@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

/*--------------------------------
 B A S E
 --------------------------------*/

html {
}

body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #333253;
    font-size: 14px; /* This equals 1 em, changing this value will affect entire site scaling. */
}

p, span {
    font: 1em;
}

p, h1, h2, h3, h4, h5, h6, span {
    line-height: 1.4;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

hr {
    height: .5pt;
    background-color: #ececec;
    margin: 2em 0em;
    width: 100%;
}

.top-buffer {
    margin-top: 20px; /* Top spacing for rows */
}

@media (max-width: 768px) {
    .top-buffer-small {
        margin-top: 1em !important;
    }
}

.top-buffer-x2 {
    margin-top: 3em;
}

.top-buffer-x3 {
    margin-top: 5em;
}

.bottom-buffer {
    margin-bottom: 20px; /* Bottom spacing */
}

.section-textdivider {
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

    .section-textdivider span {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        position: relative;
        padding: 0 20px;
    }

        .section-textdivider span:before,
        .section-textdivider span:after {
            content: '';
            display: block;
            width: 1000px;
            position: absolute;
            top: 0.73em;
            border-top: 1px solid #333253;
        }

        .section-textdivider span:before {
            right: 100%;
        }

        .section-textdivider span:after {
            left: 100%;
        }

@media (max-width: 768px) {
    .nospace-small {
        padding: 0px;
        margin: 0px;
    }

    .no-buffer-xs {
        margin-top: initial
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.padleft {
    margin-left: 5px;
}

.padded {
    padding: 15px;
}

.spaced {
    margin: .5em;
}

/*--------------------------------
 N A V I G A T I O N
 --------------------------------*/

.fixed-nav {
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #fff;
}

.irc-nav {
    padding: 0;
    border-radius: 0;
    margin: 0 auto;
}

.irc-nav-primary {
    height: auto;
    color: #333253;
    background: #fff;
}

.irc-nav-secondary {
    height: auto;
    border-bottom: #ececec solid 1pt;
    background: #fff;
    color: #333253;
}

.irc-nav-brand-primary {
    margin-left: 0px;
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
    display: block;
    width: 140px;
    z-index: 2;
}

@media (min-width: 768px) {
    .irc-nav-brand-primary {
        margin-left: auto;
        margin-right: auto;
    }
}

.irc-nav-brand-secondary {
    position: absolute;
    left: 50%;
    margin-left: -5em;
    display: block;
    width: 140px;
}

/* Bootstrap navbar overrides */

.navbar {
    border-bottom: none;
}

.navbar-nav {
    margin: 0px -15px;
}

.nav-subheading {
    display: none;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    border-bottom: none;
}

.navbar-header {
    margin-left: 0px !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #333253;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: .8em;
    padding-top: .8em;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #ee3f36 !important;
}


.irc-nav-user > li > a {
    color: #fff !important;
    font-weight: 400 !important;
}

.mobile-profile-link {
    float: right;
    position: absolute;
    top: 0px;
    right: 20px;
}

    .mobile-profile-link > li {
        font-weight: 400 !important;
        color: #333253 !important;
        height: 50px;
        top: 0px;
        line-height: 2.2em;
    }

        .mobile-profile-link > li > a {
            padding: 0px;
            margin: 0px 10px;
        }

    .mobile-profile-link > .active > a {
        border-left: none !important;
        color: #ee3f36 !important;
        border-bottom: 2px solid #ee3f36;
    }

.irc-nav-mobile-header {
    display: inline-block;
    float: left;
    background: #333253;
    color: #fff;
    top: 0px;
    width: 112%;
    min-height: 100px;
    margin-left: -1.5em;
    padding-top: 60px;
    padding-left: 1.5em;
    font-weight: 200;
    font-size: .9em;
    padding-right: 1em;
    pointer-events: none;
}

.navbar-collapse {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0px;
    background: #fff;
    overflow-x: hidden;
    z-index: 3;
}

.nav-subheading {
    display: block;
    margin: 0px;
    padding: 0px;
}

.irc-nav-global {
    float: left;
    display: inline-block;
    width: 112%;
    pointer-events: auto;
}

.irc-nav-dashboard {
    float: left;
    display: inline-block;
    width: 112%;
    pointer-events: auto;
}

.irc-nav-user {
    float: right;
    position: absolute;
    top: 0px;
    right: 20px;
    clear: none;
    pointer-events: auto;
}

.irc-nav-global, .irc-nav-dashboard, .irc-nav-user, .irc-nav-mobile-header {
    margin-left: 0px;
}

.navbar-default {
    border: none;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background: none;
    }

        .navbar-default .navbar-nav > li > a > p,
        .navbar-default .navbar-nav > .active > a > p,
        .navbar-default .navbar-nav > .active > a > p:focus,
        .navbar-default .navbar-nav > .active > a > p:hover {
            padding: 0px;
            margin: 0px;
            font-weight: 300;
        }

    .navbar-default .navbar-nav > li > a {
        font-weight: 400;
    }

    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a,
    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a:focus,
    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a:hover {
        border-left: 3px solid #ee3f36 !important;
        color: #ee3f36 !important;
        font-weight: 600;
    }

    .navbar-default .navbar-nav.irc-nav-global > .active > a,
    .navbar-default .navbar-nav.irc-nav-global > .active > a:focus,
    .navbar-default .navbar-nav.irc-nav-global > .active > a:hover {
        color: #fff;
        background: #ee3f36;
        font-weight: 200;
        padding-left: 10px;
    }

.irc-nav-global > .tab-myresources.active > a:after,
.irc-nav-global > .tab-myresources.active > a:focus:after,
.irc-nav-global > .tab-myresources.active > a:hover:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10%;
    width: 10px;
    height: 10px;
    border-top: solid 5px #e15915;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}




@media all and (min-width: 768px) {

    .navbar-nav {
        margin: 2.5px 0px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        font-weight: 400;
    }

        .navbar-default .navbar-nav > li > a > p,
        .navbar-default .navbar-nav > .active > a > p,
        .navbar-default .navbar-nav > .active > a > p:focus,
        .navbar-default .navbar-nav > .active > a > p:hover {
            display: none;
        }

    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a,
    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a:focus,
    .navbar-default .navbar-nav.irc-nav-dashboard > li.active > a:hover {
        border-left: none !important;
        color: #ee3f36 !important;
        font-weight: 600;
    }

    .irc-nav-user > li > a {
        color: #333253 !important;
        padding: 0px;
        margin: 0px 10px;
    }

    .irc-nav-user > .active > a {
        border-bottom: 2px solid #ee3f36;
        color: #ee3f36 !important;
    }

    .navbar-header {
    }

    .navbar-collapse {
        display: block;
        height: auto;
        width: auto;
        position: relative;
        padding-top: 0px;
        background: none;
        z-index: 0;
        margin-left: 150px !important;
    }

    .irc-nav-global {
        margin-top: 0px;
        width: auto;
    }

        .irc-nav-global > .active > a,
        .irc-nav-global > .active > a:focus,
        .irc-nav-global > .active > a:hover {
            background: #ee3f36 !important;
            color: #fff !important;
            font-weight: 300 !important;
            padding-left: 17px !important;
        }

    .irc-nav-dashboard {
        float: left;
        clear: left;
        width: auto;
        margin-left: -154px;
    }

    .irc-nav-user {
        float: right;
    }



    .irc-nav-dashboard > .active > a,
    .irc-nav-dashboard > .active > a:focus,
    .irc-nav-dashboard > .active > a:hover {
        border-bottom: 2px solid #ee3f36;
        border-left: none !important;
        background: #fff !important;
        color: #ee3f36 !important;
        font-weight: 600 !important;
        font-size: 1em;
    }

    .irc-nav-dashboard > li > a {
        padding: .5em .2em !important;
        margin: 1em;
    }
}

/* Hamburger */

.navbar-toggle {
    float: left;
    margin: 1em;
    padding: 0px;
    border: none;
    color: #333253;
    background: transparent !important;
    z-index: 4;
    position: fixed;
}

    .navbar-toggle.collapsed {
        position: relative;
    }

    .navbar-toggle .icon-bar {
        background: #fff !important;
    }

    .navbar-toggle.collapsed .icon-bar {
        background: #333253 !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        background: #fff;
    }

        /* ANIMATED */
        .navbar-toggle .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 10% 10%;
            -ms-transform-origin: 10% 10%;
            transform-origin: 10% 10%;
        }

        .navbar-toggle .icon-bar:nth-of-type(2) {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .navbar-toggle .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 10% 90%;
            -ms-transform-origin: 10% 90%;
            transform-origin: 10% 90%;
        }

    /* ANIMATED COLLAPSED */

    .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

/*--------------------------------
 T A B   S U B - N A V I G A T I O N
 --------------------------------*/

.ver-inline-menu li a {
    font-size: 1em;
    font-weight: 600;
    padding: .5em;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
    font-weight: 900;
}

.ver-inline-menu li a small {
    color: #96999b;
    font-weight: 400;
    font-style: italic;
    line-height: 1px;
}

.ver-inline-menu li.active a small {
    color: #ee3f36;
}


.ver-inline-menu li a {
    background: #fff;
}

    .ver-inline-menu li a:hover, .ver-inline-menu li a:focus {
        background: rgba(0, 0, 0, 0.03);
    }

.ver-inline-menu li.active a {
    background: rgba(0, 0, 0, 0.04);
    color: #ee3f36;
}

.ver-inline-menu li.active:after {
    border-left: 6px solid rgba(0, 0, 0, 0.04);
}

.ver-inline-menu li.active a {
    border-left: solid 3pt #ee3f36;
}

.ver-inline-menu li a {
    border-left: solid 2px rgba(0, 0, 0, 0.04);
    color: #333253;
}

    .ver-inline-menu li a:focus, .ver-inline-menu li a:active, .ver-inline-menu li a:visited {
        text-decoration: none;
    }

.ver-inline-menu {
    padding-bottom: 1em;
}



/*--------------------------------
 C O N T E N T
 --------------------------------*/
.page-head {
    background: rgba(0, 0, 0, 0.0);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, rgba(0, 0, 0, 0.0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, rgba(0, 0, 0, 0.0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, rgba(0, 0, 0, 0.0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, rgba(0, 0, 0, 0.0));
    /* Standard syntax */
    display: flex;
}




.page-wrapper .page-wrapper-middle {
    background: rgba(0, 0, 0, 0.04);
    padding-top: 50px;
}

@media (min-width: 768px) {
    .page-wrapper .page-wrapper-middle {
        padding-top: 119px;
    }
}


.page-content {
    padding: 0px;
}

.page-content-inner, .dash-card {
    background: #fff;
    padding: 1em;
    border-radius: 5px !important;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 3px 3px 3px -1px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.dash-card {
    padding: .6em;
}

    .dash-card .ring {
        animation: 1s ease-out 0s 1 slideInFromLeft;
        position: relative;
        width: 170px;
        height: 170px;
        margin: auto;
        margin-bottom: 20px;
        border: 25px solid #ececec;
        border-radius: 50% !important;
    }

.dash-card .ring .remaining {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 11px;
}

.dash-card .ring .remaining .value {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    float: left;
    text-align: right;
    width: 55%;
    height: 80%;
}


.dash-card .ring .remaining .of8 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -1px;
    width: 40%;
    float: left;
    text-align: left;
    height: 80%;
    line-height: 4em;
}

.dash-card.continuing-education {
    padding-top: 20px;
}

.dash-card.continuing-education .heading {
    margin-bottom: 20px;
}

.dash-card.continuing-education h3 {
    margin-top: 40px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.dash-card.continuing-education .todo-cta {
    border-top: 1px solid #eee;
}

.dash-card .ring .remaining .text {
    font-weight: 700;
    line-height: .2;
}

.dash-card .ring .credits {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 170px;
    height: 170px;
    border-radius: 50% !important;
}

.dash-card .ring .credits .credit {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50% !important;
}

.dash-card .ring .credits .credit-1 {
    top: 0;
    left: 50%;
    margin-left: -14.5px;
}

.dash-card .ring .credits .credit:not(.completed) {
        border: 3px solid #333253;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
}


.dash-card .ring .credits .credit.completed {
    border: 2px solid #fff;
}

.dash-card .ring .credits .credit.completed:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #66c779;
    top: 0px;
    left: 3px;
    font-size: 16px;
}


.dash-card .ring .credits .credit-2 {
    top: 21px;
    right: 21px;
}

.dash-card .ring .credits .credit-3 {
    top: 50%;
    right: 0;
    margin-top: -14.5px;
}

.dash-card .ring .credits .credit-4 {
    bottom: 21px;
    right: 21px;
}

.dash-card .ring .credits .credit-5 {
    bottom: 0;
    left: 50%;
    margin-left: -14.5px;
}

.dash-card .ring .credits .credit-6 {
    bottom: 21px;
    left: 21px;
}

.dash-card .ring .credits .credit-7 {
    bottom: 50%;
    left: 0;
    margin-bottom: -14.5px;
}

.dash-card .ring .credits .credit-8 {
    top: 21px;
    left: 21px;
}


.cards-group-heading {
    text-align: center !important;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-top: 0px;
    font-size: 2.5em;
}

.cards-group-heading-no-align {
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif !important;
    margin-top: 0px;
}

.cards-group-subheading {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    margin-left: 32px;
    letter-spacing: 2px;
    position: relative;
}

.cards-group-subheading.onboarding:before,
.cards-group-subheading.training-credentials:before,
.cards-group-subheading.my-profile:before,
.cards-group-subheading.missing-info:before,
.cards-group-subheading.instructor-manage:before,
.cards-group-subheading.contracts-certs:before,
.cards-group-subheading.trainingcerts:before {
    position: absolute;
    border-radius: 50%;
    margin-left: -29px;
    margin-top: 0px;
    color: #333253;
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    line-height: 1em;
}

.cards-group-subheading.trainingcerts:before {
    content: '\f19d';
}

.cards-group-subheading.onboarding:before {
    content: '\f135';
}
.cards-group-subheading.training-credentials:before {
    content: '\f19d';
}
.cards-group-subheading.my-profile:before {
    content: '\f007';
}

.cards-group-subheading.missing-info:before {
    content: '\f0c5';
}

.cards-group-subheading.contracts-certs:before {
    content: '\f068';
}

.cards-group-subheading.contracts-certs:before {
    content: '\f068';
}

.todo-question, .card-item {
    text-align: center;
    margin-top: .5em;
    font-size: 1.2em;
}

.no-results {
    color: #bababa !important;
    line-height: 2em;
    font-size: 1em;
    text-align: center;
}

.event-time {
    font-weight: 600;
    font-size: .9em;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 1em;
    font-style: italic;
}

a.irc-btn-return-to {
    font-weight: 400;
    background: #fff;
    color: #333253;
    text-align: left;
    white-space: normal;
    min-height: 44px;
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 1em;
    border-top: #ececec solid 1pt !important;
    border-top-right-radius: 5px !important;
    padding: 1em;
}

    a.irc-btn-return-to:hover, a.irc-btn-return-to:focus {
        color: #ee3f36 !important;
    }

    a.irc-btn-return-to i {
        color: #ee3f36;
    }

a.irc-btn-return-to {
    color: #333253 !important;
    font-style: italic;
}


    a.irc-btn-return-to:focus, a.irc-btn-return-to:hover {
        text-decoration: none;
        color: #ee3f36;
    }

.irc-btn-clear.downloadable:after {
    content: '\f019';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.3em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
}

.irc-btn-clear.link:after {
    content: '\f0c1';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.3em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
}

.irc-btn-clear.attention:after {
    content: '\f12a';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.3em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
}

.irc-btn-clear.multiAttachment:after {
    content: '\f103';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.3em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
}

.irc-btn-clear.open-modal:after {
    content: '\f08e';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.3em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
}

.todo-question {
    font-weight: 600;
}

.todo-card {
    margin-bottom: 30px;
}

.todo-item {
    margin-bottom: 5px;
    margin-top: 5px;
   
}

.todo-onboarding-item {
    border: #ececec solid 1pt !important;
    padding: 1em;
}

.todoitem-container {
    display: flex;
    align-items: center;
}

.todoitem-columns {
    border-left: thick red solid;
}

.dash-card .todo-cta .todo-message,
.dash-card a.irc-btn-clear .todo-message {
    font-weight: 400 !important;
    font-style: italic;
    color: #333253 !important;
}

.dash-card .todo-cta .todo-title,
.dash-card a.irc-btn-clear .todo-title {
    font-weight: 800 !important;
    font-style: normal !important;
    color: #333253 !important;
    padding-right: 10px;
}

.dash-card .todo-cta .irc-btn-clear.todo-title {
    font-weight: 800 !important;
    font-style: normal !important;
    color: #333253 !important;
    padding-right: 10px;
}

.dash-card .todo-cta-complete .todo-message {
    font-weight: 400 !important;
    font-style: italic;
    color: #333253 !important;
}

.dash-card .todo-cta-complete .todo-title {
    font-weight: 800 !important;
    font-style: normal !important;
    color: #333253 !important;
}

i.todo-status-icon {
    vertical-align: middle;
}

.todo-state-expired {
    color: #EF3F36;
}

.todo-state-expiring-soon {
    color: #E3D143;
}

.todo-state-complete {
    color: #66C779;
}

.todo-state-incomplete {
    color: #ececec;
}

.dash-card .todo-cta {
    font-weight: 600;
    font-style: italic;
    color: #ee3f36;
    text-align: left;
    position: relative;
    white-space: normal;
    padding-right: 50px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.dash-card .todo-cta-complete {
    font-weight: 600;
    font-style: italic;
    color: #ee3f36;
    text-align: left;
    position: relative;
    white-space: normal;
    padding-right: 50px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    
}

.dash-card .todo-cta:visited {
    color: #ee3f36;
}

.dash-card .todo-cta:after {
    content: '\f105';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 5px;
    font-size: 1.7em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 900;
}

.dash-card .todo-cta-complete:after {
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 5px;
    font-size: 1.7em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 900;
}

.page-content .container {
    padding: 10px;
}

.page-head .page-title {
    padding: .5em;
    text-align: center !important;
    position: relative;
    float: none;
}

    .page-head .page-title > h1.welcometext {
        font-weight: 200;
        font-size: 2.5em;
        color: #ee3f36;
    }

    /*.page-head .page-title>h1:before,
.page-head .page-title>h1:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 1em;
  width: 80%;
  border-bottom: solid 2px #Fff;
}*/


    .page-head .page-title > h1:before {
        margin-right: 10px;
        right: 100%;
    }

    .page-head .page-title > h1:after {
        margin-left: 10px;
        left: 100%;
    }



    .page-head .page-title > h1 {
        font-size: 1.5em;
        font-weight: 900;
        text-indent: .2em;
        color: #333253;
    }

        .page-head .page-title > h1 > small {
            font-weight: 200;
            padding-left: 12px;
            margin-left: 10px;
            border-left: #ee3f36 solid thin;
            display: none;
        }

.portlet > .portlet-title {
    border: none;
}

.portlet.light {
    padding: 0;
}

    .portlet.light > .portlet-title {
        margin-bottom: 0px;
        min-height: 44px;
    }


        .portlet.light > .portlet-title > .caption > .caption-subject, .caption-subject {
            font-size: 1.3em;
            font-weight: 300;
            text-transform: capitalize;
            color: #ee3f36;
        }

.breadcrumb {
    color: #ee3f36;
}

    .breadcrumb a {
        color: #333253;
        text-decoration: underline;
    }


/*--------------------------------
 B U T T O N S
 --------------------------------*/

.btn.irc-nav-btn-back {
    color: #333253;
    margin: 0;
    padding: 0 1em;
    height: 3.4em;
    min-width: auto;
    border-radius: 0;
    border: none;
    font-size: 1em;
    text-align: left;
}

.icon-btn {
    text-align: left;
    font-size: 1em;
}

.irc-btn,
.btn,
.btn-default {
    border-radius: 0;
    font-size: 1em;
    font-weight: 400;
    /*margin: 1em 1em 2em 0em; was conflicting with modals */
    line-height: 2;
}

    .btn-default.active,
    .btn-default:active,
    .btn-default:hover,
    .open > .btn-default.dropdown-toggle,
    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle:hover {
        background: #333253;
        color: #fff;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
    }

    .btn:visited {
        color: white;
    }

    .btn.irc-btn-clear:visited {
        color: #333253;
    }

    .irc-btn-primary,
    .btn.red:not(.btn-outline) {
        background: #ee3f36;
        color: #fff;
        border: #ee3f36 solid 1pt !important;
        box-shadow: 5pt 5pt 10pt #ececec;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: .30;
    }

.irc-btn-primary > .badge {
    color: #ee3f36;
    background: #fff;
}

.irc-btn-clear {
    font-weight: 400;
    background: #fff;
    color: #333253;
    border: #ececec solid 1pt !important;
    text-align: left;
    position: relative;
    white-space: normal;
    padding-right: 50px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.05) !important;
    line-height: 1em;
}

    .irc-btn-clear:hover {
        box-shadow: 2px 2px 8px 2px #ececec !important;
        background: #fbfcfc;
    }

    .irc-btn-clear p {
        margin-top: 0px;
        padding-top: 0px;
    }

    .irc-btn-clear ul {
        padding-left: 1.5em;
        margin-bottom: 5px;
    }


    .irc-btn-clear li {
        line-height: 1.3em;
        padding-left: 0em;
    }


    .irc-btn-clear h4 {
        font-weight: 600;
        padding: 0em;
        margin: 0em;
    }

    .irc-btn-clear h5 {
        padding: 0em;
        margin: 0em;
    }

    .irc-btn-clear:after {
        content: '\f105';
        position: absolute;
        color: #ee3f36;
        bottom: 0px;
        right: 20px;
        font-size: 1.7em;
        font-family: fontawesome;
        height: 100%;
        display: flex;
        align-items: center;
        font-weight: 800;
    }

.irc-btn-primary:hover,
.btn.red:not(.btn-outline):hover,
.irc-btn-primary:focus,
.btn.red:not(.btn-outline):focus,
.irc-btn-primary:active,
.btn.red:not(.btn-outline):active {
    background: #ff403b;
    color: #fff;
    border: #ff403b solid 1pt !important;
}

.irc-btn-secondary,
.btn.default:not(.btn-outline) {
    background: #fff !important;
    color: #ee3f36 !important;
    border: #ee3f36 solid 1pt !important;
    box-shadow: 5pt 5pt 10pt #ececec;
}

    .irc-btn-secondary:hover,
    .irc-btn-secondary:active, .irc-btn-secondary:focus,
    .btn.default:not(.btn-outline):hover,
    .btn.default:not(.btn-outline):focus,
    .btn.default:not(.btn-outline):active {
        background: #fff3f2 !important;
        color: #ee3f36;
    }

.button-next, .button-submit {
    float: right;
    padding-left: 2em;
    padding-right: 2em;
}

.button-previous {
    float: left;
    padding-left: 2em;
    padding-right: 2em;
}



.irc-btn-link,
.btn-link {
    color: #333253;
    font-size: 1em;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-bottom: 1pt solid;
    line-height: 1.4em;
}

    .irc-btn-link:hover,
    .irc-btn-link:active,
    .irc-btn-link:focus,
    .btn-link:active,
    .btn-link:focus,
    .btn-link:hover {
        background: #ececec;
        color: #333253;
        padding: 0;
        margin: 0;
        text-decoration: none;
        border-bottom: 1pt solid;
        padding-bottom: 0.10px;
    }

.portlet.light > .portlet-title > .actions {
    padding: 0;
}

    .portlet.light > .portlet-title > .actions .btn-default {
        color: #fff;
        background: #ee3f36;
        padding: .5em 1em;
        margin: .2em;
        border-color: #ee3f36;
        border-radius: 0 !important;
    }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    padding: 0px;
    height: 44px;
}


.mobile-footer-nav {
}

@media all and (max-width: 768px) {

    .mobile-footer-nav {
        position: fixed;
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 3px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        clear: none;
        height: 56px;
        background: white;
        box-shadow: 0px 6px 20px 8px rgba(0, 0, 0, 0.15);
        border-top: solid thin #bababa;
    }

        .mobile-footer-nav button {
        }

        .mobile-footer-nav .form-group, .mobile-footer-nav .row {
            margin: 0px;
            padding: 5px !important;
            line-height: 0px;
        }
}


/*--------------------------------
C O M P O N E N T S
 --------------------------------*/


/* Accordion */

.irc-expand {
    width: 100%;
    min-height: 5em !important;
    margin: 0;
    position: relative;
    border: none;
}

a.accordion-toggle.accordion-toggle-styled,
.accordion-toggle.accordion-toggle-styled.collapsed {
    text-decoration: none;
    color: #333253;
    margin-right: 0;
}

.panel-heading.irc-accordion-heading {
    background: #fff;
    border: none;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background-image: url(../../../global/img/portlet-expand-icon.png);
    background-position: 97% 13px;
    margin-right: 0;
}

    .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
        background-image: url(../../../global/img/portlet-collapse-icon.png);
        background-position: 97% 13px;
        background-color: #fff;
    }

.todo.accordion
.panel
.panel-title
.accordion-toggle.accordion-toggle-styled.collapsed, .todo.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background-position: 97% 25px;
}
.todo.accordion {
    padding: 0;
    overflow: hidden;
}
.todo.accordion .panel {
    border: none;
}
.todo.accordion .panel .panel-title .accordion-toggle {
    padding: 0;
    overflow: auto;
    border-bottom: 1px solid #eee;
}

.todo.accordion .panel .panel-title .accordion-toggle.collapsed {
    border: 0;
}

.todo.accordion .panel .panel-title .accordion-toggle:before {
    content: "";
    clear: both;
    display: table;
}

.todo.accordion .accordion-head .todo-wrap,
.todo.accordion .todo-icon {
    position: relative;
    width: 43px;
    display: inline-block;
    z-index: 9;
}

.todo.accordion .todo-wrap .square,
.todo.accordion .todo-wrap .square,
.todo.accordion .todo-wrap .circle {
    margin: auto;
    display: block;
    background: #fff;
    position: relative;
}

.todo.accordion .todo-wrap .square:after {
    content: "\f0c8";
    position: absolute;
    color: #ececec;
    top: -3px;
    font-size: 22px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.todo.accordion .todo-wrap.completed .square:after,
.todo.accordion .sub-todo.completed .square:after {
    content: "\f14a";
    color: #66C779;
    font-weight: 600;
}

.todo.accordion .todo-wrap .circle {
    border-radius: 50% !important;
    border: 2px solid #333253;
}

.todo.accordion .todo-wrap.completed .circle {
    background: #fff;
    border: 1px solid #282740;
}

.todo.accordion .todo-wrap.us .circle {
    width: 9px;
    height: 9px;
    top: -24px;
    border-radius: 0 !important;
    transform: rotate(45deg);
}

.todo.accordion .todo-wrap.us.under-review .circle:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    top: -18px;
    left: -3.5px;
    color: #333253;
}

.todo.accordion .todo-wrap .circle {
    width: 30px;
    height: 30px;
    top: -14px;
    background: #fff;
}

.todo.accordion .todo-wrap .circle:after {
    /*content: "\f141";*/
    font-family: "FontAwesome";
    position: absolute;
    color: #333253;
    top: 1px;
    left: 3px;
    font-size: 13px;
}

.todo.accordion .todo-wrap.completed .circle:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #66c779;
    top: 5px;
    left: 5px;
    font-size: 18px;
}

.todo.accordion .todo-wrap.us.completed .circle:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: #333253;
    top: -1px;
    left: 0px;
    font-size: 9px;
}

.todo.accordion .todo-wrap.under-review .circle:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    background: #333253;
    border-radius: 50%;
}

.todo.accordion .accordion-head {
    min-height: 40px;
    padding: 15px 15px 0px 15px;
    border-left: 2px solid #eee;
}

.todo.accordion .accordion-head:first-child {
    border-left: none;
}

.todo.accordion .accordion-head.heading-action {
    line-height: 48px;
    text-align: center;
    color: #eb3730;
    font-style: italic;
}
.todo.accordion .accordion-head.heading-action span {
    position: relative;
    padding-right: 20px;
    font-size: .9em;
    font-weight: 600;
}
.todo.accordion .collapsed .accordion-head.heading-action span:after {
    content: '\f107';
}
.todo.accordion .accordion-head.heading-action span:after {
    content: '\f106';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: -20px;
    font-size: 1.7em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
}

.todo.accordion .accordion-head.heading-progress .todos-progress {
    position: relative;
    display: inline-block;
    max-width: 190px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    list-style-type: none;
    z-index: 1;
}

.todo.accordion .accordion-head.heading-progress .todos-progress.ordered {
    height: 3px;
    margin-top: 25px;
    background: #333253;
}

.todo.accordion .accordion-head.heading-progress .todos-progress.ordered:after, 
.todo.accordion .accordion-head.heading-progress .todos-progress.ordered:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 15px;
    background: #fff;
}

.todo.accordion .accordion-head.heading-progress .todos-progress.ordered:after {
    right: -2px;
    top: -2px;
}

.todo.accordion .panel-body .row-fluid {
    width: 100%;
}

.todo.accordion .panel-body .row-fluid .todo-details {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    display: normal;
    z-index: 1;
}

.todo.accordion .panel-body .row-fluid .todo-details.ordered:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 4px;
    height: 100%;
    background: #333253;    
}

.todo.accordion .panel-body .row-fluid .todo-details.ordered:before {
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap:first-child {
    border-top: 1px solid #eee;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap:first-child .todo-icon {
    position: relative;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap:first-child .todo-icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 50%;
    top: -2px;
    left: 20px;
    background: #fff;
    border-top: 2px solid #eee;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap:last-child .todo-icon {
    position: relative;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap:last-child .todo-icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 69%;
    bottom: -21px;
    left: 20px;
    background: #fff;
    border-bottom: 2px solid #eee;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-icon {
    width: 50px;
    float: left;
    vertical-align: middle;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap a.todo-detail {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    /*font-size: 1em; .9em*/
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap a.todo-detail:before {
    content: '\f105';
    position: absolute;
    color: #ee3f36;
    bottom: 0px;
    right: 20px;
    font-size: 1.7em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 900;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail:after {
    content: "";
    clear: both;
    display: table;
}
.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text {
    border-left: 1px solid #eee;
    background: #fff;
}


.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .text-wrap {
    display: table;
    width: 100%;
}
.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text
{
    font-weight: 900;
    font-size: 1em;
    padding: 1em;
}


.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.us .todo-detail .todo-text {
    font-style: italic;
    font-weight: normal;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-todos {
    list-style-type: none;
    padding: 0;
    padding-top: 10px;
    padding-left: 1em;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-todo {
    padding: 5px 0;
    clear: both;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-todo .square {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-todo a.todo-detail:before {
    font-weight: 900;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-todo .sub-todo-text {
   margin-left: 30px;
   padding-right: 30px;
   font-size: 1em;
   font-weight: 700;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .todo-detail .todo-text .sub-title {
   font-size: 14px;
   font-style: italic;
   font-weight: 400;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .circle {
    width: 30px;
    height: 30px;
}

.todo.accordion .panel-body .row-fluid .todo-details:not(.ordered) .todo-wrap .square {
    text-align: center;
}

.todo.accordion .panel-body .row-fluid .todo-details:not(.ordered) .todo-wrap .square:after {
    left: 20px;
    top: 23px;
}
.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .circle:after {
    top: 5px;
    left: 7px;
    font-size: 16px;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.completed .circle:after {
    top: 1px;
    left: 5px;
    font-size: 19px;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.us.completed .circle:after {
    font-size: 11px;
    top: -3px;
    left: 0px;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.us .circle {
    width: 10px;
    height: 10px;
    margin-top: 35px;
    top: .7em;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap .circle {
    top: 0;
    margin: 20px auto;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.sub-title-present .circle {
    margin: 9px auto;
}

.todo.accordion .panel-body .row-fluid .todo-details .todo-wrap.under-review .circle:before {
    left: 7px;
    top: 7px;
    content: "";
    width: 12px;
    height: 12px;
    background: #333253;
}


.todo.accordion .panel-body .row-fluid .todo-details .todo-detail {
    display: block;
    color: #333253;
    clear: both;

}

.todo.accordion .panel-body .row-fluid .todo-details .todo-detail .todo-text {
    margin-left: 50px;
    padding: 10px;
    vertical-align: middle;
}

.todo.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled,
.todo.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background: none;
}

@media (min-width: 420px) and (max-width: 500px) {
    .todo.accordion .accordion-head.heading-progress {
        width: 65%;
        float: left;
    }

    .todo.accordion .accordion-head {
        border-left: 0;
    }

    .todo.accordion .accordion-head.heading-action {
        padding-right: 50px;
        text-align: right;
    }
    .todo.accordion .accordion-head.heading-progress .todos-progress.ordered {
        margin-left: 0;
        left: 0;
        transform: none;
    }
}

@media (min-width: 501px) and (max-width: 1200px) {
    .todo.accordion .accordion-head.heading-progress {
        width: 50%;
        float: left;
    }
    .todo.accordion .accordion-head {
        border-left: 0;
    }

    .todo.accordion .accordion-head.heading-action {
        padding-right: 50px;
        text-align: right;
    }
    .todo.accordion .accordion-head.heading-progress .todos-progress {
        margin-left: 0;
        left: 0;
        transform: none;
    }

}

@media (max-width: 992px) {
    .dash-card.continuing-education .heading {
        margin-top: 20px;
        padding: 0 50px;
        text-align: center;
    }

    .dash-card.continuing-education h3 {
        margin-bottom: 20px;
    }
}


@media (min-width: 1200px) {
    .todo.accordion .accordion-head.heading-action {
        padding-right: 30px;
    }
}
/* Modals */

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-body {
    padding: 1em 0 4em 0;
}

.modal-footer {
    padding: 2em;
    border-top: none;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
}

.modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal {
    padding-right: 0px !important;
}

.modal-title {
    text-align: center;
    font-size: 1em;
}

.modal-header {
    margin-bottom: 1em;
}

    .modal-header > .close {
        /* This specifies ONLY the position of close inside the modal */
        float: left;
        height: 25px;
        width: 25px;
        left: 10px;
        top: 12px;
        position: absolute;
        z-index: 100;
        background-size: contain;
        opacity: 1;
    }

    .modal-header .close {
        background-image: none !important;
    }

        .modal-header .close:hover::before,
        .modal-header .close:hover::after {
            background: #ee3f36;
        }

        .modal-header .close::before,
        .modal-header .close::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 100%;
            top: 50%;
            left: 0;
            margin-top: -1px;
            background: #000;
        }

        .modal-header .close::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .modal-header .close::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

/* Radio (list) */


.irc-radio {
    width: 20px;
    height: 20px;
}


/* Checkboxes (list) */

.mt-checkbox-list > .mt-checkbox > span:after {
    border-color: #fff;
}

.mt-checkbox-list > .mt-checkbox > span,
.mt-checkbox-list > .mt-radio > span,
.mt-checkbox-list > .mt-checkbox:hover > input:not([disabled]) ~ span,
.mt-checkbox-list > .mt-checkbox > input:focus ~ span,
.mt-checkbox-list > .mt-radio:hover > input:not([disabled]) ~ span,
.mt-checkbox-list > .mt-radio > input:focus ~ span {
    background: #fff;
    border-color: #333253;
}

.mt-checkbox-list > .mt-checkbox:hover > input:not([disabled]):checked ~ span,
.mt-checkbox-list > .mt-checkbox > input:checked ~ span,
.mt-checkbox-list > .mt-radio:hover > input:not([disabled]):checked ~ span,
.mt-checkbox-list > .mt-radio > input:checked ~ span {
    background: #333253;
    border-color: #fff;
}

.mt-checkbox-list, .mt-radio-list {
    padding-bottom: 0px;
}

.mt-checkbox-inline > .mt-checkbox > span:after {
    border-color: #fff;
}

.mt-checkbox-inline > .mt-checkbox > span,
.mt-checkbox-inline > .mt-radio > span,
.mt-checkbox-inline > .mt-checkbox:hover > input:not([disabled]) ~ span,
.mt-checkbox-inline > .mt-checkbox > input:focus ~ span,
.mt-checkbox-inline > .mt-radio:hover > input:not([disabled]) ~ span,
.mt-checkbox-inline > .mt-radio > input:focus ~ span {
    background: #fff;
    border-color: #333253;
}

.mt-checkbox-inline > .mt-checkbox:hover > input:not([disabled]):checked ~ span,
.mt-checkbox-inline > .mt-checkbox > input:checked ~ span,
.mt-checkbox-inline > .mt-radio:hover > input:not([disabled]):checked ~ span,
.mt-checkbox-inline > .mt-radio > input:checked ~ span {
    background: #333253;
    border-color: #fff;
}






/* Checkboxes (cards) */

.btn-card {
    background: #fff;
    border-radius: 5px !important;
    border: #bababa solid thin;
    padding: .9em;
    width: 100%;
    text-align: left;
    margin: 5px;
}

    .btn-card.text-center {
        text-align: center;
        padding: 1em;
        word-wrap: break-word !important;
        white-space: normal;
    }

@media all and (min-width: 768px) {
    .btn-card.text-center {
        word-wrap: normal;
        white-space: nowrap;
    }
}

.btn-default.btn-card.active:before,
.btn-default.btn-card:active:before,
.btn-default.btn-card.active.focus:before,
.btn-default.btn-card.active:focus:before,
.btn-default.btn-card.active:hover:before,
.btn-default.btn-card:active.focus:before,
.btn-default.btn-card:active:focus:before,
.btn-default.btn-card:active:hover:before {
    content: '\f058';
    color: #fff !important;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 1.5em;
    font-family: fontawesome;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    background: #333253;
}

.btn-default.btn-card:not(.active) {
    background: #fff;
    color: #333253;
}

/* List with Symbols */

ul.checkmarks {
    list-style: none;
    padding-left: 1em;
    white-space: normal;
}

    ul.checkmarks li {
    }

        ul.checkmarks li:before {
            content: "\f00c"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            font-size: .6em;
            display: inline-block;
            margin-right: .5em;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

/*ul, ol {
    padding: 0;
}*/

ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 1em;
    -webkit-margin-end: 0em;
    -webkit-padding-start: 0em;
}


/* Alerts */

.sweet-alert {
    border-radius: 5px !important;
}

/* Switches */

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #333253;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    background: #ececec;
}

.bootstrap-switch .bootstrap-switch-label {
}

.bootstrap-switch {
    border-radius: 50px !important;
    border-color: #d7d7d7;
}


/* Typeahead */

.typeahead {
    color: #333253;
}

.tt-menu {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #333253;
}


/* Select2 */

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 2px 10px;
}

.select2-selection__choice {
    background: #333253 !important;
    color: #fff !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 12px;
    color: #ececec;
    font-size: 20px;
    padding: 0px;
    font-weight: 100 !important;
}

    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #fff;
        font-weight: 400 !important;
    }

.morris-hover.morris-default-style .morris-hover-point,
.select2-container--bootstrap .select2-results__group,
.select2-container--bootstrap .select2-selection {
    font-family: 'Source Sans Pro', sans-serif !important;
}


/*********** Responsive Tables ***********/

@media (min-width: 769px) {
    .table-scrollable {
        overflow-x: hidden;
    }
}

table.dataTable thead th, table.dataTable thead td {
    padding: .5em;
}

.table-bordered > tbody > tr > td {
    padding-top: .8em;
    padding-bottom: .8em;
}

/* ensures accordion version not overlapping*/
table.dataTable > tbody > tr.child span.dtr-title {
    vertical-align: top;
}

table.dataTable > tbody > tr.child span.dtr-data {
    display: inherit;
    word-break: break-all;
}

/* Stripped rows styling */
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
.table-striped > tbody > tr:nth-of-type(odd) div.dataTables_wrapper div.dataTables_filter,
.dataTables_wrapper .dataTables_length,
.portlet.light .dataTables_wrapper .dt-buttons {
    background: #fbfcfd;
}

/* Removes bottom border from all datatables */
table.dataTable.no-footer {
    border-bottom: none;
}

/* This fixes the overlap of filter icons in the tables */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

/* This fixes a circular border that appeared around the dropdown icon */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    border: none;
}


.dataTables_info {
    font-weight: 200;
    font-size: 1em;
    width: 100% !important;
}

table.dataTable thead {
    background: #ececec;
}

th.sorting,
th.sorting_desc,
th.sorting_asc {
    background: none !important;
}

    th.sorting:before,
    th.sorting_desc:before,
    th.sorting_asc:before {
        position: absolute;
        z-index: 2;
        height: 10px;
        width: 10px;
        top: 30%;
        right: 5px;
        font-size: 1em;
        font-family: fontawesome;
    }

    th.sorting:before {
        color: #D7D7D7;
        content: '\f0dc';
    }

    th.sorting_desc:before {
        color: #333253;
        content: '\f0dd';
    }

    th.sorting_asc:before {
        color: #333253;
        content: '\f0de';
    }

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span,
.pagination > li > span:focus,
.pagination > li > span:hover {
    font-weight: 400;
    font-size: .9em;
    color: #bababa;
    border-radius: 50px !important;
    margin: 0 .2em;
    border: 1px solid ##d7d7d7;
    color: #333253;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover, .pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    visibility: hidden;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background: #333253;
    border-color: #333253;
    text-align: center;
    z-index: 2;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    width: auto;
    margin: auto 10px;
    border-radius: 0 !important;
}

    .pagination > li:last-child > a:before {
        content: 'Next';
    }

    .pagination > li:first-child > a:after {
        content: 'Prev';
    }

@media all and (max-width: 768px) {
    .pagination > li:not([class]) {
        display: none;
    }

    .pagination > li > a,
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        margin-left: 5px;
        height: 44px;
        width: 44px;
        line-height: 2.5em;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        height: 44px;
        width: auto;
    }

    .dataTables_info {
        margin: 1em auto;
    }
}


/* Responsive Tables collapsed rows */

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    top: 13px;
    background: none;
    margin-left: 5px;
    color: #333253;
    font-size: 1.2em;
    font-family: fontawesome;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    content: '\f107';
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '\f106';
}




/*********** Schedule Calendar (Mobile) ***********/

.schedule-calendar {
    font-family: 'Source Sans Pro', sans-serif !important;
    position: relative;
    font-size: 1em;
    margin: 0px auto 30px auto !important;
    display: flex;
    justify-content: center;
}

    .schedule-calendar .datepicker-inline {
        width: auto;
    }

    .schedule-calendar th.datepicker-switch,
    .schedule-calendar th.next,
    .schedule-calendar th.prev {
        text-align: center;
        font-weight: 800 !important;
        font-size: 1.2em;
        padding-bottom: 1em;
        font-family: 'Source Sans Pro', sans-serif !important;
    }

    .schedule-calendar th.next,
    .schedule-calendar th.prev {
        color: #ee3f36;
        font-weight: 800 !important;
        font-size: 1.6em;
    }

    .schedule-calendar th.dow {
        text-align: center;
        font-weight: 700 !important;
        padding: .6em;
        font-family: 'Source Sans Pro', sans-serif !important;
    }

.datepicker-switch {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.schedule-calendar td.old.day,
.schedule-calendar td.old.disabled.day,
.schedule-calendar td.new.day,
.schedule-calendar td.new.disabled.day {
    color: rgba(0, 0, 0, 0.2);
}

.schedule-calendar td.day, .schedule-calendar td.disabled.day {
    padding: .8em;
    text-align: center;
    color: #333253;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.schedule-calendar .today.day {
    background: rgba(0, 0, 0, 0.03) !important;
    color: #333253;
    font-weight: 700 !important;
}

.schedule-calendar td.today.day:hover, .schedule-calendar td.today.day:focus {
    background: rgba(0, 0, 0, 0.03) !important;
}

.schedule-calendar .highlight.day:after {
    content: '';
    background: rgba(238, 63, 54, .1);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 5px;
    width: 5px;
    border: thin solid rgba(238, 63, 54, .3);
    position: absolute;
    bottom: 20%;
    right: 20%;
    border-radius: 50% !important;
}

.schedule-calendar .active.day {
    border-radius: 50% !important;
    background: #ee3f36 !important;
    color: #fff;
    font-weight: 700 !important;
}

.schedule-calendar .highlight.active.day:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 5px;
    width: 5px;
    border: none;
    position: absolute;
    bottom: 20%;
    right: 20%;
    border-radius: 50% !important;
}

/*********** Schedule Calendar (Desktop) ***********/

.schedule-calendar-grid-container .current-month {
    text-align: center;
    font-weight: 800;
    font-size: 2em;
}

.schedule-calendar-grid {
    max-width: 100%;
}

    .schedule-calendar-grid .dayDetail {
        word-break: break-word;
    }

    .schedule-calendar-grid th {
        padding: 10px;
        text-align: center;
        width: 14.2%;
    }

    .schedule-calendar-grid > tbody > tr > td {
        position: relative;
        vertical-align: top;
        height: 80px;
    }

    .schedule-calendar-grid span.day {
        float: left;
        top: -5px;
        left: 0px;
        position: absolute;
        color: #ee3f36;
        font-size: 1.5em;
        font-weight: 800;
        color: #333253;
        padding: 5px;
        z-index: 1;
    }

    .schedule-calendar-grid td.today {
        background: rgba(0, 0, 0, 0.04);
        color: #333253;
    }

    .schedule-calendar-grid td.deadDay {
        background: rgba(0, 0, 0, 0.01);
    }

.grid-event-day {
    padding: 1.7em .5em .5em .5em;
    position: relative;
}

[class^="otherIntr "].grid-event-day .event-day-link:before,
[class*="otherIntr "].grid-event-day .event-day-link:before {
    content: '\f0c0';
    font-weight: 200;
    color: #333253 !important;
    display: inline-block;
    font-size: 1em;
    font-family: fontawesome;
}

[class^="bizTaught"].grid-event-day .event-day-link:before,
[class*="bizTaught"].grid-event-day .event-day-link:before {
    content: '\f056';
    font-weight: 200;
    color: #333253 !important;
    display: inline-block;
    font-size: 1em;
    font-family: fontawesome;
}

.event-day-link {
    color: #333253 !important;
}
/* STEPS */
.form-actions {
    border-top: solid 1px #ececec;
    padding-top: 2em;
    margin-top: 2em;
}

.form-wizard .steps > li > a {
    text-align: center;
    /*padding: 10px 0px;*/
}

.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
}

.nav-pills > li + li {
    margin: 0;
}

.form-wizard .steps {
    margin-bottom: 0;
    margin-top: 1em;
    padding: 0;
}

    .form-wizard .steps > li > a.step > .number {
        margin: .3em auto;
        font-size: 2em;
        font-weight: 800;
        padding: 0px;
        background: #fff;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
}

.form-wizard .steps > li > a.step .number {
    background: #fff;
    color: #d7d7d7;
    font-weight: 600;
    font-size: 1.3em;
    height: auto;
    margin: 0 auto;
    width: 100%;
}


.form-wizard .steps > li > a.step .desc {
    color: #d7d7d7;
    font-size: 1.1em;
    font-weight: 200;
}

.form-wizard .steps > li.done > a.step .desc i {
    display: none;
}





.form-wizard .steps > li.active > a.step .desc {
    color: #ee3f36;
    font-weight: 400;
}

.form-wizard .nav > li > a {
    padding: .5em 0;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #333253;
}

.form-wizard .steps > li.done > a.step .number {
    background: none;
    color: #333253;
}

.form-wizard .steps > li.active > a.step .number {
    background: none;
    color: #ee3f36;
}


.form-wizard .steps > li.done > a.step:hover {
    background: #ececec;
}

.form-wizard .steps > li.done > a.step .desc i {
    color: #ee3f36;
}




/* Progress Bar (Registration) */

.progress-bar-success {
    background-color: #ee3f36;
}

.form-wizard .progress {
    height: 2px;
    background-color: #ececec;
    margin-bottom: 1em;
}


/*--------------------------------
 F O R M S
 --------------------------------*/

.irc-form .form-heading {
    font-size: 1.286em;
    font-weight: 700;
    text-align: center;
    margin: 1.3em 0 .5em 0;
}

.irc-form .form-message {
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
    margin: 1em auto 1.5em auto;
    padding: 0em 1em;
}

.irc-form {
    background: #fff;
    /*padding: 0 1.6em;*/
}

.form-section-desc {
    color: #96999B;
    font-weight: 200;
}

.irc-form .form-group {
    margin: 0;
}

form > .row {
    margin-left: 0;
    margin-right: 0;
}

.no-gutters [class^="col-"],
.no-gutters [class*="col-"] {
    padding-left: 0px;
    /*padding-right: 5px;*/
}

[class^="col-"].no-gutters,
[class*="col-"].no-gutters {
    padding-left: 0px;
    padding-right: 3px;
    margin: 0px;
}

@media (max-width: 414px) {
    .no-gutters-xs {
        padding-left: 0px;
        padding-right: 3px;
        margin: 0px;
    }
}

.rightpadfix {
    padding-right: 0px !important;
}

.control-label {
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 1em;
    width: 100%;
    text-align: left !important;
}

.requiredfield {
    color: #ee3f36;
}

.irc-btns-row {
    width: 100%;
    margin: 1.143em 0em;
}

.irc-input-default {
    border-radius: 0;
    height: 3.4em;
    font-size: 1em;
    font-weight: 400;
    width: 90%;
}

[class*="form-control"],
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 44px;
    border-radius: 0px;
    border-color: #d7d7d7 !important;
    font-weight: 600;
    font-size: 1.1em;
    color: #333253;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #333253 !important;
    box-shadow: 0 1px 1px #bababa inset, 0 0 8px #eceeec !important;
    outline: 0 none;
}

[class*="form-control"]::placeholder,
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    font-weight: 300;
    color: #bababa;
}

::selection {
    background: #ececec; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #ececec; /* Gecko Browsers */
}



.form-control-static {
    background: rgba(0, 0, 0, 0.05);
    color: #555;
    padding: 6px 12px;
    height: auto;
    line-height: 1.5em;
    margin-bottom: .5em;
}

.form-group .form-control-static {
    float: left;
    width: 100%;
}

.alert, .thumbnail {
    margin-bottom: 0;
}

.validation-summary-errors {
    background: #ffe6e6;
    padding: 1em;
    border-radius: 5pt;
}

    .validation-summary-errors span,
    .validation-summary-errors ul,
    .validation-summary-errors li .field-validation-error {
        color: #ee3f36;
        font-size: 1em;
    }

    .validation-summary-errors li {
        margin-left: 0em;
    }

    .validation-summary-errors ul {
        margin-top: 0.357em;
        margin-bottom: 0;
    }

span.field-validation-error {
    color: #ee3f36;
    font-weight: 600;
    font-size: 1em;
}

.form-section {
    font-size: 1.2em;
    margin-top: 4em;
    font-weight: 400;
    margin-bottom: 1.5em;
    padding-bottom: .1em;
    border-bottom: #96999b dotted thin;
    color: #96999b;
}

    .form-section.first {
        margin-top: 2em;
    }




.help-block {
    color: #bababa;
    font-weight: 300;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.notification {
    border: dotted 2px #ececec;
    padding: 1em;
    border-radius: 5px !important;
}



/* FORM REPEATER */
.mt-repeater .mt-repeater-cell .mt-repeater-btn-inline {
    background: #fff;
    color: #333253;
    font-size: 1em;
    border-color: #d7d7d7;
}

    .mt-repeater .mt-repeater-cell .mt-repeater-btn-inline:hover {
        color: #ee3f36;
    }

.mt-repeater .mt-repeater-item {
    border-bottom: none;
}


/*--------------------------------
 F O O T E R
--------------------------------*/

footer {
    padding-top: 2em;
    bottom: 0px;
}

    footer.primary {
        background: rgba(0, 0, 0, 0.04);
    }

    p.irc-copyright,
    footer span.btn.btn-link.irc-btn-link,
    .irc-copyright > .btn {
        color: #96999b;
        font-size: 1em;
        font-weight: 300;
    }


.footerlist {
    text-align: center;
    color: #96999b;
    font-size: 1em;
    font-weight: 300;
}

.footerlist li {
        display: inline-block;
        margin-right: 15px;
    }

.footerlist span {
        display: block;
        text-align: center;
    }



/*--------------------------------
 P A G E S 
--------------------------------*/

/* TRAINING */

.coursedescription br:nth-child(1) {
    margin-top: 1em;
}

.todo-heading {
    font-weight: 800;
    margin: 0px;
    font-size: 16pt;
    display: inline-block;
    padding: .3em;
    width: 100%;
    min-height: 30px;
    vertical-align: middle;
}


.todo-heading-sub {
    font-weight: 400;
}

.strong-heading {
    font-weight: 900;
}

.training-subheading {
    font-style: italic;
    font-size: .9em;
}

.training-selected {
    border-left: solid thick #ee3f36;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
    transition: all 0.8s;
}

.training-cost {
    float: right;
    margin-right: 3em;
    font-weight: 900;
    top: 50%;
}

@media (max-width:600px) {
    .training-cost {
        margin-bottom: 5px;
        margin-right: 5px;
        top: auto;
        bottom: 5%;
    }
}

.training-purchasing-container {
    background: rgba(50,50,50,0.02);
    padding-top: 1em;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: thin solid rgba(255,50,50,0.2);
}

    .training-purchasing-container .mt-checkbox-list > .mt-checkbox > span {
        height: 2em;
        width: 2em;
    }

    .training-purchasing-container .mt-checkbox-list > .mt-checkbox {
        top: 50%;
    }

        .training-purchasing-container .mt-checkbox-list > .mt-checkbox > span:after {
            left: 9px;
            width: 39%;
            top: 2px;
            height: 64%;
        }

/* LANDING */

.page-landing, .page-contact {
    padding-top: 2em;
}

.page-contact {
    min-height: 500px;
    s padding: 2em;
}

.section-1 {
}

.section-2 {
    background: #ececec;
    position: relative;
    min-height: 500px;
    z-index: 1;
    margin-top: 4em;
    transform: skew(0deg, -4deg);
}

.section-2-inner {
    transform: skew(0deg, 4deg);
}

.requirements-modal {
    margin-top: 1em;
}

    .requirements-modal .fa-check-square-o {
        font-size: 1.4em;
        padding: .2em;
    }

    .requirements-modal .row {
        padding: .7em;
        border-bottom: solid thin #ececec;
    }

.container-requirements h4 {
    line-height: .4;
}

.container-requirements h5 {
    line-height: .4;
}

.container-requirements p {
    line-height: 1.3;
    margin-bottom: 0px;
}

.table.bordered {
    border-top: solid #333253 2px;
    border-left: solid #333253 2px;
    border-bottom: solid #333253 2px;
    border-right: solid #333253 2px;
}

.whatsnew-container, .whatsnew-container td {
    text-align: center;
}

.whatsnew-container {
    width: 100%;
}

@media (min-width: 769px) {
    .whatsnew-container {
        width: 90%;
        margin: auto;
    }
}


.whatsnew-heading {
    text-align: center;
    font-size: 3em;
    font-weight: 800;
}

.whatsnew-subheading {
    font-size: 1.5em;
    font-weight: 600;
}

.whatsnew-bulletpoint {
    font-size: 2em;
    font-weight: 800;
    padding: 1em 0em 0em 0em;
}

.whatsnew-bulletpointdescription {
    font-size: 1.3em;
    padding: .5em .2em 1.2em .2em;
}

.whatsnew-img img {
    max-width: 100%;
    object-fit: contain;
}

    .whatsnew-img img.mobile-img {
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

/*.section-2:before {
    content: '';
    background: white;
    width: 100%;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 0px;
}

.section-2:after {
    transform: skew(0deg, -3deg);
    content: '';
    background: white;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: -1;
}*/

.class-card {
    border-radius: 5px;
    background: #333253;
    color: #fff;
    display: inline-block;
    padding: 1em;
    margin: .2em;
    position: relative;
    line-height: 1em;
    min-width: 80px;
}

    .class-card:after {
        content: '\f058';
        color: #fff !important;
        position: absolute;
        top: 3px;
        right: 3px;
        font-size: 1em;
        font-family: fontawesome;
    }

.page-landing .section-3 {
}

.testimonial-container {
    display: flex;
    justify-content: center;
    padding: 2em 3em;
}

.testimonial-container-inner {
    justify-content: center;
}

.testimonial-name .main {
    font-size: 1.3em;
    font-weight: 800;
}

.testimonial-name .sub {
    font-size: 1.1em;
    font-weight: 600;
}

testimonial-content {
}

.testimonial-1 {
    height: 100px;
    width: 100px;
    background: url('../../../../imgs/testimonials_sprite.png');
    background-position: 0 0;
    background-size: auto 100%;
}

.testimonial-2 {
    height: 100px;
    width: 100px;
    background: url('../../../../imgs/testimonials_sprite.png');
    background-position: 200px 0;
    background-size: auto 100%;
}

.testimonial-3 {
    height: 100px;
    width: 100px;
    background: url('../../../../imgs/testimonials_sprite.png');
    background-position: 400px 0;
    background-size: auto 100%;
}

.page-landing .section-4 {
    position: relative;
    background: #333253;
    min-height: 300px;
}

.section-4:before {
    transform: skew(0deg, 2deg);
    content: '';
    background: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    top: -45px;
    left: 0px;
    z-index: 1;
}

.section-4:after {
    transform: skew(0deg, 2deg);
    content: '';
    background: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -40px;
    left: 0px;
}

.quote-container:after {
    content: '';
    transform: skew(0deg, 2deg);
    background: #333253;
    width: calc(100% + 30px);
    height: 30px;
    position: absolute;
    bottom: 35px;
    left: -15px;
}

@media (max-width: 480px) {
    .quote-container:after {
        bottom: 60px;
        left: -15px;
    }
}

@media (max-width: 767px) {
    .quote-container-left {
        height: 200px;
    }

    .quote-container {
        margin-top: 0px;
        position: relative;
    }

        .quote-container h2 {
            font-size: 1.5em;
        }
}

.quote-container h2 {
    color: #fff;
    font-weight: 200;
}

.quote-container-right {
    background: url('../../../../imgs/joinmovement.png');
    background-size: 160%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

@media (min-width: 768px) {
    .quote-container-right {
        background: url('../../../../imgs/joinmovement.png');
        background-size: 160%;
        background-position: center center;
        background-repeat: no-repeat;
        height: 300px;
    }
}

h1.landing-headline {
    font-size: 1.5em;
    font-weight: 600;
    padding: .5em 0em;
}

@media (min-width: 481px) {
    h1.landing-headline {
        font-size: 2em;
        font-weight: 600;
        padding: 0em;
    }
}

ul.landing-bulletpoints {
    font-size: 1.3em;
    font-weight: 400;
    list-style: none;
    padding: .5em .5em .5em 1em;
    white-space: normal;
}


@media (min-width: 481px) {
    ul.landing-bulletpoints {
        font-size: 1.6em;
        margin-top: 0px;
        padding-top: 0px;
    }
}

ul.landing-bulletpoints li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #ee3f36;
    font-size: .6em;
    display: inline-block;
    margin-right: .7em;
}


.landing-hero-left {
    display: flex;
    align-items: center;
}

.landing-logo-container {
    padding-top: 3.5em;
}

    .landing-logo-container img {
        width: 50%;
        object-fit: contain;
    }

.landing-hero-right {
}

.landing-sec-heading {
    font-weight: 800;
    font-size: 2.5em;
}

@media (min-width: 481px) {
    .landing-sec-heading {
        font-size: 4em;
    }
}

.landing-heading {
    width: 100%;
    float: left;
    text-align: center;
}

.landing-optn-main {
    font-size: 1.5em;
    font-weight: 800;
    color: #ee3f36;
}

.landing-optn-sub {
    font-size: 2.2em;
    font-weight: 400;
    color: #333253;
}


.landing-class-h {
    font-weight: 300;
    font-size: 2em;
    font-style: italic;
    padding: .1em;
}


.landing-classes-ul {
    list-style-type: none;
    padding: 1em;
    white-space: normal;
}

@media (min-width: 321px) {
    .landing-classes-ul {
        padding: 1.5em 2.5em 0em 2.5em;
    }
}

.landing-classes-ul li {
    font-size: 1.2em;
    padding-left: 2em;
}

    .landing-classes-ul li:before {
        content: "\f111"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        color: #ee3f36;
        font-size: .4em;
        display: inline-block;
        margin-right: 1em;
        margin-left: -2.5em; /* same as padding-left set on li */
        width: 1em; /* same as padding-left set on li */
    }


.btn-landing {
    background: #ee3f36;
    color: #fff;
    width: 100%;
    min-height: 55px;
    position: relative;
    text-align: left;
    line-height: 3.5em;
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.3);
}

    .btn-landing:hover, .btn-landing:focus {
        background: #ff403b;
        color: #fff;
    }

.btn-landing-secondary {
    background: #fff;
    width: 100%;
    min-height: 44px;
    position: relative;
    text-align: left;
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.3);
    border: solid thin #ee3f36;
    color: #ee3f36 !important;
    margin-bottom: 5px;
    text-align: center;
}

    .btn-landing-secondary:hover, .btn-landing-secondary:focus {
        background: #fff3f2 !important;
        color: #ee3f36;
    }


.btn-landing:after {
    content: '\f105';
    position: absolute;
    color: #fff;
    top: 0px;
    right: 15px;
    font-size: 2em;
    font-family: fontawesome;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
}

.landing-btn-heading {
    font-size: 1.5em;
    font-weight: 800;
    width: 100%;
}

.btn-landing .landing-btn-sub {
    font-size: 1em;
    width: 100%;
    float: left;
    margin-top: -20px;
    margin-bottom: 5px;
}

.hero-img-container {
    object-fit: contain;
    text-align: center;
    background: url('../../../../imgs/hero.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 210px;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 481px) {
    .hero-img-container {
        background-size: 125%;
        background-position: center center;
        height: 250px;
        margin-left: initial;
        margin-right: initial;
    }
}

@media (min-width: 768px) {
    .hero-img-container {
        background-size: 180%;
        background-position: center center;
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .hero-img-container {
        background-size: 125%;
        background-position: center bottom;
    }
}

@media (min-width: 768px) {
    .hero-img-container:after {
        content: '';
        transform: skew(0deg, -4deg);
        background: #fff;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: -35px;
        left: 0px;
    }
}

.hero-img {
}


.section-5 .step-container {
}

.step-number-container {
    border-radius: 50%;
    border: solid thin #ee3f36;
    height: 70px;
    width: 70px;
    float: left;
}

.section-5 .step-number {
    color: #ee3f36;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
}

.section-5 .step-description {
    font-size: 1.2em;
    font-weight: 400;
    padding: 1em 0em 3em 3em;
    text-align: left;
    margin-left: 2em;
}

@media (min-width: 768px) {
    .step-number-container {
        height: 140px;
        width: 140px;
        float: none;
    }

    .section-5 .step-number {
        font-size: 6em;
    }

    .section-5 .step-description {
        text-align: center;
        margin-left: 0em;
        padding: 1em;
    }
}

.getstarted-quote {
    color: #ee3f36;
    font-weight: 200;
    padding: 0em 1em 1em 1em;
}

.cta-hint {
    margin-top: -2em;
    font-size: 1.5em;
}

.section-6 {
    position: relative;
    background: #ececec;
    min-height: 100px;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-top: 200px;
}

    .section-6:before {
        content: '';
        background: #fff;
        position: absolute;
        top: -23px;
        left: -25px;
        width: calc(100% + 23px);
        height: 128px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        transform: rotate(1.5deg);
        z-index: -1;
    }


    .section-6:after {
        content: '';
        background: #ececec;
        position: absolute;
        bottom: -80px;
        left: -25px;
        width: calc(100% + 23px);
        height: 150px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        transform: rotate(2deg);
        z-index: -1;
    }


.ssfp-logo {
    padding: 0em 2em 2em 2em;
}

.ssfp-info {
    font-size: 1.2em;
}

@media (min-width: 769px) {
    .ssfp-logo {
        border-right: solid 2px #fff;
    }

    .ssfp-info {
        font-size: 1.5em;
    }

    .section-6 {
        min-height: 300px;
    }
}



.unauth-footer {
    min-height: 300px;
    background: #333253;
    position: relative;
    display: flex;
    align-items: flex-end;
    bottom: 0px;
}

/*.section-7:before {
        content: '';
        background: #ececec;
        position: absolute;
        top: -50px;
        left: -25px;
        width: calc(100% + 23px);
        height: 150px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        transform: rotate(2deg);
    }*/


.footer-logo {
    padding: 1em;
    height: 100px;
    background: url('../../../../imgs/th_logo_2.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    width: 200px;
}



.footer-links-container {
    text-align: center;
    z-index: 0;
}

.footer-link {
    margin-bottom: 10px;
}

    .footer-link a {
        font-weight: 600;
        font-size: 1.5em;
        color: #fff;
        border-bottom: solid thin #fff;
        padding-bottom: 3px;
    }

        .footer-link a:hover {
            text-decoration: none;
        }


/*--------------------------------
 C S S - S K E L E T O N 
--------------------------------*/



/*--------------------------------
 V A R I A B L E S (when testing)
--------------------------------*/

/*.red {
    background: red;
}
.green {
    background: green;
}
.black {
    background: black;
}
.yellow {
    background: yellow;
}
.orange {
    background: orange;
}
.blue {
    background: blue;
}
.purple {
    background: purple;
}
.violet {
    background: violet;
}
.pink {
    background: pink;
}*/


/*--------------------------------
 ANIMATION SHINY EFFECT
 --------------------------------*/


@media (min-width: 769px) {
    .ver-inline-menu > li > a:hover::before, .ver-inline-menu > li > a:focus::before,
    .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before,
    a.navbar-brand:hover::before, a.navbar-brand:focus::before {
        animation: sheen 1s forwards;
    }

    [class*="btn-landing"]:hover::before, [class*="btn-landing"]:hover::before {
        animation: sheen .5s forwards;
    }

    @keyframes sheen {
        100% {
            transform: rotateZ(60deg) translate(1em, -12em);
        }
    }

    .ver-inline-menu > li > a,
    .navbar-nav > li > a,
    a.navbar-brand,
    [class*="btn-landing"] {
        position: relative;
        overflow: hidden;
    }

        .ver-inline-menu > li > a::before,
        .navbar-nav > li > a::before,
        a.navbar-brand::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            bottom: -50%;
            left: -80%;
            background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.8) 50%, rgba(229, 172, 142, 0));
            transform: rotateZ(60deg) translate(-5em, 7.5em);
        }

        [class*="btn-landing"]::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            bottom: -50%;
            left: -80%;
            background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.1) 10%, rgba(229, 172, 142, 0));
            transform: rotateZ(60deg) translate(-10em, 7.5em);
        }
}


@keyframes slideInFromLeft {
    0% {
        transform: rotateY(-60deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}