/*
Theme Name: The Bridge
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: the-bridge
*/

* {
  padding: 0;
  margin: 0;
}

body{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--body);
  font-weight: 400;
  color: var(--text);
  font-style: normal;
  background: var(--white);
  padding-left: 230px;
}

.navy_blue{
    background: var(--navy_blue);
}
.light_navy_blue{
    background: var(--light_navy_blue);
}
.lime_green{
    background: var(--lime_green);
}
.light_lime_green{
    background: var(--light_lime_green);
}
.orange{
    background: var(--orange);
}
.light_orange{
    background: var(--light_orange);
}
.sky_blue{
    background: var(--sky_blue);
}
.light_sky_blue{
    background: var(--light_sky_blue);
}
.light_grey{
    background: var(--light_grey);
}

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

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

h1{
  font-weight: 400;
}

h1 strong, h1 b{
  font-weight: 800;
}

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

h1{
  font-size: var(--font-xxl); 
  line-height: 1.1em;
}

h2{
  font-size: var(--font-xl);
  line-height: 1.125em;
  margin-bottom: 20px;
}

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

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

h5{
  font-weight: 600;
  font-size: var(--font-xs);
  line-height: var(--line-height-2);
}

h6{
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 5px;
}

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

footer{
  padding-top: 37px;
  padding-bottom: 28px;
}
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;
}

.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(--navy_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(--navy_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_purple)!important;
  color: var(--text)!important;
}

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

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

.ginput_container.ginput_container_select{
  position: relative;
  z-index: 2;
  padding-bottom: 0!important;
}

.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;
}
header{
  padding: 25px 20px;
  border-right: 1px solid var(--lime_light);
  background: #F4FDE8;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 230px;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.logged-in header{
  top: 32px;
}
.menu{
  list-style: none;
  padding: 0;
}
header .menu li{
  display: inline-block;
  font-family: var(--body);
}
header .gtranslate_wrapper{
  float: left;
  margin-right: 30px;
  margin-top: 7px;
}
#header-menu{
  padding-left: 15px;
  padding-right: 10px;
}
#header-menu li.active a{
  font-weight: 800;
}
.gtranslate_wrapper select:focus, .gt_selector:focus{
  border: 0!important;
}
.gt_selector{
  background: transparent;
  border-radius: 0;
  border: 0!important;
  padding: 0!important;
  font-size: 16px!important;
  width: 100px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
header .logo{
  display: block;
}
header .logo img{
  max-height: 80px;
  max-width: 100%;
}
header li a{
  color: var(--navy_blue);
  font-size: 18px;
  font-family: var(--body);
  font-weight: 500;
}
#header-menu ul:not(.sub-menu) li a{
  padding: 12px 5px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out
}
#header-menu ul:not(.sub-menu) li a:before{
  content: '';
  display: block;
  position: absolute;
  left: -18px;
  top: 20px;
  background: url('assets/images/arrow-narrow-right.svg');
  width: 18px;
  height: 9px;
  filter: var(--filter-navy_blue);
  background-size: contain;
  transition: all 0.2s ease-in-out
}
#header-menu ul:not(.sub-menu) li a:hover:before{
  left: 0;
}
#header-menu ul:not(.sub-menu) li a:hover{
  padding-left: 25px;
}
.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: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 21px;
}
#header-menu li.second-to-last{
  margin-right: 0;
}
#header-menu li a{
  font-family: var(--body);
  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 li.menu-item-has-children:last-child .sub-menu{
  min-width: 220px;
}
#header-menu .sub-menu{
  display: none;
  position: absolute;
  width: calc(100% + 66px);
  left: -33px;
  min-width: 240px;
  padding: 10px 0;
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
  border-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(--text)!important;
  padding: 9px 33px!important;
  font-weight: 300;
}
#header-menu .sub-menu li:last-child > a{
  padding-bottom: 12px!important;
}
#header-menu .sub-menu li a i{
  color: var(--text);
}
#header-menu .sub-menu li a:hover, #header-menu .sub-menu li.current-menu-item a:hover, #header-menu .sub-menu li.current-menu-item a{
  text-decoration: none;
  color: var(--text)!important;
  font-weight: 600;
}
#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;
}
#donation .nav-tabs li a, .post-item a{
  text-decoration: none!important;
}

.arrow{
  border: solid navy_blue;
  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;
  background: #fff;
}
.gform_wrapper label{
  font-size: 16px!important;
  line-height: 1.33em;
  margin: 0 0 5px!important;
  font-weight: normal!important;
  color: var(--text);
}
.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: 11px 40px 13px!important;
  border-radius: 27px!important;
  min-width: 228px!important;
  font-weight: 500!important;
  border: 0!important;
  margin-top: 28px!important;
  background: var(--dark_green)!important;
  color: var(--white)!important;
}
input, form button, select, textarea{
  border: 1px solid var(--text)!important;
  border-radius: 8px!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.lg textarea, .lg textarea{
  height: 302px!important;
}
.gform-theme--foundation .gfield.xl textarea, .xl textarea{
  height: 330px!important;
}
.gform-theme--foundation .gfield.xxl textarea, .xxl textarea{
  height: 414px!important;
}
.gfield_error input, .gfield_error textarea{
  border-color: var(--text)!important;
  background: var(--pink)!important;
  color: var(--text)!important;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none!important;
  border: 1px solid var(--navy_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(--navy_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: 8px 10px 8px 35px!important;
  margin: 0!important;
  color: var(--navy_blue)!important;
  background: transparent!important;
  line-height: 1.3em!important;
  border-radius: 4px!important;
  position: relative!important;
  font-family: var(--body)!important;
  font-style: normal!important;
  letter-spacing: 0!important;
  font-size: 16px!important;
  font-family: var(--heading)!important;
  font-weight: 300!important;
  margin-top: 12px!important;
  font-style: italic!important;
}
.gform_wrapper .gfield, .gform_wrapper .gfield .gfield_label, .gform_wrapper .gfield .ginput_container{
  float: left;
  width: 100%;
}
.gfield_validation_message:after{
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid var(--pink);
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: -12px;
}
.gfield_validation_message:before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('assets/images/exclamation-circle.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 8px;
}
.navy_blue .gfield_validation_message:before{
  filter: unset;
}
.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: 30px!important;
  height: 30px!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 .site-contact .icon img{
  filter: var(--filter-lime_green);
}
.footer-menu ul{
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.footer-menu li{
  width: 25%;
  float: left;
  font-size: 16px;
}
.footer-menu li ul{
  margin-top: 20px;
}
.footer-menu li li{
  width: 100%;
  font-weight: 300;
}
.footer-menu li li a{
  color: var(--white);
  font-weight: 300;
}
.footer-menu li.menu-item-has-children > a{
  font-weight: 600;
  color: var(--light_green);
}
.footer-menu li.menu-item-has-children.no-link > a:hover{
  color: var(--light_green)!important;
}
.web-dev a{
  font-family: var(--body);
  font-weight: 600;
  text-decoration: underline;
}
#menu-terms{
  margin-top: -2px;
}
#menu-terms li:not(:last-child):after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 0px 7px 0 10px;
  background: #fff;
}
hr{
  border-color: var(--dark_purple);
}
footer .logo img{
  width: 100%;
  max-width: 212px;
  margin-bottom: 30px;
}
footer .logo-contact{
 display: flex; 
 justify-content: space-between;
}
.footer-menu li.bold > a {
  font-weight: 700;
}
.footer-menu .sub-menu{
  margin-top: 23px;
}
.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: 30px;
  height: 30px;
  border-radius: 0%;
  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-orange)!important;
}
.social-menu li a:before{
  height: 30px!important;
  width: 30px!important;
  filter: var(--filter-lime_green)!important;
}
footer .footer-nav ul.menu{
  display: block;
}
footer .footer-nav ul.menu > li{
font-weight: 700;
}
footer .footer-nav ul li ul.sub-menu li{
  font-weight: 300;
}
footer .ack{
  padding-top: 0;
  padding-bottom: 20px;
}
footer .ack .images{
  width: 160px;
  padding-right: 30px;
}
footer .ack .images img{
  margin: 0 0 10px;
  max-width: 100%;
}
footer .gform_wrapper h2{
  font-size: 30px;
  margin: 0;
}
footer .social-menu li a:before{
  filter: invert(1);
}
footer hr{
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #FCF5E720;
}
footer .copyright{
  float: left;
  font-size: var(--font-xs);
  margin-bottom: 0;
  font-weight: 300!important;
  width: 100%;
}
footer a:not(.button):hover, footer a:not(.button):hover span{
  color: var(--orange)!important;
  text-decoration: none!important;
}
footer .site-phone a:hover .icon img{
  filter: var(--filter-orange);
}
footer .terms-menu{
  float: left;
  width: 100%;
}
footer .terms-menu li{
  display: inline-block;
  font-size: var(--font-xs);
  font-weight: 300;
}
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: auto;
}
footer .social-menu ul li.fb{
  margin-bottom: 15px;
}
footer .social-menu li{
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
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: 100px;
  height: 40px;
}
.close:hover{
  cursor: pointer;
}
/*
.close:before, .close:after {
  position: absolute;
  right: 12px;
  content: ' ';
  height: 34px;
  width: 4px;
  background-color: var(--navy_blue);
  border-radius: 3px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.close:hover:before, .close:hover:after{
  background-color: var(--navy_blue);
  cursor: pointer;
}
*/
.close:after{
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  background: url('assets/images/x-circle.svg') no-repeat center;
  filter: var(--filter-navy_blue);
}
#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: transparent!important;
  padding: 15px 20px;
}
.gfield.gfmc-column .gfield.gfield--type-select{
  margin-bottom: 10px!important;
}
.gfield .gform_fileupload_rules{
  background: transparent!important;
}
.gfield.gfield--type-fileupload label{
  font-weight: bold!important;
  margin-bottom: 10px!important;
  font-size: 16px!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(--navy_blue)!important;
  color: #fff!important;
  border: 2px solid var(--navy_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;
  min-width: 297px!important;
  padding-top: 12px!important;
  padding-bottom: 14px!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: 20px!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(--navy_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(--navy_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;
}
.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(--navy_blue);
  text-decoration: underline;
}
.sidebar h4{
  font-size: var(--font-sm);
  margin-top: 10px;
}
.sidebar-nav li:last-child{
  margin-bottom: 40px!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{
  margin-bottom: 5px;
}
.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;
}
.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(--navy_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;
}
#searchsubmit:hover{
  background: var(--dark_green)!important;
}
#searchform input[type="text"]{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  float: left;
  width: calc(100% - 140px);
}

.module-spacer.size-small{
  height: 40px;
}
.module-spacer.size-medium{
  height: 80px;
}
.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;
}
.search-results #banner{
  padding-top: 50px;
}
.search-results .module{
  padding-top: 0;
}
.post-item.search-item{
  padding-bottom: 20px;
  border-bottom: 1px solid var(--navy_blue);
  position: relative;
}
.post-item.search-item .txt-btn{
  position: relative;
  bottom: 0;
  background: transparent;
}
.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;
}
.inline-form-button .gform_footer{
  position: absolute;
  right: 0;
  bottom: 50px;
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
}
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;
}

.share-this{
  width: 100%;
  max-width: 320px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 14px 25px;
  margin-top: 2px;
  justify-content: center;
  margin: 0 auto 30px;
}

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

.share-this p{
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
}

.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;
  filter: var(--filter-lime_green);
}

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

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

.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;
  filter: var(--filter-lime_green);
}

.share-this li a:hover, .share-this li .clipboard:hover, footer .site-contact a:hover .icon img{
  cursor: pointer;
  filter: var(--filter-orange);
}

.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(--navy_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: 40px;
  float: left;
  width: 100%;
}
.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(--dark_purple);
    right: 5px;
    top: calc(50% - 8px);
}
.filters .filter-group .label:after, .filters .mobile-toggle h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background: var(--dark_purple);
    right: 10px;
    top: calc(50% - 13px);
}
.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(--dark_purple);
    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(--dark_purple);
    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_purple);
}
.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;
  padding: 12px 20px;
  border: 2px solid var(--dark_purple);
  border-radius: 30px!important;
  font-size: 16px;
}
.filters:not(.icons) .button-group a.inactive, .filters:not(.icons) .button-group a{
  border: 2px solid var(--dark_purple)!important;
}
.filters.icons .button-group .btn{
  border: 0;
  font-size: 20px;
  padding: 20px 30px;
  border-radius: 20px!important;
  background: transparent;
  color: var(--dark_purple);
}
.filters .button-group .btn.active{
  background: var(--light_purple);
  color: var(--dark_purple);
}   
.filters button.data-filter{
  padding: 12px 25px;
  border-radius: 30px;
  border: 2px solid var(--dark_purple);
  font-weight: 600;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  margin: 0 15px 15px 0;
  background: var(--white);
}
.filters button.data-filter.all{
  text-transform: none;
}
.filters button.data-filter.active, .filters button.data-filter:hover{
  background: var(--light_purple);
  color: var(--dark_purple);
}

.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(--lighter_purple);
    border-radius: 20px;
}
.filter-list.cats li a:hover, .filter-list li.active a{
    text-decoration: none;
    background: var(--dark_purple);
    color: #fff;
}
.post-meta .cats li.type{
  position: relative;
  padding-left: 8px;
}
.post-meta .cats li{
  background: var(--light_green);
  border-radius: 20px;
  padding: 8px 15px 9px!important;
}
.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: 10px;
}
.filters .mobile-toggle h3:after{
    top: 5px;
}
.filters .mobile-toggle.active h3:after{
  opacity: 0;
}
.filters.collapsed .mobile-toggle h3:after{
    display: none;
}
.filters .btn{
  text-decoration: none;
  border: 0!important;
  font-size: 20px;
  font-weight: 700;
}
.filters .active.btn:hover{
  color: var(--dark_purple)!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: 20px;
  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: var(--white);
  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, .image-gallery .swiper-thumbs .swiper-button-next{
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-gallery .swiper-thumbs .swiper-button-prev{
  left: 0px!important;
  bottom: 0!important;
  background: var(--white);
  height: 100%!important;
  border-radius: 0!important;
  border: 0!important;
  filter: unset!important;
}
.image-gallery .swiper-thumbs .swiper-button-next{
  right: 0px!important;
  bottom: 0!important;
  left: auto!important;
  background: var(--white);
  height: 100%!important;
  border-radius: 0!important;
}
.image-gallery .swiper-button-prev:after, .image-gallery .swiper-button-next:after{
  filter: unset!important;
}
#breadcrumbs{
  float: left;
  width: 100%;
}
#breadcrumbs ul{
  list-style: none;
}
#breadcrumbs ul li{
  margin-right: 10px;
  display: inline-block;
}
#breadcrumbs li a{
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
#breadcrumbs li a:hover{
  text-decoration: underline;
}
#breadcrumbs ul li.separator:before{
  content: '';
  display: block;
  border: solid navy_blue;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
.btn.inactive{
  background: var(--white);
  color: var(--dark_purple);
  transition: none;
  border: 2px solid var(--dark_purple);
  text-decoration: none;
}
.filters .button{
  background-image: none!important;
  border: 2px solid var(--dark_purple);
  background-color: var(--white);
  letter-spacing: 0.32px;
  min-width: 120px;
  color: var(--dark_purple);
  text-align: center;
}
.btn.inactive:hover, .filters .button:hover{
  background: var(--light_purple)!important;
  color: var(--dark_purple)!important;
  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.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-lime_green);
}
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: 0;
}
hr{
  float: left;
  width: 100%;
}
.wp-block-columns{
  position: relative;
  z-index: 999;
}
.wp-block-columns h1:last-child, .wp-block-columns h2:last-child{
  margin-bottom: 0;
}
button{
  border: 0!important;
}
.button-group{
  list-style: none;
  padding: 0!important;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.button-group li{
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.button-group button, .button-group .button{
  min-width: 220px;
}


.back.txt-btn{
  padding-right: 0;
  padding-left: 35px;
  font-weight: 600;
}
.back.txt-btn:after{
  right: auto;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--dark_purple);
  background-size: 12px;
  top: 1px;
  transform: rotate(180deg);
}
.module.gform .gform_footer{
  width: 50%;
  float: right;
  margin-top: 0 !important;
  padding-left: 20px !important;
}
.module.gform .gform_footer .gform_button{
  width: 100%!important;
}
.module.banner {
  min-height: 448px;
  display: flex;
  align-items: center;
}
li.downloadable a{
  padding-left: 64px;
  position: relative;
}
li.downloadable a:before{
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 30px;
  background: url('assets/images/download.svg') no-repeat center;
  background-size: contain;
  filter: var(--filter-white);
}
.wp-block-embed__wrapper{
  border-radius: 20px;
}
.button.full-width{
  width: 100%;
}
.module{
  z-index: 99;
}
#page-content{
  position: relative;
}
#hero{
  position: relative;
  padding: 80px 0 110px;
}
#hero .inner{
  max-width: 660px;
  text-align: right;
  padding-left: 80px;
}
#hero h1{
  font-size: 100px;
  line-height: 1em;
  font-weight: 800;
}
#hero h2{
  font-size: 74px;
  font-weight: 400;
}
#hero .b-line{
  position: absolute;
  width: 100%;
  right: 0;
  z-index: -1;
  top: 220px;
}
.wp-image{
  border-radius: 20px;
}
.sticky-side .nav-wrapper .label{
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 800;
  border-bottom: 1px solid var(--navy_blue);
  display: inline-block;
  font-size: 1.45em;
  font-family: var(--heading);
  margin-bottom: 25px;
}
footer .logo{
  float: left;
}
footer .contact-details, footer .social-menu{
  padding-top: 22px;
}
footer .back{
  padding-top: 10px;
}
footer .contact-details a:hover{
  color: var(--orange);
}
.modal ul, .modal ol{
  padding-left: 20px;
  margin-bottom: 30px;
}
#header-menu li a.active{
  font-weight: 800;
}
.web-dev{
  margin: 10px 0;
}
.web-dev a{
  font-weight: normal;
  font-size: 1em;
  padding: 0;
}
.web-dev a:after{
  content: none;
}
.button.sticky-right{
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 9999999;
  position: fixed;
}
.logged-in .button.sticky-right{
  top: 50px;
}

@media print {
  :root {
  --navy_blue: #013B5B;
  --light_navy_blue: #C3D9E6;
  --lime_green: #91D23E;
  --light_lime_green: #D9F2BA;
  --orange: #FF8641;
  --light_orange: #FFC5A5;
  --sky_blue: #39CAED;
  --light_sky_blue: #C3EEF8;
  --light_grey: #E8E5E1;
  --black: #000;
  --white: #fff;
  --primary: var(--navy_blue);
  --secondary: var(--lime);
  --tertiary: var(--orange);
  --text: #013B5B;
  --heading: "ff-speak-web", sans-serif;
  --body: "avenir-next-lt-pro", sans-serif;
  --font-xxl: 3.33em;
  --font-xl: 2.66em;
  --font-lg: 2em;
  --font-md_base: 1.55em;
  --font-md: 1.33em;
  --font-sm: 1.11em;
  --font-xs: 0.88em;
  --line-height-1: 1.15em;
  --line-height-2: 1.22em;
  --line-height-3: 1.33em;
  --filter-navy_blue: brightness(0) saturate(100%) invert(17%) sepia(16%) saturate(6149%) hue-rotate(176deg) brightness(96%) contrast(99%);
  --filter-lime_green: brightness(0) saturate(100%) invert(84%) sepia(11%) saturate(2299%) hue-rotate(35deg) brightness(89%) contrast(97%);
  --filter-orange: brightness(0) saturate(100%) invert(61%) sepia(56%) saturate(1481%) hue-rotate(331deg) brightness(103%) contrast(101%);
}
  button, footer, button, .button-group, header, #print, .marker-app, .button, #horizontalSlider .controls, .play-btn{
    display: none!important;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad){
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  body{
    padding-left: 0;
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    print-color-adjust: exact !important;   
  }
  header{
    padding: 10px 0;
  }
  #breadcrumbs{
    display: none;
  }
  .slide-in, .wp-block-column {
    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;
  }
  .pin-spacer{
    height: auto!important;
    width: auto!important;
    padding: 0!important;
    display: block!important;
  }
  .horiz-gallery-strip, .horiz-gallery-wrapper{
    max-width: 100%!important;
    width: 100%!important;
    max-height: 100%!important;
    height: auto!important;
    display: block!important;
  }
  .horizontal-image-slider .item{
    height: auto!important;
    position: relative!important;
    width: calc(50% - 20px)!important;
    float: left;
    margin-bottom: 30px
  }
  .horizontal-image-slider .item:nth-child(odd){
    clear: left;
  }
  .swiper-wrapper{
    display: block!important;
    transition: unset!important;
  }
  .cards .card-box{
    width: calc(50% - 20px);
    float: left;
  }
  .cards .card-box:nth-child(even){
    float: right!important;
  }
  .text-image.pos-left .b-shape, .text-image .b-shape{
    max-width: 300px;
  }
  .module{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .horizontal-image-slider .image-wrapper, .horizontal-image-slider .b-shape, .accordion-button .btn, .controls{
    display:none;
  }
  .accordion .accordion-header button{
    display: block!important;
  }
  .accordion .collapse{
    display: block!important;
  }
  .wp-block-columns{
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    display: block;
  }
  .cpr-1 .image-link{
    display: block;
  }
  .cpr-1 blockquote{
    font-size: 24px;
    line-height: 1.2em;
  }
  .cpr-1.cards .card-box{
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1650px) and (max-height: 900px) {
  .horiz-gallery-wrapper{
    padding-top: 100px!important;
  }
  .horizontal-image-slider .item p{
    font-size: 1.125em!important;
    line-height: 1.25em!important;
  }
  .horizontal-image-slider .item h3{
    font-size: 1.75em;
  }
  body:not(.logged-in) .horizontal-image-slider.scrolling .intro{
    top: 25px;
  }
  #header-menu ul:not(.sub-menu) li a{
    padding: 8px 5px;
  }
}


@media screen and (max-width: 1600px){
  .logo-group img{
    max-width: 160px;
    max-height: 100px;
  }
}

@media screen and (max-width: 1480px){
  .text-image.hero{
    padding-bottom: 200px;
  }
  .def-max-width{
    max-width: 650px;
  }
}

@media screen and (max-width: 1380px){
  header .wrapper{
    padding: 20px 30px;
  }
  header .menu li{
    margin-right: 25px;
  }
  .logo-group img{
    max-width: 140px;
    max-height: 80px;
  }
}

@media screen and (max-width: 1349px){
  h1{
    font-size: 40px;
    line-height: 1.3em;
  }
  h2{
    font-size: 36px;
  }
  h3, blockquote{
    font-size: 32px;
  }
  h4{
    font-size: 22px;
  }
  h6{
    font-size: 20px;
  }
  .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 .pad{
    padding-left: 10px;
    padding-right: 10px;
  }
  header .menu li{
    margin-right: 20px;
  }
  header .menu li:last-child{
    margin-right: 10px;
  }
  .filters.icons .button-group a{
    font-size: 16px;
    padding: 15px;
  }
  .filters.icons .button-group{
    align-items: stretch;
    display: flex;
  }
  .filters.icons .button-group .btn{
    width: 20%;
    float: left;
    min-width: 0;
  }
  .filters.icons .button-group .btn span{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
  }
  .filters.icons .btn img{
    height: 50px;
  }
  .featured-post h2{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .post-item .excerpt{
    padding-right: 15px;
  }
  .module.banner {
    min-height: 380px;
  }
  .event-entry-content .sponsors{
    gap: 20px;
  }
  .gmap.module .content-wrapper{
    padding: 30px 40px;
  }
  .mw-50{
    max-width: 80%;
  }
  #hero .b-line{
    top: 250px;
  }
}

@media screen and (max-width: 1280px){
  footer .ctb .flex{
    display: block;
  }
  footer .copyright{
    width: 100%;
    max-width: 100%;
  }
  header .wrapper{
    padding: 20px 25px;
  }
  header .menu li{
    margin-right: 20px;
  }
  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;
  }
  .testimonials .content{
    margin: 60px 80px;
  }
  .def-max-width{
    max-width: 600px;
  }
  .logo-group img{
    max-width: 120px;
    max-height: 70px;
  }
  #hero .inner{
    padding-left: 40px;
    max-width: 640px;
  }
}

@media screen and (max-width: 1199px){
  .staff-carousel .swiper-button-prev, .staff-carousel .swiper-button-next{
    top: -80px!important;
  }
  .wp-block-columns.is-layout-flex{
    gap: 20px;
  }
  .large-text{
    font-size: 20px;
    line-height: 1.32em;
  }
  h6{
    font-size: 18px;
    line-height: 22px;
  }
  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;
  }
  blockquote{
    font-size: 24px;
  }
  .image-carousel .swiper .content{
    width: 50%;
    padding-right: 40px;
  }
  .text-image.hero{
    padding-bottom: 150px;
  }
  footer .ack .flex{
    display: block!important;
  }
  footer .ack .images{
    width: 100px;
    padding-right: 20px;
    float: left;
  }
  footer .ack .content{
    width: calc(100% - 100px);
    float: left;
  }
  footer .footer-nav ul li ul.sub-menu li, footer .footer-nav ul.menu > li{
    font-size: 16px;
  }
  .filter-form{
    padding: 30px 50px;
  }
  .text-image.pos-edge .content-wrapper{
    max-width: 500px;
  }
  .wp-block-columns .module.padded {
    padding: 50px !important;
  }
  .module.gform .icon{
    width: 400px;
  }
  .bio.headshot .content-wrapper{
    padding: 15px 20px!important;
  }
  .bio.headshot .content-wrapper h4{
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px!important;
  }
  .bio .role{
    font-size: 16px;
    line-height: 20px;
  }
  ul.wp-block-list.no-bullet.multi-col-4{
    column-count: 3;
    column-gap: 30px;
  }
  #hero .b-line{
    top: 200px;
  }
  #hero .inner {
    padding-left: 20px;
    max-width: 485px;
  }
  #hero h1{
    font-size: 80px;
  }
  #hero h2{
    font-size: 60px;
  }
}

@media screen and (max-width: 1099px){
  header li a{
    font-size: 16px;
  }
  header .menu li:last-child{
    margin-right: 0;
  }
  header .menu li{
    margin-right: 20px;
  }
  .testimonials .content{
    margin: 50px;
  }
  .logo-group{
    display: block!important;
  }
  .logo-group figure{
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
  }
  footer .logo-contact{
    display: block;
  }
  footer .logo{
    width: 100%;
    display: block;
  }
  footer .logo img{
    position: relative;
    left: -12px;
    margin-bottom: 10px;
  }
  footer .contact-details, footer .social-menu{
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px){
  .button.sticky-right{
    position: relative;
    right: 0;
    top: 0;
    width: auto!important;
  }
  ul.wp-block-list.no-bullet.multi-col-4{
    column-count: 2;
    column-gap: 30px;
  }
  #header-menu{
    margin-bottom: 40px;
  }
  #header-menu ul:not(.sub-menu) li a{
    padding: 8px 5px;
  }
  #mobile-menu-nav .label{
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid var(--navy_blue);
    font-weight: 800!important;
    font-size: 24px;
    margin: 10px 15px 15px;
    font-family: var(--heading);
  }
  .text-video.pos-full_width_top .inner h2:first-child{
    margin-bottom: 10px;
  }
  #hero{
    padding: 40px 0 120px;
  }
  #hero .inner{
    max-width: 100%;
    text-align: left;
  }
  #hero .b-line{
    top: 120px;
  }
  #hero h1{
    font-size: 60px;
    margin-bottom: 0;
  }
  #hero h2{
    font-size: 40px;
  }
  .mw-50{
    max-width: 100%;
  }
  #banner{
    margin-bottom: 40px;
    min-height: 100px;
  }
  p, li{
    line-height: 1.3em;
  }
  .posts-listing .intro h3{
    padding-right: 0;
    margin-bottom: 15px;
  }
  .testimonials .content{
    margin: 0;
    padding: 70px 50px 50px;
  }
  .testimonials .open-quote{
    position: relative;
    left: -30px;
    top: 0;
  }
  .testimonials .content .quote-by{
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .testimonials .content blockquote{
    padding-right: 0;
    line-height: 30px;
  }
  .gform_wrapper .gform_fields{
    grid-column-gap: 20px!important;
  }
  footer form, footer form .gform-body, footer form .gform-footer{
    width: 100%!important;
    float: left!important;
  }
  .adaptive-height, .adaptive-height-1, .adaptive-height-2, .adaptive-height-3{
    height: auto!important;
  }
  .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;
  }
  .navbar-toggle:focus{
    outline: none!important;
    border: 0!important;
  }
  header{
    padding: 0;
    width: 100%;
    height: auto;
    border: 0;
  }
  header .logo-wrapper{
    width: 158px;
    display: none;
  }
  header .nav-wrapper{
    width: 100%;
  }
  body{
    padding-left: 0;
    padding-top: 20px;
  }
  .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-menu li.menu-item-has-children > a:after{
    filter: invert(1);
    padding: 6px;
  }
  #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;
    text-align: center;
  }
  .bio .pad {
    padding-left: 0;
    padding-right: 0;
  }
  .bio.post-item h4{
    margin-bottom: 5px;
  }
  .bio .role{
    font-size: 1em;
  }
  .modal .modal-content{
    padding: 50px 40px;
  }
  .modal .modal-dialog .close{
    top: 15px;
    right: 15px;
    width: 90px;
  }
  .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.card-style-portrait .bio .wp-image{
    width: 100%;
  }
  .post-item:not(.story, .service, .headshot) .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-column{
    margin-bottom: 0px!important;
  }
  .filters{
      margin-bottom: 20px;
  }
  .text-image.hero{
    padding-bottom: 200px;
  }
  .mobile-no-gap .wp-block-column{
    margin-bottom: 0!important;
  }
  .box-link{
    padding: 30px;
  }
  .mob-full .button{
    width: 100%;
  }
  .intro-column{
    max-width: 100%;
  }
  .partners-logo .wp-block-column{
    width: calc(50% - 10px)!important;
    float: left;
  }
  .partners-logo .wp-block-column:nth-child(even){
    float: right;
  }
  footer .site-phone, footer .site-email{
    float: left;
    width: 100%;
  }
  footer .site-contact a.logo{
    display: block;
  }
  footer .contact-info{
    margin-top: 10px;
  }
  #header-menu .sub-menu li a{
    color: var(--light_green)!important;
  }
  .mobile-toggle{
    display: block;
    border-bottom: 1px solid var(--dark_purple);
  }
  .mobile-toggle + .filter-group{
    display: none;
  }
  footer .contact-details{
    width: 66.66%;
    float: left;
  }
  footer .social-menu{
    width: 33.33%;
    float: left;
    margin-top: -10px;
  }
  footer .social-menu li:nth-child(3){
    clear: left;
  }
}

@media screen and (max-width: 768px){
  .button.sticky-right{
    width: auto!important;
  }
  .mob-clearfix{
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  #header-menu ul:not(.sub-menu) li a:before{
    top: 16px;
  }
  .modal .modal-dialog{
    max-width: calc(100% - 30px);
  }
  .module.cards .intro{
    margin-bottom: 30px;
  }
  .staff-carousel .swiper-button-prev, .staff-carousel .swiper-button-next{
    top: 0px !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    float: none !important;
  }
  .staff-carousel .swiper-wrapper{
    padding-top: 52px;
  }
  .staff-carousel .controls{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  #hero{
    padding-top: 0;
    padding-bottom: 60px;
  }
  footer .back .button.download{
    margin-bottom: 10px;
    background: var(--light_sky_blue);
  }
  .button.sticky-right{
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #hero .b-line{
    top: 60px;
  }
  .text-image h1:first-child, .text-image h2:first-child, .text-image h3:first-child{
    margin-bottom: 10px!important;
  }
  h1{
    font-size: 38px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 28px;
  }
  h4{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
    line-height: 1.3em;
  }
  .content-wrapper h3{
    margin-bottom: 10px;
  }
  .module-spacer.size-large{
    height: 60px;
  }
  .module-spacer.size-medium{
    height: 45px;
  }
  .module-spacer.size-small{
    height: 30px;
  }
  body{
    font-size: 16px;
  }
  footer .ack p{
    line-height: 1.25em;
  }
  footer .ack{
    padding-bottom: 0;
  }
  .gform_wrapper .gform_fields{
    display: block!important;
    float: left;
    width: 100%;
  }
  .gform_wrapper .gform_fields .gfield{
    margin-bottom: 20px;
  }
  .image-carousel h1{
    margin-bottom: 10px;
  }
  .module {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .intro{
    margin-bottom: 25px;
  }
  footer .logo-contact{
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    float: left;
    margin-bottom: 20px;
  }
  footer .contact-info{
    width: 100%;
  }
  footer .contact-info p:last-child{
    margin-bottom: 5px;
  }
  .footer-nav .col{
    width: 100%;
  }
  footer .back{
    float: left;
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
  footer .back .button{
    width: 100%;
  }
  .links-group li{
    display: block;
  }
  .button{
    width: 100%!important;
  }
  .footer-nav .col nav li{
    margin-bottom: 15px;
  }
  footer .contact-info h4{
    font-weight: bold;
  }
  footer .copyright, footer .terms-menu{
    margin-bottom: 20px;
  }
  footer .logo{
    display: block;
    margin-bottom: 10px;
  }
  footer .site-contact .icon{
    min-width: 25px;
  }
  .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;
  }
  .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: 55px 25px 40px;
  }
  .modal .modal-dialog{
    border-radius: 20px;
  }
  .modal h4.label{
    font-size: 16px;
  }
  .modal .bio:not(.no-pic) .image-wrapper{
    max-width: 150px;
    margin: 0 0 10px;
  }
  .modal .modal-dialog .close{
    top: 15px;
    right: 15px;
    height: 30px;
    width: 80px;
  }
  .close:after{
    width: 30px;
    height: 30px;
  }
  .modal .modal-dialog .close span{
    top: 2px;
  }
  .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;
  }
  .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;
  }
  .image-gallery .swiper-thumbs .swiper-button-next{
    right: 60px!important;
  }
  .image-gallery .swiper-thumbs .swiper-button-prev{
    left: 60px!important;
  }
  .module:not(.white, .no-pad-top){
    padding-top: 40px!important;
  }
  .icon-pod .icon-image{
    max-height: 70px;
  }
  .text-pod .inner{
    height: auto!important;
    margin-bottom: 20px!important;
  }
  .links-group li:last-child{
    margin-bottom: 0;
  }
  .links-group li, .btn-block-style .links-group li{
    margin-bottom: 15px;
  }
  .links-group li.has-icon a.button{
    padding: 15px 55px 15px 25px;
  }
  .links-group li.has-icon a.button:after{
    width: 33px;
    height: 33px;
  }
  .links-group li.has-icon a.button span{
    font-size: 16px;
    margin-left: 15px;
  }
  .links-group li.has-icon a.button img{
    max-width: 35px;
    max-height: 35px;
  }
  .large-text{
    font-size: 18px;
    line-height: 1.3em;
  }
  .wp-block-columns .module.padded{
    padding: 20px!important;
  }
  .module.gform .icon{
    width: 200px;
    left: 0;
  }
  .module.gform .gform_footer{
    width: 100%;
    padding-left: 0!important;
  }
  .bio.headshot .content-wrapper{
    bottom: 0;
    position: relative!important;
    width: 100%;
    padding: 15px!important;
  }
  .bio.headshot{
    margin-bottom: 30px;
  }
  .profile-list .row.txt-center{
    margin-left: 0;
    margin-right: 0;
    display: block!important;
  }
  .profile-list .bio.headshot{
    padding-left: 0;
    padding-right: 0;
  }
  .profile-list.cpr-4 .bio.headshot, .profile-list.cpr-6 .bio.headshot{
    max-width: calc(50% - 10px);
    float: left;
  }
  .profile-list.cpr-4 .bio.headshot:nth-child(even), .profile-list.cpr-6 .bio.headshot:nth-child(even){
    float: right;
  }
  .profile-list.cpr-4 .bio.headshot:nth-child(odd), .profile-list.cpr-6 .bio.headshot:nth-child(odd){
    clear: left;
  }
  .wp-block-quote{
    font-size: 1.5em;
    margin: 30px 0;
  }
  .wp-block-quote *:not(p){
    font-size: 20px;
  }
  .image-gallery .gallery .swiper-thumbs .swiper-slide img{
    border-radius: 8px;
  }
  .related-posts .post-item.story:not(:last-child){
    margin-bottom: 20px;
  }
  .text-image .icon.swirl-2.set-8{
    top: 250px;
    right: 20px!important;
    bottom: auto;
  }
  .cards .card-box.mob-layout-2 .image-link{
    padding: 15px 0 0;
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-start!important;
    gap: 25px;
    align-items: flex-start;
  }
  .cards .card-box.mob-layout-2 .content-wrapper p:last-child{
    margin-bottom: 0;
  }
  .cards .card-box.mob-layout-2 .content-wrapper{
    text-align: left;
    padding-right: 10px;
  }
  .cards .card-box.mob-layout-2 .content-wrapper *:first-child{
    margin-bottom: 10px;
  }
  .cards .card-box.mob-layout-2 .image-wrapper{
    width: 70px;
  }
  .cards .card-box.mob-layout-2 .wrapper{
    padding: 10px 0 0!important;
  }
  li.downloadable a{
    padding-left: 50px;
    padding-right: 25px;
    min-width: 150px;
  }
  li.downloadable a:before{
    left: 15px;
  }
  .logo-group figure{
    width: 50%;
  }
  .logo-group figure:nth-child(odd){
    clear: left;
  }
  .logged-in header{
    top: 48px;
  }
  footer p{
    font-size: var(--font-sm);
  }
}

@media screen and (max-width: 600px){
  #wpadminbar{
    position: fixed!important;
  }
  .text-image.hero{
    padding-bottom: 150px;
  }
  blockquote{
    font-size: 20px;
    line-height: 26px;
  }
  #hero h1{
    font-size: 42px;
  }
}

@media screen and (max-width: 480px){
  #hero h1{
    font-size: 38px;
  }
  #hero h2{
    font-size: 30px;
  }
  .button, .btn, .gform_footer .button[type="submit"]{
    padding: 15px 25px;
  }
}
