/*General Solution Style*/
/*Tracking layer button*/
.embed-responsive {
    position: relative;
}

.video-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .video-layer:hover {
        opacity: 1;
    }

    .video-layer img {
        position: absolute;
        width: 68px;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

/*Youtube submit form*/
.form-vdo-tracking,
.form-vdo-tracking-2,
.form-vdo-tracking-3 {
    display: none;
}

.video-info .category,
.video-info .duration {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #A1A4A7;
    padding-right: 10px;
}

.video-info .details {
    margin-bottom: 15px;
}

.video-info .glyphicon {
    padding-right: 5px;
    color: #a1a4a7;
}

.video-thumb:hover {
    cursor: pointer;
}

.sfCheckBoxWrapper input {
    width: inherit !important;
}

.modal-default .modal-header {
    padding: 15px !important;
    border-bottom-width: 0;
}

.modal-default .modal-body p {
    color: #333333;
}



p strong {
    font-weight: 600;
}


blockquote.customer {
    border: none;
}

p.customer-quote {
    background: url(/images/default-source/static/quotation.png) no-repeat;
    min-height: 100px;
    padding-left: 30px;
    padding-top: 15px;
    font-weight: 300;
    margin-bottom: 20px;
}

blockquote.customer p small {
    padding-left: 30px;
    color: #333;
}

.sport-blue {
    color: #4C85C8 !important;
}

.schedule-icon {
    display: block;
    margin: 0 auto;
}

.more,
.less {
    font-weight: 400;
}

.list-item {
    margin-left: 10px;
}

    .list-item li {
        line-height: 1.8em !important;
        position: relative;
        list-style: none none;
        padding: 0;
        margin: 15px 0;
        font-weight: 400;
    }

        .list-item li::before {
            content: "\e013";
            font-family: 'Glyphicons Halflings';
            color: #ed1c24;
            font-size: 14px;
            display: block;
            height: 40px;
            position: absolute;
            top: 0;
            left: -25px;
            width: 40px;
            line-height: 30px;
        }

.list-challenge li {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8em !important;
}

p.challenge-item-icon {
    margin: 0 25px 15px 50px;
    color: #ed1c24;
}

    p.challenge-item-icon:before {
        content: url(/images/default-source/static/solutions/idls/icons/challenge.png);
        position: absolute;
        transform: scale(0.15);
        display: inline-block;
        left: -100px;
        top: -120px;
    }

p.solution-item-icon {
    margin: 0 0 0 50px;
}

    p.solution-item-icon:before {
        content: url(/images/default-source/static/solutions/idls/icons/solutions.png);
        position: absolute;
        transform: scale(0.15);
        display: inline-block;
        left: -100px;
        top: -120px;
    }


.title-icon {
    max-width: 35px;
}

/********* Opening Block ***********/
.opening-block {
    margin: 75px 0 50px 0;
}

.main-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    display: inline;
    vertical-align: bottom;
}

.sub-title {
    font-size: 24px;
    font-weight: 400;
}

.support-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.content-body {
    margin-top: 30px;
    font-size: 18px;
}

    .content-body strong {
        font-weight: 700;
    }

/********** Item Navigation *************/
.nav-item-wrapper {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px 8px;
    margin: 15px 0;
    transition: 350ms all;
}

    .nav-item-wrapper:hover {
        border: 1px solid #fff;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
        transition: 350ms all;
    }

        .nav-item-wrapper:hover .nav-item-icon {
            opacity: 1;
            transition: 1s all;
        }

.nav-item-icon {
    display: block;
    margin: 10px auto;
    width: 20%;
    opacity: 0.5;
    transition: 1ms all;
}

.nav-item-header {
    font-size: 24px;
    font-weight: 600;
    color: #4C85C8;
}

.nav-item-content {
    margin-top: 10px;
}

/***** Sticky Navigation ********/
.call-out-strip {
    background: #303030 !important;
    left: 50%;
    transform: translateX(-50%);
}

    .call-out-strip .panel-title {
        color: white !important;
    }

    .call-out-strip .nav.nav-tabs {
        display: flex;
        align-items: baseline;
    }

        .call-out-strip .nav.nav-tabs li.pull-right {
            margin-left: auto;
        }

    .call-out-strip .nav-tabs.nav-justified > li > a,
    .call-out-strip .nav-tabs > li > a {
        font-weight: 400 !important;
        color: #959595 !important;
    }

        .call-out-strip .nav-tabs.nav-justified > li > a,
        .call-out-strip .nav-tabs > li > a:hover {
            color: #fff !important;
        }

        .call-out-strip .nav-tabs.nav-justified > li > a,
        .call-out-strip .nav-tabs > li > a.btn-schedule {
            background: #ed1c24;
            color: white !important;
            border-radius:25px;
            margin-top: 5px;
            padding: 10px 25px !important;
        }

            .call-out-strip .nav-tabs.nav-justified > li > a,
            .call-out-strip .nav-tabs > li > a.btn-schedule span {
                color: white !important;
                border-left: 1px solid rgba(255, 255, 255, .5);
                padding-left: 10px;
                margin-left: 10px;
                line-height: 1.5;
            }

/********* Challenge Block ***********/
/*
.challenge-section::after {
  content: "";
  background: url('/images/default-source/static/solutions/watermarks/challenges.png?Status=Temp&sfvrsn=6') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
}
*/

.challenge-section {
    //background: #fafafa;
    padding: 35px 0 !important;
    position: relative;
    display: flex;
}

    .challenge-section > * {
        z-index: 100;
    }

    .challenge-section .challenge-item-title {
        font-weight: 600;
        color: #b80f15;
    }

.header-block {
    margin-bottom: 25px;
}

.head-title-icon {
    opacity: 1;
    width: 50px;
    margin-right: 10px;
}

/********* Hook Block ***********/
.hook-section {
    //background: #EEF1F6;
}

    .hook-section .hook-title {
        font-size: 32px;
        font-weight: 600;
        color: white;
        padding: 10px 0;
        line-height: 1;
        margin-bottom: 0;
    }

.btn-hook {
    background: none !important;
    border: 1px solid #959595 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
    //float:right;
}

    .btn-hook span {
        color: white;
        border-left: 1px solid #959595;
        padding-left: 10px;
        margin-left: 10px;
        line-height: 1.5;
    }

/********* Success Block ***********/
.success-section {
    padding: 35px 0 !important;
}

/********* Solution Block ***********/
/*
.solution-section::after {
  content: "";
  background: url('/images/default-source/static/solutions/watermarks/solutions.png?Status=Temp&sfvrsn=8') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;

}
*/

.solution-section {
    padding: 35px 0 10px !important;
    position: relative;
    display: flex;
}

    .solution-section > * {
        z-index: 100;
    }

.module-section {
    padding: 0 0 50px !important;
}


.case-study-section-odd {
    //background: #F7F9FB;
    margin-bottom: 30px !important;
}

.case-study-section-even {
    //background: #DBE6EE;
    margin-bottom: 30px !important;
}

.price-box-wrapper {
    position: relative;
    height: 400px;
}

    .price-box-wrapper img {
        position: absolute;
        object-fit: cover;
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        overflow: hidden;
        z-index: 0;
    }

.price-box {
    position: absolute;
    background: rgba(48, 48, 48, 0.6);
    z-index: 1;
    width: 90%;
    top: 50%;
    right: -20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .price-box.right {
        right: inherit;
        left: -20%;
    }

.price-item {
    padding: 20px;
}

    .price-item .price-tag {
        font-size: 36px;
        font-weight: 800;
        color: #FFD740;
    }

        .price-item .price-tag .sign {
            font-size: 32px;
            font-weight: 600;
        }

    .price-item .price-text {
        font-size: 18px;
        font-weight: 400;
        color: white;
        margin: 15px 0;
    }

.story-wrapper {
    margin: 15px 0;
}

.story-header {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}


/********* Benefits Block ***********/
/*
.benefits-section::after {
  content: "";
  background: url('/images/default-source/static/solutions/watermarks/benefits.png?Status=Temp&sfvrsn=4') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
}
*/

.benefits-section {
    //background: #fafafa;
    padding: 50px 0 0 !important;
    position: relative;
    display: flex;
}

    .benefits-section > * {
        z-index: 100;
    }

.benefits-nav-wrapper .benefits-nav {
    list-style: none;
    width: 40%;
    float: left;
    padding: 0;
}

    .benefits-nav-wrapper .benefits-nav li.active a {
        border-bottom: 2px solid #b80f15;
        background: #fff;
        color: #333;
        font-weight: 600;
    }

    .benefits-nav-wrapper .benefits-nav li {
        border-bottom: 1px solid #eee;
    }

        .benefits-nav-wrapper .benefits-nav li > a {
            display: block;
            width: 100%;
            padding: 15px;
            font-weight: 400;
            color: #333;
            line-height: 1.2em;
        }

.benefits-nav-wrapper .tab-content {
    position: relative;
    width: 60%;
    height: 500px;
    float: left;
    margin-top: 0 !important;
    background: url('/images/default-source/static/solutions/ils/benefits-gb.jpg?Status=Temp&sfvrsn=4') no-repeat center;
    background-size: cover;
}

    .benefits-nav-wrapper .tab-content .tab-desc-wrapper {
        position: absolute;
        background: rgba(255, 255, 255, 0.9);
        display: inline-block;
        max-width: 600px;
        padding: 30px;
        border-radius: 0 4px 4px 0;
        bottom: 10%;
    }

        .benefits-nav-wrapper .tab-content .tab-desc-wrapper .tab-desc-header {
            font-weight: 600;
            font-size: 24px;
        }

        .benefits-nav-wrapper .tab-content .tab-desc-wrapper .tab-desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 1.2em;
        }

@media(max-width:992px) {
    .benefits-nav-wrapper .benefits-nav {
        width: 35%;
        margin-left: 5%;
    }

        .benefits-nav-wrapper .benefits-nav li > a {
            font-size: 18px;
        }

    .call-out-strip .nav.nav-tabs {
        display: block;
    }
}

@media(max-width:768px) {
    .benefits-nav-wrapper .benefits-nav {
        width: 40%;
        margin-left: 0%;
    }

    .benefits-nav-wrapper .tab-content .tab-desc-wrapper {
        bottom: 0;
    }
}


/********* Key Feature Block ***********/
/*
.key-feature-section::after {
  content: "";
  background: url('/images/default-source/static/solutions/watermarks/key-features.png?Status=Temp&sfvrsn=4') no-repeat 85%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block !important;
}
*/

.key-feature-section {
    width: 100%;
    height: 325px;
    position: relative;
    display: flex;
    max-width: 1450px;
    margin: 0 auto;
}

    .key-feature-section > * {
        z-index: 100;
    }

.key-feature-bg {
    width: 70%;
    background: url(/images/default-source/static/solutions/key-feature-bg-png.jpg) no-repeat center;
    background-size: cover;
}

.key-feature-header {
    background: white;
    padding: 50px 85px;
    position: absolute;
    width: 500px;
    right: 15%;
    border-radius: 4px;
    top: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

    .key-feature-header .header-block {
        margin-bottom: 0;
    }

.key-feature-item-title {
    font-weight: 600;
    color: #ed1c24;
}


/********* Testimonial Block ***********/
.testimonial-section {
    padding: 35px 0 !important;
    background: white;
}

/** Resources External Video **/
.default-thumbnail .description-resource h3, .default-thumbnail .description-resource h3 a, .default-thumbnail-h .description-resource h3, .default-thumbnail-h .description-resource h3 a {
    /*font-size: 20px;*/
    font-size: inherit;
    font-weight: 600;
}

/***** Mobile ********/
@media(min-width:768px) {

    .call-out-strip .nav-tabs.nav-justified > li > a,
    .call-out-strip .nav-tabs > li > a::before {
        content: "|";
        display: block;
        float: left;
        margin-right: 15px;
    }

    .call-out-strip .nav-tabs.nav-justified > li > a,
    .call-out-strip .nav-tabs > li:first-child > a {
        padding-left: 0px !important;
        margin-left: 15px;
        padding-right: 0;
    }

        .call-out-strip .nav-tabs.nav-justified > li > a,
        .call-out-strip .nav-tabs > li:first-child > a::before,
        .call-out-strip .nav-tabs.nav-justified > li > a,
        .call-out-strip .nav-tabs > li:last-child > a::before {
            content: "";
        }
}

@media(max-width:768px) {

    .call-out-strip .nav-tabs > li {
        padding: 0 !important;
        border-color: #505050;
    }

        .call-out-strip .nav-tabs > li > a {
            font-size: 14px;
        }

            .call-out-strip .nav-tabs.nav-justified > li > a,
            .call-out-strip .nav-tabs > li > a.btn-schedule {
                margin: 15px 0;
                width: 100%;
            }

    .btn-hook {
        width: 100%;
    }


    .key-feature-section {
        height: 325px;
    }

    .key-feature-bg {
        width: 100%;
    }

    .key-feature-header {
        background: white;
        padding: 25px;
        width: 100%;
        right: 0%;
        border-radius: 0px;
        bottom: -5px;
        top: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media(min-width:992px) {
    .row-casestudy {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .img-item-logo {
        margin: 15px 0;
    }
}

@media(max-width:992px) {
    p {
        font-weight: 400;
    }

    .list-item li {
        margin: 5px 0;
        font-weight: 400;
        font-size: 18px;
    }

        .list-item li::before {
            font-size: 14px;
            top: 3px;
            left: -30px;
        }

    .list-challenge li {
        font-weight: 400;
        font-size: 18px;
    }

    .opening-block {
        margin: 35px 0 10px 0;
    }

    .content-body strong {
        font-weight: 600;
    }

    .main-title {
        font-size: 24px;
    }

    .sub-title {
        font-size: 18px;
    }

    .support-title {
        font-size: 22px;
    }

    .story-header {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .challenge-section .challenge-item-title {
        font-size: 20px;
    }

    .head-title-icon {
        width: 30px;
    }

    .nav-item-header {
        font-size: 18px;
    }

    .benefits-nav-wrapper .benefits-nav li > a {
        font-size: 18px;
    }

    .price-box-wrapper {
        height: 235px;
    }

    .img-item-logo {
        width: 115px;
        display: block;
        margin: 15px auto;
    }

    .price-box {
        right: 50%;
        transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        display: flex;
    }

        .price-box.right {
            right: 50%;
            left: inherit;
        }

    .price-item {
        width: 50%;
        padding: 20px;
    }

        .price-item .price-tag {
            font-size: 28px;
        }

    .benefits-nav-wrapper .tab-content .tab-desc-wrapper .tab-desc-header {
        display: none;
    }
}

@media(max-width:768px) {

    .support-title {
        font-size: 20px;
    }

    .price-item {
        padding: 15px;
    }

        .price-item .price-tag {
            font-size: 24px;
        }

            .price-item .price-tag .sign {
                font-size: 25px;
            }

        .price-item .price-text {
            font-size: 16px;
        }

    #myTab-accordion.panel-group {
        margin: 0;
    }

        #myTab-accordion.panel-group .panel-heading {
            padding: 15px;
        }

        #myTab-accordion.panel-group .panel-title {
            margin-bottom: 0;
        }

    .challenge-section .challenge-item-title {
        font-size: 18px;
    }

    .list-item li {
        font-size: 14px;
    }

    .list-challenge li {
        font-size: 14px;
    }

    .list-item li::before {
        top: 0;
    }

    .benefits-nav-wrapper .benefits-nav li > a {
        font-size: 14px;
        padding: 10px;
    }

    .key-feature-section {
        height: 280px;
    }

    .key-feature-header {
        box-shadow: none;
    }

    blockquote.customer {
        padding: 0;
    }

    p.customer-quote {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .less,
    .more {
        font-size: 14px;
    }

    .cse-2020 {
        width: 25%;
    }
}

@media(max-width:480px) {
    .header-block {
        text-align: center;
    }

    .head-title-icon {
        display: block;
        margin: 10px auto;
    }

    .success-section,
    .challenge-section,
    .solution-section,
    .benefits-section {
        padding: 25px 0 !important;
    }

    .nav-item-wrapper {
        margin: 5px -10px;
        background: rgb(236, 236, 236);
        background: -moz-linear-gradient(0deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(0deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec", endColorstr="#ffffff", GradientType=1);
    }

    .key-feature-header {
        width: 100%;
        padding: 10px 0 0;
        box-shadow: none;
    }

        .key-feature-header .header-block {
            margin: 0;
        }

    .ils-controller-title {
        font-size: 17px !important;
        letter-spacing: 0 !important;
    }
}
/*ENDED General Solution Style*/


/** Login Style **/
.member-block {
    text-align: center
}

    .member-block h3 {
        margin-bottom: 15px;
        /*font-size: 24px;*/
        font-size: inherit;
        font-weight: 400;
        color: #ed1c24;
    }

.parent {
    padding-top: 50px;
    width: 100%;
    min-width: auto !important;
}

.switcher {
    list-style: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0
}

    .switcher li:hover {
        cursor: pointer;
        background: #eee
    }

    .switcher li {
        border: .5px solid #ddd;
        display: inline-block;
        width: 150px;
        margin: 0px;
        border-radius: 20px;
        padding: 5px 15px;
    }

        .switcher li.active {
            background: #ed1c24;
            border: .5px solid #ed1c24;
            color: #fff;
            font-weight: 400
        }

.modal.fade {
    padding-right: 0 !important;
}

.member-block-content {
    background: white;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 600px;
    border-radius: 8px;
    border: 1px solid #ddd
}

.member-content {
    display: none
}

    .member-content.active {
        display: block
    }

.login-block {
    margin: 35px 0 !important;
    border-radius: 5px;
    padding: 0 0 35px !important
}

.login-block-desc {
    margin: 35px 0 0 35px
}

.signup-block {
    border-radius: 5px;
    margin-bottom: 30px !important
}


.white-bg {
    padding: 20px 0 !important;
}

.gray-bg {
    background: #fafafa;
    padding: 40px 0 !important;
}

.login-panel {
    border-radius: 5px;
    margin-top: 20px;
}

    .login-panel input {
        accent-color: #ed1c24;
    }

.user-login-forgotpassword a {
}

.login-panel .sfFieldWrp input {
    width: 100%;
    color: black;
}

.login-panel label {
}

.login-panel .help-block {
    min-height: 0 !important;
}

.login-panel .sfFieldWrp {
    margin-right: 35px;
}

.login-panel .sfLostPassword {
    display: block;
    margin-top: 10px;
}

.login-panel h3, .login-panel p {
}

.login-panel .sfLostPasswordWrp {
    padding: 30px;
}

    .login-panel .sfLostPasswordWrp h2 {
        /*font-size: 26px;*/
        font-size: inherit;
    }

    .login-panel .sfLostPasswordWrp p {
        /*font-size: 14px;*/
        font-size: inherit;
    }

#Email {
    color: black;
}

.login-panel .sfLostPasswordWrp .sfSubmitBtnWrp {
    padding: 15px 0 !important;
}

#progress-bar {
    background: #ed1c24 !important;
}

.my-3 input {
    accent-color: #ed1c24;
}


@media(max-width:768px) {
    .member-block-content {
        padding: 15px;
    }
}

@media(max-width: 992px) {
}
