/*
FF Block Suite General CSS
*/

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

:root {
  --sky_blue: #52C3F1;
  --violet: #9E6BAB;
  --red: #ED1C24;
  --kiwi: #A0C36C;
  --light_grey: #F7F7F5;
  --mid_grey: #E6E2E3;
  --white: #fff;
  --black: #1b1f24;
  --sunflower: #FFC23E;
  --lilac: #DC97F9;
  --orange: #D6310D;
  --brown: #4C2223;
  --muted_black: #1E1E1E;
  --off_white: #FDFBEA;
  --purple: #AA22E4;
  --blue: #74B9DB;
  --filter-purple: invert(19%) sepia(58%) saturate(5765%) hue-rotate(278deg) brightness(96%) contrast(96%);
  --filter-sunflower: invert(81%) sepia(75%) saturate(1069%) hue-rotate(324deg) brightness(101%) contrast(102%);
  --filter-orange: invert(30%) sepia(94%) saturate(5513%) hue-rotate(3deg) brightness(89%) contrast(90%);
  --filter-lilac: invert(80%) sepia(47%) saturate(3583%) hue-rotate(213deg) brightness(100%) contrast(96%);
  --filter-brown: invert(16%) sepia(33%) saturate(944%) hue-rotate(308deg) brightness(92%) contrast(96%);
  --filter-muted_black: invert(8%) sepia(0%) saturate(340%) hue-rotate(191deg) brightness(92%) contrast(90%);
  --filter-blue: invert(66%) sepia(35%) saturate(463%) hue-rotate(155deg) brightness(99%) contrast(88%);
  --filter-off_white: invert(99%) sepia(36%) saturate(376%) hue-rotate(324deg) brightness(101%) contrast(98%);
  --font-xl: 3em;
  --font-lg: 2.5em;
  --font-md: 1.5em;
  --font-sm: 1.25em;
  --font-xs: 0.11em;
  --line-height-1: 1.125em;
  --line-height-2: 1.2em;
  --line-height-3: 1.3em;
}

.block-editor-block-list__layout{
	width: 100%;
}

body {
    margin: 0;
    color: var(--black)!important;
    font-size: 16px;
    font-family: "RecifeText", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body.block-editor-page{
    font-weight: 400;
}
.sky_blue{
  background: var(--sky_blue);
}
.violet{
  background: var(--violet);
}
.red{
  background: var(--red);
}
.kiwi{
  background: var(--kiwi);
}
.light_grey{
  background: var(--light_grey);
}
.mid_grey{
  background: var(--mid_grey);
}
.light_grey{
  background: var(--light_grey);
}
.white{
    background: var(--white);
}
.black{
    background: var(--black);
}
.off_white{
    background: var(--off_white);
}
.sunflower{
    background: var(--sunflower);
}
.orange{
    background: var(--orange);
}
.lilac{
    background: var(--lilac);
}
.purple{
    background: var(--purple);
}
.brown{
    background: var(--brown);
}
.muted_black{
    background: var(--muted_black);
}
.blue{
    background: var(--blue);
}
.sunflower-30{
    background: #FFC23E30;
}
p{
    margin-bottom: 20px;
}

.blue *:not(.button){
    color: var(--muted_black);
}

.orange *:not(.button){
    color: var(--off_white);
}

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

blockquote{
  margin: 0 0 20px;
  font-family: "RecifeText", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--violet);
  font-size: var(--font-md);
  line-height: var(--line-height-2);
}
.quote{
    font-size: 24px;
    line-height: 32px;
    font-family: "RecifeText", sans-serif;
    font-weight: normal;
}
.quote-by{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.quote-by p{
    margin-bottom: 5px;
}
.image-carousel h1, .image-carousel h2{
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 15px;
    font-family: 'HammerBold', sans-serif;
}

.image-carousel p{
    font-size: var(--font-sm);
    line-height: 1.3em;
}
.image-carousel .button-group{
    margin-top: 30px;
}
/*
.image-carousel:before{
    content: '';
    display: block;
    position: absolute;
    width: 346px;
    height: 224px;
    background: url('/wp-content/themes/lottery/assets/images/hero-circles1.svg') no-repeat;
    right: -60px;
    top: -65px;
}
.image-carousel:after{
    content: '';
    display: block;
    position: absolute;
    width: 575px;
    height: 431px;
    background: url('/wp-content/themes/lottery/assets/images/hero-circles2.svg') no-repeat;
    left: -160px;
    bottom: -100px;
}
*/
.button-group{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.button-group .button{
    margin: 0 20px 10px 0;
}
.rounded{
    border-radius: 50%;
}

.button, .wp-block-button a{
  background: var(--orange);
  color: var(--off_white);
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0!important;
  border-radius: 0;
  display: inline-block;
  padding: 12px 47px;
  transition: all 0.2s ease-in-out;
  text-decoration: none!important;
}
.button.black, .wp-block-button.black a{
    background-color: var(--black);
}

.module.black *, .module.red *{
  color: var(--white);
}
.partners img{
    max-height: 120px;
    width: auto;
}
.partners figure{
    text-align: center;
    padding: 0;
}
.banner-bg{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    height: 100%;
    background-position: left bottom;
}
.image-carousel .content{
    padding: 27px;
}

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
}

h1{
    font-size: var(--font-xl);
    line-height: 1.1em;
    margin: 0 0 20px;
}
h2{
    font-size: var(--font-lg);
    line-height: 1.1em;
    margin: 0 0 20px;
}
h3{
    font-size: var(--font-md);
    line-height: 1.3em;
    margin: 0 0 20px;
}
h4{
    font-size: var(--font-sm);
    line-height: 1.3em;
    font-weight: 400;
    margin: 0 0 10px;
}

h6{
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.4em;
    font-family: 'RecifeText', sans-serif;
}

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
}

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{
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-carousel .swiper .content{
  width: 41.65%;
  float: left;
}

.image-carousel .container-fluid{
    position: relative;
    z-index: 3;
}
.image-carousel .swiper .content p{
    max-width: 500px;
}
.image-carousel{
    overflow: hidden;
}
.image-carousel .scn-assets .caravan{
    position: absolute;
    right: -120px;
    bottom: -40px;
    max-width: 50%;
    z-index: 2;
}
.image-carousel .scn-assets .notes{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 52%;
    z-index: 1;
}

.image-carousel .swiper .image{
  width: 42%;
  float: right;
  height: auto;
  width: 66.66%;
  position: absolute;
  right: 0;
  top: 40px;
  position: relative;
  width: 100%;
  top: 0;
}

.image-carousel .swiper-pagination{
    width: 80px!important;
    left: 35px!important;
    bottom: 57px!important;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 100%;
}
.image-carousel .swiper-pagination span.swiper-pagination-bullet-active{
    display: block!important;
}
.image-carousel .swiper .swiper-slide{
  display: flex;
  align-items: center;
  background-position: center;
  min-height: 650px;
  background-size: cover;
  padding-left: 70px;
  padding-bottom: 35px;
  display: block;
  padding-top: 80px;
}
.image-carousel .swiper .swiper-slide.center{
    background-position: center;
}
.image-carousel .swiper .swiper-slide.bottom_right{
    background-position: right bottom;
}
.image-carousel .swiper .swiper-slide.bottom_left{
    background-position: left bottom;
}
.image-carousel .swiper .swiper-slide.top_left{
    background-position: left top;
}
.image-carousel .swiper .swiper-slide.top_right{
    background-position: right top;
}
.image-carousel .swiper .swiper-slide.top{
    background-position: top;
}
.image-carousel .controls{
    position: absolute;
    left: 95px;
}
.swiper-pagination-bullet-active{
    background-color: transparent!important;
    margin: 0!important;
}
.swiper-button-prev:after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.swiper-button-prev:after, .swiper-button-next:after{
    content: ''!important;
    width: 35px;
    height: 35px;
    background: url('images/arrow-circle-right.svg') no-repeat;
    background-size: 35px;
}
.swiper-button-next, .swiper-button-prev{
    top: auto!important;
    bottom: 40px;
    width: 35px!important;
}
.swiper-button-prev{
    left: 0!important;
}
.swiper-button-next{
    left: 115px!important;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff!important;
    opacity: 0.5;
    display: block!important;
    margin: 0 3px!important;
}
.image-carousel .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.card-item{
    margin-top: 15px;
    margin-bottom: 15px;
}
.card-item .image-wrapper{
    margin-bottom: 20px;
}
h4.title{
    font-family: "RecifeText", sans-serif;
  font-weight: 700;
    margin-bottom: 10px;
}
.box-link .desc{
    margin-bottom: 30px;
}
/*
.text-image .content-wrapper h1, .text-image .content-wrapper h2, .text-image .content-wrapper h3{
    max-width: 75%;
}*/
.text-image .content-wrapper h4, .text-image .content-wrapper h5, .text-image .content-wrapper h6, .text-image .content-wrapper p{
    max-width: 80%;
}
.text-image .flex:not(.flex-col-reverse) .content-wrapper{
    padding-left: 30px;
}
.text-image .circles{
    position: absolute;
    z-index: 1;
}
.text-image .circles.top{
    top: 0;
}
.text-image .circles.bottom{
    bottom: 0;
}
.text-image.img-pos-left .circles{
    left: 0;
}
.text-image.img-pos-right .circles{
    right: 0;
}
.text-image.img-pos-left .circles.top{
    background: url('../assets/images/text-image-circles-left-1.svg') no-repeat;
    background-size: contain;
    width: 167px;
    height: 117px;
}
.text-image.img-pos-left .circles.bottom{
    background: url('../assets/images/text-image-circles-left-2.svg') no-repeat;
    background-size: contain;
    width: 464px;
    height: 306px;
    left: -10px;
}
.text-image.img-pos-right .circles.top{
    background: url('../assets/images/text-image-circles-right-1.svg') no-repeat;
    background-size: contain;
    width: 155px;
    height: 197px;
    right: 30px;
}
.text-image.img-pos-right .circles.bottom{
    background: url('../assets/images/text-image-circles-right-2.svg') no-repeat;
    background-size: contain;
    width: 690px;
    height: 268px;
}
.text-image.img-pos-right:first-child .circles.top{
    background: url('../assets/images/text-image-circles-top-left.svg') no-repeat;
    background-size: contain;
    width: 330px;
    height: 150px;
    left: 0;
}
.text-image.img-pos-right:first-child .circles.bottom{
    background: url('../assets/images/text-image-circles-bottom-right.svg') no-repeat;
    background-size: contain;
    width: 464px;
    height: 319px;
}
.text-image:first-child .inner p{
    font-size: var(--font-sm);
    line-height: 1.3em;
}
.text-image .container-fluid{
    position: relative;
    z-index: 99;
}
.text-image .circles{
    filter: var(--filter-sunflower);
}
.text-image.sunflower .circles{
    filter: var(--filter-purple);
}
.icon-card h4{
    font-size: 22px;
    font-family: "RecifeText", sans-serif!important;
    text-transform: none!important;
}
.icon-card .content h4 + p{
    font-size: 1em;
}
.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%;
}
.img-push .image-wrapper{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top left;
}
.accordion .intro{
    justify-content: space-between;
}
.accordion .intro .left{
    display: flex;
    align-items: baseline;
    padding-top: 2px;
}
.accordion .intro h3{
    margin-right: 40px;
}
.accordion .intro .button{
    margin: 0;
}
.accordion h4.accordion-header{
    font-weight: 500!important;
    font-size: 1em!important;
    letter-spacing: 0!important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600!important;
  padding: 20px 50px 20px 25px!important;
  text-align: left;
  border: 0;
  overflow-anchor: none;
  border: 0!important;
  color: var(--black)!important;
  font-size: 18px;
  border-radius: 0;
  background: transparent;
  border: 0!important;
  font-family: "RecifeText", sans-serif;
}
.accordion-item{
    margin: 0 0 10px;
    border-radius: 4px!important;
    border: 1px solid var(--muted_black)!important;
}
.accordion-item:last-child{
    border-bottom: 1px solid var(--blue);
}

.collapse {
    display: none;
}
.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration:.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.show {
    display: block !important;
}
.accordion-header {
  margin-bottom: 0;
  position: relative;
}
.accordion-body {
  padding: 0 25px!important;
}
.accordion-button::after{
    background-image: url('images/plus-circle.svg')!important;
    width: 24px!important;
    height: 24px!important;
    background-size: contain!important;
    position: absolute;
    right: 12px;
}
.module.faqs .accordion{
    max-width: 1140px;
    max-width: 842px;
    margin-left: auto;
    margin-right: auto;
}
.text-block.two-col h1, .text-block.two-col h2, .text-block.two-col h3{
    max-width: 50%;
    margin-bottom: 25px;
}
.text-block.two-col .left .content{
    padding-right: 80px;
}
.text-block li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 45px;
}
.text-block li:before{
    content: '';
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--blue);
}
.module ul:not(.cats), .wp-block-column ul{
    list-style: none;
    margin-bottom: 30px;
}
.module ul:last-child, .wp-block-column ul:last-child{
    margin-bottom: 0;
}
.module-spacer.size-large{
    height: 100px;
}
.module-spacer.size-medium{
    height: 70px;
}
.module-spacer.size-small{
    height: 40px;
}
.accordion{
    margin-bottom: 30px;
}
.wp-block-embed{
    text-align: center;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper, .iframe-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.wp-block-embed.is-type-video iframe, .iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-card .modal-body .wp-block-embed__wrapper{
    padding-top: 45%;
}
.wp-block-columns.box{
  border-radius: 60px 60px 60px 0;
  padding: 50px 40px;
}
.wp-block-columns.box.lg-pad{
    padding-left: 100px;
    padding-right: 100px;
}
.wp-block-columns.box p:last-child{
    margin-bottom: 0;
}
.wp-block-button .button{
    margin-top: 0;
}
.gform_wrapper label{
    color: var(--blue);
    font-weight: normal!important;
    font-size: var(--font-xs)!important;
}
.blue .gform_wrapper label{
    color: #fff!important;
}
.gform_footer{
    display: block!important;
}
footer .gform_footer{
    display: flex!important;
}
.gform_footer .button{
    float: right;
}
.gfield.for-calc-only{
    display: none!important;
}
a{
    color: var(--blue);
}
.card-item.simple.clear-x3:nth-child(4), .card-item.simple.clear-x3:nth-child(7), .card-item.simple.clear-x3:nth-child(10),
.card-item.simple.clear-x3:nth-child(13), .card-item.simple.clear-x3:nth-child(16), .card-item.simple.clear-x3:nth-child(19){
    clear: left;
}

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

h3.wp-block-heading{
    margin-bottom: 10px;
}
.simple .box-link{
    padding-left: 0;
}
.flex-center{
    display: flex;
    align-items: center!important;
}
.card-item .box-link{
    position: relative;
    padding-bottom: 60px;
}
.card-item .button, .card-item .button.text{
    position: absolute;
    bottom: 30px;
}
.card-item.no-clear.simple .button.button{
    width: 100%;
    max-width: calc(100% - 20px);
    margin: 0;
}
.card-item.simple .button{
    bottom: 0;
}
.wp-block-column p.has-medium-font-size{
    font-size: var(--font-sm)!important;
    line-height: 1.3em;
}
.svg{
  width: 0;
  height: 0;
}
.text-image .image-wrapper{
    margin: 0;
}
.text-image .image-wrapper.has-video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.text-image .image-wrapper img{
    width: 100%;
}
.cta .content{
    max-width: 750px;
    margin: 0 auto 30px;
}
.cta .content.lg{
    max-width: 920px;
}
.single-faqs .cta h1{
    font-size: var(--font-lg);
}
.posts-list a{
  color: var(--blue);
}
.full-posts-listing{
    margin-bottom: 40px;
}
.full-posts-listing h2{
    margin-bottom: 10px;
}
.full-posts-listing .post-item{
    margin-bottom: 60px;
}
.full-posts-listing .post-item.service{
    margin-bottom: 80px;
}
.posts-list{
    padding-bottom: 60px;
}
.posts-list .line-separator{
  margin-bottom: 40px;
}
.posts-list .featured-image{
  margin-bottom: 20px;
}
.post-item{
  margin-bottom: 40px;
}
.post-item .image-wrapper{
    margin-bottom: 0;
}
.post-item .image-wrapper img{
    margin-bottom: 0;
    width: 100%;
    border-radius: 40px;
}
.post-item .excerpt{
    margin: 0 0 20px;
    padding-right: 30px;
}
.post-item a{
    display: block;
}
.post-item a:hover{
    text-decoration: none!important;
    color: var(--blue);
}
.post-item a:hover h2{
    color: var(--blue);
}
a.box-link:hover{
    text-decoration: none!important;
}
.zoom{
    overflow: hidden;
}
.zoom img{
    transition: all 0.2s ease-in-out;
}
a:hover .zoom img{
    transform: scale(1.1);
}
.wp-pagenavi{
    margin: 50px auto;
    text-align: center;
    color: var(--blue);
}
.wp-pagenavi .pages{
    border: 0;
}
.wp-pagenavi a{
    border-color: var(--blue)!important;
}
.wp-pagenavi a:hover{
    background-color: var(--blue)!important;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
}
.wp-pagenavi span, .wp-pagenavi a{
    padding: 5px 10px!important;
    min-width: 30px;
    display: inline-block;
}
.gf_page_steps:before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 0;
  background: var(--blue);
}
.gf_page_steps{
  float: left;
  width: 280px;
  border-bottom: 0!important;
  position: relative;
}
.gform_wrapper .gf_step{
  display: block!important;
  margin: 0 0 40px!important;
}
.gform_wrapper .gf_step:last-child{
  margin-bottom: 0!important;
}
.multi-step-gform .gform-body{
  float: left;
  width: calc(100% - 280px);
  padding-left: 40px;
}
.gform_wrapper .gf_step_active .gf_step_number{
  background: var(--blue)!important;
  color: #fff!important;
}
.gform_wrapper .gf_step_number{
  border: 1px solid var(--blue)!important;
  background: #fff!important;
  color: var(--blue)!important;
  font-size: 20px!important;
  height: 36px!important;
  width: 36px!important;
  position: relative;
  z-index: 4;
}
.gform_wrapper .gf_step_label{
  font-size: 16px!important;
}
.gform_wrapper .ginput_container_date input{
  width: 100%!important;
}
.wp-block-columns .gform_wrapper .button{
  padding: 17.5px 30px!important;
}
.multi-step-gform .gform_next_button{
  float: right;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{
  background: var(--blue)!important;
  border-color: var(--blue)!important;
  width: 36px!important;
  height: 36px!important;
  left: -1px!important;
  top: -1px!important;
}
.multi-step-gform .gfield_label, .multi-step-gform input:not(.button), .multi-step-gform select,
.wp-block-columns .gform_wrapper.gravity-theme .gfield_label{
  color: var(--blue)!important;
}
.gform_wrapper .flex-2 .gchoice{
  width: 50%;
  float: left;
}
.gform_wrapper .flex-3 .gchoice{
  width: 33.33%;
  float: left;
}
.gform_previous_button, .wp-block-columns .gform_wrapper .button.gform_previous_button{
    float: left;
    background-color: transparent!important;
    color: var(--blue)!important;
    text-decoration: underline!important;
    padding: 15px 0 0!important;
    min-width: 0!important;
    border-radius: 0!important;
}
.multi-step-gform .gform_button[type="submit"]{
    float: right;
}
.gfmc-field:nth-child(odd){
    padding-right: 20px;
}
.gfmc-field:nth-child(even){
    padding-left: 20px;
}
.round{
    border-radius: 50%;
}
.unset-overflow{
    overflow: unset;
}
.justify-content-center{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.modal{
  display: none;
  visibility: hidden;
  opacity: 0;
  outline: none;
  border: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

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

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

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

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

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

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

.modal .modal-dialog .close:hover{
  opacity: 0.9;
  cursor: pointer;
}
.single .entry-content .wp-block-columns h3{
    font-family: "RecifeText", sans-serif;
  font-weight: 700;
    margin-bottom: 20px;
}
.no-margin{
    margin: 0!important;
}
.wp-block-separator{
    border-color: var(--blue);
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 0;
}
.post-item .status{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--blue);
    color: #fff;
    font-size: var(--font-xs);
    line-height: 1em;
    border-radius: 28px;
    padding: 10px;
    z-index: 3;
}
.wp-block-social-links li{
    background-color: transparent!important;
    padding-left: 0!important;
    display: block!important;
    margin-bottom: 0!important;
}
.wp-block-social-links li a{
    color: var(--blue)!important;
    padding: 0!important;
}
.wp-block-social-links li a svg{
    width: 48px!important;
    height: 48px!important;
}
.wp-block-social-links li span{
    font-size: 18px!important;
}
body .wp-block-columns .module{
    padding-top: 0;
    padding-bottom: 0;
}
body .wp-block-columns .module .container-fluid{
    padding-left: 0!important;
    padding-right: 0!important;
}
.posts-carousel .intro{
    margin-bottom: 25px;
}
.posts-carousel .swiper-slide .post-item{
    margin-bottom: 0;
}
.posts-carousel .swiper-slide .post-item .image-wrapper{
    border-radius: 0;
}
.posts-carousel .swiper-slide .content-wrapper{
    border: 0;
    padding: 20px 0 0;
    border-radius: 0;
}
.posts-carousel  .content-wrapper h4{
    font-family: "RecifeText", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.posts-carousel  .content-wrapper p{
    font-size: var(--font-xs);
    line-height: var(--line-height-3);
}
.posts-carousel .content-wrapper .np{
    color: var(--blue);
}
.posts-carousel  .content-wrapper .meta{
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--blue);
    border-top: 1px solid var(--blue);
    padding: 7px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.posts-carousel  .content-wrapper .meta.has-name:before{
    content: '';
    width: 1px;
    height: calc(100% - 14px);
    position: absolute;
    top: 7px;
    left: 50%;
    background-color: var(--blue);
    opacity: 0.3;
}
.posts-carousel .meta.has-name .np, .posts-carousel .meta.has-name .button{
    float: left;
    width: 50%;
}
.posts-carousel .swiper{
    padding-bottom: 75px;
    overflow: unset;
}
.posts-carousel .controls{
    position: absolute;
    top: -38px;
    right: 0;
    width: 100%;
    text-align: right;
}
.posts-carousel .swiper-pagination{
    position: absolute;
    right: 140px;
    width: auto;
    left: auto;
    font-size: 16px;
    bottom: 12px;
    display: none!important;
}
.posts-carousel .swiper-button-prev, .posts-carousel .swiper-button-next{
    background-color: var(--blue);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    right: 0;
    left: auto!important;
}
.posts-carousel .swiper-button-prev{
    right: 60px;
}
.posts-carousel .swiper-button-prev:hover, .posts-carousel .swiper-button-next:hover{
    background-color: var(--teal);
}
.posts-carousel .swiper-button-prev:after, .posts-carousel .swiper-button-next:after{
    background-image: url('../assets/images/arrow-white.svg');
    display: inline-block;
    position: relative;
    left: 13px;
    background-size: 25px;
    display: block;
    height: 100%;
    width: 100%;
    top: 18px;
}
.posts-carousel .swiper-button-prev:after{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -11px;
}
.acf-map {
    width: 100%;
    height: 450px;
    margin: 40px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.relative{
    position: relative;
}
.block-controls{
    position: absolute;
    right: 0;
    top: 0;
}
.block-controls div{
    top: auto!important;
}
.video-modal.modal .modal-dialog{
    max-height: calc(100vh - 40px);
}
.video-modal .iframe-wrapper{
    padding-top: 48%;
}
.sidebar h4{
    margin-top: 15px;
}
.sidebar-nav{
    margin: 15px 0;
}
.sidebar-nav li{
    padding-left: 0!important;
}
.sidebar-nav li:before{
    content: none!important;
}
.no-intro-pad .intro{
    margin-bottom: 0;
}
.card-item.white-text .box-link .content-wrapper *{
    color: #fff;
}
.card-item.white-text .box-link .button.text:after{
    filter: invert(1);
}
.text-image .block-image{
    position: absolute;
    width: calc(50% - 15px);
    top: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-image[class*="img-pos-left"] .block-image{
    right: auto;
    left: 0;
}
.block-editor-page .wp-block-acf-module-spacer:before{
    content: 'Spacer';
    background-color: #ececec;
    border: 1px dashed #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-editor-page .wp-block-acf-module-spacer .acf-block-preview{
    display: none;
}
.block-editor-page .d-flex{
    display: flex;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.wp-core-ui .button{
    padding: 0 5px!important;
    min-width: 0!important;
}
.edit-post-layout .acf-block-preview .button{
    color: var(--blue);
    padding: 3px 20px 2px!important;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    background: var(--teal);
}
.edit-post-layout .gform_fields{
    display: block!important;
}
.edit-post-layout .item{
    height: auto;
}
.edit-post-layout .wp-block-social-links button{
    filter: invert(1);
}
.edit-post-layout .gfmc-field, .edit-post-layout .gfmc-field:nth-child(even){
    padding-left: 0;
    padding-right: 0;
}
.edit-post-layout .wp-block-acf-text .acf-block-preview a:not(.button){
    pointer-events: none;
}
.edit-post-layout .wp-block-column .wp-block-image img{
    max-width: 100%;
    height: auto!important;
}
.edit-post-layout .wp-block-column .wp-block-image .components-resizable-box__container{
    max-width: 100%!important;
}
.centre-title h2{
    max-width: 100%!important;
    margin-bottom: 40px;
}
.cards .card-item.simple.btn-style-text .box-link{
  height: auto!important;
}
.box.blue .wp-block-column p a:not(.button){
    color: var(--blue);
    text-decoration: underline;
}
.wp-block-column.flex-start .wp-block-columns{
    display: flex;
}
.wp-block-column.flex-start .wp-block-columns .wp-block-column{
    flex-basis: unset;
    flex-grow: unset;
}
.flex-justify-sb{
    display: flex;
    justify-content: space-between;
}
.disable-link a{
    pointer-events: none;
}
.right-align{
    float: right;
}
.edit-post-layout .animated-numbers li{
    transform: scale(0.7);
}
.open-quote{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}
.open-quote:before{
    right: 0;
    top: 0;
    left: 0;
    line-height: 00;
}
.faq-group .accordion{
    margin-bottom: 40px;
}
.no-pad{
    padding-left: 0!important;
    padding-right: 0!important;
}
.no-pad-top{
    padding-top: 30px;
}
.icon-card{
    margin-bottom: 30px;
}
.icon-card .content p{
    font-size: var(--font-sm);
    line-height: 1.3em;
}
.icon-card.classic .image-wrapper{
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.icon-card.classic .image-wrapper img{
    max-height: 140px;
}
.icon-card a:hover{
    text-decoration: none;
    color: var(--black);
}
.icon-card.classic .content{
    max-width: 320px;
    margin: 0 auto;
}
.icon-card.simple .image-wrapper{
    width: 144px;
    height: 144px;
    top: 0;
}
.icon-card.classic .content-wrapper{
    padding: 10px 20px 5px;
}
.icon-card.simple .content-wrapper{
    padding: 20px;
}
.icon-card.simple.col-sm-4 .content-wrapper{
    padding: 20px 40px;
}
.icon-card.image .wrapper{
    position: relative;
}
.icon-card.image a{
    display: block;
}
.icon-card.image .wrapper .content{
    margin-bottom: 20px;
}
.icon-card.image .button{
    text-align: left;
    position: absolute;
    bottom: 45px;
    max-width: calc(100% - 60px);
}
.icon-card.image .image-wrapper{
    width: 100%;
    height: auto;
    padding: 0;
    top: 0;
    display: block;
    border-radius: 20px;
}
.icon-card.image a:hover .image-wrapper{
    top: 0;
}
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 a{
    text-decoration: none;
}
p.lg{
    font-size: var(--font-sm);
    line-height: 1.3em;
}
.icon-card .content-wrapper{
    padding: 0 0 100px;
}
.icon-card .liner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    transition: all 0.2s ease-in-out;
}
.text-image .vid-wrap{
    display: flex;
    align-items: center;
}
.text-image .content-wrapper .inner .links-group{
    margin-top: 40px;
}
.testimonials .wrapper{
    padding: 60px 80px;
    border-radius: 40px;
    position: relative;
}
.testimonials .wrapper.has-photo{
    margin: 0 auto;
    min-height: 360px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding-right: 0;
}
.testimonials .wrapper .content{
    width: calc(66.67% - 30px);
    float: left;
    padding-right: 50px;
}
.testimonials .button{
    margin-top: 20px;
}
.testimonials .image{
    width: 33.33%;
    float: right;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.filters{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.filters h3{
    border-bottom: 1px solid var(--blue);
    padding-bottom: 25px;
    margin-bottom: 0;
}
.filters .filter-group{
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--blue);
}
.filters .filter-group .label{
    position: relative;
    font-weight: bold;
    position: relative;
    padding: 12px 0;
}
.filters .filter-group .label:hover{
    cursor: pointer;
}
.filters .mobile-toggle h3{
    position: relative;
    padding-bottom: 10px;
}
.filters .filter-group .label:before, .filters .mobile-toggle h3:before{
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 5px;
    background: var(--teal);
    right: 5px;
    top: calc(50% - 1px);
}
.filters .filter-group .label:after, .filters .mobile-toggle h3:after{
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    border-radius: 5px;
    background: var(--teal);
    right: 10px;
    top: calc(50% - 6px);
}
.filters .filter-group li{
    position: relative;
    margin-bottom: 10px;
}
.filters .filter-group input{
    width: 100%;
    height: 100%!important;
    border-radius: 0!important;
    padding: 0!important;
    position: absolute;
    border: 0;
    background: transparent;
}
.filters .filter-group li label{
    padding-left: 35px;
}
.filters .filter-group li label:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--blue);
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
.filters .filter-group li label:after{
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid var(--blue);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.filters .filter-group input:checked ~ label:after{
    display: block;
}
.filters .filter-group input:checked ~ label:before{
    background-color: var(--teal);
}
.filters .action{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.filters .action .button{
    min-width: 185px;
}
.filters .action .button:hover{
    cursor: pointer;
}
#hub .grid{
    overflow: hidden;
}
.loadmore{
  text-align: center;
}
.mobile-toggle{
    display: none;
}
.filters .acc .button-group {
    visibility: hidden;
    display: none;
    height: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.filters .acc.active .button-group {
    height: auto;
    display: block;
    visibility: visible;
}
.filters .acc.active .label:after{
    display: none;
}
.filters .mobile-toggle h3:before{
    top: 15px;
}
.filters .mobile-toggle h3:after{
    top: 10px;
}
.filters.collapsed .mobile-toggle h3:after{
    display: none;
}
body:not(.block-editor-page) .posts-carousel.center-controls .container-fluid{
    padding-left: 0!important;
}
.posts-carousel.center-controls .swiper-pad{
    padding-bottom: 50px;
}
.posts-carousel.center-controls .controls{
    top: auto;
    bottom: 0;
    left: auto!important;
    right: auto!important;
    text-align: center!important;
}
.posts-carousel.center-controls .controls div{
    position: relative!important;
    left: auto!important;
    right: auto!important;
    display: inline-block!important;
    float: none!important;
    margin: 0 10px!important;
    background: transparent!important;
    width: 25px;
    height: 13px;
}
.posts-carousel.center-controls.white .swiper-button-prev:after, .posts-carousel.center-controls.white .swiper-button-next:after{
    background: url('../assets/images/arrow-blue.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.posts-carousel.center-controls.white .swiper-button-prev:hover:after, .posts-carousel.center-controls.white .swiper-button-next:hover:after,
.posts-carousel.center-controls:not(.teal) .swiper-button-prev:hover:after, .posts-carousel.center-controls:not(.teal) .swiper-button-next:hover:after{
    background: url('../assets/images/arrow-teal.svg');
    background-size: 25px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.post-content ul, .post-content ol{
    padding-left: 20px;
    margin-bottom: 20px;
}
.teal_wrapper.gform_wrapper{
    padding: 25px 25px 40px;
    border-radius: 20px;
    margin: 40px 0;
    float: left;
    width: 100%;
}
.teal_wrapper.gform_wrapper .gform_button{
    background-color: var(--blue)!important;
    color: #fff!important;
}
.gform-theme--framework .gfield_description{
    color: var(--blue)!important;
}
.blue-border{
    border: 1px solid var(--blue);
}
.swiper-wrapper h2{
    margin-bottom: 5px;
}
.module.no-pad-top{
    padding-top: 0!important;
}
.module.no-pad-bottom{
    padding-bottom: 0!important;
}
.contact-list li{
    margin-bottom: 10px;
    position: relative;
}
.contact-list li a{
    padding-left: 30px;
    font-weight: 600;
}
.contact-list li.phone a:before{
    content: '';
    background: url('images/phone.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-list li.email a:before{
    content: '';
    background: url('images/email.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.wp-block-button.text .button{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: var(--blue);
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}
.wp-block-button.text .button:after{
    background: url('images/arrow-teal.svg') no-repeat center;
    width: 20px;
    margin-left: 5px;
    filter: unset;
    opacity: 1;
}
.wp-block-button.text .button:hover{
    padding: 0!important;
}
.wp-block-button.text .button:hover:after{
    width: 20px;
}
.post-item.event a{
    display: flex;
    border: 1px solid var(--blue);
    border-radius: 20px;
    align-items: center;
    background-color: #fff;
}
.post-item.event .date-wrapper{
    float: left;
    width: 158px;
    background-color: var(--blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-item.event .date-wrapper .date{
    color: #fff;
    margin: 0;
    padding: 25px 10px;
}
.post-item.event .date {
    text-align: center;
}
.post-item.event .date .month{
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
}
.post-item.event .date .day{
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    font-family: "RecifeText", sans-serif;
}
.post-item.event .content-wrapper{
    float: left;
    width: calc(100% - 158px);
    border: 0;
    padding: 10px 20px 10px 35px;
}
.post-item.event .date-wrapper .button.text{
    background: var(--teal);
    border-radius: 0;
    margin: 0;
    width: 100%;
    font-size: var(--font-xs);
    font-weight: normal;
    padding: 26px 0;
    line-height: 1.2em;
    border-bottom-left-radius: 20px;
}
.post-item.event .date-wrapper .button.text:after{
    content: none;
}
.post-item.event .time{
    font-weight: 700;
    margin-bottom: 5px;
}
.post-item.event h3{
    margin-bottom: 10px;
}
.post-item.event p.excerpt{
    font-size: var(--font-xs);
    line-height: var(--line-height-3);
    margin-bottom: 0;
}
.post-item.event.simple a{
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
    min-height: 160px;
    position: relative;
}
.post-item.event.simple:last-child a{
    border-bottom: 1px solid var(--blue);
}
.post-item.event.simple .date-wrapper{
    background: transparent;
}
.post-item.event.simple .date{
    color: var(--blue);
    padding: 10px;
}
.post-item.event.simple .date-wrapper:after{
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    left: 170px;
    top: 10px;
    background: var(--blue);
}
.post-item.event.simple .content-wrapper{
    padding-left: 50px;
}
.post-item.event.simple a:hover h3{
    text-decoration: underline;
}
#recent-events .post-item{
    position: absolute;
    top: -70px;
    max-width: calc(100% - 100px);
    right: 0;
}
#recent-events .post-item.active{
    position: relative;
    z-index: 99;
    top: 40px;
}
#latest .intro{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#latest .intro h2{
    margin-bottom: 0;
}
#latest .intro .button{
    margin-bottom: 12px;
    margin-left: 30px;
}
#latest .intro .button:hover a{
    text-decoration: none;
}
#latest .post-item{
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 5px;
}
#latest .post-item.event{
    margin-top: 7px;
}
#latest .post-item .cats{
    display: none;
}
#latest .post-item .post-meta{
    display: block;
    text-align: left;
}
#latest .post-item.news .image-wrapper{
    width: 90px;
    float: left;
    border-radius: 0;
}
#latest .post-item.news .image-wrapper img{
    border-radius: 0;
}
#latest .post-item.news .content-wrapper{
    width: calc(100% - 90px);
    float: left;
    padding: 5px 20px;
    border-radius: 0;
    border: 0;
}
#latest .post-item.news .date{
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
}
#latest .post-item.news h3{
    font-size: 24px;
    line-height: 1.2em;
}
#latest .post-item.news a{
    display: flex;
    align-items: center;
}
#latest .post-item.news a:hover h3{
    text-decoration: underline;
}
.accordion-header:before, .accordion-header:after{
    content: none!important;
}
.accordion-header{
    padding: 0!important;
}
.text-image{
    float: left;
    width: 100%;
    align-items: center;
    min-height: 600px;
    justify-content: flex-start;
    margin-bottom: 100px;
}
.text-image.dm-three_fourths{
    min-height: 556px;
}
.text-image.img-pos-left{
    justify-content: flex-end;
}
.module-spacer, footer, .module, .editor-styles-wrapper .wp-block{
    float: left;
    width: 100%;
}
.purple *, .brown *, .muted_black *{
    color: var(--off_white);
}
.radius-big{
    border-radius: 240px;
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-xl {
    display: none !important
}

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

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

    .visible-xl {
        display: block !important
    }

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

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

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

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

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

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

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

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

.module{
	padding-top: 90px;
	padding-bottom: 90px;
    position: relative;
}
.module.accordion{
    padding-top: 100px;
    padding-bottom: 60px;
}
.module.remove_top_pad{
    padding-top: 0;
}
.module.remove_bottom_pad{
    padding-bottom: 0;
}
.module.testimonials .intro h2{
    margin-bottom: 0;
}
body:not(.block-editor-page) .container-fluid:not(.no-pad){
	padding-left: 80px!important;
	padding-right: 80px!important;
}
.editor-styles-wrapper .wp-block{
    max-width: 100%;
}
.txt-center{
    text-align: center;
}
.wp-image{
    max-width: 100%;
}
.button.text, .btn-style-text-wrap .button{
    background-color: transparent;
    color: var(--blue);
    padding: 0;
    min-width: 0;
    letter-spacing: 1px;
    position: relative;
    overflow: inherit;
    font-weight: bold;
}
.button.text:after, .btn-style-text-wrap .button:after{
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    background: url('images/arrow-teal.svg') no-repeat center;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    right: 0;
    top: 1px;
    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;
}
.button.bg-contrast:not(.text):after{
    filter: invert(1);
}
.button.text:hover, .btn-style-text-wrap .button:hover{
    background-color: transparent;
}
.button.text:hover:after, a:hover .button.text:after, .btn-style-text-wrap .button:hover:after{
    right: -10px;
}
.button.bg-contrast:not(.text, .for-black, .for-text){
  background-color: var(--blue);
  color: #fff;
}
.button.bg-contrast:not(.text, .for-black, .for-text):hover{
  color: #fff!important;
}
.box-link{
    display: block;
    padding: 40px;
    border-radius: 20px;
}
.box-link:hover{
    text-decoration: none;
}
.text-card{
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-card.classic .box-link{
    text-align: center;
}
.text-card.classic .button:not(.text){
    width: 100%;
    margin: 0;
}
.lg-pad .box-link{
    padding: 40px 40px 80px;
}
.lg-pad .box-link .button{
    margin-top: 0;
    bottom: 20px;
}
.links-group{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.links-group li{
    display: inline-block;
    margin: 0 20px 10px 0;
}
.links-group li:last-child{
    margin-right: 0;
}
.gform .txt-center form{
    text-align: left;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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