﻿html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

img {
    border: 0
}

ul {
    padding-left: 0;
    margin-bottom: 3em;
}

    ul li {
        list-style: none
    }

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    font-family: "Montserrat", sans-serif;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

table {
    border-collapse: collapse
}

td, th {
    empty-cells: show;
    vertical-align: top;
    text-align: left
}

body {
    background: #000
}

#skipNavigation {
    background: #fff;
    color: #000;
    padding: .5em;
    position: absolute;
    left: 0;
    top: -1000px;
    z-index: 11
}

    #skipNavigation:focus, #skipNavigation:active {
        top: 0;
    }

body.logged-in.admin-bar #skipNavigation:focus, body.logged-in.admin-bar #skipNavigation:active {
    top: 34px
}

iframe[src="/management/login/persistSession.aspx"] {
    display: none
}
/*page widths*/
body > div#react-app > header, #mainnav, main, body > div#react-app > footer, #alertApp {
    width: 100%;
    float: left;
    clear: left;
    display: block;
    z-index: 10;
}

    body > div#react-app > footer > .fatFooter, #alertApp > *, .wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

.pageHeader {
    position: relative;
    background-image: url(/images/landing-page/pageHeader.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    width: 100%;
    height: 0;
}

    .pageHeader:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #FFF4EB;
        opacity: .7;
    }
/* text */
body, .text, input, button, select, textarea {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text {
    font-size: 1rem
}

/*a, a * {
    color: #3B76B5;
    text-decoration: none;
    transition: all .2s;
}*/

    a:hover, a:active, a:hover *, a:active * {
        color: #CE0E2D;
    }

.button {
    color: #3B76B5;
    border: 1px solid #3B76B5;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    padding: .358em 1.76em;
}

main {
    background: #FFF;
}

h1 {
    font-size: 2.8125em;
    font-weight: 700;
    color: #CE0E2D;
    display: block;
    line-height: 1;
    position: relative;
    bottom: .1em;
    margin-bottom: .666em;
}

    h1 b {
        font-size: inherit;
        display: inline;
        bottom: 0;
    }

    h1 span {
        font-weight: 300;
        margin-top: .3em;
        padding: 0;
        color: #000;
        font-size: .666em;
        display: block;
    }

    h1 .black-emphasis {
        font-size: inherit;
        font-weight: 700;
        color: #000;
        display: inline;
        bottom: 0;
    }

h2, .content * h1 {
    font-size: 1.875em;
    font-weight: 700;
    display: block;
    color: #CE0E2D;
}

h3, .content * h2 {
    font-size: 1.3em;
    font-weight: 500;
    color: #000;
}

h4, th {
    font-size: 1.2em;
    font-weight: 500;
    color: #707070;
}

h5 {
    font-size: 1.1em
}

h6 {
    font-size: 1.0em
}

h7, h8, h9 {
    font-size: 1em
}

sup, sub {
    font-size: .6em;
    line-height: .6em;
    vertical-align: baseline;
    position: relative
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

h2 span {
    font-size: .5333em;
    font-weight: 300;
    display: block;
}

#content h2 {
    font-size: 1.3em;
    color: #000;
    font-weight: 500;
}

#content h3 {
    font-size: 1.125em;
    font-weight: 500;
}

p {
    margin-top: 0;
}

.input-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .input-container + .input-container {
        margin-top: 1rem;
    }

input {
    font-size: 1.25rem;
    padding: .625rem 1rem;
    background: #FFF;
    border: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.16);
    width: calc(100% - 6rem);
    color: #000;
}

label {
    color: #000;
    font-weight: 700;
    text-align: right;
}

input:placeholder-shown {
    font-style: italic;
    color: rgba(0,0,0,.5);
}

:-ms-input-placeholder {
    font-style: italic;
    color: rgba(0,0,0,.5);
}

form button {
    background: #CE0E2D;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    padding: .815rem 1.76rem;
    font-size: 1rem;
    font-weight: 500;
}

.login form label {
    width: 5.125rem;
    margin-right: 0.875rem;
}

.login form .buttons {
    margin: 1.4375rem 0 0 6rem;
}

    .login form .buttons a {
        font-size: 0.9375rem;
        font-weight: 500;
        font-style: italic;
        margin-left: 1rem;
    }

.dashboard-top .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.625rem;
    padding-bottom: 2rem;
    max-width: 70rem;
    gap: 2.5rem;
}

    .dashboard-top .wrap .dashboard-img {
        order: 1;
    }

        .dashboard-top .wrap .dashboard-img img {
            width: 14.375rem;
            border-radius: 50%;
            border: 5px solid #E6E6E6;
        }

    .dashboard-top .wrap .dashboard-content {
        order: 2;
    }

    .dashboard-top .wrap .trigger-five {
        order: 3;
        max-width: 21rem;
        
    }

    .trigger-five h1 {
        color: #000;
        font-weight: 400;
    }
    .trigger-five .content {
        background-color: #e3efd9;
        padding: 15px;
        border-radius: 5px;
        margin-top: .3rem;
        color: #7b9b71;
        border: 2px solid #ddeacd;
    }

    .trigger-five button {
        margin-top: .8rem;
        width: 100%;
    }

.dashboard-top h1 {
    font-size: 1.875rem;
    margin-bottom: 0;
}

.dashboard-top .intro {
    font-size: 1.125rem;
}

.blue-bar {
    background: #3B76B5;
}

    .blue-bar .wrap {
        max-width: 52.75rem;
    }

        .blue-bar .wrap ul {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 0.5rem 0;
        }

            .blue-bar .wrap ul li + li {
                margin-left: 3.5rem;
            }

            .blue-bar .wrap ul li a {
                color: #FFF;
                padding: 1.25rem 1rem;
                display: block;
                font-weight: 700;
                position: relative;
                text-align: center;
            }

                .blue-bar .wrap ul li a:after {
                    content: "";
                    bottom: .5rem;
                    right: 50%;
                    transform: translateX(50%);
                    width: 14px;
                    height: 14px;
                    opacity: .5;
                    position: absolute;
                    background: url(/images/landing-page/chevron-down-white.svg) no-repeat center;
                    background-size: contain;
                }

.dashboard h2, .login h1 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.33em;
    position: relative;
    padding-top: 3.75rem;
    text-align: center;
}

.dashboard h2 {
    margin: 0 0 .25rem;
}

.login h1 {
    margin: 0 0 2.625rem;
}

    .dashboard h2:before, .login h1:before {
        content: "";
        position: absolute;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        width: 58px;
        height: 53px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.dashboard .viewing-stats h2:before {
    background-image: url(/images/landing-page/chart-bar.svg);
}

.dashboard .training-videos h2:before {
    background-image: url(/images/landing-page/video.svg);
}

.dashboard .training-coach h2:before {
    background-image: url(/images/landing-page/whistle.svg);
}

.login h1:before {
    background-image: url(/images/landing-page/lock.svg);
}

.dashboard section h2 + p {
    text-align: center;
    margin-bottom: 2rem;
}

.viewing-stats {
    background: #EBF1F8;
}

    .viewing-stats .wrap {
        padding-top: 3.125rem;
        padding-bottom: 5rem;
        max-width: 61.875rem;
    }

    .viewing-stats h2 {
        border-bottom: 1px dashed rgba(0,0,0,.2);
        padding-bottom: 1rem;
        margin-bottom: 2rem
    }

    .viewing-stats table {
        margin: 0 auto;
    }

        .viewing-stats table thead th {
            color: #000;
            font-weight: 700;
            font-size: 1rem;
        }

        .viewing-stats table th, .viewing-stats table td {
            padding: 14px 19px;
        }

        .viewing-stats table tbody tr:nth-of-type(odd) {
            background: #FFF;
        }

        .viewing-stats table th + th, .viewing-stats table td + td {
            text-align: center;
        }

        .viewing-stats table td + td {
            color: #CE0E2D;
        }

            .viewing-stats table td + td + td {
                font-weight: 700;
            }

.training-videos {
    background: rgba(72, 60, 50, 0.1);
    margin-top: 0.5rem;
    border-bottom: .5rem solid #FFF;
}

    .training-videos .wrap {
        padding-top: 3.125rem;
        padding-bottom: 4.6875rem;
        max-width: 51.5rem;
    }

    .training-videos ul li a {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        cursor: pointer;
    }

        .training-videos ul li a:after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 2px;
            height: 1.5rem;
            width: 1.5rem;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

    .training-videos ul li .watched:after {
        background-image: url(/images/landing-page/check-square.svg);
    }

    .training-videos ul li .not-watched:after {
        background-image: url(/images/landing-page/square.svg);
    }

    .training-videos ul li .partially-watched:after {
        background-image: url(/images/landing-page/clock.svg);
    }

    .training-videos ul li {
        margin-top: .5rem;
        padding-top: .5rem;
        border-top: 1px dashed rgba(0,0,0,.2);
    }

        .training-videos ul li:last-of-type {
            padding-bottom: .5rem;
            border-bottom: 1px dashed rgba(0,0,0,.2);
        }

        .training-videos ul li .thumbnail {
            height: 6.1875rem;
            width: 10.9375rem;
            background-color: #FFF;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

            .training-videos ul li .thumbnail:before {
                content: "";
                background: url(/images/landing-page/play.svg) no-repeat center;
                background-size: contain;
                width: 1.3125rem;
                height: 1.625rem;
                filter: drop-shadow(0 1px 4px rgba(0,0,0,.33));
                position: absolute;
                top: 50%;
                right: 50%;
                transform: translate(50%, -50%);
            }

        .training-videos ul li .info {
            width: calc(100% - 11.9375rem);
            margin: 0 0 0 1rem;
            display: block;
        }

        .training-videos ul li .video-title {
            color: #000;
            font-weight: 700;
            line-height: 1.2;
            display: inline-block;
        }

            .training-videos ul li .video-title.new:before {
                /*content: "New: ";*/
                text-transform: uppercase;
                color: #CE0E2D;
                font-weight: 400;
            }

        .training-videos ul li p {
            margin: 0;
            color: #000;
            font-style: italic;
            line-height: 1.125em;
        }

.training-coach .wrap {
    padding-top: 2.625rem;
    padding-bottom: 3.75rem;
    max-width: 50.5rem;
}

.training-coach .button {
    display: table;
    margin: 0 auto;
}

.login {
    background: #EBF1F8;
    border-top: .5rem solid #FFF;
    border-bottom: .5rem solid #FFF;
}

    .login .wrap {
        /*padding-top: 6rem;*/
        padding-bottom: 6rem;
        max-width: 38rem;
        min-height: calc(100vh - 13rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/* FOOTER ------------------------------ */
body > div#react-app > footer {
    color: #999999;
    font-size: .75em;
    background-color: #000;
    padding: 0px;
}

    body > div#react-app > footer a {
        color: #fff
    }

        body > div#react-app > footer a:hover, footer a:active {
            color: #fff
        }

        body > div#react-app > footer a.on, footer .on > a {
            text-decoration: none;
            color: #fff
        }

    body > div#react-app > footer .fatFooter {
        margin-bottom: 0;
    }

    body > div#react-app > footer > .wrap {
        overflow: visible;
        padding: 0.5rem 1rem;
        border-top: 0;
        text-align: center;
        max-width: none;
    }

    body > div#react-app > footer > .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        body > div#react-app > footer > .wrap nav {
            display: inline
        }

            body > div#react-app > footer > .wrap nav a:hover {
                text-decoration: underline;
            }

        body > div#react-app > footer > .wrap #web-solutions a {
            opacity: .4
        }

            body > div#react-app > footer > .wrap #web-solutions a:hover {
                opacity: .8
            }

    body > div#react-app > footer p {
        color: #fff;
    }

    body > div#react-app > footer .social-links {
        display: flex;
        margin: 0;
    }

        body > div#react-app > footer .social-links li + li {
            margin-left: 0.75rem;
        }

        body > div#react-app > footer .social-links li a {
            position: relative;
            padding: 0 .5rem;
            display: block;
        }

            body > div#react-app > footer .social-links li a:hover {
                opacity: .7;
            }

            body > div#react-app > footer .social-links li a:before {
                content: "";
                position: absolute;
                height: 16px;
                width: 20px;
                position: absolute;
                top: 50%;
                right: 50%;
                transform: translate(50%, -50%);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

        body > div#react-app > footer .social-links li .facebook:before {
            background-image: url(/images/landing-page/facebook-square.svg);
        }

        body > div#react-app > footer .social-links li .linkedin:before {
            background-image: url(/images/landing-page/linkedin-in.svg);
        }

        body > div#react-app > footer .social-links li .twitter:before {
            background-image: url(/images/landing-page/twitter.svg);
        }

        body > div#react-app > footer .social-links li .youtube:before {
            background-image: url(/images/landing-page/youtube.svg);
        }

/* ************************************************************ */
/* DESKTOP STYLES */
/* ************************************************************ */
@media screen and (min-width: 750px) {

    /* HEADER ------------------------------*/
    body > div#react-app > header {
        background: rgba(255, 255, 255, 0.9);
        position: fixed;
        backdrop-filter: blur(2px);
        overflow: visible;
        padding: 0 .25em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: .5px solid rgba(0, 0, 0, 0.2);
    }

        body > div#react-app > header > .wrap {
            height: 60px;
            overflow: visible
        }

    #brand {
        display: block;
        padding: .5em 0 .5em .5em;
        max-width: 25.375em;
        width: 100%;
    }

        #brand img {
            width: 100%;
            display: block;
            height: auto;
        }

    #navContainer {
        padding-right: 0.5em;
    }

    nav ul {
        margin: 0
    }

    #mainnav {
        overflow: visible
    }

        #mainnav ul {
            text-align: right;
            overflow: visible;
            margin: 0;
            padding: 0;
        }

        #mainnav li {
            display: inline-block;
            position: relative
        }

        #mainnav a {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            font-size: 1.125em;
            line-height: 2em;
            border: 1px solid transparent;
            padding: 1.167em .8em;
            display: inline-block;
            color: #000;
            text-decoration: none;
            position: relative;
        }

            #mainnav a:after {
                content: "";
                background: url(/images/landing-page/chevron-down.svg) no-repeat center;
                background-size: contain;
                width: 0.875rem;
                height: 0.875rem;
                position: absolute;
                right: 50%;
                transform: translateX(50%);
                bottom: .75rem;
                opacity: .3;
                transition: opacity .2s;
            }

            #mainnav a:hover, #mainnav li.on a {
                background: #EBEBEB;
            }

                #mainnav li.on a:after, #mainnav li a:hover:after {
                    filter: grayscale(1) brightness(0) invert(9%) sepia(99%) saturate(4840%) hue-rotate(344deg) brightness(111%) contrast(96%);
                    opacity: 1;
                }

        #mainnav > div > ul > li.current-menu-item > a,
        #mainnav > div > ul > li.current-page-ancestor > a {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            padding: .3em .8em;
            color: #000;
        }
        /*dhtml*/
        #mainnav li ul {
            z-index: 1;
            width: 208px;
            border-radius: 5px;
            padding: .5em;
            margin-left: .25rem;
            border-radius: 0 .5rem .5rem .5rem;
            background: rgba(0, 0, 0, 0.8);
            position: absolute;
            overflow: auto;
            height: auto;
            top: -200vh;
            opacity: 0;
            z-index: -1;
            visibility: hidden;
            -webkit-transition: ease 200ms opacity 0.35s;
            transition: ease 200ms opacity 0.35s;
        }

        #mainnav li:hover ul {
            top: auto;
            opacity: 1;
            z-index: 1;
            visibility: visible
        }

        #mainnav > div > ul > li:last-child ul {
            right: 0
        }

        #mainnav li ul li {
            width: 100%;
            display: block;
            float: left
        }

        #mainnav ul li ul li a {
            background: none;
            color: #fff
        }

        #mainnav li ul li a {
            font-size: .8em;
            line-height: 1.1;
            padding: .5em;
            display: block;
            width: 100%;
            text-align: left;
            float: left
        }

            #mainnav li ul li a:hover, .t1 li ul li a:active {
                color: #CE0E2D;
                background: #fff;
                border-radius: .25em;
            }

        #mainnav li ul ul {
            display: none
        }
    /* ancillary */
    #ancillary {
        position: absolute;
        right: 0;
        top: 0;
        padding: 1rem 0;
        color: #ccc;
        font-size: .7em;
    }

        #ancillary ul {
            display: inline
        }

        #ancillary li {
            display: inline;
        }

        #ancillary a {
            display: inline-block;
            padding: .5em .8em;
            text-decoration: none;
            color: #999;
        }

            #ancillary a:hover, #ancillary a:active, #ancillary li.on a {
                color: #666
            }

        #ancillary li.on a {
            text-decoration: none;
            color: #666
        }

        #ancillary form {
            display: inline;
        }

            #ancillary form input {
                display: inline-block
            }
    /* mobile */
    #mobilenav, .toggleNav {
        display: none
    }

    .button:hover {
        background: #3B76B5;
        color: #FFF;
    }

    .login button {
        transition: all .2s ease;
        cursor: pointer;
    }

        .login button:hover {
            background: #000;
        }

    .dashboard .wrap, .login .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .blue-bar ul li a:after {
        transition: all .2s;
    }

    .blue-bar ul li a:hover {
        background: #EBF1F8;
        color: #000;
    }

        .blue-bar ul li a:hover:after {
            opacity: 1;
            filter: brightness(0);
        }

    .viewing-stats table tbody td {
        font-size: 1.25rem;
    }

    .training-videos ul li a {
        padding-right: 3.1375rem;
    }

        .training-videos ul li a:hover .thumbnail {
            transform: scale(1.05);
        }

        .training-videos ul li a:hover p, .training-videos ul li a:hover span {
            color: #CE0E2D;
        }

    /* FOOTER ------------------------------ */
    body > div#react-app > footer .wrap #web-solutions {
        float: right;
        margin-left: 11px
    }

    body > div#react-app > footer .wrap nav span:before {
        content: "|";
        margin: 0 0.5em
    }

    /* 2000 / 16 = 125 */
    @media only screen and (min-width: 125em) {
        html {
            font-size: 1.1em;
        }
    }


    /* 1150 */
    @media (max-width: 71.875em) {
        #mainnav a {
            font-size: 1em;
        }

        #brand {
            max-width: 20em;
        }

        body > div#react-app > footer > .wrap {
            flex-direction: column;
        }

        body > div#react-app > footer .social-links {
            margin: 1.5rem 0 0;
        }
    }


    /* 920 / 16 = 57.5 */
    @media only screen and (max-width: 57.5em) {
        #mainnav a {
            font-size: 0.875em;
            padding: 1em .8em;
        }

            #mainnav a:after {
                bottom: .4rem;
                width: 0.75rem;
                height: 0.75rem;
            }

        #brand {
            max-width: 17em;
        }

        #navContainer {
            padding-right: 0;
        }

        body > div#react-app > footer > .wrap nav {
            display: block;
        }

            body > div#react-app > footer > .wrap nav span:first-child:before {
                content: none;
            }
    }
}

/* ************************************************************ */
/* MOBILE STYLES */
/* ************************************************************ */
@media screen and (max-width: 749px) {

    /* HEADER ------------------------------ */
    body > div#react-app > header {
        background: #fff;
        float: none;
    }

        body > div#react-app > header #brand {
            display: block;
            padding: 1em;
            max-width: 20.75em;
            margin: 0 auto;
        }

            body > div#react-app > header #brand img {
                max-width: 100%;
                height: auto;
                margin: 0 auto;
                display: block
            }

    .slideNav {
        overflow: hidden;
    }

    body > div#react-app > header:before {
        content: "";
        opacity: 0;
        z-index: 3;
        background-color: #000;
        display: block;
        position: fixed;
        left: 100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        -webkit-transition: left 0ms ease 200ms, opacity 200ms ease;
        transition: left 0ms ease 200ms, opacity 200ms ease
    }

    body.slideNav > div#react-app > header:before {
        left: 0;
        opacity: .5;
        -webkit-transition: left 0ms ease 0ms, opacity 200ms ease;
        transition: left 0ms ease 0ms, opacity 200ms ease
    }

    #navContainer {
        position: fixed;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 75%;
        max-height: 100vh;
        background-color: #333;
        z-index: 3;
        -webkit-transition: left 200ms ease;
        transition: left 200ms ease;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #navContainer {
        position: fixed;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 85%;
        max-height: 100vh;
        background-color: #333;
        z-index: 9999;
        -webkit-transition: left 200ms ease;
        transition: left 200ms ease;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .admin-bar #navContainer {
        top: 46px
    }

    body.slideNav {
        overflow: hidden;
    }

    .slideNav #navContainer {
        left: 15%;
    }

    #navContainer nav {
        display: inline
    }

    #navContainer ul {
        display: block;
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 0
    }

    #navContainer li {
        display: block;
        float: left;
        width: 100%;
        position: relative
    }

    #navContainer a, #navContainer aside.toggleNav {
        color: #ccc;
        line-height: 3em;
        padding: 0 1rem;
        display: block;
        float: left;
        width: 100%
    }

    #navContainer li.on a {
        background-color: #CE0E2D;
        color: #fff
    }

    #navContainer li.open {
        background-color: #CE0E2D;
    }

        #navContainer li.open a {
            color: #fff;
        }

    #navContainer li > ul + span {
        opacity: 0.5;
        display: block;
        position: absolute;
        right: 0.1875rem;
        top: 0;
        width: 3em;
        height: 3em;
    }

    #navContainer li.open > ul + span {
        opacity: 1
    }

    #navContainer li > ul + span:before {
        content: "";
        display: block;
        width: 40%;
        height: 0.125rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    #navContainer li > ul + span:after {
        content: "";
        display: block;
        width: 40%;
        height: 0.125rem;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    #navContainer li.open > ul + span:before {
        -webkit-transform: translate(-50%, -50%)rotate(0deg);
        transform: translate(-50%, -50%)rotate(0deg);
    }

    #navContainer li > ul + span::before {
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
    }

    #navContainer ul ul {
        font-size: .8em;
        display: none
    }

        #navContainer ul ul a {
            padding: 0.5em 1rem 0.5em 2rem;
            line-height: 1.5em
        }

        #navContainer ul ul li.current-menu-item a {
            background-color: darkred
        }

    #navContainer form {
        clear: both;
        width: 100%;
        padding: 1em
    }

        #navContainer form input[type="search"] {
            width: calc(100% - 6em)
        }

        #navContainer form .search-submit {
            width: 6em
        }

    #navContainer #mainnav {
        background-color: #333;
    }

    #mobilenav {
        background-color: #CE0E2D;
        /* float: left; */
        width: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

        #mobilenav a, #mobilenav span {
            color: #fff;
            /* line-height: 2.5em; */
            -ms-flex-order: 0;
            -webkit-box-ordinal-group: 1;
            order: 0;
            -ms-flex: 1 1 auto;
            -webkit-box-flex: 1;
            flex: 1 1 auto;
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            align-self: auto;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        #mobilenav * + * {
            border-top: 1px solid rgba(255, 255, 255, 0.74);
            width: 100%;
        }
    /* #mobilenav a:hover, #mobilenav span:hover{color: #fff;background-color:#c60d2a} */
    .hamburger {
        height: 2em;
        width: 2em;
        display: block;
        position: fixed;
        right: 3px;
        top: 3px;
        z-index: 2;
        opacity: 0;
        padding: 3px 5px;
        background-color: #CE0E2D;
    }

        .hamburger path {
            fill: #fff;
            font-size: 1.75em;
        }

        .hamburger svg {
            pointer-events: none;
        }

        .hamburger.on {
            opacity: .3
        }

    .pageHeader {
        /* background: none;
        padding-bottom: 11rem; */
        display: none;
    }

    .pageHeader::after {
        background: none;
    }

    /* MAIN ------------------------------ */
    .dashboard .wrap {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    main > .wrap > aside {
        padding: 0 1em
    }

    .wrap {
        padding: 0 5vw;
    }

    /* HOME */
    .dashboard-top .wrap {
        flex-direction: column;
    }

    .blue-bar .wrap ul li a {
        padding: 1.25rem 0.25rem;
    }

    .blue-bar .wrap ul li + li {
        margin-left: 1rem;
    }

    .blue-bar .wrap ul li {
        width: calc(33.33% - .67rem);
        max-width: 11rem;
    }

    .training-videos ul li a {
        padding-right: 0;
        flex-direction: column;
    }

        .training-videos ul li a:after {
            transform: translateY(0);
            top: 0;
        }

    .training-videos ul li .info {
        width: 100%;
        margin: 1rem 0 0;
    }

    .viewing-stats table th, .viewing-stats table td {
        padding: .5rem;
    }

    .viewing-stats table tbody td {
        font-size: 1rem;
    }

    body > div#react-app > footer .wrap {
        flex-direction: column;
    }

    body > div#react-app > footer a {
        display: block;
    }

    body > div#react-app > footer .social-links {
        margin-top: 1.5rem;
    }

    /* 500 */
    @media (max-width: 31.25rem) {
        .blue-bar .wrap ul {
            flex-direction: column;
        }

            .blue-bar .wrap ul li a {
                padding: 1.25rem .75rem;
            }

            .blue-bar .wrap ul li + li {
                margin-left: 0;
            }

            .blue-bar .wrap ul li {
                width: 100%;
                max-width: auto;
            }
    }
}
