@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-reg-webfont.woff2') format('woff2'),
    url('../fonts/lato-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bol-webfont.woff2') format('woff2'),
    url('../fonts/lato-bol-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
    url('../fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-lig-webfont.woff2') format('woff2'),
    url('../fonts/lato-lig-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

* {
    font-family: "Lato", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.npa-bg-white {
    background-color: #FFFFFF;
}

.npa-bg-white:after {
    background: #999999;
}

.npa-bg-dark-blue {
    background-color: #062F76;
}

.npa-bg-dark-blue:after {
    background: #FFFFFF;
}

.npa-bg-dark-blue h6 {
    color: #FFFFFF;
}

.npa-bg-dark-blue h2 > p {
    color: #FFFFFF;
}

.npa-bg-dark-blue p {
    color: #FFFFFF;
}

.npa-bg-dark-blue ul {
    color: #FFFFFF;
}

.npa-bg-light-blue {
    background-color: #00B9E5;
}

.npa-bg-light-blue:after {
    background: #FFFFFF;
}

.npa-bg-light-blue h6 {
    color: #FFFFFF;
}

.npa-bg-light-blue h2 {
    color: #FFFFFF;
}

.npa-bg-light-blue p {
    color: #FFFFFF;
}

.npa-bg-light-blue ul {
    color: #FFFFFF;
}

.npa-bg-light-blue ul a {
    color: #FFFFFF;
    text-decoration: underline;
}

.npa-bg-white h6 {
    color: #062F76;
}

.npa-bg-white h2 > p {
    color: #062F76;
}

.npa-bg-white p {
    color: #545454;
}

.npa-bg-dark-purple {
    background-color: #292890;
}

.npa-bg-black {
    background-color: #000000;
}

.text-dark-blue {
    color: #062F76;
}

.text-gray {
    color: #545454;
}

.text-light-gray {
    color: #B5B5B5;
}

.inline-text {
    display: inline-block;
}

.npa-img-responsive{
    width: 100%;
    height: auto;
}

.flex-1 {
    flex: 1;
}

a:hover {
    cursor: pointer;
}

main {
    position: relative;
}

.npa-hero-header {
    height: auto;
}

.npa-hero-header-contact {
}

.navbar {
    z-index: 100;
    height: 140px;
    display: flex;
    align-items: center;
}

.navbar-brand {
    z-index: 500;
    width: 63px;
    height: 31px;
    flex-shrink: 0;
    background-size: 63px 31px;
    background-image: url("../assets/enplus-logo.svg");
}

.nav-item {
    padding: 0 1.26vw;
    letter-spacing: 1px;
}

.nav-link {
    font-size: 1rem;
    text-align: center;
}

.nav-item.active > .nav-link:after {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    background: #ffffff;
    margin: auto;
    position: relative;
    top: 0.6vw;
}

.nav-item .nav-link:after {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    background: transparent;
    margin: auto;
    position: relative;
    top: 0.6vw;
}

.nav-item:hover .nav-link:after {
    background: #ffffff;
}



.nav-link-dropdown {
    background-image: url("../assets/arrow-down-ic.svg");
    display: inline-block;
    width:0.96vw;
    height:0.96vw;
    background-size:0.96vw 0.96vw;
    background-repeat: no-repeat;
}

.nav-link-dropdown.active > .nav-link:after {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    background: #ffffff;
    margin: auto;
    position: relative;
    top: 0.6vw;
}

.nav-link-dropdown:hover .nav-link:after {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    background: #ffffff;
    margin: auto;
    position: relative;
    top: 0.6vw;
}

.nav-item:hover .nav-link-dropdown {
    background-image: url("../assets/arrow-up-ic.svg");
}

.nav-item:hover .dropdown-list {
    display: block;
}

.dropdown-list {
    display: none;
    position: absolute;
    text-align: right;
    padding: 0.6vw 0.6vw 0.6vw 0.6vw;
}

.dropdown-link {
    color: #ffffff !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.44em;
}

.navbar-toggler-icon {
    background-image: url("../assets/navbar-ic.svg") !important;
}

.navbar-toggler {
    border: none;
    z-index: 600;
}

.npa-hero {
    width: 100%;
    height: 100vh;
    margin-top: -140px;
}


.npa-hero-container {
    height: 100vh;
    padding: 0;
    top: 0;
    z-index: 1;
}

.npa-hero-image {
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
    position: absolute;
    background-size: cover;
}

.npa-hero-image img {
    min-width: 100%;
    height: 100%;
    margin: auto;

}

.npa-hero-title {
    font-size: 4.38vw;
    line-height: 1.3em;
}

.npa-hero-image-contact {
    width: 100%;
    overflow: hidden;
    margin-top: -140px;
}

.npa-hero-image-contact img {
    min-width: 100%;
    height: auto;
}

.npa-hero-text {
    font-size: 1.4vw;
    line-height: 1.5em;
}

.npa-hero-button {
    font-size: 0.96vw;
    background-color: #00B9E5;
    border: none;
    border-radius: 0;
    padding: 0.90vw 1.80vw;
    color: #FFFFFF;
    margin-top: 1.80vw;
    text-transform: uppercase;
    letter-spacing:0.18vw;
}

.npa-hero-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.npa-hero-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: block;
    margin: 0 10px 34px 10px;
}

.npa-hero-icon.npa-twitter-icon {
    background-image: url("../assets/white-twitter-ic.svg");
}

.npa-hero-icon.npa-facebook-icon {
    background-image: url("../assets/white-facebook-ic.svg");
}

.npa-hero-icon.npa-instagram-icon {
    background-image: url("../assets/white-instagram-ic.svg");
}

.npa-mouse-down-ic {
    width: 49px;
    height: 49px;
    background-size: 49px 49px;
    display: block;
    margin-bottom: 16px;
    background-image: url("../assets/mouse-down-ic.svg");
}

.npa-section {
    padding-top: 10.6vw;
    padding-bottom: 5.40vw;
}

.awards-section {
    padding-top: 10.6vw;
    padding-bottom: 10.6vw;
}

.npa-contact-first-section {
    margin-top: 11.20vw;
}

.npa-map-section {
    background-color: #F7F7F7;
}

.npa-contact-map {
    width: 100%;
    height: auto;
}

.npa-subtitle-1 {
    font-size: 1.14vw;
    padding: 0;
}

.npa-title-1 {
    font-size: 3.6vw;
    line-height: 4vw;
    font-weight: 100;
    margin-bottom: 2.88vw;
    padding: 0;
}

.npa-text-1 {
    font-size: 1.6vw;
    line-height: 2.5vw;
    font-weight: 100;
    margin-bottom: 1.4vw;
}

.npa-text-1 ul {
    margin-top: 3.60vw;
    list-style-type: disc;
    padding-left: 1em;
}

.npa-text-1 li {
    margin:0.96vw 0;
}

.npa-text-2 {
    font-size: 1.6vw;
    line-height: 2.5vw;
    font-weight: 100;
    margin-bottom: 1.4vw;
}

.npa-text-2 ul {
    list-style-type: disc;
    padding-left: 1em;
}

.npa-text-2 li {
    margin:0.96vw 0;
}

.npa-content-text {
    font-size: 1.3vw;
    line-height: 2.5vw;
    font-weight: 100;
    padding: 64px;
}

.npa-content-text ul {
    list-style-type: disc;
    padding-left: 1em;
}

.npa-content-text br{
    margin-bottom: 16px;
}

.npa-content-text li {
    margin:0.96vw 0;
}

.npa-content-text h4{
    font-weight: 300;
    margin: 32px 0 16px;
}

.npa-phone-number {
    color: #262626;
    font-size: 2.58vw;
    font-weight: bold;
    margin-top: 3.60vw;
    position: relative;
}

.npa-phone-number:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #636363;
    margin: auto;
    position: relative;
    top: 0.6vw;
}


.npa-section-image {
    width: 100%;
}

.npa-above-footer {
    padding: 50px 0;
}

.npa-title-2 {
    font-size: 2.88vw;
    font-weight: 100;
    text-align: center;
}

.npa-separator {
    border: solid 0.5pt;
    display: inline-block;
    width: 100%;
    margin-top: 1.80vw;
    margin-bottom: 3.60vw;
}

.npa-bg-light-blue .npa-separator {
    border-color: #FFFFFF;
}

.npa-bg-white .npa-separator {
    border-color: #999999;
}

.npa-separator-True {
    position: relative;
}

.npa-separator-True:after {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0px;
}


.npa-white-border {
    border-color: #FFFFFF;
}

.npa-gray-border {
    border-color: #999999;
}

.npa-1of3-column {
    border: none;
    border-left: solid 1px white;
    padding: 0 3vw;
}

.npa-above-footer-link {
    font-weight: bold;
}

.npa-above-footer-link:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin: auto;
    position: relative;
    top: 0.30vw;
}

.npa-above-footer-text {
    font-size: 1.6vw;
    font-weight: lighter;
    text-align: center;
    width: 100%;
}

.npa-footer {
    padding: 35px 0;
}

.npa-icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    display: block;
    margin: 0 8px;
}

.npa-twitter-icon {
    background-image: url("../assets/twitter-ic.svg");
}

.npa-instagram-icon {
    background-image: url("../assets/instagram-ic.svg");

}

.npa-facebook-icon {
    background-image: url("../assets/facebook-ic.svg");
}

.npa-footer-link {
    padding: 00.96vw;
    color: #E0E0E0 !important;
    border-color: #E0E0E0;
    font-weight: 100;
    font-size: 0.78vw;
}

.npa-footer-copyright {
    font-weight: 100;
    font-size: 0.96vw;
}

.npa-contact-hero-title {
    position: absolute;
}

.npa-contact-main {
    background-color: #E0E0E0;
}

.npa-contact-form-header {
    padding:1.38vw;
    margin-top: -4.38vw;
}

.npa-contact-form-title{
    font-size: 1.3vw;
}

.npa-contact-form {
    background-color: #FAFAFA;
    padding-bottom: 3.60vw;
}

.npa-form-label {
    margin-top: 3.90vw;
    color: #C4C4C4;
    font-size: 1.14vw;
}

.npa-form-input {
    margin-top: 0.90vw;
    border: none;
    border-bottom: solid 0.5pt #636363;
    background: none;
    color: #262626;
    font-size: 1.6vw;
}

.npa-form-input:focus {
    outline: none;
    border-bottom: solid 0.5pt #00B9E5;
}

.npa-form-submit {
    padding: 1.20vw 2.10vw;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #062F76;
    margin-top: 3.90vw;
}

.npa-form-submit:hover {
    cursor: pointer;
}

.npa-form-submit:disabled{
    cursor: auto;
    background-color: #999999;
}

.npa-form-helptext {
    margin-top: 4.80vw;
    font-size: 1.02vw;
    color: #C4C4C4;
}

.npa-feedback {
    margin-top: 1.80vw;
    font-size: 1.02vw;
    text-align: center;
}

.npa-feedback.error-mode{
    color: #e51b00;
}

.npa-feedback.success-mode{
    color: #36bf00;
}

.npa-testimonial-slide {
    display: none;
}

.npa-testimonial-slide.active {
    display: block;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.npa-testimonial-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 10px;
    border-radius: 50%;
    background-color: #D6D6D6;
}

.npa-testimonial-button.active {
    background-color: #000000;
}

.npa-testimonial-button:hover {
    cursor: pointer;
}

.npa-nav-footer{
    display: none;
}

.npa-award-icon{
    width: 140px;
    height: auto;
}

.npa-courses {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.npa-courses__item {
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.npa-courses-title {
    min-height: 3.5em;
    font-weight: normal;
}

.npa-award-limited-100 {
    max-width: 100px;
}

.npa-award-limited-135 {
    max-width: 135px;
}

.thick-border {
    border: 5px solid #062F76;
}

.btn-primary {
    color: #fff;
    background-color: #062F76;
    border-color: #062F76;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(18, 71, 163);
    border-color: rgb(18, 71, 163);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 991px) {

    .navbar {
        height: 70px;
    }

    .npa-hero {
        margin-top: -70px;
    }

    .npa-hero-title {
        font-size: 29px;
        line-height: 40px;
    }

    .npa-hero-text {
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: lighter;
    }

    .npa-hero-button {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }

    .npa-section {
        padding: 50px 0;
    }

    .awards-section {
        padding: 50px 0;
    }

    .npa-subtitle-1 {
        font-size: 1rem;
        line-height: 29px;
        font-weight: lighter;
    }

    .npa-title-1 {
        font-size: 29px;
        line-height: 40px;
        font-weight: lighter;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .npa-text-1 {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .npa-text-2 {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .npa-title-2 {
        font-size: 24px;
        line-height: 32px;
    }

    .npa-content-text {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 100;
        padding: 32px;
    }

    .npa-contact-form-title{
        font-size: 1rem;
    }

    .npa-contact-form-header{
        padding: 0.5rem;
        margin-top: -2.1875rem;
    }

    .npa-above-footer-text {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .npa-footer-link {
        font-size: .8rem;
        padding: 0 8px;
    }

    .npa-above-footer-link:after {
        top: 0;
    }

    .npa-map-section {
        background-color: #FFFFFF;
    }

    .npa-map-text {
        padding: 60px 0;
    }

    .npa-phone-number:after {
        top: 60px;
    }

    .npa-1of3-column {
        border: none;
        border-bottom: solid 1px white;
        padding: 0;
    }

    .npa-1of3-column:nth-child(3) {
        border-bottom: none;
    }

    .npa-1of3-column .npa-subtitle-1 {
        margin-bottom: 8px;
    }

    .npa-1of3-column .npa-title-1 {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .npa-1of3-column .npa-title-1 p {
        margin-bottom: 8px;
    }

    .npa-icon {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
        display: block;
        margin: 24px 24px 0;
    }

    .npa-form-label{
        font-size: 0.9rem;
        margin-top: 2rem;
    }

    .npa-form-input{
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .npa-form-helptext{
        font-size: 1rem;
        margin-top: 2rem;
    }

    .npa-feedback {
        font-size: 1rem;
    }

    .npa-form-submit {
        font-size: 1rem;
        padding: 0.5rem 1.5rem;
    }

    .npa-phone-number{
        font-size: 2rem;
        margin-top: 3rem;
    }

    .navbar-collapse.show{
        position: absolute;
        display: flex;
        min-height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #062F76;
        padding-top: 80px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: start;
        border-bottom: solid 1px #00B9E5;
    }

    .nav-link {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5em;
    }

    .navbar-collapse.show .dropdown-list{
        position: static;
        display: block;
        text-align: left;
        margin-left: 32px;

    }

    .dropdown-link{
        padding: .5rem 0;
        font-size: 1rem;
        line-height: 2.5rem;
    }

    .dropdown-link:after{
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: transparent;
        margin: auto;
        position: relative;
        top: 0.2vw;
    }

    .dropdown-link:hover:after{
        background: #ffffff;
    }

    .navbar-nav{
        margin-bottom: 60px;
        margin-left: 40px;
    }

    .nav-item.active > .nav-link:after {
        width: 100%;

    }

    .nav-item:hover .nav-link:after {
        width: 100%;

    }

    .navbar-collapse.show .npa-nav-footer{
        display: flex;
        margin-left: 40px;
        margin-bottom: 100px;
    }

    .npa-courses {
        grid-template-columns: 1fr 1fr;
    }

}


@media only screen and (max-width: 470px) {
    .npa-courses {
        grid-template-columns: 1fr;
    }
}
