@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');







/* font-family: 'Oswald', sans-serif; font-family: 'Source Sans Pro', sans-serif;*/
/* 



*, ::before, ::after, .row-fluid .cta_button {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
}
body {
font-family: ;
font-size: ;
color:  ;
margin: 0;
padding: 0;
}

a:focus, button:focus, input:focus, .slick-slide:focus {
outline: 0;
}

a {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
} */
/* -------------- Page CSS Start Here --------------------- */
.wamu-button{
  color: #fff;
  background-color: #f15a22;
  border-color: #f15a22;
  border-radius: .4rem;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .9rem 1.503rem;
  font-size: calc(0vw + 1rem);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-family: Poppins !important;
  font-weight: 700;
  font-style: normal;
}
.wamu-button:hover{
  color:#fff;
  opacity:0.8;
  text-decoration: none;
  font-weight: 700;
}

.form-content p {
  font-size: calc(.48vw +  1rem);
  /*   font-weight: 300; */
}
.header-section {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 4vw;
  padding-right: 4vw;
  pointer-events: auto;
  line-height:1;
}
.flex-div > .row-fluid-wrapper > .row-fluid {
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
}
.flex-div > .row-fluid-wrapper > .row-fluid:before,
.flex-div > .row-fluid-wrapper > .row-fluid:after {
  display:none;
}
.header-section .header-inner-container > .row-fluid-wrapper > .row-fluid:before,
.header-section .header-inner-container > .row-fluid-wrapper > .row-fluid:after {
  display:none;
}

.header-section .header-inner-container > .row-fluid-wrapper > .row-fluid  {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.header-section .header-left-side {
  flex: 1 0 67%;
  width:auto;
}
.header-section .logo-wrap {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 3.5vw;
  width:auto;
}
.header-section .logo-wrap  a {
  display: inline-block;
  max-width: 100%;
  max-height: 40px;
}
.header-section .logo-wrap img {
  width: 200px!important;
    max-width: 100%;
    max-height: initial
}
.header-section .header-menu {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  margin: 0;
}
.header-section .header-menu ul  {
  list-style:none;
  padding:0;
  margin:0;
}
.header-section .header-menu ul li a {
  color: #404040;
  text-decoration: none;
  backface-visibility: hidden;
  padding: .1em 0;
  display: block;
  font-family: 'PBSSans-regular';
  font-weight:normal;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1.5em;
}
.header-section .header-menu ul li li a {
  color: #333;
}
.header-section .header-menu ul li a:hover, .header-section .header-menu ul li a:focus, .header-section .header-menu ul li a.active{
  color: #F26A5B;
}

.header-section .header-menu ul li ul li a {
  line-height: 1.2em;
}
/* .header-section .header-menu ul li:last-child a {
font-family: Poppins;
} */
.header-section .header-menu .hs-menu-wrapper > ul {
  display:flex;
  flex-wrap: wrap;
}
.header-section .header-menu .hs-menu-wrapper > ul > li {
  margin: 0;
  margin-right: 1.3vw;
  position:relative;
  line-height: 1;
}
.header-section .header-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -1em;
  padding: .5em 1em;
  text-align: left;
  width: 200px;
  z-index: 10;
  background-color: #fff;
  box-sizing: content-box;
}
.header-section .header-menu .hs-menu-wrapper > ul li:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.header-section .header-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li {
  margin: 0;
}
/* .header-section .header-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper li a:hover {
opacity: .7;
} */

.header-section .header-menu ul li a  {
  font-size: calc(.48vw + 1rem);
}
.header-section .header-right-side {
  width:auto;
  justify-content: flex-end;
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  margin:0;
} 
.header-section .header-btn , .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a  {
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  color: #fff;
  background-color: transparent;
  border: 1px solid;
  border-color: #FFFFFF;
  border-radius: 0;
  font-style: normal;
  letter-spacing: .13em;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  padding: .72rem 1.2024rem;
  font-size: calc(-.12vw + 1rem);
  border-radius: 6.4px;
  color: #FFFFFF;
  background-color: #14b0bc;
  font-weight: normal;
  font-family: 'PBSSans-Bold';
  line-height: normal;
}
.header-section .header-btn:hover, .header-section .header-btn:focus, .header-section .header-btn.active ,
.header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a:hover,
.header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a:focus,
.header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a.active {
  opacity: 0.9;
}
.header-section .header-menu ul li a:hover {
  color: #c8102e;
}
.header-section .header-menu ul ul li a:hover, .header-section .header-menu ul ul li a:focus, .header-section .header-menu ul ul li a.active {
  color: #c8102e;
}

.header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li  {
  margin-left:auto;
  margin-right:0;
}
.header-section .mobile-trigger, .thankyou-page .header-section .btn-li {
  display:none;
}


/* ---------------- Footer CSS -------------------- */

.footer-section {
  padding-right: 4vw;
  padding-left: 4vw;
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  text-align: center;
  align-items:center ;
  /*   min-height: 66vh  !important; */
}
.footer-section .content {
  max-width: 75%;
  margin: 0 auto !important;
  float: none !important;
}
.footer-section .footer-heading h3 {
  color: #f15a22;

  font-weight: bold;
  font-size: calc(2.28vw + 1rem);
  line-height: 1.1088;
}
/* .footer-section .footer-heading  {
padding-bottom:17px;
margin-bottom:68px;
} */
.footer-section .footer-heading h3 a {
  color: #f15a22;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;

}
.footer-section .footer-heading h3 a:hover, .footer-section .footer-heading h3 a:focus {
  text-decoration: none;
}
.footer-section .footer-text {
  padding:17px;
  max-width: 700px;
  margin: 0 auto;
}
.footer-section .footer-text p {
  /*   color: #394857; */
  font-size: calc(-.12vw + 1rem);
  line-height: 1.5;
  font-weight: 400;
}
.footer-section .footer-text p a {
  /*   color: #f15a22; */
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
}
.footer-section .footer-text p a:hover {
  opacity:.7;
}
.footer-logo {
  max-width: 220px;
  margin: 0 auto 50px;
}
.three-column-text a {
    font-size: 14px;
}
.three-column-text img {
    height: 60px;
    object-fit: contain;
}
.three-column-text a {
    font-size: 18px;
    font-family: PBSSans-Bold,sans-serif;
}
/* --------------------- Page CSS ----------- */

.two-image-text-section {
  background-size: cover;
  background-position: center;
  padding: 3.3vmax 4vw; 
}
.two-image-text-section .image-text-flex {
  display:flex;
  margin:0 -17px;
}
.two-image-text-section .image-text-flex .it-col {
  padding:0 17px;
  padding-bottom: 17px;
  width:50%; 
} 
.two-image-text-section .text-col h1 {
  color: #fff;
  /*   font-size: calc(3.3vw + 1rem); */
  margin: 0 0 2rem;
}
.section-text p {
  color:#fff;
  /*   font-size: calc(.72vw + 1rem);  */
}
.section-text ul {
  list-style:none;
}
.section-text ul li {
  position:relative;
  margin-top: .5em;
  margin-bottom: .5em;
  /*   font-size: calc(.72vw + 1rem);  */

}
.section-text ul li:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}
.two-image-text-section .text-col ul li  {
  color:#fff; 
}
.blog-header__search .hs-search-field__suggestions a, .blog-header__search .hs-search-field__suggestions #results-for {
  color: #000 !important;
}
.blog-header__search .hs-search-field__suggestions li {
  padding: 0 10px !important;
}
.blog-header__search .hs-search-field__suggestions {padding: 0 !important;}


.footer-top-section {
    background: #404040;
}
.footer-top-section * {
    color: #fff !important;
}
.footer-top-section a {
    text-decoration: underline;
}
.footer-top-section a:hover {
    opacity: 0.9;
}
h2 {
    text-transform: capitalize;
}
div#sponsor .bg-overlay {
    background-color: rgb(20, 176, 188); !important;
}
.three-column-text {
    text-align: center;
}
.footer-text p {
    color: #fff;
}
form input[type=submit], form .hs-button {
    padding: 12px 34px !important;
}
.header-section .mobile-trigger .bottom-bun{
  background-color: #000;
}
.three-column-text>p>strong {
    display: block;
    margin-bottom: 20px;
    min-height: 69px;
}
.banner-blog-subscribe-module form .legal-consent-container p a {
  color: #14b0bc !important;
}

/*--------------------- responsive styles ---------------------*/

@media(max-width: 1510px){
  .header-section .header-menu ul li a {
    font-size: calc(0.38vw + 0.8rem);
  }
  .header-section .header-menu .hs-menu-wrapper > ul > li {
    margin: 0px 1vw 0px 0px;
  }
}

@media(max-width: 1260px){
  .header-section .header-btn, .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a {
    font-size: calc(-0.12vw + 0.8rem);
  }
}

@media(max-width: 1199px){
  .header-section .logo-wrap {
    margin-right: 2vw;
  }
  .header-section .header-menu ul li a {
    font-size: calc(0.38vw + 0.7rem);
  }
  .header-section .header-btn, .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a {
    font-size: calc(-0.12vw + 0.68rem);
    padding: 0.72rem 0.6rem;
  }
}

@media(min-width:1025px){
  .mobile-menu{ display:none !important; }
}

@media(max-width:1024px){
  .desktop-menu{ display:none !important; }
  body.mobile-open {overflow: hidden;}
  .header-section {
    padding: 4vw;
  }
  .header-section .mobile-trigger {
    display:block;
  }
  .header-section .mobile-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    float:right;
    cursor:pointer;
    z-index:2;
    margin-right:8px;
  }
  .header-section .mobile-trigger .top-bun, .header-section .mobile-trigger .patty, .header-section .mobile-trigger .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
    background-color: #000;
  }
/*   .mobile-open .header-section .mobile-trigger .top-bun, .mobile-open .header-section .mobile-trigger .patty, .mobile-open .header-section .mobile-trigger .bottom-bun
  {
    background-color:#FFFFFF;
  } */
  .header-section .mobile-trigger .top-bun {
    transform: translatey(-5.5px);
  }
  .header-section .mobile-trigger .patty {
    transform: scale(0);
  }
  .header-section .mobile-trigger .bottom-bun {
    transform: translatey(5.5px);
  }
  .mobile-open .header-section .mobile-trigger .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }
  .mobile-open .header-section .mobile-trigger .patty {
    transform: scale(0);
  }
  .mobile-open .header-section .mobile-trigger .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
  }
  .header-section .header-right-side {
    display:none;
  }
  .header-section .hs-menu-wrapper {
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: none;
    height: 100vh;
    padding-top: 110px;
    max-height: 100vh;
  }
  .mobile-open .header-section .hs-menu-wrapper {
    display:none;
  }
  .header-section .header-menu .hs-menu-wrapper > ul {
    display: block;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    height: 100%;
  }
  .header-section .header-menu ul li a {
    position: relative;
    display: block;
    padding: 3vw 0;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    font-size: 6vmin;
    line-height:inherit
  }
  .header-section .header-menu .hs-menu-wrapper > ul > li {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 5vw;
    font-size:1.1rem;
    line-height: 1.5em;
    position:static;
  }
  .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li {
    margin-left: 0;
    margin-right: 0;
    margin: 4vw 0 6vw;
  }
  .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a {
    font-size: 1.2rem;
  }
  .header-section .logo-wrap {
    position: relative;
    z-index: 2;
  }
  .header-section .header-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    /* position: static; */
    opacity: 1;
    width: 100% !important;
    text-align: center;
    display: none;
    padding: 0;
    left: 100%;
    top: 0;
  }
  .header-section .child-trigger {
    position: relative;
    display: inline-block;
    width: .4em;
    height: .4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -.14em;
    transform: rotate(45deg);
    margin: 1px 0 0 10px;
    cursor: pointer;
  }
  .header-section .child-trigger  i {
    display:none;
  }
  body.menu-active {
    overflow: hidden;
  }
  .slinky-menu a.next::after {
    /*     color: #90d8f6; */
    font-weight: 300;
  }
  .slinky-menu a.next:after, .header-menu-new .slinky-menu > ul li.header a:after {
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -.14em;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
    right: -6px;
    /*     color: #90d8f6; */
  }
  .header-menu-new .slinky-menu.menu-open {
    display: block !important;
    transform: translatey(0);
  }
  .header-menu-new .slinky-menu {
    background: #FFFFFF ;
    left: 0;
    margin-top: 0px;
    padding: 75px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    /*     max-width: 600px; */
    opacity: 1 !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    overflow: hidden auto;
    height:100vh !important;
    display:none;  
    width: 100%;
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
  .header-menu-new .slinky-menu ul.hs-menu-children-wrapper{
    position: absolute;
    top: 0px;
    width: 100%;
    height: calc(100vh - 0px);
    padding-left: 0px;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    list-style: none;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    display: flex !important;
    align-items: center;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translatex(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
  }
  .header-menu-new .slinky-menu ul.hs-menu-children-wrapper.active {
    transform: translatex(0);
    will-change: transform;
  }
  .header-menu-new .slinky-menu > ul li.header a.back {
    opacity: 0.5;
  }
  .header-menu-new .slinky-menu > ul li.header a.back:after {
    right: 100%;
  }
  .header-menu-new .slinky-menu span.count {
    display: none;
  }
  .header-menu-new .slinky-menu > ul{
    list-style:none;
    padding:50px 0;
    margin:0;
    /*     margin-top: 25vh; */
    /*     position:relative; */
    /*     margin-top: 57px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 175px) !important;
    display: flex !important;
  }
  .header-menu-new .slinky-menu ul li{
    padding-left: 4vw;
    padding-right: 4vw;
    text-align:center;
    margin: 0;
  }
  .header-menu-new .slinky-menu ul li a{
    display: block;
    text-align: center;
    position: relative;
    display: block;
    padding: 2vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    color: #404040;
    font-size: 6vmin;
    font-weight: normal;
    font-style: normal;
    letter-spacing: .02em;
    text-transform: none;
    line-height: 1em;
  }
  .header-menu-new .slinky-menu ul li a:hover, .header-menu-new .slinky-menu ul li a:focus {text-decoration: none;color:#c8102e;}
  /*   .slinky-menu > ul li.header a{
  opacity:0.5;
} */
  .header-menu-new .slinky-menu>ul li.header a:after{
    transform: rotate(-135deg);
    top: -5px;
    right: 31%;
  }
  .header-menu-new .slinky-menu > ul > li:last-child, .header-menu-new .slinky-menu > ul > li:nth-last-child(2){
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    /*     position: relative; */
  }
  .header-menu-new .slinky-menu > ul > li:last-child > a, .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a{
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin: 4vw 6vw 6vw;
    min-width: 210px;
    border-radius: 0;
    /*     font-family: Poppins; */
    font-weight: 700;
    font-style: normal;
    letter-spacing: .13em;
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: 1.2rem;
    color: #404040;
    background-color: transparent;
    border:1px solid;
    border-color: #404040;
    padding: .72rem 1.2024rem; 
  }
  .header-menu-new .slinky-menu > ul > li:last-child > a:hover, .header-menu-new .slinky-menu > ul > li:last-child > a:focus,
  .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a:hover, .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a:focus {
    color: #fff;
    background-color: #404040;
  }
  .comm-acc-header .header-menu-new .slinky-menu > ul > li:last-child, .comm-acc-header .header-menu-new .slinky-menu > ul > li:nth-last-child(2){
    position: static;
/*     bottom: 0%;
    left: 0;
    right: 0; */
    /*     position: relative; */
  }
  .comm-acc-header .header-menu-new .slinky-menu > ul > li:last-child > a, .comm-acc-header .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a{
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    min-width: auto;
    border-radius: 0;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1em;
    font-size: 6vmin;
    color: #404040;
    background-color: transparent;
    border: none;
    border-color: #404040;
    padding: 2vw 5vw;
  }
  .comm-acc-header .header-menu-new .slinky-menu > ul > li:last-child > a:hover, .comm-acc-header .header-menu-new .slinky-menu > ul > li:last-child > a:focus,
  .comm-acc-header .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a:hover, .comm-acc-header .header-menu-new .slinky-menu > ul > li:nth-last-child(2) > a:focus {
    text-decoration: none;
    color: #c8102e;
    background-color: transparent;
  }
  .slinky-menu a.child-trigger-new.next:after, .header-menu-new .slinky-menu>ul li.header a.child-trigger-new:after {   
    position: absolute;
    top: -6vmin;
    right: 0.2em;
    z-index: 1;
  }
  .header-menu-new .slinky-menu ul li a.child-trigger-new {
    padding: 0;
  }
}
/* ------------------- Responsive CSS ---------------------- */

@media(max-width:890px){ 
  .header-section .header-menu ul li a {
    font-size: calc(.48vw + 0.9rem);
  }
  .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a {
    font-size: calc(-.12vw + 0.8rem);
  }
}

@media(max-width: 799px){
  .footer-section .content {
    width: 100%;
  }
  /*   .footer-section .footer-heading {
  margin-bottom: 0px;
} */
  .sponsor-form form .field {
    margin-bottom: 10px;
  }
}
@media(max-width:767px){ 
  .header-section {
    padding: 4vw 4vw 7vw;
}
  .header-section .logo-wrap img {
    max-height: auto;
  }  
}

@media(max-width:480px){  
  .header-section .header-menu ul li a {
    font-size: 8.5vmin;
  } 
  .header-section .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1.btn-li > a {
    font-size: 1rem;
  }
  .header-section .header-menu ul li a {
    font-size: 7.5vmin;
  }
  .header-section .header-menu .hs-menu-wrapper > ul {
    padding-top: 30px;
  }
}