@font-face {
    font-family: "Open Sans";
    src: url(webfonts/OpenSans-Regular.ttf);
}

body, button {
    /* font-family: catamaran, sans-serif !important;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    letter-spacing: 0.1px !important;
}

h1 {
    font-size: 28px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
    margin-top: 0;
    margin-bottom: 20px;
    color: #137f6a;
}

h2 {
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}

h3 {
    font-size: 20px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
}

h6 {
    font-size: 12px !important;
    line-height: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

p, li {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #333333 !important;
}

span.reg {
    font-size: 12px;
    font-weight: 400 !important;
    vertical-align: top !important;
    position: relative !important;
}

h1 span.reg {
    top: -10px !important;
}

h2 span.reg {
    top: -8px !important;
}

h3 span.reg {
    top: -4px !important;
}

h4 span.reg, h5 span.reg {
    top: -2px !important;
}

h6 span.reg {
    top: -1px !important;
}

.shadow {
    box-shadow: 0 20px 24px rgba(0,0,0,0.06) !important;
}

.rounded {
    border-radius: 3px !important;
    overflow: hidden;
}

a {
    color: #001A4E;
}

div#copyright p a {
    border-bottom: none;
}

strong, b {
    font-weight: bold !important;
}

em {
    font-style: italic !important;
}

.marker {
    background-color: yellow !important;
}

.address {
    text-align: right;
}


/* —————————— COLORS —————————— */

.text-primary {
    color: #137f6a !important;
}

.description-content .text-primary {
    color: #FFF !important;
}

.bg-primary, .btn-primary, a.modallink.normalButton {
    background: #137f6a;
    border-color: #137f6a;
    color: #FFF;
}

.btn-988lightBlue {
    background: #007681;
    border-color: #007681;
    color: #FFF;
}

.text-secondary {
    color: #6E6E6B !important;
}

.bg-secondary, .btn-secondary {
    background: #6E6E6B !important;
    border-color: #6E6E6B !important;
    color: #FFF;
}

.text-success {
    color: #7BCB32 !important;
}

.bg-success, .btn-success {
    background: #7BCB32 !important;
    border-color: #7BCB32 !important;
}

.text-info {
    color: #14B1EE !important;
}

.bg-info, .btn-info {
    background: #14B1EE !important;
    border-color: #14B1EE !important;
}

.text-light {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-charcoal {
    color: #333333 !important;
}

.text-bold {
    font-weight: bold;
}

.bg-light, .btn-light {
    background: #F7F7F7 !important;
    border-color: #F7F7F7 !important;
    color: #6E6E6B !important;
}

.text-dark {
    color: #001A4E !important;
    font-weight: bold;
}

.bg-dark, .btn-dark {
    background: #001A4E !important;
    border-color: #001A4E !important;
    color: #fff !important;
}

a.text-light:hover {
    color: #00526e;
}

.text-muted {
    color: #76766F !important;
}

.bg-muted, .btn-muted {
    background: #6994B3 !important;
    border-color: #6994B3 !important;
    color: #fff !important;
}


.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #0e5e4e !important;
    border-color: #0e5e4e !important;
    color: #FFF !important;
    background-color: #0e5e4e !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background: #515453 !important;
    border-color: #515453 !important;
    color: #FFF !important;
    background-color: #515453 !important;
}
/* —————————— BUTTONS —————————— */

.btn, a.modallink {
    box-shadow: 0 6px 12px -2px rgba(0,0,0,0.12) !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 14px 20px !important;
    width: 290px;
}

    .btn.no-shadow, a.modallink {
        box-shadow: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.link-btn {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    height: 26px;
    border-bottom: 1px solid #137f6a;
    color: #137f6a;
}


.btn-space-left {
    margin-left: 10px;
}

.home .product-card .btn-outline {
    background: #fff !important;
}

button#name:focus {
    outline: 1px solid black !important;
}

/* ALERT */
#simAlert {
    display: none;
    position: fixed;
    z-index: 15000;
    top: 2vh;
    right: 2vw;
    font-size: 13px;
    border-radius: 5px;
    padding: 2vh 2vw 2vh 2vw;
    background: #a3f8b2;
}

#simAlertMessage {
    font-size: 1.1em;
    margin-bottom: 10px;
}

#simAlert.red #simAlertMessage {
    color: #333;
}

#simAlertButton {
    text-align: center;
}

    #simAlertButton button {
        color: black;
        background-color: beige;
        border-radius: 5px;
    }

#simAlert.red {
    background: #e93131 !important;
    border: 2px solid #e93131 !important;
}


#inboxBubble {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    top: -12px;
    right: -12px;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    color: #FFF;
    background-color: #137f6a;
    text-align: center;
    display: none;
    cursor: pointer;
}


#loginError {
    background: #e93131;
    padding: 3px;
    border: 2px solid #e93131;
    border-radius: 5px;
    width: 30%;
    margin-left: 35%;
    color: #fff !important;
}

#accordionWrapper {
    overflow-y: auto;
    height: 60vh;
    width: 50vw;
}

.btn-transparent {
    background: transparent;
    border: none;
}

/* —————————— HEADER —————————— */

form.search-container {
    position: absolute;
    top: 22px;
    right: 153px;
}

.search-box {
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: transparent;
}

    .search-box:focus {
        -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
        border: none;
        outline: none;
        box-shadow: none;
        cursor: text;
        width: 560px;
        border-radius: auto;
        background: #fff;
        color: black;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .search-box + label .search-icon, .search-box:focus + label .search-icon {
            color: #76766F;
            font-size: 18px;
        }

    .search-box:not(:focus) {
        text-indent: -5000px;
    }

.lifelineHeaderTop {
    margin-left: 240px;
    margin-right: 60px;
}

.product-card.admin {
    background: #357d70;
}

    .product-card.admin p {
        color: white !important;
    }

#search-submit {
    position: relative;
    left: -5000px;
}

.search-icon {
    position: relative;
    left: -26px;
    color: white;
    cursor: pointer;
    top: 1px;
}

#nav .btn {
    margin-left: 20px;
}

nav#nav li a, button#name {
    font-size: 17px;
    font-weight: 400;
    margin-left: 18px;
    line-height: 24px;
}

nav#nav .btn {
    width: 160px !important;
}

input#search-box {
    color: #76766F !important;
    font-size: 17px;
}

header.container-fluid.shadow {
    padding: 20px 20px;
    background: #fff !important;
}

img.logo {
    height: 50px;
    width: 161.54px;
    margin-left: 10px!important;
}

div#mobile-header, div#mobile-header-loggedin, div#mobile-header-loggedout {
    display: none !important;
}

nav#nav .btn {
    padding: 12px 20px !important;
}

.prelative {
    position: relative;
}


table.dataTable td a.not-btn {
    background: transparent !important;
    padding: 0 !important;
    color: #000;
    border-radius: 0 !important;
}

.field .not-btn, tbody button.not-btn {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    margin-left: 2px !important;
}

    tbody button.not-btn i {
        font-size: 12px !important;
    }



#logo a {
    color: #333333;
    text-decoration: none;
}

.login_banner p {
    padding: 10px;
    color: black !important;
    font-weight: bold;
    font-size: 1.1em !important;
}

.login_banner {
    background-color: red;
    z-index: 5;
    position: absolute;
    left: 250px;
    height: 4.5%;
    width: 100%;
}

.network_link {
    text-align: right;
    padding-top: 25px;
}

/* ___ FIX FOR SAFARI ___ */
.row:before {
    display: inherit !important;
}


/* —————————— MOBILE MENU —————————— */

* {
    box-sizing: border-box;
}

nav.menu-navigation-loggedin {
    padding: 28px;
}

nav.menu-navigation-loggedout {
    padding: 28px;
}

div#mobile-header, div#mobile-header-loggedin, div#mobile-header-loggedout {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 90px;
    overflow: hidden;
    background-color: transparent;
    z-index: 999999 !important;
    transition: ease 0.4s !important;
}

.open div#mobile-header, .open div#mobile-header-loggedin, .open div#mobile-header-loggedout {
    height: 100%;
    width: 100%;
}

.menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 9;
    float: right;
}

    .menu-icon-toggle span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        background-color: #76766F !important;
        ;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: opacity 0.3s 0.3s;
        transition: opacity 0.3s 0.3s;
    }

    .menu-icon-toggle::before, .menu-icon-toggle::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #76766F !important;
        -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
        transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
        transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
    }

    .menu-icon-toggle::before {
        top: 6px;
    }

    .menu-icon-toggle::after {
        bottom: 6px;
    }

.open .menu-icon-toggle span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
    background-color: #6191d1;
}

.open .menu-icon-toggle::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-background {
    visibility: hidden;
    width: 300%;
    height: 250px;
    position: absolute;
    left: -130%;
    background-color: #fff;
    -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
}

.open .menu-background {
    visibility: visible;
    -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}

.menu-background.middle {
    background: #fff;
    height: 300vh;
    top: -200%;
    opacity: 0;
    transition: ease 0.4s !important;
}

.open .menu-background.middle {
    opacity: 1;
}

.menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.open .menu {
    visibility: visible;
}

.menu li {
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.open .menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .open .menu li:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .open .menu li:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .open .menu li:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .open .menu li:nth-child(4) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .open .menu li:nth-child(5) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .open .menu li:nth-child(6) {
        -webkit-transition-delay: 0.9s;
        transition-delay: 0.9s;
    }

    .open .menu li:nth-child(7) {
        -webkit-transition-delay: 1.0s;
        transition-delay: 1.0s;
    }

div#mobile-header nav .btn, div#mobile-header-loggedin nav .btn, div#mobile-header-loggedout nav .btn {
    width: 180px !important;
}

.menu a {
    position: relative;
    font-size: 24px;
    text-decoration: none;
    color: #76766F;
    font-weight: 300;
}

/* ————— STYLES.CSS —————————————————————————————— */

html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    height: 99.9vh;
    /*font-family: catamaran, sans-serif;*/
}

#cartPanel1, #cartPanel2, #cartPanel3, #cartPanel4 {
    padding: 1%;
}

.cartTable td {
    border: 1px solid black;
    padding: 1%;
}

#dashboardMain {
    background: #000;
}

#dashboardInner {
    padding: 1%;
}

#dashboardSidebar {
    float: left;
    width: 10%;
    padding: 1%;
    min-height: 99vh;
}

#dashboardWrapper {
    float: left;
    width: 88%;
    min-height: 99vh;
    background: #FFF;
}

    #dashboardWrapper div {
        background: #FFF;
    }

#dashboardHeader {
    padding: 1vh 1vw 1vh 1vw;
    border-bottom: 1px solid black;
}

#leftDashboardHeader {
    float: left;
    padding-top: 20px;
}

#rightDashboardHeader {
    float: right;
}

.completionHistoryChart {
    position: relative;
}

.tableSearchBox {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    margin-top: 1.2vh;
    margin-left: 0.5vw;
    padding-left: 0.5vw;
    border-left: 1px solid black;
}

table.dataTable thead th {
    padding-left: 5px !important;
}

tr.highlight {
    background-color: #C1E4EB !important;
}

div#modal {
    position: absolute;
    display: none;
    z-index: 10000;
}

div#modaltitle {
    color: #FFF;
    font-family: catamaran;
    font-size: 1.2em;
    padding-top: 0.2vh;
    font-weight: bold;
    float: left;
}

div#modalx {
    float: right;
    color: #FFF;
    font-size: 1.2em;
}

    div#modalx a {
        text-decoration: none;
        color: #FFF;
    }

div#modalhiddenfields {
    display: none;
}


#loading {
    display: none;
}

#loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}

    #loading-mask > div, #loadingoverlay > div {
        position: absolute;
        top: 40%;
        left: 45%;
        transform: translate(-50%,-50%);
    }

.pln {
    color: #000
}

@media screen {
    .str {
        color: #080
    }

    .kwd {
        color: #008
    }

    .com {
        color: #800
    }

    .typ {
        color: #606
    }

    .lit {
        color: #066
    }

    .pun, .opn, .clo {
        color: #660
    }

    .tag {
        color: #008
    }

    .atn {
        color: #606
    }

    .atv {
        color: #080
    }

    .dec, .var {
        color: #606
    }

    .fun {
        color: red
    }
}

@media print,projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: 700
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: 700
    }

    .lit {
        color: #044
    }

    .pun, .opn, .clo {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: 700
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}

pre.prettyprint {
    padding: 2px;
    border: 1px solid #888
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #eee
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-family: catamaran sans-serif;
        font-size: 12px;
        text-align: center
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0
        }

/* ————— EVERYTHING ELSE —————————————————————————————— */

#progress {
    position: relative;
}

.circle-wrapper {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #FFF;
    overflow: hidden;
}

.circle-empty {
    display: inline-block;
}

.circle-half {
    display: inline-block;
    background-color: white;
    height: 14px;
    width: 6px;
    margin-right: 5px;
}

.circle-full {
    display: inline-block;
    background-color: white;
    height: 14px;
    width: 14px;
}

#mobileAccountButtons {
    display: none;
}


p.remember-creds {
    font-weight: 600 !important;
}


input {
    width: 100%;
    border-style: solid;
    border: 1px solid #BBBBBB;
    padding: 10.5px 10px;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #6E6E6B !important;
}


section#loginForm {
    padding: 35px 40px 35px;
}


div#hero .container, div#hero .row {
    height: 100% !important;
}

section.name {
    width: 48%;
    display: inline-block !important;
    margin-right: 1%;
}

    section.name.first {
        margin-right: 1%;
    }

    section.name.last {
        margin-left: 1%;
        float: right;
    }

p.mock-fieldset-padding {
    font-size: 12px !important;
}

.btn-outline.text-primary, a.modallink.redButton {
    border: 1px solid #137f6a;
}

.product-card .btn {
    padding: 9px 20px !important;
}

/* Staging Bar */
.stagingBar {
    background: red;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    font-size: 0.9em;
    height: 100%;
    text-align: center;
    z-index: 10000;
    writing-mode: vertical-lr;
    padding-left: 4px;
    text-orientation: upright;
}

.banner {
    background-color: yellow!important;
    color: #001A4E!important;
    position: fixed;
    top: 0px;
    /*left: 15%; */
    width: 130%;
    font-size: 0.9em;
    height: 2%;
    min-height: 1.4em !important;
    text-align: center;
    z-index: 4;
}

#alertBanner {
    width: 100% !important;
    /*margin-left: 20% !important;
    padding-left: 20% !important;
    padding-right: 40% !important;*/
    left: 20%!important;
    right:20%!important;
    /*starting position*/
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*apply animation to this element*/
    -moz-animation: alertBanner 45s linear infinite;
    -webkit-animation: alertBanner 45s linear infinite;
    animation: alertBanner 45s linear infinite;
}
    /* Move it (define the animation) */
@-moz-keyframes alertBanner {
        0% {
            -moz-transform: translateX(100%);
        }

        100% {
            -moz-transform: translateX(-100%);
        }
    }

@-webkit-keyframes alertBanner {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes alertBanner {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.roundedBorder {
    border-radius: 8px;
    background-color: #FFF;
    padding: 3%;
    box-shadow: 2px #000;
}

.fourkback {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 80px;
    padding-bottom: 5%;
    /*background: url('/images/bg4_988.png') no-repeat;*/
    background-size: cover;
}

#logo {
    font-size: 2em;
}

div#addToDashboard .btn {
    width: auto !important;
    padding: 9px 10px !important;
}


#content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden !important;
}

.button-container .btn {
    width: 100% !important;
}

.product-card {
    background: #fff;
    padding: 20px 30px 25px;
    margin-bottom: 30px;
    border-radius: 3px !important;
    box-shadow: 0 20px 24px rgba(0,0,0,0.06) !important;
}

    .product-card.curriculum {
        background: #001A4E;
    }


div.product-description {
    position: absolute !important;
    height: calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
    background: rgba(42,102,147,0.95) !important;
    top: 0 !important;
    left: 15px !important;
    border-radius: 3px !important;
    padding: 20px 30px 25px;
    display: none;
    -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s; /* Firefox < 16 */
    -ms-animation: fadein 0.3s; /* Internet Explorer */
    -o-animation: fadein 0.3s; /* Opera < 12.1 */
    animation: fadein 0.3s;
    z-index: 9;
}

.item.product .product-description {
    height: 100% !important;
}

div#modal {
    -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.3s; /* Firefox < 16 */
    -ms-animation: fadein 0.3s; /* Internet Explorer */
    -o-animation: fadein 0.3s; /* Opera < 12.1 */
    animation: fadein 0.3s;
}

div.product-description .description-content {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.title-buttons h4 {
    height: 84px;
}

.footer-menu-header {
    color: #FFF !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.button-container .button-center {
    margin: 0 auto;
}

div#available-training .col-content, div#group-licensing .col-content {
    width: 80%;
    margin: 0 auto;
}

.col-fullimg {
    height: 500px;
    overflow: hidden;
}

    .col-fullimg img {
        height: 100%;
        width: auto;
        min-width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

div#modalcontent {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%,-50%) !important;
    box-shadow: 0 20px 24px rgba(0,0,0,0.06) !important;
    background: #fff !important;
    border-radius: 3px !important;
    overflow: hidden !important;
}

.spacer {
    height: 30px;
}

div#cards {
    padding-top: 20px;
    padding-bottom: 80px;
}

.cardCertificate {
    margin-left: 5px;
    display: none;
}

.lifelineLogo {
    position: absolute;
    width: 150px;
    height: 157px;
    z-index: 5;
    left: 100px;
}

.lifelineHeader {
    height: 90px;
    background-color: #F5F5F5;
    color: #000 !important;
    position: relative;
}

    .lifelineHeader::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px; /* Adjust height */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    }



.table-container tbody td {
    padding: 15px 10px !important;
    border: none !important;
}

.table-container tbody tr {
    border-bottom: 1px solid #bbb !important;
}

    .table-container tbody tr:first-child {
        background: #52738B !important;
        border-bottom: none !important;
    }

.table-container table {
    border: none !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 10px !important;
    border-bottom: none !important;
}

table.dataTable thead tr {
    background: #52738B !important;
}

table.dataTable thead tr {
    color: #fff !important;
    text-transform: uppercase !important;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border: none !important;
}

table.dataTable.stripe tbody tr, table.dataTable.display tbody tr {
    background: transparent !important;
}

table.dataTable td.dataTables_empty {
    padding: 15px 10px !important;
}

td.dataTables_empty {
    color: #000;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_info {
    font-size: 13px;
    color: #6E6E6B !important;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #999;
    padding-top: 0 !important;
    margin-top: 5px;
}

.dataTables_length label {
    margin-bottom: 0 !important;
    font-size: 13px !important;
}

.dataTables_length select {
    width: auto !important;
    height: 30px;
    margin: 0 3px;
}

.dataTables_length {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #6E6E6B !important;
}

.wonderOptions {
    margin-bottom: 10px;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border: none !important;
    padding: 15px 10px !important;
    border-bottom: 1px solid #bbb !important;
}

table.dataTable tr {
    border-bottom: 1px solid #bbb !important;
}

table.dataTable td a {
    background: #137f6a !important;
    padding: 7.5px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    transition: ease 0.2s !important;
    display: block;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px 5px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #6E6E6B !important;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate {
        color: #76766F !important;
        border: 1px solid #bbb !important;
        background-color: white !important;
        background: #fff !important;
    }

.leader .col {
    padding: 10px 0;
}

.leader.row {
    margin: 0;
}


select#productList {
    max-width: 755px;
}






.wrapper .helpbox {
    -webkit-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

    .wrapper .helpbox .help-content {
        -webkit-transition: all 0ms linear 0ms;
        transition: all 0ms linear 0ms;
    }

.wrapper .contentbox {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.wrapper.opened .helpbox {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

    .wrapper.opened .helpbox .help-content {
        -webkit-transition: all 0ms linear 300ms;
        transition: all 0ms linear 300ms;
    }

.wrapper.opened .contentbox {
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.wrapper .helpbox .help-content {
    visibility: hidden;
    height: 0;
    max-height: 0;
}

.wrapper.opened .helpbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: auto;
    max-width: 100%;
}

    .wrapper.opened .helpbox .help-content {
        visibility: visible;
        height: auto;
        width: auto;
        max-width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-height: 9999px;
    }

        .wrapper.opened .helpbox .help-content p {
            width: auto;
        }

.wrapper.opened .contentbox {
    margin-left: -60px;
    z-index: -1;
}

.wrapper .contentbox {
    padding: 20px 20px 20px 80px;
    margin-left: 0;
    z-index: -1;
    background: burlywood;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 40px);
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#intro .btn-outline {
    background: #fff !important;
}




.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .loader .center {
        width: 40px;
        height: 40px;
        background: #1CBDA2;
        border-radius: 50%;
        animation: center 3.2s ease-in-out infinite;
        z-index: 1;
        position: relative;
    }

    .loader .item {
        position: absolute;
        width: 10px;
        height: 10px;
        top: 15px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
    }

.item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
    background: #14B1EE;
}

@keyframes anim-1 {
    0%, 60%, 100% {
        transform: rotate(45deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(45deg) translateX(0) scale(1.5);
    }
}

.item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
    background: #7BCB32;
}

@keyframes anim-2 {
    0%, 60%, 100% {
        transform: rotate(90deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(90deg) translateX(0) scale(1.5);
    }
}

.item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
    background: #001A4E;
}

@keyframes anim-3 {
    0%, 60%, 100% {
        transform: rotate(135deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(135deg) translateX(0) scale(1.5);
    }
}

.item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
    background: #1CBDA2;
}

@keyframes anim-4 {
    0%, 60%, 100% {
        transform: rotate(180deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(180deg) translateX(0) scale(1.5);
    }
}

.item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
    background: #14B1EE;
}

@keyframes anim-5 {
    0%, 60%, 100% {
        transform: rotate(225deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(225deg) translateX(0) scale(1.5);
    }
}

.item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
    background: #7BCB32;
}

@keyframes anim-6 {
    0%, 60%, 100% {
        transform: rotate(270deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(270deg) translateX(0) scale(1.5);
    }
}

.item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
    background: #001A4E;
}

@keyframes anim-7 {
    0%, 60%, 100% {
        transform: rotate(315deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(315deg) translateX(0) scale(1.5);
    }
}

.item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
    background: #1CBDA2;
}

@keyframes anim-8 {
    0%, 60%, 100% {
        transform: rotate(360deg) translateX(40px) scale(1);
    }

    10%, 50% {
        transform: rotate(360deg) translateX(0) scale(1.5);
    }
}

@keyframes center {
    0%, 10%, 90%, 100% {
        transform: scale(0.7);
    }

    45%, 55% {
        transform: scale(1);
    }
}


nav#nav .show {
    display: inline !important;
}

button#name {
    padding: 0;
    border: 0;
    background: transparent;
}

a.dropdown-item.text-light {
    font-size: 14px;
    padding: 6px 15px;
    color: #001A4E !important;
}

.dropdown-menu.show {
    border: none;
    margin-top: 10px;
}

div#titlebar {
    padding: 110px 0 40px;
}

#titlebar .btn {
    max-width: 140px !important;
}

div#intro {
    padding: 20px 0;
}

.dropdown-menu a.dropdown-item:first-child {
    padding-top: 10px;
}

.dropdown-menu a.dropdown-item:last-child {
    padding-bottom: 10px;
}


.product-card.borrowed {
    background: #f7f7f7;
    border: 1px solid rgba(82,115,139,0.3);
    box-shadow: none !important;
}

    .product-card.borrowed button.btn.btn-outline {
        background: #f7f7f7;
    }

img#avatarImage {
    border: 1px solid #ddd;
}

.popover {
    background: #fff !important;
    border: none !important;
    padding: 10px;
    margin-top: 10px !important;
}


.statisticsLeft {
    display: inline-block !important;
    width: 100%;
    padding: 0;
}

.cartTable tbody tr {
    border-bottom: 1px solid #bbb;
}

    .cartTable tbody tr:first-child td {
        background: #52738B;
        border: none;
        color: #fff;
        text-transform: uppercase;
    }

    .cartTable tbody tr:first-child {
        border-bottom: none !important;
    }

div#dashboardInner table, div#cards table {
    width: 100% !important;
    margin-bottom: 30px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 26px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cartTable td {
    border: none;
    padding: 15px 10px;
}

.carousel-control {
    background: transparent !important;
}

.carousel-control {
    width: auto !important;
}

    .carousel-control.right {
        right: -30px !important;
    }

    .carousel-control.left {
        left: -30px !important;
    }

.carousel-control {
    text-shadow: none !important;
    color: rgba(82,115,139,0.5);
    opacity: 1;
    font-size: 40px;
    transition: ease 0.2s !important;
}

    .carousel-control i {
        position: relative;
        top: 42%;
        transform: translateY(-42%);
    }


div#cd-body {
    padding: 0 30px 25px;
}

div#changeViewBox {
    display: none;
}

div#modal {
    height: 100% !important;
    width: 100% !important;
    background: rgba(0,0,0,0.25);
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}

div#modalbody {
    padding: 0 30px 25px;
}

#modalheader {
    padding: 20px 30px 10px;
}

div#modalbuttonwell {
    position: relative;
    padding: 0 30px 35px;
}

a.modallink {
    padding: 9.5px 20px !important;
    position: relative;
    transition: ease 0.2s !important;
}

    a.modallink.redButton {
        color: #137f6a !important;
        background: transparent !important;
        margin-left: 10px;
    }

    a.modallink.normalButton {
        color: #fff !important;
    }

    a.modallink:hover {
        top: -2px;
        margin-bottom: 2px;
    }

div#modalx img {
    height: 12px;
    width: 12px;
}

div#modalx {
    opacity: 0.5 !important;
    transition: ease 0.2s !important;
}

    div#modalx:hover {
        opacity: 1 !important;
    }

select {
    width: 100%;
    height: 40px;
    background: #fff !important;
    border-color: #bbb !important;
    border-radius: 2px !important;
    color: #76766F !important;
    font-size: 13px;
    font-weight: 600;
}

input#fileinput {
    width: auto !important;
}

input#fileinput {
    padding: 20.5px 15px !important;
    margin-left: 10px;
}

img#avatar {
    border: 1px solid #bbb;
}

.totals {
    margin: 0 10px;
}

span.totalamount {
    float: right;
    font-weight: 700;
    color: #6E6E6B;
}

input[type="radio"], input[type="checkbox"] {
    width: auto !important;
    margin-right: 10px !important;
}



ul#social-share {
    margin-top: 5px;
}

li#twitter {
    line-height: 10px !important;
    background: #1b95e0;
    text-align: center;
    border-radius: 5px;
    padding: 4px 0;
}

    li#twitter:hover {
        background: #0c7abf;
    }

li#facebook {
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #4f7cd4;
}

    li#facebook:hover {
        border: 1px solid #365899;
    }

li#youtube p {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}

li#youtube i {
    font-size: 17px !important;
    margin-right: 2px;
    line-height: 10px !important;
}

li#youtube {
    line-height: 10px !important;
    background: #e52727;
    border-radius: 5px;
}

    li#youtube a {
        padding-left: 7px;
    }

        li#youtube a:hover {
            opacity: 1 !important;
        }

    li#youtube:hover {
        background: #bd1b1b;
    }

ul#social-share li {
    margin-bottom: 3px;
    max-width: 70px !important;
}

li#youtube a:focus {
    text-decoration: none;
}


.icon-box {
    padding: 40px 50px;
}

img.fig-icon {
    height: 117px;
    width: 117px;
    margin-bottom: 24px;
}

.section {
    padding: 100px 0 120px;
}

.solution {
    transition: ease 0.4s !important;
    overflow: hidden;
}

    .solution h3 {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

div#hp-solutions-content, div#hp-training-content {
    padding: 100px;
}

.solution:before {
    content: " ";
    position: absolute;
    height: 110%;
    width: 110%;
    transition: ease 0.4s !important;
    transition-delay: 0.1s !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 3px;
}

.solution.solution-1:before {
    background: rgba(123,203,50,0.75);
}

.solution.solution-1:hover:before {
    background: rgba(123,203,50,0.95);
}

.solution.solution-2:before {
    background: rgba(45,130,193,0.75);
}

.solution.solution-2:hover:before {
    background: rgba(45,130,193,0.95);
}

.solution.solution-3:before {
    background: rgba(20,177,238,0.75);
}

.solution.solution-3:hover:before {
    background: rgba(20,177,238,0.95);
}

.solution.solution-4:before {
    background: rgba(28,189,162,0.75);
}

.solution.solution-4:hover:before {
    background: rgba(28,189,162,0.95);
}

.solution:hover:before {
    width: 80%;
    height: 56px;
}
/*
.solution:hover h3 {
    opacity: 0;
}
*/





.research-chart img {
    max-width: 410px;
    height: auto;
    width: 80%;
}

.research-chart {
    max-width: 540px;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
}





#hp-testimonials {
    background: url("../img/blue-background.png");
    background-size: cover;
    background-position: center center;
}

.testimonial-video {
    width: 100%;
    max-width: 600px !important;
    margin: 0 auto;
}




.carousel-wrap {
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    top: calc(50% - 15px);
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
    opacity: 0.5 !important;
    transition: ease 0.2s !important;
}

    .owl-nav i:hover {
        opacity: 1 !important;
    }

.owl-nav .owl-prev {
    left: -32px;
}

.owl-nav .owl-next {
    right: -34px;
}

.owl-item {
    margin: 0 5px !important;
}

.product-img img {
    max-width: 100px !important;
    margin: 0 auto;
}

div#trialTrainingBlock, div#freeTrainingBlock {
    margin: 0 auto !important;
}

.col-12.carousel-wrap {
    padding: 0 !important;
}

.owl-stage-outer {
    margin-left: -5px;
}


#myFooter, #copyright {
    background-color: #1C3775;
}

.footer-menu {
    text-align: center;
    margin-top: 10.5px !important;
    margin-bottom: 10.5px !important;
}

    .footer-menu a {
        color: #FFF;
    }

.footer-menu-header {
    color: #137f6a;
    text-align: center;
    margin-top: 10.5px !important;
    margin-bottom: 10.5px !important;
}

.address, .address a, #dateLine {
    color: #FFF !important;
}


footer li, div#copyright p {
    list-style: none;
    font-size: 14px !important;
    line-height: 23px !important;
}

footer i {
    font-size: 30px !important;
    line-height: 32px !important;
    letter-spacing: 2px !important;
}

footer div#logo {
    margin-top: 15px;
}

footer {
    padding: 20px 0 30px;
}

div#copyright {
    padding: 40px 0;
    border-top: 1px solid #3f759e !important;
}


.purchaseTable {
    width: 43vw;
}

#questionnaireBox p {
    margin-top: 20px !important;
    font-weight: bold;
}


/* —————————— MEDIA QUERIES —————————— */

@media (max-width: 1024px) {
    h1 {
        font-size: 34px !important;
        line-height: 42px !important;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    nav#nav li a, button#name {
        font-size: 16px;
        margin-left: 10px;
    }

    #poweredBy p, #poweredBy div {
        text-align: center;
    }

    .copy {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    nav#nav {
        display: none;
    }

    .search-box + label .search-icon, .search-box:focus + label .search-icon, input#search-box {
        font-size: 16px;
    }

    .search-box:focus {
        width: 485px;
    }

    form.search-container {
        top: 22px;
        right: 146px;
    }

    .icon-box {
        padding: 40px 20px;
    }

    div#hp-solutions-content, div#hp-training-content {
        padding: 100px 60px;
    }

    select#productList {
        max-width: 580px;
    }

    #continueShoppingButton {
        display: none;
    }

    .purchaseTable {
        width: 75vw;
    }

    #intro {
        display: none;
    }

    #simAlert {
        width: 90vw;
        height: 20vh;
    }

    #myAccountButtons {
        display: none;
    }

    #mobileAccountButtons {
        display: block;
    }

    #changeViewBox {
        display: none !important;
    }

    #groupAccounts {
        display: none !important;
    }

    div#checkoutCircles {
        display: none !important;
    }

    div#walkthroughcontent {
        top: 5vh;
        left: 5vw;
        width: 90vw;
        height: 85vh;
    }

    div#walkthroughturnoff {
        float: none !important;
    }

    div#walkthroughnextprev {
        float: none !important;
        margin-top: 5%;
    }

    button#walkthroughNextStepBtn, button#walkthroughRestartBtn {
        margin-left: 15vw;
    }

    button#walkthroughDisableBtn, button#walkthroughPrevStepBtn {
        margin-left: 5vw;
    }

    #accordionWrapper {
        width: 75vw;
    }

    #logo {
        font-size: 1.5em;
    }

    .login_banner {
        height: 5%;
    }

        .login_banner p {
            padding: 7px;
            font-size: 0.9em !important;
            width: 50%;
        }

    .network_link {
        text-align: right;
        padding-top: 25px;
    }
}

@media (max-width: 991px) {
    h1 {
        margin-bottom: 20px;
    }

    header.container-fluid.shadow {
        padding: 20px 20px;
        background: #fff !important;
        display: inline-block !important;
        left: 0 !important;
        margin: 0;
    }

    div#mobile-header, div#mobile-header-loggedin, div#mobile-header-loggedout {
        display: inherit !important;
    }

    #poweredBy p, #poweredBy div {
        text-align: center;
    }

    .copy {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    nav#nav {
        display: none;
    }

        nav#nav li {
            display: none !important;
        }

    form.search-container {
        display: none !important;
    }

    #nav .btn {
        margin-left: 0;
        margin-right: 58px;
    }

    .train-btn {
        display: inline-block;
        position: absolute;
        top: 20px;
        float: right;
        right: 78px;
    }

        .train-btn .btn {
            width: 160px !important;
        }

    header .row {
        display: inline-block !important;
    }

    div#hp-solutions-content, div#hp-training-content {
        padding: 100px 0;
        width: 690px;
        margin: 0 auto;
        text-align: center;
    }

    div#hp-training .row {
        width: 100%;
    }

    .solution {
        height: 300px;
    }

    .hp-training-img {
        height: 600px;
    }

    div#loginBox {
        width: 90%;
        margin-left: 5%;
        margin-top: 15vh;
    }

    div#available-training .col-content, div#group-licensing .col-content {
        width: 100% !important;
        max-width: 679px !important;
        padding: 40px 0 60px !important;
    }

    .col-fullimg img {
        height: auto !important;
        width: 100% !important;
    }

    div#available-training .col-lg-6.col-fullimg {
        display: none;
    }

    .col-fullimg {
        height: 400px;
    }

    div#loginBox {
        margin: 0 15px;
    }

    nav#nav {
        display: none !important;
    }

    .table-container, .tableWrapper {
        max-width: 100vw;
        overflow-x: scroll;
    }

    .order-info .addressBoxes {
        margin: 0 0 30px !important;
        padding: 0 !important;
    }

    select#productList {
        max-width: 340px;
    }

    #continueShoppingButton {
        display: none;
    }

    .purchaseTable {
        width: 75vw;
    }

    #intro {
        display: none;
    }

    #simAlert {
        width: 90vw;
        height: 20vh;
    }

    #myAccountButtons {
        display: none;
    }

    #mobileAccountButtons {
        display: block;
    }

    #changeViewBox {
        display: none !important;
    }

    #groupAccounts {
        display: none !important;
    }


    div#checkoutCircles {
        display: none !important;
    }

    div#walkthroughcontent {
        top: 5vh;
        left: 5vw;
        width: 90vw;
        height: 85vh;
    }

    div#walkthroughturnoff {
        float: none !important;
    }

    div#walkthroughnextprev {
        float: none !important;
        margin-top: 5%;
    }

    button#walkthroughNextStepBtn, button#walkthroughRestartBtn {
        margin-left: 15vw;
    }

    button#walkthroughDisableBtn, button#walkthroughPrevStepBtn {
        margin-left: 5vw;
    }

    #accordionWrapper {
        width: 75vw;
    }

    #logo {
        font-size: 1.5em;
    }

    .login_banner {
        height: 7%;
    }

        .login_banner p {
            width: 50%;
        }

    .network_link {
        text-align: left;
        padding-top: 25px;
    }
}

@media (max-width: 767px) {

    div#hp-solutions-content, div#hp-training-content {
        width: 510px;
    }

    #poweredBy p, #poweredBy div {
        text-align: center;
    }

    .copy {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    nav#nav {
        display: none;
    }

    footer {
        padding: 50px 0;
    }

    .hp-training-img {
        height: 500px;
    }

    div#available-training .col-content, div#group-licensing .col-content {
        max-width: 510px !important;
    }

    .col-fullimg {
        height: 300px;
    }

    span.totalamount {
        float: none;
        margin-left: 5px;
    }

    .billingAddress {
        margin-bottom: 30px;
    }

    #intro .d-flex {
        display: block !important;
        text-align: center;
    }

    div#addToDashboard {
        margin-top: 10px;
    }

    select#productList {
        max-width: 800px;
        display: block !important;
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }

    #continueShoppingButton {
        display: none;
    }

    .purchaseTable {
        width: 75vw;
    }

    #intro {
        display: none;
    }

    #simAlert {
        width: 90vw;
        height: 20vh;
    }


    #myAccountButtons {
        display: none;
    }

    #mobileAccountButtons {
        display: block;
    }


    #changeViewBox {
        display: none !important;
    }

    #groupAccounts {
        display: none !important;
    }


    div#checkoutCircles {
        display: none !important;
    }

    #modalcontent {
        width: 90vw;
        height: 80vh;
    }

    div#walkthroughcontent {
        top: 5vh;
        left: 5vw;
        width: 90vw;
        height: 85vh;
    }

    div#walkthroughturnoff {
        float: none !important;
    }

    div#walkthroughnextprev {
        float: none !important;
        margin-top: 5%;
    }

    button#walkthroughNextStepBtn, button#walkthroughRestartBtn {
        margin-left: 15vw;
    }

    button#walkthroughDisableBtn, button#walkthroughPrevStepBtn {
        margin-left: 5vw;
    }

    #accordionWrapper {
        width: 75vw;
    }

    #logo {
        font-size: 1em;
    }

    .login_banner {
        height: 8%;
    }

        .login_banner p {
            width: 50%;
        }

    .network_link {
        text-align: left;
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    p, li {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .mobile-hide {
        display: none;
    }

    .section {
        padding: 50px 0 60px;
    }

    .lifelineLogo {
        left: 40px;
    }

    .lifelineHeaderTop {
        margin-left: 220px;
    }

    .logosec {
        display: none;
    }

    #secondaryTop {
        display: none;
    }

    #poweredBy p, #poweredBy div {
        text-align: center;
    }

    .copy {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    nav#nav {
        display: none;
    }

    #logo {
        font-size: 1.3em;
    }

    .fourkback {
        background: inherit;
        padding-top: 60px;
    }

    .train-btn {
        display: none !important;
    }

    .button {
        z-index: 1000;
    }

    div#hp-solutions-content, div#hp-training-content {
        width: 100%;
        padding: 50px 0 60px;
    }

    .solution {
        height: 150px;
    }

    .hp-training-img {
        height: 300px;
    }


    div#loginBox, div#registrationForm {
        padding: 35px 30px 30px;
    }

    div#available-training .col-content, div#group-licensing .col-content {
        max-width: 315px !important;
        padding: 50px 0 50px !important;
    }

    .col-fullimg {
        height: 220px;
    }

    div#cards {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .owl-nav .owl-next {
        right: -9px;
    }

    .owl-nav .owl-prev {
        left: -7px;
    }

    .owl-nav i {
        font-size: 40px;
    }

    li#youtube {
        padding: 2px 0;
    }

    .button-container .col-6 {
        display: inline !important;
    }

    section#loginForm .btn {
        max-width: 235px;
    }

    #continueShoppingButton {
        display: none;
    }

    .purchaseTable {
        width: 75vw;
    }

    #intro {
        display: none;
    }

    #simAlert {
        width: 90vw;
        height: 20vh;
    }


    #myAccountButtons {
        display: none;
    }

    #mobileAccountButtons {
        display: block;
    }

    #modalcontent {
        width: 90vw;
        height: 80vh;
    }

    #changeViewBox {
        display: none !important;
    }

    #groupAccounts {
        display: none !important;
    }


    div#checkoutCircles {
        display: none !important;
    }

    div#walkthroughcontent {
        top: 5vh;
        left: 5vw;
        width: 90vw;
        height: 85vh;
    }

    div#walkthroughturnoff {
        float: none !important;
    }

    div#walkthroughnextprev {
        float: none !important;
        margin-top: 5%;
    }

    button#walkthroughNextStepBtn, button#walkthroughRestartBtn {
        margin-left: 15vw;
    }

    button#walkthroughDisableBtn, button#walkthroughPrevStepBtn {
        margin-left: 5vw;
    }

    #accordionWrapper {
        width: 75vw;
    }

    #logo {
        font-size: 0.6em;
        margin-left: -60px;
    }

    .login_banner {
        height: 10%;
        margin-left: -60px;
    }

        .login_banner p {
            font-size: 0.8em !important;
            width: 50%;
        }

    .banner {
        left: 30%;
    }

    .network_link {
        text-align: left;
        padding-top: 50px;
    }
}

.h6-988 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}