/*

!!! DON'T ADD ANYTHING TO THIS FILE !!!

!!! HAVING SUCH ALL-IN-ONE CSS FILES IS DEPRECATED IN THIS PROJECT !!!

WE SHOULD RATHER USE SMALL GRANULAR FILES THAT CONTAIN STYLES ONLY FOR ONE TYPE OF OBJECTS (E.G. FORMS.CSS, BUTTONS.CSS, NAVBAR.CSS, ETC)

*/

:root {
    --bs-info: #007a87;
    --bs-info-rgb: 0, 122, 135;
    --bs-success: #5cb85c;
    --bs-success-rgb: 92, 184, 92;
}

html {
    position: relative;
    min-height: 100%;
}

/* open dropdowns on hover */
@media (min-width: 992px) {
    .no-touch ul.nav li.dropdown.hover:hover > .dropdown-menu {
        display: block;
    }

    .nav .dropdown-menu {
        margin-top: 0;
    }
}

body {
    font-family: "nunito-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #484848;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
body.gray {
    background-color: #f2f2f2;
}
*/

.popover {
    font-family: "nunito-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    font-weight: normal;
}

.label {
    padding: 0.3em 0.6em 0.2em;
}

.bold {
    font-weight: bold;
}

label.bold {
    font-weight: bold;
}

hr {
    background-color: #aaaaaa;
}

a {
    color: #008489;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #008489;
    text-decoration: underline;
}

a.alt {
    color: #fe595c;
}

a.alt:hover,
a.alt:focus {
    color: #ff7e82;
}

a.secondary {
    color: #484848;
    text-decoration: none;
}

a.secondary:hover,
a.secondary:focus {
    color: #23527c;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #008489;
}
a:not([href]):not([class]):hover {
    text-decoration: underline;
}

h1,
.h1 {
    font-size: 34px;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 22px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 16px;
    font-weight: 400;
}

.headline {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-lead {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 44px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

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

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    .headline {
        font-size: 24px;
        font-weight: 400;
    }
}

h1.top-collapse,
.h1.top-collapse,
h2.top-collapse,
.h2.top-collapse,
h3.top-collapse,
.h3.top-collapse,
h4.top-collapse,
.h4.top-collapse,
h5.top-collapse,
.h5.top-collapse,
.headline.top-collapse {
    margin-top: 0;
}

h1.bottom-collapse,
.h1.bottom-collapse,
h2.bottom-collapse,
.h2.bottom-collapse,
h3.bottom-collapse,
.h3.bottom-collapse,
h4.bottom-collapse,
.h4.bottom-collapse,
h5.bottom-collapse,
.h5.bottom-collapse,
.headline.bottom-collapse,
p.bottom-collapse {
    margin-bottom: 0;
}

h1.top-expand,
.h1.top-expand,
h2.top-expand,
.h2.top-expand,
h3.top-expand,
.h3.top-expand,
h4.top-expand,
.h4.top-expand,
h5.top-expand,
.h5.top-expand,
.headline.top-expand,
p.top-expand {
    margin-top: 1em;
}

h1.bottom-expand,
.h1.bottom-expand,
h2.bottom-expand,
.h2.bottom-expand,
h3.bottom-expand,
.h3.bottom-expand,
h4.bottom-expand,
.h4.bottom-expand,
h5.bottom-expand,
.h5.bottom-expand,
.headline.bottom-expand,
p.bottom-expand {
    margin-bottom: 1em;
}

/* menu-responsive customize */
@media (min-width: 992px) {
    .submenu .menu-responsive .nav.nav-justified {
        justify-content: space-between;
    }
    .submenu .menu-responsive-md > .nav.nav-justified > li,
    .submenu .menu-responsive-md > .nav.nav-justified.open > li {
        display: flex;
        width: auto;
    }
    .submenu .menu-responsive-md .nav.nav-justified > li.active {
        width: auto;
    }
}
@media (max-width: 991px) {
    .submenu .menu-responsive > .nav.open {
        flex-direction: column;
    }
    .column-content ul.footer-list li {
        margin-bottom: 12px !important;
    }
}

/*
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #008489;
}
*/
.nav-link,
.nav-link:focus,
.nav-link:hover {
    color: #008489;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #008489;
}

.nav-tabs.alt {
    border-bottom: 1px solid #dddddd;
    font-size: 15px;
}

.nav-tabs.nav-lg.alt {
    font-size: 18px;
}

.nav-tabs.alt > li > a,
.nav-tabs.alt .nav-item .nav-link {
    color: #008489;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}

@media (min-width: 768px) {
    .nav-tabs.alt > li > a,
    .nav-tabs.alt .nav-item .nav-link {
        color: #484848;
        margin-right: 30px;
    }
}

.nav-tabs.nav-lg.alt > li > a,
.nav-tabs.nav-lg.alt .nav-item .nav-link {
    border-bottom-width: 4px;
}

.nav-tabs.alt > li > a:hover,
.nav-tabs.alt .nav-item .nav-link:hover {
    border: none;
    border-bottom: 2px solid #dddddd;
}

@media (max-width: 767px) {
    .nav-tabs.alt > li > a:hover,
    .nav-tabs.alt .nav-item .nav-link:hover {
        border-color: transparent;
    }
}

.nav-tabs.nav-lg.alt > li > a:hover,
.nav-tabs.nav-lg.alt .nav-item .nav-link:hover {
    border-bottom-width: 4px;
}

.nav-tabs.alt .nav-item .nav-link.active,
.nav-tabs.alt .show > .nav-link {
    color: #008489;
    border: none;
    border-bottom: 2px solid #008489;
    cursor: default;
}

.nav-tabs.nav-lg.alt .nav-item .nav-link.active,
.nav-tabs.nav-lg.alt .show > .nav-link {
    border-bottom-width: 4px;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 0;
}

td.center,
th.center {
    text-align: center;
}

td.right,
th.right {
    text-align: right;
}

.significant,
.significant li {
    font-size: 18px;
    line-height: 28px;
}

ul.horizontal {
    list-style: none;
}
ul.horizontal li {
    float: left;
    display: block;
    padding: 0 6px;
}

ul.horizontal.separated li {
    padding: 0 10px;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #ffffff;
}
ul.horizontal.separated li:first-child {
    border-left: 0;
}
ul.horizontal.separated li:last-child {
    border-right: 0;
}
ul.horizontal.header-items li {
    line-height: 30px;
    height: 30px;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-line {
    height: 40px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #eeeeee 0%,
        #ffffff 30%,
        #ffffff 70%,
        #eeeeee 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #eeeeee),
        color-stop(30%, #ffffff),
        color-stop(70%, #ffffff),
        color-stop(100%, #eeeeee)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        #eeeeee 0%,
        #ffffff 30%,
        #ffffff 70%,
        #eeeeee 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        #eeeeee 0%,
        #ffffff 30%,
        #ffffff 70%,
        #eeeeee 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        top,
        #eeeeee 0%,
        #ffffff 30%,
        #ffffff 70%,
        #eeeeee 100%
    ); /* IE10+ */
    background: linear-gradient(
        to bottom,
        #eeeeee 0%,
        #ffffff 30%,
        #ffffff 70%,
        #eeeeee 100%
    ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 0 3px #aaaaaa;
    -moz-box-shadow: 0 0 3px #aaaaaa;
    box-shadow: 0 0 3px #aaaaaa;
}
.footer-line .copyright {
    padding: 10px 0;
}
.footer-line .footer-links {
    padding: 10px 0;
}
.footer-line .copyright .copyright-logo {
    margin-right: 4px;
}

.footer {
    margin: 40px 0 20px;
}

.footer-v2 {
    color: #484848;
    font-size: 14px;
    line-height: 1.28577em;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
}
.footer-v2 a {
    color: #767676;
}
.footer-v2 a:hover,
.footer-v2 a:focus {
    text-decoration: none;
}
.footer-v2 a.badge {
    color: #fff;
}
.footer-v2 a.btn {
    color: #fff;
}

.footer-v2 .footer-content-wrap {
    background: #fff;
    position: relative;
    padding-bottom: 30px;
}

.footer-v2 .footer-content-wrap hr {
    display: none;
    margin-top: 0;
    margin-bottom: 16px;
}

.footer-v2 .column-header {
    line-height: inherit;
    font-weight: 800;
    cursor: pointer;
    padding: 16px 10px;
}

.footer-v2 .column-header .icon {
    float: right;
}

.footer-v2 .column-content {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-v2 .column-content .footer-list {
    margin-bottom: 16px;
}

.footer-v2 .footer-column {
    border-bottom: 1px solid #dbdbdb;
}

.footer-v2 .badges {
    margin-bottom: -20px;
    text-align: center;
}
.footer-v2 .badges a {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 4px;
    vertical-align: top;
}

.footer-v2 .footer-mobile-wrap {
    margin-top: 20px;
}

.footer-v2 .footer-extra-space {
    display: none;
    height: 300px;
}
.footer-v2 .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
    /* should fix the issue with open keyboard on iOS overlapping the input fields */
    .footer-v2 .footer-extra-space {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer-v2 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .footer-v2 .footer-columns-wrap {
        display: table;
        width: 100%;
    }

    .footer-v2 .footer-columns {
        display: table-row;
    }

    .footer-v2 .footer-column {
        display: table-cell;
        padding-left: 8px;
        padding-right: 8px;
        width: 25%;
        border-bottom: none;
    }

    .footer-v2 .column-header {
        padding: 0;
        cursor: auto;
    }

    .footer-v2 .column-header .icon {
        display: none;
    }

    .footer-v2 .column-content {
        margin-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-v2 .column-content.collapse {
        display: block;
    }

    .footer-v2 .badges {
        text-align: left;
    }
}

.column-content ul.footer-list {
    list-style: none outside none;
    margin: 0;
    white-space: nowrap;
}
.column-content ul.footer-list li {
    line-height: inherit;
    margin-bottom: 16px;
}
.column-content ul.services-list li {
    line-height: 40px;
}
.column-content ul.footer-list a {
    /*color: #a6adb3;*/
    /*color: inherit;*/
    font-weight: 600;
}
.column-content ul.footer-list a:hover,
.column-content ul.footer-list a:focus {
    /*color: #ffffff;*/
    text-decoration: underline;
}

.footer-v2 .subfooter-content-wrap {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
    /*background-color: #24282b;*/
    background-color: #fff;
}

.footer-v2 .mixpanel-logo-wrap {
    text-align: right;
}

.footer-v2 .mixpanel-logo {
    opacity: 0.35;
}

.footer-v2 .mixpanel-logo:hover {
    opacity: 0.75;
}

.social-icons {
    margin-bottom: 16px;
}

.social {
    width: 34px;
    /*height: 32px;*/
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    /*background-image: url(../images/icons/social.png);*/
    display: inline-block;
}
.social.white {
    background-image: url("../../../images/icons/social-white.png");
}
.social.facebook {
    background-position: 0 0;
}
.social.twitter {
    background-position: -32px 0;
}
.social.googleplus {
    background-position: -64px 0;
}
.social.linkedin {
    background-position: -96px 0;
}
.social.rss {
    background-position: -128px 0;
}

.social.facebook:hover {
    background-position: 0 -32px;
}
.social.twitter:hover {
    background-position: -32px -32px;
}
.social.googleplus:hover {
    background-position: -64px -32px;
}
.social.linkedin:hover {
    background-position: -96px -32px;
}
.social.rss:hover {
    background-position: -128px -32px;
}

.footer-text {
    font-size: 14px;
}

.footer-text .copyright {
    padding: 8px 0;
    font-size: inherit;
    font-weight: 600;
    color: #767676;
}

.footer-text.homepage-text {
    padding: 10px 0;
}

.center {
    text-align: center;
}
.header-row {
    margin: 0 0 20px 0;
}
.block-header {
    font-size: 22px;
    font-weight: 500;
}
.block-header.multi-line {
    line-height: 26px;
}
.info-block {
    margin: 20px 0 40px;
}
.info-block.first {
    margin-top: 0;
}
.info-block-compact {
    margin: 20px 0;
}
.media-fans a img {
    margin: 0 8px;
}

/* Button Control */
.btn {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: 12px;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 16px;
    padding: 12px 24px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-lg.btn-wide {
    padding-left: 50px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .btn-lg-sm {
        font-size: 16px;
        padding: 12px 24px;
        line-height: 1.33333;
        border-radius: 4px;
    }
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none;
}
.btn-check:focus + .btn,
.btn:focus,
.btn-close:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** btn-default **/
.btn-default,
.btn-default:disabled,
.btn-default.disabled {
    color: #484848;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-check:focus + .btn-default,
.btn-default:focus {
    color: #484848;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.btn-check:checked + .btn-default,
.btn-check:active + .btn-default,
.btn-default:active,
.btn-default.active,
.show > .btn-default.dropdown-toggle {
    color: #484848;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}
.btn-check:focus + .btn-default,
.btn-default:focus,
.btn-check:checked + .btn-default:focus,
.btn-check:active + .btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.show > .btn-default.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** btn-link **/
.btn-link,
.btn-link.disabled,
.btn-link:disabled {
    color: #008489;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
    color: #003a3d;
    text-decoration: underline;
}

.btn-link.btn-alt {
    color: #fe595c;
}
.btn-link.btn-alt:hover,
.btn-link.btn-alt:focus,
.btn-link.btn-alt.focus,
.btn-link.btn-alt:active,
.btn-link.btn-alt.active,
.show > .dropdown-toggle.btn-link.btn-alt {
    color: #ff7e82;
}

/** btn-secondary **/
.btn-secondary,
.btn-secondary:disabled,
.btn-secondary.disabled {
    background-color: #777777;
    border-color: #6a6a6a;
}
.btn-secondary:hover,
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    background-color: #5e5e5e;
    border-color: #2b2b2b;
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #5e5e5e;
    border-color: #2b2b2b;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/** .btn-outline **/
.btn-outline {
    color: #484848;
    border: 2px solid #484848 !important;
    background: transparent;
}

.btn-outline:hover,
.btn-outline:focus {
    color: #484848;
}

/** .btn-cta **/
.btn-cta {
    color: #ffffff;
    background-color: #008489;
    border: 2px solid #008489;
}

.btn-cta:hover,
.btn-cta:focus {
    color: #ffffff;
}

.btn-cta:active,
.btn-cta.active,
.show > .dropdown-toggle.btn-cta {
    color: #ffffff;
    background-color: #006a70;
    border-color: #006a70;
}

/** .btn-cta-outline **/
.btn-cta-outline {
    color: #008489 !important;
    border: 2px solid #008489 !important;
    background: transparent;
}

.btn-cta-outline:hover,
.btn-cta-outline:focus {
    color: #008489;
}

.btn-cta-outline:active,
.btn-cta-outline.active {
    background-color: rgba(0, 132, 137, 0.15);
    border-color: #006a70;
    color: #006a70;
}

.btn-sm.btn-cta-outline {
    border-width: 1px;
}

a.btn.btn-primary {
    color: #fff !important;
}

/** label **/
.label-primary {
    background-color: #fe595c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #ff7e82;
}

/** alert **/
.alert {
    margin-bottom: 20px;
}

.alert-info {
    background-color: #c2e4e7;
    color: #484848;
}

.alert-info .close {
    color: #007a87;
    opacity: unset;
}

.alert-info .close:hover,
.alert-info .close:focus {
    color: #004c54;
}

.alert .alert-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.alert .alert-buttons {
    margin-top: 12px;
    margin-bottom: 10px;
}

.alert ul {
    margin-bottom: 0;
    padding-left: 40px;
}

.ledge-block {
    position: relative;
    margin-bottom: 20px;
}

.ledge-block-inner {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.ledge-block::after {
    border-radius: 50%;
    bottom: 0;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.help-inline {
    color: #737373;
    display: inline-block;
    width: auto;
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    vertical-align: middle;
}

.money-back {
    display: block;
    color: #a40015;
    margin: 10px 0;
    outline: none;
}
.money-back:hover,
.money-back:focus {
    color: #a40015;
}
.money-back span {
    padding-top: 3px;
}
.money-back img {
    margin-right: 4px;
}

.footer-close {
    margin-bottom: 0;
}
p.msg-error {
    margin: 0;
}

.tabs-menu {
    margin-bottom: 20px;
}
.tabs-menu li a {
    color: #555555;
    font-size: 18px;
}
.tabs-menu li.active a {
    color: #333;
}

@media (max-width: 767px) {
    .tabs-menu {
        border-bottom: none;
    }
    .tabs-menu > li {
        float: none;
    }
    .tabs-menu > li > a {
        border-radius: 4px;
    }

    .tabs-menu > li.active > a,
    .tabs-menu > li > a:hover {
        border-color: #ddd !important;
        background-color: #eee;
    }
}

label.required:after {
    content: "*";
    color: #ff0000;
    font-weight: bold;
    margin-right: -8px;
    padding-left: 3px;
    display: inline-block;
}

a.internal {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > td,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > thead > tr > th {
    border: 0 none;
}

/*
.form-horizontal .controls .text-value {
	display: block;
	padding: 5px 0 0;
}
*/

.modal form {
    margin-bottom: 0;
}

.input-error {
    border-color: #ff0000;
}

.header-wrap {
    margin-bottom: 20px;
}

#messagebox {
    font-family: arial;
    font-size: 13px;
    width: 45%;
    padding: 10px;
    margin: 50px auto;
    background-color: #ffffcc;
    border: 1px solid #999;
}

.content-header h3 {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
}

.ui-autocomplete-loading {
    background: white url("../../../../../../public_html/images/ui-anim_basic_16x16.gif") right center
        no-repeat;
}

input.input-error,
select.input-error,
input.input-error,
select.input-error ~ .ui-selectmenu-button {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.input-error:focus,
select.input-error:focus,
select.input-error ~ .ui-selectmenu-button.ui-state-focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.centered-pills {
    text-align: center;
    font-size: 0;
}
.centered-pills ul.nav-pills {
    display: inline-block;
}
.centered-pills li {
    display: inline;
}
.centered-pills a {
    float: left;
    font-size: 14px;
}
* html .centered-pills ul.nav-pills {
    display: inline;
} /* IE6 */
* + html .centered-pills ul.nav-pills {
    display: inline;
} /* IE7 */

.map img {
    max-width: inherit !important;
}

.form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}

.form-group > .form-actions {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

/*
.form-actions::before, .form-actions::after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions::after {
    clear: both;
}
*/

blockquote {
    font-size: 14px;
    padding: 10px 20px;
}

/** share buttons **/

.labels {
    color: #9f9f9f;
    font-size: 0;
}
.labels .label {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    padding: 4px 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    margin-right: 4px;
}

.labels .btn {
    font-size: 14px;
}

.labels .label.label-sm {
    font-size: 12px;
    padding: 2px 5px;
}

.labels .label.label-default {
    background-color: #fff;
    color: #777;
    border: 1px solid #9f9f9f;
}

.labels .label.label-default:hover,
.labels .label.label-default:focus {
    border-color: #007a87;
    color: #007a87;
}

.labels.labels-sm .label {
    font-size: 11px;
    padding: 2px 6px;
    line-height: 1.1;
}

.btn-action {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.mce-path {
    padding: 0 !important;
}

.mce-content-body img[style*="float:left"],
.mce-content-body img[style*="float: left"] {
    margin: 0 20px 20px 0;
}

.mce-content-body img[style*="float:right"],
.mce-content-body img[style*="float: right"] {
    margin: 0 0 20px 20px;
}

.mce-content-body h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nowrap {
    white-space: nowrap;
}

.section {
    font-size: 16px;
    padding-top: 38px;
    padding-bottom: 38px;
}

.section.shrunk {
    padding-top: 28px;
    padding-bottom: 28px;
}

.section.alt {
    background-color: #f5f5f5;
}

.section.colorful {
    background-color: #00a699;
    color: #fff;
}

.section.colorful.alt {
    background-color: #007c8b;
}

.section.colorful a {
    color: #fff;
    text-decoration: underline;
}

.section.colorful a.btn {
    text-decoration: none;
}

.section.striped:nth-child(odd) {
    background-color: #f5f5f5;
}

.section.striped-alt:nth-child(odd) {
    background-color: #f5f5f5;
}

.section.top-collapse {
    padding-top: 15px;
}

.question-section {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 16%);
}

.question-section h2 {
    font-weight: 700;
    color: #333;
}
.question-section h5 {
    font-size: 16px;
    font-weight: 400;
}
.question-section .accuracy {
    margin-top: 10px;
    color: #484848;
}
.question-section .left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-content .top-expand {
    margin-top: 0;
}

.question-section p.text-center {
    margin-top: 10px;
}

.section.top-touch {
    padding-top: 0;
}

.section.bottom-collapse {
    padding-bottom: 15px;
}

.section.bottom-touch {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .section.shrunk {
        padding-top: 38px;
        padding-bottom: 38px;
    }
    .section p {
        margin-bottom: 20px;
    }
    .question-section h5 {
        font-size: 20px;
    }
}

.section p:last-child {
    margin-bottom: 0;
}

.section h1,
.section .h1,
.section h2,
.section .h2,
.section h3,
.section .h3,
.section h4,
.section .h4 {
    text-align: center;
}

.alert-info a {
    text-decoration: underline;
}

.alert-info a.btn {
    text-decoration: none;
}

@media (max-width: 767px) {
    .captcha-wrap {
        max-width: 290px;
    }
    .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (min-width: 768px) {
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
}

hr.top-collapse {
    margin-top: 0;
}

hr.bottom-collapse {
    margin-bottom: 0;
}

.media-list {
    padding-left: 0;
    margin-bottom: 0;
}
legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.breadcrumb.breadcrumb-block {
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 15px;
}

/** Carousel Component Control **/
.carousel-indicators {
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
}

/** pagination **/
.pagination {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
}

@media (min-width: 768px) {
    .pagination {
        font-size: 16px;
    }
    .pager {
        font-size: 16px;
    }
}

.pagination > li > a,
.pagination > li > span {
    padding: 5px 10px;
    display: block;
    margin-left: 10px;
    border: 1px solid #c4c4c4;
    color: #008489;
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    border-color: #aaa;
    color: #003a3d;
    background-color: #eee;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #484848;
    background-color: #edefed;
    cursor: default;
    border-color: #c4c4c4;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #767676;
    border-color: #c4c4c4;
    background-color: transparent;
    cursor: default;
}

.pagination > li.gap > span,
.pagination > li.gap > a,
.pagination > li.gap > a:hover {
    padding: 0 5px;
    border: 0;
    background: transparent;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

.pager {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next {
    margin-left: auto;
}

/** Panel Component **/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    font-size: 16px;
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    display: table;
    content: "";
}
.panel-body:after {
    clear: both;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

/* Panel Default */
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

/* Panel Info */
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/** Media Object Component **/
.media {
    display: flex;
}
.media .media-left {
    flex-shrink: 0;
    margin-right: 10px;
}
.media .media-body {
    flex-grow: 1;
}

/* form */
.form-control,
.form-select,
.input-group-text {
    font-size: 14px;
}
.form-control {
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.form-select:focus {
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    box-shadow: none;
    border-color: #999999;
}
.form-control-lg,
.input-lg,
.form-select-lg {
    font-size: 16px;
}
.form-control-sm,
.form-select-sm {
    font-size: 12px;
}
.form-control-lg,
.input-lg {
    padding: 10px 16px;
}
.form-select-lg {
    padding-top: 10px;
    padding-left: 16px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .input-lg-sm {
        height: 46px;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 6px;
    }
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: #007a87;
    border-color: #007a87;
}

form.admin-edit {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 10px;
}

form.admin-edit .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
    -webkit-box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
}

form.admin-purge {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 100;
    padding: 10px;
}

form.admin-purge .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
    -webkit-box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
    -moz-box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
    box-shadow: 0 0 5px 3px rgba(200, 200, 200, 0.3);
}

mark {
    background-color: #fbf5e2;
    padding: 0.15em 0;
}

#chat-widget-container {
    min-width: 80px !important;
}

.ui-autocomplete.ui-widget {
    z-index: 1030;
}

.form-control:focus,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #999 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-error .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/** Select 2 **/

.select2-container--bootstrap .select2-dropdown {
    border-color: #999 !important;
}

.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: #007a87 !important;
}

.select2-container--bootstrap
    .select2-selection--multiple
    .select2-selection__choice__remove {
    line-height: 1 !important;
}

.has-error .select2-dropdown,
.has-error .select2-selection,
.has-error .wysibb-text {
    border-color: #a94442 !important;
}

/** new alerts **/

.alert.alert-alt {
    background: #fff !important;
    border: 2px solid #ebebeb;
    position: relative;
    color: #484848 !important;
    padding-left: 60px;
    margin-bottom: 10px;
}

.alert.alert-alt .alert-icon {
    border: 2px solid #ebebeb;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 45px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.alert.alert-alt.alert-danger .alert-icon {
    border-color: #fc642d;
    background-color: #fc642d;
}

.alert.alert-alt.alert-info .alert-icon {
    border-color: #008489;
    background-color: #008489;
}

.alert.alert-alt.alert-success .alert-icon {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

.progress-bar,
.progress-bar-info,
.progress-bar.bg-info {
    background-color: #008489 !important;
}

.progress-bar-success,
.progress-bar.bg-success {
    background-color: #5cb85c !important;
}

button.close-ab {
    float: none;
    border-radius: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJRJREFUeNqkk9ENgCAMRAsdi2V0CYZgCVzBIfh3BSdRzuCHRtoS+1M4eBfggosxHkQ0p5QWGqjKTbVlDxiDJgzBYLmUsoUQdgjomFthnJohWk3eMDS+FzWTL/hhIJn0YJTTjtqk3EvKGR6LpJg9/Sw2XGGV0mEtKi0dtkQlmbAGayZsgSUTZ4V7V/WjMKrtvX7xKcAAodOnFLw9VqgAAAAASUVORK5CYII=");
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1 !important;
}

button.close-ab:active,
button.close-ab:focus {
    box-shadow: #d8d8d8 0 0 4px 2px;
}

.popover,
.popover-header {
    font-size: 14px;
}
.popover {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.popover-title .close {
    line-height: 14px;
}
.popover.fullscreen .close {
    margin: 7px;
}
.popover.popover-getstarted .close {
    display: none;
}
.popover-body p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .popover {
        display: none !important;
    }
    .popover.fullscreen {
        display: block !important;
        max-width: 100%;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        margin: 0 !important;
        border: none;
        border-radius: 0;
        transform: inherit !important;
        -webkit-transform: inherit !important;
        -moz-transform: inherit !important;
        -ms-transform: inherit !important;
        -o-transform: inherit !important;
    }
    .popover.fullscreen .arrow {
        display: none;
    }
    .popover.popover-getstarted .close {
        display: block;
    }
}

.modal-ab .modal-title {
    font-size: 24px;
    font-weight: 800;
}

.modal-ab .modal-header {
    border: none;
    padding-bottom: 0;
    position: relative;
}

.modal-ab .close-ab {
    position: absolute;
    left: 8px;
    top: 12px;
}

.modal-ab .close-ab + .modal-title {
    margin-top: 40px;
}

.modal-ab .modal-actions .btn-lg {
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 24px;
    padding: 10px 22px;
}

.corner-icon,
.corner-icon:hover,
.corner-icon:focus {
    position: fixed;
    bottom: 30px;
    right: 10px;
    background: #00a699;
    border: 1px solid #00a699;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.5em;
}

@media (min-width: 992px) {
    .corner-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
        bottom: 20px;
    }
}

.tooltip {
    font-size: 13px;
}

.tooltip-button {
    width: auto;
    margin-left: 6px;
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    z-index: 1;
}

.tooltip-button .icon {
    color: #aaa;
    font-size: 14px;
    line-height: 14px;
}

.popover-input-tooltip > .popover-header {
    padding: 8px 8px 0;
}

.popover-body p:last-child {
    margin-bottom: 0;
}

.us-only-popover p:last-child {
    margin-bottom: 0;
}

.row.equal-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*
.row.equal-height > [class*='col-'] {
    flex-grow: 1;
}
*/

ul.list-comma {
    display: inline;
    list-style: none;
    padding-left: 0;
}

ul.list-comma > li {
    display: inline;
}

ul.list-comma > li:after {
    content: ",";
}

ul.list-comma > li:last-child:after {
    content: none;
}

.form-check-input:focus,
.form-check-input:checked {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #007a87;
    border-color: #007a87;
}
.md-checkbox-2.form-check {
    padding-left: 2em;
    position: relative;
}
.md-checkbox-2 input[type="checkbox"] {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
}
.md-checkbox-2 input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

.md-checkbox {
    display: block;
    position: relative;
    /*margin: 1em 0;*/
    text-align: left;
    /* height: 27px; */
}

.md-checkbox input[type="checkbox"]:focus {
    box-shadow: 0 0 2px 2px #008489;
}

.md-checkbox input[type="checkbox"]:focus + label:before {
    border: none;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}
.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}
.md-checkbox label:not(:empty) {
    padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
}
.md-checkbox label:before {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid rgba(165, 158, 158, 0.54);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
    outline: 0;
    width: 18px;
    margin: 0;
    height: 18px;
    display: block;
    left: 0;
    position: absolute;
    pointer-events: none;
    float: left;
    font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
    background: #008489;
    border: none;
    box-shadow: 0 0 2px 1px #008489;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    -webkit-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    -ms-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 11px;
    height: 7px;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
}

.md-checkbox input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
}

/** custom checkboxes from Bootstrap 4.5 **/

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5em;
    padding-left: 1.5em;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1em;
    height: 1.25em;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #008489;
    background-color: #008489;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2em rgba(0, 132, 137, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25em;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #008489;
    background-color: #008489;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 132, 137, 0.5);
}

.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label::before {
    background-color: rgba(0, 132, 137, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(0, 132, 137, 0.5);
}

.custom-control-label::before {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before {
        transition: none;
    }
}

/** **/
.not-paging-left {
    padding-left: 0;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #008489 !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    text-decoration: none;
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #008489 !important;
}

.margin-top15 {
    margin-top: 15px;
}

.w-setting-edit {
    text-decoration: underline;
    padding-left: 6px;
}

.input-group .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
}
.input-group .select2-container,
.input-group .select2-container .selection,
.input-group .select2-container .selection .select2-selection {
    height: 100%;
}

.horizontal-line {
    border: 4px solid #e6e6e6;
    margin-left: 0;
    width: 28px;
}

.dropdown-menu {
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 16px;


    /*
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
     */
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #008489 !important;
    color: #fff !important;
}

.modal-backdrop.in {
    opacity: 0.7;
}

.w-new-radio {
    margin-bottom: 10px;
    position: relative;
}

.w-new-radio.w-new-radio-inline {
    display: inline-block;
}

.w-new-radio .radio-label {
    margin-right: 3px;
}

.w-new-radio .radio-label > span {
    position: relative;
    bottom: 3px;
    width: 90%;
}

.w-new-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.w-new-radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #ffffff;
    border-radius: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    margin-right: 14px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}

.w-new-radio input[type="radio"] + .radio-label:after {
    content: "";
    background: transparent;
    border-radius: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e0e0e0;
    position: absolute;
    left: 0;
    top: -3px;
    margin-right: 14px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.w-new-radio input[type="radio"]:checked + .radio-label:before,
.w-new-radio input[type="radio"][checked="checked"] + .radio-label:before {
    background-color: #008489;
    box-shadow: inset 0 0 0 6px #ffffff;
}
.w-new-radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #008489;
}
.w-new-radio input[type="radio"]:focus + .radio-label:after {
    box-shadow: 0 0 2px 3px #008489;
}
.w-new-radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 5px #ffffff;
    border-color: #bfbfbf;
    background: #bfbfbf;
}
.w-new-radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.pat-8 {
    padding-top: 8px;
}

.mrl-0 {
    margin-left: 0 !important;
}

.forum-topic .popover-body {
    padding: 16px 14px 8px 14px;
}

.w-new-switch {
    line-height: 0;
}

.w-new-switch > input[type="checkbox"] {
    height: 0;
    width: 0;
    opacity: 0;
    /*visibility: hidden;*/
}

.w-new-switch > label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 32px;
    background: #f2f2f2;
    display: block;
    border-radius: 50px;
    position: relative;
    border: 1px solid #ebebeb;
}

.w-new-switch > label:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-size: 14px;
    border: 1px solid #ebebeb;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiA8Zz4KICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+CiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+CiA8L2c+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBhdGggZmlsbD0iIzQ4NDg0OCIgaWQ9InN2Z18xIiBkPSJtNDM3LjUsMzg2LjZsLTEzMC42LC0xMzAuNmwxMzAuNiwtMTMwLjZjMTQuMSwtMTQuMSAxNC4xLC0zNi44IDAsLTUwLjljLTE0LjEsLTE0LjEgLTM2LjgsLTE0LjEgLTUwLjksMGwtMTMwLjYsMTMwLjZsLTEzMC42LC0xMzAuNmMtMTQuMSwtMTQuMSAtMzYuOCwtMTQuMSAtNTAuOSwwYy0xNC4xLDE0LjEgLTE0LjEsMzYuOCAwLDUwLjlsMTMwLjYsMTMwLjZsLTEzMC42LDEzMC42Yy0xNC4xLDE0LjEgLTE0LjEsMzYuOCAwLDUwLjljMTQuMSwxNC4xIDM2LjgsMTQuMSA1MC45LDBsMTMwLjYsLTEzMC42bDEzMC42LDEzMC42YzE0LjEsMTQuMSAzNi44LDE0LjEgNTAuOSwwYzE0LC0xNC4xIDE0LC0zNi45IDAsLTUwLjl6Ii8+CiA8L2c+Cjwvc3ZnPg==");
}

.w-new-switch > input:checked + label {
    background: #008489;
}

.w-new-switch > input:checked + label:after {
    left: calc(100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border: 1px solid #008489;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGlkPSJDaGVjayIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDA4NDg5IiBkPSJtMjcuODQ2NjM4LDguMzQ5NDU0Yy0wLjM5NCwtMC4zOTEgLTEuMDM0LC0wLjM5MSAtMS40MjgsMGwtMTQuMjg4LDE0LjE5M2wtNi4yODIsLTYuMTkzYy0wLjM5NCwtMC4zOTEgLTEuMDM0LC0wLjM5MSAtMS40MjgsMGMtMC4zOTQsMC4zOTEgLTAuMzk0LDEuMDI0IDAsMS40MTRsNi45OTksNi44OTljMC4zOSwwLjM4NiAxLjAzOSwwLjM4NiAxLjQyOSwwbDE0Ljk5OCwtMTQuODk5YzAuMzk1LC0wLjM5IDAuMzk1LC0xLjAyNCAwLC0xLjQxNGMtMC4zOTQsLTAuMzkxIDAuMzk1LDAuMzkgMCwweiIgY2xpcC1ydWxlPSJldmVub2RkIi8+CiA8L2c+Cjwvc3ZnPg==");
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.w-new-switch > input:focus + label {
    -webkit-box-shadow: 0 0 2px 2px #008489;
    box-shadow: 0 0 2px 2px #008489;
    border: 1px solid #008489;
}

.btn.btn-circle {
    border-radius: 50%;
}

.w-button-grad {
    color: rgb(255, 255, 255);
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to right,
            rgb(230, 30, 77) 0%,
            rgb(227, 28, 95) 50%,
            rgb(215, 4, 102) 100%
        )
        repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 8px 8px 8px 8px;
    padding: 13px 20px;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s,
        -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
} /*#BUTTON_1*/

.w-button-grad:hover {
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to right,
            rgb(199, 26, 67) 0%,
            rgb(203, 26, 86) 50%,
            rgb(156, 1, 76) 100%
        )
        repeat scroll 0% 0% / auto padding-box border-box;
}
@media (max-width: 767px) {
    .w-button-grad {
        padding: 8px 15px;
    }
}
.footer-v3 .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-v3 .copyright ul li {
    padding-left: 8px;
    padding-right: 8px;
}

.footer-v3 .w-list-inline {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-v3 .w-list-inline li a {
    color: #484848 !important;
    font-size: 14px;
    line-height: 1.28577em;
}

.footer-v3 .w-list-inline li a:hover {
    text-decoration: underline;
}

.footer-v3 .w-list-inline > li:not(.w-mark) {
    padding: 0 !important;
}
.footer-v3 .reserved-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-v3 .social-links {
    text-align: right;
}

.subfooter-content-wrap > .container > .row {
    padding-top: 24px;
    padding-bottom: 13px;
}

.subfooter-content-wrap-bottom .container .row {
    padding-top: 10px;
}

.button-block-grad p {
    margin-top: 24px;
    margin-bottom: 0;
}

.button-block-grad p a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: revert;
}

@media (max-width: 767px) {
    .subfooter-content-wrap .container .w-block-footer-address {
        padding-top: 0;
    }
    .subfooter-content-wrap .container .w-block-footer-address address {
        margin-bottom: 12px;
    }
    .subfooter-content-wrap .container .row {
        padding-bottom: 0;
    }
    .footer-v3 .w-list-inline {
        margin-left: 33px;
        padding-top: 5px;
        margin-bottom: 20px;
    }
    .footer-v2 .footer-content-wrap {
        padding-bottom: 13px;
    }

    .subfooter-content-wrap-bottom .social-icons {
        text-align: center;
        margin-top: 15px;
    }
}

.img-ssl {
    padding-top: 13px !important;
}

.w-more-link {
    position: relative;
    bottom: 14px;
}

.modal-new {
    top: 50%;
    transform: translateY(-50%);
}

.modal-header-new {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
}

.modal-header-new .btn-close {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.modal-header-new .btn-close:focus {
    box-shadow: #d8d8d8 0 0 4px 2px;
    outline: 0;
    border-radius: 100%;
    text-decoration: none;
}

.modal-btn {
    width: 100%;
}

.modal-body-new .modal-text {
    text-align: left;
}

@media (max-width: 768px) {
    .modal {
        padding-right: 0 !important;
    }

    .modal-new {
        /* top: unset;
        transform: none; */
        overflow-y: unset;
    }

    .modal.modal-fullscreen .modal-dialog {
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        max-width: none;
    }

    .modal.modal-fullscreen .modal-content {
        height: 100vh;
        border-radius: 0;
        border: none;
    }
}

@media (max-width: 479px) {
    .section .col-md-4 {
        width: 100%;
    }
}

.ui-icon {
    overflow: hidden;
    text-indent: -99999px;
}
.w-request-recommendation-profile {
    text-align: right;
}

@media (max-width: 479px) {
    .w-request-recommendation-profile {
        text-align: left;
    }
}
