@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes expand {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes minimiseAlert {
  0% {
    height: 5rem;
    opacity: 1; }
  100% {
    opacity: 0;
    height: 0%; } }

@keyframes minimiseAlert {
  0% {
    height: 5rem;
    opacity: 1; }
  100% {
    height: 0%;
    opacity: 0; } }

.font-colour {
  color: #403f41; }

.black {
  color: black; }

.black-bg {
  background-color: black; }

.white {
  color: white; }

.light-gray {
  color: #c8c8c8; }

.white-bg {
  background-color: white; }

.transparent-bg {
  background-color: rgba(0, 0, 0, 0); }

.blood-bg {
  background-color: #8b0a02; }

.darkMidnightBlue {
  color: #003e5e; }

.darkMidnightBlue-bg {
  background-color: #003e5e; }

.tiffanyBlue {
  color: #00b1b0; }

.tiffanyBlue-bg {
  background-color: #00b1b0; }

.princetonOrange {
  color: #f58427; }

.princetonOrange-bg {
  background-color: #f58427; }

.carrotOrange {
  color: #eb9719; }

.bg-col--carrotOrange {
  background-color: #eb9719; }

.spanishYellow {
  color: #efb221; }

.bg-col--spanishYellow {
  background-color: #efb221; }

.androidGreen {
  color: #b0be2d; }

.bg-col--androidGreen {
  background-color: #b0be2d; }

.apple {
  color: #79c142; }

.bg--apple {
  background-color: #79c142; }

.spanishVeridian {
  color: #008a5e; }

.bg-col--spanishVeridian {
  background-color: #008a5e; }

.crimson {
  color: #d10e40; }

.crimson-bg {
  background-color: #d10e40; }

.facebook {
  color: #3b5998; }

.instagram {
  color: #c32aa3; }

.linkedin {
  color: #0a66c2; }

.twitter {
  color: #1da1f2; }

.youtube {
  color: red; }

.lg3--w-pg-w {
  background: linear-gradient(white 40%, rgba(200, 200, 200, 0.9) 60%, white 85%); }

.lg2--tb-dmb {
  background: linear-gradient(#00b1b0, rgba(0, 62, 94, 0.9)); }

.lg3--tb-dmb {
  background: linear-gradient(#00b1b0 10%, rgba(0, 177, 176, 0.5) 40%, #003e5e 100%); }

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

/*
  2. Remove default margin
*/
* {
  margin: 0; }

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%; }

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit; }

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate; }

html {
  font-size: 62.5%; }

.overlay {
  width: 100%;
  height: 100%; }

/* 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; }

body {
  font-family: DINRegular;
  font-size: 1.6rem;
  color: #403f41; }

h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.5rem; }
  h1 span.first-line {
    display: block;
    font-size: 3rem;
    line-height: 0.3; }
  h1 span.second-line {
    display: block;
    font-size: 8rem; }

h2 {
  margin-bottom: 3rem;
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

.line {
  height: 0.3rem;
  background: linear-gradient(to right, #00b1b0, #003e5e, #efb221);
  margin: 1rem 0 3rem;
  animation-name: expand;
  animation-duration: 1s; }

p {
  margin-bottom: 2rem; }

p:last-of-type,
p:last-child {
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

.center {
  text-align: center; }

.shadow {
  text-shadow: 0.1rem 0.2rem black; }

.slogan {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: DINBold;
  font-size: 4rem;
  color: #003e5e;
  text-align: center; }
  .slogan::after {
    content: 'Go Further. Go\00A0Higher.'; }

.copyright {
  margin-bottom: 0;
  font-size: 2rem;
  color: #003e5e;
  text-align: right; }
  .copyright::after {
    content: '\00A9 2022 Northern Regional College.'; }

.alert {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  font-family: DINBold, Arial;
  color: #000;
  white-space: nowrap;
  transition: all 2s; }
  .alert.alert-warning {
    background-color: #efb221; }
  .alert .icon-warning {
    width: 3rem;
    height: 3rem; }
  .alert a:link,
  .alert a:visited,
  .alert a:hover,
  .alert a:active {
    color: #000;
    text-decoration: none;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
  .alert a:hover {
    text-decoration: underline; }
  .alert p {
    display: flex;
    align-items: center;
    justify-content: center; }

button,
.button,
.submit {
  border: 0.2rem solid white;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 1s;
  backface-visibility: hidden; }
  button:hover,
  .button:hover,
  .submit:hover {
    background-color: #d10e40;
    color: white;
    transition: all 1s; }
  button.small,
  .button.small,
  .submit.small {
    font-size: 1.8rem; }
  button.large,
  .button.large,
  .submit.large {
    font-size: 4rem; }
  button.inverted,
  .button.inverted,
  .submit.inverted {
    border: 0.2rem solid black; }

.submit {
  background-color: #79c142; }

.cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  color: black; }
  .cards .card {
    width: 25rem;
    max-width: 25rem;
    height: 30rem;
    font-size: 2.5rem;
    perspective: 1000px; }
    .cards .card:hover .card__inner {
      transform: rotateY(-180deg);
      transition: ease-in 1s; }
    .cards .card__inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 2s;
      transform-style: preserve-3d; }
    .cards .card__front, .cards .card__back {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 0.5rem solid transparent;
      border-radius: 2rem;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      line-height: 1;
      padding: 1rem; }
    .cards .card__front {
      justify-content: center;
      font-size: 4rem;
      font-weight: 700;
      cursor: pointer; }
    .cards .card__back {
      justify-content: flex-end;
      padding-bottom: 4rem;
      border-color: currentColor;
      background-color: #3a4656;
      transform: rotateY(180deg);
      cursor: default; }
    .cards .card button {
      margin-top: 4rem;
      padding: 1.5rem;
      font-size: 2rem; }

form {
  margin: 0 auto;
  background-color: #004f78;
  border: none;
  border-radius: 2rem;
  padding: 3rem; }
  form.selected-site {
    background-color: #efb221;
    color: #003e5e; }

fieldset {
  border: none;
  height: 30vh; }

label {
  display: block;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700; }

input:not([type='submit'], [type='radio'], [type='search']),
textarea {
  padding: 1rem;
  border: 0.1rem solid #c8c8c8;
  width: 45ch;
  border-radius: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem; }
  input.small,
  textarea.small {
    width: 30rem; }

input[type='radio'] {
  margin: 0 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer; }
  input[type='radio']:last-of-type {
    margin-left: 5rem; }
  input[type='radio'] + label {
    justify-content: center;
    padding-bottom: 0;
    font-size: 2.5rem;
    cursor: pointer; }
  input[type='radio']:checked + label {
    cursor: default; }

input[type='search'] {
  margin: 0 auto;
  padding: 1rem;
  border: 0.1rem solid #c8c8c8;
  border-radius: 0.8rem;
  width: 90%;
  font-size: 3rem;
  text-align: center; }

.icons a:link,
.icons a:visited,
.icons a:hover,
.icons a:visited {
  color: lightgrey;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  text-align: center;
  line-height: 2;
  margin: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
  border: 0.3rem solid transparent;
  z-index: 1; }
  .icons a:link.circle,
  .icons a:visited.circle,
  .icons a:hover.circle,
  .icons a:visited.circle {
    border-color: white; }
  .icons a:link.social-media,
  .icons a:visited.social-media,
  .icons a:hover.social-media,
  .icons a:visited.social-media {
    margin: 0;
    padding: 0; }
  .icons a:link .icon,
  .icons a:visited .icon,
  .icons a:hover .icon,
  .icons a:visited .icon {
    position: relative;
    transition: 1s;
    z-index: 3;
    margin-right: 0; }

.icons a:hover {
  color: currentColor; }
  .icons a:hover.facebook {
    color: #3b5998; }
  .icons a:hover.instagram {
    color: #c32aa3; }
  .icons a:hover.linkedin {
    color: #0a66c2; }
  .icons a:hover.twitter {
    color: #1da1f2; }
  .icons a:hover.youtube {
    color: red; }

.icons a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 2; }

.icons a.ask-a-question:before {
  background-color: #f58427;
  color: #403f41; }

.icons a.search:before {
  background-color: #8b0a02; }

.icons a.login:before {
  background-color: #00b1b0; }

.icons a.hamburger-menu:before {
  background-color: #00b1b0; }

.icons a.sign-in:before {
  background-color: #8b0a02; }

.icons a:hover:before {
  top: 0; }

.icons a:last-of-type svg.icon {
  margin-right: 0; }

.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: lightgrey;
  fill: lightgrey;
  margin-right: 1rem; }
  .icon__xxs {
    width: 4rem;
    height: 4rem; }
  .icon__xs {
    width: 3rem;
    height: 3rem; }
  .icon__s {
    width: 4rem;
    height: 4rem; }
  .icon__m {
    width: 6rem;
    height: 6rem; }
  .icon__l {
    width: 12rem;
    height: 12rem; }
  .icon__xl {
    width: 16rem;
    height: 16rem; }
  .icon__xxl {
    width: 32rem;
    height: 32rem; }
  .icon.icon-close-circle-outline {
    position: absolute;
    right: 1rem;
    top: 1rem;
    transform: scale(1);
    transition: transform 1s; }
    .icon.icon-close-circle-outline:hover {
      cursor: pointer;
      transform: scale(0.8);
      transition: transform 1s; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.98);
  color: white; }
  .modal h1 {
    text-align: center;
    margin-bottom: 1rem;
    color: #003e5e; }
  .modal .icon {
    color: #003e5e; }
  .modal__search-criteria {
    padding: 2rem 0 0; }
    .modal__search-criteria--courses, .modal__search-criteria--site {
      background-color: #79c142;
      border: 0.1rem solid #004f78;
      border-radius: 1rem 1rem 0 0;
      text-align: center;
      padding: 2rem;
      width: 40%;
      margin: 0 5%;
      color: #003e5e; }
      .modal__search-criteria--courses input, .modal__search-criteria--site input {
        display: none; }
      .modal__search-criteria--courses.selected, .modal__search-criteria--site.selected {
        background-color: #004f78;
        color: white; }
  .modal__form {
    width: 85ch; }
    .modal__form.wide {
      width: 60%; }

.course-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-color: #003e5e; }
  .course-search .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8rem 4rem;
    height: 40vh;
    background-color: rgba(255, 255, 255, 0.9);
    width: 90vw;
    border-radius: 1rem;
    -webkit-box-shadow: 5px 5px 25px 5px black;
    box-shadow: 5px 5px 50px 5px black; }
  .course-search h1 {
    margin-bottom: 4rem; }
  .course-search .search-form {
    display: flex;
    align-items: center;
    justify-content: center; }
    .course-search .search-form--small {
      width: 40vw;
      font-size: 1rem;
      justify-content: end; }
    .course-search .search-form__inputs {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
      width: 60vw; }
  .course-search .links {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 60vw; }
    .course-search .links p {
      margin-bottom: 0; }
    .course-search .links a:link,
    .course-search .links a:visited,
    .course-search .links a:hover,
    .course-search .links a:active {
      font-size: 2.5rem;
      text-decoration: none;
      text-transform: uppercase; }
    .course-search .links a:hover {
      text-decoration: underline; }

.slideshow {
  width: 100%;
  height: 60rem;
  position: relative;
  margin: 10rem 0;
  background-color: white; }

.slide {
  position: absolute;
  background-color: white;
  transition: ease-in-out 1s;
  margin: 0 10rem; }
  .slide img {
    width: auto;
    height: 60rem;
    transform: rotate(355deg);
    border: 5rem solid white; }
  .slide__info {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    width: 55ch;
    color: #3a4656; }
    .slide__info h1 {
      font-size: 3rem; }
    .slide__info p {
      font-size: 3rem;
      max-width: 65ch; }
  .slide__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 2rem 2rem 0;
    border-color: black; }

.control {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4; }
  .control svg {
    padding: 1rem;
    color: #3a4656;
    opacity: 0.2;
    margin: 0;
    transition: opacity 1s; }
    .control svg:hover {
      opacity: 1;
      transition: opacity 1s; }
  .control__previous {
    left: 0; }
  .control__play-pause {
    left: 50%;
    bottom: 0;
    transform: translate(-50%); }
    .control__play-pause svg {
      color: white; }
  .control__next {
    right: 0; }

.visible {
  display: block; }

.hidden {
  display: none; }

.hideByWidth {
  display: none;
  transition: display 1s; }

.fadeIn {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  animation-fill-mode: forwards; }

.fadeOut {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s;
  animation-fill-mode: forwards; }

.minimiseAlert {
  -webkit-animation: minimiseAlert 0.5s;
  animation: minimiseAlert 0.5s;
  animation-fill-mode: forwards; }

.visually-hidden:not(:focus):not(:active) {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: all 1s; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

.flex {
  display: flex; }
  .flex-col {
    flex-direction: column; }
    .flex-col-gap {
      column-gap: 1rem; }
  .flex-row-gap {
    row-gap: 1rem; }
  .flex-ai-start {
    align-items: flex-start; }
  .flex-ai-center {
    align-items: center; }
  .flex-ai-end {
    align-items: flex-end; }
  .flex-jc-end {
    justify-content: flex-end; }
  .flex-jc-center {
    justify-content: center; }
  .flex-jc-around {
    justify-content: space-around; }
  .flex-jc-between {
    justify-content: space-between; }
  .flex-jc-evenly {
    justify-content: space-evenly; }
  .flex-wrap {
    flex-wrap: wrap; }

.header {
  position: fixed;
  padding: 1rem 5rem;
  width: 100%;
  height: 10rem;
  max-height: 10rem;
  background-color: #003e5e;
  border-bottom: 0.5rem solid #00b1b0; }
  .header .nrc-logo {
    margin-right: 5rem; }
    .header .nrc-logo img {
      width: 20rem;
      height: auto; }
  .header .quick-access-links {
    width: 33%; }
  .header nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center; }
    .header nav a {
      color: white;
      margin-right: 5rem;
      font-size: 3rem;
      text-transform: uppercase;
      text-decoration: none; }
      .header nav a:last-of-type {
        margin-right: 0; }
  .header button {
    margin-right: 5rem; }
    .header button:last-of-type {
      margin-right: 0; }
    .header button.hamburger-menu {
      border: transparent; }
      .header button.hamburger-menu:hover {
        background-color: transparent; }

.main {
  position: relative;
  top: 10rem;
  width: 100%;
  font-size: 2.5rem; }
  .main article {
    width: 90%; }
    @media only screen and (min-width: 1024px) {
      .main article {
        width: 85ch;
        margin: 0 auto; } }
  .main .courses {
    width: 100%;
    height: 35rem;
    background-color: #00b1b0;
    background: #00b1b0 url(/img/courses-bg.svg) no-repeat bottom right;
    background-size: cover; }
    .main .courses__buttons {
      margin: 5rem auto 0;
      width: 50%; }
  .main .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65ch;
    margin: 0 auto;
    margin-bottom: 5rem;
    text-align: center; }
  .main .content {
    display: flex;
    justify-content: end;
    margin: 0 auto; }
    .main .content .text {
      width: 85ch; }
  .main #course-options {
    background-color: #00b1b0;
    background: #00b1b0 url(/img/courses-bg.svg) no-repeat bottom right;
    background-size: cover; }
    .main #course-options .overlay {
      padding: 5rem; }
  .main #here-to-help {
    position: relative;
    margin: 10rem 5rem; }
    .main #here-to-help .info {
      background: #3a4656;
      background-size: contain;
      width: 33%;
      height: 30rem;
      color: white;
      overflow: hidden;
      filter: grayscale(0%); }
      .main #here-to-help .info.contact-us {
        background: url(/img/contact-us.jpg) top/100% auto no-repeat; }
      .main #here-to-help .info.how-to-apply {
        background: url(/img/how-to-apply.jpg) center/100% auto no-repeat; }
      .main #here-to-help .info.student-support {
        background: url(/img/student-support.jpg) top/100% auto no-repeat; }
      .main #here-to-help .info .overlay {
        position: absolute;
        background: linear-gradient(rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.9) 100%);
        height: 6rem;
        bottom: 0;
        padding: 0 2rem;
        transition: all 1s; }
        .main #here-to-help .info .overlay h2 {
          margin-bottom: 1rem;
          transition: all 1s; }
        .main #here-to-help .info .overlay p.second-line {
          bottom: -10rem;
          font-family: DINRegular; }
      .main #here-to-help .info:hover {
        filter: grayscale(100%);
        cursor: pointer; }
        .main #here-to-help .info:hover h2 {
          padding-top: 2rem;
          bottom: 0;
          transition: all 1s; }
        .main #here-to-help .info:hover .overlay {
          height: 100%;
          transition: height 1s; }

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  margin-top: 5rem; }
  footer p {
    font-weight: 700; }
  footer #social-media,
  footer #copyright {
    width: 33%; }
  footer #slogan {
    width: 34%;
    line-height: 1; }

.width--full {
  width: 100%; }

.width--85ch {
  width: 85ch; }

.modal {
  z-index: 100; }

.alert {
  z-index: 90; }

.header {
  z-index: 80; }
