body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #005A8A;
}

#header {
    margin-bottom: 30px;
    padding: 0 8px;
}

.header-main {
    padding: 0 16px;
}

.header-main {
    margin-bottom: 10px;
	margin-top: 10px;
}

.logo {
    width: 150px;
}

.custom-navbar, .custom-navbar ul.dropdown-menu {
    background: #2284a1;
}

.custom-navbar ul li a.nav-link, .custom-navbar ul li a.dropdown-item {
    color: #FFFFFF !important;
}

.reg-nav.pagehead-content ul {
    padding-left: 0;
}

.custom-progress {
    padding: 2px;
    border: 1px #ccc solid;
}

.custom-progress-inner {
    height: 20px;
    background: #2284a1;
}

.reg-nav.pagehead-content {
    margin: 15px 0 30px;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.reg-nav ul {
    list-style: none;
    display: -webkit-box;
    margin: 0;
}

.reg-nav ul li {
    margin: 0;
    width: 33%;
}

h1.entry-title {
    color: #0c9585;
}

.class-info p span {
    display: block;
}

.costCompute {
    width: 95%;
    max-width: 230px;
}

.costCompute p {
    margin-bottom: 0px;
}

.costCompute p span {
    float: right;
    clear: both;
}

span.vCodeDiscount {
    float: none !important;
    position: absolute;
    left: 235px;
}

span.agreement-details {
    color: #005aa9;
    cursor: pointer;
}

.slider-details {
    margin-left: 23px;
    background: #F3F3F3;
    padding: 10px 20px;
}

p.form-end-note {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
}

#footer {
    padding: 16px 24px 10px 24px;
    margin-top: auto;
}

#inner-footer {
    border-top: 3px solid #005aa9;
    padding-top: 12px !important;
    color: #000;
}

#inner-footer a {
    text-decoration: none;
}

.footer-logos {
    text-align: right;
}

.footer-logos img {
    height: 40px;
    margin-left: 15px;
}

p.socialMedia a {
    margin-right: 5px;
}

p.socialMedia a:first-child img {
    margin-left: 5px;
}

p.socialMedia img {
    width: 24px;
    vertical-align: bottom;
}

.btn.btn-custom-a {
    background-color: #00786c;
    color: #fefefe;
    border-radius: 13px;
    font-size: 18px;
    padding: 14px 26px;
}

.border-blue-5 {
    border: 5px #0c9585 solid;
    padding: 15px;
}

.sampleID img {
    height: 200px;
}

/* == MEDIA QUERIES == */
@media only screen and (max-width: 576px) {
    .logo {
        width: 200px;
    }

    .footer-links, .footer-socMed, .footer-logos {
        text-align: center;
    }
}