
body {
    font-family: "Arimo", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #434342;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a {
    color: #F37037;
}

/* arimo-regular - latin */
@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/arimo-v17-latin-regular.eot');
    src: local('Arimo Regular'), local('Arimo-Regular'),
        url('/fonts/arimo-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/arimo-v17-latin-regular.woff2') format('woff2'),
        url('/fonts/arimo-v17-latin-regular.woff') format('woff'),
        url('/fonts/arimo-v17-latin-regular.ttf') format('truetype'),
        url('/fonts/arimo-v17-latin-regular.svg#Arimo') format('svg');
}

/* arimo-italic - latin */
@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/arimo-v17-latin-italic.eot');
    src: local('Arimo Italic'), local('Arimo-Italic'),
        url('/fonts/arimo-v17-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/arimo-v17-latin-italic.woff2') format('woff2'),
        url('/fonts/arimo-v17-latin-italic.woff') format('woff'),
        url('/fonts/arimo-v17-latin-italic.ttf') format('truetype'),
        url('/fonts/arimo-v17-latin-italic.svg#Arimo') format('svg');
}

/* arimo-700 - latin */
@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/arimo-v17-latin-700.eot');
    src: local('Arimo Bold'), local('Arimo-Bold'),
        url('/fonts/arimo-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        url('/fonts/arimo-v17-latin-700.woff2') format('woff2'),
        url('/fonts/arimo-v17-latin-700.woff') format('woff'),
        url('/fonts/arimo-v17-latin-700.ttf') format('truetype'),
        url('/fonts/arimo-v17-latin-700.svg#Arimo') format('svg');
}

/* arimo-700italic - latin */
@font-face {
    font-family: 'Arimo';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/arimo-v17-latin-700italic.eot');
    src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'),
        url('/fonts/arimo-v17-latin-700italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/arimo-v17-latin-700italic.woff2') format('woff2'),
        url('/fonts/arimo-v17-latin-700italic.woff') format('woff'),
        url('/fonts/arimo-v17-latin-700italic.ttf') format('truetype'),
        url('/fonts/arimo-v17-latin-700italic.svg#Arimo') format('svg');
}

main {
    margin: 0;
}

.font-weight-normal {
    font-weight: 400;
}


.main-nav {
  background-color: #434342;
  border-bottom: 1px solid #69634e;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 0!important;
}

.hero-title {
    font-size: 2em;
    color: white;
    font-weight: 700;
    line-height: 1.148;
    margin-bottom: 0;
}
.hero-subtitle {
    font-size: 1.5em;
    color: #F37037;
}

@media all and (min-width:992px) {
    .hero-title {
        font-size: 3em;
    }    
    .hero-subtitle {
        font-size: 2.33em;
    }
}

.hero-intro {
    color: white;
    font-size: 1.111em;
}

.h2 {
    font-size: 2.33em;
    font-weight: 700;
}
.h3 {
    font-size: 1.389em;
    font-weight: 700;
}
.font-36 {
    font-size: 2em;
    line-height: 1.2;
}
.font-30 {
    font-size: 1.667em;
    font-weight: 700;
    line-height: 1.2;
}
.font-25 {
    font-size: 1.389em;
}
.font-16 {
    font-size: 0.889em;
}
.member--name {
    font-size: 1.2em;
    font-weight: 700;
}
.member--address {
    font-size: 0.9rem;
}
.member--title {
    font-size: 1.111em;
    color: #707271;
}

sup {
    font-size: .25em;
    top: -1.5rem;
    position: relative;
}

.small {
    font-size: 0.8em;
}
.larger {
    font-size: 1.2em;
}

.text-ebony {
    color: #69634E !important;
}
.bg-ebony {
    background-color: #69634E !important;
}
.bg-olive {
    background-color: #434342 !important;
}

.text-orange-crayola {
    color: #F37037 !important;
}
.bg-orange-crayola {
    background-color: #F37037 !important;
}
.border-top-orange-crayola {
    border-top: 5px solid #F37037 !important;
}
.border-top-thin-orange-crayola {
    border-top: 1px solid #F37037 !important;
}

.text-black-olive {
    color: #434342 !important;
}
.bg-black-olive {
    background-color: #434342 !important;
}

.text-nickel {
    color: #707271 !important;
}
.bg-nickel {
    background-color: #707271 !important;
}

.text-orange-web {
    color: #FEA400 !important;
}
.bg-orange-web {
    background-color: #FEA400 !important;
}
.border-top-orange-web {
    border-top: 5px solid #FEA400 !important;
}
.border-top-thin-orange-web {
    border-top: 1px solid #FEA400 !important;
}
.border-bottom-orange-web {
    border-bottom: 5px solid #FEA400 !important;
}
.border-bottom-thin-orange-web {
    border-bottom: 1px solid #FEA400 !important;
}

.text-vivid-sky-blue {
    color: #59C3E3 !important;
}
.bg-vivid-sky-blue {
    background-color: #59C3E3 !important;
}
.border-top-vivid-sky-blue {
    border-top: 5px solid #59C3E3 !important;
}
.border-bottom-vivid-sky-blue {
    border-bottom: 5px solid #59C3E3 !important;
}
.border-bottom-thin-vivid-sky-blue {
    border-bottom: 1px solid #59C3E3 !important;
}

.text-mint {
    color: #4EB692 !important;
}
.bg-mint {
    background-color: #4EB692 !important;
}
.border-top-mint {
    border-top: 5px solid #4EB692 !important;
}
.border-bottom-mint {
    border-bottom: 5px solid #4EB692 !important;
}
.border-bottom-thin-mint {
    border-bottom: 1px solid #4EB692 !important;
}

.text-jet {
    color: #3a3a39 !important;
}
.bg-jet {
    background-color: #3a3a39 !important;
}



a .coursenav__desc {
    color: #3a3a39;
}
.coursenav {
    padding: 2em 0;
    background-color: #434342;
}
.coursenav__block {
    position: relative;
    border-top-style: solid;
    border-top-width: 4px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.coursenav__block .coursenav__block--short {
    min-height: 135px;
}
.coursenav__link {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 1em;
    color: white;
    display: flex;
    flex-basis: 0;
    align-content: top;
    cursor: pointer;
    height: 135px;
    font-size: 1.666em;
    line-height: 1.2;
    font-weight: 700;
    
}
.coursenav__link .icon {
        width: 45px;
        height: 45px;
        margin-right: 22px;
        margin-top: 10px;
    }
.coursenav__link span {
        width: 80%;
    }
.coursenav__ttp {
    border-top-color: #FEA400;
    background-image: url(/images/site/academy/nav-train-the-painter.jpg);
    
}
.coursenav__ttp .coursenav__link {
        background-color: #FEA400CC;
    }
.coursenav__cic {
    border-top-color: #59C3E3;
    background-image: url(/images/site/academy/nav-coating-inspection-courses.jpg);
    
}
.coursenav__cic .coursenav__link {
        background-color: #59C3E3CC;
    }
.coursenav__scc {
    border-top-color: #4EB692;
    background-image: url(/images/site/academy/nav-specialist-coating-courses.jpg?v=2);
    
}
.coursenav__scc .coursenav__link {
        background-color: #4EB692CC;
    }

.coursenav__desc {
    background-color: white;
    padding: 1rem;
   
}
.coursenav__desc a:hover {
        text-decoration: none;
    }
.coursenav__title {
    font-size: 1.222em;
    font-weight: 700;
    min-height: 2em;
    border-bottom: 1px solid #434342;
    margin-bottom: 1em;
}
.coursenav__title .coursenav__title--large {
    min-height: 3.5em;
}
.coursenav__summary {
    min-height: 130px;
    font-size: 0.778em;
}

.icon {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.icon--large {
    @extend .icon;
    width: 50px;
}

.icon--check {
    background-image: url(/images/site/academy/icon-id-check.svg);
}

.icon--student-login {
    background-image: url(/images/site/academy/icon-student-login.svg);
}


.icon--phone {
    background-image: url(/images/site/academy/icon-phone.svg);
}
.icon--email {
    background-image: url(/images/site/academy/icon-email.svg);
}
.icon--download {
    background-image: url(/images/site/academy/icon-download.svg);
}

.icon--download-olive {
    background-image: url(/images/site/academy/icon-download-olive.svg);
}
.icon--download-lg-olive {
    height: 75px;
    width: 75px;
    background-image: url(/images/site/academy/icon-download-lg-olive.svg);
}

.icon--login-orange {
    background-image: url(/images/site/academy/icon-login-orange.svg);
}

.icon--facebook {
    background-image: url(/images/site/academy/icon-facebook.svg);
}

.icon--linkedin {
    background-image: url(/images/site/academy/icon-linkedin.svg);
}


.icon--nav-right-white {
    background-image: url(/images/site/academy/icon-nav-arrow-right-white.svg);
}
.icon--nav-right-lg-white {
    height: 75px;
    width: 75px;
    background-image: url(/images/site/academy/icon-nav-arrow-right-white-olive.svg);
}
.icon--nav-right-lg-white-orange-crayola {
    height: 75px;
    width: 75px;
    background-image: url(/images/site/academy/icon-nav-arrow-right-white-orange-crayola.svg);
}

.icon--renew-orange-web {
    height: 75px;
    width: 75px;
    background-image: url(/images/site/academy/icon-renew-orange-web.svg);
}


.icon--faq-orange-web {
    height: 75px;
    width: 75px;
    background-image: url(/images/site/academy/icon-faq-orange-web.svg);
}

.icon--nav-right-mint {
    background-image: url(/images/site/academy/icon-nav-arrow-right-mint.svg);
}
.icon--nav-right-orange-web {
    background-image: url(/images/site/academy/icon-nav-arrow-right-orange-web.svg);
}
.icon--nav-right-orange-crayola {
    background-image: url(/images/site/academy/icon-nav-arrow-right-orange-crayola.svg);
}
.icon--nav-right-vivid-sky-blue {
    background-image: url(/images/site/academy/icon-nav-arrow-right-vivid-sky-blue.svg);
}
.icon--nav-right-olive {
    background-image: url(/images/site/academy/icon-nav-arrow-right-olive.svg);
}

.icon--nav-right-white-1 {
    background-image: url(/images/site/academy/icon-right-1px-white.svg);
}
.icon--nav-download-white-1 {
    background-image: url(/images/site/academy/icon-download-1px-white.svg);
}

.icon--enrol-olive {
    background-image: url(/images/site/academy/icon-enrol-olive.svg);
}
.icon--enrol-white {
    background-image: url(/images/site/academy/icon-enrol-white.svg);
}
.icon--keypad-olive {
    background-image: url(/images/site/academy/icon-keypad-olive.svg);
}

