.ehiron-bg-indigo, .ehiron-bg-indigo--hover:hover {
    background-color: #0c3f30;
}

.ehiron-color-indigo, .ehiron-color-indigo--hover:hover {
    color: #0d1540;
}

.ehiron-bg-blue, .ehiron-bg-blue--hover:hover {
    background-color: #007F4B;
}

.ehiron-color-blue, .ehiron-color-blue--hover:hover {
    color: #007F4B;
}

.ehiron-bg-green, .ehiron-bg-green--hover:hover {
    background-color: #007F4B;
}

.ehiron-color-green, .ehiron-color-green--hover:hover {
    color: #009a9e;
}

.ehiron-bg-lightblue, .ehiron-bg-lightblue--hover:hover {
    background-color: #219ED9;
}

.ehiron-color-lightblue, .ehiron-color-lightblue--hover:hover {
    color: #219ED9;
}

.ehiron-bg-lightindigo, .ehiron-bg-lightindigo--hover:hover {
    background-color: #243986;
}

.ehiron-color-lightindigo, .ehiron-color-lightindigo--hover:hover {
    color: #243986;
}

.ehiron-bg-lightlila, .ehiron-bg-lightlila--hover:hover {
    background-color: #594294;
}

.ehiron-color-lightlila, .ehiron-color-lightlila--hover:hover {
    color: #594294;
}

.text-no-underline, .text-no-underline--hover:hover {
    text-decoration: none;
}

.u-header {
    border-bottom: 1px solid #eee;
}

.required {
    color: red;
}

.ehiron-fluid-title {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .ehiron-fluid-title {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

.ehiron-align-center {
    margin: auto;
}

.ehiron-slider-text.boxed {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.ehiron-slider-text h1, .ehiron-slider-text h2, .ehiron-slider-text h3, .ehiron-slider-text h4, .ehiron-slider-text h5 {
    color: white;
}

.ehiron-slider-text h1 {
    font-size: 2.7rem;
}

.ehiron-slider-text h2 {
    font-size: 2.5rem;
}

.ehiron-slider-text h3 {
    font-size: 2.3rem;
}

.ehiron-slider-text h4 {
    font-size: 2.1rem;
}

.ehiron-slider-text h5 {
    font-size: 1.9rem;
}

.ehiron-slider-text p {
    font-size: 1.3rem;
    color: white;
}

.ehiron-btn-outline-green {
    color: #007F4B;
    border-color: #007F4B;
    background-color: transparent;
}

.ehiron-btn-outline-green:hover {
    color: #006393;
    border-color: #006393;
    background-color: transparent;
}

.ehiron-btn-outline-blue {
    color: #007F4B;
    border-color: #007F4B;
    background-color: transparent;
}

.ehiron-btn-outline-blue:hover {
    color: #009a9e;
    border-color: #009a9e;
    background-color: transparent;
}

.ehiron-btn-outline-indigo {
    color: #006393;
    border-color: #006393;
    background-color: transparent;
}

.ehiron-btn-outline-indigo:hover {
    color: #009a9e;
    border-color: #009a9e;
    background-color: transparent;
}

.ehiron-btn-primary {
    color: #fff;
    background-color: #007F4B;
}

.ehiron-btn-primary:hover, .ehiron-btn-primary.active {
    border-color: #02787a;
    background-color: #02787a;
}

.ehiron-btn-primary:hover, .ehiron-btn-primary:focus, .ehiron-btn-primary.active {
    color: #fff;
}

#questionError, #questionSuccess {
    display: none;
}

.lesson-sidebar-topmargin {
    margin-top: -235px !important;
}

@media (max-width: 1024px) {
    .lesson-sidebar-topmargin {
        margin-top: 0px !important;
    }
}

.ehiron-btn-qa {
    color: #555 !important;
    background-color: #f2f2f2 !important;
}

.ehiron-btn-qa:hover {
    color: #fff !important;
    background-color: #555 !important;
}

.ehiron-btn-favorite {
    color: #555 !important;
    background-color: #f2f2f2 !important;
}

.ehiron-btn-favorite:hover {
    color: #fff !important;
    background-color: #555 !important;
}

.isfavorite {
    color: red !important;
}

.ehiron-landing {
    background-image: url(../img/ehiron-bck.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}


.ehiron-landing h1 {
    line-height: 1.1;
    font-weight: bold;
}

.ehiron-landing h3 {
    color: #3EB7B4;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px #3EB7B4 solid;
}

.ehiron-landing .landing-register {
    vertical-align: initial;
    height: 46px;
    font-weight: bold;
}

.ehiron-landing .landing-logo {
    margin-top: 20px;
}

.ehiron-landing .powered {
    color: #333;
}

.ehiron-landing .powered span {
    color: #006e8b;
    font-weight: bold;
}

.ehiron-landing .feature {
    background-color: #0A62C9;
    margin: 5px;
    padding: 20px;
}

@media (min-width: 1200px) {
    .ehiron-landing .goals {
        margin-top: -120px
    }

    .ehiron-landing {
        background-color: #fff;
    }

    .ehiron-landing .ehiron {
        margin-top: -50px !important;
    }
}

@media (max-width: 1199px) {
    .ehiron-landing .goals {
        margin-top: -60px
    }
    .ehiron-landing .ehiron {
        margin-top: -30px !important;
    }
}

@media (max-width: 1023px) {
    .ehiron-landing .goals {
        margin-top: -20px
    }
}