*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.heading-section .heading{
    font-family: OpenSansLight,Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 46px;
    margin-top: 57px;
    color: #444;
    font-weight: lighter;
}
.logged-state {
    display: none;
}
p.register-message {
    display: none;
}
input.btn.grey.right {
    color: #fff;
    background-color: #0075C9;
}
section.section-tab-content.section-marathon-background {
    display: none;
}
.overlay-single-benefits{
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    margin-bottom: -5em;
    position: absolute;
    bottom: 5em;
    left: 0;
    background-color: rgb(0 0 0 / 28%) !important;
    z-index: 3;
}

.content-section .content{
    line-height: 22px;
    font-size: 14px;
    margin-top: 22px;
}
.logged-state .content-section {
    line-height: 10px;
    font-size: 14px;
    margin-bottom: 35px;
}

button.btn-login.login_required {
    text-align: center;
    color: #fff;
    background-color: #0075C9;
    border: none;
    width: 185px;
    height: 37px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 30px;
}

.infographic-section {
    width: 100%;
    background-color: #ebebeb;
    position: relative;
    margin-top: 58px;
}

.infographic-section .mobile-img{
    display: none;
    max-width: 336px;
    width: 100%;
    position: relative;
}
.infographic-section .desktop-img{
    width: 100%;
}
.faq-section{
    margin-top: 93px ;
}

.infographic-section .heading{
    font-family: OpenSansLight,Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 46px;
    position: relative;
    color: #444;
    font-weight: lighter;
    padding-top: 40px;
}

.description{
    font-size: 14px;
    margin-top: -27px;
}
ul.ul-faq {
    font-size: 14px;
    left: 13px;
    position: relative;
    color: black;
    list-style: disc;
}


img.sctm-up-chevron{
    width: 14px;
    position: relative;
    top: -31px;
    left: 38em;
    transition: max-height 0.5s ease-out
}

.accordion {
    cursor: pointer;
    background-color: #fff;
    padding: 18px;
    color: #0075C9;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
    left: -15px;
}

.accordion-item.active .sctm-up-chevron{
    transform: scale(-1) translateY(5px);
}
.sub-li{
    position: relative;
    left: 18px;
}
.sctm-expire{
    color: #000;
}

.disclaimer{
    margin-top: 35px;
    position: relative;
    left: 3px;
    font-size: 14px;
    margin-bottom: 39px;
}

.tcs-link{
    text-decoration: underline;
}
@media only screen and (max-width: 1920px){
    section.section-sctm {
        position: relative;
    }
    #issue-login{
        position: relative;
        left: 2px;
        font-weight: bold;
        width: 185px;
        text-align: center;
        font-size: 14px;
        top: 17px;
    }

}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
    section.section-sctm {
        position: relative;
        left: -79px;
    }

    #issue-login {
        position: relative;
        left: 2px;
        font-weight: bold;
        width: 185px;
        text-align: center;
        font-size: 14px;
        top: 17px;
    }

}
@media only screen and (max-width: 1442px) {
    section.section-sctm {
        position: relative;
        left: -9px;
    }

    #issue-login {
        position: relative;
        left: 2px;
        font-weight: bold;
        width: 185px;
        text-align: center;
        font-size: 14px;
        top: 17px;
    }

    @media only screen and (max-width: 428px) {

        img.sctm-up-chevron {
            width: 14px;
            position: relative;
            top: -34px;
            left: 353px;
            transition: max-height 0.5s ease-out;
        }
        a#sctmLogin {
            position: relative;
            left: 133px;
        }

        .infographic-section {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-color: #ebebeb;
            position: relative;
            top: 58px;
            width: 100%;
        }

        .accordion {
            cursor: pointer;
            background-color: #fff;
            padding: 18px;
            color: #0075C9;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            position: relative;
            left: -15px;
        }
    }
    @media only screen and (min-width: 410px) and (max-width: 413px) {

        img.sctm-up-chevron {
            width: 14px;
            position: relative;
            top: -34px;
            left: 353px;
            transition: max-height 0.5s ease-out;
        }
        a#sctmLogin {
            position: relative;
            left: 130px;
        }

        .infographic-section {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-color: #ebebeb;
            position: relative;
            top: 58px;
            width: 100%;
        }

        .accordion {
            cursor: pointer;
            background-color: #fff;
            padding: 18px;
            color: #0075C9;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            position: relative;
            left: -15px;
        }
    }
    @media only screen and (min-width: 388px) and (max-width: 392px) {

        img.sctm-up-chevron {
            width: 14px;
            position: relative;
            top: -34px;
            left: 324px;
            transition: max-height 0.5s ease-out;
        }
        a#sctmLogin {
            position: relative;
            left: 118px;
        }

        .infographic-section {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-color: #ebebeb;
            position: relative;
            top: 58px;
            width: 100%;
        }

        .accordion {
            cursor: pointer;
            background-color: #fff;
            padding: 18px;
            color: #0075C9;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            position: relative;
            left: -15px;
        }
    }
    @media only screen and  (max-width: 375px) {

        img.sctm-up-chevron {
            width: 14px;
            position: relative;
            top: -34px;
            left: 298px;
            transition: max-height 0.5s ease-out;
        }
        a#sctmLogin {
            position: relative;
            left: 113px;
        }

        .infographic-section {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-color: #ebebeb;
            position: relative;
            top: 58px;
            width: 100%;
        }

        .accordion {
            cursor: pointer;
            background-color: #fff;
            padding: 18px;
            color: #0075C9;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            position: relative;
            left: -15px;
        }
    }
    @media only screen and (min-width: 359px) and (max-width: 361px) {

        .infographic-section {
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-color: #ebebeb;
            position: relative;
            top: 58px;
            width: 100%;
        }
        a#sctmLogin {
            position: relative;
            left: 107px;
        }

        .accordion {
            cursor: pointer;
            background-color: #fff;
            padding: 18px;
            color: #0075C9;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            position: relative;
            left: -15px;
        }
    }
}
