/* NRC FONTS */

@font-face {
    font-family: DINBold;
    src: url('../fonts/dinbold-webfont.eot');
    src: url('../fonts/dinbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinbold-webfont.woff2') format('woff2'), url('../fonts/dinbold-webfont.woff') format('woff'), url('../fonts/dinbold-webfont.ttf') format('truetype'), url('../fonts/dinbold-webfont.svg#dinboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: DINLight;
    src: url('../fonts/dinlight-webfont.eot');
    src: url('../fonts/dinlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinlight-webfont.woff2') format('woff2'), url('../fonts/dinlight-webfont.woff') format('woff'), url('../fonts/dinlight-webfont.ttf') format('truetype'), url('../fonts/dinlight-webfont.svg#dinlightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: DINRegular;
    src: url('../fonts/dinregular-webfont.eot');
    src: url('../fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinregular-webfont.woff2') format('woff2'), url('../fonts/dinregular-webfont.woff') format('woff'), url('../fonts/dinregular-webfont.ttf') format('truetype'), url('../fonts/dinregular-webfont.svg#dinregularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* RESET STYLES */

* {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 50%;
}

body {
	font-family: DINRegular, Arial, Verdana, sans-serif;
	font-size: 2rem;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	position: relative;
	width: 100%;
}

/* HEADER STYLES */

header {

	-ms-display: flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: rgba(0, 84, 128, 1);
	width: 100%;	
	text-align: center;
	margin: 0 auto;
}

@media only screen and (min-width: 48em) {

    header {
        background: rgba(0,84,128,1) url(img/bg_header.jpg) bottom right / 100% auto  no-repeat;
    }

}

header .logos {
    background-color: rgba(0, 84, 128, .8);
    width: 100%;
    height: 100%;
    padding: 3rem;
}

header .logo {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
}

header .nrc.logo {
    display: block;
    width: 20rem;
    height: auto;
    margin-bottom: 2.5rem;
}

@media only screen and (min-width: 48em) {

    header .nrc.logo {
        position: absolute;
        top: 1rem;
        right: 2rem;
        width: 15rem;
        height: auto;
    }

}

@media only screen and (min-width: 64em) {

    header .nrc.logo {
        width: 20rem;
    }

}

header .mentorConnect.logo {
    width: 30rem;
    height: auto;
}

@media only screen and (min-width: 48em) {

    header .mentorConnect.logo {
        width: 50rem;
        height: auto;
    }

}

main {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
}

main .breadcrumb {
    display: none;  
}

@media only screen and (min-width: 48em) {

    main .breadcrumb {
        display: block;
        margin: 0 auto 2rem;
        width: 70ch;
        font-size: 90%;
        font-style: italic;
        color: #333;
    }

}

@media only screen and (min-width: 90em) {

    main .breadcrumb {
        width: 90ch;
    }

}

main .breadcrumb a:link,
main .breadcrumb a:visited,
main .breadcrumb a:hover,
main .breadcrumb a:active {
    color: rgba(14, 63, 94, 1);
}

main .breadcrumb a:hover {
    text-decoration: none;
}

main .text {
    width: 100%;
}

@media only screen and (min-width: 48em) {

    main .text {
        width: 60ch;
        margin: 2rem auto;
    }

}

@media only screen and (min-width: 90em) {

    main .text {
        width: 80ch;
    }

}

main .text > h1 {
    margin: 2rem auto 0;
    padding: 0 1rem;
    font-size: 140%;
    text-transform: uppercase;
}

main .text > h2 {
    margin: 0 auto 4rem;
    padding: 0 1rem;
    font-size: 120%;
    text-transform: uppercase;
    line-height: 0.9;
    color: rgba(14, 63, 94, 1);
}

main .text > p {
    margin: 0 auto 2rem;
    padding: 0 1rem;
    line-height: 1.2;
}

main .text > p:last-of-type {
    margin-bottom: 3rem;
}

/* VIDEO */

.video {
	-ms-display: flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	-ms-justify-content: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.video video {
    width: 90%;
    height: auto;
    margin: 0 auto 2rem;
}

@media only screen and (min-width: 40em) {

    .video video {
        width: 60rem;
        
    }

}

@media only screen and (min-width: 90em) {

    .video video {
        width: 80rem;
    }

}

a:link,
a:visited,
a:hover,
a:active {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a .button:link,
a .button:visited,
a .button:hover,
a .button:active {
    text-decoration: none;
}

.icons a.icon:link,
.icons a.icon:visited,
.icons a.icon:hover,
.icons a.icon:active {
    text-decoration: none;
    color: #000;
}

.icons a.icon:hover {
    background-color: #000;
    color: #fff;
}

.cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {

    .cards {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-around;   
        margin: 4rem auto 2rem;
        width: 100%;
    }

}

@media only screen and (min-width: 90em) {

    .cards {
        width: 80%;
    }

}

@media only screen and (min-width: 90em) {

    .cards {
        width: 70%;
    }

}

@media only screen and (min-width: 125em) {

    .cards {
        width: 50%;
    }

}


.card {
    display: flex;
    width: 300px;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 48em) {

    .card {
        box-shadow: 0 0 20px 0 #ccc;
        
    }

}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card {
        flex-direction: row;
        width: 90%;
    }

}

.card h1 {
    margin-top: 2rem;
    padding: 0 2rem;
    font-size: 100%;
    text-transform: uppercase;
}


.card p {
    margin: 1rem 2rem 3rem;
    font-size: 95%;
}

.card .textBelowButton {
    font-size: 90%;
    text-align: center;
    margin-bottom: -0.5rem;
}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card.employer {
        background: rgba(225, 127, 44, 1) url(img/bg_employer.jpg) center center / 100% auto  no-repeat;   
    }

}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card.mentor {
        background: rgba(34, 119, 188, 1) url(img/bg_mentor.jpg) center center / 100% auto  no-repeat;   
    }

}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card.apprentice {
        background: rgba(234, 79, 137, 1) url(img/bg_apprentice.jpg) center center / 100% auto  no-repeat;   
    }

}

.card .landscape {
    display: flex;
        flex-direction: column;       
}

.card .landscape .row-top {
    flex-grow: 1;      
}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card .landscape .row-top {
        display: flex;
        flex-direction: row;       
    }

}

@media only screen and (min-width: 90em) {

    .card .landscape {
        display: flex;
        flex-direction: column;       
    }

}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card .card__photo {
        flex-direction: column;
    }

}

@media only screen and (min-width: 48em) and (max-width: 63.99em) {

    .card .card__photo img {
        display: none;
    }

}


/* ICON STYLES */


.icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {

    .icons {
        margin: 2rem auto;
        width: 85%;
    }

}

@media only screen and (min-width: 64em) {

    .icons {
        width: 70%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

}

@media only screen and (min-width: 110em) {

    .icons {
        width: 60%;
    }

}

@media only screen and (min-width: 130em) {

    .icons {
        width: 50%;
    }

}


.icon {
    display: flex;
    width: 300px;
    line-height: 1;
    max-height: 80px;
    margin-right: 2rem;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 1);
    border-width: 2px;
    border-style: solid;
}

.icon .icon__number {
    display: flex;
    align-items: center;
    justify-content: center;   
    font-size: 250%;
    font-weight: 700;
    width: 56px;
    padding: 1rem 0;
}

.icon .icon__text {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 100%;
    max-width: 244px;
    padding: 1rem 2rem 1rem 0;
}






/* BUTTON STYLES */

.button {
    border-radius: 100px;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 240px;
    max-width: 240px;
    border: 5px solid #bbb;
}

.button:hover {
    border: 5px solid transparent;
}


.embedded-content {
    width: 100%;
    margin: 2rem auto 4rem;
}

@media only screen and (min-width: 64em) {

    .embedded-content {
        width: 70%;
    }

}

.embedded-content iframe {
    width: 100%;
    height: 50%;
}

.module-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.module-navigation a {
    margin-right: 5rem;
}

.module-navigation a:last-child {
    margin-right: 0;
}


/* PARTNER STYLES */


main .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 48em) {

    main .partners {
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto 3rem;
    }

}


@media only screen and (min-width: 90em) {

    main .partners {
        width: 70%;
    }

}

@media only screen and (min-width: 100em) {

    main .partners {
        width: 60%;
    }

}

main .partners .logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {

    main .partners .logo {
        margin-top: 0;
    }

}

/* COLOUR STYLES */

.bg-blue {
    background-color: rgba(35, 120, 190, 1);
}

.bg-blue-10 {
    background-color: rgba(35, 120, 190, .1);
}

.br-blue {
    border-color: rgba(35, 120, 190, 1);
}

.bg-blue-dark {
    background-color: rgba(14, 63, 94, 1);
}

.bg-blue-dark-10 {
    background-color: rgba(90, 161, 206, .1);
}

.br-blue-dark {
    border-color: rgba(14, 63, 94, 1);
}

.bg-blue-light {
    background-color: rgba(118, 185, 229, 1);
}

.bg-blue-light-10 {
    background-color: rgba(118, 185, 229, .1);
}

.br-blue-light {
    border-color: rgba(118, 185, 229, 1);
}

.bg-grey {
    background-color: rgb(116, 116, 116);
}

.bg-grey-10 {
    background-color: rgba(168, 169, 173, .1);
}

.br-grey {
    border-color: rgba(168, 169, 173, 1);
}

.bg-orange {
    background-color: rgba(225, 127, 44, 1);
}

.bg-orange-10 {
    background-color: rgba(225, 127, 44, .1);
}

.br-orange {
    border-color: rgba(225, 127, 44, 1);
}

.bg-pink {
    background-color: rgba(234, 79, 137, 1);
}

.bg-pink-10 {
    background-color: rgba(234, 79, 137, .1);
}

.br-pink {
    border-color: rgba(234, 79, 137, 1);
}

.bg-red {
    background-color: rgba(139, 15, 3, 1);
}
