/*
FF Block Suite General CSS
*/

/* bootstrap */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

:root {
  --deep_blue: #00597E;
  --yolk_yellow: #F8CA10;
  --warm_black: #F2AECE;
  --tan_brown: #BD852C;
  --coral_pink: #ED6F6E;
  --peach_pink: #C7EAF8;
  --light_blue: #97b9c5;
  --latte: #EDDDC4;
  --white: #fff;
  --black: #000;
  --primary: var(--deep_blue);
  --secondary: var(--yolk_yellow);
  --tertiary: var(--tan_brown);
  --text: var(--warm_black);
  --heading: "montserrat", sans-serif;
  --body: "source-sans-pro", sans-serif;
  --font-xl: 2.77em;
  --font-lg: 2.33em;
  --font-md: 1.77em;
  --font-sm: 1.11em;
  --font-xs: 0.888em;
  --line-height-1: 1.25em;
  --line-height-2: 1.35em;
  --line-height-3: 1.45em;
}

body {
    margin: 0;
    color: var(--blue)!important;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
}
body.block-editor-page{
    font-weight: 400;
}
.deep_blue{
  background: var(--deep_blue);
}
.yolk_yellow{
  background: var(--yolk_yellow);
}
.warm_black{
  background: var(--warm_black);
}
.tan_brown{
  background: var(--tan_brown);
}
.coral_pink{
  background: var(--coral_pink);
}
.peach_pink{
  background: var(--peach_pink);
}
.light_blue{
  background: var(--light_blue);
}
.latte{
  background: var(--latte);
}
.black{
    background: #000;
}
.white{
    background: #fff;
}
.module .white{
    background: #fff;
}
.deep_blue *{
    color: #fff;
}
p{
    margin-bottom: 20px;
}
hr, .wp-block-separator{
    border-top: 2px solid var(--tan_brown)!important;
}
.acf-editor-wrap .button{
    min-width: 0;
    padding: 0;
}

blockquote{
  margin: 0 0 20px;
  font-family: bitter, serif;
    font-weight: 700;
    font-style: normal;
  font-size: var(--font-md);
  line-height: var(--line-height-2);
  font-style: italic;
  color: var(--coral);
}
blockquote p{
    margin-bottom: 5px;
}
blockquote cite{
    color: var(--blue);
    letter-spacing: 0;
    font-size: 18px;
    position: relative;
    position: relative;
    padding-left: 17px;
    line-height: 1.2em;
}
blockquote cite:before{
    content: '';
    width: 10px;
    height: 1px;
    background: var(--blue);
    position: absolute;
    left: 0;
    top: 10px;
}
.image-carousel h1, .image-carousel h2{
    font-size: var(--font-xl);
    line-height: var(--line-height-1);
    margin-bottom: 20px;
}
.image-carousel .content h4, .module h4, #banner .content h4{
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
}

.image-carousel p{
    font-size: 1.22em;
    line-height: 1.27em;
}

##banner .wp-image.round{
    max-width: 525px;
}

.button{
  background: var(--secondary);
  color: var(--text);
  font-size: var(--font-xs);
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0!important;
  border-radius: 0 20px 0 0;
  padding: 14px 30px;
  transition: all 0.2s ease-in-out;
}
.button:not(.text){
    margin-top: 20px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle, .rounded{
    border-radius: 50%
}

.curved{
    border-radius: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    display: none;
}
.image-carousel .swiper .content{
  width: 60%;
  float: left;
  padding-right: 15%;
  padding-right: 20px;
  padding-bottom: 40px;
}

.image-carousel .swiper .image{
  width: 40%;
  float: right;
  height: auto;
  max-width: 480px;
}

.image-carousel .swiper-pagination{
    width: 60px!important;
    left: 75px!important;
    bottom: 3px!important;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    height: 27px!important;
    bottom: 0!important;
    left: 40px!important;
    margin-top: auto!important;
}

.posts-carousel.blue .swiper-button-next, .posts-carousel.blue .swiper-button-prev,
.posts-carousel.dark_blue .swiper-button-next, .posts-carousel.dark_blue .swiper-button-prev{
    height: 50px!important;
    top: 5px!important;
}
.image-carousel .swiper-pagination span.swiper-pagination-bullet-active{
    display: block!important;
}
.image-carousel .swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-carousel .wave{
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper-pagination-bullet-active{
    background-color: transparent!important;
    margin: 0!important;
}
.swiper-button-prev:after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ''!important;
    width: 25px;
    height: 15px;
    background: url('images/arrow-right.svg') no-repeat;
    background-size: contain;
}
.white .swiper-button-next:after, .white .swiper-button-prev:after,
.coral .swiper-button-next:after, .coral .swiper-button-prev:after,
.teal .swiper-button-next:after, .teal .swiper-button-prev:after{
    background: url('images/arrow-blue.svg') no-repeat;
    background-size: contain;
}
.swiper-button-next, .swiper-button-prev{
    top: auto!important;
    bottom: 20px;
}
.swiper-button-prev{
    left: 0!important;
}
.swiper-button-next{
    left: 90px!important;
}
.image-carousel .swiper-button-prev{
    left: 50px!important;
}
.image-carousel .swiper-button-next{
    left: 135px!important;
}
.card-item{
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-item .image-wrapper{
    margin-bottom: 20px;
}
h4.title{
    font-family: bitter, serif;
font-weight: 700;
font-style: normal;
    margin-bottom: 10px;
}
/*
.text-image .content-wrapper h1, .text-image .content-wrapper h2, .text-image .content-wrapper h3{
    max-width: 75%;
}*/
.wp-image.rad-bottom-right{
    border-radius: 0px 0px 240px 0px;
}
.wp-image.rad-top-right{
    border-radius: 0px 240px 0 0px;
}
.wp-image.rad-top-left{
    border-radius: 240px 0 0 0;
}
.wp-image.rad-bottom-left{
    border-radius: 0px 0 0 240px;
}
.img-push{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 15px);
    height: 100%;
}
.img-push.right{
    left: auto;
    right: 0;
}
.img-push.right .wp-image, .img-push.right .image-wrapper{
    border-top-left-radius: 50%;
}
.button + br + .button{
    margin-top: 0;
}
.wp-block-image.rounded img{
    border-radius: 50%;
}
.img-push .image-wrapper{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top left;
}
.max-width-520{
    max-width: 520px;
}
.upcoming-events.module .intro h2:last-child{
    margin-bottom: 0;
}
.text-block.two-col h1, .text-block.two-col h2, .text-block.two-col h3{
    max-width: 50%;
    margin-bottom: 25px;
}
.text-block.two-col .left .content{
    padding-right: 80px;
}
.text-block li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
}
.text-block li:before{
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--blue);
}
.blue.text-block li:before, .dark_blue.text-block li:before{
    background: #fff;
}
.module ul:not(.cats), .wp-block-column ul{
    /*list-style: none;*/
    margin-bottom: 30px;
    padding-left: 22px;
}
.social-menu ul, .wp-block-list.contact-list, .filter-group ul, .list-group ul, .animated-numbers{
    padding-left: 0!important;
    list-style: none!important;
}
.module ul:last-child, .wp-block-column ul:last-child{
    margin-bottom: 0;
}
.wp-block-embed{
    text-align: center;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper, .iframe-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.wp-block-embed.is-type-video iframe, .iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-card .modal-body .wp-block-embed__wrapper{
    padding-top: 45%;
}
.wp-block-columns.box{
  border-radius: 60px 60px 60px 0;
  padding: 50px 40px;
}
.wp-block-columns.box.lg-pad{
    padding-left: 100px;
    padding-right: 100px;
}
.wp-block-columns.box p:last-child{
    margin-bottom: 0;
}
.wp-block-button .button{
    margin-top: 0;
}
.gform_wrapper label{
    color: var(--blue);
    font-weight: normal!important;
    font-size: var(--font-xs)!important;
}
.blue .gform_wrapper label{
    color: #fff!important;
}
.gform_footer{
    display: block!important;
}
.gform .boxed-wrapper{
    border-radius: 20px;
    padding: 60px;
    border: 2px solid var(--tan_brown);
    float: left;
    width: 100%;
}
.gform .boxed-wrapper .intro, .gform .boxed-wrapper form{
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}
.gform .intro{
    margin-bottom: 50px;
}
.gform .intro h2, .gform .intro h3{
    margin-bottom: 20px;
}
footer .gform_footer{
    display: flex!important;
}
.gform_footer .button{
    float: right;
}
.gfield.for-calc-only{
    display: none!important;
}
a{
    color: var(--blue);
}
.card-item.simple.clear-x3:nth-child(4), .card-item.simple.clear-x3:nth-child(7), .card-item.simple.clear-x3:nth-child(10),
.card-item.simple.clear-x3:nth-child(13), .card-item.simple.clear-x3:nth-child(16), .card-item.simple.clear-x3:nth-child(19){
    clear: left;
}

.card-item.simple.clear-x4:nth-child(5), .card-item.simple.clear-x4:nth-child(9), .card-item.simple.clear-x4:nth-child(13),
.card-item.simple.clear-x3:nth-child(17){
    clear: left;
}

.image-overlay{
    display: block;
    margin-bottom: 40px;
}

.image-overlay.leaf{
    max-width: 80%;
}
.image-leaf-block{
    margin-bottom: 60px;
}
h4.wp-block-heading, .wp-block-column h4{
   font-family: bitter, serif;
font-weight: 700;
font-style: normal;
    font-size: var(--font-sm);
    line-height: var(--line-height-3);
    margin: 0 0 5px;
}
h3.wp-block-heading{
    margin-bottom: 10px;
}
.flex-center{
    display: flex;
    align-items: center!important;
}
.wp-block-column p.has-medium-font-size{
    font-size: var(--font-sm)!important;
}
.svg{
  width: 0;
  height: 0;
}
.text-image .image-wrapper{
    margin: 0;
}
.text-image .image-wrapper img{
    width: 100%;
}
.text-image.image-br10 .image-wrapper img{
    border-radius: 10px;
}
.posts-list a{
  color: var(--blue);
}
.full-posts-listing{
    margin-bottom: 40px;
}
.full-posts-listing.no-mg-bottom{
    margin-bottom: 0;
}
.full-posts-listing h2{
    margin-bottom: 10px;
}
.full-posts-listing .post-item{
    margin-bottom: 60px;
}
.full-posts-listing .post-item.service{
    margin-bottom: 80px;
}
.posts-list{
    padding-bottom: 60px;
}
.posts-list .line-separator{
  margin-bottom: 40px;
}
.posts-list .featured-image{
  margin-bottom: 20px;
}
.post-item{
  margin-bottom: 40px;
}
.post-item.resource{
    margin-bottom: 30px;
}
.post-item .image-wrapper{
    margin-bottom: 0;
}
.post-item .image-wrapper:not(.rounded){
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.post-item .content-wrapper{
    padding: 20px 0;
}
.post-item .image-wrapper img{
    margin-bottom: 0;
}
.related .post-item h3, #hub .post-item h3{
    font-size: 1em;
    line-height: var(--line-height-3);
    margin-bottom: 5px;
}
.related .post-item p, #hub .post-item p{
    font-size: var(--font-xs);
}
.related .post-item .button.text, #hub .post-item .button.text{
    font-weight: bold;
    margin-top: 0;
    font-size: 1em;
}
.related .post-item .button.text:after, #hub .post-item .button.text:after{
    filter: var(--filter-teal);
}
.cats{
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    float: left;
    width: 100%;
}
.cats li, .job-type{
    display: inline-block;
    float: left;
    margin: 0 7px 5px 0;
    font-style: italic;
    font-size: var(--font-xs);
    font-weight: 300;
    background: var(--light_grey);
    border-radius: 12px;
    padding: 3px 10px 5px;
    line-height: 1em;
}
.post-item .image-wrapper.pdf{
    width: 75px;
    border-right: 1px solid var(--blue);
    float: left;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    padding: 0;
    left: 0;
    background: #D8DCEA;
}
.post-item .image-wrapper.pdf img{
    width: 40px;
}
h4.section-label{
    font-size: 1em;
    color: var(--blue);
    text-transform: uppercase;
    font-family: bitter, serif;
font-weight: 700;
font-style: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 30px;
}
.featured-spotlight-posts .featured h2{
    font-size: var(--font-md);
    margin: 0 0 20px;
}
.post-item .excerpt{
    margin: 0 0 20px;
    padding-right: 30px;
}
.spotlight.posts-list .image-wrapper img{
    margin-bottom: 0;
}
.post-item a{
    display: block;
}
.post-item a:hover{
    text-decoration: none!important;
    color: var(--blue);
}
.post-item a:hover h2{
    color: var(--blue);
}
a.box-link:hover{
    text-decoration: none!important;
}
.zoom{
    overflow: hidden;
}
.zoom img{
    transition: all 0.2s ease-in-out;
}
a:hover .zoom img{
    transform: scale(1.1);
}
.wp-pagenavi{
    margin: 50px auto;
    text-align: center;
    color: var(--blue);
}
.wp-pagenavi .pages{
    border: 0;
}
.wp-pagenavi a{
    border-color: var(--blue)!important;
}
.wp-pagenavi a:hover{
    background-color: var(--blue)!important;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}
.wp-pagenavi span, .wp-pagenavi a{
    padding: 5px 10px!important;
    min-width: 30px;
    display: inline-block;
}
.gf_page_steps:before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 0;
  background: var(--blue);
}
.gf_page_steps{
  float: left;
  width: 280px;
  border-bottom: 0!important;
  position: relative;
}
.gform.module .intro p{
    max-width: 630px;
    margin: 0 auto 20px;
}
.gform_wrapper .gf_step{
  display: block!important;
  margin: 0 0 40px!important;
}
.gform_wrapper .gf_step:last-child{
  margin-bottom: 0!important;
}
.multi-step-gform .gform-body{
  float: left;
  width: calc(100% - 280px);
  padding-left: 40px;
}
.gform_wrapper .gf_step_active .gf_step_number{
  background: var(--blue)!important;
  color: #fff!important;
}
.gform_wrapper .gf_step_number{
  border: 1px solid var(--blue)!important;
  background: #fff!important;
  color: var(--blue)!important;
  font-size: 20px!important;
  height: 36px!important;
  width: 36px!important;
  position: relative;
  z-index: 4;
}
.gform_wrapper .gf_step_label{
  font-size: 16px!important;
}
.gform_wrapper .ginput_container_date input{
  width: 100%!important;
}
.wp-block-columns .gform_wrapper .button{
  padding: 15px 30px 17px!important;
}
.multi-step-gform .gform_next_button{
  float: right;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{
  background: var(--blue)!important;
  border-color: var(--blue)!important;
  width: 36px!important;
  height: 36px!important;
  left: -1px!important;
  top: -1px!important;
}
.multi-step-gform .gfield_label, .multi-step-gform input:not(.button), .multi-step-gform select,
.wp-block-columns .gform_wrapper.gravity-theme .gfield_label{
  color: var(--blue)!important;
}
.gform_wrapper .flex-2 .gchoice{
  width: 50%;
  float: left;
}
.gform_wrapper .flex-3 .gchoice{
  width: 33.33%;
  float: left;
}
.gform_previous_button, .wp-block-columns .gform_wrapper .button.gform_previous_button{
    float: left;
    background-color: transparent!important;
    color: var(--blue)!important;
    text-decoration: underline!important;
    padding: 15px 0 0!important;
    min-width: 0!important;
    border-radius: 0!important;
}
.multi-step-gform .gform_button[type="submit"]{
    float: right;
}
.gfmc-field:nth-child(odd){
    padding-right: 20px;
}
.gfmc-field:nth-child(even){
    padding-left: 20px;
}
.round{
    border-radius: 50%;
}
.unset-overflow{
    overflow: unset;
}
.justify-content-center{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.bio.headshot{
    margin-bottom: 80px;
    float: left;
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.bio.headshot .content-wrapper {
    position: relative;
    border: 0;
    padding: 20px 0 56px;
    border-radius: 0;
}
.bio.headshot .button:after, .button.text.teal:after{
    filter: var(--filter-teal);
}
.bio.headshot .button{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--blue)!important;
    border-bottom: 1px solid var(--blue)!important;
    border-radius: 0!important;
    padding: 15px 10px;
}
.blue .bio.headshot .button{
    border-color: #fff!important;
    color: #fff!important;
}
.module.profile-list.minimised .intro h2{
    margin-bottom: 0;
}
.module.profile-list{
    padding-top: 0;
}
.bio.headshot a{
    color: var(--blue);
}
.bio h4{
    font-family: "merriweather", serif;
  font-weight: 700;
    margin: 0 6px 5px;
}
.modal .bio h4{
    margin-left: 0;
    margin-right: 0;
}
.bio .button{
    width: 100%;
    margin: 0;
}
.bio.headshot a:hover{
    text-decoration: none;
}
.bio .role{
    text-transform: capitalize;
}
.bio .pad{
    padding-left: 40px;
    padding-right: 40px;
}
.profile-list .intro{
    margin-bottom: 40px;
}
.bio .wp-image{
    max-width: 220px;
}
.modal{
  display: none;
  visibility: hidden;
  opacity: 0;
  outline: none;
  border: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.modal.show{
  display: flex!important;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100vh;
  background: #00000099;
  z-index: 2147483648;
  align-items: center;
}

.modal .modal-dialog {
  width: 100%;
  height: auto;
  max-width: calc(100% - 120px);
  background: #fff;
  margin: 0 auto;
  max-height: 100vh;
}

.modal .modal-content{
  padding: 70px;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modal .modal-dialog .close span{
  font-size: 1.125em;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
}

.modal .modal-dialog .close:hover{
  color: #E31A82;
}

.modal .modal-dialog .close{
  position: absolute;
  top: 25px;
  right: 25px;
  border: 0;
}
.profile-list .modal .modal-dialog{
    max-width: 1320px;
}

.modal .modal-dialog .close img{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -4px;
}

.modal .modal-dialog .close:hover{
  opacity: 0.9;
  cursor: pointer;
}
.single .entry-content .wp-block-columns h3{
    font-family: "merriweather", serif;
  font-weight: 700;
    margin-bottom: 20px;
}
.no-margin{
    margin: 0!important;
}
.wp-block-separator{
    border-color: var(--blue);
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid;
}
.post-item.image-gall .inner{
    position: relative;
}
.post-item .status{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--blue);
    color: #fff;
    font-size: var(--font-xs);
    line-height: 1em;
    border-radius: 28px;
    padding: 10px;
    z-index: 3;
}
.wp-block-social-links li{
    background-color: transparent!important;
    padding-left: 0!important;
    display: block!important;
    margin-bottom: 0!important;
}
.wp-block-social-links li a{
    color: var(--blue)!important;
    padding: 0!important;
}
.wp-block-social-links li a svg{
    width: 30px!important;
    height: 30px!important;
}
.wp-block-social-links li span{
    font-size: 18px!important;
}
body .wp-block-columns .module{
    padding-top: 0;
    padding-bottom: 0;
}
body .wp-block-columns .module .container-fluid{
    padding-left: 0!important;
    padding-right: 0!important;
}
.posts-carousel .intro{
    margin-bottom: 25px;
}
.posts-carousel .swiper-slide .post-item{
    margin-bottom: 0;
}
.posts-carousel .swiper-slide .post-item .image-wrapper{
    border-radius: 0;
}
.posts-carousel .swiper-slide .content-wrapper{
    border: 0;
    padding: 20px 0 0;
    border-radius: 0;
}
.posts-carousel  .content-wrapper h4{
    font-family: "merriweather", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.posts-carousel  .content-wrapper p{
    font-size: var(--font-xs);
    line-height: var(--line-height-3);
}
.posts-carousel .content-wrapper .np{
    color: var(--blue);
}
.posts-carousel  .content-wrapper .meta{
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--blue);
    border-top: 1px solid var(--blue);
    padding: 7px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.posts-carousel  .content-wrapper .meta.has-name:before{
    content: '';
    width: 1px;
    height: calc(100% - 14px);
    position: absolute;
    top: 7px;
    left: 50%;
    background-color: var(--blue);
    opacity: 0.3;
}
.posts-carousel .meta.has-name .np, .posts-carousel .meta.has-name .button{
    float: left;
    width: 50%;
}
.posts-carousel .swiper{
    padding-bottom: 75px;
    overflow: unset;
}
.posts-carousel .controls{
    position: absolute;
    top: -38px;
    right: 0;
    width: 100%;
    text-align: right;
}
.posts-carousel .swiper-pagination{
    position: absolute;
    right: 140px;
    width: auto;
    left: auto;
    font-size: 16px;
    bottom: 12px;
    display: none!important;
}
.posts-carousel .swiper-button-prev, .posts-carousel .swiper-button-next{
    background-color: var(--blue);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    left: auto!important;
}
.blue.posts-carousel .swiper-button-prev, .blue.posts-carousel .swiper-button-next,
.dark_blue.posts-carousel .swiper-button-prev, .dark_blue.posts-carousel .swiper-button-next{
    background-color: var(--teal);
}
.blue.posts-carousel .swiper-button-prev:hover, .blue.posts-carousel .swiper-button-next:hover,
.dark_blue.posts-carousel .swiper-button-prev:hover, .dark_blue.posts-carousel .swiper-button-next:hover{
    background-color: var(--coral);
}
.posts-carousel .swiper-button-prev{
    right: 60px;
}
.posts-carousel .swiper-button-prev:hover, .posts-carousel .swiper-button-next:hover{
    background-color: var(--teal);
}
.posts-carousel .swiper-button-prev:after, .posts-carousel .swiper-button-next:after{
    background-image: url('../assets/images/arrow-white.svg');
    display: inline-block;
    position: relative;
    left: 13px;
    background-size: 25px;
    display: block;
    height: 100%;
    width: 100%;
    top: 18px;
}
.posts-carousel .swiper-button-prev:after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -11px;
}
.acf-map {
    width: 100%;
    height: 450px;
    margin: 40px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.single-locations .acf-map{
    margin-bottom: 60px;
}
.modal .bio:not(.no-pic) .image-wrapper{
    width: 220px;
    float: left;
    margin-right: 30px;
}
.modal .bio:not(.no-pic) .content-wrapper{
    width: calc(100% - 250px);
    float: left;
}
.image-gall .image-wrapper{
    position: relative;
}
.image-gall .controls{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.image-gall .controls .swiper-button-next, .image-gall .controls .swiper-button-prev,
.block-controls .swiper-button-prev, .block-controls .swiper-button-next{
    width: 35px;
    height: 35px;
    background-color: var(--blue);
    bottom: 0;
    left: auto!important;
    border-radius: 50%;
}
.image-gall .controls .swiper-button-next{
    right: 0;
}
.image-gall .controls .swiper-button-prev{
    right: 45px;
}
.image-gall .controls div:hover, .block-controls div:hover{
    background-color: var(--blue);
}
.image-gall .controls div:hover:after, .block-controls div:hover:after{
    filter: invert(1);
}
.relative{
    position: relative;
}
.gall-more{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00000080;
    color: #fff;
    font-family: "merriweather", serif;
  font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: var(--font-sm);
    justify-content: center;
}
.block-controls{
    position: absolute;
    right: 0;
    top: 0;
}
.block-controls div{
    top: auto!important;
}
.video-modal.modal .modal-dialog{
    max-height: calc(100vh - 40px);
}
.video-modal .iframe-wrapper{
    padding-top: 48%;
}
.sidebar h4{
    margin-top: 15px;
}
.sidebar-nav{
    margin: 15px 0;
}
.sidebar-nav li{
    padding-left: 0!important;
}
.sidebar-nav li:before{
    content: none!important;
}
.no-intro-pad .intro{
    margin-bottom: 0;
}
.card-item.white-text .box-link .content-wrapper *{
    color: #fff;
}
.card-item.white-text .box-link .button.text:after{
    filter: invert(1);
}
.text-image .block-image{
    position: absolute;
    width: calc(50% - 15px);
    top: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-image[class*="img-pos-left"] .block-image{
    right: auto;
    left: 0;
}
.block-editor-page .wp-block-acf-module-spacer:before{
    content: 'Spacer';
    background-color: #ececec;
    border: 1px dashed #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-editor-page .wp-block-acf-module-spacer .acf-block-preview{
    display: none;
}
.wp-core-ui .button{
    padding: 0 5px!important;
    min-width: 0!important;
}
.edit-post-layout .acf-block-preview .button{
    color: var(--blue);
    padding: 3px 20px 2px!important;
    border-radius: 20px;
    font-size: 16px;
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    background: var(--teal);
}
.edit-post-layout .gform_fields{
    display: block!important;
}
.edit-post-layout .item{
    height: auto;
}
.edit-post-layout .wp-block-social-links button{
    filter: invert(1);
}
.edit-post-layout .gfmc-field, .edit-post-layout .gfmc-field:nth-child(even){
    padding-left: 0;
    padding-right: 0;
}
.edit-post-layout .posts-listing-gallery{
    overflow: hidden;
}
.edit-post-layout .wp-block-acf-text .acf-block-preview a:not(.button){
    pointer-events: none;
}
.edit-post-layout .pre.donation-form{
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.edit-post-layout .pre.donation-form:before{
    content: '[Donation form amount selection]';
    display: block;
    color: #000;
    text-align: center;
}
.edit-post-layout .pre.donation-form form{
    display: none;
}
.edit-post-layout .wp-block-column .wp-block-image img{
    max-width: 100%;
    height: auto!important;
}
.edit-post-layout .wp-block-column .wp-block-image .components-resizable-box__container{
    max-width: 100%!important;
}
.centre-title h2{
    max-width: 100%!important;
    margin-bottom: 40px;
}
.cards .card-item.simple.btn-style-text .box-link{
  height: auto!important;
}
.box.blue .wp-block-column p a:not(.button){
    color: var(--blue);
    text-decoration: underline;
}
.wp-block-column.flex-start .wp-block-columns{
    display: flex;
}
.wp-block-column.flex-start .wp-block-columns .wp-block-column{
    flex-basis: unset;
    flex-grow: unset;
}
.fka-socials h2{
    margin-bottom: 30px;
}
.post-meta{
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.post-meta .date{
    display: inline-block;
    margin-right: 15px;
}
.post-meta .cats{
    display: inline-block;
    width: auto;
    float: none;
}
.sidebar .post-meta{
    justify-content: flex-start;
}
.single .intro{
    margin-bottom: 20px;
}
.sidebar .post-item{
    margin-bottom: 30px;
}
.sidebar .post-item h3, .listing .post-item h3{
    font-size: var(--font-sm);
    line-height: var(--line-height-3);
    margin-bottom: 0;
}
.listing .post-meta, .featured-post .post-meta{
    justify-content: flex-start;
}
.listing .post-item .content-wrapper, .featured-post .post-item .content-wrapper{
    border: 0;
    padding: 20px 0 0;
}
.post-meta .date{
    margin-bottom: 10px;
}
.listing .post-item .image-wrapper, .featured-post .post-item .image-wrapper:not(.rounded){
    border-radius: 20px;
}
.featured-post{
    padding-top: 70px;
    padding-bottom: 50px;
}
.featured-post h2{
    font-size: var(--font-md_base);
    line-height: 36px;
    margin-bottom: 5px;
}
h2.md-base{
    font-size: var(--font-md_base);
    line-height: 36px;
    margin-bottom: 20px;
}
.full-posts-listing{
    padding-top: 100px;
}
.filter-list.cats{
    width: auto;
}
.filter-list.cats li{
    padding: 0;
    border-radius: 0;
    background:transparent;
}
.filter-list.cats li:last-child{
    margin-right: 0;
}
.filter-list.cats li a{
    font-style: normal;
    display: inline-block;
    padding: 9px 30px 11px;
    background: var(--light_grey);
    border-radius: 20px;
}
.filter-list.cats li a:hover, .filter-list li.active a{
    text-decoration: none;
    background: var(--blue);
    color: #fff;
}
.flex-justify-sb{
    display: flex;
    justify-content: space-between;
}
.disable-link a{
    pointer-events: none;
}
.right-align{
    float: right;
}
.animated-numbers{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px!important;
}
.animated-numbers li{
    width: 33.33%;
    margin-bottom: 40px;
}
.animated-numbers li .circle{
    width: 185px;
    height: 185px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--coral);
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}
.animated-numbers li .number{
    font-family: "merriweather", serif;
    font-weight: normal;
    font-size: var(--font-lg);
    line-height: var(--line-height-1);
}
.animated-numbers li .title{
    font-size: var(--font-md_base);
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}
.animated-numbers + .subcontent{
    max-width: 600px;
    margin: 0 auto;
}
.edit-post-layout .animated-numbers li{
    transform: scale(0.7);
}
.dark_blue .post-item.story .content-wrapper:before{
    color: var(--blue);
}
.related.stories h2{
    margin-bottom: 40px;
}
.testimonials{
    border-radius: 20px;
    border: 2px solid var(--tan_brown);
    padding: 80px 60px!important;
}
.testimonials .swiper-slide .inner{
    display: flexx;
    align-items: flex-enxd;
}
.testimonials .swiper-wrapper{
    display: flex;
    align-items: center;
}
body:not(.block-editor-page) .wp-block-columns .testimonial-carousel .container-fluid:not(.no-pad){
    padding-left: 0!important;
    padding-right: 0!important;
}
.quote{
    font-size: var(--font-lg);
    font-family: var(--heading);
    font-weight: 700;
    line-height: 1.2em;
    float: left;
    width: calc(100% - 455px);
    margin-bottom: 0;
    padding-right: 100px;
    padding-left: 165px;
    max-width: 1000px;
}
.open-quote{
    position: absolute;
    width: 118px;
    float: left;
    top: 5px;
    left: 0;
}
.open-quote:before{
    content: '';
    right: 0;
    top: 0;
    left: 0;
    line-height: 0;
    display: block;
    background: url('../assets/images/quote.svg');
    filter: invert(55%) sepia(66%) saturate(482%) hue-rotate(358deg) brightness(87%) contrast(89%);
    width: 118px;
    height: 93px;
    background-size: contain;
}
.quote-by{
  position: relative;
  padding: 0 0 0 40px;
  position: absolute;
  width: 440px;
  right: 0;
  bottom: 0;
}
.quote-by:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 28px;
    height: 2px;
    background: var(--tan_brown);
}
.quote-by h5, .quote-by p{
  font-family: "sofia-pro", sans-serif;
  font-weight: 300!important;
  font-size: var(--font-xs);
  color: var(--blue);
  margin: 0;
}
.quote-by h5{
    margin-bottom: 5px;
}
.quote-by p{
    line-height: 1.2em;
    font-style: italic;
}
.testimonials.tan_brown .open-quote:before{
    filter: unset
}
.testimonials.tan_brown .quote-by:before{
    background: #000;
}
.no-pad{
    padding-left: 0!important;
    padding-right: 0!important;
}
.no-pad-top{
    padding-top: 30px;
}
.icon-card{
    margin-bottom: 10px;
}
.icon-card .image-wrapper{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    top: 28px;
    transition: all 0.2s ease-in-out;
}
.icon-card a:hover .image-wrapper{
    top: 15px;
}
.icon-card.simple .image-wrapper{
    width: 144px;
    height: 144px;
    top: 0;
}
.icon-card.classic .content-wrapper{
    padding: 40px 20px 30px;
}
.icon-card.simple .content-wrapper{
    padding: 20px;
}
.icon-card.simple.col-sm-4 .content-wrapper{
    padding: 20px 40px;
}
.icon-card.image .wrapper{
    padding: 30px 20px;
    border: 1px solid var(--blue);
    border-radius: 20px;
    position: relative;
}
.icon-card.image a{
    display: block;
}
.full-width.wp-block-columns{
    width: 100%;
}
.partners-logo .icon-card.image .image-wrapper img{
    max-width: 75%;
    max-height: 110px;
    border-radius: 0;
}
.partners-logo .icon-card.image .wrapper .content{
    padding-bottom: 20px;
}
.partners-logo .icon-card.image{
    margin-bottom: 30px;
}
.icon-card.image .image-wrapper img{
    border-radius: 17px;
}
.icon-card.image .wrapper .content{
    margin-bottom: 20px;
}
.icon-card.image .button{
    text-align: left;
    position: absolute;
    bottom: 30px;
    max-width: calc(100% - 60px);
}
.icon-card.image .button:not(.text){
    width: calc(100% - 60px);
    text-align: center;
}
.icon-card.image .button.text{
    text-align: left;
}
.icon-card.image .image-wrapper{
    width: 100%;
    max-width: calc(100% - 20px);
    height: auto;
    border-radius: 0;
    padding: 0;
    top: 0;
    margin: 10px 0;
    display: block;
}
.icon-card.image a:hover .image-wrapper{
    top: 0;
}
.story-meta{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    max-width: calc(100% - 80px);
}
.story-meta .wp-image{
    width: 85px;
    margin-right: 15px;
    float: left;
}
.story-meta .info{
    width: calc(100% - 100px);
    float: left;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.story-meta p.name{
    font-weight: 700;
}
.story-meta p.role{
    font-style: italic;
}
.featured-post.story .content-wrapper .excerpt{
    font-size: var(--font-md);
    line-height: var(--line-height-3);
}
.featured-post.story .story-meta{
    border: 1px solid #fff;
}
.featured-post.story .story-meta .info{
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #fff;
    padding: 7px 20px 9px;
    max-width: calc(100% - 200px);
}
.featured-post.story .button.text{
    width: 200px;
}
a.image-link:hover{
    text-decoration: none!important;
}
.edit-post-layout .acf-block-preview a{
    pointer-events: none;
}
.txt-center .cats.filter-list{
    display: inline-block;
    float: none;
    margin: 40px auto;
}
.icon-card .button{
    margin: 0;
}
.icon-card p{
    font-size: var(--font-xs);
}
.icon-card p:last-child{
    margin-bottom: 0;
}
.icon-card.classic .curved p:last-child{
    margin-bottom: 15px;
}
.full-posts-listing.services .content-wrapper p{
    margin-bottom: 10px;
}
.archive .full-posts-listing{
    padding-bottom: 100px;
}
.icon-card .content-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.blue textarea.block-editor-block-list__block-html-textarea, .dark_blue textarea.block-editor-block-list__block-html-textarea{
    color: var(--blue)!important;
}
h4.wp-block-heading{
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    line-height: var(--line-height-3);
}
.wp-block-button.boxed a{
    padding: 30px;
    min-height: 180px;
    border-radius: 0 100px 0 0;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    color: var(--text);
    transition: all 0.2s ease-in-out;
}
.wp-block-button.boxed.rad-top-right a{
    border-radius: 0px 100px 0px 0px;
}
.wp-block-button.boxed.rad-top-left a{
    border-radius: 100px 0px 0px 0px;
}
.wp-block-button.boxed.rad-bottom-right a{
    border-radius: 0px 0px 100px 0px;
}
.wp-block-button.boxed.rad-bottom-left a{
    border-radius: 0px 0px 0px 100px;
}
.wp-block-button.boxed.rad-top-right a, .wp-block-button.boxed.rad-top-left a{
    display: flex;
    align-items: flex-end;
}
.wp-block-button.boxed a:hover{
    animation: none;
}
.wp-block-button.boxed.rad-top-right a:hover{
    border-radius: 100px 0px 0px 0px;
}
.wp-block-button.boxed.rad-top-left a:hover{
    border-radius: 0px 100px 0px 0px;
}
.wp-block-button.boxed.rad-bottom-right a:hover{
    border-radius: 0px 0px 0px 100px;
}
.wp-block-button.boxed.rad-bottom-left a:hover{
    border-radius: 0px 0px 100px 0px;
}
.btn-yolk_yellow a.button{
    background: var(--yolk_yellow);
}
.btn-light_blue a.button{
    background: var(--light_blue);
}
.btn-coral_pink a.button{
    background: var(--coral_pink);
}
.btn-deep_blue a.button{
    background: var(--deep_blue);
    color: #fff;
}
.wp-block-buttons{
    flex-wrap: wrap;
    gap: 0;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
}
.wp-block-button.boxed{
    flex: 25%;
    position: relative;
    padding: 0 15px;
}
.filters{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.filters h3{
    border-bottom: 1px solid var(--blue);
    padding-bottom: 15px;
    margin-bottom: 0;
}
.filters .filter-group{
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--blue);
}
.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(--teal);
    right: 5px;
    top: calc(50% - 1px);
}
.filters .filter-group .label:after, .filters .mobile-toggle h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background: var(--teal);
    right: 10px;
    top: calc(50% - 6px);
}
.filters .filter-group li{
    position: relative;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.filters .filter-group input{
    width: 100%;
    height: 100%!important;
    border-radius: 0!important;
    padding: 0!important;
    position: absolute;
    border: 0;
    background: transparent;
}
.filters .filter-group li label{
    padding-left: 30px;
    font-size: 18px;
    float: left;
}
.filters .filter-group li label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue);
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}
.filters .filter-group li label:after{
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 8px;
    width: 6px;
    height: 11px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.filters .filter-group input:checked ~ label:after{
    display: block;
}
.filters .filter-group input:checked ~ label:before{
    background-color: var(--teal);
}
.filters .action{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.filters .action .button{
    min-width: 185px;
}
.filters .action .button:hover{
    cursor: pointer;
}
#hub .grid{
    overflow: hidden;
    padding-top: 35px;
}
.loadmore{
  text-align: center;
}
.mobile-toggle{
    display: none;
}
.filters .acc .button-group {
    visibility: hidden;
    display: none;
    height: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.filters .acc.active .button-group {
    height: auto;
    display: block;
    visibility: visible;
}
.filters .acc.active .label:after{
    display: none;
}
.filters .mobile-toggle h3:before{
    top: 15px;
}
.filters .mobile-toggle h3:after{
    top: 10px;
}
.filters.collapsed .mobile-toggle h3:after{
    display: none;
}
body:not(.block-editor-page) .posts-carousel.center-controls .container-fluid{
    padding-left: 0!important;
}
.posts-carousel.center-controls .swiper-pad{
    padding-bottom: 50px;
}
.posts-carousel.center-controls .controls{
    top: auto;
    bottom: 0;
    left: auto!important;
    right: auto!important;
    text-align: center!important;
}
.posts-carousel.center-controls .controls div{
    position: relative!important;
    left: auto!important;
    right: auto!important;
    display: inline-block!important;
    float: none!important;
    margin: 0 10px!important;
    background: transparent!important;
    width: 25px;
    height: 13px;
}
.posts-carousel.center-controls.white .swiper-button-prev:after, .posts-carousel.center-controls.white .swiper-button-next:after{
    background: url('../assets/images/arrow-blue.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.posts-carousel.center-controls.white .swiper-button-prev:hover:after, .posts-carousel.center-controls.white .swiper-button-next:hover:after,
.posts-carousel.center-controls:not(.teal) .swiper-button-prev:hover:after, .posts-carousel.center-controls:not(.teal) .swiper-button-next:hover:after{
    background: url('../assets/images/arrow-teal.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.post-content ul, .post-content ol{
    padding-left: 20px;
    margin-bottom: 20px;
}
.teal_wrapper.gform_wrapper{
    padding: 25px 25px 40px;
    border-radius: 20px;
    margin: 40px 0;
    float: left;
    width: 100%;
}
.teal_wrapper.gform_wrapper .gform_button{
    background-color: var(--blue)!important;
    color: #fff!important;
}
.gform-theme--framework .gfield_description{
    color: var(--blue)!important;
}
.blue-border{
    border: 1px solid var(--blue);
}
.post-item.job{
    padding: 40px 40px 20px;
}
.job h3 span{
    margin-right: 10px;
}
.job h3 .job-type{
    font-size: 16px;
    font-style: normal;
    font-family: "sofia-pro", sans-serif;
    margin-bottom: 0;
    position: relative;
    top: -2px;
}
.job a{
    position: relative;
}
.job .button.text.for-dt{
    position: absolute;
    right: 0;
    top: -8px;
}
.swiper-wrapper h2{
    margin-bottom: 5px;
}
.post-item.history p{
    font-size: var(--font-xs);
}
.post-item.history{
    position: relative;
}
.post-item.history:before{
    content: '';
    width: 1px;
    height: 50px;
    background: var(--blue);
    position: absolute;
    left: 5px;
    top: 0;
}
.post-item.history:after{
    content: '';
    width: 11px;
    height: 11px;
    background: var(--blue);
    position: absolute;
    left: 0;
    top: 48px;
    border-radius: 50%;
}
.blue #timeline .post-item.history:before, .dark_blue #timeline .post-item.history:before,
.blue #timeline .post-item.history:after, .dark_blue #timeline .post-item.history:after{
    background: #fff;
}
.post-item.history .content-wrapper{
    padding-top: 70px;
}
.post-item.history .image-wrapper{
    margin-top: 15px;
}
#timeline{
    position: relative;
}
#timeline:before{
    content: '';
    height: 1px;
    width: 100%;
    background: var(--blue);
    display: block;
    position: absolute;
    left: 5px;
}
.blue #timeline:before, .dark_blue #timeline:before{
    background: #fff;
}
.pad-marg-left .container-fluid, body:not(.block-editor-page) .pad-marg-left .container-fluid:not(.no-pad){
    padding-left: 0!important;
    margin-left: 80px!important;
}
#timeline .controls .label{
    font-size: var(--font-xs);
    width: auto;
    display: inline-block;
    position: relative;
    right: 50px;
    top: -16px;
}
#timeline .controls div:not(.label){
    background-color: transparent;
}
#timeline .controls .swiper-button-prev{
    right: 210px;
}
.white #timeline .controls div:not(.label):after, .teal #timeline .controls div:not(.label):after,
.coral #timeline .controls div:not(.label):after, .light_grey #timeline .controls div:not(.label):after{
    background-image: url('../assets/images/arrow-blue.svg')!important;
}
#timeline .swiper-play-control{
    left: auto;
    right: 265px;
    bottom: 10px;
    z-index: 99;
}
.graphic-spacer img{
    width: 100%;
}
.editor-styles-wrapper .wp-block.wp-block-acf-module-graphic-spacer{
    margin-top: -28px;
    margin-bottom: -28px;
}
.module.no-pad-top{
    padding-top: 0!important;
}
.module.no-pad-bottom{
    padding-bottom: 0!important;
}
.module.google-map .acf-map{
    margin: 0;
    height: 610px;
}
.contact-list li{
    margin-bottom: 10px;
    position: relative;
}
.contact-list li a{
    padding-left: 30px;
    font-weight: 600;
}
.contact-list li.phone a:before{
    content: '';
    background: url('images/phone.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('images/email.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-list li.blob a:before{
    content: '';
    background: url('images/blob.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.teal .contact-list li.phone a:before{
    background: url('images/phone-blue.svg') no-repeat center;
    background-size: contain;
}
.teal .contact-list li.email a:before{
    content: '';
    background: url('images/email-blue.svg') no-repeat center;
    background-size: contain;
}
.teal .contact-list li.blob a:before{
    content: '';
    background: url('images/blob-blue.svg') no-repeat center;
    background-size: contain;
}
.contact-list li.form a:before{
    content: '';
    background: url('images/form-blue.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.wp-block-button.text .button{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: var(--blue);
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}
.wp-block-button.text .button:after{
    background: url('images/arrow-teal.svg') no-repeat center;
    width: 20px;
    margin-left: 5px;
    filter: unset;
    opacity: 1;
}
.wp-block-button.text .button:hover{
    padding: 0!important;
}
.wp-block-button.text .button:hover:after{
    width: 20px;
}
.post-item.event a{
    display: flex;
    border: 1px solid var(--blue);
    border-radius: 20px;
    align-items: center;
    background-color: #fff;
}
.post-item.event .date-wrapper{
    float: left;
    width: 158px;
    background-color: var(--blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-item.event .date-wrapper .date{
    color: #fff;
    margin: 0;
    padding: 25px 10px;
}
.post-item.event .date {
    text-align: center;
}
.post-item.event .date .month{
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
}
.post-item.event .date .day{
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    font-family: "merriweather", serif;
}
.post-item.event .content-wrapper{
    float: left;
    width: calc(100% - 158px);
    border: 0;
    padding: 10px 20px 10px 35px;
}
.post-item.event .date-wrapper .button.text{
    background: var(--teal);
    border-radius: 0;
    margin: 0;
    width: 100%;
    font-size: var(--font-xs);
    font-weight: normal;
    padding: 26px 0;
    line-height: 1.2em;
    border-bottom-left-radius: 20px;
}
.post-item.event .date-wrapper .button.text:after{
    content: none;
}
.post-item.event a:hover .date-wrapper .button.text{
    background-color: var(--coral);
}
.post-item.event .time{
    font-weight: 700;
    margin-bottom: 5px;
}
.post-item.event h3{
    margin-bottom: 10px;
}
.post-item.event p.excerpt{
    font-size: var(--font-xs);
    line-height: var(--line-height-3);
    margin-bottom: 0;
}
.post-item.event.simple a{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    min-height: 160px;
    position: relative;
}
.post-item.event.simple:last-child a{
    border-bottom: 1px solid var(--blue);
}
.post-item.event.simple .date-wrapper{
    background: transparent;
}
.post-item.event.simple .date{
    color: var(--blue);
    padding: 10px;
}
.post-item.event.simple .date-wrapper:after{
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    left: 170px;
    top: 10px;
    background: var(--blue);
}
.post-item.event.simple .content-wrapper{
    padding-left: 50px;
}
.post-item.event.simple a:hover h3{
    text-decoration: underline;
}
#recent-events .post-item{
    position: absolute;
    top: -70px;
    max-width: calc(100% - 100px);
    right: 0;
}
#recent-events .post-item.active{
    position: relative;
    z-index: 99;
    top: 40px;
}
.post-item:not(.story, .service) .content-wrapper.adaptive-height{
    position: relative;
    padding-bottom: 40px;
}
.post-item:not(.story, .bio) .content-wrapper.adaptive-height .button.text{
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
}
.pricing-card .inner{
    border-radius: 20px;
    border: 1px solid var(--blue);
    text-align: center;
    position: relative;
}
.prici
.box-link.white{
    background-color: #fff;
}
.box-link.white .content-wrapper h3, .box-link.white .content-wrapper p,
.box-link.white .content-wrapper li, .box-link.white .content-wrapper .button.text{
    color: var(--dark_blue);
}
#sb_instagram #sbi_images{
    gap: 30px!important;
}
#banner.has-breadcrumbs .container-fluid{
    width: 100%;
}
#banner.has-breadcrumbs .wp-image.round{
    max-width: 520px;
    float: right;
}
#banner.has-breadcrumbs.no-ft-image{
    padding-top: 0;
    padding-bottom: 20px;
    display: block!important;
}
#breadcrumbs{
    position: absolute;
    top: 15px;
    z-index: 99;
}
#breadcrumbs a, #breadcrumbs .separator{
    margin-right: 10px;
}
#breadcrumbs a{
    font-weight: 500;
    text-decoration: none;
}
#page-nav{
    position: sticky;
    top: 0;
    z-index: 9999;
}
#page-nav ul{
    text-align: center;
    list-style: none;
    padding: 0;
}
#page-nav li{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
#page-nav li a{
    padding: 30px;
    display: block;
}
.contact-list-box{
    padding: 30px;
    border-radius: 10px;
}
.contact-list-box h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-list-box .contact-list li{
    font-size: 16px;
    margin-bottom: 15px;
}
.flex-align-start{
    align-items: flex-start!important;
}
.select2-search--dropdown{
    display: none!important;
}
.two-cols-profile-list{
    max-width: 800px;
    margin: 0 auto;
}
.two-cols-profile-list ul{
    float: left;
    width: 50%;
    padding-right: 30px;
}
.image-carousel .controls{
    position: relative;
    padding-left: 40px;
    z-index: 99;

}
.swiper-play-control{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    border: 0;
    left: 8px;
    background: url('../assets/images/pause.svg') no-repeat center;
    background-size: contain;
    filter: invert(1);
}
.swiper-play-control.playing{
    background: url('../assets/images/pause.svg') no-repeat center;
    filter: invert(1);
}
.swiper-play-control.paused{
    background: url('../assets/images/play.svg') no-repeat center;
    filter: invert(1);
}
.text-image .pull-up{
    margin-top: -50px;
}
.controls.text-controls{
    width: auto!important;
    display: flex!important;
    align-items: center!important;
    top: -78px!important;
    gap: 5px!important;
}
.controls.text-controls .label{
    position: relative;
    top: 2px;
    font-size: 16px;
}
.controls.text-controls .swiper-button-prev, .controls.text-controls .swiper-button-next{
    position: relative!important;
    left: 0!important;
    right: 0!important;
    background: transparent!important;
}

.posts-carousel .intro h2:last-child{
    margin-bottom: 10px;
}
.flex-bottom{
    display: flex!important;
    flex-direction: column;
    justify-content: end;
}
.flex-bottom p:last-child{
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@media (min-width: 1350px) {
    .container {
        width:1350px
    }
}

@media (min-width: 1350px) {
    .col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
        float:left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.visible-xl {
    display: none !important
}

.visible-xl-block,.visible-xl-inline,.visible-xl-inline-block {
    display: none !important
}

@media (min-width: 1350px) {
    .visible-lg {
        display:none !important
    }

    .visible-xl {
        display: block !important
    }

    table.visible-xl {
        display: table !important
    }

    tr.visible-xl {
        display: table-row !important
    }

    th.visible-xl,td.visible-xl {
        display: table-cell !important
    }
}

@media (min-width: 1350px) {
    .visible-xl-block {
        display:block !important
    }
}

@media (min-width: 1350px) {
    .visible-xl-inline {
        display:inline !important
    }
}

@media (min-width: 1350px) {
    .visible-xl-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1350px) {
    .hidden-xl {
        display:none !important
    }

    .visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
        display: none !important
    }
}

.module{
	padding-top: 70px;
	padding-bottom: 70px;
    position: relative;
}
.module.remove_top_pad{
    padding-top: 0;
}
.module.remove_bottom_pad{
    padding-bottom: 0;
}
body:not(.block-editor-page) .container-fluid:not(.no-pad){
	padding-left: 80px!important;
	padding-right: 80px!important;
}
.editor-styles-wrapper .wp-block{
    max-width: 100%;
}
.txt-center{
    text-align: center;
}
.wp-image{
    max-width: 100%;
}
.button{
    font-weight: 400;
    border-radius: 10px;
    padding: 12px 15px;
    background: #9DB2BF;
    color: #27374D;
    display: inline-block;
    margin: 10px 0;
    min-width: 150px;
    text-align: center;
    border: 0!important;
}
.button:hover{
    text-decoration: none;
}
.button.text, .btn-style-text-wrap .button{
    background-color: transparent;
    color: var(--blue);
    padding: 0;
    min-width: 0;
    letter-spacing: 1px;
    position: relative;
    overflow: inherit;
    font-weight: bold;
}
.button.text:after, .btn-style-text-wrap .button:after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url('images/arrow-teal.svg') no-repeat center;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 2px;
    transition: all 0.2s ease-in-out;
}
.btn-style-text-wrap .button:after{
    width: 18px!important;
    opacity: 1!important;
    filter: unset!important;
    margin-left: 5px!important;
}
.btn-style-text-wrap .button:hover, .btn-style-text-wrap .button:not(.text):hover{
    padding-left: 0!important;
    padding-right: 0!important;
}
.dark_blue .button.text:after{
    filter: var(--filter-teal);
}
.coral .button.text:after{
    background: url('images/arrow-blue.svg') no-repeat center;
}
/*
.button.bg-contrast:not(.text):after{
    opacity: 0;
    right: 20px;
    position: absolute;
    top: 19px;
    filter: invert(1);
    margin-left: 0;
}
.button.bg-contrast:not(.text):hover:after, a:hover .button.bg-contrast:not(.text):after{
    opacity: 1;
    right: 15px;
}
*/
.button.bg-contrast:not(.text):after{
    filter: invert(1);
}
.button.text:hover, .btn-style-text-wrap .button:hover{
    background-color: transparent;
}
.button.text:hover:after, a:hover .button.text:after, .btn-style-text-wrap .button:hover:after{
    right: -10px;
}
.button.bg-contrast:not(.text, .for-black, .for-text){
  background-color: var(--blue);
  color: #fff;
}
.button.bg-contrast:not(.text, .for-black, .for-text):hover{
  color: #fff!important;
}
.box-link{
    display: block;
    padding: 40px;
    border-radius: 20px;
}
.box-link:hover{
    text-decoration: none;
}
.lg-pad .box-link{
    padding: 40px 40px 80px;
}
.lg-pad .box-link .button{
    margin-top: 0;
    bottom: 20px;
}
.links-group{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.links-group li{
    display: inline-block;
    margin: 0 20px 10px 0;
    padding-left: 0;
}
.links-group li:before{
    content: none;
}
.links-group li:last-child{
    margin-right: 0;
}
.gform .txt-center form{
    text-align: left;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center{
  align-items: center;
}

.flex-col-reverse{
  flex-direction: row-reverse;
}
.image-wrapper{
    margin: 0 0 20px;
}
.post-item a{
    color: inherit;
}
.content-wrapper h3{
    margin: 0 0 10px;
}
.intro{
    margin-bottom: 40px;
}
.flex-justify-center{
    display: flex;
    justify-content: center;
}
.module.cards .intro{
    margin-bottom: 40px;
}
.wp-block-button.teal{
    background: transparent;
}
.wp-block-button.teal .button{
    background: var(--teal);
    color: var(--blue);
}
.wp-block-button.teal .button:after{
    filter: var(--filter-blue);
}