﻿body.museo-fonts, body.museo-fonts * {
    font-family: museo-sans, sans-serif !important;
}

.container.custom-container {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}

.xs-gutter.row {
    margin-left: -5px;
    margin-right: -5px;
}

    .xs-gutter.row > div {
        padding: 0 5px;
    }

/* Header
--------------------------------------------------------------------------------------------------------*/
header {
    padding: 20px 0;
    /*margin-bottom: 10px;
    border-bottom: 11px solid #304393;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    header .users img {
        width: 40px;
        height: 40px;
    }

    header .users p {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 0;
        max-width: 78px;
        color: #000000;
        letter-spacing: 0.11px;
        font-weight: 700;
        text-align: center;
        padding-top: 5px;
    }

    header .users {
        display: flex;
        align-items: center;
        padding-bottom: 0;
        flex-direction: column;
        border: none;
    }

        header .users:not(:last-child) {
            margin-right: 32px;
        }

    header .logo img {
        /*width: 176px;
        height: 64px;*/
        display: block;
    }

    header .logo {
        border: none;
    }

.header-right-block {
    display: flex;
    align-items: flex-start;
}

/* navbar
--------------------------------------------------------------------------------------------------------*/
.navbar {
    /*background-color: #304393;*/
    padding: 0 5px;
    border-radius: 0;
    border: none;
    /*By developer side*/
    /*min-height: auto;*/
    margin-bottom: 0;
}

    .navbar ul li a img {
        height: 24px;
        display: block;
        width: 24px;
        margin-right: 10px;
    }

    .navbar ul li a span {
        display: block;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 1.16px;
        color: #ffffff;
    }

    .navbar ul li a {
        display: flex;
        align-items: center;
        padding: 19px 10px;
        transition: all 0.3s ease;
        border: none;
    }

        .navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a.active {
            background: rgba(255,255,255,0.10); /*#FFFFFF*/
            border-radius: 6px;
            border: none;
        }

    .navbar ul, .navbar {
        display: flex;
        align-items: center;
    }

        .navbar ul {
            margin-bottom: 0;
        }

            .navbar ul li::before {
                display: none;
            }

        .navbar .sidebar {
            margin-left: auto;
        }

        .navbar ul li {
            padding: 0;
        }

            .navbar ul li:not(:last-child) {
                margin-right: 10px;
            }

.toggle-btn img {
    display: block;
    height: 12px;
    width: 8px;
}

.toggle-btn {
    margin-left: auto;
    height: 40px;
    width: 40px;
}

.close-btn {
    height: 48px;
    width: 48px;
}

.toggle-btn, .close-btn {
    padding: 6px 12px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .toggle-btn.btn:focus, .toggle-btn.btn.focus, .close-btn.btn:focus, .close-btn.btn.focus {
        box-shadow: none;
        outline: none;
    }

    .toggle-btn:hover, .toggle-btn:focus, .close-btn:hover, .close-btn:focus {
        background: #233375;
    }

    .close-btn img {
        height: 24px;
        width: 24px;
        display: block;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 200;
    display: none;
}

/* stepper-wrapper
--------------------------------------------------------------------------------------------------------*/
.stepper-wrapper {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.stepper .steps .icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.stepper .steps p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 14px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 1.07px;
    max-width: 97px;
}

.stepper {
    display: flex;
    margin-bottom: 0;
}

    .stepper li {
        flex-grow: 1;
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .stepper li::before {
            display: none;
        }

.stepper-link {
    font-size: 13px;
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    line-height: 15px;
    font-weight: 900;
    color: #000000;
    letter-spacing: 1.16px;
    margin-bottom: 24px;
    margin-top: 10px;
}

    .stepper-link:hover, .stepper-link:focus {
        /*text-decoration: underline;*/
        /*color: #304393;*/
        color: #000000;
        border: none;
    }

.stepper .steps p span:first-child {
    padding-right: 3px;
}

.stepper .steps p span.count::after, .stepper-link::after {
    content: "";
    display: block;
    right: -12px;
    top: 2.5px;
    position: absolute;
    height: 10px;
    width: 9px;
    background-image: url("../media/Advisor/right-fill-arrow.svg");
}

.stepper .steps p span.count {
    display: inline-block;
    position: relative;
    line-height: 15px;
}

.stepper .steps .icon {
    margin-bottom: 6px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.stepper li:not(:last-child)::after {
    content: "";
    position: absolute;
    display: block;
    left: 39px;
    right: 10px;
    height: 7px;
    border-radius: 100px;
    background-color: var(--backgroundcolor, #DEDEDE);
    top: 11.5px;
}

.stepper li.active:after {
    background-color: #304393;
}

.stepper li.disabled .steps p {
    opacity: 0.15;
}

.stepper-inner-block {
    background-color: #F6F6F6;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

    .stepper-inner-block h4 {
        font-size: 13px;
        min-height: 30px;
        margin-bottom: 12px;
        line-height: 15px;
        font-weight: 900;
        letter-spacing: 1.16px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 216px;
        color: inherit;
    }

    .stepper-inner-block p {
        font-size: 10px;
        margin: 0 auto 4px;
        line-height: 15px;
        font-weight: 700;
        letter-spacing: 0.89px;
        text-align: center;
        max-width: 222px;
    }

    .stepper-inner-block a {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 28px;
        border: none;
        font-weight: 900;
        /*color: #304393;*/
        text-transform: uppercase;
        text-align: center;
        margin: auto 0 0;
        display: block;
        letter-spacing: 1.25px;
    }

        .stepper-inner-block a:hover, .stepper-inner-block a:focus {
            text-decoration: underline;
            border: none;
        }

.owl-carousel .owl-next:hover, .owl-carousel .owl-prev:hover, .owl-carousel .owl-next:focus, .owl-carousel .owl-prev:focus {
    background: #dddddd !important;
    outline: none !important;
}

.owl-next, .owl-prev {
    height: 20px;
    transition: all 0.3s;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border: none !important;
    border-radius: 50%;
}

.owl-nav .owl-prev img, .owl-nav .owl-next img {
    height: 16px;
    width: 6px;
    display: block;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    right: -10px;
}

.owl-carousel {
    position: relative;
}

.owl-dots {
    display: none;
}

/* support-card-wrapper
--------------------------------------------------------------------------------------------------------*/
.content-wrapper {
    padding: 15px 15px 0;
}

.support-card-wrapper .row > div, .cards-wrapper .row > div {
    margin-bottom: 30px;
}

.support-card > img {
    max-width: 363px;
    background: #ffffff;
}

.support-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000000B3;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin-bottom: 14px;
}

.support-card {
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
    transition: all 0.3s ease;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .support-card .icon {
        height: 36px;
        width: 36px;
        flex-shrink: 0;
        margin-right: 15px;
        flex-shrink: 0;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .support-card .icon img {
            height: 24px;
            width: 24px;
            display: block;
        }

    .support-card h1 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 24px;
        display: flex;
        min-height: 64px;
        align-items: center;
        letter-spacing: 0.26px;
        color: #000000;
        padding-bottom: 15px;
        font-weight: 500;
    }

    .support-card .text-btn {
        align-self: flex-start;
        margin: auto 0 -6px -12px;
    }  

    .support-card figcaption {
        padding: 15px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

/* buttons
--------------------------------------------------------------------------------------------------------*/
.btn {
    transition: all 0.3s ease;
}

.text-btn {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 17px;
    padding: 6px 12px;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    border-radius: 50px;
}



.btn.text-btn:active, .btn.text-btn.active {
    /*changes from development*/
    /*box-shadow: 0 0 0 0.2rem rgba(48,67,147,0.25);*/
}

.btn.text-btn.focus, .btn.text-btn:focus {
    /*changes from development*/
    box-shadow: 0 0 0 0.2rem rgba(48,67,147,0.25);
    box-shadow: unset;
}

.primary-btn {
    padding: 11px 15px 9px;
    border-radius: 4px;
    box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.2);
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1.25px;
}

    .primary-btn:hover, .primary-btn:focus, .primary-btn:not(:disabled):not(.disabled).active, .primary-btn:not(:disabled):not(.disabled):active, .show > .primary-btn.dropdown-toggle, .primary-btn:not(:disabled):not(.disabled).active:focus, .primary-btn:not(:disabled):not(.disabled):active:focus, .show > .primary-btn.dropdown-toggle:focus {
        outline: none;
        box-shadow: none;
    }

.btn.btn-with-icon {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 0;
}

    .btn.btn-with-icon img {
        height: 24px;
        width: 24px;
        margin-right: 10px;
    }

    .btn.btn-with-icon span {
        font-size: 14px;
        padding-top: 2px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.42px;        
    }

.btn-group {
    display: flex;
    flex-wrap: wrap;
}

    .btn-group .btn:not(:last-child) {
        margin-right: 6px;
    }

    .btn-group .btn {
        border-radius: 4px !important;
        flex-shrink: 0;
    }

/* cards-wrapper
--------------------------------------------------------------------------------------------------------*/
.cards-wrapper h1 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: -0.12px;
    margin-bottom: 10px;
}

.card .card-title .icon img, .custom-card .card-title .icon img {
    height: 24px;
    width: 24px;
    display: block;
}

.card, .custom-card {
    border: none;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
    border-radius: 5px;
    height: 100%;
}
.custom-card {
    cursor: pointer;
}

    .card .card-title {
        background-color: rgba(48,67,147,0.1);
        margin: 0;
        display: flex;
        align-items: center;
        padding: 12px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        font-weight: 500;
        letter-spacing: 0.21px;
    }

    .custom-card .card-title {
        margin: 0;
        display: flex;
        align-items: center;
        padding: 12px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 20px;
        line-height: 22px;
        color: #000000;
        font-weight: 500;
        letter-spacing: 0.26px;
    }

        .card .card-title .icon {
            height: 36px;
            margin-right: 12px;
            width: 36px;
            flex-shrink: 0;
            background-color: rgba(255,255,255,1);
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.custom-card .card-title .icon {
    height: 36px;
    margin-right: 12px;
    width: 36px;
    flex-shrink: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card .card-body {
        padding: 10px 15px;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
    }

    .custom-card .card-body {
        padding: 10px 15px;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: auto;
        min-height: 65px;
    }

        .card .card-body p, .custom-card .card-body p {
            font-size: 14px;
            margin-bottom: 0;
            line-height: 20px;
            color: #000000B3;
            font-weight: 500;
            letter-spacing: 0.25px;
            padding: 2px 0px;
        }

header #lnkKelli:hover, header #lnkCovrConsultant:hover, header #lnkCovrConsultant:focus, header #lnkKelli:focus {
    outline: none;
}

.card .card-footer, .custom-card .card-footer {
    background: transparent;
    border: none;
    padding: 10px 3px;
}

    .card .card-footer .btn:not(:last-child), .custom-card .card-footer .btn:not(:last-child) {
        margin-right: 6px;
    }

    .card .card-footer .btn, .custom-card .card-footer .btn {
        display: inline-block !important;
    }

.pending-premium p, .pending-premium span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #000000;
}

.pending-premium span {
    font-weight: 700;
    display: block;
    padding-left: 4px;
}

.pending-premium {
    display: flex;
    align-items: center;
    padding: 2px 0px;
}

.card .card-body strong, .custom-card .card-body strong {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    padding: 2px 0px;
}

.card .card-footer .btn + .btn, .custom-card .card-footer .btn + .btn {
    margin-left: 0;
}

/* breadcrub
--------------------------------------------------------------------------------------------------------*/
.breadcrumb-wrapper {
    margin-bottom: 15px;
    border-radius: 6px;
    width: 100% !important;
    background: #F6F6F6;
}

.breadcrumb {
    margin-bottom: 0;
    display: flex;
    border-radius: 6px;
    flex-wrap: nowrap;
    background: transparent;
    padding: 12px 15px 9px;
}

.breadcrub > li {
    display: block;
}

.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    text-transform: uppercase;
    font-size: 13.5px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 1.25px;
    white-space: nowrap;
    flex-shrink: 0;
}


.breadcrumb .breadcrumb-item a {
    border: none;
    padding-bottom: 0;
}

    .breadcrumb .breadcrumb-item a:hover {
        border: none;
    }

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item {
    padding-bottom: 0;
    padding-left: 8px;
}

.breadcrumb li:first-child::before {
    display: none;
}

.breadcrumb > li + li:before {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    float: left;
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
}

.breadcrumb-wrapper .jspPane {
    width: 100% !important;
}
.breadcrumb-wrapper .jspContainer {
    width: 100%;
    overflow: auto;
}
.breadcrumb-wrapper .jspHorizontalBar {
    display: none;
}

.breadcrumb-wrapper .jspHorizontalBar {
    background: transparent;
    height: 6px;
}

    .breadcrumb-wrapper .jspHorizontalBar .jspTrack, .breadcrumb-wrapper .jspHorizontalBar .jspDrag {
        border-radius: 50px;
    }

/* hero-wrapper
--------------------------------------------------------------------------------------------------------*/
.hero-wrapper {
    display: flex;
    margin-bottom: 30px;
    padding-left: 15px;
}

    .hero-wrapper .image-block {
        max-width: calc(100% - 546px);
        flex-basis: calc(100% - 546px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hero-wrapper .image-block img {
            max-width: 100%;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0;
        }

    .hero-wrapper .left-block {
        max-width: 530px;
        flex-basis: 530px;
        margin-right: 16px;
    }

        .hero-wrapper .left-block h1 {
            font-size: 24px;
            line-height: 29px;
            font-weight: 700;
            margin-bottom: 0;
            padding-top: 9px;
            letter-spacing: 2.14px;
            padding-bottom: 10px;
        }

        .hero-wrapper .left-block > p {
            font-size: 16px;
            line-height: 18px;
            max-width: 426px;
            margin-bottom: 20px;
            color: #000000;
            font-weight: 500;
            letter-spacing: 1.43px;
        }

    .hero-wrapper .question-block {
        border-radius: 4px;
        background-color: rgba(0,0,0,0.04);
        max-width: 426px;
        padding: 15px;
        margin-bottom: 20px;
    }

        .hero-wrapper .question-block p {
            font-size: 16px;
            margin-bottom: 0;
            line-height: 19px;
            font-weight: 700;
            color: rgba(0,0,0,0.87);
            letter-spacing: 1.43px;
            padding-bottom: 5px;
        }

        .hero-wrapper .question-block span {
            font-size: 14px;
            line-height: 16px;
            font-weight: 500;
            display: block;
            color: rgba(0,0,0,0.87);
            letter-spacing: 1.25px;
        }

    .hero-wrapper .btn-group {
        margin-left: -12px;
    }

        .hero-wrapper .btn-group .btn {
            white-space: nowrap;
        }

    .hero-wrapper .primary-btn {
        margin-bottom: 14px;
        margin-top: 0;
    }

/* tab-block
--------------------------------------------------------------------------------------------------------*/
.tab-block {
    padding-left: 15px;
    margin-bottom: 25px;
}

    .tab-block .nav {
        display: flex;
    }

    .tab-block .nav-tabs:focus, .tab-block .jspContainer:focus {
        outline: none;
    }

    .tab-block .nav-tabs {
        border: none;
        background-color: rgba(0,0,0,0.04);
        margin-bottom: 20px;
        border-radius: 4px;
        flex-wrap: nowrap;
    }

        .tab-block .nav-tabs .nav-link, .tab-block .nav-tabs .nav-link.active {
            background: transparent;
            border: none;
        }

        .tab-block .nav-tabs li.active a::after {
            content: "";
            display: block;
            position: absolute;
            height: 2px;
            bottom: 0;
            width: 100%;
            left: 0;           
        }      

        .tab-block .nav-tabs li > a:hover, .tab-block .nav-tabs li > a:focus, .tab-block .nav-tabs li > a:active {
            box-shadow: none;
        }

        .tab-block .nav-tabs li.active > a:hover, .tab-block .nav-tabs li.active > a:focus, .tab-block .nav-tabs li.active > a:active {
            background: transparent;
        }

    .tab-block .jspVerticalBar {
        display: none;
    }

    .tab-block .tab-content {
        padding: 0;
        margin: 0;
    }

    .tab-block .nav-tabs a {
        margin: 0;
        white-space: nowrap;
        position: relative;
        border: none;
        padding: 19px 20px;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;       
        font-weight: 700;
        letter-spacing: 0.42px;
    }

    .tab-block .tab-content .tab-pane h1 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 1.78px;        
        padding-bottom: 10px;
    }

    .tab-block .tab-content ul {
        padding-left: 15px;
        margin-bottom: 0;
    }

    .tab-block .jspPane {
        margin-left: 0 !important;
    }

    .tab-block .nav-tabs > li {
        margin-bottom: 0;
    }
   
    .tab-block .jspHorizontalBar {
        height: 5px;
        margin-bottom: 15px;
    }

        .tab-block .jspHorizontalBar .jspArrow.jspArrowLeft.jspDisabled, .tab-block .jspHorizontalBar .jspArrow.jspArrowLeft.jspDisabled,
        .tab-block .jspHorizontalBar .jspArrow {
            background: #ddddee;
        }

    .tab-block .jspScrollable:focus, .tab-block .jspScrollable.focus {
        outline: none;
    }

    .tab-block .tab-content ul li {
        font-size: 14px;
        padding-left: 12px;
        padding-bottom: 0;
        line-height: 17px;
        position: relative;
        font-weight: 500;
        color: rgba(0,0,0,0.87);
        letter-spacing: 1.25px;
        margin-bottom: 5px;
    }

        .tab-block .tab-content ul li::before {
            content: "";
            margin-left: 0;
            display: block;
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 50%;
            top: 6px;
            left: 0;
            background: rgba(0,0,0,0.87);
        }


    .tab-block .tab-content .custom-tile, .tab-block .tab-content .custom-tile ul li, .tab-block .tab-content .custom-tile ol li {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        color: rgba(0,0,0,0.87);
        letter-spacing: 1.25px;
        margin-bottom: 5px;
        position: unset;
        padding-left: 0px;
    }

        .tab-block .tab-content .custom-tile ul {
            list-style: disc;
        }

  
#resourceCenterContent .ResouceCenterItems .custom-card {
    width: 31.33%;
    margin: 11px;
    cursor: pointer;
}

#resourceCenterContent .ResouceCenterItems .custom-card .card-title {
    min-height: 65px;
}

#resourceCenterContent .breadcrumb-wrapper {
    margin-bottom: 0px;
}

#resourceCenterContent .form-title h3 {
    font-size: 28px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: -0.12px;
    margin-bottom: 10px;
}

#resourceCenterContent .ResouceCenterItemsTitle h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: -0.12px;
    margin-bottom: 10px;
}
/* footer
--------------------------------------------------------------------------------------------------------*/
.footer-wrapper {
    padding-bottom: 25px;
}
/* Responsive Media Queries
--------------------------------------------------------------------------------------------------------*/
@media (max-width:1199px) {
   

        .stepper-wrapper .row > div:first-child {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 10px;
            margin: 0 5px 15px;
            display: flex;
            flex-direction: column;
        }

    .stepper .steps .icon {
        margin-left: auto;
        margin-right: auto;
    }

    .stepper .steps p {
        margin: 0 auto;
        text-align: center;
    }

    .stepper li:not(:last-child)::after {
        left: auto;
        width: 70%;
        right: -35%;
    }

    .stepper-link {
        align-self: center;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        right: -280px;
        width: 280px;
        z-index: 999;
        transition: all 0.3s ease;
    }

    .sidebar-show .sidebar {
        right: 0;
    }

    .sidebar-show .overlay {
        display: block;
    }

    body.sidebar-show {
        overflow: hidden;
    }

    .sidebar ul {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 36px;
    }

        .sidebar ul li:not(:last-child) {
            margin-bottom: 6px;
        }

        .sidebar ul li a {
            padding-left: 20px;
        }

        .sidebar ul li {
            width: 100%;
        }

    .toggle-btn, .close-btn {
        display: flex;
    }

    .close-btn {
        margin: 10px 10px 0 auto !important;
    }

    .sidebar ul li a img {
        margin-right: 20px;
    }

    .owl-nav {
        padding: 0 5px;
    }

    .hero-wrapper, .tab-block {
        padding-left: 0;
    }
}

@media (max-width:991px) {
    #resourceCenterContent .ResouceCenterItems .custom-card {
        width: 46%;
        height: 172px;      
    }  

    .support-card-wrapper .row > div, .cards-wrapper .row > div {
        margin-bottom: 30px;
    }
    
    .support-card > img {
        max-width: 100%;
        background: #ffffff;
    }

    .cards-wrapper h1 {
        margin-top: 0;
    }

    .cards-wrapper .row > div {
        margin-bottom: 20px;
    }

    .hero-wrapper .left-block, .hero-wrapper .image-block {
        max-width: 50%;
        flex-basis: 50%;
    }

    .hero-wrapper .image-block {
        display: unset;
    }
}

@media (max-width:767px) {
    #resourceCenterContent .ResouceCenterItems .custom-card {
        width: 94%;       
    } 
    .stepper .steps p > span {
        display: none;
    }

    .stepper .steps p span.count::after {
        display: none;
    }

    .stepper li:not(:last-child)::after {
        width: 60%;
        right: -30%;
    }

    .main-wrapper {
        margin-bottom: 36px;
    }
    .footer-wrapper {
        padding-bottom: 25px;
    }

    /*header .logo img {
        width: 135px;
        height: 50px;
    }*/

    header {
        padding: 16px 15px;
    }

        header .users:not(:last-child) {
            margin-right: 30px;
        }

    .navbar ul li a {
        padding: 17px 10px;
    }

    .hero-wrapper .image-block {
        display: none;
    }

    .hero-wrapper .left-block {
        max-width: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }

        .hero-wrapper .left-block > p, .hero-wrapper .question-block {
            max-width: 100%;
        }
}

@media (max-width:575px) {
    .stepper li:not(:last-child)::after {
        width: 50%;
        right: -25%;
    }

    .container.no-spacing {
        padding: 0;
    }   

    .stepper-wrapper {
        margin: 0;
    }
    .footer-wrapper {
        padding-bottom: 5px;
    }
        .stepper-wrapper .row > div {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 15px;
        }

    .owl-carousel {
        margin-bottom: 24px;
    }

    .card .card-body, .custom-card .card-body {
        min-height: 42px;
    }

    header .users:not(:last-child) {
        margin-right: 15px;
    }

    .content-wrapper {
        padding: 20px 20px 0;
    }

    .stepper-wrapper .row > div:first-child {
        margin-left: 0;
        margin-right: 0;
    }

    .main-wrapper {
        margin-bottom: 0;
    }

    .footer-wrapper {
        padding-bottom: 5px;
    }

    .hero-wrapper .left-block h1 {
        padding-top: 0;
    }

    .hero-wrapper .left-block > p {
        font-size: 14px;
    }

    .hero-wrapper {
        margin-bottom: 24px;
    }

    .tab-block .tab-content ul {
        padding-left: 0;
    }

    .tab-block {
        margin-left: -20px;
        margin-right: -20px;
    }

        .tab-block .tab-heading, .tab-block .jspContainer, .tab-block .jspPane {
            width: 100% !important;
        }

        .tab-block .tab-content {
            padding: 0 20px;
        }

            .tab-block .tab-content .tab-pane h1 {
                font-size: 18px;
                line-height: 22px;
                padding-bottom: 15px;
            }

    .tab-block {
        margin-bottom: 15px;
    }

    .content-wrapper .col-xs-6 {
        width: 100%;
    }

    .eqHeight {
        height: auto !important;
    }
}

@media (max-width:480px) {
    .card .card-footer .btn, .hero-wrapper .btn-group .btn, .custom-card .card-footer .btn, .hero-wrapper .btn-group .btn {
        margin-top: 0;
    }
}

@media (max-width:375px) {
    .stepper li:not(:last-child)::after {
        width: 40%;
        right: -20%;
    }

    header {
        padding-left: 8px;
        padding-right: 8px;
    }

        header .users:not(:last-child) {
            margin-right: 0;
        }

    .hero-wrapper .btn-group {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }

        .hero-wrapper .btn-group .btn:not(:last-child) {
            margin-bottom: 4px;
        }
}
/*changes from development*/




