/*
FF Block Suite General CSS
*/

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

:root {
  --electric_blue: #2D3185;
  --sky_blue: #14A2DC;
  --mint_green: #35B887;
  --navy_blue: #29345D;
  --light_blue: #9DC8EA;
  --white: #fff;
  --black: #000;
  --steel_blue: #105491;
  --jungle_green: #0C8264;
  --emerald_green: #038749;
  --teal_blue: #186C8B;
  --blue_lagoon: #007C82;
  --teal_stitch: #008196;
  --primary: var(--electric_blue);
  --secondary: var(--sky_blue);
  --tertiary: var(--mint_green);
  --text: #000;
  --gradient_1: linear-gradient(90deg,rgba(157, 200, 234, 1) 0%, rgba(0, 195, 137, 1) 100%);
  --gradient_2: linear-gradient(180deg,rgba(0, 163, 224, 1) 0%, rgba(23, 28, 143, 1) 100%);
  --gradient_3: linear-gradient(180deg,rgba(0, 195, 137, 1) 0%, rgba(5, 29, 73, 1) 100%);
  --gradient_4: linear-gradient(90deg,rgba(157, 200, 234, 1) 0%, rgba(0, 195, 137, 1) 60%, rgba(45, 52, 148, 1) 100%);
  --heading: "nunito", sans-serif;
  --body: "open-sans", sans-serif;
  --font-xl: 2.33em;
  --font-lg: 2.2em;
  --font-md_base: 1.55em;
  --font-md: 1.33em;
  --font-sm: 1.22em;
  --font-xs: 0.88em;
  --line-height-1: 1.15em;
  --line-height-2: 1.22em;
  --line-height-3: 1.33em;
  --filter-electric_blue: brightness(0) saturate(100%) invert(11%) sepia(73%) saturate(2656%) hue-rotate(231deg) brightness(112%) contrast(91%);
  --filter-sky_blue: brightness(0) saturate(100%) invert(57%) sepia(54%) saturate(6140%) hue-rotate(169deg) brightness(104%) contrast(84%);
  --filter-mint_green: brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(323%) hue-rotate(106deg) brightness(88%) contrast(93%);
  --filter-navy_blue: brightness(0) saturate(100%) invert(19%) sepia(9%) saturate(3242%) hue-rotate(190deg) brightness(96%) contrast(95%);
}

.electric_blue{
  background: var(--electric_blue);
}
.sky_blue{
  background: var(--sky_blue);
}
.mint_green{
  background: var(--mint_green);
}
.navy_blue{
  background: var(--navy_blue);
}
.black{
    background: #000;
}
.white{
    background: #fff;
}
.filter-electric_blue{
  filter: var(--filter-electric_blue);
}
.filter-sky_blue{
  filter: var(--filter-sky_blue);
}
.filter-mint_green{
  filter: var(--filter-mint_green);
}
.filter-navy_blue{
  filter: var(--filter-navy_blue);
}
.gradient_2 *:not(.button), .gradient_3 *:not(.button){
    color: #fff;
}

body {
    margin: 0;
    color: var(--blue)!important;
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
}
body.block-editor-page{
    font-weight: 400;
}
.dark_blue{
  background: var(--dark_blue);
}
.yellow{
  background: var(--yellow);
}
.green{
  background: var(--green);
}
.pink{
  background: var(--pink);
}
.sky_blue{
  background: var(--sky_blue);
}
.light_blue{
  background: var(--light_blue);
}
.steel_blue{
    background: var(--steel_blue);
}
.jungle_green{
    background: var(--jungle_green);
}
.emerald_green{
    background: var(--emerald_green);
}
.teal_blue{
    background: var(--teal_blue);
}
.blue_lagoon{
    background: var(--blue_lagoon);
}
.teal_stitch{
    background: var(--teal_stitch);
}
.black{
    background: #000;
}
.white{
    background: #fff;
}
.module .white{
    background: #fff;
}
.gradient_1{
    background: var(--gradient_1);
}
.gradient_2{
    background: var(--gradient_2);
}
.gradient_3{
    background: var(--gradient_3);
}
.gradient_4{
    background: var(--gradient_4);
}
.filter-dark_blue{
  filter: var(--filter-dark_blue);
}
.filter-yellow{
  filter: var(--filter-yellow);
}
.filter-pink{
  filter: var(--filter-pink);
}
.filter-green{
  filter: var(--filter-green);
}
.filter-sky_blue{
  filter: var(--filter-sky_blue);
}
.filter-light_blue{
  filter: var(--filter-light_blue);
}
.electric_blue *:not(.button), .navy_blue *:not(.button), .electric_blue label, .navy_blue label,
.steel_blue *:not(.button), .jungle_green *:not(.button), .emerald_green *:not(.button), .teal_blue *:not(.button),
.blue_lagoon *:not(.button), .teal_stitch *:not(.button){
    color: #fff;
}
.electric_blue label, .navy_blue label, .steel_blue label, .steel_blue .txt-btn, .navy_blue .txt-btn, .electric_blue .txt-btn,
.jungle_green .txt-btn, .emerald_green .txt-btn, .teal_blue .txt-btn, .blue_lagoon .txt-btn, .teal_stitch .txt-btn{
    color: #fff!important;
}
p{
    margin-bottom: 20px;
}

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

.acf-editor-wrap .button{
    min-width: 0;
    padding: 0;
}

blockquote{
  margin: 0 0 20px;
  font-family: var(--heading);
    font-weight: 700;
    font-style: normal;
  font-size: 32px;
  line-height: 36px;
  font-style: normal;
  color: var(--text);
}
blockquote p{
    margin-bottom: 5px;
}
blockquote cite{
    color: var(--text);
    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;
}
.quote-by{
    padding: 0;
}
.quote-by h5{
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0!important;
}
.quote-by p{
    font-style: italic;
    font-size: var(--font-xs);
    font-weight: 300;
}
#banner .wp-image.round{
    max-width: 525px;
}
.button, .btn, .gform_footer .button[type="submit"]{
  color: var(--white);
  font-family: var(--heading);
  font-weight: 700;
  font-size: var(--font-xs);
  line-height: 1.326em;
  padding: 12px 30px 15px;
  min-width: 250px;
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 40px;
  background-image: linear-gradient(to right, #2D3185, #1D2854, #20779A, #2D3185);
  background-size: 250% auto; /* make the gradient wider for animation */
  background-position: left center; /* initial position */
  transition: background-position 1.3s ease-in-out;
  moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.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;
}
.navy_blue .button, .navy_blue .btn, .navy_blue .gform_footer .button[type="submit"],
.steel_blue .button, .steel_blue .btn, .steel_blue .gform_footer .button[type="submit"]{
    background-image: linear-gradient(to right, #9DC8EA, #14A2DC, #14A2DC, #34B887);
    background-size: 250% auto; /* make the gradient wider for animation */
    background-position: left center; /* initial position */
    transition: background-position 1.3s ease-in-out;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--navy_blue);
}
.navy_blue .button:hover, .navy_blue .btn:hover, .navy_blue a:hover .button, .navy_blue a:hover .btn, .gform_footer .button[type="submit"]:hover,
.steel_blue .button:hover, .steel_blue .btn:hover, .steel_blue a:hover .button, .steel_blue 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;
}
.txt-btn{
    font-family: var(--body);
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    padding-right: 50px;
    position: relative;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.txt-btn:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    transition: all 0.2s ease-in-out;
    width: 35px;
    height: 35px;
    background-image: url('images/arrow-right-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.steel_blue .txt-btn:after, .emerald_green .txt-btn:after, .jungle_green .txt-btn:after, .teal_blue .txt-btn:after, .blue_lagoon .txt-btn:after,
.electric_blue .txt-btn:after, .navy_blue .txt-btn:after, .teal_stitch .txt-btn:after{
    background-image: url('images/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.txt-btn.gradient{
    padding-right: 50px;
}
.txt-btn.gradient:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    transition: all 0.2s ease-in-out;
    width: 35px;
    height: 32px;
    background-image: url('images/arrow-right-gradient.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.txt-btn:hover{
    color: #000;
    text-decoration: none!important;
}
.txt-btn:hover:after, a:hover .txt-btn:after{
    right: -10px;
}
.electric_blue .txt-btn:hover, .navy_blue .txt-btn:hover{
    color: #fff;
}
.sky_blue .txt-btn, .light_blue .txt-btn, .mint_green .txt-btn,
.sky_blue .txt-btn:hover, .light_blue .txt-btn:hover, .mint_green .txt-btn:hover{
    color: #000;
}

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;
}

.wp-block-columns .br.gradient_1{
    border-radius: 240px;
    padding: 50px 120px;
    gap: 60px;
}

.white .gradient_1 .button{
    color: #fff;
}

.white .gradient_1 .button:hover{
    color: var(--text);
}

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: 40%;
  float: left;
  padding-right: 10%;
  padding-right: 20px;
  padding-bottom: 40px;
}

.image-carousel .swiper .image{
  width: 50%;
  float: right;
  height: auto;
  max-width: 680px;
	border-radius: 0;
}

.image-carousel .swiper-pagination{
    width: 60px!important;
    left: 75px!important;
    bottom: 3px!important;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
}
.image-carousel .swiper-button-prev{
    left: 0!important;
}
.image-carousel .swiper-button-next{
    left: 52px!important;
}
.swiper-button-next, .swiper-button-prev{
    width: 42px!important;
    height: 38px!important;
    bottom: 0!important;
    left: 40px!important;
    margin-top: auto!important;
}
.navy_blue .swiper-button-next:after, .navy_blue .swiper-button-prev:after,
.electric_blue .swiper-button-next:after, .electric_blue .swiper-button-prev:after,
.steel_blue .swiper-button-next:after, .steel_blue .swiper-button-prev:after{
    filter: invert(1);
}
.posts-carousel .intro *{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.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: 42px;
    height: 38px;
    background: url('images/arrow-right-outline.svg') no-repeat;
    background-size: contain;
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after{
    background: url('images/arrow-right-black.svg') no-repeat;
    background-size: contain;
    filter: invert(1);
}
.white .swiper-button-next:after, .white .swiper-button-prev:after,
.mint_green .swiper-button-next:after, .mint_green .swiper-button-prev:after,
.light_blue .swiper-button-next:after, .light_blue .swiper-button-prev:after,
.white #timeline .controls div:not(.label):after{
    background: url('images/arrow-right-outline.svg') no-repeat;
    background-size: contain;
    filter: var(--filter-navy_blue);
}
.white .swiper-button-next:hover:after, .white .swiper-button-prev:hover:after,
.mint_green .swiper-button-next:hover:after, .mint_green .swiper-button-prev:hover:after,
.light_blue .swiper-button-next:hover:after, .light_blue .swiper-button-prev:hover:after,
.white #timeline .controls div:not(.label):hover:after{
    background: url('images/arrow-right-navy_blue.svg') no-repeat;
    background-size: contain;
    filter: unset;
}
.swiper-button-next, .swiper-button-prev{
    top: auto!important;
    bottom: 20px;
}
.swiper-button-prev{
    left: 0!important;
}
.swiper-button-next{
    left: 55px!important;
}
.card-item{
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-item .image-wrapper{
    margin-bottom: 20px;
}

.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;
}
.module ul:not(.cats), .wp-block-column ul{
    /*list-style: none;*/
    margin-bottom: 30px;
    padding-left: 22px;
}
.social-menu ul, .wp-block-list, .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;
}
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;
}
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;
}
.posts-list a{
  color: var(--blue);
}
.post-item{
  margin-bottom: 60px;
}
.post-item.resource{
    margin-bottom: 30px;
}
.post-item .image-wrapper{
    margin-bottom: 0;
}
.post-item .image-wrapper:not(.rounded){
    border-radius: 20px;
}
.post-item .content-wrapper{
    padding: 10px 0;
}
.post-item .image-wrapper img{
    margin-bottom: 0;
    border-radius: 20px;
}
.post-item a:hover, .post-item a:hover h4, .post-item a:hover p{
    color: #000;
}
.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-light_blue);
}
.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;
}
.padded-box{
    padding: 40px;
}
.br20{
    border-radius: 20px;
}
.post-item .image-wrapper.pdf img{
    width: 40px;
}
.wp-block-social-links svg{
    filter: invert(1);
}
.block-editor-block-list__layout .wp-block-social-links svg path{
    fill: #000;
}
.wp-block-social-links li:before{
    content: none!important;
}
.pdf-list li, .icon-list li{
    padding-left: 40px!important;
    margin-bottom: 20px!important;
}
.pdf-list li a, .plain-list li a, .icon-list li a{
    color: var(--text);
    text-decoration: none;
}
.pdf-list li:before{
    top: -1px!important;
    width: 26px!important;
    height: 28px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/pdf.svg') no-repeat center!important;
    filter: unset!important;
}
.plain-list li:before{
    content: none!important;
}
.plain-list li{
    padding-left: 0!important;
}
.block-editor-block-list__block.location:before{
    content: ''!important;
}
.wp-block-list li.location:before, .block-editor-block-list__layout .block-editor-block-list__block.location:before{
    top: 1px!important;
    left: 5px!important;
    width: 19px!important;
    height: 24px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/location.svg') no-repeat center!important;
    filter: grayscale(1)!important;
}
.wp-block-list li.phone:before{
    top: -3px!important;
    width: 32px!important;
    height: 32px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/phone.svg') no-repeat center!important;
    filter: grayscale(1)!important;
}
.wp-block-list li.email:before{
    top: -3px!important;
    width: 32px!important;
    height: 32px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/email.svg') no-repeat center!important;
    filter: grayscale(1)!important;
}
.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(--text)!important;
}
.wp-pagenavi a:hover{
    background-color: var(--electric_blue)!important;
    color: #fff!important;
	border-color: var(--electric_blue)!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: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.profile-list.cpr-4 .bio.headshot{
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.profile-list.cpr-3 .row{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.bio.headshot .content-wrapper {
    position: relative;
    border: 0;
    padding: 20px 0 56px;
    border-radius: 0;
}
.bio.headshot .button:after, .button.text.light_blue:after{
    filter: var(--filter-light_blue);
}
.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;
}
.profile-list.card-style-portrait .bio .wp-image{
    max-width: 100%;
}
.profile-list.card-style-portrait .bio.headshot{
    margin-bottom: 40px;
}
.profile-list.card-style-portrait .bio a{
    position: relative;
}
.profile-list.card-style-portrait .content-wrapper{
    position: absolute!important;
    bottom: 0;
    text-align: left;
    padding: 0 22px 22px;
    width: 100%;
}
.profile-list.card-style-portrait .bio.headshot .content-wrapper h4{
    margin-bottom: 10px;
    background: var(--electric_blue);
    border-radius: 20px;
    padding: 7px 20px;
    color: #fff;
    font-size: 1em;
    clear: both;
    display: inline-block;
    margin-right: 40px;
}
.profile-list.card-style-portrait .bio.headshot .content-wrapper .role{
    background: #fff;
    font-size: 1em;
    display: inline-block;
    border-radius: 20px;
    padding: 7px 20px;
    clear: both;
}
.module.testimonials{
    float: left;
    width: 100%;
}
.profile-list.card-style-portrait a:hover .content-wrapper h4{
    color: var(--text);
    background: var(--gradient_1);
}
.module.profile-list.minimised .intro h2{
    margin-bottom: 0;
}
.module.profile-list{
    padding-top: 0;
}
.bio.headshot a{
    color: var(--blue);
}
.bio h3.name{
    font-size: 24px;
    font-weight: 700;
    margin: 0 6px 4px 0;
}
.modal .bio h4{
    margin-left: 0;
    margin-right: 0;
}
.bio .button{
    width: 100%;
    margin: 0;
}
.bio.headshot a:hover{
    text-decoration: none;
}
.bio.headshot a:focus{
    color: var(--text);
}
.bio .role{
    font-size: 20px;
}
.bio .pad{
    padding-left: 40px;
    padding-right: 40px;
}
.profile-list .intro{
    margin-bottom: 40px;
}
.bio .wp-image{
    max-width: 230px;
}
.bio.headshot a:hover .txt-btn{
    color: var(--text);
}
.mask-1{
  -webkit-mask-image: url(../assets/images/mask-1.svg);
    mask-image: url(../assets/images/mask-1.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.mask-2{
  -webkit-mask-image: url(../assets/images/mask-2.svg);
    mask-image: url(../assets/images/mask-2.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
.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: calc(100vh - 60px);
  border-radius: 20px;
}

.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{
    width: calc(100% - 120px);
    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;
}
.modal .modal-body{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.single .entry-content .wp-block-columns h3{
    font-family: "merriweather", serif;
  font-weight: 700;
    margin-bottom: 20px;
}
.no-margin{
    margin: 0!important;
}
.no-mb{
    margin-bottom: 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 #timeline .content-wrapper{
    padding-top: 0;
}
.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;
}
#timeline .post-item h2{
    font-size: 80px;
    line-height: 1em;
    margin: 60px 0 20px;
}
.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(--light_blue);
}
.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(--mint_green);
}
.posts-carousel .swiper-button-prev{
    right: 60px;
}
.posts-carousel .swiper-button-prev:hover, .posts-carousel .swiper-button-next:hover{
    background-color: var(--light_blue);
}
.posts-carousel .swiper-button-prev:after, .posts-carousel .swiper-button-next:after{
    background-image: url('../assets/images/arrow-right.svg');
    display: inline-block;
    position: relative;
    left: 13px;
    background-size: 40px;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}
.posts-carousel .swiper-button-prev:hover:after, .posts-carousel .swiper-button-next:hover:after{
    background-image: url('../assets/images/arrow-right-navy_blue.svg');
    background-size: 40px;
}
.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: 50px;
}
.modal .bio:not(.no-pic) .content-wrapper{
    width: calc(100% - 270px);
    padding-right: 20px;
    float: left;
    position: relative!important;
}
.modal .bio .content-wrapper .role{
    padding: 0!important
}
.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);
}
.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(--light_blue);
}
.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: left;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}
.post-meta .date{
    display: inline-block;
    margin-right: 15px;
}
.post-meta p{
    font-size: 16px;
    margin-bottom: 5px!important;
}
.post-meta li{
    font-size: 16px;
    margin-bottom: 5px!important;
    font-style: normal;
    padding-left: 20px!important;
}
.post-item h4{
    margin-bottom: 20px;
}
.post-item li:before{
    filter: unset!important;
    width: 6px!important;
    height: 6px!important;
    top: 8px!important;
}
.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{
    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 h2{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 5px;
}
h2.md-base{
    font-size: var(--font-md_base);
    line-height: 36px;
    margin-bottom: 20px;
}
.full-posts-listing{
    float: left;
    width: 100%;
    padding-top: 60px;
    position: relative;
    z-index: 999;
}
.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(--mint_green);
    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);
}
.post-item.story a{
    border-radius: 20px;
    float: left;
    width: 100%;
    position: relative;
}
.post-item.story .content-wrapper{
    padding: 40px 40px 120px;
    border-radius: 20px;
}
.post-item.story .content-wrapper:before, .open-quote:before{
    content: '“';
    color: var(--dark_blue);
    font-size: 100px;
    line-height: 1em;
    font-family: "merriweather", serif;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 20px;
}
.dark_blue .post-item.story .content-wrapper:before{
    color: var(--blue);
}
.post-item.story .content-wrapper p{
    position: relative;
    z-index: 99;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.post-item.story .content-wrapper .story-meta p{
    margin-bottom: 0;
}
.post-item.story a:hover{
    background-color: var(--dark_blue);
    text-decoration: none;
}
.related.stories h2{
    margin-bottom: 40px;
}
.open-quote{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}
.open-quote:before{
    right: 0;
    top: 0;
    left: 0;
    line-height: 00;
}
.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;
}
.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);
}

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(.light_blue) .swiper-button-prev:hover:after, .posts-carousel.center-controls:not(.light_blue) .swiper-button-next:hover:after{
    background: url('../assets/images/arrow-light_blue.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.post-content ul, .post-content ol{
    padding-left: 20px;
    margin-bottom: 20px;
}
.gform-theme--framework .gfield_description{
    color: var(--blue)!important;
}
.blue-border{
    border: 1px solid var(--blue);
}
.swiper-wrapper h2{
    margin-bottom: 5px;
}
.post-item.history{
    position: relative;
}
.post-item.history .dot{
    content: '';
    width: 21px;
    height: 20px;
    position: absolute;
    left: 0;
    z-index: 999;
    margin-top: -8px;
}
.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 .image-wrapper{
    margin-bottom: 40px;
}
#timeline .swiper-slide .line{
    height: 2px;
    width: 100%;
    background: #2D3494;
    display: block;
    position: absolute;
}
#timeline .swiper-slide:first-child .line{
    background: #9DC8EA;
    background: linear-gradient(82deg,rgba(157, 200, 234, 1) 0%, rgba(157, 200, 234, 1) 80%, rgba(0, 195, 137, 1) 100%);
}
#timeline .swiper-slide:nth-child(2) .line{
    background: #00C389;
    background: linear-gradient(82deg,rgba(0, 195, 137, 1) 0%, rgba(0, 195, 137, 1) 80%, rgba(45, 52, 148, 1) 100%);
}
#timeline .swiper-slide .content-wrapper{
    padding-right: 30px;
}
#timeline{
    position: relative;
}
#timeline .hline{
    content: '';
    height: 2px;
    width: 100%;
    background: var(--gradient_4);
    display: block;
    position: absolute;
    left: 5px;
}
.electric_blue #timeline .hline, .navy_blue #timeline .hline{
    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: auto;
    top: -8px;
}
#timeline .controls div:not(.label){
    background-color: transparent;
}
#timeline .controls .swiper-button-prev{
    right: 210px;
}
.timeline-carousel.posts-carousel .intro{
    margin-bottom: 60px;
}
#timeline .controls{
    text-align: center;
    max-width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#timeline .controls .swiper-button-prev{
    right: auto;
    left: 0;
}
#timeline .controls .swiper-button-next{
    right: 0;
    left: auto;
}
#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;
}
.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-right.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(--light_blue);
    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(--mint_green);
}
.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;
}
#latest.news-listing .post-item{
    margin-bottom: 0;
}
#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: 0;
}
.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;
}
.resource.sand .box-link{
    background-color: #F2EFE3;
}
.resource.light_blue .box-link{
    background-color: #B6DCEC;
}
.resource.pink .box-link{
    background-color: #EDBFC0;
}
.resource.green .box-link{
    background-color: #C4E19D;
}
.resource.purple .box-link{
    background-color: #BCA0CB;
}
.resource.orange .box-link{
    background-color: #FFB9A5;
}
.resource .icons img{
    filter: var(--filter-blue);
}
.post-item.resource .post-actions{
    margin-bottom: 0!important;
    margin-top: 20px;
}
.resource .post-actions .downloadable-languages{
    border-radius: 28px;
    margin-top: 10px!important;
    background: var(--blue);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.post-item.resource .post-actions .downloadable-languages .label{
    font-weight: 300;
}
.post-item.resource h3 a:hover{
    text-decoration: underline;
}
.post-item.resource p{
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 0;
}
.post-item.resource .post-actions .downloadable-languages .label:after{
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    padding: 2px;
    position: relative;
    top: -4px;
    right: -8px;
}
.post-item.resource .post-actions .downloadable-languages.toggle .label:after{
    top: -2px;
}
.resource .post-actions .button{
    margin: 10px 0 0!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 300!important;
}
.resource.spotlight{
    border-radius: 20px;
}
.resource.spotlight .card-label{
    top: -25px;
    right: 20px;
    position: absolute;
    background: #FFB9A5;
    border-radius: 20px 20px 0 20px;
    color: var(--blue);
    padding: 16px 10px;
    z-index: 1;
    min-width: 300px;
    text-align: center;
}
.resource.spotlight .card-label img{
    width: 32px;
}
.resource.spotlight .card-label span{
    color: var(--blue);
    font-family: "merriweather", serif;
    font-size: 18px;
    margin-left: 6px;
    font-weight: 600;
}
.resource.spotlight .icons img{
    float: left;
    margin-right: 14px;
}
.resource.spotlight.blue .icons img{
    filter: invert(1);
}
.resource.spotlight .icons h4{
    font-style: italic;
    font-size: 16px;
    padding-top: 3px;
}
.resource.spotlight{
    font-size: 20px;
}
.resource.spotlight.blue .simplefavorite-button .heart{
    filter: invert(1) brightness(1) saturate(0);
}
.resource.spotlight .content-wrapper{
    text-align: left;
    margin-bottom: 20px;
}
.resource.spotlight .inner{
    float: left;
    width: calc(100% - 244px);
    padding-right: 30px;
}
.resource.spotlight .post-actions{
    width: 244px;
    float: left;
    margin-top: 0!important;
}
.resource.spotlight.blue .post-actions .simplefavorite-button{
    border-color: #fff;
    color: #fff;
}
.resource.spotlight.blue .post-actions .button{
    background: #fff!important;
}
.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);
}
.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;
}
#locations-map.map{
  background: #29345D!important;
}

@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: 100px;
	padding-bottom: 100px;
    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.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-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;
}
.posts-carousel .intro{
    margin-bottom: 40px;
}
/*
.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: 30px 0 20px;
    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;
}
.locations.card{
    max-width: 100%;
    float: left;
    max-height: auto;
}
.module-spacer, .wp-block-separator{
    float: left;
    width: 100%;
}
.module.cards .intro{
    margin-bottom: 40px;
}
.card-box .light_blue a *{
    color: var(--text);
}
.wp-block-button.light_blue{
    background: transparent;
}
.wp-block-button.light_blue .button{
    background: var(--light_blue);
    color: var(--blue);
}
.wp-block-button.light_blue .button:after{
    filter: var(--filter-blue);
}