/*
Theme Name: CLA 2025
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: cla_2025
*/

* {
	padding: 0;
	margin: 0;
}

body {
  margin: 0;
  color: var(--black)!important;
  font-size: 18px;
  line-height: 1.5em;
  font-family: var(--body);
  font-weight: normal;
  font-style: normal;
}

.black *{
  color: var(--white)!important;
}

strong, b{
  font-weight: 700;
}

input, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea,  select{
  border: 1px solid var(--black)!important;
  border-radius: 4px!important;
  padding: 4px 15px 3px!important;
  height: auto!important;
  color: var(--black)!important;
  font-weight: bold!important;
  font-size: 16px!important;
}
input:focus, textarea:focus, select:focus{
  padding: 3px 15px 2px!important;
  border: 2px solid var(--black)!important;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}
 
.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 160px;
  width: 25px!important;
  height: 25px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #EDEAE6;
  border-top-color: #FCB72C;
  animation: gform_ajax_spinner .6s linear infinite;
}

form.load-spinner .gform_footer:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 30px;
  width: 20px!important;
  height: 20px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #EDEAE6;
  border-top-color: #28AF78;
  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(--black)!important;
  width: 100%!important;
  font-size: 1em!important;
  height: 47px;
  padding-top: 4px;
}

.nice-select:after{
  border-bottom: 2px solid var(--black)!important;
  border-right: 2px solid var(--black)!important;
  width: 7px!important;
  height: 7px!important;
  right: 20px!important;
}

.nice-select .list{
  border-radius: 0!important;
  margin-top: 1px!important;
  width: calc(100% + 2px)!important;
  border: 1px solid var(--black)!important;
  border-top: 0!important;
  left: -1px!important;
  box-shadow: 0 3px 8px 1px rgb(0 0 0 / 30%)!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.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{
  margin-bottom: 12px;
}
.nice-select .option:hover{
  background-color: #000!important;
  color: #fff!important;
}
/*
.nice-select .option.selected.focus{
  background-color: #00000020!important;
}
*/
.ginput_container.ginput_container_text{
  position: relative;
  z-index: 1;
}

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

.br40{
  border-radius: 40px;
}

.br20{
  border-radius: 20px;
}

.br40-top{
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.br40-bottom{
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.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: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 50%;
}

.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: 2px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
}
.gform_wrapper .gfield_html{
  line-height: 1.3em;
  margin-bottom: 20px;
}
.gform_wrapper .d-flex .gfield_radio{
  flex-direction: row;
}
.gform_wrapper .d-flex .gfield_radio .gchoice{
  margin-right: 40px!important;
}
.gform_wrapper .d-flex .gfield_radio .gchoice:last-child{
  margin-right: 0!important;
}
.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 .gchoice label{
  padding-left: 10px!important;
}
.gform_wrapper label, .gform_wrapper legend{
  color: var(--black)!important;
  font-size: 16px!important;
  line-height: 1.25em!important;
}
.gform_wrapper .gfield_description{
  color: var(--black)!important;
  font-size: 16px!important;
  line-height: 1.25em!important;
  font-style: italic!important;
}
.gform_wrapper .gfield_description.gfield_validation_message{
  background: var(--black);
  color: var(--sand) !important;
  padding: 8px 10px 5px;
  font-weight: 200;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  top: -3px;
  float: left;
  width: 100%;
}
.gform_wrapper .gfield--type-choice.gfield_error, .gform_wrapper .gfield--type-form.gfield_error{
  background: var(--sand);
  padding-top: 10px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gform_wrapper .gfield--type-choice.gfield_error .gfield_validation_message,
.gform_wrapper .gfield--type-form.gfield_error .gfield_validation_message{
  top: 0;
}
.gform_wrapper .gfield--type-choice .gfield_label,
.gform_wrapper .gfield--type-choice .ginput_container{
  float: left;
  width: 100%;
}
.gform_wrapper .gfield_required{
  display: none;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{
    margin: 5px 0 20px!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 var(--black);
  border-radius: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before{
  background-color: var(--black);
  border-color: var(--black);
}

.gform_wrapper .gfield_checkbox .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  left: 8px;
  top: -1px;
  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-top: 40px;
  padding-bottom: 40px;
}
header .logo{
  float: left;
}
header .logo img{
  max-width: 150px;
}
header .menu-wrapper{
  float: right;
  width: calc(100% - 350px);
}
ul.menu, ul.menu ul{
  list-style: none;
  padding-left: 0;
}
header nav{
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
ul.menu li{
  float: left;
}
a, a:hover{
  color: var(--black);
}
a{
  text-decoration: underline;
}
header a, footer a, .button, .btn, .image-link, .post-item a{
  text-decoration: none;
}
header .main-menu .menu-main-menu-container{
  border-top: 1px solid var(--black);
  padding-top: 18px;
}
header .sub-menu{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.2s ease-in-out;
}
header .utility-menu li{
  margin: 0 10px;
}
header .utility-menu li a{
  display: block;
  padding: 10px;
}
header .utility-menu li a.trigger-modal{
  position: relative;
  padding-right: 40px;
}
header .utility-menu li a.trigger-modal:after{
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('assets/images/easy-english-icon.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 1px;
}
.gt_selector{
  border-radius: 4px;
  border: 1px solid var(--black);
  color: var(--black);
  padding: 10px 5px 6px;
}
header .main-menu li{
  margin: 0 15px;
  font-weight: 700;
  font-size: 1.125em;
  position: relative;
}
header .main-menu li:first-child{
  margin-left: -15px;
}
header .main-menu li:last-child{
  margin-right: 0;
}
header .main-menu li a{
  padding: 15px 15px;
  position: relative;
}
footer .sub-menu .menu-item-description, footer .sub-menu .button, footer .sub-menu .title,
header .sub-menu .menu-item-description, header .sub-menu .button, header .sub-menu .title{
  display: none;
}
header .menu li a:hover{
  text-decoration: none!important;
}
header .main-menu li.menu-item-has-children > a{
  padding-right: 15px;
}
header .menu-item-has-children > a:after{
  content: '';
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 19px;
  transition: all 0.2s ease-in-out;
}
header .menu-item-has-children:hover > a:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
header .sub-menu{
  background-color: var(--pink_salt);
  border-radius: 8px;
  width: calc(100% + 15px);
  top: 35px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
header .menu-item-has-children:hover > .sub-menu{
  visibility: visible;
  height: auto;
  opacity: 1;
}
header .sub-menu li{
  font-size: 16px;
  font-weight: 400;
  margin: 0!important;
  width: 100%;
}
header .sub-menu li a{
  padding: 14px 15px;
  display: block;
  width: 100%;
  border-radius: 8px;
}
header .sub-menu li a:hover{
  background-color: var(--black);
  color: var(--pink_salt);
  text-decoration: none!important;
}
.footer-form .label{
  position: absolute;
  left: -40px;
}
.footer-form .gform_wrapper{
  margin-top: -20px;
}
.footer-form .gform_wrapper .gform_fields{
  gap: 20px;
}
footer{
  padding: 0;
}
footer .logo{
  margin-bottom: 20px;
  display: block;
}
footer hr{
  border-color: var(--black);
}
footer .copyright{
  float: left;
}
footer .terms-menu{
  float: right;
}
footer .terms-menu li{
  margin-left: 5px;
}
footer .terms-menu li a{
  padding: 0 5px;
  position: relative;
}
footer .terms-menu li a:before{
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -1px;
  width: 1px;
  height: 15px;
  background-color: var(--black);
}
footer .terms-menu li:first-child a:before{
  content: none;
  padding-left: 0;
}
footer .main-menu{
  margin-top: 35px;
  padding-left: 50px;
  text-align: right;
}
footer .main-menu .menu{
  display: flex;
  justify-content: flex-end;
}
footer .main-menu ul:not(.sub-menu) li{
  width: 20%;
  display: inline-block;
  text-align: left;
}
footer .main-menu ul:not(.sub-menu) li:last-child{
  max-width: 150px;
}
footer .main-menu ul:not(.sub-menu) li.menu-item-has-children{
  font-weight: 700;
}
footer .main-menu ul:not(.sub-menu) li li{
  font-weight: 400;
  width: 100%!important;
  margin-bottom: 14px;
}
footer .main-menu ul.sub-menu{
  margin-top: 20px;
  text-align: left;
}
.modal-body h4{
  margin-bottom: 20px;
}
.modal-body .bio .image-wrapper{
  max-width: 295px;
  float: left;
  margin-right: 45px;
}
.modal-body .bio .content-wrapper{
  float: left;
  width: calc(100% - 340px);
  overflow: auto;
  max-height: calc(100vh - 180px);
  padding-right: 50px;
}
/* width */
.modal ::-webkit-scrollbar {
  width: 18px;
  border-radius: 30px;
}

/* Track */
.modal ::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 30px;
}

/* Handle */
.modal ::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 30px;
}

/* Handle on hover */
.modal ::-webkit-scrollbar-thumb:hover {
  background: var(--black);
}
.button.download{
  border-radius: 0;
  background-color: var(--sand);
  color: var(--black);
  font-weight: 700;
  padding: 14px 25px 13px 55px;
  position: relative;
}
.button.download:before{
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  top: 12px;
  width: 20px;
  height: 18px;
  background: url('assets/images/download.svg') no-repeat center;
  background-size: contain;
}
.single h1{
  line-height: 1.135em;
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.single h6{
  text-transform: none;
  font-size: var(--font-xs);
  line-height: 1.25em;
}
.single h6, .single p{
  margin-bottom: 25px;
}
.meta-row{
  float: left;
  width: 100%;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.meta-row span{
  float: left;
}
.meta-row .text{
  padding: 11px 20px 9px;
}
.meta-row .line-div{
  width: 1px;
  height: 17px;
  display: inline-block;
  background-color: var(--black);
  margin: 0 10px 0;
}
.meta-row .button{
  float: right;
}
.single-reports .meta-row .button{
	float: left;
}
.single-reports .meta-row .button:last-child{
	border-left: 1px solid var(--black);
}
.meta-row .button:hover{
  box-shadow: none!important;
  background-color: var(--black);
  color: var(--sand);
}
.meta-row .button:hover:before{
  background: url(assets/images/download-sand.svg) no-repeat center;
  background-size: contain;
}
.single .page-entry{
  padding-top: 100px;
  padding-bottom: 100px;
}
.single .page-entry .image-wrapper{
  max-width: calc(100% - 80px);
}
.gform_validation_errors{
  display: none!important;
}
.gfield_validation_message{
  margin-top: 0!important;
  color: var(--black)!important;
  font-style: italic!important;
  font-size: 16px!important;
}
.gform_wrapper .d-flex .gfield_radio{
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.gform_wrapper .d-flex .ginput_container_radio{
  padding-bottom: 0!important;
}
.gfield_error input, .gfield_error textarea, .gfield_error select{
  background-color: var(--sand)!important;
  border-width: 2px!important;
}
.gform_wrapper textarea.large{
  height: 230px!important;
}
#form-page{
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#form-page h1{
  margin-bottom: 10px;
}
#form-page .page-intro{
  padding-left: 330px;
  margin-bottom: 60px;
  max-width: 1020px;
}
#form-page .gf_page_steps{
  width: 215px;
  float: left;
  margin-right: 115px;
  position: relative;
}
#form-page .gf_page_steps:after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--black);
}
.gform_wrapper .gf_step .gf_step_number{
  background-color: #fff;
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--black);
}
.gform_wrapper .gf_step_active .gf_step_number{
  background-color: var(--black)!important;
  color: #fff!important;
}
#form-page .gform_body{
  width: calc(100% - 330px);
  float: left;
  padding-right: 0;
}
#form-page .gform_wrapper h4{
  margin-bottom: 10px;
}
#form-page .gform_wrapper ul{
  margin-bottom: 50px;
  list-style: unset;
  padding-left: 20px;
}
#form-page .gform_wrapper .gfield_html ul{
  margin-bottom: 10px!important;
}
#form-page .gform_wrapper .gfield_html ul:last-child{
  margin-bottom: 0!important;
}
#form-page .gform_wrapper ul li{
  margin-bottom: 10px;
}
#form-page .gform_wrapper a{
  font-weight: bold;
  text-decoration: underline;
}
#form-page .download-link a{
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
#form-page .download-link a:before{
  content: '';
  display: inline-block;
  background: url('assets/images/download.svg') no-repeat center;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
}
#form-page .gform_fields{
  row-gap: 0;
  display: inline-flex;
  flex-flow: row wrap;
}

#form-page .gform_fields .gfield:not(.gfield--width-half, .gfield--width-third){
  width: 100%;
}

#form-page .gform_fields .gfield.gfield--width-half{
  width: calc(50% - 8px);
}

#form-page .gform_fields .gfield.gfield--width-third{
  width: calc(33.33% - 11px);
}
#form-page .gform_fields .gfield.gfield--width-quarter{
  width: calc(25% - 12px);
}
#form-page .gform_fields .gfield.gfield--width-one-sixth{
  width: calc(15% - 20px);
  float: left;
}
#form-page .gform_fields .gfield.gfield--width-one-fifth{
  width: calc(20% - 13px);
  float: left;
}
#form-page .gform_fields .gfield.gfield--width-one-sixth.title, #form-page .gform_fields .gfield.gfield--width-one-sixth.detail{
  width: 20%;
}
#form-page .gform_fields .gfield.gfield--width-one-sixth.total-title.total-col{
  width: 41%;
}
#form-page .gform_fields .gfield.gfield--width-one-sixth:first{
  clear: left;
}
#form-page .table-headings{
  display: flex;
  gap: 16px;
}
#form-page .table-headings span{
  width: calc(15% - 20px);
  float: left;
  font-weight: 700;
  padding-left: 0!important;
}
#form-page .five-column-budget .table-headings span{
  width: 20%
}
#form-page .table-headings span:nth-child(1), #form-page .table-headings span:nth-child(2){
  width: 20%;
}
#form-page .gform_fields .gfield.gfield--width-one-sixth.no-input label{
  margin-bottom: 0!important;
}

.site-search .search-field{
  color: var(--black)!important;
}
.site-search .search-field::placeholder{
  font-style: italic!important;
  font-weight: 400!important;
}
.for-screen-reader{
  text-indent: -99999px;
  font-size: 0;
}
.search-result-title{
  margin-bottom: 20px;
}
.gpnf-nested-entries{
  width: 100%;
  border: 1px solid var(--black)!important;
  border-radius: 5px!important;
  background-color: var(--pink_salt)!important;
}
.gpnf-nested-entries th{
  background-color: transparent!important;
  border-color: var(--black)!important;
}
.gpnf-add-entry{
  background: url('assets/images/plus.svg') no-repeat center;
  background-size: 12px;
  background-position: left 10px;
  background-color: transparent!important;
  font-weight: 700!important;
  color: var(--black)!important;
  padding: 10px 10px 10px 20px!important;
  border: 0!important;
  box-shadow: none!important;
}
.gfield textarea.small{
  height: 100px!important;
}
.gpnf-modal .gfield_label{
  font-weight: bold!important;
}
.gpnf-modal .gform_fields{
  row-gap: 20px!important;
}
.tingle-modal__close{
  top: 50px!important;
}
.gpnf-modal .gpnf-modal-header{
  background-color: var(--pink_salt)!important;
  font-size: 18px!important;
  font-weight: bold;
  height: auto!important;
  color: var(--black)!important;
  padding: 5px 20px 3px!important;
}
.tingle-btn{
  padding: 14px 20px!important;
  border-radius: 28px!important;
  background-color: var(--pink_salt) !important;
  color: var(--black)!important;
}
.tingle-btn.gpnf-btn-submit{
  background-color: var(--black) !important;
  color: var(--pink_salt)!important;
}
.gpnf-row-actions{
  padding-left: 0!important;
}
.gpnf-row-actions ul{
  padding-left: 0!important;
}
.gpnf-row-actions .edit-button{
  border: 0!important;
  background-image: url('assets/images/edit.svg')!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: 20px;
  font-size: 0!important;
  padding: 0!important;
  width: 30px!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.gpnf-row-actions .delete-button{
  border: 0!important;
  background-image: url('assets/images/delete.svg')!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: 15px;
  font-size: 0!important;
  padding: 0!important;
  width: 30px!important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.gfield.no-input .ginput_container{
  display: none!important;
}
.gform_wrapper .total-row{
  background-color: var(--pink_salt);
  border: 1px solid var(--black);
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.gform_wrapper .total-row .no-input{
  text-align: right;
}
.gform_wrapper .total-row .no-input label{
  display: block;
  text-transform: uppercase;
  margin-bottom: 0!important;
  padding-top: 4px;
}
.gform_wrapper .total-row .total-col{
  margin-bottom: 2px!important;
  margin-top: 10px;
}
.error404 #banner, .search-results #banner{
  border-top: 1px solid var(--black);
  padding-top: 20px!important;
}
.error404 #banner .content, .search-results #banner .content{
  padding-top: 80px;
}
#banner #searchform input{
  padding: 10px 15px!important;
}
#banner #searchsubmit{
  border-radius: 28px!important;
  background-color: var(--black)!important;
  color: var(--pink_salt)!important;
  min-width: 120px;
  text-align: center;
}
.search-listing .search-item{
  border-bottom: 1px solid var(--black);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.search-listing .search-item .button{
  color: var(--pink_salt)!important;
}
.image-link:hover .ctr{
  border-top-right-radius: 0;
  border-top-left-radius: 100px;
}
.image-link:hover .ctl{
  border-top-right-radius: 100px;
  border-top-left-radius: 0;
}
.image-link:hover .ctr.xs{
  border-top-right-radius: 0;
  border-top-left-radius: 40px;
}
.image-link:hover .ctl.xs{
  border-top-right-radius: 40px;
  border-top-left-radius: 0;
}
.image-link:hover .ctr.sm{
  border-top-right-radius: 0;
  border-top-left-radius: 60px;
}
.image-link:hover .ctl.sm{
  border-top-right-radius: 60px;
  border-top-left-radius: 0;
}
.image-link:hover .ctr.md{
  border-top-right-radius: 0;
  border-top-left-radius: 120px;
}
.image-link:hover .ctl.md{
  border-top-right-radius: 120px;
  border-top-left-radius: 0;
}
.image-link:hover .ctr.lg{
  border-top-right-radius: 0;
  border-top-left-radius: 160px;
}
.image-link:hover .ctl.lg{
  border-top-right-radius: 160px;
  border-top-left-radius: 0;
}
.image-link .button.txt{
  box-shadow: none!important;
  color: inherit;
}
.cards.numbered .intro.full-top .inner{
  padding-right: 0;
}
.site-search .button{
  font-size: 0!important;
  height: 20px!important;
  border: 0!important;
}
a.image-link:focus{
  text-decoration: none!important;
}
.home .slide-in, .home .wp-block-column{
  position: relative;
  opacity: 1;
  -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;
}

.home .slide-in.animate, .home .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;
}
div.image-link:hover .ctr{
  border-top-left-radius: 0!important;
}
div.image-link:hover .ctl{
  border-top-right-radius: 0!important;
}
.acf-map{
  border-radius: 40px;
}
.wp-block-page-list{
  list-style: none;
}
.wp-block-page-list li{
  font-size: 1.25em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.wp-block-page-list li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: url('assets/images/jfm-icon.svg') no-repeat center;
  width: 20px;
  height: 17px;
  background-size: contain;
  filter: var(--filter-plum);
  top: 0;
}
.wp-block-page-list li ul{
  padding-left: 20px;
  list-style: disc;
  padding-top: 10px;
}
.wp-block-page-list li a{
  text-decoration: none;
}
.wp-block-page-list li li{
  font-size: 0.88em;
  padding-left: 0;
}
.wp-block-page-list li li:before{
  content: none;
  width: 0;
}
.module.gform .gform_wrapper{
  text-align: left!important;
}
.module.gform .gform_wrapper .gfield_checkbox, .module.gform .gform_wrapper .gfield_radio{
  margin-bottom: 0!important;
}
ol, ul{
  padding-left: 30px;
  margin-top: 5px;
}
ol li, ul li{
  margin-bottom: 6px;
}
.gp-word-count-label{
  font-size: 14px!important;
  margin-top: 6px!important;
  position: absolute;
  right: 5px;
  z-index: 11;
}
.ginput_container_textarea{
  position: relative;
}
.gfield_error .gp-word-count-label{
  color: var(--sand)!important;
}
.gfield input::-ms-input-placeholder {
  color: var(--black)!important;
  font-weight: 400!important;
  opacity: 0.5!important;
}
.gfield input::placeholder{
  color: var(--black)!important;
  font-weight: 400!important;
  opacity: 0.5!important;
}
input[name="gpnf_session_hash"] + .gform_validation_error{
  padding-left: 330px;
  margin-bottom: 30px;
}
.sidebar .filter-list.faqs li{
  margin-bottom: 0;
}
.sidebar .filter-list li a{
  text-decoration: none;
}
header #menu-utility{
  margin-top: 0;
  margin-bottom: 5px;
}
header .utility-menu li.menu-item-gtranslate{
  margin-top: 5px;
}

.gform_wrapper ul.gpfup__files{
  margin-bottom: 10px!important;
  padding-left: 0!important;
}

.gpfup--has-files .gpfup__droparea.gpfup__droprea--maxed{
  background: transparent;
  padding: 0 !important;
  height: 20px;
  border: 0;
  color: var(--black)!important;
}

.gform_wrapper .gform-ul-reset{
  padding-left: 0!important;
  margin-top: 5px!important;
}

.gfield--type-fileupload button{
  background-color: var(--black)!important;
}

a img.pdf-icon{
  margin-right: 7px;
}
.disable-animation .wp-block-column, .disable-animation .slide-in{
  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;
}

.menu-overlay .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
  .menu-main-container{
    margin: 0;
    width: 100%;
  }
  .toggle-menu .menu-main-container{
    display: block;
  }
  .navbar-header button{
    background: var(--lilac);
    border: 0;
    position: relative;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    top: 0;
  }
  .navbar-header button:focus{
    outline: none;
  }
  .navbar-header button .screen-reader{
    text-indent: -9999px;
    float: none;
    font-size: 0em;
    width: 0;
    height: 0;
  }
  .screen-reader.close{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .menu-overlay .screen-reader{
    opacity: 0;
    visibility: hidden;
  }
  .menu-overlay .screen-reader.close{
    opacity: 1;
    visibility: visible;
  }
  body.menu-overlay{
    overflow: hidden;
  }
  .logged-in .mobile-menu{
    top: 32px;
  }

  .mobile-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s,visibility 0s .2s;
    -o-transition: opacity .2s,visibility 0s .2s;
    transition: opacity .2s,visibility 0s .2s;
    z-index: 1000;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: var(--lilac30);
    overflow-x: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: 0;
    background-size: contain;
    width: 237px;
    height: 231px;
    z-index: 9999999;
  }
  .icon-bar {
    background: var(--black);
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 4px;
    margin: 0;
  }
  .menu-overlay .icon-bar{
    background: var(--black);
  }
  .header-mimic .navbar-header{
    position: absolute;
    right: 20px;
  }
  .mobile-menu .header-mimic{
    padding: 20px 80px;
    float: left;
    width: 100%;
  }
  #mobile-menu-nav{
    float: left;
    width: 100%;
  }
  .mobile-menu nav{
    display: block;
  }
  .mobile-menu nav li{
    display: block;
    width: 100%;
  }
  .mobile-menu #header-menu{
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 0 80px 80px;
  }
  .mobile-menu #header-menu li{
    font-size: var(--font-lg);
    font-family: var(--heading);
    line-height: 1.2em;
    margin-bottom: 10px;
    position: relative;
  }
  .mobile-menu #header-menu li a{
    position: relative;
    transition: all 0.2s ease-in-out;
    padding-left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-menu #header-menu li a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    height: 17px;
    border-radius: 40px;
    width: 0;
    transition: all 0.2s ease-in-out;
    background: var(--lilac);
  }
  .mobile-menu #header-menu li a:hover{
    padding-left: 70px;
  }
  .mobile-menu #header-menu li a:hover:before{
    width: 54px;
  }

  .icon-bar.top {
    top: 19px;
    right: 22px;
    -webkit-transition: -webkit-transform .4s,top .2s .2s;
    -o-transition: -o-transform .2s,top .2s .2s;
    transition: transform .2s,top .2s .2s;
    position: absolute;
  }
  .icon-bar.bottom {
    top: 28px;
    right: 22px;
    -webkit-transition: -webkit-transform .2s,bottom .2s .2s;
    -o-transition: -o-transform .2s,bottom .2s .4s;
    transition: transform .2s,bottom .2s .2s;
    position: absolute;
  }
  .navbar-header button .close{
    display: none;
  }
  .navbar-header button .menu-label{
    color: var(--black);
    position: absolute;
    top: 35px;
    font-size: 16px;
    left: 0;
    right: 0;
  }
  .mobile-toolbar{
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 99999991;
  }
  header .navbar{
    position: fixed;
    right: 80px;
    top: 40px;
    z-index: 99999999;
  }
  .logged-in header .navbar{
    top: 72px;
  }
  .mobile-menu nav.toolbar-menu li a{
    padding: 10px 20px;
  }
  .mobile-menu li.menu-item-has-children > a{
    position: relative;
  }
  .mobile-menu li.menu-item-has-children > a:after {
    content: '';
    border: solid var(--pink_salt);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .menu-overlay .icon-bar.top {
    top: 35px;
    right: 21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .2s,-webkit-transform .2s .2s;
    -o-transition: top .2s,-o-transform .2s .2s;
    transition: top .2s,transform .2s .2s;
  }
  .menu-overlay .icon-bar.middle{
    opacity: 0;
  }
  .menu-overlay .icon-bar.bottom {
    top: 35px;
    right: 21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .2s,-webkit-transform .2s .2s;
    -o-transition: bottom .2s,-o-transform .2s .2s;
    transition: bottom .2s,transform .2s .2s;
  }
  .menu-overlay .navbar-header button .menu-label{
    display: none;
  }
  .menu-overlay .navbar-header button .close{
    position: absolute;
    left: -75px;
    top: 25px;
    color: var(--black);
    display: block;
  }
  .profile-list .intro{
    z-index: 99;
  }
  .video-modal .container-fluid{
    position: relative;
    z-index: 99;
  }
  
.modal .modal-content{
  max-height: calc(100vh - 30px);
}

.button, .btn, .gform_footer .button[type="submit"]{
  color: var(--white);
  font-family: var(--body);
  font-weight: 700;
  font-size: 1em;
  line-height: 1.326em;
  padding: 12px 30px 13px;
  min-width: 210px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 40px;
  background: var(--black);
  --duration: .5s;
  --move-hover: -4px;
  transform: translateY(var(--y));
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button div{
  display: flex;
  justify-content: center;
}
.button div span{
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  color: #fff;
  margin-right: .5px;
}
.button div span.space{
  width: 6px;
}
.button div span:nth-child(1) { --d: 0.03s; }
.button div span:nth-child(2) { --d: 0.06s; }
.button div span:nth-child(3) { --d: 0.09s; }
.button div span:nth-child(4) { --d: 0.12s; }
.button div span:nth-child(5) { --d: 0.15s; }
.button div span:nth-child(6) { --d: 0.18s; }
.button div span:nth-child(7) { --d: 0.21s; }
.button div span:nth-child(8) { --d: 0.24s; }
.button div span:nth-child(9) { --d: 0.27s; }
.button div span:nth-child(10) { --d: 0.30s; }
.button div span:nth-child(11) { --d: 0.33s; }
.button div span:nth-child(12) { --d: 0.36s; }
.button div span:nth-child(13) { --d: 0.39s; }
.button div span:nth-child(14) { --d: 0.42s; }
.button div span:nth-child(15) { --d: 0.45s; }
.button div span:nth-child(16) { --d: 0.48s; }
.button div span:nth-child(17) { --d: 0.51s; }
.button div span:nth-child(18) { --d: 0.54s; }
.button div span:nth-child(19) { --d: 0.57s; }
.button div span:nth-child(20) { --d: 0.60s; }
.button div span:nth-child(21) { --d: 0.63s; }
.button div span:nth-child(22) { --d: 0.66s; }
.button div span:nth-child(23) { --d: 0.69s; }
.button div span:nth-child(24) { --d: 0.72s; }
.button div span:nth-child(25) { --d: 0.75s; }
.button div span:nth-child(26) { --d: 0.78s; }
.button div span:nth-child(27) { --d: 0.81s; }
.button div span:nth-child(28) { --d: 0.84s; }
.button div span:nth-child(29) { --d: 0.87s; }
.button div span:nth-child(30) { --d: 0.90s; }
.button div span:nth-child(31) { --d: 0.93s; }
.button div span:nth-child(32) { --d: 0.96s; }
.button div span:nth-child(33) { --d: 0.99s; }
.button div span:nth-child(34) { --d: 1.02s; }
.button div span:nth-child(35) { --d: 1.05s; }
.button div span:nth-child(36) { --d: 1.08s; }
.button div span:nth-child(37) { --d: 1.11s; }
.button div span:nth-child(38) { --d: 1.14s; }
.button div span:nth-child(39) { --d: 1.17s; }
.button div span:nth-child(40) { --d: 1.20s; }
.button div span:nth-child(41) { --d: 1.23s; }
.button div span:nth-child(42) { --d: 1.26s; }
.button div span:nth-child(43) { --d: 1.29s; }
.button div span:nth-child(44) { --d: 1.32s; }
.button div span:nth-child(45) { --d: 1.35s; }
.button div span:nth-child(46) { --d: 1.38s; }
.button div span:nth-child(47) { --d: 1.41s; }
.button div span:nth-child(48) { --d: 1.44s; }
.button div span:nth-child(49) { --d: 1.47s; }
.button div span:nth-child(50) { --d: 1.50s; }
.button div span:nth-child(51) { --d: 1.53s; }
.button div span:nth-child(52) { --d: 1.56s; }
.button div span:nth-child(53) { --d: 1.59s; }
.button div span:nth-child(54) { --d: 1.62s; }
.button div span:nth-child(55) { --d: 1.65s; }
.button div span:nth-child(56) { --d: 1.68s; }
.button div span:nth-child(57) { --d: 1.71s; }
.button div span:nth-child(58) { --d: 1.74s; }
.button div span:nth-child(59) { --d: 1.77s; }
.button div span:nth-child(60) { --d: 1.80s; }
.button div span:nth-child(61) { --d: 1.83s; }
.button div span:nth-child(62) { --d: 1.86s; }
.button div span:nth-child(63) { --d: 1.89s; }
.button div span:nth-child(64) { --d: 1.92s; }
.button div span:nth-child(65) { --d: 1.95s; }
.button div span:nth-child(66) { --d: 1.98s; }
.button div span:nth-child(67) { --d: 2.01s; }
.button div span:nth-child(68) { --d: 2.04s; }
.button div span:nth-child(69) { --d: 2.07s; }
.button div span:nth-child(70) { --d: 2.10s; }
.button div span:nth-child(71) { --d: 2.13s; }
.button div span:nth-child(72) { --d: 2.16s; }
.button div span:nth-child(73) { --d: 2.19s; }
.button div span:nth-child(74) { --d: 2.22s; }
.button div span:nth-child(75) { --d: 2.25s; }


.button:hover, a:hover .button{
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}

.button:hover span, a:hover .button span{
  animation: move var(--duration) linear var(--d);
}

@keyframes move {
  40% {
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}


@keyframes move {
  40% {
      transform: translateY(var(--move));
  }
}

.button:hover, .btn:hover, a:hover .button, a:hover .btn, .gform_footer .button[type="submit"]: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;
}

body:not(.block-editor-page) .horizontal-cards .container-fluid{
  overflow: hidden;
  padding-right: 0 !important;
}

.modal-body .bio h3:first-child{
  margin-bottom: 0;
}

.modal .lozenge{
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}
.modal .lozenge li{
  background: var(--lilac70);
}


.animated-svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}

.animated-svg path {
  stroke-dasharray: 4000; /* will be reset in JS to exact length */
  stroke-dashoffset: 4000;
  animation: draw 3s ease forwards;
}

.animated-svg.not-visible path {
  stroke-dashoffset: 4000;
  animation: none;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.text-image .content-wrapper{
  position: relative;
  z-index: 9;
}
.text-image.line-style_1{
  padding-bottom: 230px;
}
.text-image.line-style_1 .animated-svg{
  bottom: -100px;
}
.text-image.line-style_2 .animated-svg{
  bottom: -130px;
  z-index: 9;
}
.video-modal.module.has-line .animated-svg{
  bottom: -150px;
}
.horizontal-cards{
  padding-bottom: 300px;
}
.horizontal-cards .animated-svg{
  bottom: -300px;
}
.relative{
  position: relative;
}
.al-wrapper{
  position: absolute!important;
  top: -200px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.al-wrapper .animated-svg{
  position: relative;
}
.zi-2{
  position: relative;
  z-index: 2;
}
.profile-list.has-line{
  padding-bottom: 350px;
}
.profile-list.has-line .animated-svg{
  bottom: -250px;
}
.modal .bio .image-wrapper{
  border: 1px solid var(--lilac70);
  border-radius: 20px!important;
  background: var(--lilac30);
  overflow: hidden;
}
.modal-body .content-wrapper h4:first-child{
  margin-bottom: 5px;
}
.text-image .videos.grid-view li{
  width: 50%;
  float: left;
}
.post-password-form{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1400px) and (min-width: 2000px) {
  .stat3 .stat-box li:not(.full) .inner .title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
}

@media (max-width: 1520px) and (min-width: 992px) {
  .text-image.video-modal .grid-view .image-wrapper .play{
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
  .text-image.video-modal .grid-view .image-wrapper .wp-image{
    border-radius: 20px!important;
  }
  .text-image.video-modal .image-wrapper {
    max-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1800px){
  .cg-pies .pie-item .graph{
    transform: scale(0.9);
  }
  .cg-pies .pie-item.purple-pie .data.three{
    left: -30px;
  }
  .cg-pies .pie-item.purple-pie .data.one{
    right: -10px;
  }
}

@media screen and (max-width: 1680px){
  .stat-box li:not(.full) .number{
    font-size: 50px;
  }
  .text-image.line-style_1 .animated-svg{
    bottom: -60px;
  }
  .profile-list.has-line .animated-svg{
    bottom: -200px;
  }
  .profile-list.has-line{
    padding-bottom: 300px;
  }
  .cg-pies .pie-item.purple-pie .data.one {
    right: -15px;
    top: 15%;
  } 
  .cg-pies .pie-item .title, .cg-pies .pie-item h4{
    font-size: 24px;
  }
  .cg-pies .pie-item .data.two {
    right: 24%;
    bottom: -15px;
  }
  .cg-pies .pie-item.yellow-pie .data.two{
    right: -10px;
  }
  .cg-pies .pie-item.red-pie .data.four, .cg-pies .pie-item.blue-pie .data.four{
    top: -20px;
  }
  .cg-pies .pie-item .data.four{
    left: 40px;
  }
  .cg-pies .pie-item.purple-pie .data.three{
    bottom: 0;
  }
  .cg-pies .pie-item .data.one{
    right: 20px;
  }
}

@media screen and (max-width: 1520px){
  .stat-box li:not(.full) .number{
    font-size: 40px;
  }
	.finance-snapshot .grid-max-width{
		max-width: 800px;
	}
  .horizontal-cards .animated-svg{
    bottom: -250px;
  }
  .horizontal-cards{
    padding-bottom: 250px;
  }
  .cg-pies .pie-item img{
    max-width: 250px;
  }
}

@media screen and (max-width: 1480px){
  .modal-card-item a{
    display: block;
  }
  .modal-card-item .content-wrapper{
    width: 100%;
    padding-left: 0;
    display: block;
    float: left;
    margin-top: 20px;
    padding-right: 20px;
  }
  .text-image.gp-behind_photo .graphic{
    max-width: 600px;
  }
  .video-modal.featured-videos.box-video-grid .video-grid, .video-modal.featured-videos.full-width-video-grid .video-grid{
    max-width: 100%;
  }
  .bio.headshot h4{
    font-size: 1em;
  }
  header .main-menu li{
    margin: 0 7.5px;
  }
  .gender-stat li{
    width: 45%;
    margin: 0 10px;
  }
  .pie-chart .grid{
    transform: scale(0.8);
  }
  .data .pie-6{
    left: -10px;
  }
  .data .pie-7{
    left: 30px;
  }
  .data .pie-1{
    right: 30px;
  }
  .data .pie-2{
    right: -10px;
  }
  .data .pie-3{
    right: -20px;
  }
  .horizontal-cards .swiper-slide .content-wrapper{
    padding: 40px 30px 60px;
  }
  .horizontal-cards blockquote{
    font-size: 24px;
  }
  .horizontal-cards .swiper-slide h4{
    font-size: 22px;
  }
  .profile-list.has-line .animated-svg{
    bottom: -200px;
  }
  .profile-list.has-line{
    padding-bottom: 200px;
  }
  .dual-chart-box .col{
    transform: scale(0.8)!important;
  }
  .pie-regions .inner{
    margin-top: -20px;
  }
  .cg-pies .pie-item .title, .cg-pies .pie-item h4{
    font-size: 22px;
  }
  .cg-pies .pie-item .data.one{
    right: 5px;
  }
  .cg-pies .pie-item .data.four{
    left: 20px;
  }
  .cg-pies .pie-item .data.three{
    left: 5%;
    bottom: -30px;
  }
  .cg-pies .pie-item.red-pie .data.four, .cg-pies .pie-item.blue-pie .data.four{
    left: 20px;
    top: 0;
  }
}

@media screen and (max-width: 1320px){
  :root {
    --font-xl: 2.75em;
    --font-lg: 2.5em;
    --font-md: 1.85em;
    --font-sm: 1.125em;
  }
  .featured-videos.has-graphic .graphic{
    max-width: 380px;
  }
  .grid{
    max-width: 900px;
  }
  .data .content{
    min-width: 120px;
  }
  .data .pie-1{
    right: 0;
  }
  .text-image.gp-bottom_right .graphic{
    max-width: 350px;
  }
  .video-modal .asset{
    max-width: 400px;
  }
  .site-search.show{
    right: 15px;
  }
  header .logo img{
    max-width: 200px;
  }
  header .menu-wrapper{
    width: calc(100% - 280px);
  }
  .animated-numbers .number{
    font-size: var(--font-lg);
  }
  .profile-list .graphic.top-left{
    max-width: 270px;
  }
  .profile-list .graphic.bottom-right{
    max-width: 270px;
    bottom: 0;
  }
  .text-image.line-style_1 .animated-svg{
    bottom: -80px;
  }
  .text-image.line-style_1{
    padding-bottom: 180px;
  }
  .pie-regions .inner{
    margin-top: 0;
  }
  .cg-pies .pie-item .title, .cg-pies .pie-item h4{
    font-size: 18px;
  }
  .cg-pies .pie-item .title{
    top: calc(50% - 25px);
  }
  .cg-pies .pie-item img {
    max-width: 200px;
  }
}

@media screen and (max-width: 1199px){
  body{
    font-size: 16px;
  }
	.profile-list.layout-full .row.txt-center{
		    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
	}
	.controls .swiper-button-prev{
		left: -30px;
	}
	.controls .swiper-button-next{
		right: -30px;
	}
	.horizontal-cards .swiper:before{
		left: 0;
	}
	.horizontal-cards .swiper:after{
		right: 0;
	}
  .horizontal-cards .swiper:after{
    width: 0;
  }
  .modal .modal-dialog.video-modal{
    max-width: calc(100% - 60px);
  }
  .mobile-menu #header-menu li a:before{
    top: 10px;
  }
  .text-image.gp-behind_photo .graphic{
    max-width: 400px;
  }
  .gender-stat{
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .play{
    width: 80px;
    height: 80px;
  }
  .modal-cards .modal-card-item a{
    display: block;
  }
  .modal-card-item .content-wrapper{
    clear: both;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    padding-right: 20px;
  }
  .text-image.gp-bottom_right .graphic{
    right: -40px;
  }
  .mobile-menu .header-mimic, .mobile-menu #header-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mobile-menu #header-menu li{
    font-size: var(--font-sm);
  }
  .mobile-menu #header-menu{
    margin-top: 10px;
  }
  .testimonial .wp-image{
    margin-left: 10px;
  }
  input[name="gpnf_session_hash"] + .gform_validation_error{
    padding-left: 200px;
  }
  .module.cards .sbs-grid-no-carousel .intro h2{
    font-size: var(--font-lg);
  }
  .module.cards .sbs-grid-no-carousel .jfm-icon{
    max-width: 380px;
  }
  .single .page-entry .image-wrapper{
    max-width: calc(100% - 20px);
  }
  .banner.icon-pos-bottom_left .jfm-icon{
    max-width: 350px;
    bottom: -90px;
  }
  .search-toggle{
    margin-right: 20px;
  }
  .cards .intro.full-top .inner, .cards.projects .intro:not(.expand-intro) .inner{
    max-width: 650px;
  }
  .cards .intro.expand-intro .inner{
    padding-right: 0;
  }
  header .menu-wrapper{
    width: calc(100% - 250px);
  }
  header .logo img{
    max-width: 180px;
  }
  header .main-menu li{
    font-size: 1em;
  }
  header .main-menu li a{
    padding: 15px 5px;
  }
  header .main-menu li:first-child{
    margin-left: -5px;
  }
  header .main-menu li.menu-item-has-children > a{
    padding-right: 12px;
  }
  header .menu-item-has-children > a:after{
    top: 17px;
  }
  .animated-numbers .number{
    font-size: var(--font-md);
  }
  .animated-numbers .title{
    font-size: 1em;
  }
  .animated-numbers li{
    padding-left: 15px;
    padding-right: 15px;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad), body:not(.block-editor-page) .wp-block-columns{
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
  header .navbar{
    right: 40px;
  }
  :root {
    --font-xl: 2.85em;
    --font-lg: 2.25em;
    --font-md: 1.85em;
    --font-sm: 1.625em;
    --font-xs: 1.325em;
  }
  #form-page .page-intro{
    padding-left: 200px;
  }
  #form-page .jfm-icon{
    max-width: 170px;
  }
  #form-page .gf_page_steps{
    width: 150px;
    margin-right: 50px;
  }
  #form-page .gform_body{
    width: calc(100% - 200px);
    padding-right: 0;
  }
  .text-image:first-child p{
    font-size: 18px;
  }
  .text-image.line-style_1 .animated-svg {
    bottom: -50px;
  }
  body:not(.block-editor-page) .horizontal-cards .container-fluid{
    padding-right: 0!important;
  }
  .horizontal-cards .animated-svg{
    bottom: -200px;
  }
  .horizontal-cards{
    padding-bottom: 200px;
  }
  .profile-list.has-line .animated-svg{
    bottom: -180px;
  }
  .profile-list.has-line{
    padding-bottom: 150px;
  }
  .triple-pie-chart .score.right{
    top: auto;
    right: 0;
    bottom: -30px;
  }
  .dual-chart-box h3{
    font-size: 24px;
  }
  .dual-chart-box .col:last-child .triple-pie-chart .score.left {
    left: 0;
    top: auto;
    bottom: -30px;
  }
  .finance-snapshot.module{
    padding-top: 150px;
  }
  .stat-box li:not(.full) .inner span{
    max-width: 100%;
  }
  .stat3 .stat-box.two-cols{
    width: 66.66%;
  }
  .stat3 .stat-box.two-cols{
    width: 33.33%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stat3 .pie-chart .top, .stat3 .pie-chart .bottom{
    width: auto;
  }
  .stat3 .stat-box li .title{
    width: 100%;
  }
  .pie-regions .inner{
    margin-top: 20px;
  }
  .cg-pies .pie-item .title{
    font-size: 24px;
  }
  .cg-pies .pie-item h4{
    font-size: 28px;
    min-height: 68px;
  }
  .cg-pies .pie-item img{
    max-width: 300px;
  }
  .cg-pies .pie-item .graph {
    transform: none;
    max-width: 300px;
    margin: 40px auto 100px;
  }
  .cg-pies .pie-item.yellow-pie .data.two{
    right: -25px;
  }
  .cg-pies .pie-item.purple-pie .data.one{
    top: 10%;
  }
}

@media screen and (max-width: 991px){
  .video-modal.module.has-line .animated-svg{
    bottom: -110px;
  }
  .finance-snapshot.module{
    padding-top: 50px;
  }
  .finance-snapshot .block:first-child{
    margin-top: 150px;
    z-index: 999;
  }
  .pie-regions .inner {
    margin-top: -50px;
  }
  .video-modal .extra-info{
    margin-bottom: 50px;
  }
	.controls .swiper-button-prev {
        left: 0;
    }
	.controls .swiper-button-next {
        right: 0;
    }
  .modal .modal-dialog.video-modal{
    max-width: calc(100% - 30px);
  }
  .text-image.gp-bottom_right .graphic{
    right: -20px;
  }
  .cta .inner{
    padding: 30px 25px 110px;
  }
  .cta .links-group, .cta .social-group{
    width: calc(100% - 50px);
  }
  header .navbar{
    right: 20px;
  }
  .pie-chart .grid{
    max-width: 700px;
    transform: unset;
    margin-bottom: 30px;
  }
  .text-image.gp-behind_photo .graphic{
    max-width: 250px;
  }
  .accordion-item{
    max-width: 100%;
  }
  .text-image.video-modal .image-wrapper{
    max-width: 100%;
  }
  .modal .modal-content{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .modal .modal-dialog .close span{
    left: -60px;
  }
  .modal .modal-dialog .close{
    width: 50px;
    height: 50px;
  }
  .modal .modal-dialog{
    max-width: calc(100% - 80px);
  }
  #form-page .gform_fields .gfield.gfield--width-one-fifth.total-col{
    margin-right: 13px;
  }
  .swiper-play-control{
    bottom: 0;
    left: -40px;
  }
  #form-page .table-headings{
    display: none!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.title{
    width: 100%;
    margin-bottom: 0!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.detail{
    width: 100%;
    margin-bottom: 15px!important;
    margin-top: 10px!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.cost{
    width: calc(33.33% - 11px);
    margin-right: 11px;
    margin-bottom: 15px!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.last.subtotal{
    width: 100%;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 30px!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.cost .gfield_label{
    clip: unset!important;
    height: auto!important;
    width: auto!important;
    position: relative!important;
    margin: 0 0 5px!important;
    clip-path: unset!important;
    font-size: 14px!important;
    line-height: 16px!important;
  }
  .gform_wrapper .total-row{
    display: block;
  }
  #form-page .gform_fields .gfield.gfield--width-one-sixth.total-title.total-col{
    width: 100%;
    text-align: left;
  }
  #form-page .gform_fields .total-row .gfield.gfield--width-one-sixth{
    width: 100%;
  }
  #form-page .gform_fields .total-row .gfield.gfield--width-one-sixth .gfield_label{
    clip: unset!important;
    height: auto!important;
    width: auto!important;
    position: relative!important;
    margin: 0 0 5px!important;
    clip-path: unset!important;
    font-size: 16px!important;
    line-height: 18px!important;
  }
  input[name="gpnf_session_hash"] + .gform_validation_error{
    padding-left: 0;
  }
  .module.cards .sbs-grid-no-carousel + .jfm-icon:not(.jfm-icon-mobile){
    max-width: 170px;
    left: -45px;
  }
  #form-page{
    padding-top: 30px;
  }
  #form-page .page-intro{
    padding-left: 0;
  }
  #form-page .gf_page_steps{
    display: none;
  }
  #form-page .gform_body{
    width: 100%;
  }
  #form-page .gform_fields .gfield.gfield--width-half{
    margin-right: 8px;
  }
  .stack-on-tablet{
    display: block!important;
  }
  .stack-on-tablet .wp-block-column{
    margin-bottom: 30px;
  }
  .stack-on-tablet .text-card .inner .button{
    position: relative;
    bottom: 0;
  }
  .stack-on-tablet .text-card .inner{
    padding-bottom: 40px;
  }
  .post-item.report.cpt .image-wrapper{
    width: 85px;
    float: left;
  }
  .post-item.report.cpt .content-wrapper{
    width: calc(100% - 100px);
    padding-left: 15px;
    float: left;
    padding-bottom: 0;
  }
  .post-item.report.cpt{
    margin-bottom: 40px;
  }
  .post-item.report.cpt .button{
    position: relative;
  }
  .single .page-entry{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .meta-row{
    display: block;
    margin-bottom: 30px;
  }
  .meta-row .button{
    float: left;
    width: 100%;
    border-top: 1px solid var(--black);
    text-align: left;
  }
  .meta-row span{
    margin-bottom: 8px;
  }
  .single .page-entry .image-wrapper{
    max-width: 100%;
    margin-bottom: 30px;
  }
  .text-image.decor-icon_mobile, .text-image.no-pad-bottom.decor-icon_mobile{
    padding-bottom: 40px!important;
  }
  #page-nav{
    top: 70px;
  }
  .page-links .dropdown-trigger{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    font-size: var(--font-xs);
  }
  .page-links .dropdown-trigger span{
    border: solid var(--pink_salt);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -3px;
    transition: all 0.2s ease-in-out;
  }
  .page-links.pink_salt .dropdown-trigger span{
    border: solid var(--black);
    border-width: 0 2px 2px 0;
  }
  .page-links.olive .dropdown-trigger span{
    border: solid var(--sand);
    border-width: 0 2px 2px 0;
  }
  .page-links ul{
    display: none;
  }
  .page-links.show-menu ul{
    display: block;
  }
  .page-links li{
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .page-links li a{
    padding: 12px 15px;
    border-top: 1px solid var(--pink_salt);
    text-decoration: none;
  }
  .page-links.olive li a{
    border-color: var(--sand);
  }
  body:not(.block-editor-page) .page-links .container-fluid:not(.no-pad){
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .page-links .col-xs-12{
    padding-left: 0;
    padding-right: 0;
  }
  .page-links .row{
    margin-right: 0;
    margin-left: 0;
  }
  .page-links.show-menu .dropdown-trigger span{
    transform: rotate(225deg);
    top: 0;
  }
  .numbered.cards .image-wrapper{
    width: 90px;
    float: left;
  }
  .numbered.cards .content-wrapper{
    width: calc(100% - 90px);
    float: left;
    padding-left: 10px;
    text-align: left;
  }
  .numbered.cards .number{
    width: 60px;
    height: 60px;
    font-size: var(--font-sm);
    padding-top: 5px;
    position: relative;
    z-index: 99;
  }
  .numbered.cards .content-wrapper h4{
    font-size: var(--font-xs);
    padding-top: 5px;
  }
  .numbered.cards .image-card{
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .numbered.cards .image-card:before{
    content: '';
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--black);
  }
  .numbered.cards .image-card:last-child:before{
    content: none;
  }
  .numbered.cards.olive .image-card:before{
    background-color: var(--sand);
  }
  .numbered.cards.plum .image-card:before{
    background-color: var(--pink_salt);
  }
  .numbered.cards .image-card:last-child{
    padding-bottom: 0;
  }
  .testimonial cite{
    display: block;
  }
  .testimonial cite .name{
    display: block;
    width: 100%;
    float: left;
  }
  .text-image.layout-v2 .mob-d-flex .label{
    display: none!important;
  }
  .cards .intro.full-top .inner, .cards.projects .intro:not(.expand-intro) .inner{
    max-width: 100%;
    padding-right: 0;
  }
  #header-menu .sub-menu .button{
    display: block!important;
  }
  footer .sub-menu .button{
    display: none!important;
  }
  #header-menu li .menu-item-description{
    display: none;
  }
  .open-mega-menu #header-menu li .menu-item-description{
    display: block;
    color: var(--pink_salt);
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad), body:not(.block-editor-page) .wp-block-columns{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .d-flex{
    display: block;
  }
  .d-flex.flex-direction-col-reverse, .text-image.img-pos-left .d-flex{
    display: flex;
    flex-direction: column-reverse;
  }
  .text-image .column.two{
    margin-top: 20px;
  }
  .text-image.img-pos-left .wp-image.md{
    float: left;
  }
  .text-image .mob-d-flex{
    display: flex;
  }
  .text-image .mob-d-flex img{
    margin-bottom: 0;
  }
  .text-image .mob-d-flex .label{
    margin-left: 20px;
  }
  .text-image .narrow .content-wrapper{
    max-width: 100%;
  }
  .text-image .content-wrapper{
    margin-bottom: 30px;
  }
  .text-image .wp-image{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .text-image:first-child p{
    font-size: 1em;
  }
  .video-modal .image-wrapper a{
    display: flex;
  }
  .module{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-image.gp-bottom_right .graphic{
    top: auto;
    bottom: -60px;
  }
  .video-modal .asset, .text-image.gp-bottom_right .graphic{
    max-width: 250px;
  }
  .icon-list-wrapper .icon-list{
    margin-top: 20px;

  }
  .video-modal.featured-videos.box-video-grid.img-pos-right .video-grid, .video-modal.featured-videos.full-width-video-grid.img-pos-right .video-grid{
    padding-left: 0;
  }
  .video-grid{
    margin-left: 0;
    margin-right: 0;
  }
  .video-grid li{
    padding-left: 0;
    padding-right: 0;
  }
  .video-modal.featured-videos.box-video-grid .video-grid li:not(:first-child){
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .featured-videos.has-graphic .graphic{
    max-width: 250px;
  }
  .video-modal.featured-videos li .image-wrapper img{
    margin: 0;
  }
  .text-image .wp-image{
    width: 100%;
  }
  .text-image a.trigger-modal .wp-image{
    margin: 0;
  }
  .text-image p{
    max-width: 100%;
  }
  .text-image.img-pos-left .wp-image.md{
    margin-right: 0;
  }
  .cta .content, .cta .links-group{
    text-align: center;
  }
  .animated-numbers{
    margin-bottom: 30px;
    justify-content: center;
    display: block;
  }
  .animated-numbers li{
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
  }
  .animated-numbers .number{
    font-size: 56px;
  }
  .animated-numbers .title{
    max-width: 100%;
  }
  .cta .content.numbered{
    text-align: left;
  }
  .cta .animated-numbers + .links-group{
    text-align: left;
  }
  .testimonial .swiper-slide{
    display: block;
  }
  .testimonial .wp-image{
    margin-bottom: 20px;
  }
  .testimonial .controls{
    left: 380px;
    top: 295px;
    width: calc(100% - 380px);
    text-align: left;
    z-index: 999;
  }
  .testimonial.no-pad-top .controls{
    top: 295px;
  }
  .testimonial .swiper-pagination-bullet{
    float: left;
    margin: 0 15px 0 0!important;
  }
  .testimonial .img-placeholder{
    height: 295px;
    margin-bottom: 20px;
    width: 295px;
    background-color: var(--pink_salt);
    border-top-left-radius: 100px;
  }
  footer{
    padding: 30px 0;
  }
  footer .main-menu{
    padding-left: 0;
    margin-top: 0px;
    margin-left: -20px;
    margin-right: -20px;
  }
  footer .main-menu .menu{
    display: block;
  }
  footer .main-menu ul:not(.sub-menu) li:last-child{
    max-width: 100%;
  }
  footer .main-menu .menu li{
    width: 100%!important;
    border-top: 1px solid var(--black);
    margin-bottom: 0;
    position: relative;
    font-size: 16px !important;
    font-weight: normal !important;
  }
  footer .main-menu .menu li a{
    padding: 15px 20px;
    display: block;
  }
  footer .main-menu .menu li a:hover{
    text-decoration: none;
  }
  footer .main-menu ul.sub-menu{
    display: none;
    width: 100%;
    float: left;
  }
  footer .main-menu .menu li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('assets/images/plus.svg') no-repeat center;
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  footer .main-menu .menu li.menu-item-has-children.active a:after{
    background: url('assets/images/minus.svg') no-repeat center;
  }
  footer .main-menu li.menu-item-has-children{
    padding: 15px 0;
  }
  footer .main-menu li.menu-item-has-children > a{
    pointer-events: none;
    display: inline;
  }
  footer .main-menu .menu li.menu-item-has-children.active .sub-menu{
    display: block;
  }
  footer .main-menu li .sub-menu{
    margin-bottom: 0;
    margin-top: 10px;
  }
  footer .main-menu li .sub-menu li{
    border: 0;
    margin-bottom: 0!important;
  }
  footer .main-menu li .sub-menu li:last-child{
    border-bottom: 0!important;
  }
  footer .main-menu li .sub-menu li a{
    padding: 7.5px 20px;
  }
  footer .main-menu li .sub-menu li a:after{
    content: none;
  }
  footer .ctm{
    display: flex;
    flex-direction: column-reverse;
  }
  footer .terms-menu{
    float: left;
    margin-bottom: 20px;
  }
  footer .terms-menu li{
    margin-left: 0;
    margin-right: 5px;
  }
  footer .terms-menu li:first-child a{
    padding-left: 0;
  }
  footer hr{
    margin-top: 0;
  }
  footer .logo img{
    max-width: 217px;
  }
  .text-block h2{
    font-size: var(--font-lg);
  }
  
  .module.testimonial{
    overflow: hidden;
  }
  .banner.module{
    padding-top: 30px;
  }
  .banner.icon-pos-default{
    padding-bottom: 75px;
  }
  .image-card{
    margin-bottom: 40px;
  }
  .profile-list .graphic.top-left{
    max-width: 220px;
    top: -30px;
    left: -10px;
  }
  .profile-list .graphic.bottom-right{
    max-width: 220px;
    bottom: 0;
  }
  .text-image.line-style_1{
    padding-bottom: 20px;
  }
  .text-image.line-style_1 .animated-svg{
    position: relative;
    bottom: 0;
    margin-top: -20px;
  }
  .animated-svg{
    overflow: visible!important;
  }
  .animated-svg path{
    stroke-width: 60px!important;
  }
  .module.cards.modal-cards .trigger-modal .button{
    width: auto;
  }
  .text-image.line-style_2:not(.white){
    margin-bottom: 100px;
  }
  .horizontal-cards .animated-svg{
    bottom: -140px;
  }
  .horizontal-cards{
    padding-bottom: 150px;
  }
  .profile-list.has-line .animated-svg{
    position: relative;
    bottom: 0;
    top: -50px;
    margin-bottom: -150px;
  }
  .profile-list.has-line{
    padding-bottom: 0;
  }
  .text-image .videos li, .text-image .videos.grid-view li{
    float: left;
    width: 100%;
  }
  .stat1.block .col, .stat1.block .col:nth-child(2){
    width: 100%;
    transform: scale(1)!important;
    margin-bottom: 50px;
  }
  .stat1.block .col:nth-child(2){
    margin-top: 20px;
  }
}

@media screen and (max-width: 782px){
  body.logged-in header, .logged-in .mobile-menu, .logged-in .site-search{
    top: 46px;
  }
  html #wpadminbar{
    z-index: 9999999999;
  }
}

@media screen and (max-width: 767px){
  :root {
    --font-xl: 2em;
    --font-lg: 1.75em;
    --font-md_base: 1.65em;
    --font-md: 1.35em;
    --font-sm: 1em;
    --font-xs: 0.8em;
  }
  h5, h6{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .text-image.img-pos-right .content-wrapper{
    padding-right: 0;
    margin-bottom: 10px;
  }
  .controls{
    margin-top: 0;
    min-height: 50px;
    max-width: 200px;
  }
  .controls .controls-label{
    padding-top: 0;
  }
  .horizontal-cards .intro{
    margin-bottom: 20px;
  }
  .controls .swiper-button-prev, .controls .swiper-button-next{
    width: 45px;
    height: 45px;
  }
	.is-style-masonry.columns-default{
		gap: 10px!important;
	}
	.is-style-masonry .wp-block-image{
		margin-bottom: 10px!important;
	}
  .modal .modal-content.video{
    padding-left: 30px;
    padding-top: 80px;
  }
  .bio.headshot .pad{
    display: flex;
    align-items: center;
  }
  .text-image.gp-bottom_right .graphic{
    right: -5px;
    bottom: -50px;
  }
  .profile-list .intro{
    margin-bottom: 20px;
  }
  .modal-card-item .content-wrapper{
    padding-right: 0;
  }
  .tabular-data{
    overflow: hidden;
  }
  .tabular-data table th, .tabular-data table td{
   padding: 7px 15px 7px 0;
    font-size: 14px;
    width: 25%;
    line-height: 1.2em;
  }
  .tabular-data table td{
    font-size: 13px;
  }
  .profile-list .graphic.bottom-right, .profile-list .graphic.top-left{
    max-width: 150px;
    bottom: 0;
  }
  .profile-list .bio a{
    display: flex;
    align-items: center;
  }
  .pie-chart .grid{
    margin-top: 20px;
    margin-bottom: 0;
  }
  .mob-flex-direction-col-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .gender-stat .content .number{
    font-size: 38px;
  }
  .gender-stat .content{
    width: 140px;
    height: 140px;
  }
  .modal .modal-dialog{
    max-width: calc(100% - 60px);
  }
  .video-modal .asset, .text-image.gp-bottom_right .graphic{
    max-width: 200px;
  }
  header .logo img{
    max-width: 120px;
  }
  header{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .navbar{
    top: 13px;
    right: 10px;
    transform: scale(0.8);
  }
  .logged-in header .navbar{
    top: 50px;
  }
  .mobile-menu #header-menu li{
    font-size: 20px;
  }
  .menu-overlay .navbar-header button .close{
    left: -65px;
    font-size: 18px;
  }
  .mobile-menu .header-mimic, .mobile-menu #header-menu{
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal-cards .intro{
    margin-bottom: 20px!important;
  }
  .modal-card-item{
    margin-bottom: 40px;
  }
  #form-page .gform_fields .gfield.gfield--width-one-fifth.title{
    width: 100%!important;
  }
  #form-page .gfield.gfield--width-one-fifth label{
    position: relative!important;
    height: auto!important;
    width: auto!important;
    clip: unset!important;
    margin: 0!important;
    text-indent: 0!important;
    clip-path: unset!important;
  }
  #form-page .gform_fields .gfield.gfield--width-one-fifth{
    width: calc(50% - 8px);
    margin-right: 8px;
  }
  #form-page .gform_fields .gfield.gfield--width-one-fifth.total-col{
    width: 100%!important;
    text-align: left;
  }
  .profile-list .post-item .image-wrapper{
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .profile-list .post-item .ctl{
    border-top-left-radius: 40px;
  }
  .profile-list .post-item .image-link:hover .ctl{
    border-top-left-radius: 0;
    border-top-right-radius: 40px;
  }
  .stat-box li:not(.full) .number{
    margin-bottom: 0;
  }
  .stat-box li .inner .title, .gender-stat .content .title{
    font-size: 1em;
  }
  .bio.headshot{
    margin-bottom: 20px;
  }
  .finance-snapshot .block:first-child{
    margin-top: 100px;
  }
  .profile-list .graphic{
    max-width: 200px;
  }
  .profile-list .bio.headshot h5{
    margin-bottom: 0;
  }
  .modal .modal-content{
    padding: 60px 30px 20px;
  }
  .modal-body .bio .image-wrapper{
    max-width: 200px;
    float: left;
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 20px;
  }
  .modal-body .bio .content-wrapper{
    float: left;
    width: 100%;
    max-height: calc(100vh - 330px);
  }
  #form-page .gform_fields .gfield.gfield--width-half{
    width: 100%;
    margin-right: 0;
  }
  .button.gform_save_link, #form-page .button.gform_save_link, #form-page .gform_page_footer .button.gform_save_link{
    position: absolute;
    margin-right: 0!important;
    margin-top: 30px!important;
    top: -50px;
  }
  #form-page .gform_page:not(:first-child) .gform_page_footer{
    justify-content: space-between;
    padding-top: 30px;
  }
  .text-image.layout-v2 .padded-left .content-wrapper{
    padding-left: 0;
  }
  .text-image.img-pos-left.layout-v2 .wp-image.full-svg{
    top: 0;
    max-width: 200px;
  }
  .text-image.decor-line .content-wrapper{
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-projects .text-image.decor-line .content-wrapper:before{
    display: none;
  }
  .single-projects .text-image.decor-line .content-wrapper{
    padding-left: 0;
  }
  .text-card{
    height: auto!important;
  }
  .finance-snapshot .row.stats{
    margin-bottom: 35px;
  }
  .accordion h4.accordion-header{
    font-size: 1.125em!important;
  }
  .text-image.video-modal .image-wrapper .play{
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 15px;
  }
  .video-modal.featured-videos.box-video-grid .video-grid li:not(:first-child) .play{
    right: 10px;
    bottom: 10px;
  }
  .module.cards:not(.icon-cards){
    padding-bottom: 50px;
  }
  .text-card:not(.white) .intro{
    margin-bottom: 10px;
  }
  .text-card.icon-list-wrapper .desc .wrapper{
    padding-right: 0;
  }
  .text-image.decor-icon_mobile, .text-image.no-pad-bottom.decor-icon_mobile{
    padding-bottom: 80px!important;
  }
  .faqs-search .button.back-to{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .testimonial.no-pad-top .controls{
    top: 200px;
  }
  .cards-carousel .controls{
    top: 10px;
    right: 20px;
  }
  .cards-carousel .swiper{
    padding-top: 40px;
  }
  .cards .intro.full-top .inner, .cards.projects .intro:not(.expand-intro) .inner{
    margin-bottom: 30px;
  }
  .cards.icon-cards .image-wrapper .wp-image{
    max-width: 65px;
    max-height: 65px;
  }
  .cards.icon-cards .image-wrapp{
    margin-bottom: 10px;
  }
  .text-card .inner{
    padding: 40px 30px 40px;
	  height: auto!important;
  }
	.text-card .inner .button{
		position: relative;
		bottom: 0;
		max-width: 100%;
	}
  .text-card.icon-list-wrapper .inner {
    padding-bottom: 30px;
  }
  .gfmc-container{
    display: block!important;
  }
  .gfmc-field:nth-child(odd), .gfmc-field:nth-child(even){
    padding-left: 0;
    padding-right: 0;
  }
  .gfield.gfmc-column.gfmc-field:last-child div{
    padding-bottom: .5em!important;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad), body:not(.block-editor-page) .wp-block-columns{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .module{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-image .wp-image.portrait{
    max-width: calc(100% - 100px)!important;
  }
  .text-block .col-wrapper .content-wrapper{
    margin-bottom: 50px;
  }
  .text-block .links-group{
    margin-top: 10px;
  }
  .cards .intro{
    margin-bottom: 0;
  }
  .image-card .image-wrapper{
    margin-bottom: 20px;
  }
  .image-card{
    margin-bottom: 40px;
  }
  .cards.icon-cards .wrapper{
    text-align: center;
  }
  .cards.icon-cards .image-card{
    margin-bottom: 15px;
  }
  .cards.icon-cards .image-card:nth-child(odd){
    clear: left!important;
  }
  .cards.icon-cards .content-wrapper, .cards.icon-cards .wrapper{
    height: auto!important;
  }
  .cards .intro:not(.full-top) h2{
    line-height: 1.11em;
  }
  .adaptive-height{
    height: auto!important;
  }
  .button, .gform_wrapper input[type="submit"], .wp-block-button__link{
    width: 100%;
  }
  .gform_wrapper input[type="submit"]{
    min-width: 100%!important;
  }
  .button.txt, .button.text{
    width: auto;
  }
  .testimonial .wp-image{
    max-width: 170px;
    margin-left: 0;
  }
  .testimonial .img-placeholder{
    width: 170px;
    height: 170px;
  }
  .testimonial .controls{
    width: calc(100% - 245px);
    left: 245px;
    top: 170px;
  }
  .testimonial .swiper-pagination-bullet{
    margin-right: 10px!important;
  }
  .acf-map{
    height: 600px;
  }
  .cta .inner{
    padding: 25px;
  }
  .cta .links-group li{
    width: 100%;
    margin-bottom: 10px;
  }
  .cta .links-group, .cta .social-group{
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .cta{
    height: auto!important;
  }
  .play, .box-video-grid .play{
    width: 50px;
    height: 50px;
  }
  .mobile-menu #header-menu li a:hover:before{
    width: 40px;
  }
  .mobile-menu #header-menu li a:hover{
    padding-left: 50px;
  }
  .mobile-menu #header-menu li a:before{
    top: 8px;
    height: 10px;
  }
  #page-content{
    padding-top: 30px;
  }
  .data .pie-2, .data .pie-3, .data .pie-4{
    right: 0;
  }
  .data .pie-5, .data .pie-6, .data .pie-7{
    left: 0;
  }
  .data .content{
    min-width: 100px;
    font-size: 16px;
  }
  .data .content h3{
    padding: 15px 5px;
  }
  .data .pie-4{
    bottom: 20px;
  }
  .pie{
    height: calc(var(--size, 250) * 1px);
    width: calc(var(--size, 250) * 1px);
  }
  .pie .featured-image{
    width: 140px;
    height: 140px;
  }
  .section.one .content {
    top: 60px;
    left: 120px;
  }
  .section.two .content {
    top: 25px;
    right: 65px;
  }
  .section.three .content{
    right: 10px;
  }
  .section.four .content {
    bottom: 25px;
    right: 65px;
  }
  .section.five .content{
    left: 30px;
  }
  .section.six .content {
    top: 70px;
    left: 25px;
  }
  .section.seven .content {
    top: 15px;
    left: 90px;
  }
  .data .content h3{
    padding: 10px 8px;
    font-size: 14px!important;
  }
  .pie-chart .data{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  .pie-chart .data .content{
    position: relative;
    top: auto!important;
    bottom: auto!important;
    left: auto!important;
    right: auto!important;
    margin: 0 5px 5px 0;
    float: none;
    display: inline-block;
  }
  .stat-box li{
    width: 100%;
    margin-bottom: 20px;
  }
  .finance-snapshot .snapshot .intro{
    margin-bottom: 10px;
  }
  .horizontal-cards .content-wrapper h4{
    font-size: var(--font-md);
  }
  .horizontal-cards .list .subtitle{
    font-size: var(--font-sm);
  }
  .horizontal-cards .list li .button{
    bottom: 30px;
  }
  .video-modal .image-wrapper a .play{
    right: 20px;
    bottom: 15px;
  }
  .video-modal.module.has-line .animated-svg{
    bottom: -100px;
  }
  .text-image.line-style_2:not(.white){
    margin-bottom: 80px;
  }
  .text-image.line-style_2 .animated-svg{
    bottom: -80px;
  }
  .text-image.line-style_2.merging-block .animated-svg{
    bottom: 0;
  }
  .text-image.line-style_2.merging-block:not(.white){
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .horizontal-cards .swiper-slide .featured-image{
    height: auto!important;
    position: relative;
    width: 100%;
  }
  .horizontal-cards .swiper-slide .content-wrapper{
    float: left;
    width: 100%;
  }
  .horizontal-cards .swiper-slide .lozenge{
    display: none;
  }
  .horizontal-cards .swiper-slide a{
    height: auto!important;
    min-height: 100px;
  }
  .horizontal-cards .swiper-slide .content-wrapper{
    padding: 30px 20px;
  }
  .horizontal-cards .swiper-slide .content-wrapper .txt-btn{
    position: relative;
    bottom: 0;
  }
  .horizontal-cards .intro{
    display: block;
  }
  .horizontal-cards .controls{
    margin: 0 auto;
  }
  .horizontal-cards .animated-svg{
    bottom: -120px;
  }
  .horizontal-cards{
    padding-bottom: 100px;
  }
  .al-wrapper{
    top: auto;
    bottom: -120px;
  }
  .profile-list.has-line .animated-svg{
    top: -20px;
    margin-bottom: -100px;
  }
  .wp-block-gallery .wp-block-image img{
    border-radius: 20px;
  }
  .bio.headshot .content-wrapper{
    padding: 8px 12px;
    min-height: 50px;
  }
  .bio.headshot .image-wrapper img{
    width: 100%;
  }
  .bio.headshot p{
    font-size: 14px;
    line-height: 1.2em;
  }
  .bio.headshot h4{
    font-size: 16px;
  }
  .cta{
    border-radius: 20px 100px 20px 20px;
  }
  .cta .inner{
    padding: 30px 25px 25px;
  }
  .icon-list li .image-wrapper{
    width: 100px;
  }
  .stat3 .stat-box.two-cols{
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .stat-box.two-cols li{
    width: 100%;
  }
  .stat-box.two-cols li .inner{
    height: auto!important;
  }
  .stat3 .stat-box li .title{
    max-width: 100%;
  }
  .stat3 .pie-chart{
    margin: 50px auto;
    float: none;
  }
  .stat3 .pie-chart .bottom{
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  .stat-bar li .text{
    padding-right: 20px;
  }
  .four-slice-chart{
    width: 250px;
    height: 250px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .four-slice-chart::before{
    width: 180px;
    height: 180px;
  }
  .four-slice-chart .center-label{
    font-size: 24px;
  }
  .four-slice-chart .label{
    width: 120px;
    font-size: 16px;
    line-height: 1.25em;
  }
  .four-slice-chart .label.murray{
    left: -110px;
  }
  .four-slice-chart .label.hills{
    right: -110px;
  }
  .four-slice-chart .label.south{
    bottom: -50px;
  }
  .four-slice-chart .label.limestone{
    left: auto;
    right: -60px;
    width: 150px;
  }
  .finance-snapshot .block.stat2{
    margin-bottom: 50px;
  }
  .finance-snapshot .row.info{
    margin-bottom: 50px;
  }
  .pie-regions .inner{
    margin-top: -30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .pie-color-data{
    max-width: 100%;
    margin-top: -30px;
    position: relative;
    z-index: 9999;
  }
  .pie-color-data div{
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  .pie-regions h4{
    margin-bottom: 5px;
  }
  .pie-regions .item{
    margin-bottom: 70px;
  }
  .pie-regions .item:last-child{
    margin-bottom: 0;
  }
  .cg-pies .pie-item h4{
    min-height: auto;
  }
}

@media screen and (max-width: 640px){
  .horizontal-cards .animated-svg{
    bottom: -100px;
  }
}

@media screen and (max-width: 600px){
  .acf-map{
    height: 500px;
  }
  .profile-list .graphic{
    max-width: 100px;
  }
  .video-modal .asset, .text-image.gp-bottom_right .graphic{
    max-width: 150px;
  }
  .gender-stat .content .number{
    font-size: 30px;
  }
  .gender-stat .content{
    width: 110px;
    height: 110px;
  }
  .stat-box li:not(.full) .inner{
    min-height: 50px;
  }
  .stat-box li.full .number{
    font-size: 60px;
  }

  .modal .modal-dialog{
    max-width: calc(100% - 30px);
  }
  .modal .modal-dialog .close{
    top: 15px;
    right: 15px;
  }
  .modal .modal-dialog .close{
    width: 40px;
    height: 40px;
  }
  .modal .modal-dialog .close:after, .modal .modal-dialog .close:before{
    height: 20px;
  }
  .modal .modal-dialog .close span{
    left: -55px;
  }
  .modal-body .bio .image-wrapper{
    max-width: 150px;
  }
  .modal-body .bio .content-wrapper{
    padding-right: 20px;
  }
  .modal ::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
  }
  .modal .modal-content.video{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 65px;
  }
  .animated-svg path{
    stroke-width: 90px!important;
  }
  .horizontal-cards .animated-svg{
    bottom: -80px;
  }
  .profile-list.has-line .animated-svg{
    top: -10px;
    margin-bottom: -70px;
  }
  .triple-pie-chart::after{
    width: 150px;
    height: 150px;
  }
  .triple-pie-chart{
    width: 200px;
    height: 200px;
  }
  .triple-pie-chart .score.top{
    left: 10px;
  }
  .triple-pie-chart .score.right{
    right: -30px;
  }
  .stat-box li .inner .title{
    font-size: 20px;
  }
  .dual-chart-box .col:last-child .triple-pie-chart .score.left{
    left: -70px;
    bottom: 0;
  }
  .triple-pie-chart .title{
    font-size: 24px;
  }
  .stat-box li:not(.full) .inner{
    height: auto!important;
  }
  .four-slice-chart{
    width: 190px;
    height: 190px;
  }
  .four-slice-chart::before{
    width: 140px;
    height: 140px;
  }
  .four-slice-chart .center-label{
    font-size: 20px;
  }
  .four-slice-chart .label.hills{
    width: 80px;
    right: -70px;
    bottom: 10px;
  }
  .four-slice-chart .label.limestone{
    right: -70px;
  }
  .four-slice-chart .label.murray {
    left: -60px;
    width: 70px;
    top: 0;
  }
  .four-slice-chart .label.south{
    bottom: -45px;
  }
  .four-slice-chart .label{
    font-size: 14px;
  }
  .stats-box-rate .text-box .num{
    font-size: 60px;
  }
  .stats-box-rate .text-box .title{
    font-size: 24px;
  }
  .stats-box-rate .text-box{
    display: block;
    text-align: center;
  }
  .stats-box-rate .text-box *{
    display: block;
  }
  .stat5 .stat-bar li{
    display: block;
  }
  .stat5 .stat-bar li .text{
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .stat5 .stat-bar.has-bar-bg .bar{
    width: 100%;
  }
  .plain-stat li{
    width: 100%;
    margin-bottom: 30px;
  }
  .stat-box li.full .number{
    font-size: 50px;
  }
  .stats-box-rate .stat-box li.full .inner .title{
    font-size: 24px;
  }
  .snapshot{
    margin-top: 50px;
  }
  .stat3 .stat-box.two-cols{
    margin: 0 0 40px;
  }
  .stat3 .stat-box.two-cols li{
    padding-left: 0;
    padding-right: 0;
  }
  .finance-snapshot .note{
    margin-top: 0;
  }
  .finance-snapshot .intro{
    margin-bottom: 0;
  }
  .br40 {
    border-radius: 30px;
  }
  .cg-pies .pie-item .title{
    font-size: 18px;
  }
  .cg-pies .pie-item h4{
    font-size: 24px;
    margin-bottom: 0;
  }
  .cg-pies .pie-item.purple-pie .data.three {
    bottom: -15px;
    left: 0;
  }
  .cg-pies .pie-item .graph{
    margin-top: 20px;
  }
  .finance-snapshot .block.cg-pies{
    margin-bottom: 0;
  }
  .video-modal.module.has-line .animated-svg{
    bottom: -40px;
  }
}

@media screen and (max-width: 480px){
  .horizontal-cards .animated-svg{
    bottom: -50px;
  }
  .horizontal-cards{
    padding-bottom: 80px;
  }
  .profile-list.has-line .animated-svg{
    top: -10px;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 414px){
  .horizontal-cards .animated-svg{
    bottom: -50px;
  }
  .horizontal-cards{
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 380px){
  .horizontal-cards .animated-svg{
    bottom: -50px;
  }
  .horizontal-cards{
    padding-bottom: 50px;
  }
}




