/*------------------------ FONT FACE ----------------------------*/

/***** Font Definition for Open Sans. This stylesheet comes from qrohlf.com/posts/better-opensans *****/

/* Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg') 
         url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;

}

/* Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'), 
         url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'), 
         url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;

}

/* Light Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'),
         url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;

}

/* Semibold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg') 
         url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

}

/* Semibold Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg')
         url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;

}

/* Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg') 
         url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;

}

/* Bold Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg') 
         url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-weight: 700;
    font-style: italic;

}

/* Extra Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg') 
         url('fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Extra Bold Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg') 
         url('fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/*---------------------------------- STAGESETTING ----------------------------------*/

html {
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%; /* BW - Prevent font scaling in landscape while allowing user zoom */
}

body {
    height: 100%;
    font-family: Open Sans, sans-serif !important;
    -webkit-font-smoothing: antialiased; /*This fixes font aliasing on OSX.*/
    background-size: cover;
    color: #606060;
    
}

h4 {
    font-weight:700;
    margin-bottom:0.7em;
}

em {
    font-style: italic;
    font-weight: 600;
}

b {
    font-weight:700;
}

strong {
    font-weight: 700;
}

a {
    color: #555; /* #333333;*/
    /*text-decoration: none;*/
}

    a:visited {
        color: #555; /*#7d7979;  #777777;*/
    }

p {
    line-height:1.5em;
    margin-bottom:1.5em;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        /*position: static;*/
        width: auto;
        height: auto;
        overflow: visible;
        left: 0;
        top: 80px;
        background-color: #ffffff;
        color: #333333;     
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
        z-index:1000;
    }                       

#downtimeMessage {
    color:#473900;
    font-weight:500;
    font-size:0.8em;
    text-align:center;
    padding:10px 20px;
    -webkit-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
    background:#FFD25C;
    width:100%;
    box-sizing:border-box;
    line-height:1.4em;
}

.outerWrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto; /* -142px*/
    background: #E6EBE8; /*url('../images/home/bgSlice2.png') repeat-x;*/
    /*background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );*/
}

.innerWrapper {
    /*max-width: 1200px;*/
    margin: 0 auto 0 auto;
}

.push {
    height: 100px;
}

form {
    height: 100%;
}

.button:hover {
    cursor: pointer;
    /*opacity: 0.8;*/
}

.object-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}



/*---------------------------------- HEADER & NAV BAR ----------------------------------*/

header {
    height: 90px;
    overflow: hidden;
}



.logo {
    background: url('https://storage.googleapis.com/adb-website/Logos/Main%20Website/logo.png') center center no-repeat;
    height: 100px;
}

    .logo:hover {
        cursor: pointer;
        text-decoration: none;
    }

.signinButton {
    display:inline-block;
    background: #878787;
    color: #fff;
    border-radius: 3px;
    padding: 5px 20px;
}

.signinButton.open {
    border-radius:0;
    color: #fff;
    border:none;
}

.signinButton:hover {
    cursor:pointer;
    background:#A3A3A3;
}

.loginBox {
    position:absolute;
    right:0;
    margin-top:-5px;
    background:#878787;
    font-size: 12px;
    z-index:20;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.5);
    padding-top:0.5em;
    width:275px;
}

.loginBox .row {
    margin:1em;
}

.signinLinks, .divuser {
    float:right;
    position:relative;
    padding:10px 0;
    font-size:0.9em;
}

.mobileSigninLinks {
    display:none;
    font-family: Manrope;
}

.signinCancel,
.signinConfirm {
    margin-top:1em;
    text-align:center;
    color:#404040;
    padding:6px 12px;
    border-radius:5px;
    font-size:1.2em;
    font-weight:600;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #b5b5b5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b5b5b5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#b5b5b5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#b5b5b5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5',GradientType=0 );
    -webkit-box-shadow: 0px 2px 0px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(133,133,133,1);
    box-shadow: 0px 2px 0px 0px rgba(133,133,133,1);
}

.signinCancel:hover,
.signinConfirm:hover {
    cursor:pointer;
    opacity:0.8;
    background:#fff;
}

.signinCancel {
    float:left;
}

.signinConfirm {
    float:right;
}

.email, .pass {
    border: none;
    border: 1px solid #A3A3A3;
    border-radius: 3px;
    padding: 0.5em;
    background-color: #FFF;
    background: -moz-linear-gradient(top,  #dedede 0%, #efefef 20%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(20%,#efefef), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dedede 0%,#efefef 20%,#ffffff 100%);
    background: -o-linear-gradient(top,  #dedede 0%,#efefef 20%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #dedede 0%,#efefef 20%,#ffffff 100%);
    background: linear-gradient(to bottom,  #dedede 0%,#efefef 20%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    box-sizing:border-box;
    margin:10px 0;
}

.email.attention, .pass.attention {
    background: #ffddc0;
    background: -moz-linear-gradient(top,  #ffddc0 0%, #fff0df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffddc0), color-stop(100%,#fff0df));
    background: -webkit-linear-gradient(top,  #ffddc0 0%,#fff0df 100%);
    background: -o-linear-gradient(top,  #ffddc0 0%,#fff0df 100%);
    background: -ms-linear-gradient(top,  #ffddc0 0%,#fff0df 100%);
    background: linear-gradient(to bottom,  #ffddc0 0%,#fff0df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddc0', endColorstr='#fff0df',GradientType=0 );
    border-color: #D53B3B;
    -webkit-animation: warningBox 1s linear;
    -moz-animation:    warningBox 1s linear;
    -o-animation:      warningBox 1s linear;
    animation:         warningBox 1s linear;
}

.forgotPass, .remember {
    color: #fff;
    font-size:1.2em;
}

.forgotPass {
    float:right;
}

.remember input, .remember label {
    vertical-align:middle;
    margin-right:0;
}

.hellouser, .newUser {
    margin-right:1em;
    display:inline-block;
}

.myaccount {
    margin-left:1em;
    background:#878787;
    padding:10px;
    color:#fff;
    text-decoration:none;
}

.newUser {
    margin-bottom:10px;
}

.messageContainer {
    color:#fff;
    background:#2E3738;
    padding:1em;
    font-size:1.1em;
    text-align:center;
    width:100%;
    box-sizing:border-box;
}

.messageContainer.attention {
    background:#a80000;
}

.loginBox span.loginmessage {
    margin-left:15px;
}

div.phone {
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin: 0 0 5px 0;
}

    div.phone figure {
        display: inline-block;
        background: url('/images/home/sprite1.png') -300px 0px;
        width: 8px;
        height: 11px;
        margin-right: 10px;
    }

    .phone a {
        text-decoration:none;
    }

    .phone a:hover {
        cursor:default;
    }

/*nav {
    color: #fff;
}*/

/*.dashboard-nav  {
    display: none !important ; 
}*/

.mainNav {
    font-size:1em;
    background: #a80000;
    background: -moz-linear-gradient(top, #a80000 0%, #8a0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a80000), color-stop(100%,#8a0000));
    background: -webkit-linear-gradient(top, #a80000 0%,#8a0000 100%);
    background: -o-linear-gradient(top, #a80000 0%,#8a0000 100%);
    background: -ms-linear-gradient(top, #a80000 0%,#8a0000 100%);
    background: linear-gradient(to bottom, #a80000 0%,#8a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#8a0000',GradientType=0 );
    width:100%;
}

.mainNav div {
    padding: 17px;
    display: inline-block;
}

div.activePage {
    padding-top:12px;
}

/*.activePage:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 15px 0 15px;
        border-color: #EBEBEB transparent transparent transparent;
        position:relative;
        bottom:12px;
        margin:0 auto;
        display:block;
    }

nav div:hover {
    cursor: pointer;
    opacity: 0.7;
}*/

.navlink {
    color: #fff;
    text-decoration: none;
}

    .navlink:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.mainNavContainer {
    display:block;
    text-align:left;
}

.secondaryNav {
    display:none;
    width: 100%;
    color: #fff;
    margin: 80px 0 0 0;
    background: #606060;
    font-size:0.9em;
    position: fixed;
    z-index: 100;
    cursor: pointer;
}
.banner-nav {
    cursor: auto;
    background: #ffffff;
    padding: 12px;
    top: 34px;
    color: #333333;
    display: none;
    box-shadow: 0 0 4px rgba(0,65,94,0.5);
    font-size: 0.9em;
    position: fixed;
    z-index: 100;
    margin: 80px 0 0 0;
    width: 100%;
}

.re-banner-nav {
    cursor: auto;
    background: #ffffff;
    padding: 12px;
    top: 34px;
    color: #333333;
    display: none;
    box-shadow: 0 0 4px rgba(0,65,94,0.5);
    font-size: 0.9em;
    position: fixed;
    z-index: 100;
    margin: 80px 0 0 0;
    width: 100%;
}

.secondaryNav div {
    display: inline-block;
}

.current  {
    /*background:#1A1A1A;*/
}

a.dashLink {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    color:#fff;
}


@media screen and (max-width: 1012px) {
    a.dashLink {
        padding: 10px;
    }
}

@media screen and (max-width:550px) {
    .secondaryNav div {
        display: block;
        width: 100%;
        text-align: center;
    }

    .banner-nav {
        margin-top:139px;
    }
}

@media screen and (max-width: 320px) {
    a.dashLink {
        display: inline-block;
        padding: 10px 13px;
    }
}

.dashLink {
    display:none;
}

#dashLinkMyStudents {
    /*display:none;*/
}

.cartLink {
    position:relative;
    z-index:10;
    /*float: right !important;*/
    clear: none;
    font-size: 12px;
}

    .cartLink figure {
        width: 14px;
        height: 10px;
        background: url('/images/home/sprite1.png') -308px 0px;
        display: inline-block;
        margin-right: 10px;
    }

.compactMenuButtonsWrapper {
    position:relative;
    z-index:9;
}

.compactMenuButtons {
    float: right;
    height: 80px;
    margin: 0;
    padding: 0;
    display: none;
    align-items: center;
}

.compactMenuButton div:hover {
    opacity:1;
}

.compactMenuButtonBars {
    font-size: 30px;
    padding: 28px;
    color: rgb(20, 0, 14);
    cursor: pointer;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*---------------------------------- BODY ----------------------------------*/

h1 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

h2 {
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 5px;
}

.pageHeading {
    font-weight: 300;
    color: #606060;
    margin: 50px 0 30px 0; /*50px*/
    font-size: 18pt;
}
.pageHeading.banner {
    margin-top:90px;
}

.reMobile {
    margin-top: 60px;
}



@media screen and (max-width: 862px) {
    .reMobile {
        margin-top: 80px;
    }
}

@media screen and (max-width: 486px) {
   .reMobile {
       margin-top: 110px;
   }
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #606060;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #606060 transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*------- Social Media Links -------*/

.socialMedia {
    margin:100px auto 20px auto;
    text-align:right;
    max-width:1200px;
}

.socialMedia a {
    margin-left:20px;
    display:inline-block;
}

.socialMedia figure {
    background-image:url('/images/home/sprite1.png');
}

.rss {
    width:18px;
    height:18px;
    background-position:-137px -102px;
}

.twitter {
    width:22px;
    height:18px;
    background-position:-155px -102px;
}

.facebook {
    width:11px;
    height:20px;
    background-position:-177px -102px;
}

/*----------- UNIVERSAL BUTTON -------------*/

.actionButton {
    border-radius: 3px;
    border: 1px solid #007A7F; /*#4B6994;*/
    font-weight: 700;
    font-size: 13px;
    height: 100%;
    padding: 3px 7px;
    text-align: center;
    color: #fff;
    background: #007A7F; /*#5d95b2;*/
    /*background: -moz-linear-gradient(top, #5d95b2 0%, #4b687c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d95b2), color-stop(100%,#4b687c));
    background: -webkit-linear-gradient(top, #5d95b2 0%,#4b687c 100%);
    background: -o-linear-gradient(top, #5d95b2 0%,#4b687c 100%);
    background: -ms-linear-gradient(top, #5d95b2 0%,#4b687c 100%);
    background: linear-gradient(to bottom, #5d95b2 0%,#4b687c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d95b2', endColorstr='#4b687c',GradientType=0 );*/
    text-transform: uppercase;
    text-decoration: none;
}

    .actionButton:visited {
        color: #fff;
    }

    .actionButton:hover {
        cursor: pointer;
        background: #01696D; /*#f7ac1e;*/
        /*background: -moz-linear-gradient(top, #f7ac1e 0%, #dc6000 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ac1e), color-stop(100%,#dc6000));
        background: -webkit-linear-gradient(top, #f7ac1e 0%,#dc6000 100%);
        background: -o-linear-gradient(top, #f7ac1e 0%,#dc6000 100%);
        background: -ms-linear-gradient(top, #f7ac1e 0%,#dc6000 100%);
        background: linear-gradient(to bottom, #f7ac1e 0%,#dc6000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ac1e', endColorstr='#dc6000',GradientType=0 );*/
    }

    .bannerButton {
        margin-left: 5px;
        background-color:#007a7f; 
        color:#ffffff; 
        padding: 7px 20px;
        border-radius:3px; 
        cursor: pointer;
        text-decoration: none;
        display:inline-block;
        vertical-align: middle;
    }
    .bannerButton:hover {
        background: #01696D;
    }
    a.bannerButton:visited {
        color: #ffffff;
    }

    .closeBanner {
        float: right;
        vertical-align: middle;
        text-align: right;
        margin-right: 25px;
        padding-top: 6px;
        cursor: pointer;
    }
        /*----------- Series 6 Subscription button-----------*/
        .subButton {
            border-radius: 4px;
            font-weight: 600;
            font-size: 18px;
            height: 100%;
            padding: 16px 18px;
            text-align: center;
            color: #fff;
            background: #007a7f;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease 0s;
            cursor: pointer;
            margin-right: 7px;
            margin-top: 5px;
            margin-bottom: 5px;
            max-width: 400px;
            line-height: 24px;
        }
   
/*---------------------------------- FOOTER ----------------------------------*/

.footer {
    clear: both;
    background: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #6B6B6B;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.85);
    box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.85);
}

    .footer a {
        margin: 10px;
        color: #6B6B6B;
        text-decoration: none;
    }

/*---------------------------------- GROUP (CLEARFIX) ----------------------------------*/

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .group {
    zoom: 1;
}
/* IE6 */
*:first-child + html .group {
    zoom: 1;
}
/* IE7 */


/*------------------ STICKY FOOTER -----------------*/

/*#body {display:none;}*/

#body {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 1px;
}


/*@media screen and (max-width: 975px) {
    #body {
        padding-top: 13px;
    }
}*/

/*padding-bottom::after 5% 0;
max-width: 1400px;*/

/*-------------------------  RESPONSIVE TRIGGERS   -----------------------------*/

    @media screen and (max-width: 1200px) {
        .logo {
            margin: 30px 0 0 17px;
        }

        /*#body {
            margin: 0 0.5em;
        }*/

        .socialMedia {
            margin: 100px 40px 20px 40px;
        }

        .footer {
            letter-spacing: 0px;
            line-height: 2em;
        }
    }

    @media screen and (max-width: 980px) {
        .mainNav {
            font-size: 0.9em;
        }
    }

    @media screen and (max-width: 1012px) {
        /*820*/


        .logo {
            float: none;
            clear: both;
            margin: 30px auto 30px auto;
        }

        .divuser * {
            padding: 0;
            margin-left: 0;
        }

        .divuser .row {
            padding: 20px;
            text-align: center;
        }

            .divuser .row * {
                white-space: nowrap;
            }

        .myaccount {
            text-decoration: underline;
        }

        div.phone {
            font-size: 16px;
        }

        .myaccount {
            background: none;
        }

        .signinLinks {
            display: none;
        }

        .mobileSigninLinks, .mobileUserClass {
            display: block;
            /*background: #878787;*/
            font-size: 0.9em;
            float: none;
        }

        .divuser {
            float: none;
            padding: 0;
        }

            .divuser * {
                color: #fff;
                margin: 0 1em;
            }

        .newUser, #signinButtonMobile {
            /*margin: 1em;*/
            display: inline-block;
        }

            .newUser a {
                color: #fff;
            }

        #signinButtonMobile {
            display: inline-block;
        }

            #signinButtonMobile div {
                display: inline-block;
                padding: 5px 10px;
                font-weight: 600;
                color: #fff;
                font-size: 1.2em;
                border-radius: 3px;
                border: 1px solid #ABABAB;
                background: #a39c9b;
                background: -moz-linear-gradient(top, #a39c9b 0%, #7f7572 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a39c9b), color-stop(100%,#7f7572));
                background: -webkit-linear-gradient(top, #a39c9b 0%,#7f7572 100%);
                background: -o-linear-gradient(top, #a39c9b 0%,#7f7572 100%);
                background: -ms-linear-gradient(top, #a39c9b 0%,#7f7572 100%);
                background: linear-gradient(to bottom, #a39c9b 0%,#7f7572 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a39c9b', endColorstr='#7f7572',GradientType=0 );
            }

            #signinButtonMobile:hover {
                cursor: pointer;
            }

            #signinButtonMobile:active {
                background: #7c7877;
                background: -moz-linear-gradient(top, #7c7877 1%, #595350 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7c7877), color-stop(100%,#595350));
                background: -webkit-linear-gradient(top, #7c7877 1%,#595350 100%);
                background: -o-linear-gradient(top, #7c7877 1%,#595350 100%);
                background: -ms-linear-gradient(top, #7c7877 1%,#595350 100%);
                background: linear-gradient(to bottom, #7c7877 1%,#595350 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7877', endColorstr='#595350',GradientType=0 );
            }

        .cartLink {
            font-size: 15px;
        }

        .mainNav div {
            float: none;
            display: block;
        }

        .mainNavContainer div {
            float: none;
            text-align: left;
            border-top: 1px solid #c76767;
            padding: 12px 15px;
        }

        .activePage:before {
            display: none;
        }

       

        .activePage {
            background-color: #e8e8e8; /*#7C0606;*/
        }

        .compactMenuButton div {
            padding: 0;
            background-color: #999;
            margin-bottom: 0px;
            margin-top: 6px;
        }

        .mainNavContainer {
            display: block;
        }

            .mainNavContainer div:hover {
                opacity: 1;
                background: rgb(177, 17, 17);
            }

        .secondaryNav {
            text-align: left;
            margin-top: 80px;
        }

            .secondaryNav div {
                /*width:100%;*/
                display: inline-block;
            }
      

        .cartLink {
            display: inline-block;
            float: none;
            clear: both;
            border: none !important;
            margin-top: 5px;
        }

        .footer {
            letter-spacing: 0px;
            line-height: 2em;
            font-size: 14px;
        }
    }


    @media screen and (max-width: 1012px) {
        .compactMenuButton {
            display: inline-block;
            float: right;
            padding: 20px 11px;
            cursor: pointer;
            /*width: 28px;*/
            width: 13%;
            max-width: 52px;
        }
    }

    @media screen and (max-width: 550px) {

        /*#body {
            margin: 0 1em;
        }*/

        #logoArea {
            width: 90%;
            margin: 0 auto;
            max-width: 350px;
        }

        .logo {
            background-size: cover;
            width: 100%;
            padding-top: 8.7%;
            height: auto;
        }

        div.phone {
            text-align: center;
            margin: 1.5em 0 1em 0;
        }

        .socialMedia {
            text-align: center;
        }

            .socialMedia a {
                float: none;
                clear: both;
                margin: 0 20px;
                display: inline-block;
            }
    }


    /*New Navigation Formatting*/

    .newHeaderWrap {
        background: white;
        height: 80px;
        display: inline-block;
        width: 100%;
        position: fixed;
        z-index: 9999999999999999999;
    }

.newNav {
    background: #fff;
    z-index: 110;
    transition: height 600ms 0s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /*max-width: 82rem;*/
    margin: auto;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    min-width: 305px;
}

    .newNavWrap {
        float: right;
        display: inline-block;
        vertical-align: middle;
        height:80px;
        padding-top: 0;
    }

    .newNav .cart img {
        width: 25px;
        height: 18px
    }

    .navLogoWrap {
        height: 80px;
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin-left: 25px;
    }

    .navLogoHelper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .newNav ul {
        list-style: none;
        position: relative;
        margin: 0 auto;
        display: inline-block;
        cursor: pointer;
        background-color: #fff;
    }

.newNavInnerWrap {
    max-width: 82rem;
}

.nav-wrap li {
    display: inline-block;
    padding-top: 36px;
    padding-bottom: 19px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-family: Manrope;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(24 26 29/var(--tw-text-opacity));
    font-size: .875rem;
}

    .newNav ul li:hover {
        color: #8d8d8d;
    }

    .newNav ul li:active {
        color: rgb(24, 26, 29);
    }


    .newNav ul li a {
        text-decoration: none;
    }


    .newNav img {
        vertical-align: middle;
        cursor: pointer;
        box-sizing: border-box;
    }

.newNav ul .signin-button {
    display: inline-block;
    width: auto;
    font-family: Manrope;
    font-weight: 500;
}

    .newNav ul .signup-button {
       display:inline-block; 
       margin-top:-10px; 
       width: auto; 
       padding-left:10px;
       padding-bottom: 21px;
       margin-right: 10px;
    }

        .newNav ul .signup-button a:hover {
            /*background-color: #880000;*/
            --tw-bg-opacity: 1;
            background-color: rgb(3 106 112/var(--tw-bg-opacity));
        }

        .newNav ul .signup-button a {
            /*margin: 0 30px 0 -10px;*/
/*            padding: 10px 20px;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 13px;
            color: #fff;
            cursor: pointer;
            background-color: #a80000;
            border-radius: 3px;
            text-decoration: none;*/
            --tw-bg-opacity: 1;
            --tw-text-opacity: 1;
            background-color: rgb(0 122 127/var(--tw-bg-opacity));
            border-radius: 9999px;
            color: rgb(255 255 255/var(--tw-text-opacity));
            font-family: Manrope,sans-serif;
            font-weight: 400;
            margin: 0 auto 0 0;
            padding: 0.5rem 1rem;
            text-decoration-line: none;
/*            vertical-align: 9px;
*/        }

    .down-arrow {
        border-top-color: #000;
        vertical-align: middle;
        float: right;
        margin-top: 3px;
    }

    .table-sorted-indicator {
        float: right;
        margin-top: 3px;
        vertical-align: bottom;
    }

.profile-name {
   display:block; 
   min-width:150px; 
   height:25px; 
   width:200px;
}

.profile-name span {
   display: inline-block;
   width: 90%;
   vertical-align: middle;
}

.profile-name i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}


.profile-dropdown li {
    padding-top: 36px;
    padding-bottom: 9%;
    /*margin-right: 20px;
    padding-left: 22px;*/
    width: 200px;
    height: auto;    
}

.sub-nav {
    display: block;
    width: 100%;

    /*max-width: 200px*/
    
}

#bannerMessage a:link {
    color: #1868db;
    text-decoration: underline;
}

#bannerMessage a:visited {
    color: #5e4db2;
    text-decoration: underline;
}

#bannerMessage a:hover {
    color: #1868db;
    text-decoration: none;
}

.sub-nav li {
    box-shadow: 0 0 0.118px rgba(0, 0, 0, 0.18);
    width: 100%;
    min-width: 100%;
    padding-left: 15px;
    /*max-width: 100%;
    margin-right: 20px;*/
}




     @media screen and (max-width:1503px) {  /*1350px*/
        .newNavWrap ul li {
/*            margin: 0 25px 0 0;
            max-width: 91px;*/
            white-space: nowrap;
            line-height: 2;
            vertical-align: middle;
            padding-top: 21px;
            padding-bottom: 19px;
        }

        .newNav ul .signin-button {
            padding-top: 21px;
            margin-right:8px;
        }

        .newNav ul .signup-button {
            margin: 0 13px 0 0;
            max-width: 100%; /*95px;*/
            padding-top:16px;
            padding-bottom: 19px;
        }

        .profile-name {
            height: 30px;
        }
    }


    @media screen and (max-width: 1005px) {
        .newNavWrap {
            height: 100%;
            float: none;
            display: block;
            padding-top: 80px;
/*            position: fixed;*/
        }

        .newNav ul {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

            .newNav ul li {
                font-size: 1.125rem;
                max-width: 1000px;
                margin: 0;
                display: inline-block;
                width: 100%;
            }

        .navLogoWrap div {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .stateReqLink.nav-box {
            max-width: 100%;
        }

        .blogLink.nav-box {
            max-width: 100%;
        }

        .managersLink.nav-box {
            max-width: 100%;
        }

        .learningToolsLink.nav-box {
            max-width: 100%;
        }

        .newNav .cart img {
            margin-right: auto;
            /*margin-bottom: 20px;*/
            display:inline-block;
            vertical-align:middle;
            margin-top:0;
    }
        .newNav ul .signin-button {
            padding: 21px 0.625rem 19px 0.625rem;
            display: block;
        }

        .newNav ul .signup-button {}

        .profile-name {
            height: auto !important;
            padding: 0 !important;
        }

        .profile-name span {
            display: none;
        }
            .profile-name i {
                display: none;
            }

        .sub-nav ul {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
        }
        .sub-nav li {
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.18);
        }

        .compactMenuButtons {
            /*display: flex;*/
        }

        /*.sub-nav ul li {
            width:100%;
            max-width:100%;
        }*/

    }

    .newFoot {
        background: #333; /*#fff;*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0;
        box-shadow: 0 0 1px rgba(0,65,94,0.2);
        transition: height 600ms 0s ease;
        margin-top: -3px;
    }

        .newFoot ul {
            list-style: none;
            position: relative;
            margin: 0 auto;
            display: inline-block;
            cursor: pointer;
            vertical-align: middle
        }

            .newFoot ul li {
                color: #fff;
                margin: 0 30px 0 0;
                display: inline-block;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 13px;
                line-height: 36px
            }

                .newFoot ul li a {
                    color: #aaa;
                    text-decoration: none;
                }

                    .newFoot ul li a:visited {
                        color: #aaa;
                    }

                .newFoot ul li:hover {
                    color: #8d8d8d
                }

                .newFoot ul li:active {
                    color: #333
                }

                .newFoot ul li img {
                    width: 20px;
                    height: 20px
                }

    @media screen and (max-width: 1550px) {
        .newFoot ul li {
            margin: 0 13px 0 0
        }
    }

    @media screen and (max-width: 1350px) {
        .newFoot ul li {
            margin: 0 8px 0 0;
            font-size: 11px
        }
    }

    .content-wrapper {
        margin-left: auto;
        margin-right: auto;
        /*margin-top: 2%*/
    }

    /* @media screen and (max-width: 1250px) {
        .content-wrapper {
            margin-top: 6%
        }
    }*/

    .banner-drown-arrow a {
        color: #fff;
    }

        .banner-drown-arrow a:visited {
            color: #fff;
        }

    .head-banner {
        background: linear-gradient(90deg, rgba(96,0,97,0.72) -20%, rgba(0,122,127,0.68) 100%),url(../../new-main-page/pics/woman-with-ipad-short.jpg) 50% no-repeat;
        color: #FFF;
        background-size: cover;
        min-height: 800px;
        padding-top: 10%
    }

    @media screen and (max-width: 1250px) {
        .head-banner {
            min-height: auto
        }
    }

    @media screen and (max-width: 700px) {
        .head-banner {
            padding-top: 21%
        }
    }

    .news-banner {
        color: #FFF;
        background: linear-gradient(90deg, rgba(18,34,74,0.89) 15%, rgba(14,5,5,0.71) 100%),url(../../new-main-page/pics/hand-notetaking.jpg) 10% bottom;
        background-size: cover
    }

    .section-headline {
        font-weight: 100;
        text-transform: uppercase;
        margin-bottom: 75px;
        font-size: 36px;
        line-height: 60px;
    }


    @media screen and (max-width: 750px) {
        .section-headline {
            padding: 0 13%;
            line-height: 69px;
            font-size: 40px;
        }
    }


    @media screen and (max-width: 460px) {
        .section-headline {
            font-size: 32px;
            line-height: 55px;
            margin-top: 2em;
            margin-bottom: 1em;
        }
    }


    .course-track-section {
        width: 32%;
        display: inline-block;
        text-align: center;
        font-weight: 100;
        padding: 0px 2%;
        max-width: 435px;
        vertical-align: top;
        line-height: 29px
    }

    @media screen and (max-width: 1250px) {
        /*.course-track-section {
                width: 27%;
            }*/

        .course-track-section h3 {
            padding: 0 12%;
        }
    }

    .course-track-section img {
        margin: 25px 5px 50px 5px;
        width: 80px;
        height: 80px
    }


    /*.course-track-section img:hover {
                transform: translate(0, -6px)
            }*/

    .course-track-section h3 {
        margin-bottom: 25px;
        text-transform: uppercase;
        font-weight: 100 
    }

    .course-track-section h4 {
        line-height: 29px;
        font-weight: 400
    }

    .course-track-section a {
        font-style: italic;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer
    }

        .course-track-section a:visited {
            color: #555;
        }

    @media screen and (max-width: 750px) {
        .course-track-section {
            display: block;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 5px;
            width: 90%;
            max-width: 100%;
            margin-bottom: 65px;
        }

            .course-track-section h4 {
                max-width: 100%;
            }

            .course-track-section img {
                margin: 0px 5px 12px 5px;
            }
    }


    .course-features-section {
        width: 20%;
        display: inline-block;
        text-align: center;
        font-weight: 100;
        padding: 0px 2%;
        max-width: 430px;
        vertical-align: top;
        line-height: 29px
    }

        .course-features-section img {
            margin: 25px 5px 50px 5px;
            width: 80px;
            height: 80px
        }


        /*.course-features-section img:hover {
            transform: translate(0, -6px)
        }*/

        .course-features-section h3 {
            font-size:22px;
            margin-bottom: 25px;
            text-transform: uppercase;
            font-weight: 400
        }

    @media screen and (max-width: 750px) {
        .course-features-section {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 5px;
            width: 40%;
            max-width: 50%;
            margin-bottom: 65px;
        }

            .course-features-section h4 {
                max-width: 100%;
            }

            .course-features-section img {
                margin: 0px 5px 25px 5px;
            }
    }

    @media screen and (max-width: 460px) {
        .course-features-section {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 5px;
            width: 100%;
            margin-bottom: 10px;
            display: block;
            max-width: 77%;
        }

            .course-features-section h4 {
                max-width: 100%;
            }



            .course-features-section img {
                margin: 0px 5px 0px 5px;
            }
    }

    .course-feature-banner {
        background: linear-gradient(90deg, rgba(255,0,0,0.63) -20%, rgba(0,52,96,0.72) 100%),url(../../../course-descriptions/pics/computer-learning.jpg) 50%;
        color: #FFF
    }



    .trapezium-white {
        background-color: white;
        transform: skewY(-4deg);
        transform-origin: top left;
        margin-top: -1px;
        margin-bottom: -133px;
        padding-top: 90px;
        padding-bottom: 53px
    }

    .trapezium-words-white {
        transform: skewY(4deg);
        margin-top: 22px;
        margin-bottom: 53px
    }

    /*.offers::before {
        content: '';
        width: 100%;
        height: 391px;
        background: rgba(207,11,11,0.05);
        position: absolute;
        top: 2515px;
        left: 0;
        -webkit-transform: skew(0deg, -27deg);
        -moz-transform: skew(0deg, -27deg);
        -ms-transform: skew(0deg, -27deg);
        -o-transform: skew(0deg, -27deg);
        transform: skew(0deg, -27deg)
    }*/

    .offers::after {
        content: '';
        width: 100%;
        height: 400px;
        background: rgba(1,105,109,0.05);
        position: absolute;
        top: 2515px;
        left: 0;
        -webkit-transform: skew(0deg, 15deg);
        -moz-transform: skew(0deg, 15deg);
        -ms-transform: skew(0deg, 15deg);
        -o-transform: skew(0deg, 15deg);
        transform: skew(0deg, 15deg)
    }

    .offers::before {
        content: '';
        width: 100%;
        height: 300px;
        background: rgba(207,11,11,0.02);
        position: absolute;
        top: 2615px;
        left: 0;
        -webkit-transform: skew(0deg, -20deg);
        -moz-transform: skew(0deg, -20deg);
        -ms-transform: skew(0deg, -20deg);
        -o-transform: skew(0deg, -20deg);
        transform: skew(0deg, -20deg)
    }

@media screen and (max-width: 750px) {
    .offers::before {
        top: 3800px;
    }

    .offers::after {
        top: 3500px;
    }
}

@media screen and (max-width: 460px) {
    .offers::before {
        display: none;
    }

    .offers::after {
        display: none;
    }
}


