body {
    color: #676666;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Lato", sans-serif;
}

.text-green { color: #5a8b8d; }
.text-gray { color: #676666; }
.text-fuchsia { color: #be68ca; }

.bg-main { background-color: #5a8b8d; }
.bg-green { background-color: #e5f2f3; }
.bg-green-alt { background-color: #d8eeef; }
.bg-fuchsia { background-color: #fcf0fe; }
.bg-tandem-light { background-color: #f5f6fa; }
.bg-cloud {
    background-image: url('../media/icons/cloud-160.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 200px;
    padding: 40px 35px 15px;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.bg-cloud img {
    width: 90px;
}

.lh-single {
    line-height: 1em;
}
.lh-double {
    line-height: 2em;
}
.modal .modal-header .close {
    color: #a259ac;
    text-shadow: none;
}
@media (min-width: 576px) {
    .modal-big {
        max-width: 1200px;
    }
}

a { color: #5a8b8d;}
a:hover, a:focus { color: #3f8c8e;}
.form-control:focus {
    border: 1px solid #5a8b8d;
}

.category {
    text-transform: none;
}

.font-22 {
    font-size: 22px!important;
}
.font-24 {
    font-size: 24px!important;
}

/* MENU */
.navbar .navbar-nav .nav-link:not(.btn) {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem 0;
    line-height: 1rem;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
}
.navbar a:not(.btn):not(.dropdown-item),
.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item):not(.btn) {
    color: #be68ca;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) {
    border-radius: 0;
    border-bottom: 4px solid #fff;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn) {
    border-radius: 0;
    border-bottom: 4px solid #5b8b8d;
}
.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover {
    background-color: transparent;
}
/* END MENU */

/* REGULATORS */
.pt-6 {padding-top:6rem!important}
.font-16 { font-size: 16px; line-height: 26px; }
/* END REGULATORS */

/* LAYOUT */
.tandem-header {
    color: #ffffff;
}

.tandem-footer {
    background-color: #d8eeef;
    color: #5a8b8d;
    font-size: 14px;
}

.tandem-footer p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.footer.tandem-footer ul li {
    display: block;
}

.footer.tandem-footer ul li a {
    color: inherit;
    padding: 0.5rem;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
}

.sub-footer {
    background-color: #5b8d90;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}
.sub-footer a { color: #FFF }

.tandem-header h1 {
    font-family: "Prompt", sans-serif;
    font-size: 40px;
    line-height: 50px;
}

.tandem-header h3 {
    font-size: 22px;
    line-height: 28px;
}

.tandem-feature {
    margin: 1rem;
}

.tandem-feature-icon {
    border: 1px solid #5a8b8d;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    padding: 1rem;
}

.tandem-feature-icon img {
    width: 80px!important;
    max-width: 80px!important;
}

.tandem-feature-message {
    padding: 0 1rem 0 2rem;
}

.tandem-icon-box {
    text-align: center;
    padding: 2rem 1rem;
    color: #676666;
}

.tandem-icon-box p {
    font-size: 18px;
    line-height: 28px;
}

.tandem-icon-box.card {
    transition: all .2s ease-in-out;
}

.tandem-icon-box.card:hover {
    transform: scale(1.05);
}

.tandem-icon-wrapper {
    margin: 0 auto 30px auto;
    vertical-align: middle;
    width: 115px;
    height: 115px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../media/icons/green-ring.jpg") center center no-repeat;
    background-size: cover;
}

.tandem-icon-wrapper img {
    margin-top: -10px;
    width: 64px;
    height: 64px;
}

.tandem-claim p {
    color: #be68ca;
    font-family: "Prompt", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
}

.tandem-section-title {
    font-family: "Prompt", sans-serif;
    color: #5a8b8d;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.tandem-section-subtitle {
    color: #be68ca;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
}

.tandem-section-subtitle-2 {
    color: #676666;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.tandem-inline-title {
    margin-bottom: 0.2em;
    text-transform: none;
    line-height: 1.2em;
    font-size: 1.5em;
}

.tandem-pointed:before {
    content: '';
    background-color: #d8eeef;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: -20px;
}

.tandem-equal-row {
    display: flex;
    position: relative;
}

.tandem-card-row {
    display: flex;
    position: relative;
}

.tandem-card-row:before {
    content: '';
    width: 70%;
    height: 2px;
    position: absolute;
    background-color: #5a8b8d;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -15px;
    z-index: 99;
}

.tandem-card-row .tandem-card,
.tandem-equal-row .tandem-card {
    height: 100%;
    z-index: 999;
}


.card.tandem-card {
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    font-size: 12px;
    position: relative;
}

.card.tandem-card .tandem-card-icon,
.tandem-col-icon {
    margin: auto;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    background-color: #FFF;
    border: 1px solid #5a8b8d;
    border-radius: 40px;
    text-align: center;
}

.card.tandem-card .tandem-card-icon,
.tandem-border .tandem-col-icon {
    margin: -40px auto 10px auto;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
}

.card.tandem-card .tandem-card-number {
    position: absolute;
    font-size: 1.5rem;
    top: 40px;
    left: 8px;
}

.card.tandem-card .tandem-card-body {
    text-align: center;
    padding: 5px 15px 15px 15px;
}

.tandem-action-text {
    font-size: 18px;
    line-height: 28px;
}

.btn-tandem {
    color: #FFF;
    background-color: #be68ca;
    font-size: 1.5em;
    border: 1px solid #883893;
}

.btn-sm.btn-tandem {
    font-size: 1em;
}

.btn-tandem:hover {
    background-color: #bb3fe1;
}

.tandem-border {
    border: 1px solid #5a8b8d;
}

.tandem-numbers {
    font-size: 2.5em;
    color: #5a8b8d;
    font-weight: 600;
    margin-bottom: 25px;
}

.tandem-numbers:after {
    content: '';
    width: 40px;
    height: 5px;
    background-color: #5a8b8d;
    z-index: 999;
    display: block;
    left: 50%;
    position: absolute;
    margin-left: -20px;
}

.nav-tandem.nav-tabs>.nav-item>.nav-link.active {
    background-color: #5a8b8d;
    border-radius: 4px;
}

.nav-tandem.nav-tabs>.nav-item>.nav-link {
    border-radius: 4px;
}

.tandem-slider.slider.noUi-horizontal {
    height: 15px;
    border: 1px solid #ddd;
}

.tandem-slider.slider .noUi-connect {
    background-color: #f0f0f0;
}

.tandem-slider.slider.noUi-horizontal.noUi-target {
    background-color: rgb(252 240 254);
}
.tandem-slider.slider.noUi-horizontal .noUi-handle {
    background-color: #cc88d5;
    height: 30px;
    width: 30px;
}

.tandem-totals.card {
    display: inline;
    padding: 5px 10px;
    border: 1px solid #5a8b8d;
}

/* ANIMATION */
.animatedImg {
    transition-property: opacity;
    transition-duration: 0.8s;
    opacity: 0;
}
.animatedImg.fadeIn {
    opacity: 1;
}

.animate__animated.animate__zoomIn {
    --animate-duration: 0.5s;
}
/* /ANIMATION */


/* TN SLIDER */
.tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
}
.tns-nav {
    text-align: center;
    margin: 10px 0;
}
.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }
.playbutton-wrapper { text-align: center; }
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
/* / TN SLIDER */

.tandem-accordion i.now-ui-icons {
    background-color: #d8eeef;
    padding: 6px;
    border-radius: 50%;
}

.tandem-accordion .card-header a {
    text-decoration: none;
    color: #676666;
    line-height: 2em;
    font-weight: bold;
}

.tandem-accordion .card-body {
    padding-left: 40px;
}

.tandem-accordion .card-body {
    position: relative;
    font-size: 16px;
}

.tandem-accordion .card-body:before {
    content: '';
    height: 42px;
    width: 2px;
    background-color: #d8eeef;
    position: absolute;
    top: -5px;
    left: 20px;
}

.tandem-accordion .card-body:after {
    content: '';
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #d8eeef;
    position: absolute;
    top: 20px;
    left: 6px;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 60px;
    position: relative;
    margin: auto;
}

.mouse:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 30px;
    }
}

.tandem-connector-wrapper-first {
    margin-left: 5%;
}
.tandem-connector-wrapper-second {
    margin-left: 17%;
}
.tandem-connector-wrapper-third {
    margin-left: 30%;
}

.tandem-connector {
    display: inline-block;
    position: relative;
}

.tandem-connector .left-vertical {
    position: absolute;
    top: -2px;
    left: -4px;
}

.tandem-connector .right-vertical {
    position: absolute;
    bottom: -1px;
    right: -2px;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.tandem-dotted-connector-left {
    border-left: 2px dotted #5a8b8d;
    height: 20px;
    width: 100%;
}

.tandem-dotted-connector-right {
    border-right: 2px dotted #5a8b8d;
    height: 20px;
    width: 100%;
}

.tandem-dotted-connector-middle {
    border-top: 2px dotted #5a8b8d;
    height: 1px;
    width: 100%;
}

.tandem-dotted-connector-first {
    width: 13%;
    margin-left: 5%;
}

.tandem-dotted-connector-second {
    width: 13%;
    margin-left: 18%;
}

.tandem-dotted-connector-third {
    width: 13%;
    margin-left: 30%;
}

.img-bottomed {
    padding-bottom: 64px;
    position: relative;
}

.img-bottomed img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -32px;
}

.from-docx h1 {
    color: #5a8b8d;
    font-size: 1.8em;
}

.from-docx h2 {
    color: #5a8b8d;
    font-size: 1.2em;
}

.from-docx h5 {
    color: #5a8b8d;
    font-size: 1em;
    font-weight: bold;
}

.from-docx table {
    width: 100%;

}

.from-docx p {
    font-size: 1em;
}

.from-docx table h2 {
    margin-bottom: 0;
    font-size: 1em;
    text-align: center;
}

.from-docx table th, .from-docx table td  {
    border: 1px solid #5a8b8d;
    padding: 10px;
}

.from-docx table p  {
    margin-bottom: 0;
}

label.error {
    font-size: 12px;
    color: #f95823;
}

@media screen and (min-width: 990px) {
    .tandem-feature-first .tandem-feature-message {
        width: 60%;
    }

    .tandem-feature-second {
        padding-left: 12%
    }
    .tandem-feature-second .tandem-feature-message {
        width: 66%;
    }

    .tandem-feature-third {
        padding-left: 24%
    }
    .tandem-feature-third .tandem-feature-message {
        width: 75%;
    }

    .tandem-feature-fourth {
        padding-left: 36%
    }
    .tandem-feature-fourth .tandem-feature-message {
        width: 100%;
    }
}


@media screen and (max-width: 991px) {
    .sidebar-collapse .navbar-collapse:before {
        background: #5b8d90;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn) {
        border-bottom: none;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-item .nav-link:not(.btn) {
        border-bottom: none;
    }

    .tandem-feature-icon {
        height: 100px;
        width: 100px;
        padding: 0.75rem 1rem;
    }

    .tandem-dotted-connector-wrapper {
        display: none;
    }

    .tandem-feature-icon img {
        width: 70px!important;
        max-width: 70px!important;
    }

    .tandem-feature-message {
        padding: 0 0 0 1rem;
        font-size: 15px;
    }

    .tandem-pointed {
        padding-left: 50px !important;
    }

    .tandem-pointed:before {
        left: 10px;
    }

    .tandem-card-row .col-md-3 {
        margin-bottom: 60px;
    }

    footer .text-center, footer .text-right {
        text-align: left !important;
        padding-left: 23px;
    }

    footer .social-icons {
        float: left;
        width: auto;
        padding-left: 10px;
    }

    footer .social-icons a {
        padding-left: 0px;
    }

    footer .footer-logo {
        margin-top: 30px;
    }

    .mobile-mb-4 {
        margin-bottom: 20px;
    }

    .tandem-card-row {
        display: block;
    }

    .tandem-card-row:before {
        display: none;
    }

    .tandem-card-row .col {
        margin-bottom: 40px;
    }

    .tandem-accordion .card-body {
        padding-left: 20px;
    }

    .tandem-accordion .card-body:before,
    .tandem-accordion .card-body:after {
        display: none;
    }
}

.customers-slider {
    max-height: 250px;
    overflow: hidden;
}