/*
FF Block Suite General CSS
*/

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

:root {
--yellow : #FFE200;
--yellow70 : #FFEB4D;
--yellow30 : #FFF6B2;
--lilac : #D78ED8;
--lilac70 : #E3B0E4;
--lilac30 : #F3DDF3;
--watermelon : #FF595A;
--watermelon70 : #FF8B8B;
--watermelon30 : #FFCDCD;
--white : #fff;
--black : #202323;
--primary: var(--lilac);
--secondary: var(--yellow);
--tertiary: var(--watermelon);
--text : var(--black);
--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: "vag-rundschrift-d", sans-serif;
--body: "helvetica-neue-lt-pro", 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-yellow : brightness(0) saturate(100%) invert(78%) sepia(91%) saturate(928%) hue-rotate(356deg) brightness(98%) contrast(107%);
--filter-yellow70 : brightness(0) saturate(100%) invert(86%) sepia(92%) saturate(997%) hue-rotate(319deg) brightness(112%) contrast(105%);
--filter-yellow30 : brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(3313%) hue-rotate(319deg) brightness(109%) contrast(109%);
--filter-lilac : brightness(0) saturate(100%) invert(90%) sepia(57%) saturate(2246%) hue-rotate(247deg) brightness(88%) contrast(92%);
--filter-lilac70 : brightness(0) saturate(100%) invert(82%) sepia(48%) saturate(333%) hue-rotate(261deg) brightness(90%) contrast(99%);
--filter-lilac30 : brightness(0) saturate(100%) invert(99%) sepia(58%) saturate(2813%) hue-rotate(187deg) brightness(110%) contrast(91%);
--filter-watermelon : brightness(0) saturate(100%) invert(65%) sepia(60%) saturate(5628%) hue-rotate(325deg) brightness(105%) contrast(121%);
--filter-watermelon70 : brightness(0) saturate(100%) invert(67%) sepia(36%) saturate(4797%) hue-rotate(316deg) brightness(123%) contrast(105%);
--filter-watermelon30 : brightness(0) saturate(100%) invert(71%) sepia(12%) saturate(576%) hue-rotate(314deg) brightness(115%) contrast(104%);
--filter-white : invert(1);
--filter-black : brightness(0) saturate(100%) invert(8%) sepia(10%) saturate(504%) hue-rotate(131deg) brightness(96%) contrast(86%);
}

.yellow{
  background: var(--yellow);
} 
.yellow70{
  background: var(--yellow70);
}
.yellow30{
  background: var(--yellow30);
}
.lilac{
  background: var(--lilac);
} 
.lilac70{
  background: var(--lilac70);
}
.lilac30{
  background: var(--lilac30);
}
.watermelon{
  background: var(--watermelon);
} 
.watermelon70{
  background: var(--watermelon70);
}
.watermelon30{
  background: var(--watermelon30);
}
.black{
  background: var(--black);
}
.white{
  background: #fff;
}
.filter-yellow{
  filter: var(--filter-yellow);
}
.filter-yellow70{
  filter: var(--filter-yellow70);
}
.filter-yellow30{
  filter: var(--filter-yellow30);
}
.filter-lilac{
  filter: var(--filter-lilac);
}
.filter-lilac70{
  filter: var(--filter-lilac70);
}
.filter-lilac30{
  filter: var(--filter-lilac30);
}
.filter-watermelon{
  filter: var(--filter-watermelon);
}
.filter-watermelon70{
  filter: var(--filter-watermelon70);
}
.filter-watermelon30{
  filter: var(--filter-watermelon30);
}
.filter-white{
  filter: var(--filter-white);
}
.filter-black{
  filter: var(--filter-black);
}

h1, h2, h3, h4{
  font-family: var(--heading);
}

h5, h6{
  font-family: var(--body);
}

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


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

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

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

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


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

.button:hover, .btn:hover, a:hover .button, a:hover .btn, .gform_footer .button[type="submit"]:hover{
    background-position: right center;
    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.txt-btn{
    font-family: var(--body);
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    padding: 0 7px;
    position: relative;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.txt-btn:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    background: var(--lilac70);
    width: 100%;
    height: 7px;
    border-radius: 20px;
}
.white .txt-btn:after{
    background: var(--yellow);
}
.white .lilac70 .txt-btn:after{
    background: var(--lilac30);
}
.lilac30 .txt-btn:after, .yellow .txt-btn:after, .watermelon30 .txt-btn:after{
    background: var(--lilac70);
}
.watermelon70 .txt-btn:after{
    background: var(--watermelon30);
}
.txt-btn.play span:after{
    content: '';
    width: 25px;
    height: 25px;
    background: url('images/play-outline.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 4px;
    filter: var(--filter-black);
}
.txt-btn span{
    position: relative;
    z-index: 9;
}
.txt-btn:hover{
    color: var(--text);
    text-decoration: none!important;
}
.txt-btn:hover:after, a:hover .txt-btn:after{
    height: 100%;
}
.lilac .txt-btn:hover, .navy_blue .txt-btn:hover{
    color: #fff;
}

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
}

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: 100%;
  float: left;
  height: auto;
  margin-bottom: 30px;
}

.image-carousel .swiper{
    padding-bottom: 42px;
}

.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{
    right: 0!important;
    left: auto!important;
}
.image-carousel.desc-enabled .swiper{
    padding-bottom: 62px;
}
.image-carousel.desc-enabled .controls{
    bottom: 30px;
    right: 35px;
}

.swiper-button-next, .swiper-button-prev{
    width: 42px!important;
    height: 42px!important;
    bottom: 0!important;
    left: 40px!important;
    margin-top: auto!important;
    border-radius: 50%;
}
.navy_blue .swiper-button-next:after, .navy_blue .swiper-button-prev:after,
.lilac .swiper-button-next:after, .lilac .swiper-button-prev:after,
.steel_blue .swiper-button-next:after, .steel_blue .swiper-button-prev:after{
    filter: invert(1);
}
.image-carousel .container-fluidx .row{
    margin-left: 0;
    margin-right: 0;
}
.image-carousel .container-fluidx .col-xs-12{
    padding-left: 0;
    padding-right: 0;
}
.image-carousel .swiper-slide-shadow-left, .image-carousel .swiper-slide-shadow-right{
    display: none!important;
    opacity: 0!important;
}
.image-carousel.album .swiper-slide-next{
    padding-left: 50px;
}
.image-carousel.album .swiper-slide-prev{
    padding-right: 50px;
}
.image-carousel.album .swiper-slide{
    opacity: 0;
}
.image-carousel.album .swiper-slide-prev {
  transform: rotate(-4deg) scale(0.92)!important;
  z-index: 1;
  opacity: 1;
  padding-top: 40px!important;
}
.image-carousel.album .swiper-slide-next {
  transform: rotate(4deg) scale(0.92)!important;
  z-index: 1;
  opacity: 1;
  padding-top: 40px!important;
}
.image-carousel.album .swiper-slide-active {
  transform: rotateY(0deg) scale(1);
  z-index: 2;
  opacity: 1;
}
.image-carousel.album .swiper-play-control{
    display: none!important;
}
.image-carousel.album .controls{
    width: 100%;
}
.image-carousel.album .swiper-button-prev{
    left: 33.33%!important;
}
.image-carousel.album .swiper-button-next{
    right: 33.33%!important;
}
.image-carousel.album .swiper .image{
    margin-bottom: 10px;
}
.image-carousel .swiper-pagination span.swiper-pagination-bullet-active{
    display: block!important;
}
.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, .swiper-button-next{
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--text);
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ''!important;
    width: 42px;
    height: 42px;
    background: url('images/arrow-sm-right.svg') no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-position: center;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    background-color: var(--text);
}
.swiper-button-prev:hover:after, .swiper-button-next:hover:after{
    filter: invert(1);
}
.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, .icon-list{
    /*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, .icon-list{
    padding-left: 0!important;
    list-style: none!important;
}
.module ul:last-child, .wp-block-column ul:last-child{
    margin-bottom: 0;
}
.wp-block-list:not(.contact-list) li{
    margin-bottom: 10px;
}
.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%;
}
.modal .modal-content .iframe-wrapper{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    max-height: 50%;
}
.modal .modal-content .iframe-wrapper iframe{
    max-height: calc(100vh - 210px);
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    padding-top: 0;
}
.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: 20px;
  padding: 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(--black);
    font-weight: normal!important;
    font-size: var(--font-xs)!important;
}
.gform_footer{
    display: block!important;
}
.gform_footer .button{
    float: right;
}
.gfield.for-calc-only{
    display: none!important;
}
a{
    color: var(--black);
}
.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;
}
.flex-align-end{
    align-items: end!important;
}
.txt-right{
  text-align: right;
}
.txt-center{
  text-align: center;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center{
  align-items: center;
}
.flex-justify-center{
  justify-content: center;
}
.flex-sb{
  justify-content: space-between;
}
.flex-col-reverse{
  flex-direction: row-reverse;
}
.wp-block-column p.has-medium-font-size{
    font-size: var(--font-sm)!important;
}
.svg{
  width: 0;
  height: 0;
}
.posts-list a{
  color: var(--black);
}
.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: 20px 20px 30px;
    position: relative;
}
.listing-gallery .post-item .content-wrapper{
    padding: 20px 0;
}
.listing-gallery .post-item h4{
    margin-bottom: 10px!important;
}
.post-item.news .content-wrapper{
    padding-bottom: 50px;
}
.post-item.news .content-wrapper .post-meta{
    position: absolute;
    bottom: 25px;
}
.post-item.news .content-wrapper .post-meta p{
    margin: 0!important;
}
.post-item.news .content-wrapper .txt-btn{
    position: absolute;
    right: 20px;
    bottom: 25px;
}
.full-posts-listing:not(.listing-gallery) .post-item:not(.resource, .event, .news) .image-wrapper,
.full-posts-listing:not(.listing-gallery) .post-item:not(.event) .image-wrapper img,
.related-posts:not(.listing-gallery) .post-item .image-wrapper,
.related-posts:not(.listing-gallery, .latest-events) .post-item .image-wrapper img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 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: var(--text);
}
.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 span, .job-type{
    display: inline-block;
    float: left;
    margin: 0 7px 5px 0;
    font-style: italic;
    font-size: var(--font-xs);
    font-weight: 400;
    background: var(--lilac30);
    border-radius: 24px;
    padding: 3px 12px 5px;
    line-height: 1em;
}
.post-item .image-wrapper.pdf{
    width: 75px;
    border-right: 1px solid var(--black);
    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, .padded.box{
    padding: 40px;
}
.br20, .box{
    border-radius: 20px;
    overflow: hidden;
}
.br40{
    border-radius: 40px;
}
#breadcrumbs + .br40.module{
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    padding-top: 40px;
}
.right_rounded{
    border-top-right-radius: 160px!important;
    overflow: hidden;
}
.top_bottom_rounded{
    border-radius: 0!important;
    overflow: hidden;
    width: 100%;
    mask: url(#roundedMask);
    -webkit-mask: url(#roundedMask);
}
.card-box.image .wrapper.top_bottom_rounded .content-wrapper{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
.cards.style-image .image-wrapper, .cards.style-image .image-wrapper img{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.post-item .image-wrapper.pdf img{
    width: 40px;
}
.block-editor-block-list__layout .wp-block-social-links svg path{
    fill: var(--black);
}
.wp-block-social-links li:before{
    content: none!important;
}
.pdf-list li, .icon-list:not(.features) li{
    padding-left: 40px!important;
    margin-bottom: 10px!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: 1px!important;
    width: 18px!important;
    height: 24px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/location.svg') no-repeat center!important;
    filter: grayscale(1)!important;
    background-size: 16px!important;
}
.wp-block-list li.phone:before{
    top: -3px!important;
    width: 22px!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: 22px!important;
    height: 32px!important;
    background: url('/wp-content/plugins/ff-block-suite/assets/images/email.svg') no-repeat center!important;
    filter: grayscale(1)!important;
}
.wp-block-list.icons li a{
    text-decoration: none;
    font-weight: 600;
}
.wp-block-list.icons li a:hover{
    text-decoration: underline;
}
.post-item .excerpt{
    margin: 0 0 20px;
    padding-right: 30px;
}
.spotlight.posts-list .image-wrapper img{
    margin-bottom: 0;
}
.post-item a{
    display: block;
    text-decoration: none;
}
.post-item a:hover{
    text-decoration: none!important;
    color: var(--black);
}
.post-item a:hover h2{
    color: var(--black);
}
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(--black);
}
.wp-pagenavi .pages{
    border: 0;
}
.wp-pagenavi a{
    border-color: var(--text)!important;
}
.wp-pagenavi a:hover{
    background-color: var(--lilac)!important;
    color: #fff!important;
	border-color: var(--lilac)!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(--black);
}
.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(--black)!important;
  color: #fff!important;
}
.gform_wrapper .gf_step_number{
  border: 1px solid var(--black)!important;
  background: #fff!important;
  color: var(--black)!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(--black)!important;
  border-color: var(--black)!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(--black)!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(--black)!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: 30px;
    float: left;
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.bio.headshot a{
    position: relative;
}
.bio.headshot .image-wrapper{
    position: relative;
}
.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: absolute;
    border: 0;
    padding: 15px 20px;
    border-radius: 0;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    background: #fff;
    border: 1px solid var(--black);
    border-radius: 15px;
}
.bio.headshot .button{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--black)!important;
    border-bottom: 1px solid var(--black)!important;
    border-radius: 0!important;
    padding: 15px 10px;
}
.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(--lilac);
    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;
}
.bio.headshot a{
    color: var(--black);
}
.bio h3.name{
    font-size: 36px;
    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: 18px;
    margin-bottom: 0;
}
.bio .pad{
    padding-left: 0;
    padding-right: 0;
}
.profile-list .profile-group{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.profile-list .intro{
    margin-bottom: 30px;
}
.profile-list .profile-group .image-wrapper img{
    width: 100%;
}
.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: 0;
  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 - 100px);
  border-radius: 20px;
  height: 100%;
  height: auto;
}

.modal .modal-dialog.auto-height{
    height: auto;
}

.modal .modal-content{
  padding: 70px;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modal .modal-dialog .close span{
  font-size: 1.125em;
  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;
  font-size: 1em;
  width: 100px;
  display: flex;
  align-items: center;
}
.modal .modal-dialog .close:before, .modal .modal-dialog .close:after{
    content: none;
}
.modal .modal-dialog .close:after{
    content: '';
    background: url('images/x-circle.svg') no-repeat center;
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
    opacity: 1;
    background-size: auto;
    transform: none!important;
}
.profile-list .modal .modal-dialog{
    width: calc(100% - 120px);
    max-width: 1320px;
    height: auto;
}

.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;
}
.modal .modal-dialog:not(.modal-dialog-scrollable) .modal-body{
    overflow: hidden;
}
.no-margin{
    margin: 0!important;
}
.no-mb{
    margin-bottom: 0!important;
}
.wp-block-separator{
    border-color: var(--black);
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid;
}
.post-item.image-gall .inner{
    position: relative;
}
.post-item .status{
    position: absolute;
    top: 20px;
    color: #fff;
    font-size: var(--font-xs);
    line-height: 1em;
    border-radius: 28px;
    padding: 8px 16px;
    z-index: 3;
    right: 20px!important;
    left: auto!important;
    width: auto;
}
.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(--black)!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 .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(--black);
}
.posts-carousel  .content-wrapper .meta{
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
    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(--black);
    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: relative;
    width: 100px;
}
.posts-carousel .header.intro h2{
    margin-bottom: 0!important;
    margin-right: 40px;
}
.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{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    left: auto!important;
    top: 0!important;
}
.posts-carousel .swiper-button-prev{
    right: auto;
    left: 0;
}
.posts-carousel .swiper-button-prev:after, .posts-carousel .swiper-button-next:after{
    background-image: url('../assets/images/arrow-sm-right.svg');
    display: inline-block;
    position: relative;
    left: 0;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}
.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: 370px;
    float: left;
    margin-right: 90px;
}
.modal .bio:not(.no-pic) .image-wrapper img{
    width: 100%;
}
.modal .bio:not(.no-pic) .content-wrapper{
    width: calc(100% - 460px);
    padding-right: 20px;
    float: left;
    position: relative!important;
}
.modal .bio .content-wrapper .role{
    padding: 0!important;
    margin-bottom: 10px!important;
    font-size: 24px;
}
.modal .bio .post-tags.lozenge{
    position: relative;
    left: 0;
    bottom: 0;
    flex-direction: row;
    gap: 10px;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.modal .bio .post-tags.lozenge li{
    display: inline-block !important;
    float: left;
    clear: none;
    width: auto !important;
    margin-right: 10px;
}
.modal .bio .post-tags.lozenge li span{
    background: var(--lilac70);
    display: inline-block;
}
.image-gall .image-wrapper{
    position: relative;
}
.image-gall .controls{
    position: absolute;
    left: 0;
    bottom: calc(50% - 22px);
    width: 100%;
}
.image-gall .controls .swiper-button-next, .image-gall .controls .swiper-button-prev,
.block-controls .swiper-button-prev, .block-controls .swiper-button-next{
    width: 44px;
    height: 44px;
    background-color: #fff;
    bottom: 0;
    left: auto!important;
    border-radius: 50%;
}
.image-gall .controls .swiper-button-next{
    right: 10px!important;
}
.image-gall .controls .swiper-button-prev{
    left: 10px!important;
}
.image-gall .controls div:hover, .block-controls div:hover{
    background-color: var(--text);
}
.image-gall .content-wrapper .cats.lozenge{
    position: relative!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    margin-bottom: 10px;
}
.image-gall .content-wrapper .cats.lozenge li span{
    background: var(--lilac30);
    padding: 10px 15px;
}
.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{
    
}
.block-editor-page .wp-block-acf-module-spacer .acf-block-preview .module-spacer:before{
    content: 'Spacer';
    font-family:  var(--body);
}
.block-editor-page .wp-block-acf-module-spacer .acf-block-preview .module-spacer{
    border: 1px dashed #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-editor-block-list__block.wp-block-columns{
    clear: left;
}
.wp-core-ui .button{
    padding: 0 5px!important;
    min-width: 0!important;
}
.edit-post-layout .acf-block-preview .button{
    color: var(--black);
    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(--black);
    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;
}
.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;
}
.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;
    font-size: 1em;
}
.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: 12px!important;
}
.post-item h4:not(.no-mg-bottom){
    margin-bottom: 20px;
}
.no-mg-bottom{
    margin-bottom: 0;
}
.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{
    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;
}
.post-meta .date{
    margin-bottom: 10px;
}
.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(--black);
    color: #fff;
}
.flex-justify-sb{
    display: flex;
    justify-content: space-between;
}
.flex-justify-center{
    display: flex;
    justify-content: center;
}
.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(--text);
    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;
    min-height: 400px;
}
.post-item.story .featured-image{
    width: 50%;
    float: left;
    background-size: cover;
    height: 100%;
    position: absolute;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.post-item.story .content-wrapper{
    padding: 60px 40px 120px;
    float: right;
    width: 50%;
    position: static;
}
.post-item.story .content-wrapper .txt-btn{
    position: absolute;
    bottom: 50px;
}
.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 blockquote{
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0;
}
.post-item.story a:hover{
    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;
}
.module{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.module.gform{
    padding-top: 80px;
    padding-bottom: 90px;
}
.module.remove_top_pad{
    padding-top: 0;
}
.module.remove_bottom_pad{
    padding-bottom: 0;
}
.image-carousel.module:first-child{
    padding-top: 75px;
}
.no-pad{
    padding-left: 0!important;
    padding-right: 0!important;
}
.no-pad-top{
    padding-top: 0;
}
.no-pad-less_top.module{
    padding-top: 100px;
}
.no-pad-less_bottom.module{
    padding-bottom: 100px;
}
.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(--black);
    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;
}
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(--black)!important;
}
.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(--black);
    position: absolute;
    left: 0;
    top: 48px;
    border-radius: 50%;
}
.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;
}
.lilac #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.less-pad-bottom, .cards.no-pad-less_bottom.module{
    padding-bottom: 40px!important;
}
.module.less-pad-top{
    padding-top: 100px!important;
}
.module.google-map .acf-map{
    margin: 0;
    height: 610px;
}
.contact-list{
  list-style: none;
}
.contact-list:not(.padded){
  padding-left: 0!important;
}
.contact-list li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.posts-carousel .contact-list li{
    font-weight: 400;
}
.contact-list li a, .contact-list li.map-pin.no-link{
  display: block;
  text-decoration: none;
}
.contact-list li.phone a:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/phone.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}

.contact-list li.email a:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/email.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.contact-list li.map-pin a:before, .contact-list li.map-pin.no-link:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/map-pin.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.contact-list li.date a:before, .contact-list li.date.no-link:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/calendar.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.contact-list li.time a:before, .contact-list li.time.no-link:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/clock.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.contact-list li.bookmark a:before, .contact-list li.bookmark.no-link:before{
  content: '';
  background: url('/wp-content/plugins/ff-block-suite/assets/images/bookmark.svg') no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.flex.gap-30{
    gap: 30px;
}
.black .contact-list li a:before, .black .contact-list li:before{
  filter: invert(1);
}
.black .contact-list li a:hover{
  color: #fff;
}
.contact-list li.no-link{
  padding-left: 30px;
}
.wp-block-social-links{
  padding-left: 0!important;
}
.contact-list li .extra-info{
    margin-top: 7px;
    font-weight: 600;
}
.contact-list li .extra-info p{
    margin-bottom: 10px!important;
    color: var(--text);
}
.wp-block-button.text .button{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: var(--black);
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}
.wp-block-button.text .button:after{
    background: url('/wp-content/plugins/ff-block-suite/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;
}
#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, .news, .event) .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(--black);
    text-align: center;
    position: relative;
}
.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;
}
p.large-text{
  font-size: 1.325em;
  margin-bottom: 30px;
}
#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{
    padding: 20px 0 0;
}
#breadcrumbs a, #breadcrumbs .separator{
    margin-right: 14px;
}
#breadcrumbs .separator:after{
    content: '';
    display: inline-block;
    border: solid var(--text);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: -4px;
}
#breadcrumbs a{
    font-weight: 700;
    text-decoration: none;
}
#breadcrumbs a:hover{
    text-decoration: underline;
}
#breadcrumbs.black .separator:after{
    border-color: #fff;
}
#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;
}
.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(--black);
    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(--black);
    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(--black);
    font-family: "merriweather", serif;
    font-size: 18px;
    margin-left: 6px;
    font-weight: 600;
}
.resource.spotlight .icons img{
    float: left;
    margin-right: 14px;
}
.resource.spotlight .icons h4{
    font-style: italic;
    font-size: 16px;
    padding-top: 3px;
}
.resource.spotlight{
    font-size: 20px;
}
.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;
}
.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: absolute;
    bottom: 0;
    right: 0;
    width: 146px;
    z-index: 99;
    height: 42px;
}
.image-carousel .content{
    margin-bottom: 40px;
    padding-right: 60px;
}
.image-carousel .content.no-content{
    margin-bottom: 0;
}
.image-carousel.module{
    padding-bottom: 40px!important;
}
.swiper-play-control{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    border: 0;
    left: 52px;
    background: url('../assets/images/pause.svg') no-repeat center;
    background-size: contain;
}
.swiper-play-control.playing{
    background: url('../assets/images/pause.svg') no-repeat center;
}
.swiper-play-control.paused{
    background: url('../assets/images/play.svg') no-repeat center;
    border: 2px solid var(--text)!important;
}
.swiper-play-control:focus{
    outline: none!important;
}
.swiper-play-control.playing:focus{
    border: 0!important;
}
.swiper-play-control.paused:focus{
    outline: none!important;
    border: 2px solid var(--text)!important;
}
.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;
}
.posts-carousel .post-item .post-tags.lozenge{
    top: auto;
    bottom: 20px;
    margin-bottom: 0;
}
.posts-carousel .post-item .contact-list{
    margin-top: 0;
}
#locations-map.map{
  background: #29345D!important;
}
.gform.layout-grid .intro{
    padding-right: 40px;
    padding-top: 40px;
}
.gform_wrapper:not(.grid_wrapper) .gform_fields{
  display: block!important;
}
#breadcrumbs + .banner h1{
    font-size: var(--font-xxl);
    line-height: 1.11em;
}
.single .related-posts .excerpt{
    display: none;
}
.single .related-posts .post-item h4.no-mg-bottom{
    margin-bottom: 20px;
}
.icon-link.download, .icon-link.external{
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
}
.icon-link.download:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('images/download.svg') no-repeat;
}
.icon-link.external:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('images/external.svg') no-repeat;
}
.latest-featured .intro{
    padding-top: 30px;
}
.latest-featured:not(.white) .post-item a{
    background: #fff!important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}
.box.padd{
    padding: 50px 40px!important;
}
.gform .full-width-wrapper{
    padding: 60px 109px 50px;
    overflow: unset;
}
.gform .full-width-wrapper .gform_wrapper{
    margin-top: 40px;
    margin-bottom: 90px;
}
.gform .full-width-wrapper .gform_wrapper.gridx_wrapper{
    margin-bottom: 0;
}
.gform .full-width-wrapper .intro{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.gform .full-width-wrapper #gform_7{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.gform .full-width-wrapper #gform_7 .gform-body{
    width: 100%;
}
.gform .full-width-wrapper #gform_7 .gform-footer{
    margin-top: 18px!important;
}
.max-width-450{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.module.text-image.img-pos-left-rectangle .container-fluid{
  padding-left: 0!important;
  margin-left: -5%;
}
.module.text-image.img-pos-right-rectangle .container-fluid{
  padding-right: 0!important;
  margin-right: -5%;
}
#page-content .module:first-child h1{
    font-size: var(--font-xxl);
}
.cta .content p:last-child, .cta .wrapper .links-group li:last-child{
    margin-bottom: 0;
}
.cta .wrapper.flex{
    gap: 40px;
}
.cta .box.padded.right_rounded{
    padding-right: 106px!important;
}
.swiper-slide .bio.headshot{
    width: 100%;
    max-width: 100%;
}
.bio.headshot .content-wrapper{
    position: absolute;
    border: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0;
    background: transparent;
    position: relative;
}
.bio.headshot .content-wrapper .inner{
    padding: 15px 50px 15px 20px;
    float: left;
    width: 100%;
    position: relative;
}
.bio.headshot .content-wrapper .inner:after{
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background: url('images/arrow-sm-right.svg') no-repeat center;
    background-size: contain;
    border: 2px solid var(--text);
    border-radius: 50%;
}
.bio.headshot a:hover .content-wrapper .inner:after{
    background-color: #fff;
    filter: invert(1);
    border-color: #fff;
}
.bio.headshot .content-wrapper h4{
    margin-bottom: 0;
    font-size: 1em;
}
.bio.headshot .cover-image{
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bio.headshot .featured-image{
    transition: all 0.2s ease-in-out;
}
.bio.headshot a:hover .cover-image{
    opacity: 1;
}
.bio.headshot a:hover .featured-image{
    opacity: 0;
}
.bio.headshot .content-wrapper .post-tags.lozenge{
    position: relative!important;
    flex-direction: column;
    align-items: flex-start;
}
.bio.headshot a:hover .content-wrapper{
    background: transparent;
}
.wp-block-social-links li a{
    display: flex;
}
.grouped-links .links-group{
    margin-top: 20px;
}
.grouped-links li a{
    margin-top: 0!important;
    min-width: 100px;
}
.grouped-links h2{
    float: left;
    margin-right: 37px;
}
#faqs .wp-block-column:nth-child(2){
    flex-basis: 65%!important;
}
ol.wp-block-list{
    padding-left: 20px;
}
ol.wp-block-list li::marker{
    font-weight: bold;
}

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


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(--black);
    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: 50px;
    padding-top: 2px;
}
/*
.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(--black);
  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: 40px 0 20px;
    padding: 0;
}
.links-group li{
    display: inline-block;
    margin: 0 10px 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;
}
.flex-justify-start{
    display: flex;
    justify-content: flex-start;
}
.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(--black);
}
.wp-block-button.light_blue .button:after{
    filter: var(--filter-blue);
}