﻿ /* Global */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
 /* Global */
  td,
  th {
    padding: 0;
  }
 
  table caption {
    display:none!important;
  }
  
  meta.foundation-version {
    font-family: '/5.3.0/';
  }
  
  meta.foundation-mq-small {
    font-family: '/only screen/';
    width: 0em;
  }
  
  meta.foundation-mq-medium {
    font-family: '/only screen and (min-width:40.063em)/';
    width: 40.063em;
  }
  
  meta.foundation-mq-large {
    font-family: '/only screen and (min-width:64.063em)/';
    width: 64.063em;
  }
  
  meta.foundation-mq-xlarge {
    font-family: '/only screen and (min-width:90.063em)/';
    width: 90.063em;
  }
  
  meta.foundation-mq-xxlarge {
    font-family: '/only screen and (min-width:120.063em)/';
    width: 120.063em;
  }
  
  meta.foundation-data-attribute-namespace {
    font-family: false;
  }
 /* Global */  
  img {
    -ms-interpolation-mode: bicubic;
  }
  
  #map_canvas img,
  #map_canvas embed,
  #map_canvas object,
  .map_canvas img,
  .map_canvas embed,
  .map_canvas object {
    max-width: none !important;
  }
 /* utilities */
  .left {
    float: left !important;
  }
 /* utilities */
  .right {
    float: right !important;
  }
 /* utilities */ 
  .hide {
    display: none;
  }
/* utilities */ 
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
 /* global */  
  img {
    display: inline-block;
    vertical-align: middle;
  }

  @media screen and (min-width: 640px) {
  /*.column,*/
  .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  
  /*[class*='column'] + [class*='column']:last-child {
    float: right;
  }
  
  [class*='column'] + [class*='column'].end {
    float: left;
  }*/
  }
  
  
@media screen and (min-width: 1200px) {
    .column {
        padding-left:0;
        padding-right: 0
    }
}



  
  #mainSection > .small-9 {
    width: 100%;
  }
  
  #mainSection > .small-3 {
    display:none;
  }
  
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  /* Global */
  iframe {
    border: none;
  }
  
  h1.pageTitle {
    color: #fff;
    margin: 0;
    padding: 14px 15px;
    background: #837245;
    font-size: 1.5rem;
  }
  
  
  .row--block {
    background: #ffffff;
    overflow: hidden;
  }
  
  .row--blockNegative {
    background: #fff;
  }
  
  .block {
    padding: 0;
    box-sizing: border-box;
    font-weight: 700;
    max-width: 100%;
    /*z-index: 100;*/
  }
  
  .block img {
    width: 100%;
    height: auto;
  }
  
  .show-for-medium-up {
    display: none;
  }
  
  .block__title {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 150;
    display: table;
    height: 68px;
    width: 100%;
    background: #fff;
    font-size: 1.25rem;
    color: #000;
  }

  
 /*.block__details {
    padding: 10px;
    background: #fff;
  }
*/
  
  .block__details--overlay {
    position: absolute;
    z-index: 100;
    bottom: 0;
    height: auto;
    background: #fff;
    width: 86%;
    margin: 7%;
  }
  
  @media screen and (min-width: 640px) {
    .block--tall img {
      position: absolute;
      width: auto;
      max-width: 1000px;
    }
    .block--tallImg {
      position: absolute;
      width: 100%;
      overflow: hidden;
    }
    .block--tall--small .block--tallImg {
      position: static;
    }
    .block--tall--small .block--tallImg img {
      position: static;
      width: 100%;
    }
    .block__details--overlay {
      height: auto;
      width: 60%;
    }
    .testNav {
      background: #ddd;
      height: 540px;
    }
  }
  
  @media screen and (min-width: 960px) {
    .show-for-medium-up {
      display: block;
    }
    .hide-for-medium-up {
      display: none;
    }
    .block__details {
      min-height: 92px;
    }
    .block__details--overlay {
      height: auto;
      width: 60%;
    }
    .block--tall--small .block--tallImg {
      position: absolute;
    }
    .block--tall--small .block--tallImg img {
      position: absolute;
    }
  }
  
  .block__details__title a {
    color: #000;
    text-decoration: none;
  }
  
  .block__details__title a:hover {
    color: #000;
  }
  
  .block--content iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  
  @media screen and (min-width: 640px) {
    .block--content iframe {
      width: 77%;
    }
  }
  
  .no-touch .block--content:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  
  .no-touch .block--tallText.block--content:hover:after {
    height: 1500px;
  }
  
  .no-touch .block--contentHoverRight:hover:before {
    left: 50%;
  }
  
  @media screen and (min-width: 960px) {
    .no-touch .block--contentHoverRight:hover:before {
      content: '';
    }
  }
  
  @media screen and (min-width: 1200px) {
    .no-touch .block--contentHoverRight:hover:before {
      content: '+ MORE';
    }
  }
  
  /*.js .block--content:hover {
    cursor: pointer;
  }*/
  

  .no-touch .block--content:hover .block__title a.blockLink--icon,
  .no-touch .block--content:hover .block__title.blockLink--icon a {
    background: #000;
    color: #fff;
  }
  
  .no-touch .block--content .block__title a.blockLink--icon,
  .no-touch .block--content .block__title.blockLink--icon a {
    transition-property: all 0s ease-in-out;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  
 
  .block__text {
    padding: 27px 8px 20px;
  }
  
  .block--singleText .block__text {
    padding: 27px 8px 20px;
    position: absolute;
    z-index: 500;
    top: 70px;
    background: #3d3d3d;
    z-index: 80;
  }
  
  .block__text--overlay {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
  }
  
  .block__text--overlay h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px;
  }
  
  .block__text--hover {
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
  }
  
  @media screen and (min-width: 640px) {
    .block__text {
      padding: 27px 8px 0px;
    }
    .block__text--overlay {
      padding: 10px 15px 10px;
      position: absolute;
      bottom: 10px;
      right: auto;
      left: 10px;
      width: 97%;
    }
    .block__text--hover {
      padding: 10px 15px 0;
      position: absolute;
      bottom: 10px;
      left: -9999em;
      width: 50%;
      background: transparent;
      color: #fff;
      z-index: 200;
    }
    .no-touch .block--content:hover .block__text--hover {
      left: 10px;
    }
  }
  
  @media screen and (min-width: 960px) {
    .block__text--overlay {
      bottom: 10px;
      right: 10px;
      left: 10px;
      width: 96%;
    }
    .no-touch .block--content:hover .block__text--hover {
      left: 0px;
      width: 100%;
    }
  }
  
  @media screen and (min-width: 1200px) {


    .block__text--overlay {
      bottom: 10px;
      right: 10px;
      left: auto;
      width: 45%;
    }
    .no-touch .block--content:hover .block__text--hover {
      left: 10px;
      width: 50%;
    }

    .course-section--related-courses > .columns {
      padding-left:0;
      padding-right:0;
    }
  }

  .course-section--related-courses h4 { 
    font-size: 1.125rem;
}
  
  .block--tall .block__text {
    position: absolute;
    background: #fff;
    bottom: 0;
    margin: 10px;
    z-index: 100;
    width: 93%;
  }
  
  .no-touch .block--content:hover .block--tallImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .block i[class^='icon-'] {
    height: 68px;
    width: 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #000;
    color: #fff;
    padding: 17px 0 0 16px;
    font-size: 34px;
    font-size: 2.125rem;
    z-index: 100;
  }
  
  .block__rowTitle {
    margin: 0;
  }
  
  .block__rowTitle a.blockLink--icon,
  .block__rowTitle.blockLink--icon a,
  .block__rowTitle.blockLink--icon span {
    background: #837245;
    color: #fff;
  }
  
  .block__rowTitle a.blockLink--icon:hover,
  .block__rowTitle.blockLink--icon a:hover,
  .block__rowTitle.blockLink--icon span:hover {
    background: #837245;
    color: #fff;
  }
  
  .block--listing .block__details a {
    color: #000;
    text-decoration: none;
  }
  
  .block--listing .block__details * {
    position: relative;
    z-index: 250;
  }
  
  .block--listing .block__date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #837245;
    margin: 0 0 10px;
    font-weight: 700;
  }
  
  .block--listing .block__listTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 0.875rem;
    color: #000;
    margin: 0 0 10px;
  }
  
  .block__location {
    font-weight: 400;
  }
  
  .no-touch .block--listing.block--content:hover:before {
    content: '+ READ MORE';
    top: -80px;
  }
  
  .no-touch .block--listing.block--content:hover .block__details {
    background: #3d3d3d;
  }
  
  .no-touch .block--listing.block--content:hover .block__date {
    color: #625533;
  }
  
  @media screen and (min-width: 640px) {
    .block--listing .block__details {
      border-left: 1px solid #000;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .block--listing--first .block__details {
      border-left: none;
    }
  }
  
  .block__text--double {
    position: absolute;
    top: 48px;
    width: 100%;
  }
  
  .block__text--double .block {
    width: 50%;
  }
  
  .dateBlock {
    color: #a80532;
    font-family: 'Geist Light', sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 0 0 0 20px;
  }
  
  .dateBlock span {
    display: block;
  }
  
  .dateBlock__two {
    font-size: 80px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
  
  .otherDateBlock {
    color: #fff;
  }
  
  .otherDateBlock h2 {
    font-family: 'Geist Light', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 16px;
    line-height: 1rem;
    margin: 0 0 5px 0;
  }
  
  .otherDateBlock a {
    color: #a80532;
    font-family: 'Geist Light', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
  }
  
  .otherDateBlock li {
    font-family: 'Geist Light', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 15px;
    line-height: 0.9375rem;
    margin: 0 0 0 0;
  }
  
  @media screen and (min-width: 640px) {
    .dateBlock {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 36px;
      line-height: 2.25rem;
      padding: 0 0 0 70px;
    }
    .dateBlock__two {
      font-size: 160px;
      font-size: 10rem;
      line-height: 120px;
      line-height: 7.5rem;
    }
    .otherDateBlock h2 {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 35px;
      line-height: 2.1875rem;
      margin: 0 0 20px 0;
    }
    .otherDateBlock li {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 25px;
      line-height: 1.5625rem;
      margin: 0 0 0 0;
    }
    .otherDateBlock a {
      position: absolute;
      bottom: 0;
      right: 10px;
      font-size: 30px;
      font-size: 1.875rem;
    }
  }
  
  @media screen and (min-width: 960px) {
    .dateBlock {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 36px;
      line-height: 2.25rem;
      padding: 0 0 0 50px;
    }
    .dateBlock__two {
      font-size: 130px;
      font-size: 8.125rem;
      line-height: 100px;
      line-height: 6.25rem;
    }
    .otherDateBlock h2 {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 30px;
      line-height: 1.875rem;
      margin: 0 0 5px 0;
    }
    .otherDateBlock li {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 18px;
      line-height: 1.125rem;
      margin: 0 0 0 0;
    }
    .otherDateBlock a {
      position: absolute;
      bottom: 0;
      right: 10px;
      font-size: 22px;
      font-size: 1.375rem;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .dateBlock {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 36px;
      line-height: 2.25rem;
      padding: 0 0 0 70px;
    }
    .dateBlock__two {
      font-size: 160px;
      font-size: 10rem;
      line-height: 120px;
      line-height: 7.5rem;
    }
    .otherDateBlock h2 {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 35px;
      line-height: 2.1875rem;
      margin: 0 0 20px 0;
    }
    .otherDateBlock li {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 25px;
      line-height: 1.5625rem;
      margin: 0 0 0 0;
    }
    .otherDateBlock a {
      position: absolute;
      bottom: 0;
      right: 10px;
      font-size: 30px;
      font-size: 1.875rem;
    }
  }
  
  .navbar-toggle {
    float: right;
    margin: 28px 8px;
    padding: 8px 11px;
    font-size: 12px;
    font-size: 0.75rem;
    background: #000;
    border: none;
  }
  
  .iconBar {
    display: block;
    margin: 4px 0;
    height: 3px;
    background: #3d3d3d;
  }
  
  .navbar-toggle.toggleOn {
    background: #3d3d3d;
    color: #000;
  }
  
  .navbar-toggle.toggleOn .iconBar {
    background: #000;
  }
  
  
  
  @media screen and (min-width: 640px) {
    
    .navbar-toggle {
      display: none;
    }
    
  }

  
  .courseFinderWrapper {
    z-index: 500;
  }
  
  .courseFinder {
    padding: 15px 8px 2px;
    background: #3d3d3d;
    z-index: 200;
    position: relative;
  }
  
  .courseFinder__title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 15px 8px;
  }
  
  .courseFinder__links li {
    margin: 2px 0;
  }
  
  .courseFinder__links {
    margin: 0 0 8px;
  }
  
  .courseFinder a[class^='icon-'],
  .courseFinder a[class*=' icon-'] {
    margin: 2px 0;
  }
  
  .courseFinder__search {
    margin: 0 0 2px;
  }
  
  input.courseFinder__textBox {
    width: 78%;
    background: #625533;
    color: #fff;
    border: 2px solid #625533;
    padding: 20px 10px;
    float: left;
    height: 63px;
  }
  
  button.courseFinder__submit {
    width: 22%;
    background: #3d3d3d;
    color: #fff;
    border: 2px solid #625533;
    padding: 16px 10px;
    height: 63px;
  }
  
  .courseFinder__submit:before {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  
  input.courseFinder__textBox::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
  }
  
  input.courseFinder__textBox:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
  }
  
  input.courseFinder__textBox::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
  }
  
  input.courseFinder__textBox:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
  }
  
  .liveResults {
    position: absolute;
    z-index: 200;
    background: #625533;
    max-height: 200px;
    overflow: auto;
    right: 8px;
    left: 8px;
  }
  
  .liveResults a {
    display: block;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
  }
  
  .liveResults a:hover {
    text-decoration: underline;
  }
  
  .courseFinder__more {
    border-bottom: 1px solid #fff;
  }
  
  .courseFinder__more.toggleOn:after {
    content: '\e60e';
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  a.courseFinder__more:hover {
    width: 100%;
  }
  
  @media screen and (min-width: 960px) {
    .courseFinder.hide {
      display: block;
    }
    a.courseFinder__more {
      display: none;
    }
  }

  
  .cycle-overlay {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
  }
  
  .cycle-overlay h2 {
    font-size: 2.125rem;
    line-height: 1.875rem;
    margin: 0 0 10px 0;
    color: #837245;
    font-family: 'Geist Light', sans-serif;
    font-weight: 800;
  }
  
  .cycle-overlay h2 a {
    color: #837245;
    text-decoration: none;
  }
  
  .cycle-overlay h2 a:hover {
    color: #000;
  }
  
  .cycle-pager {
    position: absolute;
    top: -25px;
    left: 5px;
    z-index: 500;
  }
  
  .cycle-pager span {
    background: #fff;
    z-index: 100;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    text-indent: -9999em;
    border: 1px solid #3d3d3d;
  }
  
  .cycle-pager span:hover {
    cursor: pointer;
  }
  
  .cycle-pager span.cycle-pager-active {
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
  }
  
  .cycle-slide {
    width: 100%;
    background-color: #fff;
  }

  .cycle-slide p {

    background-color: #fff;
  }
  
  .cycle-slide > a {
    text-decoration: none;
  }

  .cycle-slide img {
    width:100%;
  }
  
  .no-touch .cycle-slide > a:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .no-touch .cycle-slide > a:hover:before {
    content: '+ MORE';
    position: absolute;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    text-align: center;
    text-decoration: none;
    height: 30px;
    z-index: 150;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    display: inline-block;
  }
  
  @media screen and (min-width: 640px) {
    .cycle-overlay {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
    }
    .cycle-pager {
      left: 0;
    }
  }
  
  @media screen and (min-width: 960px) {
    .cycle-overlay {
      width: 33.333%;
      bottom: 20px;
      left: 20px;
      right: 20px;
    }
  }


  .navList__title {
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
  }
  
  .navList {
    padding: 0 15px;
  }
  
  .navList li {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  
  .navList a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px 0 0;
    display: block;
  }
  
  .navList a:hover {
    text-decoration: underline;
  }
  
  
  
  @media screen and (min-width: 640px) {
    .navList ul.hide {
      display: block;
    }
    .navList__title {
      cursor: auto;
    }
    .navList {
      margin: 0 0 50px;
    }
  }

  
  .block--content:hover .block__title > .block--iconText,
  .block--content:hover .block__title > .block--iconText a {
    background: #000;
    color: #fff;
  }
  
  .block--tallImg .block--icon {
    position: absolute;
    z-index: 500;
  }
  
  .block__rowTitle .block--iconText,
  .block__rowTitle .block--iconText a,
  .block--content:hover .block__rowTitle .block--iconText,
  .block--content:hover .block__rowTitle .block--iconText a {
    background: #837245;
    color: #fff;
  }
  
  .courseFinder .block__title > .block--iconText:hover,
  .courseFinder .block__title > .block--iconText:hover a {
    background: #000;
    color: #fff;
  }
  
  .courseFinder .block--iconText a {
    padding: 24px 0;
    display: block;
  }
  
  .text-medium_white {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #fff;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
  }
  
  .text-medium_black {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #000;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
  }
  
  .text-medium_gold {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #3d3d3d;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
  }
  
  .text-small_black {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    margin: 0 0 5px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
  }
  
  .text-large_gold {
    font-size: 48px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
  }
  
  .link-small_black_plus {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-family: 'Geist Light', sans-serif;
    text-decoration: none;
  }
  
  .link-small_black_plus:before {
    content: '\e608';
    margin-right: 5px;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .lightbox-youtube {
    border: none;
  }
  
  @media screen and (min-width: 960px) {
    .text-medium_white {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 22px;
      line-height: 1.375rem;
    }
    .text-small_black {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 12px;
      line-height: 0.75rem;
    }
    .block--tallText p {
      font-size: 1.4vw;
    }
    .block--tallText .text-medium_black {
      font-size: 1.9vw;
    }
    .block--tallText .text-medium_gold {
      font-size: 1.9vw;
    }
  }
  
  @media screen and (min-width: 1200px) {
    .text-medium_white {
      font-size: 29px;
      font-size: 1.8125rem;
      line-height: 26px;
      line-height: 1.625rem;
    }
    .text-small_black {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 18px;
      line-height: 1.125rem;
    }
    .block--tallText .text-medium_black {
      font-size: 30px;
      font-size: 1.875rem;
    }
    .block--tallText .text-medium_gold {
      font-size: 30px;
      font-size: 1.875rem;
    }
    .block--tallText p {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
 
  
  .course--banner {
    background-color: #000000;
    position:relative;
    /*z-index:1;*/
  }

  @media only screen and (min-width: 68.75em){
  .course--banner {
    height:500px;
  }
}
  
  .block__details--courseOverlay {
    width: 72%;
    padding: 17px;
    cursor: auto;
    min-height: 0;
    margin: 2%;
  }
  
  .block__details--courseOverlay .block__details__title {
    font-weight: 400;
    font-size: 1.4375rem;
    margin-top: 6px;
    margin-bottom: 0px;
  }
  
  .block__details--courseOverlay .block__details__description {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
  }
  
  .block__details--courseOverlay .block__details__description p {
    margin-bottom: 0;
    height: auto;
  }
  
  .block__details--courseOverlay .collapse {
    display: none;
  }
  
  .block__details--courseOverlay .collapse img {
    display: none;
  }
  
  .block__details--openDay {
    display: none;
  }
  
  
  @media all and (max-width: 500px) {
    .block__details--courseOverlay {
      position: relative;
      display: inline-block;
      margin: 0;
      width: 100%;
      padding: 1em;
    }
    .block__details--courseOverlay .block__details__title {
      margin-top: 0;
      height: auto;
    }
   
  }
  
  .course--tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width:100%;
    transition: width 0.5s;
  }
  
  .course--tabs ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    border: 1px solid #fff;
    transition: all .2s ease-in-out;
  }
  
  .course--tabs ul li a:focus,   .course--tabs ul li a:hover {
    box-shadow: inset 0 -6px 15px -10px rgb(102,102,102);
  }
  
  .course--tabs ul li a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
    padding: 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
    min-width:80px;
    display:block;
  }
 
  @media screen and (max-width: 900px) {
    .course--tabs ul {
      font-size: 0;
    }
    .course--tabs ul li {
      width: 50%;
      /*padding: 10px 0;*/
      display: inline-block;
    }
  }
  
  @media screen and (max-width: 400px) {
      .course--tabs ul {
     display:flex;
     align-items:center;
     flex-wrap:wrap;
    }
  }
  
  @media screen and (max-width: 375px) {
  .course--tabs ul li {
      width: 100%;
      padding: 0;
  }
  
  }
  .course-section {
    padding-bottom: 20px;
  }

  .course-section p {
    margin: 10px 0;
    font-weight:300;
  }
  
  .course-section ul li {
    font-weight: 300;
    margin-left: 1.1em;
  }
  

  .course-section p a span {
    font-size: 12px;
  }
  
  .course-section .course_section_title {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.75rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 1040px) {
    .course-section .course_section_title {
      text-align: left;
    }
  }
  
  .course-section .course_section_subtitle,
  .course-section h3:first-of-type {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom:1em;
  }

  .course-section .panel__header {
    font-size: 1.5625rem;
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: 700;
  }
  
  .course-section .course-col2 {
    padding-right: 30px;
  }

  .course-col2 > :first-child {
    margin-top:0;
  }
  
  .course-section ul
   {
    list-style-type: square;
    padding-left: 0;
  }
  
  .course-section ul>li {
    margin-bottom: 4px;
    list-style-position: outside;
  }
  
  .course-section .course-col2 .more-courses-list ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .course-section .overview-side {
    border: 1px solid #000;
  }
  
  .course-section .overview-side-tab {
    float: left;
    width: 100%;
  }
  
  .course-section .overview-side-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
  
  .course-section .overview-side-tab ul li {
    text-align: center;
    display: table-cell;
    color: #000000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .course-section .overview-side-tab ul li:hover,
  .course-section .overview-side-tab ul li:active {
    background: #f2f2f2;
  }
  
  .course-section .overview-side-tab ul li.key-facts--current {
    background: #f2f2f2;
    color: #000;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  
  .course-section .overview-side-content {
    float: left;
    width: 100%;
  }
  
  .course-section .overview-side-content .side-tab-pad {
    padding: 26px;
  }
  
  .course-section .overview-side-content h4,
  .course-section .overview-side-content p {
    margin-top: 0;
    margin-bottom: 16px;
  }
  
  .course-section .overview-side-content h4 {
    line-height: 22px;
    font-size:1em;
  }
  
  .course-section .course-col2 h4 {font-size:1em;}
  
  .course-section .overview-side-content .btn-contact {
    background-color: #000;
    color: #fff;
    width: 170px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    font-weight: 700;
  }

.contact-btn{display: none!important;}

  .course-section .overview-side-content ul.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
  }
  
  .course-section .overview-side-content ul.social-links li {
    float: left;
    margin-right: 22px;
  }
  
  .course-section .overview-side-content ul.social-links li a {
    font-size: 0px;
    width: 20px;
    height: 20px;
    float: left;
    background-position: center center;
  }
  
  .course-section .overview-side-content ul.social-links li .facebook {
    background: url("../images/courses/kf-facebook.png") no-repeat;
  }
  
  .course-section .overview-side-content ul.social-links li .google {
    background: url("../images/courses/kf-google.png") no-repeat;
  }
  
  .course-section .overview-side-content ul.social-links li .twitter {
    background: url("../images/courses/kf-twitter.png") no-repeat;
  }
  
  .course-section .overview-side-content ul.social-links li .linkedin {
    background: url("../images/courses/kf-linkedin.png") no-repeat;
  }
  
  .course-section .overview-side-content .print-page {
    width: 100%;
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
  }
  
  .course-section .overview-side-content .print-page p {
    margin-bottom: 0;
  }
  
  .course-section .overview-side-content .print-page a {
    color: #000;
    text-decoration: underline;
  }

  .overview-side-tab li:focus {
    outline: 1px solid #ff6262;
}
  
  .course-section .overview-side-content .key-facts-options {
    float: left;
    width: 100%;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option {
    width: 100%;
  }
  
  .course-section
  .overview-side-content
  .key-facts-options
  .key-facts-option
  .key-facts-option_head {
    background-color: #f2f2f2;
    margin-top: 1px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border-top: 1px solid #000000;
  }
  
  .course-section
  .overview-side-content
  .key-facts-options
  .key-facts-option
  .key-facts-option_head
  p
  a {
    color: #000000;
  }
  
  .course-section
  .overview-side-content
  .key-facts-options
  .key-facts-option
  .key-facts-option_head
  p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    cursor: pointer;
    margin-bottom: 1px;
  }
  
  .course-section
  .overview-side-content
  .key-facts-options
  .key-facts-option
  .key-facts-option_content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }
  
  .course-section
  .overview-side-content
  .key-facts-options
  .key-facts-option
  .key-facts-option_content
  p {
    margin-bottom: 6px;
  }
  
  .side-tab-pad h5 {
    font-size: 0.875rem;
  }
  
  @media all and (max-width: 1200px) {




    .course-section .overview-side-content .side-tab-pad .key-facts-col1 {
      width: 48%;
      float: left;
    }
    .course-section .overview-side-content .side-tab-pad .key-facts-col2 {
      width: 48%;
      float: right;
    }
    .course-section .overview-side-content .key-facts-options .key-facts-option {
      /*width: 25%;*/
      float: left;
    }
    .course-section .course-col2 {
      padding-right: 0;
    }
  }
  
  @media all and (max-width: 640px) {
    .course-section .overview-side-content .side-tab-pad .key-facts-col1 {
      width: 100%;
      float: left;
    }
    .course-section .overview-side-content .side-tab-pad .key-facts-col2 {
      width: 100%;
      float: right;
    }
    .course-section .overview-side-content .key-facts-options .key-facts-option {
      width: 100%;
      float: none;
    }
  }
  
  .course-section--structure ul {
    list-style-type: square;
  }
  
  .course-section--structure ul .sys_0 {
    color: #9d0932;
  }
  
  .course-section--structure .slider-navigation {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .per-slide-template button:focus {
    outline: 1px solid #990033;
    text-decoration: underline;
}

  .image-slider-single:focus img {
    outline: 2px solid #ffe034;
    outline-offset: -2px;
}
  
  .course-section--structure .slider-navigation:before {
    position: absolute;
    left: 0;
    top: 15px;
    height: 38px;
    width: 38px;
    background-image: url(/images/arrow-left.svg);
    z-index: 9999;
    cursor: pointer;
  }
  
  .course-section--structure .slider-navigation:after {
    position: absolute;
    right: 0;
    top: 15px;
    height: 38px;
    width: 38px;
    background-image: url(/images/arrow-right.svg);
    z-index: 1;
    cursor: pointer;
  }
  
  .course-section--structure .slider-navigation .slide-prev,
  .course-section--structure .slider-navigation .slide-next {
    height: 67px;
    float: left;
    width: 4%;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
  }
  
  .course-section--structure .slider-navigation .slide-prev {
    background-image: url(/SiteElements/2018/Images/icons/arrow-left.svg);
  }
  
  .course-section--structure .slider-navigation .slide-next {
    background-image: url(/SiteElements/2018/Images/icons/arrow-right.svg);
  }
  
  .course-section--structure .slider-navigation ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    width: 96%;
    float: left;
  }
  
  .course-section--structure .slider-navigation > div {
    width: 100%;
    float: left;
    display: table;
  }
  

  .course-section--structure .slider-navigation button {
    position: relative;
    display: table-cell;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #3d3d3d;
    background-color: #f5f5f5;
    border: 0px;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    width: 32%;
    text-align: center;
    cursor: pointer;
    box-shadow:inset 6px -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section--structure .slider-navigation button:first-of-type {
    box-shadow:inset 0 -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section--structure .slider-navigation button:last-of-type:before {
    content: none;
  }
  
  @media all and (max-width: 640px) {
    .course-section--structure .slider-navigation button:before {
      content: none;
    }
  }
  
  .course-section--structure .slider-navigation button.cycle-pager-active {
    background-color: #fff;
    color: #000;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    box-shadow:none;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom: 0px;
  }
  
  .course-section--structure .slider-navigation button:hover,
  .course-section--structure .slider-navigation button:active {
    background-color: #ffffff;
  }
  .course-section--structure .slider-navigation h3 {
    position: relative;
    display: table-cell;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #3d3d3d;
    background-color: #f5f5f5;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    width: 32%;
    text-align: center;
    cursor: pointer;
    box-shadow:inset 6px -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section--structure .slider-navigation h3:first-of-type {
    box-shadow:inset 0 -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section--structure .slider-navigation h3:last-of-type:before {
    content: none;
  }
  
  @media all and (max-width: 640px) {
    .course-section--structure .slider-navigation h3:before {
      content: none;
    }
  }
  
  .course-section--structure .slider-navigation h3.cycle-pager-active {
    background-color: #fff;
    color: #000;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    box-shadow:none;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
  }
  
  .course-section--structure .slider-navigation h3:hover,
  .course-section--structure .slider-navigation h3:active {
    background-color: #ffffff;
  }
  .course-section--structure .slider-content h4 {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  
  .structureContent {
    margin-top: 20px;
  }
  
  .structureContent > .columns {
    margin-bottom:1em!important;
  }
  
  .structureContent > .columns:last-child {
    margin-bottom:0!important;
  }
  
  .course-section--structure .slider-content ul {
    padding-left: 0;
    margin-top: 4px;
  }
  
  .course-section--structure .slider-content ul li {
    margin-bottom: 4px;
    margin-left: 1em;
    list-style-position: outside;
  }
  
  .course-section--structure .slider-content {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    background-color: #fff;
  }
  
  .course-section--structure .more-mod-link {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
    float: left;
  }
  
  .course-section--structure .more-mod-link p {
    text-align: left !important;
  }
  
  .course-section--structure .more-mod-link p:first-child {
      margin: 0;
  }
  
  .course-section--structure .widget-placeholder {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 33px;
  }
  
  .course-section--structure .widget-placeholder #unistats-widget-frame {
    width:100%!important;
  }
  
  @media all and (max-width: 858px) {
  .course-section--structure .widget-placeholder #unistats-widget-frame {
    width:650px!important;
  }
  }
  
  
    .course-section--structure .slider-navigation .slide-prev, .course-section--structure .slider-navigation .slide-next {
      display:none;
    }
  @media all and (max-width: 640px) {
    .course-section--structure .slider-navigation h3 {
      width: 100%;
      display: block;
    }

    /*.course-section--structure .slider-navigation {
      margin:0 10px;
      width: auto;
    }*/
  }
  
  .facilities--carousel .facilities--carousel--cont {
    position: relative;
    float: left;
    width: 100%;
  }
  
  .facilities--carousel .slider-navigation {
    width: 5%;
    float: left;
    border-bottom: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  
  .facilities--carousel .slider-navigation.slider-navigation--left {
    left: 0;
    width: 50%;
  }
  
  .facilities--carousel .slider-navigation.slider-navigation--right {
    right: 0;
    width: 50%;
  }
  
  .facilities--carousel .slider-navigation .slide-prev-ff,
  .facilities--carousel .slider-navigation .slide-next-ff {
    height: 38px;
    float: left;
    width: 38px;
    background-repeat: no-repeat;
    float: left;
    background-position: center center;
    text-decoration: none;
    background-color: transparent;
    transition: transform .2s;
  }

    .facilities--carousel .slider-navigation .slide-prev-ff:hover,
  .facilities--carousel .slider-navigation .slide-next-ff:hover {
    background-color: #999;
  }

      .facilities--carousel .slider-navigation .slide-prev-ff:focus,
  .facilities--carousel .slider-navigation .slide-next-ff:focus {
    background-color: #999;
  }
  
  .facilities--carousel .slider-navigation .slide-prev-ff {
    background-image: url("/SiteElements/2018/Images/icons/arrow-left.svg");
  }
  
  .facilities--carousel .slider-navigation .slide-next-ff {
    background-image: url("/SiteElements/2018/Images/icons/arrow-right.svg");
    float: right;
  }
  
  .facilities--carousel .slider-content {
    width: 76%;
    float: left;
    margin-left: 12%;
    margin-right: 12%;
    min-height: 460px;
    overflow:hidden;
  }
  
  .facilities--carousel .slider-content .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
  }
  
  .facilities--carousel .slider-content .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .facilities--carousel .slider-pager {
    display: none;
    position: absolute;
    left: 14%;
    z-index: 100;
    bottom: 20px;
  }
  
  .facilities--carousel .slider-pager span {
    width: 20px;
    height: 20px;
    border: 1px solid #3d3d3d;
    background: #fff;
    font-size: 0;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  
  .facilities--carousel .slider-pager span.cycle-pager-active {
    background: #3d3d3d;
  }
  
  .facilities--content {
    padding-top: 38px;
  }
  
  .facilities--content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 10px 15px 0 0;
  }
  
  .facilities--content p {
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  @media all and (max-width: 1200px) {
    .facilities--carousel .slider-content {
      width: 82%;
      margin-left: 9%;
      margin-right: 9%;
    }
  }
  
  @media all and (max-width: 960px) {
    .facilities--content > div:first-child h3 {
      margin-top: 0;
    }
    .facilities--content h3 {
      margin-top: 24px;
    }
  }
  
  @media all and (max-width: 640px) {
    .facilities--carousel .slider-navigation {
      z-index: 1000;
    }
    .facilities--carousel .slider-content {
      width: 100%;
      margin: 0;
      min-height: 200px;
    }
  }
  
  .course-section--opps .dynamic-col {
    padding-bottom: 18px;
    float: left;
  }
  
  .course-section--opps a {
    color: #9d0932;
  }
  
  .course-section--opps .dynamic-col h3 {
    font-size: 1.125rem;
    margin-top: 27px;
    margin-bottom: 16px;
  }
  
  .course-section--opps .dynamic-col img {
    width: 100%;
  }
  
  .course-section--opps .dynamic-col.dynamic-col--3col {
    width: 33.3333%;
    padding-left: 0;
    padding-right: 1%;
  }

  .course-section--opps .dynamic-col.dynamic-col--2col {
    width: 50%;
    padding-left: 0;
    padding-right: 1%;
  }

  @media only screen and (min-width: 68.75em) {
    .course-section--opps .dynamic-col.dynamic-col--3col:last-of-type,
    .course-section--opps .dynamic-col.dynamic-col--2col:last-of-type {
    padding-right:0;
  }

  .course-section--opps .dynamic-col--3col img {
    max-height:215px;
  }
  }


  
  .course-section--opps .dynamic-col.dynamic-col--1col {
    width: 100%;
    padding:0;
  }
  
  .course-section--opps .dynamic-col.dynamic-col--1col h3,
  .course-section--opps .dynamic-col.dynamic-col--1col p {
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-top: 0;
  }
  
  .course-section--opps .dynamic-col.dynamic-col--1col h3 {
    margin-top: 0;
  }
  
  .course-section--opps .dynamic-col.dynamic-col--1col img {
    width: 49%;
    float: left;
  }
  
  @media all and (max-width: 1200px) {
    .course-section--opps .dynamic-col.dynamic-col--1col h3,
    .course-section--opps .dynamic-col.dynamic-col--1col p {
      padding-left: 6%;
    }
  }
  
  @media all and (max-width: 640px) {
    .course-section--opps .dynamic-col.dynamic-col--2col {
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
    }
    .course-section--opps .dynamic-col.dynamic-col--1col {
      width: 100%;
      padding-left: 24px;
      padding-right: 24px;
    }
    .course-section--opps .dynamic-col.dynamic-col--1col img {
      width: 100%;
    }
    .course-section--opps .dynamic-col.dynamic-col--1col h3,
    .course-section--opps .dynamic-col.dynamic-col--1col p {
      padding-left: 0;
      width: 100%;
    }
    .course-section--opps .dynamic-col.dynamic-col--1col h3 {
      margin-top: 27px;
    }
  }
  
  .course-section--opps .opps-col3 {
    width: 32.5%;
    float: left;
    min-height: 290px;
    position: relative;
    margin: 0 1% 0 1px;
    padding-bottom:1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
  }

  .course-section--opps .opps-col3:last-of-type {
    margin-right:0;
  }
  
  .course-section--opps .opps-col3 h3 {
    font-size: 1.4375rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
  }
  
  .opps-col3:first-of-type h3 {
    text-transform:capitalize;
  }

  
  .course-section--opps .opps-col3 a.btn {
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    background-color: transparent;
    padding: 1rem 0.5rem;
    width: 90%;
    border-color: #9d0932;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    left:0;
    right:0;
    bottom:15px;
    position:absolute;
  }
  
  .course-section--opps .opps-col3 a.btn:hover {
    background-color: #9d0932;
    color: #ffffff;
  }
  
  .course-section--opps .opps-col3 .opps-wrapper {
    margin-bottom: 0px;
    padding: 0 16px;
  }
  
  .course-section a {
    display: inline;
    text-decoration:none;
  }
  
  .course-section a:hover {
    text-decoration:underline;
  }

    .course-section a:focus {
    text-decoration:underline;
  }

  .course-section .panel__button {
    display:inline-block;
  }

    .course-section .panel__button:hover {
      text-decoration:inherit;
    }
  
  .opps-wrapper p a {
    display: inline;
  }
  
  .course-section--opps .dynamic-col a.sys_16 {
    display: inline;
  }
  
  
  .course-section--opps .dynamic-col img {
    width: auto;
  }
  
  @media all and (max-width: 962px) {
  
    .course-section--opps {
      margin-bottom:1em;
    }
    .course-section--opps .opps-col3 {
      text-align: center;
      width: 100%;
      margin-left: 0;
      display: block;
      float: none;
      margin-right: 0;
      min-height: 0;
      margin-top: 32px;
    }
    .course-section--opps .opps-col3 p {
      padding-bottom: 0;
    }
    .course-section--opps .opps-col3 a.btn {
      position: static;
      margin: 0 auto;
    }
  }
  
  .course-section--moreabout .more-dmu-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
  
  .course-section--moreabout .more-dmu-tabs div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 25%;
    color: #000000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
    text-align: center;
    box-shadow: inset 6px -6px 8px -10px rgba(102,102,102,1);
      border-top: 1px solid #f5f5f5;
      border-left: 1px solid #f5f5f5;
      border-right: 1px solid #f5f5f5;
  }
  
  .course-section--moreabout .more-dmu-tabs div:first-of-type {
   box-shadow: inset 0 -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section--moreabout .more-dmu-tabs div:hover,
  .course-section--moreabout .more-dmu-tabs div:active,
  .course-section--moreabout .more-dmu-tabs div.moreabout--current {
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: inset 1px 0px 1px 0px #ccc;
  }
  
  .course-section--moreabout .dmu-sect-banner {
    border: 2px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    float: left;
    width: 100%;
    position:relative;
  }
  
  .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay {
    background: #fff;
    position: absolute;
    width: 95%;
    left: 2.5%;
    bottom: 2.5%;
  }
  
  .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay h3 {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay p {
    margin-top: 16px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay a {
    color: #9d0932;
  }
  
  @media screen and (max-width: 960px) {
    .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay {
      width: 63%;
    }
    .course-section--moreabout .more-dmu-tabs div {
      display: table;
      width: 100%;
    }
    .course-section--moreabout .more-dmu-tabs div {
      display: table-cell;
      padding-left: 4%;
      vertical-align: middle;
      padding-right: 4%;
      float: none;
    }
  }
  
  @media screen and (max-width: 765px) {
    .course-section--moreabout .dmu-sect-banner .dmu-sect-banner--overlay {
      width: 100%;
      position: static;
    }
  
    .course-section--moreabout .more-dmu-tabs {
      padding:0 10px;
      display:block;
    }
    
    .course-section--moreabout .more-dmu-tabs div {
      width: 100%;
      display: block;
    }
  
    .course-section--moreabout .dmu-sect-banner {
      width: auto;
      margin: 0 10px;
  }
    .course-section .course-col2,
    .course-section--criteria,
    .course-section--structure {
      padding-right: 12px;
      padding-left: 12px;
    }
    .small-9 {
        width: 100% !important;
      }
  }
  
  .structure-align {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  
  .entryContent {
    margin-top: 8px;
  }
  
  .block__details__description a {
    color: #9d0932;
    display: block;
    text-decoration: none;
  }
  
  .sys_targetArea {
    box-sizing: content-box;
  }
  
  #leftNavigationColumn {
    margin: 0 !important;
  }
  
  #mainContentColumn {
    padding: 0 !important;
    float: left !important;
    width: 75% !important;
  }
  
  .nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  
  
  @media (min-width: 1200px) {
    .course-section .overview-side-content .side-tab-pad-contactus {
      margin-bottom: 0;
    }
  }
  
  
  /* AM additions - 03/06/2016 */
  .cycle-slideshow img:first-child {
    position: static !important;
  }
  
  .cycle-slideshow > img:not(:first-child) {
    display: none;
  }
  
  .img--no-scale {
    width:auto!important;
    height:auto!important;
  }
  
  .course-section p,
  .course-section ul li
   {
    font-size:1rem;
  }
  
  .course-section .overview-side {
      border: 1px solid #000;
      float: right;
  }
  
  .course-section .overview-side-tab ul > li {
     background-color: #f5f5f5;
  }
  
  .course-section .overview-side-tab ul > li:nth-child(2) {
  
    box-shadow: inset 6px -6px 8px -10px rgba(102,102,102,1);
  }
  .course-section .overview-side-tab ul > li:nth-child(1) {
    box-shadow: inset -6px -6px 8px -10px rgba(102,102,102,1);
  }
  
  .course-section .overview-side-tab ul li.key-facts--current {
      background: #fff;
      box-shadow:none;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head {
      background-color: transparent;
      border:0 none;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head p {
    padding:0;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head p a {
      color: #9d0932;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option:first-of-type .key-facts-option_head a,
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to apply"],
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to Apply"]
   {
     background-color:#9d0932;
     color:#fff;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a:first-of-type:hover,
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to apply"]:hover,
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to Apply"]:hover
   {
    background-color:#820628;
    border-color:#820628;
    color:#fff;
  }

    .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a:first-of-type:focus,
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to apply"]:focus,
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a[title="How to Apply"]:focus
   {
    background-color:#820628;
    border-color:#820628;
    color:#fff;
    text-decoration: underline;
  }
  
  
  
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a {
     background-color:transparent;
     color: #9d0932;
     display: block;
     padding: 8px;
     border-radius:3px;
     text-decoration:none;
     border:2px solid #9d0932;
     margin:5px;
  }
  
  .course-section .overview-side-content .key-facts-options .key-facts-option .key-facts-option_head a:hover {
       border:2px solid #000;
       color:#000;
  }
  
  .entryContent {
    margin-left: -12px;
    position: relative;
  }
  
  .entryContent:before {
    position: absolute;
      content: '';
      width: 1px;
      height: 90%;
      border-right: 1px solid #ccc;
      right: 50%;
  }
  
  @media (max-width: 958px){
    .entryContent:before {
      display:none;
    }
  }
  
  @media (max-width: 767px){
  
  .entryContent {
    margin-left: 0;
  }
  
    .course-section {
      padding-bottom: 10px;
    }
  
    .course-section--overview {
      padding-top:10px;
    }
    /*.course-template .course--tabs {
      display: none !important;
    }*/
    .course-section .course_section_title {
      padding-top: 0;
      padding-bottom: 10px;
    }

    .course-section--overview .course_section_title,
    .course-section--opps .course_section_title,
    .course-section--moreabout .course_section_title {
      padding-left:12px;
    }
  
    .overview-side {
      overflow: hidden;
      float: none;
      margin-top:1em;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 1em;
      width: auto;
    }
  
    .course-section--structure .more-mod-link {
      margin-left:10px;
      width: auto;
    }
    .course-section.course-section--opps .block{
      margin:0 10px;
      width:auto;
    }
    .course-section--opps .dynamic-col.dynamic-col--3col {
      width: 100%;
      padding-left: 12px;
      padding-right: 12px;
  }
  .course-section--opps .dynamic-col.dynamic-col--3col img {
    width:100%;
  }
  
  .course-section .overview-side-content .key-facts-options {
      padding-top:10px;
  }
  
  }
  
  p:empty {
      display: none;
      }
  
    .course-banner {
    background-color: #9d0932;
    color: #fff;
    padding: 1.5em 1em;
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .course-banner > a {
    color:#fff;
    font-weight:700;
  }

.course-banner-clearingOLD {
    float: unset;
    background-color: #c74e43;
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 1.5em 1em;
    font-weight: 300;
    font-size: 1.1em;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    flex-direction: row;
}

.course-banner-clearing {
    float: unset;
    background-color: #a3378c;
    background: rgb(134, 51, 135);
    background: linear-gradient(255deg, rgba(134, 51, 135, 1) 0%, rgba(171, 66, 173, 1) 33%, rgba(171, 66, 173, 1) 60%, rgba(134, 51, 135, 1) 100%);
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 1em;
    font-weight: 300;
    font-size: 1.1em;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: row;
}

.clearing-msg p:first-of-type{
    font-weight: 600;
    font-size: 1.2em;
}

  .course-banner-clearing h4 {
    color:#ffffff!important;
    margin:0;
  }

  .course-banner-clearing a {
  color:rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 400;

  }

  /*  .course-banner-clearing a:focus {
  color:#000000!important;
  text-decoration: underline;
  font-weight: 400;

  }

      .course-banner-clearing a:hover {
  color:#000000!important;
  text-decoration: underline;
  font-weight: 400;

  }
*/
      .course-banner-clearing .dmu-button {
    margin-left:3em;
    text-decoration: none;
    padding:0.5em;
    border-radius:3px;
    border: 2px solid #ffffff;
    color: #ffffff;
    display:inline-block;
  }

  .course-banner-clearing .dmu-button:hover {
    text-decoration:none;
       color: #000000!important;
       background-color: #ffffff!important;
  }
  .course-banner-clearing .dmu-button:focus{
    text-decoration:none;
       color: #000000!important;
       background-color: #ffffff!important;
  }

  .course-banner-employ {
    background-color: #000;
    background-image:linear-gradient(90deg, #a54708 0%, #9f4909 11.5%, #994b0a 23%, #8e4d0c 46%, rgba(162, 85, 16, 0.75) 58%, rgba(184, 92, 21, 0.5) 70%, rgba(231, 103, 30, 0) 94%), radial-gradient(82.5% 100% at 100% 35%, #d07e84 38%, rgba(255, 0, 0, 0) 100%), linear-gradient(90deg, #702459 100%, rgba(143, 38, 99, 0.75) 100%, rgba(177, 36, 102, 0.5) 100%, rgba(255, 0, 0, 0) 100%);
     /* background-image: url("/webimages/campaign/Employability-2021/employ-panel-bg.jpg");*/
    position:relative;
    display: block;
    text-align: left;
    width:100%;
  }

  .course-banner-employ h5 {
    color:#fff;
    margin:0;
  }

  .course-banner-employ__badge {
    background-image:url("/webimages/campaign/Employability-2021/nue-awards-badge.png");
    width: 235px;
    height: 165px;
    position: absolute;
    right: 10px;
    top: -54px;
}

    .course-banner .dmu-button {
    margin-left:3em;
    text-decoration: none;
    padding:0.5em;
    border-radius:3px;
    border: 2px solid #fff;
    color: #fff;
    display:inline-block;
  }

  .course-banner .dmu-button:hover {
    text-decoration:none;
  }

@media (max-width: 980px){
  .course-banner-employ__badge {
    right: 21px;
    top: 15px;
    width: 142px;
    height: 100px;
    background-size: contain;
  }
}

@media (max-width: 900px){
    .course-banner .dmu-button {
      display: block;
      max-width: 16em;
      margin-top:1em;
      margin-left: 0;
      margin-right: auto;
  }
  
.course-banner-clearing {
    background-color: #9D2B6D;
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 1.5em 1em;
    font-weight: 300;
    font-size: 1.1em;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    flex-direction: column;
    text-align: center;
}

.course-banner-clearingOLD {
    background-color: #c74e43;
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 1.5em 1em;
    font-weight: 300;
    font-size: 1.1em;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    flex-direction: column;
}

      .course-banner-clearing .dmu-button {
      display: block;
      width: 100%;
      margin-top:1em;
      margin-left: 0;
      margin-right: auto;
  }

    .course-banner-clearing {
      margin-bottom: 0em;
  }

  .course-banner-employ .dmu-button {
      display: block;
      max-width: auto;
      margin-top:1em;
      margin-left: 0;
      margin-right: auto;
  }
      .course-banner-ed2030 .dmu-button {
      display: block;
      max-width: 100%;
      margin-top:1em;
      margin-left: 0;
      margin-right: auto;
  }

    .course-banner-ed2030 .dmu-button {
      display: block;
      max-width: auto;
      margin-top:1em;
      margin-left: 0;
      margin-right: auto;
  }

  .course-banner,
  .course-banner-employ {
    text-align:left;
    flex-direction:column;

  }

    .course-banner-employ__badge {
    display:none;
  }
}


   .course-banner .dmu-button:hover {
     background-color:#fff;
     color:#9d0932!important;
     border-color:#fff;
   }

     .course-banner .dmu-button:focus {
     background-color:#fff;
     color:#9d0932!important;
     border-color:#fff;
   }
    .course-template h2 {
      font-size:1.2em;
    }
  
        .alert {
      font-weight:400;
      margin-bottom: 1rem;
      padding: 20px 20px 10px;
  
      background-color: #f4f8fa;
      border-color: #5bc0de;
  }
  
  .alert--info {
        border-left: 3px solid #eee;
        background-color: #f4f8fa;
      border-color: #5bc0de;
  }
  
  .alert h5 {
    color: #5bc0de;
    margin:0 0 0.5em;
    font-size:1em;
  }
  
  .banner-aside {
  display:flex;
  flex-direction:row;
  min-height:150px;
}

  .banner-aside > div {
  width:50%;
  }

@media (max-width: 767px) {
.banner-aside {
  margin-left:10px;
  margin-right:10px;
}
}

@media (min-width: 1200px) {
  .banner-aside {
  flex-direction:column;
}
  .banner-aside > div {
  width:100%;
  }
}

.banner-open-days .banner-aside__image {

  background-size:cover;
  background-position: center;
  height: 200px;
}

.banner-open-days .banner-aside__image--ug {
  background-image:url("/webimages/campaign/made-from-more/Autumn-Campaign-Cropped-450x253.jpg");
}

.banner-open-days .banner-aside__image--pg {
  background-image:url("/webimages/Postgraduate-images/pg-LP-1920x1080-Cropped-400x225.jpg");
}

.banner-open-days .banner-aside__text {
  background-color:#f5f5f5;
}

.banner-open-days .banner-aside__text-header {
  color:#BD4782;
  margin:0;
  font-weight: bold;
  font-size: 1.2em;
}

/*.banner-applicant-toolkit .banner-aside__image {
  background-image:url("/webimages/study/why-choose-uni/why-choose-uni-1920-img-cropped-320x180.jpg");
  background-size:cover;
  background-position: center;
}*/

.banner-aside .dmu-button {
  display:inline-block;
      color: #444;
    border-color: #444;
}

.banner-aside .dmu-button:hover {
  border-color:#BD4782;
  text-decoration:none;
  background-color:#BD4782;
}
.banner-aside .dmu-button:focus {
  border-color:#BD4782;
  text-decoration:none;
  background-color:#BD4782;
}
  
  .sticky {
      position: sticky;
      top: 0;
      z-index: 1000;
  }
  
  .course--tabs li:last-child{
  display:none;
  width:0;
  opacity:0;
  transition: width 0.2s, visibility 0s, opacity 0.5s linear;
  height:0;
  }
  
  .sticky .course--tabs li:last-child{
  width:auto;
  opacity:1;
  background-color: #9d0932;
  display:table-cell;
  }
  
  .sticky .course--tabs li:last-child a {
    color: #ffffff;
  }


main > .row:first-of-type {
  display:none;
}

.kis-widget {
    margin: 0 auto 0.5em;
    max-width: 75rem;
    width: 100%;
    line-height: 1.5 !important;
}
#form1 .kis-widget p {
    line-height: 1.5 !important;
    font-size: 0.8em !important;
}
.kis-widget .kis-widget__lead .kis-widget__intro {
line-height: 1.5 !important;
font-size: 1em !important;
}
.kis-widget:last-of-type {
  margin-bottom:0;
}
.kis-widget__course {
font-size: 0.8em !important;
}
.kis-widget.horizontal .widget-lead {
  min-width:300px;
}

.kis-widget.horizontal .widget-cta-block {
  width:auto!important;
}

.kis-widget.horizontal .widget-cta-block h1 {
  line-height:0;
}
 
.kis-widget__cta:hover {
    background-color: transparent !important;
    box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.kis-widget__cta:hover a{
color: white !important;
}

.kis-widget__cta a:focus {
color: white !important;
text-decoration: underline !important;
}

.kis-widget__cta:focus-within {
 background-color: transparent !important;
    box-shadow: 0px 0px 0px 2px #f5f5f5 inset;
}

.kis-widget .kis-widget__cta-block {
    font-family: "Nunito Sans";
    padding: 10px;
    background: linear-gradient(340deg, rgb(78, 162, 125) 13.02%, rgb(48, 130, 130) 85.42%) !important;
}

.block--content.course--banner:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 150px;
    top: -1px;
    right: 30px;
    background-image: url(/SiteElements/2020/images/made-from-more-tag-web.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 200;
    mix-blend-mode: lighten;
}

.hide-MFM-Tag .block--content.course--banner:before {
  visibility:hidden;
}

@media screen and (max-width:600px) {
  .block--content.course--banner:before {
    width: 110px;
    top: 0;
    right: 12px;
    padding: 0.75em 0.2em 0.2em;
    font-size: 2em;
    line-height: 0.9;
    z-index: 200;
    text-transform: uppercase;
    mix-blend-mode: lighten;
}
}

.course--banner > .block--content.course--banner:before {
content:none;
}

.course--banner > img {
  opacity:85%;
}

.dmu-button--secondary {
  color:#747474;
  border-color:#ccc;
}

.course-banner-ed2030 {
    line-height: 1.5;
    font-size: 1em;
  padding: 1.5em 2em;
    background-color: #000;
    background: linear-gradient(152deg, rgba(78,126,122,1) 0%, rgba(45,129,143,1) 70%);
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
}
.course-banner-ed2030 h4 {
    font-size: 1.3rem;
}

.course-banner-ed2030 .dmu-button:hover {
    background-color: #fff;
    color: #2d818f!important;
    border-color: #fff;
}

.course-banner-ed2030 .dmu-button:focus {
    background-color: #fff;
    color: #2d818f!important;
    border-color: #fff;
}
