@charset "UTF-8";
a {
  transition: all 0.3s ease;
}
html {
  scroll-behavior: smooth;
}
.preload {
  display: none
}
.scroll-offset {
  position: relative;
  bottom: 115px;
  visibility: hidden;
}
/*Rig*/
ul.rig {
  list-style: none;
  font-size: 0px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
ul.rig li {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  margin: 0 30px 30px 30px;
}
ul.rig li img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media (max-width: 992px) {
  ul.rig {
    text-align: center;
  }
}
/* /// Rig*/
/*Bootstrap 5 column global class*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*END Bootstrap 5 column global class*/
body {
  /*font-family: "forma-djr-micro", sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #2a2a2a;
  overflow-x: hidden;
}
.wrapper {
  background-color: #f3f3f5;
  overflow-x: hidden;
}
.img-responsive-icf {
  width: 100%;
  height: auto;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  padding: 5px;
  background-color: #f5f5f5;
}
h1, h2, h3, h4, h5 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2a2a2a;
  line-height: 1.2;
}
h1 {
  font-size: 42px
}
h2 {
  font-size: 27px;
}
.headline h2 {
  font-size: 27px;
}
h3 {
  font-size: 20px;
  margin-bottom: 0;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
  text-transform: none;
}
main .headline h2, main .headline h3, main .headline h4 {
  margin-top: 30px;
}

/* Typography Spacing */
/* Reduce gap between paragraph and following list */
p + ul, p + ol {
  margin-top: 0.5rem;
}

/* Add space above headings when they follow other content */
h2, h3, h4 {
  margin-top: 2rem;
}

/* But not if it's the first element */
h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}
/*Accessiblity*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -50px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #000;
  color: white;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10000000;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: 0 0 2px 3px red;
  background-color: #fff !important;
  color: #2a2a2a !important;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}
:focus-visible {
  box-shadow: 0 0 2px 3px red;
  background-color: #fff !important;
  color: #2a2a2a !important;
  outline: none;
}
/* Consistent focus states for buttons and links */
.btn-icf:focus-visible,
.btn-icf-outline:focus-visible,
.btn-icf-outline-dark:focus-visible,
.btn-icf-smaller-OR:focus-visible,
a.btn-icf:focus-visible,
a.btn-icf-outline:focus-visible {
  box-shadow: 0 0 2px 3px red !important;
  background-color: #fff !important;
  color: #2a2a2a !important;
  border-color: #2a2a2a !important;
  outline: none;
}
main a.white:focus-visible {
  color: #2a2a2a !important;
  background-color: #fff !important;
}
.navbar-nav a:focus-visible,
.dropdown-menu a:focus-visible {
  background-color: #fff !important;
  color: #2a2a2a !important;
}
/* Footer and social links focus */
.footer-socials a:focus-visible,
.tooltips:focus-visible,
.icf-copyright a:focus-visible,
footer a:focus-visible {
  background-color: #fff !important;
  color: #2a2a2a !important;
  box-shadow: 0 0 2px 3px red !important;
  outline: none;
}
/* Back to top button focus */
#topButton:focus-visible {
  background-color: #fff !important;
  color: #2a2a2a !important;
  box-shadow: 0 0 2px 3px red !important;
  outline: none;
}
/* Form elements focus */
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible {
  background-color: #fff !important;
  color: #2a2a2a !important;
  box-shadow: 0 0 2px 3px red !important;
  outline: none;
}
/*End Accessibility*/
main a, main a:active, main a:visited, main a:focus, main p a, main li a {
  color: #0D7691;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
main a.white, main a.white:active, main a.white:visited, main a.white:focus, main p a.white, main li a.white {
  color: #fff !important;
  text-decoration: underline;
}
main a.white:hover {
  color: #fff !important;
  text-decoration: none;
}
.btn-icf, .btn-icf:visited {
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #0D7691 !important;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
.btn-icf:hover, .btn-icf:active {
  background-color: #fff !important;
  color: #0D7691 !important;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0D7691;
}
.btn-icf-smaller, .btn-icf-smaller:active, .btn-icf-smaller:hover {
  font-size: 14px;
  padding: 6px 11px;
}
.btn-icf-inline {
  margin-left: 5px;
  margin-right: 5px;
}
.btn-icf-outline {
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff !important;
  cursor: pointer;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none !important;
}
.btn-icf-outline-OR-smaller {
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 16px;
  padding: 6px 10px;
}
.btn-icf-outline:hover, .btn-icf-outline:active, .btn-icf-outline:visited {
  background-color: #0D7691 !important;
}
.btn-icf-outline-dark {
  text-transform: uppercase;
  border: 1px solid #0D7691;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 18px;
  color: #0D7691;
  cursor: pointer;
  padding: 8px 15px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
/*.btn-icf-outline:hover, .btn-icf-outline:active, .btn-icf-outline::active, .btn-icf-outline:visited, .btn-icf-outline-dark:hover, .btn-icf-outline-dark:active, .btn-icf-outline-dark:visited {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #0D7691 !important;
  text-decoration: none !important;
}*/
.btn-icf-smaller-OR {
  font-size: 16px;
}
.icf-yellow {
  color: #C75000;
}
.icf-footer {
  color: #fff;
  background: #2a2a2a;
  padding-top: 90px;
  padding-bottom: 50px;
}
.icf-footer1 {
  text-align: center;
  color: white;
}
.icf-footer1 .icf-logo-footer {
  margin: 15px auto;
  width: 100%;
  height: auto;
  max-width: 175px;
}
.icf-footer1 .icf-seal-footer {
  margin: 50px auto 10px auto;
  width: 100%;
  height: auto;
  max-width: 225px;
}
.icf-footer1 p {
  text-align: center;
  color: white;
  margin-bottom: 0px;
}
.icf-footer1 li a {
  color: white !important;
}
.icf-copyright {
  color: #fff !important;
  background: #000;
}
.icf-copyright a {
  color: #fff;
  text-decoration: underline;
}
.icf-copyright p {
  color: #ffffff;
  font-size: 14px;
  margin: 20px auto 20px auto;
  letter-spacing: 1px;
}
.icf-social {
  font-size: 22px;
  margin: 0 40px;
}
.footer-locations {
  border-top: 2px solid #fec659;
  text-transform: uppercase;
  margin-top: 0px;
}
.footer-locations > div {
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
}
.footer-locations > div p {
  text-align: center;
  color: white;
  margin-bottom: 2px;
  line-height: 1.2;
}
.footer-locations > div p:first-child {
  font-weight: bold;
}
.footer-locations > div a {
  color: white !important;
  text-decoration: underline;
}
.icf-footer-hilite {
  font-size: 19px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  margin-top: 35px;
  margin-bottom: 1px;
}
.icf-footer4 p {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  margin: 15px auto 5px auto;
}
.icf-news-signup {
  position: relative;
  z-index: 5;
  top: 65px;
  margin-left: auto;
  margin-right: auto;
  left: 15px;
}
@media (max-width: 992px) {
  .icf-news-signup {
    width: 100% !important;
    margin: 0 !important;
  }
}
.icf-news-signup > div {
  width: 100%;
  background: #478217;
  text-align: center;
  height: auto;
}
/*.icf-news-signup-but {
	  border: 1px solid transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
	  font-style: normal;
  font-family: "Montserrat", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
	font-size: 27px;
	margin: 25px auto;
	padding-left: 50px;
	padding-right: 50px;
	
}*/
.icf-news-signup-but, .icf-news-signup-but:visited {
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #0D7691;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  padding: 10px 50px 8px 50px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-size: 27px;
  font-style: normal;
  font-family: "Montserrat", serif;
  margin: 25px auto;
  transition: all 0.3s ease;
}
.icf-news-signup-but:hover, .icf-news-signup-but:active {
  background-color: #fff;
  color: #0D7691;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #C75000;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.26) inset;
}
@media (max-width: 550px) {
  .icf-news-signup-but {
    font-size: 1.5rem;
  }
  .btn-icf-outline {
    font-size: 14px;
  }
}
.icf-hero-wrap {
  width: 100%;
  background: whitesmoke;
  background: #7b9abf;
  background: #dfe4ed;
  background: #fff;
  background: url("img-cure/hero-bg.jpg") repeat center center;
  /*border-bottom: 1px solid #cccccc;*/
  box-shadow: inset 0px -7px 15px -3px rgba(0, 0, 0, 0.07), inset 0px 7px 15px -3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px -7px 15px -3px rgba(0, 0, 0, 0.07), inset 0px 7px 15px -3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0px -7px 15px -3px rgba(0, 0, 0, 0.07), inset 0px 7px 15px -3px rgba(0, 0, 0, 0.07);
}
.icf-hero-sub {
  width: 100%;
  height: auto;
  /*min-height: 600px;*/
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
}
.icf-hero-sub .img-overlay {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.icf-hero-sub .img-overlay img {
  width: 100%;
  height: auto;
  display: block;
}
.icf-hero-sub .img-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.icf-hero-sub .img-overlay img {
  position: relative;
  z-index: 1;
}
.icf-page-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #478217;
  color: white;
  text-align: center;
  z-index: 3;
}
.icf-page-title h1 {
  color: white;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 25px;
}
.icf-page-title.icf-page-title-alt {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #478217;
  color: white;
  text-align: center;
  padding: 15px 1px;
}
.icf-page-title.icf-page-title-alt h1 {
  line-height: 1;
  margin: 5px auto 0 auto;
}
.icf-page-title.icf-page-title-alt h2 {
  line-height: 1;
  margin: 0 auto;
  color: white;
}
@media (max-width: 1000px) {
  .icf-page-title.icf-page-title-alt h1 {
    line-height: 1.25;
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .icf-hero-sub {
    display: flex;
    flex-direction: column;
    position: static; /* Ensure normal flow for stacking */
  }
  .icf-page-title.icf-page-title-alt {
    position: static; /* Remove absolute positioning */
    margin-top: 0px; /* Add spacing if needed */
    padding: 15px; /* Adjust padding for better spacing */
  }
  .img-overlay img {
    width: 100%; /* Ensure the image is responsive */
    height: auto; /* Maintain aspect ratio */
  }
}
.icf-page-nav {
  width: 100%;
  background: white;
  position: relative;
  bottom: 20px;
  z-index: 3;
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, .10);
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .10);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, .10);
}
.icf-page-nav-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.icf-page-nav-row div {
  text-align: center;
  border-right: 1px solid #333;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.icf-page-nav-row div:last-child {
  border-right: 1px solid transparent;
  border-right: none;
}
.icf-page-nav a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  line-height: 80px;
  text-decoration: none;
  color: #074a76;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.icf-page-nav a:hover {
  text-decoration: underline;
  color: #fff;
  text-decoration-color: #fec659;
  background-color: #074a76;
  border: none;
}
.icf-logo {
  max-width: 280px;
  height: auto;
}
.icf-menu-bg {
  width: 100%;
  background: #074a76 !important;
}
.icf-full-width-blocks {
  width: 100%;
  margin: 40px 0;
  background: #0e395c;
}
.icf-full-width-blocks h2, .icf-full-width-blocks p, .icf-full-width-blocks li {
  color: white;
}
.icf-full-width-blocks h2 {
  font-size: 21px;
  line-height: 1.15;
}
.icf-full-width-blocks .row {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
.icf-full-width-blocks .row > [class*='col-'] {
  height: auto;
  /*min-height: 350px;*/
  padding: 30px 40px;
}
@media (max-width: 1600px) {
  .icf-full-width-blocks .row > [class*='col-'] {
    /*min-height: 370px;*/
  }
}
@media (max-width: 1375px) {
  .icf-full-width-blocks .row > [class*='col-'] {
    /* min-height: 390px;*/
  }
}
@media (max-width: 1185px) {
  .icf-full-width-blocks .row > [class*='col-'] {
    /*min-height: 450px;*/
  }
}
@media (max-width: 1090px) {
  .icf-full-width-blocks .row > [class*='col-'] {
    /* min-height: 480px;*/
  }
}
@media (max-width: 1025px) {
  /*  .icf-full-width-blocks .row > [class*='col-'] {
    min-height: 530px;
  }*/
}
@media (max-width: 992px) {
  /* .icf-full-width-blocks .row > [class*='col-'] {
    min-height: auto;
  }*/
}
.icf-full-width-blocks .row > [class*='col-']:first-child {
  background-color: #478217;
}
.icf-full-width-blocks .row > [class*='col-']:nth-child(2) {
  background-color: #8D6525;
}
.icf-full-width-blocks .row > [class*='col-']:nth-child(3) {
  background-color: #0D7691;
}
.icf-full-width-blocks .row > [class*='col-']:nth-child(4) {
  background-color: #C75000;
}
.icf-full-width-blocks .row > [class*='col-']:nth-child(5) {
  background-color: #9F1D20;
}
.icf-full-width-blocks.noi-full-5ths h2 {
  font-size: 18px;
}
.icf-full-width-blocks .row > [class*='col-'] {
  height: auto;
  padding: 30px 30px;
}
.icf-blocks-p {
  /*min-height: 220px;*/
}
@media (max-width: 1250px) {
  .icf-blocks-p {
    /*min-height: 250px;*/
  }
}
@media (max-width: 1225px) {
  .icf-blocks-p {
    /* min-height: 280px;*/
  }
}
@media (max-width: 992px) {
  .icf-blocks-p {
    min-height: auto;
  }
}
.icf-blocks-p2 {
  margin-bottom: 0;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 40px
}
@media (max-width: 992px) {
  .icf-blocks-p2 {
    margin-bottom: 0;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.icf-team p:last-child {
  min-height: 45px;
  line-height: 1.2;
  margin-bottom: 0;
}
.icf-team p em {
  color: #666 !important;
}
@media (max-width: 992px) {
  .icf-team .thumbnail-style {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  .icf-team > [class*='col-'] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.oiu-offset {
  position: relative;
  bottom: 60px;
}
.icf-officers {
  margin-bottom: 30px;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #C75000;
}
.headline h2, .headline h3, .headline h4 {
  border-bottom: 2px solid #C75000;
  bottom: .5px;
  position: relative;
  padding: 0 10px;
  background: white;
  box-decoration-break: clone;
}
.headline {
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #a7a9ac;
}
.board-thumb {
  font-weight: bold;
  margin-bottom: 0;
}
/*///////////START STAFF/////////////*/
.icf-staff {
  margin: 40px auto;
}
@media (max-width: 992px) {
  .icf-staff {
    padding-bottom: 40px;
    border-bottom: 1px solid #C75000;
  }
  .icf-staff:last-child {
    border-bottom: none;
  }
}
.icf-staff h3 {
  margin-bottom: 0px;
}
.icf-staff div:first-child {
  padding-top: 20px;
  text-align: center;
  background: linear-gradient(to right, #f3f3f5 0%, #f3f3f5 50%, #fff 50%, #fff 100%);
}
.icf-staff div:first-child p {
  margin-top: 10px;
}
.icf-staff div:first-child img {
  border: 1px solid #f5f5f5;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
.icf-staff div:first-child .btn-icf {
  font-size: 12px;
  white-space: normal;
  padding: 5px 9px;
}
.icf-staff div:last-child {
  background: #fff;
  padding: 30px 30px 30px 20px !important;
}
@media (max-width: 992px) {
  .icf-staff div:first-child {
    background: transparent;
  }
  .icf-staff div:last-child {
    padding: 30px !important;
  }
}
/*///////////END STAFF/////////////*/
.icf-front-centered-h2 {
  text-align: center !important;
  margin-bottom: 0;
}
.icf-front2 {
  margin-top: 80px;
}
.icf-sub {
  margin-top: 30px;
}
.icf-full-width-blocks-front {
  width: 100%;
  margin: 10px 0 40px;
}
.icf-full-width-blocks-front h3, .icf-full-width-blocks-front p {
  color: white;
}
.icf-full-width-blocks-front h3 {
  font-size: 20px;
  min-height: 80px;
}
.icf-blocks3-p1 {
  min-height: 80px;
}
@media (min-width: 991px) {
  .icf-blocks3 h3 {
    font-size: 20px;
    min-height: 30px;
  }
}
@media (max-width: 992px) {
  .icf-full-width-blocks-front h3 {
    min-height: auto;
  }
}
.icf-full-width-blocks-front p:first-child {}
.icf-full-width-blocks-front .row > [class*='col-'] {
  min-height: 220px;
  padding: 30px 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .icf-full-width-blocks-front .row > [class*='col-'] {
    padding: 30px 20px;
  }
  .icf-full-width-blocks-front .btn-icf-outline {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .icf-full-width-blocks-front p:first-child {}
  .icf-full-width-blocks-front .row > [class*='col-'] {
    min-height: auto;
    text-align: center;
  }
}
.icf-full-width-blocks-front .row > [class*='col-']:first-child {
  background-color: #ae1f65;
}
.icf-full-width-blocks-front .row > [class*='col-']:nth-child(2) {
  background-color: #478217;
}
.icf-full-width-blocks-front .row > [class*='col-']:nth-child(3) {
  background-color: #497637;
  background-color: #f36c3f;
}
.icf-full-width-blocks-front .row > [class*='col-']:nth-child(4) {
  background-color: #1c8172;
}
.icf-full-width-blocks-front .row > [class*='col-']:nth-child(5), .icf-full-width-blocks-front .row > [class*='col-']:last-child {
  background-color: #074a76;
}
.icf-front-stats {}
.icf-front-stats1 {
  padding: 30px 10px 30px 30px !important;
  background: white;
}
.icf-front-stats1 p {
  margin: 0 auto;
  line-height: 1.2;
}
.icf-front-stats1 div {
  margin: 25px auto;
}
.icf-front-stats1 div:first-child {
  margin-top: 0;
}
.icf-front-stats1 div:last-child {
  margin-bottom: 0;
}
.icf-front-stats1 .emphasis {
  font-style: normal;
  font-family: "Montserrat", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 1.2;
  color: #074a76 !important;
  margin-top: 0 auto;
}
.icf-front-stats2 {
  text-align: center;
}
.icf-front-stats2 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  padding: 5px;
  background-color: #f5f5f5;
  position: relative;
  bottom: 50px;
  right: 0px;
}
@media (max-width: 992px) {
  .icf-front-stats2 img {
    bottom: 0px;
    right: 0px;
    left: 0;
  }
}
/*///////////START Quotes/////////////*/
.icf-quotes {
  margin: 40px auto;
}
.icf-quotes h3 {
  margin-bottom: 0px;
  color: #074a76;
}
.icf-quotes-photo {
  text-align: center;
}
.icf-quotes-photo img {
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
  padding: 5px;
  background-color: #f5f5f5;
  text-align: center;
  margin: 0 auto;
}
.icf-quotes-text {
  background: white;
  padding: 30px;
}
.icf-quotes-text h3 {
  color: #074a76;
}
/*///////////END STAFF/////////////*/
main ul li {
  list-style: none;
}
main ul li::before {
  content: "\2022";
  color: #ae1f65;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
main ul.white li::before {
  content: "\2022";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}
/*.icf-volunteers div p {
  margin-bottom: 0;
  display: inline;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}*/
.icf-volunteers div ul {
  padding-left: 15px;
}
.icf-volunteers div ul li {
  line-height: 1.2;
  margin-bottom: 8px;
}
.icf-volunteers div p {
  line-height: 1.2;
}
.icf-page-nav-blocks-link {
  /*    position: absolute;
	bottom: 30px;
	left: 45px;*/
}
.give-hero {
  background-image: url("img-nti/iStock-187185089.jpg")
}
.give-hero2 {
  background-image: url("img-nti/iStock-183018287.jpg")
}
.give-hero3 {
  background-image: url("img-nti/iStock-1284589564.jpg")
}
.give-hero4 {
  background-image: url("img-nti/iStock-155437002.jpg")
}
.give-hero5 {
  background-image: url("img-nti/iStock-1469264510.jpg")
}
.advisor-hero {
  background-image: url("imgs/Tom-George-Walt-and-Candi.jpg")
}
.grants-hero {
  background-image: url("imgs/Girl-Scout-STEM-programming.jpg")
}
.community-hero {
  background-image: url("imgs/Boise_Fall-2006(6844).jpg")
}
.stories-of-impact-hero {
  background-image: url("imgs/iStock-453569221.jpg")
}
.privacy-hero {
  background-image: url("img-nti/iStock-1161081454.jpg")
}
.organizational-hero {
  background-image: url("imgs/iStock-531904895.jpg")
}
.students-hero {
  background-image: url("imgs/iStock-1333181029.jpg")
}
.advisor-news-hero {
  background-image: url("imgs/Boise-Ann-Morrison-park.jpg");
}
.advisor-newsletter-hero {
  background-image: url("imgs/iStock-458673993.jpg")
}
.existing-funds-hero {
  background-image: url("imgs/iStock-1469264510.jpg")
}
.financial-stewardship-hero {
  background-image: url("imgs/iStock-1070246716.jpg")
}
.designated-funds-hero {
  background-image: url("imgs/iStock-1441253651.jpg")
}
.advised-endowed-funds-hero {
  background-image: url("imgs/iStock-1369023017.jpg")
}
.forever-idaho-funds-hero {
  background-image: url("imgs/iStock-1411856369.jpg")
}
.scholarship-funds-hero {
  background-image: url("imgs/IMG_9612.jpg")
}
.special-project-funds-hero {
  background-image: url("imgs/iStock-544992152.jpg")
}
.giving-station-hero {
  background-image: url("imgs/iStock-1073304198.jpg")
}
.multi-column ul {
  margin-left: 0;
  padding-left: 20px;
}
.multi-column li {
  line-height: 1.2;
  margin-bottom: 10px;
  /*font-size: 16px;*/
}
.panel-default {
  border-color: transparent;
}
.icf-accordian .panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .0);
}
.icf-accordian .panel-body {
  border-top-color: transparent !important;
  background: #fff;
}
.icf-accordian .panel-default > .panel-heading {
  background-color: transparent !important;
  border-color: transparent;
}
.icf-accordian.acc-v1 .panel-heading a {
  display: block;
  font-size: 18px;
  padding: 5px 15px;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  color: #0D7691;
  text-decoration: none;
  border: none;
}
.icf-accordian.acc-v1 .panel-heading a span {
  text-decoration: underline;
}
.icf-accordian.acc-v1 .panel-heading a:hover {
  text-decoration: none;
}
.icf-bullet {
  text-decoration: none !important;
  margin-left: 6px;
  margin-right: 9px;
  color: #ae1f65;
}
.icf-panel-heeading {
  text-decoration: underline;
}
.icf-panel-heeading:hover {
  text-decoration: none !important;
}
@media only screen and (min-width: 991px) {
  .multi-column {
    column-count: 3;
    column-gap: 80px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #C75000;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    break-inside: avoid-column;
  }
  .multi-column ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    break-inside: avoid-column;
  }
}
@media only screen and (min-width: 991px) {
  .multi-column.multi-column-4 {
    column-count: 4;
    column-gap: 30px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #C75000;
  }
}
@media only screen and (min-width: 991px) {
  .multi-column.multi-column-2 {
    column-count: 2;
    column-gap: 30px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #C75000;
  }
}
@media only screen and (min-width: 991px) {
  .multi-column.no-border {
    column-gap: 15px;
    column-rule-style: none;
    column-rule-width: 0px;
    column-rule-color: transparent;
  }
}
@media only screen and (min-width: 991px) {
  .multi-column.no-border li {
    font-size: 18px;
  }
}
/*.noi-multi ul li:first-child {
	margin-bottom: 0;
}
.noi-multi ul li:nth-child(2), .noi-multi ul li:nth-child(3) {
	margin-bottom: 0;
}*/
.icf-org-funds-list p {
  margin-top: 30px;
}
.icf-org-funds-list p:first-child {
  margin-top: 0px;
}
.icf-investment-mgmt {
  padding-left: 17px;
}
.team-v7 .team-v7-name {
  margin-top: 30px;
}
.icf-leadin {
  margin: 30px auto 0 auto;
  font-size: 20px;
}
.icf-funds article {
  background: white;
  border-bottom: 1px solid #C75000;
}
.icf-funds article:last-child {
  border: none;
}
.team-v7-name {}
.team-v7 .team-v7-name {
  color: #074a76 !important;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.team-v7 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.icf-advisors article {
  margin-bottom: 20px;
}
.team-v2 .inner-team p.icf-advisor-name {
  font-size: 20px;
  font-weight: bold;
}
.team-v2 .inner-team p {
  font-size: 16px;
  line-height: 1.2;
  min-height: 35px;
}
@media (max-width: 992px) {
  .team-v2 .inner-team p {
    min-height: auto;
  }
}
.icf-button-blocks {
  width: 100% !important;
}
.row.icf-button-blocks.table-row {
  display: table;
  width: 100% !important;
}
.row.table-row.icf-button-blocks > div {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #a7a9ac;
  float: none;
  text-align: center;
  height: 100px;
  /*background-color: #0D7691;*/
  background-color: #074a76;
  color: #fff !important;
  font-weight: bold;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .row.icf-button-blocks.table-row {
    display: block;
  }
  .row.table-row.icf-button-blocks > div {
    display: block;
    width: inherit;
    border: 1px solid #a7a9ac;
    float: left;
    text-align: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row.table-row.icf-button-blocks > div a {
  text-decoration: none !important;
  color: #fff !important;
  -moz-transition: all 0.0s ease;
  -webkit-transition: all 0.0s ease;
  -o-transition: all 0.0s ease;
  transition: all 0.0s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.row.table-row.icf-button-blocks > div:hover {
  border: 2px solid #C75000;
  /*color: #0D7691 !important;*/
  color: #074a76 !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) inset;
}
.row.table-row.icf-button-blocks > div:hover a {
  /*color: #0D7691 !important;*/
  color: #074a76 !important;
  background: transparent !important;
}
.icf-list-style2 li {
  margin-bottom: 2px;
}
.icf-infographic {
  margin: 30px auto;
}
.icf-infographic img {
  max-width: 800px;
  margin: 0 auto
}
.ul-newsletters li {
  margin-bottom: 18px;
  line-height: 1.2;
}
.acc-v1 .panel-heading a {
  display: block;
  font-size: inherit;
  padding: 5px 15px;
  background: #fff;
  color: #0D7691;
  font-weight: bold;
}
main .content-md p:last-child {
  margin-bottom: 0;
}
.icf-blue {
  color: #074a76;
}
.icf-red {
  color: #0D7691;
}
.icf-scholarships h3 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C75000;
  margin-bottom: 0;
}
.icf-scholarships-first {
  margin-top: 20px !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.icf-scholarships-map {
  text-align: center;
}
.icf-scholarships-map img {
  float: right;
  max-width: 400px;
  margin: 1px 0 30px 30px;
}
@media (max-width: 767px) {
  .icf-scholarships-map img {
    float: none;
    max-width: 90%;
    margin: 30px auto;
  }
}
.icf-scholarship-wrap {
  /*margin-top: 50px;*/
  margin-top: 0px;
}
.icf-news-wrap {
  margin-top: 35px;
  margin-bottom: 35px;
}
.icf-news-wrap article {
  padding: 25px 35px;
  border-top: 1px solid #C75000;
  background-color: #fff;
}
.icf-news-wrap article:first-child {
  border-top: none;
}
.icf-news-wrap article h3 {
  margin-top: 0;
}
.icf-news-date {
  font-size: 14px;
  margin: 0 auto;
}
.icf-news-wrap figcaption {
  font-size: 14px;
  margin: 10px 0;
  font-style: italic;
  line-height: 1.2;
}
.icf-figure {
  width: 100%;
  height: auto;
  max-width: 300px;
  float: right;
  margin: 0 0 10px 35px;
}
.icf-figure-right-col, .icf-figure-grid {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 25px auto;
}
.icf-figure figcaption, .icf-figure-right-col figcaption, .icf-figure-grid figcaption {
  font-size: 14px;
  margin: 10px 0;
  font-style: italic;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .icf-figure {
    max-width: 100%;
    float: none;
    margin: 20px auto;
  }
}
.icf-news-photo-grid {
  margin: 20px auto;
}
.icf-news-photo-grid figure {
  float: none;
}
.icf-news-photo-grid div:last-child {
  text-align: center;
}
.icf-press-wrap ul li {
  /*  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #C75000;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: none;
}
.icf-press-wrap ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.icf-press-wrap ul li > ul li {
  margin-bottom: 1px;
  padding-bottom: 0;
  border-bottom: none;
}
.icf-press-wrap strong:first-child {
  font-style: normal;
  font-family: "Montserrat", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #074a76;
  font-size: 18px;
}
main .icf-event-article .headline h3, main .icf-event-article .headline h2 {
  margin-top: 0;
  font-size: 27px;
}
main .icf-event-article .headline p {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
}
.flex-row {
  width: 100%;
  display: flex;
}
.flex-row div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .flex-row {
    display: block
  }
  .flex-row div {
    display: block;
  }
}
main ul.icf-nav-stacked li::before {
  content: none;
  color: #ae1f65;
  display: inline-block;
  width: auto;
  margin-left: 0;
}
.tab-v3 .nav-pills li a {
  color: #2a2a2a;
  font-size: 17px;
  padding: 4px 8px;
  margin-bottom: 0px;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.tab-v3 .tab-content {
  padding: 15px;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.tab-v3 .tab-content p:last-child, .tab-v3 .tab-content li:last-child, .tab-v3 .tab-content ul {
  margin-bottom: 0;
}
.tab-v3 .nav-pills li a:hover, .tab-v3 .nav-pills li.active a {
  color: #fff;
  background: #0D7691;
  border: solid 1px #e6e6e6 !important;
}
.icf-stories-wrap article .headline h3 {
  margin-top: 30px;
}
.icf-stories-wrap article:first-child .headline h3 {
  margin-top: auto;
}
.icf-annual-reports div {
  margin-bottom: 10px;
  min-height: 380px;
}
.icf-annual-reports div img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
}
.icf-annual-reports div:hover img {
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .50);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .50);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .50);
}
.icf-annual-reports div p {
  text-align: center;
  font-size: 14px;
  color: #074a76 !important;
  text-decoration: underline;
  margin-top: 5px;
}
.icf-annual-reports div:hover p {
  color: #074a76 !important;
  text-decoration: none;
  font-weight: bold;
}
.panel-title {
  font-size: inherit;
}
.testimonials-v4 .testimonials-v4-in p {
  color: #2a2a2a;
  font-size: inherit;
  font-style: italic;
}
.testimonials-v4 .testimonials-author {
  color: #2a2a2a;
  display: block;
  font-size: inherit;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
  line-height: 1;
}
.testimonials-v4 .testimonials-author em {
  font-size: 16px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-style: normal;
  line-height: 1.2;
}
.noi-testimonial-row1 {}
.noi-testimonial-row1 article, .noi-testimonial-row2 article {
  margin-bottom: 50px;
}
.noi-testimonial-row1 .testimonials-v4-in {
  min-height: 250px;
}
.noi-testimonial-row2 .testimonials-v4-in {
  margin-bottom: 30px;
  min-height: 180px;
}
@media (max-width: 1800px) {
  .noi-testimonial-row1 .testimonials-v4-in {
    min-height: 280px;
  }
  .noi-testimonial-row2 .testimonials-v4-in {
    min-height: 180px;
  }
}
@media (max-width: 1455px) {
  .noi-testimonial-row1 .testimonials-v4-in {
    min-height: 400px;
  }
  .noi-testimonial-row2 .testimonials-v4-in {
    min-height: 300px;
  }
}
@media (max-width: 1200px) {
  .noi-testimonial-row1 .testimonials-v4-in {
    min-height: 450px;
  }
  .noi-testimonial-row2 .testimonials-v4-in {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .noi-testimonial-row1 .testimonials-v4-in {
    min-height: auto;
  }
  .noi-testimonial-row2 .testimonials-v4-in {
    margin-bottom: 30px;
    min-height: auto;
  }
}
.noi-form {
  padding-right: 20px;
}
@media (max-width: 992px) {
  .noi-form {
    padding-right: 0;
  }
}
.noi-white-bg-content {
  background: #fff;
  padding: 30px;
}
.footer-logos {
  margin-top: 25px;
}
.footer-logos img {
  margin: auto 15px !important;
  width: 100%;
  height: auto;
  max-width: 250px;
}
.footer-logos img:last-child {
  max-width: 360px;
}
.fees li {
  margin-bottom: 7px;
}
.fees li:last-child {
  margin-bottom: 0px;
}
.mnsi-schedule {
  z-index: 12;
  padding: 8px 0;
  position: absolute;
  top: 44px;
  right: 0;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 0;
  background-color: #0D7691;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: block;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  font-style: normal;
  font-family: "Montserrat", serif;
  margin: 0;
  transition: all 0.3s ease;
  padding: 7px 14px;
}
.mnsi-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mnsi-schedule {
    display: none;
  }
  .mnsi-mobile {
    display: block !important;
    background-color: #0D7691;
  }
  .mnsi-mobile a {
    color: white;
  }
  .mnsi-mobile a:hover, .mnsi-mobile a:active {
    color: #0D7691;
  }
}
.navbar {
  background-color: #fff !important;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0 15px 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.header-v4 .navbar-brand img {
  margin: 0 auto;
  max-width: 500px;
}
@media (max-width: 560px) {
  .header-v4 .navbar-brand img {
    max-width: 350px;
  }
}
#topButton {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000; /* Ensures it appears above other elements */
  background-color: #007bff; /* Button color */
  color: white; /* Text color */
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s; /* Smooth appearance/disappearance */
  background-color: #0D7691;
  border: 2px solid white;
}
#topButton:hover {
  background-color: #4C7B8F; /* Darker shade on hover */
}
.cure-register {
  background-color: white;
  padding: 18px;
  border: 2px dashed #C75000;
}
main .list-inline li::before {
  display: none;
}
/* General styles for links that open in a new window (_blank) */
a[target="_blank"]::after {
  content: "\f08e"; /* FontAwesome external link icon */
  font-family: "FontAwesome";
  font-size: 0.9em;
  margin-left: 0.5rem;
  color: #0D7691; /* Default icon color */
  text-decoration: none; /* Prevent underlining */
  display: inline-block;
}
/* Specific override for .btn-icf class */
.btn-icf[target="_blank"]::after {
  color: #ffffff !important; /* Ensure white icon for .btn-icf links */
}
/* Explicit white hover/active states for .btn-icf */
.btn-icf[target="_blank"]:hover::after, .btn-icf[target="_blank"]:active::after {
  color: #0D7691 !important; /* Always white on hover/active */
}
/* Styles for PDF links with target="_blank" */
a[href$=".pdf"][target="_blank"]::after {
  content: "\f1c1"; /* FontAwesome PDF file icon */
  font-family: "FontAwesome";
  font-size: 0.9em;
  margin-left: 0.5rem;
  color: #9F1D20; /* Default color for PDF icon */
  text-decoration: none; /* Prevent underlining */
  display: inline-block;
}
/* Specific override for PDF links within .btn-icf */
.btn-icf[href$=".pdf"][target="_blank"]::after {
  color: #ffffff !important; /* Default white for PDF links in .btn-icf */
}
/* Hover/active states for PDF links in .btn-icf */
.btn-icf[href$=".pdf"][target="_blank"]:hover::after, .btn-icf[href$=".pdf"][target="_blank"]:active::after {
  color: #9F1D20 !important; /* PDF icon turns to #9F1D20 on hover/active */
}
/* Adjustments for .btn-icf-outline class */
.btn-icf-outline[target="_blank"]::after, .btn-icf-outline[href$=".pdf"][target="_blank"]::after {
  color: #ffffff !important; /* Icons always white for .btn-icf-outline */
}
/* Ensure icons remain white on hover/active states for .btn-icf-outline */
.btn-icf-outline[target="_blank"]:hover::after, .btn-icf-outline[href$=".pdf"][target="_blank"]:hover::after, .btn-icf-outline[target="_blank"]:active::after, .btn-icf-outline[href$=".pdf"][target="_blank"]:active::after {
  color: #ffffff !important; /* Maintain white icon on hover/active */
}
/* General rule to hide icons for links containing an <img> */
a[target="_blank"]:has(img)::after {
  content: none; /* Remove the icon if the link contains an image */
}
/* Ensure the rule applies to PDF links as well */
a[href$=".pdf"][target="_blank"]:has(img)::after {
  content: none; /* Remove the PDF icon if the link contains an image */
}
/* Ensure compatibility with .btn-icf and .btn-icf-outline classes */
.btn-icf[target="_blank"]:has(img)::after, .btn-icf-outline[target="_blank"]:has(img)::after {
  content: none; /* Remove the icon for .btn-icf and .btn-icf-outline links with images */
}
.btn-icf[href$=".pdf"][target="_blank"]:has(img)::after, .btn-icf-outline[href$=".pdf"][target="_blank"]:has(img)::after {
  content: none; /* Remove the PDF icon for .btn-icf and .btn-icf-outline links with images */
}
/* General rule to hide icons for links containing an <i> (icon) */
a[target="_blank"]:has(i)::after {
  content: none; /* Remove the icon if the link contains an icon */
}
/* Ensure the rule applies to PDF links as well */
a[href$=".pdf"][target="_blank"]:has(i)::after {
  content: none; /* Remove the PDF icon if the link contains an icon */
}
/* Ensure compatibility with .btn-icf and .btn-icf-outline classes */
.btn-icf[target="_blank"]:has(i)::after, .btn-icf-outline[target="_blank"]:has(i)::after {
  content: none; /* Remove the icon for .btn-icf and .btn-icf-outline links with icons */
}
.btn-icf[href$=".pdf"][target="_blank"]:has(i)::after, .btn-icf-outline[href$=".pdf"][target="_blank"]:has(i)::after {
  content: none; /* Remove the PDF icon for .btn-icf and .btn-icf-outline links with icons */
}
.news-v2 section {
  margin-bottom: 20px;
}
.news-v2 section:last-child {
  margin-bottom: 0;
}
.news-v2-badge {
  background-color: white;
  position: relative;
}
.news-v2-desc {
  background-color: white;
  position: relative;
  min-height: 240px;
  vertical-align: top;
}
@media (max-width: 992px) {
  .news-v2-desc {
    min-height: auto;
  }
  .news-v2 > div {
    margin-bottom: 30px;
    text-align: center;
    width: auto !important;
  }
  .news-v2 img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.news-v2 .news-v2-badge p {
  left: 0;
  top: 10px;
  background: #478217;
  color: white;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .20);
  border: 1px solid white;
  border-left: none;
}
.news-v2 .news-v2-badge span {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.news-v2 .news-v2-badge small {
  color: white;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.news-v2 img {
  border-bottom: 1px solid #BCBEC0;
}
.cure-event-btn {
  position: absolute;
  bottom: 15px;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.cure-event-btn img {
  margin-left: auto;
  margin-right: auto;
}
.cure-square {
  max-width: 280px;
  margin: 20px auto 0 auto;
}
@media (max-width: 992px) {
  .cure-square, .cure-skeleton {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .cure-square, .cure-skeleton {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .main-nav {
    width: 100%; /* Ensure the nav spans the full width of the screen */
    text-align: center; /* Center-aligns inline children */
  }
  .nav-menu {
    display: inline-block; /* Centers the menu itself */
  }
}
.container-donate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.col-donate {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn-icf {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
/* Media Queries for Responsive Design */
@media (max-width: 730px) {
  .col-donate {
    flex: 0 0 50%; /* Two columns (50% each) */
    max-width: 50%;
  }
}
@media (max-width: 560px) {
  .col-donate {
    flex: 0 0 100%; /* One column (100%) */
    max-width: 100%;
  }
}
.cure-small {
  font-size: 14px;
  line-height: 1.2;
}
/* Default team section (3 columns) */
.team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
/* Default: Each team member takes 1/3 width */
.team-member {
  flex: 0 0 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
}
/* Card that holds the image and member info */
.member-card {
  display: flex;
  flex-direction: column;
}
/* Team member photo styling */
.member-photo {
  width: 100%;
  height: auto;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
/* Container for the team member information */
.member-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 5px;
}
/* Medium screens: adjust to 2 columns */
@media (max-width: 768px) {
  .team-member {
    flex: 0 0 calc(48% - 20px);
  }
}
/* Small screens: stack items vertically */
@media (max-width: 600px) {
  .team-section {
    flex-direction: column;
  }
  .team-member {
    flex: 0 0 100%;
  }
}
/* Typography */
.member-info h5 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0;
}
.member-info p {
  font-size: 14px;
  color: #757575;
  margin: 0;
  line-height: 1.2;
}
.member-info p:last-child {
  color: #2a2a2a;
  font-size: 16px;
}
.cure-team-container {
  max-width: 800px;
  margin: auto;
}
/* ============================= */
/* Special Section - First Row 4 Columns */
/* ============================= */
/* Applies only to the second section (4 columns in first row) */
.team-section--four-first-row .team-member {
  flex: 0 0 calc(33.333% - 20px);
}
/* Make first row 4 columns */
.team-section--four-first-row .team-member:nth-child(-n+4) {
  flex: 0 0 calc(25% - 20px);
}
/* At 992px: Break to 3 columns */
@media (max-width: 992px) {
  .team-section--four-first-row .team-member {
    flex: 0 0 calc(33.333% - 20px) !important;
  }
}
/* At 768px: Break to 2 columns */
@media (max-width: 768px) {
  .team-section--four-first-row .team-member {
    flex: 0 0 calc(48% - 20px);
  }
}
/* At 600px: Stack items vertically */
@media (max-width: 600px) {
  .team-section--four-first-row .team-member {
    flex: 0 0 100%;
  }
}
.cure-donate-btn, .cure-donate-btn:visited {
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #C75000 !important;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
}
.cure-donate-btn:hover, .cure-donate-btn:active {
  background-color: #fff !important;
  color: #C75000 !important;
  border: 2px solid #C75000 !important;
  text-decoration: none !important;
}
.cure-donate-btn2, .cure-donate-btn2:visited {
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  background-color: #C75000 !important;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff !important;
}
.cure-donate-btn2:hover {
  background-color: #fff !important;
  color: #C75000 !important;
  border: 2px solid #C75000 !important;
  text-decoration: none !important;
}
.member-card i {
  margin-right: 5px;
}
/*START Code to center menu on 991px+ wide viewports*/
@media (min-width: 992px) {
  .main-nav {
    width: 90rem !important; /* 900px equivalent (1rem = 10px) */
    max-width: 100%; /* Prevent overflow on smaller screens */
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
  }
  .nav-menu {
    display: table !important; /* Better shrink-wrap behavior */
    width: auto !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    /* Clearfix alternative */
    overflow: hidden;
  }
  /* If you need to maintain floated menu items */
  .nav-menu > li {
    float: left !important;
    position: static !important; /* Reset any positioning */
  }
}
/*END Code to center menu on 991px+ wide viewports*/
/* Left-align event cards in second row */
.news-v2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* Ensure proper spacing between cards */
.news-v2 > .col-md-4 {
  margin-bottom: 30px;
}