/*
Theme Name: MOBO
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: mobo
*/

* {
  padding: 0;
  margin: 0;
}

body{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--body);
  font-weight: 400;
  font-style: normal;
  padding-top: 148px;
}

a{
  color: var(--electric_blue);
  text-decoration: underline;
}
header a, footer a{
  text-decoration: none;
}
.text-card a:hover, .text-card a{
  text-decoration: none;
}
.toolbar a:hover{
  text-decoration: underline;
}
a.button, .button a, .icon-card a{
  text-decoration: none!important;
  color: #fff;
}

.electric_blue{
  background: var(--electric_blue);
}
.sky_blue{
  background: var(--sky_blue);
}
.mint_green{
  background: var(--mint_green);
}
.navy_blue{
  background: var(--navy_blue);
}
.steel_blue{
  background: var(--steel_blue);
}
.jungle_green{
    background: var(--jungle_green);
}
.emerald_green{
    background: var(--emerald_green);
}
.teal_blue{
    background: var(--teal_blue);
}
.blue_lagoon{
    background: var(--blue_lagoon);
}
.teal_stitch{
    background: var(--teal_stitch);
}
.black{
    background: #000;
}
.white{
    background: #fff;
}
.filter-electric_blue{
  filter: var(--filter-electric_blue);
}
.filter-sky_blue{
  filter: var(--filter-sky_blue);
}
.filter-mint_green{
  filter: var(--filter-mint_green);
}
.filter-navy_blue{
  filter: var(--filter-navy_blue);
}

h1{
  font-family: var(--heading);
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
}

h2, h3, h4{
  font-family: var(--heading);
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
}

h5, h6{
  font-family: var(--body);
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
}

p, li{
  font-size: 1em;
  line-height: 1.44em;
}

footer *{
  color: var(--text);
}

footer{
  padding-top: 50px;
  padding-bottom: 40px;
}

li li, li li li{
  font-size: 1em;
}

li ul, li ol, .post-content li ul, .post-content li ol{
  margin-bottom: 0;
}

ul ul ul, ol ol ol{
  list-style: none;
  padding-left: 0!important;
}

ul ul ul li, ol ol ol li{
  position: relative;
  padding-left: 20px;
}

ul ul ul li:before, ol ol ol li:before{
  display: inline-block;
  content: '-';
  position: absolute;
  left: 0;
}

h1{
  font-size: 3.33em;
  line-height: 1.056em;
  margin: 0 0 25px;
}

h2{
  line-height: var(--line-height-1);
  font-size: var(--font-lg);
  margin-bottom: 15px;
}

h3{
  font-size: var(--font-md_base);
  line-height: 1.1667em;
}

h4{
  font-size: var(--font-md);
  line-height: var(--line-height-3);
  font-weight: 700;
}

h5{
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  line-height: var(--line-height-2);
}

h6{
  font-size: 1em;
  margin-bottom: 5px;
}

.posts-listing .intro h3{
  padding-right: 30px;
}

.posts-listing .intro p{
  font-size: 20px;
  line-height: 1.3em;
}

.navy_blue *{
  color: #fff;
}
.button.txt{
  background: transparent;
  color: var(--electric_blue);
  padding: 0;
  border-radius: 0;
}

input, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}
 
.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: 13px;
  display: block;
  width: 22px!important;
  height: 22px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid var(--white);
  border-top-color: var(--electric_blue);
  animation: gform_ajax_spinner .6s linear infinite;
}


form.load-spinner .gform_footer input.button{
  background-image: none!important;
}

.nice-select{
  border-radius: 4px!important;
  border: 1px solid var(--text)!important;
  height: 48px!important;
  width: 100%!important;
  font-size: 1em!important;
  padding-left: 15px!important;
  line-height: 44px!important;
  color: var(--text)!important;
}

.nice-select:after{
  border-bottom: 2px solid var(--text)!important;
  border-right: 2px solid var(--text)!important;
  width: 8px!important;
  height: 8px!important;
  right: 20px!important;
  top: 20px!important;
}
.nice-select .list li{
  padding-left: 15px!important;
  padding-right: 15px!important;
  margin-bottom: 0!important;
}
.nice-select .list li:before{
  content: none!important;
}
.nice-select .list{
  border-radius: 0!important;
  margin-top: -3px!important;
  width: calc(100%)!important;
  border: 1px solid var(--text)!important;
  left: 0px!important;
  border-bottom-right-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
  box-shadow: 0 4px 8px -1px rgba(0,0,0,0.2)!important;
  -webkit-transform: scale(0.75) translateY(0)!important;
  -moz-transform: scale(0.75) translateY(0)!important;
  transform: scale(0.75) translateY(0)!important;
}
.nice-select span{
  color: var(--text)!important;
}

.nice-select.open .list{
  -webkit-transform: scale(1) translateY(0)!important;
  -moz-transform: scale(1) translateY(0)!important;
  transform: scale(1) translateY(0)!important;
}

.nice-select .option.selected{
  font-weight: normal!important;
}

.nice-select .option:hover{
  background-color: var(--light_blue)!important;
  color: var(--text)!important;
}

.nice-select .option.selected.focus{
  background-color: var(--light_blue)!important;
}
.nice-select .option.selected.focus:hover{
  color: var(--electric_blue)!important;
}

.ginput_container.ginput_container_text{
  position: relative;
  z-index: 1;
}

.ginput_container.ginput_container_select{
  position: relative;
  z-index: 2;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #FF2B09!important;
  font-weight: bold!important;
  font-style: normal!important;
  padding-left: 24px!important;
  position: relative!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 20px;
  background: url('assets/images/error.svg') no-repeat center;
  background-size: contain;
}

.gform_wrapper .top_label li .gfield_checkbox, .gform_wrapper .top_label li .gfield_radio{
  padding-left: 0!important;
  width: 100%!important;
}

.gform_wrapper .gfield_radio .gchoice input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gform_wrapper .gfield_radio .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid var(--text);
  border-radius: 50%;
}

.gform_wrapper .flex .gfield_radio{
  flex-direction: row!important;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:before{
  background-color: #fff;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label,
.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label{
  font-weight: normal!important;
}

.gform_wrapper .gfield_radio .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--text);
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:after{
  display: block;
}

.gform_wrapper .gfield_radio .gchoice label, .gform_wrapper .gfield_checkbox .gchoice label{
  margin: 0!important;
  padding-left: 3px!important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{
    margin: 0!important;
    float: left;
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
  max-width: 100%!important;
}

.gform_wrapper .gfield_checkbox .gchoice input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.gform_wrapper .gfield_checkbox .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before{
  background-color: #000;
  border-color: #000;
}

.gform_wrapper .gfield_checkbox .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  left: 8px;
  top: 6px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:after{
  display: block;
}

.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice{
  line-height: 1.5em!important;
  margin: 0 0 12px!important;
  padding-left: 25px;
  position: relative;
}
.page-theme-dark header .navrow{
  border-color: #fff;
}
header{
  padding: 50px 0 10px;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.logged-in header{
  top: 32px;
}
header .wrapper{
  background: #fff;
  border-radius: 60px;
  padding: 0 30px 0 50px;
}
header.site-header.fade-hide, header.site-header.def.show{
  padding-top: 15px!important;
  background: transparent!important;
}
header.site-header.fade-hide .wrapper, header.site-header.def.show .wrapper{
  box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.5);
}
.hbg{
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  z-index: -1;
}
.logged-in .hbg{
  top: 32px;
}
/*
header.site-header.fade-hide .wrapper{
  padding: 10px 50px;
}
header.site-header.fade-hide .logo img{
  height: 40px;
}
*/
.menu{
  list-style: none;
  padding: 0;
}
header .toolbar, header .navrow{
  position: relative;
  z-index: 9999999999999;
}
header .social-menu{
  width: auto!important;
  float: left;
  top: auto!important;
  position: relative;
}
header .menu li{
  display: inline-block;
  margin-right: 35px;
}
header .toolbar-menu li a{
  padding: 4px 10px;
  display: block;
}
header .gtranslate_wrapper{
  float: left;
  margin-right: 30px;
  margin-left: 20px;
}
header .navrow-wrapper{
  width: 100%;
}
header .navrow-wrapper .menu{
  display: flex;
  justify-content: space-between;
}
header .nav-wrapper .toolbar, header .nav-wrapper .navrow{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .toolbar{
  overflow: hidden;
}
header .toolbar .contacts-menu{
  float: left;
}
header .toolbar .toolbar-menu{
  float: right;
  position: relative;
}
header .toolbar .toolbar-menu .menu-toolbar-container{
  float: left;
}
header .search-toggle, header .site-search .button{
  filter: var(--filter-navy_blue);
}
.page-theme-dark header .search-toggle, .page-theme-dark header .site-search .button{
  filter: invert(1);
}
header .site-search{
  background: #fff;
  top: 25px;
}
header.white .site-search{
  background: #fff;
}
header.white .site-search .search-field{
  border: 1px solid #fff!important;
  color: var(--electric_blue)!important;
}
header.white .untoggle-search:before, header.white .untoggle-search:after{
  background: var(--electric_blue);
}
header .toolbar-menu li{
  font-size: var(--font-xs);
  margin-right: 20px;
}
header .toolbar li:last-child{
  margin-right: 0;
}
header .logo-wrapper{
  width: 320px;
  float: left;
}
header .nav-wrapper{
  width: calc(100% - 320px);
  float: right;
}
header .navrow-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .toolbar, header .navrow{
  min-width: 660px;
}
header .toolbar{
  float: right;
  justify-content: space-between!important;
}
.page-theme-dark header a{
  color: #fff;
}
.page-theme-dark header a:hover{
  color: #fff;
}
.toolbar li.tel a:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url('assets/images/phone.svg') no-repeat center;
  background-size: contain;
  filter: invert(1);
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.toolbar li.mail a:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url('assets/images/mail.svg') no-repeat center;
  background-size: contain;
  filter: invert(1);
  position: relative;
  top: 1px;
  margin-right: 3px;
  margin-right: 8px;
}
header .toolbar li.label a{
  pointer-events: none;
}
header .toolbar li.label a:hover{
  text-decoration: none;
  pointer-events: none;
}
header .logo{
  display: block;
}
header li a{
  color: var(--navy_blue);
  font-size: 18px;
  font-family: var(--heading);
}
#header-menu ul:not(.sub-menu) li a{
  padding: 32px 5px;
  padding-left: 0;
  display: block;
}
.site-header .menu li a:not(.button):focus{
  color: inherit!important;
}
#header-menu ul:not(.sub-menu) li.menu-item-has-children > a{
  padding-right: 18px;
  position: relative;
}
#header-menu li.menu-item-has-children > a:after{
  content: '';
  border: solid var(--navy_blue);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}
.page-theme-dark header #header-menu li.menu-item-has-children > a:after{
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
}
#header-menu li a{
  color: var(--navy_blue)!important;
  text-decoration: none!important;
}
#header-menu li.menu-item-has-children{
  position: relative;
}
#header-menu li.menu-item-has-children:hover .sub-menu{
  display: block;
}
#header-menu .sub-menu{
  display: none;
  position: absolute;
  width: calc(100% + 66px);
  left: -33px;
  min-width: 240px;
  padding: 0;
  border: 1px solid #29345D20;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#header-menu .lg-sub-menu .sub-menu{
  min-width: 240px;
}
#header-menu li:last-child .sub-menu{
  width: calc(100% + 61px);
}
#header-menu .sub-menu li{
  display: block;
  width: 100%;
  float: left;
  margin: 0!important;
  font-size: 1em!important;
}
#header-menu .sub-menu li a{
  color: var(--navy_blue);
  border-bottom: 1px solid #29345D20;
  padding: 9px 33px!important;
  background: var(--light_blue);
}
#header-menu .sub-menu li:last-child > a{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 12px!important;
}
#header-menu .sub-menu li a i{
  color: var(--electric_blue);
}
#header-menu .sub-menu li a:hover{
  background: var(--light_blue);
  text-decoration: none;
  color: var(--electric_blue)!important;
}
#header-menu .sub-menu li.current-menu-item a{
  background-color: var(--mint_green);
}
#header-menu li.current-menu-item ul li.current-menu-item a{
  background-color: transparent;
}
.site-header:not(.hbg-mint_green) #header-menu li.current-menu-item ul li.current-menu-item a{
  background-color: var(--mint_green);
}
.site-header.hbg-mint_green #header-menu li.current-menu-item ul li.current-menu-item a{
  background-color: var(--jungle_green);
}
#donation .nav-tabs li a, .post-item a{
  text-decoration: none!important;
}
.txt-right{
  text-align: right;
}

.txt-center{
  text-align: center;
}

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center{
  align-items: center;
}
.flex-justify-center{
  justify-content: center;
}
.flex-sb{
  justify-content: space-between;
}

.flex-col-reverse{
  flex-direction: row-reverse;
}

.arrow{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
  
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow.up{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.left{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gform-body .nice-select{
  height: 48px!important;
}
.gform_wrapper label{
  float: left;
  width: 100%;
  font-size: var(--font-xs);
  line-height: 1.33em;
  margin: 0 0 5px!important;
  font-weight: normal!important;
}
.gform_wrapper .gfield_required_text{
  font-size: 0!important;
  line-height: 1em!important;
}
/*
.gform_wrapper .gfield_required_text:before{
  content: '*';
  display: inline-block;
  font-size: 16px!important;
  color: #343434;
  line-height: 1em!important;
}*/
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  position: relative;
}
.module, footer{
  float: left;
  width: 100%;
}
#field_submit{
  position: relative;
}
.gform_footer .button{
  padding: 12px 40px 14px!important;
  border-radius: 27px!important;
  min-width: 228px!important;
  font-weight: 600!important;
  color: #fff!important;
  border: 0!important;
  margin-top: 30px!important;
}
.navy_blue .gform_footer .button{
  color: #000!important;
}
footer .form-wrapper .gform-body{
  width: calc(100% - 210px);
  float: left;
}
footer .form-wrapper .gform_footer{
  width: 180px;
  float: right;
  margin-top: 10px!important;
  padding: 0!important;
}
input, form button, select, textarea{
  border: 1px solid var(--text)!important;
  border-radius: 4px!important;
  padding: 10px 17px 12px!important;
  background: #fff;
  color: var(--text)!important;
  font-size: 18px!important;
  line-height: 24px!important;
  height: auto!important;
  box-shadow: none!important;
}
.gform-theme--foundation .gfield textarea.large, textarea.large{
  height: 250px!important;
}
.gform-theme--foundation .gfield textarea.medium, textarea.medium{
  height: 235px!important;
}
.gfield_error input, .gfield_error textarea{
  border-color: var(--text)!important;
  background: rgba(157, 200, 234, 0.60)!important;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none!important;
  border: 1px solid var(--electric_blue)!important;
  box-shadow: none!important;
}
.gfield_error input:focus, .gfield_error textarea:focus{
  background: #fff!important;
}
button.accordion-button:focus{
  border: 0!important;
}
.gform_validation_errors{
  display: none!important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true]{
  color: inherit!important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
  border-color: var(--electric_blue)!important;
}
.gform_wrapper.gravity-theme .gfield textarea, .gfield textarea{
  display: block;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gfield_validation_message{
  border: 0!important;
  padding: 12px 0 8px 30px!important;
  margin: 0!important;
  color: var(--electric_blue)!important;
  background: transparent!important;
  line-height: 1.3em!important;
  border-radius: 0 0 10px 10px!important;
  position: relative!important;
  font-style: italic!important;
  letter-spacing: 0!important;
  font-size: 16px!important;
  font-family: var(--heading)!important;
  font-weight: 400!important;
}
.gfield_validation_message:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('assets/images/error.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}
.navy_blue .gfield_validation_message:before{
  filter: invert(1);
}
.gfield.gfield_error .ginput_container{
  padding-bottom: 0!important;
}
.gfield.gfield_error input, .gfield.gfield_error textarea{
  position: relative;
  z-index: 3;
}
#menu-footer{
  float: left;
  width: 100%;
}
.footer-menu, #menu-footer li li{
  width: 100%;
  float: left;
  padding-right: 0;
  font-size: 1em;
}
.social-menu{
  width: auto;
  float: left;
}
.social-menu li a{
  width: 32px!important;
  height: 32px!important;
}
.sub-menu{
  list-style: none;
}
footer .logo img{
  width: 298px;
  height: auto;
  margin: 0 0 30px;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
footer p{
  font-size: var(--font-xs);
  line-height: 1.5em;
  margin-bottom: 12px;
}
footer p.web-dev{
  margin-bottom: 0;
  float: left;
  width: 100%;
}
footer .logo-contact p, footer .contact-info h4{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .contact-info h4{
  margin-bottom: 9px;
}
footer .contact-info p{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
footer .contact-info p a{
  text-decoration: underline;
}
footer .site-contact .icon{
  min-width: 35px;
  float: left;
  text-align: center;
  margin-right: 10px;
}

.footer-menu li.menu-item-has-children > a{
  font-weight: 600;
}
.web-dev a{
  font-family: var(--body);
  font-weight: 600;
  text-decoration: underline;
}
#menu-terms li:not(:last-child):after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 0 7px;
  background: #000;
}
hr{
  border-color: #9DC8EA;
}
footer .logo img{
  width: 100%;
  max-width: 232px;
}
footer .logo-contact{
  width: 50%;
  float: left;
  padding-right: 20px;
}
footer .contact-info{
  width: 50%;
  float: left;
  padding-top: 22px;
}
.footer-menu li.bold > a {
  font-weight: 700;
}
.footer-menu .sub-menu{
  margin-top: 10px;
}
.footer-menu li a:hover{
  color: var(--text);
}
.footer-menu .sub-menu li{
  margin-bottom: 10px;
}
.social-menu li{
  display: flex;
  justify-content: flex-end;
  float: left;
  margin: 0 12px 0 0;
}
.social-menu li a{
  font-size: 0!important;
  width: 32px;
  height: 32px;
  border-radius: 0%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.social-menu li.fb a:before{
  content: '';
  background: url('assets/images/fb.svg') no-repeat center;
  background-size: contain;
  display: block;
}
.social-menu li.ig a:before{
  content: '';
  background: url('assets/images/ig.svg') no-repeat center;
  background-size: contain;
  display: block;
}
.social-menu li.x a:before{
  content: '';
  background: url('assets/images/x.svg') no-repeat center;
  background-size: contain;
  display: block;
}
.social-menu li.yt a:before{
  content: '';
  background: url('assets/images/youtube.svg') no-repeat center;
  background-size: contain;
  display: block;
}
.social-menu li.li a:before{
  content: '';
  background: url('assets/images/linkedin.svg') no-repeat center;
  background-size: contain;
  display: block;
}
.social-menu li a:hover:before{
  filter: var(--filter-sky_blue)!important;
}
.page-theme-light .social-menu li a:hover:before{
  filter: var(--filter-electric_blue)!important;
}
header .social-menu li a, header .social-menu li a:hover{
  background: transparent;
}
.social-menu li a:before{
  height: 32px!important;
  width: 32px!important;
}
header .social-menu li.li a:before{
  position: relative;
  top: -1px;
}
header .social-menu li{
  margin: 0 10px 0 0;
}
header .social-menu{
  margin-right: 40px;
  margin-bottom: 10px;
}
footer a{
  text-decoration: underline;
}
footer .ack{
  padding-top: 0;
  padding-bottom: 20px;
}
footer .social-menu li a:before{
  filter: var(--filter-electric_blue)!important;
}
footer .social-menu li a:hover:before{
  filter: var(--filter-sky_blue)!important;
}
footer .copyright{
  float: left;
  font-size: var(--font-xs);
  margin-bottom: 0;
  margin-top: 22px;
  font-weight: 400!important;
}
.footer-nav .col{
  width: 33.33%;
  float: left;
  padding-top: 22px;
  padding-right: 30px;
}
.footer-nav .col:last-child{
  padding-right: 0;
}
.footer-nav .col nav li{
  font-size: var(--font-xs);
  font-weight: 400;
  font-family: var(--heading);
  margin-bottom: 9px;
}
.footer-nav .col:nth-child(1) nav li{
  font-weight: 600;
}
.footer-nav .col nav li a{
  font-size: 1em;
}
.footer-nav .col nav li a:hover, .footer-nav-row a:hover span, footer a:hover{
  color: var(--electric_blue)!important;
}
.footer-nav-row .logo-contact a:hover .icon img{
  filter: var(--filter-electric_blue);
}
footer .terms-menu{
  float: left;
}
footer .terms-menu li{
  display: inline-block;
  font-size: var(--font-xs);
}
footer .terms-menu li:after{
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 0 8px 0 10px;
  position: relative;
  top: 2px;
}
footer .terms-menu li:last-child:after{
  content: normal;
}
footer .terms-menu li.accessibility span:hover{
  text-decoration: underline;
  cursor: pointer;
}
footer .social-menu{
  float: left;
  width: 100%;
  margin: 20px 0 15px;
}
footer .ack .sm-flex-col-reverse{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close{
  font-size: 0;
  position: absolute;
  right: 15px;
  top: -30px;
  display: block;
  width: 34px;
  height: 34px;
}
.close:hover{
  cursor: pointer;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 34px;
  width: 4px;
  background-color: var(--electric_blue);
  border-radius: 3px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after{
  background-color: var(--electric_blue);
  cursor: pointer;
}
#banner h1{
  margin-bottom: 20px;
}
#banner p{
  font-size: 1em;
  line-height: 1.34em;
}
#banner.full-content-width .content p{
  max-width: 1200px;
}
.text-image.img-pos-right-rectangle{
  overflow: hidden;
}
.wp-block-columns{
  padding-left: 80px;
  padding-right: 80px;
}
.wp-block-columns .wp-block-columns{
  padding-left: 0;
  padding-right: 0;
}
.wp-block-columns.is-layout-flex{
  gap: 50px;
}
.wp-block-columns.box{
  border-radius: 60px 60px 60px 0;
  padding: 50px 40px;
}
.gform_wrapper legend{
  font-size: 16px!important;
}
.gform_wrapper:not(.grid_wrapper) .gform_fields{
  display: block!important;
}
.gfield.gfield--type-fileupload{
  border: dashed 1px #000;
  border-radius: 5px;
  background: #fff;
  padding: 21px 30px 30px;
  margin-top: 18px;
}
.gfield.gfield--type-fileupload .gfield_description{
  color: var(--text)!important;
}
.gfield.gfield--type-fileupload label{
  font-weight: bold!important;
  margin-bottom: 10px!important;
  font-size: 18px!important;
}
.navy_blue .gfield.gfield--type-fileupload label{
  color: var(--text)!important;
}
.gpfup__select-files.gform_button_select_files{
  border: 2px solid #000!important;
  border-radius: 30px!important;
  background: #fff!important;
  padding: 10px 22px 12px!important;
}
.gpfup__select-files.gform_button_select_files:hover{
  background: var(--electric_blue)!important;
  color: #fff!important;
  border: 2px solid var(--electric_blue)!important;
}
.gpfup__droparea{
  height: 10rem!important;
}
button.gpfup__delete{
  position: relative!important;
}
button.gpfup__delete:before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('assets/images/wrong.svg') no-repeat center;
  background-size: contain;
  filter: invert(1);
  position: absolute;
  left: 0;
  top: 0;
}
button.gpfup__delete svg{
  display: none!important;
}
.gform-ul-reset li{
  padding-left: 0!important;
}
.gform-ul-reset li:before, .gform-ul-reset li:after{
  content: none!important;
}
.gform_wrapper.center-btn_wrapper .gform_footer{
  text-align: center;
  float: left;
  width: 100%;
  display: block;
}
.gform_wrapper.center-btn_wrapper .gform_footer input[type="submit"]{
  float: none!important;
}
.gform_fields .gfmc-field{
  width: 50%;
  float: left;
}
.gform_wrapper .gfield_html p{
  font-size:var(--font-xs);
}
.gform_wrapper .right-desc.gfield_html{
  padding-top: 40px!important;
}
.gform_wrapper .gform_fields{
  grid-row-gap: 20px!important;
  grid-column-gap: 40px!important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
  padding-right: 5px!important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){
  padding-left: 20px!important;
  padding-right: 0!important;
}
.gform_wrapper .gfield.highlight{
  background-color: var(--electric_blue);
  border-radius: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gform_wrapper .gfield.highlight.gfield--has-description label{
  clear: both;
  float: left;
  width: 100%;
}
.gform_wrapper .gfield.highlight.gfield--has-description .ginput_container{
  float: left;
  width: calc(50% - 20px);
  clear: none;
}
.gform_wrapper .gfield.highlight.gfield--has-description .gfield_description{
  float: right;
  width: calc(50% - 20px);
  clear: none;
  padding-top: 3px;
  font-style: italic;
  line-height: 1.4em;
}
.gform_wrapper .gfield_required:before{
  color: var(--electric_blue)!important;
}
.contact-list li a{
  display: block;
}
.contact-list li.phone a:before{
    content: '';
    background: url('assets/images/phone-base.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-list li.email a:before{
    content: '';
    background: url('assets/images/mail.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-list li.map-pin a:before{
    content: '';
    background: url('assets/images/map-pin.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-list li.map-pin{
  max-width: 240px;
}
.wp-block-social-links{
  padding-left: 0!important;
}
#banner{
  position: relative;
  min-height: 220px;
  padding: 20px 0 0;
}
#banner .content{
  position: relative;
  z-index: 3;
}
#banner.white.has-ft-image .content{
  margin-bottom: 100px;
}
#banner.white.has-ft-image + .graphic-spacer.wave_top, #banner.white.has-ft-image + .graphic-spacer.wave_top_v2{
  margin-top: -180px;
}
.single .entry-content{
  padding: 0 0 100px;
}
.line-separator{
  width: 100%;
  height: 1px;
  background: var(--electric_blue);
}
.single .hero{
  padding-top: 30px;
}
.single .hero .content-wrapper{
  margin-bottom: 35px;
  float: left;
  width: calc(100% - 220px);
  padding-left: 110px;
}
.single .hero .share-this{
  float: left;
  width: 220px;
}
.single .line-separator.first{
  margin-bottom: 60px;
}
.single .line-separator.end{
  margin-top: 100px;
}
.single .entry-content .button{
  margin-top: 20px;
}
.single .entry-content .sidebar .job p{
  margin-bottom: 10px;
  font-size: var(--font-xs);
}
.single .entry-content .sidebar .button{
  margin-top: 0;
  margin-bottom: 0;
}
.single .sidebar .job{
  border: 1px solid var(--electric_blue);
  padding: 20px;
  border-radius: 20px;
}
.single h1{
  font-size: var(--font-xxl);
  line-height: var(--line-height-2);
  margin: 0 0 15px;
  font-weight: 700;
}
.single h4{
  font-size: 1.11em;
  line-height: var(--line-height-3);
}
.single .excerpt{
  font-size: 1.125em;
  line-height: 1.3em;
}
.single .featured-image + h2{
  margin-bottom: 50px;
}
.single .date{
  margin-bottom: 5px;
}
.single .featured-image{
  margin-bottom: 60px;
  max-width: 100%;
}
.single .post-terms{
  margin-top: 40px;
}
.button.light-blue{
  background-color: var(--electric_blue);
}
.button.xs{
  padding: 8px 18px;
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px 10px 0;
  min-width: 0;
}
.static{
  position: static;
}
.module.text-image.img-pos-left-rectangle .container-fluid{
  padding-left: 0!important;
  margin-left: -5%;
}
.module.text-image.img-pos-right-rectangle .container-fluid{
  padding-right: 0!important;
  margin-right: -5%;
}
.sidebar-nav li.active a{
  color: var(--electric_blue);
  text-decoration: underline;
}
.sidebar h4{
  font-size: var(--font-sm);
  margin-top: 10px;
}
.sidebar-nav li:last-child{
  margin-bottom: 40px!important;
}
.gt_selector{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0!important;
  font-size: 0.88em!important;
}
header .toolbar li{
  font-size: 0.88em;
}
.page-theme-dark .gt_selector{
  color: #fff!important;
}
header .toolbar .toolbar-menu li:last-child{
  margin-right: 0!important;
}
body:not(.block-editor-page) .posts-carousel .container-fluid{
  overflow: hidden;
  padding-right: 0!important;
}
body:not(.block-editor-page) .posts-carousel .controls{
  right: 80px;
}
body.page-child #child-pages{
  display: none;
}
.gform_footer{
  position: relative;
  padding: 0!important;
  margin-bottom: 0!important;
  margin-top: 20px!important;
  float: left;
  width: 100%;
}
.gform_footer img.gform_ajax_spinner{
  float: right;
  position: absolute;
  right: 12px;
  top: 16px;
}
.text-image h4{
  line-height: 1.35em;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  padding: 0!important;
}
.gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 20px!important;
}
.multi-step-gform .gform_next_button, .wp-block-columns .gform_wrapper .button.gform_next_button,
.multi-step-gform .gform_button[type="submit"]{
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 9999999;
}
.site-search{
  max-width: 75px!important;
}
.site-search.show{
  max-width: 100%!important;
}
.search #banner p, .error404 #banner p{
  margin-bottom: 5px;
}
.search #banner .searchform, .error404 #banner .searchform{
  margin-top: 20px;
  margin-bottom: 40px;
}
.search-no-results #banner, .error404 #banner{
  padding-bottom: 120px;
  padding-top: 70px;
}
#searchsubmit{
  background-color: var(--electric_blue)!important;
  color: #fff!important;
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
  float: left;
  min-width: 140px;
  transition: all 0.2s ease-in;
  background-image: linear-gradient(to right, #2D3185, #1D2854, #20779A, #2D3185);
    background-size: 250% auto;
    background-position: left center;
    transition: background-position 1.3s ease-in-out;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#searchsubmit:hover{
  background-position: right center;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#searchform input[type="text"]{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  float: left;
  width: calc(100% - 140px);
}
.search-results .post-item .txt-btn:hover{
	color: var(--text)!important;
}
.wp-pagenavi a, .wp-pagenavi span{
	color: var(--text)!important;
}
.module-spacer.size-small{
  height: 40px;
}
.module-spacer.size-medium{
  height: 70px;
}
.module-spacer.size-large{
  height: 100px;
}
.clear-fix{
  clear: both;
}
.gfield.flex-center.col .gfield_radio{
  flex-direction: row!important;
}
.gfield .nice-select:after{
  top: 22px!important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{
  max-width: calc(50% - 25px);
  min-width: 200px;
}
.slide-in, .wp-block-column{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform .7s ease 0s,opacity .7s ease 0s;
  -moz-transition: -moz-transform .7s ease 0s,opacity .7s ease 0s;
  -ms-transition: -ms-transform .7s ease 0s,opacity .7s ease 0s;
  -o-transition: -o-transform .7s ease 0s,opacity .7s ease 0s;
  transition: transform .7s ease 0s,opacity .7s ease 0s;
}

.slide-in.animate, .wp-block-column.animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -moz-transition: -moz-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -ms-transition: -ms-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -o-transition: -o-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  transition: transform 1.4s ease 0s,opacity 1.4s ease 0s;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar td, .gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
.gravity-theme.ui-datepicker .ui-datepicker-header select{
  font-size: 14px!important;
}
.gravity-theme.ui-datepicker .ui-datepicker-header select{
  padding-right: 20px!important;
  background-size: 18px!important;
  background-position: right 12px!important;
}
.gfield_html{
  font-size: 16px;
  line-height: 1.33em;
}
.post-item.search-item{
  padding-bottom: 20px;
  border-bottom: 1px solid var(--electric_blue);
}
.search-item .button.text{
  text-align: left;
}
.post-item.service .content-wrapper{
  position: relative;
  padding-bottom: 80px;
}
.post-item.service .button{
  position: absolute;
  bottom: 0;
}
.gform_wrapper .flex-2 .gfield_radio, .gform_wrapper .flex-2 .gfield_checkbox{
  display: block;
}
.gform_wrapper .flex-2 .gchoice{
  width: 50%;
  float: left;
}
.wp-block-columns .gform_footer .gform_button{
  background-color: var(--electric_blue)!important;
  color: #fff!important;
}
.inline-form-button .gform_footer{
  position: absolute;
  right: 0;
  bottom: 50px;
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
}
.post-item.event a{
  position: relative;
}
.post-item.event .date-wrapper{
  position: relative;
  z-index: 99;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Edge */
  color: #00000070!important;
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00000070!important;
  font-style: italic;
}
input::placeholder, textarea::placeholder {
  color: #00000070!important;
  font-style: italic;
}
#header-menu .sub-menu li.back{
  display: none;
}
.modal-body *:not(.button){
  color: var(--text);
}
.post-actions{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.post-actions .note{
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.post-actions .note h3{
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.post-actions .note .button{
  margin-top: 0;
  margin-bottom: 0;
}
.single .entry-content .content-wrap{
  padding-right: 30px;
}
.sidebar .related-post-news{
  float: left;
  width: 100%;
}

.share-this{
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  margin-top: 2px;
}

.share-this ul{
  padding-left: 0!important;
  display: flex;
  align-items: center;
  margin-bottom: 0!important;
}

.share-this p{
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
}

.share-this li a{
  display: block;
  width: 32px;
  height: 32px;
}

.share-this li{
  float: left;
  margin: 0 5px;
  position: relative;
}

.share-this li:last-child{
  margin-right: 0;
}

.share-this li a.facebook{
  background-image: url('assets/images/fb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
}

.share-this li a.twitter{
  background-image: url('assets/images/tt.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-this li a.email{
  background-image: url('assets/images/email.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.share-this li .clipboard{
  background-image: url('assets/images/link.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  width: 29px;
  height: 26px;
}

.share-this li a:hover, .share-this li .clipboard:hover{
  cursor: pointer;
  filter: var(--filter-electric_blue);
}

.clipboard-tooltip{
  display: none;
  color: var(--navy);
  border-radius: 5px;
  padding: 2px 7px;
  position: absolute;
  font-size: 0.7em;
  width: 200px;
  top: 0;
  line-height: 1.4em;
  margin-left: 40px;
  background: var(--electric_blue);
}
.links-group{
  padding-left: 0!important;
}
.links-group .button{
  margin-top: 0;
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filters{
    margin-bottom: 70px;
    float: left;
    width: 100%;
}
.filters h3{
    border-bottom: 1px solid var(--blue);
    padding-bottom: 15px;
    margin-bottom: 0;
}
.filters .filter-group{
    float: left;
    width: 100%;
    text-align: center;
}
.filters .filter-group .label{
    position: relative;
    font-weight: bold;
    position: relative;
    padding: 12px 0;
}
.filters .filter-group .label:hover{
    cursor: pointer;
}
.filters .mobile-toggle h3{
    position: relative;
    padding-bottom: 10px;
}
.filters .filter-group .label:before, .filters .mobile-toggle h3:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background: var(--light_blue);
    right: 5px;
    top: calc(50% - 1px);
}
.filters .filter-group .label:after, .filters .mobile-toggle h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background: var(--light_blue);
    right: 10px;
    top: calc(50% - 6px);
}
.filters .filter-group li{
    position: relative;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.filters .filter-group input{
    width: 100%;
    height: 100%!important;
    border-radius: 0!important;
    padding: 0!important;
    position: absolute;
    border: 0;
    background: transparent;
}
.filters .filter-group li label{
    padding-left: 30px;
    font-size: 18px;
    float: left;
}
.filters .filter-group li label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.filters .filter-group li label:after{
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 11px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.filters .filter-group input:checked ~ label:after{
    display: block;
}
.filters .filter-group input:checked ~ label:before{
    background-color: var(--light_blue);
}
.filters .action{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.filters .action .button{
    min-width: 185px;
}
.filters .action .button:hover{
    cursor: pointer;
}
.filters .button-group a{
    margin: 0 10px 10px 0;
    display: inline-block;
    min-width: 0;
}   

.filter-list.cats{
    width: auto;
}
.filter-list.cats li{
    padding: 0;
    border-radius: 0;
    background:transparent;
}
.filter-list.cats li:last-child{
    margin-right: 0;
}
.filter-list.cats li a{
    font-style: normal;
    display: inline-block;
    padding: 9px 30px 11px;
    background: var(--light_grey);
    border-radius: 20px;
}
.filter-list.cats li a:hover, .filter-list li.active a{
    text-decoration: none;
    background: var(--blue);
    color: #fff;
}
.loadmore{
  text-align: center;
}
.mobile-toggle{
    display: none;
}
.filters .acc .button-group {
    visibility: hidden;
    display: none;
    height: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.filters .acc.active .button-group {
    height: auto;
    display: block;
    visibility: visible;
}
.filters .acc.active .label:after{
    display: none;
}
.filters .mobile-toggle h3:before{
    top: 15px;
}
.filters .mobile-toggle h3:after{
    top: 10px;
}
.filters.collapsed .mobile-toggle h3:after{
    display: none;
}
.filters .btn{
  text-decoration: none;
}
.filters .active.btn:hover{
  color: #fff!important;
  text-decoration: none!important;
}

/* Custom */

.gfield.gfield_error .ginput_container, .gfield.gfield_error .gfield_validation_message{
  float: left;
  width: 100%;
}
.search-results .post-item .txt-btn{
  display: inline-block;
}
.image-gallery .gallery{
  overflow: hidden;
}
/*
.image-gallery .gallery .swiper-thumbs .swiper-wrapper{
  overflow: hidden;
}
*/
.image-gallery .swiper-slides{
  margin-bottom: 20px;
}
.image-gallery .gallery .swiper-slide img{
  border-radius: 20px;
  width: 100%;
}
.image-gallery .gallery .swiper-thumbs .swiper-slide img{
  border-radius: 10px;
  width: 100%;
  opacity: 0.5;
}
.image-gallery .gallery .swiper-thumbs .swiper-slide.swiper-slide-thumb-active img{
  opacity: 1;
}
.image-gallery .gallery .swiper-thumbs .swiper-slide:hover img{
  opacity: 1;
}
.image-gallery .gallery .swiper-thumbs, .image-gallery .swiper-slides{
  padding-left: 60px;
  padding-right: 60px;
}
.image-gallery .swiper-slides:before, .image-gallery .swiper-slides:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  width: 60px;
  z-index: 9;
}
.image-gallery .swiper-slides:before{
  left: 0;
}
.image-gallery .swiper-slides:after{
  right: 0;
}
.image-gallery .swiper-thumbs .swiper-button-prev{
  left: 0px!important;
  bottom: 0!important;
  background: #fff;
  height: 100%!important;
}
.image-gallery .swiper-thumbs .swiper-button-next{
  right: 0px!important;
  bottom: 0!important;
  left: auto!important;
  background: #fff;
  height: 100%!important;
}
.image-gallery .swiper-button-prev:after, .image-gallery .swiper-button-next:after{
  filter: grayscale(1);
}
.single .post-content .module.image-gallery{
  padding-top: 40px;
  padding-bottom: 40px;
}
.single .post-content .module.image-gallery .container-fluid{
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: -60px;
  margin-right: -60px;
}
.single .hero .post-meta li:before{
  width: 6px;
  filter: unset;
}
.single .post-content .wp-block-image.size-full img{
  width: 100%;
  border-radius: 20px;
}
.single .post-content .testimonials{
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.single .post-content .testimonials .col-xs-12{
  width: 100%!important;
  margin-left: 0!important;
}
.single .related-posts.module{
  padding-top: 70px;
  padding-bottom: 30px;
}
.related-posts .intro{
  padding-right: 30px;
}
.single .post-content{
  margin-top: 60px;
  padding: 0 8.33%;
}
.single .post-content p{
  font-size: 1.11em;
  line-height: 1.3em;
}
.single .post-featured-image{
  position: relative;
}
.single .post-featured-image img{
  width: 100%;
}
.single .post-featured-image:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: var(--light_blue);
}
.text-image.hero{
  padding-bottom: 250px;
}
.text-image.hero .wp-image{
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 50%;
}
.text-image.hero.pos-push_right:first-child .wp-image{
  bottom: auto;
  top: 80px;
}
.text-image.hero.pos-push_right:first-child + .module-spacer, .text-image.hero.pos-push_right:first-child + .module,
.text-image.hero.pos-push_right:first-child .wp-block-columns, .text-image.hero.pos-push_right:first-child + .listing{
  position: relative;
  z-index: 999;
}
.text-image.hero .content-wrapper, .text-image.pos-right .content-wrapper{
  padding-right: 100px;
}
.text-image.pos-left .content-wrapper{
  padding-left: 100px;
}
.text-image.hero .curve{
  position: absolute;
  bottom: 0;
}
.post-item a:hover *:not(.button, .txt-btn){
  color: var(--text);
}
.btn.inactive{
  background: #fff;
  color: var(--navy_blue);
  transition: none;
  border: 1px solid #000;
  text-decoration: none;
}
.btn.inactive:hover{
  background: linear-gradient(87deg, #2D3185 4.88%, #1D2854 94.92%);
  color: #fff;
  text-decoration: none;
}
.banner h1 + p{
  font-size: 1.325em;
  margin-bottom: 30px;
}
.post-item h4, .card-box h4{
  font-weight: 700;
  font-family: var(--heading);
}
ul:not(.menu, .sub-menu, .dd-list, .links-group, .gpfup__files){
  list-style: none!important;
  padding-left: 0!important;
}
ul:not(.menu, .sub-menu, .dd-list, .links-group, .gpfup__files) li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
ul:not(.menu, .sub-menu, .dd-list, .links-group, .gpfup__files) li:before{
  width: 17px;
  height: 16px;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url('assets/images/dot-list.svg') no-repeat center;
  background-size: contain;
  filter: var(--filter-mint_green);
}
ul.check-list li, ul.wrong-list li{
  padding-left: 40px;
  margin-bottom: 12px;
}
ul.check-list li:before, ul.wrong-list li:before{
  width: 24px;
  height: 23px;
  top: 1px;
}
ul.wrong-list li:before{
  filter: var(--filter-electric_blue);
}
ul.check-list li:after{
  width: 14px;
  height: 14px;
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  background: url('assets/images/check.svg') no-repeat center;
  background-size: contain;
}
ul.wrong-list li:after{
  width: 14px;
  height: 14px;
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 6px;
  background: url('assets/images/wrong.svg') no-repeat center;
  background-size: contain;
}
header .menu li:last-child{
  margin-right: 20px;
}
hr{
  float: left;
  width: 100%;
}
.wp-block-columns{
  position: relative;
  z-index: 999;
}
.post-item.news .image-wrapper{
    position: relative;
}
.post-item .lozenge{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}
.post-item .lozenge li{
    border-radius: 20px;
    padding: 6px 14px 7px;
    background: var(--light_blue);
    color: var(--text);
    font-style: normal;
}
.post-item .lozenge li:before{
    content: none!important;
}
#timeline .swiper-button-next.swiper-button-disabled{
  pointer-events: auto !important;
  opacity: 1!important;
}
.site-header .site-phone{
  position: relative;
  z-index: 99;
  top: -1px;
  margin-left: 10px;
}
.site-header .site-phone a:before{
  content: '';
  display: block;
  width: 27px;
  height: 32px;
  background: url('assets/images/phone.svg') no-repeat center;
  background-size: contain;
  filter: var(--filter-navy_blue);
}
.ginput_container.ginput_container_select{
	float: left;
	width: 100%;
}

@media screen and (max-width: 1600px){
  .text-video blockquote{
    font-size: 24px;
  }
  header .menu li{
    margin-right: 30px;
  }
  header .logo-wrapper{
    width: 200px;
  }
  header .nav-wrapper{
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 1480px){
  header .wrapper .flex{
    justify-content: space-between;
  }
  header .logo-wrapper{
    width: 220px;
  }
  header .nav-wrapper{
    width: calc(100% - 220px);
  }
  .text-image.hero{
    padding-bottom: 200px;
  }
  header .menu li{
    margin-right: 20px;
  }
}

@media screen and (max-width: 1380px){
  header .wrapper{
    padding: 0 25px;
  }
  #header-menu ul:not(.sub-menu) li a{
    padding: 20px 5px;
  }
  header .menu li{
    margin-right: 13px;
  }
  header .menu li:last-child{
    margin-right: 8px;
  }
  .site-header .site-phone{
    margin-left: 5px;
  }
  header .site-search{
    top: 13px;
  }
  header .site-search.show{
    max-width: calc(100% - 10px)!important;
  }
}

@media screen and (max-width: 1349px){
  h1{
    font-size: 3em;
  }
  h2{
    font-size: 2.2em;
  }
  h3{
    font-size: 1.75em;
  }
  .module{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .image-carousel .swiper .content{
    width: 45%;
    padding-right: 20px;
  }
  .profile-list.cpr-3 .row{
    max-width: 100%;
  }
  .bio .wp-image{
    max-width: 220px;
  }
  .bio .pad{
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-item .lozenge{
    top: 15px!important;
    left: 15px!important;
  }
  .post-item .lozenge li{
    font-size: 14px;
    padding: 5px 12px 6px;
    margin: 0 5px 5px 0!important;
  }
  #header-menu ul:not(.sub-menu) li.menu-item-has-children > a{
    padding-right: 15px;
  }
}

@media screen and (max-width: 1280px){
  header .wrapper{
    padding: 0 15px 0 25px;
  }
  #header-menu ul:not(.sub-menu) li a{
    padding: 20px 5px;
  }

  header .menu li{
    margin-right: 12px;
  }
  header .menu li:last-child{
    margin-right: 5px;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad) {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .pad-marg-left .container-fluid, body:not(.block-editor-page) .pad-marg-left .container-fluid:not(.no-pad){
    margin-left: 60px!important;
  }
  .wp-block-columns{
    padding-left: 60px;
    padding-right: 60px;
  }
  #timeline .post-item h2{
    font-size: 70px;
  }
  .profile-list.card-style-portrait .content-wrapper{
    padding: 0 10px;
  }
  .profile-list.card-style-portrait .bio.headshot .content-wrapper .role{
    font-size: 16px;
  }
  header .logo-wrapper{
    width: 190px;
  }
  header .nav-wrapper{
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 1199px){
  body:not(.block-editor-page) .container-fluid:not(.no-pad) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pad-marg-left .container-fluid, body:not(.block-editor-page) .pad-marg-left .container-fluid:not(.no-pad){
    margin-left: 20px!important;
  }
  header .logo-wrapper{
    width: 150px;
  }
  header .logo-wrapper img{
    width: 100%;
  }
  header .nav-wrapper{
    width: calc(100% - 150px);
  }
  header .menu li:last-child{
    margin-right: 10px;
  }
  h1{
    font-size: 2.75em;
  }
  h2{
    font-size: 2em;
  }
  blockquote{
    font-size: 24px;
  }
  .image-carousel .swiper .content{
    width: 50%;
    padding-right: 40px;
  }
  .site-search.show{
    max-width: calc(100% - 30px)!important;
  }
  .single .hero .content-wrapper{
    padding-left: 50px;
  }
  .text-image.hero{
    padding-bottom: 150px;
  }
  .post-item .lozenge li{
    clear: left;
  }
  .post-item .lozenge{
    top: 10px!important;
    left: 10px!important;
  }
}

@media screen and (max-width: 1099px){
  header li a{
    font-size: 16px;
  }
  header .menu li:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 991px){
  h1{
    font-size: 2.325em;
  }
  h2{
    font-size: 1.75em;
  }
  h3{
    font-size: 1.5em;
  }
  .flex{
    display: block;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wp-block-columns{
    padding-left: 20px;
    padding-right: 20px;
  }
  .module {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  header .navrow{
    min-width: 100px;
  }
  header .wrapper {
    padding: 14px 20px;
  }
  .navbar-toggle:focus{
    outline: none!important;
    border: 0!important;
  }
  header .logo img{
    width: auto!important;
    height: 30px;
  }
  .image-carousel .swiper .swiper-slide{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .image-carousel .swiper .content{
    width: 100%;
    padding-right: 0;
    max-width: 680px;
    margin-top: 30px;
  }
  .image-carousel .swiper .swiper-wrapper .content{
    padding-bottom: 60px;
  }
  .image-carousel .swiper .swiper-wrapper-disabled .content{
    padding-bottom: 0;
  }
  .image-carousel .swiper .image{
    width: 100%;
  }
  .button{
    min-width: 180px;
  }
  footer .logo-contact{
    max-width: 300px;
  }
  .footer-nav .col{
    padding-top: 5px;
    width: 50%;
  }
  .footer-nav .col:first-child{
    max-width: 300px;
  }
  header{
    padding-top: 15px;
  }
  body{
    padding-top: 90px;
  }
  #header-menu li.menu-item-has-children > a:after{
    width: 32px;
    height: 29px;
    background: url('assets/images/arrow-right-outline.svg') no-repeat center;
    background-size: contain;
    border: 0!important;
    padding: 0!important;
    transform: none!important;
    filter: invert(1);
  }
  #header-menu .sub-menu li a{
    padding: 8px 15px!important;
  }
  .wp-block-columns.is-layout-flex{
    gap: 20px;
  }
  .text-block.bg-scope-inner_container .wrapper{
    border-radius: 180px;
    padding: 40px!important;
  }
  .wp-block-column .icon-pod{
    margin-bottom: 0;
  }
  .icon-pod .image-wrapper{
    margin-bottom: 15px!important;
    min-height: 60px!important;
  }
  #timeline .post-item h2{
    font-size: 60px;
  }
  .bio .pad {
    padding-left: 0;
    padding-right: 0;
  }
  .bio.headshot{
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .bio.post-item h4{
    margin-bottom: 5px;
  }
  .bio .role{
    font-size: 1em;
  }
  .modal .modal-content{
    padding: 40px;
  }
  .modal .modal-dialog .close{
    top: 15px;
    right: 15px;
  }
  .modal .bio:not(.no-pic) .image-wrapper{
    width: 200px;
    margin-right: 30px;
  }
  .modal .bio .wp-image{
    max-width: 100%;
  }
  .modal .bio:not(.no-pic) .content-wrapper{
    width: calc(100% - 230px);
  }
  .wp-block-columns, body .is-layout-flex:not(.wp-block-social-links){
    display: block;
  }
  .wp-block-columns .flex-mobile, body .is-layout-flex.flex-mobile:not(.wp-block-social-links){
    display: flex!important;
    flex-wrap: unset!important;
    gap: 20px!important;
  }
  .wp-block-columns .adaptive-height, .wp-block-columns .adaptive-height-1, .wp-block-columns .adaptive-height-2, .wp-block-columns .adaptive-height-3{
    height: auto!important;
  }
  .icon-pod .image-wrapper{
    display: block!important;
  }
  .profile-list.cpr-4 .bio.headshot{
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .profile-list.card-style-portrait .bio .wp-image{
    width: 100%;
  }
  .post-item:not(.story, .service) .content-wrapper.adaptive-height{
    height: auto!important;
  }
  .profile-list .intro{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .profile-list.card-style-portrait .content-wrapper{
    position: relative!important;
    padding: 15px 0 0!important;
  }
  .profile-list.card-style-portrait .bio.headshot .content-wrapper h4{
    background: transparent;
    padding: 0;
    color: var(--text);
    margin-right: 0;
    margin-bottom: 5px;
  }
  .profile-list.card-style-portrait .bio.headshot{
    margin-bottom: 20px;
  }
  .profile-list.card-style-portrait .bio.headshot .content-wrapper .role{
    background: transparent;
    padding: 0;
  }
  .wp-block-columns, .wp-block-column{
    float: left;
    width: 100%;
  }
  .wp-block-columns .br.gradient_1{
    padding: 40px 100px;
    border-radius: 150px;
  }
  .wp-block-column{
    margin-bottom: 30px!important;
  }
  .filters{
      margin-bottom: 20px;
  }
  .filters .button-group a{
      padding: 10px 15px;
  }
  .full-posts-listing .post-item{
      margin-bottom: 30px;
  }
  .text-image.hero{
    padding-bottom: 200px;
  }
  .mobile-no-gap .wp-block-column{
    margin-bottom: 0!important;
  }
  .single .hero .content-wrapper{
    padding-left: 0;
    width: 100%;
  }
  .text-image.hero{
    padding-bottom: 160px;
  }
  .text-image.hero.pos-push_right:first-child .wp-image{
    max-height: 300px;
    max-width: 300px;
    width: 100%;
    top: auto;
    bottom: -120px;
  }
  .text-image.hero .content-wrapper, .text-image.pos-right .content-wrapper{
    padding-right: 0;
  }
  header .social-menu{
    display: flex;
  }
  .site-header .site-phone{
    margin-left: 12px;
    top: -2px;
  }
  .site-header .site-phone a:before{
    filter: var(--filter-light_blue);
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 768px){
  body{
    padding-top: 80px;
    font-size: 16px;
  }
  header{
    padding: 15px 0;
  }
  h1, .text-image h2{
    font-size: 2em;
  }
  h2{
    font-size: 1.75em;
  }
  h3{
    font-size: 1.35em;
  }
  .single .hero .post-meta li:before{
    height: 12px;
  }
  .post-item .lozenge{
    display: none!important;
  }
  .related-posts .post-item{
    height: auto!important;
    margin-bottom: 20px!important;
  }
  .related-posts .post-item h4{
    font-size: 1.11em;
    line-height: 1.1em;
  }
  .image-carousel h1{
    margin-bottom: 10px;
  }
  .logged-in header{
    top: 46px;
  }
  #page-content script + .module.image-carousel{
    padding-top: 40px;
  }
  #latest.news-listing .post-item{
    margin-bottom: 30px;
  }
  .post-item.news .image-wrapper img{
    border-radius: 10px;
  }
  .post-item.news .image-wrapper{
    width: 100px;
    border-radius: 10px;
    float: left;
  }
  .post-item.news .content-wrapper{
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px;
    padding-top: 0;
  }
  .featured-post .post-item.news .image-wrapper{
    width: 100%;
  }
  .post-meta *{
    font-size: 16px;
  }
  .post-item h4{
    font-size: 1.11em;
    margin-bottom: 10px;
  }
  h4{
    font-size: 1.25em;
  }
  .module {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .posts-listing .intro p{
    font-size: 1em;
  }
  .posts-listing .intro h3{
    padding-right: 0;
    font-size: 1.5em;
  }
  .posts-listing .intro .button{
    margin-top: 0;
  }
  .intro{
    margin-bottom: 25px;
  }
  #latest.news-listing .post-item{
    height: auto!important;
  }
  .posts-listing .post-item{
    height: auto!important;
  }
  .post-meta li, .post-meta .date{
    font-size: 14px;
  }
  .post-meta .date{
    margin-right: 8px;
  }
  .post-meta li{
    padding-left: 12px!important;
  }
  .post-item li:before{
    top: 6px!important;
  }
  footer .logo-contact{
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  footer .contact-info{
    width: 100%;
    padding-top: 20px
  }
  footer .contact-info p:last-child{
    margin-bottom: 5px;
  }
  .footer-nav .col{
    width: 100%;
  }
  footer hr{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  footer p, footer *, .footer-nav .col nav li, footer .copyright{
    font-size: 1em;
  }
  footer .social-menu{
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-nav .col nav li{
    margin-bottom: 15px;
  }
  footer .contact-info h4{
    font-weight: bold;
  }
  footer .copyright{
    margin-bottom: 30px;
  }
  footer .site-phone{
    width: 55%;
    float: left;
  }
  footer .site-email{
    width: 45%;
    float: left;
    margin-top: -2px;
  }
  footer .logo{
    display: block;
  }
  footer .site-contact .icon{
    min-width: 25px;
  }
  footer{
    padding-top: 30px;
  }
  .wp-block-columns.is-layout-flex{
    gap: 5px;
  }
  .text-block.bg-scope-inner_container .wrapper{
    border-radius: 80px!important;
    padding: 30px 20px 20px!important;
  }
  .text-block h2{
    margin-bottom: 15px!important;
  }
  #timeline .post-item h2{
    font-size: 50px;
  }
  .bio .wp-image{
    width: 100%;
    max-width: 150px;
  }
  .modal .bio:not(.no-pic) .content-wrapper{
    width: 100%;
    padding-right: 5px;
  }
  .modal .modal-body{
    max-height: calc(100vh - 150px);
  }
  .profile-list .modal .modal-dialog{
    width: calc(100% - 40px);
  }
  .modal .modal-content{
    padding: 40px 25px;
  }
  .modal .bio:not(.no-pic) .image-wrapper{
    max-width: 150px;
    margin: 0 0 10px;
  }
  .gform_fields .gfmc-field{
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 15px;
  }
  .gform_fields .gfmc-field:last-child{
    margin-bottom: 0;
  }
  .gform_footer .button{
    margin-top: 20px!important;
    width: 100%!important;
    margin-bottom: 20px!important;
  }
  .wp-block-columns .br.gradient_1 {
    padding: 40px 30px 35px;
    border-radius: 40px;
  }
  .wp-block-columns .br.gradient_1 .wp-block-column{
    margin-bottom: 0!important;
  }
  .text-video blockquote{
    font-size: 20px;
  }
  .padded-box {
    padding: 30px 20px;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 38px!important;
  }
  .testimonial-carousel .controls{
    width: 85px!important;
  }
  .single .post-content{
    padding: 20px 0 0;
  }
  .image-gallery .swiper-thumbs .swiper-button-next{
    right: 60px!important;
  }
  .image-gallery .swiper-thumbs .swiper-button-prev{
    left: 60px!important;
  }
  .single .post-content .module.image-gallery{
    overflow: hidden;
  }
  .full-posts-listing{
    padding-top: 40px;
  }
  .module:not(.white){
    padding-top: 30px!important;
  }
  .module.locations.map{
    padding-top: 0!important;
  }
  .single h1{
    font-size: 2em;
  }
  .single .share-this{
    width: auto;
    clear: both;
    background: var(--light_blue);
  }
  .gfield.gfield--type-fileupload{
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 15px!important;
  }
}

@media screen and (max-width: 640px){
  .gfield.gfmc-column.gfmc-field:last-child div {
    padding-bottom: .5em!important;
  }
}

@media screen and (max-width: 600px){
  #wpadminbar{
    position: fixed!important;
  }
  .text-image.hero{
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 480px){
  h3{
    font-size: 20px;
  }
}
  
