/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
	Theme Name: Niagara College Subsites V2
	Description: Custom theme for NC subsites built using grid and flexbox.
	Version: 1.0
	Author: Courtney Thaggard (Niagara College)
*/

/* EZ Alert Over-ride */
.ez-alert-bar {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
}
   .ez-alert > h2 {
       font-weight: 500;
       font-size: 1.05rem;
       margin: 0 0 8px 0;
   }

   .olark-launch-button.olark-text-button .olark-button-text {
	font-family: "Work Sans", sans-serif !important;
	font-weight: 500 !important;
}

/*-----------------------------------------------------*\
    Plugin - Responsive Lightbox & Gallery (dFactory)
\*-----------------------------------------------------*/

.rl-gallery-container {
    margin: 55px 0 45px;
}

[class^="rl-hover-icon-"] .rl-gallery-link::before, [class*=" rl-hover-icon-"] .rl-gallery-link::before {
    color: rgba(255,255,255,0.9) !important;
    content: '\e801' !important;
    font-size: 2rem !important;
    top: 26% !important;
}
.rl-gallery:not(.rl-hidden-text) .rl-gallery-link:after {
    background-color: rgba(0,0,0,0.5) !important;
}

/*------------------------------------*\
    COMMON
\*------------------------------------*/

/* accessibility */
.a-hide,
.screen-reader-text,
.invisible { /* generic hide */
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  position: absolute;
  border: 0;
}

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
*, html {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Work Sans', sans-serif;
  background: #fff;
  color: #2a2a2a;
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a img {
   max-width: unset;
}
img.round {
   border-radius: 50%;
}
a {
  color:#444;
}
a:hover {
  color:#444;
  text-decoration: none;
}
a:focus {
  color:#444;
  text-decoration: none;
}
input:focus {
  border: 2px solid #04A4CC;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.r { /* wrap */
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
section .r {
  padding: 90px 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
p.error {
  color: #a10000;
  font-size: 1rem !important;
  font-style: italic;
}

/* Pagination */
.pagination {
    display: flex;
    margin: 75px 0 60px;
}
.pagination > span,
.pagination > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    color: #3b3b3b;
    text-decoration: none;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 500;
    border: solid 2px transparent;
    background: #dfdfdf;
    transition: all 0.3s ease-in-out;
}
.pagination > a:hover,
.pagination > a:focus {
    background: none;
    border: solid 2px #dfdfdf;
}
.pagination > span:first-child,
.pagination > a:first-child {
    margin-left: 0;
}
.pagination > span:last-child,
.pagination > a:last-child {
    margin-right: 0;
}
.pagination > span,
.pagination > a:not(.next):not(.prev) {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.pagination > span.current {
    background: #0077be;
    color: #fff;
}
.pagination > span.dots {
    background: #edeff0;
    color: #9d9d9d;
}
.pagination > a.next,
.pagination > a.prev {
    padding: 0 30px;
    border-radius: 50px;
}
.pagination > a.next {
		min-width: 125px;
}
.pagination > a.previous {
		min-width: 150px;
}

/* Loader */
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.85;
   background-color: #000;
   z-index: 5000;
   text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*------------------------------------*\
    LOREM
\*------------------------------------*/

.lorem h1,
.lorem h2,
.lorem h3,
.lorem h4,
.lorem h5,
.lorem h6 {
    font-weight: 500;
}
.lorem h1,
.lorem h2,
.lorem h3,
.lorem h4 {
    font-size: 1.85rem;
    line-height: 2.3rem;
    padding: 2.5rem 0 1.25rem;
		margin:0;
    color: #0077be;
}
.lorem h5 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    color: rgba(0,0,0,0.8);
    padding: 2rem 0 1.2rem;
	margin:0;
}
.lorem h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgba(0,0,0,0.8);
    padding: 1.85rem 0 1.15rem;
	margin:0;
}
.lorem a {
    color: #0077be;
}
.lorem a:hover,
.lorem a:focus {
    color: #000;
}
.lorem p,
.lorem li,
.lorem address {
    font-size: 1.05rem;
    line-height: 1.6rem;
}
.lorem p.small,
.lorem li.small {
    font-size: 0.84rem;
    line-height: 1.05rem;
    color: rgba(0,0,0,0.7);
}
.lorem .wp-caption-text {
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.lorem p,
.lorem ol,
.lorem ul {
    margin: 15px 0;
}
.lorem ul,
.lorem ol {
    margin-left: 30px;
}
.lorem ul ul,
.lorem ol ol,
.lorem ol ul,
.lorem ul ol {
    margin-top: 5px;
    margin-bottom: 5px;
}
.lorem li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.lorem dl {
    margin: 25px 0;
}
   .lorem dl dt {
       font-weight: 500;
       font-size: 1.1rem;
       line-height: 1.55rem;
       margin: 20px 0 17px;
   }
      .lorem dl dd {
          font-size: 1rem;
          line-height: 1.45rem;
          color: rgba(0,0,0,0.9);
          padding: 5px 0 5px 17px;
          margin: 0 0 0 1px;
          border-left: solid 3px rgba(0,0,0,0.1);
      }
      .lorem hr {
          border: none;
          height: 2px;
          margin: 25px 0;
          background: rgba(0,0,0,0.1);
      }
      .lorem blockquote {
          display: block;
          border: solid 2px rgba(0,0,0,0.1);
          border-radius: 2px;
          padding: 15px 25px;
          margin: 75px auto;
          width: 80%;
          color: rgba(0,0,0,0.75);
          position: relative;
          font-size: 1rem;
          line-height: 1.5rem;
      }
         .lorem blockquote footer {
             margin: 0 0 40px 0;
         }
        .lorem blockquote p {
            font-size: 0.95rem;
            line-height: 1.4rem;
        }
        .lorem blockquote:before {
            content: '\201C';
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #fff;
            width: 80px;
            height: 50px;
            font-size: 100px;
            line-height: 100px;
            font-family: "PT Sans", sans-serif;
            color: rgba(0,0,0,0.5);
            text-align: center;
        }
        .lorem blockquote cite {
          float: right;
          font-style: unset;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 0.95rem;
          margin: 1.25rem 0 0 0;
        }
.lorem table {
    margin: 1.5rem 0 1.75rem;
}
  .lorem table th,
  .lorem table td {
      padding: 10px 20px;
  }
  .lorem table td {
      border: solid 1px #E5E5E5;
  }
  .lorem table th {
      background: #E5E5E5;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.85rem;
      padding: 15px 12px;
      border: solid 1px #E5E5E5;
  }
  .lorem table tr:nth-child(odd) {
      background: rgba(0,0,0,0.02);
  }
.lorem table td *:first-child {
    margin-top: 0;
}
.lorem table td *:last-child {
    margin-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

header.bar {
  background: #00164D;
  width: 100%;
  z-index: 2000;
  position: fixed;
  top: 0;
  min-height: 75px;
}
  header.bar .bar-i {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0.8rem 0;
  }
    header.bar .bar-i .logo {
      position: relative;
      left: -3px;
    }
    header.bar .logo a:focus {
       outline: none;
    }
    header.bar .logo a:focus h1 {
       border: dashed 1px rgba(255,255,255,0.5);
    }
    header.bar .logo h1 {
        margin: 0;
        padding: 0;
        width: 280px;
        height: 42px;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
        border: solid 1px transparent;
      }
        header.bar .logo h1 span {
          clip: rect(1px, 1px, 1px, 1px);
          height: 1px !important;
          width: 1px !important;
          margin: 0 !important;
          overflow: hidden !important;
          position: absolute;
        }

/*---------------------------------*\
    Columns (= 12)
\*---------------------------------*/

.col-1 { /* 12 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
}
.col-1-1 { /* 6 6 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.col-1-2 { /* 5 7 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    grid-column-gap: 30px;
}
.col-1-3 { /* 4 8 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 30px;
}
.col-1-4 { /* 3 9 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 3fr;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 30px;
}
.col-3-1 { /* 8 4 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 30px;
}
.col-3-2 { /* 7 5 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 1.25fr;
    grid-template-columns: 2fr 1.25fr;
    grid-column-gap: 30px;
}
.col-2-3 { /* 5 7 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.25fr 30px 2fr;
    grid-template-columns: 1.25fr 2fr;
    grid-column-gap: 30px;
}
.col-1-1-1 { /* 4 4 4 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
.col-1-1-1-1 { /* 3 3 3 3 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
}
.col-1-1-5 { /* 4 5 3 */
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 30px 3fr 30px 0.5fr;
    grid-template-columns: 2fr 3fr 0.5fr;
    grid-column-gap: 30px;
}

/*------------------------------------*\
    TEMPLATES
\*------------------------------------*/

/*---------------------------------*\
    All Templates
\*---------------------------------*/

.ls {
   display: -ms-grid;
   display: grid;
   grid-column-gap: 45px;
   -ms-grid-columns: 1fr 45px 2.5fr;
   grid-template-columns: 1fr 2.5fr;
}
   .ls aside {
       border-right: solid 2px rgba(0,0,0,0.1);
       padding: 20px 25px 20px 0;
   }
   .ls main {
      padding-top: 15px;
   }
.rs {
   display: -ms-grid;
   display: grid;
   grid-column-gap: 45px;
   -ms-grid-columns: 2.5fr 45px 1fr;
   grid-template-columns: 2.5fr 1fr;
}
   .rs main {
      padding-top: 15px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
   }
   .rs aside {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
   }
.fw {
   display: block;
}
.rs aside {
    border-left: solid 2px rgba(0,0,0,0.1);
    padding: 20px 0 20px 30px;
}

/*---------------------------------*\
    Front Page
\*---------------------------------*/

.home header.site-title {
    margin-top: 75px;
		background:none;
    background-size: cover;
    background-position: center -150px;
    background-repeat: no-repeat;
    height: 95vh;
    overflow: hidden;
}
   .home header.site-title .r {
       position: relative;
       height: 100%;
   }
   .home header.site-title .r h2:nth-child(2) {
      position: absolute;
      bottom: 150px;
      right: 0;
      line-height: 1.4;
      padding: 2px 0;
      width: 700px;
      margin: 20px auto;
    }
    .home header.site-title .r h2:nth-child(2) .highlight {
        color: #96dbf8;
        display: inline;
        padding: 10px 14px;
        background: #00164f;
        font-size: 3rem;
        line-height: 4rem;
        box-decoration-break: clone;
    }
    .home header.site-title .r h2:nth-child(2) .bb {
        font-weight: 700;
        color: #c1de84;
    }
    
.home header.site-title.has-banner-image {
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    background-repeat: no-repeat;
}
   .home header.site-title.has-banner-image .r {
       position: relative;
       z-index: 50;
   }
      .home header.site-title.has-banner-image .filter {
          background: #000;
          opacity: 0.5;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
      }

.home main {
	padding:0;
}

/* --- Section: Intro --- */
.home #intro .columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
  .home #intro .columns > div:nth-child(1) {
      background: #fff;
  }
  .home #intro .columns > div:nth-child(2) {
      background: #0b499e;
  }
.home #intro .columns .columns-inner {
    display: -ms-grid;
    display: grid;
}
  .home #intro .columns .columns-inner.left {
      -ms-grid-columns: 1fr 1.365fr;
      grid-template-columns: 1fr 1.365fr;
      position: relative;
      height: 100%;
  }
  .home #intro .columns .columns-inner.left .content .content-inner {
      padding: 90px 50px 90px 20px;
  }
  .home #intro .columns .columns-inner.right {
      -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
      min-height: 1150px;
      height: 100%;
  }
    .home #intro .columns .columns-inner.right .content .content-inner {
        padding: 100px 50px 175px 115px;
        height: 100%;
    }
  .home #intro .columns .content {
      position: relative;
			background:none;
			padding-top:1px;
			padding-bottom:0;
  }

  /* Left */
  .home #intro .columns .columns-inner.left h3 {
    font-size: 2.7rem;
    margin: 0 0 50px 0;
    color: #00164f;
    font-weight: 600;
  }
    .home #intro .columns .columns-inner.left h3 span {
        color: #0b499e;
    }
  .home #intro .real-students-slideshow {
      overflow: hidden;
      height: 290px;
      width: 428px;
      margin: 0 0 50px 0;
  }
  .home #intro .real-students-slide-wrapper {
      width: 2912px;
      -webkit-animation: real-students-slide 20s ease infinite;
              animation: real-students-slide 20s ease infinite;
  }
  .home #intro .real-students-slideshow .slide {
      float: left;
      height: 290px;
      width: 428px;
  }
  @-webkit-keyframes real-students-slide {
      20% {margin-left: 0px;}
      30% {margin-left: -428px;}
      50% {margin-left: -428px;}
      60% {margin-left: -856px;}
      70% {margin-left: -856px;}
      80% {margin-left: -1284px;}
      90% {margin-left: -1284px;}
  }

  .home #intro .real-stories p {
        color: #000;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 500;
        margin: 0 0 30px 0;
  }

  .home #intro .real-stories a.button {
        color: #00164f;
        text-decoration: none;
        border: solid 2px #00164f;
        border-radius: 50px;
        padding: 20px 50px;
        margin-top: 35px;
        font-size: 1.2rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
  }

  .home #intro .real-stories a.button:hover,
  .home #intro .real-stories a.button:focus {
      border: solid 2px #00164f;
      color: #383838;
      -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
              transform: scale(1.08);
      -webkit-transition: all ease 500ms;
      -o-transition: all ease 500ms;
      transition: all ease 500ms;
  }


  /* Right */

  /* Carousel */
  .carrousel {
    position: relative;
  }
  .carrousel__content[aria-hidden=true] {
    display: none;
  }
  .carrousel__content[aria-hidden=true] {
    white-space: normal;
  }

  .news-carrousel__container {
    white-space: nowrap;
  }
  .news-carrousel__control__list {
    position: absolute;
    list-style-type: none;
    right: 0;
    left: 0;
    bottom: -100px;
    text-align: center;
		margin-left:0 !important;
  }
  .news-carrousel__control__list__item {
    display: inline-block;
    margin: 0.5em !important;
  }
  .news-carrousel__control__list__link {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 50px;
  }
  .news-carrousel__button-container {
    position: absolute;
  }
  .news-carrousel__button__previous {
    position: absolute;
    display: inline-block;
    top: 250px;
    left: -75px;
  }
    .news-carrousel__button__previous .news-carrousel__button__button:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f053";
        color: #fff;
        font-size: 1.2rem;
        position: relative;
        left: -1px;
    }
  .news-carrousel__button__next {
    position: absolute;
    display: inline-block;
    top: 250px;
    right: -55px;
  }
  .news-carrousel__button__button:hover,
  .news-carrousel__button__button:focus {
      background: #003457;
  }
    .news-carrousel__button__next .news-carrousel__button__button:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        color: #fff;
        font-size: 1.2rem;
        position: relative;
        right: -2px;
    }
  .news-carrousel__button__button {
      border: none;
      background: rgba(255,255,255,0.2);
      width: 45px;
      height: 45px;
      border-radius: 50%;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .news-carrousel__button__button span {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px !important;
        width: 1px !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute;
  }
  /* ------------------ Transition slide ------------------ */
  .slide .carrousel__content {
    display: inline-block;
    vertical-align: top;
    visibility: visible;
    width: 100%;
    position: relative;
    -webkit-transition: left .5s ease-in;
    -o-transition: left .5s ease-in;
    transition: left .5s ease-in;
    white-space: normal;
  }
  .slide .carrousel__content.visibility-off {
    visibility: hidden;
  }
  .carrouselslide-1-1.slide > div,
  .carrouselslide-2-1.slide > div,
  .carrouselslide-3-1.slide > div,
  .carrouselslide-4-1.slide > div,
  .carrouselslide-5-1.slide > div,
  .carrouselslide-6-1.slide > div,
  .carrouselslide-7-1.slide > div,
  .carrouselslide-8-1.slide > div,
  .carrouselslide-9-1.slide > div,
  .carrouselslide-10-1.slide > div {
    left: 0;
  }
  .carrouselslide-1-2.slide > div,
  .carrouselslide-2-2.slide > div,
  .carrouselslide-3-2.slide > div,
  .carrouselslide-4-2.slide > div,
  .carrouselslide-5-2.slide > div,
  .carrouselslide-6-2.slide > div,
  .carrouselslide-7-2.slide > div,
  .carrouselslide-8-2.slide > div,
  .carrouselslide-9-2.slide > div,
  .carrouselslide-10-2.slide > div {
    left: -100%;
  }
  .carrouselslide-1-3.slide > div,
  .carrouselslide-2-3.slide > div,
  .carrouselslide-3-3.slide > div,
  .carrouselslide-4-3.slide > div,
  .carrouselslide-5-3.slide > div,
  .carrouselslide-6-3.slide > div,
  .carrouselslide-7-3.slide > div,
  .carrouselslide-8-3.slide > div,
  .carrouselslide-9-3.slide > div,
  .carrouselslide-10-3.slide > div {
    left: -200%;
  }
  .carrouselslide-1-4.slide > div,
  .carrouselslide-2-4.slide > div,
  .carrouselslide-3-4.slide > div,
  .carrouselslide-4-4.slide > div,
  .carrouselslide-5-4.slide > div,
  .carrouselslide-6-4.slide > div,
  .carrouselslide-7-4.slide > div,
  .carrouselslide-8-4.slide > div,
  .carrouselslide-9-4.slide > div,
  .carrouselslide-10-4.slide > div {
    left: -300%;
  }
  .carrouselslide-1-5.slide > div,
  .carrouselslide-2-5.slide > div,
  .carrouselslide-3-5.slide > div,
  .carrouselslide-4-5.slide > div,
  .carrouselslide-5-5.slide > div,
  .carrouselslide-6-5.slide > div,
  .carrouselslide-7-5.slide > div,
  .carrouselslide-8-5.slide > div,
  .carrouselslide-9-5.slide > div,
  .carrouselslide-10-5.slide > div {
    left: -400%;
  }
  .carrouselslide-1-6.slide > div,
  .carrouselslide-2-6.slide > div,
  .carrouselslide-3-6.slide > div,
  .carrouselslide-4-6.slide > div,
  .carrouselslide-5-6.slide > div,
  .carrouselslide-6-6.slide > div,
  .carrouselslide-7-6.slide > div,
  .carrouselslide-8-6.slide > div,
  .carrouselslide-9-6.slide > div,
  .carrouselslide-10-6.slide > div {
    left: -500%;
  }
  .carrouselslide-1-7.slide > div,
  .carrouselslide-2-7.slide > div,
  .carrouselslide-3-7.slide > div,
  .carrouselslide-4-7.slide > div,
  .carrouselslide-5-7.slide > div,
  .carrouselslide-6-7.slide > div,
  .carrouselslide-7-7.slide > div,
  .carrouselslide-8-7.slide > div,
  .carrouselslide-9-7.slide > div,
  .carrouselslide-10-7.slide > div {
    left: -600%;
  }
  .carrouselslide-1-8.slide > div,
  .carrouselslide-2-8.slide > div,
  .carrouselslide-3-8.slide > div,
  .carrouselslide-4-8.slide > div,
  .carrouselslide-5-8.slide > div,
  .carrouselslide-6-8.slide > div,
  .carrouselslide-7-8.slide > div,
  .carrouselslide-8-8.slide > div,
  .carrouselslide-9-8.slide > div,
  .carrouselslide-10-8.slide > div {
    left: -700%;
  }
  .carrouselslide-1-9.slide > div,
  .carrouselslide-2-9.slide > div,
  .carrouselslide-3-9.slide > div,
  .carrouselslide-4-9.slide > div,
  .carrouselslide-5-9.slide > div,
  .carrouselslide-6-9.slide > div,
  .carrouselslide-7-9.slide > div,
  .carrouselslide-8-9.slide > div,
  .carrouselslide-9-9.slide > div,
  .carrouselslide-10-9.slide > div {
    left: -800%;
  }
  .slide .carrousel__content[aria-hidden=true] {
    display: inline-block;
  }

  /* ------------------ Transition fade ------------------ */
  .fade .carrousel__content {
    -webkit-animation: fadein 1s;
    animation:         fadein 1s;
    white-space: normal;
  }
  .fade .carrousel__content[aria-hidden=true] {
    -webkit-animation: fadeout 1s;
    animation:         fadeout 1s;
  }

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

  /* ------------------ Transition none ------------------ */
  .none .carrousel__content {
    white-space: normal;
  }
  /* ------------------ Nav dots ------------------ */
  .news-carrousel__control__list__link:focus,
  .news-carrousel__control__list__link:hover,
  .news-carrousel__control__list__link:active,
  .news-carrousel__control__list__link[aria-selected=true] {
      background: #0077be;
  }

  /* Testimonials */
  .home #intro .testimonials .carrousel__content {
    color: #fff;
  }
  .home #intro .testimonials .carrousel__content h3 {
    font-size: 1.7rem;
    margin: 0 0 40px 0;
    position: relative;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .home #intro .testimonials .carrousel__content h3:before {
      content: "“";
      position: absolute;
      left: -65px;
      top: -30px;
      font-family: Georgia, sans-serif;
      font-weight: bold;
      font-size: 5.5rem;
  }
  .home #intro .testimonials .carrousel__content p {
      font-size: 1.2rem;
      line-height: 1.9rem;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite {
      margin: 90px 0 0 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 30px 0.8fr;
      grid-template-columns: 1fr 0.8fr;
      grid-column-gap: 30px;
      justify-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite.no-photo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite.no-photo ul.cite li {
    text-align: center;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite {
      list-style-type: none;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li {
      text-align: right;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li.name {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.1rem;
      margin: 0 0 12px 0;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li.workplace {
      font-size: 1.08rem;
      font-style: italic;
      opacity: 0.95;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li.program {
      margin: 10px 0 0 0;
      font-size: 0.93rem;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li.program a {
      color: #fff;
      opacity: 0.9;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite img {
      border-radius: 50%;
  }

  /* Optional buttons */
  .home .testimonials .testimonial-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        margin: 55px 0 0 0;
  }
  .home .testimonials .testimonial-control a {
      display: block;
      min-width: 250px;
      background: #00164f;
      border: solid 2px #00164f;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 22px 20px;
      font-weight: 600;
      font-size: 1.1rem;
      margin: 8px 0;
      border-radius: 50px;
      -webkit-transition: all ease 500ms;
      -o-transition: all ease 500ms;
      transition: all ease 500ms;
  }
  .home .testimonials .testimonial-control a:hover,
  .home .testimonials .testimonial-control a:focus {
      border-color: #fff;
      background: transparent;
        transform: scale(1.08);
      transition: all ease 500ms;
  }
  .home .testimonials .testimonial-control a i {
      margin: 0 5px 0 0;
      font-size: 1.3rem;
      position: relative;
      top: 1px;
  }

  /* --- Section: YouTube Stream --- */
  .home #youtube-stream {
      background: #E8E8E8;
  }
  .home #youtube-stream .title-follow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  .home #youtube-stream .title-follow h3 {
    color: #00164f;
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 600;
  }
      .home #youtube-stream .title-follow h3 span {
          color: #0b499e;
      }

    /* Alter default YoTu styling */
    .yotu-playlist {
        padding: 65px 0 0 !important;
    }
    .yotu-player {
        margin: 0 0 45px 0 !important;
    }
    .yotu-playlist .yotu-pagination {
        color: #555 !important;
        margin: 10px 0 !important;
        font-size: 0.95rem !important;
        padding: 0 !important;
    }
    .yotu-button-prs {
        background: none !important;
        border: solid 2px #a0a0a0 !important;
        border-radius: 50px !important;
        color: #555 !important;
        padding: 10px 30px !important;
        font-size: 0.9rem !important;
        font-weight: 300 !important;
        -webkit-transition: all ease 500ms !important;
        -o-transition: all ease 500ms !important;
        transition: all ease 500ms !important;
        margin: 0 15px !important;
    }
    .yotu-button-prs:hover,
    .yotu-button-prs:focus {
        outline: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        background-color: #fff !important;
        text-decoration: none !important;
        border-color: #fff !important;
        color: #000 !important;
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08);
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    .yotu-videos.yotu-mode-grid h3 {
        color: #303030 !important;
    }

    /* --- Section: Classroom Slideshow --- */
    .home #classrooms {
      background: #0b499e;
    }
    .classroom-slideshow-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }
      .classroom-slideshow-wrapper h3.motto {
          position: absolute;
          left: 50px;
          bottom: 65px;
          z-index: 100;
          max-width: 225px;
      }
      .classroom-slideshow-wrapper h3.motto .motto-inner {
        color: #96dbf8;
        display: inline;
        padding: 0.4rem 1rem;
        background: #00164f;
        font-size: 2.5rem;
        line-height: 3.4rem;
        box-decoration-break: clone;
      }
          .classroom-slideshow-wrapper h3.motto .motto-inner span {
              color: #c1de84;
              font-weight: 700;
          }
    .home #classrooms #classroom-slideshow {
        margin: 0 auto;
        position: relative;
        width: 1040px;
        height: 650px;
    }
      .home #classrooms #classroom-slideshow .slide {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
      }
        .home #classrooms #classroom-slideshow .slide div {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .home #classrooms #classroom-slideshow .slide > a {
            position: absolute;
            display: block;
            height: 100%;
            width: 100%;
            text-decoration: none;
        }
          .home #classrooms #classroom-slideshow .slide > a span {
              position: absolute;
              bottom: 25px;
              right: 25px;
              display: inline-block;
              background: rgba(0,0,0,0.7);
              color: #fff;
              padding: 10px 15px;
              font-size: 0.85rem;
              max-width: 550px;
          }

      /* --- Section: Start NC Journey --- */
      .home #start .columns {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
          overflow: hidden;
      }
      .home #start .columns .columns-inner {
          display: -ms-grid;
          display: grid;
      }
        .home #start .columns .columns-inner.left {
            -ms-grid-columns: 1fr 570px;
            grid-template-columns: 1fr 570px;
            height: 100%;
        }
          .home #start .columns .columns-inner.left .content {
              padding: 90px 60px 90px 20px;
              height: 100%;
          }
        .home #start .columns .columns-inner.right {
            position: relative;
            height: 100%;
        }
          .home #start .columns .columns-inner.right .content {
              background-size: cover;
              background-repeat: no-repeat;
          }
        .home #start .columns .content {
            position: relative;
        }

        .home #start .pathway-wrapper {
            height: 100%;
            position: relative;
            margin: 20px 0 50px;
        }
        .home #start .pathway-wrapper .line {
            width: 65px;
            height: 88%;
            position: absolute;
            top: 15px;
            background: url('/myncstory1/wp-content/themes/niagara-college-myncstory/img/bg-dashed.png');
            background-repeat: repeat-y;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper {
            position: relative;
            width: 100%;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul {
            list-style-type: none;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li {
            display: block;
			padding:0;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li a,
        .home #start .pathway-wrapper .pathway-options-wrapper ul li.i {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 65px 30px 1fr;
          grid-template-columns: 65px 1fr;
          grid-column-gap: 30px;
          margin-bottom: 20px;
          position: relative;
          text-decoration: none;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li.i {
          margin-bottom: 68px;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li a:hover > div,
        .home #start .pathway-wrapper .pathway-options-wrapper ul li a:focus > div {
          -webkit-transform: scale(1.08);
              -ms-transform: scale(1.08);
                  transform: scale(1.08);
          -webkit-transition: all ease 500ms;
          -o-transition: all ease 500ms;
          transition: all ease 500ms;
          cursor: pointer;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li a:hover .step > div,
        .home #start .pathway-wrapper .pathway-options-wrapper ul li a:focus .step > div {
          background: #fff;
          color: #0b499e;
        }
          .home #start .pathway-wrapper .pathway-options-wrapper ul li.i {
              margin-bottom: 68px;
          }
          .home #start .pathway-wrapper .pathway-options-wrapper ul li:last-child {
              margin: 0;
          }
        .home #start .pathway-options-wrapper ul li .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all ease 500ms;
        }
          .home #start .pathway-options-wrapper ul li .icon span {
              width: 65px;
              height: 65px;
              display: block;
              border-radius: 50%;
              background: #fff;
              border: solid 6px #989898;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
          }
            .home #start .pathway-options-wrapper ul li .icon span:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: relative;
            }
          /* step 1 icon */
          .home #start .pathway-options-wrapper ul li.i .icon span {
              background: #00164f;
              border: solid 6px #00164f;
          }
            .home #start .pathway-options-wrapper ul li.i .icon span:before {
                content: "\f3c5";
                color: #fff;
                font-size: 1.7rem;
            }
        /* remaining step icons */
        .home #start .pathway-options-wrapper ul li:not(.i) .icon span:before {
            color: #989898;
            font-size: 1.7rem;
        }
        .home #start .pathway-options-wrapper ul li.ii .icon span:before {
            content: "\f002";
            top: -1px;
        }
        .home #start .pathway-options-wrapper ul li.iii .icon span:before {
            content: "\f245";
            top: -1px;
            right: -1px;
        }
        .home #start .pathway-options-wrapper ul li.iv .icon span:before {
            content: "\f276";
        }
        .home #start .pathway-options-wrapper ul li.v .icon span:before {
            content: "\f128";
        }
        .home #start .pathway-options-wrapper ul li.vi .icon span:before {
            content: "\f017";
        }
        .home #start .pathway-options-wrapper ul li.vii .icon span:before {
            content: "\f00c";
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li .step h3 {
            color: #00164f;
            font-size: 3rem;
            line-height: 3.2rem;
        }
        .home #start .pathway-wrapper .pathway-options-wrapper ul li .step > div {
            display: block;
            background: #0b499e;
            border: solid 3px #0b499e;
            color: #fff;
            text-decoration: none;
            text-align: center;
            border-radius: 50px;
            padding: 20px;
            font-weight: 500;
            font-size: 1.3rem;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

/*---------------------------------*\
	General All Page Styling
\*---------------------------------*/

header.site-title {
    margin-top: 75px;
    padding: 20px 0;
    background: #143A88;
}
  header.site-title h2 {
       font-size: 1.3rem;
       font-weight: 600;
   }
     header.site-title h2 a {
          text-decoration: none;
          color: #eeeeee;
      }
.page-title {
    background: #00113C;
    padding: 65px 0 0;
}
   .page-title h3 {
       color: #fff;
       font-size: 2.7rem;
       line-height: 3.1rem;
	margin-bottom:55px;
    font-weight: 600;
   }
    .page-title .fake-block {
        height: 50px;
        background: #fff;
    }
.featured-image {
    margin-top: 55px;
}
.wrapper {
	background:#f2f2f2;
}
.content {
	background:#fff;
  padding-top: 0;
  padding-bottom: 80px;
}
   .content.has-thumb {
       padding-top: 50px;
   }

	main {
			padding: 0 25px;
	}
  main .lead {
      color: #00113C;
      font-size: 1.7rem;
      line-height: 2.4rem;
      font-weight: 500;
      margin: 0 0 40px 0;
      padding: 15px 0 0 40px;
      position: relative;
  }
    main .lead:before {
        position: absolute;
        content: " ";
        width: 18px;
        height: 30px;
        background: #00113C;
        left: 0;
    }
.wrapper aside *:nth-child(1) {
    margin-top: 0;
}
.wrapper aside h1,
.wrapper aside h2,
.wrapper aside h3,
.wrapper aside h4,
.home aside h1,
.home aside h2,
.home aside h3,
.home aside h4  {
    color: #000;
    font-size: 1.2em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.wrapper aside h5,
.home aside h5 {
    color: rgba(0,0,0,0.7);
    line-height: 1.35em;
    font-size: 1.05em;
    text-transform: uppercase;
    margin: 30px 0 15px;
}
.wrapper aside h6,
.home aside h6  {
    color: rgba(0,0,0,0.55);
    line-height: 1.4em;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 2.15rem 0 1rem;
}

.content ul{
	list-style-type:none;
}

.content li {
	position:relative;
	padding: 0 0 0 1rem;
	margin: 0 0 8px 0;
	font-size: 1rem;
	line-height: 1.4rem;
}

.content ol {
	margin-left:4rem;
}
.content ol li{
	padding: 0 0 0.4rem 0.2rem;
	line-height:25px;
}
.content ol li::marker {
	color:#0077be;
}

.content ol li:before {
	position: absolute;
	content: " ";
	width: 6px;
	height: 25px;
	line-height:25px;
	left: -32px;
}

/*---------------------------------*\
	NC Story General Styles
\*---------------------------------*/
.graduate-header .graduate-header-inner {
	padding: 45px 0 35px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 35px 4.5fr;
	grid-template-columns: 1fr 4.5fr;
	grid-column-gap: 35px;
}
.graduate-header .graduate-header-inner img {
		border-radius: 50%;
}
.graduate-header .graduate-header-inner > div:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}

.graduate-header .graduate-header-inner h3 {
	margin-bottom:0;
}
.graduate-header .graduate-header-inner.no-photo {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 75px 0 45px;
}

.graduate-header-inner .graduate-details {
		padding: 18px 0 0 0;
		margin: 18px 0 0 0;
		border-top: solid 2px rgba(255,255,255,0.2);
}
.graduate-header-inner .graduate-details .workplace {
		font-size: 1.4rem;
		color: rgba(255,255,255,0.95);
		margin: 0 0 8px 0;
}
.graduate-header-inner .graduate-details .program {
		color: rgba(255,255,255,0.8);
		font-size: 1.25rem;
}
.graduate-header-inner .graduate-details .program a {
		color: rgba(255,255,255,0.8);
}
.graduate-header-inner .graduate-details .program a:hover,
.graduate-header-inner .graduate-details .program a:focus {
		text-decoration: none;
}
/*--------------------------------------*\
   Single NC Story Pages
\*--------------------------------------*/

.single-ncstory .story-mode {
    background: #f2f2f2;
}
.single-ncstory .story-mode .page-title {
    padding: 0;
}

.single-ncstory .story-mode .content {
    background: #fff;
    padding-top: 1px;
}

.single-ncstory .story-mode main .content-inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
}
  .single-ncstory .story-mode main .content-inner p:first-child {
      margin-top: 0;
  }
.single-ncstory .story-mode main .youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 40px 0;
}
  .single-ncstory .story-mode main .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-ncstory .story-mode main a.back-button {
			color: #383838;
			text-decoration: none;
			padding:0 0 0 16px;
			margin-top: 35px;
			font-size: 1.1rem;
			font-weight: 500;
			display: inline-block;
			position: relative;
			-webkit-transition: all ease 500ms;
			-o-transition: all ease 500ms;
			transition: all ease 500ms;
  }
  .single-ncstory .story-mode main a.back-button:hover,
  .single-ncstory .story-mode main a.back-button:focus,
  .single-ncstory .story-mode main a.back-button:active {
      color: #0077be;
      -webkit-transform: scale(1.08);
          -ms-transform: scale(1.08);
              transform: scale(1.08);
      -webkit-transition: all ease 500ms;
      -o-transition: all ease 500ms;
      transition: all ease 500ms;
  }

.single-ncstory #igtv {
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-ncstory	#igtv a {
	text-decoration: none;
	padding: 15px 30px 15px 57px;
	border-radius: 50px;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #0077be;
	transition: all 0.3s ease-in-out;
	border: solid 3px #0077be;
	position: relative;
	margin-top: 1rem;
}

	.single-ncstory #igtv a:hover,
	.single-ncstory #igtv a:active,
	.single-ncstory #igtv a:focus {
		border: solid 3px #383838;
		color: #383838;
		-webkit-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}
	.single-ncstory #igtv a #instalive {
		height: 30px;
		position: absolute;
		left: 25px;
		fill: #0077be;
		top: 8px;
	}
		.single-ncstory #igtv a:hover > #instalive,
		.single-ncstory #igtv a:focus > #instalive,
		.single-ncstory #igtv a:active > #instalive {
			fill:#383838;
		}

.single-ncstory .recruitment-buttons {
    background: rgba(0,119,190,0.05);
    border-radius: 4px;
    margin:60px 0 32px;
	padding: 20px;
    text-align: center;
}

    .single-ncstory .recruitment-buttons h6 {
    margin: 0;
    text-transform: none;
    padding: 0;
    font-size: 1.6rem;
    color: #00113C;
    font-weight: 600;
  }

	.single-ncstory .recruitment-buttons ul {
	    margin: 0;
	    display: flex;
	    justify-content: center;
	}
		.single-ncstory .recruitment-buttons ul li {
		    margin: 12px 5px;
		    padding: 0;
		}
			.single-ncstory .recruitment-buttons ul li:before {
			    content: none;
			}
		.single-ncstory .recruitment-buttons ul li a {
		    background: #0b499e;
            border: solid 2px #0b499e;
		    text-decoration: none;
		    padding: 15px 30px;
		    border-radius: 50px;
		    display: block;
		    font-size: 1.05rem;
		    line-height: 1.4rem;
		    color: #fff;
		    transition: all 0.3s ease-in-out;
		}
		.single-ncstory .recruitment-buttons ul li a:hover,
		.single-ncstory .recruitment-buttons ul li a:focus {
		    background: none;
		    color: #0b499e;
		}
			.single-ncstory .recruitment-buttons ul li a i {
			    margin: 0 4px 0 0;
			}

/*--------------------------------------*\
	Archive NC Stories Page
\*--------------------------------------*/
.post-type-archive-ncstory main section {
	overflow-x: hidden;
}

.post-type-archive-ncstory .ncstory {
	background: #fff;
	padding: 0;
	margin-bottom:30px;
	border:2px solid rgba(0,119,190,0.07);
}
.post-type-archive-ncstory .ncstory .r {
	padding:0;
}

.post-type-archive-ncstory .ncstory .graduate-header-outer {
	background-color: rgba(0,119,190,0.07);
	padding: 25px 30px;
}

.post-type-archive-ncstory .ncstory.no-photo .graduate-header-outer {
	padding-bottom: 50px;
}

.post-type-archive-ncstory .ncstory .graduate-header .graduate-header-inner {
	padding:0;
}

.post-type-archive-ncstory .ncstory .graduate-header .graduate-header-inner h3 {
	padding:0;
	color:#0077be;
}

.post-type-archive-ncstory .ncstory .graduate-header-inner .graduate-details {
	margin:12px 0 0;
	padding:12px 0 0;
	border-top: solid 2px rgba(42, 42, 42, 0.5);
	color: rgba(42,42,42,0.95);
}

.post-type-archive-ncstory .ncstory .graduate-header-inner .graduate-details .workplace,
.post-type-archive-ncstory .ncstory .graduate-header-inner .graduate-details .program,
.post-type-archive-ncstory .ncstory .graduate-header-inner .graduate-details .program a {
	color: rgba(42,42,42,0.95);
}

.post-type-archive-ncstory .ncstory .ncstory-content-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 35px 4.5fr;
	grid-template-columns: 1fr 4.5fr;
	grid-column-gap: 35px;
	padding:0 30px 25px;
}

.post-type-archive-ncstory .ncstory .ncstory-content-wrapper div {
	-ms-grid-column: col-start 3;
	    grid-column-start: col-start 3;
	padding-left: 5rem;
}

.post-type-archive-ncstory .ncstory.no-photo .ncstory-content-wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
}

.post-type-archive-ncstory .ncstory.no-photo .ncstory-content-wrapper div {
		-ms-grid-column: col-start -1;
		    grid-column-start: col-start -1;
}
.post-type-archive-ncstory .ncstory .ncstory-content-wrapper .story-lead:before {
	content: "“";
	position: absolute;
	left: -80px;
	top: -55px;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 5.5rem;
	background-color: #edf5fb;
	line-height: 7rem;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	display: block;
	text-align: center;
}

	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper .story-lead {
		position: relative;
		color: #0077be;
		font-size: 1.3rem;
	}

.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-grey-button,
.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-blue-button {
	padding: 18px 50px;
	border-radius: 50px;
	background: transparent;
	color: #343434;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 1.05rem;
	line-height: 1.6rem;
	border: solid 2px #d5d5d5;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin-right:12px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
}
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-blue-button {
		border: solid 2px #0077be;
		color:#0077be;
		margin-top:15px;
	}

	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-grey-button:hover,
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-grey-button:focus,
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-blue-button:hover,
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-blue-button:focus {
		outline: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background-color: #edf5fb;
		text-decoration: none;
		border-color: #edf5fb;
		color: #000;
		-webkit-transform: scale(1.08);
		    -ms-transform: scale(1.08);
		        transform: scale(1.08);
		-webkit-transition: all ease 500ms;
		-o-transition: all ease 500ms;
		transition: all ease 500ms;
	}

/*--------------------------------------*\
    Template - Sidebar
\*--------------------------------------*/
.page-template-sidebar-template aside {
	border-left:solid 2px rgba(0,0,0,0.1);
}

/*-----------------------------------*\
    Navigation
\*-----------------------------------*/

#nav.subsite-navigation {
    background: #3e3e3e;
}
#nav.subsite-navigation .r {
   padding: 0 5px;
}

/* 1st Level (Heading) */
#mega-menu-wrap-subsite-menu #mega-menu-subsite-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-subsite-menu #mega-menu-subsite-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 20px;
}
/* 2nd Level (Menu Items) */
#mega-menu-wrap-subsite-menu #mega-menu-subsite-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-subsite-menu #mega-menu-subsite-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    line-height: 20px;
}
/* Stop highlighting on hover when link is disabled */
#mega-menu-subsite-menu li.mega-disable-link > a:hover {
    text-decoration: none !important;
    color: rgb(31, 31, 31) !important;
}

/* Mobile */
.mega-menu-toggle { /* toggle bar */
    padding: 30px 10px;
}
#mega-menu-wrap-subsite-menu .mega-menu-toggle .mega-toggle-block-1:before { /* icon */
    color: #fff;
    margin: 0 12px 0 0;
}
#mega-menu-wrap-subsite-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label { /* menu text */
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}


/*---------------------------------------*\
    COMMON FOOTERS
\*---------------------------------------*/

footer #footer-upper  {
    background: #00164D;
    padding: 95px 0 85px;
}
footer #footer-upper ,
footer #footer-upper  a {
    color: rgba(255,255,255,0.9);
}

footer #footer-upper  .inquiries {
    border-bottom: solid 2px rgba(255,255,255,0.2);
    padding: 0 0 3rem 0;
    margin: 0 0 3rem 0;
}
  footer #footer-upper  .inquiries .domestic h3,
  footer #footer-upper  .inquiries .international h3 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.45rem;
    margin: 0 0 1.35rem 0;
    position: relative;
    padding: 0 0 0 56px;
    font-weight: 600;
  }
    footer #footer-upper  .inquiries h3:before {
        display: block;
        height: 43px;
        width: 43px;
        padding: 9px;
        background: #0077be;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -11px;
    }
      footer #footer-upper  .inquiries .domestic h3:before {
          content: url("../img/icons/maple-leaf-with-pin-icon.svg");
      }
      footer #footer-upper  .inquiries .international h3:before {
          content: url("../img/icons/globe-with-pin-icon.svg");
      }
footer #footer-upper  .inquiries ul {
    list-style-type: none;
    margin: 0 0 0 56px;
}
    footer #footer-upper  .inquiries ul li {
        position: relative;
        padding: 0 0 0 1.5rem;
        margin: 12px 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4rem;
   }
    footer #footer-upper  .inquiries ul li:last-child { margin-bottom: 0; }
    footer #footer-upper  .inquiries ul li:before {
        position: absolute;
        left: 0;
        color: rgba(255,255,255,0.6);
    }
      footer #footer-upper  .inquiries ul li.ph:before {
          content: "\f3cd";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 1.1rem;
          top: -1px;
      }
      footer #footer-upper  .inquiries ul li.e:before {
          content: "\f0e0";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          left: -5px;
          top: -1px;
          font-size: 1rem;
      }
footer #footer-upper  .accessibility h3 {
    margin: 0 0 0.75rem 0;
}
footer #footer-upper  .accessibility p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 400;
}
footer #footer-upper  .locations h3 {
    position: relative;
    padding: 0 0 0 48px;
    margin: 0 0 1.5rem 0;
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
}
  footer #footer-upper  .locations h3:before {
      font-family: "font awesome 6 Free";
      font-weight: 900;
      content: "\f3c5";
      width: 37px;
      height: 37px;
      background: rgba(64,165,226,0.3);
      display: block;
      text-align: center;
      font-size: 1.1rem;
      line-height: 2.3rem;
      border-radius: 50%;
      position: absolute;
      left: 2px;
      top: -8px;
			padding: 0;
  }
footer #footer-upper  .locations .locations-i {
    margin: 0 0 0 49px;
}
footer #footer-upper  .locations .locations-i .loc h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 10px 0;
    font-weight: 600;
}
footer #footer-upper  .locations .locations-i .loc h4 a { color: #fff; }
footer #footer-upper  .locations .locations-i .loc address {
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin: 0 0 10px 0;
    font-weight: 400;
}
footer #footer-upper  .locations .locations-i .loc ul {
    list-style-type: none;
    display: flex;
}
footer #footer-upper  .locations .locations-i .loc ul li {
    margin: 0 0.5rem 0 0;
    padding: 0 0.5rem 0 1px;
    border-right: solid 2px rgba(255,255,255,0.2);
    font-size: 0.85rem;
}
footer #footer-upper  .locations .locations-i .loc ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
footer #footer-upper  .locations .locations-i .loc ul li a {
    color: rgba(255,255,255,0.6);
}
footer #footer-upper  .locations .locations-i .social {
overflow: auto;
}
footer #footer-upper  .locations .locations-i .social ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 9px;
}
footer #footer-upper  .locations .locations-i .social ul li {
    display: inline-block;
    margin: 0;
}
    footer #footer-upper  .locations .locations-i .social ul li a {
        width: 40px;
        height: 40px;
        border: solid 1px #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
    footer #footer-upper  .locations .locations-i .social ul li a span {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px !important;
        width: 1px !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute;
    }
    footer #footer-upper  .locations .locations-i .social ul li a:hover,
    footer #footer-upper  .locations .locations-i .social ul li a:focus {
        background: #fff;
    }
    footer #footer-upper  .locations .locations-i .social ul li a:before {
        font-family: "font awesome 6 Brands";
        font-weight: 400;
        font-size: 1.1rem;
        color: rgba(255,255,255,0.8);
        transition: color ease-in-out 0.2s;
    }
    footer #footer-upper  .locations .locations-i .social ul li.x a:before {
        content: "\e61b";
    }
    footer #footer-upper  .locations .locations-i .social ul li.fb a:before {
        content: "\f39e";
    }
    footer #footer-upper  .locations .locations-i .social ul li.tw a:before {
        content: "\f099";
    }
    footer #footer-upper  .locations .locations-i .social ul li.in a:before {
        content: "\f16d";
    }
    footer #footer-upper  .locations .locations-i .social ul li.li a:before {
        content: "\f0e1";
    }
    footer #footer-upper  .locations .locations-i .social ul li.yt a:before {
        content: "\f167";
    }
    footer #footer-upper  .locations .locations-i .social ul li.tt a:before {
        content: "\e07b";
    }
    footer #footer-upper  .locations .locations-i .social ul li.x a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.x a:focus:before {
        color: #000;
    }
    footer #footer-upper  .locations .locations-i .social ul li.fb a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.fb a:focus:before {
        color: #3c5a99;
    }
    footer #footer-upper  .locations .locations-i .social ul li.tw a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.tw a:focus:before {
        content: "\f099";
        color: #1DA1F3;
    }
    footer #footer-upper  .locations .locations-i .social ul li.in a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.in a:focus:before {
        content: "\f16d";
        color: #C13584;
    }
    footer #footer-upper  .locations .locations-i .social ul li.li a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.li a:focus:before {
        content: "\f0e1";
        color: #0077b5;
    }
    footer #footer-upper  .locations .locations-i .social ul li.yt a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.yt a:focus:before {
        content: "\f167";
        color: #FF0000;
    }
    footer #footer-upper  .locations .locations-i .social ul li.tt a:hover:before,
    footer #footer-upper  .locations .locations-i .social ul li.tt a:focus:before {
        content: "\e07b";
        color: #66C3CA;
    }
    footer #footer-upper  .social .nclife {
        display: grid;
        grid-template-columns: 1fr 180px;
        grid-column-gap: 18px;
    }
    @media only screen and (min-width: 960px) and (max-width: 1200px) {


        footer #footer-upper  .social .nclife {
            display: grid;
            grid-template-columns: 1fr;
        }
        footer #footer-upper  .locations .locations-i .social ul {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
            grid-column-gap: 5px;
        }
        footer #footer-upper  .social .nclife div { 
            margin: 22px 0 0 0;
            text-align: right;
        }
        footer #footer-upper  .social .nclife div img {
            width: 190px;
        }
        
    }
    @media only screen and (min-width: 0) and (max-width: 959px) {
        
        footer #footer-upper  .locations .locations-i .social {
            width: 21rem;
        }
        
    }

#footer-land-acknowledgement {
    background: #000c2b;
    padding: 75px 0 70px;
}
    #footer-land-acknowledgement p {
        color: rgba(255,255,255,0.9);
        font-size: 0.95rem;
        line-height: 1.7rem;
        text-align: justify;
        font-weight: 400;
    }
    #footer-land-acknowledgement .why-la {
        margin: 22px 0 5px 0;
        text-align: right;
    }
    #footer-land-acknowledgement .why-la a {
        background: rgba(255,255,255,0.15);
        color: rgba(255,255,255,0.9);
        padding: 15px 18px 15px 40px;
        border-radius: 8px;
        font-size: 0.9rem;
        line-height: 1.1rem;
        font-weight: 400;
        position: relative;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
        display: inline-block;
    }
    #footer-land-acknowledgement .why-la a:before {
        position: absolute;
        content: "\f05a";
        font-family: "font awesome 6 Free";
        font-weight: 900;
        left: 18px;
        font-style: normal;
    }
    #footer-land-acknowledgement .why-la a:hover,
    #footer-land-acknowledgement .why-la a:focus {
        background: rgba(255,255,255,0.2);
        text-decoration: underline;
    }

footer #footer-lower {
    padding: 20px 0;
    font-weight: 400;
}
  footer #footer-lower .r {
      display: flex;
  }
  footer #footer-lower .r .copy {
      font-size: 0.95rem;
      color: rgba(0,0,0,0.8);
  }
  footer #footer-lower .r .links {
      border-left: solid 3px rgba(0,0,0,0.15);
      padding: 0 0 0 1.5rem;
      margin: 0 0 0 1.5rem;

  }
      footer #footer-lower .r .links ul {
          list-style-type: none;
          display: flex;
          position: relative;
          top: -1px;
      }
          footer #footer-lower .r .links ul li {
              margin: 0 0.75rem 0 0;
          }
              footer #footer-lower .r .links ul li a {
                  font-size: 0.9rem;
                  color: #00164d;
              }
                  footer #footer-lower a.post-edit-link  {
                      margin: 0 !important;
                      text-transform: uppercase;
                  }

/*-----------------------------------*\
    404 ERROR PAGE
\*-----------------------------------*/

.error404 .page404{
	position:relative;
	padding:0;
}

.error404 .wrapper {
	background-color:#fff;
}

.error404 .wrapper main {
	padding:0;
}

.error404 main #img-content {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
}

	.error404 .wrapper main .heading-wrapper {
		position: absolute;
		top: 60px;
		right: 50%;
		width: 500px;
	}

	.error404 .heading-wrapper h3 span {
		text-transform: uppercase;
		font-size:3rem;
		color:#0077be;
	}
	.error404 .wrapper main h3 {
		margin-top: 0;
		padding: 0.95rem 1rem 0.4rem;
		font-size: 2.1em;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		display: inline;
		background: #fff;
		line-height: 3.5rem;
		color: #212121;
	}
		 .error404 .wrapper main h3 i {
				 color: rgba(0,0,0,0.4);
				 font-size: 2.1rem;
				 position: relative;
				 bottom: 1px;
				 margin: 0 5px 0 0;
		 }

.error404 main #info,
.error404 main #scout-info{
	border: 3px solid rgba(0,0,0,0.1);
	padding: 30px;
	margin: 30px 30px 30px 0;
}
   .error404 main #info h4 {
     margin: 0;
		 padding:0.5rem 0;
     color: #0077be;
   }
.error404 .wrapper main ul,
.error404 .wrapper main ul li:last-child {
    margin-bottom: 0;
}

.error404 .wrapper main ul {
	margin-top:0;
	list-style-type: none;
	color:#212121;
}
.error404 .wrapper main ul li {
	position:relative;
	font-size:1.2rem;
}
.error404 .wrapper main ul li:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: -20px;
	font-size: 0.8rem;
	color: #212121;
}

.error404 main #info .search-box {
	background-color: rgba(0,119,190, 0.06);
	padding: 1.5rem;
	margin-top: 1.5rem;
}

.error404 main #info h5 {
    color: #212121;
    font-size: 1.2em;
    line-height: 1.4em;
		padding:0;
		margin:0 0 1rem;
}
   .error404 main #info h5 i {
       font-size: 1.1rem;
       margin: 0;
       position: relative;
       bottom: 1px;
   }
.error404 main #info .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
   .error404 main #info .search-box input#st-search-input-alt {
      height: 50px;
			padding: 0 20px 0 15px;
			background-color: #fff;
			border: 1px solid #aaa;
			border-radius: 4px;
			-webkit-box-shadow: none;
			        box-shadow: none;
   }
   .error404 main #info .search-box button {
		 	height:50px;
		 	display: inline-block;
		 	position: relative;

		 	border: solid 1px #0077be;
			border-radius: 50px;
		  margin-left:1rem;
		 	padding:1rem 2rem;
		 	line-height:1rem;

      color: #0077be;
		 	background:none;
			text-decoration: none;
			font-size: 1rem;
			-webkit-transition: all ease 500ms;
			-o-transition: all ease 500ms;
			transition: all ease 500ms;
   }
      .error404 main #info .search-box button:hover,
      .error404 main #info .search-box button:focus {
					border: solid 3px #383838;
					color: #383838;
					-webkit-transform: scale(1.08);
					    -ms-transform: scale(1.08);
					        transform: scale(1.08);
					-webkit-transition: all ease 500ms;
					-o-transition: all ease 500ms;
					transition: all ease 500ms;
      }

.error404 main #scout-info {
	color:#000;
	position:relative;
}

.error404 #scout-paw {
	position:absolute;
	left: -37px;
	top: -45px;
	-webkit-transform: rotate(-20deg) scale(0.9);
	    -ms-transform: rotate(-20deg) scale(0.9);
	        transform: rotate(-20deg) scale(0.9);
}

	.error404 #scout-paw span.fa-stack-2x {
		color:#0077be;
		font-size:12rem;
	}

		.error404 #scout-paw span.fa-stack-text {
			font-size: 1.3rem;
			color: #fff;
			line-height: 1.6rem;
			bottom: -65px;
			left: 37px;
			text-align: center;
		}

	.error404 main #scout-info h6 {
		padding: 0;
		font-size: 1.5rem;
		margin-left: 8rem;
		margin-bottom: 2.1rem;
	}

		.error404 main #scout-info h6 i {
			color: #d48323;
			position: absolute;
			left:-38px;
			top:-5px;
			font-size: 2rem;
			-webkit-transform: rotate(-20deg);
			    -ms-transform: rotate(-20deg);
			        transform: rotate(-20deg);
		}
		.error404 main #scout-info h6 span {
			color:#0077be;
		}

	.error404 #scout-info a{
		display: block;
		min-width: 250px;
		background: rgba(0,119,190, 0.06);
		color: #0077be;
		text-decoration: none;
		text-align: center;
		padding: 22px 20px;
		font-size: 1.1rem;
		font-weight:500;
		margin: 1rem 0 0;
		border-radius: 50px;
		position:relative;
	}

	.error404 #scout-info a i {
		margin: 0 5px 0 0;
		font-size: 1.3rem;
		position: relative;
		top: 1px;
	}

		.error404 #scout-info a#instagram i {
			font-size: 1.6rem;
			top: 3px;
		}

		.error404 #scout-info a#instagram span {
			font-size: 1rem;
			font-style: italic;
			margin-left: -45px;
		}

	.error404 #scout-info a:hover,
	.error404 #scout-info a:focus {
			background: rgba(0,0,0,0.06);
			color: #383838;
			-webkit-transform: scale(1.08);
			    -ms-transform: scale(1.08);
			        transform: scale(1.08);
			-webkit-transition: all ease 500ms;
			-o-transition: all ease 500ms;
			transition: all ease 500ms;
	}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Custom Breakpoint - Large */
@media only screen and (max-width: 1139px) {

    .home header.site-title {
        height: 525px;
        background: url('/wp-content/themes/niagara-college-myncstory/img/my-nc-story-mobile.jpg');
        background-position: top;
    }
    .home header.site-title .r h2:nth-child(2)  {
        width: auto;
        left: 20px;
        right: 20px;
        bottom: 55px;
        font-size: 2.5rem;
    }
    .home header.site-title .r h2:nth-child(2) .highlight br {
        display: none;
    }
    .home #intro .columns {
        display: block;
        overflow: auto;
    }
    .home #intro .columns .columns-inner {
        display: block;
    }
    .home #intro .columns .columns-inner.left .content .content-inner {
        padding: 90px 20px;
    }
    .home #intro .columns .columns-inner.left h3 {
        margin: 0 0 40px 0;
    }
    .home #intro .columns .columns-inner.right {
        min-height: unset;
    }
    .home #intro .real-students-slideshow {
        display: none;
    }
    .home #intro .real-stories p {
        clear: both;
    }
    .home #intro .columns .columns-inner.right .content .content-inner {
        padding: 100px 100px 150px;
    }
    .news-carrousel__button__next,
    .news-carrousel__button__previous {
        top: 175px;
    }
    .news-carrousel__button__next {
        right: -75px;
    }
    .home #intro  .testimonials .carrousel__content .testimonial-cite {
        margin: 55px 0 0 0;
        grid-column-gap: 15px;
        padding: 25px 7vw;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
        border: solid 2px rgba(255,255,255,0.3);
        border-radius: 3px;
    }
    .home #intro  .testimonials .carrousel__content .testimonial-cite img {
        width: 200px;
    }
    .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li:nth-child(1) {
        margin-bottom: 5px;
    }
    .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li:nth-child(3) {
        margin-top: 6px;
    }
    .home .testimonials .testimonial-control {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .home .testimonials .testimonial-control a {
        margin: 0 10px;
    }
    .news-carrousel__control__list {
        bottom: -75px;
    }
    .home #classrooms {
      display: none;
    }
    .home #start .columns .columns-inner.left {
        display: block;
    }
    .home #start .pathway-wrapper .pathway-options-wrapper ul li.i {
        margin-bottom: 46px;
    }
    .home #start .pathway-options-wrapper ul li.i .icon {
        display: block;
    }
    .home #start .pathway-wrapper .pathway-options-wrapper ul li .step > div {
        border-radius: 8px;
    }
    .home #start .pathway-wrapper .line {
        height: 95%;
    }

	/* 404 */
	.error404 .wrapper main .heading-wrapper {
		right:50%;
	}

}

/* Standard Breakpoint - Large */
@media only screen and (max-width: 959px) {

   .invisiskip {
     display: none;
   }

   /* Collapse restricts */
   .r.collapse {
    padding: 0;
   }

  /* General */
  .col-1-1,
  .col-1-3,
  .col-3-1,
  .col-3-2,
  .col-1-1-1,
  .col-1-1-1-1,
  .col-1-1-5 {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  }

  .home #start .columns {
      display: block;
  }
  .home #start .columns .columns-inner.left .content {
      padding: 90px 20px;
  }
  .home #start .pathway-wrapper .pathway-options-wrapper ul li:not(.i) .step {
      padding-right: 35px;
  }

	/* myncstories */
	.post-type-archive-ncstory .ncstory .graduate-header-outer {
		padding:40px 30px;
	}

	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper div {
		-ms-grid-column: col-start 1;
		    grid-column-start: col-start 1;
	}

  /* Footer */
  footer.footer {
      padding: 60px 0;
  }
  footer.footer .inquiries {
      padding: 0 0 2.25rem 0;
      margin: 0 0 2.5rem 0;
  }
  footer.footer .inquiries .domestic {
      margin: 0 0 2.5rem 0;
  }
  footer.footer .inquiries .accessibility {
      margin: 2.25rem 0 0 0;
  }
  footer.footer .locations h3 {
      margin: 0 0 2rem 0;
  }
  footer.footer .locations .locations-i .loc {
      margin: 0 0 1.75rem 0;
  }
  footer.footer .locations .locations-i .social ul {
      float: none;
      margin: 1rem 0 0 0;
  }

   /* Lower Footer */
   footer.footer-lower .r {
       display: block;
   }
   footer.footer-lower .r .links {
       border: none;
       padding: 0;
       margin: 0.5rem 0 0 0;
   }
   footer.footer-lower .r .links ul {
       display: block;
   }
   footer.footer-lower .r .links ul li {
       display: inline-block;
   }

   /* Page Template Default */
   .ls,
   .rs {
     -ms-grid-columns: 1fr;
     grid-template-columns: 1fr;
     grid-column-gap: 0;
   }
   .r aside {
     border: none;
     padding: 0;
   }
   .r.rs.news aside {
     -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
             order: 2;
   }

	 /* Single */

 .single-ncstory .recruitment-buttons {
      padding: 10px 15px;
  }
  .single-ncstory .recruitment-buttons ul {
      display: block;
  }
  .single-ncstory .recruitment-buttons ul li {
      margin: 8px 0;
  }

	/* 404 */
	.error404 main #img-content {
		background-position: center center;
		height: 300px;
	}

	.error404 .wrapper main .heading-wrapper {
		right: 0;
		left: 20px;
		top:40px;
	}

	.error404 .heading-wrapper h3 span {
		font-size:2.2rem;
	}

	.error404 main #info, .error404 main #scout-info {
			margin:30px;
	}

	.error404 #scout-paw {
		top: -30px;
		-webkit-transform: rotate(-20deg) scale(0.9);
		    -ms-transform: rotate(-20deg) scale(0.9);
		        transform: rotate(-20deg) scale(0.9);
	}

	.error404 main #scout-info h6 {
		margin-bottom: 2.2rem;
		margin-top: 0.7rem;
	}
}

/* Standard Breakpoint - Medium */
@media only screen and (max-width: 650px) {

   /* Page Banner */
   .home header.site-title .r h2 {
        font-size: 3rem;
        line-height: 3.4rem;
   }

  .home .testimonials .testimonial-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .testimonials .testimonial-control a {
    margin: 5px 0;
    width: 100%;
  }
  .home #youtube-stream .title-follow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home #youtube-stream .title-follow > div:nth-child(2) {
    margin: 45px 0 0 0;
  }
  .yotu-playlist {
    padding: 55px 0 0 0 !important;
  }
  .home #start .columns .columns-inner.left .content {
    padding: 90px 20px;
  }
  .home #start .pathway-wrapper .pathway-options-wrapper ul li.i {
    margin-bottom: 37px;
  }
  .home #intro .columns .columns-inner.right .content .content-inner {
      padding: 100px 80px 130px;
  }
  .news-carrousel__button__previous {
      left: -62px;
  }
  .news-carrousel__button__next {
      right: -65px;
  }
  .home #intro .testimonials .carrousel__content h3:before {
      left: -55px;
  }

  .graduate-header .graduate-header-inner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      text-align: center;
      padding: 45px 0;
  }
  .graduate-header .graduate-header-inner img {
      margin: 0 0 35px 0;
  }
  .graduate-header-inner .graduate-details {
      border: none;
      padding: 0;
  }

	/* stories page */
	.post-type-archive-ncstory .ncstory .graduate-header-outer {
		padding-bottom:55px;
	}
	.post-type-archive-ncstory .ncstory .graduate-header img {
		max-width:60%;
	}

	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper {
		display: block;
	}
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper .story-lead::before {
		left:35%;
		top:-85px;
	}
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper .story-lead {
		margin-top:40px;
	}
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper div {
		padding-left:0;
	}

	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-grey-button,
	.post-type-archive-ncstory .ncstory .ncstory-content-wrapper a.outline-blue-button {
		width:100%;
		margin-right:0;
	}

	/* ncstory pages */
  .single-ncstory .story-mode main {
      padding: 0;
  }
  .single-ncstory .story-mode main .content-inner {
      -webkit-column-count: unset;
         -moz-column-count: unset;
              column-count: unset;
  }
  .single-ncstory .story-mode main a.back-button {
      width: 100%;
      text-align: center;
  }
	
	.single-ncstory #igtv a #instalive {
		top:18px;
	}
	
	.single-ncstory .story-mode main a.back-button {
		border: 2px solid #383838;
		border-radius: 50px;
		padding: 20px;
	}
	
		.single-ncstory .story-mode main a.back-button:hover,
		.single-ncstory .story-mode main a.back-button:focus,
		.single-ncstory .story-mode main a.back-button:active {
			border: 2px solid #0077be;
		}

   /* Footer */
  footer.footer .inquiries .domestic h3,
  footer.footer .inquiries .international h3 {
      padding: 0;
  }
  footer.footer .inquiries ul {
      margin: 0 0 0 8px;
  }
  footer.footer .inquiries h3:before {
      content: none !important;
  }
  footer.footer .locations h3::before {
      content: none;
  }
  footer.footer .locations h3 {
      padding: 0;
  }
  footer.footer .locations .locations-i  {
      margin: 0;
  }

	/* 404 */
	.error404 .wrapper main .heading-wrapper {
		width:200px;
	}
			.error404 .wrapper main h3{
				font-size:1.3rem;
				line-height:2.6rem;
			}
	.error404 main #info .search-box form {
		display:block;
	}
		.error404 main #info .search-box input#st-search-input-alt {
			width:100%;
		}

		.error404 main #info .search-box button {
			display:block;
			margin:1rem auto;
			width:100%;
		}


}

/* Custom Breakpoint - Adjust logo and Swiftype bar at logo */
@media only screen and (max-width: 450px) {

    header.bar .bar-i {
        display: block;
        height: 100%;
    }
    header.bar .logo {
        width: 55vw;
        float: left;
        position: relative;
        height: 49px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
        header.bar .logo h1 {
            width: auto;
            display: block;
            height: 10vw;
        }
    header.bar .quick-bar {
        position: relative;
    }

}

/* Common Breakpoint - Very small screens */
@media only screen and (max-width: 414px) {

  .home header.site-title .r h2:nth-child(2) .highlight {
      font-size: 2.65rem;
      line-height: 3.5rem;
  }
  .home #intro .columns .columns-inner.left h3 {
      font-size: 2.7rem;
  }
  .home #intro .real-stories p {
      font-size: 1.6rem;
      line-height: 2.2rem;
  }
  .home #intro .real-stories a.button {
      font-size: 1.3rem;
      width: 100%;
      text-align: center;
      padding: 20px;
  }
  .home #intro .real-stories a.button:before {
    content: none;
  }
  .home #intro .testimonials .carrousel__content h3 {
      font-size: 2rem;
      margin: 0 0 30px 0;
  }
  .home #intro .testimonials .carrousel__content h3:before {
    top: -20px;
    font-size: 4.5rem;
  }
  .home #intro .testimonials .carrousel__content p {
      font-size: 1.15rem;
      line-height: 1.5rem;
  }
  .news-carrousel__button__next,
  .news-carrousel__button__previous {
    top: 250px;
  }
  .news-carrousel__button__previous .news-carrousel__button__button:before,
  .news-carrousel__button__next .news-carrousel__button__button:before {
      font-size: 1rem;
  }
  .news-carrousel__button__button {
      width: 35px;
      height: 35px;
  }
  .news-carrousel__button__next {
      right: -60px;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite {
      margin: 40px -50px 30px;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-column-gap: 0;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite {
    margin-bottom: 20px;
  }
  .home #intro .testimonials .carrousel__content .testimonial-cite ul.cite li {
      text-align: center;
  }
  .home .testimonials .testimonial-control a {
      font-size: 1rem;
      font-weight: 600;
  }
  .home .testimonials .testimonial-control a i {
      font-size: 1.1rem;
      top: 0;
  }
  .home #youtube-stream .title-follow h3 {
      font-size: 3rem;
  }
  body [data-showdesc="off"] .yotu-videos h3.yotu-video-title {
    font-weight: 400;
  }
  .home #start .pathway-wrapper {
      margin-bottom: 0;
  }
  .home #start .pathway-wrapper .pathway-options-wrapper ul li .step h3 {
      font-size: 2.6rem;
      line-height: 3rem;
  }
  .home #start .pathway-wrapper .pathway-options-wrapper ul li .step > div {
      padding: 15px;
      font-size: 1.15rem;
      font-weight: 400;
  }
  .home #start .pathway-options-wrapper ul li .icon span {
    width: 55px;
    height: 55px;
    border: solid 5px #989898;
  }
  .home #start .pathway-options-wrapper ul li.i .icon span:before {
    font-size: 1.55rem;
  }
  .home #start .pathway-options-wrapper ul li:not(.i) .icon span:before {
    font-size: 1.5rem;
  }
  .graduate-header .graduate-header-inner img {
    max-width: 75%;
  }
  .single-ncstory .page-title h3 {
      font-size: 2.3rem;
      line-height: 2.6rem;
  }
  .graduate-header-inner .graduate-details .workplace {
      font-size: 1.3rem;
  }
  .graduate-header-inner .graduate-details .program {
      font-size: 1.15rem;
  }

}

/* Invisiskip - Over Mobile Breakpoint Only */
@media only screen and (min-width: 959px) {

    a.invisiskip {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px !important;
        width: 1px !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute;
    }
    a.invisiskip:focus {
        clip: unset;
        height: auto !important;
        width: 100% !important;
        margin: 10px 0 !important;
        overflow: show !important;
        position: relative;
        z-index: 200;
        display: block;
        text-align: center;
    }
    a.invisiskip:focus span {
      font-size: 0.95em;
      display: inline-block;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      padding: 8px 20px;
      border-radius: 3px;
    }
    .home #intro .columns .columns-inner.left .content .content-inner.real-stories a.invisiskip {
        text-align: left;
        margin: 75px 0 0 0 !important;
    }
    .home #intro .columns .columns-inner.right .content .content-inner.testimonials a.invisiskip {
        margin: 175px 0 0 !important;
    }
    .home #youtube-stream a.invisiskip,
    .home #classrooms a.invisiskip,
    .home #start a.invisiskip {
        margin: 50px 0 0 0 !important;
    }

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.aligncenter {
	display:block;
	margin: 20px auto;
}
.alignright {
	float: right;
	margin: 20px 0 35px 35px;
}
.alignleft {
	float:left;
	margin: 20px 35px 35px 0;
}
.alignlefttop {
	float:left;
	margin: 0 35px 35px 0;
}
.alignnone {
	margin: 20px 35px 35px 0;
}
.wp-caption {
	background:#FFF;
	border: 1px solid rgba(0,0,0,0.15);
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
    margin-bottom: 35px !important;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

}
