/* Minification failed. Returning unminified contents.
(73,1): run-time error CSS1019: Unexpected token, found '}'
(193,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(196,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(197,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(198,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(199,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(201,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(202,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(203,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(357,7): run-time error CSS1030: Expected identifier, found '>'
(357,20): run-time error CSS1031: Expected selector, found ')'
(357,20): run-time error CSS1025: Expected comma or open brace, found ')'
(1428,22): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
(1436,22): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(1440,22): run-time error CSS1039: Token not allowed after unary operator: '-blue'
 */
body .sm-blue a, body .sm-blue a:hover, body .sm-blue a:focus, body .sm-blue a:active
{
  text-shadow: none;
}

/*TABLE WIDGET container*/
#html_content{
    display:grid;
}
/*---------*/

.sdt_box_item img
{
  display: inline-block;
}



.ms-slide .ms-caption
{
  background-color: #000000;
  font-size:20px;
}



/* START CSS */

img
{
  display: block;
}
*
{
  font-family: sans-serif;
}

body, html
{
  padding:0; margin:0;
  width:100vw;
  overflow-x: hidden;
}


body.home header #logo a {
    pointer-events: none;
}


.nosize
{
  font-size:0;
  opacity: 0;
  position: fixed;
  left:-99999px;
  top:-9999px;
}




.contained-width, .full-width
{
  display: block;
}


body.no-inside-menu #leftMenu
{
  display: none!important;
}
}


/* MOBILE MENU */

#nav-icon {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 24px;
}

#nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hide{
    display:none;
}

/* Video responsive*/
/*-----------------------------------------------*/
.video-responsive {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

    .video-responsive div {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }











:root {
  --purple: #573494;
  --darkpurple: #4b2a85;
  --pink: #a23193;
  --green: #83c8bc;
  --grey: #f2f2f2;
  --grey-dark: #eefdfb;
  --medgrey: #53565a;
  --darkgrey: #414346;
  --bs-success-pink: #ffc0cb;
  --primary-color: #004e7e;
  --blue: #3b6daa; 
  --yellow: #fad245; 
 }
* {
   /* font-family: 'Rubik', sans-serif !important;*/
    font-weight: 300;
}
p, a, li {
    font-family: 'Rubik', sans-serif !important;
}
 html {
   font-size: 62.5%;
 }
 body {
   font-family: 'Rubik', sans-serif;
   font-weight: 300;
   font-size: 2.0rem;
 }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif !important;
    color: #333;
    margin: 1.5rem 0 2.0rem;
}
h1 {
    font-size: 3.6rem;
    font-weight: 600 !important;
    line-height: 3.6rem;
    margin:0;
}
 h2 {
   font-size: 3.0rem;
   font-weight: 300;
 }
 h2 strong {
  font-weight: 600;
 }
 h3 {
   font-size: 2.4rem;
   font-weight: 600;
 }
 h4 {
  font-size: 2.0rem;
  font-weight: 600;
}
h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
 p, li{
   font-weight: 300;
   color: #333333;
   font-size: 2rem;/*direction: rtl;*/
 }
 p {
  margin-top: 0;
  line-height: 3.3rem;
 }
 /* @media (max-width:768px){
  p {
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
 } */
 p strong, b {
  font-weight: 600;
 }
 a {
   text-decoration: underline;
   color: #014D7F;
 }
strong a,
strong {
    font-weight: 600;
}
 a:hover {
  text-decoration: none;
 }
 ol {
   list-style: none;
   counter-reset: counter;
   padding-left: 22px;
 }
 ol li {
   counter-increment: counter;
 }
 ol li::before {
   content: counter(counter) ". ";
   color: #3c6daf;
   font-weight: 400;
 }
 ul {
  list-style-type: square;
}
ul li::marker {
  color: #3c6daf;
}
 #searchBtnHead {
   display: inline-block;
   height: 23px;
   min-width: 23px;
   margin-top: 0;
   justify-self: end;
   cursor: pointer;
 }
 #searchToggle, .searchPanel button {
   display: inline-block;
   height: 23px;
   width: 23px;
   background: url('/Images/FHT/search.png') no-repeat center center;
   background-size: 23px 23px;
   margin-top: 0;
   justify-self: end;
   cursor: pointer;
   border: 0;
 }
 .button-outline, .event-post .button {
  border: 2px solid #000;
  border-radius: 50px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 0.6rem 4rem;
  transition: all ease-in 0.3s;
  font-size: 2.0rem;
  font-weight: 600;
  margin-right: 0.8rem;
  background: transparent !important;
  margin-bottom: 5px;
 }
 .button-outline:hover, .event-post .button:hover {
  background: #000 !important;
  color: #fff !important;
 }
.button-filled, .button {
    border: none;
    background-color: #004e7e;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 3rem;
    transition: all ease-in 0.3s;
    font-size: 2.0rem;
    font-weight: 500;
    margin-right: 0.8rem;
    cursor: pointer;
    margin-bottom: 5px;
    border: 2px solid transparent;
    line-height: 1;
}
p:has(> span.button),
p:has(> span.button-black) {
    margin-bottom: 0;
}
span.button a {
    color: #fff;
    text-decoration: none;
}
 span.button:hover a {
  color: #004e7e;
}
 .button-filled:hover, .button:hover {
  background-color: transparent;
  color: #004e7e;
  border: 2px solid #004e7e;
 }
 .searchPanel input {
   color: #717070 !important; /*888888;*/
 }
 .searchPanel input:focus {
   outline: none;
 }
 #searchBtnHead.open #searchToggle {
   background: url('/Images/FHT/search-close.png') no-repeat center center #666;
   background-size: 20px 20px;
   z-index: 99999;
   position: absolute;
   right: 80px;
   margin-top: 5px;
   padding: 5px;
   width: 20px;
   height: 20px;
   border-radius: 50px;
 }
 .fa-search:before {
   display: none !important;
 }
 #searchToggle:hover, .searchPanel button:hover {
   opacity: 0.8;
 }
 #hiddenSearch {
   overflow: hidden;
   display: inline-block;
   height: 25px;
   width: 0;
   transition: all 0.2s ease-in;
   background: #fff;
  /*border-bottom: 1px solid #bbbbbb;*/
     position: absolute;
  right: 0px;
  /* top: 5px; */
  top: 57px;
  z-index: 55555;
 }
 #searchBtnHead.open #hiddenSearch {
  /* width: 250px; */
  width: 75%;
  padding: 20px 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 3.0rem;
 }
 #hiddenSearch .row {
  display: flex;
  justify-content: space-between;
 }
 .mobile-search {
  background: #135f8e;
  position: relative;
  padding: 2.0rem 0.8rem;
 }
 .mobile-search br {
  display: none;
 }
 .mobile-search .row {
  display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
 }
 .mobile-search .searchPanel input {
  font-size: 20px !important;
  color: #bcd5e5 !important;
  font-weight: 300 !important;
  width: 90% !important;
  display: block !important;
  padding: 8px 3%;
 }
 .mobile-search .searchPanel {
  border-bottom: none !important;
 }
 @media (min-width: 1200px) {
  .mobile-search {
    display: none;;
  }
 }
 .button-search {
  display: flex;
    padding-left: 2px;
    background: #fad245 !important;
    width: 60px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
 }
 .searchPanel {
   border: 0;
   border-bottom: none;
 }
 .searchPanel input {
   width: 350px !important;
   background: transparent !important;
   height: 20px !important;
   font-size: 2.0rem !important;
   font-weight: 700;
   color: #014D7F !important;
 }
 #logo {
   width: 200px;
   margin-bottom: 10px;
 }
 #logo img {
  max-width: 100%;
}
 @media (max-width: 768px) {
  #logo {
    width: 140px;
  }
  #logo img {
    max-width: 100%;
  }
 }
 header {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 0;
  display: flex;
 }
footer {
   padding-top: 10px;
   padding-bottom: 10px;
   display: flex;
 }
 footer p {
  font-size: 1.2rem !important;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
 }
 footer p:first-child {
  padding-bottom: 8px;
 }
 footer p strong {
  font-weight: 600;
 }
 @media (min-width: 1200px) {
  footer {
    margin-top: -55px !important;
  }
 }
 @media (max-width: 1200px) {
  footer {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
 }
 .breadcrumbs a:after {
  top: 5px !important;
 }
 .contained-width {
   max-width: 1280px;
   margin: 0 auto;
 }
 .full-width {
   max-width: none;
   width: 100vw;
 }
 .header-alert {
   background: #000000;
   color: #ffffff;
   width: 100%;
   padding: 15px;
 }
 /*.searchPanel
 {
   border:3px solid #000000;
 }
 */
 .textSize {
   padding: 7px 0 0 15px;
 }
 fieldset {
   border: 0;
 }
 #spGrow a, #spShrink a {
   text-decoration: none;
   font-size: 2.0rem;
   color: #ffffff;
   font-weight: 600;
   padding: 3px;
   width: 20px;
   display: inline-block;
   text-align: center;
   background: #000000;
 }
 .main-nav {
   display: flex;
   align-items: center;
 }
 .menu-horizontal .sm-blue a, 
 .menu-horizontal .sm-blue {
   background: transparent !important;
   box-shadow: none;
   color: #004e7e;
   font-size: 2.1rem;
 }
 .menu-horizontal .sm-blue a, 
 .menu-horizontal .sm-blue a:hover, 
 .menu-horizontal .sm-blue a:focus, 
 .menu-horizontal .sm-blue a:active, 
 .menu-horizontal .sm-blue a.highlighted {
  padding-left: 13px;
  padding-right: 13px;
 }
 .menu-horizontal .sm-blue a:hover, 
 .menu-horizontal .sm-blue a:focus, 
 .menu-horizontal .sm-blue a:active, 
 .menu-horizontal .sm-blue a.highlighted, 
 .menu-horizontal .sm-blue a.current, 
 #leftMenu .sm-blue a.current {
   color: #4a7bbd;
   border: none;
   font-size: 2.1rem !important;
 }
 .menu-horizontal .sm-blue, 
 .menu-horizontal .sm-blue a, 
 .menu-horizontal .sm-blue a:hover, 
 .menu-horizontal .sm-blue a:focus, 
 .menu-horizontal .sm-blue a:active, 
 #leftMenu .sm-blue, 
 #leftMenu .sm-blue a, 
 #leftMenu .sm-blue a:hover, 
 #leftMenu .sm-blue a:focus, 
 #leftMenu .sm-blue a:active {
  background: transparent !important;
 }
 #leftMenu ul, #leftMenu ul ul, #leftMenu ul ul ul {
  list-style: none !important;
  padding-left: 0;
 }
 #leftMenu .sm-blue a {
  color: #333 !important;
  padding: 5px 0 !important;
  line-height: 30px;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 1px;
 }
 #leftMenu .sm-blue a:hover {
  color: #004e7e !important;
 }
 #leftMenu .sm-blue {
  padding: 2.0rem 1.0rem !important;
 }
 #leftMenu .sm-blue ul li {
  border-top: 0 !important;
 }
 #leftMenu .sm-blue a {
  padding-left: 10px !important;
  padding-right: 10px !important;
 }
 .btn-donate a {
   background-color: #004e7e;
   color: #fff;
   font-size: 2.1rem;
   font-weight: 500;
   display: block;
   text-decoration: none;
   padding: 8px 20px;
   border-radius: 30px;
 }
 #mainContentHome {
   display: grid;
   grid-gap: 1px;
   padding: 6.0rem 1px 1px;
 }
 .video-section {
  padding-bottom: 3.0rem;
 }
 @media (min-width: 1200px) {
  .video-section {
    padding-bottom: 10.2rem;
   }
   .video-section-left {
    padding-right: 40px;
   }
 }
 
 .video-section-right {
  text-align: right;
 }
 .video-section-right iframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
 }
 .video-section-right p strong {
  font-weight: 600;
 }
 @media (min-width: 1200px) {
  .quicklinks-section {
    padding-bottom: 6.2rem;
  }
 .quicklinks-section h2 {
  margin-bottom: 4rem;
 }
}
@media (max-width: 768px) {
  .quicklinks-section h2 {
    padding: 0 1rem !important;
   }
   /* .ms-slide .ms-slide-bgcont img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
   } */
}
 /* #mainContentHome > div {
   background-color: #ffffff;
 } */
 /*donation section*/
.donation-section {
    background: url(/Images/donation_section_NEW.jpg) no-repeat right bottom #c1d6f3;
    color: #333333 !important;
    padding-top: 10.0rem;
    background-size: 80%;
}
 @media (min-width: 990px) {
  .donation-section {
    min-height: 470px;
  }
  .donation-section .innerContWrap {
    width: 50%;
   }
   .donation-section p {
    padding-right: 25%;
   }
 }
 @media (max-width: 1200px) {
   .donation-section {
    background-size: 80%;
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
   }
 }
 @media (max-width: 990px) {
  .donation-section {
   padding-bottom: 20.0rem;
  }
}
@media (max-width: 768px) {
  .donation-section {
   padding-bottom: 15.0rem;
  }
}

.donation-section .button {
    background: #004e7e;
  font-size: 2.0rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 5px 3.0rem;
  border-radius: 5.0rem;
  transition: all ease-in 0.3s;
}
 .donation-section .button:hover {
  background: #004e7e !important;
  color: #ddd !important;
 }
 .donation-section h2 {
  font-size: 3.6rem;
  line-height: 4.5rem;
  margin-top: 0;
  font-weight: 400;
 }
 .donation-section h2, 
 .donation-section h3, 
 .donation-section h4, 
 .donation-section h5,
 .donation-section h6, 
 .donation-section p, 
 .donation-section li {
  color: #333;
 }
 @media (max-width: 768px) {
  .donation-section h2 {
   font-size: 2.6rem !important;
   line-height: 2.6rem !important;
  }
}
 .story-section {
  background: url(/Images/story-section.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
  min-height: 390px;
 }
 .story-section .innerContWrap {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
 }

 .story-section .story-thumnail img {
  border: 10px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transform: skewY(-5deg);
 }
 .story-section .story-content h2 {
  font-size: 3.6rem;
  color: #000;
  font-weight: 400;
  line-height: 4.5rem;
 }
@media (max-width: 768px) {
  .story-section .story-thumnail {
    margin-bottom: 3rem;
  }
}
 .story-section .story-content p, 
 .story-section .story-content p a {
  color: #014D7F;
  font-size: 3.0rem;
  font-weight: 400;
 }
 .story-section .story-content p a:hover {
  text-decoration: none;
 }
 @media (max-width: 768px) {
  .story-section {
    background-position: right;
  }
  .story-section .innerContWrap {
    flex-wrap: wrap;
  }
  .story-section .story-content h2 {
    font-size: 2.6rem;
    line-height: normal;
   }
 }
 .event-section h2 {
  font-weight: 400;
 }
 .event-section h2 strong {
  font-weight: 600;
 }
 @media (min-width: 1200px) {
  .event-section {
    padding-right: 10rem;
  }
  #homeContentInner {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 20px;
  }
 }
 @media (max-width: 1200px) {
  #homeContentInner {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
 }
 #mainContentInside {
   display: grid;
   grid-template-columns: 300px 1fr;
   padding: 3rem 0;
 }
 #mainContentInside>div {
   background-color: #ffffff;
 }
 #leftMenu {
   grid-row: span 3;
 }
 #insideContent, #breadcrumbs, #leftMenu {
   padding: 10px;
 }
 #insideBanner img {
   width: 100%;
   height: auto;
 }
 #utility {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-left: 35px;
 }
 #mobileMenu {
   display: none;
   position:  relative;
 }
 .no-inside-menu #mainContentInside {
   grid-template-columns: 1fr;
 }
 .no-inside-menu #leftMenu {
   display: none;
 }
 /*Glossary*/
 #servicesGlossary h2 {
   display: inline-block;
 }
 #servicesGlossary h2.inactive {
   color: Silver;
 }
@media (max-width: 1200px) {
  header .row-main-menu {
      align-items: start;
      margin: 0;
      width: 94%;
      padding-left: 3% !important;
      padding-right: 3% !important;
  }
    #mainContentHome {
      display: block;
    }
    #utility {
      display: none;
    }
    #mobileMenu {
      display: flex;
      z-index: 9999;
      /* background: #004e7e !important; */
      background: transparent !important;
      /* width: 25px;
      height: 45px;
      padding: 6px 15px; */
      width: 30px;
      height: 30px;
      padding: 0;
      border-radius: 10px;
      position: absolute;
      right: 20px;
      top: 60px;
    }
    #mobileMenu #nav-icon {
      width: 100%;
      height: 100%;
      position: relative;
    }
    #mobileMenu #nav-icon.open {
      background-color: transparent !important;
    }
    #mobileMenu #nav-icon span {
      /* background: #fff !important; */
      background: #004e7e !important;
    }
    #mobileMenu #nav-icon.open span {
      /* background: #fff !important; */
      background: #fff !important;
    }
    #nav-icon span:nth-child(1) {
      top: 0px !important;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 10px !important;
    }
    #nav-icon span:nth-child(4) {
      top: 20px !important;
    }
    .header-alert {
      display: none;
    }
    #mainMenu {
      display: none;
      height: calc(100vh - 0px);
      background: #004e7e;
      position: absolute;
      left: 0;
      right: 0;
      top: -10px;
      z-index: 9;
    }
    .menu-horizontal .sm-blue {
      background: #004e7e !important;
      border-radius: 0;
    }
    .contained-width {
      padding: 0 20px;
    }
    #mainContentInside {
      grid-template-columns: 1fr;
    }
    #leftMenu {
      /*display: none;*/
      order: 2;
    }
    .menu-horizontal .sm-blue {
      padding-top: 30px;
    }
    .menu-horizontal .sm-blue a, .menu-horizontal .sm-blue {
      color: #fff;
      text-align: center;
    }
    .mobile-donate {
      display: flex !important;
      justify-content: center;
      padding-top: 2rem;
      padding-bottom: 4rem;
      margin-right: 0 !important;
    }
    .mobile-donate a.button {
      border: 2px solid #fff;
      background-color: #fff;
      border-radius: 50px;
      color: #004e7e;
      text-decoration: none;
      display: inline-block;
      padding: 1rem 5rem !important;
      transition: all ease-in 0.3s;
      font-size: 2.0rem;
      font-weight: 600;
      margin-right: 0;
      cursor: pointer;
    }
 }
 .row-main-menu {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0 auto;
   padding: 20px;
   padding-top: 0 !important; /*Juan*/
   padding-bottom: 0 !important; /*Juan*/
   position: relative;
 }
  @media (min-width: 1300px) {
 .row-main-menu {
   width: 100%;
   padding-left: 0;
   padding-right: 0;
 }
 }
 @media (max-width: 768px) {
  #mainContentHome {
    padding-top: 20.7rem;
  }
 }
 .ms-slide .ms-caption {
  background-color: #fad245 !important;
  color: #000 !important;
 }
 .ms-slide .ms-caption p {
  color: #000 !important;
 }
.ms-slide .ms-caption {
    padding: 12px 1% 12px 6% !important;
    width:35%!important;
}
.ms-slide .ms-caption div{
    display:block!important;
}
.ms-slide .ms-caption p{
    font-size:2.0rem!important;
}
.home-photo-container {
    background: url(/Images/bg-mid-bar.png) no-repeat left center #1b3e6a;
    padding: 20px 0;
    background-size: cover;
    text-align: left;
    font-size: 2.4rem;
    color: #fff;
    width: 100%;
    min-height: 160px; /* display: flex;
    align-items: center;
    justify-content: left;*/
}

 .home-photo-container * {
   color: #ffffff;
 }
 .central-home {
  padding-top: 4.0rem;
  padding-bottom: 4.0rem;
 }
 @media (min-width: 1024px) {
  .central-home {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding-top: 9.5rem;
  }
 }
 .pre-footer {
   background: #fafafa;
 }
 .pre-footer img.img-logo {
  margin-bottom: 1.5rem;
  width: 140px;
  height: auto;
 }
 .pre-footer .contained-width {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 25px;
 }
 .pre-footer .footer-col {
  padding-top: 5.2rem;
  padding-bottom: 30px;
 }
 .pre-footer .footer-col p {
  line-height: 2.2rem !important;
}
 @media (max-width: 1200px) {
  .pre-footer {
    padding-top: 4.0rem;
    padding-bottom: 4.0rem;
  }
 }
 /* @media (max-width: 1200px) {
  .pre-footer .contained-width {
    grid-template-columns: 2fr 2fr;
  }
 } */
 @media (max-width: 1200px) {
  .pre-footer .contained-width {
    grid-template-columns: 1fr;
    gap: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .pre-footer .footer-col {
    padding: 0 !important;
  }
  .pre-footer .footer-col:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pre-footer .address-section {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .footer-social-media {
    justify-content: center !important;
}
 }
 .pre-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
 .pre-footer ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0 15px;
  margin: 0 0 15px;
 }
 .pre-footer ul li a {
  font-size: 2.0rem;
  color: #333;
  text-decoration: none;
  font-weight: 400;
 }
 .pre-footer .address-section {
  text-align: right;
  background: #fad245;
  padding: 5rem;
 }
 .pre-footer .address-section p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
 }
 .pre-footer .address-section p small {
  font-size: 1.4rem !important;
  line-height: 1.4rem !important;
 }
 .pre-footer .address-section strong {
  font-weight: 600;
 }
 .footer-social-media {
  display: flex;
  padding-bottom: 25px;
  padding-top: 15px;
  justify-content: right;
 }
 .footer-social-media a {
  display: inline-block;
  margin: 0 4px;
 }
 @media (max-width: 768px) {
  .pre-footer .address-section {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-social-media {
    justify-content: center;
  }
    .ms-slide .ms-caption{
       /* bottom:-1px!important;*/
        width:100%!important;
        bottom:-129px!important;
    }
    .ms-slide .ms-caption div{
        width:90%;
    }
 }
 .mobile-donate {
  display: block;
 }
 @media (min-width: 1200px) {
  .mobile-donate {
    display: none;
   }
 }
 #leftMenu .sm-blue a span.sub-arrow {
  background: transparent !important;
 }
 #leftMenu .sm-blue a.current.has-submenu {
  background: transparent !important;
 }
 #leftMenu .sm-blue a.current {
  background: rgba(0, 0, 0, 0.2) !important;
 }

/*#region Testimonials */

.testimonials-2-columns {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
}
.testimonials-2-columns div a {
  word-break: break-all;
}
@media (max-width: 580px) {
  .testimonials-2-columns {
    grid-template-columns: 1fr;
}
.testimonials-2-columns div {
  text-align: center;
}
.testimonials-2-columns div img {
  margin: 0 auto;
}
}
.testimonials-2-columns div {
    margin-bottom: 30px;
}

.testimonials-2-columns img {
    width: 184px;
    height: 267px;
    border-radius: 50%
}

.testimonials-2-columns h2 {
    margin-top: 0
}
/*#endregion */

.title-bar {
    background: #fad245 !important;
    padding: 3rem;
    /*font-size: 3.6rem;
    font-weight: 600!important;
    line-height: 3.6rem;
    padding: 3rem;
    margin: 0 0 5rem;*/
}
.volunteer-section {
  max-width: 395px;
  width: 100%;
  background: #6db04c;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .volunteer-section-top {
    width: 335px;
    padding: 20px 30px;
    height: 181px;
  }
}
@media (max-width: 1200px) {
  .volunteer-section {
    margin: 0 auto 30px;
  }
}
.volunteer-section-top {
  max-width: 395px;
  width: 335px;
  padding: 20px 30px;
  height: 181px;
  background: url(../Images/volunteer-programs-section.jpg) no-repeat;
  background-size: cover;
  background-color:#000;
}

.volunteer-section-top h2 {
  color: #fff;
  font-size: 4.4rem;
}
.volunteer-section-top h2 strong {
  display: block;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .volunteer-section-top {
    width: 80%;
    padding: 20px 10%;
    height: 181px;
  }
  .volunteer-section-top h2 {
    font-size: 3.4rem;
  }
}
.volunteer-link-bar {
  padding: 12px 20px;
}
    .volunteer-link-bar a {
        background: url(../Images/icon-volunteer-programe.png) no-repeat left center;
        display: block;
        color: #392E2E; /*#fff;*/
        font-weight:600;
        text-decoration: none;
        padding-left: 40px;
        position: relative;
        transition: all 0.3s ease;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
.volunteer-link-bar a:after {
  content: '';
  background: url(../Images/arrow-volunteer-programe.png) no-repeat left center;
  width: 13px;
  height: 18px;
  background-size: cover;
  position: absolute;
  right: 10px;
  z-index: 5;
}
.volunteer-link-bar a:hover:after {
  right: 0;
}
span.heart {
  width: 24px !important;
  height: 21px !important;
  display: inline-block;
  background: url(../Images/heart.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .menu-horizontal .sm-blue li {
    float: none;
  }
  .menu-horizontal .sm-blue a span.sub-arrow {
    display: none;
  }
}
ul.sm-nowrap {
  border: none !important;
  border-radius: 20px !important;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
ul.sm-nowrap li a {
  color: #666 !important;
  font-weight: 500 !important;
  font-size: 1.8rem;
}
ul.sm-nowrap li a:hover, ul.sm-nowrap li a:focus, ul.sm-nowrap li a:active {
  color: #000 !important;
  outline: none !important;
  font-size: 1.8rem;
}
.button-black {
    border: 2px solid #000;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 3rem;
    transition: all ease-in 0.3s;
    font-size: 2.0rem;
    font-weight: 500;
    margin-right: 0.8rem !important;
    margin-bottom: 5px;
    background: #fff !important;
    line-height: 1;
}
.button-black:hover {
  background: #000 !important;
  color: #fff;
}
.button-black a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
.button-black:hover a {
  color: #fff;
}
@media (max-width: 1200px) {
  .mainmenu.menu-horizontal {
    background: #004e7e !important;
  }
  .menu-horizontal .sm-blue ul {
    position: inherit !important;
    min-width: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    display: block !important;
    border: none !important;
  }
  .menu-horizontal .sm-blue ul a, 
  .menu-horizontal .sm-blue ul a:hover, 
  .menu-horizontal .sm-blue ul a:focus, 
  .menu-horizontal .sm-blue ul a:active, 
  .menu-horizontal .sm-blue ul a.highlighted {
    color: #fff !important;
    font-weight: normal;
    font-size: 1.9rem !important;
  }
  #searchToggle, .searchPanel button {
    background: url(/Images/search_white_mobile.png) no-repeat center center;
  }
  .mobile-search .searchPanel input {
    color: #fff !important
  }
  .menu-horizontal .sm-blue a:hover, 
  .menu-horizontal .sm-blue a:focus, 
  .menu-horizontal .sm-blue a:active, 
  .menu-horizontal .sm-blue a.highlighted, 
  .menu-horizontal .sm-blue a.current, 
  #leftMenu .sm-blue a.current {
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  #mobileMenu #nav-icon.open {
    top: 30px !important;
  }
}
.rowSub {
    padding:30px 30px;
}

.col-2 > div.rowSub, .grid2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-3 > div.rowSub, .grid3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.col-4 > div.rowSub, .grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5vw;
}

.col-1.yellow, .col-2.yellow, .col-3.yellow, .col-4.yellow {
    background: var(--yellow);
}

.col-1.yellow *, .col-2.yellow *, .col-3.yellow *, .col-4.yellow *{
    color: #000!important;
}

.col-1.grey, .col-2.grey, .col-3.grey, .col-4.grey {
    background: var(--grey);
}

.col-1.blue, .col-2.blue, .col-3.blue, .col-4.blue {
    background: var(--blue);
}
.col-1.blue *, .col-2.blue *, .col-3.blue *, .col-4.blue *{
    color: #fff!important;
}
@media (max-width: 1200px) and (min-width: 767px) {

    .col-3 > div.rowSub, .grid3col, .col-3 > div.rowSub {
        grid-template-columns: 1fr 1fr;
    }

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr 1fr;
    }

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col, .col-4 > div.rowSub, .grid4col {
        grid-row-gap: 20px;
    }

    .col-1 .rowSub, .col-2 .rowSub, .col-3 .rowSub, .col-4 .rowSub {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
}

@media (max-width: 767px) {

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col {
        grid-template-columns: 1fr;
    }

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr 1fr;
    }

    .col-3 > div.rowSub, .grid3col, .col-2 > div.rowSub, .grid2col, .col-4 > div.rowSub, .grid4col {
        grid-row-gap: 20px;
    }

    .col-1 .rowSub, .col-2 .rowSub, .col-3 .rowSub, .col-4 .rowSub {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
}

@media (max-width: 500px) {

    .col-4 > div.rowSub, .grid4col {
        grid-template-columns: 1fr;
    }
}



