/*
 Theme Name:   Divi Child
 Theme URI:    https://aisagroup.org/
 Description:  Divi Child Theme
 Author:       Webtroopers
 Author URI:   https://www.webtroopers.co.uk/
 Template:     Divi
 Version:      1
 Text Domain:  Divi-child
*/


/* Critical CSS
-------------------------------------------------*/
#page-container {
    /*padding-top: 74px !important;*/
}
.container,
.et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
    max-width: 96%;
    width: 96%;
}
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: none;
    width: 80%;
}
.et_pb_fullwidth_header:not(.et_pb_fullscreen) {
    padding-top: 130px;
}
/*body:not(.blog):not(.archive):not(.category):not(.page-id-36623) .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
    padding-bottom: 100px;
}*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}
.et_pb_section.screen-height {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and ( min-width: 1600px ) {
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
        padding-top: 160px;
    }
	/*body:not(.blog):not(.archive):not(.category):not(.page-id-36623) .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
	    padding-bottom: 130px;
	}*/
}
@media only screen and ( min-width: 1920px ) {
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
        padding-top: 190px;
    }
	/*body:not(.blog):not(.archive):not(.category):not(.page-id-36623) .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
	    padding-bottom: 160px;
	}*/
}
@media only screen and ( min-width: 2100px ) {
    .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
        padding-top: 240px;
    }
	/*body:not(.blog):not(.archive):not(.category):not(.page-id-36623) .et_pb_fullwidth_header:not(.et_pb_fullscreen) {
	    padding-bottom: 210px;
	}*/
}
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container.center {
    margin: 0 auto;
    z-index: 9;
    position: relative;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    max-width: 940px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content .h3 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and ( min-width: 981px ) {
    .et_pb_row {
        width: calc(100% - 160px);
    }
}
@media only screen and ( max-width: 980px ) {
    .et_pb_row {
        width: calc(100% - 70px);
    }
}
@media only screen and ( max-width: 767px ) {
    #page-container {
        padding-top: 57px !important;
    }
    .et_pb_row {
        width: calc(100% - 60px);
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        width: 100%;
        padding: 0;
    }
}
/* Top Page CTAs */
body.et-fb #page-container #main-content .et_pb_section.hpanel-section {
    padding-top: 30px !important;
}
#page-container #main-content .et_pb_section.hpanel-section,
#page-container #main-content .et_pb_section.hpanel-section .et_pb_row:not(.hpanel-section-title) {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.et_pb_section.hpanel-section .et_pb_column {
    overflow: hidden;
}
.et_pb_module.wt-cta {
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 40% 30px 10%;
    line-height: 1.5;
    font-size: 14px;
    /*color: white;*/
}
.et_pb_module.wt-cta .et_pb_text_inner h2 img {
    margin: 0 0 -6px 5px;
    width: 40px;
}
.et_pb_module.wt-cta:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    opacity: .6;
    transition: opacity 1s linear;
    visibility: visible;
}
.et_pb_module.wt-cta:hover:after {
    opacity: .9;
}
.et_pb_module.wt-cta.et_pb_bg_layout_light:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, rgba(0, 0, 0, 1) 100%);
}
.et_pb_module.wt-cta .et_pb_text_inner {
    z-index: 3;
}
.et_pb_module.wt-cta .et_pb_text_inner h2 {
    position: relative;
    /*font-weight: normal;
    color: white;*/
    padding: 0;
    margin-bottom: 20px;
}
.et_pb_module.wt-cta .et_pb_text_inner a {
    color: #0072bc !important;
    text-transform: none;
    font-weight: 100;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.et_pb_module.wt-cta:hover .et_pb_text_inner a,
.et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner a {
    color: #0072bc !important;
}
.et_pb_module.wt-cta.et_pb_bg_layout_dark .et_pb_text_inner a {
    color: #fff !important;
}
.et_pb_module.wt-cta.et_pb_bg_layout_dark:hover .et_pb_text_inner a {
    color: #fff !important;
    opacity: .8;
}
.et_pb_module.wt-cta .et_pb_text_inner a:after {
    content: "\24";
    font-size: 20px;
    margin-left: 5px;
    left: auto;
    font-family: ETmodules!important;
    font-weight: 400!important;
    position: absolute;
    top: -3px;
    transition: all 300ms ease 0ms;
}
.et_pb_module.wt-cta .et_pb_text_inner a:hover:after {
    margin-left: 10px;
}
@media only screen and ( min-width: 768px ) {
    .et_pb_section.hpanel-section .et_pb_row:not(.hpanel-section-title) {
        min-height: 44vw;
        max-height: 100vh;
    }
    #page-container #main-content .et_pb_section.hpanel-section .et_pb_row.et_pb_equal_columns:not(.hpanel-section-title) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #page-container #main-content .et_pb_section.hpanel-section .et_pb_column_1_4 {
        width: 25%;
    }
    #page-container #main-content .et_pb_section.hpanel-section .et_pb_column_1_3 {
        width: 33.3333%;
    }
    #page-container #main-content .et_pb_section.hpanel-section .et_pb_column_1_2 {
        width: 50%;
    }
    body:not(.et-fb) #page-container #main-content .et_pb_section.hpanel-section.has-title {
        padding-left: 36px !important;
    }
    .et_pb_module.wt-cta {
        padding-top: 20px;
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 {
        font-size: 36px;
    }
}
@media only screen and ( min-width: 981px ) {
    .et_pb_module.wt-cta {
        padding: 40px 40px 10%;
        font-size: 18px;
        line-height: 1.6;
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 {
        font-size: 40px;
        transform: translateY(20px);
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
        line-height: 1.2;
    }
    .et_pb_module.wt-cta:hover .et_pb_text_inner h2,
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner h2 {
        transform: translateY(-10px);
    }
    .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(170px);
        will-change: transform;
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .et_pb_module.wt-cta .et_pb_text_inner {
        min-height: 300px;
    }
    .et_pb_module.wt-cta:hover .et_pb_text_inner {
        transform: translateY(70px);
    }
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(30px);
    }
    .et_pb_module.wt-cta .et_pb_text_inner p {
        overflow: hidden;
        opacity: 0;
        transition: opacity 1s linear;
        padding-bottom: 10px;
    }
    .et_pb_module.wt-cta:hover .et_pb_text_inner p,
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner p {
        height: auto;
        opacity: 1;
    }
}

@media only screen and ( min-width: 981px ) and ( max-width: 1299px ) {
    .et_pb_module.wt-cta:hover .et_pb_text_inner,
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(30px);
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 {
        font-size: 36px;
    }
    .et_pb_module.wt-cta .et_pb_text_inner {
        font-size: 16px;
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 img {
        width: 35px;
    }
}
@media only screen and ( min-width: 1300px ) {
    .et_pb_module.wt-cta {
        padding: 40px 60px 10%;
        line-height: 1.75;
    }
    .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(160px);
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 {
        font-size: 46px;
    }
}
@media only screen and ( max-width: 980px ) {
    .et_pb_module.wt-cta:after,
    .et_pb_module.wt-cta:hover:after {
        opacity: .9;
    }
    .et_pb_module.wt-cta:hover .et_pb_text_inner,
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(0);
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 {
        font-size: 30px;
    }
    .et_pb_module.wt-cta .et_pb_text_inner h2 img {
        width: 28px;
    }
}
@media only screen and ( max-width: 767px ) {
    .et_pb_section.hpanel-section.et_pb_with_background:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0.9) 90%);
        z-index: 1;
    }
    .et_pb_section.hpanel-section:not(.et_pb_with_background) .et_pb_module.wt-cta:after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0.9) 90%);
    }
    .et_pb_section.hpanel-section.et_pb_with_background .et_pb_module.wt-cta,
    .et_pb_section.hpanel-section.has-title .et_pb_module.wt-cta {
        padding-top: 130px;
    }
    .et_pb_module.wt-cta .et_pb_text_inner a {
        font-size: 14px;
    }
    .et_pb_module.wt-cta:hover .et_pb_text_inner,
    .et_mobile_device .et_pb_module.wt-cta .et_pb_text_inner {
        transform: translateY(0);
    }
}
/* Vertical Title */
.et_pb_section.hpanel-section .et_pb_row.hpanel-section-title {
    width: 100%;
    max-width: 100%;
    background-color: #2d3047;
    padding: 0 !important;
}
.et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_column {
    height: 100%;
}
.et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner {
    display: block;
    padding: 5px 20px;
}
.et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner * {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    opacity: 0.75;
    margin: 0;
    font-weight: 100;
}
@media only screen and ( min-width: 768px ) {
    body:not(.et-fb) .et_pb_section.hpanel-section .et_pb_row.hpanel-section-title {
         position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-animation: open cubic-bezier(0, 0.75, 0, 1) 2s 0.3s forwards;
                animation: open cubic-bezier(0, 0.75, 0, 1) 2s 0.3s forwards;
        text-orientation: mixed;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        z-index: 4;
        overflow: hidden;
    }
    body:not(.et-fb) .et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner {
        transform: rotate(180deg);
        max-width: 36px;
    }
    .et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner {
        padding: 20px 7px;
    }
    .et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner * {
        letter-spacing: 5px;
    }
}
@media only screen and ( min-width: 981px ) {
    .et_pb_section.hpanel-section .et_pb_row.hpanel-section-title .et_pb_module .et_pb_text_inner * {
        letter-spacing: 6px;
    }
}
@-webkit-keyframes open {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + 36px));
    }
}
@keyframes open {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% + 36px));
    }
}
/*Row*/
@media only screen and ( min-width: 981px ) {
    .et_pb_row.less-wide-1 {
        max-width: 1100px !important;
    }
    .et_pb_row.verticle-align .et_pb_column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media only screen and ( max-width: 980px ) {

}
@media only screen and ( max-width: 767px ) {

}
/* Typography
-------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    /*font-size: 16px;*/
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    padding: 0;
    line-height: 1.2;
}
body .et_pb_bg_layout_light h2 strong,
body .et_pb_bg_layout_light h3 strong,
body .et_pb_bg_layout_light h4 strong,
body .et_pb_bg_layout_light h5 strong,
body .et_pb_bg_layout_light h6 strong,
body .et_pb_bg_layout_light .h2 strong,
body .et_pb_bg_layout_light .h3 strong,
body .et_pb_bg_layout_light .h4 strong,
body .et_pb_bg_layout_light .h5 strong,
body .et_pb_bg_layout_light .h6 strong {
    color: #0072bc;
}

html[lang="fr-FR"] h1[lang="en"],
html[lang="en-GB"] h1[lang="fr"] {
    display: none;
}
html:not([lang="fr-FR"]) body:not(.et-fb) .show-fr,
html:not([lang="en-GB"]) body:not(.et-fb) .show-en,
html[lang="fr-FR"] body:not(.et-fb) .hide-fr,
html[lang="en-GB"] body:not(.et-fb) .hide-en {
    display: none;
}
html:not([lang="fr-FR"]) body.et-fb .show-fr,
html:not([lang="en-GB"]) body.et-fb .show-en,
html[lang="fr-FR"] body.et-fb .hide-fr,
html[lang="en-GB"] body.et-fb .hide-en {
    opacity: .8 !important;
}
body h1, body .h1,
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1,
.et_pb_title_container h1,
.et-db #et-boc .et-l .et_pb_title_container h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 28px;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}
body.single-post h1,
body h2, body .h2,
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: -1px;
}
.et_pb_module.et_pb_text.et_pb_text_align_center h2:after {
    content: "";
    width: 140px;
    height: 2.5px;
    background: #272727;
    display: block;
    margin: 25px auto 0 auto;
}
.et_pb_module.et_pb_text.et_pb_text_align_center.et_pb_bg_layout_dark h2:after {
    background: #fff;
}
@media only screen and ( max-width: 980px ) {
    .et_pb_module.et_pb_text.et_pb_text_align_center.et_pb_text_align_left-tablet h2:after {
        margin-left: 0;
    }
}
body h3, body .h3,
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3,
.et_pb_fullwidth_header_subhead,
h1 strong {
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 24px;
    font-weight: bold;
    line-height: 1.3;
}
.et_pb_fullwidth_header_subhead {
    font-size: 20px;
}
body h4, body .h4 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.3;
    font-weight: bold;
}
body h5, body .h5 {
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.4;
    font-weight: bold;
}
body h6, body .h6 {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 1.4;
    font-weight: bold;
}
.et_pb_bg_layout_dark .et_pb_fullwidth_header_subhead,
.et_pb_bg_layout_dark h1 strong {
    color: #fff;
}
body h1:first-child, body .h1:first-child,
.et_pb_column_1_3 h1:first-child,
.et_pb_column_1_4 h1:first-child,
.et_pb_column_1_5 h1:first-child,
.et_pb_column_1_6 h1:first-child,
.et_pb_column_2_5 h1:first-child,
.et_pb_title_container h1:first-child,
body h2:first-child, body .h2:first-child,
.et_pb_column_1_3 h2:first-child,
.et_pb_column_1_4 h2:first-child,
.et_pb_column_1_5 h2:first-child,
.et_pb_column_1_6 h2:first-child,
.et_pb_column_2_5 h2:first-child,
body h3:first-child, body .h3:first-child,
.et_pb_column_1_3 h3:first-child,
.et_pb_column_1_4 h3:first-child,
.et_pb_column_1_5 h3:first-child,
.et_pb_column_1_6 h3:first-child,
.et_pb_column_2_5 h3:first-child {
    margin-top: 0;
}
p ~ h2, p ~ h3, p ~ h4, p ~ h5, p ~ h6,
ul ~ h2, ul ~ h3, ul ~ h4, ul ~ h5, ul ~ h6,
ol ~ h2, ol ~ h3, ol ~ h4, ol ~ h5, ol ~ h6 {
    margin-top: 5px;
}
.dsm-typing-effect.et_pb_module_header {
    margin-bottom: 0 !important;
}
.et_pb_module.bigger-text {
    font-size: 26px;
    line-height: 1.45em;
}
h1 strong {
    display: inline-block;
    width: 100%;
}
@media only screen and ( min-width: 768px ) {
    body h1, body .h1,
    .et_pb_column_1_3 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_2_5 h1,
    .et_pb_title_container h1,
    .et-db #et-boc .et-l .et_pb_title_container h1 {
        font-size: 62px;
    }
    body.single-post h1,
    body h2, body .h2,
    .et_pb_column_1_3 h2,
    .et_pb_column_1_4 h2,
    .et_pb_column_1_5 h2,
    .et_pb_column_1_6 h2,
    .et_pb_column_2_5 h2 {
        font-size: 40px;
    }
    body h3, body .h3,
    .et_pb_column_1_3 h3,
    .et_pb_column_1_4 h3,
    .et_pb_column_1_5 h3,
    .et_pb_column_1_6 h3,
    .et_pb_column_2_5 h3,
    .et_pb_fullwidth_header_subhead,
    h1 strong  {
        font-size: 34px;
    }
    body h4, body .h4 {
        font-size: 30px;
    }
    body h5, body .h5 {
        font-size: 26px;
    }
    body h6, body .h6 {
        font-size: 20px;
    }
    .et_pb_module.bigger-text {
        font-size: 32px;
    }
}
@media only screen and ( max-width: 467px ) {
    body h1, body .h1,
    .et_pb_column_1_3 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_2_5 h1,
    .et_pb_title_container h1,
    .et-db #et-boc .et-l .et_pb_title_container h1 {
        font-size: 36px;
    }
    body.single-post h1,
    body h2, body .h2,
    .et_pb_column_1_3 h2,
    .et_pb_column_1_4 h2,
    .et_pb_column_1_5 h2,
    .et_pb_column_1_6 h2,
    .et_pb_column_2_5 h2 {
        font-size: 29px;
    }
    body h3, body .h3,
    .et_pb_column_1_3 h3,
    .et_pb_column_1_4 h3,
    .et_pb_column_1_5 h3,
    .et_pb_column_1_6 h3,
    .et_pb_column_2_5 h3,
    .et_pb_fullwidth_header_subhead,
    h1 strong  {
        font-size: 26px;
    }
    body h4, body .h4 {
        font-size: 24px;
    }
    body h5, body .h5 {
        font-size: 22px;
    }
    body h6, body .h6 {
        font-size: 20px;
    }
    .et_pb_module.bigger-text {
        font-size: 26px;
    }
}
@media only screen and ( min-width: 768px ) and (max-width: 980px) {
    .et_pb_fullwidth_header_subhead {
        font-size: 30px;
    }
}
@media only screen and (min-width: 981px) {
    body h1, body .h1,
    .et_pb_column_1_3 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_2_5 h1,
    .et_pb_title_container h1,
    .et-db #et-boc .et-l .et_pb_title_container h1 {
        font-size: 68px;
    }
    body.single-post h1,
    body h2, body .h2,
    .et_pb_column_1_3 h2,
    .et_pb_column_1_4 h2,
    .et_pb_column_1_5 h2,
    .et_pb_column_1_6 h2,
    .et_pb_column_2_5 h2 {
        font-size: 46px;
    }
}
@media only screen and (min-width: 1200px) {
    .et_pb_column_1_3 h1,
    .et_pb_column_1_4 h1,
    .et_pb_column_1_5 h1,
    .et_pb_column_1_6 h1,
    .et_pb_column_2_5 h1,
    .et_pb_title_container h1,
    .et-db #et-boc .et-l .et_pb_title_container h1 {
        font-size: 75px;
        line-height: 1.125;
    }  
    body.single-post h1, body.single-post .h1 {
        font-size: 50px;
    }
}
sup {
    bottom: 0.6em;
    font-size: .6em;
}
sub {
    bottom: -0.4em;
    font-size: .6em;
}
#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul,
#left-area ol,
.entry-content ol,
.et-l--body ol,
.et-l--footer ol,
.et-l--header ol,
.single.single-tribe_events #page-container .et_builder_inner_content ul,
.single.single-tribe_events #page-container .et_builder_inner_content ol {
    line-height: 1.5;
}
ol li {
    list-style-position: outside;
    margin-left: 1.2em;
}
body #page-container .entry-summary ul li,
body #page-container #et-main-area .et_pb_text_inner ul li,
body #page-container #et-main-area .et_pb_code_inner ul li,
body #page-container #et-main-area .et_pb_blurb_content ul li,
body #page-container #et-main-area .et_pb_promo_description ul li,
body #page-container #et-main-area .et_pb_newsletter_description ul li,
body #page-container #et-main-area .et_pb_tab ul li,
body #page-container #et-main-area .et_pb_toggle_content ul li,
body #page-container #et-main-area .et_pb_slide_content ul li,
body #page-container .entry-summary ol li,
body #page-container #et-main-area .et_pb_text_inner ol li,
body #page-container #et-main-area .et_pb_code_inner ol li,
body #page-container #et-main-area .et_pb_blurb_content ol li,
body #page-container #et-main-area .et_pb_promo_description ol li,
body #page-container #et-main-area .et_pb_newsletter_description ol li,
body #page-container #et-main-area .et_pb_tab ol li,
body #page-container #et-main-area .et_pb_toggle_content ol li,
body #page-container #et-main-area .et_pb_slide_content ol li,
.et_pb_post_content >  ul li,
.et_pb_post_content >  ol li {
    margin-bottom: 10px;
}
body p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
#main-content h1:last-child, 
#main-content h2:last-child, 
#main-content h3:last-child, 
#main-content h4:last-child, 
#main-content h5:last-child, 
#main-content h6:last-child, 
#main-content p:last-child, 
#main-content ul:last-child,
#main-content ol:last-child {
    padding-bottom: 0;
}
.et_pb_bg_layout_light blockquote,
.et_pb_post_content > blockquote {
    border-color: #0072bc;
}
.et_pb_bg_layout_light p strong,
.et_pb_bg_layout_light li strong {
    color: #272727;
}
.et_pb_module p strong,
.et_pb_module li strong {
    /*font-weight: 600;*/
}
body #page-container .entry-summary p a,
body #page-container #et-main-area .et_pb_text_inner p a,
body #page-container #et-main-area .et_pb_code_inner p a,
body #page-container #et-main-area .et_pb_blurb_content p a,
body #page-container #et-main-area .et_pb_promo_description p a,
body #page-container #et-main-area .et_pb_newsletter_description p a,
body #page-container #et-main-area .et_pb_tab p a,
body #page-container #et-main-area .et_pb_toggle_content p a,
body #page-container #et-main-area .et_pb_slide_content p a,
body #page-container .entry-summary li a,
body #page-container #et-main-area .et_pb_text_inner li a,
body #page-container #et-main-area .et_pb_code_inner li a,
body #page-container #et-main-area .et_pb_blurb_content li a,
body #page-container #et-main-area .et_pb_promo_description li a,
body #page-container #et-main-area .et_pb_newsletter_description li a,
body #page-container #et-main-area .et_pb_tab li a,
body #page-container #et-main-area .et_pb_toggle_content li a,
body #page-container #et-main-area .et_pb_slide_content li a,
.et_pb_post_content >  li a,
.et_pb_post_content >  p a {
    text-decoration: underline;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.1em;
}
body #page-container .entry-summary .et_pb_bg_layout_light p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_text_inner p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_code_inner p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_blurb_content p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_promo_description p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_newsletter_description p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_tab p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_toggle_content p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_slide_content p a:hover,
body #page-container .entry-summary .et_pb_bg_layout_light li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_text_inner li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_code_inner li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_blurb_content li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_promo_description li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_newsletter_description li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_tab li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_toggle_content li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .et_pb_slide_content li a:hover,
.et_pb_post_content >  li a:hover,
.et_pb_post_content >  p a:hover {
    color: #000;
}
body #page-container .entry-summary .et_pb_bg_layout_dark p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_text_inner p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_code_inner p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_blurb_content p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_promo_description p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_newsletter_description p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_tab p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_toggle_content p a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_slide_content p a,
body #page-container .entry-summary .et_pb_bg_layout_dark li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_text_inner li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_code_inner li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_blurb_content li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_promo_description li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_newsletter_description li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_tab li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_toggle_content li a,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_slide_content li a {
    color: #fff;
}
body #page-container .entry-summary .et_pb_bg_layout_dark p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_text_inner p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_code_inner p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_blurb_content p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_promo_description p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_newsletter_description p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_tab p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_toggle_content p a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_slide_content p a:hover,
body #page-container .entry-summary .et_pb_bg_layout_dark li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_text_inner li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_code_inner li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_blurb_content li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_promo_description li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_newsletter_description li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_tab li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_toggle_content li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_dark .et_pb_slide_content li a:hover {
    color: #fff;
    opacity: .8;
}
.black-link a {
    color: #2d3047;
}
.black-link a:hover {
    text-decoration: underline;
}
/* Header
-------------------------------------------------*/
.nav li ul {
    width: 220px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    padding: 0 0 10px 0;
    left: -20px;
    border: none;
}
#top-menu li li {
    margin: 0;
    padding: 0;
}
#top-menu li li a {
    width: 220px;
    padding: 6px 20px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
#top-menu li.w-150 ul,
#top-menu li.w-150 li a {
    width: 150px;
}
#top-menu li.w-190 ul,
#top-menu li.w-190 li a {
    width: 190px;
}
#top-menu li.w-200 ul,
#top-menu li.w-200 li a {
    width: 200px;
}
#top-menu li.w-210 ul,
#top-menu li.w-210 li a {
    width: 210px;
}
#top-menu li.w-220 ul,
#top-menu li.w-220 li a {
    width: 220px;
}
#top-menu li.w-230 ul,
#top-menu li.w-230 li a {
    width: 230px;
}
#top-menu li.w-240 ul,
#top-menu li.w-240 li a {
    width: 240px;
}
#top-menu li.w-250 ul,
#top-menu li.w-250 li a {
    width: 250px;
}
#top-menu li.w-260 ul,
#top-menu li.w-260 li a {
    width: 260px;
}
#top-menu li.w-270 ul,
#top-menu li.w-270 li a {
    width: 270px;
}
#top-menu li.w-280 ul,
#top-menu li.w-280 li a {
    width: 280px;
}
#top-menu li.w-290 ul,
#top-menu li.w-290 li a {
    width: 290px;
}
#top-menu li.w-300 ul,
#top-menu li.w-300 li a {
    width: 300px;
}

#main-header #top-menu li.global-icon>a:first-child {
    padding-right: 0;
    padding-left: 31px;
}
#mobile_menu li.global-icon > a {

}
#main-header #top-menu li.global-icon>a:first-child:after {
    content: "";
}
#main-header #top-menu li.global-icon>a:first-child:before,
#mobile_menu li.global-icon > a:before {
    content: "";
    font-size: 24px;
    font-weight: 100;
    font-family: 'ETmodules';
    position: absolute;
    left: 0;
    top: 0;
}
#mobile_menu li.global-icon > a:before {
    left: 5%;
    top: 17px;
}
.header-solid #main-header #top-menu li li a:hover,
.header-wrapper:hover #main-header #top-menu li li a:hover {
    color: #0072bc !important;
    background: transparent;
    opacity: 1;
}
.header-wrapper:hover #main-header #top-menu li.current-menu-item:not(.nav-button) > a,
.header-wrapper:hover #main-header #top-menu li.current_page_item:not(.nav-button) > a {
    color: #0072bc !important;
}
#top-menu li.header-button a {
    color: #5cb85c;
}
body.et_fullwidth_nav #main-header #et-top-navigation {
    padding-top: 4px;
}
.et_header_style_left .logo_container {
    width: 70%;
}
.logo-svg {
    display: inline-block;
}
.logo-svg svg {
    width: 70px;
    height: 70px;
    margin-top: 14px;
}
@media only screen and ( min-width: 981px ) and ( max-width: 1200px ) {
   /* .logo-svg svg {
        width: 230px;
        height: 55px;
        margin-top: 26px;
    }*/
}
.et-fixed-header .logo-svg svg {
    width: 50px;
    height: 50px;
    margin-top: 7px;
}
body:not(.mobile-menu-on) .header-wrapper:not(.header-solid):not(:hover) #main-header:not(.et-fixed-header) .logo-svg * {
    fill: #fff;
}
body:not(.mobile-menu-on) .header-wrapper:not(.header-solid):not(:hover) #main-header:not(.et-fixed-header) .logo-svg line {
    stroke: #fff;
}
.logo-svg * {
    -webkit-transition: all 0.3s ease-in-out, fill 0.1s ease-in-out;
    transition: all 0.3s ease-in-out, fill 0.1s ease-in-out;
}
.mobile-menu-on #main-header,
.header-solid #main-header,
.header-wrapper:hover #main-header,
#main-header.et-fixed-header,
.header-solid #main-header .nav li ul,
.header-wrapper:hover #main-header .nav li ul,
#main-header.et-fixed-header .nav li ul,
.header-solid #main-header .et-search-form,
.header-wrapper:hover #main-header .et-search-form,
.et-fixed-header .et-search-form {
    background-color: rgba(255,255,255,1) !important;
}
.header-solid #top-header,
.et_secondary_nav_enabled #page-container .header-solid #top-header,
#top-header.et-fixed-header,
.header-wrapper:hover #top-header,
.header-solid #top-header #et-secondary-nav li ul,
#top-header.et-fixed-header #et-secondary-nav li ul,
.header-wrapper:hover #et-secondary-nav li ul {
    background-color: rgba(0,0,0,1) !important;
}
body:not(.mobile-menu-on) .header-wrapper:not(.header-solid):not(:hover) #main-header:not(.et-fixed-header) .mobile_menu_bar:before {
    color: #fff !important;
}
.mobile-menu-on #top-menu a,
.header-solid #top-menu a,
.header-wrapper:hover #top-menu a,
#main-header.et-fixed-header #top-menu a,
.mobile-menu-on #et_search_icon:before,
.header-solid #main-header #et_search_icon:before,
.header-wrapper:hover #main-header #et_search_icon:before,
#main-header.et-fixed-header #et_search_icon:before,
.mobile-menu-on .et_search_form_container input,
.header-solid #main-header .et_search_form_container input,
.header-wrapper:hover .et_search_form_container input,
#main-header.et-fixed-header .et_search_form_container input,
.mobile-menu-on span.et_close_search_field:after,
.header-solid span.et_close_search_field:after,
.header-wrapper:hover span.et_close_search_field:after,
#main-header.et-fixed-header span.et_close_search_field:after,
.mobile-menu-on .mobile_menu_bar:before,
.header-wrapper:hover .mobile_menu_bar:before,
#main-header.et-fixed-header .mobile_menu_bar:before,
.header-wrapper.header-solid #main-header .mobile_menu_bar:before {
    color: #272727 !important;
}
.header-solid #main-header,
.header-wrapper:hover #main-header,
.header-solid #main-header.et-fixed-header,
.header-wrapper:hover #main-header.et-fixed-header {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%) !important;
}
#top-menu li {
    padding-right: 34px;
}
#top-menu li a {
    font-size: 20px;
    letter-spacing: 0.5px;
}
#top-menu li li a {
    font-size: 15px;
    letter-spacing: 0 !important;
}
#top-menu li.nav-button a {
    background: #0072bc !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 10px 20px !important;
    margin-top: -15px;
    border-radius: 5px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.header-solid #top-menu li.nav-button a,
.header-wrapper:hover #top-menu li.nav-button a,
#main-header.et-fixed-header #top-menu li.nav-button a {
    background: #0072bc !important;
    color: #ffffff !important;
    opacity: 1 !important;
}
#top-menu li.nav-button a:hover,
.header-solid #top-menu li.nav-button a:hover,
.header-wrapper:hover #top-menu li.nav-button a:hover,
#main-header.et-fixed-header #top-menu li.nav-button a:hover {
    background: #202020 !important;
    color: #fff !important;
}
#et_top_search {
    margin-left: 37px;
}
@media only screen and ( min-width: 981px ) {
    .header-wrapper #main-header.et-fixed-header {
        box-shadow: 0 1px 5px rgb(0 0 0 / 10%) !important;
    }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1550px ) {
    #top-menu li {
        padding-right: 25px;
    }
    #main-header #top-menu li a {
        font-size: 18px;
    }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1400px ) {
    #main-header #et-top-navigation {
        padding-left: 0 !important;
    }
    #top-menu li {
        padding-right: 24px;
    }
    #main-header #top-menu li a {
        font-size: 16px;
    }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1200px ) {
    #main-header #top-menu li a {
        font-size: 12px;
    }
}
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    #top-menu li {
        padding-right: 20px;
    }
}
/* Mobile Nav
-------------------------------------------------*/
@media only screen and ( min-width: 981px ) {
   .show-mob {
        display: none !important;
    }
}
@media only screen and ( max-width: 980px ) {
    .container.et_menu_container {
        width: 100%;
        max-width: 100%;
        padding: 0 2%;
    }
    .logo-svg svg,
    .et-fixed-header .logo-svg svg {
        width: 50px;
        height: 50px;
        margin-top: 16px;
    }
   .show-desk {
        display: none !important;
    }
   .desk-hide-child ul,
   .desk-hide {
        display: block !important;
    }
   .mob-hide-child ul {
        display: none !important;
    }
   .mobile_nav.opened .mobile_menu_hide_div {
        display: inline-block;
        font-size: 0;
        color: transparent;
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        height: 20000px;
        z-index: 999;
    }
    body #et_mobile_nav_menu #mobile_menu {
        background-color: #fff;
        padding: 0;
        border: none;
        border-top: none;
        margin-top: 0;
        -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    }
    #mobile_menu li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 0 6%;
    }
    #mobile_menu > li:first-child {
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    #mobile_menu li li {
        border-bottom: none;
        padding: 0;
    }
    #mobile_menu li li:last-child {
        margin-bottom: 15px;
    }
    #mobile_menu li a {
        color: #0072bc;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 18px 20px;
        border: none;
        text-align: center;
        font-weight: bold;
    }
    #mobile_menu > li.nav-button a {
        color: #fff;
        background: #0072bc !important;
    }
    #mobile_menu > li.nav-button {
        border: none !important;
        padding: 0;
    }
    #mobile_menu li li a {
        font-size: 14px;
        padding: 13px 20px;
    }
    #mobile_menu li a:hover {
        opacity: .8;
        background-color: transparent;
    }
    #main-header .et_mobile_menu li ul,
   .et_pb_fullwidth_menu .et_mobile_menu li ul {
        margin: 0;
        padding: 0;
    }
   .et_mobile_menu li li {
        padding-left: 0;
    }
   .et_mobile_menu li {
        position: relative;
        padding: 0;
    }
    #mobile_menu.et_mobile_menu .menu-item-has-children > a,
    #mobile_menu.et_mobile_menu > li > a {
        background-color: transparent;
    }
   .sub-menu.toggle-nav {
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
   .sub-menu.toggle-nav.open {
        max-height: 1000px !important;
    }
   .sub-menu {
        background-color: transparent;
    }
   .et_mobile_menu .view-icon {
        font-size: 30px;
        font-weight: 100;
        color: #0072bc;
        text-align: center;
        line-height: 30px;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 12px;
        width: 34px;
        height: 30px;
        cursor: pointer;
    }
   .et_mobile_menu .open .view-icon {
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        font-size: 35px;
        right: 9px;
    }
   .et_mobile_menu .view-icon:hover,
   .et_mobile_menu .view-icon.open {
        color: #202020;
    }
    #mobile_menu li:not(.nav-button):not(.not-current).current-menu-item > a {
        color: #272727;
    }
   .et_mobile_menu li.no-mob-expand .view-icon {
        display: none;
    }
}
/* Divi Grid Override*/
body .et_pb_section.no-spacing,
body .et_pb_section.no-spacing .et_pb_row,
body .et_pb_section.no-spacing .et_pb_row .et_pb_column {
    padding: 0 !important;
    margin: 0 !important;
}
body .et_pb_section.no-spacing .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}
body.et-fb .et_pb_section.no-spacing {
    padding-top: 30px !important;
}
@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column .et_pb_module,
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3 .et_pb_column .et_pb_module,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
        margin-bottom: 27px;
    }
    .et_pb_gutters2 .et_pb_column .et_pb_module:last-child,
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module:last-child,
    .et_pb_gutters3 .et_pb_column .et_pb_module:last-child,
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module:last-child,
    .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module:last-child,
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module:last-child,
    .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module:last-child,
    .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module:last-child,
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module:last-child,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module:last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    .et-db #et-boc .et-l .et_pb_column {
        margin-bottom: 1em;
    }
    .et-db #et-boc .et-l .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child,
    .et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child,
    .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 479px) {
   .et_pb_row_4col.mob-2-col-grid > .et_pb_column.et_pb_column_1_4 {
        width: 47.25% !important;
        margin-right: 5.5%;
    }
   .et_pb_row_4col.mob-2-col-grid > .et_pb_column.et_pb_column_1_4:nth-child(2n) {
        margin-right: 0;
    }
   .et_pb_row_4col.mob-2-col-grid .et_pb_column:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
   .et_pb_row.item-grid-row {
        padding-bottom: 0;
    }
}
/* Divi Override*/
body #wpadminbar {
    z-index: 99999999999;
}
.et_pb_toggle_item {
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    transition: all 0.3s;
}
/* Custom CTA module */
.image-top-cta.et_pb_promo  {
    padding: 0 !important;
    height: 100%;
}
.image-top-cta.et_pb_promo  .et_parallax_bg_wrap {
    display: inline-block;
    position: relative !important;
    padding-bottom: 50%;
    width: 100%;
}
.image-top-cta.et_pb_promo  .et_parallax_bg_wrap .et_parallax_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: unset !important;
    background-position: center;
}
.image-top-cta.et_pb_promo .et_pb_module_header {
    margin-bottom: 0;
}
.image-top-cta.et_pb_promo .et_pb_promo_description > div {
    margin-top: 10px;
}
.image-top-cta.et_pb_promo  .et_pb_promo_description {
    padding: 20px;
}
.et_pb_row:not(.et_pb_equal_columns) .image-top-cta.et_pb_promo  .et_pb_promo_description {
    padding-top: 10px;
}
.image-top-cta.et_pb_promo  .et_pb_button_wrapper {
    padding: 0 30px 30px 30px;
}
body .image-top-cta.et_pb_promo.et_pb_bg_layout_dark .et_pb_button:not(:hover) {
    background: #fff !important;
    border-color: #fff !important;
    color: #363636 !important;
}
body .image-top-cta.et_pb_promo.et_pb_bg_layout_dark .et_pb_button:hover {
    background: #363636 !important;
    border-color: #fff !important;
    color: #fff !important;
}
body .image-top-cta.et_pb_promo.et_clickable:after {
    content: '$';
    font-family: ETmodules !important;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #0072bc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body .image-top-cta.et_pb_promo.et_clickable:hover:after {
    left: 30px;
}
body .image-top-cta.et_pb_promo.et_clickable .et_pb_promo_description {
    padding-bottom: 50px;
}
.et_pb_row.et_pb_equal_columns .image-top-cta {
    display: flex;
    flex-direction: column;
}
.et_pb_row.et_pb_equal_columns .image-top-cta .et_pb_button_wrapper {
    margin-top: auto;
}


/* Buttons
-------------------------------------------------*/
.et_pb_button_module_wrapper {
    line-height: 0;
}
.et_pb_button {
    cursor: pointer;
}
body a.small-button,
body a.small-button:hover,
body a.big-button,
body a.big-button:hover {
    font-size: 16px;
    border-radius: 0px;
    font-weight: bold !important;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    position: relative;
    margin: 0 30px 30px 0 !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
body a.small-button:after,
body a.big-button:after {
    content: "\24";
    display: inline !important;
    font-size: 20px !important;
    margin-left: 5px;
    line-height: inherit;
    font-family: ETmodules!important;
    font-weight: 400!important;
    position: absolute;
    top: 9px;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
body a.small-button:after {
    display: inline !important;
    font-size: 20px !important;
    top: 1px;
    margin-left: 5px;
}
body a.small-button:hover:after,
body a.big-button:hover:after {
    margin-left: 10px;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button,
body #page-container #main-content .et_pb_section .et_pb_button,
.wpcf7-submit,
.submit.et_pb_button,
.search-submit,
body .et_pb_button,
body.et-db #et-boc .et-l .et_pb_button,
body .big-button {
    text-decoration: none;
    line-height: 1.1 !important;
    padding: 10px 35px 10px 15px !important;
    background: #0072bc !important;
    border: solid 2px #0072bc !important;
    color: #ffffff !important;
    opacity: 1 !important;
    border-radius: 5px;
}
body #page-container #main-content .et_pb_fullwidth_header.et_pb_bg_layout_dark .et_pb_button_two {
    background: transparent !important;
    border-color: #fff !important;
}
body #page-container #main-content form .et_pb_button.wpcf7-submit,
body #page-container #main-content form .wpcf7-submit {
    padding: 10px 15px !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button:hover,
body #page-container #main-content .et_pb_section .et_pb_button:hover,
.wpcf7-submit:hover,
.submit.et_pb_button:hover,
.search-submit:hover,
body .et_pb_button:hover,
body.et-db #et-boc .et-l .et_pb_button:hover,
body .big-button:hover {
    background: #202020 !important;
    border: solid 2px #202020 !important;
    color: #ffffff !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark,
body .et_pb_bg_layout_dark .et_pb_button,
body .et_pb_button.et_pb_bg_layout_dark,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #0072bc !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark:hover,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark:hover,
body .et_pb_bg_layout_dark .et_pb_button:hover,
body .et_pb_button.et_pb_bg_layout_dark:hover,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark:hover {
    background: #0072bc !important;
    border-color: #0072bc !important;
    color: #ffffff !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button:not(.text-button):after,
body #page-container #main-content .et_pb_section .et_pb_button:not(.text-button):after,
body #page-container #main-content .et_pb_promo_button:not(.text-button):after,
body #page-container #main-content .et_pb_module .et_pb_promo_button:not(.text-button):after {
    display: inline !important;
    font-size: 20px !important;
    margin-left: 5px;
    top: 8px;
    opacity: 1;
}
body #page-container #main-content .et_pb_section .et_pb_button.wpcf7-form-control:after {
    top: 8px;
}
body #page-container #main-content .et_pb_promo_button,
body #page-container #main-content .et_pb_module.et_pb_bg_layout_dark .et_pb_promo_button,
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.text-button,
body #page-container #main-content .et_pb_button.text-button,
body .et_pb_button.text-button,
body .et_pb_button.text-button,
body.et-db #et-boc .et-l .et_pb_button.text-button,
body a.small-button {
    background: transparent !important;
    color: #0072bc !important;
    border: none !important;
    padding: 0 !important;
    font-size: 18px;
}
body #page-container #main-content .et_pb_promo_button:hover,
body #page-container #main-content .et_pb_module.et_pb_bg_layout_dark .et_pb_promo_button:hover,
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.text-button:hover,
body #page-container #main-content .et_pb_button.text-button:hover,
body .et_pb_button.text-button:hover,
body .et_pb_button.text-button:hover,
body.et-db #et-boc .et-l .et_pb_button.text-button:hover,
body a.small-button:hover {
    background: transparent !important;
    color: #272727 !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: underline;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button.text-button:after,
body #page-container #main-content .et_pb_button.text-button:after {
    display: inline !important;
    font-size: 20px !important;
    top: -1px;
    margin-left: 5px;
    opacity: 1;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button:hover:after,
body #page-container #main-content .et_pb_section .et_pb_button:hover:after,
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button.text-button:hover:after,
body #page-container #main-content .et_pb_promo_button:hover:after,
body #page-container #main-content .et_pb_module .et_pb_promo_button:hover:after,
body #page-container #main-content .et_pb_button.text-button:hover:after {
    margin-left: 10px;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.text-button,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark.text-button,
body .et_pb_button.et_pb_bg_layout_dark.text-button,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.text-button {
    background: transparent !important;
    color: #ffffff !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.text-button:hover,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark.text-button:hover,
body .et_pb_button.et_pb_bg_layout_dark.text-button:hover,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.text-button:hover {
    background: transparent !important;
    color: #ffffff !important;
    opacity: .8 !important;
}
body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button {
    margin-right: 3px !important;
    margin-left: 3px !important;
}
body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button_one,
body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button_two {
    margin-right: 5px !important;
    margin-left: 5px !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.outline-button,
body #page-container #main-content .et_pb_button.outline-button,
body .et_pb_button.outline-button,
body.et-db #et-boc .et-l .et_pb_button.outline-button,
body #page-container #main-content .et_pb_section .et_pb_fullwidth_header .et_pb_button {
    background: transparent !important;
    color: #0072bc !important;
    border-color: #0072bc !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.outline-button:hover,
body #page-container #main-content .et_pb_button.outline-button:hover,
body .et_pb_button.outline-button:hover,
body.et-db #et-boc .et-l .et_pb_button.outline-button:hover,
body #page-container #main-content .et_pb_section .et_pb_fullwidth_header .et_pb_button:hover {
    background: #0072bc !important;
    color: #ffffff !important;
    border-color: #0072bc !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.outline-button,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark.outline-button,
body .et_pb_button.et_pb_bg_layout_dark.outline-button,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.outline-button,
body #page-container #main-content .et_pb_section .et_pb_fullwidth_header.et_pb_bg_layout_dark .et_pb_button {
    background: #0072bc !important;
    color: #fff !important;
    border-color: #fff !important;
}
body.et-db #page-container #main-content #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.outline-button:hover,
body #page-container #main-content .et_pb_button.et_pb_bg_layout_dark.outline-button:hover,
body .et_pb_button.et_pb_bg_layout_dark.outline-button:hover,
body.et-db #et-boc .et-l .et_pb_button.et_pb_bg_layout_dark.outline-button:hover,
body #page-container #main-content .et_pb_section .et_pb_fullwidth_header.et_pb_bg_layout_dark .et_pb_button:hover {
    background: #202020 !important;
    color: #fff !important;
    border-color: #fff !important;
}
.et_pb_column.inline-et-buttons.inline-et-buttons-center {
    text-align: center;
}
.et_pb_column.inline-et-buttons .et_pb_button_module_wrapper {
    display: inline-block;
    padding-right: 10px;
}
.et_pb_column.inline-et-buttons.inline-et-buttons-center .et_pb_button_module_wrapper {
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
    body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button,
    body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button_one,
    body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button_two {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    body #page-container #main-content .et_pb_fullwidth_header_container.center .et_pb_button:after {
        display: none !important;
    }
    .et_pb_column.inline-et-buttons .et_pb_button_module_wrapper,
    .et_pb_column.inline-et-buttons.inline-et-buttons-center .et_pb_button_module_wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    body #page-container #main-content .et_pb_button,
    body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button,
    body #page-container #main-content .et_pb_section .et_pb_button,
    .wpcf7-submit,
    .submit.et_pb_button,
    .search-submit,
    body .et_pb_button,
    body.et-db #et-boc .et-l .et_pb_button,
    body .big-button {
        width: 100%;
        padding: 10px !important
    }
    body.et-db #page-container #main-content #et-boc .et-l .et_pb_section .et_pb_button:not(.text-button):after,
    body #page-container #main-content .et_pb_section .et_pb_button:not(.text-button):after,
    body #page-container #main-content .et_pb_promo_button:not(.text-button):after,
    body #page-container #main-content .et_pb_module .et_pb_promo_button:not(.text-button):after {
        display: none !important;
    }
    .et_pb_column.inline-et-buttons .et_pb_button_module_wrapper {
        width: 100%;
    }
}

/* Forms */
#main-content label:not(.woocommerce-form__label-for-checkbox) {
    font-weight: normal;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 10px;
}
#main-content .wpcf7 p:not(.text):not(.p) {
    padding-bottom: 0;
}
.leftfield-div {
    float: left;
    clear: both;
    margin-right: 13px;
    width: calc(50% - 13px);
    position: relative;
}
.rightfield-div {
    float: left;
    margin-left: 13px;
    width: calc(50% - 13px);
    position: relative;
}
.leftfield-div.col-1-3,
.rightfield-div.col-1-3 {
    width: 33.33%;
}
.leftfield-div.col-2-3,
.rightfield-div.col-2-3 {
    width: 66.66%;
}
.center-div.col-1-3 {
    width: calc(33.33% - 17.3333px);
}
.center-div.col-1-3:not(.leftfield-div):not(.rightfield-div) {
    clear: none;
    float: left;
    margin-right: 13px;
    margin-left: 13px;
}
.leftfield-div.col-3-4,
.rightfield-div.col-3-4 {
    width: calc(75% - 13px);
}
.leftfield-div.col-1-4,
.rightfield-div.col-1-4 {
    width: calc(25% - 13px);
}
@media screen and (max-width: 767px) {
   .leftfield-div.col-1-3,
   .rightfield-div.col-1-3,
   .leftfield-div.col-2-3,
   .rightfield-div.col-2-3,
   .leftfield-div.col-3-4,
   .rightfield-div.col-3-4,
   .leftfield-div.col-1-4,
   .rightfield-div.col-1-4,
   .leftfield-div,
   .rightfield-div,
   .center-div.col-1-3  {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
}
.fullwidthfield-div {
    float: left;
    padding-left: 0;
    width: 100%;
    position: relative;
}
body .wpcf7-spinner {
    background-color: #0072bc;
    opacity: .7;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
body .wpcf7-spinner::before {
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
div.wpcf7 {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.wpcf7-form p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    clear: both;
    font-size: 18px;
}
.wpcf7-form .h1, .wpcf7-form .h2, .wpcf7-form .h3, .wpcf7-form .h4, .wpcf7-form .h5, .wpcf7-form .h6 {
    margin: 15px 0;
    padding: 0 !important;
}
.wpcf7-form label {
    color: #2d3047;
    font-size: 18px;
}
.wpcf7-form br,
.wpcf7-form .wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-form .wpcf7-checkbox label {
    display: block !important;
    float: left;
}
.wpcf7-list-item-label {
    padding-right: 30px;
}
body .wpcf7-form .wpcf7-response-output {
    margin: 0;
    padding: 10px 15px;
    border: none !important;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    color: #2a2a2a;
}
body .wpcf7 form.sent .wpcf7-response-output {
    color: #336600; /* Green */
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border: 2px solid #336600 !important;
}
body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output,
body .wpcf7 form.spam .wpcf7-response-output,
body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #bb0101;
    margin: 0 0 20px 0;
    padding: 10px 15px;
    border: 2px solid #bb0101 !important;
}
body .wpcf7-not-valid .wpcf7-list-item-label {
    color: #bb0101;
}
#site-footer .wpcf7-form .wpcf7-response-output,
#site-footer .wpcf7-form .wpcf7-mail-sent-ok,
#site-footer .wpcf7-form .wpcf7-validation-errors,
#site-footer .wpcf7-not-valid .wpcf7-list-item-label {
    color: #ffffff;
}
#page-container .wpcf7 input[type="text"], 
#page-container .wpcf7 input[type="tel"], 
#page-container .wpcf7 input[type="email"], 
#page-container .wpcf7 input[type="number"], 
#page-container .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="range"]),
#page-container .wpcf7 input.text, 
#page-container .wpcf7 input.title,
#page-container .wpcf7 input.search-field,
#page-container .wpcf7 textarea, 
#page-container .wpcf7 select,
#page-container .wf-wrapper input[type="text"], 
#page-container .wf-wrapper input[type="tel"], 
#page-container .wf-wrapper input[type="email"], 
#page-container .wf-wrapper input[type="number"], 
#page-container .wf-wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="range"]),
#page-container .wf-wrapper textarea, 
#page-container .wf-wrapper select,
#page-container .wf-wrapper .multiselect {
    margin: 0 0 26px 0;
    padding: 0px 15px;
    width: 100%;
    min-height: 45px;
    line-height: normal;
    resize: none;
    vertical-align: middle;
    border-radius: 0;
    border: 2px solid #272727;
    font-size: 18px;
    font-weight: 300;
    background-color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #272727;
}
#page-container .wpcf7 input[type="file"] {
    min-height: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
#page-container .wpcf7 select,
#page-container .wf-wrapper select,
#page-container .wf-wrapper .multiselect {
    padding-left: 16px;
    padding-right: 28px;
    -webkit-appearance:none;
    background-image: url(/wp-content/themes/Divi-child/images/select-arrow.png);
    background-position: right;
    background-size: 34px;
    background-repeat: no-repeat;   
}
#page-container .wpcf7 textarea {
    padding: 10px 15px;
    height: 100px;
    resize: vertical;
}
#page-container .wpcf7 input[type="text"]:focus, 
#page-container .wpcf7 input[type="tel"]:focus, 
#page-container .wpcf7 input[type="email"]:focus, 
#page-container .wpcf7 input[type="number"]:focus, 
#page-container .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="range"]):focus,
#page-container .wpcf7 input.text:focus, 
#page-container .wpcf7 input.title:focus,
#page-container .wpcf7 input.search-field:focus,
#page-container .wpcf7 textarea:focus, 
#page-container .wpcf7 select:focus {
    background-color: transparent;
    border-color: #0072bc;
} 
/*----[Checkbox styles]--------------*/
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 15px;
}
.wpcf7 input[type="checkbox"] ~ .wpcf7-list-item-label,
#page-container .wf-wrapper input[type="checkbox"] ~ label {
    padding-left: 30px;
    padding-top: 2px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}
.wpcf7 input[type="checkbox"] ~ .wpcf7-list-item-label:before,
#page-container .wf-wrapper input[type="checkbox"] ~ label:before {
    position: absolute;
    content: " ";
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    color: #2d3047;
    border: 2px solid #2d3047;
    text-align: center;
    font-family: ETmodules;
}
.wpcf7 input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before,
#page-container .wf-wrapper input[type="checkbox"]:checked ~ label:before {
    content: "N";
    border-color: #2d3047;
    background-color: #2d3047;
    color: #fff;
}
@media only screen and ( min-width: 981px ) {
   .wpcf7 input[type="checkbox"]:checked ~ .wpcf7-list-item-label:hover:before,
   #page-container .wf-wrapper input[type="checkbox"] ~ label:hover:before {
        border-color: #0072bc;
        background-color: #0072bc;
        color: #ffffff;
    }
}
.wpcf7 input[type="checkbox"],
#page-container .wf-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkboxes-wrapper {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.checkboxes-wrapper .wpcf7-list-item-label {
    padding-right: 0;
}
.multi-checkboxes {
    margin-bottom: 15px;
}
.multi-checkboxes .wpcf7-list-item {
    margin-bottom: 0;
}
.multi-checkboxes input[type="checkbox"]~.wpcf7-list-item-label {
    padding-right: 20px;
}
@media only screen and (max-width: 479px) {
   .wpcf7 input[type="checkbox"] ~ .wpcf7-list-item-label {
        font-size: 16px;
    }
}
.grecaptcha-badge {
    display: none;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000; 
    opacity:  1;
}
::-moz-placeholder {
    color: #000;  
    opacity:  1;
}
:-ms-input-placeholder {  
    color: #000;  
}
input:focus::-webkit-input-placeholder {
    opacity:  0.4;
}
input:focus:-moz-placeholder {
    opacity:  0.4;
}
input:focus::-moz-placeholder {
    opacity:  0.4;
}
input:focus:-ms-input-placeholder {  
    opacity:  0.4;
}
textarea:focus::-webkit-input-placeholder {
    opacity:  0.4;
}
textarea:focus:-moz-placeholder {
    opacity:  0.4;
}
textarea:focus::-moz-placeholder {
    opacity:  0.4;
}
textarea:focus:-ms-input-placeholder {  
    opacity:  0.4;
}
label.hide-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 1px 1px) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
    border-color: #bb0101 !important;
}
.wpcf7-form .wpcf7-not-valid::-webkit-input-placeholder {
    color: #272727;
}
.wpcf7-form .wpcf7-not-valid:-moz-placeholder {
    color: #272727; 
    opacity:  1;
}
.wpcf7-form .wpcf7-not-valid::-moz-placeholder {
    color: #272727;  
    opacity:  1;
}
.wpcf7-form .wpcf7-not-valid:-ms-input-placeholder {  
    color: #272727; 
}
.wpcf7-form .wpcf7-not-valid:focus::-webkit-input-placeholder {
    opacity:  0.4;
}
.wpcf7-form .wpcf7-not-valid:focus:-moz-placeholder {
    opacity:  0.4;
}
.wpcf7-form .wpcf7-not-valid:focus::-moz-placeholder {
    opacity:  0.4;
}
.wpcf7-form .wpcf7-not-valid:focus:-ms-input-placeholder {  
    opacity:  0.4; 
}
div.wpcf7 img.ajax-loader {
    margin-left: 10px;
}
.wpcf7-submit,
.submit.et_pb_button,
.search-submit,
.wpcf7-submit:focus {
    cursor: pointer;
    margin: 0 !important;
    width: 100%;
}
.custom-grid-row {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
}
.custom-grid-1-3 {
    display: inline-block;
    min-width: 150px;
    width: 33.33%;
    float: left;
}
.custom-grid-1-3:nth-child(1) {
    width: 37.33%;
    min-width: 190px;
}
.custom-grid-1-3:nth-child(2) {
    width: 28%;
}
.custom-grid-1-3:nth-child(3) {
    min-width: 195px;
    width: 34.33%;
}

/* BiginForms */
body .wf-parent .wf-row {
    margin-bottom: 10px;
}
body .wf-parent {
    padding: 0;
}
body .wf-wrapper {
    box-shadow: none;
    max-width: 100% !important;
    width: 100%;
}
body .wf-wrapper .wf-header,
body .wf-wrapper .wf-logo,
body .wf-wrapper .dropdown-contents::after {
    display: none;
}
body .wf-wrapper form {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    padding: 0;
    font-size: 18px !important;
}
body .wf-wrapper .wf-field-error-active.wf-field .wf-field-input:not(.date-input-container .wf-field-input),
body .wf-wrapper .wf-field-error-active.wf-field .wf-field-dropdown,
body .wf-wrapper .wf-field-error-active .date-input-container {
    border: 2px solid #ff0000;
    box-shadow: none;
}
body .wf-wrapper .wf-field-mandatory .wf-field-inner::before {
    background-color: #0072bc;
    width: 2px;
}
body .wf-wrapper .wf-field-mandatory.wf-field-error-active .wf-field-inner::before {
    background-color: #ff0000;
}
.wf-field-error {
    color: #ff0000;
}
#page-container .wf-wrapper .wf-field-error-active input[type="text"], 
#page-container .wf-wrapper .wf-field-error-active input[type="tel"], 
#page-container .wf-wrapper .wf-field-error-active input[type="email"], 
#page-container .wf-wrapper .wf-field-error-active input[type="number"], 
#page-container .wf-wrapper .wf-field-error-active input:not([type="submit"]):not([type="checkbox"]):not([type="range"]),
#page-container .wf-wrapper .wf-field-error-active textarea, 
#page-container .wf-wrapper .wf-field-error-active select,
#page-container .wf-wrapper .wf-field-error-active .multiselect,
#page-container .wf-wrapper .wf-field-error-active .wf-field-captcha-img-wrap {
    border-color: #ff0000;
}
#page-container .wf-wrapper input[type="text"], 
#page-container .wf-wrapper input[type="tel"], 
#page-container .wf-wrapper input[type="email"], 
#page-container .wf-wrapper input[type="number"], 
#page-container .wf-wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="range"]),
#page-container .wf-wrapper textarea, 
#page-container .wf-wrapper select,
#page-container .wf-wrapper .multiselect {
    margin-bottom: 0;
}
#page-container .wf-wrapper .multiselect {
    padding: 0;
}
#page-container .wf-wrapper .multiselect input {
    border: none !important;
}
#page-container .wf-wrapper .dropdown-contents {

}
.icon-with-text-dropdown {
    & .icon-text-dropdown {
        > span:first-child {
            font-size: 18px !important;
        }
    }
}
#page-container .wf-wrapper span,
#page-container .wf-wrapper a {
    font-size: 18px !important;
}
#page-container .wf-wrapper .dropdown-menu {
    background-color: #fff;
    border: 2px solid #0072bc;
    border-radius: 0;
    left: -2px;
    top: 41px;
    padding: 0 !important;
    box-shadow: none;
}
#page-container .wf-wrapper .wf-field-dropdown:not(.dropdown-with-search):not(.icon-with-text-dropdown):not(.single-select-drp) .dropdown-menu {
    width: calc(100% + 4px);
}
#page-container .wf-wrapper .selected-options.set-opt-list {
    height: auto;
    background: #fff;
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-top: -2px;
    border: 2px solid #0072bc;
    border-bottom: none;
}
#page-container .wf-wrapper .wf-field-dropdown.dropbox-active::after {
    border: none !important;
}
#page-container .wf-wrapper .multiple-fields-div .field-2 input {
    border-left: none !important;
}
#page-container .wf-wrapper .wf-field-captcha-img-wrap {
    border: 2px solid #0072bc;
    border-left: none;
    border-radius: 0;
    min-height: 45px;
}
#page-container .wf-wrapper .wf-field-captcha-img-wrap img {
    margin-top: 2px;
}
#page-container .wf-wrapper [type="submit"] {
    text-decoration: none;
    line-height: 1.1 !important;
    padding: 10px 15px !important;
    background: #0072bc !important;
    border: solid 2px #0072bc !important;
    color: #ffffff !important;
    opacity: 1 !important; 
    width: 100% !important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
}
#page-container .wf-wrapper .wform-btn-wrap {
    margin-top: 10px !important;
}
#page-container .wf-wrapper [type="submit"]:hover {
    background: #202020 !important;
    border: solid 2px #202020 !important;
    color: #ffffff !important;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner {
    min-height: 45px;
}
#page-container .wf-wrapper .wf-error-parent-ele {
    width: 100%;
    justify-content: start;
}
#page-container .wf-wrapper .wf-error-parent-ele span {
    font-size: 14px !important;
}
#page-container .wf-wrapper .reload-captcha * {
    color: #0072bc;
}
#page-container .wf-wrapper .reload-captcha:hover * {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .col-1-and-2-2col .wf-form-wrapper .wf-row:nth-child(1),
    .col-1-and-2-2col .wf-form-wrapper .wf-row:nth-child(2) {
        width: calc(50% - 15px);
        margin-right: 30px;
        float: left;
    }
    .col-1-and-2-2col .wf-form-wrapper .wf-row:nth-child(2) {
        margin-right: 0;
    }
    .col-1-and-2-2col .wf-form-wrapper .wf-row:nth-child(3) {
        width: 100%;
        display: inline-block;
    }
}
@media only screen and (max-width: 767px) {

}
@media screen and (max-width: 590px) {
    #page-container .wf-wrapper .reload-captcha {
        width: 100%;
        border: 2px solid #0072bc !important;
        border-top: none !important;
    }
}
#page-container .wf-wrapper .reload-captcha {
    margin-left: 0;
    user-select: none;
    border: 2px solid #0072bc;
    border-left: 0;
    padding: 4px;
    min-height: 45px;
    display: inline-block;
    text-align: center;
}
#page-container .wf-wrapper .reload-captcha:hover {
    background: #202020 !important;
    border-color: #202020 !important;
}

/* Blog post itme */
.et_pb_post_content.db-post-content .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}
.et_pb_post_content.db-post-content .et_pb_section {
    padding: 0 !important;
}
/*Blog module grid*/
.wt-blog-posts .et_pb_post {
    position: relative;
}
.et_pb_post:not(.type-team-member) .entry-featured-image-url {
    padding-top: 60%;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    display: inline-block;
}
.et_pb_post:not(.type-team-member) .entry-featured-image-url img {
    position: absolute;
    height: 100%;
    bottom: 0;
    object-fit: cover;
}
.blog-2-col .et_pb_post:not(.has-post-thumbnail) .entry-title a:before,
.blog-3-col .et_pb_post:not(.has-post-thumbnail) .entry-title a:before,
.blog-4-col .et_pb_post:not(.has-post-thumbnail) .entry-title a:before {
    content: "";
    background-image: url(/wp-content/themes/Divi-child/images/no-thumb.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    padding: 0 0 60% 0;
    margin-bottom: 12px;
}
.blog-2-col .et_pb_ajax_pagination_container,
.blog-3-col .et_pb_ajax_pagination_container,
.blog-4-col .et_pb_ajax_pagination_container {
    display: inline-block !important;
    width: 100% !important;
}
.et_pb_posts .et_pb_post .entry-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.et_pb_posts .et_pb_post .entry-title,
.et_pb_posts .et_pb_post .entry-title a {
    color: #0072bc;
}
.et_pb_posts .et_pb_post:hover .entry-title,
.et_pb_posts .et_pb_post:hover .entry-title a {
    color: #272727;
}
.et_pb_posts .post-meta {
    padding: 0 !important;
    margin: 4px 0 !important;
    line-height: 1.3;
}
.et_pb_posts .post-meta * {
    font-size: 14px;
    color: #000 !important;
    font-weight: normal;
}
.et_pb_posts .post-content-inner {
    line-height: 1.4;
}
body #main-content .et_pb_posts .post-content-inner p {
    font-size: 15px;
}
.et_pb_posts .post-content-inner > p:first-child {
    padding-top: 5px;
}
.single-post .et_pb_post_title.post-meta {
    margin-bottom: 13px !important;
}
.et_pb_title_meta_container a:hover {
    opacity: .8;
}
.post-excerpt {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.et_pb_post:hover .post-excerpt {
    opacity: 1;
}
.post-excerpt a {
    background: #0072bc;
    color: #fff;
    display: inline-block;
    padding: 20px;
}
.post-excerpt a:after {
    display: inline-block;
    content: "\35";
    font-family: ETmodules !important;
    position: absolute;
    bottom: 3px;
    left: 10px;
    font-size: 30px;
}
.post-excerpt .entry-title {
    padding-bottom: 10px !important;
    color: #fff !important;
    font-size: 20px !important;
}
.post-excerpt .entry-excerpt {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.5;
}
.wt-blog-posts:not(.grid-grid) .post-excerpt {
    display: none;
}
@media only screen and (min-width: 768px) {
    body.archive .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content,
    body.category .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content,
    body.blog .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        margin: 20px auto;
        width: 80%;
    }
    .et_pb_posts .et_pb_post .entry-title {
        font-size: 24px;
    }
    body #main-content .et_pb_posts .post-content-inner p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 981px) {
   .et_pb_module.et_pb_posts {
        margin-bottom: -3% !important;
    }
    .blog-2-col .et_pb_post {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
        padding-bottom: 0 !important;
        clear: none;
    }
   .blog-3-col .et_pb_post {
        float: left;
        width: 31.33%;
        margin-right: 3%;
        margin-bottom: 3%;
        padding-bottom: 0 !important;
        clear: none;
    }
   .blog-4-col .et_pb_post {
        float: left;
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 3%;
        padding-bottom: 0 !important;
        clear: none;
    }

    .blog-2-col.grid-grid .et_pb_post,
    .blog-3-col.grid-grid .et_pb_post,
    .blog-4-col.grid-grid .et_pb_post {
        width: 100%;
        margin: 0;
    }
    .blog-2-col.grid-grid,
    .blog-3-col.grid-grid,
    .blog-4-col.grid-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
        gap: 3%; 
    }
    .blog-3-col.grid-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .blog-4-col.grid-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .blog-2-col .et_pb_post:nth-child(2n),
    .blog-3-col .et_pb_post:nth-child(3n),
    .blog-4-col .et_pb_post:nth-child(4n) {
        margin-right: 0;
    }
    .blog-2-col .et_pb_post:nth-child(2n+1),
    .blog-3-col .et_pb_post:nth-child(3n+1),
    .blog-4-col .et_pb_post:nth-child(4n+1) {
        clear: both;
    }
}
@media only screen and (max-width: 980px) {
   .et_pb_module.et_pb_posts {
        margin-bottom: -30px !important;
    }
   .blog-3-col .et_pb_post,
   .blog-4-col .et_pb_post {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 30px;
        padding-bottom: 0 !important;
    }
   .blog-3-col .et_pb_post:nth-child(2n),
   .blog-4-col .et_pb_post:nth-child(2n) {
        margin-right: 0;
    }
   .blog-3-col .et_pb_post:nth-child(2n+1),
   .blog-4-col .et_pb_post:nth-child(2n+1) {
        clear: both;
    }
}
@media only screen and (max-width: 479px) {
   .blog-2-col .et_pb_post,
   .blog-3-col .et_pb_post,
   .blog-4-col .et_pb_post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    body .et_pb_blurb.square-img .et_pb_blurb_container > *:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.et_pb_widget_area .et_pb_widget {
    margin-bottom: 20px !important;
}
.et_pb_widget_area .et_pb_widget .widgettitle {
    margin-top: 0 !important;
    font-size: 24px;
    color: #272727;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}
.et_pb_widget_area .et_pb_widget li a {
    font-weight: normal;
}
.et_pb_widget_area.et_pb_bg_layout_light .et_pb_widget li a {
    color: #0072bc;
}
.single-post .et_pb_post_title img {
    max-height: 700px !important;
    width: auto;
}
button#shareButton {
    border: none;
    padding: 0;
    background: transparent;
    font-weight: 100;
    font-size: inherit;
    position: absolute;
    top: 3px;
    right: 0;
    cursor: pointer;
}
button#shareButton:hover {
    color: #E95325;
}
button#shareButton:before {
    font-family: ETmodules !important;
    content: "\e0a0" !important;
    padding-right: 7px;
}
.et_pb_module.post-author-block .et_pb_main_blurb_image {
    display: inline-block;
    width: 130px;
    height: 130px;
}
@media only screen and (max-width: 767px) {
    .et_pb_module.post-author-block .et_pb_main_blurb_image {
        width: 60px;
        height: 60px;
    }
}

/* Pagination  */
.et_pb_module.et_pb_posts .et_pb_ajax_pagination_container {
    margin-bottom: 30px;
}
body .wp-pagenavi {
    margin: -30px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: left;
}
body .wp-pagenavi .pages {
    display: inline-block;
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 0;
    border: none;
    font-weight: normal;
    font-size: 16px;
    color: #272727;
}
body .wp-pagenavi a,
body .wp-pagenavi span:not(.pages) {
    text-decoration: none;
    padding: 10px;
    margin: 0 8px 8px 0;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: normal !important;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 2px solid #0072bc !important;
    color: #0072bc !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
body .wp-pagenavi a:hover,
body .wp-pagenavi span.current {
    background: #0072bc !important;
    border-color: #0072bc !important;
    color: #fff !important;
}
body .wp-pagenavi span:not(.pages):not(.current) {
    background: #fff;
    border: 2px solid #272727;
    color: #272727;
    padding-left: 0;
    padding-right: 0;
}
.et_pb_posts_nav .nav-next,
.et_pb_posts_nav .nav-previous {
    max-width: 50%;
}
.et_pb_posts_nav .nav-next a,
.et_pb_posts_nav .nav-previous a {
    padding: 0 5px 0 25px;
    line-height: 1.4;
}
.et_pb_posts_nav .nav-next a {
    text-align: right;
    padding: 0 25px 0 5px;
}
.et_pb_posts_nav .nav-next .meta-nav {
    position: absolute;
    right: 0;
    top: -2px;
}
.et_pb_posts_nav .nav-previous .meta-nav {
    position: absolute;
    left: 0;
    top: -2px;
}
/* Split BG Section */
.et_pb_section.half-and-half,
.et_pb_section.half-and-half .et_pb_row {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
body.et-fb .et_pb_section.half-and-half {
    padding: 30px 0 !important;
}
.et_pb_section.half-and-half .et_pb_module {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
}
.half-and-half.blog-page-format .et_pb_module {
    max-width: 580px;
}
.et_pb_section.half-and-half .et_pb_column.et_pb_column_1_2 {
    margin: 0 !important;
    width: 50% !important;
    padding: 60px 30px;
}
.half-and-half .et_parallax_bg.et_pb_parallax_css {
    background-attachment: unset !important;
    background-position: center !important;
}
.half-and-half .et_parallax_gradient.et_pb_parallax_css {
    background-attachment: unset !important;
}
.half-and-half .et_parallax_bg.et_pb_parallax_css,
.half-and-half .et_parallax_gradient.et_pb_parallax_css {
    width: 50% !important;
}
.half-and-half.half-img-right .et_parallax_bg.et_pb_parallax_css,
.half-and-half.half-img-right .et_parallax_gradient.et_pb_parallax_css {
    left: 50% !important;
}
.et_pb_module.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
}
.et_pb_module.bg-slider .et_pb_slides,
.et_pb_module.bg-slider .et_pb_slide {
    height: 100%;
}
@media only screen and (min-width: 768px) {
    .et_pb_section.half-and-half .et_pb_column.et_pb_column_1_2 {
        padding: 10% 30px;
    }
    .half-and-half.blog-page-format .et_pb_column.et_pb_column_1_2 {
        padding: 30px 40px 60px 40px;
    }
    .et_pb_section.half-and-half .et_pb_column.et_pb_column_empty {
        display: block !important;
    }
    .half-and-half.blog-page-format .et_parallax_bg_wrap {
        position: fixed;
        top: 74px;
    }
    .admin-bar .half-and-half.blog-page-format .et_parallax_bg_wrap {
        top: 100px;
    }
    .half-and-half.blog-page-format .et_parallax_bg_wrap .et_parallax_bg.et_pb_parallax_css {
        height: 120vh;
        position: absolute;
        top: 0;
        transition: transform 1500ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 1000ms linear;
    }
}
@media only screen and (min-width: 1200px) {
    .et_pb_section.half-and-half .et_pb_column.et_pb_column_1_2 {
        padding: 8.3% 30px;
    }
    .half-and-half.blog-page-format .et_pb_column.et_pb_column_1_2 {
        padding: 40px 40px 70px 40px;
    }
}
@media only screen and (max-width: 1040px) {
    .half-and-half {
        border-bottom: 1px solid #e2e3ed;   
    }
    .half-and-half .et_pb_row {
        display: inline-block;
        position: unset;
    }
    .half-and-half .et_pb_column {
        position: unset;
    }
    .half-and-half.slider-bg {
        padding-top: 50vw !important;
    }
    .half-and-half.slider-bg.half-img-left .et_pb_column:first-child,
    .half-and-half.slider-bg.half-img-right .et_pb_column:last-child {
        padding: 0 !important;
    }
    .et_pb_module.bg-slider {
        height: 50vw;
    }
    .half-and-half .et_pb_module.bg-slider .et_pb_slides,
    .half-and-half .et_pb_module.bg-slider .et_pb_slide {
        height: 100%;
    }
    .half-and-half.half-img-right .et_parallax_bg_wrap,
    .half-and-half .et_parallax_bg_wrap {
        position: relative;
    }
    .half-and-half.half-img-right .et_parallax_bg.et_pb_parallax_css,
    .half-and-half.half-img-right .et_parallax_gradient.et_pb_parallax_css,
    .half-and-half .et_parallax_bg.et_pb_parallax_css,
    .half-and-half .et_parallax_gradient.et_pb_parallax_css {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 50% !important;
        position: relative !important;
        padding: 50% 0 0 0;
    }
    .et_pb_section.half-and-half .et_pb_column.et_pb_column_1_2 {
        width: 100% !important;
    }
    .et_pb_section.half-and-half .et_pb_module {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .et_pb_section.half-and-half .et_pb_column.et_pb_column_empty {
        display: none !important;
    }
}
@media only screen and (max-width: 980px) {
    .half-and-half.blog-page-format .et_parallax_bg_wrap {
        position: unset;
    }
    .half-and-half.blog-page-format .et_parallax_bg_wrap .et_parallax_bg.et_pb_parallax_css {
        height: 50vw;
        width: 100% !important;
        position: unset;
        transform: translate(0, 0) !important;
        display: block;
    }
    .half-and-half.blog-page-format .et_pb_column.et_pb_column_empty {
        display: none !important;
    }
    .half-and-half.blog-page-format .et_pb_column.et_pb_column_1_2 {
        padding: 10px 40px 10px 40px;
        margin: -70px auto 0 auto !important;
        width: 100% !important;
        max-width: 660px !important;
        float: none;
        background: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .half-and-half.blog-page-format {
        border-bottom: none !important;
    }
    .half-and-half.blog-page-format .et_parallax_bg_wrap .et_parallax_bg.et_pb_parallax_css {
        height: 70vw;
    }
    .half-and-half.blog-page-format .et_pb_column.et_pb_column_1_2 {
        padding: 10px 20px 10px 20px;
        max-width: 94% !important;
    }
    .et_pb_section.half-and-half .et_pb_module {
        max-width: 100%;
    }
}
/*blurbs*/
.et_pb_blurb.et_pb_bg_layout_light .et_pb_module_header {
    color: #0072bc;
}
.et_pb_blurb.check-list-blurb:not(:last-of-type) {
    margin-bottom: 10px;
}
.et_pb_blurb.check-list-blurb .et_pb_image_wrap {
    margin-top: 3px;
}
/* Footer  */
#main-footer {
    padding-top: 75px;
}
#main-footer #footer-widgets {
    padding-top: 0;
}
#main-footer .footer-widget {
    margin-bottom: 50px;
}
.footer-disclaimer.footer-widget {
    float: none;
    margin: 0 !important;
    width: 100% !important;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 70px !important;
}
.footer-disclaimer.footer-widget a {
    color: #fff;
    text-decoration: underline;
}
#footer-widgets .et_pb_widget .title {
    font-weight: bold;
    font-size: 24px;
}
#footer-widgets .et_pb_widget > div * {
    font-weight: 300;
    font-size: 18px;
}
.footer-widget:nth-child(4) .et_pb_widget {
    float: right;
    max-width: 260px !important;
}
#footer-bottom {
    padding: 25px 0 15px;
}
#footer-bottom .bottom-nav {
    float: left;
    display: inline-block;
    padding: 0 0 0 20px;
}
#footer-info {
    padding-right: 6px;
}
#footer-info,
#footer-bottom .bottom-nav li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.9em;
}
#footer-bottom .bottom-nav li {
    position: relative;
}
#footer-bottom .bottom-nav li:before {
    content: "|";
    position: absolute;
    left: -17px;
    top: -1px;
}
#footer-bottom .et-social-icons {
    margin-top: -5px;
    margin-bottom: -10px;
}
#footer-bottom .et-social-icons li {
    margin-left: 30px;
}

#footer-bottom .et-social-icon a {
    font-size: 30px;
}
.et-social-linkedin a.icon:before {
    content: "\e09d";
}
.et-social-home a.icon:before {
    content: "\e074";
}
.footer-widget .widget_media_image img {
    max-width: 160px !important;
}
@media only screen and (min-width: 981px) {
    #main-footer .container {
        width: calc(100% - 160px);
    }
}
@media only screen and (max-width: 1500px) {
    #footer-widgets .et_pb_widget .title {
        font-size: 16px;
    }
    #footer-widgets .et_pb_widget > div * {
        font-size: 14px;
    }
    .footer-disclaimer.footer-widget {
        font-size: 12px;
    }
    #footer-bottom {
        padding: 15px 0;
    }
    #footer-info,
    #footer-bottom .bottom-nav li {
        font-size: 13px;
    }
    #footer-info {
        padding-bottom: 0px;
        padding-top: 5px;
    }
    #footer-bottom .et-social-icons {
        margin-top: -2px;
    }
    #footer-bottom .et-social-icon a {
        font-size: 23px;
    }
}
@media only screen and ( max-width: 1300px ) {
    #main-footer {
        padding-top: 30px;
    }
    #main-footer #footer-widgets {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .footer-disclaimer.footer-widget {
        margin-bottom: 40px !important;
    }
    .footer-widget:nth-child(4) .et_pb_widget {
        float: left;
        margin-top: 20px;
        max-width: 210px !important;
    }
    #main-footer .et-social-icons {
        float: none;
        text-align: center;
    }
    #footer-bottom .et-social-icons li {
        margin: 0 15px 15px 15px;
    }
    #footer-info {
        padding-right: 0;
        float: none;
        text-align: center;
    }
    #footer-bottom .bottom-nav {
        text-align: center;
        padding: 0;
        width: 100%;
    }
    #footer-bottom .bottom-nav li {
        padding-right: 10px;
        padding-left: 10px;
    }
    #footer-bottom .bottom-nav li:before {
        left: -6px;
    }
    #footer-bottom .bottom-nav li:after {
        content: "|";
        position: absolute;
        right: -5.5px;
        top: -1px;
    }
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(n) {
        width: 47.5% !important;
        margin: 0 5% 3% 0 !important;
    }
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media only screen and ( max-width: 980px ) {
    #main-footer .container {
        width: calc(100% - 70px);
    }
}
@media only screen and ( max-width: 767px ) {
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(n) {
        width: 47.5% !important;
        margin: 0 5% 3% 0 !important;
    }
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media only screen and ( max-width: 500px ) {
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(n),
    #footer-widgets .footer-widget:not(.footer-disclaimer):nth-child(2n) {
        width: 100% !important;
        margin: 0 0 40px 0 !important;
    }
    #footer-widgets .footer-widget .et_pb_widget {
        text-align: center;
        width: 100%;
    }
    .footer-widget:nth-child(4) .et_pb_widget {
        float: none;
        max-width: 200px !important;
        margin: 0 auto;
    }
    .footer-disclaimer.footer-widget {
        text-align: center;
    }
}
#page-container .slick-arrow {
    color: #0072bc;
    background: #f9f9f9;
    cursor: pointer !important;
}
#page-container .slick-arrow:before {
    font-size: 30px;
}
.wsp-container:not(:last-child) {
    padding-bottom: 1em;
}
/*Awards slider*/
body #main-content .wdcl_image_carousel .wdcl-image-carousel .content--absolute {
    justify-content: flex-end !important;
}
body #main-content .wdcl_image_carousel .dcf-image-title,
body #main-content .wdcl_image_carousel .wdcl-image-title {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: bold !important;
}
body #main-content .wdcl_image_carousel .dcf-image-subtitle,
body #main-content .wdcl_image_carousel .wdcl-image-subtitle {
    font-size: 14px !important;
    font-weight: 100 !important;
    margin: 10px 0 8px 0;
}
body #main-content .wdcl_image_carousel .dcf-carousel-item .dcf-overlay,
body #main-content .wdcl_image_carousel .et_pb_module_inner .wdcl-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0.9) 90%);
    background-color: rgba(0,0,0,0.2)!important;
    opacity: 0;
    transition: opacity .4s linear;
}
body #main-content .wdcl_image_carousel .dcf-carousel-item:hover .dcf-overlay,
body #main-content .wdcl_image_carousel .slick-slide:hover .et_pb_module_inner .wdcl-overlay {
    opacity: 1;
}
body #main-content .wdcl_image_carousel .slick-slide .content {
    transform: translateY(200px);
    will-change: transform;
    transition: transform .4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body #main-content .wdcl_image_carousel .slick-slide:hover .content {
    transform: translateY(0);
}
/*Counter Modules*/
.dollar-sign .percent-value:before {
    content: "$";
}
.top-sign .percent-value:before {
    content: "Top ";
}
.million-sign .percent-value:after {
    content: "M";
}
.plus-sign .percent-value:after {
    content: "+";
}
/*Sitemap*/
strong.wsp-category-title ~ ul,
ul.wsp-pages-list li ul {
    padding-top: 8px;
}
strong.wsp-category-title {
    font-weight: 300;
}

/* Stats modules */
.et_pb_module.arrow-5, .et_pb_module.arrow-10, .et_pb_module.arrow-15, .et_pb_module.arrow-20, .et_pb_module.arrow-25,
.et_pb_module.arrow-30, .et_pb_module.arrow-35, .et_pb_module.arrow-40, .et_pb_module.arrow-45, .et_pb_module.arrow-50,
.et_pb_module.arrow-55, .et_pb_module.arrow-60, .et_pb_module.arrow-65, .et_pb_module.arrow-70, .et_pb_module.arrow-75,
.et_pb_module.arrow-80, .et_pb_module.arrow-85, .et_pb_module.arrow-90, .et_pb_module.arrow-95, .et_pb_module.arrow-100 {
    min-height: 300px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.et_pb_module.arrow-5:before, .et_pb_module.arrow-10:before, .et_pb_module.arrow-15:before, .et_pb_module.arrow-20:before, .et_pb_module.arrow-25:before,
.et_pb_module.arrow-30:before, .et_pb_module.arrow-35:before, .et_pb_module.arrow-40:before, .et_pb_module.arrow-45:before, .et_pb_module.arrow-50:before,
.et_pb_module.arrow-55:before, .et_pb_module.arrow-60:before, .et_pb_module.arrow-65:before, .et_pb_module.arrow-70:before, .et_pb_module.arrow-75:before,
.et_pb_module.arrow-80:before, .et_pb_module.arrow-85:before, .et_pb_module.arrow-90:before, .et_pb_module.arrow-95:before, .et_pb_module.arrow-100:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 100%;
    background-image: url(/wp-content/themes/Divi-child/images/arrow-up.png);
    background-position: center 270px;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.et_pb_module.arrow-100.et_had_animation:before {background-position: center 0px;}
.et_pb_module.arrow-95.et_had_animation:before {background-position: center 13.5px;}
.et_pb_module.arrow-90.et_had_animation:before {background-position: center 27px;}
.et_pb_module.arrow-85.et_had_animation:before {background-position: center 40.5px;}
.et_pb_module.arrow-80.et_had_animation:before {background-position: center 54px;}
.et_pb_module.arrow-75.et_had_animation:before {background-position: center 67.5px;}
.et_pb_module.arrow-70.et_had_animation:before {background-position: center 81px;}
.et_pb_module.arrow-65.et_had_animation:before {background-position: center 94.5px;}
.et_pb_module.arrow-60.et_had_animation:before {background-position: center 108px;}
.et_pb_module.arrow-55.et_had_animation:before {background-position: center 121.5px;}
.et_pb_module.arrow-50.et_had_animation:before {background-position: center 135px;}
.et_pb_module.arrow-45.et_had_animation:before {background-position: center 148.5px;}
.et_pb_module.arrow-40.et_had_animation:before {background-position: center 162px;}
.et_pb_module.arrow-35.et_had_animation:before {background-position: center 175.5px;}
.et_pb_module.arrow-30.et_had_animation:before {background-position: center 189px;}
.et_pb_module.arrow-25.et_had_animation:before {background-position: center 202.5px;}
.et_pb_module.arrow-20.et_had_animation:before {background-position: center 216px;}
.et_pb_module.arrow-15.et_had_animation:before {background-position: center 229.5px;}
.et_pb_module.arrow-10.et_had_animation:before {background-position: center 243px;}
.et_pb_module.arrow-5.et_had_animation:before {background-position: center 256.5px;}


/*Traditional vs Lifestyle table*/
.planning-table table {
    border: none !important;
    text-align: center !important;
    line-height: 1.5;
}
.planning-table table th {
    background: #f9f9f9;
    position: relative;
    border-bottom: 1px solid #000;
    padding: 10px 10px;
}
.planning-table table tr td {
    vertical-align: top;
    padding: 10px 10px;
}
.planning-table table tr td:first-child {
    border-right: 1px solid #000;
}
.planning-table table tr:not(:last-child) td {
    border-bottom: 1px solid #000;
}
.planning-table table th:first-child:after {
    content: "VS";
    position: absolute;
    top: 25px;
    right: -9px;
    z-index: 1;
}
.planning-table table th strong {
    display: inline-block;
    width: 100%;
}
.planning-table table th strong,
.planning-table table td strong {
    color: #0072bc;
    font-size: 20px;
    text-transform: uppercase;
}
.planning-table table th:last-child strong,
.planning-table table td:last-child strong {
    color: #078766;
}
@media only screen and ( max-width: 767px ) {
    .planning-table table th strong,
    .planning-table table td strong {
        font-size: 16px;
    }
    .planning-table table {
        font-size: 14px;
    }
}
/*Team Member*/
.et_pb_team_member:not(:hover) .et_pb_team_member_image img {
    filter: grayscale(1);
}

span.typed-cursor.typed-cursor--blink {
    display: none;
}

#hs-web-interactives-top-anchor {
    z-index: 9999999;
}

/*Events*/
span.event-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    background: rgb(0 114 188 / 60%);
    color: #fff;
}
span.event-badge.past-event {
    background: rgb(0 0 0 / 60%);
}
.event-meta-module .et_pb_title_meta_container.event-page-meta:not(:last-child) {
    padding-bottom: 0 !important;
}
.event-meta-module .et_pb_text_inner > *:last-child {
    padding-bottom: 1em !important;
}
#main-content .event-meta-module .event-register-button {
    padding: 10px 0 !important;
}
#main-content .event-bottom-content .event-register-button {
    padding: 0 0 30px 0 !important;
}

/*Post Event Filters*/
.wt-filters.post-filter, .wt-filters.event-filter {
    padding: 15px 20px;
    margin-bottom: 27px;
    background: #eaf5fc;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.posts-wrapper {
    display: inline-block;
    width: 100%;
}
.wt-filters.post-filter li:before,
.wt-filters.event-filter li:before,
.wt-filters-div li:before {
    display: none;
}
.wt-filters.post-filter ul li,
.wt-filters.event-filter ul li {
    display: inline-block;
    padding: 2px 10px !important;
    margin: 2px 3px !important;
    border: 1px solid #0072bc;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px !important;
    color: #0072bc;
    background: #ffffff;
    cursor: pointer;
}
.wt-filters.post-filter ul li:last-child,
.wt-filters.event-filter ul li:last-child {
    
}
.wt-filters.post-filter ul li.show-all,
.wt-filters.post-filter ul li.active-filter,
.wt-filters.event-filter ul li.show-all,
.wt-filters.event-filter ul li.active-filter,
.wt-filters.post-filter ul li:hover,
.wt-filters.event-filter ul li:hover {
    background: #0072bc;
    color: #ffffff;
}
body #page-container .et_pb_posts ul.taxonomy-list li {
    padding-left: 0;
    padding-right: 10px;
    display: inline-block;
}
body #page-container .et_pb_posts ul.taxonomy-list li:not(:last-child):after {
    content: ",";
}
body #page-container .et_pb_posts ul.taxonomy-list li:before {
    display: none;
}
.post-ids-list {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.post-ids-list button {
    margin-top: 30px;
}
.team-members .post-ids-list .et_pb_button {
    width: 100%;
}

/*Team Members*/
.team-filter {
    padding: 15px 20px;
    margin-bottom: 27px;
    background: #eaf5fc;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.team-member-slide {
	cursor: pointer;
}
.team-member-slider .dcf-container {
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member-slider .dcf-container.slick-initialized {
	opacity: 1;
}

.people-new-filter ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.people-new-filter ul li {
    display: inline-block;
    padding-right: 15px;
    font-weight: 400;
    font-size: 18px !important;
    color: #333;
    margin: 0 !important;
}
.people-new-filter ul li:last-child {
    padding-right: 0;
}
.people-new-filter ul li a {
    color: #333;
    text-decoration: none !important;
}
.people-new-filter ul li.current-cat > a,
.people-new-filter ul li a:hover,
body #page-container #et-main-area .et_pb_bg_layout_light .people-new-filter ul li a:hover {
    color: #0072bc;
    text-decoration: underline !important;
}
.people-new-filter ul.children {
    display: inline-block;
    padding: 0 0 0 15px;
}
input.people-new-search {
    max-width: 300px;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 0 !important;
}
.people-new-search-wrapper {
    text-align: center;
}
.team-member-slider .slick-slide,
.et-db #et-boc .team-member-slider .slick-slide {
	padding: 0 10px !important;
}
.team-member-slide .team-member-name {
	font-size: 22px;
	margin: 10px 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member-slide:hover .team-member-name {
	color: #0072bc;
}
.team-member-slider .team-member-job {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
}
.team-member-slider .slick-arrow {
    height: 40px;
    width: 40px;
    background: content-box;
    border: 0px solid #333;
    transform: skew(0deg);
    margin-top: -20px;
    top: 50%;
    color: #0072bc;
    background: #f9f9f9;
    cursor: pointer !important;
}
.team-member-slider .slick-prev {
    border-radius: 40px 40px 40px 40px;
    left: -25px;
}
.team-member-slider .slick-next {
    border-radius: 40px 40px 40px 40px;
    right: -25px;
}

/*Custom popup*/
.wt-custom-popup-wrapper {
    position: fixed;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: oklch(0 0 0 / 0.51);
    z-index: 0;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.wt-custom-popup-wrapper.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}
.wt-custom-popup {
    background: #fff;
    max-width: 800px;
    width: 80%;
    /*height: 60vh;*/
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    cursor: default;
}
i.close-wt-custom-popup:before {
    content: "+";
    font-weight: bold;
    font-style: normal !important;
    color: #ff0000;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
    cursor: pointer;
}
.wt-custom-popup-content {
    display: flex;
    height: 100%;
}
.team-member-photo {
	width: 30%;
	float: left;
}
.team-member-bio {
	display: inline-block;
	width: calc(70% - 30px);
	height: 100%;
	float: right;
	overflow-x: hidden;
	box-sizing: content-box;
}
.team-member-bio .entry-title {
    margin: 0 0 15px 0;
    font-size: 30px;
}
.team-member-bio .member-expertise {
    font-weight: bold;
    padding: 0 0 10px 0;
}
.wt-custom-popup a.linkedin-link {
    padding: 5px 0;
    font-size: 0;
}
.wt-custom-popup a.linkedin-link:before {
    content: "\e09d";
    font-family: ETmodules !important;
    font-size: 26px;
    margin-right: 7px;
}

/*Advisor Form*/
.button_find-advisor {
    /*-webkit-transition: all 0.3s ease-in-out, fill 0.1s ease-in-out;
    transition: all 0.3s ease-in-out, fill 0.1s ease-in-out;*/
}
.button_find-advisor:hover {

}
.button_find-advisor:not(.button-visible) {
    visibility: hidden;
    opacity: 0;
}
#advisor-form-wrapper {
    display: inline-block;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#advisor-form-wrapper:not(.form-visible) {
    max-height: 0;
    opacity: 0;
}
.et_pb_section.map-section {
    overflow: hidden;
    min-height: 30vw;
    display: flex;
}
.et_pb_section.map-section .et_pb_row .et_pb_column:first-child {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 981px) and (max-width: 1300px) {
    .et_pb_section.map-section:after {
        width: 57%;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .et_pb_section.map-section:after {
        width: 60%;
    }
}
.map-uk,
.map-switzerland,
.map-hungary,
.map-ireland,
.map-france,
.map-italy,
.map-austria,
.map-germany,
.map-poland,
.map-greece,
.map-netherlands,
.map-czech-republic,
.map-belgium,
.map-bulgaria,
.map-sweden,
.map-portugal,
.map-spain,
.map-malta,
.map-cyprus,
.map-gibraltar {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#UK .map-uk,
#Switzerland .map-switzerland,
#Hungary .map-hungary,
#Ireland .map-ireland,
#France .map-france,
#Italy .map-italy,
#Austria .map-austria,
#Germany .map-germany,
#Poland .map-poland,
#Greece .map-greece,
#Holland .map-netherlands,
#Czech\ Republic .map-czech-republic,
#Belgium .map-belgium,
#Bulgaria .map-bulgaria,
#Netherlands .map-netherlands,
#Sweden .map-sweden,
#Portugal .map-portugal,
#Spain .map-spain,
#Malta .map-malta,
#Cyprus .map-cyprus,
#Gibraltar .map-gibraltar,
#USA .map-usa {
    fill: rgb(0 139 108);
    stroke-width: 0;
    stroke-linejoin: round;
    filter: drop-shadow(0px 0px 1px rgb(0 139 108 / 1));
}
#Cyprus .map-cyprus,
#Malta .map-malta,
#Portugal .map-portugal {
    filter: drop-shadow(0px 0px .3px rgb(0 139 108 / 1));
}
#Gibraltar .map-malta {
    filter: drop-shadow(0px 0px .2px rgb(0 139 108 / 1));
}
.title-bosnia,
.title-slovakia,
.title-serbia,
.title-norway,
.title-netherland,
.title-bulgaria,
.title-uk,
.title-france,
.title-macedonia,
.title-spain,
.title-czech-republic,
.title-italy,
.title-turkey,
.title-belgium,
.title-greece,
.title-albania,
.title-ireland,
.title-germany,
.title-denmark,
.title-iceland,
.title-switzerland,
.title-austria,
.title-croatia,
.title-montenegro,
.title-slovenia,
.title-finland,
.title-hungary,
.title-portugal,
.title-poland,
.title-sweden {
    fill: #fff;
}
.title-malta,
.title-cyprus,
.title-gibraltar {
    fill: #000;
}
.map-code {
    position: absolute;
    top: -25vw;
    right: -11vw;
    width: 56vw;
    height: 100%;
    display: inline-block;
    z-index: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#USA #Europe_map {
    transform: translate(100%, 0);
    transition: transform 1s;
}
#Europe_map {
    transform: translate(0, 0);
    transition: transform .5s;
}
#USA #America_map {
    transform: translate(3%, 0) !important;
    transition: transform 1s;
}
#America_map {
    transform: translate(-100%, 0);
    transition: transform .5s;
}
@media only screen and (min-width: 981px) {
    .et_pb_section.map-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 51%;
        height: 100%;
        z-index: 3;
        background: rgb(234,245,252);
        background: linear-gradient(90deg, rgba(234,245,252,1) 80%, rgba(234,245,252,0) 100%);
    }
    #Cyprus.map-code {
        top: -92vw;
        width: 120vw;
        right: -3vw;
    }
    #Gibraltar.map-code {
        top: -162vw;
        width: 210vw;
        right: -173vw;
    }
    #Malta.map-code {
        top: -172vw;
        width: 210vw;
        right: -93vw;
    }
    #Netherlands.map-code,
    #Belgium.map-code,
    #Holland.map-code {
        top: -42vw;
        right: -46vw;
        width: 100vw;
    }
    #Germany.map-code,
    #Poland.map-code,
    #Czech\ Republic.map-code {
        top: -33vw;
        right: -24vw;
        width: 80vw;
    }
    #Sweden.map-code {
        top: -20vw;
        right: -24vw;
        width: 80vw;
    }
    #Ireland.map-code,
    #UK.map-code {
        top: -25vw;
        right: -40vw;
        width: 80vw;
    }
    #Bulgaria.map-code,
    #Greece.map-code {
        top: -45vw;
        right: -6vw;
        width: 70vw;
    }
    #Hungary.map-code {
        top: -35vw;
        right: -6vw;
        width: 70vw;
    }
    #Portugal.map-code,
    #Spain.map-code {
        top: -42vw;
        right: -29vw;
        width: 70vw;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1300px) {
    .map-code {
        position: absolute;
        top: -21vw;
        right: -20vw;
    }
    #Netherlands.map-code,
    #Belgium.map-code,
    #Holland.map-code {
        top: -35vw;
        right: -51vw;
    }
    #Germany.map-code,
    #Poland.map-code,
    #Czech\ Republic.map-code {
        right: -30vw;
    }
    #Hungary.map-code {
        top: -42vw;
        right: -23vw;
        width: 90vw;
    }
    #Ireland.map-code,
    #UK.map-code {
        top: -30vw;
        right: -64vw;
        width: 100vw;
    }
    #Malta.map-code {
        top: -182vw;
        width: 230vw;
        right: -112vw;
    }
    #Italy.map-code {
        top: -38vw;
        right: -25vw;
        width: 70vw;
    }
    #Portugal.map-code,
    #Spain.map-code {
        top: -54vw;
        right: -61vw;
        width: 90vw;
    }
    #Switzerland.map-code {
        position: absolute;
        top: -49vw;
        right: -48vw;
        width: 100vw;
    }
}
@media only screen and (min-width: 1130px) and (max-width: 1599px) {
    #main-content .map-section .wpcf7-form label {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1130px) and (max-width: 1499px) {
    #main-content .map-section .wpcf7-form label {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1130px) and (max-width: 1399px) {
    #main-content .map-section .wpcf7-form label {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1130px) and (max-width: 1299px) {
    #main-content .map-section .wpcf7-form label {
        font-size: 12px;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1129px) {
    .map-section .leftfield-div,
    .map-section .rightfield-div {
        margin-right: 0;
        margin-left: 0px;
        width: 100%;
    }
}
@media only screen and (max-width: 980px) {
    .et_pb_section.map-section {
        padding-bottom: 50%;
    }
    .map-code {
        top: unset;
        bottom: 20vw;
        right: 1vw;
        width: 80vw;
    }
    .map-form-column:after {
        content: "";
        position: absolute;
        top: -80px;
        left: -10%;
        display: inline-block;
        width: 120%;
        height: calc(100% + 80px);
        z-index: -1;
        background: rgb(234,245,252);
        background: linear-gradient(180deg,rgba(234,245,252,1) 80%,rgba(234,245,252,0) 100%);
    }
    #Cyprus.map-code {
        bottom: 130vw;
        right: 6vw;
        width: 190vw;
    }
    #Gibraltar.map-code {
        bottom: 370vw;
        right: -414vw;
        width: 490vw;
    }
    #Malta.map-code {
        bottom: 250vw;
        right: -139vw;
        width: 320vw;
    }
    #Netherlands.map-code,
    #Belgium.map-code,
    #Holland.map-code {
        bottom: 130vw;
        right: -186vw;
        width: 330vw;
    }
    #Germany.map-code,
    #Poland.map-code,
    #Czech\ Republic.map-code {
        bottom: 37vw;
        right: -26vw;
        width: 120vw;
    }
    #Sweden.map-code {
        bottom: 20vw;
        right: -32vw;
        width: 140vw;
    }
    #Ireland.map-code,
    #UK.map-code {
        bottom: 32vw;
        right: -76vw;
        width: 150vw;
    }
    #Bulgaria.map-code,
    #Greece.map-code {
        bottom: 91vw;
        right: -11vw;
        width: 150vw;
    }
    #Austria.map-code {
        bottom: 71vw;
        right: -52vw;
        width: 170vw;
    }
    #Hungary.map-code {
        bottom: 71vw;
        right: -40vw;
        width: 170vw;
    }
    #Portugal.map-code,
    #Spain.map-code {
        bottom: 95vw;
        right: -107vw;
        width: 170vw;
    }
    #Switzerland.map-code {
        bottom: 150vw;
        right: -155vw;
        width: 300vw;
    }
    #USA #America_map {
        transform: translate(0%, 0) !important;
    }
    .map-code {
        right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .et_pb_section.map-section {
        padding-bottom: 50%;
    }
}