/* Global CSS */

/**
 * CONTENTS
 *
 * BASE
 * Media.................WP specific img aligns and iframe styling.
 * Typography............@fontfaces, base text and vertical rhythm setup.
 *
 * COMPONENTS
 * Margin/Padding........Utility Margin/Padding Classes
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Pagination............Pagination.
 *
 */



/*------------------------------------*\
    BASE
\*------------------------------------*/


/**
 * Media
 *
 * These selectors are hard cast because they are only used
 * by wordpress wyswyg when adding images to content
 */

.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
    display: table;
}

.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.alignnone,
.wp-caption.aligncenter {
    margin: 0;
    width: auto !important;
}

img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

img.alignnone,
.wp-caption.alignnone img,
img.aligncenter,
.wp-caption.aligncenter img {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 24px 0;
}

img.alignleft,
.wp-caption.alignleft,
img.alignright,
.wp-caption.alignright {
    float: none;
    margin: 0 auto 24px 0;
    padding: 10px;
    display: block;
    background-color: #fff;
}

img.aligncenter,
.wp-caption.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    caption-side: bottom;
    display: table-caption;
}

/* Table Style */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

table th {
    font-weight: 700;
}

table th,
table td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.remove-border-td td {
    border-bottom: none;
}

table td img {
    margin: 0 !important;
    float: none !important;
}

.remove-border-td td p {
    height: 100px;
}

@media (min-width: 1024px) {

    img.alignright,
    .wp-caption.alignright,
    img.alignleft,
    .wp-caption.alignleft {
        height: auto;
    }

    img.alignright,
    .wp-caption.alignright {
        float: right;
        margin: 0 0 26px 24px;
    }

    img.alignleft,
    .wp-caption.alignleft {
        float: left;
        margin: 0 24px 26px 0;
    }
}

@media (min-width: 1200px) {

    img.alignright,
    .wp-caption.alignright {
        margin: 5px 0 24px 57px;
    }

    img.alignleft,
    .wp-caption.alignleft {
        margin: 0 57px 24px 0;
    }
}


iframe,
img {
    max-width: 100%;
}

/* Fade-in for lazyloaded images */
.will-lazyload {
    opacity: 0;
    transition: opacity .25 linear;
}

.will-lazyload.lazyloaded {
    opacity: 1;
}



/**
  * Typography
  */

/*
  - Please set up line-heights in ems
  - Set up typography styling based on styles found in .xd file under Assets > Character Styles
  */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    color: #002F47;
}

h1,
.h1 {
    font-size: 38px;
    line-height: 105%;
    color: #002F47;
    font-family: var(--primary-font);
    letter-spacing: -0.01rem;
    font-weight: 500;
}

h2,
.h2 {
    font-size: 35px;
    line-height: 130%;
    font-weight: 500;
    font-family: var(--primary-font);
    padding-bottom: 12px;
    letter-spacing: -0.01rem;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
    font-family: var(--primary-font);
    padding-bottom: 20px;
    letter-spacing: -0.01rem;
}


.sub-heading,
h4,
.h4 {
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color: #002F47;
    padding-bottom: 24px;
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: -0.01rem;
}

:is(h4, .h4, .sub-heading) {
    display: block;
    width: fit-content;
    padding: 5px 12px;
    background-color: #E7D1FE;
    border-radius: 10px;
}

:is(h4, .h4, .sub-heading)[style*="text-align: center"] {
    margin-left: auto;
    margin-right: auto;
}

:is(h4, .h4, .sub-heading)[style*="text-align: right"] {
    margin-left: auto;
}

:is(h4, .h4, .sub-heading):has(+ h2) {
    margin-bottom: 8px;
}

:is(h4, .h4, .sub-heading):has(+ h3) {
    margin-bottom: 16px;
}

:is(h4, .h4, .sub-heading):has(+ h4),
:is(h4, .h4, .sub-heading):has(+ h5),
:is(h4, .h4, .sub-heading):has(+ h6),
:is(h4, .h4, .sub-heading):has(+ p) {
    margin-bottom: 24px;
}

.text-center :is(h4, .h4, .sub-heading) {
    margin-left: auto;
    margin-right: auto;
}

.text-right :is(h4, .h4, .sub-heading) {
    margin-left: auto;
}

:is(p, h2, h3, h4, h5, h6):has(img[class*="alignleft"]) + :is(h4, .h4, .sub-heading) {
    display: inline-block;
}

h5, h6 {
    padding-bottom: 24px;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 46px;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 130%;
    }

    h3,
    .h3 {
        font-size: 36px;
    }

    .sub-heading,
    h4,
    .h4 {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 45px;
        line-height: 130%;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    .sub-heading,
    h4,
    .h4 {
        font-size: 20px;
    }
}

p {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 16px;
    line-height: var(--line-height);
    font-weight: 400;
    font-family: var(--primary-font);
}

p:last-child {
    padding-bottom: 0 !important;
}

ul,
ol {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
}

ul ul,
ol ol,
ul ol,
ol ul {
    padding-bottom: 0;
}

.page-content ul,
.page-content ol {
    width: auto;
    overflow: hidden;
    padding-left: 15px;
}

.page-content ul {
    list-style-type: none;
}

ol {
    padding-left: 25px;
}

ol li {
    counter-increment: list;
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    font-weight: 400;
    font-family: var(--primary-font);
    margin-bottom: 16px;
}

ol li:before {
    content: counter(list) ".";
    position: absolute;
    left: 0;
}

ul {
    padding-left: 10px;
}

ul li {
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    list-style: none;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    font-weight: 400;
    font-family: var(--primary-font);
}

ul li:before {
    content: '\2022';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #4DA35F;
    line-height: 1.1;
}

.responsive-2-col-txt {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.responsive-2-col-txt-col:not(:last-child) ul {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .responsive-2-col-txt {
        flex-direction: row;
    }

    .responsive-2-col-txt-col {
        flex: 1 1 50%;
    }

    .responsive-2-col-txt-col:not(:last-child) ul {
        padding-bottom: 15px;
    }
}

a {
    color: #002F47;
    font-weight: 700;
    background: linear-gradient(to bottom, #BBFF00 0%, #BBFF00 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    text-decoration: none;
    transition: background-size .2s;
    word-break: break-word;
}

a[href="#"],
a[href=""] {
    pointer-events: none;
    cursor: default;
}

a[href="javascript:void(0);"],
a[href="javascript:;"] {
    cursor: default;
}

blockquote {
    margin: 0 0 30px;
    padding: 15px 13px 15px 23px;
    list-style: none;
    font-size: 16px;
    line-height: var(--line-height);
    font-weight: normal;
    color: #174F6C;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #d6f0ff 100%);
    border-left: 6px solid #BBFF00;
    border-radius: 15px;
}

@media(min-width: 768px) {
    blockquote {
        padding: 30px 26px 24px 35px;
    }

    ul {
        padding-left: 24px;
    }
}

@media (min-width: 1200px) {
    ul {
        padding-left: 44px;
    }

    a:hover {
        background-size: 100% 100%;
        background-position: 0 100%;
        color: #002F47;
    }

    blockquote {
        padding: 32px 40px 32px 35px;
    }
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/

/**
 * Utility Margin/Padding Classes
 *

/* Used on outer-most section container so section margins collapse */
.section-margins {
    margin-top: var(--section-margins);
    margin-bottom: var(--section-margins);
}

/* Used only for sections with colored backgrounds */
.section-padding {
    padding-top: var(--section-margins);
    padding-bottom: var(--section-margins);
}

.bg-white+.bg-white {
    padding-top: 0;
    margin-top: 0;
}

.bg-lightblue {
    background-color: #B0E2FF;
}

/**
* Clearfix
* Apply clearing without adding additional markup
*/

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*--------------------------------------------------------------*\
     OBJECTS
     Objects are independent generic stylibf classes or UI peices.
     All styles for objects should be self contained.
 
     e.g. an object shouldn't rely on trump helpers to apply padding etc.
 \*--------------------------------------------------------------*/


/**
 * Buttons
 */


.btn,
section.bg-light-blue .wpcf7-form .cf7mls-btns button.action-button,
section.bg-light-blue .wpcf7-submit,
.wpcf7-form .cf7mls-btns button.action-button,
.cf7mls_back.action-button,
.wpcf7-submit {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #FFFFFF;
    border: none;
    border-radius: 38px;
    font-size: 16px;
    line-height: var(--line-height);
    font-weight: 600;
    padding: 20px 45px 20px 45px;
    vertical-align: middle;
    font-family: var(--primary-font);
    text-decoration: none;
    background: #002F47;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.wpcf7-submit:hover {
    opacity: 0.8;
}

.btn span,
button.action-button span {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 17px;
}

@media (max-width: 980px) {
    p .btn+br+.btn {
        margin-top: 25px;
    }

    .container a.btn {
        width: 100%;
        max-width: unset;
    }
}

@media (min-width: 600px) {
    .header-btn .btn::after {
        right: 18px;
    }

    body.menu-is-active:after {
        background-color: transparent;
        z-index: 0 !important;
    }

}

.btn-secondary,
.wpcf7-form .cf7mls-btns button.action-button,
.cf7mls_back.action-button {
    background: #B0E2FF;
    color: #002F47;
}

.btn-tertiary {
    color: #002F47;
    border-radius: 0;
    padding: 0 20px 2px 0;
    text-decoration: none;
    background: transparent;
    text-align: left;
    border-bottom: 2px solid #BBFF00;
    display: inline-block;
}

.btn-tertiary::after {
    content: '\e902';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0px;
    font-weight: normal;
    font-size: 13px;
    transform: translate(0, -50%);
    line-height: 1.5em;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn+.btn {
    margin-top: 21px !important;
}

.btn-coll:after {
    content: none;
    width: 0;
    height: 0;
}

@media (min-width: 600px) {
    .btn+.btn {
        margin-top: 0 !important;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .btn {
        display: inline-block;
        border-radius: 38px;
        line-height: 1.06em;
        font-size: 16px;
    }

    .btn br {
        display: none;
    }

    .btn span {
        text-align: center;
    }

    .btn-tertiary {
        color: #002F47;
        border-radius: 0;
        padding: 0 20px 2px 0;
        text-decoration: none;
        background: transparent;
        text-align: left;
        border-bottom: 2px solid #BBFF00;
    }

}

@media (min-width: 1200px) {
    .btn:hover {
        background: #044161;
        color: #FFFFFF;
    }

    .btn-secondary:hover {
        background: #9CD1F0;
        color: #002F47;
    }

    .btn-tertiary:hover {
        color: #044161;
        background: transparent;
        border-color: #B1EF07;
    }

}

/**
 * Icons
 */

@font-face {
    font-family: 'icomoon';
    src: url('../icons/icomoon.eot?bdytnr');
    src: url('../icons/icomoon.eot?bdytnr#iefix') format('embedded-opentype'),
        url('../icons/icomoon.ttf?bdytnr') format('truetype'),
        url('../icons/icomoon.woff?bdytnr') format('woff'),
        url('../icons/icomoon.svg?bdytnr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-left:before {
    content: "\e901";
}

.icon-arrow-right:before {
    content: "\e902";
}

.icon-arrow-up:before {
    content: "\e903";
}

.icon-back-to-top:before {
    content: "\e904";
}

.icon-bulet:before {
    content: "\e905";
}

.icon-checkmark:before {
    content: "\e906";
}

.icon-discussion:before {
    content: "\e907";
}

.icon-dropdown:before {
    content: "\e908";
}

.icon-facebook:before {
    content: "\e909";
}

.icon-instagram:before {
    content: "\e90a";
}

.icon-left-arrow:before {
    content: "\e90b";
}

.icon-linkedin:before {
    content: "\e90c";
}

.icon-madel:before {
    content: "\e90d";
}

.icon-menu:before {
    content: "\e90e";
}

.icon-phone:before {
    content: "\e90f";
}

.icon-puzzle:before {
    content: "\e910";
}

.icon-quote:before {
    content: "\e911";
}

.icon-requirements:before {
    content: "\e912";
}

.icon-right-arrow:before {
    content: "\e913";
}

.icon-search:before {
    content: "\e914";
}

.icon-star:before {
    content: "\e915";
}

.icon-star-half:before {
    content: "\e916";
}

.icon-youtube:before {
    content: "\e917";
}




/**
 * Forms
 */

.form-col {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    position: relative;
}

label {
    display: block;
    font-size: 18px;
    text-transform: none;
    color: #002F47;
    letter-spacing: 0;
    font-family: var(--primary-font);
    font-weight: 700;
    padding: 0 0 8px;
}

label sup {
    font-size: 18px;
    color: #4DA35F;
    top: 0;
    right: 0;
}

.label-titel {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    font-family: var(--primary-font);
    color: #002F47;
}

@media (min-width: 768px) {
    label {
        font-size: 19px;
    }

    label sup {
        font-size: 19px;
    }

    .label-titel {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {
    label {
        font-size: 20px;
    }

    label sup {
        font-size: 20px;
    }

    .label-titel {
        font-size: 20px;
    }
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    /* Removes blue border on focus */
    border-color: #BBFF00;
    border-radius: 50px;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    width: 100%;
    border-radius: 27px;
    border: 1px solid #DDDDDD;
    height: 52px;
    background-color: #FFFFFF;
    color: #002F47;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    padding: 0 15px;
}

input[type="file"] {
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    width: 100%;
    padding: 3rem calc(50% - 148px);
    text-align: center;
    display: flex;
    justify-content: center;
}

input::file-selector-button {
    font-weight: bold;
    color: #002F47;
    padding: 0.5em;
    border: none;
    border-radius: 3px;
    background-color: #BBFF00;
    padding: 1rem 2rem;
    margin-right: 20px;
    border-radius: 30px;
    text-transform: uppercase;
}

.form-input-date {
    position: relative;
}

.date-image {
    position: absolute;
    top: 2px;
    right: 16px;
    width: 30px;
    height: 48px;
    border-left: 1px solid #DDDDDD;
    z-index: 1;
    background: #fff;
    pointer-events: none;
    padding-top: 10px;
    padding-left: 13px;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(23, 79, 108, 0.60);
}

::-moz-placeholder {
    opacity: 1;
    color: rgba(23, 79, 108, 0.60);
}

:-ms-input-placeholder {
    opacity: 1;
    color: rgba(23, 79, 108, 0.60);
}

::-ms-input-placeholder {
    opacity: 1;
    color: rgba(23, 79, 108, 0.60);
}

::placeholder {
    opacity: 1;
    color: rgba(23, 79, 108, 0.60);
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.form-col-btn {
    margin-top: 25px;
}

.form-col-btn .btn {
    margin: 0 auto;
}

.text-gradient {
    background: #FCB63A;
    background: linear-gradient(to right, #FCB63A 0%, #FFA73D 20%, #FF7C00 70%, #F58C2D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

@media(min-width: 768px) {
    .form-col-btn {
        padding: 0 57px;
    }
}

@media(min-width: 1200px) {
    .form-col {
        margin-top: 0px;
        margin-bottom: 31px;
    }

    .label-titel {
        padding-left: 5px;
    }

    .form-col-btn {
        padding: 0 12px;
        margin: 0;
    }
}

/* Hide reCaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* Multi-Step Form */
.multi-step-form + .cf7mls-btns {
    text-align: center;
}

.multi-step-form + .cf7mls-btns {
    display: flex !important;
    justify-content: center;
    gap: 20px;
}

.multi-step-form + .cf7mls-btns .action-button {
    float: none;
}

.wpcf7-form .multi-step-form + .cf7mls-btns button.cf7mls_back,
.fieldset-cf7mls:last-child .multi-step-form + .cf7mls_back {
    border: 1px solid #002F47;
    background: #fff;
    padding: 20px 45px 20px 62px;
    transition: all 0.4s ease;
}

.wpcf7-form .multi-step-form + .cf7mls-btns button.cf7mls_back:hover,
.fieldset-cf7mls:last-child .multi-step-form + .cf7mls_back:hover {
    background: #e8f1f6;
}

.wpcf7-form .multi-step-form + .cf7mls-btns button.cf7mls_back::after,
.fieldset-cf7mls:last-child .multi-step-form + .cf7mls_back::after {
    transform: translateY(-64%) rotate(180deg);
    left: 6%;
    right: unset;
}

@media (min-width: 600px) {
    .wpcf7-form .multi-step-form + .cf7mls-btns button.cf7mls_back::after,
    .fieldset-cf7mls:last-child .multi-step-form + .cf7mls_back::after {
        left: 28px;
        right: unset;
    }
}

.fieldset-cf7mls:last-child .multi-step-form + .cf7mls_back {
    margin: -57px 0 0;
}

/* Temp Hide Sections */
body:is(.page-id-120882, .page-id-2042, .page-id-2043, .page-id-1943):not(.logged-in) .breadcrumbs + .page-contact {
    display: none;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin: 0 24px;
    animation: spin 1s linear infinite;
}

.wpcf7 form.wpcf7-is-submitting .wpcf7-spinner {
    visibility: visible;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* Slick */

.slick-arrow {
    border: none;
    background: none;
    font-size: 0;
    background: #BBFF00;
    aspect-ratio: 1 /1;
    border-radius: 25px;
    padding: 13px;
    transition: background ease-in-out .5s;
}

.slick-arrow:after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.195' height='12.585' viewBox='0 0 7.195 12.585'%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M16.273,12.486,11.511,7.728a.9.9,0,0,1,0-1.27.907.907,0,0,1,1.274,0l5.4,5.392a.9.9,0,0,1,.026,1.24l-5.418,5.429a.9.9,0,1,1-1.274-1.27Z' transform='translate(-11.246 -6.196)' fill='%23002F47'/%3E%3C/svg%3E");
    display: block;
    width: 17px;
    aspect-ratio: 1 / 1;
    position: relative;
    left: 1px;
}

.js-testimonial-arrows {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 1rem;
}

.js-testimonial-arrows> :is(button.slick-prev:nth-child(2), button.slick-next:nth-child(4)) {
    display: none !important;
}

.slick-prev.slick-arrow {
    rotate: 180deg;
}

.slick-arrow:hover {
    background: #B1EF07;
}

/**
 * Pagination
 */

.wp-pagenavi {
    margin-top: 50px;
}

.wp-pagenavi .pages {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 6px 11px;
}

.wp-pagenavi span.current {
    background-color: #ddd;
    border-color: #ddd;
}

@media (min-width: 1025px) {

    .wp-pagenavi {
        margin-top: 70px;
    }

}

/**
 * Sticky Sidebar
 */

.anchor {
    scroll-margin-top: var(--sticky-header-height);
}

@media(min-width: 1025px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: var(--sticky-header-height);
        /* TODO: update to match how far down page when sidebar should stick */
    }
}

@media(max-width : 1199px) {
    .desktop-menu .ubermenu-responsive-toggle {
        color: #4DA35F;
        display: block !important;
    }

    .ubermenu-responsive.ubermenu {
        margin-top: 69px !important;
    }
}


/* Search */
.search-results .tab-accordion__panels {
    width: 100%;
}

.results {
    margin-bottom: 30px;
}

.results .h3 {
    padding-bottom: 0;
    font-weight: 500;
    color: #002F47;
}

.results .search-result__excerpt {
    color: #002F47;
}

.results .search-result__excerpt {
    color: #002F47;
}

/* Nav */

/* Icon 2 */

#nav-icon2 {
    width: 30px;
    position: relative;
    margin: 15px 20px;
    height: 30px;
    margin-top: 23px;
}

#nav-icon2.open {
    margin-top: 18px;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #4DA35F;
    opacity: 1;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 8px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 16px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 1px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 16px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 1px);
    top: 16px;
}

@media(min-width : 1025px) {
    #nav-icon2 {
        display: none;
    }
}

/*
Thank you page
*/

.survey-check-box h3 {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 1.4;
}

.survey-check-box {
    max-width: 1098px;
    margin: 40px auto 0;
    text-align: center;
}

@media(min-width: 768px) {
    .survey-check-box {
        margin: 60px auto 0;
    }
}

.form-zip-search input::placeholder {
    color: #003049;
}

@media screen and (min-width: 1200px) {
    .page-id-238 .half-and-half-image.js-slide-in {
        max-height: 625px;
        top: 100px;
    }

    .page-id-238 section.half-and-half.flex-row.image-block-left.js-fx-text-animation {
        padding: 0;
    }

    .page-id-238 .image-block-left .half-and-half-text {
        padding: 60px 0 60px 50px !important;
    }
}

/* Location pin styling */

a.location-phone-link {
    border-bottom: 2px solid #BF0;
    padding-bottom: 0;
}

i.ubermenu-icon.fas.fa-map-marker-alt {
    font-size: 20px;
    transform: scale(1, 1.05);
    width: 15px;
    top: 1px;
    position: relative;
}

.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #4DA35F;
}

.locations-mobile-btn.hidden-lg {
    padding: 19px 0 18px 18px;
}

.locations-mobile-btn.hidden-lg a {
    background: none;
}

.locations-mobile-btn i.ubermenu-icon.fas.fa-map-marker-alt {
    font-size: 24px;
}

/* SMS Checkbox styling */

span.wpcf7-list-item-label {
    font-size: 16px;
    letter-spacing: 0;
    color: #002F47;
}

/* Fix for checkbox click behavior */
.sms-checkbox .wpcf7-form-control-wrap {
    position: relative;
    z-index: 1;
}

.sms-checkbox input[type="checkbox"] {
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
    cursor: pointer;
}

.sms-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.sms-checkbox .wpcf7-list-item input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
}

.sms-checkbox .text-info-i {
    position: relative;
    z-index: 1;
}

.sms-checkbox span.wpcf7-not-valid-tip::before {
    left: 0;
    top: 18px;
}

/* Enroll page form updates */

.page-id-245 span.wpcf7-list-item-label, .page-id-250 span.wpcf7-list-item-label {
    font-size: 14px;
    letter-spacing: 0;
    color: #002F47;
}

@media screen and (min-width: 1000px) {
    .page-id-245 .sms-checkbox span.wpcf7-not-valid-tip::before, .page-id-250 .sms-checkbox span.wpcf7-not-valid-tip: :before {
        left: 10px;
    }
}

.page-id-245 section#page-contact, .page-id-250 section#page-contact {
    padding-bottom: 50px;
}

.page-id-245 .page-contact-image, .page-id-250 .page-contact-image {
    display: none;
}

.page-id-245 .tab-accordion__panel__content, .page-id-250 .tab-accordion__panel__content {
    padding: 35px;
}

div#popmake-135456 {
    border: none;
    padding: 30px;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.2);
}

#popmake-135456 button.pum-close.popmake-close {
    margin: 25px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #000;
}

span.text-info-i {
    color: #4DA35F;
    border-radius: 30px;
    border: 2px solid #4DA35F;
    padding: 0px 6px;
    font-size: 12px;
    margin-left: 5px;
}

@media screen and (max-width: 450px) {
    p.sms-checkbox.text-messages-checkmark.pum-trigger {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    span.text-info-i {
        margin-bottom: 10px;
        margin-left: unset;
        position: absolute;
        right: 26vw;
    }
}

@media screen and (min-width: 425px) and (max-width: 450px) {
    span.text-info-i {
        right: 33vw !important;
    }

    span.wpcf7-form-control-wrap.testing {
        width: 90%;
    }
}

a.orange-phone-link {
    background-size: 1px 1px;
    background-position: 0 100%;
}

@media screen and (max-width: 768px) {
    .page-id-245 .masthead--innerpage {
        padding: 110px 0 26px;
    }

    .page-id-245 section#page-contact {
        padding-top: 30px;
    }

    .page-id-245 .masthead--innerpage__text {
        display: none;
    }
}
/* End of Enroll page form updates */



/* Insurance Logos in WYSIWYG Editors - START*/

.wysiwyg-logo-row {
    row-gap: 22px;
    justify-content: center;
}

.wysiwyg-logo-col {
    width: fit-content;
}

.wysiwyg-logo-col .wysiwyg-logo {
    padding: 8px;
    display: block;
    background-color: #fff;
    margin: 0;
    height: 67px;
    width: 155px;
    -o-object-fit: contain;
    object-fit: contain;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .wysiwyg-logo-col .wysiwyg-logo {
        padding: 10px;
        height: 67px;
        width: 172px;
    }
}

/* Insurance Logos in WYSIWYG Editors - END*/

.mapboxgl-ctrl-attrib-inner a {
    background: none;
}