.slide-in-menu ul {
    margin: 0 0 25px 0;
    padding: 0;
    column-count: 2;
}

.slide-in-menu ul li {
    list-style: none;
}

.slide-in-menu p {
    font-family: 'Canela Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 2.63rem;
    color: #F7F4EF !important;
    letter-spacing: 2px;
    line-height: 1;
}

#theapplicantmanager {
    padding: 0;
}

#theapplicantmanager~p,
#theapplicantmanager~p a {
    color: #fff;
}

#theapplicantmanager~p a {
    text-decoration: underline;
}

.mfp-close,
.mfp-arrow {
    opacity: 1 !important;
}

.et-pb-slider-arrows a {
    color: white !important;
    text-shadow: 0em 0em 0.3em #0C1617 !important;
}

.et-pb-slider-arrows a:focus {
    opacity: 1 !important;
}

.et-pb-slider-arrows a.et-pb-arrow-prev:focus {
    left: 22px;
}

.et-pb-slider-arrows a.et-pb-arrow-next:focus {
    right: 22px;
}

.et-pb-controllers a {
    background: #fff !important;
    border-color: #fff !important;
    opacity: 1;
}

.et_pb_fullwidth_slider_0 .et-pb-controllers a {
    opacity: 1 !important;
}

.et-pb-controllers a {
    border-color: #000 !important;
}

.et-pb-controllers a.et-pb-active-control {
    background: #20373B !important;
}

.et_pb_gallery_image a:focus img {
    outline: 2px solid #fff !important;
    outline-offset: -6px !important;
}

.a11y-tabs [id*="faq-item-"] {
    cursor: pointer;
}

.a11y-tabs [id*="faq-item-"][aria-selected="true"] {
    font-weight: 600;
}

a.active[href^="#"] {
    text-decoration: underline;
    text-underline-offset: 7px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.et_pb_column.slick-slider button.slick-arrow:focus:before {
    color: #fff !important;
}

.et_pb_column.slick-slider button.slick-arrow:focus {
    outline: none !important;
}

.mfp-counter {
    color: #fff !important;
}

/* .et_pb_toggle_open[aria-expanded="true"] .et_pb_toggle_content {
    display: block !important;
}

.et_pb_toggle_close[aria-expanded="false"] .et_pb_toggle_content {
    display: none !important;
}

.et_pb_toggle_title {
    padding: 0 !important;
    z-index: 1;
}

.et_pb_toggle_title button {
    position: relative;
    width: 100%;
    text-align: left;
    background: none;
    font-size: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    padding: 10px 0;
}
.et_pb_toggle .et_pb_toggle_title:before {
    display: none;
}

.et_pb_toggle_close .et_pb_toggle_title button:before,
.et_pb_toggle_open .et_pb_toggle_title button:after {
    position: absolute;
    font-size: 40px;
    right: -7px;
    color: currentColor;
    font-family: ETmodules !important;
    font-weight: 400 !important;
}

.et_pb_toggle_close .et_pb_toggle_title button:before {
    content: "\4c" !important;
}

.et_pb_toggle_open .et_pb_toggle_title button:after {
    content: "\4d" !important;
} */

@media (max-width: 767px) {
    .slide-in-menu p {
        font-size: 1.5rem;
    }

    .et_pb_toggle_close .et_pb_toggle_title button:before,
    .et_pb_toggle_open .et_pb_toggle_title button:after {
        top: -6px;
    }
}