﻿body > #form1 {margin:0;}

.skip-to-content {
  position: absolute;
  top: -1000px;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #9d0932;
  color: #ffffff;
  padding: 1.25rem;
  z-index: 1;
}

.skip-to-content:focus {
  top: 0;
}

.section--grey {
  background-color: #eeeeee;
}

.section--white {
  background-color: #ffffff;
}

.section-opacity--grey {
  background-color: rgba(238, 238, 238, 0.5);
}

.no-rgba .section-opacity--grey {
  background-color: #eeeeee;
}

.section-opacity--white {
  background-color: white;
}

.no-rgba .section-opacity--white {
  background-color: #ffffff;
}

.padding--small {
  padding: 1.5rem 0 1.5625rem;
}

.padding--large {
  padding: 1.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  .padding--large {
    padding: 4.375rem 0;
  }
}

.padding-side--small {
  padding: 0 5.3125rem;
}

.details-description-wrapper {
  margin: 1.5625rem 0 0;
}

.details-description-wrapper > .row {
  background-color: #ffffff;
}

.details-description {
  margin: 1rem 0;
  font-weight: 300;
}

.details-description > *:first-child {
  color: #9d0932;
}

.negative-margin {
  margin-top: -21.875rem;
}

.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
}

.no-rgba .overlay {
  background-color: #000000;
}

@media only screen and (min-width: 68.75em) {
  .overlay {
    display: none;
  }
}

.overlay.overlay--active {
  display: block;
}

.icon-arrow-left,
.icon-arrow-right {
  display: block;
}

.pages .page__links {
  display: block;
  color: inherit;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cookieMessage {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #000;
width: auto;
padding: 10px;
z-index: 500;
font-size: 0.9em;
font-weight: 300;
border-top: 1px solid #666;
color: #fff;
}

.cookieMessage a {
  color: pink;
}

.cookieMessage .column {padding:0;}



.cookieMessage p {line-height:1}
@media only screen and (max-width: 40em) {  
  .cookieMessage p {
    margin-top:0;
  }
}

.cookieMessage .button {
    font-size: 1em;
    padding: 10px 10px 10px 25px;
    width: auto;
    border-radius: 3px;
    border: 1px solid #9d0932;
    text-align: center;
    text-decoration: none;
    background-color: #9d0932;
    color: #fff;
}


.cookieMessage__close:before {
  content: "\e60e";
  font-family: icons;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 32%;
  left: 10px;
}

.cookieMessage__close {
  position: relative;
  padding: 0 0 0 22px;
  display: block;
}

#header-grid .header__logo {
  float: left;
  display: inline-block;
  width: 8.5rem;
  height: 4.375rem;
  margin: 1.25rem 1.25rem 1.25rem 0.3125rem;
  background: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: 136px 70px;
  cursor: pointer;
}

#header-grid .header__links {
  float: right;
  margin: 2.5rem 0.3125rem 2.5rem 2.5rem;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__links,
  #footer-grid .header__links {
    display: none;
  }
}

#header-grid .header__links .header__burger {
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/burger.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-left: 1rem;
  border: none;
  cursor: pointer;
}

#header-grid .search__wrapper {
  display: none;
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 40em) {
  #header-grid .search__wrapper {
    position: relative;
    display: block;
    float: right;
    height: 35px;
    width: 40px;
    right: -80px;
    margin-top: 40px;
    z-index: 0;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .search__wrapper {
    z-index: 4;
    right: 0;
  }
}

#header-grid .search__wrapper.active {
  display: block;
}

#header-grid .search__wrapper.active .nav__search {
  display: block;
}

#header-grid .search__wrapper.active .search__buttonn {
  display: none;
}

#header-grid .search__wrapper .search__button {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .search__wrapper .search__button {
    display: block;
  }
}

#header-grid .search__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  z-index: 3;
}

#header-grid .nav__search {
  position: absolute;
  top: 110px;
  right: 0;
  width: 0;
  z-index: 2;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search {
    top: -8px;
    right: 0;
    overflow: hidden;
    transition: all .5s ease;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search {
    right: 0;
  }
}

#header-grid .nav__search .searchBox {
  float: none;
  width: auto;
  margin: 0;
  clear: none;
}

#header-grid .nav__search table th, #header-grid .nav__search table td {
  padding: 0;
}

#header-grid .nav__search.search--active{
  width: 100%;
  right: 0;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search.search--active {
    right: 0;
    left: auto;
    width: 400px;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search.search--active .search {
    display: block;
    opacity: 1;
  }
}

#header-grid .nav__search.search--active .searchBox {
  width: 100%;
  margin: 0;
}

#header-grid .nav__search .twitter-typeahead {
  width: 100%;
}

#header-grid .nav__search .search {
  width: 100%;
  padding: 0.625rem 5rem 0.625rem 0.625rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid #666666;
  border-bottom: 4px solid #9d0932;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search .search {
    border: 1px solid #666666;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__search .searchh {
    border: 1px solid #666666;
    background-color: #ffffff !important;
    color: #000000;
  }
}

#header-grid .nav__search .tt-menu {
  position: relative !important;
}

#header-grid .nav__search .fbSearchBtn {
  display: none;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  background: url(../images/search.svg) !important;
  background-size: 30px 30px !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border-color: transparent !important;
  text-indent: -9999px;
  cursor: pointer;
}

@media only screen and (min-width: 40em) {
  #header-grid .nav__search .fbSearchBtn {
    display: block;
  }
}

#header-grid .header__close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  margin: 2.5rem 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__close,
  #footer-grid .header__close {
    display: none;
  }
}

#header-grid .nav__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  right: -260px;
  z-index: 999;
  padding: 0 0.5rem;
  transition: all .5s ease;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__wrapper {
    position: static;
    text-align: center;
    width: auto;
    padding: 0;
    background-color: transparent;
    overflow-x: visible;
    overflow-y: visible;
  }
}

#header-grid .nav__wrapper.active {
  right: 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .header__nav {
    display: inline-block;
    position: static;
    margin: 2.75rem 0;
    background-color: transparent;
    overflow: visible;
    padding-right: 3rem;
    z-index: 3;
  }
}

#header-grid .header__nav.header__nav--active {
  right: 0;
}

#header-grid .header__nav .nav__item:nth-child(n+5) .nav__sub {
  left: auto;
  right: 0;
}

#header-grid .nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

#header-grid .nav__item {
  width: 100%;
  font-weight: 600;
}

#header-grid .nav__item:last-child .nav__heading {
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item:last-child .nav__heading {
    border-bottom: none;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item {
    width: auto;
    border-top: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item:last-child {
    margin-right: 0;
  }
}

#header-grid .nav__item.active {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.active {
    display: inline-block;
  }
}

#header-grid .nav__item.active .nav__heading {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.active .nav__heading {
    border: none;
  }
}

#header-grid .nav__item.active .nav__heading:before {
  background-image: url(../images/nav-show-more-active.svg);
}

#header-grid .nav__item.inactive {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__item.inactive {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  #header-grid .nav__item.active .nav__sub {
    display: block;
  }
}

#header-grid .nav__heading {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid #eeeeee;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading {
    padding: 0;
    font-size: 0.875rem;
    border-top: none;
    margin-right: 1rem;
  }
}

#header-grid .nav__heading:hover {
  text-decoration: none;
}

#header-grid .nav__heading.nav__hasSub:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 24px;
  background-image: url(../images/nav-show-more.svg);
  background-repeat: no-repeat;
  background-size: 24px 30px;
  margin: 0.25rem 0;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub:before {
    content: none;
  }
}

#header-grid .nav__heading.nav__hasSub--mobile {
  display: block;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub--mobile {
    display: none;
  }
}

#header-grid .nav__heading.nav__hasSub--desktop {
  display: none;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__heading.nav__hasSub--desktop {
    display: block;
  }
}

#header-grid .nav {
  clear: both;
  position: relative;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav {
    position: relative;
    padding: 0;
    clear: none;
  }
}

#header-grid .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#header-grid .nav__buttons .button {
  font-size: 1rem;
  color: #9d0932;
  margin: 0 auto 0.5rem auto;
}

#header-grid .nav__buttons .button:hover, #header-grid .nav__buttons .button:active {
  color: #ffffff;
}

#header-grid .nav__item {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

#header-grid .nav__item > a:focus, #header-grid .nav__item > a.open {
  color: #9d0932;
}

#header-grid .nav__sub {
  position: static;
  display: none;
  top: 4.125rem;
  left: 0;
  width: 100%;
  padding: 1.25rem 0;
  background-color: white;
  font-size: 1rem;
  text-transform: none;
  text-align: left;
}

@media only screen and (min-width: 68.75em) {
  #header-grid .nav__sub.open {
    position: absolute;
    display: block;
  }
}

#footer-grid .footer__award--medium {
  color: inherit;
  margin-top: 1.5625rem;
}

.structureContent .small-6 {
    width:100%;
  }

/* Added to get mobile friendly layout for two column template on https://preview-dmu.cloud.contensis.com/study/undergraduate-study/clearing/health-wellbeing.aspx */
@media screen and (min-width: 640px) {
  .structureContent .small-6 {
    width:100%;
  }
}

@media screen and (min-width: 960px) {
  .structureContent .medium-6 {
      width: 50%;
  }
  .structureContent .columns {
      position: relative;
      padding-left: 0.9375em;
      padding-right: 0.9375em;
      float: left;
}

}

@media screen and (min-width: 1200px) {
  .structureContent .large-6 {
    width: 50%;
  }
  .structureContent .columns {
      position: relative;
      float: left;
  }
}



/* Utility Classes */

/* As simple 1px grey border on an element */
@media screen and (min-width: 960px) {
.bdr-simple-all{
  border:1px solid #ccc;
  padding:1em;
}
}

/* Make an image as wide as its container */
.img-scale {width:100%;}

/* Add margin and padding to an element or overrride existing padding or margins */
/* (p)adding (a)ll (n)one etc.*/
.pan {padding:0!important;}
.ptn {padding-top:0!important;}
.pbn {padding-bottom:0!important;}
.pln {padding-left:0!important;}
.prn {padding-right:0!important;}

/* (p)adding (v)ertical (s)mall etc.*/
.pvs {padding-top:0.5em!important;padding-bottom:0.5em!important;}
.pvm {padding-top:1.5em!important;padding-bottom:1.5em!important;}
.pvl {padding-top:2em!important;padding-bottom:2em!important;}

/* (p)adding (h)orizontal (s)mall etc.*/
.phs {padding-left:0.5em!important;padding-right:0.5em!important;}
.phm {padding-left:1.5em!important;padding-right:1.5em!important;}
.phl {padding-left:2em!important;padding-right:2em!important;}

/* (p)adding (t)op (s)mall etc.*/
.pts {padding-top:0.5em!important;}
.ptm {padding-top:1.5em!important;}
.ptl {padding-top:2em!important;}

.pbs {padding-bottom:0.5em!important;}
.pbm {padding-bottom:1.5em!important;}
.pbl {padding-bottom:2em!important;}

.pls {padding-left:0.5em!important;}
.plm {padding-left:1.5em!important;}
.pll {padding-left:2em!important;}

.prs {padding-right:0.5em!important;}
.prm {padding-right:1.5em!important;}
.prl {padding-right:2em!important;}

.pas {padding:0.5em!important;}
.pam {padding:1.5em!important;}
.pal {padding:2em!important;}

/* (m)argin (a)ll (n)one etc.*/
.man {margin:0;}
.mtn {margin-top:0!important;}
.mbn {margin-bottom:0!important;}
.mln {margin-left:0!important;}
.mrn {margin-left:0!important;}

/* (m)argin (v)ertical (s)mall etc.*/
.mvs {margin-top:0.5em!important;margin-bottom:0.5em!important;}
.mvm {margin-top:1.5em!important;margin-bottom:1.5em!important;}
.mvl {margin-top:2em!important;margin-bottom:2em!important;}

/* (m)argin (h)orizontal (s)mall etc.*/
.mhs {margin-left:0.5em!important;margin-right:0.5em!important;}
.mhm {margin-left:1.5em!important;margin-right:1.5em!important;}
.mhl {margin-left:2em!important;margin-right:2em!important;}

/* (m)argin (t)op (s)mall etc.*/
.mts {margin-top:0.5em!important;}
.mtm {margin-top:1.5em!important;}
.mtl {padding-top:2em!important;}

.mbs {margin-bottom:0.5em!important;}
.mbm {margin-bottom:1.5em!important;}
.mbl {margin-bottom:2em!important;}

.mls {margin-left:0.5em!important;}
.mlm {margin-left:1.5em!important;}
.mll {margin-left:2em!important;}

.mrs {margin-right:0.5em!important;}
.mrm {margin-right:1.5em!important;}
.mrl {margin-right:2em!important;}

.mas {margin:0.5em!important;}
.mam {margin:1.5em!important;}
.mal {margin:2em!important;}