/* Minification failed. Returning unminified contents.
(3062,5): run-time error CSS1034: Expected closing parenthesis, found '0'
(3062,5): run-time error CSS1042: Expected function, found '0'
(3062,8): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@media screen and (max-width: 680px) {
    .landing-banner {
        position: absolute;
        width: calc(100% - 10px);
        top: 5px;
        left: 5px;
        z-index: 1000000;
    }
}

@media screen and (min-width: 681px) {
    .landing-banner {
        position: relative;
        margin: 10px 10px 0 10px;
        font-size: 16px;
    }
}

.landing-banner {
    background-color: #52545D;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
}

.landing-banner-label {
    width: 60px;
    height: 100%;
    background-color: #3b3c45;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-banner-message {
    width: calc(100% - 140px);
    padding: 10px 40px 10px 90px;
    margin: 0;
    text-align: left;
    float: left;
}

.landing-banner-close {
    width: 40px;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .landing-banner-close:hover {
        background-color: #3b3c45;
    }

.skip {
    left: 0;
    right: 0;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-align: center;
}

    .skip:focus {
        height: auto;
        width: auto;
        background-color: #52545D;
        padding: 15px;
        overflow: hidden;
        cursor: pointer;
        color: #fff;
        z-index: 1000;
        top: 5px;
        left: 5px;
        right: 5px;
    }


@media screen and (max-width: 680px) {
    .button {
        padding: 14px 25px 14px 25px;
        font-size: 15px;
    }

        .button:hover, .button:focus {
            background: #f25b3b;
            border-width: 0 1px 1px 0;
            padding: 16px 25px 14px 27px;
        }

    .back-button {
        font-size: 15px;
        padding: 12px 0 12px 20px;
    }
}

@media screen and (min-width: 681px) {
    .button {
        padding: 15px 30px 15px 30px;
        font-size: 18px;
    }

        .button:hover, .button:focus {
            background: #f25b3b;
            border-width: 0 1px 1px 0;
            padding: 17px 30px 15px 32px;
        }

    .back-button {
        font-size: 18px;
        padding: 12px 20px 12px 20px;
    }
}

.close-button {
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1.6 !important;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    text-shadow: 1px 1px 1px #52545D;
    background-color: #6a6b72;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #52545D;
    display: inline-block;
    transition: background 0.3s;
}

.button {
    cursor: pointer;
    border-radius: 5px;
    line-height:1.6 !important;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    text-shadow: 1px 1px 1px #f25b3b;
    background-color: #ff8b73;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #fe795c;
    display: inline-block;
    transition: background 0.3s;
    align-items: center;
    margin: auto;
}

.back-button {
    font-family: inherit;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #52545D;
    display: inline-block;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: fit-content;
    margin: auto;
}

    .back-button i {
        color: #00ADD2;
    }

#loading {
    -webkit-animation: spin 4s infinite linear;
}

.load-hide {
    display: none !important;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 680px) {
    .cookie-banner {
        position: fixed;
        width: calc(100% - 10px);
        bottom: 5px;
        left: 5px;
        z-index: 1000000;
    }
}

@media screen and (min-width: 681px) {
    .cookie-banner {
        width: 500px;
        position: fixed;
        margin: 10px 10px 10px 10px;
        bottom: 0px;
    }
}

.cookie-banner {
    background-color: #52545D;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    z-index: 101;
}

.cookie-banner-label {
    width: 60px;
    height: 100%;
    background-color: #3b3c45;
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner-message {
    width: calc(100% - 170px);
    padding: 10px 40px 10px 90px;
    margin: 0;
    text-align: left;
    float: left;
}

.cookie-banner-close {
    width: 40px;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cookie-banner-close:hover {
        background-color: #3b3c45;
    }

@media screen and (min-width: 1080px) {

    /*layout*/

    html {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        min-width: 1080px;
    }

    body {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    /*header*/

    #mobile-menu {
        display: none;
    }

    #desktop-menu {
        width: 100%;
        float: left;
    }

    .menu-logo {
        height: 65px;
        margin: 10px 25px 10px 25px;
        float: left;
    }

    #desktop-nav {
        width: 100%;
        text-align: right;
    }

        #desktop-nav ul {
            text-align: right;
            list-style: none;
            margin: 0;
            margin-top: 10px;
            z-index: 10;
        }

            #desktop-nav ul li {
                display: inline-block;
                position: relative;
                padding: 19px 10px 19px 10px;
                margin: 0 10px 0 10px;
                border-radius: 5px;
                cursor: pointer;
                transition: all ease 0.1s;
                text-align: left;
                vertical-align: middle;
                font-size: 17px;
            }

                #desktop-nav ul li i {
                    color: #00ADD2;
                    position: relative;
                    vertical-align: middle;
                }

                #desktop-nav ul li ul.drop-menu {
                    background-color: #52545D;
                    color: #fff;
                    border-radius: 5px;
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    transition: all 0.1s ease;
                    left: -130px;
                    top: 90%;
                    display: block;
                    text-align: left;
                    min-width: 490px;
                    padding: 10px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-items: baseline;
                }

                    #desktop-nav ul li ul.drop-menu:after {
                        content: " ";
                        position: absolute;
                        left: 190px;
                        top: -15px;
                        border-top: none;
                        border-right: 15px solid transparent;
                        border-left: 15px solid transparent;
                        border-bottom: 15px solid #52545D;
                    }

                    #desktop-nav ul li ul.drop-menu li {
                        clear: both;
                        width: calc(50% - 50px);
                        margin-right: 0;
                        border-radius: 0;
                        font-size: 16px;
                    }

                #desktop-nav ul li ul.flag-menu {
                    background-color: #52545D;
                    color: #fff;
                    border-radius: 5px;
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    transition: all 0.1s ease;
                    right: 0;
                    top: 90%;
                    display: block;
                    text-align: left;
                    padding: 10px;
                    font-size: 16px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-items: baseline;
                }

                    #desktop-nav ul li ul.flag-menu:after {
                        content: " ";
                        position: absolute;
                        right: 30px;
                        top: -15px;
                        border-top: none;
                        border-right: 15px solid transparent;
                        border-left: 15px solid transparent;
                        border-bottom: 15px solid #52545D;
                    }

                    #desktop-nav ul li ul.flag-menu li {
                        clear: both;
                        padding: 10px;
                        margin: 0;
                        border-radius: 0;
                        width: 100%;
                        text-align: center;
                    }

            #desktop-nav ul .menu-flag {
                height: 20px;
                vertical-align: middle;
                border-radius: 2px;
            }

            #desktop-nav ul li:hover > ul,
            ul li ul:hover, #desktop-nav ul li a:focus ~ ul {
                visibility: visible;
                opacity: 1;
                top: 100%;
            }

    .selected-menu {
        visibility: visible !important;
        opacity: 1 !important;
        top: 100% !important;
    }

    .mobile-logo {
        display: none;
    }

    /*content*/
    #content {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .section {
        padding: 2.5rem;
        width: calc(100% - 5rem);
        float: left;
    }

    .article {
        padding: 3.125rem 6rem 3.125rem 6rem;
        width: calc(100% - 12rem);
        float: left;
        background-color: #f7f7f7;
        text-align: left;
    }

    .section-title {
        width: 100%;
    }

    .section-sub-title {
        width: 90%;
        font-size: 20px;
        display: inline-block;
    }

    /*tier-1 head*/
    #tier-one-head {
        padding: 3.125rem;
        height: calc(100vh - 6.250rem - 65px);
        max-height: 1000px;
        min-height: 470px;
        text-align: center;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% auto;
        position: relative;
    }

    #tier-one-head-img {
        width: 50%;
        float: left;
        position: absolute;
    }

        #tier-one-head-img img {
            width: 100%;
        }

    #tier-one-head-option {
        width: 37%;
        text-align: left;
        margin: 0;
        right: 5%;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
    }

    #tier-one-head-option-title {
        margin-bottom: 10px;
    }

    /*tier-2 head*/
    #tier-two-head {
        overflow: hidden;
        text-align: center;
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    #tier-two-logo {
        width: 150px;
    }

    #tier-two-head-title {
        margin-top: 0;
    }

    /*call-us*/
    #foot-call {
        background-color: #00ADD2;
        padding: 30px 10% 30px 10%;
        width: 80%;
    }

    #foot-call-now {
        color: #fff;
        float: left;
        margin: 5px;
    }

    /*footer*/
    footer {
        width: 100%;
        display: table;
        background-color: #fff;
        text-align: center;
    }

        footer #ankle {
            width: 90%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: start;
            margin: 60px 5% 60px 5%;
        }

            footer #ankle .col {
                width: 26%;
                margin: 0 1% 0 1%;
                padding: 0 2% 0 2%;
                text-align: left;
            }

    .col a {
        display: block;
        padding: 0;
    }

    footer #ankle .footer-imgs {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    footer #ankle .footer-img {
        float: left;
        text-align: left;
        margin-left: 35px;
        height: 50px;
    }

        footer #ankle .footer-img h4 {
            font-size: 14px;
            margin: 0;
        }

        footer #ankle .footer-img img {
            height: 100%;
        }

    footer #ankle .footer-icon {
        width: 30px;
        color: #00ADD2;
        float: left;
    }

    footer #ankle .footer-text {
        float: left;
    }

    footer #ankle h3 {
        margin: 15px 0 30px 0;
        color: #00ADD2;
    }

    footer #ankle h4 {
        margin: 15px 0 15px 15px;
    }

    footer #toes {
        width: 100%;
        padding: 5px 0 5px 0;
        font-size: 12px;
        line-height: 16px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
    }

        footer #toes .copy {
            display: inline-block;
            width: 90%;
            text-align: left;
        }
}

@media screen and (max-width: 680px) {

    .form-input {
        max-width: 100%;
        font-size: 18px;
    }

    .form-input-container .form-checkbox .check-label .pay-icon {
        margin-right: 20px;
        float: left;
        height: 30px;
    }

    .form-input-container .slider-values .output {
        font-size: 24px;
    }

    .three-cols-label {
        clear: none !important;
        float: left;
        width: 100%;
        order: 1;
        font-size: 15px !important;
    }

    .three-cols-amount {
        width: 49%;
        max-width: 200px;
        float: left;
        clear: none !important;
        order: 2;
        margin-right: 2%;
        font-size: 15px !important;
    }

    .three-cols-freq {
        width: 49%;
        max-width: 200px;
        clear: none !important;
        order: 3;
        font-size: 15px !important;
    }

    .four-col-labels .col-one {
        width: 66%;
        margin-right: 2%;
        text-align: left;
    }

    .four-col-labels .col-two {
        width: 28%;
        text-align: left;
    }

    .four-col-second {
        order: 3
    }

    .four-col-labels .col-three {
        width: 95%;
        text-align: left;
    }

    .four-cols-label {
        width: 68%;
        margin-right: 2%;
        margin-bottom: 5px;
        order: 1;
    }

    .four-cols-owed {
        width: 30%;
        float: left;
        clear: none !important;
        margin-bottom: 5px;
        order: 2;
    }

    .four-cols-amount {
        width: 30%;
        float: left;
        clear: none !important;
        order: 3;
        margin-right: 2%;
    }

    .four-cols-freq {
        width: 68%;
        float: left;
        clear: none !important;
        order: 4;
    }


    .arrears-container {
        width: 100%;
        order: 4;
    }

    .five-col-labels .col-one {
        width: 66%;
        margin-right: 2%;
        text-align: left;
    }

    .five-col-labels .col-two {
        width: 28%;
        text-align: left;
    }

    .five-col-second {
        order: 3
    }

    .five-col-third {
        order: 4;
    }

    .five-col-labels .col-three {
        width: 95%;
        text-align: left;
    }

    .five-col-labels {
        float:left;
        margin-top: 5px;
    }

    .five-cols-label {
        width: 68%;
        margin-right: 2%;
        margin-bottom: 5px;
        order: 1;
    }

    .five-cols-owed {
        width: 30%;
        float: left;
        clear: none !important;
        margin-bottom: 5px;
        order: 2;
    }

    .five-cols-amount {
        width: 30%;
        float: left;
        clear: none !important;
        order: 3;
        margin-right: 2%;
    }

    .five-cols-freq {
        width: 68%;
        float: left;
        clear: none !important;
        order: 4;
    }

    .five-cols-up {
        width: 100%;
        float: left;
        clear: none !important;
        order: 5;
    }

    .field-validation-error, .field-popup {
        font-size: 14px;
    }

    .custom-remove, .custom-add {
        right: -20px !important;
    }

    .custom-container {
        margin-top: 10px;
    }
}

@media screen and (min-width: 681px) and (max-width: 1080px) {

    .form-input {
        max-width: 100%;
    }

    .form-input-container .form-checkbox .check-label .pay-icon {
        margin-right: 20px;
        float: left;
        height: 30px;
    }

    .form-input-container .slider-values .output {
        font-size: 24px;
    }

    .three-cols-label {
        clear: none !important;
        float: left;
        width: 100%;
        order: 1;
        margin-top: 15px;
    }

    .three-cols-amount {
        width: 49%;
        max-width: 200px;
        float: left;
        clear: none !important;
        order: 2;
        margin-right: 2%;
    }

    .three-cols-freq {
        width: 49%;
        max-width: 200px;
        clear: none !important;
        order: 3;
    }

    .arrears-container {
        width: 100%;
        order: 4;
    }

    .four-col-labels .col-one {
        width: 66%;
        margin-right: 2%;
        text-align: left;
    }

    .four-col-labels .col-two {
        width: 28%;
        text-align: left;
    }

    .four-col-second {
        order: 3
    }

    .four-col-labels .col-three {
        width: 95%;
        text-align: left;
    }

    .four-cols-label {
        width: 68%;
        margin-right: 2%;
        margin-bottom: 5px;
        order: 1;
    }

    .four-cols-owed {
        width: 30%;
        float: left;
        clear: none !important;
        margin-bottom: 5px;
        order: 2;
    }

    .four-cols-amount {
        width: 30%;
        float: left;
        clear: none !important;
        order: 3;
        margin-right: 2%;
    }

    .four-cols-freq {
        width: 68%;
        float: left;
        clear: none !important;
        order: 4;
    }


    .five-col-labels .col-one {
        width: 66%;
        margin-right: 2%;
        text-align: left;
    }

    .five-col-labels .col-two {
        width: 28%;
        text-align: left;
    }

    .five-col-second {
        order: 3
    }

    .five-col-third {
        order: 4
    }

    .five-col-labels .col-three {
        width: 95%;
        text-align: left;
    }

    .five-cols-label {
        width: 68%;
        margin-right: 2%;
        margin-bottom: 5px;
        order: 1;
    }

    .five-cols-owed {
        width: 30%;
        float: left;
        clear: none !important;
        margin-bottom: 5px;
        order: 2;
    }

    .five-cols-amount {
        width: 30%;
        float: left;
        clear: none !important;
        order: 3;
        margin-right: 2%;
    }

    .five-cols-freq {
        width: 68%;
        float: left;
        clear: none !important;
        order: 4;
    }

    .five-cols-up {
        width: 100%;
        float: left;
        clear: none !important;
        order: 5;
    }

    .field-validation-error, .field-popup {
        font-size: 14px;
    }

    .custom-remove, .custom-add {
        right: -20px !important;
    }

    .custom-container {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1080px) {

    .form-input {
        font-size: 22px;
    }

    .form-input-container .form-checkbox .check-label {
        padding-top:0 !important;
    }

    .pay-desc{
        margin-top:7px;
    }

    .form-input-container .form-checkbox .check-label .pay-icon {
        margin-left: 20px;
        float: right;
        height: 35px;
        margin-top: 7px;
    }

    .form-input-container .fixed {
        padding: 13px 0 13px 0;
    }

    .form-input-container .slider-values .output {
        font-size: 32px;
    }

    .three-cols-label {
        float: left;
        font-size: 18px;
        width: 63%;
        order: 1;
    }

    .three-cols-amount {
        width: 16%;
        margin-left: 2%;
        float: left;
        clear: none !important;
        order: 2;
    }

        .three-cols-amount .form-currency-symbol {
            top: 3px !important;
            bottom: auto !important;
        }

    .three-cols-freq {
        width: 17%;
        margin-left: 2%;
        float: left;
        clear: none !important;
        order: 3;
    }

    .afford-container .form-input, .custom-container .form-input {
        font-size: 18px !important;
    }

    .arrears-container {
        width: 100%;
        order: 4;
    }

    .form-input-container .four-cols-owed, .form-input-container .four-cols-amount, .form-input-container .four-cols-freq, .form-input-container .four-cols-label {
        clear: none !important;
        float: right;
        font-size: 18px;
    }

    .four-cols-label {
        width: 45%;
    }

    .four-cols-owed {
        width: 16%;
        margin-left: 2%;
    }

    .four-cols-amount {
        width: 16%;
        margin-left: 2%;
    }

    .four-cols-freq {
        width: 17%;
        margin-left: 2%;
    }

    .form-input-container .five-cols-owed, .form-input-container .five-cols-amount, .form-input-container .five-cols-freq, .form-input-container .five-cols-label {
        clear: none !important;
        float: right;
        font-size: 18px;
    }

    .five-cols-label {
        width: 37%;
    }

    .part-hidden .five-cols-label ::placeholder, .part-hidden .form-currency-symbol {
        color: #b7bbcf !important;
    }

    .five-cols-owed {
        width: 16%;
        margin-left: 2%;
    }

    .five-cols-amount {
        width: 16%;
        margin-left: 2%;
    }

    .five-cols-freq {
        width: 15%;
        margin-left: 2%;
    }

    .five-cols-up {
        width: 8%;
        margin-left: 2%;
        clear: none !important;
    }

    .five-cols-up .form-checkbox {
        margin-top: 5px !important;
    }

    .field-validation-error, .field-popup {
        font-size: 16px;
    }
}

form {
    width: 100%;
    display: inline-block;
}

.form-title {
    float: left;
    margin: 10px 0 10px 0;
}

.form-input-container {
    display: inline-block;
    float: left;
    clear: left;
    padding: 10px 0 10px 0;
    position: relative;
    width: 100%;
    text-align: left;
}

    .form-input-container .multi-column {
        clear: none !important;
    }

    /*Labels*/
    .form-input-container label {
        display: block;
        float: left;
        text-align: left;
        font-weight: 600;
    }

    .form-input-container .label, .form-switch .label {
        width: 100%;
        display: inline-block;
        float: left;
        text-align: left;
    }

    .form-input-container .side-label {
        padding: 13px 10px 13px 0;
    }

    /*General Inputs*/
    .form-input-container .form-input {
        display: block;
        float: left;
        clear: left;
        position: relative;
    }

    .form-input-container input[type=text], .form-input-container input[type=number], .form-input-container input[type=date], .form-input-container input[type=email], .form-input-container textarea, .form-input-container select {
        border-radius: 5px;
        padding: 10px 40px 10px 10px;
        float: left;
        font-size: inherit;
        font-family: inherit;
        line-height: 32px;
        color: #52545D;
        border: 1px solid rgba(0, 0, 0, 0.00);
        border: 1px solid #c7c7c7;
        background-color: #f5f5f5;
        width: calc(100% - 50px);
        max-width: calc(100% - 50px);
        min-width: calc(100% - 50px);
        min-height: 30px;
    }

    .form-input-container input[type=number], .form-input-container select {
        padding-right: 10px !important;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        min-width: calc(100% - 20px);
    }

        .form-input-container input[type=text]:focus, .form-input-container input[type=number]:focus, .form-input-container input[type=date]:focus, .form-input-container input[type=email]:focus, .form-input-container textarea:focus {
            background-color: #e9e8e8;
            border: 1px solid #52545D;
            outline: none;
        }

            .form-input-container input:focus + i, .form-input-container textarea:focus + i {
                color: #52545D;
            }

.form-input i {
    position: absolute;
    right: 15px;
    bottom: 18px;
    color: #c7c7c7;
    pointer-events: none;
}

.form-input .icon {
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 18px;
    color: #c7c7c7;
}

/*Currency*/
.form-input-container .form-currency-input {
    padding-left: 30px !important;
    padding-right: 10px !important;
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    min-width: calc(100% - 40px) !important;
}

.form-input-container .form-currency-symbol {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-weight: 600;
    font-size: 28px;
    color: #52545D;
}

/*Select*/
.form-input-container select {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select::-webkit-calendar-picker-indicator {
    display: none;
}

/*Date Field*/

input[type="text"]::-webkit-calendar-picker-indicator {
    display: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    top: 18px;
}

input[type="date"]::-webkit-inner-spin-button {
    position: absolute;
    right: 40px;
}

input[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

.ui-datepicker {
    z-index: 1000 !important;
}

/*Checkbox*/
.form-input-container .form-checkbox {
    display: block;
    width: 100%;
    float: left;
    clear: left;
    position: relative;
    margin: 10px 0 20px 0;
}

.form-input-container .check-wrapper {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    margin: 0;
    width: calc(100% - 40px);
    background-color: #f6f3f3;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
}

.form-input-container .form-checkbox input {
    position: absolute;
    opacity: 0;
}

.form-input-container .form-checkbox .check-mark {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #52545D;
}

.form-input-container .form-checkbox .check-label {
    display: inline-block;
    padding-top: 7px;
    width: calc(100% - 90px);
    margin-left: 70px;
}

.form-checkbox input:checked ~ .check-mark:after {
    display: block;
}

.form-input-container input:checked ~ .check-mark {
    background-color: #00ADD2;
}

.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.form-input-container .form-checkbox .check-mark:after {
    left: 13px;
    top: 5px;
    width: 8px;
    height: 18px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pay-icon img {
    height: 100%;
}

.pay-desc {
    display: inline-block;
}

/*Range Slider*/

.range-container {
    text-align: center;
}

.form-input-container .form-range-input {
    display: inline-block;
    position: relative;
}

    .form-input-container .form-range-input input[type=number] {
        text-align: center !important;
    }

.form-input-container input[type=range] {
    -webkit-appearance: none;
    width: 95%;
    margin: 10px 2.5% 5px 2.5%;
    background: none;
    position: relative;
    float: left;
}

    .form-input-container input[type=range]:focus-visible {
        outline: #000 solid 3px !important;
    }

    .form-input-container input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 20px;
        cursor: pointer;
        background: #e5e5e5;
        border-radius: 15px;
    }

    .form-input-container input[type=range]::-webkit-slider-thumb {
        height: 35px;
        width: 10px;
        border-radius: 50px;
        background: #52545D;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -8px;
    }

.form-input-container .slider-values {
    width: 100%;
}

    .form-input-container .slider-values tr {
        width: 100%;
    }

    .form-input-container .slider-values td {
        width: 33%;
        color: #fff;
    }

    .form-input-container .slider-values .min {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
    }

    .form-input-container .slider-values .max {
        text-align: right;
        font-size: 14px;
        font-weight: 600;
    }

    .form-input-container .slider-values .output {
        font-weight: 600;
        color: #00ADD2;
        text-align: center;
    }

input[type=range]::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    background: #e5e5e5;
    border-radius: 15px;
    border: none;
    color: transparent;
}

input[type=range]::-ms-thumb {
    height: 20px !important;
    width: 20px !important;
    border-radius: 20px !important;
    background: #52545D;
    cursor: pointer;
    -webkit-appearance: none;
    cursor: hand;
    margin-top: -0px !important;
}

input[type=range]::-ms-fill-lower {
    background: gray;
    border-radius: 15px 0 0 15px;
}

/*Toggle Slider*/

.form-switch {
    width: auto;
    display: inline-block;
    float: left;
    clear: left;
    padding: 0;
    position: relative;
}

.toggle {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 110px;
    padding: 3px;
    float: left;
    clear: left;
    margin: 5px 0 10px 0;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: content-box;
}

.toggle-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.toggle-label {
    position: relative;
    display: block;
    height: inherit;
    font-weight: 600;
    background: #52545D;
    border-radius: inherit;
    box-sizing: content-box;
    transition: All 0.3s ease;
    transition: width 0s;
}

    .toggle-label:before, .toggle-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .toggle-label:before {
        content: attr(data-off);
        right: 13px;
        color: #fff;
    }

    .toggle-label:after {
        content: attr(data-on);
        left: 11px;
        color: #fff;
        opacity: 0;
    }

.toggle-input:checked ~ .toggle-label {
    background: #00ADD2;
}

    .toggle-input:checked ~ .toggle-label:before {
        opacity: 0;
    }

    .toggle-input:checked ~ .toggle-label:after {
        opacity: 1;
    }

.toggle-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 5px;
    transition: All 0.3s ease;
}

.toggle-input:checked ~ .toggle-handle {
    left: 75px;
}

/*Form Buttons*/

form .back-button {
    float: left;
}

form .button {
    float: right;
}

/*Validation Error*/

.input-validation-error, .custom-validation-error {
    color: #E92900 !important;
    border-color: #E92900 !important;
}

    .input-validation-error ~ i, .custom-validation-error ~ i {
        color: #E92900 !important;
    }

.field-validation-error {
    visibility: visible;
    position: absolute;
    left: 0;
    bottom: -60px;
    white-space: nowrap;
    background: #E92900;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    z-index: 15;
    transition: visibility 1s ease;
}

    .field-validation-error:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #E92900;
        position: absolute;
        top: -10px;
    }

.custom-error {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    top: -10px !important;
}

/*Field popup*/
.field-popup {
    visibility: visible;
    position: absolute;
    left: 0;
    bottom: -60px;
    white-space: nowrap;
    background: #00ADD2;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    z-index: 15;
    transition: visibility 1s ease;
}

    .field-popup:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #00ADD2;
        position: absolute;
        top: -10px;
    }

/*misc*/

.input-blank, input:disabled {
    -webkit-appearance: none;
    background: none;
    color: inherit;
    border: none;
    max-width: 90px;
    text-shadow: inherit;
    font-weight: inherit;
    font-size: inherit;
}

/*Affordability forms*/

.custom-container, .afford-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-container, .spacer10 {
    order: 2;
}

    .afford-container .form-input, .custom-container .form-input {
        height: 54px;
    }

.custom-add {
    display: none;
}

.part-hidden .custom-add {
    display: block !important;
}

.part-hidden .custom-remove {
    display: none;
}

.custom-remove, .custom-add {
    position: absolute;
    top: 22px;
    right: -25px;
    color: #b7bbcf;
    cursor: pointer;
}


.part-hidden input[type=text], .part-hidden input[type=number], .part-hidden input[type=date], .part-hidden input[type=email], .part-hidden textarea, .part-hidden select {
    border-radius: 5px;
    padding: 10px;
    float: left;
    font-size: inherit;
    font-family: inherit;
    line-height: 32px;
    color: #b7bbcf;
    border: 1px solid #f3f1f1;
    background-color: #fcfcfc;
    min-height: 30px;
    transition: all 0.2s ease;
}

.form-input-custom {
    float: left;
    clear: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.custom-container {
    display: flex;
    flex-direction: row;
}

    .custom-container input {
        min-width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
        padding-right: 10px !important;
    }

[data-group-head="1"] {
    order: 1;
}

[data-group-head="2"] {
    order: 2;
}

[data-group-head="3"] {
    order: 3;
}

[data-group-head="4"] {
    order: 4;
}

[data-group-head="5"] {
    order: 5;
}

[data-group-head="6"] {
    order: 6;
}

[data-group-head="7"] {
    order: 7;
}

[data-group-head="8"] {
    order: 8;
}

[data-group-head="9"] {
    order: 9;
}

[data-group-head="10"] {
    order: 10;
}

/*Headers*/
.four-col-labels {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

    .four-col-labels div {
        display: inline-block;
        text-align: left;
    }

    .four-col-labels .col-one {
        width: 45%;
    }

    .four-col-labels .col-two {
        width: 16%;
        margin-left: 2%;
    }

    .four-col-labels .col-three {
        width: 15%;
        margin-left: 1%;
    }

    .four-col-labels .col-four {
        width: 16%;
        margin-left: 2%;
    }

.five-col-labels {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}

    .five-col-labels div {
        display: inline-block;
        text-align: left;
    }

    .five-col-labels .col-one {
        width: 37%;
    }

    .five-col-labels .col-two {
        width: 16%;
        margin-left: 2%;
    }

    .five-col-labels .col-three {
        width: 15%;
        margin-left: 1%;
    }

    .five-col-labels .col-four {
        width: 14%;
        margin-left: 2%;
    }

    .five-col-labels .col-five {
        width: 8%;
        margin-left: 2%;
    }

/*Three columns*/

.part-hidden .three-cols-label ::placeholder, .part-hidden .form-currency-symbol {
    color: #b7bbcf !important;
}

.three-cols-freq select {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
}

.arrears {
    width: 100%;
    height: auto !important;
}

/*Five columns*/

.five-cols-freq select {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
}

@media all and (-ms-high-contrast:none) {

    #process-right {
        position: relative !important;
        float: right !important;
        right: 0 !important;
        top: 0 !important;
    }

    .form-input i {
        bottom: 16px;
    }

    .form-input-container .form-currency-symbol {
        bottom: 4px;
    }

    select::-ms-expand {
        display: none;
    }

    .info-message {
        box-shadow: none !important;
    }

    select{
        padding:13px !important;
    }

    .info-message:after{
        display: none;
    }

    #desktop-nav ul li ul.drop-menu:after {
        display: none;
    }
}
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) {

    #process-progress, #amount-calc-slider, .slider-values {
        display: none;
    }

    select::-ms-expand {
        display: none;
    }

    .tier, .tier-4, .tier-team, .tier-faq, footer #ankle {
        display: inline-block;
    }

        footer #ankle .col {
            float: left;
        }

        footer #ankle .footer-imgs {
            clear: left;
        }

    img{
        border: none;
    }

    .info-message:after {
        display: none;
    }

    #desktop-nav ul li ul.drop-menu:after {
        display: none;
    }

    #process-right {
        position: relative !important;
        float: right !important;
        right: 0 !important;
        top: 0 !important;
    }
}
.info {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 0;
    z-index: 10;
}

.info-message {
    padding: 15px;
    right: 0;
    position: absolute;
    opacity: 0;
    line-height: 1.6;
    visibility: hidden;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    background-color: #52545D;
    box-shadow: 1px 1px 1px 1px #52545D;
    z-index: 1000;
    transition: all ease 0.2s;
}

.info:hover .info-message, .info:focus .info-message, .info-custom:hover .info-message, .info-custom:focus .info-message {
    visibility: visible;
    opacity: 1;
}

.info-message:after {
    content: " ";
    position: absolute;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

@media screen and (max-width: 680px) {

    .info-message {
        width: 220px;
        font-size: 14px;
    }
}

@media screen and (min-width: 681px) {
    .info {
        position: relative;
    }

    .info-message {
        width: 350px;
    }

    .info-custom .info-message {
        left: 60px !important;
        bottom: 30px !important;
    }

    /*Bottom Left*/
    .info .bottom-left {
        top: 28px;
        right: -10px;
    }

    .info:hover .bottom-left {
        top: 30px;
    }

    .info .bottom-left:after {
        top: -10px;
        right: 10px;
        border-bottom: 10px solid #52545D;
    }

    /*Top Right*/
    .info .top-right {
        bottom: 28px;
        left: -10px;
    }

    .info:hover .top-right {
        bottom: 30px;
    }

    .info .top-right:after {
        bottom: -10px;
        left: 10px;
        border-top: 10px solid #52545D;
    }
}

@media screen and (min-width: 1080px) {

    .info-message {
        font-size: 16px;
    }
}

.spacer10 {
    width: 100%;
    height: 10px;
    clear: left;
}

.spacer20 {
    width: 100%;
    height: 20px;
    clear: left;
}

.spacer30 {
    width: 100%;
    height: 30px;
    clear: left;
}

.spacer40 {
    width: 100%;
    height: 40px;
    clear: left;
}

.spacer50 {
    width: 100%;
    height: 50px;
    clear: left;
}

.spacer60 {
    width: 100%;
    height: 60px;
    clear: left;
}

.spacer70 {
    width: 100%;
    height: 70px;
    clear: left;
}

.vspacer10 {
    width: 10px;
    height: 10px;
    float: left;
    display: inline-block;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.link {
    color: #00ADD2;
    font-weight: 600;
    cursor: pointer;
}

.uline {
    text-decoration: underline;
}

.hide {
    display: none;
}

.invisible {
    opacity: 0 !important;
}

:focus:not(.focus-visible) {
    outline: none;
}

.focused div[tabindex]:focus, .focused img[tabindex]:focus, .focused span[tabindex]:focus, .focused i[tabindex]:focus, .focused input:focus, .focused a:focus, .focused textarea:focus, .focused select:focus, .focused button:focus, .focused .info:focus i, .focused input:focus ~ .check-mark, .focused .toggle input:focus ~ .toggle-label {
    outline: #000 dashed 3px !important;
}

.focused ul li ul li a:focus {
    outline: #fff dashed 3px !important;
}

@media screen and (max-width: 680px) {
    .mobile-hide {
        display: none;
    }
}

@media screen and (min-width: 681px) and (max-width: 1079px) {
    .tablet-hide {
        display: none;
    }
}

@media screen and (min-width: 1080px) {
    .desktop-hide {
        display: none;
    }
}

@media screen and (max-width: 680px) {

    /*layout*/

    html {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    body {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    /*header*/

    header {
        display: none;
    }

    #mobile-menu {
        padding: 0;
        margin: 0;
        width: 40px;
        right: 0;
        height: 60px;
        position: fixed;
        text-align: center;
        font-size: 35px;
        z-index: 2000;
    }

        #mobile-menu .menu-icon {
            color: #fff;
            display: block;
            width: 30px;
            background-color: #00ADD2;
            height: 30px;
            padding: 7.5px;
            font-size: 23px;
            position: absolute;
            top: 0;
            right: 0;
        }

        #mobile-menu .container {
            display: inline-block;
            cursor: pointer;
        }

        #mobile-menu .bar1, .bar2, .bar3 {
            width: 24px;
            height: 3px;
            background-color: #fff;
            margin: 5px 0;
            transition: 0.4s;
        }

        #mobile-menu mark {
            background-color: #00ADD2;
            color: #fff;
            padding: 6px;
        }

    .mm-opening .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 4px);
        transform: rotate(-45deg) translate(-6px, 4px);
    }

    .mm-opening .bar2 {
        opacity: 0;
    }

    .mm-opening .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -6px);
        transform: rotate(45deg) translate(-6px, -6px);
    }

    nav {
        display: none;
    }

        nav .menu-flag {
            height: 20px;
            vertical-align: middle;
            border-radius: 2px;
        }

    .mobile-logo {
        float: left;
        padding: 0;
        overflow: hidden;
        width: 100%;
        text-align: left;
        background-color: #fff;
        position: relative;
    }

        .mobile-logo img {
            height: 40px;
            margin: 10px 10px 0 10px;
        }

    /*content*/
    #content {
        width: 100%;
        text-align: center;
        background-color: #fff;
    }

    .section {
        padding: 1rem;
        width: calc(100% - 2rem);
        float: left;
    }

    .article {
        padding: 1rem 2rem 1rem 2rem;
        width: calc(100% - 4rem);
        float: left;
        background-color: #f7f7f7;
        text-align: left;
    }

    .section-title {
        width: 100%;
    }

    .section-sub-title {
        width: 100%;
        display: inline-block;
    }

    /*tier-1 head*/

    #tier-one-head {
        float: left;
        padding: 0 0 1rem 0;
        overflow: hidden;
        width: 100%;
        text-align: center;
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #tier-one-head-img {
        width: 100%;
        order: 2;
        flex-shrink: 0;
    }

        #tier-one-head-img img {
            width: 100%;
        }

    #tier-one-head-option {
        width: 90%;
        text-align: center;
        order: 1;
        flex-shrink: 0;
    }

    #tier-one-head-option-title {
        margin-bottom: 10px;
    }

    /*tier-2 head*/
    #tier-two-head {
        overflow: hidden;
        text-align: center;
        background-color: #fff;
        width: 90%;
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }

    #tier-two-logo {
        width: 150px;
    }

    #tier-two-head-title {
        margin-top: 0;
    }

    /*call-us*/
    #foot-call {
        background-color: #52545D;
        padding: 1rem 5% 1rem 5%;
        width: 90%;
    }

    #foot-call-now {
        color: #fff;
        float: left;
        margin: 5px;
    }

    #foot-call h3 {
        font-size: 20px !important;
        padding-bottom: 5px;
    }

    /*footer*/
    footer {
        width: 100%;
        display: table;
        background-color: #fff;
        text-align: center;
    }

        footer #ankle {
            width: 90%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: start;
            margin: 1rem 5% 1rem 5%;
        }

            footer #ankle .col {
                width: 100%;
                text-align: left;
            }

    .col a {
        display: block;
        padding: 0;
    }

    footer #ankle .footer-imgs {
        width: 100%;
        text-align: left;
        margin-top: 20px;
        display: inline-block;
        float: left;
    }

    footer #ankle .footer-img {
        float: left;
        text-align: left;
        margin-left: 35px;
    }

        footer #ankle .footer-img h4 {
            font-size: 14px;
            margin: 0;
        }

        footer #ankle .footer-img img {
            height: 40px;
        }

    footer #ankle .footer-icon {
        width: 30px;
        color: #00ADD2;
        float: left;
    }

    footer #ankle .footer-text {
        float: left;
    }

    footer #ankle h3 {
        margin: 15px 0 30px 0;
        color: #00ADD2;
    }

    footer #ankle h4 {
        margin: 15px 0 15px 15px;
    }

    footer #toes {
        width: 100%;
        padding: 5px 0 5px 0;
        font-size: 11px;
        line-height: 16px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
    }

        footer #toes .copy {
            display: inline-block;
            width: 90%;
            text-align: left;
        }
}

@media screen and (max-width: 680px) {

    .modal-content .icon {
        font-size: 110px;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }

    .modal-content h2 {
        margin: 40px 0 0px 0;
        font-size: 28px;
        line-height: 1.0;
    }

    .modal-content .img img {
        width: 100px;
    }

    .modal-content {
        padding: 2rem;
        width: calc(95% - 4rem);
        font-size: 14px;
    }
}

@media screen and (min-width: 681px) {

    .modal-content .icon {
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 190px;
        width: 180px;
        height: 180px;
        border-radius: 180px;
    }

    .modal-content h2 {
        margin: 70px 0 20px 0;
        line-height: 1.3;
    }

    .modal-content .img img {
        width: 150px;
    }

    .modal-content {
        padding: 3.125rem;
        width: calc(90% - 6.25rem);
    }
}
    .modal {
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.7);
    }

.modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 52%;
    transform: translateY(-50%);
    border-radius: 5px;
    text-align: center;
    position: relative;
    font-size: 16px;
}

        .modal-content .icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin: 0 auto;
            line-height: 0;
            overflow: hidden;
            background-color: #fff;
        }

            .modal-content .icon i {
                margin: 0 auto;
                position: absolute;
                top: -5px;
                left: -5px;
            }

        .modal-content .img {
            position: absolute;
            top: 40px;
            left: 50%;
            transform: translateX(-50%);
        }

        .modal-content .fa-times-circle {
            color: #E92900;
        }

        .modal-content .fa-check-circle {
            color: #63dd7c;
        }

        .modal-content .fa-info-circle {
            color: #fce14c;
        }

        .modal-content .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            position: absolute;
            top: 5px;
            right: 20px;
        }

            .modal-content .close:hover,
            .modal-content .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
            }

        .modal-content p {
            white-space: pre-line;
        }

/*No JS*/
#js-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #52545D;
    z-index: 100000001;
    transition: opacity 0.5s ease-out;
    text-align: center;
}

.js-section {
    width: 80%;
    text-align: center;
    top: 35%;
    line-height: 34px;
    z-index: 1000000;
    position: absolute;
    left: 10%;
    color: #fff;
    font-size: 22px;
}
@media screen and (min-width: 681px) and (max-width: 1080px) {

    /*layout*/

    html {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        min-width: 680px;
    }

    body {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    /*header*/

    header {
        width: 100%;
        display: inline-block;
    }

    #desktop-menu {
        width: 100%;
        float: left;
        background-color: #fff;
    }

    .menu-logo {
        height: 35px;
        padding: 5px 20px 0 20px;
        float: left;
    }

    #desktop-nav {
        width: 100%;
        text-align: right;
    }

        #desktop-nav ul {
            text-align: right;
            list-style: none;
            margin: 0;
            margin-top: 10px;
            z-index: 10;
        }

            #desktop-nav ul li {
                display: inline-block;
                position: relative;
                padding: 5px 5px 5px 5px;
                margin: 0 10px 0 10px;
                border-radius: 5px;
                cursor: pointer;
                transition: all ease 0.1s;
                text-align: left;
                vertical-align: middle;
            }

                #desktop-nav ul li i {
                    color: #00ADD2;
                    position: relative;
                    vertical-align: middle;
                }

                #desktop-nav ul li ul.drop-menu {
                    background-color: #52545D;
                    color: #fff;
                    border-radius: 5px;
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    transition: all 0.4s ease;
                    left: -130px;
                    top: 90%;
                    display: block;
                    text-align: left;
                    min-width: 410px;
                    padding: 10px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-items: baseline;
                }

                    #desktop-nav ul li ul.drop-menu:after {
                        content: " ";
                        position: absolute;
                        left: 190px;
                        top: -15px;
                        border-top: none;
                        border-right: 15px solid transparent;
                        border-left: 15px solid transparent;
                        border-bottom: 15px solid #52545D;
                    }

                    #desktop-nav ul li ul.drop-menu li {
                        clear: both;
                        width: calc(50% - 50px);
                        margin-right: 0;
                        border-radius: 0;
                    }

                #desktop-nav ul li ul.flag-menu {
                    background-color: #52545D;
                    color: #fff;
                    border-radius: 5px;
                    visibility: hidden;
                    opacity: 0;
                    position: absolute;
                    transition: all 0.4s ease;
                    right: 0;
                    top: 90%;
                    display: block;
                    text-align: left;
                    padding: 10px;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-items: baseline;
                }

                    #desktop-nav ul li ul.flag-menu:after {
                        content: " ";
                        position: absolute;
                        right: 18px;
                        top: -15px;
                        border-top: none;
                        border-right: 15px solid transparent;
                        border-left: 15px solid transparent;
                        border-bottom: 15px solid #52545D;
                    }

                    #desktop-nav ul li ul.flag-menu li {
                        clear: both;
                        padding: 15px;
                        margin: 0;
                        border-radius: 0;
                        width: 100%;
                        text-align: center;
                    }

            #desktop-nav ul .menu-flag {
                height: 15px;
                vertical-align: middle;
                border-radius: 2px;
            }

            #desktop-nav ul li:hover > ul,
            ul li ul:hover, #desktop-nav ul li a:focus ~ ul {
                visibility: visible;
                opacity: 1;
                top: 100%;
            }

    .selected-menu {
        visibility: visible !important;
        opacity: 1 !important;
        top: 100% !important;
    }

    .mobile-logo {
        display: none;
    }

    /*content*/
    #content {
        width: 100%;
        text-align: center;
    }

    .section {
        padding: 1.5rem;
        width: calc(100% - 3rem);
        float: left;
        position: relative;
    }

    .article {
        padding: 1.5rem 3rem 1.5rem 3rem;
        width: calc(100% - 6rem);
        float: left;
        background-color: #f7f7f7;
        text-align: left;
    }

    .section-title {
        width: 100%;
    }

    .section-sub-title {
        width: 90%;
        font-size: 16px;
        display: inline-block;
    }

    /*tier-1 head*/
    #tier-one-head {
        width: 100%;
        overflow: hidden;
        max-height: 450px;
        text-align: center;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% auto;
        position: relative;
    }

    #tier-one-head-img {
        width: 48%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        #tier-one-head-img img {
            width: 100%;
        }

    #tier-one-head-option {
        width: 40%;
        text-align: left;
        margin: 0;
        margin-right: 2%;
        float: right;
    }

    #tier-one-head-option-title {
        margin-bottom: 10px;
    }

    /*tier-2 head*/
    #tier-two-head {
        overflow: hidden;
        text-align: center;
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    #tier-two-logo {
        width: 150px;
    }

    #tier-two-head-title {
        margin-top: 0;
    }

    /*call-us*/
    #foot-call {
        background-color: #00ADD2;
        padding: 20px 5% 20px 5%;
        width: 90%;
    }

    #foot-call-now {
        color: #fff;
        margin: 5px;
    }

    #foot-call h3 {
        font-size: 20px !important;
    }

    /*footer*/
    footer {
        width: 100%;
        display: table;
        background-color: #fff;
        text-align: center;
    }

        footer #ankle {
            width: 95%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: start;
            margin: 30px 2.5% 30px 2.5%;
        }

            footer #ankle .col {
                width: 31%;
                margin: 0 1% 0 1%;
                text-align: left;
            }

    .col a {
        display: block;
        padding: 0;
    }

    footer #ankle .footer-imgs {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    footer #ankle .footer-img {
        float: left;
        text-align: left;
        margin-left: 15px;
        height: 30px;
    }

        footer #ankle .footer-img h4 {
            margin: 0;
            font-size: 11px;
        }

        footer #ankle .footer-img img {
            height: 100%;
        }

    footer #ankle .footer-icon {
        width: 25px;
        color: #00ADD2;
        float: left;
    }

    footer #ankle .footer-text {
        float: left;
    }

    footer #ankle h3 {
        margin: 15px 0 20px 0;
        color: #00ADD2;
    }

    footer #ankle h4 {
        margin: 15px 0 15px 15px;
    }

    footer #toes {
        width: 100%;
        padding: 5px 0 5px 0;
        font-size: 11px;
        line-height: 15px;
        background-color: #fff;
        text-align: center;
        display: inline-block;
    }

        footer #toes .copy {
            display: inline-block;
            width: 90%;
            text-align: left;
        }
}

/*outer*/
#wChat {
    padding: 10px 20px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all ease 0.3s;
    background-color: #00ADD2;
    box-shadow: 1px 2px 6px 1px #d7d4d4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
}

    #wChat i {
        font-size: 40px;
    }

#wChatWindow {
    position: fixed;
    height: 90vh;
    min-height: 300px;
    max-height: 700px;
    width: 400px;
    max-width: calc(100% - 20px);
    right: 10px;
    bottom: 10px;
    z-index: 11;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.wchat-show {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all ease 0.3s;
}

.wchat-hide {
    opacity: 0 !important;
    visibility: hidden;
    transition: all ease 0.3s;
}

#wChatClose {
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
    right: 20px;
    top: 25px;
    position: absolute;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

/*inner*/
html, body {
    height: 100%
}

body {
    margin: 0;
}

#innerWindow {
    left: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
    height: calc(100% - 1rem);
    width: calc(100% - 1rem);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    max-height: 670px;
}

    .chat-header {
        width: 100%;
        height: 60px;
        padding: 10px 0 10px 0;
        background-color: #00ADD2;
        color: #fff;
        position: relative;
    }

        .chat-header img {
            width: 60px;
            vertical-align: middle;
            margin: 0 10px 0 10px;
        }

    #wChatHeaderUnavail {
        display: none;
    }

.wChatTitle {
    width: calc(100% - 9
    0px);
    height: 35px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.wChatSubTitle {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
}

#webchat {
    height: calc(100% - 81px);
    overflow: auto;
}

/*Start form*/
.start-form {
    padding: 0 5%;
    width: 90%;
    background-color: #f7f7f7;
    height: 100%;
    overflow:auto;
}

.pre-chat-form {
    padding: 0 5%;
    width: 90%;
}

#webchat .modal{
    position: absolute !important;
}

/*tasks*/

#home-tasks {
    background-color: #f7f7f7;
}

.webchat-widgets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
}

.webchat-widget {
    width: 92%;
    margin: 0px 0% 10px 0%;
    padding: 10px 4% 10px 4%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 6px 1px #eaeaea;
    text-align: center;
}

    .webchat-widget:hover {
        cursor: pointer;
        box-shadow: 3px 4px 8px 2px #eaeaea;
        transition: all ease 0.3s;
    }

.widget-logo {
    height: 50px;
    margin: 0 10px 0 0;
    float:left;
}

.widget-title {
    margin: 12px 0 0 10px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    float: left;
}

a.webchat-widget i {
    float: right;
    color: #e1e1e1;
    font-size: 25px;
    margin-top: 12px;
    margin-right: 10px;
}

.webchat-widget p {
    margin: 5px 0;
    float: left;
}

.webchat-widget button {
    margin: 0;
    margin-top:10px;
}

