/** Spacing **/
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mt-15 {
    margin-top: 0.9375rem;
}

/** Grid **/
.c-lg-8,
.c-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media (min-width: 768px) {
    .c-lg-8,
    .c-lg-4 {
        float: left;
    }
}

@media (min-width: 992px) {
    .c-lg-8,
    .c-lg-4 {
        float: left;
    }
    .c-lg-8 {
        width: 66.66667%;
    }
    .c-lg-4 {
        width: 33.33333%;
    }
}
.d-flex {
    display: flex;
}
.justify-items-start {
    justify-items: flex-start;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #ffffff;
    background-color: #2188ab;
    border-color: #2188ab;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #1b6f8b;
    border-color: #196680;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #2188ab;
    border-color: #2188ab;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #196680;
    border-color: #175e76;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 136, 171, 0.5);
}

/** Utilities **/
.hide {
    display: none;
}
.highlight {
    color: #619f42;
}
.bg-white {
    background-color: #fff !important;
}
.float-right {
    float: right !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.bold {
    font-weight: 600 !important;
}
.bolder {
    font-weight: 700 !important;
}
.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

/** miscellaneous - set default font**/
p,
a {
    font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif !important;
}

/** Chat Widget **/
.chat-widget-wrapper {
    position: fixed;
    right: 10px;
    bottom: 58px;
    display: block;
    width: 270px;
    height: 62px;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    animation: slideInUp 0.3s linear;
}

.chat-widget-container {
    position: relative;
    padding: 10px;
    border-radius: 4px;
    background-color: #619f42;
}

.chat-widget-container .chat-widget-text p {
    margin: 0 auto !important;
    color: #fff;
}

.chat-widget-container .chat-widget-text p.heading {
    font-weight: 400;
}

.chat-widget-avatar {
    position: absolute;
    top: -4px;
    right: 20px;
    width: 80px;
    height: 80px;
    border: 4px solid #619f42;
    border-radius: 50%;
    background-color: #619f42;
}

.chat-widget-avatar img {
    max-width: 100%;
}

.chat-box-container {
    position: absolute;
    z-index: -1;
    bottom: 10px;
    overflow: hidden;
    width: 300px;
    height: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #1f8ceb;
}

.chat-box-container.show {
    bottom: 72px;
    height: 300px;
}

.phone-banner {
    background-color: #94bf81;
    padding: 2px 13px;
    width: 155px;
    margin-left: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.phone-banner a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.phone-banner a .phone-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("https://sucuri.net/images/i-phone.png");
    background-size: 15px;
}

/** Cookie Policy **/
.cookie-policy-banner {
    bottom: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
}
.cookie-policy-banner .container {
    padding-top: 0.46875rem;
    padding-bottom: 0.46875rem;
}

.cookie-policy-banner .container > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .cookie-policy-banner .container > .row {
        flex-direction: column;
        align-items: flex-start;
    }
}

.cookie-policy-banner p {
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
}

.cookie-policy-banner p a {
    color: #619f42;
}

.cookie-policy-banner .btn {
    color: #fff;
    background: #609f43;
    display: inline-block;
    border: 0;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    padding: 10px 18px;
}

.btn.outline-primary {
    background-color: transparent;
    color: #619f42;
    border: 2px solid #94bf81;
}

@media (max-width: 991px) {
    .cookie-policy-banner .btn:nth-child(2) {
        margin-left: 0;
    }

    .cookie-policy-banner .btn:last-child {
        float: right;
    }
}
.cookie-policy-banner .container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    position: relative;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #ebebeb;
}
.cookie-policy-banner .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .cookie-policy-banner .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .cookie-policy-banner .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .cookie-policy-banner .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .cookie-policy-banner .container {
        max-width: 1140px;
    }
}
@media (min-width: 1920px) {
    .cookie-policy-banner .container {
        max-width: 1640px;
    }
}

.cookie-policy-banner .cb-close {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 0;
    font-weight: 900;
    font-size: 11px;
    cursor: pointer;
}
.cookie-policy-banner .cb-lead p {
    font-size: 18px;
    line-height: 1.2;
}
.cookie-policy-banner .cb-lead a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-top: 8px;
}
@media (max-width: 991.98px) {
    .cookie-policy-banner .cb-lead {
        margin-bottom: 15px;
    }
}
.cookie-policy-banner a {
    color: #5d5d5d !important;
}
.cookie-policy-banner p {
    font-size: 14px;
}
.cookie-policy-banner p:not(.highlight) {
    color: #5d5d5d !important;
}
.cookie-policy-banner .btn:nth-child(2) {
    margin-left: 12px;
}
.cookie-policy-banner .btn:not(:first-child) {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    color: #5d5d5d;
}
.cookie-policy-banner .tealiumMo2TriggerButton {
    border: none;
    margin-left: 0;
    width: auto;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
}
.tealiumMo2TriggerButton {
    font-size: 11px;
    font-weight: 700;
    padding: 12px 0px;
    width: 216px;
    line-height: 13px;
    border-radius: 3px;
    border: 2px solid #5d5d5d;
    background-color: #fff;
    color: #5d5d5d;
    height: 40px;
}
@media (min-width: 992px) {
    .tealiumMo2TriggerButton {
        margin-left: 30px;
    }
}
@media (max-width: 1199.98px) {
    .tealiumMo2TriggerButton {
        margin-top: 15px;
    }
}

.ui-dialog.tealium {
    border: 1px solid #ebebeb !important;
}
.ui-dialog.tealium .ui-dialog-titlebar {
    background: #619f42;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 32px !important;
}

.tealium,
.tealium div,
.tealium ul,
.tealium li,
.tealium span {
    font-family: "Open Sans", "Helvetica", Arial, Tahoma, sans-serif !important;
}

#__tealium_tag02_header {
    width: 100% !important;
}

#desclabel {
    margin-right: 270px !important;
}

.privacy_prompt {
    position: fixed !important;
}

.privacy_prompt h1 {
    font-size: 17px !important;
    font-weight: 700 !important;
}

.privacy_prompt table {
    border: none !important;
    box-shadow: none;
}

.privacy_prompt table th {
    background-color: transparent !important;
}

.privacy_prompt table th:first-child {
    text-align: left;
}

.privacy_prompt table td {
    border: none !important;
}

.privacy_prompt table tbody tr {
    background-color: transparent !important;
}

.privacy_prompt [type="checkbox"] + label {
    float: right;
    width: auto;
}

.privacy_prompt input[type="checkbox"].toggle + label {
    border-radius: 8px !important;
    background-color: #414042 !important;
}

.privacy_prompt input[type="checkbox"].toggle + label:before {
    border-radius: 6px !important;
}

.privacy_prompt input[type="checkbox"].toggle:checked + label,
.privacy_prompt input[type="checkbox"].toggle:focus:checked + label {
    background-color: #2188ab !important;
}

#backdrop {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}

.privacy_prompt.consent_preferences {
    z-index: 999999;
}

.privacy_prompt table tr:last-child td {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.d-none {
    display: none !important;
}
.cookie-policy-banner .btn.btn-primary {
    color: #fff !important;
    background: #609f43;
    padding: 10px 18px;
    display: inline-block;
    font-size: 1rem;
    border: none;
    border-radius: 0.5625rem;
    line-height: 1.2;
    cursor: pointer;
}

.privacy_prompt p {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}