@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap);@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
.section{padding:2rem 0}.clearfix:after{display:block;clear:both;content:""}.container{width:100%;margin-right:auto;margin-left:auto;padding-top:2rem;padding-bottom:2rem}@media (min-width:576px){.container--max-width{max-width:540px}}@media (min-width:768px){.container--max-width{max-width:720px}}@media (min-width:992px){.container--max-width{max-width:960px}}@media (min-width:1200px){.container--max-width{max-width:1140px}}.container--padded{padding-left:2.5rem;padding-right:2.5rem}.display-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.display-flex__align-center{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.embed{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed:before{display:block;content:"";padding-top:100%}.embed__item,.embed embed,.embed iframe,.embed object,.embed video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed--21by9:before{padding-top:42.85714%}.embed--16by9:before{padding-top:56.25%}.embed--4by3:before{padding-top:133.33333%}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.alignleft{float:left;margin:0 1em 1em 0}.alignright{float:right;margin:0 0 1em 1em}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption img{width:100%;height:auto}.wp-caption .wp-caption-text{margin-top:1rem;font-size:.85em;font-style:italic}.grid-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.grid-wrapper__one-column{grid-template-columns:1fr}.grid-wrapper__three-columns{grid-template-columns:1fr 1fr 1fr}.grid-wrapper__one-two-columns{grid-template-columns:1fr 2fr}.grid-wrapper__two-one-columns{grid-template-columns:2fr 1fr}.grid-wrapper__one-three-columns{grid-template-columns:1fr 3fr}article{padding:2rem 0}.flex-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.flex-align-center,.flex-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flex-align-left{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:991.98px){.grid-wrapper{grid-template-columns:1fr}}body{font-family:Poppins,sans-serif;line-height:1.5}body a{-webkit-transition:all .35s ease;transition:all .35s ease;color:#000;text-decoration:underline}body a:hover{color:#283895}body strong a{text-decoration:none}body strong a:hover{color:#283895;text-decoration:underline}body p{font-family:Poppins,sans-serif;font-size:1.6rem;line-height:1.5;margin-bottom:1rem}body p:last-child{margin-bottom:0}body h1{font-size:60px;text-transform:uppercase;font-family:Oswald,sans-serif;margin:4rem 0 3rem}@media (max-width:991.98px){body h1{font-size:50px}}@media (max-width:767.98px){body h1{margin:3rem 0 2rem;font-size:40px}}body h2{font-family:Oswald,sans-serif;text-transform:uppercase;color:#000;font-size:4.25rem;margin:4rem 0 3rem}@media (max-width:767.98px){body h2{margin:3rem 0 2rem}}body h4{font-size:3rem;font-family:Oswald,sans-serif;text-transform:uppercase;margin:4rem 0 3rem}@media (max-width:767.98px){body h4{margin:3rem 0 2rem}}body h5{font-family:Poppins,sans-serif;font-weight:500;font-size:2rem;margin:4rem 0 3rem}@media (max-width:767.98px){body h5{margin:3rem 0 2rem}}body h6{font-size:2.1rem;line-height:1.4;font-family:Poppins,sans-serif;margin:4rem 0 3rem}@media (max-width:767.98px){body h6{margin:2rem 0;font-size:1.85rem}}body .white{color:#fff}h1.disable-top-margin,h2.disable-top-margin,h3.disable-top-margin,h4.disable-top-margin,h5.disable-top-margin,h6.disable-top-margin{margin-top:0}h1.disable-bottom-margin,h2.disable-bottom-margin,h3.disable-bottom-margin,h4.disable-bottom-margin,h5.disable-bottom-margin,h6.disable-bottom-margin{margin-bottom:0}.component__subsection_logo_area h2,.component__wysiwyg_block h2{margin:1rem 0}.component__subsection_logo_area h3,.component__wysiwyg_block h3{font-size:2.6rem;font-family:Oswald,sans-serif;text-transform:uppercase;margin:1rem 0}.component__subsection_logo_area ul li,.component__wysiwyg_block ul li{font-family:Poppins,sans-serif;font-size:1.6rem;line-height:1.5;margin-bottom:1.15rem;display:-webkit-box;display:-ms-flexbox;display:flex}.component__subsection_logo_area ul li:before,.component__wysiwyg_block ul li:before{content:"\025FC";color:#1c9ad6;padding-right:5px}.component__subsection_logo_area p,.component__subsection_logo_area p:last-child,.component__wysiwyg_block p,.component__wysiwyg_block p:last-child{margin-bottom:2rem}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:400;line-height:1;text-align:left}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}h1,h2,h3,h4,h5,h6{color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400}a{color:inherit;text-decoration:none}address{font-style:normal;line-height:inherit}sub,sup{position:relative;font-size:.85em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,pre{font-family:Monaco,Consolas,monospace;font-size:1em}ol,ul{list-style:none}img{border-style:none;display:block;max-width:100%;height:auto}svg:not(:root){overflow:hidden}label{display:inline-block}button{background:transparent;border:none;border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}textarea{overflow:auto;resize:vertical}table{border:0;border-collapse:collapse;empty-cells:show;font-size:1em}caption,td,th{vertical-align:top;text-align:inherit;font-weight:400}[tabindex="-1"]:focus{outline:0!important}@-ms-viewport{width:device-width}.btn{background:#3b5998;color:#fff;padding:1rem;font-family:Oswald,sans-serif;cursor:pointer}.btn__circle{background:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;margin:0 auto;position:absolute;width:75px;height:75px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;top:0;text-transform:uppercase;line-height:1.2;-webkit-transition:all .35s ease;transition:all .35s ease}.btn__circle a{text-decoration:none;font-size:2rem;color:#fff}.btn__circle:hover{background:#283895}.btn__circle:hover a{color:#fff}.btn__expand{position:relative;margin-left:0;margin-top:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn__with-border-line:after,.btn__with-border-line:before{content:" "}.margin{width:75px;height:75px;position:absolute;background:#fff;padding:3rem;-webkit-box-sizing:content-box;box-sizing:content-box;top:0}.border-line{position:relative;margin:2rem auto 0}.border-line:before{content:" ";border:2px solid #000;width:100%;position:absolute;top:37px;left:0}.nav-button a{font-weight:400!important;padding:.68rem 4.2rem .68rem 1.9rem;border-radius:12px;border:2px solid #ffc20e!important;position:relative}.nav-button a:after{content:url(../images/btn-link.svg);position:absolute;right:1.5rem}.nav-button a:hover{color:#000!important;border-color:#ffc20e;background-color:#ffc20e}.nav-button a:hover:after{content:url(../images/btn-link-dark.svg)}.nav-button a sup{font-size:.8rem;top:-1rem;margin-left:.15rem}.nav-button:hover:after,.nav-button:hover:before{display:none}.page-template-issue-template .nav-button a:after,.page-template-subsection-template .nav-button a:after{content:url(../images/btn-link-dark.svg)}@media (max-width:991.98px){.nav-button{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-button,.nav-button a{display:-webkit-box;display:-ms-flexbox;display:flex}.nav-button a{color:#231f20;font-weight:500!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:308px;padding:1.2rem!important;margin-top:3rem;margin-bottom:5rem}.nav-button a:after{content:url(../images/btn-link-dark.svg);margin-left:1.5rem;position:static}}.content{padding-top:2.5rem;padding-bottom:2.5rem;width:85%}.footer{background:#000;padding:2.5rem 0 3.5rem;color:#fff;font-family:Poppins,sans-serif;font-weight:400}.footer__social{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:1.75rem;letter-spacing:.5px;text-align:center;line-height:1.3;min-width:300px}@media (min-width:992px){.footer__social{text-align:left}}.footer__social--list{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.footer__social--label{margin-top:.5rem;margin-right:.25rem}.footer__social--item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem}.footer__social--item:first-of-type{margin-left:0}.footer__social--item>a{-webkit-transition:all .35s ease;transition:all .35s ease;color:#fff;text-decoration:none;margin-top:.325rem}.footer__social--item>a:hover{color:#d6e1df}.footer__social--icon{font-size:130%}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-right:auto;margin-left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5rem 2.5rem 1.75rem}.footer__container .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:1.5rem}.footer__container .footer__menu{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;letter-spacing:.5px;text-align:center;line-height:1.3;min-width:300px}.footer__container .footer__menu ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__menu .menu-item{display:inline}.footer__menu .menu-item:after{content:"|";margin-left:5px;color:#fff}.footer__menu .menu-item:last-child:after{display:none}.footer__menu .menu-item a{-webkit-transition:all .35s ease;transition:all .35s ease;color:#fff;text-decoration:none}.footer__menu .menu-item a:hover{color:#d6e1df;text-decoration:underline}.footer__copyright{color:#818181;padding:1.75rem 0 0;text-align:center;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__copyright p{background:#000;z-index:1;padding:0 1.5rem;letter-spacing:.5px}.footer__copyright:before{content:"";position:absolute;height:1px;border-top:1px solid #818181;max-width:350px;width:80%;left:50%;margin:0 auto;top:0;-webkit-transform:translate(-50%);transform:translate(-50%)}@media (max-width:991.98px){.footer__social{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer__social--list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__container--address{display:block}}@media (min-width:768px){.footer__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:768px) and (min-width:576px){.footer__container{max-width:540px}}@media (min-width:768px) and (min-width:768px){.footer__container{max-width:720px}}@media (min-width:768px) and (min-width:992px){.footer__container{max-width:960px}}@media (min-width:768px) and (min-width:1200px){.footer__container{max-width:1140px}}@media (min-width:768px){.footer__container .logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer__container .footer__menu{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.footer__container address{display:inline-block}}@media (min-width:992px){.footer__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:.5rem 0}}@media (min-width:992px) and (min-width:576px){.footer__container{max-width:540px}}@media (min-width:992px) and (min-width:768px){.footer__container{max-width:720px}}@media (min-width:992px) and (min-width:992px){.footer__container{max-width:960px}}@media (min-width:992px) and (min-width:1200px){.footer__container{max-width:1140px}}@media (min-width:992px){.footer__container .logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}.footer__container .footer__menu{margin-bottom:2rem}.footer__container .footer__menu .menu-item{margin-right:.75rem;margin-bottom:1.6rem}.footer__container .footer__menu .menu-item:after{margin-left:.5rem}.footer__social{margin-bottom:.5rem}.footer__copyright{padding:0}.footer__copyright:before{width:100%;max-width:100%;left:0;border-top:2px solid #818181;-webkit-transform:none;transform:none;top:auto}}.header{background:#000;position:relative;padding-top:0;padding-bottom:0;margin-top:-1rem}.header label{z-index:100}.header__nav.active li:after,.header__nav.active li:before{display:none}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2.5rem 0 0}@media (min-width:992px){.header__container{width:85%;margin:0 auto}}.header__toggle{cursor:pointer;font-size:2.6rem;margin-top:-10px}.header__toggle.active,.header__toggle:hover{color:#3b5998}.header__toggle svg{fill:#fff!important}.header__logo{font-size:3.2rem;margin-top:10px;font-weight:700}.header__logo .site-logo{fill:#fff}.header__menu{margin-top:1.5rem;margin-bottom:1.5rem;height:auto;text-align:right}@media (min-width:992px){.header__menu li:not(.menu-item-child){position:relative}.header__menu li:not(.menu-item-child):before{top:30px;bottom:0}.header__menu li:not(.menu-item-child):after,.header__menu li:not(.menu-item-child):before{position:absolute;content:"";-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;left:calc(50% - 2px);width:3px;color:#fff;height:15px;background:#fff;border-radius:1px}.header__menu li:not(.menu-item-child):after{top:0;bottom:30px}.header__menu li:not(.menu-item-child)>a{color:#fff;text-transform:uppercase;font-family:Oswald,sans-serif;font-weight:400;font-size:2rem;text-decoration:none}.header__menu li:not(.menu-item-child):hover>a{color:#ffc20e}.header__menu li:not(.menu-item-child).current-menu-item>a,.header__menu li:not(.menu-item-child).current-page-ancestor>a{color:#ffc20e!important}}.header__nav.active li a:before{display:none}.single-page-hero--breadcrumbs{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:1.5rem;width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:.5rem}@media (max-width:991.98px){.single-page-hero--breadcrumbs{margin-top:2rem}}.single-page-hero--breadcrumbs a{color:#000;text-decoration:underline}@media (max-width:991.98px){.header{padding-top:2.5rem;padding-bottom:0}.header__nav{background:#fff;display:none;position:absolute;top:100%;left:0;width:100%;min-height:calc(100vh - 130px);-webkit-transition:all .5s ease;transition:all .5s ease}.header__nav.active{display:block;z-index:999}.header__container{padding:2rem 3.5rem}.header__toggle{-webkit-transition:all .5s ease;transition:all .5s ease}.header__menu{margin-top:1.5rem;margin-bottom:1.5rem;text-align:left;left:1.5rem}.header__menu li{margin:0}.header__menu li a{color:#231f20;text-transform:uppercase;font-family:Oswald,sans-serif;font-weight:400;font-size:2rem;text-decoration:none;display:block;padding:1.8rem 6.5rem 1.8rem 3rem;border-bottom:1px solid #d9d9d9}.header__menu li.menu-item-has-children{position:relative}.header__menu li.menu-item-has-children .nav-arrow{width:6.35rem;height:5.35rem;cursor:pointer;position:absolute;top:0;right:0;background-image:url(../images/nav-arrow-mobile.svg);background-repeat:no-repeat;background-position:2rem;z-index:1}.header__menu li .sub-menu{display:none;height:auto!important;background-color:#eaeaea}.header__menu li .sub-menu a{font-family:Poppins,sans-serif;text-transform:none;font-size:1.65rem;font-weight:400;padding-left:5.5rem}.header__menu li .sub-menu .sub-menu{background-color:#f7f4f4}.header__menu li .sub-menu .sub-menu a{padding-left:8.2rem}.header__menu li.submenu-active>.sub-menu{display:block}body.nav-open{position:relative;overflow-x:hidden}body.nav-open:before{content:"";background-color:#000;opacity:.85;width:100%;height:100%;position:absolute;top:20rem;left:0;z-index:9}}@media (min-width:992px) and (min-width:576px){.header__container{max-width:540px}}@media (min-width:992px) and (min-width:768px){.header__container{max-width:720px}}@media (min-width:992px) and (min-width:992px){.header__container{max-width:960px}}@media (min-width:992px) and (min-width:1200px){.header__container{max-width:1140px}}@media (min-width:992px){.header__toggle{display:none}.header__nav{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__menu,.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__search{margin-left:1.5rem}.header .hamburger{display:none}}.page-template-issue-template .single-page-hero-sub-heading :last-child,.page-template-subsection-template .single-page-hero-sub-heading :last-child{margin-bottom:0}.page-template-issue-template .header,.page-template-subsection-template .header{background:#fff;background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,#f7f7f7),to(#f7f7f7));background:linear-gradient(90deg,#fff 0,#fff 50%,#f7f7f7 0,#f7f7f7)}@media (min-width:768px){.page-template-issue-template .header__no-image,.page-template-subsection-template .header__no-image{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(5%,#fff),color-stop(3%,#f7f7f7),to(#f7f7f7));background:linear-gradient(90deg,#fff 0,#fff 5%,#f7f7f7 0,#f7f7f7)}}.page-template-issue-template .header__logo .site-logo,.page-template-subsection-template .header__logo .site-logo{fill:#000}@media (min-width:992px){.page-template-issue-template .header .header__menu>li>a,.page-template-subsection-template .header .header__menu>li>a{color:#000}.page-template-issue-template .header .header__menu>li:hover>a,.page-template-subsection-template .header .header__menu>li:hover>a{color:#ffc20e}}.page-template-issue-template .header .hamburger .bar,.page-template-subsection-template .header .hamburger .bar{background-color:#000}.page-template-issue-template .header__nav,.page-template-subsection-template .header__nav{background:transparent}.page-template-issue-template .header__nav.active,.page-template-subsection-template .header__nav.active{background:#fff}.page-template-issue-template .header__nav ul li a,.page-template-subsection-template .header__nav ul li a{color:#000}.page-template-issue-template .component__page_header,.page-template-subsection-template .component__page_header{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(50%,#fff),color-stop(50%,#f7f7f7),to(#f7f7f7));background:linear-gradient(90deg,#fff 0,#fff 50%,#f7f7f7 0,#f7f7f7);color:#000;padding-bottom:0}.page-template-issue-template .component__page_header--no-image,.page-template-subsection-template .component__page_header--no-image{padding-bottom:0;padding-top:0;min-height:0;background:#fff}@media (min-width:768px){.page-template-issue-template .component__page_header--no-image,.page-template-subsection-template .component__page_header--no-image{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(5%,#fff),color-stop(3%,#f7f7f7),to(#f7f7f7));background:linear-gradient(90deg,#fff 0,#fff 5%,#f7f7f7 0,#f7f7f7)}}@media (max-width:991.98px){.page-template-issue-template .component__page_header--no-image,.page-template-subsection-template .component__page_header--no-image{position:relative}.page-template-issue-template .component__page_header--no-image:after,.page-template-subsection-template .component__page_header--no-image:after{content:"";position:absolute;left:50%;right:0;top:0;bottom:60%;background-color:#f7f7ff}}.page-template-issue-template .component__page_header--no-image .single-page-hero-heading,.page-template-subsection-template .component__page_header--no-image .single-page-hero-heading{margin-bottom:1rem;margin-top:4rem}.page-template-issue-template .component__page_header--no-image .single-page-hero-heading h1,.page-template-subsection-template .component__page_header--no-image .single-page-hero-heading h1{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffc20e),to(#ffc20e));background-image:linear-gradient(#ffc20e,#ffc20e);background-position:0 98%;background-repeat:no-repeat;background-size:100% 4px;padding-bottom:0;display:inline;line-height:1.5}.page-template-issue-template .component__page_header .grid-wrapper,.page-template-subsection-template .component__page_header .grid-wrapper{grid-template-columns:2fr 1fr}.page-template-issue-template .component__page_header .grid-wrapper .grid_col:last-child,.page-template-subsection-template .component__page_header .grid-wrapper .grid_col:last-child{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.page-template-issue-template .component__page_header .grid-wrapper .grid_col:last-child img,.page-template-subsection-template .component__page_header .grid-wrapper .grid_col:last-child img{min-width:200px}.page-template-issue-template .component__page_header h1,.page-template-subsection-template .component__page_header h1{color:#000;text-shadow:none}.page-template-issue-template .component__page_header p,.page-template-subsection-template .component__page_header p{color:#000;text-shadow:none;font-size:1.8rem;line-height:1.65}@media (max-width:991.98px){.page-template-issue-template .component__page_header .grid-wrapper,.page-template-subsection-template .component__page_header .grid-wrapper{grid-template-columns:1fr}}@media (max-width:991.98px) and (max-width:767.98px){.page-template-issue-template .component__page_header .grid-wrapper .grid_col,.page-template-subsection-template .component__page_header .grid-wrapper .grid_col{max-width:85vw}}@media (max-width:991.98px){.page-template-issue-template .component__page_header .grid-wrapper .grid_col:last-child,.page-template-subsection-template .component__page_header .grid-wrapper .grid_col:last-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.page-template-issue-template .component__page_header h1,.page-template-issue-template .component__page_header p,.page-template-subsection-template .component__page_header h1,.page-template-subsection-template .component__page_header p{color:#000}}.section.component__page_header.active{display:none}.header .logo-light{display:block}.header .logo-dark{display:none}.header.active{background:#fff!important}.header.active .logo-light{display:none}.header.active .logo-dark{display:block}.header.active .hamburger .bar{background-color:#000}.menu-item{margin:3rem 0}@media (min-width:992px){.menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.menu-item{margin-right:4rem}.menu-item:last-child{margin-right:0}.menu-item.menu-item-parent.menu-item-has-children{margin-bottom:0;padding-bottom:4rem}.menu-item.menu-item-parent.menu-item-has-children:hover>.sub-menu{display:block}.menu-item.menu-item-parent.menu-item-has-children>a{padding-right:2rem;position:relative}.menu-item.menu-item-parent.menu-item-has-children>a:after{content:url(../images/nav-arrow-light.svg);position:absolute;top:.15rem;right:0}.menu .sub-menu{display:none;text-align:left;padding:1.2rem 0;margin-top:3.5rem;position:absolute;left:0;background:-webkit-gradient(linear,left top,left bottom,from(#d5d5d5),to(#f0f0f0)) 0 0;background:linear-gradient(180deg,#d5d5d5,#f0f0f0) 0 0;z-index:9999}.menu .sub-menu:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;right:-25.7rem;bottom:0;background:#fff;opacity:0}.menu .sub-menu.open-next:before{opacity:1}.menu .sub-menu .menu-item{width:25.7rem;margin:0;position:relative;z-index:1}.menu .sub-menu .menu-item a{color:#231f20;text-decoration:none;font-size:1.38rem;letter-spacing:.25px;font-family:Poppins,sans-serif;display:block;padding:1.5rem 2rem 1.5rem 2.6rem}.menu .sub-menu .menu-item a:hover{background:-webkit-gradient(linear,right top,left top,from(#d5d5d5),to(#f0f0f0));background:linear-gradient(270deg,#d5d5d5,#f0f0f0)}.menu .sub-menu .menu-item>.sub-menu{margin-top:0;width:25.7rem;top:0;left:0;background:#fff;z-index:-1}.menu .sub-menu .menu-item>.sub-menu:before{background:#fff}.menu .sub-menu .menu-item>.sub-menu:after{display:none}.menu .sub-menu .menu-item.menu-item-has-children{position:static!important}.menu .sub-menu .menu-item.menu-item-has-children:hover .sub-menu{display:block;margin-left:25.7rem;z-index:1}.menu .sub-menu .menu-item.menu-item-has-children>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:3}.menu .sub-menu .menu-item.menu-item-has-children>a:after{content:url(../images/nav-arrow-sm.svg);position:absolute;right:1.35rem}.menu .border-wrap{border:1px solid #707070;width:100%;height:100%;position:absolute;top:-8px;left:8px;bottom:0;pointer-events:none;z-index:4}.menu .open-next .border-wrap{width:51.4rem}.page-template-issue-template .menu-item.menu-item-parent.menu-item-has-children>a:after,.page-template-subsection-template .menu-item.menu-item-parent.menu-item-has-children>a:after{content:url(../images/nav-arrow-dark.svg)}}.page-header{margin-bottom:1.5rem}.page-header__title{font-size:3.2rem;font-weight:700;text-shadow:0 0 20px #000}.page-header__meta{font-size:.85em;margin-top:.5rem;text-shadow:0 0 20px #000}.post{margin-bottom:1.5rem}.post:last-child{margin-bottom:0}.post__byline,.post__title{margin-bottom:.5rem}.post__byline{font-size:.85em}.sidebar{background-color:#eee}.component__wysiwyg_block{padding:5rem 0;width:85%;margin:0 auto}@media (max-width:991.98px){.component__wysiwyg_block{padding:2rem 0}}.component__wysiwyg_block.disable_bottom_padding{padding-bottom:0}.component__wysiwyg_block.disable_top_padding{padding-top:0}.component__wysiwyg_block .grid-max-width{max-width:935px}.component__wysiwyg_block img{margin:-2rem 0 2rem 2rem}.component__wysiwyg_block figure{width:auto;display:inline-block;margin-bottom:3rem}.component__wysiwyg_block figure .img_wrapper{position:relative}.component__wysiwyg_block figure .img_wrapper img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;margin:0}.component__wysiwyg_block figure .img_wrapper:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__wysiwyg_block figcaption{font-size:1.25rem;display:inline-block;width:100%;line-height:1.4;padding:1rem 3rem 1rem 0;border-bottom:2px solid #000;margin-top:0}@media (max-width:991.98px){.component__wysiwyg_block figcaption{padding:1rem 1.5rem 1rem 0}}.component__wysiwyg_block_fullwidth{padding:6rem 0;width:100%;margin:0 auto}.component__wysiwyg_block_fullwidth .grid-max-width{max-width:100%}.component__wysiwyg_block_fullwidth img{margin:-2rem 0 2rem 2rem}.component__wysiwyg_block_fullwidth figure{width:auto;display:inline-block;margin-bottom:3rem}.component__wysiwyg_block_fullwidth figure .img_wrapper{position:relative}.component__wysiwyg_block_fullwidth figure .img_wrapper img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;margin:0}.component__wysiwyg_block_fullwidth figure .img_wrapper:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__wysiwyg_block_fullwidth figcaption{font-size:1.25rem;display:inline-block;width:100%;line-height:1.4;padding:1rem 3rem 1rem 0;border-bottom:2px solid #000;margin-top:0}@media (max-width:991.98px){.component__wysiwyg_block_fullwidth figcaption{padding:1rem 1.5rem 1rem 0}}.wysiwyg{line-height:1.5}.wysiwyg a:not(.btn){color:#3b5998}.wysiwyg a:not(.btn):hover{color:#3b5998;text-decoration:underline}.wysiwyg ol,.wysiwyg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox){list-style:none;padding-left:2rem}.wysiwyg ol ol,.wysiwyg ol ul,.wysiwyg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) ol,.wysiwyg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) ul{margin-bottom:0}.wysiwyg ol{list-style:decimal outside}.wysiwyg ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox){list-style:disc outside}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{font-weight:700}.wysiwyg h1{font-size:3.2rem}.wysiwyg h2{font-size:3.6rem}.wysiwyg h3{font-size:3.2rem}.wysiwyg h4{font-size:2.8rem}.wysiwyg h5{font-size:2.4rem;font-size:2rem}.wysiwyg h6{font-size:1.6rem}.wysiwyg blockquote{border-left:4px solid #ccc;padding-left:1.5rem}.wysiwyg>*{margin-bottom:2rem}.wysiwyg>:last-child{margin-bottom:0}.wysiwyg img{margin:-2rem 0 2rem 2rem}.wysiwyg figure{width:auto;display:inline-block;margin-bottom:3rem}.wysiwyg figure .img_wrapper{position:relative}.wysiwyg figure .img_wrapper img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;margin:0}.wysiwyg figure .img_wrapper:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.wysiwyg figcaption{font-size:1.25rem;display:inline-block;width:100%;line-height:1.4;padding:1rem 3rem 1rem 0;border-bottom:2px solid #000;margin-top:0}@media (max-width:991.98px){.wysiwyg figcaption{padding:1rem 1.5rem 1rem 0}}@media (max-width:575.98px){.wysiwyg>.wp-caption,.wysiwyg>img{width:100%!important;height:auto!important}}.component__page_header{background:#000;padding:7rem 0 10rem;min-height:400px;z-index:10}.component__page_header--white{background-color:#fff}.component__page_header--white p{color:#000;font-size:2.8rem;line-height:1.65;text-shadow:none}.component__page_header .grid-wrapper{gap:0}@media (min-width:992px){.component__page_header .grid-wrapper{grid-template-columns:4fr 3fr}}.component__page_header p{color:#fff;font-size:2.8rem;line-heighT:1.65;text-shadow:0 0 20px #000}.component__page_header video{max-width:500px}.component__page_header h1{margin-bottom:2rem;text-shadow:0 0 20px #000}.component__page_header .grid_col:first-child{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10}.component__page_header .grid_col:last-child{text-align:center}@media (max-width:991.98px){.component__page_header .grid-wrapper .grid_col:last-child{grid-column-start:1;grid-row-start:1}.component__page_header video{max-width:300px}.component__page_header p{font-size:2.5rem}}.page-template-who-we-are-template .component__page_header{min-height:400px}@media (min-width:992px){.page-template-who-we-are-template .component__page_header .grid-wrapper{grid-template-columns:2fr 1fr}}.page-id-24 .header{background:transparent;z-index:10}.page-id-24 .header.active{background:#000}@media (min-width:992px){.page-template-template-home .component__page_header .grid-wrapper{grid-template-columns:5fr 2fr}}.component__news_row{background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(78%,#fff));background:linear-gradient(180deg,#f4f4f4,#fff 78%);position:relative;padding:7rem 3rem 2rem}.component__news_row h2{margin-bottom:5rem;margin-top:0}.component__news_row .post-card{max-width:500px;margin:0 auto 2rem}.component__news_row .post-card a{text-decoration:none}.component__news_row .post-card a:active .post-heading,.component__news_row .post-card a:focus .post-heading,.component__news_row .post-card a:hover .post-heading{text-decoration:underline!important}.component__news_row img{margin-bottom:1.85rem;width:100%}.component__news_row .img_wrapper{position:relative;display:block;z-index:0}.component__news_row .img_wrapper:after{height:100%;content:" ";border:2px solid #000;width:calc(100% - 1rem);position:absolute;top:-1.45rem;left:-1.45rem;z-index:-1}.component__news_row h3.post-heading{font-family:Poppins,sans-serif;font-weight:700;font-size:2.1rem;line-height:1.35;margin-bottom:1.5rem;color:#000;text-decoration:none}.component__news_row h3.post-heading:hover{color:#283895}.component__news_row .post-link{margin-bottom:4rem}.component__news_row .post-link a,.component__news_row .post-link div{color:#000;text-transform:uppercase;margin-top:4rem;font-weight:700;display:block;-webkit-transition:all .35s ease;transition:all .35s ease;text-decoration:none}.component__news_row .post-link a:hover,.component__news_row .post-link div:hover{color:#283895;text-decoration:underline}.component__news_row .view-all-button{margin-bottom:12rem;margin-top:2rem;min-height:1px}.updates_posts{position:relative;padding:7rem 3rem}.updates_posts .news-item{PADDING-BOTTOM:4REM;border-bottom:3px solid #000;margin-top:8REM;gap:2rem}.updates_posts .news-item:nth-child(4){border-bottom:none}.updates_posts h2{margin-bottom:5rem}.updates_posts .post-card{max-width:500px;margin:0 auto 2rem 0}.updates_posts img{margin-bottom:1.85rem;width:100%}.updates_posts .img_wrapper{position:relative;display:block}.updates_posts .img_wrapper:after{height:100%;content:" ";border:2px solid #000;width:calc(100% - 4rem);position:absolute;top:-1.85rem;left:-2rem;z-index:-1}.updates_posts h3.post-heading{font-family:Poppins,sans-serif;font-weight:700;font-size:2.1rem;line-height:1.35;margin-bottom:1.5rem}.updates_posts h3.post-heading a{color:#000;text-decoration:none}.updates_posts h3.post-heading a:hover{color:#283895;text-decoration:underline}.updates_posts .post-link{margin-bottom:4rem}.updates_posts .post-link a,.updates_posts .post-link div{color:#081357;text-transform:uppercase;margin-top:4rem;font-weight:700;display:block;-webkit-transition:all .35s ease;transition:all .35s ease;text-decoration:none}.updates_posts .post-link a:hover,.updates_posts .post-link div:hover{color:#283895;text-decoration:underline}@media (min-width:992px){.component__news_row .post-card p{min-height:14.25rem}.component__news_row h3.post-heading{min-height:11rem}}.visuallyHidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.hamburger{margin:0 auto;width:30px;height:30px;position:relative;cursor:pointer}.hamburger .bar{padding:0;width:30px;height:3px;background-color:#fff;display:block;border-radius:4px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;position:absolute}.bar1{top:0}.bar2,.bar3{top:9.5px}.bar3{right:0}.bar4{bottom:6px}.checkbox1:checked+label>.hamburger1>.bar1{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:5%;transform-origin:5%;width:41px;top:1px}.checkbox1:checked+label>.hamburger1>.bar2{-webkit-transform:translateX(-40px);transform:translateX(-40px);background-color:transparent}.checkbox1:checked+label>.hamburger1>.bar3{-webkit-transform:translateX(40px);transform:translateX(40px);background-color:transparent}.checkbox1:checked+label>.hamburger1>.bar4{-webkit-transform-origin:5%;transform-origin:5%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:41px;bottom:1px}.component__homepage_callout{padding-bottom:4rem;position:relative}.component__homepage_callout:before{content:" ";position:absolute;width:90px;text-align:center;margin:0 auto 9rem -50px;height:2px;border-radius:6px;background:#000;left:50%}.component__homepage_callout .homepage-callout-text-intro{margin:5rem auto;max-width:50%}@media (max-width:1199.98px){.component__homepage_callout .homepage-callout-text-intro{max-width:60%}}@media (max-width:991.98px){.component__homepage_callout .homepage-callout-text-intro{max-width:75%}}@media (max-width:767.98px){.component__homepage_callout .homepage-callout-text-intro{max-width:100%}}.component__homepage_callout .homepage-callout-text-intro p{text-align:center;font-weight:700;font-size:150%}@media (max-width:767.98px){.component__homepage_callout .homepage-callout-text-intro p{font-size:130%}}.component__homepage_callout .icon-block-wrapper{gap:4rem;margin-top:4rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.component__homepage_callout .icon-block-wrapper .icon-block{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative}.component__homepage_callout .icon-block-wrapper .icon-block a{-webkit-transition:all .35s ease;transition:all .35s ease;text-decoration:none}.component__homepage_callout .icon-block-wrapper .icon-block a:hover h3{color:#283895}.component__homepage_callout .icon-block-wrapper .icon-block a:hover span:after{-webkit-transform:scale(1.05);transform:scale(1.05)}.component__homepage_callout .icon-block-wrapper .icon-block span{border:2px solid #000;display:inline-block;min-width:150px;margin-bottom:2rem;position:relative;background:#fff}.component__homepage_callout .icon-block-wrapper .icon-block span:after{background:#f4f4f4 0 0 no-repeat padding-box;content:" ";width:150px;height:150px;position:absolute;top:13px;left:10px;z-index:-1;-webkit-transition:all .35s ease;transition:all .35s ease}.component__homepage_callout .icon-block-wrapper .icon-block span img{margin:0 auto;max-width:100px;min-height:150px}.component__homepage_callout .border-box{border:2px solid #000;max-width:1000px;padding:4rem;margin:0 auto}.component__homepage_callout p{font-size:2rem}.component__homepage_callout h3{font-size:2.5rem;font-family:Oswald,sans-serif;text-transform:uppercase;max-width:211px;margin:0 auto;line-height:1.5;-webkit-transition:all .35s ease;transition:all .35s ease}.component__homepage_callout h3:after{content:"";height:3px;width:22px;background:#313131;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:28px;margin:1.5rem auto 1.75rem}.component__homepage_callout h3:after:last-child{display:none}.component__homepage_callout h3 a{position:relative;line-height:1.3}.component__homepage_callout h3 a:before{left:-15px}.component__homepage_callout h3 a:after,.component__homepage_callout h3 a:before{position:absolute;content:"";-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;width:18px;color:#283895;height:3px;background:#283895;border-radius:1px;top:50%}.component__homepage_callout h3 a:after{right:-15px}.component__homepage_callout h3 a:hover:before{opacity:1;left:-23px}.component__homepage_callout h3 a:hover:after{opacity:1;right:-23px}.component__homepage_callout h3:last-child{color:#313131}.component__homepage_callout h3:last-child:after{display:none}.component__homepage_callout .grid_col:last-child{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component__homepage_callout .grid_col:last-child h3 a{color:#000}.component__homepage_callout .grid_col:last-child h3 a:hover{color:#283895}@media (max-width:991.98px){.component__homepage_callout .border-box{margin:4rem;padding:2rem}}@media (max-width:992px){.component__issue_area_with_icon{padding:0 2rem}}.component__issue_area_with_icon h4{margin-bottom:2.2rem}.component__issue_area_with_icon .grid_col{position:relative}.component__issue_area_with_icon .content{padding-right:2rem;padding-left:2rem}.component__issue_area_with_icon .image-border{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:3rem;border:2px solid #000;position:absolute;width:130px;height:130px;background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.component__issue_area_with_icon .content-border{border:2px solid #000;width:100%;margin-left:auto;padding:12REM 3REM 6REM;position:relative}@media (min-width:500px){.component__issue_area_with_icon .content-border{padding:12REM 6REM 6REM}}.component__issue_area_with_icon .content-border .content-area{max-width:650px}.component__issue_area_with_icon .content-border .content-area .btn__circle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:-35px;top:auto;-webkit-transform:translate(-50%);transform:translate(-50%);left:50%}@media (min-width:768px){.component__issue_area_with_icon .image-border{width:250px;height:250px;left:0;-webkit-transform:initial;transform:none}.component__issue_area_with_icon .content-border{border:2px solid #000;width:calc(90% - 135px);margin-right:6rem;margin-left:auto;padding:6rem 6rem 6rem 11rem;position:relative}.component__issue_area_with_icon .content-border .content-area{max-width:650px}.component__issue_area_with_icon .content-border .content-area .btn__circle{top:calc(50% - 35px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:-35px;left:auto;-webkit-transform:initial;transform:none}}@media (min-width:992px){.component__issue_area_with_icon .image-border{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:3rem;border:2px solid #000;position:absolute;width:250px;height:250px;background:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.component__issue_area_with_icon .content-border{border:2px solid #000;width:calc(100% - 135px);margin-right:35px;margin-left:auto;padding:6rem 6rem 6rem 20rem;position:relative}.component__issue_area_with_icon .content-border .content-area{max-width:650px}.component__issue_area_with_icon .content-border .content-area .btn__circle{right:-35px;top:calc(50% - 35px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.component__founders{background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(78%,#fff));background:linear-gradient(180deg,#f4f4f4,#fff 78%);padding-top:4rem}.component__founders h2{text-decoration:underline;font-size:4.6rem;margin:1rem 0 6rem;text-underline-offset:6px}.component__founders h4{color:#000;font-size:3.75rem}@media (max-width:992px){.component__founders h4{padding-bottom:5rem}}.component__founders .grid-wrapper{margin-bottom:0;padding-top:0;gap:0;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.component__founders .grid-wrapper .grid_col:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;overflow:hidden}.component__founders .grid-wrapper .grid_col:last-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.component__founders .grid-wrapper .grid-wrapper{margin-bottom:4rem}.component__founders .img_wrapper{position:relative;display:block;max-width:400px}.component__founders .img_wrapper img{position:relative}.component__founders .img_wrapper:before{height:100%;content:" ";border:2px solid #000;width:100%;position:absolute;top:-1.85rem;left:2rem}.component__founders .bio-content{padding-right:3rem}@media (min-width:980px){.component__founders .bio-content{margin-top:-2rem}}.component__founders .expanded-bio-content{margin-top:1rem}.component__founders .btn__expand{cursor:pointer}.component__founders .btn__expand:after{content:"";border:2px solid #000;position:absolute;width:1000%;RIGHT:-1000%}.component__staff{background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(78%,#fff));background:linear-gradient(180deg,#f4f4f4,#fff 78%);padding-top:1.5rem}.component__staff .grid-wrapper{-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}.component__staff .grid-wrapper .grid_col.bio-col{overflow:hidden}.component__staff .grid-wrapper .grid_col.bio-col .btn__circle{top:auto;padding:2rem}.component__staff .grid-wrapper .grid_col.bio-col .bio-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.component__staff .img_wrapper{position:relative;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.component__staff .img_wrapper img{position:relative;width:100%;-o-object-fit:cover;object-fit:cover}.component__staff .img_wrapper:before{height:100%;content:" ";border:2px solid #000;width:100%;position:absolute;top:-1.85rem;left:2rem}.component__staff h2{margin-bottom:1rem;text-decoration:underline;font-size:4.6rem;text-underline-offset:6px}.component__staff h4{color:#000;font-size:3.75rem;margin:0 0 1.5rem}.component__staff h5{font-family:Poppins,sans-serif;color:#000;font-size:1.6rem;margin:0 0 2rem;font-weight:700}.component__staff .block_content,.component__staff .expanded-bio-content{margin-top:1rem}.component__staff .btn__bio-modal{position:relative;margin:1rem 0}.component__staff .bio__modal{background-color:#fff;border:1px solid rgba(0,0,0,.3);display:none;padding:4rem 5rem;position:fixed;z-index:10;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;max-height:95%;overflow-y:auto;-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3)}.component__staff .bio__modal .btn__circle{position:relative;margin:1rem 0}.component__staff .bio__modal .block_content{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.component__staff .bio__modal-content{position:relative}.component__staff .bio__modal__close{cursor:pointer}@media (min-width:992px){.component__founders .grid-wrapper .grid_col:first-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.component__founders .grid-wrapper .grid_col:last-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (max-width:991.98px){.component__staff .bio__modal{width:100%;height:100%;max-height:100%;padding:4rem}.component__staff .bio__modal .block_content{grid-template-columns:1fr}.component__staff .bio__modal .block_content div:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.component__staff .bio__modal .block_content div:last-child{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.component__staff .grid-wrapper .grid_col.bio-col .bio-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.collapse{display:block;max-height:0;overflow:hidden;-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1)}.collapse.show{max-height:99em;-webkit-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.component__subsection_logo_area{padding:5rem 0;position:relative}.component__subsection_logo_area.with-background-image:before{content:" ";position:absolute;width:100%;height:100%;top:0;z-index:-1;background:#e8e8e8;background:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),color-stop(25%,#fff));background:linear-gradient(180deg,#e8e8e8,#fff 25%);opacity:.3}.component__subsection_logo_area .content-wrapper{max-width:770px;margin-bottom:7rem}.component__subsection_logo_area .content-wrapper h2{max-width:197px;line-height:1.2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-bottom:3px solid #ffc20e;margin-bottom:3.25rem;padding-bottom:.5rem}.component__subsection_logo_area .content-wrapper p{margin-bottom:1.2rem}.component__subsection_logo_area ul li{display:block}.page-template-subsection-template .component__news_row{margin-top:0;padding-bottom:0;margin-bottom:1rem}.logo-wrapper-wrapper{max-width:765px}.logo-wrapper-wrapper .logo-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.logo-wrapper-wrapper .logo-wrapper:before{content:" ";width:38px;height:38px;position:absolute;border-left:5px solid #ffc20e;border-bottom:5px solid #ffc20e;bottom:0}.logo-wrapper-wrapper .logo-wrapper:after{content:" ";width:38px;height:38px;position:absolute;border-right:5px solid #ffc20e;border-top:5px solid #ffc20e;top:0;right:0}.logo-wrapper-wrapper .logo-wrapper .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem;max-width:153px}.component__image_callout{position:relative;padding:5rem 0}@media (max-width:991.98px){.component__image_callout{padding:3rem 0}}.component__image_callout.disable_bottom_padding{padding-bottom:0}.component__image_callout.disable_top_padding{padding-top:0}.component__image_callout--header{margin-bottom:2.5rem}.component__image_callout--header h2{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffc20e),to(#ffc20e));background-image:linear-gradient(#ffc20e,#ffc20e);background-position:0 98%;background-repeat:no-repeat;background-size:100% 4px;padding-bottom:0;display:inline;line-height:1.5}.component__image_callout--copy{padding-top:1rem;display:block;position:relative;z-index:2}.component__image_callout--flourish:after{content:"";right:0;height:524.5px;width:740px;background-image:url(../images/flourish-background.png);background-position:100% 0;background-repeat:no-repeat;background-size:740px 524.5px;position:absolute}.component__image_callout--flourish:before{content:"";position:absolute;left:0;right:0;height:10rem;z-index:0;background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(78%,#fff));background:linear-gradient(180deg,#f4f4f4,#fff 78%)}.component__image_callout--flourishEnabled .component__image_callout--copy{padding-top:4rem}@media (max-width:991.98px){.component__image_callout--flourishEnabled .component__image_callout--copy{padding-top:3rem}}.component__image_callout--flourishEnabled .component__image_callout--header{margin-bottom:4.5rem}@media (max-width:991.98px){.component__image_callout--flourishEnabled .component__image_callout--header{margin-bottom:3.5rem}}.component__image_callout--media{display:block!important;position:relative;z-index:1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.component__image_callout--content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.component__image_callout--caption{font-size:1.25rem;display:inline-block;width:100%;line-height:1.4;padding:1rem 3rem 1rem 0;border-bottom:2px solid #000;margin-top:0}@media (max-width:991.98px){.component__image_callout--caption{padding:1rem 1.5rem 1rem 0}}@media (min-width:992px){.component__image_callout--wrap{width:100%}}@media (max-width:991.98px){.component__image_callout--wrap{display:grid;grid-template-columns:1fr}}@media (min-width:992px){.component__image_callout--wrap .component__image_callout--copy{margin-right:15%}}.component__image_callout--wrap .component__image_callout--copy h6{margin:3rem 0}.component__image_callout--wrap .component__image_callout--copy h6.disable-top-margin{margin-top:0}.component__image_callout--wrap .component__image_callout--copy h6.disable-bottom-margin{margin-bottom:0}@media (max-width:991.98px){.component__image_callout--wrap .component__image_callout--media{margin-top:6rem}}@media (min-width:992px){.component__image_callout--wrap .component__image_callout--media{min-width:50%;max-width:50%;display:block!important;float:right;margin-left:6rem;margin-bottom:6rem}}.component__image_callout .img_wrapper{position:relative}.component__image_callout .img_wrapper img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto}.component__image_callout .img_wrapper:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute;z-index:-1}.component__image_callout .grid-wrapper{gap:6rem}.component__two_column_callout{background-color:#000;color:#fff;position:relative;padding:8rem 0}@media (max-width:991.98px){.component__two_column_callout{padding:4rem 0}}.component__two_column_callout:before{content:" ";position:absolute;width:90px;text-align:center;margin:0 auto 2rem -50px;height:2px;border-radius:6px;background:#9a9a9a;left:50%}.component__two_column_callout--intro{margin:2rem 6rem}@media (max-width:991.98px){.component__two_column_callout--intro{margin:1rem 0 0}}.component__two_column_callout--intro p{text-align:center;font-size:150%}@media (max-width:991.98px){.component__two_column_callout--intro p{font-size:100%}}.component__two_column_callout--image{position:relative;z-index:2}.component__two_column_callout--image img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto}.component__two_column_callout--content{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:992px){.component__two_column_callout--content:first-child{margin-right:3rem}}@media (min-width:992px){.component__two_column_callout--content:last-child{margin-left:3rem}}.component__two_column_callout--box{position:relative;padding-bottom:4rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component__two_column_callout--box:after{content:"";border:2px solid #9a9a9a;top:0;right:0;left:1.5rem;bottom:0;position:absolute;z-index:1}.component__two_column_callout--copy{font-size:1.6rem;font-family:Poppins,sans-serif;line-height:1.5;position:relative;display:block;z-index:2;margin-left:5rem;margin-right:3.5rem}@media (max-width:991.98px){.component__two_column_callout--copy{margin-left:3rem;margin-right:1.5rem}}.component__two_column_callout--copy a{color:#fff}.component__two_column_callout--copy a:active,.component__two_column_callout--copy a:focus,.component__two_column_callout--copy a:hover{color:#d6e1df}.component__two_column_callout--headline{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:2.5rem;display:block;line-height:1.25;position:relative;z-index:2;margin:2rem 3.5rem 2rem 5rem}@media (max-width:991.98px){.component__two_column_callout--headline{margin-left:3rem;margin-right:1.5rem}}.component__two_column_callout--link{display:block;margin-top:auto;padding-top:2rem;text-transform:uppercase;color:#fff;text-decoration:none;font-weight:700;margin-left:5rem;margin-right:auto;position:relative;z-index:2}@media (min-width:992px){.component__two_column_callout--link{-ms-flex-item-align:end;align-self:flex-end}}@media (max-width:991.98px){.component__two_column_callout--link{margin-left:3rem;margin-right:1.5rem}}.component__two_column_callout--link:active,.component__two_column_callout--link:focus,.component__two_column_callout--link:hover{color:#d6e1df;text-decoration:underline}.component__vp_callout{padding:4rem 0}.component__vp_callout--content{color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (max-width:991.98px){.component__vp_callout--content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.component__vp_callout--content h1,.component__vp_callout--content h2,.component__vp_callout--content h3,.component__vp_callout--content h4,.component__vp_callout--content h5,.component__vp_callout--content h6{color:#fff}.component__vp_callout--cta{color:#fff;text-decoration:none;display:block;margin-top:4rem;text-transform:uppercase;font-size:1.35rem;font-weight:700}.component__vp_callout--cta:active,.component__vp_callout--cta:focus,.component__vp_callout--cta:hover{text-decoration:underline}.component__vp_callout--black{background-color:#000}.component__vp_callout--black .component__vp_callout--cta{color:#fff}.component__vp_callout--black .component__vp_callout--cta:active,.component__vp_callout--black .component__vp_callout--cta:focus,.component__vp_callout--black .component__vp_callout--cta:hover{color:#d6e1df}.component__vp_callout--gray{background:#f4f4f4;background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(78%,#fff));background:linear-gradient(180deg,#f4f4f4,#fff 78%)}.component__vp_callout--gray .component__vp_callout--content,.component__vp_callout--gray .component__vp_callout--content h1,.component__vp_callout--gray .component__vp_callout--content h2,.component__vp_callout--gray .component__vp_callout--content h3,.component__vp_callout--gray .component__vp_callout--content h4,.component__vp_callout--gray .component__vp_callout--content h5,.component__vp_callout--gray .component__vp_callout--content h6,.component__vp_callout--gray .component__vp_callout--cta{color:#000}.component__vp_callout--gray .component__vp_callout--cta:active,.component__vp_callout--gray .component__vp_callout--cta:focus,.component__vp_callout--gray .component__vp_callout--cta:hover{color:#283895}.component__vp_callout--media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (max-width:991.98px){.component__vp_callout--media{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.component__vp_callout--media .img_wrapper{position:relative;display:block}.component__vp_callout--media .img_wrapper img{padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto}.component__vp_callout--media .img_wrapper__playbtn{cursor:pointer;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.component__vp_callout--media .img_wrapper__playbtn--circle,.component__vp_callout--media .img_wrapper__playbtn--triangle{-webkit-transition:opacity .35s ease;transition:opacity .35s ease}.component__vp_callout--media .img_wrapper:after{content:"";border:2px solid #9a9a9a;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__vp_callout--media .img_wrapper:active .img_wrapper__playbtn--circle,.component__vp_callout--media .img_wrapper:focus .img_wrapper__playbtn--circle,.component__vp_callout--media .img_wrapper:hover .img_wrapper__playbtn--circle{opacity:.7}.component__vp_callout--media .img_wrapper:active .img_wrapper__playbtn--triangle,.component__vp_callout--media .img_wrapper:focus .img_wrapper__playbtn--triangle,.component__vp_callout--media .img_wrapper:hover .img_wrapper__playbtn--triangle{opacity:1}.component__vp_callout--headline{margin-bottom:2rem;margin-top:0}.component__program_areas--block{width:auto;margin-bottom:6rem;display:inline-block}@media (max-width:991.98px){.component__program_areas--block{margin-bottom:5rem}}.component__program_areas--content{margin-top:2rem}.component__program_areas--link{display:block;position:relative;padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;text-decoration:none;color:#000;line-height:1.5;font-family:Poppins,sans-serif}.component__program_areas--link .btn__circle{position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:-2.25rem;top:auto;z-index:2}.component__program_areas--link:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__program_areas--link:active,.component__program_areas--link:focus,.component__program_areas--link:hover{color:#000}.component__program_areas--link:active .btn__circle,.component__program_areas--link:focus .btn__circle,.component__program_areas--link:hover .btn__circle{background-color:#283895}.component__program_areas--linkHeadline{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:2.5rem;display:inline-block;width:100%;margin-bottom:2rem;line-height:1.3}.component__program_areas--linkCopy{line-height:1.3}.component__program_areas--box{background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),color-stop(78%,#f8f8f8));background:linear-gradient(180deg,#f1f1f1,#f8f8f8 78%);padding:5rem 3.5rem 9rem 5rem}@media (max-width:991.98px){.component__program_areas--box{padding:4rem 2.5rem 8rem 4rem}}.component__program_areas--headline{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffc20e),to(#ffc20e));background-image:linear-gradient(#ffc20e,#ffc20e);background-position:0 98%;background-repeat:no-repeat;background-size:100% 4px;padding-bottom:0;display:inline;line-height:1.5}.component__highlighted_grants{padding:3rem 0}@media (max-width:991.98px){.component__highlighted_grants{padding:4rem 0}}.component__highlighted_grants.disable_bottom_padding,.component__highlighted_grants.disable_bottom_padding .component__highlighted_grants--grantsContainer{padding-bottom:0}.component__highlighted_grants.disable_top_padding,.component__highlighted_grants.disable_top_padding .component__highlighted_grants--introContainer{padding-top:0}.component__highlighted_grants--block{width:auto;margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media (max-width:991.98px){.component__highlighted_grants--block{margin-bottom:1rem}}.component__highlighted_grants--content{display:block;position:relative;padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;text-decoration:none;color:#000}.component__highlighted_grants--content:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__highlighted_grants--content:active,.component__highlighted_grants--content:focus,.component__highlighted_grants--content:hover{color:#000}.component__highlighted_grants--content:active .btn__circle,.component__highlighted_grants--content:focus .btn__circle,.component__highlighted_grants--content:hover .btn__circle{background-color:#283895}.component__highlighted_grants--headline{font-family:Oswald,sans-serif;text-transform:uppercase;font-size:2.5rem;display:inline-block;width:100%;margin-bottom:2rem}.component__highlighted_grants--copy{line-height:1.3}.component__highlighted_grants--logo{max-width:100%}.component__highlighted_grants--logo img{margin-bottom:2rem}.component__highlighted_grants--box{background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),color-stop(78%,#f8f8f8));background:linear-gradient(180deg,#f1f1f1,#f8f8f8 78%);padding:4rem 3.5rem 7rem 5rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:991.98px){.component__highlighted_grants--box{padding:4rem 2.5rem 8rem 4rem}}.component__highlighted_grants--header{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffc20e),to(#ffc20e));background-image:linear-gradient(#ffc20e,#ffc20e);background-position:0 98%;background-repeat:no-repeat;background-size:100% 4px;padding-bottom:0;display:inline;line-height:1.5;margin-bottom:0}.component__highlighted_grants--intro{margin-top:4rem;max-width:935px;width:85%}.component__highlighted_grants--company{display:block;color:#000;margin-bottom:2rem;font-size:1.75rem;font-family:Oswald,sans-serif}.component__highlighted_grants--link{display:block;margin-top:auto;padding-top:3rem;text-transform:uppercase;color:#000;text-decoration:none;font-weight:700;-ms-flex-item-align:end;align-self:flex-end;margin-right:auto;position:relative;z-index:2}.component__highlighted_grants--link:active,.component__highlighted_grants--link:focus,.component__highlighted_grants--link:hover{text-decoration:underline}.component__logo_gallery{padding:3rem 0}.component__logo_gallery.disable_bottom_padding,.component__logo_gallery.disable_bottom_padding .component__logo_gallery--logoContainer{padding-bottom:0}.component__logo_gallery.disable_top_padding,.component__logo_gallery.disable_top_padding .component__logo_gallery--introContainer{padding-top:0}.component__logo_gallery--intro{max-width:770px;margin-bottom:0}.component__logo_gallery--intro p{margin-bottom:1.2rem}.component__logo_gallery--introHeader{background-image:-webkit-gradient(linear,left top,left bottom,from(#ffc20e),to(#ffc20e));background-image:linear-gradient(#ffc20e,#ffc20e);background-position:0 98%;background-repeat:no-repeat;background-size:100% 4px;padding-bottom:0;display:inline;line-height:1.5}.component__logo_gallery--introCopy{margin-top:3rem;margin-bottom:3rem}.component__logo_gallery--introContainer{padding:0}.component__logo_gallery--header{background-color:#000;color:#fff;font-size:2rem;line-height:1.4;padding:1.5rem 5rem 1.5rem 6rem;margin-left:-5rem;margin-bottom:1rem;margin-top:0;display:inline-block;position:relative;z-index:3}@media (max-width:991.98px){.component__logo_gallery--header{margin-left:-4rem;padding-left:1.5rem}}.component__logo_gallery--box{background:#f1f1f1;background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),color-stop(78%,#f8f8f8));background:linear-gradient(180deg,#f1f1f1,#f8f8f8 78%);padding:1.5rem 3.5rem 7rem 5rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:991.98px){.component__logo_gallery--box{padding:2rem 2.5rem 7rem 4rem}}.component__logo_gallery--content{display:block;position:relative;padding-right:1.5rem;padding-top:1.5rem;width:100%;height:auto;text-decoration:none;color:#000}.component__logo_gallery--content:after{content:"";border:2px solid #231f20;top:0;right:0;left:1.5rem;bottom:1.5rem;position:absolute}.component__logo_gallery--content:active,.component__logo_gallery--content:focus,.component__logo_gallery--content:hover{color:#000}.component__logo_gallery--content:active .btn__circle,.component__logo_gallery--content:focus .btn__circle,.component__logo_gallery--content:hover .btn__circle{background-color:#283895}.component__logo_gallery--logos{position:relative;z-index:1;--cols:4;--gap:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:var(--gap)}@media (max-width:767.98px){.component__logo_gallery--logos{margin-top:var(--gap);display:block}}.component__logo_gallery--logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:calc(100%/var(--cols) - var(--gap)/var(--cols)*(var(--cols) - 1));flex-basis:calc(100%/var(--cols) - var(--gap)/var(--cols)*(var(--cols) - 1))}.component__logo_gallery--logo img{display:inline-block}@media (max-width:767.98px){.component__logo_gallery--logo{min-height:10rem;display:block;text-align:center}}.component__logo_gallery--link{opacity:1;-webkit-transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;transition:opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;cursor:pointer}.component__logo_gallery--link:active,.component__logo_gallery--link:focus,.component__logo_gallery--link:hover{opacity:.8;-webkit-transform:translateY(-.325rem);transform:translateY(-.325rem)}.masonry-wrapper{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}@media (max-width:767.98px){.masonry-wrapper{-webkit-column-count:1;-moz-column-count:1;column-count:1}}@media (min-width:992px){.page-template-page-builder-template .header,.page-template-template-home .header{background:transparent}}.page-template-page-builder-template .header__nav,.page-template-template-home .header__nav{z-index:10}.page-template-page-builder-template .component__page_header,.page-template-template-home .component__page_header{margin-top:-136px;height:536px}.page-template-page-builder-template .component__page_header .grid_col:first-child,.page-template-template-home .component__page_header .grid_col:first-child{height:400px}.page-template-page-builder-template .component__page_header video,.page-template-template-home .component__page_header video{position:absolute;top:0;right:0;z-index:1}@media (min-width:992px){.page-template-page-builder-template .component__page_header video,.page-template-template-home .component__page_header video{z-index:1}}.page-template-page-builder-template .header,.page-template-template-home .header{background:transparent;z-index:10}.page-template-page-builder-template .header.active,.page-template-template-home .header.active{background:#000}.page-template-page-builder-template .component__page_header,.page-template-template-home .component__page_header{position:relative;z-index:0;overflow:hidden;background-size:cover;background-position:100% 100%}.page-template-page-builder-template .component__page_header video,.page-template-template-home .component__page_header video{max-width:77%;max-height:560px}.page-template-page-builder-template .component__page_header .grid_col:first-child{padding-top:5rem}@media (max-width:980px){.page-template-updates-template .component__page_header{background-size:146%!important;background-repeat:no-repeat}}.paginate_links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3rem}.paginate_links span.page-numbers.current{background:#000;width:20px;height:20px;color:#fff;text-align:center;padding-top:2px}.paginate_links a.page-numbers{background:#fff;color:#000;width:20px;height:20px;border:2px solid #000;display:block;margin:0 1rem;text-decoration:none;text-align:center}.paginate_links a.next.page-numbers,.paginate_links a.prev.page-numbers{border:none;width:auto;height:auto}.paginate_links a.next.page-numbers svg,.paginate_links a.prev.page-numbers svg{-webkit-transform:scale(1.17);transform:scale(1.17)}.paginate_links a.next.page-numbers{font-family:Oswald;margin-left:0;width:auto}.paginate_links a.next.page-numbers,.paginate_links a.prev.page-numbers{margin-right:0;font-size:2.5rem;vertical-align:top;line-height:1;margin-top:-6px}.paginate_links a.prev.page-numbers{font-family:Oswald,sans-serif}.paginate_links a.prev.page-numbers svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:992px){.page-template-who-we-are-template .component__page_header{background-size:contain!important;background-repeat:no-repeat!important;background-position:100% 100%}}.page-template-our-work-template .component__page_header{background-repeat:no-repeat!important;background-size:130%!important;background-position:100% 100%!important}@media (min-width:980px){.page-template-our-work-template .component__page_header{background-size:auto 100%!important}}.page-template-our-work-template .component__page_header h1{text-shadow:0 0 20px #000}@media (max-width:992px){.page-template-our-work-template .component__page_header h1{padding-top:4rem}}.page-template-our-work-template .component__page_header p{text-shadow:0 0 20px #000}.page-template-our-work-template .section:last-child{padding-bottom:6rem}
/*# sourceMappingURL=theme-styles.min.css.map*/