@charset "UTF-8";
/* = Includes
----------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Stag";
  src: url(/_fonts/Stag-Bold.eot);
  src: url(/_fonts/Stag-Bold.eot?#iefix) format("embedded-opentype"), url(/_fonts/Stag-Bold.woff) format("woff"), url(/_fonts/Stag-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Stag";
  src: url(/_fonts/Stag-Medium.eot);
  src: url(/_fonts/Stag-Medium.eot?#iefix) format("embedded-opentype"), url(/_fonts/Stag-Medium.woff) format("woff"), url(/_fonts/Stag-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN Offc";
  src: url(/_fonts/DINOffc.eot);
  src: url(/_fonts/DINOffc.eot?#iefix) format("embedded-opentype"), url(/_fonts/DINOffc.woff) format("woff"), url(/_fonts/DINOffc.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Offc";
  src: url(/_fonts/DINOffc-Bold.eot);
  src: url(/_fonts/DINOffc-Bold.eot?#iefix) format("embedded-opentype"), url(/_fonts/DINOffc-Bold.woff) format("woff"), url(/_fonts/DINOffc-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DIN Offc";
  src: url(/_fonts/DINOffc-Medi.eot);
  src: url(/_fonts/DINOffc-Medi.eot?#iefix) format("embedded-opentype"), url(/_fonts/DINOffc-Medi.woff) format("woff"), url(/_fonts/DINOffc-Medi.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TGL 0-1451 Engschrift";
  src: url(/_fonts/TGL0-1451Engschrift.eot);
  src: url(/_fonts/TGL0-1451Engschrift.eot?#iefix) format("embedded-opentype"), url(/_fonts/TGL0-1451Engschrift.woff) format("woff"), url(/_fonts/TGL0-1451Engschrift.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url(/_fonts/roboto-thin.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(/_fonts/roboto-light.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* = HTML5 Elements
----------------------------------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body {
  color: #575757;
  font-size: 1.063em;
  text-align: left;
  font-family: "DIN Offc";
  font-weight: normal;
  font-style: normal;
  background: #d7d7d7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* = Typography
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
  color: #553f68;
}

h1 {
  font-size: 3.529em;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px;
}

h2 {
  font-size: 1.765em;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
}

h3 {
  font-size: 1.412em;
  margin-bottom: 18px;
}

h4 {
  font-size: 1.412em;
  margin-bottom: 15px;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
}

h5 {
  font-size: 0.941em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

h6 {
  font-size: 1em;
  margin-bottom: 15px;
}

.smallOn {
  font-weight: normal;
}

.lowercase {
  text-transform: initial;
}

.main h2 {
  margin-top: 30px;
}

.main h3 {
  margin-top: 25px;
}

.main .foundationProgramme h3 {
  margin-top: 15px;
}

@media screen and (max-width: 1360px) {
  h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.412em;
  }
  h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.2em;
  }
}
p {
  margin: 0 0 20px;
  line-height: 1.5em;
}

.leader,
.subline {
  font-size: 1.235em;
  margin-bottom: 35px;
}

.callout {
  font-size: 1.412em;
}

@media screen and (max-width: 480px) {
  .leader, .subline {
    font-size: 1.059em;
    margin-bottom: 30px;
  }
}
blockquote {
  margin: 30px 0;
  padding-left: 60px;
  background: url(/_img/icons/quote-1.svg) no-repeat 0 0;
}

blockquote p {
  margin: 0;
  font-size: 1.4em;
  font-weight: 500;
  padding-top: 5px;
}

blockquote cite {
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  blockquote {
    margin: 25px 0;
    padding-left: 50px;
    background-size: auto 25px;
  }
  blockquote p {
    font-size: 1.235em;
  }
}
@media screen and (max-width: 380px) {
  blockquote {
    margin: 25px 0;
    padding-left: 45px;
    background-size: auto 22px;
  }
  blockquote p {
    padding-top: 3px;
    font-size: 1.2em;
  }
}
a {
  color: #0099dc;
  text-decoration: none;
  outline: none;
  overflow-wrap: break-word;
}

a:hover {
  color: #0099dc;
  text-decoration: none;
}

.template a:not(.noUnderline):hover {
  text-decoration: underline;
}

.template .submenu ul li a:hover,
.template .tabs ul li a:not(.noUnderline):hover {
  text-decoration: none;
}

.progNavHide {
  display: none !important;
}

a.downloadLink {
  color: #0099dc;
}

a.downloadLink:hover {
  text-decoration: underline;
}

a.downloadLink:before {
  content: "";
  color: #0099dc;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  background: url(/_img/download-sml.svg) no-repeat 0 0;
}

a.externalLink:after {
  content: "";
  color: #0099dc;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  background: url(/_img/external-sml.svg) no-repeat 0 0;
}

img {
  vertical-align: bottom;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

hr {
  margin: 40px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

small {
  font-size: 0.8em;
}

address {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-style: normal;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.6em;
  font-size: 0.6em;
  padding: 0px;
}

sub {
  bottom: -0.25em;
}

pre {
  margin: 0;
  overflow: auto;
  max-width: 100%;
}

pre code {
  font-size: 1.5em;
  white-space: pre-wrap;
}

figure {
  margin: 30px 0 35px;
  position: relative;
}

figcaption {
  top: 25px;
  left: 25px;
  right: auto;
  padding: 9px 11px 8px;
  line-height: 1.2;
  background: #425968;
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  position: absolute;
  opacity: 0.8;
}

figcaption a, figcaption a:hover {
  color: #fff;
}

.infographic, .inlineVideo {
  margin: 35px 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.infographic .overlay,
.inlineVideo .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65) url(/_img/mag-thumb.svg) 50% 50% no-repeat;
  background-size: 50px 50px;
  opacity: 0;
  -webkit-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}

.infographic img, .inlineVideo img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.infographic:hover img, .inlineVideo:hover img, .infographic:focus img, .inlineVideo:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.inlineVideo .overlay {
  background: url(/_img/play-thumb.svg) 50% 50% no-repeat;
  background-size: 50px 50px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
}

.inlineVideo:hover .overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.infographic:hover .overlay,
.inlineVideo:hover .overlay {
  opacity: 1;
}

.infographic .overlay .igText,
.inlineVideo .overlay .igText {
  margin: 30px;
  display: inline-block;
  max-width: 40%;
}

.infographic .overlay .igText h5,
.infographic .overlay .igText p,
.inlineVideo .overlay .igText h5,
.inlineVideo .overlay .igText p,
.inlineVideo .overlay .igText h3 {
  color: #fff;
  margin-top: 0;
}

.inlineVideo .overlay .igText h3 {
  font-weight: normal;
}

.infographic .overlay .igText h5 {
  font-size: 0.824em;
}

.infographic .overlay .igText p {
  font-size: 1.059em;
  line-height: 1.2;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.hide {
  display: none;
}

.hideText {
  text-indent: -150%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.clr {
  clear: both;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.highlight {
  color: #553f68;
}

.marked {
  background: #d1edf9;
}

.meta {
  color: #666;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.lrgfont {
  font-size: 3em;
}

.fixed {
  position: fixed;
  top: 20px;
}

@media screen and (max-width: 1200px) {
  .colsHalf.colsX2img figure {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  figcaption {
    top: 20px;
    left: 20px;
    padding: 8px 10px;
    font-size: 0.75em;
  }
  .colsHalf.colsX2img figure {
    margin: 20px 0 25px;
  }
}
@media screen and (max-width: 750px) {
  .infographic .overlay,
  .inlineVideo .overlay {
    background-size: 40px;
  }
  .infographic .overlay .igText,
  .inlineVideo .overlay .igText {
    margin: 25px;
  }
}
@media screen and (max-width: 600px) {
  .infographic .overlay,
  .inlineVideo .overlay {
    background-size: 35px;
  }
  .infographic .overlay .igText,
  .inlineVideo .overlay .igText {
    font-size: 0.8em;
    margin: 22px;
    max-width: 35%;
    line-height: 1.1;
  }
  figcaption {
    top: 0;
    left: 0;
    right: auto;
    position: relative;
  }
  .colsHalf.colsX2img figure {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .infographic .overlay .igText {
    margin: 20px;
    max-width: 38%;
  }
  .infographic, .inlineVideo {
    margin: 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .infographic .overlay .igText {
    margin: 15px;
    max-width: 37%;
  }
}
/* = Colours
----------------------------------------------------------------------------------------------------------------- */
.brandblack {
  color: #fff;
  background: #575757;
}

.brandMain {
  color: #fff;
  background: #553f68;
}

.brandSecond {
  color: #fff;
  background: #0099dc;
}

.block {
  display: inline-block;
  padding: 50px 50px 10px 20px;
  font-weight: bold;
}

/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 18px 26px;
  max-height: 50px;
  min-height: 50px;
  line-height: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
  font-size: 0.824em;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  border: none;
  background: #553f68;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #425968;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn:hover, .btn:focus, .btn:active, .template a.btn:hover, .template a.btn:focus, .template a.btn:active {
  color: #fff;
  text-decoration: none;
}

.no-csstransforms3d .btn:hover {
  background: #425968;
}

.btnImpact {
  border-color: #0099dc;
  background: #0099dc;
}

.btnApply {
  background: #2a3f4a;
  border-color: #2a3f4a;
}

input.btn {
  font-size: 0.824em;
  line-height: 1;
}

input.btn:hover {
  background: #425968;
}

.templateError .btn, #error .template .btn {
  margin-bottom: 15px;
  max-height: none;
}

@media screen and (max-width: 480px) {
  .templateError .btn, #error .template .btn {
    margin-bottom: 15px;
    max-height: none;
    font-size: 0.6em;
    padding: 14px;
    min-height: 0;
  }
}
@media screen and (max-width: 360px) {
  .btn {
    padding: 15px 26px 14px;
    max-height: 45px;
    min-height: 45px;
  }
}
/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul {
  margin: 0 0 20px 20px;
  line-height: 1.5em;
  list-style: square;
}

ul li {
  margin: 0 0 10px;
}

ul li ul {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: square;
}

ol {
  margin: 0 0 20px 30px;
  line-height: 1.5em;
}

ol li {
  margin: 0 0 10px;
}

ol li ol {
  margin-top: 20px;
  margin-left: 30px;
  list-style-type: lower-latin;
}

dl {
  margin: 0 0 20px;
  line-height: 1.5em;
}

dt {
  color: #111;
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

ul.icons {
  margin: 0 0 30px;
}

ul.icons .book {
  background: url(/_img/icons/Book.svg) no-repeat;
  padding-left: 60px;
  background-size: 40px;
  list-style-type: none;
  min-height: 40px;
}

ul.icons .clock {
  background: url(/_img/icons/Clock.svg) no-repeat;
  padding-left: 60px;
  background-size: 40px;
  list-style-type: none;
  min-height: 40px;
}

ul.icons .tea {
  background: url(/_img/icons/Tea-pot.svg) no-repeat;
  padding-left: 60px;
  background-size: 40px;
  list-style-type: none;
  min-height: 40px;
}

ul.icons .friends {
  background: url(/_img/icons/Friends.svg) no-repeat;
  padding-left: 60px;
  background-size: 40px;
  list-style-type: none;
  min-height: 40px;
}

@media screen and (min-width: 800px) {
  ul.icons--arrows li {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
  }
  ul.icons--arrows {
    margin: 50px 80px;
  }
  ul.icons--arrows .book {
    max-width: 560px;
    padding-top: 30px;
    padding-left: 125px;
    padding-right: 20px;
    background-size: 100px;
    min-height: 100px;
  }
  ul.icons--arrows .clock {
    max-width: 480px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 125px;
    background-position: 100% 0;
    background-size: 100px;
    min-height: 100px;
  }
  ul.icons--arrows .friends {
    max-width: 560px;
    padding-top: 30px;
    padding-left: 125px;
    padding-right: 20px;
    background-size: 100px;
    min-height: 100px;
  }
  ul.icons--arrows .tea {
    max-width: 480px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 185px;
    background-position: 100% 0;
    background-size: 160px;
    min-height: 100px;
  }
  ul.icons--arrows .friends--right {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 125px;
    background-position: 100% 0;
  }
  ul.icons--arrows .tea--left {
    max-width: 580px;
    padding-left: 185px;
    padding-right: 20px;
    background-position: 0 0;
  }
  ul.icons--arrows .arrow-right:after {
    content: "";
    width: 80px;
    height: 130px;
    position: absolute;
    top: 40px;
    right: -60px;
    background: url(/_img/icons/arrow-right.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  ul.icons--arrows .arrow-left:before {
    content: "";
    width: 80px;
    height: 130px;
    position: absolute;
    top: 40px;
    left: -115px;
    background: url(/_img/icons/arrow-left.png) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.inline {
  margin-left: 0;
  list-style: none;
}

.inline li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.breadcrumb ul {
  margin-left: 0;
  list-style: none;
}

.breadcrumb ul li {
  display: inline;
  margin: 0 10px 0 0;
}

.paging {
  margin: 0 0 20px;
  font-size: 0.882em;
}

.paging ul {
  margin: 0;
  list-style: none;
}

.paging ul li {
  margin: 0 0 15px 0;
  float: left;
  border-right: 1px solid #d6dbe2;
}

.paging ul li.det {
  padding-right: 10px;
  padding-top: 2px;
  border: 0;
}

.paging ul li:last-child {
  border: 0;
}

.paging ul li a {
  display: inline-block;
  padding: 2px 14px;
  color: #425968;
}

.paging ul li a:hover,
.paging ul li a.on {
  color: #c67a21;
}

#filteredNews .paging {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .paging ul li.det {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .paging ul li {
    margin: 0 0 18px 0;
  }
}
/* = Tables
----------------------------------------------------------------------------------------------------------------- */
.tableWrap {
  overflow: auto;
  margin: 30px 0;
}

.tableWrap:first-child {
  margin-top: 0;
}

.tableWrap:last-child {
  margin-bottom: 0;
}

.table {
  overflow: auto;
  max-width: 100%;
}

table {
  width: 100%;
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  padding: 22px 22px 18px;
  color: #fff;
  border: 1px solid #0099dc;
  background: #0099dc;
}

td {
  padding: 22px 22px 18px;
  border-bottom: 1px solid #dedede;
  background: #f1f1f1;
  vertical-align: top;
}

tr:last-child td {
  border: 0;
}

.tableWrap table {
  margin: 0;
}

tr:nth-child(even) td {
  background: #f9f9f9;
}

.slimTable td {
  padding: 15px 20px 12px;
}

.slimTable tr:nth-child(odd) td {
  background: #f7f7f7;
}

@media screen and (max-width: 700px) {
  table {
    font-size: 0.941em;
  }
  th {
    padding: 18px 16px 15px;
  }
  td {
    padding: 18px 16px 15px;
  }
}
@media screen and (max-width: 460px) {
  table {
    font-size: 0.875em;
  }
  th {
    padding: 16px 14px 12px;
  }
  td {
    padding: 16px 14px 12px;
  }
}
/* = Floated Images
----------------------------------------------------------------------------------------------------------------- */
.imageFloats:before, .imageFloats:after {
  content: "";
  display: table;
}

.imageFloats:after {
  clear: both;
}

.imgHalf {
  width: 50%;
}

.imgThird {
  width: 33.3%;
}

.imgFourth {
  width: 25%;
}

.floatLeft.imgHalf {
  padding: 5px 25px 15px 0;
}

.floatLeft.imgThird {
  padding: 5px 20px 15px 0;
}

.floatLeft.imgFourth {
  padding: 5px 20px 20px 0;
}

.floatRight.imgHalf {
  padding: 5px 0 15px 25px;
}

.floatRight.imgThird {
  padding: 5px 0 15px 20px;
}

.floatRight.imgFourth {
  padding: 5px 0 15px 20px;
}

.newsview .floatRight,
.newsview .floatLeft {
  clear: both;
}

@media screen and (max-width: 700px) {
  .imgThird {
    width: 50%;
  }
  .imgFourth {
    width: 33.3%;
  }
}
@media screen and (max-width: 600px) {
  .imgFourth {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .imgThird {
    width: 100%;
  }
  .imgHalf {
    width: 100%;
  }
  .imgFourth {
    width: 100%;
  }
  .floatLeft.imgHalf {
    padding: 5px 0 35px 0;
  }
  .floatLeft.imgThird {
    padding: 5px 0 35px 0;
  }
  .floatLeft.imgFourth {
    padding: 5px 0 35px 0;
  }
  .floatRight.imgHalf {
    padding: 5px 0 35px 0;
  }
  .floatRight.imgThird {
    padding: 5px 0 35px 0;
  }
  .floatRight.imgFourth {
    padding: 5px 0 35px 0;
  }
  .newsview .imgHalf,
  .newsview .imgThird,
  .newsview .imgFourth {
    padding: 5px 0;
  }
}
/* = Screen Messages
----------------------------------------------------------------------------------------------------------------- */
.msg {
  margin: 0 0 20px;
  padding: 20px;
  background: #50535a;
  color: #fff;
}

.msg p {
  margin-bottom: 0;
}

.msg ul {
  margin-bottom: 0;
}

.msg ul li {
  margin-bottom: 5px;
}

.msgImp {
  padding-left: 65px;
  color: #fff;
  background: #0099dc url(/_img/icons/important.svg) no-repeat 30px center;
}

.msgImp h3 {
  color: #fff !important;
  margin: 0 0 10px;
}

.msgImp a {
  color: #fff;
  font-weight: bold;
}

.msgVImp {
  background-color: #ffcc00;
  background-image: url(/_img/icons/important-black.svg);
  margin-bottom: 0;
}

.msgVImp a {
  color: #000;
}

.msgError {
  padding-left: 65px;
  color: #fff;
  background: #553f68 url(/_img/icons/error.svg) no-repeat 20px center;
}

.msgError a {
  color: #fff;
  font-weight: bold;
}

.msgSuccess {
  padding-left: 65px;
  color: #fff;
  background: #8ab52c url(/_img/icons/success.svg) no-repeat 20px center;
}

.msgSuccess h3 {
  color: #fff;
  margin: 0 0 10px;
}

.msgSuccess a {
  color: #fff;
  font-weight: bold;
}

.msgAssist {
  background-color: #e59000;
  color: #fff;
}

.msgLightBlue {
  background-color: #dbf2fa;
  color: #0099dc;
}

.msgLightBlue p {
  color: #0099dc;
  font-weight: 500;
}

.msgLightBlue p a {
  color: #512178;
  text-decoration: underline;
}

.msgLightBlue p a:hover {
  color: #333;
}

.msgInfo {
  padding-left: 70px;
  background: #dbf2fa url(/_img/icons/info-msg.svg) no-repeat 20px center;
  background-size: 30px;
}

.error-inline {
  margin: 10px 0;
  color: #f15151;
}

@media screen and (max-width: 480px) {
  .msgLightBlue p {
    font-size: 0.9em;
  }
  .msgInfo {
    padding-left: 60px;
    background-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .msgLightBlue p {
    font-size: 0.85em;
  }
  .msgInfo {
    padding-left: 60px;
    background-size: 20px;
  }
}
/* = Columns
----------------------------------------------------------------------------------------------------------------- */
.colsHalf .col {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.colsThird .col {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.colsFourth .col {
  width: 22%;
  float: left;
  margin-right: 4%;
}

.cols .endCol {
  margin-right: 0;
}

#contact .colsHalf .col {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 10px;
}

#contact .cols .endCol {
  margin-right: 0;
}

#oc-lund .main .cols {
  margin-bottom: 40px;
}

#oc-lund .main .cols h3 {
  margin-top: 0;
}

.colsApplyCheck {
  display: flex;
  margin-top: 50px;
}

.colsApplyCheck .col {
  display: block;
  height: 0;
  margin-right: 30px;
  width: calc(50% - 15px);
  padding-top: 50%;
  background: #cde5f0;
  position: relative;
}

.colsApplyCheck .col:last-child {
  margin-right: 0;
  background: #e2d9e9;
}

.colsApplyCheck .card-content {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.colsApplyCheck .card-icon img {
  width: 100px;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.colsApplyCheck .card-content h2 {
  text-align: center;
  margin-bottom: 0;
  min-height: 65px;
}

@media screen and (max-width: 600px) {
  #contact .colsHalf .col,
  #contact .cols .endCol {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .colsHalf .col,
  .cols .endCol {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .colsHalf.colsX2img .col {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .colsHalf.colsX2img .endCol {
    margin-right: 0;
  }
  #oc-lund .main .cols .col {
    margin-bottom: 30px;
  }
  #oc-lund .main .cols .endCol {
    margin-bottom: 0;
  }
  #oc-lund .main .cols img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .colsApplyCheck {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .colsApplyCheck .col {
    margin: 0 0 30px;
    width: 100%;
    padding-top: 50%;
  }
  .colsApplyCheck .col:last-child {
    margin: 0;
  }
  .colsApplyCheck .card-content h2 {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  .colsApplyCheck .col {
    padding-top: 70%;
  }
}
@media screen and (max-width: 440px) {
  .colsApplyCheck .col {
    padding-top: 80%;
  }
}
@media screen and (max-width: 400px) {
  .colsApplyCheck .col {
    padding-top: 100%;
  }
}
/* = Modules
----------------------------------------------------------------------------------------------------------------- */
.module h3 {
  margin: 0 0 10px;
}

/* = Tabs
----------------------------------------------------------------------------------------------------------------- */
.tabs {
  margin: 0 0 20px;
}

.tabs ul {
  margin: 0;
  list-style: none;
}

.tabs ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.tabs ul li a {
  display: inline-block;
  color: #575757;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
}

.tabs ul li a:hover {
  color: #0099dc;
  border-bottom: 1px solid #0099dc;
}

.tabs ul li a.on {
  color: #512178;
  border-bottom: 1px solid #0099dc;
}

.tabs .panel {
  padding: 20px 0 0;
}

.blockCourse .tabs ul li a.on:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 10px solid #0099dc;
  bottom: -10px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
}

.blockCourse .tabs ul li a {
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .blockCourse .tabs ul li {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
  }
  .blockCourse .tabs ul li a {
    margin-bottom: 0;
    border: 0;
    display: block;
    padding: 15px 15px 12px;
    background: #f1f1f1;
  }
  .blockCourse .tabs ul li a.on {
    padding-left: 45px;
    background: #553f68;
    color: #fff;
  }
  .blockCourse .tabs ul li a.on:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 25px solid #0099dc;
  }
  .blockCourse .tabs ul li a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 25px solid #0099dc;
  }
  .blockCourse .tabs ul li a:hover {
    padding-left: 45px;
  }
  .blockCourse .tabs ul li a.on:after {
    content: none;
  }
}
/* = Accordions
----------------------------------------------------------------------------------------------------------------- */
.accordion {
  margin: 35px 0;
}

.accordion > h3 {
  display: block;
  font-size: 1.2em;
  margin: 0;
  padding: 20px 40px 14px 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
}

.accordion > h3:after {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 0;
  position: absolute;
  background: url(/_img/toggle.svg) no-repeat 0 0;
}

.accordion > h3.on:after {
  background-position: 0 100%;
}

.accordion > h3:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.accordion > h3.on:last-of-type {
  border-bottom: 0;
}

.accordion > h3:hover {
  cursor: pointer;
  color: #0099dc;
}

.accordion .content {
  display: none;
  padding: 10px 0;
}

.accordion .content.contentopen {
  display: block;
}

.accordion .content:last-of-type.contentopen {
  border-bottom: 1px solid #d9d9d9;
}

.accordion h2.marked {
  padding: 4px 0;
}

@media screen and (max-width: 480px) {
  .accordion > h3 {
    font-size: 1em;
  }
  .accordion > h3:after {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background-size: 15px auto;
  }
}
/* = Forms
----------------------------------------------------------------------------------------------------------------- */
.webForm div {
  margin: 0 0 20px;
}

.webForm div em {
  display: block;
  margin-left: 25%;
  margin-top: 10px;
}

.webForm .submitBtn label {
  display: none;
}

label {
  width: 24%;
  margin-right: 2%;
  float: left;
  padding: 14px 0;
}

input.text, textarea, select {
  width: 74%;
  padding: 13px;
  max-height: 50px;
  min-height: 50px;
  font-size: 0.91em;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

input.text:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #ccc;
}

input.file {
  margin: 8px 0;
}

textarea {
  min-height: 250px;
}

.formList {
  display: inline-block;
  padding: 8px 0;
  line-height: 1.5em;
}

.formList label {
  width: auto;
  padding: 0 10px 0 0;
  float: none;
}

.formList input {
  width: auto;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
}

.checkbox {
  display: inline-block;
  padding: 12px 0 0;
}

.checkbox input {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

.check {
  display: inline-block;
  padding: 12px 0 0;
}

.check input {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

.labelfullwidth div {
  clear: left;
  margin: 0 0 10px;
}

.labelfullwidth div .label {
  width: 100%;
  padding: 0 0 10px;
}

.labelfullwidth label.labelhide {
  display: none;
}

.labelfullwidth input.text, .labelfullwidth textarea, .labelfullwidth select {
  width: 100%;
}

.labelfullwidth .formList {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}

.labelfullwidth .formList input {
  float: left;
  margin: 3px 5px 0 0;
}

.labelfullwidth .formList label {
  width: auto;
  float: none;
  padding: 0;
}

.labelfullwidth .formList br {
  clear: left;
}

.template select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/_img/dropdown_select.svg) no-repeat 100% 50%;
  padding-right: 62px;
}

.template select::-ms-expand {
  display: none;
}

.courseSearchbar select, .studentSearchbar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/_img/dropdown-down.svg) no-repeat right 15px center;
}

.courseSearchbar select::-ms-expand, .studentSearchbar select::-ms-expand {
  display: none;
}

.input-dob-all {
  position: relative;
}

.webForm div.input-dob-all {
  margin-bottom: 10px;
}

.input-dob-all .input-dob-d {
  display: inline-block;
  width: calc(25% - 20px);
  margin-right: 20px;
  max-width: 70px;
}

.input-dob-all .input-dob-m {
  display: inline-block;
  width: calc(25% - 20px);
  margin-right: 20px;
  max-width: 70px;
}

.input-dob-all .input-dob-y {
  display: inline-block;
  width: 40%;
  max-width: 110px;
}

.input-dob-all .dob-lbl {
  display: block;
  color: #553f68;
  font-weight: bold;
  margin: 0 0 5px;
}

.input-dob-all.lbl-fordob {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 5px;
}

.input-dob-all .input-dob-tooltip {
  position: absolute;
  top: 18px;
  left: 0;
  padding: 7px 10px;
  font-size: 13px;
  background: red;
  color: #fff;
}

#contact input.text, #contact textarea, #contact select {
  border: 1px solid #dedede;
}

#contact .webForm label {
  display: none;
}

#contact input.text, #contact textarea, #contact select {
  width: 100%;
}

#contact #q1,
#contact #q2,
#contact #q3,
#contact #q4,
#contact #q11,
#contact #q12 {
  width: 49%;
  display: inline-block;
}

#contact #q2,
#contact #q4,
#contact #q12 {
  float: right;
}

#contact .cols span {
  font-weight: 300;
}

#contact .dob-lbl {
  display: block;
  color: #553f68;
  font-weight: bold;
  margin: 0 0 5px;
}

#contact .input-dob-all {
  display: inline-block;
  margin-bottom: 10px;
  width: 49%;
}

#contact .input-country-wrap {
  display: inline-block;
  float: right;
  width: 49%;
}

#contact .dob-lbl--country {
  margin: 0 0 4px;
}

.no-csstransforms3d #contact .webForm label {
  display: block;
}

.no-csstransforms3d #contact .webForm label.labelhide,
.no-csstransforms3d #contact .webForm .submitBtn label {
  display: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

@media screen and (max-width: 900px) {
  label {
    width: 30%;
    margin-right: 2%;
  }
  input.text, textarea, select {
    width: 68%;
  }
}
@media screen and (max-width: 700px) {
  #contact #q11,
  #contact #q12 {
    width: 100%;
  }
  #contact .input-dob-all,
  #contact .input-country-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  label {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-top: 0;
    display: block;
  }
  input.text, textarea, select {
    width: 100%;
  }
  #contact #q3,
  #contact #q4 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #contact #q1,
  #contact #q2 {
    width: 100%;
    display: block;
  }
  #contact aside {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #contact .input-dob-d,
  #contact .input-dob-m {
    width: 48%;
    max-width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  #contact .input-dob-m {
    float: right;
  }
  #contact .input-dob-y {
    width: 100%;
    max-width: 100%;
  }
}
/* = Checkbox and radio button customized styles
----------------------------------------------------------------------------------------------------------------- */
.formList input,
.radWrap input {
  opacity: 0;
  position: absolute;
  margin: 12px 10px 0px 12px;
}

.formList label,
.radWrap label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
}

.formList label:before, .checkbox input:before,
.radWrap label:before, .radWrap input:before {
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-bottom: 3px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}

.formList input:checked > .formList label:before,
.radWrap input:checked > .radWrap label:before {
  background: #553f68;
  box-shadow: inset 0px 0px 0px 7px #fff;
}

.formList label.checked:before, .checkbox input.checked:before,
.radWrap label.checked:before, .radWrap input.checked:before {
  background: #553f68;
  box-shadow: inset 0px 0px 0px 7px #fff;
}

.radList label:before {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.inlineCheckboxes > label {
  display: none;
}

.inlineCheckboxes > span br {
  display: none;
}

.inlineCheckboxes.questTypeOneToMany .formList label {
  display: inline-block !important;
  min-width: 33.33333333%;
  padding-right: 20px;
  font-size: 14px;
}

@media screen and (max-width: 360px) {
  input.text, textarea, select {
    padding: 12px;
    max-height: 45px;
  }
}
/* = Truncate text
----------------------------------------------------------------------------------------------------------------- */
.truncateBlogTitle {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.55em;
  padding-right: 0.9em;
}

.truncateBlogTitle:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

.truncateBlogTitle:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}

/* = Page loader
----------------------------------------------------------------------------------------------------------------- */
.pace {
  z-index: 999;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3d3f45;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* = No Javascript
----------------------------------------------------------------------------------------------------------------- */
.no-js .tabs ul {
  display: none;
}

.no-js .tabs .panel {
  padding: 0;
}

.no-js .accordion .content {
  display: block;
}

.no-js header {
  padding-top: 0;
}

.no-js header .nojavascript {
  padding: 10px 15px;
  text-align: center;
  background-image: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  background: #ce1313;
  top: 0;
}

/* = Clearing
----------------------------------------------------------------------------------------------------------------- */
.clearFix, .container, .cols, .progress, .megaMenu_block .mmLocations ul, .courseSearchbar .csContainer,
.studentSearchbar .csContainer .main, .blocks, .searchContain, .blockOne, .blocks.student a, .paging ul, .blockCourse, .openCourse, .blockThree, .newsList, .nextPrev, .applyButtons, .applyOnline .row, .newsletterItem, .blocks .student .openProfile, footer .flags {
  zoom: 1;
}

.clearFix:after, .container:after, .cols:after, .progress:after, .megaMenu_block .mmLocations ul:after,
.courseSearchbar .csContainer:after, .studentSearchbar .csContainer:after, .main:after,
.blocks:after, .searchContain:after, .blockOne:after, .blocks.student a:after, .paging ul:after, .blockCourse:after, .openCourse:after, .blockThree:after, .newsList:after, .nextPrev:after, .applyButtons:after, .applyOnline .row:after, .newsletterItem:after, .blocks .student .openProfile:after, footer .flags:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* = Framework
----------------------------------------------------------------------------------------------------------------- */
header {
  position: relative;
  background: #f2f2f2;
}

header .logo_bar {
  padding: 14px 25px;
  position: relative;
  z-index: 4;
  background: #ffcf00;
}

header .btnApply {
  background: #3d3f45;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 25px;
}

header .btnApply:before {
  background: #db6a39;
}

header .logo_bar_wrap {
  position: relative;
  z-index: 6;
  background: #f2f2f2;
}

header .btnContact {
  background: #db6a39;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 130px;
}

header .btnContact:before {
  background: #3d3f45;
}

.socialHeader {
  right: 315px;
  top: 50%;
  margin: 0;
  margin-top: -8px;
  padding-left: 0;
  position: absolute;
  list-style: none;
  line-height: 1;
}

.socialHeader li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
  font-size: 0;
  text-indent: -100px;
  overflow: hidden;
}

.socialHeader li.fb {
  background: url(/_img/icons/ico-fb-header.svg) no-repeat top left;
}

.socialHeader li.yt {
  background: url(/_img/icons/ico-yt-header.svg) no-repeat top left;
}

.socialHeader li.ins {
  background: url(/_img/icons/ico-ins-header.svg) no-repeat top left;
}

.socialHeader li.tw {
  background: url(/_img/icons/ico-tw.svg) no-repeat top left;
}

.socialHeader li.linked {
  background: url(/_img/icons/ico-li-header.svg) no-repeat top left;
}

.socialHeader li.wc {
  background: url(/_img/icons/ico-wc-header.svg) no-repeat top left/16px;
  cursor: pointer;
}

.socialHeader li.tt {
  background: url(/_img/icons/ico-tt-header.svg) no-repeat top left/16px;
}

.socialHeader li a {
  width: 16px;
  height: 16px;
  display: block;
}

.socialHeader li.fb:hover,
.socialHeader li.yt:hover,
.socialHeader li.ins:hover,
.socialHeader li.tw:hover,
.socialHeader li.linked:hover,
.socialHeader li.wc:hover,
.socialHeader li.tt:hover {
  background-position: bottom left;
}

header .flags {
  right: 480px;
  top: 50%;
  margin: 0;
  margin-top: -6px;
  padding-left: 0;
  position: absolute;
  list-style: none;
  line-height: 1;
  font-size: 11px;
}

footer .flags {
  margin: 30px 0;
  line-height: 1;
  font-size: 11px;
}

header .flags a,
footer .flags a {
  display: inline-block;
  color: #425968;
  font-family: Arial, Helvetica, sans-serif;
}

header .flags a div,
footer .flags a div {
  height: 13px;
  width: 15px;
  margin: 0 13px 0 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

header .flags a div span,
footer .flags a div span {
  position: absolute;
  top: 2px;
  left: 0;
}

header .flags a img,
footer .flags a img {
  height: 13px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.logo_carousel {
  height: 90px;
  position: relative;
  width: 100%;
  background: #3d3f45;
  z-index: 1;
}

.logo_carousel #slider_logos li {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #e1e1e1;
}

.logo_carousel #slider_logos li img {
  display: inline-block;
  margin: auto auto;
  height: 40px;
  width: auto;
  vertical-align: middle;
}

#newsletter-usa-home .template h1 {
  display: none;
}

#newsletter-usa-home .template .leader {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 25px;
  text-align: center;
  display: block;
}

#newsletter-usa .logo_carousel,
#newsletter-usa-home .logo_carousel {
  display: none;
}

.container {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.skinny {
  max-width: 960px;
  margin: 0 auto;
}

footer {
  text-align: center;
  padding: 20px 35px;
  color: #fff;
  background: #fff;
}

footer .footerLogo {
  display: inline-block;
  margin: 0 10px;
}

footer .footerLogo img {
  width: 60px;
}

footer ul {
  margin: 20px 0;
  font-size: 0.824em;
}

footer p.skinny {
  font-size: 0.824em;
  color: #425968;
  margin: 20px auto;
  line-height: 1.4;
}

footer ul.inline li {
  margin: 0 10px 0 0;
  padding-right: 13px;
  border-right: 1px solid #888888;
}

footer ul.inline li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #db6a39;
}

footer ul li a:hover {
  color: #db6a39;
  text-decoration: underline;
}

.questTypeOneToMany .formList label {
  display: block !important;
}

@media screen and (max-width: 1400px) {
  .container {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  header .flags {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .socialHeader li {
    margin: 0 12px 0 0;
  }
}
@media screen and (max-width: 820px) {
  header .btnApply {
    right: 85px;
  }
  header .btnContact {
    right: 200px;
  }
  .socialHeader {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .logo_carousel #slider_logos li {
    padding: 14px 0;
    line-height: 44px;
  }
  .logo_carousel {
    height: 78px;
  }
}
@media screen and (max-width: 650px) {
  .socialHeader li {
    margin: 0 12px 0 0;
  }
  header .btnApply {
    right: 80px;
    padding: 12px 18px;
    font-size: 12px;
    margin-top: -18px;
    min-height: 0;
  }
  header .btnContact {
    right: 170px;
    padding: 12px 18px;
    font-size: 12px;
    margin-top: -18px;
    min-height: 0;
  }
  .container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  footer ul.inline {
    margin: 40px 0 30px;
  }
  footer ul.inline li {
    display: block;
    border: 0;
    margin: 5px 0;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo_carousel {
    display: none;
  }
  #newsletter-usa-home .template .leader {
    margin: 10px 0 30px;
    padding: 0;
    text-align: left;
  }
  header .btnApply {
    right: 80px;
    padding: 10px 14px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .btnContact {
    right: 160px;
    padding: 10px 14px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 540px) {
  header .btnApply,
  header .btnContact {
    right: 72px;
    padding: 9px 12px;
    font-size: 11px;
  }
  header .btnContact {
    right: 142px;
  }
}
@media screen and (max-width: 460px) {
  header .btnContact {
    display: none;
  }
  header .btnApply {
    right: 80px;
  }
}
@media screen and (max-width: 440px) {
  header .logo_bar {
    padding: 14px 20px;
  }
  header .btnApply {
    right: 75px;
  }
}
@media screen and (max-width: 380px) {
  header .logo_bar {
    padding: 14px 16px;
  }
  header .btnApply,
  header .btnContact {
    padding: 8px 10px;
  }
  footer {
    text-align: left;
    padding: 20px 35px;
  }
  footer .footerLogo {
    margin: 0 20px 0 0;
  }
  footer .flags a {
    display: block;
    margin: 20px 0 0;
    float: left;
    width: 20%;
  }
  footer .flags a img {
    height: 13px;
    width: 20px;
    margin: 0 12px 0 0;
  }
  footer .flags a div {
    width: 20px;
    display: block;
    text-align: center;
    margin: 5px 12px 0 0;
  }
  footer .flags a div span {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 360px) {
  header .btnApply,
  header .btnContact {
    font-size: 10px;
  }
  header .btnApply {
    right: 70px;
  }
}
@media screen and (max-width: 340px) {
  header .btnContact {
    display: none;
  }
  header .btnApply {
    padding: 8px 14px;
  }
}
/* = Templates
----------------------------------------------------------------------------------------------------------------- */
.main {
  position: relative;
}

.template {
  padding: 0;
  min-height: 200px;
  background: #fff;
}

.template2col section {
  width: 75%;
  width: calc(100% - 325px);
  float: left;
  padding: 60px 80px;
}

.template2col aside {
  width: 25%;
  width: 325px;
  height: 100%;
  top: 0;
  right: 0;
  float: right;
  z-index: 1;
}

.template2col aside img {
  width: 100%;
}

.templatehome, .template1col {
  padding: 50px;
}

#skinny .template1col {
  padding: 0;
}

#skinny .template1col section {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  padding: 50px;
}

.templateCoursefinder aside {
  padding-top: 60px;
}

.stickyAside {
  width: 325px;
}

@media screen and (min-width: 1025px) {
  .template2col section {
    min-height: 600px;
  }
  .template2col #courseFinderResults {
    min-height: 1130px;
  }
  #coursefinder-search .template2col section {
    min-height: 900px;
  }
  .stickyAside.stickTop {
    position: fixed;
    top: 50px;
  }
  #newsletter-usa .stickTop {
    position: fixed;
    top: 30px;
  }
  #newsletter-usa .submenu {
    width: 295px;
  }
  #styleguide .stickyAside.stickTop {
    position: relative;
    top: 50px;
  }
  .stickyAside.stickBottom {
    position: absolute;
    top: auto;
    bottom: 50px;
  }
  #news .stickyAside.stickTop,
  #video .stickyAside.stickTop { /*position: relative;*/
    top: 90px;
  }
  #news .stickyAside.stickBottom,
  #video .stickyAside.stickBottom {
    position: absolute;
    top: auto;
    bottom: 50px;
  }
}
@media screen and (max-width: 1360px) {
  .template2col section {
    padding: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .template2col section {
    padding: 50px;
  }
}
@media screen and (max-width: 1160px) {
  .template2col section {
    width: 70%;
    width: calc(100% - 295px);
  }
  .template2col aside {
    width: 30%;
    width: 295px;
  }
  .stickyAside {
    width: 30%;
    width: 295px;
  }
}
@media screen and (max-width: 1024px) {
  .template2col section,
  .templatehome, .template1col, #skinny .template1col section {
    padding: 50px 40px;
  }
  .template2col section,
  .template2col aside,
  .stickyAside {
    float: none;
    width: 100%;
  }
  .template2col aside {
    position: relative;
    padding: 0 40px 40px;
  }
  .templateCoursefinder aside {
    padding-top: 40px;
  }
  #courseFinderResults {
    padding-top: 0;
  }
}
@media screen and (max-width: 820px) {
  #privacy .template {
    padding-top: 140px;
  }
}
@media screen and (max-width: 750px) {
  .template2col section,
  .templatehome, .template1col, #skinny .template1col section {
    padding: 45px 35px;
  }
  .template2col aside {
    padding: 0 35px 35px;
  }
  .templateCoursefinder aside {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .template2col section,
  .templatehome, .template1col, #skinny .template1col section {
    padding: 40px 30px;
  }
  .template2col aside {
    padding: 0;
  }
  #privacy .template {
    padding-top: 40px;
  }
}
@media screen and (max-width: 380px) {
  .template2col section,
  .templatehome, .template1col, #skinny .template1col section {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 340px) {
  .template2col section,
  .templatehome, .template1col, #skinny .template1col section {
    padding: 35px 20px;
  }
}
/* = Logo
----------------------------------------------------------------------------------------------------------------- */
.logo {
  width: 173px;
  height: 40px;
  display: block;
  background: #ffcf00 url(/_img/logos/oncampus-grey.svg) no-repeat top left;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .logo {
    height: 35px;
  }
}
@media screen and (max-width: 420px) {
  .logo {
    height: 32px;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    height: 30px;
  }
}
/* = Menu
----------------------------------------------------------------------------------------------------------------- */
.menu {
  background: #db6a39;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
  z-index: 4;
  position: relative;
}

.menu ul {
  margin: 0;
  list-style: none;
}

.menu ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
}

.menu ul li:last-child, .menu ul li:last-child a {
  margin-right: 0;
}

.menu ul li a {
  padding: 15px 20px 13px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.menu ul li.on:not(.uk):not(.usa):not(.europe) a span,
.menu ul li:hover:not(.uk):not(.usa):not(.europe) a span {
  border-bottom: 2px solid #f9f9f9;
  padding-bottom: 1px;
}

.menu ul ul {
  width: 200px;
  display: none;
  position: absolute;
  top: 19px;
  left: -10px;
  padding: 15px 0 5px;
  background: #080808;
  z-index: 9999;
}

.menu ul ul li {
  display: block;
  margin: 0;
}

.menu ul li:hover ul li a {
  display: block;
  padding: 5px 10px;
}

.menu ul li.uk span,
.menu ul li.europe span,
.menu ul li.usa span {
  padding-right: 25px;
  background: url(/_img/nav-arrowdown-white.svg) no-repeat 100% 50%;
  background-size: 12px 12px;
}

.menuTrigger {
  display: none;
}

.searchIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 53px;
  background: url(/_img/nav-search.svg) no-repeat center center;
  background-size: 20px 20px;
}

.mobile_menu .searchIcon {
  display: none;
}

.searchContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
  background: url(/_img/lens_50.png) repeat;
}

.searchContainer .searchBox {
  background: #fff;
  padding: 10px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 650px;
}

.searchContainer .searchBox .btn {
  font-size: 1em;
  height: 66px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.searchContainer .searchBox input.text {
  font-size: 1em;
  padding: 16px;
  width: calc(100% - 82px);
  height: 66px;
  background: #f4f4f4;
}

.searchContainer .searchBox .btn:hover,
.searchContainer .searchBox .btn:focus,
.searchContainer .searchBox .btn:active {
  color: #fff;
}

.searchContainer .searchClose {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(/_img/close-students.svg) no-repeat 50%;
}

@media screen and (min-width: 821px) {
  .menu ul li.showDropdown ul {
    width: 275px;
    top: 53px;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .menu ul li.showDropdown ul li {
    margin: 8px 0;
  }
  .menu ul li.showDropdown:hover ul {
    display: block;
  }
  .menu ul li.showDropdown ul li a {
    line-height: 1.25em;
    padding: 6px 10px;
    color: #160e01;
  }
  .menu ul li.showDropdown ul li a:hover {
    color: #db6a39;
  }
  .menu ul li.showDropdown:not(.uk):not(.usa):not(.europe) a span {
    border: none;
  }
  .menu.stickyNav ul li.showDropdown:hover ul {
    top: 50px;
  }
}
@media screen and (max-width: 730px) {
  .searchContainer .searchBox {
    width: auto;
    margin: 0 30px;
  }
  .searchContainer .searchClose {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .menu ul {
    margin: 0 5px;
  }
  .menu ul li a {
    padding: 15px 15px 13px;
  }
}
@media screen and (max-width: 1100px) {
  .menu ul li {
    margin: 0;
  }
  .menu ul li a {
    padding: 15px 13px 13px;
  }
  .menu ul li.uk span, .menu ul li.europe span, .menu ul li.usa span {
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .menu ul li a {
    padding: 15px 12px 13px;
  }
}
@media screen and (max-width: 960px) {
  .menu ul li a {
    font-size: 15px;
    padding: 15px 9px 13px;
  }
}
@media screen and (max-width: 880px) {
  .searchIcon {
    display: none;
  }
  .stickyNav .searchIcon {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .menuTrigger {
    position: absolute;
    z-index: 2;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 29px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .menuTrigger span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    height: 3px;
    background: #3d3f45;
    -webkit-transition: background 0s 0.2s;
    transition: background 0s 0.2s;
  }
  .menuTrigger span::after, .menuTrigger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3d3f45;
    content: "";
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .menuTrigger span::before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .menuTrigger span::after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .menuTrigger.is-active span {
    background: 0 0;
  }
  .menuTrigger.is-active span::before {
    top: 0;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .menuTrigger.is-active span::after {
    bottom: 0;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .menuTrigger.is-active span::after, .menuTrigger.is-active span::before {
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
}
@media screen and (max-width: 820px) {
  .menu {
    display: none;
  }
  .menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu ul li {
    display: block;
    margin-right: 0;
  }
  .menu ul li a {
    display: block;
  }
  .menu ul li:hover ul {
    display: none;
  }
  .extended {
    max-height: 400px;
    margin: 10px 0 0;
  }
  .menuTrigger {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menuTrigger {
    right: 25px;
  }
  .searchContainer .searchBox .btn {
    height: 50px;
    min-height: 0;
    max-height: none;
  }
  .searchContainer .searchBox {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 440px) {
  .menuTrigger {
    right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .searchContainer .searchBox {
    margin: 0 20px;
  }
  .searchContainer .searchClose {
    top: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 380px) {
  .menuTrigger {
    width: 30px;
    right: 18px;
  }
  .menuTrigger span:before {
    top: -9px;
  }
  .menuTrigger span:after {
    bottom: -9px;
  }
}
/* = Sticky Menu
----------------------------------------------------------------------------------------------------------------- */
.stickyNav {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -71px;
  width: 100%;
  z-index: 999;
  background: #db6a39;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.stickyNav.show {
  margin-top: 0px;
}

.stickyNav .searchIcon {
  right: 138px;
  top: 0;
  height: 50px;
}

.stickyNav .menuTrigger {
  display: none;
}

.stickyNav > ul.nav {
  max-height: 50px;
}

.menu.stickyNav ul li a {
  padding: 13px 25px 12px;
}

header .stickyNav .btnApply {
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
}

@media screen and (min-width: 1405px) {
  .stickyNav > ul.nav {
    width: 1300px;
    margin: 0 auto;
  }
  .menu.stickyNav > ul > li:first-child > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  .menu.stickyNav ul li a {
    padding: 13px 20px 12px;
  }
}
@media screen and (max-width: 1260px) {
  .menu.stickyNav ul li a {
    padding: 13px 15px 12px;
  }
}
@media screen and (max-width: 1180px) {
  .menu.stickyNav ul {
    margin: 0;
  }
  .menu.stickyNav ul li {
    margin: 0;
  }
  .menu.stickyNav ul li a {
    padding: 13px 13px 12px;
  }
}
@media screen and (max-width: 1060px) {
  .menu.stickyNav ul li.hideMobile {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .menu.stickyNav ul li a {
    padding: 13px 10px 12px;
  }
}
/*@media screen and (max-width:820px) {
    .menu.stickyNav { display: block; max-height: 50px; height: 50px; }
    .menu.stickyNav ul li { display: inline-block; }
}*/
@media screen and (max-width: 850px) {
  .menu.stickyNav {
    display: block;
    max-height: 50px;
    height: 50px;
  }
  .menu.stickyNav ul li {
    display: inline-block;
  }
  .stickyNav .menuTrigger {
    display: block;
    top: 50%;
    right: 18px;
  }
  .stickyNav .menuTrigger span {
    background: #fff;
    height: 2px;
  }
  .stickyNav .menuTrigger.is-active span {
    background: 0 0;
  }
  .stickyNav .menuTrigger span::after, .stickyNav .menuTrigger span::before {
    height: 2px;
    background-color: #fff;
  }
  .stickyNav .searchIcon {
    right: auto;
    left: 136px;
    background-size: 24px 24px;
  }
  .menu.stickyNav ul {
    display: none;
  }
  header .stickyNav .btnApply {
    left: 0;
    right: auto;
    padding: 17px 26px;
    max-height: 50px;
    min-height: 50px;
    font-size: 0.824em;
    -webkit-transform: none;
    transform: none;
  }
}
/* = Mega Menus
----------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1410px) {
  .containMegamenu {
    width: 1300px;
    margin: 0 auto;
    position: relative;
  }
}
.megaMenu_block {
  width: 100%;
  position: absolute;
  z-index: 3;
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
}

.megaMenu_block .mmHolder, megaMenu_block .mmHolder.mmHide {
  width: 100%;
  top: -55px;
  background: #fff;
  padding: 12px;
  position: absolute;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
}

.megaMenu_block .mmContain {
  width: 100%;
  display: table;
  position: relative;
}

.stickyOn .megaMenu_block {
  position: fixed;
  left: 0;
  top: 0px;
}

.stickyOn .megaMenu_block .mmHolder {
  margin-top: 50px;
}

.megaMenu_block .mmHolder.mmOne.on,
.megaMenu_block .mmHolder.mmTwo.on,
.megaMenu_block .mmHolder.mmThree.on {
  top: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.megaMenu_block .mmHolder.mmOne.mmHide,
.megaMenu_block .mmHolder.mmTwo.mmHide,
.megaMenu_block .mmHolder.mmThree.mmHide {
  width: 100%;
  top: -55px;
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.no-csstransforms3d .megaMenu_block .mmHolder.mmOne.on,
.no-csstransforms3d .megaMenu_block .mmHolder.mmTwo.on,
.no-csstransforms3d .megaMenu_block .mmHolder.mmThree.on {
  top: 0;
}

.no-csstransforms3d .megaMenu_block .mmHolder.mmOne.mmHide,
.no-csstransforms3d .megaMenu_block .mmHolder.mmTwo.mmHide,
.no-csstransforms3d .megaMenu_block .mmHolder.mmThree.mmHide {
  top: -850px;
}

.megaMenu_block .mmCTA,
.megaMenu_block .mmLocations {
  display: table-cell;
}

.megaMenu_block .mmCTA p {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.megaMenu_block .mmCTA small {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}

.megaMenu_block .mmOne .mmCTA {
  background: url(/_img/menus/uk_mmenu_bg.jpg) no-repeat 50%;
  background-size: cover;
}

.megaMenu_block .mmTwo .mmCTA {
  background: url(/_img/menus/us_mmenu_bg.jpg) no-repeat 50%;
  background-size: cover;
}

.megaMenu_block .mmThree .mmCTA {
  background: url(/_img/menus/europe_mmenu_bg.jpg) no-repeat 50%;
  background-size: cover;
}

.megaMenu_block .mmCTA {
  width: 30%;
  background: #f2f2f2;
  border-right: 12px solid #fff;
  vertical-align: top;
  position: relative;
  z-index: 1;
}

.megaMenu_block .mmCTA .studyAbroad {
  width: 100%;
  padding: 30px;
}

.megaMenu_block .mmCTA .studyAbroad ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}

.megaMenu_block .mmCTA .studyAbroad ul li {
  padding: 0;
  margin: 0 0 3px;
}

.megaMenu_block .mmCTA .studyAbroad ul li a {
  padding: 9px 16px 6px;
  font-size: 0.875em;
  font-weight: 500;
  background: #3d3f45;
  display: inline-block;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.megaMenu_block .mmCTA .studyAbroad ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #425968;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.megaMenu_block .mmCTA .studyAbroad ul li a:hover:before,
.megaMenu_block .mmCTA .studyAbroad ul li a:focus:before,
.megaMenu_block .mmCTA .studyAbroad ul li a:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.megaMenu_block .mmCTA .studyAbroad ul li a:hover,
.megaMenu_block .mmCTA .studyAbroad ul li a:focus,
.megaMenu_block .mmCTA .studyAbroad ul li a:active {
  color: #fff;
  text-decoration: none;
}

.megaMenu_block .mmLocations {
  width: 77.5%;
  position: relative;
}

.megaMenu_block .mmLocations ul {
  width: 100%;
  list-style: none;
  margin: 0;
}

.megaMenu_block .mmLocations.mmLund {
  width: 22%;
  padding: 7px;
  vertical-align: top;
  background: #77b290;
  border-left: 2px solid #fff;
}

.megaMenu_block .mmLocations.mmIreland {
  width: 50%;
  padding: 7px;
  vertical-align: top;
  background: #013a20;
  border-bottom: 4px solid #fff;
  border-left: 2px solid #fff;
}

.megaMenu_block .mmLocations.mmTwoWrap {
  width: 28%;
}

.megaMenu_block .mmLocations.mmEurope {
  width: 70%;
}

.megaMenu_block .mmLocations .mmParisAndIreland {
  display: table;
  width: 100%;
}

.megaMenu_block .mmLocations.mmAmsterdam {
  display: block;
  width: 100%;
  padding: 7px;
  background: #dd052b;
}

.megaMenu_block .mmLocations.mmAmsterdam ul {
  width: 50%;
}

.megaMenu_block .mmLocations.mmParis {
  width: 50%;
  padding: 7px;
  background: #b71b54;
  border: 4px solid #fff;
  border-width: 0 4px 4px 0;
}

.megaMenu_block .mmLocations .onCampus.London {
  margin: 10px 0 0;
  padding: 5px;
  background: #512178;
}

.megaMenu_block .mmLocations .onCampus--split {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.megaMenu_block .mmLocations .onCampus.North {
  float: left;
  width: 66.666%;
  margin: 0;
  padding: 5px;
  background: #e50051;
}

.megaMenu_block .mmLocations .onCampus.Online {
  float: left;
  width: 16.666%;
  padding: 0 0 0 5px;
  margin: 0 0 10px;
  position: relative;
}

.megaMenu_block .mmLocations .onCampus.Aston,
.megaMenu_block .mmLocations .onCampus.Southampton {
  float: left;
  width: 16.666%;
  padding: 0 0 0 5px;
  margin: 0;
  position: relative;
}

.megaMenu_block .mmLocations .onCampus .mmLogo {
  width: 100px;
  height: 28px;
  margin: 15px 10px;
}

.megaMenu_block .mmThree .mmLocations .onCampus .mmLogo {
  margin: 20px 10px 30px;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon .mmLogo {
  width: 123px;
}

.megaMenu_block .mmLocations .onCampus.Ireland .mmLogo {
  width: 90px;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li {
  margin: 0;
  width: 33.33%;
  padding-bottom: 20%;
  float: left;
  background: transparent;
  border-right: 0;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.maynooth {
  background: url(/_img/logos/maynooth.svg) no-repeat 50% 50%;
  background-size: 78% auto;
  background-position: 50% 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.dcu {
  background: url(/_img/logos/dcu-white-v2.svg) no-repeat 50% 50%;
  background-size: 92% auto;
  background-position: 50% 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.mtu {
  background: url(/_img/logos/mtu-logo.svg) no-repeat 50% 50%;
  background-size: 84% auto;
  background-position: 50% 40%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.setu {
  background: url(/_img/logos/setu-logo.svg) no-repeat 50% 50%;
  background-size: 74% auto;
  background-position: 50% 40%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.holmes {
  background: url(/_img/logos/hid-white.svg) no-repeat 50% 50%;
  background-size: 72% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.stpatricks {
  background: url(/_img/logos/st-patrick-white.svg) no-repeat 50% 50%;
  background-size: auto 72%;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.ucc {
  background: url(/_img/logos/ucc-logo.svg) no-repeat 50% 50%;
  background-size: 68% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.uol {
  background: url(/_img/logos/uol-logo.svg) no-repeat 50% 50%;
  background-size: auto 74%;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.riam {
  background: url(/_img/logos/riam.svg) no-repeat 50% 50%;
  background-size: 52% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.sgu {
  background: url(/_img/logos/sgu.svg) no-repeat 50% 50%;
  background-size: 84% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.idp {
  background: url(/_img/logos/idp-logo.svg) no-repeat 50% 50%;
  background-size: 84% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.Ireland ul li.rcsi {
  background: url(/_img/logos/rcsi-logo.png) no-repeat 50% 50%;
  background-size: 64% auto;
  background-position: 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li {
  margin: 0;
  width: 16.666667%;
  padding-bottom: 12%;
  float: left;
  background: #eee;
  border-right: 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 4px #512178;
  -moz-box-shadow: 0px 0px 0px 4px #512178;
  box-shadow: 0px 0px 0px 4px #512178;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations .onCampus.London ul li.birbeck {
  background: url(/_img/logos/logo-birkbeck.svg) no-repeat 50% 50%;
  background-size: 100px 26px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.holloway {
  background: url(/_img/logos/logo-rholloway.svg) no-repeat 50% 50%;
  background-size: 100px 50px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.courtauld {
  background: url(/_img/logos/logo-courtald.svg) no-repeat 50% 50%;
  background-size: 100px 26px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.queenMary {
  background: url(/_img/logos/logo-qmul.svg) no-repeat 50% 50%;
  background-size: 110px 29px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.rvc {
  background: url(/_img/logos/logo-rvc.svg) no-repeat 50% 50%;
  background-size: 83px 48px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.goldsmiths {
  background: url(/_img/logos/logo-goldsmiths.svg) no-repeat 50% 50%;
  background-size: 105px 24px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li.stgeorges {
  background: url(/_img/logos/logo-sgul.svg) no-repeat 50% 50%;
  background-size: 100px 47px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.London ul li:hover {
  opacity: 0.9;
}

.megaMenu_block .mmLocations .onCampus.North ul li {
  margin: 0;
  width: 25%;
  padding-bottom: 18.205%;
  float: left;
  background: #eee;
  border-right: 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 4px #e50051;
  -moz-box-shadow: 0px 0px 0px 4px #e50051;
  box-shadow: 0px 0px 0px 4px #e50051;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations .onCampus.North li.uclan {
  background: url(/_img/logos/logo-uclan-v3.svg) no-repeat 50% 50%;
  background-size: 115px auto;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.North li.rcsi {
  background: url(/_img/logos/rcsi.svg) no-repeat 50% 50%;
  background-size: 75px 75px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.North li.sgu {
  background: url(/_img/logos/sgu.svg) no-repeat 50% 50%;
  background-size: 110px 53px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.North li.unic {
  background: url(/_img/logos/unic.svg) no-repeat 50% 50%;
  background-size: 65px 68px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.Online li,
.megaMenu_block .mmLocations .onCampus.Aston li,
.megaMenu_block .mmLocations .onCampus.Southampton li {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  border-right: 0;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}

.megaMenu_block .mmLocations .onCampus.Online li a,
.megaMenu_block .mmLocations .onCampus.Aston li a,
.megaMenu_block .mmLocations .onCampus.Southampton li a {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.megaMenu_block .mmLocations .onCampus.Online li.online {
  background: #372549 url(/_img/logos/oncampus-online-150.svg) no-repeat 50% 50%;
  background-size: 64% auto;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK {
  margin: 0 0 10px;
}

.megaMenu_block .mmLocations .otherUK li {
  margin: 0;
  width: 16.666667%;
  padding-bottom: 11.86%;
  float: left;
  background: #eee;
  border-right: 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 2px #fff;
  -moz-box-shadow: 0px 0px 0px 2px #fff;
  box-shadow: 0px 0px 0px 2px #fff;
}

.megaMenu_block .mmLocations .otherUK li.coventry {
  background: #0071b8 url(/_img/logos/logo-coventry.svg) no-repeat 50% 50%;
  background-size: 95px 27px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.sunderland {
  background: #e59000 url(/_img/logos/logo-sunderland.svg) no-repeat 50% 50%;
  background-size: 109px 52px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.southBank {
  background: #87af38 url(/_img/logos/logo-southbank.svg) no-repeat 50% 50%;
  background-size: 85px 50px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.hull {
  background: #145e9f url(/_img/logos/logo-hull.svg) no-repeat 50% 50%;
  background-size: 86px 40px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.reading {
  background: #D81520 url(/_img/logos/logo-reading.svg) no-repeat 50% 50%;
  background-size: 99px 32px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.henley {
  background: #0a3b85 url(/_img/logos/henley-white.svg) no-repeat 50% 50%;
  background-size: 99px 44px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.online {
  background: #372549 url(/_img/logos/oncampus-online-150.svg) no-repeat 50% 50%;
  background-size: 64% auto;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.loughborough {
  background: #361163 url(/_img/logos/logo-loughborough.svg) no-repeat 50% 50%;
  background-size: 80% auto;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.Aston li.aston,
.megaMenu_block .mmLocations .otherUK li.aston {
  background: #610064 url(/_img/logos/logo-aston.svg) no-repeat 50% 50%;
  background-size: 104px 44px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li.southampton {
  background: #005C84 url(/_img/logos/logo-southampton-white-22.svg) no-repeat 50% 50%;
  background-size: 100px 22px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .onCampus.Southampton li.southampton {
  background: #005C84 url(/_img/logos/logo-southampton-white-22.svg) no-repeat 50% 50%;
  background-size: 105px 23px;
  background-position: calc(50% - 1px) 50%;
}

.megaMenu_block .mmLocations .otherUK li {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations .otherUK li:hover {
  opacity: 0.9;
}

.megaMenu_block .mmLocations .onCampus.Amsterdam ul li {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  padding-bottom: 16%;
  background: #ddd;
  -webkit-box-shadow: 0px 0px 0px 4px #dd052b;
  -moz-box-shadow: 0px 0px 0px 4px #dd052b;
  box-shadow: 0px 0px 0px 4px #dd052b;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations.mmLund .onCampus ul li {
  margin: 0;
  position: relative;
  width: 50%;
  float: left;
  padding-bottom: 35%;
  background: #ddd;
  -webkit-box-shadow: 0px 0px 0px 4px #77b290;
  -moz-box-shadow: 0px 0px 0px 4px #77b290;
  box-shadow: 0px 0px 0px 4px #77b290;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations.mmParis .onCampus ul li {
  margin: 0;
  position: relative;
  width: 33.33%;
  float: left;
  padding-bottom: 30%;
  background: #ddd;
  -webkit-box-shadow: 0px 0px 0px 4px #b71b54;
  -moz-box-shadow: 0px 0px 0px 4px #b71b54;
  box-shadow: 0px 0px 0px 4px #b71b54;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations.mmLund .onCampus ul li:hover,
.megaMenu_block .mmLocations.mmParis .onCampus ul li:hover,
.megaMenu_block .mmLocations .onCampus.Amsterdam ul li:hover {
  opacity: 0.9;
}

.megaMenu_block .mmLocations .onCampus.Amsterdam ul li.uAmst {
  background: url(/_img/logos/logo-uamsterdam.svg) no-repeat 50% 50%;
  background-size: 70% auto;
  background-position: 10px center;
}

.megaMenu_block .mmLocations .onCampus.Amsterdam ul li.appliedSciences {
  background: url(/_img/logos/logo-amsterdamuas.svg) no-repeat 50% 50%;
  background-size: 220px 39px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.lund {
  background: url(/_img/logos/logo-lund.svg) no-repeat 50% 50%;
  background-size: 60px 79px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.kristianstad {
  background: url(/_img/logos/logo-kristianstad-green-white.svg) no-repeat 50% 50%;
  background-size: 52px 76px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.slu {
  background: url(/_img/logos/slu-opt.svg) no-repeat 50% 50%;
  background-size: 67px 67px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.linneaus {
  background: url(/_img/logos/logo-linnaeus-white.svg) no-repeat 50% 50%;
  background-size: 100px 100px;
  background-position: calc(50% - 2px) 50%;
}

.megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.clear {
  background-color: #77b290;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul {
  margin-bottom: 15px;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.paris {
  background: #b71b54 url(/_img/logos/paris-kedge-white.svg) no-repeat 50% 50%;
  background-size: 75% auto;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.marangoni {
  background: #b71b54 url(/_img/logos/logo-marangoni.svg) no-repeat 50% 50%;
  background-size: 90% auto;
  background-position: center 40%;
  padding-bottom: 20%;
  width: 66.67%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.lisaa {
  background: #b71b54 url(/_img/logos/lisaa_logo_white.svg) no-repeat 50% 50%;
  background-size: auto 80%;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.domus {
  background: #b71b54 url(/_img/logos/logo-domus.svg) no-repeat 50% 50%;
  background-size: 77.5% auto;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.naba {
  background: #b71b54 url(/_img/logos/logo-naba.png) no-repeat 50% 50%;
  background-size: auto 80%;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.psob {
  background: #b71b54 url(/_img/logos/logo-psob.svg) no-repeat 50% 50%;
  background-size: 56% auto;
  background-position: center 53%;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.strate {
  background: #b71b54 url(/_img/logos/logo-strate.svg) no-repeat 50% 50%;
  background-size: 82% auto;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.atelier {
  background: #b71b54 url(/_img/logos/logo-atelier.png) no-repeat 50% 50%;
  background-size: 50% auto;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.iesa {
  background: #b71b54 url(/_img/logos/logo-iesa.svg) no-repeat 50% 50%;
  background-size: 50% auto;
  background-position: center 52%;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.icdf {
  background: #b71b54 url(/_img/logos/logo-icdf.svg) no-repeat 50% 50%;
  background-size: 74% auto;
  background-position: center;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations .onCampus.EuropeParis ul li.esgci {
  background: #b71b54 url(/_img/logos/logo-esgci.svg) no-repeat 50% 50%;
  background-size: 70% auto;
  background-position: center 48%;
  padding-bottom: 20%;
}

.megaMenu_block .mmLocations.mmOncampus {
  height: 100%;
  width: 100%;
  padding-left: 32.5%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.megaMenu_block .mmLocations.mmOncampus ul {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.megaMenu_block .mmLocations.mmOncampus ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  width: 20%;
  height: 100%;
  background: #ddd;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.megaMenu_block .mmLocations.mmOncampus ul li:hover {
  opacity: 0.95;
}

.megaMenu_block .mmLocations.mmOncampus ul li > a,
.megaMenu_block .mmLocations.mmAmsterdam ul li > a,
.megaMenu_block .mmLocations.mmParis ul li > a,
.megaMenu_block .mmLocations.mmLund ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li {
  width: 50%;
  height: 100%;
}

.megaMenu_block .mmLocations.mmOncampus ul li.boston {
  background: #00803b url(/_img/logos/logo-boston-only.svg) no-repeat 50% 50%;
  background-size: 140px 29px;
}

.megaMenu_block .mmLocations.mmOncampus ul li.iit {
  background: #666 url(/_img/logos/logo-iit.svg) no-repeat 50% 50%;
  background-size: 240px 54px;
}

.megaMenu_block .mmLocations .onCampus.London ul li a,
.megaMenu_block .mmLocations .onCampus.North ul li a,
.megaMenu_block .mmLocations .otherUK li a,
.megaMenu_block .mmLocations .onCampus.Ireland ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .megaMenu_block .mmCTA {
    width: 30%;
  }
  .megaMenu_block .mmLocations {
    width: 70%;
  }
  .megaMenu_block .mmLocations.mmOncampus {
    padding-left: 30%;
  }
  /*.megaMenu_block .mmLocations.mmAmsterdam { width: 46%; }
  .megaMenu_block .mmLocations.mmLund { width: 23.333%; }*/
  .megaMenu_block .mmLocations .onCampus.London ul li.birbeck {
    background-size: 78px 20px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.holloway {
    background-size: 76px 38px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.courtauld {
    background-size: 90px 22px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.queenMary {
    background-size: 90px 24px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.rvc {
    background-size: 66px 38px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.goldsmiths {
    background-size: 84px 19px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.rcsi {
    background-size: 70px 70px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.uclan {
    background-size: 100px auto;
  }
  .megaMenu_block .mmLocations .onCampus.North li.sgu {
    background-size: 80px 39px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.unic {
    background-size: 59px 59px;
  }
  .megaMenu_block .mmLocations .otherUK li.coventry {
    background-size: 80px 27px;
  }
  .megaMenu_block .mmLocations .otherUK li.sunderland {
    background-size: 85px 42px;
  }
  .megaMenu_block .mmLocations .otherUK li.southBank {
    background-size: 65px 40px;
  }
  .megaMenu_block .mmLocations .otherUK li.hull {
    background-size: 60px 28px;
  }
  .megaMenu_block .mmLocations .otherUK li.reading {
    background-size: 70px 24px;
  }
  .megaMenu_block .mmLocations .otherUK li.henley {
    background-size: 70px 31px;
  }
  .megaMenu_block .mmLocations .otherUK li.online {
    background-size: 70px 18px;
  }
  .megaMenu_block .mmLocations .otherUK li.aston,
  .megaMenu_block .mmLocations .onCampus.Aston li.aston {
    background-size: 75% auto;
  }
  .megaMenu_block .mmLocations .otherUK li.southampton {
    background-size: 85px 18px;
  }
  .megaMenu_block .mmLocations .onCampus.Southampton li.southampton {
    background-size: 75% auto;
  }
  .megaMenu_block .mmLocations .onCampus.Amsterdam ul li.appliedSciences {
    background-size: 180px 32px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.lund {
    background-size: 48px 63px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.kristianstad {
    background-size: 46px 68px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.slu {
    background-size: 58px 58px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.boston {
    background-size: 120px 25px;
    background-position: 50% 50%;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.iit {
    background-size: 200px 44px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.calState {
    background-size: 90px 24px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.suny {
    background-size: 90px 44px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.texas {
    background-size: 90px 32px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.rhodeIsland {
    background-size: 90px 34px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.rochester {
    background-size: 90px 20px;
  }
}
@media screen and (max-width: 1080px) {
  .megaMenu_block .mmThree .mmCTA .studyAbroad {
    padding: 25px 30px;
  }
  .megaMenu_block .mmThree .mmCTA .studyAbroad ul {
    margin-top: 25px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.lund {
    background-size: 44px 57px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.kristianstad {
    background-size: 40px 60px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.slu {
    background-size: 52px 52px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.linneaus {
    background-size: 80px 80px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.courtauld {
    background-size: 80px 19px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.queenMary {
    background-size: 82px 22px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li {
    width: 33.33334%;
    height: 50%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .megaMenu_block .mmLocations .onCampus.North li.rcsi {
    background-size: 62px 62px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.unic {
    background-size: 53px 53px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.calState {
    background-size: 120px 32px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.suny {
    background-size: 120px 58px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.rochester {
    background-size: 120px 38px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.rhodeIsland {
    background-size: 100px 40px;
  }
  .megaMenu_block .mmLocations.mmOncampus ul li.texas {
    background-size: 110px 38px;
  }
}
@media screen and (max-width: 1024px) {
  .megaMenu_block .mmCTA {
    width: 35%;
  }
  .megaMenu_block .mmLocations {
    width: 65%;
  }
  .megaMenu_block .mmTwo .mmCTA,
  .megaMenu_block .mmThree .mmCTA {
    width: 30%;
  }
  .megaMenu_block .mmTwo.mmLocations {
    width: 70%;
  }
  /*.megaMenu_block .mmLocations.mmAmsterdam { width: 42.5%; }*/
  /*.megaMenu_block .mmLocations.mmLund { width: 21.666%; }*/
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.kristianstad {
    background-size: 45px 60px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.uclan {
    background-size: 80px auto;
  }
  .megaMenu_block .mmCTA .studyAbroad {
    padding: 25px 30px;
  }
  .megaMenu_block .mmCTA .studyAbroad ul,
  .megaMenu_block .mmThree .mmCTA .studyAbroad ul {
    margin-top: 20px;
  }
  .megaMenu_block .mmCTA .studyAbroad ul li a {
    padding: 6px 12px 3px;
    font-size: 0.75em;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.boston .mmLogo {
    margin-bottom: 10px;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.boston .boston-centers {
    margin: 15px;
    gap: 0 15px;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.boston .boston-centers > a {
    margin: 12px 0 0;
    height: 50px;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.chicago .mmLogo {
    margin-bottom: 10px;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.chicago .chicago-centers {
    margin: 15px;
    gap: 0 15px;
  }
  .megaMenu_block .mmLocations.mmLocations--usa.mmOncampus ul li.chicago .chicago-centers > a {
    margin: 12px 0 0;
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  .megaMenu_block .mmLocations .onCampus.North {
    width: 60%;
  }
  .megaMenu_block .mmLocations .onCampus.Aston,
  .megaMenu_block .mmLocations .onCampus.Southampton {
    width: 20%;
  }
  .megaMenu_block .mmLocations .otherUK li,
  .megaMenu_block .mmLocations .onCampus.London ul li {
    width: 33.334%;
    padding-bottom: 16.667%;
  }
  .megaMenu_block .mmLocations .onCampus.North ul li {
    width: 50%;
    padding-bottom: 25.4%;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.birbeck {
    background-size: 80px 22px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.courtauld {
    background-size: 100px 24px;
  }
  .megaMenu_block .mmLocations .onCampus.London ul li.queenMary {
    background-size: 100px 26px;
  }
  .megaMenu_block .mmOne .mmCTA {
    background-position: 50% 90%;
  }
  .megaMenu_block .mmLocations .onCampus.North li.rcsi {
    background-size: 58px 58px;
  }
  .megaMenu_block .mmLocations .onCampus.Amsterdam ul li.appliedSciences {
    background-size: 150px 27px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.lund {
    background-size: 38px 50px;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.kristianstad {
    background-size: 36px 54px;
  }
  .megaMenu_block .mmLocations .onCampus.North li.unic {
    background-size: 40px auto;
  }
  .megaMenu_block .mmLocations .otherUK li.loughborough {
    background-size: 60% auto;
  }
}
@media screen and (max-width: 900px) {
  .megaMenu_block .mmThree .mmCTA {
    width: 29%;
  }
  .megaMenu_block .mmTwo .mmCTA .studyAbroad,
  .megaMenu_block .mmThree .mmCTA .studyAbroad {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 860px) {
  .megaMenu_block .mmCTA {
    width: 38%;
  }
  .megaMenu_block .mmLocations {
    width: 62%;
  }
  /*.megaMenu_block .mmLocations.mmAmsterdam { width: 41.333%; }
  .megaMenu_block .mmLocations.mmLund { width: 21.3%; }*/
  .megaMenu_block .mmTwo .mmCTA .studyAbroad {
    padding: 20px;
  }
  .megaMenu_block .mmLocations .otherUK li,
  .megaMenu_block .mmLocations .onCampus.London ul li {
    padding-bottom: 15%;
  }
  .megaMenu_block .mmLocations .onCampus.North ul li {
    padding-bottom: 22%;
  }
  .megaMenu_block .mmLocations .onCampus.EuropeLondon ul li.linneaus {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 820px) {
  .megaMenu_block {
    display: none;
  }
  .stickyOn .megaMenu_block {
    display: block;
  }
  .stickyOn .megaMenu_block .mmHolder {
    margin-top: 0;
  }
  .stickyOn .megaMenu_block .mmHolder.on {
    margin-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .stickyOn .megaMenu_block {
    display: none;
  }
}
/* = Sub Menu
----------------------------------------------------------------------------------------------------------------- */
.submenu {
  margin: -40px 0 60px;
  background: #553f68;
  padding: 15px;
  font-size: 0.875em;
  box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
}

.submenu h2 {
  color: #fff;
  font-family: "DIN Offc";
  letter-spacing: -1px;
  font-weight: 600;
}

.submenu ul {
  margin: 0;
  list-style: none;
}

.submenu ul li {
  margin: 0;
}

.submenu ul li ul {
  margin: 10px 0;
}

.submenu > ul > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #6e5c7f;
}

.submenu ul li.hasChildren ul {
  display: none;
}

.submenu ul li.hasChildren.on {
  border-bottom: 1px solid #6e5c7f;
}

.submenu ul li.hasChildren.on > a {
  background: none;
}

.submenu ul li.hasChildren.on > ul {
  display: block;
}

.submenu ul li a {
  padding: 13px 15px 10px;
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: 500;
  background: #553f68;
}

.submenu ul li a span {
  line-height: 1.3;
}

.submenu ul li a:hover {
  text-decoration: none;
}

.submenu ul li.on > a, .submenu ul li.on > a:hover {
  background: #2d2235;
}

.submenu ul li a:hover {
  background: #6e5c7f;
}

.submenu ul li a.on {
  font-weight: 500;
  background: #402f4e;
}

.submenu ul li:last-child,
.submenu ul li.hasChildren:last-child {
  border-bottom: 0;
}

.submenu ul li.hasChildren > a {
  position: relative;
}

.submenu ul li.hasChildren:not(.no-toggle) > a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 15px;
  background: url(/_img/nav-arrowdown-white.svg) no-repeat 0 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.submenu ul li.hasChildren.on > a:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.submenu ul li.hasChildren > a:hover {
  background-color: #6e5c7f;
}

.templateCoursefinder .submenu.courseFilters {
  margin-top: 0;
}

#newsletter-usa .submenu {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .submenu {
    margin: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .submenu.courseFilters {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .submenu.courseFilters {
    margin-top: 0;
  }
}
/* = Homepage map
----------------------------------------------------------------------------------------------------------------- */
.ourCentres {
  position: relative;
  background: #fff;
}

.ourCentres > img {
  width: 100%;
  height: auto;
}

.ourCentres > h1 {
  position: absolute;
  margin-top: 60px;
  margin-left: 80px;
}

.ourCentres .centre {
  position: absolute;
}

.ourCentres .centre .overlay {
  display: none;
  min-width: 650px;
  padding: 10px;
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 30px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 30px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ourCentres .centre .overlay:after {
  top: 27px;
  right: -14px;
  content: "";
  background: url(/_img/centre_arrow.png) no-repeat 100% 0;
  position: absolute;
  width: 15px;
  height: 30px;
}

.ourCentres .centre .overlay h1 {
  margin: 0 0 15px;
  font-size: 3.2em;
}

.ourCentres .centre .overlay h1, .ourCentres .centre .overlay h4 {
  line-height: 1.2;
}

.ourCentres .centre .overlay .cols {
  position: relative;
}

.ourCentres .centre .overlay .cols .col {
  padding: 25px;
  display: table-cell;
  float: none;
  float: none;
  vertical-align: middle;
  width: 50%;
  margin: 0;
}

.ourCentres .centre .overlay .cols .col p {
  line-height: 1.3;
}

.ourCentres .centre .overlay .cols .col p small {
  font-size: 0.7em;
}

.ourCentres .centre .overlay .cols .col ul {
  margin-bottom: 0;
  margin-left: 16px;
}

.ourCentres .centre .overlay .cols .col ul li {
  margin: 0 0 10px;
  font-size: 0.9em;
  line-height: 1.25;
}

.ourCentres .centre .overlay .cols .col ul li:last-child {
  margin-bottom: 0;
}

.ourCentres .centre .overlay .cols .col p:last-child {
  margin: 0;
}

.ourCentres .centre .overlay .cols .col ul + p:last-child {
  margin-top: 10px;
}

.ourCentres .centre .overlay .cols .endCol {
  right: 0;
  padding: 0;
}

.ourCentres .centre .overlay .cols .endCol img {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 60px 0;
}

.ourCentres .centre .overlay .cols .endCol .close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 14px;
  font-size: 0;
  background: url(/_img/close-students.svg) no-repeat 50% 50%;
  background-size: 16px 16px;
  position: absolute;
}

.ourCentres .centre.sunderland .overlay {
  top: -25px;
  right: 70px;
}

.ourCentres .centre.sunderland .overlay h1,
.ourCentres .centre.sunderland .overlay h4 {
  color: #e59000;
}

.ourCentres .centre.sunderland .overlay .endCol {
  background-color: #e59000;
}

.ourCentres .centre.lancashire .overlay {
  top: -80px;
  right: 60px;
}

.ourCentres .centre.lancashire .overlay h1,
.ourCentres .centre.lancashire .overlay h4 {
  color: #ca0538;
}

.ourCentres .centre.lancashire .overlay .endCol {
  background-color: #ca0538;
}

.ourCentres .centre.lancashire .overlay .cols .endCol img {
  width: 55%;
}

.ourCentres .centre.lancashire .overlay:after {
  top: 87px;
}

.ourCentres .centre.aston .overlay {
  top: -70px;
  right: 80px;
}

.ourCentres .centre.aston .overlay h1,
.ourCentres .centre.aston .overlay h4 {
  color: #87008f;
}

.ourCentres .centre.aston .overlay .endCol {
  background-color: #87008f;
}

.ourCentres .centre.aston .overlay .cols .endCol img {
  width: 62%;
}

.ourCentres .centre.aston .overlay:after {
  top: 70px;
}

.ourCentres .centre.ireland .overlay {
  top: -70px;
  right: 30px;
}

.ourCentres .centre.ireland .overlay h1,
.ourCentres .centre.ireland .overlay h4 {
  color: #013a20;
}

.ourCentres .centre.ireland .overlay .endCol {
  background-color: #013a20;
}

.ourCentres .centre.ireland .overlay .cols .endCol img {
  width: 62%;
}

.ourCentres .centre.ireland .overlay:after {
  top: 70px;
}

.ourCentres .centre.coventry .overlay {
  top: -71px;
  right: 100px;
}

.ourCentres .centre.coventry .overlay:after {
  top: 72px;
}

.ourCentres .centre.coventry .overlay h1,
.ourCentres .centre.coventry .overlay h4 {
  color: #0071ba;
}

.ourCentres .centre.coventry .overlay .endCol {
  background-color: #0071ba;
}

.ourCentres .centre.coventry .overlay .cols .endCol img {
  width: 60%;
}

.ourCentres .centre.reading .overlay {
  top: -90px;
  right: 65px;
}

.ourCentres .centre.reading .overlay:after {
  top: 92px;
}

.ourCentres .centre.reading .overlay h1,
.ourCentres .centre.reading .overlay h4 {
  color: #D81520;
}

.ourCentres .centre.reading .overlay h4:last-child {
  margin-bottom: 0;
}

.ourCentres .centre.reading .overlay .endCol {
  background-color: #D81520;
}

.ourCentres .centre.reading .overlay .cols .endCol img {
  width: 50%;
}

.ourCentres .centre.london .overlay {
  top: -90px;
  right: 75px;
}

.ourCentres .centre.london .overlay:after {
  top: 92px;
}

.ourCentres .centre.london .overlay h1,
.ourCentres .centre.london .overlay h4 {
  color: #512178;
}

.ourCentres .centre.london .overlay .endCol {
  background-color: #512178;
  position: relative;
}

.ourCentres .centre.london .overlay .cols .endCol .ocLondon {
  padding: 0;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 130px;
}

.ourCentres .londonImgGrid {
  position: relative;
  overflow: auto;
  margin: 55px 10px 0;
  text-align: center;
}

.ourCentres .centre.london .overlay .cols .endCol .londonImgGrid img.grid {
  padding: 0;
  width: 26%;
  margin: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ourCentres .centre.southampton .overlay {
  top: -175px;
  right: 100px;
}

.ourCentres .centre.southampton .overlay:after {
  top: 175px;
}

.ourCentres .centre.southampton .overlay h1,
.ourCentres .centre.southampton .overlay h4 {
  color: #005c84;
}

.ourCentres .centre.southampton .overlay .endCol {
  background-color: #005c84;
}

.ourCentres .centre.southampton .overlay .cols .endCol img {
  width: 80%;
}

.ourCentres .centre.paris .overlay {
  top: -90px;
  right: 75px;
}

.ourCentres .centre.paris .overlay:after {
  top: 92px;
}

.ourCentres .centre.paris .overlay h1,
.ourCentres .centre.paris .overlay h4 {
  color: #b71b54;
}

.ourCentres .centre.paris .overlay .endCol {
  background-color: #b71b54;
  position: relative;
}

.ourCentres .centre.paris .overlay .cols .endCol .ocParis {
  padding: 0;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 130px;
}

.ourCentres .centre.amsterdam .overlay {
  top: -90px;
  right: 110px;
}

.ourCentres .centre.amsterdam .overlay:after {
  top: 93px;
}

.ourCentres .centre.amsterdam .overlay h1,
.ourCentres .centre.amsterdam .overlay h4 {
  color: #d00528;
}

.ourCentres .centre.amsterdam .overlay .endCol {
  background-color: #d00528;
  position: relative;
}

.ourCentres .centre.amsterdam .overlay .cols .endCol .ocAmsterdam {
  padding: 0;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 130px;
}

.ourCentres .amsterdamImgGrid {
  position: relative;
  overflow: auto;
  margin: 70px 10px 0;
  text-align: center;
}

.ourCentres .centre.amsterdam .overlay .cols .endCol .amsterdamImgGrid img.grid {
  padding: 0;
  width: 85%;
  margin: 20px auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.ourCentres .centre.amsterdam .overlay .cols .endCol img.grid {
  width: 74%;
  margin-top: 22px;
}

.ourCentres .centre.appliedSciences .overlay {
  top: -90px;
  right: 110px;
}

.ourCentres .centre.appliedSciences .overlay:after {
  top: 92px;
}

.ourCentres .centre.appliedSciences .overlay h1,
.ourCentres .centre.appliedSciences .overlay h4 {
  color: #d00528;
}

.ourCentres .centre.appliedSciences .overlay .endCol {
  background-color: #d00528;
  position: relative;
}

.ourCentres .centre.appliedSciences .overlay .cols .endCol .ocAmsterdam {
  padding: 0;
  top: 20px;
  left: 20px;
  position: absolute;
  width: 130px;
}

.ourCentres .auasImgGrid {
  position: relative;
  overflow: auto;
  margin: 70px 10px 0;
  text-align: center;
}

.ourCentres .centre.appliedSciences .overlay .cols .endCol .amsterdamImgGrid img.grid {
  padding: 0;
  width: 65%;
  margin: 40px auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.ourCentres .centre.appliedSciences .overlay .cols .endCol img.grid {
  width: 74%;
  margin-top: 22px;
}

.ourCentres .centre.lund .overlay {
  top: -35px;
  right: 70px;
}

.ourCentres .centre.lund .overlay:after {
  top: 38px;
}

.ourCentres .centre.lund .overlay h1,
.ourCentres .centre.lund .overlay h4 {
  color: #85c7a2;
}

.ourCentres .centre.lund .overlay .endCol {
  background-color: #85c7a2;
}

.ourCentres .centre.lund .overlay .cols .endCol img {
  width: 30%;
}

.ourCentres .centre.hull .overlay {
  top: -35px;
  right: 80px;
}

.ourCentres .centre.hull .overlay:after {
  top: 38px;
}

.ourCentres .centre.hull .overlay h1,
.ourCentres .centre.hull .overlay h4 {
  color: #195699;
}

.ourCentres .centre.hull .overlay .endCol {
  background-color: #195699;
}

.ourCentres .centre.hull .overlay .cols .endCol img {
  width: 50%;
}

.ourCentres .centre.loughborough .overlay {
  top: -35px;
  right: 80px;
}

.ourCentres .centre.loughborough .overlay:after {
  top: 38px;
}

.ourCentres .centre.loughborough .overlay h1,
.ourCentres .centre.loughborough .overlay h4 {
  color: #361163;
}

.ourCentres .centre.loughborough .overlay .endCol {
  background-color: #361163;
}

.ourCentres .centre.loughborough .overlay .cols .endCol img {
  width: 60%;
}

.ourCentres .centre.southBank .overlay {
  top: -130px;
  right: 80px;
}

.ourCentres .centre.southBank .overlay:after {
  top: 139px;
}

.ourCentres .centre.southBank .overlay h1,
.ourCentres .centre.southBank .overlay h4 {
  color: #83bb25;
}

.ourCentres .centre.southBank .overlay .endCol {
  background-color: #83bb25;
}

.ourCentres .centre.southBank .overlay .cols .endCol img {
  width: 50%;
}

.ourCentres .centre.calState .overlay {
  top: -120px;
  right: auto;
  left: 45px;
}

.ourCentres .centre.calState .overlay:after {
  top: 129px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.calState .overlay h1,
.ourCentres .centre.calState .overlay h4 {
  color: #0e2b4d;
}

.ourCentres .centre.calState .overlay .endCol {
  background-color: #0e2b4d;
}

.ourCentres .centre.calState .overlay .cols .endCol img {
  width: 70%;
}

.ourCentres .centre.texas .overlay {
  top: -120px;
  right: auto;
  left: 55px;
}

.ourCentres .centre.texas .overlay:after {
  top: 128px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.texas .overlay h1,
.ourCentres .centre.texas .overlay h4 {
  color: #007335;
}

.ourCentres .centre.texas .overlay .endCol {
  background-color: #007335;
}

.ourCentres .centre.texas .overlay .cols .endCol img {
  width: 60%;
}

.ourCentres .centre.morrisville .overlay {
  top: -130px;
  right: auto;
  left: 80px;
}

.ourCentres .centre.morrisville .overlay:after {
  top: 134px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.morrisville .overlay h1,
.ourCentres .centre.morrisville .overlay h4 {
  color: #00529b;
}

.ourCentres .centre.morrisville .overlay .endCol {
  background-color: #00529b;
}

.ourCentres .centre.morrisville .overlay .cols .endCol img {
  width: 68%;
}

.ourCentres .centre.rochester .overlay {
  top: -60px;
  right: auto;
  left: 60px;
}

.ourCentres .centre.rochester .overlay:after {
  top: 69px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.rochester .overlay h1,
.ourCentres .centre.rochester .overlay h4 {
  color: #00529b;
}

.ourCentres .centre.rochester .overlay .endCol {
  background-color: #00529b;
}

.ourCentres .centre.rochester .overlay .cols .endCol img {
  width: 65%;
}

.ourCentres .centre.boston .overlay {
  top: -60px;
  right: auto;
  left: 35px;
}

.ourCentres .centre.boston .overlay:after {
  top: 64px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.boston .overlay h1,
.ourCentres .centre.boston .overlay h4 {
  color: #00803b;
}

.ourCentres .centre.boston .overlay .endCol {
  background-color: #00803b;
}

.ourCentres .centre.boston .overlay .cols .endCol img {
  width: 65%;
}

.ourCentres .centre.rhodeIsland .overlay {
  top: -70px;
  right: auto;
  left: 35px;
}

.ourCentres .centre.rhodeIsland .overlay:after {
  top: 79px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.rhodeIsland .overlay h1,
.ourCentres .centre.rhodeIsland .overlay h4 {
  color: #002147;
}

.ourCentres .centre.rhodeIsland .overlay .endCol {
  background-color: #002147;
}

.ourCentres .centre.rhodeIsland .overlay .cols .endCol img {
  width: 50%;
}

.ourCentres .centre > span {
  padding: 9px;
  font-family: arial, sans-serif;
  line-height: 1.1;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

.ourCentres .centre.illinois .overlay {
  top: -60px;
  right: auto;
  left: 65px;
}

.ourCentres .centre.illinois .overlay:after {
  top: 65px;
  right: auto;
  left: -15px;
  background-position: 0 0;
}

.ourCentres .centre.illinois .overlay h4 {
  color: #cc0000;
}

.ourCentres .centre.illinois .overlay .endCol {
  background-color: #cc0000;
}

.ourCentres .sunderland {
  right: 31.5%;
  top: 28.5%;
  background: #e18125;
}

.ourCentres .lancashire {
  right: 35%;
  top: 36%;
  background: #ed145b;
}

.ourCentres .coventry {
  right: 19.5%;
  top: 47.6%;
  background: #0071ba;
}

.ourCentres .reading {
  right: 34%;
  top: 57.5%;
  background: #e33b45;
}

.ourCentres .london {
  right: 19%;
  top: 58%;
  background: #4f2683;
}

.ourCentres .hull {
  right: 19%;
  top: 30%;
  background: #105b9d;
}

.ourCentres .loughborough {
  right: 16%;
  top: 37%;
  background: #361163;
}

.ourCentres .southBank {
  right: 18%;
  top: 45.5%;
  background: #b2d235;
}

.ourCentres .amsterdam {
  right: 5.5%;
  top: 52%;
  background: #e31937;
}

.ourCentres .appliedSciences {
  right: 4%;
  top: 42.5%;
  background: #dc052b;
}

.ourCentres .lund {
  right: 8.5%;
  top: 28%;
  display: none;
  background: #85c7a2;
}

.ourCentres .rhodeIsland {
  left: 37%;
  bottom: 33%;
  background: #002147;
}

.ourCentres .boston {
  left: 35%;
  top: 47%;
  background: #00803b;
}

.ourCentres .rochester {
  left: 24.5%;
  bottom: 48%;
  background: #1e3e64;
}

.ourCentres .morrisville {
  left: 22.5%;
  bottom: 36%;
  background: #00529b;
}

.ourCentres .texas {
  left: 20%;
  bottom: 26%;
  background: #007335;
}

.ourCentres .calState {
  left: 6.5%;
  bottom: 39%;
  background: #0e2b4d;
}

.ourCentres .illinois {
  left: 18%;
  top: 48%;
  background: #cc0000;
}

.ourCentres .aston {
  right: 35%;
  top: 51%;
  background: #592467;
}

.ourCentres .paris {
  right: 15%;
  top: 64%;
  background: #b7265e;
}

.ourCentres .southampton {
  right: 33%;
  top: 64%;
  background: #002c3a;
}

.ourCentres .ireland {
  right: 43%;
  top: 44.5%;
  background: #003820;
}

@media screen and (max-width: 1300px) {
  .ourCentres .morrisville {
    left: 22%;
    bottom: 36%;
  }
  .ourCentres .illinois {
    left: 19%;
  }
  .ourCentres .centre.illinois .overlay:after {
    top: 63px;
  }
}
@media screen and (max-width: 1260px) {
  .ourCentres .centre .overlay h1 {
    font-size: 3em;
  }
  .ourCentres .centre .overlay {
    min-width: 560px;
    font-size: 0.9em;
    padding: 8px;
  }
  .ourCentres .centre.london .overlay .cols .endCol .ocLondon,
  .ourCentres .centre.amsterdam .overlay .cols .endCol .ocAmsterdam {
    width: 110px;
  }
  .ourCentres .centre.calState .overlay:after {
    top: 125px;
  }
  .ourCentres .centre.texas .overlay:after {
    top: 125px;
  }
  .ourCentres .centre.morrisville .overlay:after {
    top: 130px;
  }
  .ourCentres .centre.rochester .overlay {
    left: 50px;
  }
  .ourCentres .centre.rochester .overlay:after {
    top: 66px;
  }
  .ourCentres .centre.boston .overlay:after {
    top: 60px;
  }
  .ourCentres .centre.sunderland .overlay {
    right: 60px;
  }
  .ourCentres .centre.sunderland .overlay:after {
    top: 24px;
  }
  .ourCentres .centre .overlay:after {
    top: 24px;
  }
  .ourCentres .centre.coventry .overlay:after {
    top: 69px;
  }
  .ourCentres .centre.reading .overlay {
    right: 50px;
  }
  .ourCentres .centre.reading .overlay:after {
    top: 89px;
  }
  .ourCentres .centre.london .overlay {
    right: 60px;
  }
  .ourCentres .centre.london .overlay:after {
    top: 89px;
  }
  .ourCentres .centre.southBank .overlay:after {
    top: 135px;
  }
  .ourCentres .centre.amsterdam .overlay:after {
    top: 88px;
  }
  .ourCentres .centre.hull .overlay {
    top: -39px;
  }
  .ourCentres .centre.loughborough .overlay {
    top: -39px;
  }
  .ourCentres .centre.lund .overlay:after {
    top: 34px;
  }
  .ourCentres .centre.rhodeIsland .overlay:after {
    top: 76px;
  }
  .ourCentres .centre span {
    padding: 8px;
    font-size: 10px;
  }
  .ourCentres .calState {
    left: 6%;
  }
  .ourCentres .coventry {
    right: 19%;
  }
}
@media screen and (max-width: 1140px) {
  .ourCentres .boston {
    left: 36.5%;
    top: 46%;
  }
}
@media screen and (max-width: 1120px) {
  .ourCentres > h1 {
    margin-top: 55px;
    margin-left: 70px;
  }
  .ourCentres .centre .overlay h1 {
    font-size: 2.8em;
    margin: 0 0 10px;
  }
  .ourCentres .centre span {
    padding: 7px 7px 5px;
    font-size: 9px;
  }
  .ourCentres .centre.london .overlay .cols .endCol .ocLondon,
  .ourCentres .centre.amsterdam .overlay .cols .endCol .ocAmsterdam,
  .ourCentres .centre.appliedSciences .overlay .cols .endCol .ocAmsterdam {
    width: 100px;
  }
  .ourCentres .centre .overlay {
    min-width: 500px;
    font-size: 0.8em;
    padding: 6px;
  }
  .ourCentres .centre.calState .overlay:after {
    top: 122px;
  }
  .ourCentres .centre.texas .overlay:after {
    top: 123px;
  }
  .ourCentres .centre.morrisville .overlay:after {
    top: 128px;
  }
  .ourCentres .centre.rochester .overlay {
    left: 48px;
  }
  .ourCentres .centre.rochester .overlay:after {
    top: 64px;
  }
  .ourCentres .centre.boston .overlay:after {
    top: 58px;
  }
  .ourCentres .centre.sunderland .overlay {
    right: 58px;
  }
  .ourCentres .centre.sunderland .overlay:after {
    top: 22px;
  }
  .ourCentres .centre .overlay:after {
    top: 22px;
  }
  .ourCentres .centre.coventry .overlay:after {
    top: 67px;
  }
  .ourCentres .centre.reading .overlay {
    right: 50px;
  }
  .ourCentres .centre.reading .overlay:after {
    top: 87px;
  }
  .ourCentres .centre.london .overlay {
    right: 60px;
  }
  .ourCentres .centre.london .overlay:after {
    top: 87px;
  }
  .ourCentres .centre.southBank .overlay:after {
    top: 132px;
  }
  .ourCentres .centre.amsterdam .overlay:after {
    top: 86px;
  }
  .ourCentres .centre.appliedSciences .overlay:after {
    top: 88px;
  }
  .ourCentres .centre.hull .overlay {
    top: -39px;
  }
  .ourCentres .centre.loughborough .overlay {
    top: -39px;
  }
  .ourCentres .centre.lund .overlay:after {
    top: 32px;
  }
  .ourCentres .centre.rhodeIsland .overlay:after {
    top: 74px;
  }
  .ourCentres .centre.amsterdam .overlay .cols .endCol .amsterdamImgGrid img.grid {
    width: 70%;
  }
  .ourCentres .appliedSciences {
    top: 41.2%;
  }
  .ourCentres .centre.lancashire .overlay:after {
    top: 82px;
  }
  .ourCentres .centre.illinois .overlay:after {
    top: 58px;
  }
  .ourCentres .centre.aston .overlay:after {
    top: 68px;
  }
  .ourCentres .centre.southampton .overlay:after {
    top: 172px;
  }
}
@media screen and (max-width: 980px) {
  .ourCentres > h1 {
    margin-top: 50px;
    margin-left: 60px;
  }
  .ourCentres .centre .overlay h1 {
    font-size: 2.6em;
  }
  .ourCentres .centre span {
    font-size: 8px;
    font-weight: normal;
  }
  .ourCentres .centre .overlay {
    min-width: 450px;
    font-size: 0.75em;
    padding: 5px;
  }
  .ourCentres .centre.london .overlay .cols .endCol .ocLondon,
  .ourCentres .centre.amsterdam .overlay .cols .endCol .ocAmsterdam,
  .ourCentres .centre.appliedSciences .overlay .cols .endCol .ocAmsterdam {
    width: 90px;
  }
  .ourCentres .centre.calState .overlay:after {
    top: 120px;
  }
  .ourCentres .centre.texas .overlay:after {
    top: 121px;
  }
  .ourCentres .centre.morrisville .overlay:after {
    top: 126px;
  }
  .ourCentres .centre.rochester .overlay:after {
    top: 61px;
  }
  .ourCentres .centre.boston .overlay:after {
    top: 57px;
  }
  .ourCentres .centre.sunderland .overlay:after {
    top: 21px;
  }
  .ourCentres .centre .overlay:after {
    top: 21px;
  }
  .ourCentres .centre.coventry .overlay:after {
    top: 66px;
  }
  .ourCentres .centre.reading .overlay:after {
    top: 86px;
  }
  .ourCentres .centre.london .overlay:after {
    top: 86px;
  }
  .ourCentres .centre.southBank .overlay:after {
    top: 130px;
  }
  .ourCentres .centre.amsterdam .overlay:after {
    top: 86px;
  }
  .ourCentres .centre.lund .overlay:after {
    top: 31px;
  }
  .ourCentres .centre.rhodeIsland .overlay:after {
    top: 73px;
  }
  .ourCentres .centre.hull .overlay:after {
    top: 36px;
  }
  .ourCentres .centre.loughborough .overlay {
    top: -38px;
  }
  .ourCentres .centre.london .overlay .cols .endCol .londonImgGrid img.grid {
    width: 34%;
    margin: 4%;
  }
  .ourCentres .centre.amsterdam .overlay .cols .endCol .amsterdamImgGrid img.grid {
    width: 80%;
  }
  .ourCentres .amsterdam {
    right: 6.5%;
  }
  .ourCentres .centre.aston .overlay:after {
    top: 66px;
  }
}
@media screen and (max-width: 900px) {
  .ourCentres .centre .overlay h1 {
    font-size: 2.4em;
  }
  .ourCentres .calState {
    left: 3%;
    bottom: 40%;
  }
  .ourCentres .morrisville {
    left: 20%;
  }
  .ourCentres .southBank {
    right: 17.5%;
    top: 47%;
  }
  .ourCentres .hull {
    right: 17.5%;
  }
  .ourCentres .loughborough {
    right: 17.5%;
  }
  .ourCentres .sunderland {
    right: 32%;
  }
  .ourCentres .amsterdam {
    right: 5%;
    top: 55%;
  }
  .ourCentres .appliedSciences {
    right: 2%;
    top: 44%;
  }
  .ourCentres .illinois {
    left: 18.5%;
  }
  .ourCentres .coventry {
    right: 18%;
    top: 47%;
  }
}
@media screen and (max-width: 860px) {
  .ourCentres .centre .overlay h1 {
    font-size: 2.3em;
  }
  .ourCentres .centre .overlay .cols .col {
    padding: 20px;
  }
  .ourCentres .centre .overlay .cols .endCol {
    padding: 0;
  }
  .ourCentres .centre span {
    font-size: 8px;
    padding: 6px 6px 4px;
  }
  .ourCentres .calState {
    left: 2%;
  }
  .ourCentres .rochester {
    left: 23%;
  }
  .ourCentres .boston {
    left: 36%;
    top: 45%;
  }
  .ourCentres .centre .overlay {
    min-width: 400px;
  }
  .ourCentres .centre.southBank .overlay {
    top: -150px;
  }
  .ourCentres .centre.texas .overlay:after {
    top: 120px;
  }
  .ourCentres .centre.morrisville .overlay:after {
    top: 75px;
  }
  .ourCentres .centre.rochester .overlay:after {
    top: 60px;
  }
  .ourCentres .centre.boston .overlay:after {
    top: 56px;
  }
  .ourCentres .centre.sunderland .overlay:after {
    top: 20px;
  }
  .ourCentres .centre .overlay:after {
    top: 20px;
  }
  .ourCentres .centre.coventry .overlay:after {
    top: 65px;
  }
  .ourCentres .centre.reading .overlay:after {
    top: 85px;
  }
  .ourCentres .centre.london .overlay:after {
    top: 85px;
  }
  .ourCentres .centre.southBank .overlay:after {
    top: 149px;
  }
  .ourCentres .centre.amsterdam .overlay:after {
    top: 86px;
  }
  .ourCentres .centre.lund .overlay:after {
    top: 30px;
  }
  .ourCentres .centre.rhodeIsland .overlay:after {
    top: 72px;
  }
  .ourCentres .centre.hull .overlay:after {
    top: 35px;
  }
  .ourCentres .illinois {
    left: 18%;
  }
  .ourCentres .centre.southampton .overlay:after {
    top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .ourCentres {
    display: none;
  }
}
/* = Banners
----------------------------------------------------------------------------------------------------------------- */
.banner {
  margin: 0;
  width: 100%;
  position: relative;
}

.banner:after {
  content: "";
  width: 200px;
  height: 90px;
  top: 0;
  left: 0;
  margin: 60px 0 0 80px;
  display: block;
  position: absolute;
  background-position: 0 0;
}

.banner:before {
  content: "";
  top: 135px;
  left: 0;
  margin: 30px 0 0 80px;
  display: block;
  position: absolute;
  z-index: 2;
}

#home .banner {
  background: #fff;
}

.banner .imgContain {
  width: 100%;
  position: relative;
  padding-bottom: 38%;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: cover;
}

.banner .imgContain:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background: url(/_img/lens_10.png) repeat;
}

.banner .imgContain iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner img {
  max-width: 100%;
  margin: 0;
  display: block;
  height: auto;
}

.bannersrepeater ul {
  margin: 0;
  list-style: none;
}

.bannersrepeater ul li {
  margin: 0;
}

#privacy .banner {
  display: none;
}

@media screen and (max-width: 1360px) {
  .banner:after, .banner:before {
    margin: 50px 0 0 60px;
  }
  .banner:before {
    margin-top: 25px;
    top: 125px;
  }
}
@media screen and (max-width: 1260px) {
  .banner .imgContain {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .banner:after, .banner:before {
    margin: 45px 0 0 50px;
  }
  .banner:before {
    margin-top: 22px;
    top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .imgContain {
    padding-bottom: 45%;
  }
  .banner:after, .banner:before {
    margin: 40px 0 0 40px;
  }
  .banner:before {
    margin-top: 20px;
    top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .banner .imgContain {
    padding-bottom: 50%;
  }
  .banner:after, .banner:before {
    margin: 35px 0 0 35px;
  }
  .banner:before {
    margin-top: 18px;
    top: 110px;
  }
}
@media screen and (max-width: 750px) {
  .banner:before {
    top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .banner:after, .banner:before {
    margin: 30px 0 0 30px;
  }
  .banner:before {
    margin-top: 15px;
    top: 85px;
  }
}
@media screen and (max-width: 400px) {
  .banner:before {
    top: 70px;
  }
}
@media screen and (max-width: 380px) {
  .banner .imgContain {
    padding-bottom: 55%;
  }
  .banner:after, .banner:before {
    margin: 28px 0 0 25px;
  }
  .banner:before {
    margin-top: 14px;
    top: 68px;
  }
}
/* = Hero rotater
----------------------------------------------------------------------------------------------------------------- */
.slider,
.slider li {
  position: relative;
  margin: 0;
  list-style: none;
}

.slider li:before,
.newsSlider li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100% - 146px);
  background: url(/_img/loader.gif) no-repeat 50% 50%;
  background-size: 36px 36px;
  z-index: -1;
}

.newsSlider li:before {
  height: 100%;
}

.slider li img {
  margin: 0;
}

.slider .imgContain {
  width: 100%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.newsSlider .imgContain {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider .imgContain.loaded,
.newsSlider .imgContain.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider .imgContain:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/_img/gradient_lens_3.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
}

.slider .slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider .slider_overlay .skinny {
  position: relative;
  width: auto;
  display: block;
  margin: 60px 80px 0;
}

.slider .slider_overlay p {
  margin: 40px 0 0;
  padding: 25px;
  font-size: 1.125em;
  color: #160e01;
  background: #f7f4f1;
  max-width: 680px;
}

.slider .slider_overlay .sliderTitle {
  font-size: 4.85em;
  font-family: "Stag";
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  color: #fff;
}

.slider .slider_overlay .sliderTitle span {
  display: inline-block;
  padding: 7px 25px 0;
}

.slider .slider_overlay .sliderTitle span.purple {
  background: #553f68;
}

.slider .slider_overlay .sliderTitle span.blue {
  background: #0099dc;
}

.slider .slider_overlay .sliderTitle span.orange {
  background: #db6a39;
}

.slider .slider_overlay .sliderTitle span.grey {
  background: #3d3f45;
}

.slider .slider_overlay .sliderTitle span.asterix {
  background-image: url(/_img/asterisk-white.svg);
  background-repeat: no-repeat;
  padding-right: 65px;
  background-position: right 20px top 20px;
  background-size: 30px 31px;
}

@media screen and (max-width: 1380px) {
  .slider .slider_overlay .skinny {
    margin: 65px 70px 0;
  }
  .slider .slider_overlay .sliderTitle {
    font-size: 4.5em;
  }
  .slider .slider_overlay p {
    margin: 35px 0 0;
  }
  .slider .imgContain {
    padding-bottom: 52%;
  }
}
@media screen and (max-width: 1260px) {
  .slider .slider_overlay .skinny {
    margin: 60px 65px 0;
  }
  .slider .slider_overlay .sliderTitle {
    font-size: 4em;
  }
  .slider .slider_overlay .sliderTitle span.purple,
  .slider .slider_overlay .sliderTitle span.blue {
    padding: 5px 20px 0;
  }
  .slider .slider_overlay .sliderTitle span.asterix {
    padding-right: 55px;
    background-position: right 15px top 15px;
    background-size: 25px 24px;
  }
}
@media screen and (max-width: 1200px) {
  .slider .imgContain {
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 1160px) {
  .slider .slider_overlay .sliderTitle {
    font-size: 3.375em;
  }
  .slider .slider_overlay p {
    margin: 30px 0 0;
  }
  .slider .imgContain {
    padding-bottom: 57%;
  }
}
@media screen and (max-width: 1024px) {
  .slider .imgContain {
    padding-bottom: 63%;
  }
  .slider .slider_overlay .sliderTitle {
    font-size: 3em;
  }
  .slider .slider_overlay .sliderTitle span.purple,
  .slider .slider_overlay .sliderTitle span.blue {
    padding: 5px 15px 0;
  }
  .slider .slider_overlay .sliderTitle span.asterix {
    padding-right: 45px;
    background-position: right 15px top 15px;
    background-size: 19px 18px;
  }
  .slider .slider_overlay .skinny {
    margin: 60px 60px 0;
  }
}
@media screen and (max-width: 920px) {
  .slider .imgContain {
    padding-bottom: 55%;
  }
  .slider .slider_overlay .skinny {
    margin: 55px 55px 0;
  }
  .slider li:before {
    height: 100%;
  }
}
@media screen and (max-width: 820px) {
  .slider .imgContain {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 800px) {
  .slider .imgContain {
    padding-bottom: 50%;
  }
  .slider .slider_overlay {
    position: relative;
  }
  .slider .slider_overlay .skinny {
    position: relative;
    margin: 0;
    background: #fff;
  }
  .slider .slider_overlay p {
    margin: 0;
    padding: 40px 40px 20px;
  }
  .slider .slider_overlay .sliderTitle {
    padding: 40px;
    margin-bottom: 45%;
    position: absolute;
    bottom: 0;
  }
  #home .slider .slider_overlay .sliderTitle {
    margin-bottom: 32%;
  }
  .slider li:before {
    height: calc(100% - 200px);
    background-size: 30px 30px;
  }
}
@media screen and (max-width: 750px) {
  .slider .imgContain {
    padding-bottom: 52%;
  }
  .slider .slider_overlay .sliderTitle {
    margin-bottom: 47%;
  }
}
@media screen and (max-width: 680px) {
  .slider .imgContain {
    padding-bottom: 55%;
  }
  .slider .slider_overlay .sliderTitle {
    margin-bottom: 49%;
  }
}
@media screen and (max-width: 600px) {
  .slider .slider_overlay .sliderTitle {
    font-size: 2.6em;
  }
  .slider .slider_overlay .sliderTitle span.purple,
  .slider .slider_overlay .sliderTitle span.blue {
    padding: 5px 10px 0;
  }
  .slider .slider_overlay .sliderTitle span.asterix {
    padding-right: 40px;
    background-position: right 12px top 12px;
    background-size: 17px 16px;
  }
  .slider .slider_overlay p.leader {
    font-size: 1em;
    line-height: 1.4em;
  }
  .slider li:before {
    height: calc(100% - 165px);
    background-size: 26px 26px;
  }
}
@media screen and (max-width: 480px) {
  .slider .slider_overlay .sliderTitle {
    font-size: 2.25em;
  }
  .slider .slider_overlay p {
    padding: 35px 30px 20px;
  }
  .slider .slider_overlay .sliderTitle {
    padding: 30px;
    margin-bottom: 57%;
  }
  .slider li:before {
    height: calc(100% - 180px);
  }
}
@media screen and (max-width: 420px) {
  .slider .imgContain {
    padding-bottom: 60%;
  }
  .slider .slider_overlay .sliderTitle {
    padding: 26px;
    font-size: 2em;
    margin-bottom: 0;
    margin-top: -58%;
    bottom: auto;
  }
  .slider li:before {
    height: calc(100% - 195px);
  }
}
/* = Internal Galleries
----------------------------------------------------------------------------------------------------------------- */
.photoGallery {
  background: url(/_img/loader.gif) no-repeat 50%;
}

.photoGallery .imgContain {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.photoGallery .imgContain img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.csstransforms .photoGallery .imgContain img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photoGallery .imgContain .zoomImage {
  background: url(/_img/mag-thumb.svg) no-repeat 50%;
  background-size: 22px 22px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin-left: 0;
  margin-top: 0;
  width: 24px;
  height: 24px;
  opacity: 0.85;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.hasGallery {
  position: relative;
  margin: 30px 0;
}

.photoGallery .imageTimer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: white;
  opacity: 0.45;
}

.photoGallery .imageTimer span {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-align: left;
  background: #273f4f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.photoGallery .imageTimer.on span {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-duration: 6.4s;
  transition-duration: 6.4s;
}

.no-csstransforms3d .imageTimer {
  display: none;
}

.photoGallery .caption {
  top: 25px;
  left: 25px;
  right: auto;
  padding: 9px 11px 8px;
  font-size: 0.875em;
  letter-spacing: 0.01em;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  background: #425968;
  color: #fff;
  position: absolute;
  opacity: 0.8;
}

.photoGallery .caption:empty {
  display: none;
}

@media screen and (max-width: 700px) {
  .hasGallery .imageTimer,
  .hasGallery .imageTimer span {
    height: 5px;
  }
  .photoGallery .caption {
    top: 0;
    left: 0;
    font-size: 0.75em;
    padding: 5px 6px;
    opacity: 0.7;
  }
  .templateInternal .photoGallery .caption {
    top: 0;
    left: 0;
    font-size: 0.75em;
    padding: 5px 6px 4px;
    opacity: 0.6;
  }
  .photoGallery .imgContain .zoomImage {
    top: 12px;
    right: 12px;
    background-size: 20px 20px;
  }
  .photoGallery .imageTimer,
  .photoGallery .imageTimer span {
    height: 8px;
  }
}
@media screen and (max-width: 480px) {
  .hasGallery .imageTimer,
  .mainContent .imageTimer span {
    height: 3px;
  }
  .photoGallery .imageTimer,
  .photoGallery .imageTimer span {
    height: 6px;
  }
}
/* = City banner gallery
----------------------------------------------------------------------------------------------------------------- */
.cityGallery .photoGallery {
  background: none;
}

.cityGallery .loader {
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -6px;
  background: url(/_img/loader.gif) no-repeat 50%;
  position: absolute;
  z-index: -1;
}

.cityGallery {
  margin: 40px 0;
  position: relative;
}

.cityGallery li .imageContent {
  display: block;
  position: relative;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50%;
}

.cityGallery li .textContent {
  margin-top: 40px;
}

.cityGallery h5 a, .cityGallery h5 {
  color: #425968;
}

.cityGallery .caption {
  top: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
}

.cityGallery .title {
  position: absolute;
  background: #553f68;
  padding: 12px 30px 10px;
  line-height: 1.2;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.cityGallery .nextPrev {
  margin: 30px 0;
}

.cityGallery .nextPrev .next {
  display: inline-block;
  background: url(/_img/next-london.svg) no-repeat 100% 30%;
  background-size: 18px;
  float: right;
  padding-right: 30px;
  color: #0099dc;
  font-weight: bold;
  cursor: pointer;
}

.cityGallery .nextPrev .prev {
  display: inline-block;
  background: url(/_img/prev-london.svg) no-repeat 0 0;
  background-size: 18px;
  padding-left: 30px;
  color: #0099dc;
  font-weight: bold;
  cursor: pointer;
}

.cityGallery .colon {
  display: inline;
}

@media screen and (max-width: 800px) {
  .cityGallery .nextPrev .next span,
  .cityGallery .nextPrev .prev span {
    display: none;
  }
  .cityGallery .colon {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .cityGallery .caption {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .cityGallery .loader {
    width: 26px;
    height: 26px;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: 0;
    background-size: 26px 26px;
  }
  .cityGallery li .imageContent {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 480px) {
  .cityGallery .title {
    font-size: 14px;
  }
  .cityGallery li .imageContent {
    padding-bottom: 85%;
  }
}
/* = Blocks and modules
----------------------------------------------------------------------------------------------------------------- */
.blocks {
  margin-bottom: 35px;
  overflow: hidden;
}

.blocks.last {
  margin-bottom: 0;
}

.blocks .imgContain {
  background-size: cover;
}

.blocks .textContain {
  position: relative;
}

.blocks h3 a {
  color: #553f68;
}

.blockNopadbottom {
  margin-bottom: 0;
}

.blocks.upNext,
.blocks.upNextManual {
  margin-top: 35px;
  margin-bottom: 5px;
}

.template .blocks a:hover, .blocks a:hover {
  text-decoration: none;
}

.blockOne {
  padding: 45px;
}

.blockOne.brandBlue {
  background: #0099dc;
  color: #fff;
}

.blockOne.brandBlue p,
.blockOne.brandBlue a {
  color: #fff;
}

.blockOne.grey,
.blockOne.grey {
  background: #f1f1f1;
}

.blockOne.brandColour {
  background: #553f68;
}

.blockOne.brandColour h2,
.blockOne.brandColour h5,
.blockOne.brandColour h3,
.blockOne.brandColour p,
.blockOne.brandColour a {
  color: #fff;
}

.blockOne h5 {
  color: #425968;
}

.blockOne h2 {
  margin-top: 0;
}

.blockOne h2:last-child {
  margin-bottom: 0;
}

.blockOne.blockSearch {
  text-align: center;
  padding: 45px 45px 50px;
}

.blockOne.blockSearch h2 {
  font-size: 2.353em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}

.blockOne.blockSearch .searchContain {
  width: 100%;
  padding-right: 110px;
  margin-top: 40px;
}

.blockOne.blockSearch .searchContain input,
.blockOne.blockSearch .searchContain select {
  width: 50%;
  float: left;
  background: #fff url(/_img/dropdown-down.svg) no-repeat right 15px center;
  padding-right: 40px;
}

.blockOne.blockSearch .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 500;
}

.blockOne.blockNextUp {
  padding: 45px 95px 45px 45px;
  background-image: url(/_img/cta-right-purple.svg);
  background-repeat: no-repeat;
  background-position: right 35px center;
  background-size: 38px 38px;
}

.blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

.blocks.applyCTA {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 70px;
  background: #fff;
  width: 325px;
  box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.blocks.applyCTA .blockOne {
  padding: 26px 25px 22px;
}

.blocks.applyCTA .blockOne .btn {
  width: 100%;
  text-align: center;
}

.blocks.applyCTA .blockOne hr {
  margin: 15px -10px 20px;
  border-top: 1px solid #dedede;
  width: auto;
}

.blocks.applyCTA .blockOne h5 {
  font-size: 0.824em;
  margin-left: 8px;
  margin-bottom: 0;
}

.blocks.applyCTA .blockOne h5 a.download {
  color: #425968;
  background: url(/_img/download-sml.svg) no-repeat 2px 50%;
  display: block;
  background-size: 17px;
  padding: 3px 0 0 35px;
}

#oc-boston .blocks.applyCTA .blockOne h5 a.download, #oc-boston .blocks.applyCTA .blockOne hr {
  display: none;
}

.blockTwo {
  width: 50%;
  float: left;
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
  min-height: 220px;
}

.blockTwo .textContain {
  padding: 40px;
}

.reverse .blockTwo {
  float: right;
}

.blockTwo h2:last-child,
.blockTwo h3:last-child,
.blockTwo h3 ul:last-child,
.blockTwo p:last-child {
  margin-bottom: 0;
}

.blockTwo.brandColour {
  background: #553f68;
}

.blockTwo.bgLancashire {
  background: #ca0538;
}

.blockTwo.bgCoventry {
  background: #0071ba;
}

.blockTwo.brandColour h5,
.blockTwo.brandColour h4,
.blockTwo.brandColour h3,
.blockTwo.brandColour h2,
.blockTwo.brandColour p {
  color: #fff;
}

.blockTwo.blockCTA {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
}

.blockTwo.blockCTA h3 {
  margin-top: 0;
  padding-bottom: 15px;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}

.blockTwo.blockCTA h3:last-child {
  padding-bottom: 50px;
}

.blockTwo.blockCTA h5 {
  font-size: 0.824em;
  font-weight: 500;
}

.blockTwo.blockCTA h5 a {
  color: #425968;
  font-weight: bold;
}

.blockTwo.blockCTA h5:last-child {
  margin-bottom: 5px;
}

.blockTwo.blockCTA h5 a.view {
  background: url(/_img/view-sml.svg) no-repeat 0 50%;
  background-size: 22px;
  display: block;
  padding: 3px 0 0 32px;
}

.blockTwo.blockCTA h5 a.download {
  background: url(/_img/download-sml.svg) no-repeat 2px 50%;
  display: block;
  background-size: 17px;
  padding: 3px 0 0 32px;
}

.blockTwo.blockCTA h5 a.view:hover,
.blockTwo.blockCTA h5 a.download:hover {
  text-decoration: underline;
}

.blockTwo.blockCTA.imageFull .zoomContain {
  height: 100%;
  width: 100%;
  display: block;
}

.blockTwo.blockCTA.imageFull .zoomContain > a {
  display: block;
  background-size: cover;
  background-position: 50%;
  height: 100%;
  width: 100%;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.blockTwo.blockCTA.imageFull .zoomContain:hover > a {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.blockTwo.blockCTA.imageFull img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  position: relative;
}

.blockTwo.blockStudent.imageFull img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  position: relative;
}

.blockTwo.blockCTA.image img {
  margin: 0 auto;
  width: 65%;
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.blockCourse {
  margin-bottom: 20px;
}

.blockCourse .blockTwo.blockCTA.image img {
  width: auto;
  max-height: 80px;
  max-width: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.blockCourse .openCourse {
  display: block;
}

.blockCourse .courseExpand {
  border: 1px solid #e3e3e3;
  border-top: 0;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 0;
  position: relative;
}

.blockCourse .courseExpand.open {
  padding: 75px 30px 10px;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  opacity: 1;
}

.blockCourse .courseExpand .closeCourse {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 22px;
  height: 22px;
  background: url(/_img/close-courses.svg) no-repeat 0 0;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
}

.blockCourse p small {
  display: block;
  line-height: 1.5em;
}

.blockCourse .cols {
  margin-bottom: 30px;
}

.blockCourse .colsHalf .col {
  width: 47.5%;
  margin-right: 5%;
}

.blockCourse .cols .endCol {
  margin-right: 0;
}

.courseResults {
  margin-bottom: 30px;
}

.blockCourse h1, .blockCourse h2, .blockCourse h3, .blockCourse h4, .blockCourse h5 {
  color: #0099dc;
}

.blockCourse .courseExpand > .blocks {
  margin-bottom: 0;
}

.blockCourse .reqData {
  margin-top: 35px;
}

.blockCourse .reqData h5 {
  color: #425968;
}

.blockCourse td, .blockCourse th {
  padding: 17px 17px 14px;
}

.blockCourse select {
  width: 100%;
}

.blockCourse .extraMenu li:last-child {
  border: 0;
}

.blockCourse .progWrap {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.blockCourse .buttons {
  width: 30%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.blockCourse .buttons .button {
  float: left;
  position: relative;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #d1d2d6;
  font-size: 90%;
}

.blockCourse .buttons.buttons2 .button {
  margin: 5px 0;
}

.blockCourse .buttons .btnDivide {
  display: inline-block;
  height: 29px;
  width: 34px;
  margin: 1px 13px 16px;
  vertical-align: 13px;
  border-radius: 50%;
  background: #533f66;
  font-weight: bold;
  color: #fff;
}

.blockCourse .arrowBG {
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  height: 48px;
  margin: 0 10px;
  padding: 12px 0 0;
  text-align: center;
  color: #46596a;
  font-size: 90%;
  background: url("/_img/coursefinder/arrow-faded.png") no-repeat left top;
}

.blockCourse .uni {
  display: inline-block;
  vertical-align: middle;
  max-width: 38%;
  width: auto;
  margin: 0 10px 0 15px;
  text-align: center;
}

.blockCourse .uni img {
  margin-bottom: 10px;
}

.blockCourse .uni p {
  line-height: 1.25em;
}

.blockCourse .blockPathway {
  background: #f1f1f1;
}

@media screen and (max-width: 1250px) {
  .blockCourse .buttons {
    float: none;
    margin: 0 auto;
  }
  .blockCourse .buttons .button {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .blockCourse .buttons br {
    display: none;
  }
  .blockCourse .arrowBG {
    float: none;
    margin: 20px auto 20px;
  }
  .blockCourse .uni {
    clear: both;
    float: none;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blockCourse .courseExpand {
    transition: none;
    -webkit-transition: none;
  }
  .blockCourse .courseExpand.open {
    max-height: 3000px;
    transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 750px) {
  .blockCourse .colsHalf .col {
    width: 100%;
    margin-right: 0;
  }
  .blockCourse .courseExpand.open {
    padding: 70px 20px 10px;
  }
  .blockCourse .blockTwo.blockCTA.image img {
    width: auto;
    max-height: 70px;
    max-width: 150px;
  }
}
@media screen and (max-width: 580px) {
  .blockCourse .buttons {
    float: none;
    width: 90%;
    margin: 0 auto 15px;
  }
  .blockCourse .arrowBG {
    margin: 6px auto 20px;
    display: block;
  }
  .blockCourse .uni {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
    max-width: 90%;
  }
}
@media screen and (max-width: 380px) {
  .blockCourse .courseExpand.open {
    padding: 70px 15px 10px;
  }
  .blockCourse .courseExpand table {
    font-size: 0.8em;
  }
}
.blocks .student {
  position: relative;
  margin-bottom: 30px;
}

.blocks .student:last-child {
  margin-bottom: 0;
}

.blockTwo.blockStudent {
  min-height: 270px;
}

.blockTwo.blockStudent.imageFull .profileImg {
  background-size: cover;
  background-position: 50% 25%;
  height: 100%;
  width: 100%;
}

.blockTwo.blockStudent.imageFull .playWrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4) url(/_img/play-thumb.svg) no-repeat 50% 50%;
  opacity: 0;
  transition: all 0.3s linear;
}

.blocks .student.video:hover .playWrapper {
  opacity: 1;
}

.blockTwo.blockStudent.imageFull .playWrapper.video {
  display: block;
}

.student .openProfile .showVideo {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.student.video .openProfile .showVideo {
  display: block;
}

.blockTwo.blockStudent .textContain {
  padding: 35px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.blockTwo.blockStudent h2 {
  margin: 0 0 12px;
}

.blockTwo.blockStudent h5 {
  color: #425968;
  font-weight: bold;
  margin-bottom: 6px;
}

.blockTwo.blockStudent p {
  line-height: 1.1;
}

.blocks .student .profileExpand {
  background: #0099dc;
  padding: 0 30px;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
  opacity: 0;
  position: relative;
}

.blocks .student .profileExpand.open {
  padding: 60px 30px 40px;
  max-height: 900px;
  overflow: hidden;
  transition: all 0.2s linear;
  opacity: 1;
}

.blocks .student .profileExpand .closeProfile {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 22px;
  height: 22px;
  background: url(/_img/close-students.svg) no-repeat 0 0;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
}

.blocks .student .profileExpand h3, .blocks.student .profileExpand h4 {
  color: #fff;
}

.blocks .student .profileExpand p:last-child, .courseExpand p:last-child {
  margin-bottom: 0;
}

.blocks .student .openProfile {
  display: block;
  color: #425968;
  cursor: pointer;
}

.blocks .student a:hover .blockStudent.imageFull img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.blockStudent.imageFull img {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.studentAsterisk {
  background-image: url(../_img/asterisk-green.svg);
  position: absolute;
  width: 68px;
  height: 68px;
  left: 50%;
  top: 25px;
  margin-left: -34px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}

.studentAsterisk.open {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.studentAsterisk.london {
  background: url(/_img/arrow-london.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.london.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.reading {
  background: url(/_img/arrow-reading.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.reading.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.coventry {
  background: url(/_img/arrow-coventry.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.coventry.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.lancashire {
  background: url(/_img/arrow-uclan.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.lancashire.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.sunderland {
  background: url(/_img/arrow-sunderland.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.sunderland.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.hull {
  background: url(/_img/arrow-hull.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.hull.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.amsterdam {
  background: url(/_img/arrow-amsterdam.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.amsterdam.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.southbank {
  background: url(/_img/arrow-lsbu.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.southbank.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.studentAsterisk.lund {
  background: url(/_img/arrow-lund.svg) no-repeat;
  background-size: auto 68px;
}

.studentAsterisk.lund.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.blockTwo.blockStudent.london {
  background: #f1f1f1 url(/_img/logos/logo-oclondon-color.svg) no-repeat 30px 30px;
  background-size: 84px 24px;
}

.blockTwo.blockStudent.reading {
  background: #f1f1f1 url(/_img/logos/logo-reading-color.svg) no-repeat 30px 30px;
  background-size: 86px 28px;
}

.blockTwo.blockStudent.coventry {
  background: #f1f1f1 url(/_img/logos/logo-coventry-color.svg) no-repeat 30px 20px;
  background-size: 85px 24px;
}

.blockTwo.blockStudent.lancashire {
  background: #f1f1f1 url(/_img/logos/logo-uclan-color.svg) no-repeat 30px 30px;
  background-size: 57px 32px;
}

.blockTwo.blockStudent.sunderland {
  background: #f1f1f1 url(/_img/logos/logo-sunderland-color.svg) no-repeat 30px 30px;
  background-size: 92px 44px;
}

.blockTwo.blockStudent.hull {
  background: #f1f1f1 url(/_img/logos/logo-hull-color.svg) no-repeat 30px 30px;
  background-size: 73px 34px;
}

.blockTwo.blockStudent.amsterdam {
  background: #f1f1f1 url(/_img/logos/logo-amsterdamuas-color.svg) no-repeat 30px 30px;
  background-size: 125px 22px;
}

.blockTwo.blockStudent.southbank {
  background: #f1f1f1 url(/_img/logos/logo-southbank-color.svg) no-repeat 30px 30px;
  background-size: 68px 40px;
}

.blockTwo.blockStudent.lund {
  background: #f1f1f1 url(/_img/logos/logo-lund-color.svg) no-repeat 30px 30px;
  background-size: 34px 46px;
}

.blockTwo.blockStudent.rhodeIsland {
  background: #f1f1f1 url(/_img/logos/logo-ocrhode-color.svg) no-repeat 30px 30px;
  background-size: 88px 24px;
}

.blockTwo.blockStudent.boston {
  background: #f1f1f1 url(/_img/logos/logo-ocboston-color.svg) no-repeat 30px 30px;
  background-size: 80px 24px;
}

.blockTwo.blockStudent.rochester {
  background: #f1f1f1 url(/_img/logos/logo-ocrochester-color.svg) no-repeat 30px 30px;
  background-size: 87px 34px;
}

.blockTwo.blockStudent.morrisville {
  background: #f1f1f1 url(/_img/logos/logo-ocsuny-color.svg) no-repeat 30px 30px;
  background-size: 83px 24px;
}

.blockTwo.blockStudent.texas {
  background: #f1f1f1 url(/_img/logos/logo-octexas-color.svg) no-repeat 30px 30px;
  background-size: 84px 24px;
}

.blockTwo.blockStudent.california {
  background: #f1f1f1 url(/_img/logos/logo-occalstate-color.svg) no-repeat 30px 30px;
  background-size: 81px 32px;
}

.blockTwo.blockStudent.amsterdam {
  background: #f1f1f1 url(/_img/logos/logo-uamsterdam-color.svg) no-repeat 30px 30px/146px 16px;
}

/* Specific styles for Student page */
#students .blocks .student {
  cursor: pointer;
  width: 49%;
  float: left;
}

#students .blocks .student:nth-child(even) {
  float: right;
}

#students .blocks .student .profileExpand {
  padding: 0 70px 0 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}

#students .blocks .student .profileExpand.open {
  padding: 35px 70px 35px 35px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: rgba(0, 153, 220, 0.95);
}

#students .blockTwo.blockStudent h2 {
  font-size: 1.4em;
}

@media screen and (max-width: 1240px) {
  .blockTwo.blockStudent h2 {
    font-size: 1.5em;
  }
  #students .blockTwo.blockStudent h2 {
    font-size: 1.3em;
  }
  #students .blockTwo.blockStudent {
    min-height: 300px;
  }
}
@media screen and (max-width: 980px) {
  #students .blocks .student {
    width: 100%;
    float: none;
  }
  #students .blocks .student:nth-child(even) {
    float: none;
  }
  #students .blocks .student .profileExpand {
    padding: 0 30px;
    position: relative;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    overflow: hidden;
  }
  #students .blocks .student .profileExpand.open {
    padding: 60px 30px 40px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
  }
  #students .blockTwo.blockStudent {
    min-height: 250px;
  }
  .blockTwo.blockStudent h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 650px) {
  #students .blockTwo.blockStudent,
  .blockTwo.blockStudent {
    min-height: 270px;
  }
  .blockTwo.blockStudent h2,
  #students .blockTwo.blockStudent h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 520px) {
  #students .blockTwo.blockStudent {
    min-height: 235px;
  }
  .blockTwo.blockStudent h2,
  #students .blockTwo.blockStudent h2 {
    font-size: 1.3em;
  }
  .blocks .student .profileExpand,
  #students .blocks .student .profileExpand {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .blocks .student .profileExpand.open,
  #students .blocks .student .profileExpand.open {
    max-height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 380px) {
  #students .blockTwo.blockStudent,
  .blockTwo.blockStudent {
    min-height: 240px;
  }
}
.blockTwo.blockStat {
  width: 49%;
  margin-right: 2%;
  padding: 70px 60px 68px;
  background: #512178;
  text-align: center;
  display: table;
  box-sizing: border-box;
}

.blockTwo.blockStat .vAlign {
  display: table-cell;
  vertical-align: middle;
}

.blockTwo.blockStat:nth-child(2n+2) {
  margin-right: 0;
}

.blockTwo.blockStat .stat,
.blockTwo.blockStat h5 {
  color: #fff;
}

.blockTwo.blockStat h5 {
  margin-bottom: 5px;
}

.blockTwo.blockStat .stat {
  padding: 10px 0 5px;
  font-size: 4.706em;
  font-weight: 500;
  font-family: "Stag";
  font-style: normal;
  color: #0099dc;
}

.blockTwo.blockStat .callout {
  color: #fff;
  font-weight: 500;
  line-height: 1.1;
}

.blockThree {
  width: 32.333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.blockThree:nth-child(3n+3) {
  margin-right: 0;
}

.blockThree h3 a {
  display: block;
  color: #553f68;
}

.blockThree .textContain {
  padding: 35px;
  background: #f1f1f1;
}

.blockThree .textContain h3 {
  margin-top: 0;
}

.blockThree .textContain p:last-child {
  margin-bottom: 0;
}

.blockThree .imgContain {
  padding-bottom: 64%;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.blockThree > a {
  display: block;
  overflow: hidden;
}

.blockThree > a:hover .imgContain {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.blockThree.blockBlog .textContain {
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top: 0;
}

.blockThree.blockBlog .textContain span.blogCat:after {
  content: ", ";
  position: relative;
}

.blockThree.blockBlog .textContain span.blogCat:last-child:after {
  content: none;
}

.blockThree.blockBlog .textContain span.blogCatfeatured,
.blockThree.blockBlog .textContain span.blogCatslider {
  display: none;
}

.blockThree.blockBlog .textContain h5 {
  color: #607785;
  font-size: 0.824em;
}

.blockThree.blockBlog .textContain h5:empty {
  display: none;
}

.blockThree.blockBlog .textContain a {
  font-weight: bold;
  display: block;
  color: #553f68;
}

.blockThree.blockBlog .imgContain {
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.blockThree.blockStat {
  background: #0099dc;
  padding: 30px 30px 20px;
  text-align: center;
}

.blockThree.blockStat .stat,
.blockThree.blockStat h5 {
  color: #fff;
}

.blockThree.blockStat h5 {
  margin-bottom: 7px;
}

.blockThree.blockStat .stat {
  font-size: 2em;
  line-height: 1.15em;
  font-weight: bold;
}

.blockThree.blockHomeCTA {
  padding: 40px 35px;
}

.blockThree.blockHomeCTA h2,
.blockThree.blockHomeCTA h3,
.blockThree.blockHomeCTA p,
.blockThree.blockHomeCTA a {
  color: #fff;
  word-break: break-word;
}

.blockThree.blockHomeCTA p {
  line-height: 1.3;
}

.blockThree.blockHomeCTA .btn {
  margin-top: 5px;
}

.blockThree.blockHomeCTA.getIntouch p a {
  margin-top: 10px;
  display: inline-block;
}

.blockThree.blockHomeCTA.getIntouch p a:hover {
  text-decoration: underline;
}

.blockThree.blockHomeCTA p:last-child {
  margin-bottom: 0;
}

.blockThree.blockHomeCTA.getIntouch {
  background: #553f68 url(/_img/home-contact-messages.svg) no-repeat 35px 40px;
  background-size: 60px auto;
}

.blockThree.blockHomeCTA.findAgent {
  background: #0099dc url(/_img/home-contact-globe.svg) no-repeat 35px 40px;
  background-size: 43px auto;
}

.blockThree.blockHomeCTA.follow {
  background: #8ab52c;
}

.blockThree.blockHomeCTA.getIntouch h2,
.blockThree.blockHomeCTA.findAgent h2 {
  padding-top: 75px;
  letter-spacing: 1px;
}

.blockThree.blockHomeCTA .followSocial {
  position: relative;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  height: 35px;
}

.blockThree.blockHomeCTA .followSocial li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  width: 35px;
  height: 35px;
  font-size: 0;
  text-indent: -100px;
  overflow: hidden;
}

.blockThree.blockHomeCTA .followSocial li a {
  display: block;
  height: 100%;
}

.blockThree.blockHomeCTA .followSocial li.fb {
  background: url(/_img/home-contact-fb.svg) no-repeat 0 0;
  background-size: 35px auto;
}

.blockThree.blockHomeCTA .followSocial li.ig {
  background: url(/_img/home-contact-insta.svg) no-repeat 0 0;
  background-size: 35px auto;
}

.blockThree.blockHomeCTA .followSocial li.tw {
  margin-right: 12px;
  width: 41px;
  background: url(/_img/home-contact-twitter.svg) no-repeat 0 0;
  background-size: 42px 35px;
}

.blockThree.blockHomeCTA .followSocial li.yt {
  background: url(/_img/home-contact-youtube.svg) no-repeat 0 0;
  background-size: 35px auto;
}

.blockThree.blockHomeCTA .followSocial li.linkedIn {
  background: url(/_img/home-contact-li.svg) no-repeat 0 0;
  background-size: 35px auto;
}

.blockThree.blockHomeCTA .followSocial li.wc {
  background: url(/_img/home-contact-wechat.svg) no-repeat 0 0;
  background-size: 35px auto;
  margin-right: 0;
}

.blockThree.blockHomeCTA .followSocial li.tt {
  background: url(/_img/home-contact-tiktok.svg) no-repeat 0 0;
  background-size: 35px auto;
}

.blockFour {
  width: 24.25%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.blockFour:nth-of-type(4n+4) {
  margin-right: 0;
}

.blockFour > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.blockFour > a:hover .imgContain {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.blockFour h2, .blockFour h3, .blockFour h4, .blockFour h5, .blockFour h6, .blockFour p {
  color: #fff;
}

.blockFour h3 a,
.blockFour h2 a {
  display: block;
}

.blockFour .btn {
  margin: 5px 0 0 0;
}

.blockThree.blockLocation, .blockFour.blockLocation {
  position: relative;
}

.blockThree.blockLocation > a, .blockFour.blockLocation > a {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
}

.blockThree.blockLocation > a {
  position: relative;
}

.blockThree.blockLocation .textContain, .blockFour.blockLocation .textContain {
  padding: 60px 30px 65px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blockThree.blockLocation .textContain {
  background: transparent;
}

.blockThree.blockLocation .textContain h2, .blockThree.blockLocation .textContain h3, .blockThree.blockLocation .textContain h4, .blockThree.blockLocation .textContain h5, .blockThree.blockLocation .textContain h6, .blockThree.blockLocation .textContain p {
  color: #fff;
}

.blockThree.blockLocation .textContain .btn {
  margin-top: 5px;
}

.blockThree.blockLocation .imgContain, .blockFour.blockLocation .imgContain {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.blockThree.blockLocation .imgContain {
  padding-bottom: 0;
}

.blockThree.blockLocation:after, .blockFour.blockLocation:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/_img/lens_20.png) repeat;
}

.blockThree.blockLocation:after {
  height: auto;
  visibility: visible;
}

.blockVideo:nth-child(4n+4) {
  margin-right: 0;
}

.blockFour.blockVideo .imgContain {
  padding-bottom: 64%;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.blockFour.blockVideo .playVideo {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  background: url(/_img/play-thumb.svg) no-repeat 50% 50%;
  display: block;
}

.blockFour.blockVideo > a {
  background: #000;
}

.blockFour.blockVideo > a:hover .imgContain {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.blockFour.blockVideo h3 {
  padding: 20px 10px;
  margin: 0;
  line-height: 1.2;
}

.blockFour.blockVideo h3 a {
  color: #553f68;
}

.blockCollege {
  width: 25%;
  padding-bottom: 25%;
  display: block;
  float: left;
  background: #425968;
  border: 1px solid #fff;
}

.blockCollege.courtauld {
  background: #7ba7ae url(/_img/logos/logo-courtald.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.queenMary {
  background: #0f559e url(/_img/logos/logo-qmul.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.goldsmiths {
  background: #c8a56f url(/_img/logos/logo-goldsmiths.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.birbeck {
  background: #952130 url(/_img/logos/logo-birkbeck.svg) no-repeat 50% 50%;
  background-size: 140px auto;
}

.blockCollege.hull {
  background: #145e9f url(/_img/logos/logo-hull.svg) no-repeat 50% 50%;
  background-size: 120px auto;
}

.blockCollege.sunderland {
  background: #cc6600 url(/_img/logos/logo-sunderland.svg) no-repeat 50% 50%;
  background-size: 140px auto;
}

.blockCollege.holloway {
  background: #ee6707 url(/_img/logos/logo-rholloway.svg) no-repeat 50% 50%;
  background-size: 130px auto;
}

.blockCollege.reading {
  background: #D81520 url(/_img/logos/logo-reading.svg) no-repeat 50% 50%;
  background-size: 130px auto;
}

.blockCollege.rvc {
  background: #9f26b5 url(/_img/logos/logo-rvc.svg) no-repeat 50% 50%;
  background-size: 120px auto;
}

.blockCollege.southBank {
  background: #87af38 url(/_img/logos/logo-southbank-new.svg) no-repeat 50% 50%;
  background-size: 140px auto;
}

.blockCollege.coventry {
  background: #0071b8 url(/_img/logos/logo-coventry.svg) no-repeat 50% 50%;
  background-size: 110px auto;
}

.blockCollege.uclan {
  background: #ce0e42 url(/_img/logos/logo-uclan-v3.svg) no-repeat 50% 50%;
  background-size: 155px auto;
}

.blockCollege.lund {
  background: #bedaca url(/_img/logos/logo-lund.svg) no-repeat 50% 50%;
  background-size: 80px auto;
}

.blockCollege.kristianstad {
  background: #082a76 url(/_img/logos/logo-kristianstad-green-white.svg) no-repeat 50% 50%;
  background-size: 140px auto;
}

.blockCollege.iit {
  background: #cd1423 url(/_img/logos/logo-iit_white.svg) no-repeat 50% 50%;
  background-size: 160px auto;
}

.blockCollege.amsterdam {
  background: #dd052b url(/_img/logos/logo-uamsterdam.svg) no-repeat 50% 50%;
  background-size: 165px auto;
}

.blockCollege.london {
  background: #512178 url(/_img/logos/logo-oclondon.svg) no-repeat 50% 50%;
  background-size: 130px auto;
}

.blockCollege.amsterdamuni {
  background: #dd052b url(/_img/logos/logo-amsterdam.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.boston {
  background: #00803b url(/_img/logos/oncampus_boston_block_logo.svg) no-repeat 50% 50%;
  background-size: 135px auto;
}

.blockCollege.aston {
  background: #87008f url(/_img/logos/logo-aston.svg) no-repeat 50% 50%;
  background-size: 135px auto;
}

.blockCollege.southampton {
  background: #005c84 url(/_img/logos/logo-southampton-white-22.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.paris {
  background: #b71b54 url(/_img/logos/paris-kedge-white.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.loughborough {
  background: #361163 url(/_img/logos/logo-loughborough.svg) no-repeat 50% 50%;
  background-size: 150px auto;
}

.blockCollege.linnaeus {
  background: #333333 url(/_img/logos/logo-linnaeus-white.svg) no-repeat 50% 50%;
  background-size: 80% auto;
}

.blockCollege.chicago {
  background: #cd1423 url(/_img/logos/logo-oncampus-chicago.svg) no-repeat 50% 50%;
  background-size: 65% auto;
}

.blockCollege.stgeorges {
  background: #0c4d8f url(/_img/logos/logo-sgul.svg) no-repeat 50% 50%;
  background-size: 78% auto;
}

.blockCollege.maynooth {
  background: #003771 url(/_img/logos/maynooth.svg) no-repeat 50% 50%;
  background-size: 60% auto;
}

.blockCollege.dcu {
  background: #00283e url(/_img/logos/dcu-white.svg) no-repeat 50% 50%;
  background-size: 55% auto;
}

.blockCollege.mtu {
  background: #F0AF00 url(/_img/logos/mtu-logo.svg) no-repeat 50% 50%;
  background-size: 78% auto;
}

.blockCollege.setu {
  background: #435465 url(/_img/logos/setu-logo.svg) no-repeat 50% 50%;
  background-size: 64% auto;
}

.blockCollege.holmes {
  background: #a72b28 url(/_img/logos/hid-white.svg) no-repeat 50% 50%;
  background-size: 60% auto;
}

.blockCollege.stpatricks {
  background: #0d6948 url(/_img/logos/st-patrick-white.svg) no-repeat 50% 50%;
  background-size: 52% auto;
}

.blockCollege.ucc {
  background: #51832e url(/_img/logos/ucc-logo.svg) no-repeat 50% 50%;
  background-size: 63% auto;
}

.blockCollege.unihaven {
  background: #a3c95c url(/_img/logos/unihave-only-white.svg) no-repeat 50% 50%;
  background-size: 76% auto;
}

.blockCollege.castel {
  background: #e62d2a url(/_img/logos/logo-castel-white.svg) no-repeat 50% 50%;
  background-size: 64% auto;
}

.blockCollege.dublin {
  background: #013a20 url(/_img/logos/logo-oc-dublin-white.svg) no-repeat 50% 50%;
  background-size: 60% auto;
}

.blockCollegeThird {
  width: 33.3334%;
  padding-bottom: 33.3334%;
  display: block;
  float: left;
  background: #425968;
  border: 1px solid #fff;
}

.blockCollegeHalf {
  width: 48%;
  padding-bottom: 48%;
  display: block;
  float: left;
  background: #425968;
  border: 1px solid #fff;
}

.extraMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.extraMenu li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
  margin: 0;
  line-height: 1;
  background-image: url(/_img/cta-right-grey.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: right 5px center;
}

.extraMenu li a {
  display: block;
  color: #425968;
  padding: 18px 30px 15px 0;
}

.asideCTAmenu {
  margin: 30px 0;
  background: #f1f1f1;
  padding: 15px;
  font-size: 0.875em;
}

.asideCTAmenu ul {
  margin: 0;
  list-style: none;
}

.asideCTAmenu > ul > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

.asideCTAmenu ul li:last-child {
  border: 0;
}

.asideCTAmenu > ul > li > a {
  padding: 24px 15px 17px 55px;
  line-height: 1;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #425968;
}

.asideCTAmenu ul li ul {
  display: none;
  padding: 5px 20px 20px;
}

.asideCTAmenu > ul > li.download > a {
  background: url(/_img/download-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.find > a {
  background: url(/_img/pin-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.info > a {
  background: url(/_img/info-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.help > a {
  background: url(/_img/phone-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.find > a {
  background: url(/_img/pin-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.fb > a {
  background: url(/_img/fb-sml.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
}

.asideCTAmenu > ul > li.ins > a {
  background: url(/_img/ins-small.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
}

.asideCTAmenu > ul > li.yt > a {
  background: url(/_img/yt-small.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
}

.asideCTAmenu > ul > li.wc > a {
  background: url(/_img/wc-small.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
  cursor: pointer;
}

.asideCTAmenu > ul > li.tw > a {
  background: url(/_img/tw-small.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
}

.asideCTAmenu > ul > li.tt > a {
  background: url(/_img/tt-small.svg) no-repeat 20px 50%;
  background-size: 16px 16px;
}

.asideCTAmenu > ul > li.email > a {
  background: url(/_img/email-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

.asideCTAmenu > ul > li.download ul li,
.asideCTAmenu > ul > li.info ul li {
  list-style: square;
  margin: 0 0 10px 20px;
}

.asideSquare {
  margin: 30px 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #9f9f9f;
  background-size: cover;
  background-size: cover;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.asideSquare .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 7px;
}

.asideSquare .overlay .buttons {
  bottom: 0;
  width: 100%;
  position: absolute;
}

.asideSquare .overlay .buttons .btn {
  float: left;
  width: 49%;
  margin-right: 2%;
  max-height: none;
  min-height: 0;
  text-align: center;
  padding: 25px;
  font-size: 0.882em;
}

.asideSquare .overlay .buttons .btn:last-child {
  margin-right: 0;
}

.asideSquare .overlay .igText {
  padding: 30px 25px 25px;
}

.asideSquare .overlay .igText h5,
.asideSquare .overlay .igText h4,
.asideSquare .overlay .igText h3,
.asideSquare .overlay .igText p {
  color: #fff;
  margin-bottom: 10px;
}

.asideSquare .overlay .igText h3 {
  margin-top: 5px;
  line-height: 1.2;
}

.asideCTA {
  margin: 30px 0;
}

.asideCTA h3 {
  padding: 35px 30px 30px;
  margin: 0;
  background: #553f68;
  color: #fff;
}

.asideCTA h3:last-child, .asideCTA p {
  margin-bottom: 0;
}

.asideCTA .content {
  background: #f1f1f1;
  padding: 15px;
}

.asideCTA .content .asideCTAmenu {
  padding: 0;
  margin: 0;
}

.asideCTA ul {
  margin: 0;
  list-style: none;
}

.asideCTA ul li a {
  padding: 24px 15px 17px 55px;
  line-height: 1;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #425968;
}

.asideCTA p {
  padding: 20px;
}

.asideCTA p a {
  color: #0099dc;
}

.asideCTA ul li.help a {
  background: url(/_img/phone-sml.svg) no-repeat 20px 50%;
  background-size: 17px 17px;
}

@media screen and (max-width: 1340px) {
  .blockThree.blockHomeCTA .followSocial {
    height: 24px;
  }
  .blockThree.blockHomeCTA .followSocial li {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .blockThree.blockHomeCTA .followSocial li.fb,
  .blockThree.blockHomeCTA .followSocial li.yt,
  .blockThree.blockHomeCTA .followSocial li.ig,
  .blockThree.blockHomeCTA .followSocial li.linkedIn,
  .blockThree.blockHomeCTA .followSocial li.wc,
  .blockThree.blockHomeCTA .followSocial li.tt {
    background-size: 24px auto;
  }
  .blockThree.blockHomeCTA .followSocial li.tw {
    width: 30px;
    margin-right: 4px;
    background-size: auto 24px;
  }
}
@media screen and (max-width: 1260px) {
  .blockTwo.blockStat {
    padding: 70px 50px 68px;
  }
  .blockCollege.iit {
    background-size: 135px auto;
  }
  .blockCollege.amsterdam {
    background-size: 145px auto;
  }
  .blockCollege.uclan {
    background-size: 140px auto;
  }
  .blockCollege.boston {
    background-size: 120px auto;
  }
  .blockCollege.aston {
    background-size: 120px auto;
  }
}
@media screen and (max-width: 1160px) {
  .blockThree {
    width: 49.25%;
  }
  .blockThree:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .blockThree:nth-child(2n+2) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA {
    width: 32.333%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .blockThree.blockHomeCTA:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockStat {
    width: 32.333%;
    margin-right: 1.5%;
    padding: 30px 20px 18px;
    font-size: 0.9em;
  }
  .blockThree.blockStat:nth-child(2n+2) {
    margin-right: 1.5%;
  }
  .blockThree.blockStat:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA .followSocial li.yt {
    right: 0;
  }
  .blocks.applyCTA {
    width: 295px;
  }
  .blockTwo.blockStat {
    padding: 70px 30px 68px;
  }
  .blockTwo.blockStat .stat {
    font-size: 4em;
  }
  .blockFour .textContain {
    padding: 50px 25px 50px;
  }
  .blockCollege.courtauld,
  .blockCollege.queenMary,
  .blockCollege.amsterdamuni,
  .blockCollege.amsterdam,
  .blockCollege.southampton,
  .blockCollege.goldsmiths {
    background-size: 120px auto;
  }
  .blockCollege.birbeck,
  .blockCollege.iit,
  .blockCollege.sunderland,
  .blockCollege.southBank,
  .blockCollege.loughborough {
    background-size: 110px auto;
  }
  .blockCollege.holloway,
  .blockCollege.lund {
    background-size: 70px auto;
  }
  .blockCollege.reading {
    background-size: 100px auto;
  }
  .blockCollege.rvc,
  .blockCollege.london,
  .blockCollege.hull {
    background-size: 90px auto;
  }
  .blockCollege.coventry {
    background-size: 80px auto;
  }
  .blockCollege.uclan {
    background-size: 120px auto;
  }
  .blockCollege.boston {
    background-size: 100px auto;
  }
  .blockCollege.aston {
    background-size: 100px auto;
  }
}
@media screen and (max-width: 980px) {
  .blockThree.blockHomeCTA .followSocial {
    height: 18px;
  }
  .blockThree.blockHomeCTA .followSocial li {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .blockThree.blockHomeCTA .followSocial li.fb,
  .blockThree.blockHomeCTA .followSocial li.yt,
  .blockThree.blockHomeCTA .followSocial li.ig,
  .blockThree.blockHomeCTA .followSocial li.linkedIn,
  .blockThree.blockHomeCTA .followSocial li.wc,
  .blockThree.blockHomeCTA .followSocial li.tt {
    background-size: 18px auto;
  }
  .blockThree.blockHomeCTA .followSocial li.tw {
    width: 20px;
    background-size: auto 18px;
  }
}
@media screen and (max-width: 1024px) {
  .blockThree:not(.blockLocation) {
    width: 32.333%;
  }
  .blockThree:not(.blockLocation):nth-child(2n+2) {
    margin-right: 1.5%;
  }
  .blockThree:not(.blockLocation):nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree .textContain {
    padding: 30px;
  }
  .blocks.applyCTA {
    margin-bottom: -25px;
    z-index: 1;
  }
  .blockFour {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .blockFour:nth-child(even) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA {
    padding: 35px 30px;
  }
  .blockThree.blockHomeCTA.getIntouch,
  .blockThree.blockHomeCTA.findAgent,
  .blockThree.blockHomeCTA.follow {
    background-position: 30px 35px;
  }
  .blockThree.blockHomeCTA.getIntouch h2, .blockThree.blockHomeCTA.findAgent h2 {
    padding-top: 70px;
  }
  .blockCollege.courtauld,
  .blockCollege.queenMary,
  .blockCollege.goldsmiths,
  .blockCollege.amsterdam,
  .blockCollege.iit {
    background-size: 150px auto;
  }
  .blockCollege.birbeck,
  .blockCollege.amsterdamuni,
  .blockCollege.southampton,
  .blockCollege.sunderland,
  .blockCollege.loughborough {
    background-size: 140px auto;
  }
  .blockCollege.holloway,
  .blockCollege.reading,
  .blockCollege.boston,
  .blockCollege.aston,
  .blockCollege.london,
  .blockCollege.southBank {
    background-size: 130px auto;
  }
  .blockCollege.rvc,
  .blockCollege.hull {
    background-size: 120px auto;
  }
  .blockCollege.coventry {
    background-size: 110px auto;
  }
  .blockCollege.uclan {
    background-size: 155px auto;
  }
  .asideSquare {
    width: auto;
    padding-bottom: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .blocks.applyCTA {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.1);
  }
  .blocks.applyCTA:before {
    content: "";
    display: block;
    background: #512178 url(/_img/logos/logo-oclondon.svg) no-repeat 50%;
    background-size: auto 35px;
    height: 80px;
  }
  .blocks.applyCTA .blockOne {
    padding: 25px;
  }
  .blocks.applyCTA .blockOne hr {
    display: none;
  }
  .blocks.applyCTA .blockOne .btn,
  .blocks.applyCTA .blockOne h5 {
    width: 50%;
    float: left;
    margin: 0;
    height: 50px;
  }
  .blocks.applyCTA .blockOne h5 {
    border-left: 4px solid #fff;
    background: #f1f1f1;
    position: relative;
  }
  .blocks.applyCTA .blockOne h5 a.download {
    height: 50px;
    line-height: 50px;
    padding: 1px 0 0 0;
    text-align: center;
    background: none;
  }
  .blocks.applyCTA .blockOne h5 a.download:before {
    content: "";
    background: url(/_img/download-sml.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: relative;
    top: 3px;
    margin-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    overflow: visible;
    display: inline-block;
  }
  .blockThree.blockHomeCTA h2 {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 800px) {
  .blockThree {
    width: 49.25%;
  }
  .blockThree:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .blockThree:nth-child(2n+2) {
    margin-right: 0;
  }
  .blockThree.blockStat {
    padding: 30px 16px 16px;
    width: 32.333%;
    margin-right: 1.5%;
  }
  .blockThree.blockStat .stat {
    font-size: 2em;
  }
  .blockThree.blockStat:nth-child(2n+2) {
    margin-right: 1.5%;
  }
  .blockThree.blockStat:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA:nth-child(2n+2) {
    margin-right: 1.5%;
  }
  .blockThree.blockHomeCTA:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 20px;
    padding: 40px 35px;
  }
  .blockThree.blockHomeCTA:nth-child(2n+2),
  .blockThree.blockHomeCTA:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockHomeCTA h2 {
    font-size: 1.45em;
    font-size: 1.765em;
  }
  .blockThree.blockHomeCTA.getIntouch, .blockThree.blockHomeCTA.findAgent, .blockThree.blockHomeCTA.follow {
    background-position: 35px 40px;
  }
  .blockThree.blockHomeCTA.follow {
    margin-bottom: 0;
  }
  .blockThree.blockHomeCTA .followSocial li {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
  }
  .blockThree.blockHomeCTA .followSocial {
    height: 45px;
  }
  .blockThree.blockHomeCTA .followSocial li.ig,
  .blockThree.blockHomeCTA .followSocial li.yt,
  .blockThree.blockHomeCTA .followSocial li.fb,
  .blockThree.blockHomeCTA .followSocial li.tw,
  .blockThree.blockHomeCTA .followSocial li.linkedIn,
  .blockThree.blockHomeCTA .followSocial li.wc,
  .blockThree.blockHomeCTA .followSocial li.tt {
    left: 0;
    margin: 0 27px 0 0;
    background-size: 40px auto;
  }
  .blockThree.blockHomeCTA .followSocial li.tw {
    background-size: auto 40px;
    width: 48px;
  }
  .blockThree.blockHomeCTA .followSocial li.wc {
    margin-right: 0;
  }
  .blockOne.blockSearch .searchContain {
    padding-right: 0;
  }
  .blockOne.blockSearch .searchContain input,
  .blockOne.blockSearch .searchContain select {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .blockOne.blockSearch .btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
  .studentAsterisk {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
  .blockTwo.blockStat {
    padding: 60px 30px 58px;
    font-size: 0.85em;
  }
  .blockCollege.courtauld,
  .blockCollege.queenMary,
  .blockCollege.southampton,
  .blockCollege.goldsmiths {
    background-size: 120px auto;
  }
  .blockCollege.birbeck,
  .blockCollege.sunderland, .blockCollege.iit, .blockCollege.amsterdam, .blockCollege.amsterdamuni, .blockCollege.loughborough {
    background-size: 110px auto;
  }
  .blockCollege.holloway,
  .blockCollege.reading,
  .blockCollege.southBank {
    background-size: 100px auto;
  }
  .blockCollege.rvc,
  .blockCollege.london {
    background-size: 90px auto;
  }
  .blockCollege.boston {
    background-size: 95px auto;
  }
  .blockCollege.aston {
    background-size: 95px auto;
  }
  .blockCollege.coventry,
  .blockCollege.hull {
    background-size: 80px auto;
  }
  .blockCollege.uclan {
    background-size: 120px auto;
  }
  .asideSquare {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 650px) {
  .blockOne.blockSearch .searchContain {
    margin-top: 30px;
  }
  .blockOne.blockSearch h2 {
    font-size: 2em;
  }
  .blockOne,
  .blockOne.blockSearch {
    padding: 40px;
  }
  .blockOne.blockNextUp {
    padding: 40px 85px 40px 40px;
    background-size: 30px 30px;
    background-position: right 30px center;
  }
  .blockTwo {
    min-height: 210px;
  }
  .blockTwo.blockCTA h3 {
    font-size: 1.294em;
    line-height: 1.1;
  }
  .blockTwo.blockCTA h3:last-child {
    padding-bottom: 30px;
  }
  .blockTwo .textContain {
    padding: 36px;
  }
  .blockThree.blockStat .stat {
    font-size: 1.765em;
  }
  .studentAsterisk {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: 20px;
  }
  .blockTwo.blockStudent .textContain {
    padding: 25px;
  }
  .blockTwo.blockStudent.london,
  .blockTwo.blockStudent.reading,
  .blockTwo.blockStudent.lancashire,
  .blockTwo.blockStudent.sunderland,
  .blockTwo.blockStudent.hull,
  .blockTwo.blockStudent.amsterdam,
  .blockTwo.blockStudent.southbank,
  .blockTwo.blockStudent.lund,
  .blockTwo.blockStudent.rhodeIsland,
  .blockTwo.blockStudent.boston,
  .blockTwo.blockStudent.rochester,
  .blockTwo.blockStudent.morrisville,
  .blockTwo.blockStudent.texas,
  .blockTwo.blockStudent.california {
    background-position: 25px 30px;
  }
  .blockTwo.blockStudent.coventry {
    background-position: 25px 15px;
  }
  .blockTwo.blockStat {
    padding: 50px 25px 48px;
    font-size: 0.8em;
  }
  .blockTwo.blockStat .stat {
    font-size: 4em;
  }
  .blockCollege {
    width: 33.3334%;
    padding-bottom: 33.3334%;
  }
  .asideSquare {
    margin: 30px 0;
    width: 100%;
    padding-bottom: 80%;
  }
}
@media screen and (max-width: 520px) {
  .blockTwo {
    min-height: 200px;
  }
  .blockTwo.blockCTA h3 {
    font-size: 1.118em;
  }
  .blockTwo.blockCTA h3:last-child {
    padding-bottom: 25px;
  }
  .blockTwo .textContain {
    padding: 35px;
  }
  .blocks.applyCTA .blockOne .btn, .blocks.applyCTA .blockOne h5 {
    width: 100%;
    float: none;
    margin: 0;
    border-left: none;
  }
  .blockThree.blockStat {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blockThree.blockStat:nth-child(2n+2) {
    margin-right: 0;
  }
  .blockThree.blockStat:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree.blockStat .stat {
    font-size: 2em;
  }
  .blockFour {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blockFour:nth-child(even) {
    margin-right: 0;
  }
  .student .blockTwo {
    width: 100%;
    float: none;
    min-height: 240px;
  }
  .blockTwo.blockStat {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 50px 35px 48px;
    float: none;
    min-height: 225px;
  }
  .studentAsterisk {
    width: 30px;
    height: 30px;
    margin-left: 0;
    top: 25px;
    right: 25px;
    left: auto;
  }
  .asideSquare {
    padding-bottom: 85%;
  }
  .blockThree.blockHomeCTA .followSocial li {
    width: 25px;
    height: 25px;
    margin-right: 17px;
  }
  .blockThree.blockHomeCTA .followSocial {
    height: 25px;
  }
  .blockThree.blockHomeCTA .followSocial li.ig,
  .blockThree.blockHomeCTA .followSocial li.yt,
  .blockThree.blockHomeCTA .followSocial li.fb,
  .blockThree.blockHomeCTA .followSocial li.linkedIn,
  .blockThree.blockHomeCTA .followSocial li.wc,
  .blockThree.blockHomeCTA .followSocial li.tt {
    margin: 0 17px 0 0;
    background-size: 25px auto;
  }
  .blockThree.blockHomeCTA .followSocial li.tw {
    margin: 0 15px 0 0;
    background-size: auto 25px;
    width: 30px;
  }
  .blockThree.blockHomeCTA .followSocial li.wc {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .blocks {
    margin-bottom: 30px;
  }
  .blockNopadbottom {
    margin-bottom: 0;
  }
  .blockTwo {
    width: 100%;
    float: none;
    min-height: 180px;
  }
  .blockTwo.blockCTA h3:last-child {
    padding-bottom: 25px;
  }
  .blockCollege.courtauld,
  .blockCollege.queenMary,
  .blockCollege.southampton,
  .blockCollege.goldsmiths,
  .blockCollege.iit {
    background-size: 100px auto;
  }
  .blockCollege.birbeck,
  .blockCollege.sunderland,
  .blockCollege.amsterdam,
  .blockCollege.southBank,
  .blockCollege.amsterdamuni,
  .blockCollege.loughborough {
    background-size: 90px auto;
  }
  .blockCollege.holloway,
  .blockCollege.reading,
  .blockCollege.uclan {
    background-size: 80px auto;
  }
  .blockCollege.rvc,
  .blockCollege.hull,
  .blockCollege.london,
  .blockCollege.boston {
    background-size: 70px auto;
  }
  .blockCollege.coventry {
    background-size: 60px auto;
  }
  .blockCollege.lund {
    background-size: 50px auto;
  }
  .asideSquare {
    padding-bottom: 80%;
    margin: 35px 25px;
    width: auto;
  }
  .asideCTAmenu {
    margin-top: 0;
  }
  .asideCTA {
    margin: 35px 25px;
  }
  .asideCTA .content {
    padding: 10px;
  }
  .asideCTA h3 {
    padding: 30px 25px 22px;
  }
  .asideSquare .overlay .buttons .btn {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 460px) {
  .blockThree {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blockThree:nth-child(3n+3) {
    margin-right: 0;
  }
  .blockThree:nth-child(2n+2) {
    margin-right: 0;
  }
  .blockOne,
  .blockOne.blockSearch {
    padding: 35px;
  }
  .blockOne.blockNextUp {
    padding: 35px 70px 35px 35px;
    background-position: right 25px center;
  }
  .blockNextUp h2 {
    font-size: 1.3em;
  }
  .blockTwo.blockStat .stat {
    padding: 10px 0;
    font-size: 4.2em;
  }
  .blockThree.blockLocation .textContain, .blockFour.blockLocation .textContain {
    padding: 50px 30px;
  }
  .asideSquare .overlay .igText {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 400px) {
  .blockCollege.courtauld,
  .blockCollege.southampton,
  .blockCollege.queenMary,
  .blockCollege.iit {
    background-size: 80px auto;
  }
  .blockCollege.birbeck,
  .blockCollege.sunderland,
  .blockCollege.goldsmiths,
  .blockCollege.uclan,
  .blockCollege.southBank,
  .blockCollege.loughborough {
    background-size: 70px auto;
  }
  .blockCollege.holloway,
  .blockCollege.reading .blockCollege.amsterdam,
  .blockCollege.london,
  .blockCollege.coventry {
    background-size: 60px auto;
  }
  .blockCollege.rvc,
  .blockCollege.aston,
  .blockCollege.hull {
    background-size: 50px auto;
  }
}
@media screen and (max-width: 360px) {
  .blockOne,
  .blockOne.blockSearch {
    padding: 30px;
  }
  .blockOne.blockNextUp {
    background-size: 24px 24px;
    padding: 30px 65px 30px 30px;
  }
  .blockThree.blockHomeCTA .followSocial li {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .blockThree.blockHomeCTA .followSocial {
    height: 20px;
  }
  .blockThree.blockHomeCTA .followSocial li.ig,
  .blockThree.blockHomeCTA .followSocial li.yt,
  .blockThree.blockHomeCTA .followSocial li.fb,
  .blockThree.blockHomeCTA .followSocial li.linkedIn,
  .blockThree.blockHomeCTA .followSocial li.wc,
  .blockThree.blockHomeCTA .followSocial li.tt {
    margin: 0 15px 0 0;
    background-size: 20px auto;
  }
  .blockThree.blockHomeCTA .followSocial li.tw {
    margin: 0 13px 0 0;
    background-size: auto 20px;
    width: 25px;
  }
  .blockThree.blockHomeCTA .followSocial li.wc {
    margin-right: 0;
  }
}
@media screen and (max-width: 340px) {
  .blockNextUp h2 {
    font-size: 1.15em;
  }
}
/* = Special Infographic
----------------------------------------------------------------------------------------------------------------- */
.statGraphic {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.statGraphic .largeCircle {
  margin: 0 25% 0 8%;
  padding-bottom: 65%;
  width: 65%;
  border-radius: 50%;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.statGraphic .largeCircle:after {
  content: "";
  background-image: url(/_img/gradient_overlay.png);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.statGraphic .smallCircle {
  top: 0;
  width: 35%;
  padding-bottom: 35%;
  border-radius: 50%;
  background: rgba(61, 13, 111, 0.85);
  position: absolute;
  z-index: 1;
}

.statGraphic .smallCircle .smallCircle_container {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 12%;
  color: #fff;
  font-size: 2em;
  line-height: 1;
  font-family: "TGL 0-1451 Engschrift";
  text-transform: uppercase;
  text-align: center;
}

.statGraphic .smallCircle .smallCircle_container p {
  line-height: 1;
  margin-bottom: 0;
}

.statGraphic .smallCircle .smallCircle_container small {
  font-size: 0.5em;
  display: inline-block;
  font-weight: 200;
  color: #cccccc;
}

.statGraphic .smallCircle .smallCircle_container .vAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.statGraphic .mainText {
  position: absolute;
  top: 75px;
  right: 0;
  width: 36%;
}

.statGraphic .mainText .statTitle {
  font-size: 7.059em;
  font-family: "Stag";
  font-weight: 600;
  font-style: normal;
  color: #51257f;
  line-height: 1;
}

.statGraphic .mainText .statTitle.mediumLarge {
  font-size: 5.5em;
  margin-bottom: 10px;
  display: block;
}

.statGraphic .mainText .statTitle.medium {
  font-size: 4.5em;
  margin-bottom: 10px;
  display: block;
}

.statGraphic .mainText .statTitle.mediumSmall {
  font-size: 3.5em;
  margin-bottom: 8px;
  display: block;
}

.statGraphic .mainText .statTitle.small {
  font-size: 3em;
  margin-bottom: 6px;
  display: block;
}

.statGraphic .mainText .statTitleThin {
  font-weight: 400;
  font-family: "DIN Offc";
}

.statGraphic .mainText p {
  color: #51257f;
  font-size: 1.85em;
  line-height: normal;
  font-family: "TGL 0-1451 Engschrift";
}

.statGraphic .mainText small {
  font-size: 0.7em;
  display: inline-block;
  margin-top: 5px;
}

.statGraphic .clip {
  width: 70%;
  height: 160px;
  background: #fff;
  position: absolute;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 60px;
  right: 10px;
}

.statGraphic hr {
  border-top: 22px solid #51257f;
  width: 45%;
  margin: 32px 0 38px;
}

.statGraphic .mainText .statTwo p {
  margin-top: -10px;
}

.statGraphic .mainText .statOne p {
  margin-top: -5px;
}

@media screen and (max-width: 1320px) {
  .statGraphic {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1260px) {
  .statGraphic {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 1200px) {
  .statGraphic {
    font-size: 0.8em;
  }
  .statGraphic .clip {
    height: 140px;
  }
  .statGraphic hr {
    border-top: 19px solid #51257f;
    width: 40%;
    margin: 28px 0 34px;
  }
}
@media screen and (max-width: 1140px) {
  .statGraphic .mainText {
    top: 65px;
  }
  .statGraphic {
    font-size: 0.76em;
  }
  .statGraphic .clip {
    height: 130px;
  }
}
@media screen and (max-width: 1080px) {
  .statGraphic {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1024px) {
  .statGraphic {
    font-size: 0.9em;
  }
  .statGraphic .clip {
    height: 200px;
  }
  .statGraphic .mainText {
    top: 85px;
  }
}
@media screen and (max-width: 960px) {
  .statGraphic {
    font-size: 0.85em;
  }
  .statGraphic .clip {
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  .statGraphic {
    font-size: 0.8em;
  }
  .statGraphic .clip {
    height: 130px;
  }
  .statGraphic .mainText {
    top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .statGraphic {
    font-size: 0.76em;
  }
  .statGraphic .mainText {
    width: 42.5%;
  }
}
@media screen and (max-width: 700px) {
  .statGraphic .mainText {
    width: 44%;
    top: 50px;
  }
  .statGraphic hr {
    border-top: 16px solid #51257f;
    width: 36%;
    margin: 20px 0 26px;
  }
}
@media screen and (max-width: 650px) {
  .statGraphic .mainText .statTitle {
    font-size: 6em;
  }
  .statGraphic .mainText .statTitle.mediumLarge {
    font-size: 4.5em;
  }
  .statGraphic .mainText .statTitle.medium {
    font-size: 3.5em;
  }
  .statGraphic .mainText .statTitle.mediumSmall {
    font-size: 2.5em;
  }
  .statGraphic .mainText .statTitle.small {
    font-size: 2em;
  }
  .statGraphic .smallCircle .smallCircle_container {
    font-size: 1.8em;
  }
  .statGraphic .clip {
    height: 110px;
  }
  .statGraphic hr {
    border-top: 12px solid #51257f;
    width: 35%;
    margin: 18px 0 23px;
  }
  .statGraphic .mainText .statOne p {
    margin-bottom: 15px;
  }
  .statGraphic .largeCircle {
    padding-bottom: 60%;
    width: 60%;
  }
  .statGraphic .mainText {
    width: 43%;
    top: 45px;
  }
}
@media screen and (max-width: 580px) {
  .statGraphic .mainText {
    width: 48%;
    top: 30px;
  }
  .statGraphic .clip {
    height: 100px;
  }
  .statGraphic hr {
    width: 34%;
  }
}
@media screen and (max-width: 580px) {
  .statGraphic {
    font-size: 0.7em;
  }
  .statGraphic .clip {
    height: 120px;
  }
}
@media screen and (max-width: 520px) {
  .statGraphic .largeCircle {
    margin: 0 25% 0 5%;
  }
  .statGraphic .mainText {
    top: 25px;
    width: 49%;
  }
  .statGraphic .mainText .statTitle {
    font-size: 5em;
  }
  .statGraphic .mainText .statTitle.mediumLarge {
    font-size: 4em;
  }
  .statGraphic .mainText .statTitle.medium {
    font-size: 3em;
  }
  .statGraphic .mainText .statTitle.mediumSmall {
    font-size: 2em;
  }
  .statGraphic .mainText .statTitle.small {
    font-size: 1.75em;
  }
  .statGraphic .smallCircle .smallCircle_container {
    font-size: 1.6em;
  }
  .statGraphic hr {
    width: 32%;
  }
  .statGraphic .clip {
    height: 143px;
    bottom: 35px;
    transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
  }
}
@media screen and (max-width: 480px) {
  .statGraphic .mainText {
    top: 15px;
  }
  .statGraphic .clip {
    height: 135px;
  }
  .statGraphic .mainText {
    width: 53%;
  }
}
@media screen and (max-width: 440px) {
  .statGraphic {
    font-size: 0.6em;
  }
  .statGraphic hr {
    border-top: 11px solid #51257f;
    margin: 15px 0 20px;
  }
  .statGraphic .clip {
    height: 115px;
  }
}
@media screen and (max-width: 390px) {
  .statGraphic {
    font-size: 0.5em;
  }
  .statGraphic .mainText {
    width: 58%;
    top: 25px;
  }
  .statGraphic .clip {
    height: 105px;
    transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
  }
  .statGraphic hr {
    border-top: 10px solid #51257f;
    width: 38%;
    margin: 15px 0 20px;
  }
}
/* = Brochures page
----------------------------------------------------------------------------------------------------------------- */
.brochureItem {
  display: inline-block;
  vertical-align: top;
  width: 20.6%;
  margin: 0 2% 2%;
}

.brochureItem .content {
  padding-top: 60px;
}

.brochureItem .content.london {
  background: url(/_img/logos/logo-oclondon-color-v2.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.southbank {
  background: url(/_img/logos/logo-ocsouthbank-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.uclan {
  background: url(/_img/logos/logo-ocuclan-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.coventry {
  background: url(/_img/logos/logo-occoventry-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.sunderland {
  background: url(/_img/logos/logo-ocsunderland-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.hull {
  background: url(/_img/logos/logo-ochull-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.reading {
  background: url(/_img/logos/logo-ocreading-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.amsterdam {
  background: url(/_img/logos/logo-ocamsterdam-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.auas {
  background: url(/_img/logos/logo-amsterdamuas-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.boston {
  background: url(/_img/logos/logo-ocboston-color-v2.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.suny {
  background: url(/_img/logos/logo-ocsuny-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.texas {
  background: url(/_img/logos/logo-octexas-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.calstate {
  background: url(/_img/logos/logo-occalstate-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.ukNorth {
  background: url(/_img/logos/logo-uknorth-color.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.aston {
  background: url(/_img/logos/logo-ocaston-color.svg?v1) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.southampton {
  background: url(/_img/logos/logo-ocsouthampton-color.svg?v1) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.illinois {
  background: url(/_img/logos/illinois-tech-logo.png) no-repeat 0 10px;
  background-size: 60%;
  background-position: 0 5%;
}

.brochureItem .content.lund {
  background: url(/_img/logos/logo-oncampus-sweden.svg) no-repeat 0 10px;
  background-size: auto 35px;
}

.brochureItem .content.loughborough {
  background: url(/_img/logos/oc-loughborough-colour.png) no-repeat 0 10px;
  background-size: 60%;
}

.brochureItem .content.paris {
  background: url(/_img/logos/paris-colour.svg) no-repeat 0 10px;
  background-size: 60%;
}

.brochureItem .content .links .btn {
  width: 100%;
  display: block;
  text-align: center;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 1120px) {
  .brochureItem {
    display: inline-block;
    width: 28.5%;
    margin: 0 2% 2%;
  }
}
@media screen and (max-width: 800px) {
  .brochureItem {
    display: inline-block;
    width: 45%;
    margin: 0 2% 2%;
  }
}
@media screen and (max-width: 520px) {
  .brochureItem .content {
    padding-top: 45px;
  }
  .brochureItem .content .links {
    font-size: 0.8em;
  }
  .brochureItem .content .links .btn {
    padding: 12px;
    min-height: 0;
  }
  .brochureItem .content.london,
  .brochureItem .content.southbank,
  .brochureItem .content.uclan,
  .brochureItem .content.coventry,
  .brochureItem .content.sunderland,
  .brochureItem .content.hull,
  .brochureItem .content.reading,
  .brochureItem .content.amsterdam,
  .brochureItem .content.auas,
  .brochureItem .content.lund,
  .brochureItem .content.boston,
  .brochureItem .content.suny,
  .brochureItem .content.texas,
  .brochureItem .content.aston,
  .brochureItem .content.southampton {
    background-size: auto 25px;
  }
}
@media screen and (max-width: 380px) {
  .brochureItem .content {
    padding-top: 40px;
  }
  .brochureItem .content .links {
    font-size: 0.7em;
  }
  .brochureItem .content .links .btn {
    padding: 10px;
  }
  .brochureItem .content.london,
  .brochureItem .content.southbank,
  .brochureItem .content.uclan,
  .brochureItem .content.coventry,
  .brochureItem .content.sunderland,
  .brochureItem .content.hull,
  .brochureItem .content.reading,
  .brochureItem .content.amsterdam,
  .brochureItem .content.auas,
  .brochureItem .content.lund,
  .brochureItem .content.boston,
  .brochureItem .content.suny,
  .brochureItem .content.texas,
  .brochureItem .content.aston,
  .brochureItem .content.southampton {
    background-size: auto 20px;
  }
  .brochureItem .content.illinois {
    background-position: 0 6%;
  }
}
/* = News
----------------------------------------------------------------------------------------------------------------- */
#video .template2col aside,
#news .template2col aside {
  padding: 60px 0;
}

#video .template2col aside h5,
#news .template2col aside h5 {
  color: #425968;
  margin-bottom: 25px;
}

#news .logo_carousel {
  display: none;
}

#news .template h1 {
  display: none;
}

#news .template .newsview h1 {
  display: block;
}

@media screen and (min-width: 1025px) {
  #news .template .newsview h1 {
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1260px) {
  #news .template .newsview h1 {
    font-size: 3em;
  }
}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news .newsList {
  margin-bottom: 35px;
}

.news .newsList li {
  width: 32.333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.news .newsList li:nth-child(3n+3) {
  margin-right: 0;
}

.news .newsList .blockThree {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}

.news .newsList .blockThree:nth-child(3n+3) {
  margin-right: 0;
}

.newsFilters {
  margin: 0 0 50px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}

.newsFilters h3 {
  padding: 20px 2px 16px 2px;
  margin: 0 6px;
  font-size: 16px;
  color: #425968;
  cursor: pointer;
  position: relative;
}

.newsFilters .filterToggle {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 22px;
  right: 6px;
  background: url(/_img/toggle-grey.svg) no-repeat 0 0;
  background-size: 13px auto;
}

.newsFilters .filterToggle.on {
  background-position: 0 100%;
}

.newsFilters ul {
  display: none;
  margin: 0 6px;
  padding: 0;
  list-style: none;
}

.newsFilters ul li {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 32%;
}

.newsFilters ul li.Slider,
.newsFilters ul li.Featured {
  display: none;
}

.newsFilters ul li:last-child {
  margin-right: 0;
}

.newsFilters .formList {
  padding: 0;
}

.newsview .date {
  color: #425968;
}

.newsview .type {
  margin: 25px 0;
  color: #425968;
  font-size: 13px;
  font-weight: 500;
}

/* Share Icons */
.share-buttons-wrap {
  margin: 40px 0;
}

.share-buttons-wrap:first-child {
  margin-top: 0;
}

.share-buttons-wrap:last-child {
  margin-bottom: 0;
}

.share-buttons-title {
  margin: 0 0 15px;
  font-weight: 600;
  line-height: 1;
}

.share-buttons-wrap--small .share-buttons-title {
  font-size: 0.9em;
}

.share-buttons-wrap--xsmall .share-buttons-title {
  font-size: 0.75em;
}

.share-buttons {
  display: flex;
}

.share-button-item {
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
  padding: 8px;
  background-color: #333;
  color: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.share-buttons--small .share-button-item {
  width: 14px;
  height: 14px;
  padding: 6px;
}

.share-buttons--xsmall .share-button-item {
  width: 12px;
  height: 12px;
  padding: 4px;
}

.share-button-item svg {
  display: block;
  fill: #fff;
}

.share-button-item--facebook {
  background-color: #1877f2;
}

.share-button-item--twitter {
  background-color: #1da1f2;
}

.share-button-item--tumblr {
  background-color: #35465d;
}

.share-button-item--pinterest {
  background-color: #bd081c;
}

.share-button-item--linkedin {
  background-color: #0a66c2;
}

.share-button-item--whatsapp {
  background-color: #25d366;
}

.share-button-item:hover,
.share-button-item:focus {
  background-color: #666;
}

.news .newsRelated li .sqContain {
  width: 100px;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.news .newsRelated li .sqContain img {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}

.news .newsRelated li p {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-right: 15px;
  line-height: 1.3em;
}

.template .news .newsRelated li a {
  display: block;
  color: #553f68;
}

.template .news .newsRelated li a:hover {
  text-decoration: none;
}

.template .news .newsRelated li a:hover p {
  text-decoration: underline;
}

.template .news .newsRelated li a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

#news-archive .banner {
  display: none;
}

#news-archive .news .newsList li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#news-archive .news .newsList li:nth-child(3n+3) {
  margin-right: 2%;
}

#news-archive .news .newsList li:nth-child(4n+4) {
  margin-right: 0;
}

#news-archive .nv-image {
  float: left;
  margin: 5px 20px 15px 0;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  #video .template2col aside,
  #news .template2col aside {
    padding: 0 40px 40px;
  }
  .news .newsRelated li p {
    font-size: 1.2em;
    width: 64%;
  }
  .news .newsRelated li .sqContain {
    width: 30%;
  }
  .newsFilters ul li {
    width: 49%;
  }
  #news-archive .news .newsList li {
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  #news-archive .news .newsList li:nth-child(4n+4) {
    margin-right: 1.5%;
  }
  #news-archive .news .newsList li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .news .newsList li,
  #news-archive .news .newsList li {
    width: 49.25%;
  }
  .news .newsList li:nth-child(3n+3),
  #news-archive .news .newsList li:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .news .newsList li:nth-child(2n+2),
  #news-archive .news .newsList li:nth-child(2n+2) {
    margin-right: 0;
  }
  .news .newsList.newsFeatured li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #video .template2col aside,
  #news .template2col aside {
    padding: 0 35px 35px;
  }
}
@media screen and (max-width: 650px) {
  .newsFilters ul li {
    margin: 0 0 2% 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .news .newsList {
    margin-bottom: 30px;
  }
  .news .newsList li:last-child {
    margin-bottom: 0;
  }
  .newsview img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .news .newsRelated li p {
    font-size: 1em;
  }
  #video .template2col aside,
  #news .template2col aside {
    padding: 0 30px 35px;
  }
}
@media screen and (max-width: 460px) {
  .news .newsList li,
  #news-archive .news .newsList li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .newsList li:nth-child(3n+3),
  .news .newsList li:nth-child(2n+2),
  #news-archive .news .newsList li:nth-child(3n+3),
  #news-archive .news .newsList li:nth-child(2n+2) {
    margin-right: 0;
  }
  #news-archive .nv-image {
    float: none;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 380px) {
  #video .template2col aside,
  #news .template2col aside {
    padding: 0 25px 35px;
  }
}
@media screen and (max-width: 340px) {
  #video .template2col aside,
  #news .template2col aside {
    padding: 0 20px 35px;
  }
}
/* = News archive (lagacy css)
----------------------------------------------------------------------------------------------------------------- */
.modArchive {
  margin: 50px 0 0;
}

.modArchive > h3 {
  margin-bottom: 20px;
}

.modArchive .block {
  margin: 20px 0 10px;
  padding: 0 30px 0 0;
  width: 100%;
}

.modArchive .block h4 {
  margin: 0;
  padding: 10px 14px 7px;
  line-height: 1;
  background: #95a0af;
  color: #fff;
}

.modArchive .block p {
  margin: 5px 0 20px;
}

.modArchive .blockAlt h4 {
  background: #4b5c66;
}

.modArchive .blockAlt a {
  color: #4b5c66;
}

.modArchive .blockAlt a:hover {
  color: #000;
}

.modArchive .block ul,
.modArchive .block ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.modArchive .block ul ul {
  display: none;
  margin: 5px 0 20px;
}

.modArchive .block ul ul li {
  margin: 0 0 10px;
}

.modArchive .block > ul > li {
  border-top: solid 1px #d3d8dc;
}

.modArchive .block > ul > li:first-child {
  border-top-width: 0;
}

.modArchive .block > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  color: #4b5c66;
}

.modArchive .block > ul > li > a span {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 11px;
  height: 6px;
  background: url("/_img/arrows/list-down.png") 0 0 no-repeat;
}

.modArchive .block > ul > li.open > a span {
  background-image: url("/_img/arrows/list-up.png");
}

.modArchive .block > ul > li.open ul {
  display: block;
}

.modArchive .blockAlt a:hover,
.modArchive .block > ul > li > a:hover {
  color: #000;
}

.modArchive .archiveWrap {
  display: none;
}

@media screen and (max-width: 1024px) {
  .modArchive {
    margin: 0;
  }
  .modArchive .block {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .modArchive {
    margin: 0 30px;
  }
}
/* = News rotator
----------------------------------------------------------------------------------------------------------------- */
.banner .newsSlider .imgContain {
  padding-bottom: 56%;
}

.newsSlider li {
  position: relative;
}

.newsSlider .slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsSlider .slider_overlay .skinny {
  margin: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 100px 60px;
  max-width: 50%;
  position: relative;
  background: url(/_img/gradient.png) no-repeat 50%;
  background-size: cover;
}

.newsSlider .slider_overlay .skinny h1 {
  color: #fff;
  line-height: normal;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.newsSlider .slider_overlay .skinny .type,
.newsSlider .slider_overlay .skinny .date {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.newsSlider .slider_overlay .skinny .type {
  margin-bottom: 25px;
  display: inline-block;
}

.newsSlider .slider_overlay .skinny .date {
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 60%;
  }
  .newsSlider .slider_overlay .skinny {
    max-width: 75%;
    padding: 60px;
  }
}
@media screen and (max-width: 800px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 62%;
  }
  .newsSlider .slider_overlay .skinny {
    max-width: 85%;
    padding: 50px;
  }
  .newsSlider .slider_overlay .skinny .type {
    margin-bottom: 20px;
  }
  .newsSlider .slider_overlay .skinny .date {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 70%;
  }
  .newsSlider .slider_overlay .skinny {
    max-width: 100%;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 480px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 90%;
  }
  .newsSlider .slider_overlay .skinny .type {
    margin-bottom: 10px;
  }
  .newsSlider .slider_overlay .skinny h1 {
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 380px) {
  .banner .newsSlider .imgContain {
    padding-bottom: 100%;
  }
}
/* = Newsletter USA
----------------------------------------------------------------------------------------------------------------- */
.newsletterItem {
  margin: 40px 2% 20px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

.newsletterItem .nlImage {
  width: 30%;
  margin-top: 5px;
  margin-right: 5%;
  float: left;
  display: block;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  border: 1px solid #d17c28;
}

.newsletterItem .nlContent {
  width: 65%;
  float: left;
}

@media screen and (max-width: 1160px) {
  .newsletterItem .nlImage {
    width: 20%;
    padding-bottom: 26%;
    margin-right: 4%;
  }
  .newsletterItem .nlContent {
    width: 76%;
  }
}
@media screen and (max-width: 880px) {
  .newsletterItem {
    width: 100%;
    margin: 20px 0 20px;
    display: inline-block;
    float: none;
  }
  .newsletterItem .nlImage {
    width: 30%;
    padding-bottom: 40%;
    margin-right: 5%;
  }
  .newsletterItem .nlContent {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .newsletterItem .nlImage {
    width: 25%;
    padding-bottom: 30%;
    margin-right: 4%;
  }
  .newsletterItem .nlContent {
    width: 71%;
  }
}
@media screen and (max-width: 380px) {
  .newsletterItem .nlImage,
  .newsletterItem .nlContent {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .newsletterItem .nlImage {
    padding-bottom: 125%;
    margin-bottom: 20px;
  }
}
/* = Video popup
----------------------------------------------------------------------------------------------------------------- */
.videoPopup {
  display: none;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.videoPopup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  background: url(/_img/close-students.svg) no-repeat 50% 50%;
  cursor: pointer;
}

.videoContainer {
  display: table;
  width: 100%;
  height: 100%;
}

.videoIframe {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.videoIframe iframe {
  border: 0;
}

.videoPopup.on {
  display: block;
}

.vidIframeContain {
  position: relative;
  margin: 0 auto;
  padding-bottom: 31.7%;
  max-width: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.vidIframeContain iframe.videoIframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .vidIframeContain {
    padding-bottom: 41.7%;
    max-width: 80%;
  }
}
@media screen and (max-width: 650px) {
  .vidIframeContain {
    padding-bottom: 45.7%;
    max-width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .brightcoveIframeContain {
    width: 380px;
    margin: 0 auto;
    overflow: auto;
  }
}
@media screen and (max-width: 480px) {
  .vidIframeContain {
    padding-bottom: 43%;
    max-width: 90%;
  }
}
@media screen and (max-width: 420px) {
  .brightcoveIframeContain {
    width: 340px;
  }
}
@media screen and (max-width: 380px) {
  .brightcoveIframeContain {
    width: 300px;
  }
}
/* = Social Grid
----------------------------------------------------------------------------------------------------------------- */
.socialGrid {
  margin: 0 0 60px 0;
  list-style: none;
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: block;
  width: 100%;
}

.socialGrid:before, .socialGrid:after {
  content: "";
  display: table;
}

.socialGrid:after {
  clear: both;
}

.socialGrid > li {
  margin: 0 0 10px;
  padding-bottom: 30px;
  list-style: none;
  list-style: none;
  width: 100%;
  background: #ededed;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.socialGrid > li img {
  max-width: 100%;
  height: auto;
}

.socialGrid > li p {
  padding: 25px;
  margin: 0;
  word-wrap: break-word;
  font-size: 0.824em;
}

.socialGrid > li a {
  color: #0099dc;
}

.socialGrid > li p:last-of-type {
  margin: 0;
  padding-bottom: 20px;
}

.socialGrid > li p > img {
  margin-bottom: 10px;
}

.socialGrid > li .icoFacebook {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 10px;
  left: 10px;
  background: #fff url(/_img/icons/fb_blue.svg) no-repeat 50%;
  background-size: 22px;
  z-index: 1;
  display: block;
}

.no-csstransforms3d .socialGrid > li {
  float: left;
  width: 20%;
  border: 6px solid #fff;
}

.no-csstransforms3d .socialGrid > li:nth-child(6n+6) {
  clear: left;
}

@media screen and (max-width: 1080px) {
  .socialGrid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .no-csstransforms3d .socialGrid > li {
    float: left;
    width: 33.3334%;
  }
  .no-csstransforms3d .socialGrid > li:nth-child(6n+6) {
    clear: none;
  }
  .no-csstransforms3d .socialGrid > li:nth-child(3n+4) {
    clear: left;
  }
}
@media screen and (max-width: 850px) {
  .socialGrid > li p {
    padding: 25px 15px 15px;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 750px) {
  .socialGrid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .no-csstransforms3d .socialGrid > li {
    float: left;
    width: 50%;
  }
  .no-csstransforms3d .socialGrid > li:nth-child(3n+4) {
    clear: none;
  }
  .no-csstransforms3d .socialGrid > li:nth-child(2n+3) {
    clear: left;
  }
}
@media screen and (max-width: 460px) {
  .socialGrid {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .no-csstransforms3d .socialGrid > li {
    float: none;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .no-csstransforms3d .socialGrid > li:nth-child(2n+3) {
    clear: none;
  }
  .socialGrid > li:nth-child(n+6) {
    display: none;
  }
}
.no-cssanimations .socialGrid {
  display: none;
}

.no-cssanimations .socialGrid li {
  display: none;
}

.no-svg .socialGrid > li.isFacebook {
  background-image: url(/_img/icons/fb_blue.png);
  background-position: 98% 18%;
  background-repeat: no-repeat;
}

/* = Course searchbar
----------------------------------------------------------------------------------------------------------------- */
.courseSearchbar {
  padding: 30px 80px;
  background: #2a3f4a;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.courseSearchbar .csContainer {
  padding-right: 115px;
  position: relative;
}

.courseSearchbar .csContainer select {
  width: 33%;
  margin-right: 0.334%;
  padding-right: 40px;
  float: left;
}

.courseSearchbar .csContainer select:last-of-type {
  margin-right: 0;
}

.courseSearchbar h5 {
  color: #fff;
}

.courseSearchbar .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.template2col section .courseSearchbar {
  position: relative;
  background: #0099dc;
  padding: 0;
  padding: 40px;
}

.template2col section .courseSearchbar .csContainer select {
  width: 100%;
  margin: 0 0 15px 0;
}

.template2col section .courseSearchbar .btn {
  position: relative;
  text-align: center;
  width: 100%;
}

.template2col section .courseSearchbar .csContainer {
  padding-right: 0;
}

@media screen and (max-width: 1380px) {
  .courseSearchbar {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 1260px) {
  .courseSearchbar {
    padding: 30px 65px;
  }
}
@media screen and (max-width: 1024px) {
  .courseSearchbar {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 920px) {
  .courseSearchbar {
    position: relative;
    padding: 35px 30px;
    background: #5f7685;
  }
}
@media screen and (max-width: 820px) {
  .courseSearchbar .csContainer select {
    width: 100%;
    margin-right: 0;
    margin-top: 5px;
    float: none;
  }
  .courseSearchbar .btn {
    top: auto;
    bottom: 0;
  }
  .courseSearchbar h5 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .courseSearchbar .csContainer {
    padding-right: 0;
  }
  .courseSearchbar .btn {
    margin-top: 5px;
    width: 100%;
    position: relative;
  }
  .template2col section .courseSearchbar {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 360px) {
  .courseSearchbar h5 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 340px) {
  .courseSearchbar h5 {
    font-size: 0.87em;
  }
}
/* = Course filters
----------------------------------------------------------------------------------------------------------------- */
.submenu.courseFilters h2 {
  margin: 15px;
}

.submenu.courseFilters ul li.hasChildren ul {
  background: #fff;
}

.submenu.courseFilters li.hasChildren ul {
  padding: 10px;
}

.submenu.courseFilters li.hasChildren ul li {
  border: 1px solid #e2e2e2;
}

.submenu.courseFilters .formList {
  display: block;
  position: relative;
  width: 100%;
  max-height: 328px;
  overflow: auto;
  padding: 0;
}

.submenu.courseFilters .formList label {
  padding: 10px 15px 7px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}

.submenu.courseFilters .formList > label:last-of-type {
  border-bottom: 0;
}

.submenu.courseFilters .formList > div:last-of-type label {
  border-bottom: 0;
}

.submenu.courseFilters .allClear {
  display: none;
  padding: 15px 15px 0;
  color: #0099dc;
}

.submenu.courseFilters .allClear .selectAll {
  cursor: pointer;
}

.submenu.courseFilters .allClear .clearAll {
  float: right;
  cursor: pointer;
}

.submenu.courseFilters .allClear .selectAll:hover,
.submenu.courseFilters .allClear .selectAll:focus,
.submenu.courseFilters .allClear .clearAll:hover,
.submenu.courseFilters .allClear .clearAll:focus {
  color: #71c5ea;
}

.submenu.courseFilters ul li.hasChildren.on .allClear {
  display: block;
}

.submenu.courseFilters ul li a span {
  font-weight: 600;
}

.submenu.courseFilters a.btn {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.submenu.courseFilters .count {
  position: absolute;
  top: 14px;
  right: 50px;
  color: #0099dc;
  font-weight: 600;
}

/* = Student Serch Bar
----------------------------------------------------------------------------------------------------------------- */
.studentSearchbar {
  position: relative;
  margin-bottom: 30px;
}

.studentSearchbar .csContainer {
  padding-right: 140px;
  position: relative;
}

.studentSearchbar .csContainer select {
  float: left;
  width: 32.8%;
  margin-right: 0.5%;
  padding-right: 40px;
}

.studentSearchbar .csContainer select:last-of-type {
  margin-right: 0;
}

.studentSearchbar h5 {
  color: #fff;
}

.studentSearchbar .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}

@media screen and (max-width: 650px) {
  .studentSearchbar .csContainer {
    padding-right: 0;
  }
  .studentSearchbar .btn {
    width: 100%;
    position: relative;
  }
  .studentSearchbar .csContainer select {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* = Progression key
----------------------------------------------------------------------------------------------------------------- */
.key {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #dedede;
  vertical-align: top;
}

.key.highlight {
  background: #d1edf9;
}

.key.progression {
  background: #fff url(/_img/info-sml.svg) no-repeat 50% 50%;
  background-size: 20px;
}

.progressionDetails {
  display: inline-block;
  background: #fff url(/_img/info-sml.svg) no-repeat 50% 50%;
  background-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

/* =Apply Online
----------------------------------------------------------------------------------------------------------------- */
#applyOnline h1 {
  margin-bottom: 30px;
}

#applyOnline h4 {
  margin-bottom: 25px;
}

.applyOnline .progress {
  margin: 50px 0;
}

.applyOnline .box {
  margin-bottom: 40px;
}

.applyOnline h3 {
  margin-bottom: 22px;
  font-size: 1.765em;
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
}

.applyOnline .cols h3 {
  font-size: 1.412em;
  font-family: "DIN Offc";
  margin-bottom: 18px;
}

.applyOnline br {
  display: none;
}

.applyOnline .msgError {
  margin: 20px 0;
}

.applyOnline select, .applyOnline label, .applyOnline textarea {
  margin-bottom: 20px;
}

.applyOnline .applyStep1 select {
  width: 100%;
}

.applyOnline .mandatory {
  margin-top: 30px;
}

.applyOnline .btnNext {
  float: right;
}

.applyOnline .buttons {
  margin-top: 25px;
}

.applyOnline .boxContent .buttons {
  margin-top: 25px;
}

.applyOnline .applyStep4 .boxContent .buttons {
  margin-top: 40px;
}

.applyOnline .step {
  position: relative;
}

.applyOnline .loading {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 239, 239, 0.54);
  z-index: 3;
}

.applyOnline .loading img {
  position: relative;
  left: 50%;
  top: 45%;
  margin-left: -18px;
  margin-top: -18px;
}

@media screen and (min-width: 1024px) {
  .applyOnline .loading img {
    left: calc(50% - 162px);
    top: 50%;
  }
}
.applyOnline .formList {
  padding: 8px 10px 4px;
}

.applyOnline .rad {
  float: left;
  width: 74%;
  margin-bottom: 20px;
}

.applyOnline .radWrap .inputReload {
  display: inline-block;
}

.applyOnline .radWrap label {
  width: auto;
  margin-right: 20px;
}

.applyOnline .inputError {
  border: solid 1px #8ab52c;
}

.applyOnline .info {
  width: 74%;
  float: right;
  padding: 14px 0;
  margin-bottom: 15px;
}

.applyOnline label.req:after {
  content: "*";
  position: relative;
  color: #0099dc;
  padding-left: 2px;
}

.applyOnline .label40 {
  width: 40%;
  margin-right: 3%;
}

.applyOnline .label50 {
  width: 50%;
  margin-right: 3%;
}

.applyOnline .label60 {
  width: 60%;
  margin-right: 3%;
}

.applyOnline .extra {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.applyOnline .extra input.text {
  width: 100%;
}

.applyOnline .extra em {
  margin-bottom: 5px;
  display: inline-block;
}

.applyOnline .singleCheck .checkbox input {
  margin-left: 10px;
}

.applyOnline .singleCheck .checkbox input:before {
  margin-top: -5px;
}

.applyOnline .checkboxLeft {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  padding-top: 0;
  margin-top: -2px;
  float: left;
}

.applyOnline input[type=file] {
  padding: 20px 0;
}

.applyOnline .formList label {
  margin: 5px;
  margin-right: 20px;
}

.applyOnline .formList span:last-child label {
  margin-right: 0;
}

.applyOnline .progressBar {
  list-style: none;
  margin: 0;
}

.applyOnline .progress li {
  margin: 0;
  font-weight: bold;
  color: #553f68;
  display: inline-block;
  font-size: 0.941em;
  text-transform: uppercase;
}

.applyOnline .progress li a {
  margin-left: 5px;
}

.applyOnline .progress li:last-child {
  margin-right: 0;
}

.applyOnline .progress li:after {
  content: "|";
  position: relative;
  padding-left: 20px;
  padding-right: 17px;
  color: #ccc;
}

.applyOnline .progress li:last-child:after {
  content: none;
}

.applyOnline .progress li.on a {
  color: #553f68;
}

.applyOnline .progress li span {
  color: #0099dc;
  margin-left: 5px;
}

.applyOnline .colsThird .col {
  float: none;
  width: 100%;
}

.applyOnline .colsThird .col h3 {
  display: block;
  margin: 0 0 5px;
}

.applyOnline .stepTerms table {
  margin: 30px 0 40px;
}

.applyOnline .rad input.checked:before {
  background: #553f68;
  box-shadow: inset 0px 0px 0px 7px #fff;
}

.applyOnline .row label em {
  font-size: 90%;
}

.applyOnline .row_item-wrap .iti {
  width: 100%;
}

.applyOnline .inputError {
  border: solid 1px #f15151;
}

.applyOnline .row--phone-wrap:after {
  content: "";
  display: table;
}

.applyOnline .row_item-wrap {
  float: left;
  width: 74%;
  margin-bottom: 20px;
}

.applyOnline .row_item-wrap .text {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .applyOnline .rad,
  .applyOnline .info {
    width: 68%;
  }
  .applyOnline .row_item-wrap {
    width: 68%;
  }
}
@media screen and (max-width: 750px) {
  .applyOnline .label40,
  .applyOnline .label50,
  .applyOnline .label60,
  .applyOnline .info {
    width: 100%;
    margin-right: 0;
  }
  .applyOnline label {
    margin-bottom: 0;
  }
  .applyOnline input.text, .applyOnline textarea, .applyOnline select, .applyOnline input, .applyOnline .formList {
    margin-bottom: 25px;
  }
  .applyOnline .formList {
    padding: 8px 10px 4px 0;
  }
  .applyOnline .singleCheck .checkbox input {
    margin-bottom: 0;
  }
  .applyOnline h3 {
    font-size: 1.412em;
  }
  .applyOnline .cols h3 {
    font-size: 1.25em;
  }
  .applyOnline .row_item-wrap {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .applyOnline .progress li {
    font-size: 16px;
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  .applyOnline .progress li:after {
    content: none;
  }
  .applyOnline .progress {
    margin: 35px 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .applyOnline .row_item-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .applyOnline .applyStep4 .btn.btnNext {
    float: none;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .applyOnline .loading img {
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
  .applyOnline h3 {
    font-size: 1.25em;
  }
  .applyOnline .cols h3 {
    font-size: 1.2em;
  }
}
/* = Language
----------------------------------------------------------------------------------------------------------------- */
.language {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 75px;
  color: #111;
  font-size: 0.9em;
  z-index: 5;
  display: none;
}

.language .triggerLanguages {
  display: block;
  background: url(/_img/dropdown-down.png) no-repeat 52px 3px;
  padding-right: 20px;
}

.language.on .triggerLanguages {
  background: url(/_img/dropdown-up.png) no-repeat 52px 3px;
}

.language a {
  color: #111;
  font-weight: bold;
}
.language a:hover {
  opacity: 0.9;
}

.language ul {
  float: right;
  width: 90px;
  display: none;
  overflow: hidden;
  margin: 0;
  list-style: none;
  margin: 10px 0 10px;
  padding: 8px 15px;
  border: 1px solid #eaeaea;
  background: #fff;
}

.language.on ul {
  display: block;
}

.language ul li {
  margin: 0 0 5px;
}

.language ul li a {
  display: block;
  color: #111;
}

.language ul li a.flag {
  font-size: 1em;
}

.language .flag {
  padding: 3px 0 0px 25px;
  background-repeat: no-repeat;
  background-position: left center;
}

.language .sep {
  display: none;
}

.language .changeLanguage {
  display: none;
}

.language .longLang {
  display: none;
}

.flag--en {
  background-image: url(/_img/flags/lang-en.gif);
}

.flag--cn {
  background-image: url(/_img/flags/lang-cn.gif);
}

/* = Cookie
----------------------------------------------------------------------------------------------------------------- */
.cookie-notice {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.cookie-notice-inner {
  margin: 0 auto;
  max-width: 1250px;
  display: table;
  background: #333;
  position: relative;
}

.cookie-notice p {
  color: #d4d4d4;
}

.cookie-notice p:last-child {
  margin-bottom: 0;
}

.cookie-notice .cookie-info {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 35px;
}

.cookie-notice .cookie-info .cookie-reject {
  display: none;
}

.cookie-notice .cookie-info .cookie-links a:first-of-type {
  margin-left: 0;
}

.cookie-notice .cookie-info p:first-child {
  margin-bottom: 8px;
}

.cookie-notice .cookie-info a {
  color: #fff;
  text-decoration: underline;
}

.cookie-notice .cookie-info .cookie-links a {
  display: inline-block;
  margin: 0 10px;
}

.cookie-notice .cookie-info .cookie-links a:last-of-type {
  margin-right: 0;
}

.cookie-notice .cookie-button {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 35px;
  min-width: 295px;
  background: #3d3d3d;
  text-align: center;
}

.cookie-notice .cookie-button .btnSub {
  padding: 15px 20px 15px 70px;
  position: relative;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: #0099dc;
}

.cookie-notice .cookie-button .btnSub:before {
  content: "";
  color: #fff;
  background: #0071ba url(/_img/icons/cookie-check.svg) no-repeat 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 770px) {
  .cookie-notice .cookie-info .cookie-links a {
    display: block;
    margin: 6px 0 0;
  }
  .cookie-notice .cookie-info .cookie-links a + span {
    display: none;
  }
  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    display: inline-block;
    margin: 5px 10px 0;
  }
  .cookie-notice .cookie-info .cookie-reject .cookie-links a:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .cookie-notice .cookie-info {
    padding: 30px 25px 25px;
    display: block;
  }
  .cookie-notice .cookie-button {
    padding: 0 25px 30px;
    background: none;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .cookie-notice .cookie-info .cookie-links {
    width: calc(100% - 220px);
    min-height: 60px;
  }
  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    margin: 10px 0 0;
    display: inline-block;
    width: 44%;
  }
  .cookie-notice .cookie-button .btn {
    padding: 12px 15px 12px 65px;
  }
}
@media screen and (max-width: 420px) {
  .cookie-notice {
    font-size: 0.9em;
  }
  .cookie-notice .cookie-info {
    padding: 30px 25px 25px;
  }
  .cookie-notice .cookie-info .cookie-links {
    width: 100%;
    min-height: 0;
  }
  .cookie-notice .cookie-info .cookie-reject .cookie-links a {
    margin: 0 15px 0 0;
    width: auto;
  }
  .cookie-notice .cookie-button {
    position: relative;
    text-align: left;
  }
  .cookie-notice .cookie-button .btn {
    padding: 10px 15px 10px 65px;
  }
}
/* = PLUGINS = */
/* = Mobile menu
----------------------------------------------------------------------------------------------------------------- */
.slinky-menu {
  font-family: "Stag";
  font-weight: 500;
  font-style: normal;
  position: fixed;
  top: 0;
  right: -380px;
  width: 380px;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #db6a39;
  color: #fff;
  z-index: 10;
  -moz-box-shadow: -4px 0px 4px -4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -4px 0px 4px -4px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 0px 4px -4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slinky-menu li, .slinky-menu ul {
  list-style: none;
  margin: 0;
}

.slinky-menu li.liOn {
  background: #23a6e0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  display: block;
  border: none;
  color: #FFF;
  padding: 20px 25px;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu .header {
  position: relative;
  height: 57px;
}

.slinky-menu h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
}

.slinky-menu h2 {
  position: absolute;
  top: -57px;
  width: 100%;
  font-size: 1em;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.slinky-menu li {
  line-height: 1;
}

.slinky-menu a:hover {
  background: #3d3f45;
}

.slinky-menu a.next:after {
  content: "❯";
  margin-left: 1em;
  float: right;
}

.slinky-menu a.back:before {
  content: "❮";
  margin-right: 1em;
  float: left;
}

.slinky-menu .closeMenu {
  padding: 20px 25px;
  margin-right: 20px;
  text-indent: 300px;
  overflow: hidden;
  font-size: 0;
  height: 57px;
  text-align: right;
  position: relative;
  cursor: pointer;
  background: url(/_img/icons/close.svg) no-repeat 100% 50%;
  z-index: 1;
}

.nav-active .slinky-menu {
  right: 0;
}

.csstransforms3d .slinky-menu {
  right: -10px;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -moz-transition: 300ms ease-out;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}

.csstransforms3d .nav-active .slinky-menu {
  right: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* = Lighstlider
----------------------------------------------------------------------------------------------------------------- */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
  position: relative;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 0;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 1;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 152px;
  width: 100%;
  z-index: 1;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  z-index: 1;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #553f68;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

#home .lSSlideOuter .lSPager.lSpg {
  bottom: 146px;
  display: none;
}

#news .lSSlideOuter .lSPager.lSpg {
  bottom: 0;
}

#news .lSSlideOuter .lSPager.lSpg > li {
  margin: 0 0 30px;
  padding: 0 7px;
}

#news .lSSlideOuter .lSPager.lSpg > li a {
  height: 14px;
  width: 14px;
}

@media screen and (max-width: 1024px) {
  #news .lSSlideOuter .lSPager.lSpg > li a {
    height: 12px;
    width: 12px;
  }
  #news .lSSlideOuter .lSPager.lSpg > li {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 920px) {
  #home .lSSlideOuter .lSPager.lSpg {
    bottom: 0;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 820px) {
  #news .lSSlideOuter .lSPager.lSpg > li {
    margin: 0 0 20px;
  }
  #news .lSSlideOuter .lSPager.lSpg > li a {
    height: 11px;
    width: 11px;
  }
}
@media screen and (max-width: 800px) {
  #home .lSSlideOuter .lSPager.lSpg {
    display: block;
    position: relative;
    background: #fff;
  }
  #home .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #home .lSSlideOuter .lSPager.lSpg > li:hover a, #home .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #553f68;
  }
}
@media screen and (max-width: 600px) {
  #news .lSSlideOuter .lSPager.lSpg > li {
    margin: 0 0 15px;
  }
  #news .lSSlideOuter .lSPager.lSpg > li a {
    height: 10px;
    width: 10px;
  }
}
/* Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* slider actions */
.lSAction > a {
  width: 80px;
  height: 100%;
  display: block;
  top: 0;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: opacity 0.3s linear 0s;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}

.lSAction > a:hover {
  opacity: 0.8;
}

.lSAction > .lSPrev {
  left: 0;
  background: url(/_img/previous.svg) no-repeat 0 50%;
  padding-right: 10%;
}

.lSAction > .lSNext {
  right: 0;
  background: url(/_img/next.svg) no-repeat 100% 50%;
  padding-left: 10%;
  margin-top: 70px;
  height: calc(100% - 70px);
  background-position: 100% calc(50% - 35px);
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSAction > .lSPrev, .lSAction > .lSNext {
  background-size: 46px 46px;
}

#home .lSAction > a,
#home .lSAction > .lSNext {
  height: calc(100% - 146px);
  margin-top: 0;
}

#home .lSAction > .lSNext {
  background-position: 100% 50%;
}

@media screen and (max-width: 920px) {
  #home .lSAction > a,
  #home .lSAction > .lSNext {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .lSAction > .lSPrev, .lSAction > .lSNext {
    background-size: 44px 44px;
  }
}
@media screen and (max-width: 650px) {
  .lSAction > .lSNext {
    padding-left: 0;
  }
  .lSAction > .lSPrev {
    padding-right: 0;
  }
  .lSAction > .lSPrev, .lSAction > .lSNext {
    background-size: 40px 40px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .lSAction > .lSPrev,
  .lSAction > .lSNext {
    display: none;
  }
}
/* City gallery actions */
#cityGallery {
  z-index: 1;
}

.cityGallery .lSAction > a {
  width: 43px;
  height: 43px;
  opacity: 1;
  z-index: 2;
}

.cityGallery .lSAction > .lSPrev {
  left: 0;
  background: url(/_img/left-white.svg) no-repeat 50% 50%;
  padding-right: 0;
}

.cityGallery .lSAction > .lSNext {
  right: 0;
  background: url(/_img/right-white.svg) no-repeat 50% 50%;
  padding-left: 0;
  margin-top: 0;
  height: 43px;
}

@media screen and (max-width: 480px) {
  .cityGallery .lSAction > .lSPrev, .cityGallery .lSAction > .lSNext {
    display: block;
  }
  .cityGallery .lSAction > a {
    width: 38px;
    height: 38px;
  }
  .cityGallery .lSAction > .lSNext,
  .cityGallery .lSAction > .lSPrev {
    height: 38px;
    background-size: 10px;
  }
}
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*Grab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

#cityGallery.lightSlider.lsGrab > * {
  cursor: default;
}

#cityGallery.lightSlider.lsGrabbing > * {
  cursor: default;
}

/*! Lity Popup */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  background: url(/_img/close-students.svg) no-repeat center center;
  z-index: 9994;
  height: 50px;
  width: 60px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  color: #fff;
  line-height: 35px;
  border: 0;
  outline: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  cursor: pointer;
  display: block;
  margin-top: 0;
  position: absolute;
  top: 0;
  z-index: 1080;
  width: 80px;
  height: 100%;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 0;
  background: url(/_img/next.svg) no-repeat 100% 50%;
  padding-left: 5%;
  background-size: 48px 48px;
}

.lg-actions .lg-prev {
  left: 0;
  background: url(/_img/previous.svg) no-repeat 0 50%;
  padding-right: 5%;
  background-size: 48px 48px;
}

@media screen and (max-width: 1024px) {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-size: 46px 46px;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 46px;
  }
}
@media screen and (max-width: 800px) {
  .lg-actions .lg-next {
    padding-left: 0;
  }
  .lg-actions .lg-prev {
    padding-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-size: 32px 32px;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 38px;
  }
}
@media screen and (max-width: 480px) {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-size: 26px 26px;
    opacity: 0.6;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 26px;
  }
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  cursor: pointer;
  float: right;
  height: 50px;
  width: 60px;
  padding: 0;
  text-align: center;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close {
  background: url(/_img/close-students.svg) no-repeat 50%;
}

.lg-toolbar .lg-download {
  display: none;
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/_img/loader.gif) no-repeat 50%;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*To sort*/
.courseFinderContent hr {
  border-color: #e2e2e2;
}

.courseFinderContent .foundationProgramme .cols .col p:last-child {
  margin-bottom: 0;
}

.courseFinderContent .foundationProgramme select {
  width: 100%;
}

.courseFinderContent .foundationProgramme .js-entry-req {
  margin-top: 15px;
}

.courseFinderContent .foundationProgramme:last-of-type hr {
  display: none;
}

.lightbox-container {
  background: #fff;
  padding: 25px 30px;
  max-width: 400px;
  box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -7px 20px 45px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 380px) {
  .lightbox-container {
    padding: 25px;
    font-size: 0.9em;
  }
}
/*Search*/
.searchResults ul.medObjs {
  margin: 0;
  list-style: none;
}

.searchResults ul.medObjs li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.searchResults ul.medObjs li .thumb {
  margin-bottom: 10px;
}

.searchResults ul.medObjs li p {
  margin-bottom: 8px;
}

.searchResults ul.medObjs li p:last-child {
  margin: 0;
}

.searchResults .pagingTop {
  margin: 40px 0 10px;
}

.searchResults .pagingTop ul li {
  margin-bottom: 0;
}

/*Coursefinder new popups*/
.popupBG {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 9;
}

.cfPopup-wrap, .irPopup-wrap {
  display: none;
}

.cfPopup {
  display: table;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cfPopup-inner {
  display: table-cell;
  vertical-align: middle;
}

.cfPopup-modal {
  opacity: 0;
  display: table;
  margin: 0 auto 0 auto;
  max-width: 670px;
  background-color: #fff;
  padding: 160px 50px 60px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.cfPopup-modal.on {
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cfPopup-modal h3 {
  margin-bottom: 15px;
}

.cfPopup-modal p:last-child {
  margin-bottom: 0;
}

.cfPopup-modal .btn {
  margin: 15px 6px 0;
}

.cfPopup-modal--white {
  background: #fff url(/_img/icons/warning.svg) no-repeat 50% 60px;
  background-size: 70px 70px;
}

.cfPopup-modal--blue {
  background: #0099dc url(/_img/icons/warning-white.svg) no-repeat 50% 60px;
  background-size: 70px 70px;
}

.cfPopup-modal--blue h3,
.cfPopup-modal--blue p {
  color: #fff;
}

.btnPopup {
  background: #e6e6e6;
  color: #425968;
}

.cf-close {
  background: url(/_img/close-courses.svg) no-repeat 0 0;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.cfPopup-modal--blue .cf-close {
  background-image: url(/_img/close-students.svg);
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

@media (max-width: 380px) {
  .cfPopup-modal {
    padding: 150px 30px 40px;
  }
  .cfPopup-modal--blue,
  .cfPopup-modal--white {
    background-size: 60px 60px;
  }
}
.london-popup .cfPopup-modal {
  padding-top: 60px;
}

/*Hide second key item if not used*/
/*.royalVet .courseFinderContent .degreesWrap p:nth-of-type(2),
.courtald .courseFinderContent .degreesWrap p:nth-of-type(2),
.goldsmiths .courseFinderContent .degreesWrap p:nth-of-type(2),
.queenMary .courseFinderContent .degreesWrap p:nth-of-type(2),
.royalHolloway .courseFinderContent .degreesWrap p:nth-of-type(2) { display: none; }*/
/* Marketing Consent on the apply forms */
.applyform__marketing-row {
  padding: 0 0 10px;
}

label.applyform__marketing-label {
  float: none;
  width: auto;
}

.applyform__marketing-note-wrap {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.applyform__marketing-chk input {
  width: auto;
  padding: 0;
  margin: 0 0 10px 10px;
}

/* Modal */
.modalContainer {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: -1;
}

.modalContainer .modal {
  background-color: #fff;
  border-radius: 1px;
  left: 50%;
  max-width: 600px;
  padding: 30px;
  position: relative;
  text-align: center;
  top: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
}

.modalContainer.open {
  opacity: 1;
  z-index: 9999;
}

.modalContainer.open .modal {
  top: 50%;
}

.modalContainer--wide .modal {
  max-width: 800px;
}

.modalContainer--max .modal {
  max-height: 100%;
  overflow-y: auto;
}

.modalContainer--left .modal {
  text-align: left;
}

/* Agent Apply Online */
.applyOnline .applyAgent.applyStep1 select {
  width: 74%;
}

.applyOnline .applyAgent .progress li {
  font-size: 0.86em;
}

/* = Coursefinder saved search work
----------------------------------------------------------------------------------------------------------------- */
.courseSearchStrip {
  position: relative;
}

.courseSearchStrip.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 153, 220, 0.8) url(/_img/loader-cf.gif) center no-repeat;
}

.courseSearchResults.is-loading {
  min-height: 250px;
  background: url(/_img/loader.gif) center no-repeat;
}

.formSaveSearch {
  position: relative;
}

.formSaveSearch.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8) url(/_img/loader.gif) center no-repeat;
}

.formSaveSearch .labelhide,
.formSaveSearch .questTypeEmail > label,
.formSaveSearch .questTypeFreeText > label {
  display: none;
}

.formSaveSearch #q1,
.formSaveSearch #q2 {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.formSaveSearch #q3 {
  padding-right: 10px;
}

.formSaveSearch .questTypeEmail input.text,
.formSaveSearch .questTypeFreeText input.text {
  width: 100%;
}

.formSaveSearch .questTypeSectionText {
  margin-bottom: 0;
}

.formSaveSearch .questTypeSectionText p {
  margin-bottom: 5px;
}

.formSaveSearch .questTypeOneToOne {
  margin-bottom: 10px;
}

.formSaveSearch .questTypeOneToOne br {
  display: none;
}

.formSaveSearch .questTypeOneToOne > span label {
  margin-right: 10px;
}

.formSaveSearch .questTypeOneToOne > span label:last-child {
  margin-right: 0;
}

.blockCoursePromo {
  margin: 20px 0;
  text-align: center;
}

.blockCoursePromo img {
  max-width: 100%;
}

/* = Video Module
----------------------------------------------------------------------------------------------------------------- */
.filters {
  background: #d7d7d7;
}

.filters_section > span {
  display: block;
  padding: 12px 20px;
  background: #553f68;
  color: #fff;
}

.filters_toggle {
  padding: 5px 20px;
}

.video-list {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.video-list:after {
  content: "";
  display: table;
  clear: both;
}

.video-list.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8) url(/_img/loader.gif) center 140px no-repeat;
  z-index: 10;
}

.video-list_search {
  margin: 0 0 30px;
}

.video-list_search-form {
  display: flex;
  width: 100%;
}

.video-list_search .text {
  width: 100%;
  margin: 0 0 5px;
}

.video-list_search .btn {
  width: 100%;
}

.video-list_search .btnImpact {
  margin-left: 10px;
}

.video-list_search .btn.hide {
  display: none;
}

.video-list_search .select {
  width: 100%;
}

.video-list_item-btns {
  display: flex;
  background: #0099dc;
}

.video-list_item-btns .btn {
  flex: 1;
  text-align: center;
}

.video-list_items,
.video-list_items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-list_items {
  float: left;
  width: calc(100% + 20px);
  margin: 0 -10px 30px;
}

.video-list_items li {
  float: left;
  width: 100%;
  padding: 0 10px 20px;
}

.video-list_items li > div {
  border: 1px solid #dfdfdf;
}

.video-list_item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.video-list_item:hover {
  text-decoration: none;
}

.video-list_item > img {
  width: 100%;
}

.video-featured_item-img .material-icons,
.video-list_item-img .material-icons {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 40px;
  padding: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #553f68;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
  border-radius: 50%;
  z-index: 2;
}

.video-featured_item-img,
.video-list_item-img {
  position: relative;
  overflow: hidden;
}

.video-featured_item-img:hover:after,
.video-list_item-img:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.video-list_item-img img {
  transition: transform linear 250ms;
}

.video-list_item-img:hover img {
  transform: scale(1.05);
}

.video-featured_item-img:hover .material-icons,
.video-list_item-img:hover .material-icons {
  display: block;
  color: #553f68;
  background: #fff;
  opacity: 1;
}

.video-list_item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}

.video-list_item-title {
  flex: 1;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #553f68;
}

.video-list_item-title:hover {
  text-decoration: underline;
}

.video-list_item-cats {
  margin: 10px 0 5px;
}

.video-list_item-cats > span {
  color: #607785;
  font-size: 13px;
}

.video-list_item-cats > span:hover span {
  text-decoration: underline;
}

.video-list_item-cats > span:after {
  content: " • ";
}

.video-list_item-cats > span:last-child:after {
  content: none;
}

.video-list_item p {
  color: #575757;
  margin-bottom: 15px;
}

.video-featured_item .material-icons,
.video-list_item .material-icons {
  vertical-align: -6px;
}

.video-list_item-info-row {
  padding-top: 5px;
}

.video-list_item-info-row:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.video-list_item-duration {
  display: inline-block;
  padding-top: 5px;
}

.video-list_item-info-row .btn {
  float: right;
  min-height: 34px;
  max-height: 34px;
  padding: 10px 15px;
}

.video-list_filters-wrap {
  margin: 0 0 30px;
}

.video-list_filters-wrap > h2 {
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  background: #553f68;
  color: #fff;
}

.video-list_filters-wrap > h2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: -8px;
  background: #553f68 url(/_img/icons/menu.svg) 7px 7px no-repeat;
}

.video-list_filters-wrap .accordion {
  display: none;
  margin: 0 0 30px;
}

.video-list_filters-wrap .accordion h3,
.video-list_filters-wrap .accordion .content {
  padding-left: 20px;
  padding-right: 20px;
}

.video-list_filters-wrap .accordion h3:after {
  right: 20px;
}

.video-list_filters-wrap .accordion h3 > span {
  font-size: 14px;
  color: #aaa;
}

.video-list_filters-wrap.is-open .accordion {
  display: block;
}

.video-list_filters .content {
  padding: 0 0 20px;
}

.video-list_filters .content div {
  margin: 0 0 10px;
}

.video-list_filters-wrap .formList {
  display: block;
  padding: 0;
}

.video-list_filters label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: -5px;
  cursor: pointer;
}

@media screen and (min-width: 450px) {
  .video-list_search .text {
    flex: 1;
    width: auto;
  }
  .video-list_search .btn {
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  .video-list_search {
    display: flex;
  }
  .video-list_search-form {
    flex: 1;
    margin-right: 20px;
  }
  .video-list_search .select {
    width: auto;
  }
  .video-list_filters-wrap > h2:before {
    vertical-align: -6px;
  }
  .video-list_items li {
    width: 50%;
  }
  .video-list_items li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1050px) {
  .video-list_items li {
    width: 33.333333%;
  }
  .video-list_items li:nth-child(2n+1) {
    clear: none;
  }
  .video-list_items li:nth-child(3n+1) {
    clear: both;
  }
  .video-list_item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1150px) {
  .video-list_search {
    width: calc(100% - 330px);
  }
  .video-list_filters-wrap {
    position: sticky;
    float: right;
    width: 300px;
    padding: 0 20px 25px;
    top: 20px;
    background: #fff;
    transition: linear 300ms top;
  }
  .video-list_filters-wrap > h2 {
    padding: 0;
    margin: 0 0 20px;
    background: transparent;
    color: #553f68;
  }
  .video-list_filters-wrap > h2:before {
    content: none;
  }
  .video-list_filters-wrap .accordion {
    display: block;
    margin: 0;
  }
  .video-list_filters-wrap .accordion h3,
  .video-list_filters-wrap .accordion .content {
    padding-left: 0;
    padding-right: 0;
  }
  body.stickyOn .video-list_filters-wrap {
    top: 65px;
  }
  .video-list_items li {
    width: 50%;
  }
  .video-list_items li:nth-child(2n+1) {
    clear: both;
  }
  .video-list_items li:nth-child(3n+1) {
    clear: none;
  }
  .video-list_list-wrap {
    float: left;
    width: calc(100% - 330px);
  }
  .video-list_item-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1350px) {
  .video-list_items li {
    width: 33.333333%;
  }
  .video-list_items li:nth-child(2n+1) {
    clear: none;
  }
  .video-list_items li:nth-child(3n+1) {
    clear: both;
  }
  .video-list_item-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1970px) {
  .video-list_filters-wrap {
    margin-right: -370px;
    margin-top: 0;
    padding: 40px 20px;
  }
  .video-list_list-wrap {
    width: 100%;
  }
  .video-list_item-title {
    font-size: 22px;
  }
}
.cats > span {
  color: #607785;
  font-size: 14px;
}

.cats > span:after {
  content: " • ";
}

.cats > span:last-child:after {
  content: none;
}

.video-view_meta {
  margin: 0 0 20px;
}

.video-view_meta .material-icons {
  vertical-align: -6px;
}

.video-view_cta {
  margin: 0 0 30px;
}

.video-view .imgContain {
  position: relative;
  cursor: pointer;
}

.video-view .imgContain:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-view .imgContain .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  padding: 15px;
  background: #553f68;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
  color: #fff;
  font-size: 70px;
  border-radius: 50%;
  z-index: 2;
}

.video-view .imgContain:hover .material-icons {
  display: block;
  color: #553f68;
  background: #fff;
  opacity: 1;
}

.video-featured-wrap {
  width: 100%;
  margin: 0;
}

.video-featured {
  width: 100%;
}

.video-featured_items,
.video-featured_items li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-featured_item {
  position: relative;
  display: block;
  border: 1px solid #dfdfdf;
  min-height: 150px;
}

.video-featured_item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-featured_item-content {
  bottom: 30px;
  left: 0;
  right: 25%;
  padding: 15px 15px;
  z-index: 3;
}

.video-featured_item-duration {
  flex: 1;
  display: inline-block;
  margin: 0 20px 15px 0;
}

.video-featured_item-title {
  margin: 0 0 20px;
}

.video-featured_item-cats {
  margin: 10px 0 15px;
}

.video-featured_item-cats > span:last-child:after {
  content: none;
}

.video-featured .lSSlideOuter .lSPager.lSpg {
  display: none;
  bottom: 20px;
}

.video-featured .lSSlideOuter .lSPager.lSpg > li {
  margin: 0;
}

.video-featured .lSSlideOuter .lSPager.lSpg > li a {
  height: 14px;
  width: 14px;
}

@media screen and (max-width: 599px) {
  .video-featured_item-info-row .btn {
    min-height: 34px;
    max-height: 34px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 600px) {
  .video-featured .lSSlideOuter .lSPager.lSpg {
    display: block;
  }
  .video-featured_item-content {
    position: absolute;
    padding: 20px 25px;
  }
  .video-featured_item-title {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "Stag";
    font-weight: 500;
    font-style: normal;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .video-featured_item-img .material-icons {
    left: 80%;
  }
  .video-featured_item-duration {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .video-featured_item-info-row {
    display: block;
  }
  .video-featured_item-cats {
    display: none;
  }
}
@media screen and (min-width: 650px) {
  .video-featured_item-content {
    bottom: auto;
    right: 35%;
    top: 50%;
    transform: translateY(-25%);
  }
  .video-featured_item-img .material-icons {
    left: 75%;
  }
}
@media screen and (min-width: 900px) {
  .video-featured_item {
    padding-bottom: 0;
  }
  .video-featured_item-img .material-icons {
    font-size: 80px;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  .video-featured_item-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  .video-featured_item-cats {
    display: block;
  }
  .video-featured_item-cats > span {
    color: #fff;
  }
}
@media screen and (min-width: 1150px) {
  .video-featured-wrap {
    float: left;
    width: calc(100% - 330px);
  }
  .video-featured_item-cats {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .video-featured_item-title {
    font-size: 2.25rem;
    line-height: normal;
  }
  .video-featured_item-cats {
    display: block;
  }
}
@media screen and (min-width: 1970px) {
  .video-featured_item-title {
    font-size: 2.5rem;
  }
  .video-featured-wrap {
    width: 100%;
  }
}
.video-view_play-row {
  margin: 0 0 20px;
}

.video-view_meta {
  display: inline-block;
}

.video-view_cta {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: 2px;
}

.video-view_ico-back {
  font-size: 16px;
  vertical-align: -3px;
}

.video-view h1 {
  margin-bottom: 20px;
}

#campusOffline .applyCTA,
#campusOffline .submenu {
  display: none;
}

#campusOffline aside {
  top: -100px;
}

@media screen and (max-width: 480px) {
  #campusOffline aside {
    top: -50px;
  }
}
#campusOffline .template2col section {
  min-height: 300px;
}

#oc-london .cityGallery .nextPrev .next,
#oc-london .cityGallery .nextPrev .prev,
#oc-london h1,
#oc-london h2,
#oc-london h3,
#oc-london h4,
#oc-london h5:not(.studentCountry) {
  color: #512178;
}

#oc-london .blockFour h2, #oc-london .blockFour h3, #oc-london .blockFour h4, #oc-london .blockFour h5, #oc-london .blockFour h6, #oc-london .blockFour p,
#oc-london .blockThree.blockLocation .textContain h2, #oc-london .blockThree.blockLocation .textContain h3, #oc-london .blockThree.blockLocation .textContain h4, #oc-london .blockThree.blockLocation .textContain h5, #oc-london .blockThree.blockLocation .textContain h6, #oc-london .blockThree.blockLocation .textContain p {
  color: #fff;
}

.birckbeck .banner:after {
  background: url(/_img/logos/logo-birkbeck.svg) no-repeat;
  height: 50px;
  width: 192px;
  background-size: auto 100%;
}

.birckbeck .imgContain:after {
  background: url(/_img/lens_25.png);
}

.royalHolloway .banner:after {
  background: url(/_img/logos/logo-rholloway.svg) no-repeat;
  height: 70px;
  width: 140px;
  background-size: auto 100%;
}

.courtald .banner:after {
  background: url(/_img/logos/logo-courtald.svg) no-repeat;
  height: 50px;
  width: 212px;
  background-size: auto 100%;
}

.queenMary .banner:after {
  background: url(/_img/logos/logo-qmul.svg) no-repeat;
  height: 60px;
  width: 228px;
  background-size: auto 100%;
}

.queenMary .imgContain:after {
  background: url(/_img/lens_25.png);
}

.royalVet .banner:after {
  background: url(/_img/logos/logo-rvc.svg) no-repeat;
  height: 75px;
  width: 130px;
  background-size: auto 100%;
}

.goldsmiths .banner:after {
  background: url(/_img/logos/logo-goldsmiths.svg) no-repeat;
  height: 45px;
  width: 197px;
  background-size: auto 100%;
}

.goldsmiths .imgContain:after {
  background: url(/_img/lens_25.png);
}

/* LONDON */
#oc-london .btn:not(.btnApply):not(.btnSearch) {
  background-color: #512178;
  border-color: #512178;
}

#oc-london .submenu ul li.hasChildren.on,
#oc-london .submenu > ul > li {
  border-bottom: 1px solid #6b428c;
}

#oc-london input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-london .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-london .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-oclondon.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-london .submenu > ul > li:first-child {
  border-top: 1px solid #6b428c;
}

#oc-london .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-london .submenu,
#oc-london .submenu ul li a {
  background-color: #512178;
}

#oc-london .submenu ul li a:hover,
#oc-london .submenu ul li.on > a,
#oc-london .submenu ul li.on > a:hover {
  background-color: #3d195a;
}

#oc-london .submenu ul li.hasChildren:last-child,
#oc-london .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-london .cityGallery .title {
  background: #512178;
}

#oc-london .slinky-menu h2 {
  color: #fff;
}

#oc-london .blockOne h5 {
  color: #425968;
}

#oc-london .asideSquare .overlay .igText h3,
#oc-london .asideSquare .overlay .igText h4,
#oc-london .asideSquare .overlay .igText h5,
#oc-london .asideSquare .overlay .igText p,
#oc-london .blockOne.brandColour a,
#oc-london .blockOne.brandColour h2,
#oc-london .blockOne.brandColour h3,
#oc-london .blockOne.brandColour h5,
#oc-london .blockOne.brandColour p,
#oc-london .blockTwo.blockStat h5,
#oc-london .blockTwo.brandColour h2,
#oc-london .blockTwo.brandColour h3,
#oc-london .blockTwo.brandColour h4,
#oc-london .blockTwo.brandColour h5,
#oc-london .blockTwo.brandColour p {
  color: #fff;
}

#oc-london .blockOne.blockNextUp {
  background-image: url(/_img/next-london.svg);
}

#oc-london .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-london .blockOne.brandColour {
  background-color: #512178;
}

#oc-london .infographic .overlay .igText h5,
#oc-london .infographic .overlay .igText p,
#oc-london .inlineVideo .overlay .igText h3,
#oc-london .inlineVideo .overlay .igText h5,
#oc-london .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-london .blockTwo.brandColour,
.oc-london .blockTwo.brandColour {
  background: #512178;
}

#oc-london .cityGallery h5 {
  color: #425968;
}

#oc-london .accordion .content h3 {
  font-size: 1.2em;
}

#oc-london .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-london .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-oclondon.svg);
}

#oc-london .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-london .pace .pace-progress,
.oc-london .blockTwo.brandColour {
  background: #512178;
}

/* PARIS */
#oc-paris .banner:after {
  background: url(/_img/logos/paris-white.svg) no-repeat;
  height: 62px;
  width: 190px;
  background-size: 100% auto;
}

#oc-paris .imgContain:after {
  background: url(/_img/lens_10.png);
}

#oc-paris #kedge .banner:after {
  content: "";
  background: url(/_img/logos/paris-kedge-white.svg) no-repeat;
  height: 62px;
  width: 180px;
  background-size: auto 100%;
}

#oc-paris #lisaa .banner:after {
  content: "";
  background: url(/_img/logos/lisaa_logo_white.svg) no-repeat;
  height: 100px;
  width: 100px;
  background-size: auto 100%;
}

#oc-paris #no-logo .banner:after {
  background: none;
}

#oc-paris h1,
#oc-paris h2,
#oc-paris h3,
#oc-paris h4,
#oc-paris h5:not(.studentCountry) {
  color: #b71b54;
}

#oc-paris .blockFour h2, #oc-paris .blockFour h3, #oc-paris .blockFour h4, #oc-paris .blockFour h5, #oc-paris .blockFour h6, #oc-paris .blockFour p,
#oc-paris .blockThree.blockLocation .textContain h2, #oc-paris .blockThree.blockLocation .textContain h3, #oc-paris .blockThree.blockLocation .textContain h4, #oc-paris .blockThree.blockLocation .textContain h5, #oc-paris .blockThree.blockLocation .textContain h6, #oc-paris .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-paris .btn:not(.btnApply):not(.btnSearch) {
  background-color: #b71b54;
  border-color: #000;
}

#oc-paris .submenu ul li.hasChildren.on,
#oc-paris .submenu > ul > li {
  border-bottom: 1px solid #000;
}

#oc-paris input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-paris .btn:not(.btnApply):not(.btnSearch):hover {
  background: #b71b54;
}

#oc-paris .submenu {
  padding-top: 110px;
  background: url(/_img/logos/paris-white.svg) 26px 35px no-repeat;
  background-size: 150px 47px;
}

#oc-paris .submenu > ul > li:first-child {
  border-top: 1px solid #000;
}

#oc-paris .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-paris .submenu,
#oc-paris .submenu ul li a {
  background-color: #b71b54;
}

#oc-paris .submenu ul li a:hover,
#oc-paris .submenu ul li.on > a,
#oc-paris .submenu ul li.on > a:hover {
  background-color: #000;
}

#oc-paris .submenu ul li.hasChildren:last-child,
#oc-paris .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-paris .slinky-menu h2 {
  color: #fff;
}

#oc-paris .cityGallery .title {
  background: #b71b54;
}

#oc-paris .asideSquare .overlay .igText h3,
#oc-paris .asideSquare .overlay .igText h4,
#oc-paris .asideSquare .overlay .igText h5,
#oc-paris .asideSquare .overlay .igText p,
#oc-paris .blockOne.brandColour a,
#oc-paris .blockOne.brandColour h2,
#oc-paris .blockOne.brandColour h3,
#oc-paris .blockOne.brandColour h5,
#oc-paris .blockOne.brandColour p,
#oc-paris .blockTwo.blockStat h5,
#oc-paris .blockTwo.brandColour h2,
#oc-paris .blockTwo.brandColour h3,
#oc-paris .blockTwo.brandColour h4,
#oc-paris .blockTwo.brandColour h5,
#oc-paris .blockTwo.brandColour p {
  color: #fff;
}

#oc-paris .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-paris .blockOne.brandColour {
  background-color: #b71b54;
}

#oc-paris .infographic .overlay .igText h5,
#oc-paris .infographic .overlay .igText p,
#oc-paris .inlineVideo .overlay .igText h3,
#oc-paris .inlineVideo .overlay .igText h5,
#oc-paris .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-paris .blockTwo.brandColour,
.oc-paris .blockTwo.brandColour {
  background: #b71b54;
}

#oc-paris .cityGallery h5 {
  color: #b71b54;
}

#oc-paris .statGraphic .smallCircle {
  background: #b71b54;
}

#oc-paris .statGraphic .mainText .statTitle,
#oc-paris .statGraphic .mainText p {
  color: #b71b54;
}

#oc-paris .statGraphic hr {
  border-top-color: #b71b54;
}

#oc-paris .statGraphic .mainText .statTitleThin {
  font-size: 3em;
  margin-bottom: 5px;
  display: inline-block;
}

#oc-paris .accordion .content h3 {
  font-size: 1.2em;
}

#oc-paris .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-paris .blocks.applyCTA:before {
  background-image: url(/_img/logos/paris-white.svg);
  background-color: #b71b54;
}

#oc-paris .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-paris .pace .pace-progress,
.oc-paris .blockTwo.brandColour {
  background: #b71b54;
}

@media screen and (max-width: 600px) {
  #oc-paris .banner:after {
    content: none;
  }
  #oc-paris #lisaa .banner:after {
    background-size: auto 80%;
  }
  #oc-paris #kedge .banner:after {
    background-size: auto 80%;
  }
}
@media screen and (max-width: 440px) {
  #oc-paris #lisaa .banner:after {
    background-size: auto 70%;
  }
}
/* END PARIS */
/* ASTON */
#oc-aston .banner:after {
  background: url(/_img/logos/logo-aston.svg) no-repeat;
  background-size: 100% auto;
  height: 92px;
  width: 213px;
}

#oc-aston .imgContain:after {
  background-image: url(/_img/lens_50.png);
}

#oc-aston h1,
#oc-aston h2,
#oc-aston h3,
#oc-aston h4,
#oc-aston h5:not(.studentCountry) {
  color: #920088;
}

#oc-aston .blockFour h2, #oc-aston .blockFour h3, #oc-aston .blockFour h4, #oc-aston .blockFour h5, #oc-aston .blockFour h6, #oc-aston .blockFour p,
#oc-aston .blockThree.blockLocation .textContain h2, #oc-aston .blockThree.blockLocation .textContain h3, #oc-aston .blockThree.blockLocation .textContain h4, #oc-aston .blockThree.blockLocation .textContain h5, #oc-aston .blockThree.blockLocation .textContain h6, #oc-aston .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-aston .btn:not(.btnApply):not(.btnSearch) {
  background-color: #610064;
  border-color: #920088;
}

#oc-aston .submenu ul li.hasChildren.on,
#oc-aston .submenu > ul > li {
  border-bottom: 1px solid #920088;
}

#oc-aston input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-aston .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-aston .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocaston.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-aston .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-aston .submenu,
#oc-aston .submenu ul li a {
  background-color: #610064;
}

#oc-aston .submenu ul li a:hover,
#oc-aston .submenu ul li.on > a,
#oc-aston .submenu ul li.on > a:hover {
  background-color: #920088;
}

#oc-aston .submenu ul li.hasChildren:last-child,
#oc-aston .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-aston .slinky-menu h2 {
  color: #fff;
}

#oc-aston .cityGallery .title {
  background: #610064;
}

#oc-aston .asideSquare .overlay .igText h3,
#oc-aston .asideSquare .overlay .igText h4,
#oc-aston .asideSquare .overlay .igText h5,
#oc-aston .asideSquare .overlay .igText p,
#oc-aston .blockOne.brandColour a,
#oc-aston .blockOne.brandColour h2,
#oc-aston .blockOne.brandColour h3,
#oc-aston .blockOne.brandColour h5,
#oc-aston .blockOne.brandColour p,
#oc-aston .blockTwo.blockStat h5,
#oc-aston .blockTwo.brandColour h2,
#oc-aston .blockTwo.brandColour h3,
#oc-aston .blockTwo.brandColour h4,
#oc-aston .blockTwo.brandColour h5,
#oc-aston .blockTwo.brandColour p {
  color: #fff;
}

#oc-aston .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-aston .blockOne.brandColour {
  background-color: #610064;
}

#oc-aston .infographic .overlay .igText h5,
#oc-aston .infographic .overlay .igText p,
#oc-aston .inlineVideo .overlay .igText h3,
#oc-aston .inlineVideo .overlay .igText h5,
#oc-aston .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-aston .blockTwo.brandColour,
.oc-aston .blockTwo.brandColour {
  background: #610064;
}

#oc-aston .cityGallery h5 {
  color: #425968;
}

#oc-aston .statGraphic .smallCircle {
  background: rgba(136, 0, 144, 0.85);
}

#oc-aston .statGraphic .mainText .statTitle,
#oc-aston .statGraphic .mainText p {
  color: #610064;
}

#oc-aston .statGraphic hr {
  border-top-color: #610064;
}

#oc-aston .statGraphic .mainText .statTitleThin {
  font-size: 3em;
  margin-bottom: 5px;
  display: inline-block;
}

#oc-aston .accordion .content h3 {
  font-size: 1.2em;
}

#oc-aston .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-aston .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocaston.svg);
  background-color: #0071ba;
}

#oc-aston .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-aston .pace .pace-progress {
  background: #610064;
}

#oc-aston .blocks.applyCTA::before {
  background-image: url(/_img/logos/logo-ocaston.svg);
  background-color: #610064;
}

#oc-aston th {
  background-color: #610064;
  border-color: #610064;
}

#oc-aston .template .js-entry-req-ddl {
  background-image: url(/_img/dropdown-select-aston.svg);
}

/* END ASTON */
#oc-coventry .banner:after {
  background: url(/_img/logos/logo-coventry.svg) no-repeat;
  background-size: 100% auto;
  height: 60px;
  width: 212px;
}

#oc-coventry .imgContain:after {
  background: url(/_img/lens_15.png);
}

#oc-coventry h1,
#oc-coventry h2,
#oc-coventry h3,
#oc-coventry h4,
#oc-coventry h5:not(.studentCountry) {
  color: #0071ba;
}

#oc-coventry .btn:not(.btnApply):not(.btnSearch) {
  background-color: #0071ba;
  border-color: #0071ba;
}

#oc-coventry .submenu ul li.hasChildren.on,
#oc-coventry .submenu > ul > li {
  border-bottom: 1px solid #4599d0;
}

#oc-coventry input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-coventry .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-coventry .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-occoventry.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-coventry .submenu > ul > li:first-child {
  border-top: 1px solid #4599d0;
}

#oc-coventry .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-coventry .submenu,
#oc-coventry .submenu ul li a {
  background-color: #0071ba;
}

#oc-coventry .submenu ul li a:hover,
#oc-coventry .submenu ul li.on > a,
#oc-coventry .submenu ul li.on > a:hover {
  background-color: #004f82;
}

#oc-coventry .submenu ul li.hasChildren:last-child,
#oc-coventry .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-coventry .slinky-menu h2 {
  color: #fff;
}

#oc-coventry .cityGallery .title {
  background: #0071ba;
}

#oc-coventry .cityGallery .nextPrev .next,
#oc-coventry .cityGallery .nextPrev .prev {
  color: #0071ba;
}

#oc-coventry .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-coventry.svg);
}

#oc-coventry .blockOne.blockNextUp,
#oc-coventry .cityGallery .nextPrev .next {
  background-image: url(/_img/next-coventry.svg);
}

#oc-coventry .blockOne h5 {
  color: #425968;
}

#oc-coventry .asideSquare .overlay .igText h3,
#oc-coventry .asideSquare .overlay .igText h4,
#oc-coventry .asideSquare .overlay .igText h5,
#oc-coventry .asideSquare .overlay .igText p,
#oc-coventry .blockOne.brandColour a,
#oc-coventry .blockOne.brandColour h2,
#oc-coventry .blockOne.brandColour h3,
#oc-coventry .blockOne.brandColour h5,
#oc-coventry .blockOne.brandColour p,
#oc-coventry .blockTwo.blockStat h5,
#oc-coventry .blockTwo.brandColour h2,
#oc-coventry .blockTwo.brandColour h3,
#oc-coventry .blockTwo.brandColour h4,
#oc-coventry .blockTwo.brandColour h5,
#oc-coventry .blockTwo.brandColour p {
  color: #fff;
}

#oc-coventry .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-coventry .blockOne.brandColour {
  background-color: #4599d0;
}

#oc-coventry .infographic .overlay .igText h5,
#oc-coventry .infographic .overlay .igText p,
#oc-coventry .inlineVideo .overlay .igText h3,
#oc-coventry .inlineVideo .overlay .igText h5,
#oc-coventry .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-coventry .blockTwo.brandColour,
.oc-coventry .blockTwo.brandColour {
  background: #0071ba;
}

#oc-coventry .cityGallery h5 {
  color: #425968;
}

#oc-coventry .statGraphic .smallCircle {
  background: rgba(0, 113, 186, 0.85);
}

#oc-coventry .statGraphic .mainText .statTitle,
#oc-coventry .statGraphic .mainText p {
  color: #0071ba;
}

#oc-coventry .statGraphic hr {
  border-top-color: #0071ba;
}

#oc-coventry .statGraphic .mainText .statTitleThin {
  font-size: 3.6em;
  margin-bottom: 5px;
  display: inline-block;
}

#oc-coventry .accordion .content h3,
#oc-southbank .accordion .content h3,
#oc-sunderland .accordion .content h3 {
  font-size: 1.2em;
}

#oc-coventry .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-coventry .accordion > h3:after {
  background-image: url(/_img/toggle-oc-coventry.svg);
}

#oc-coventry .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-occoventry.svg);
  background-color: #0071ba;
}

#oc-coventry .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-coventry .pace .pace-progress {
  background: #0071ba;
}

#oc-sunderland .banner:after {
  background: url(/_img/logos/logo-sunderland.svg) no-repeat;
  background-size: auto 100%;
  height: 90px;
  width: 189px;
}

#oc-sunderland .imgContain:after {
  background: url(/_img/lens_15.png);
}

#oc-sunderland h1,
#oc-sunderland h2,
#oc-sunderland h3,
#oc-sunderland h4,
#oc-sunderland h5:not(.studentCountry) {
  color: #e59000;
}

#oc-sunderland .blockFour h2, #oc-sunderland .blockFour h3, #oc-sunderland .blockFour h4, #oc-sunderland .blockFour h5, #oc-sunderland .blockFour h6, #oc-sunderland .blockFour p,
#oc-sunderland .blockThree.blockLocation .textContain h2, #oc-sunderland .blockThree.blockLocation .textContain h3, #oc-sunderland .blockThree.blockLocation .textContain h4, #oc-sunderland .blockThree.blockLocation .textContain h5, #oc-sunderland .blockThree.blockLocation .textContain h6, #oc-sunderland .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-sunderland .btn:not(.btnApply):not(.btnSearch) {
  background-color: #e59000;
  border-color: #e59000;
}

#oc-sunderland .submenu ul li.hasChildren.on,
#oc-sunderland .submenu > ul > li {
  border-bottom: 1px solid #e6ad73;
}

#oc-sunderland input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-sunderland .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-sunderland .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocsunderland.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-sunderland .submenu > ul > li:first-child {
  border-top: 1px solid #e6ad73;
}

#oc-sunderland .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-sunderland .submenu,
#oc-sunderland .submenu ul li a {
  background-color: #e59000;
}

#oc-sunderland .submenu ul li a:hover,
#oc-sunderland .submenu ul li.on > a,
#oc-sunderland .submenu ul li.on > a:hover {
  background-color: #d47a10;
}

#oc-sunderland .submenu ul li.hasChildren:last-child,
#oc-sunderland .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-sunderland .slinky-menu h2 {
  color: #fff;
}

#oc-sunderland .cityGallery .title {
  background: #e59000;
}

#oc-sunderland .cityGallery .nextPrev .next,
#oc-sunderland .cityGallery .nextPrev .prev {
  color: #e59000;
}

#oc-sunderland .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-sund.svg);
}

#oc-sunderland .blockOne.blockNextUp,
#oc-sunderland .cityGallery .nextPrev .next {
  background-image: url(/_img/next-sund.svg);
}

#oc-sunderland .blockOne h5 {
  color: #425968;
}

#oc-sunderland .asideSquare .overlay .igText h3,
#oc-sunderland .asideSquare .overlay .igText h4,
#oc-sunderland .asideSquare .overlay .igText h5,
#oc-sunderland .asideSquare .overlay .igText p,
#oc-sunderland .blockOne.brandColour a,
#oc-sunderland .blockOne.brandColour h2,
#oc-sunderland .blockOne.brandColour h3,
#oc-sunderland .blockOne.brandColour h5,
#oc-sunderland .blockOne.brandColour p,
#oc-sunderland .blockTwo.blockStat h5,
#oc-sunderland .blockTwo.brandColour h2,
#oc-sunderland .blockTwo.brandColour h3,
#oc-sunderland .blockTwo.brandColour h4,
#oc-sunderland .blockTwo.brandColour h5,
#oc-sunderland .blockTwo.brandColour p {
  color: #fff;
}

#oc-sunderland .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-sunderland .blockOne.brandColour {
  background-color: #e59000;
}

#oc-sunderland .infographic .overlay .igText h5,
#oc-sunderland .infographic .overlay .igText p,
#oc-sunderland .inlineVideo .overlay .igText h3,
#oc-sunderland .inlineVideo .overlay .igText h5,
#oc-sunderland .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-sunderland .blockTwo.brandColour {
  background: #e59000;
}

#oc-sunderland .cityGallery h5 {
  color: #425968;
}

#oc-sunderland .statGraphic .smallCircle {
  background: rgba(212, 122, 16, 0.8);
}

#oc-sunderland .statGraphic .mainText .statTitle,
#oc-sunderland .statGraphic .mainText p {
  color: #e59000;
}

#oc-sunderland .statGraphic hr {
  border-top-color: #e59000;
}

#oc-sunderland .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-sunderland .accordion > h3:after {
  background-image: url(/_img/toggle-oc-sunderland.svg);
}

#oc-sunderland .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocsunderland.svg);
  background-color: #e59000;
}

#oc-sunderland .pace .pace-progress,
#oc-sunderland th,
.oc-sunderland .blockTwo.brandColour {
  background: #e59000;
}

#oc-sunderland .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-sunderland th {
  border: 1px solid #e59000;
}

#oc-southbank .banner:after {
  background: url(/_img/logos/logo-southbank.svg) no-repeat;
  background-size: auto 100%;
  height: 90px;
  width: 153px;
}

#oc-southbank .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-southbank h1,
#oc-southbank h2,
#oc-southbank h3,
#oc-southbank h4,
#oc-southbank h5:not(.studentCountry) {
  color: #83bb25;
}

#oc-southbank .blockFour h2, #oc-southbank .blockFour h3, #oc-southbank .blockFour h4, #oc-southbank .blockFour h5, #oc-southbank .blockFour h6, #oc-southbank .blockFour p,
#oc-southbank .blockThree.blockLocation .textContain h2, #oc-southbank .blockThree.blockLocation .textContain h3, #oc-southbank .blockThree.blockLocation .textContain h4, #oc-southbank .blockThree.blockLocation .textContain h5, #oc-southbank .blockThree.blockLocation .textContain h6, #oc-southbank .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-southbank .btn:not(.btnApply):not(.btnSearch) {
  background-color: #83bb25;
  border-color: #83bb25;
}

#oc-southbank .submenu ul li.hasChildren.on,
#oc-southbank .submenu > ul > li {
  border-bottom: 1px solid #b1d477;
}

#oc-southbank input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-southbank .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-southbank .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocsouthbank.svg) 26px 35px no-repeat;
  background-size: 220px 39px;
}

#oc-southbank .submenu > ul > li:first-child {
  border-top: 1px solid #b1d477;
}

#oc-southbank .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-southbank .submenu,
#oc-southbank .submenu ul li a {
  background-color: #83bb25;
}

#oc-southbank .submenu ul li a:hover,
#oc-southbank .submenu ul li.on > a,
#oc-southbank .submenu ul li.on > a:hover {
  background-color: #74a71e;
}

#oc-southbank .submenu ul li.hasChildren:last-child,
#oc-southbank .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-southbank .slinky-menu h2 {
  color: #fff;
}

#oc-southbank .cityGallery .title {
  background: #83bb25;
}

#oc-southbank .cityGallery .nextPrev .next,
#oc-southbank .cityGallery .nextPrev .prev {
  color: #83bb25;
}

#oc-southbank .blockOne h5 {
  color: #425968;
}

#oc-southbank .asideSquare .overlay .igText h3,
#oc-southbank .asideSquare .overlay .igText h4,
#oc-southbank .asideSquare .overlay .igText h5,
#oc-southbank .asideSquare .overlay .igText p,
#oc-southbank .blockOne.brandColour a,
#oc-southbank .blockOne.brandColour h2,
#oc-southbank .blockOne.brandColour h3,
#oc-southbank .blockOne.brandColour h5,
#oc-southbank .blockOne.brandColour p,
#oc-southbank .blockTwo.blockStat h5,
#oc-southbank .blockTwo.brandColour h2,
#oc-southbank .blockTwo.brandColour h3,
#oc-southbank .blockTwo.brandColour h4,
#oc-southbank .blockTwo.brandColour h5,
#oc-southbank .blockTwo.brandColour p {
  color: #fff;
}

#oc-southbank .blockOne.blockNextUp {
  background-image: url(/_img/next-southbank.svg);
}

#oc-southbank .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-southbank .blockOne.brandColour {
  background-color: #83bb25;
}

#oc-southbank .infographic .overlay .igText h5,
#oc-southbank .infographic .overlay .igText p,
#oc-southbank .inlineVideo .overlay .igText h3,
#oc-southbank .inlineVideo .overlay .igText h5,
#oc-southbank .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-southbank .blockTwo.brandColour {
  background: #83bb25;
}

#oc-southbank .cityGallery h5 {
  color: #425968;
}

#oc-southbank .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-southbank .statGraphic .mainText .statTitleThin small {
  font-size: 0.3em;
  display: inline-block;
}

#oc-boston .accordion .content h3,
#oc-hull .accordion .content h3,
#oc-lancashire .accordion .content h3,
#oc-reading .accordion .content h3,
#oc-suny .accordion .content h3 {
  font-size: 1.2em;
}

#oc-southbank .statGraphic .smallCircle {
  background: #83bb25;
  background: rgba(116, 167, 30, 0.9);
}

#oc-southbank .statGraphic .mainText .statTitle,
#oc-southbank .statGraphic .mainText p {
  color: #83bb25;
}

#oc-southbank .statGraphic hr {
  border-top-color: #83bb25;
}

#oc-southbank .accordion > h3:after {
  background-image: url(/_img/toggle-oc-southbank.svg);
}

#oc-southbank th {
  border: 1px solid #74a71e;
  background: #74a71e;
}

#oc-southbank .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-southbank.svg);
}

#oc-southbank .cityGallery .nextPrev .next {
  background-image: url(/_img/next-southbank.svg);
}

#oc-southbank .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocsouthbank.svg);
  background-color: #83bb25;
}

#oc-southbank .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-southbank .pace .pace-progress,
.oc-southbank .blockTwo.brandColour {
  background: #83bb25;
}

#oc-lancashire.hideBannerLogo .banner:after {
  content: none;
}

#oc-lancashire .imgContain:after {
  background: url(/_img/lens_15.png);
}

#oc-lancashire h1,
#oc-lancashire h2,
#oc-lancashire h3,
#oc-lancashire h4,
#oc-lancashire h5:not(.studentCountry) {
  color: #ca0538;
}

#oc-lancashire .blockFour h2, #oc-lancashire .blockFour h3, #oc-lancashire .blockFour h4, #oc-lancashire .blockFour h5, #oc-lancashire .blockFour h6, #oc-lancashire .blockFour p,
#oc-lancashire .blockThree.blockLocation .textContain h2, #oc-lancashire .blockThree.blockLocation .textContain h3, #oc-lancashire .blockThree.blockLocation .textContain h4, #oc-lancashire .blockThree.blockLocation .textContain h5, #oc-lancashire .blockThree.blockLocation .textContain h6, #oc-lancashire .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-lancashire .btn:not(.btnApply):not(.btnSearch) {
  background-color: #ca0538;
  border-color: #ca0538;
}

#oc-lancashire .submenu ul li.hasChildren.on,
#oc-lancashire .submenu > ul > li {
  border-bottom: 1px solid #da3c65;
}

#oc-lancashire input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-lancashire .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-lancashire .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocuknorth.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-lancashire .submenu > ul > li:first-child {
  border-top: 1px solid #da3c65;
}

#oc-lancashire .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-lancashire .submenu,
#oc-lancashire .submenu ul li a {
  background-color: #ca0538;
}

#oc-lancashire .submenu ul li a:hover,
#oc-lancashire .submenu ul li.on > a,
#oc-lancashire .submenu ul li.on > a:hover {
  background-color: #ab0c35;
}

#oc-lancashire .submenu ul li.hasChildren:last-child,
#oc-lancashire .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-lancashire .slinky-menu h2 {
  color: #fff;
}

#oc-lancashire .cityGallery .title {
  background: #ca0538;
}

#oc-lancashire .cityGallery .nextPrev .next,
#oc-lancashire .cityGallery .nextPrev .prev {
  color: #ca0538;
}

#oc-lancashire .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-lancashire.svg);
}

#oc-lancashire .blockOne.blockNextUp,
#oc-lancashire .cityGallery .nextPrev .next {
  background-image: url(/_img/next-lancashire.svg);
}

#oc-lancashire .blockOne h5 {
  color: #425968;
}

#oc-lancashire .asideSquare .overlay .igText h3,
#oc-lancashire .asideSquare .overlay .igText h4,
#oc-lancashire .asideSquare .overlay .igText h5,
#oc-lancashire .asideSquare .overlay .igText p,
#oc-lancashire .blockOne.brandColour a,
#oc-lancashire .blockOne.brandColour h2,
#oc-lancashire .blockOne.brandColour h3,
#oc-lancashire .blockOne.brandColour h5,
#oc-lancashire .blockOne.brandColour p,
#oc-lancashire .blockTwo.blockStat h5,
#oc-lancashire .blockTwo.brandColour h2,
#oc-lancashire .blockTwo.brandColour h3,
#oc-lancashire .blockTwo.brandColour h4,
#oc-lancashire .blockTwo.brandColour h5,
#oc-lancashire .blockTwo.brandColour p {
  color: #fff;
}

#oc-lancashire .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-lancashire .blockOne.brandColour {
  background-color: #ca0538;
}

#oc-lancashire .infographic .overlay .igText h5,
#oc-lancashire .infographic .overlay .igText p,
#oc-lancashire .inlineVideo .overlay .igText h3,
#oc-lancashire .inlineVideo .overlay .igText h5,
#oc-lancashire .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-lancashire .blockTwo.brandColour,
.oc-lancashire .blockTwo.brandColour {
  background: #ca0538;
}

#oc-lancashire .cityGallery h5 {
  color: #425968;
}

#oc-lancashire .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-lancashire .statGraphic .smallCircle {
  background: #ca0538;
  background: rgba(171, 12, 53, 0.9);
}

#oc-lancashire .statGraphic .mainText .statTitle,
#oc-lancashire .statGraphic .mainText p {
  color: #ca0538;
}

#oc-lancashire .statGraphic hr {
  border-top-color: #ca0538;
}

#oc-lancashire .accordion > h3:after {
  background-image: url(/_img/toggle-oc-lancs.svg);
}

#oc-lancashire th {
  border: 1px solid #ca0538;
  background: #ca0538;
}

#oc-lancashire .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocuknorth.svg);
  background-color: #ca0538;
  background-size: auto 45px;
}

#oc-lancashire .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-lancashire .pace .pace-progress,
.oc-lancashire .blockTwo.brandColour {
  background: #ca0538;
}

#oc-hull .banner:after {
  background: url(/_img/logos/logo-hull.svg) no-repeat;
  height: 75px;
  width: 162px;
  background-size: auto 100%;
}

#oc-hull .banner:before {
  background: url(/_img/logos/logo-tef-gold.svg) no-repeat;
  height: 75px;
  width: 55px;
  background-size: auto 100%;
}

#oc-hull .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-hull h1,
#oc-hull h2,
#oc-hull h3,
#oc-hull h4,
#oc-hull h5:not(.studentCountry) {
  color: #195699;
}

#oc-hull .blockFour h2, #oc-hull .blockFour h3, #oc-hull .blockFour h4, #oc-hull .blockFour h5, #oc-hull .blockFour h6, #oc-hull .blockFour p,
#oc-hull .blockThree.blockLocation .textContain h2, #oc-hull .blockThree.blockLocation .textContain h3, #oc-hull .blockThree.blockLocation .textContain h4, #oc-hull .blockThree.blockLocation .textContain h5, #oc-hull .blockThree.blockLocation .textContain h6, #oc-hull .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-hull .msgImp h3 {
  color: #fff;
}

#oc-hull .btn:not(.btnApply):not(.btnSearch) {
  background-color: #195699;
  border-color: #195699;
}

#oc-hull .submenu ul li.hasChildren.on,
#oc-hull .submenu > ul > li {
  border-bottom: 1px solid #4170a5;
}

#oc-hull input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-hull .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-hull .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ochull.svg) 26px 35px no-repeat;
  background-size: 150px 41px;
}

#oc-hull .submenu > ul > li:first-child {
  border-top: 1px solid #4170a5;
}

#oc-hull .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-hull .submenu,
#oc-hull .submenu ul li a {
  background-color: #195699;
}

#oc-hull .submenu ul li a:hover,
#oc-hull .submenu ul li.on > a,
#oc-hull .submenu ul li.on > a:hover {
  background-color: #0a498e;
}

#oc-hull .submenu ul li.hasChildren:last-child,
#oc-hull .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-hull .slinky-menu h2 {
  color: #fff;
}

#oc-hull .cityGallery .title {
  background: #195699;
}

#oc-hull .cityGallery .nextPrev .next,
#oc-hull .cityGallery .nextPrev .prev {
  color: #195699;
}

#oc-hull .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-hull.svg);
}

#oc-hull .blockOne.blockNextUp,
#oc-hull .cityGallery .nextPrev .next {
  background-image: url(/_img/next-hull.svg);
}

#oc-hull .blockOne h5 {
  color: #425968;
}

#oc-hull .asideSquare .overlay .igText h3,
#oc-hull .asideSquare .overlay .igText h4,
#oc-hull .asideSquare .overlay .igText h5,
#oc-hull .asideSquare .overlay .igText p,
#oc-hull .blockOne.brandColour a,
#oc-hull .blockOne.brandColour h2,
#oc-hull .blockOne.brandColour h3,
#oc-hull .blockOne.brandColour h5,
#oc-hull .blockOne.brandColour p,
#oc-hull .blockTwo.blockStat h5,
#oc-hull .blockTwo.brandColour h2,
#oc-hull .blockTwo.brandColour h3,
#oc-hull .blockTwo.brandColour h4,
#oc-hull .blockTwo.brandColour h5,
#oc-hull .blockTwo.brandColour p {
  color: #fff;
}

#oc-hull .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-hull .blockOne.brandColour {
  background-color: #195699;
}

#oc-hull .infographic .overlay .igText h5,
#oc-hull .infographic .overlay .igText p,
#oc-hull .inlineVideo .overlay .igText h3,
#oc-hull .inlineVideo .overlay .igText h5,
#oc-hull .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-hull .blockTwo.brandColour {
  background: #195699;
}

#oc-hull .cityGallery h5 {
  color: #425968;
}

#oc-hull .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-hull .statGraphic .smallCircle {
  background: #195699;
  background: rgba(10, 73, 142, 0.85);
}

#oc-hull .statGraphic .mainText .statTitle,
#oc-hull .statGraphic .mainText p {
  color: #195699;
}

#oc-hull .statGraphic hr {
  border-top-color: #195699;
}

#oc-hull .accordion > h3:after {
  background-image: url(/_img/toggle-oc-hull.svg);
}

#oc-hull th {
  border: 1px solid #195699;
  background: #195699;
}

#oc-hull .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ochull.svg);
  background-color: #195699;
}

#oc-hull .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-hull .pace .pace-progress,
.oc-hull .blockTwo.brandColour {
  background: #195699;
}

#oc-reading .banner:after {
  background: url(/_img/logos/logo-reading.svg) no-repeat;
  height: 55px;
  width: 170px;
  background-size: auto 100%;
}

#oc-henley .banner:after {
  background: url(/_img/logos/henley-white.svg) no-repeat;
  height: 75px;
  width: 171px;
  background-size: auto 100%;
}

#oc-reading .imgContain:after, #oc-henley .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-reading h1,
#oc-reading h2,
#oc-reading h3,
#oc-reading h4,
#oc-reading h5:not(.studentCountry) {
  color: #F51645;
}

#oc-reading .blockFour h2, #oc-reading .blockFour h3, #oc-reading .blockFour h4, #oc-reading .blockFour h5, #oc-reading .blockFour h6, #oc-reading .blockFour p,
#oc-reading .blockThree.blockLocation .textContain h2, #oc-reading .blockThree.blockLocation .textContain h3, #oc-reading .blockThree.blockLocation .textContain h4, #oc-reading .blockThree.blockLocation .textContain h5, #oc-reading .blockThree.blockLocation .textContain h6, #oc-reading .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-henley h1,
#oc-henley h2,
#oc-henley h3,
#oc-henley h4,
#oc-henley h5:not(.studentCountry) {
  color: #0a3b85;
}

#oc-henley .blockFour h2, #oc-henley .blockFour h3, #oc-henley .blockFour h4, #oc-henley .blockFour h5, #oc-henley .blockFour h6, #oc-henley .blockFour p,
#oc-henley .blockThree.blockLocation .textContain h2, #oc-henley .blockThree.blockLocation .textContain h3, #oc-henley .blockThree.blockLocation .textContain h4, #oc-henley .blockThree.blockLocation .textContain h5, #oc-henley .blockThree.blockLocation .textContain h6, #oc-henley .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-reading .btn:not(.btnApply):not(.btnSearch), #oc-reading .btn:not(.btnApply):not(.btnSearch) {
  background-color: #F51645;
  border-color: #F51645;
}

#oc-reading .submenu ul li.hasChildren.on,
#oc-reading .submenu > ul > li {
  border-bottom: 1px solid #787AF7;
}

#oc-henley .submenu ul li.hasChildren.on,
#oc-henley .submenu > ul > li {
  border-bottom: 1px solid #C7B3FF;
}

#oc-reading input.btn:not(.btnApply):not(.btnSearch):hover,
#oc-henley input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-henley .btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-reading .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-reading .submenu, #oc-henley .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocreading.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-reading .submenu > ul > li:first-child {
  border-top: 1px solid #787AF7;
}

#oc-henley .submenu > ul > li:first-child {
  border-top: 1px solid #C7B3FF;
}

#oc-reading .submenu ul li.hasChildren.on > a, #oc-henley .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-reading .submenu,
#oc-reading .submenu ul li a {
  background-color: #F51645;
}

#oc-henley .submenu,
#oc-henley .submenu ul li a {
  background-color: #D81520;
}

#oc-reading .submenu ul li a:hover,
#oc-reading .submenu ul li.on > a,
#oc-reading .submenu ul li.on > a:hover {
  background-color: #787AF7;
  color: #fff;
}

#oc-henley .submenu ul li a:hover,
#oc-henley .submenu ul li.on > a {
  background-color: #C7B3FF;
  color: #3e3f42;
}

#oc-reading .submenu ul li.henley a, #oc-henley .submenu ul li.henley a {
  background-color: #0a3b85;
  color: #fff;
}

#oc-reading .submenu ul li.henley.on > a:hover, #oc-henley .submenu ul li.henley.on > a:hover {
  background-color: #ffcd00;
  color: #fff;
}

#oc-reading .submenu ul li.hasChildren:last-child,
#oc-henley .submenu ul li.hasChildren:last-child,
#oc-reading .submenu ul li:last-child,
#oc-henley .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-reading .slinky-menu h2, #oc-henley .slinky-menu h2 {
  color: #fff;
}

#oc-reading .cityGallery .title {
  background: #F51645;
}

#oc-henley .cityGallery .title {
  background: #D81520;
}

#oc-reading .cityGallery .nextPrev .next,
#oc-reading .cityGallery .nextPrev .prev {
  color: #F51645;
}

#oc-henley .cityGallery .nextPrev .next,
#oc-henly .cityGallery .nextPrev .prev {
  color: #D81520;
}

#oc-reading .cityGallery .nextPrev .prev, #oc-henley .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-reading.svg);
}

#oc-reading .blockOne.blockNextUp,
#oc-henley .blockOne.blockNextUp,
#oc-reading .cityGallery .nextPrev .next,
#oc-henley .cityGallery .nextPrev .next {
  background-image: url(/_img/next-reading.svg);
}

#oc-reading .blockOne h5, #oc-henley .blockOne h5 {
  color: #425968;
}

#oc-reading .asideSquare .overlay .igText h3,
#oc-henley .asideSquare .overlay .igText h3,
#oc-reading .asideSquare .overlay .igText h4,
#oc-henley .asideSquare .overlay .igText h4,
#oc-reading .asideSquare .overlay .igText h5,
#oc-henley .asideSquare .overlay .igText h5,
#oc-reading .asideSquare .overlay .igText p,
#oc-henley .asideSquare .overlay .igText p,
#oc-reading .blockOne.brandColour a,
#oc-henley .blockOne.brandColour a,
#oc-reading .blockOne.brandColour h2,
#oc-henley .blockOne.brandColour h2,
#oc-reading .blockOne.brandColour h3,
#oc-henley .blockOne.brandColour h3,
#oc-reading .blockOne.brandColour h5,
#oc-henley .blockOne.brandColour h5,
#oc-reading .blockOne.brandColour p,
#oc-henley .blockOne.brandColour p,
#oc-reading .blockTwo.blockStat h5,
#oc-henley .blockTwo.blockStat h5,
#oc-reading .blockTwo.brandColour h2,
#oc-henley .blockTwo.brandColour h2,
#oc-reading .blockTwo.brandColour h3,
#oc-henley .blockTwo.brandColour h3,
#oc-reading .blockTwo.brandColour h4,
#oc-henley .blockTwo.brandColour h4,
#oc-reading .blockTwo.brandColour h5,
#oc-henley .blockTwo.brandColour h5,
#oc-reading .blockTwo.brandColour p,
#oc-henley .blockTwo.brandColour p {
  color: #fff;
}

#oc-reading .blockOne.blockNextUp.brandColour, #oc-henley .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-reading .blockOne.brandColour {
  background-color: #F51645;
}

#oc-henley .blockOne.brandColour {
  background-color: #D81520;
}

#oc-reading .infographic .overlay .igText h5,
#oc-henley .infographic .overlay .igText h5,
#oc-reading .infographic .overlay .igText p,
#oc-henley .infographic .overlay .igText p,
#oc-reading .inlineVideo .overlay .igText h3,
#oc-henley .inlineVideo .overlay .igText h3,
#oc-reading .inlineVideo .overlay .igText h5,
#oc-henley .inlineVideo .overlay .igText h5,
#oc-reading .inlineVideo .overlay .igText p,
#oc-henley .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-reading .blockTwo.brandColour {
  background: #F51645;
}

#oc-henley .blockTwo.brandColour {
  background: #D81520;
}

#oc-reading .cityGallery h5, #oc-henley .cityGallery h5 {
  color: #425968;
}

#oc-reading .accordion .content h3:first-of-type, #oc-henley .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-reading .accordion > h3:after, #oc-henley .accordion > h3:after {
  background-image: url(/_img/toggle-oc-reading.svg);
}

#oc-reading .statGraphic .smallCircle,
#oc-reading th {
  background: #F51645;
}

#oc-henley .statGraphic .smallCircle,
#oc-henley th {
  background: #D81520;
}

#oc-reading th {
  border: 1px solid #F51645;
}

#oc-henley th {
  border: 1px solid #D81520;
}

#oc-reading .statGraphic .mainText .statTitle,
#oc-reading .statGraphic .mainText p {
  color: #F51645;
}

#oc-henley .statGraphic .mainText .statTitle,
#oc-henley .statGraphic .mainText p {
  color: #D81520;
}

#oc-reading .statGraphic hr {
  border-top-color: #F51645;
}

#oc-henley .statGraphic hr {
  border-top-color: #D81520;
}

#oc-reading .blocks.applyCTA:before, #oc-henley .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocreading.svg);
  background-color: #F51645;
}

#oc-henley .blocks.applyCTA:before {
  background-color: #D81520;
}

#oc-reading .blockOne.blockSearch h2, #oc-henley .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-reading .pace .pace-progress,
.oc-reading .blockTwo.brandColour {
  background: #F51645;
}

#oc-henley .pace .pace-progress,
.oc-henley .blockTwo.brandColour {
  background: #D81520;
}

#oc-reading a.externalLink::after {
  background-image: url(/_img/external-sml-white.svg);
}

/** ONLINE **/
#oc-online .banner:after {
  background: url(/_img/logos/oncampus-online-200.svg) no-repeat;
  height: 43px;
  width: 170px;
  background-size: auto 100%;
}

#oc-online .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-online h1,
#oc-online h2,
#oc-online h3,
#oc-online h4,
#oc-online h5:not(.studentCountry) {
  color: #372549;
}

#oc-online .asideCTA h3 {
  color: #fff;
}

#oc-online .btn:not(.btnApply):not(.btnSearch) {
  background-color: #372549;
  border-color: #372549;
}

#oc-online .submenu ul li.hasChildren.on,
#oc-online .submenu > ul > li {
  border-bottom: 1px solid #372549;
}

#oc-online input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-online .btn:not(.btnApply):not(.btnSearch):hover {
  background: #372549;
}

#oc-online .slinky-menu h2 {
  color: #fff;
}

#oc-online .blockOne.blockNextUp,
#oc-online .cityGallery .nextPrev .next {
  background-image: url(/_img/next-reading.svg);
}

#oc-online .blockOne h5 {
  color: #372549;
}

#oc-online .asideSquare .overlay .igText h3,
#oc-online .asideSquare .overlay .igText h4,
#oc-online .asideSquare .overlay .igText h5,
#oc-online .asideSquare .overlay .igText p,
#oc-online .blockOne.brandColour a,
#oc-online .blockOne.brandColour h2,
#oc-online .blockOne.brandColour h3,
#oc-online .blockOne.brandColour h5,
#oc-online .blockOne.brandColour p,
#oc-online .blockTwo.blockStat h5,
#oc-online .blockTwo.brandColour h2,
#oc-online .blockTwo.brandColour h3,
#oc-online .blockTwo.brandColour h4,
#oc-online .blockTwo.brandColour h5,
#oc-online .blockTwo.brandColour p {
  color: #fff;
}

#oc-online .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-online .blockOne.brandColour {
  background-color: #372549;
}

#oc-online .infographic .overlay .igText h5,
#oc-online .infographic .overlay .igText p,
#oc-online .inlineVideo .overlay .igText h3,
#oc-online .inlineVideo .overlay .igText h5,
#oc-online .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-online .blockTwo.brandColour {
  background: #372549;
}

#oc-online .cityGallery h5 {
  color: #372549;
}

#oc-online .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-online .accordion > h3:after {
  background-image: url(/_img/toggle-oc-reading.svg);
}

#oc-online .statGraphic .smallCircle,
#oc-online th {
  background: #50535a;
}

#oc-online th {
  border: 1px solid #372549;
}

#oc-online .statGraphic .mainText .statTitle,
#oc-online .statGraphic .mainText p {
  color: #372549;
}

#oc-online .statGraphic hr {
  border-top-color: #372549;
}

#oc-online .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-readonlineing .pace .pace-progress,
.oc-online .blockTwo.brandColour {
  background: #372549;
}

#oc-boston .banner:after {
  background: url(/_img/logos/logo-ocboston.svg) no-repeat;
  height: 50px;
  width: 196px;
  background-size: auto 100%;
}

#oc-boston .imgContain:after {
  background: url(/_img/lens_20.png);
}

#oc-boston h1,
#oc-boston h2,
#oc-boston h3,
#oc-boston h4,
#oc-boston h5:not(.studentCountry) {
  color: #00803b;
}

#oc-boston .btn:not(.btnApply):not(.btnSearch) {
  background-color: #00803b;
  border-color: #00803b;
}

#oc-boston .submenu ul li.hasChildren.on,
#oc-boston .submenu > ul > li {
  border-bottom: 1px solid #1a9654;
}

#oc-boston input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-boston .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-boston .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocboston.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-boston .submenu > ul > li:first-child {
  border-top: 1px solid #1a9654;
}

#oc-boston .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-boston .submenu,
#oc-boston .submenu ul li a {
  background-color: #00803b;
}

#oc-boston .submenu ul li a:hover,
#oc-boston .submenu ul li.on > a,
#oc-boston .submenu ul li.on > a:hover {
  background-color: #046b33;
}

#oc-boston .submenu ul li.hasChildren:last-child,
#oc-boston .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-boston .slinky-menu h2 {
  color: #fff;
}

#oc-boston .cityGallery .title {
  background: #00803b;
}

#oc-boston .cityGallery .nextPrev .next,
#oc-boston .cityGallery .nextPrev .prev {
  color: #00803b;
}

#oc-boston .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-boston.svg);
}

#oc-boston .blockOne.blockNextUp,
#oc-boston .cityGallery .nextPrev .next {
  background-image: url(/_img/next-boston.svg);
}

#oc-boston .blockOne h5 {
  color: #425968;
}

#oc-boston .asideSquare .overlay .igText h3,
#oc-boston .asideSquare .overlay .igText h4,
#oc-boston .asideSquare .overlay .igText h5,
#oc-boston .asideSquare .overlay .igText p,
#oc-boston .blockOne.brandColour a,
#oc-boston .blockOne.brandColour h2,
#oc-boston .blockOne.brandColour h3,
#oc-boston .blockOne.brandColour h5,
#oc-boston .blockOne.brandColour p,
#oc-boston .blockTwo.blockStat h5,
#oc-boston .blockTwo.brandColour h2,
#oc-boston .blockTwo.brandColour h3,
#oc-boston .blockTwo.brandColour h4,
#oc-boston .blockTwo.brandColour h5,
#oc-boston .blockTwo.brandColour p {
  color: #fff;
}

#oc-boston .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-boston .blockOne.brandColour {
  background-color: #00803b;
}

#oc-boston .infographic .overlay .igText h5,
#oc-boston .infographic .overlay .igText p,
#oc-boston .inlineVideo .overlay .igText h3,
#oc-boston .inlineVideo .overlay .igText h5,
#oc-boston .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-boston .blockTwo.brandColour {
  background: #00803b;
}

#oc-boston .statGraphic .smallCircle {
  background: rgba(0, 128, 59, 0.8);
}

#oc-boston .statGraphic .mainText .statTitle,
#oc-boston .statGraphic .mainText p {
  color: #00803b;
}

#oc-boston .statGraphic hr {
  border-top-color: #00803b;
}

#oc-boston .cityGallery h5 {
  color: #425968;
}

#oc-boston .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-boston .accordion > h3:after {
  background-image: url(/_img/toggle-oc-boston.svg);
}

#oc-boston .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocboston.svg);
  background-color: #00803b;
}

#oc-boston .pace .pace-progress,
#oc-boston th,
.oc-boston .blockTwo.brandColour {
  background: #00803b;
}

#oc-boston th {
  border: 1px solid #00803b;
}

#oc-boston .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-chicago .banner:after {
  background: url(/_img/logos/logo-oncampus-chicago.svg) no-repeat;
  height: 50px;
  width: 196px;
  background-size: auto 100%;
}

#oc-chicago .imgContain:after {
  background: url(/_img/lens_20.png);
}

#oc-chicago h1,
#oc-chicago h2,
#oc-chicago h3,
#oc-chicago h4,
#oc-chicago h5:not(.studentCountry) {
  color: #CC0000;
}

#oc-chicago .btn:not(.btnApply):not(.btnSearch) {
  background-color: #CC0000;
  border-color: #CC0000;
}

#oc-chicago .submenu ul li.hasChildren.on,
#oc-chicago .submenu > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#oc-chicago input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-chicago .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-chicago .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-oncampus-chicago.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-chicago .submenu > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#oc-chicago .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-chicago .submenu,
#oc-chicago .submenu ul li a {
  background-color: #CC0000;
}

#oc-chicago .submenu ul li a:hover,
#oc-chicago .submenu ul li.on > a,
#oc-chicago .submenu ul li.on > a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

#oc-chicago .submenu ul li.hasChildren:last-child,
#oc-chicago .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-chicago .slinky-menu h2 {
  color: #fff;
}

#oc-chicago .cityGallery .title {
  background: #CC0000;
}

#oc-chicago .cityGallery .nextPrev .next,
#oc-chicago .cityGallery .nextPrev .prev {
  color: #CC0000;
}

#oc-chicago .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-chicago.svg);
}

#oc-chicago .blockOne.blockNextUp,
#oc-chicago .cityGallery .nextPrev .next {
  background-image: url(/_img/next-chicago.svg);
}

#oc-chicago .blockOne h5 {
  color: #425968;
}

#oc-chicago .asideSquare .overlay .igText h3,
#oc-chicago .asideSquare .overlay .igText h4,
#oc-chicago .asideSquare .overlay .igText h5,
#oc-chicago .asideSquare .overlay .igText p,
#oc-chicago .blockOne.brandColour a,
#oc-chicago .blockOne.brandColour h2,
#oc-chicago .blockOne.brandColour h3,
#oc-chicago .blockOne.brandColour h5,
#oc-chicago .blockOne.brandColour p,
#oc-chicago .blockTwo.blockStat h5,
#oc-chicago .blockTwo.brandColour h2,
#oc-chicago .blockTwo.brandColour h3,
#oc-chicago .blockTwo.brandColour h4,
#oc-chicago .blockTwo.brandColour h5,
#oc-chicago .blockTwo.brandColour p {
  color: #fff;
}

#oc-chicago .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-chicago .blockOne.brandColour {
  background-color: #CC0000;
}

#oc-chicago .infographic .overlay .igText h5,
#oc-chicago .infographic .overlay .igText p,
#oc-chicago .inlineVideo .overlay .igText h3,
#oc-chicago .inlineVideo .overlay .igText h5,
#oc-chicago .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-chicago .blockTwo.brandColour {
  background: #CC0000;
}

#oc-chicago .statGraphic .smallCircle {
  background: rgba(208, 33, 47, 0.75);
}

#oc-chicago .statGraphic .mainText .statTitle,
#oc-chicago .statGraphic .mainText p {
  color: #CC0000;
}

#oc-chicago .statGraphic hr {
  border-top-color: #CC0000;
}

#oc-chicago .cityGallery h5 {
  color: #425968;
}

#oc-chicago .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-chicago .accordion > h3:after {
  background-image: url(/_img/toggle-oc-chicago.svg);
}

#oc-chicago .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocboston.svg);
  background-color: #D0212F;
}

#oc-chicago .pace .pace-progress,
#oc-chicago th,
.oc-boston .blockTwo.brandColour {
  background: #CC0000;
}

#oc-chicago th {
  border: 1px solid #CC0000;
}

#oc-chicago .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-suny .banner:after {
  background: url(/_img/logos/logo-suny.svg) no-repeat;
  height: 95px;
  width: 194px;
  background-size: auto 100%;
}

#oc-suny .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-suny h1,
#oc-suny h2,
#oc-suny h3,
#oc-suny h4,
#oc-suny h5:not(.studentCountry) {
  color: #00529b;
}

#oc-suny .btn:not(.btnApply):not(.btnSearch) {
  background-color: #00529b;
  border-color: #00529b;
}

#oc-suny .submenu ul li.hasChildren.on,
#oc-suny .submenu > ul > li {
  border-bottom: 1px solid #1b69af;
}

#oc-suny input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-suny .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-suny .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocsuny.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-suny .submenu > ul > li:first-child {
  border-top: 1px solid #1b69af;
}

#oc-suny .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-suny .submenu,
#oc-suny .submenu ul li a {
  background-color: #00529b;
}

#oc-suny .submenu ul li a:hover,
#oc-suny .submenu ul li.on > a,
#oc-suny .submenu ul li.on > a:hover {
  background-color: #01437d;
}

#oc-suny .submenu ul li.hasChildren:last-child,
#oc-suny .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-suny .slinky-menu h2 {
  color: #fff;
}

#oc-suny .cityGallery .title {
  background: #00529b;
}

#oc-suny .cityGallery .nextPrev .next,
#oc-suny .cityGallery .nextPrev .prev {
  color: #00529b;
}

#oc-suny .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-morris.svg);
}

#oc-suny .blockOne.blockNextUp,
#oc-suny .cityGallery .nextPrev .next {
  background-image: url(/_img/next-morris.svg);
}

#oc-suny .blockOne h5 {
  color: #425968;
}

#oc-suny .asideSquare .overlay .igText h3,
#oc-suny .asideSquare .overlay .igText h4,
#oc-suny .asideSquare .overlay .igText h5,
#oc-suny .asideSquare .overlay .igText p,
#oc-suny .blockOne.brandColour a,
#oc-suny .blockOne.brandColour h2,
#oc-suny .blockOne.brandColour h3,
#oc-suny .blockOne.brandColour h5,
#oc-suny .blockOne.brandColour p,
#oc-suny .blockTwo.blockStat h5,
#oc-suny .blockTwo.brandColour h2,
#oc-suny .blockTwo.brandColour h3,
#oc-suny .blockTwo.brandColour h4,
#oc-suny .blockTwo.brandColour h5,
#oc-suny .blockTwo.brandColour p {
  color: #fff;
}

#oc-suny .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-suny .blockOne.brandColour {
  background-color: #00529b;
}

#oc-suny .infographic .overlay .igText h5,
#oc-suny .infographic .overlay .igText p,
#oc-suny .inlineVideo .overlay .igText h3,
#oc-suny .inlineVideo .overlay .igText h5,
#oc-suny .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-suny .blockTwo.brandColour {
  background: #00529b;
}

#oc-suny .cityGallery h5 {
  color: #425968;
}

#oc-suny .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-suny .statGraphic .smallCircle {
  background: #00529b;
  background: rgba(1, 67, 125, 0.85);
  font-size: 0.9em;
}

#oc-calstate .accordion .content h3,
#oc-texas .accordion .content h3 {
  font-size: 1.2em;
}

#oc-suny .statGraphic .mainText .statTitle,
#oc-suny .statGraphic .mainText p {
  color: #00529b;
}

#oc-suny .statGraphic hr {
  border-top-color: #00529b;
}

#oc-suny .accordion > h3:after {
  background-image: url(/_img/toggle-oc-morrisville.svg);
}

#oc-suny .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocsuny.svg);
  background-color: #00529b;
}

#oc-suny .pace .pace-progress,
#oc-suny th,
.oc-suny .blockTwo.brandColour {
  background: #00529b;
}

#oc-suny th {
  border: 1px solid #00529b;
}

#oc-suny .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-calstate .banner:after {
  background: url(/_img/logos/logo-cal-state.svg) no-repeat;
  height: 58px;
  width: 213px;
  background-size: auto 100%;
}

#oc-calstate h1,
#oc-calstate h2,
#oc-calstate h3,
#oc-calstate h4,
#oc-calstate h5:not(.studentCountry) {
  color: #0e2b4d;
}

#oc-calstate .btn:not(.btnApply):not(.btnSearch) {
  background-color: #0e2b4d;
  border-color: #0e2b4d;
}

#oc-calstate .submenu ul li.hasChildren.on,
#oc-calstate .submenu > ul > li {
  border-bottom: 1px solid #1a3f6b;
}

#oc-calstate input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-calstate .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-calstate .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-occalstate.svg) 26px 35px no-repeat;
  background-size: 120px 47px;
}

#oc-calstate .submenu > ul > li:first-child {
  border-top: 1px solid #1a3f6b;
}

#oc-calstate .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-calstate .submenu,
#oc-calstate .submenu ul li a {
  background-color: #0e2b4d;
}

#oc-calstate .submenu ul li a:hover,
#oc-calstate .submenu ul li.on > a,
#oc-calstate .submenu ul li.on > a:hover {
  background-color: #0a223e;
}

#oc-calstate .submenu ul li.hasChildren:last-child,
#oc-calstate .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-calstate .slinky-menu h2 {
  color: #fff;
}

#oc-calstate .cityGallery .title {
  background: #0e2b4d;
}

#oc-calstate .cityGallery .nextPrev .next,
#oc-calstate .cityGallery .nextPrev .prev {
  color: #0e2b4d;
}

#oc-calstate .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-calstate.svg);
}

#oc-calstate .blockOne.blockNextUp,
#oc-calstate .cityGallery .nextPrev .next {
  background-image: url(/_img/next-calstate.svg);
}

#oc-calstate .blockOne h5 {
  color: #425968;
}

#oc-calstate .asideSquare .overlay .igText h3,
#oc-calstate .asideSquare .overlay .igText h4,
#oc-calstate .asideSquare .overlay .igText h5,
#oc-calstate .asideSquare .overlay .igText p,
#oc-calstate .blockOne.brandColour a,
#oc-calstate .blockOne.brandColour h2,
#oc-calstate .blockOne.brandColour h3,
#oc-calstate .blockOne.brandColour h5,
#oc-calstate .blockOne.brandColour p,
#oc-calstate .blockTwo.blockStat h5,
#oc-calstate .blockTwo.brandColour h2,
#oc-calstate .blockTwo.brandColour h3,
#oc-calstate .blockTwo.brandColour h4,
#oc-calstate .blockTwo.brandColour h5,
#oc-calstate .blockTwo.brandColour p {
  color: #fff;
}

#oc-calstate .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-calstate .blockOne.brandColour {
  background-color: #0e2b4d;
}

#oc-calstate .infographic .overlay .igText h5,
#oc-calstate .infographic .overlay .igText p,
#oc-calstate .inlineVideo .overlay .igText h3,
#oc-calstate .inlineVideo .overlay .igText h5,
#oc-calstate .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-calstate .blockTwo.brandColour {
  background: #0e2b4d;
}

#oc-calstate .cityGallery h5 {
  color: #425968;
}

#oc-calstate .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-calstate .statGraphic .smallCircle {
  background: #0e2b4d;
  background: rgba(10, 34, 62, 0.85);
}

#oc-calstate .statGraphic .mainText .statTitle,
#oc-calstate .statGraphic .mainText p {
  color: #0e2b4d;
}

#oc-calstate .statGraphic hr {
  border-top-color: #0e2b4d;
}

#oc-calstate .accordion > h3:after {
  background-image: url(/_img/toggle-oc-cal.svg);
}

#oc-calstate .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-occalstate.svg);
  background-color: #0e2b4d;
  background-size: auto 40px;
}

#oc-calstate .pace .pace-progress,
#oc-calstate th,
.oc-calstate .blockTwo.brandColour {
  background: #0e2b4d;
}

#oc-calstate th {
  border: 1px solid #0e2b4d;
}

#oc-calstate .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-texas .banner:after {
  background: url(/_img/logos/logo-unt-green.svg) no-repeat;
  height: 58px;
  width: 168px;
  background-size: auto 100%;
}

#oc-texas .imgContain:after {
  background: url(/_img/lens_15.png);
}

#oc-texas h1,
#oc-texas h2,
#oc-texas h3,
#oc-texas h4,
#oc-texas h5:not(.studentCountry) {
  color: #007335;
}

#oc-texas .btn:not(.btnApply):not(.btnSearch) {
  background-color: #007335;
  border-color: #007335;
}

#oc-texas .submenu ul li.hasChildren.on,
#oc-texas .submenu > ul > li {
  border-bottom: 1px solid #048e43;
}

#oc-texas input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-texas .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-texas .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-octexas.svg) 26px 35px no-repeat;
  background-size: 150px 42px;
}

#oc-texas .submenu > ul > li:first-child {
  border-top: 1px solid #048e43;
}

#oc-texas .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-texas .submenu,
#oc-texas .submenu ul li a {
  background-color: #007335;
}

#oc-texas .submenu ul li a:hover,
#oc-texas .submenu ul li.on > a,
#oc-texas .submenu ul li.on > a:hover {
  background-color: #02612d;
}

#oc-texas .submenu ul li.hasChildren:last-child,
#oc-texas .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-texas .slinky-menu h2 {
  color: #fff;
}

#oc-texas .cityGallery .title {
  background: #007335;
}

#oc-texas .cityGallery .nextPrev .next,
#oc-texas .cityGallery .nextPrev .prev {
  color: #007335;
}

#oc-texas .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-texas.svg);
}

#oc-texas .blockOne.blockNextUp,
#oc-texas .cityGallery .nextPrev .next {
  background-image: url(/_img/next-texas.svg);
}

#oc-texas .blockOne h5 {
  color: #425968;
}

#oc-texas .asideSquare .overlay .igText h3,
#oc-texas .asideSquare .overlay .igText h4,
#oc-texas .asideSquare .overlay .igText h5,
#oc-texas .asideSquare .overlay .igText p,
#oc-texas .blockOne.brandColour a,
#oc-texas .blockOne.brandColour h2,
#oc-texas .blockOne.brandColour h3,
#oc-texas .blockOne.brandColour h5,
#oc-texas .blockOne.brandColour p,
#oc-texas .blockTwo.blockStat h5,
#oc-texas .blockTwo.brandColour h2,
#oc-texas .blockTwo.brandColour h3,
#oc-texas .blockTwo.brandColour h4,
#oc-texas .blockTwo.brandColour h5,
#oc-texas .blockTwo.brandColour p {
  color: #fff;
}

#oc-texas .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-texas .blockOne.brandColour {
  background-color: #007335;
}

#oc-texas .infographic .overlay .igText h5,
#oc-texas .infographic .overlay .igText p,
#oc-texas .inlineVideo .overlay .igText h3,
#oc-texas .inlineVideo .overlay .igText h5,
#oc-texas .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-texas .blockTwo.brandColour {
  background: #007335;
}

#oc-texas .cityGallery h5 {
  color: #425968;
}

#oc-texas .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-texas .statGraphic .smallCircle {
  background: #007335;
  background: rgba(2, 97, 45, 0.85);
  font-size: 0.9em;
}

#oc-texas .statGraphic .mainText .statTitle,
#oc-texas .statGraphic .mainText p {
  color: #007335;
}

#oc-texas .statGraphic hr {
  border-top-color: #007335;
}

#oc-texas .accordion > h3:after {
  background-image: url(/_img/toggle-oc-texas.svg);
}

#oc-texas th {
  border: 1px solid #007335;
  background: #007335;
}

#oc-texas .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-octexas.svg);
  background-color: #007335;
}

#oc-texas .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-texas .pace .pace-progress,
.oc-texas .blockTwo.brandColour {
  background: #007335;
}

#oc-rhode-island .banner:after {
  background: url(/_img/logos/logo-uri.svg) no-repeat;
  height: 60px;
  width: 153px;
  background-size: auto 100%;
}

#oc-rhode-island h1,
#oc-rhode-island h2,
#oc-rhode-island h3,
#oc-rhode-island h4,
#oc-rhode-island h5:not(.studentCountry) {
  color: #002147;
}

#oc-rhode-island .btn:not(.btnApply):not(.btnSearch) {
  background-color: #002147;
  border-color: #002147;
}

#oc-rhode-island .submenu ul li.hasChildren.on,
#oc-rhode-island .submenu > ul > li {
  border-bottom: 1px solid #1b406b;
}

#oc-rhode-island input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-rhode-island .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-rhode-island .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocrhode.svg) 26px 35px no-repeat;
  background-size: 150px 40px;
}

#oc-rhode-island .submenu > ul > li:first-child {
  border-top: 1px solid #1b406b;
}

#oc-rhode-island .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-rhode-island .submenu,
#oc-rhode-island .submenu ul li a {
  background-color: #002147;
}

#oc-rhode-island .submenu ul li a:hover,
#oc-rhode-island .submenu ul li.on > a,
#oc-rhode-island .submenu ul li.on > a:hover {
  background-color: #031a33;
}

#oc-rhode-island .submenu ul li.hasChildren:last-child,
#oc-rhode-island .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-rhode-island .slinky-menu h2 {
  color: #fff;
}

#oc-rhode-island .cityGallery .title {
  background: #002147;
}

#oc-rhode-island .cityGallery .nextPrev .next,
#oc-rhode-island .cityGallery .nextPrev .prev {
  color: #002147;
}

#oc-rhode-island .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-rhode.svg);
}

#oc-rhode-island .blockOne.blockNextUp,
#oc-rhode-island .cityGallery .nextPrev .next {
  background-image: url(/_img/next-rhode.svg);
}

#oc-rhode-island .blockOne h5 {
  color: #425968;
}

#oc-rhode-island .asideSquare .overlay .igText h3,
#oc-rhode-island .asideSquare .overlay .igText h4,
#oc-rhode-island .asideSquare .overlay .igText h5,
#oc-rhode-island .asideSquare .overlay .igText p,
#oc-rhode-island .blockOne.brandColour a,
#oc-rhode-island .blockOne.brandColour h2,
#oc-rhode-island .blockOne.brandColour h3,
#oc-rhode-island .blockOne.brandColour h5,
#oc-rhode-island .blockOne.brandColour p,
#oc-rhode-island .blockTwo.blockStat h5,
#oc-rhode-island .blockTwo.brandColour h2,
#oc-rhode-island .blockTwo.brandColour h3,
#oc-rhode-island .blockTwo.brandColour h4,
#oc-rhode-island .blockTwo.brandColour h5,
#oc-rhode-island .blockTwo.brandColour p {
  color: #fff;
}

#oc-rhode-island .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-rhode-island .blockOne.brandColour {
  background-color: #002147;
}

#oc-rhode-island .infographic .overlay .igText h5,
#oc-rhode-island .infographic .overlay .igText p,
#oc-rhode-island .inlineVideo .overlay .igText h3,
#oc-rhode-island .inlineVideo .overlay .igText h5,
#oc-rhode-island .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-rhode-island .blockTwo.brandColour {
  background: #002147;
}

#oc-rhode-island .cityGallery h5 {
  color: #425968;
}

#oc-rhode-island .accordion .content h3 {
  font-size: 1.2em;
}

#oc-rhode-island .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-rhode-island .statGraphic .smallCircle {
  background: #002147;
  background: rgba(0, 33, 71, 0.85);
  font-size: 0.85em;
}

#applied-sciences .accordion .content h3,
#oc-lund .accordion .content h3,
#oc-rochester .accordion .content h3,
#uni-amsterdam .accordion .content h3 {
  font-size: 1.2em;
}

#oc-rhode-island .statGraphic .mainText .statTitle,
#oc-rhode-island .statGraphic .mainText p {
  color: #002147;
}

#oc-rhode-island .statGraphic hr {
  border-top-color: #002147;
}

#oc-rhode-island .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocrhode.svg);
  background-color: #002147;
}

#oc-rhode-island th {
  border: 1px solid #002147;
  background: #002147;
}

#oc-rhode-island .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-rhode-island .pace .pace-progress,
.oc-rhode-island .blockTwo.brandColour {
  background: #002147;
}

#oc-rochester .banner:after {
  background: url(/_img/logos/logo-urochester.svg) no-repeat;
  height: 45px;
  width: 219px;
  background-size: auto 100%;
}

#oc-rochester .imgContain:after {
  background: url(/_img/lens_20.png);
}

#oc-rochester h1,
#oc-rochester h2,
#oc-rochester h3,
#oc-rochester h4,
#oc-rochester h5:not(.studentCountry) {
  color: #133255;
}

#oc-rochester .btn:not(.btnApply):not(.btnSearch) {
  background-color: #133255;
  border-color: #133255;
}

#oc-rochester .submenu ul li.hasChildren.on,
#oc-rochester .submenu > ul > li {
  border-bottom: 1px solid #1b406b;
}

#oc-rochester input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-rochester .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-rochester .submenu {
  padding-top: 125px;
  background: url(/_img/logos/logo-ocrochester.svg) 26px 35px no-repeat;
  background-size: 150px 58px;
}

#oc-rochester .submenu > ul > li:first-child {
  border-top: 1px solid #1b406b;
}

#oc-rochester .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-rochester .submenu,
#oc-rochester .submenu ul li a {
  background-color: #133255;
}

#oc-rochester .submenu ul li a:hover,
#oc-rochester .submenu ul li.on > a,
#oc-rochester .submenu ul li.on > a:hover {
  background-color: #031a33;
}

#oc-rochester .submenu ul li.hasChildren:last-child,
#oc-rochester .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-rochester .slinky-menu h2 {
  color: #fff;
}

#oc-rochester .cityGallery .title {
  background: #133255;
}

#oc-rochester .cityGallery .nextPrev .next,
#oc-rochester .cityGallery .nextPrev .prev {
  color: #133255;
}

#oc-rochester .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-rochester.svg);
}

#oc-rochester .blockOne.blockNextUp,
#oc-rochester .cityGallery .nextPrev .next {
  background-image: url(/_img/next-rochester.svg);
}

#oc-rochester .blockOne h5 {
  color: #425968;
}

#oc-rochester .asideSquare .overlay .igText h3,
#oc-rochester .asideSquare .overlay .igText h4,
#oc-rochester .asideSquare .overlay .igText h5,
#oc-rochester .asideSquare .overlay .igText p,
#oc-rochester .blockOne.brandColour a,
#oc-rochester .blockOne.brandColour h2,
#oc-rochester .blockOne.brandColour h3,
#oc-rochester .blockOne.brandColour h5,
#oc-rochester .blockOne.brandColour p,
#oc-rochester .blockTwo.blockStat h5,
#oc-rochester .blockTwo.brandColour h2,
#oc-rochester .blockTwo.brandColour h3,
#oc-rochester .blockTwo.brandColour h4,
#oc-rochester .blockTwo.brandColour h5,
#oc-rochester .blockTwo.brandColour p {
  color: #fff;
}

#oc-rochester .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-rochester .blockOne.brandColour {
  background-color: #133255;
}

#oc-rochester .infographic .overlay .igText h5,
#oc-rochester .infographic .overlay .igText p,
#oc-rochester .inlineVideo .overlay .igText h3,
#oc-rochester .inlineVideo .overlay .igText h5,
#oc-rochester .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-rochester .blockTwo.brandColour {
  background: #133255;
}

#oc-rochester .cityGallery h5 {
  color: #425968;
}

#oc-rochester .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-rochester .statGraphic .smallCircle {
  background: #133255;
  background: rgba(3, 26, 51, 0.8);
}

#oc-rochester .statGraphic .mainText .statTitle,
#oc-rochester .statGraphic .mainText p {
  color: #133255;
}

#oc-rochester .statGraphic hr {
  border-top-color: #133255;
}

#oc-rochester .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocrochester.svg);
  background-color: #133255;
  background-size: auto 44px;
}

#oc-rochester .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-rochester .pace .pace-progress,
.oc-rochester .blockTwo.brandColour {
  background: #133255;
}

/*Amsterdam*/
#amsterdamoc h1, #uni-amsterdam h1,
#amsterdamoc h2, #uni-amsterdam h2,
#amsterdamoc h3, #uni-amsterdam h3,
#amsterdamoc h4, #uni-amsterdam h4,
#amsterdamoc h5:not(.studentCountry), #uni-amsterdam h5:not(.studentCountry) {
  color: #dd052b;
}

#amsterdamoc .blockFour h2, #amsterdamoc .blockFour h3, #amsterdamoc .blockFour h4, #amsterdamoc .blockFour h5, #amsterdamoc .blockFour h6, #amsterdamoc .blockFour p,
#uni-amsterdam .blockFour h2, #uni-amsterdam .blockFour h3, #uni-amsterdam .blockFour h4, #uni-amsterdam .blockFour h5, #uni-amsterdam .blockFour h6, #uni-amsterdam .blockFour p,
#amsterdamoc .blockThree.blockLocation .textContain h2, #amsterdamoc .blockThree.blockLocation .textContain h3, #amsterdamoc .blockThree.blockLocation .textContain h4, #amsterdamoc .blockThree.blockLocation .textContain h5, #amsterdamoc .blockThree.blockLocation .textContain h6, #amsterdamoc .blockThree.blockLocation .textContain p,
#uni-amsterdam .blockThree.blockLocation .textContain h2, #uni-amsterdam .blockThree.blockLocation .textContain h3, #uni-amsterdam .blockThree.blockLocation .textContain h4, #uni-amsterdam .blockThree.blockLocation .textContain h5, #uni-amsterdam .blockThree.blockLocation .textContain h6, #uni-amsterdam .blockThree.blockLocation .textContain p {
  color: #fff;
}

#amsterdamoc .btn:not(.btnApply):not(.btnSearch),
#uni-amsterdam .btn:not(.btnApply):not(.btnSearch) {
  background-color: #dd052b;
  border-color: #dd052b;
}

#amsterdamoc .submenu ul li.hasChildren.on,
#uni-amsterdam .submenu ul li.hasChildren.on,
#amsterdamoc .submenu > ul > li,
#uni-amsterdam .submenu > ul > li {
  border-bottom: 1px solid #e83756;
}

#uni-amsterdam input.btn:not(.btnApply):not(.btnSearch):hover,
#amsterdamoc input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #amsterdamoc .btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #uni-amsterdam .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#amsterdamoc .submenu,
#uni-amsterdam .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocamsterdam.svg) 26px 35px no-repeat;
  background-size: 150px 41px;
}

#amsterdamoc .submenu > ul > li:first-child,
#uni-amsterdam .submenu > ul > li:first-child {
  border-top: 1px solid #e83756;
}

#amsterdamoc .submenu ul li.hasChildren.on > a,
#uni-amsterdam .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#uni-amsterdam .submenu,
#amsterdamoc .submenu,
#amsterdamoc .submenu ul li a,
#uni-amsterdam .submenu ul li a {
  background-color: #dd052b;
}

#amsterdamoc .submenu ul li a:hover,
#uni-amsterdam .submenu ul li a:hover,
#amsterdamoc .submenu ul li.on > a,
#uni-amsterdam .submenu ul li.on > a,
#amsterdamoc .submenu ul li.on > a:hover,
#uni-amsterdam .submenu ul li.on > a:hover {
  background-color: #bb0525;
}

#uni-amsterdam .submenu ul li.hasChildren:last-child,
#amsterdamoc .submenu ul li.hasChildren:last-child,
#uni-amsterdam .submenu ul li:last-child,
#amsterdamoc .submenu ul li:last-child {
  border-bottom: 0;
}

#amsterdamoc .slinky-menu h2,
#uni-amsterdam .slinky-menu h2 {
  color: #fff;
}

#amsterdamoc .cityGallery .title,
#uni-amsterdam .cityGallery .title {
  background: #dd052b;
}

#uni-amsterdam .cityGallery .nextPrev .next,
#amsterdamoc .cityGallery .nextPrev .next,
#uni-amsterdam .cityGallery .nextPrev .prev,
#amsterdamoc .cityGallery .nextPrev .prev {
  color: #dd052b;
}

#uni-amsterdam .cityGallery .nextPrev .prev,
#amsterdamoc .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-amsterdam.svg);
}

#uni-amsterdam .blockOne.blockNextUp,
#amsterdamoc .blockOne.blockNextUp,
#uni-amsterdam .cityGallery .nextPrev .next,
#amsterdamoc .cityGallery .nextPrev .next {
  background-image: url(/_img/next-amsterdam.svg);
}

#uni-amsterdam .blockOne h5,
#amsterdamoc .blockOne h5 {
  color: #425968;
}

#uni-amsterdam .asideSquare .overlay .igText h3, #amsterdamoc .asideSquare .overlay .igText h3,
#uni-amsterdam .asideSquare .overlay .igText h4, #amsterdamoc .asideSquare .overlay .igText h4,
#uni-amsterdam .asideSquare .overlay .igText h5, #amsterdamoc .asideSquare .overlay .igText h5,
#uni-amsterdam .asideSquare .overlay .igText p, #amsterdamoc .asideSquare .overlay .igText p,
#uni-amsterdam .blockOne.brandColour a, #amsterdamoc .blockOne.brandColour a,
#uni-amsterdam .blockOne.brandColour h2, #amsterdamoc .blockOne.brandColour h2,
#uni-amsterdam .blockOne.brandColour h3, #amsterdamoc .blockOne.brandColour h3,
#uni-amsterdam .blockOne.brandColour h5, #amsterdamoc .blockOne.brandColour h5,
#uni-amsterdam .blockOne.brandColour p, #amsterdamoc .blockOne.brandColour p,
#uni-amsterdam .blockTwo.blockStat h5, #amsterdamoc .blockTwo.blockStat h5,
#uni-amsterdam .blockTwo.brandColour h2, #amsterdamoc .blockTwo.brandColour h2,
#uni-amsterdam .blockTwo.brandColour h3, #amsterdamoc .blockTwo.brandColour h3,
#uni-amsterdam .blockTwo.brandColour h4, #amsterdamoc .blockTwo.brandColour h4,
#uni-amsterdam .blockTwo.brandColour h5, #amsterdamoc .blockTwo.brandColour h5,
#uni-amsterdam .blockTwo.brandColour p, #amsterdamoc .blockTwo.brandColour p {
  color: #fff;
}

#amsterdamoc .blockOne.blockNextUp.brandColour,
#uni-amsterdam .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#amsterdamoc .blockOne.brandColour,
#uni-amsterdam .blockOne.brandColour {
  background-color: #dd052b;
}

#uni-amsterdam .infographic .overlay .igText h5, #amsterdamoc .infographic .overlay .igText h5,
#uni-amsterdam .infographic .overlay .igText p, #amsterdamoc .infographic .overlay .igText p,
#uni-amsterdam .inlineVideo .overlay .igText h3, #amsterdamoc .inlineVideo .overlay .igText h3,
#uni-amsterdam .inlineVideo .overlay .igText h5, #amsterdamoc .inlineVideo .overlay .igText h5,
#uni-amsterdam .inlineVideo .overlay .igText p, #amsterdamoc .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#amsterdamoc .blockTwo.brandColour,
#uni-amsterdam .blockTwo.brandColour {
  background: #dd052b;
}

#uni-amsterdam .cityGallery h5,
#amsterdamoc .cityGallery h5 {
  color: #425968;
}

#uni-amsterdam .accordion .content h3:first-of-type,
#amsterdamoc .accordion .content h3:first-of-type {
  margin-top: 0;
}

#amsterdamoc .statGraphic .smallCircle,
#uni-amsterdam .statGraphic .smallCircle {
  background: #dd052b;
  background: rgba(187, 5, 37, 0.85);
}

#uni-amsterdam .statGraphic .mainText .statTitle, #amsterdamoc .statGraphic .mainText .statTitle,
#uni-amsterdam .statGraphic .mainText p, #amsterdamoc .statGraphic .mainText p {
  color: #dd052b;
}

#uni-amsterdam .statGraphic hr, #amsterdamoc .statGraphic hr {
  border-top-color: #dd052b;
}

#uni-amsterdam .accordion > h3:after, #amsterdamoc .accordion > h3:after {
  background-image: url(/_img/toggle-oc-amsterdam.svg);
}

#uni-amsterdam th, #amsterdamoc th {
  border: 1px solid #dd052b;
  background: #dd052b;
}

#uni-amsterdam .blocks.applyCTA:before,
#amsterdamoc .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocamsterdam.svg);
  background-color: #dd052b;
}

#uni-amsterdam .blockOne.blockSearch h2,
#amsterdamoc .blockOne.blockSearch h2 {
  color: #fff;
}

#uni-amsterdam .pace .pace-progress,
#amsterdamoc .pace .pace-progress,
.uni-amsterdam .blockTwo.brandColour,
.amsterdamoc .blockTwo.brandColour {
  background: #dd052b;
}

/*EndAmsterdam*/
#applied-sciences h1,
#applied-sciences h2,
#applied-sciences h3,
#applied-sciences h4,
#applied-sciences h5:not(.studentCountry) {
  color: #dd052b;
}

#applied-sciences .btn:not(.btnApply):not(.btnSearch) {
  background-color: #dd052b;
  border-color: #dd052b;
}

#applied-sciences .submenu ul li.hasChildren.on,
#applied-sciences .submenu > ul > li {
  border-bottom: 1px solid #e83756;
}

#applied-sciences input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #applied-sciences .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#applied-sciences .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocamsterdam.svg) 26px 35px no-repeat;
  background-size: 150px 41px;
}

#applied-sciences .submenu > ul > li:first-child {
  border-top: 1px solid #e83756;
}

#applied-sciences .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#applied-sciences .submenu,
#applied-sciences .submenu ul li a {
  background-color: #dd052b;
}

#applied-sciences .submenu ul li a:hover,
#applied-sciences .submenu ul li.on > a,
#applied-sciences .submenu ul li.on > a:hover {
  background-color: #bb0525;
}

#applied-sciences .submenu ul li.hasChildren:last-child,
#applied-sciences .submenu ul li:last-child {
  border-bottom: 0;
}

#applied-sciences .slinky-menu h2 {
  color: #fff;
}

#applied-sciences .cityGallery .title {
  background: #dd052b;
}

#applied-sciences .cityGallery .nextPrev .next,
#applied-sciences .cityGallery .nextPrev .prev {
  color: #dd052b;
}

#applied-sciences .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-amsterdam.svg);
}

#applied-sciences .blockOne.blockNextUp,
#applied-sciences .cityGallery .nextPrev .next {
  background-image: url(/_img/next-amsterdam.svg);
}

#applied-sciences .blockOne h5 {
  color: #425968;
}

#applied-sciences .asideSquare .overlay .igText h3,
#applied-sciences .asideSquare .overlay .igText h4,
#applied-sciences .asideSquare .overlay .igText h5,
#applied-sciences .asideSquare .overlay .igText p,
#applied-sciences .blockOne.brandColour a,
#applied-sciences .blockOne.brandColour h2,
#applied-sciences .blockOne.brandColour h3,
#applied-sciences .blockOne.brandColour h5,
#applied-sciences .blockOne.brandColour p,
#applied-sciences .blockTwo.blockStat h5,
#applied-sciences .blockTwo.brandColour h2,
#applied-sciences .blockTwo.brandColour h3,
#applied-sciences .blockTwo.brandColour h4,
#applied-sciences .blockTwo.brandColour h5,
#applied-sciences .blockTwo.brandColour p {
  color: #fff;
}

#applied-sciences .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#applied-sciences .blockOne.brandColour {
  background-color: #dd052b;
}

#applied-sciences .infographic .overlay .igText h5,
#applied-sciences .infographic .overlay .igText p,
#applied-sciences .inlineVideo .overlay .igText h3,
#applied-sciences .inlineVideo .overlay .igText h5,
#applied-sciences .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#applied-sciences .blockTwo.brandColour {
  background: #dd052b;
}

#applied-sciences .cityGallery h5 {
  color: #425968;
}

#applied-sciences .accordion .content h3:first-of-type {
  margin-top: 0;
}

#applied-sciences .statGraphic .smallCircle {
  background: #dd052b;
  background: rgba(187, 5, 37, 0.85);
}

#applied-sciences .statGraphic .mainText .statTitle,
#applied-sciences .statGraphic .mainText p {
  color: #dd052b;
}

#applied-sciences .statGraphic hr {
  border-top-color: #dd052b;
}

#applied-sciences .accordion > h3:after {
  background-image: url(/_img/toggle-oc-amsterdam.svg);
}

#applied-sciences th {
  border: 1px solid #dd052b;
  background: #dd052b;
}

#applied-sciences .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocamsterdam.svg);
  background-color: #dd052b;
}

#applied-sciences .blockOne.blockSearch h2 {
  color: #fff;
}

#applied-sciences .pace .pace-progress,
.applied-sciences .blockTwo.brandColour {
  background: #dd052b;
}

#oc-lund .logo_bar .btnApply {
  display: none;
}

#oc-lund h1,
#oc-lund h2,
#oc-lund h3,
#oc-lund h4,
#oc-lund h5:not(.studentCountry) {
  color: #6d9980;
}

#oc-lund .btn:not(.btnApply):not(.btnSearch) {
  background-color: #6d9980;
  border-color: #6d9980;
}

#oc-lund .submenu ul li.hasChildren.on,
#oc-lund .submenu > ul > li {
  border-bottom: 1px solid #c3d6cb;
}

#oc-lund input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-lund .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-lund .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-oncampus-sweden-white.svg) 26px 35px no-repeat;
  background-size: 170px 38px;
}

#oc-lund .submenu > ul > li:first-child {
  border-top: 1px solid #c3d6cb;
}

#oc-lund .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-lund .submenu,
#oc-lund .submenu ul li a {
  background-color: #a1bfae;
}

#oc-lund .blockOne.brandColour,
#oc-lund .submenu ul li a:hover,
#oc-lund .submenu ul li.on > a,
#oc-lund .submenu ul li.on > a:hover {
  background-color: #6d9980;
}

#oc-lund .submenu ul li.hasChildren:last-child,
#oc-lund .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-lund .slinky-menu h2 {
  color: #fff;
}

#oc-lund .cityGallery .title {
  background: #6d9980;
}

#oc-lund .cityGallery .nextPrev .next,
#oc-lund .cityGallery .nextPrev .prev {
  color: #6d9980;
}

#oc-lund .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-lund.svg);
}

#oc-lund .blockOne.blockNextUp,
#oc-lund .cityGallery .nextPrev .next {
  background-image: url(/_img/next-lund.svg);
}

#oc-lund .blockOne h5 {
  color: #425968;
}

#oc-lund .asideSquare .overlay .igText h3,
#oc-lund .asideSquare .overlay .igText h4,
#oc-lund .asideSquare .overlay .igText h5,
#oc-lund .asideSquare .overlay .igText p,
#oc-lund .blockOne.brandColour a,
#oc-lund .blockOne.brandColour h2,
#oc-lund .blockOne.brandColour h3,
#oc-lund .blockOne.brandColour h5,
#oc-lund .blockOne.brandColour p,
#oc-lund .blockTwo.blockStat h5,
#oc-lund .blockTwo.brandColour h2,
#oc-lund .blockTwo.brandColour h3,
#oc-lund .blockTwo.brandColour h4,
#oc-lund .blockTwo.brandColour h5,
#oc-lund .blockTwo.brandColour p {
  color: #fff;
}

#oc-lund .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-lund .infographic .overlay .igText h5,
#oc-lund .infographic .overlay .igText p,
#oc-lund .inlineVideo .overlay .igText h3,
#oc-lund .inlineVideo .overlay .igText h5,
#oc-lund .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-lund .blockTwo.brandColour {
  background: #accab9;
}

#oc-lund .cityGallery h5 {
  color: #425968;
}

#oc-lund .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-lund .statGraphic .smallCircle {
  background: #6d9980;
  background: rgba(98, 156, 123, 0.85);
}

#oc-lund .statGraphic .mainText .statTitle,
#oc-lund .statGraphic .mainText p {
  color: #6d9980;
}

#oc-lund .statGraphic hr {
  border-top-color: #6d9980;
}

#oc-lund .accordion > h3:after {
  background-image: url(/_img/toggle-oc-lund.svg);
}

#oc-lund .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-oncampus-sweden-white.svg);
  background-color: #6d9980;
}

#oc-lund .pace .pace-progress,
#oc-lund th,
.oc-lund .blockTwo.brandColour {
  background: #6d9980;
}

#oc-lund .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-lund th {
  border: 1px solid #6d9980;
}

#oc-lund .stickyNav .btnApply,
#oc-lund .applyCTA,
#oc-lund .stickyAside .upNextManual {
  display: none;
}

#uni-amsterdam .banner:after {
  background: url(/_img/logos/logo-uamsterdam.svg) no-repeat;
  height: 32px;
  width: 290px;
  background-size: auto 100%;
}

#uni-amsterdam .imgContain:after {
  background: url(/_img/lens_20.png);
}

#applied-sciences .banner:after {
  background: url(/_img/logos/logo-amsterdamuas.svg) no-repeat;
  height: 45px;
  width: 256px;
  background-size: auto 100%;
}

#applied-sciences .imgContain:after {
  background: url(/_img/lens_20.png);
}

/*START - Southampton*/
#oc-southampton .banner:after {
  background: url(/_img/logos/logo-southampton-white-22.svg) no-repeat;
  background-size: 100% auto;
  height: 50px;
  width: 234px;
}

#oc-southampton .imgContain:after {
  background: url(/_img/lens_20.png);
}

#oc-southampton h1,
#oc-southampton h2,
#oc-southampton h3,
#oc-southampton h4,
#oc-southampton h5:not(.studentCountry) {
  color: #005C84;
}

#oc-southampton .blockFour h2, #oc-southampton .blockFour h3, #oc-southampton .blockFour h4, #oc-southampton .blockFour h5, #oc-southampton .blockFour h6, #oc-southampton .blockFour p,
#oc-southampton .blockThree.blockLocation .textContain h2, #oc-southampton .blockThree.blockLocation .textContain h3, #oc-southampton .blockThree.blockLocation .textContain h4, #oc-southampton .blockThree.blockLocation .textContain h5, #oc-southampton .blockThree.blockLocation .textContain h6, #oc-southampton .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-southampton .accordion > h3:after {
  background-image: url(/_img/toggle-oc-southampton.svg);
}

#oc-southampton .btn:not(.btnApply):not(.btnSearch) {
  background-color: #005C84;
  border-color: #005C84;
}

#oc-southampton .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocsouthampton.svg);
  background-color: #005C84;
}

#oc-southampton .courseSearchStrip h2 {
  color: #fff;
}

#oc-southampton .submenu ul li.hasChildren.on,
#oc-southampton .submenu > ul > li {
  border-bottom: 1px solid #186f95;
}

#oc-southampton input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-southampton .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-southampton .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocsouthampton.svg) 26px 35px no-repeat;
  background-size: 161px 42px;
}

#oc-southampton .submenu > ul > li:first-child {
  border-top: 1px solid #005C84;
}

#oc-southampton .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-southampton .submenu,
#oc-southampton .submenu ul li a {
  background-color: #005C84;
}

#oc-southampton .submenu ul li a:hover,
#oc-southampton .submenu ul li.on > a,
#oc-southampton .submenu ul li.on > a:hover {
  background-color: #004f82;
}

#oc-southampton .submenu ul li.hasChildren:last-child,
#oc-southampton .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-southampton .slinky-menu h2 {
  color: #fff;
}

#oc-southampton .cityGallery .title {
  background: #005C84;
}

#oc-southampton .cityGallery .nextPrev .next,
#oc-southampton .cityGallery .nextPrev .prev {
  color: #005C84;
}

#oc-southampton .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-southampton.svg);
}

#oc-southampton .blockOne.blockNextUp,
#oc-southampton .cityGallery .nextPrev .next {
  background-image: url(/_img/next-southampton.svg);
}

#oc-southampton .blockOne h5 {
  color: #425968;
}

#oc-southampton .asideSquare .overlay .igText h3,
#oc-southampton .asideSquare .overlay .igText h4,
#oc-southampton .asideSquare .overlay .igText h5,
#oc-southampton .asideSquare .overlay .igText p,
#oc-southampton .blockOne.brandColour a,
#oc-southampton .blockOne.brandColour h2,
#oc-southampton .blockOne.brandColour h3,
#oc-southampton .blockOne.brandColour h5,
#oc-southampton .blockOne.brandColour p,
#oc-southampton .blockTwo.blockStat h5,
#oc-southampton .blockTwo.brandColour h2,
#oc-southampton .blockTwo.brandColour h3,
#oc-southampton .blockTwo.brandColour h4,
#oc-southampton .blockTwo.brandColour h5,
#oc-southampton .blockTwo.brandColour p {
  color: #fff;
}

#oc-southampton .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-southampton .blockOne.brandColour {
  background-color: #005C84;
}

#oc-southampton .infographic .overlay .igText h5,
#oc-southampton .infographic .overlay .igText p,
#oc-southampton .inlineVideo .overlay .igText h3,
#oc-southampton .inlineVideo .overlay .igText h5,
#oc-southampton .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-southampton .blockTwo.brandColour,
.oc-southampton .blockTwo.brandColour {
  background: #005C84;
}

#oc-southampton .cityGallery h5 {
  color: #425968;
}

#oc-southampton .statGraphic .smallCircle {
  background: rgba(0, 113, 186, 0.85);
}

#oc-southampton .statGraphic .mainText .statTitle,
#oc-southampton .statGraphic .mainText p {
  color: #005C84;
}

#oc-southampton .statGraphic hr {
  border-top-color: #005C84;
}

#oc-southampton .statGraphic .mainText .statTitleThin {
  font-size: 3.6em;
  margin-bottom: 5px;
  display: inline-block;
}

#oc-southampton .statGraphic .smallCircle .smallCircle_container small {
  color: #efefef;
}

#oc-loughborough .banner:after {
  background: url(/_img/logos/logo-loughborough-purple.svg) no-repeat;
  height: 50px;
  width: 200px;
  background-size: auto 100%;
}

#oc-loughborough .imgContain:after {
  background: url(/_img/lens_25.png);
}

#oc-loughborough h1,
#oc-loughborough h2,
#oc-loughborough h3,
#oc-loughborough h4,
#oc-loughborough h5:not(.studentCountry) {
  color: #361163;
}

#oc-loughborough .blockFour h2, #oc-loughborough .blockFour h3, #oc-loughborough .blockFour h4, #oc-loughborough .blockFour h5, #oc-loughborough .blockFour h6, #oc-loughborough .blockFour p,
#oc-loughborough .blockThree.blockLocation .textContain h2, #oc-loughborough .blockThree.blockLocation .textContain h3, #oc-loughborough .blockThree.blockLocation .textContain h4, #oc-loughborough .blockThree.blockLocation .textContain h5, #oc-loughborough .blockThree.blockLocation .textContain h6, #oc-loughborough .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-loughborough .msgImp h3 {
  color: #fff;
}

#oc-loughborough .btn:not(.btnApply):not(.btnSearch) {
  background-color: #361163;
  border-color: #361163;
}

#oc-loughborough .submenu ul li.hasChildren.on,
#oc-loughborough .submenu > ul > li {
  border-bottom: 1px solid #53228d;
}

#oc-loughborough input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-loughborough .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#oc-loughborough .submenu {
  padding-top: 110px;
  background: url(/_img/logos/logo-ocloughborough.svg) 26px 35px no-repeat;
  background-size: auto 40px;
}

#oc-loughborough .submenu > ul > li:first-child {
  border-top: 1px solid #53228d;
}

#oc-loughborough .submenu > ul > li.on {
  border-color: #b70062;
}

#oc-loughborough .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-loughborough .submenu,
#oc-loughborough .submenu ul li a {
  background-color: #361163;
}

#oc-loughborough .submenu ul li a:hover,
#oc-loughborough .submenu ul li.on > a,
#oc-loughborough .submenu ul li.on > a:hover {
  background-color: #b70062;
}

#oc-loughborough .submenu ul li.hasChildren:last-child,
#oc-loughborough .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-loughborough .slinky-menu h2 {
  color: #fff;
}

#oc-loughborough .cityGallery .title {
  background: #361163;
}

#oc-loughborough .cityGallery .nextPrev .next,
#oc-loughborough .cityGallery .nextPrev .prev {
  color: #361163;
}

#oc-loughborough .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-loughborough.svg);
}

#oc-loughborough .blockOne.blockNextUp,
#oc-loughborough .cityGallery .nextPrev .next {
  background-image: url(/_img/next-loughborough.svg);
}

#oc-loughborough .blockOne h5 {
  color: #425968;
}

#oc-loughborough .asideSquare .overlay .igText h3,
#oc-loughborough .asideSquare .overlay .igText h4,
#oc-loughborough .asideSquare .overlay .igText h5,
#oc-loughborough .asideSquare .overlay .igText p,
#oc-loughborough .blockOne.brandColour a,
#oc-loughborough .blockOne.brandColour h2,
#oc-loughborough .blockOne.brandColour h3,
#oc-loughborough .blockOne.brandColour h5,
#oc-loughborough .blockOne.brandColour p,
#oc-loughborough .blockTwo.blockStat h5,
#oc-loughborough .blockTwo.brandColour h2,
#oc-loughborough .blockTwo.brandColour h3,
#oc-loughborough .blockTwo.brandColour h4,
#oc-loughborough .blockTwo.brandColour h5,
#oc-loughborough .blockTwo.brandColour p {
  color: #fff;
}

#oc-loughborough .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-loughborough .blockOne.brandColour,
.oc-loughborough .blockTwo.brandColour {
  background-color: #361163;
}

#oc-loughborough .infographic .overlay .igText h5,
#oc-loughborough .infographic .overlay .igText p,
#oc-loughborough .inlineVideo .overlay .igText h3,
#oc-loughborough .inlineVideo .overlay .igText h5,
#oc-loughborough .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-loughborough .blockTwo.brandColour {
  background: #361163;
}

#oc-loughborough .cityGallery h5 {
  color: #425968;
}

#oc-loughborough .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-loughborough .statGraphic .smallCircle {
  background: rgba(54, 17, 99, 0.85);
}

#oc-loughborough .statGraphic .mainText .statTitle,
#oc-loughborough .statGraphic .mainText p {
  color: #361163;
}

#oc-loughborough .statGraphic hr {
  border-top-color: #361163;
}

#oc-loughborough th {
  border: 1px solid #361163;
  background: #361163;
}

#oc-loughborough .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-ocloughborough.svg);
  background-color: #361163;
}

#oc-loughborough .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-loughborough .pace .pace-progress,
.oc-hull .blockTwo.brandColour {
  background: #361163;
}

@media screen and (min-width: 1260px) {
  .statGraphic .smallCircle .smallCircle_container p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1260px), screen and (max-width: 1024px) and (min-width: 751px) {
  #oc-southampton .statGraphic .mainText .statOne p {
    font-size: 44px;
  }
  #oc-southampton .statGraphic .mainText .statOne small {
    font-size: 22px;
  }
}
@media screen and (max-width: 880px) {
  #oc-southampton .statGraphic .mainText .statOne p {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 600px) {
  #oc-southampton .statGraphic .mainText .statOne p {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 400px) {
  #oc-southampton .statGraphic .mainText .statOne p {
    font-size: 6vw;
  }
}
/*END - Southampton*/
/* IRELAND */
#oc-ireland .imgContain:after {
  background: url(/_img/lens_15.png);
}

#oc-ireland .extraMenu {
  display: none;
}

#oc-ireland h1,
#oc-ireland h2,
#oc-ireland h3,
#oc-ireland h4,
#oc-ireland h5:not(.studentCountry) {
  color: #013a20;
}

#oc-ireland .blockFour h2, #oc-ireland .blockFour h3, #oc-ireland .blockFour h4, #oc-ireland .blockFour h5, #oc-ireland .blockFour h6, #oc-ireland .blockFour p,
#oc-ireland .blockThree.blockLocation .textContain h2, #oc-ireland .blockThree.blockLocation .textContain h3, #oc-ireland .blockThree.blockLocation .textContain h4, #oc-ireland .blockThree.blockLocation .textContain h5, #oc-ireland .blockThree.blockLocation .textContain h6, #oc-ireland .blockThree.blockLocation .textContain p {
  color: #fff;
}

#oc-ireland .btn:not(.btnApply):not(.btnSearch) {
  background-color: #013a20;
  border-color: #3a7ca5;
}

#oc-ireland .submenu ul li.hasChildren.on,
#oc-ireland .submenu > ul > li {
  border-bottom: 1px solid #3a7ca5;
}

#oc-ireland input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #oc-ireland .btn:not(.btnApply):not(.btnSearch):hover {
  background: #013a20;
}

#oc-ireland .submenu {
  padding-top: 110px;
  background: url(/_img/logos/ireland-white.svg) 26px 35px no-repeat;
  background-size: 150px 47px;
}

#oc-ireland .submenu > ul > li:first-child {
  border-top: 1px solid #3a7ca5;
}

#oc-ireland .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#oc-ireland .submenu,
#oc-ireland .submenu ul li a {
  background-color: #013a20;
}

#oc-ireland .submenu ul li a:hover,
#oc-ireland .submenu ul li.on > a,
#oc-ireland .submenu ul li.on > a:hover {
  background-color: #3a7ca5;
}

#oc-ireland .submenu ul li.hasChildren:last-child,
#oc-ireland .submenu ul li:last-child {
  border-bottom: 0;
}

#oc-ireland .slinky-menu h2 {
  color: #fff;
}

#oc-ireland .cityGallery .title {
  background: #013a20;
}

#oc-ireland .cityGallery .nextPrev .prev {
  background-image: url(/_img/prev-ireland.svg);
}

#oc-ireland .blockOne.blockNextUp,
#oc-ireland .cityGallery .nextPrev .next {
  background-image: url(/_img/next-ireland.svg);
}

#oc-ireland .asideSquare .overlay .igText h3,
#oc-ireland .asideSquare .overlay .igText h4,
#oc-ireland .asideSquare .overlay .igText h5,
#oc-ireland .asideSquare .overlay .igText p,
#oc-ireland .blockOne.brandColour a,
#oc-ireland .blockOne.brandColour h2,
#oc-ireland .blockOne.brandColour h3,
#oc-ireland .blockOne.brandColour h5,
#oc-ireland .blockOne.brandColour p,
#oc-ireland .blockTwo.blockStat h5,
#oc-ireland .blockTwo.brandColour h2,
#oc-ireland .blockTwo.brandColour h3,
#oc-ireland .blockTwo.brandColour h4,
#oc-ireland .blockTwo.brandColour h5,
#oc-ireland .blockTwo.brandColour p {
  color: #fff;
}

#oc-ireland .blockOne.blockNextUp.brandColour {
  background-image: url(/_img/ctalrg-arrowright-white.svg);
}

#oc-ireland .blockOne.brandColour {
  background-color: #013a20;
}

#oc-ireland .infographic .overlay .igText h5,
#oc-ireland .infographic .overlay .igText p,
#oc-ireland .inlineVideo .overlay .igText h3,
#oc-ireland .inlineVideo .overlay .igText h5,
#oc-ireland .inlineVideo .overlay .igText p {
  color: #fff;
  margin-top: 0;
}

#oc-ireland .blockTwo.brandColour,
.oc-ireland .blockTwo.brandColour {
  background: #013a20;
}

#oc-ireland .cityGallery h5, #oc-ireland .cityGallery .title {
  color: #013a20;
}

#oc-ireland .statGraphic .smallCircle, #oc-ireland th {
  background: #013a20;
}

#oc-ireland .statGraphic .mainText .statTitle,
#oc-ireland .statGraphic .mainText p {
  color: #013a20;
}

#oc-ireland .statGraphic hr {
  border-top-color: #013a20;
}

#oc-ireland .statGraphic .mainText .statTitleThin {
  font-size: 3em;
  margin-bottom: 5px;
  display: inline-block;
}

#oc-ireland th {
  border: 1px solid #013a20;
}

#oc-ireland .accordion .content h3 {
  font-size: 1.2em;
}

#oc-ireland .accordion .content h3:first-of-type {
  margin-top: 0;
}

#oc-ireland .accordion > h3:after {
  background-image: url(/_img/toggle-ireland.svg);
}

#oc-ireland .blocks.applyCTA:before {
  background-image: url(/_img/logos/ireland-white.svg);
  background-color: #013a20;
}

#oc-ireland .blockOne.blockSearch h2 {
  color: #fff;
}

#oc-ireland .pace .pace-progress,
.oc-ireland .blockTwo.brandColour {
  background: #013a20;
}

#oc-ireland .admissions {
  display: none;
}

/* END IRELAND */
/* IRELAND - UNIHAVEN */
#oc-ireland .banner:after, #oc-ireland #unihaven .banner:after {
  background: url(/_img/logos/unihaven-oncampus.svg) no-repeat;
  height: 70px;
  width: 340px;
  background-size: auto 100%;
}

@media screen and (min-width: 1301px) {
  #oc-ireland .banner:after, #oc-ireland #unihaven .banner:after {
    height: 75px;
    width: 365px;
  }
}
@media screen and (max-width: 750px) {
  #oc-ireland .banner:after, #oc-ireland #unihaven .banner:after {
    height: 60px;
    width: 291px;
  }
}
@media screen and (max-width: 440px) {
  #oc-ireland .banner:after, #oc-ireland #unihaven .banner:after {
    height: 50px;
    width: 242px;
  }
}
/* END IRELAND - UNIHAVEN */
/* IRELAND - ONCAMPUS DUBLIN */
#oc-ireland #dublin .banner:after {
  background: url(/_img/logos/dublin-oc-white.svg) no-repeat;
  height: 58px;
  width: 340px;
  background-size: contain;
}

@media screen and (min-width: 1301px) {
  #oc-ireland #dublin .banner:after {
    height: 63px;
    width: 365px;
  }
}
@media screen and (max-width: 750px) {
  #oc-ireland #dublin .banner:after {
    height: 50px;
    width: 290px;
  }
}
@media screen and (max-width: 440px) {
  #oc-ireland #dublin .banner:after {
    height: 42px;
    width: 240px;
  }
}
/* END IRELAND - ONCAMPUS DUBLIN */
.lund .banner:after {
  background: url(/_img/logos/logo-lund.svg) no-repeat;
  height: 100px;
  width: 76px;
  background-size: auto 100%;
}

.kristianstad .banner:after {
  background: url(/_img/logos/logo-kristianstad-green-white.svg) no-repeat 0 0;
  height: 100px;
  width: 76px;
  background-size: auto 100%;
}

.sluBanner .banner:after {
  background: url(/_img/logos/slu-opt.svg) no-repeat 0 0;
  height: 100px;
  width: 100px;
  background-size: auto 100%;
}

.rcsiBanner .banner:after {
  background: url(/_img/logos/rcsi.svg) no-repeat 0 0;
  height: 150px;
  width: 150px;
  background-size: auto 100%;
}

.uclanBanner .banner:after {
  background: url(/_img/logos/logo-uclan-v3.svg) no-repeat;
  height: 55px;
  width: 170px;
  background-size: auto 100%;
}

.unicBanner .banner:after {
  background: url(/_img/logos/unic.svg) no-repeat;
  height: 120px;
  width: 126px;
  background-size: auto 100%;
}

.sguBanner .banner:after {
  background: url(/_img/logos/sgu.svg) no-repeat;
  height: 86px;
  width: 180px;
  background-size: auto 100%;
}

@media screen and (max-width: 750px) {
  .courtald .banner:after {
    height: 35px;
    width: 148px;
  }
  .birckbeck .banner:after {
    height: 35px;
    width: 134px;
  }
  .royalHolloway .banner:after {
    height: 50px;
    width: 100px;
  }
  .royalVet .banner:after {
    height: 50px;
    width: 87px;
  }
  .goldsmiths .banner:after {
    height: 30px;
    width: 132px;
  }
  .queenMary .banner:after {
    height: 40px;
    width: 152px;
  }
  #oc-coventry .banner:after {
    height: 30px;
    width: 106px;
  }
  #oc-sunderland .banner:after {
    height: 70px;
    width: 147px;
  }
  #oc-southbank .banner:after {
    height: 70px;
    width: 119px;
  }
  #oc-reading .banner:after {
    height: 40px;
    width: 124px;
  }
  #oc-hull .banner:after {
    height: 55px;
    width: 118px;
  }
  #oc-hull .banner:before {
    height: 55px;
    width: 40px;
  }
  #oc-lancashire .banner:after {
    height: 40px;
    width: 124px;
  }
  #oc-texas .banner:after {
    height: 40px;
    width: 116px;
  }
  #oc-rhode-island .banner:after {
    height: 40px;
    width: 102px;
  }
  #oc-suny .banner:after {
    height: 65px;
    width: 132px;
  }
  #oc-boston .banner:after {
    height: 35px;
    width: 138px;
  }
  #oc-calstate .banner:after {
    height: 40px;
    width: 147px;
  }
  #oc-rochester .banner:after {
    height: 30px;
    width: 146px;
  }
  #oc-southampton .banner:after {
    height: 33px;
    width: 150px;
  }
  #oc-loughborough .banner:after {
    height: 40px;
    width: 156px;
  }
  .uniAmsterdam .banner:after {
    height: 25px;
    width: 227px;
  }
  .amsterdamAppliedSciences .banner:after {
    height: 36px;
    width: 205px;
  }
  .lund .banner:after {
    height: 75px;
    width: 57px;
  }
}
@media screen and (max-width: 400px) {
  .queenMary .banner:after {
    height: 35px;
    width: 133px;
  }
  .royalHolloway .banner:after {
    height: 40px;
    width: 80px;
  }
  .royalVet .banner:after {
    height: 40px;
    width: 70px;
  }
  .goldsmiths .banner:after {
    height: 22px;
    width: 96px;
  }
  .courtald .banner:after {
    height: 25px;
    width: 106px;
  }
  .birckbeck .banner:after {
    height: 25px;
    width: 96px;
  }
  #oc-sunderland .banner:after {
    height: 50px;
    width: 105px;
  }
  #oc-southbank .banner:after {
    height: 50px;
    width: 85px;
  }
  #oc-hull .banner:after {
    height: 40px;
    width: 86px;
  }
  #oc-hull .banner:before {
    height: 40px;
    width: 29px;
  }
  #oc-lancashire .banner:after {
    height: 35px;
    width: 115px;
  }
  #oc-reading .banner:after {
    height: 30px;
    width: 93px;
  }
  #oc-texas .banner:after {
    height: 30px;
    width: 87px;
  }
  #oc-suny .banner:after {
    height: 55px;
    width: 112px;
  }
  #oc-rhode-island .banner:after {
    height: 30px;
    width: 77px;
  }
  #oc-boston .banner:after {
    height: 25px;
    width: 98px;
  }
  #oc-calstate .banner:after {
    height: 30px;
    width: 110px;
  }
  #oc-rochester .banner:after {
    height: 25px;
    width: 122px;
  }
  #oc-southampton .banner:after {
    height: 26px;
    width: 120px;
  }
  .uniAmsterdam .banner:after {
    height: 20px;
    width: 182px;
  }
  .amsterdamAppliedSciences .banner:after {
    height: 26px;
    width: 148px;
  }
  .lund .banner:after {
    height: 55px;
    width: 42px;
  }
  #oc-loughborough .banner:after {
    height: 35px;
    width: 140px;
  }
}
#oc-boston .submenu {
  background: url(/_img/logos/logo-boston-only-small.svg) 26px 35px no-repeat;
  background-color: #00803b;
  background-size: 100px 21px;
}

#oc-boston .blocks.applyCTA:before {
  background-image: url(/_img/logos/logo-boston-only-small.svg);
  background-color: #00803b;
  background-size: auto 20px;
}

/* ESG */
#esg h1,
#esg h2,
#esg h3,
#esg h4,
#esg h5,
#esg h6 {
  color: #519E7A;
}

#esg .btn:not(.btnApply):not(.btnSearch) {
  background-color: #519E7A;
  border-color: #519E7A;
}

#esg .submenu ul li.hasChildren.on,
#esg .submenu > ul > li {
  border-bottom: 1px solid #519E7A;
}

#esg input.btn:not(.btnApply):not(.btnSearch):hover,
.no-csstransforms3d #esg .btn:not(.btnApply):not(.btnSearch):hover {
  background: #425968;
}

#esg .submenu > ul > li:first-child {
  border-top: 1px solid #519E7A;
}

#esg .submenu ul li.hasChildren.on > a {
  background: 0 0;
}

#esg .submenu,
#esg .submenu ul li a {
  background-color: #519E7A;
}

#esg .submenu ul li a:hover,
#esg .submenu ul li.on > a,
#esg .submenu ul li.on > a:hover {
  background-color: #519E7A;
}

#esg .submenu ul li.hasChildren:last-child,
#esg .submenu ul li:last-child {
  border-bottom: 0;
}

#esg .accordion > h3:after {
  background-image: url(/_img/toggle-esg.svg);
}/*# sourceMappingURL=oncampus.css.map */