html {
    color: #414141;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #414141;
    padding: 0;
    margin: 0.65rem 0 .25rem 0;
}
h1 { font-size: 28px; }
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 21px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

body {
    background: #333 !important;
    margin: 0;
    padding: 0;
}
.banner-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.content-wrapper {
    padding: 0 1rem 1rem;
}
.content {
}
.content a, .content a:link, .content a:visited {
    color: #be7f2f;
    text-decoration: underline;
    outline: none;
}
.content a:hover, .content a:active {
    color: #be7f2f;
    text-decoration: underline;
    outline: none;
}
.no-padding {
    padding: 0 !important;
}
.site {
    background: #f7f7f5;
}
.main {
    min-height: 233px;
}
.header {
    position: relative;
    padding-top: 1rem;
    min-height: 290px;
}
@media (min-width: 576px) {
    .branding {
        position: relative;
        z-index: 11;
        display: block;
        width: 250px;
        height: 163px;
        text-decoration: none;
        margin-left: 1rem;
    }
    .branding > img {
        width: 100%;
    }
    .banner {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 290px;
        background: url(/assets/images/base/_bg_us.jpg) center top no-repeat;
    }
    .banner-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 290px;
        background: url('/assets/images/base/_bg_mask.png') center top no-repeat !important;
    }
    .content-wrapper.course {
        margin-top: -5rem;
        padding: 2rem 2rem 0;
        background: #f7f7f5;
    }
    .mobile-menu {
        display: none;
    }
}
@media (max-width: 575px) {
    .branding {
        position: relative;
        z-index: 11;
        display: block;
        width: 187px;
        height: 122px;
        text-decoration: none;
        margin-left: 1rem;
        margin-top: 1.5rem;
    }
    .branding > img {
        width: 100%;
    }
    .banner {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 185px;
        background: url(/assets/images/base/_bg_us.jpg) center bottom no-repeat;
    }
    .banner-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 185px;
        background: url('/assets/images/base/_bg_mask.png') center bottom no-repeat !important;
    }
    .content-wrapper.course {
        background: #f7f7f5;
    }
    .header-navigation ul li {
        display: block !important;
        margin: 0;
        padding: 0;
    }
    .header-navigation ul li a {
        display: inline-block;
        background: transparent;
        color: #fff;
        outline: none;
        padding: .5rem .65rem;
        text-transform: uppercase;
        min-width: 175px;
        text-align: center;
    }
	.content figure > img {
		width: 100% !important;
	}
}
.featured {
    position: relative;
    margin-top: -201px;
    padding: 0 1rem 1rem;
}
.featured > a {
    display: inline-block;
    overflow: hidden;
    background-color: #666;
    border-radius: .5rem;
}
.featured img {
    width: 100%;
}
.support {
    background: #ccc;
    padding: 1rem 0;
}
.support p {
    margin-bottom: 0;
}
.footer {
    padding: 1rem 0;
    background: #333;
    color: #fff;
}
.footer a {
    color: #fff !important;
    text-decoration: none;
}
.footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.footer .listing {
    color: #ee9900;
	display: block;
}
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation {
    position: absolute;
    top: -31px;
    right: 0;
    z-index: 3;
    margin-right: 1rem;
    background-image: linear-gradient(#fdbe79, #fb9820);
    border-radius: .5rem;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
}
.header-navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.header-navigation ul li a {
    display: inline-block;
    background: transparent;
    color: #fff;
    outline: none;
    padding: .5rem .65rem;
    text-transform: uppercase;
}
.header-navigation ul li a.login {
    background-image: linear-gradient(#fb9820, #fb7620);
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem;
    text-decoration: none;
}
.header-navigation ul li a:hover {
    color: #333;
    text-decoration: none;
}
.content-navigation {
    padding: 0;
}
.content-navigation ul li {
    margin-bottom: .25rem;
}
.content-navigation ul li a {
    background-color: #fb9820;
    color: #fff;
    border-radius: .5rem;
    display: block;
    margin: 0;
    padding: .5rem 1rem;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.states-map a:visited {
    color: #cbc5bd !important;
}
.content-navigation ul li a:hover {
    color: #333;
}
.content-navigation ul li a > i {
    font-size: 7pt;
    margin-left: .125rem;
}
.green {
    cursor: pointer;
    color: #fff !important;
    background-color: #21ad17 !important;
}
.green:hover {
    color: #333 !important;
}
.orange {
    cursor: pointer;
    color: #fff !important;
    background-color: #fb9820 !important;
    border: none;
    border-radius: .5rem;
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.orange:hover {
    color: #333 !important;
}
.gray {
    color: #fff !important;
    background-color: #21ad17 !important;
}
.message-error {
    color: #cc0000;
    font-weight: 500;
    padding-left: .25rem;
}
.form-control-error {
    border: 1px solid #cc0000 !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.registration-review label {
    font-weight: bold;
}
.video-player-controls {
    margin: 1rem 0;
}
.video-player-controls > div {
    padding: .5rem .5rem;
}
.video-control {
    cursor: pointer;
}
.video-control:hover {
    color: #fb7620;
}
.video-player-controls i {
    font-size: 20pt;
    display: block;
}
.states-list {
    margin: 0;
    padding: 0;
    columns: 100px auto;
    column-gap: 16px;
    list-style: none;
}
.states-list li {
    padding: 2px 4px;
    display: inline-block;
    width: 100%;
}
#states path.highlight, #states circle.highlight {
    fill: #f0ca38;
}
.section-title {
    font-size: 14pt;
    font-weight: bold;
}
.course-title {
    font-size: 14pt;
}
.course-document {
    display: block;
    padding: .5rem 1rem;
    font-size: 14pt;
    color: #000;
    background-color: #dedede;
    border-radius: .5rem;
}
.course-document:hover {
    background-color: #deefef;
}
.course-document a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.course-document i {
    margin: .25rem .5rem .25rem 0;
    font-size: 20pt;
}
.course-question p {
    font-size: 14pt;
    font-weight: bold;
}
.course-question .answer {
    border-radius: .5rem;
    padding: .25rem;
}
.course-question .answer:hover {
    background-color: #dedede;
}
.course-question .selected {
    background-color: #dedede;
}
.button {
    min-width: 91px;
    display: inline-block;
    cursor: pointer;
    margin: .25rem 0;
    padding: .5rem .75rem;
    font-size: 11pt;
    text-decoration: none !important;
    font-weight: 500;
    border: none;
    border-radius: .5rem;
}
.begin, .continue {
    color: #fff !important;
    background-image: linear-gradient(#21ad17, #177a10);
}
.begin:hover, .continue:hover {
    color: #fff !important;
    background: #177a10;
}
.review {
    color: #fff;
    background-image: linear-gradient(#fb9820, #fb7620);
}
.review:hover {
    color: #fff;
    background: #fb7620;
}
.recent {
    background-color: #deefef;
}
.exit, .close {
    color: #fff;
    background-image: linear-gradient(#cc0000, #990000);
}
.exit:hover, .close:hover {
    color: #fff;
    background: #990000;
}
.text-green {
    color: #21ad17;
}
.text-orange {
    color: #fb9820;
}
.get-started-now {
    color: #fff !important;
    background-color: #21ad17;
    min-width: 131px;
    display: inline-block;
    cursor: pointer;
    margin: .25rem 0;
    padding: .5rem .75rem;
    font-size: 16pt;
    text-decoration: none !important;
    font-weight: 500;
    border: none;
    border-radius: .5rem;
}
.get-started-now:hover {
    color: #fff !important;
    background: #177a10;
}
