.project .project__bottom-ctas #contact-widget a:hover,
.project .project__bottom-ctas a:hover,
.project .service__bottom-ctas #contact-widget a:hover,
.project .service__bottom-ctas a:hover,
.service .project__bottom-ctas #contact-widget a:hover,
.service .project__bottom-ctas a:hover,
.service .service__bottom-ctas #contact-widget a:hover,
.service .service__bottom-ctas a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.project .project__bottom-ctas #contact-widget a:focus,
.project .project__bottom-ctas a:focus,
.project .service__bottom-ctas #contact-widget a:focus,
.project .service__bottom-ctas a:focus,
.service .project__bottom-ctas #contact-widget a:focus,
.service .project__bottom-ctas a:focus,
.service .service__bottom-ctas #contact-widget a:focus,
.service .service__bottom-ctas a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.project .project__bottom-ctas #contact-widget a:active,
.project .project__bottom-ctas a:active,
.project .service__bottom-ctas #contact-widget a:active,
.project .service__bottom-ctas a:active,
.service .project__bottom-ctas #contact-widget a:active,
.service .project__bottom-ctas a:active,
.service .service__bottom-ctas #contact-widget a:active,
.service .service__bottom-ctas a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.project .project__key-information a,
.project .service__key-information a,
.service .project__key-information a,
.service .service__key-information a {
  border-bottom-width: 1px;
}

.project .project__key-information a:link,
.project .service__key-information a:link,
.service .project__key-information a:link,
.service .service__key-information a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.project .project__key-information a:visited,
.project .service__key-information a:visited,
.service .project__key-information a:visited,
.service .service__key-information a:visited {
  color: #eee;
}

.project .project__key-information a:hover,
.project .service__key-information a:hover,
.service .project__key-information a:hover,
.service .service__key-information a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.project .project__key-information a:focus,
.project .service__key-information a:focus,
.service .project__key-information a:focus,
.service .service__key-information a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.project .project__key-information a:active,
.project .service__key-information a:active,
.service .project__key-information a:active,
.service .service__key-information a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.project .project__key-information a:link,
.project .project__key-information a:visited,
.project .service__key-information a:link,
.project .service__key-information a:visited,
.service .project__key-information a:link,
.service .project__key-information a:visited,
.service .service__key-information a:link,
.service .service__key-information a:visited {
  border-bottom-style: dotted;
}

.project .project__key-information a:hover,
.project .service__key-information a:hover,
.service .project__key-information a:hover,
.service .service__key-information a:hover {
  border-bottom-style: solid;
}

.project .project__key-information h3 a,
.project .service__key-information h3 a,
.service .project__key-information h3 a,
.service .service__key-information h3 a {
  float: right;
}

.service_section h3,
.technology_section h5 {
  background-color: #333;
  color: #fff;
  margin-top: 0;
  padding: 4px 8px;
}

.project_status .project-status__green {
  background-color: #6c953c;
  color: #fff;
  font-weight: 600;
}

.project_status .project-status__amber {
  background-color: #e55302;
  color: #fff;
  font-weight: 600;
}

.project_status .project-status__red {
  background-color: #b02a1a;
  color: #fff;
  font-weight: 600;
}

.project_section h3 {
  background-color: #333;
  color: #fff;
  margin-top: 0;
  padding: 4px 8px;
}

.project-finder input,
.project-finder select,
.service-finder input,
.service-finder select {
  font-size: 16px;
}

.project-finder__query-wrapper,
.service-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.project-finder__form-wrapper,
.service-finder__form-wrapper {
  background: #eee;
}

.project-finder__query .query-box,
.service-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.project-finder__query input,
.service-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.project-finder__query button,
.service-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.project-finder__form .filter-box h2,
.service-finder__form .filter-box h2 {
  font-size: 24px;
}

.project-finder__clear-buttons,
.service-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .project-finder__clear-buttons,
  .service-finder__clear-buttons {
    display: block;
  }
}

.project-finder__clear-buttons>div,
.service-finder__clear-buttons>div {
  display: inline-block;
}

.project-finder__clear-buttons a,
.service-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.project-finder__clear-buttons a:link,
.project-finder__clear-buttons a:visited,
.service-finder__clear-buttons a:link,
.service-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.project-finder__clear-buttons a:hover,
.service-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.project-finder__clear-buttons a:active,
.project-finder__clear-buttons a:focus,
.service-finder__clear-buttons a:active,
.service-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .project-finder__results,
  .service-finder__results {
    padding-left: 20px;
  }
}

.project-finder__results__summary,
.service-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.project-finder__results__summary__refresh,
.service-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.project-finder__results__item,
.service-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .project-finder__results__item,
  .service-finder__results__item {
    padding: 20px;
  }
}

.project-finder__results__item h2,
.service-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.project-finder__results__item h2 a,
.service-finder__results__item h2 a {
  font-weight: 500;
  padding-top: 4px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.project-finder__results__item h2 a,
.project-finder__results__item h2 a:focus,
.project-finder__results__item h2 a:hover,
.service-finder__results__item h2 a,
.service-finder__results__item h2 a:focus,
.service-finder__results__item h2 a:hover {
  text-decoration: none;
}

.project-finder__results__item h2 a:link,
.service-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.project-finder__results__item h2 a:visited,
.service-finder__results__item h2 a:visited {
  color: #670003;
}

.project-finder__results__item h2 a:hover,
.service-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.project-finder__results__item h2 a:focus,
.service-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.project-finder__results__item h2 a:active,
.service-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.project-finder__results__item__progress,
.service-finder__results__item__status {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.project-finder__results__item__md,
.service-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .project-finder__results__item__md>.ui-icon,
#courses-widget .widget-content .ui-accordion-header .service-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .project-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .service-finder__results__item__md>.ui-icon,
.dialog .project-finder__results__item__md>button,
.dialog .service-finder__results__item__md>button,
.project-finder__results__item__md>.fa,
.service-finder__results__item__md>.fa,
.ui-accordion .ui-accordion-header .project-finder__results__item__md>.ui-icon,
.ui-accordion .ui-accordion-header .service-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .project-finder__results__item__md>a:before,
.white-card__media .embed-container .service-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
}

.project-finder__results__item__md>.fa-check-circle,
.service-finder__results__item__md>.fa-check-circle {
  color: #6c953c;
}

.project-finder__results__item__md>.fa-minus-circle,
.service-finder__results__item__md>.fa-minus-circle {
  color: #e55302;
}

.project-finder__results__item__md>.fa-exclamation-circle,
.service-finder__results__item__md>.fa-exclamation-circle {
  color: #b02a1a;
}

.project-finder__results__item__md>div,
.service-finder__results__item__md>div {
  margin-left: 22px;
}

.project-finder__results__item__info,
.service-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.project-finder__results__item__info.project-finder__results__item__info--open,
.project-finder__results__item__info.service-finder__results__item__info--open,
.service-finder__results__item__info.project-finder__results__item__info--open,
.service-finder__results__item__info.service-finder__results__item__info--open {
  display: block;
}

.project-finder__results__item__description,
.service-finder__results__item__description {
  margin: 10px 0;
}

.project-finder__results__item__md span,
.service-finder__results__item__md span {
  color: #666;
}

.project-finder__results__item__md__label,
.service-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .project-finder__results__item__info-toggle,
  .service-finder__results__item__info-toggle {
    display: none;
  }

  .project-finder__results__item__info,
  .service-finder__results__item__info {
    display: block;
  }
}

.project-finder__results__item__info-toggle,
.service-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .project-finder__results__item__info-toggle .ui-icon,
#courses-widget .widget-content .ui-accordion-header .service-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .project-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .service-finder__results__item__info-toggle .ui-icon,
.dialog .project-finder__results__item__info-toggle button,
.dialog .service-finder__results__item__info-toggle button,
.project-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.project-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.project-finder__results__item__info-toggle .dialog button,
.project-finder__results__item__info-toggle .fa,
.project-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.project-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.service-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.service-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.service-finder__results__item__info-toggle .dialog button,
.service-finder__results__item__info-toggle .fa,
.service-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.service-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .project-finder__results__item__info-toggle .ui-icon,
.ui-accordion .ui-accordion-header .service-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .project-finder__results__item__info-toggle a:before,
.white-card__media .embed-container .service-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.project-finder__results__item__info-toggle:active,
.project-finder__results__item__info-toggle:focus,
.service-finder__results__item__info-toggle:active,
.service-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.project-finder__results__item__info-toggle:hover,
.service-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.project-finder-test #primary-nav-toggler,
.project-finder-test #slice-navigation,
.service-finder-test #primary-nav-toggler,
.service-finder-test #slice-navigation {
  display: none;
}

.project-finder__bottom-banner,
.service-finder__bottom-banner {
  max-height: 250px;
}

.project-finder__bottom-banner__img,
.service-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.scholarship a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.scholarship a,
.scholarship a:focus,
.scholarship a:hover {
  text-decoration: none;
}

.scholarship a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.scholarship a:visited {
  color: #670003;
}

.scholarship a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.scholarship a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship h3 a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.scholarship h3 a,
.scholarship h3 a:focus,
.scholarship h3 a:hover {
  text-decoration: none;
}

.scholarship h3 a:link {
  border-bottom-width: 2px;
}

.scholarship .hard-cta a:link,
.scholarship .hard-cta a:visited {
  color: #fff;
  border: 1px solid #a0271f;
}

.scholarship .hard-cta a:hover {
  border: 1px solid #670003;
}

.scholarship .dark-background a:link,
.scholarship .widget a:link,
.scholarship [class*=widget-] a:link {
  border-bottom-width: 2px;
}

.scholarship .dark-background a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.scholarship .dark-background a:visited {
  color: #eee;
}

.scholarship .dark-background a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.scholarship .dark-background a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .dark-background a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .footer a:link,
.scholarship a.simple:link {
  color: #333;
  border-bottom-color: transparent;
}

.scholarship .footer a:visited,
.scholarship a.simple:visited {
  color: #333;
}

.scholarship .footer a:hover,
.scholarship a.simple:hover {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.scholarship .footer a:focus,
.scholarship a.simple:focus {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.scholarship .footer a:active,
.scholarship a.simple:active {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.scholarship a.hallway {
  font-weight: 600;
}

.scholarship a.hallway:link {
  color: #333;
  border-bottom-color: transparent;
}

.scholarship a.hallway:visited {
  color: #333;
}

.scholarship a.hallway:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.scholarship a.hallway:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.scholarship a.hallway:active {
  background-color: #FFF;
}

.scholarship a.scholarship__header-link {
  font-weight: 500;
}

.scholarship a.scholarship__header-link:link {
  color: #333;
  border-bottom-color: transparent;
}

.scholarship a.scholarship__header-link:visited {
  color: #333;
}

.scholarship a.scholarship__header-link:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.scholarship a.scholarship__header-link:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.scholarship a.scholarship__header-link:active {
  background-color: #FFF;
}

.scholarship a.scholarship__header-link i {
  font-size: .8em;
  margin-left: .3em;
}

.scholarship a.scholarship__cta:link {
  color: #b91b1b;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}

.scholarship a.scholarship__cta:visited {
  color: #670003;
  border-bottom-color: #999;
}

.scholarship a.scholarship__cta:hover {
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.scholarship a.scholarship__cta:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship a.scholarship__cta:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship .scholarship__school a {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.scholarship .scholarship__school a:link {
  color: #333;
  border-bottom-width: 0;
}

.scholarship .scholarship__school a:visited {
  color: #333;
}

.scholarship .scholarship__school a:hover {
  background-color: #666;
  color: #FFF;
  border-color: #b91b1b;
}

.scholarship .scholarship__school a:focus {
  background-color: #b91b1b;
  color: #FFF;
  outline: 5px auto -webkit-focus-ring-color;
}

.scholarship .scholarship__school a:active {
  background-color: #b91b1b;
  color: #FFF;
  outline: 5px auto -webkit-focus-ring-color;
}

.scholarship .scholarship__bottom-ctas #contact-widget a,
.scholarship .scholarship__bottom-ctas a {
  border-bottom-width: 1px;
  -webkit-transition: none;
  transition: none;
}

.scholarship .scholarship__bottom-ctas #contact-widget a:link,
.scholarship .scholarship__bottom-ctas a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.scholarship .scholarship__bottom-ctas #contact-widget a:visited,
.scholarship .scholarship__bottom-ctas a:visited {
  color: #eee;
}

.scholarship .scholarship__bottom-ctas #contact-widget a:hover,
.scholarship .scholarship__bottom-ctas a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.scholarship .scholarship__bottom-ctas #contact-widget a:focus,
.scholarship .scholarship__bottom-ctas a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .scholarship__bottom-ctas #contact-widget a:active,
.scholarship .scholarship__bottom-ctas a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .scholarship__key-information a {
  border-bottom-width: 1px;
}

.scholarship .scholarship__key-information a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.scholarship .scholarship__key-information a:visited {
  color: #eee;
}

.scholarship .scholarship__key-information a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.scholarship .scholarship__key-information a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .scholarship__key-information a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.scholarship .scholarship__key-information a:link,
.scholarship .scholarship__key-information a:visited {
  border-bottom-style: dotted;
}

.scholarship .scholarship__key-information a:hover {
  border-bottom-style: solid;
}

.scholarship .scholarship__key-information h3 a {
  float: right;
}

.scholarship-finder input,
.scholarship-finder select {
  font-size: 16px;
}

.scholarship-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.scholarship-finder__form-wrapper {
  background: #eee;
}

.scholarship-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.scholarship-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.scholarship-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.scholarship-finder__form .filter-box h2 {
  font-size: 24px;
}

.scholarship-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .scholarship-finder__clear-buttons {
    display: block;
  }
}

.scholarship-finder__clear-buttons>div {
  display: inline-block;
}

.scholarship-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.scholarship-finder__clear-buttons a:link,
.scholarship-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.scholarship-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.scholarship-finder__clear-buttons a:active,
.scholarship-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .scholarship-finder__results {
    padding-left: 20px;
  }
}

.scholarship-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.scholarship-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.scholarship-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .scholarship-finder__results__item {
    padding: 20px;
  }
}

.scholarship-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.scholarship-finder__results__item h2 a {
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.scholarship-finder__results__item h2 a,
.scholarship-finder__results__item h2 a:focus,
.scholarship-finder__results__item h2 a:hover {
  text-decoration: none;
}

.scholarship-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.scholarship-finder__results__item h2 a:visited {
  color: #670003;
}

.scholarship-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.scholarship-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.scholarship-finder__results__item--hardship {
  position: relative;
}

.scholarship-finder__results__item--hardship:before {
  content: "";
  display: block;
  background: 0 0;
  width: 48px;
  height: 48px;
  border-top: 8px solid #52712d;
  border-left: 8px solid #52712d;
  position: absolute;
  top: -8px;
  left: -8px;
}

@media only screen and (min-width:600px) {
  .scholarship-finder__results__item--hardship:before {
    width: 72px;
    height: 72px;
  }
}

.scholarship-finder__results__item__level {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.scholarship-finder__results__item__award {
  font-weight: 600;
  color: #666;
}

.scholarship-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .scholarship-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .scholarship-finder__results__item__md>.ui-icon,
.dialog .scholarship-finder__results__item__md>button,
.scholarship-finder__results__item__md>.fa,
.ui-accordion .ui-accordion-header .scholarship-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .scholarship-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
}

.scholarship-finder__results__item__md>div {
  margin-left: 22px;
}

.scholarship-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.scholarship-finder__results__item__info.scholarship-finder__results__item__info--open {
  display: block;
}

.scholarship-finder__results__item__description {
  margin: 10px 0;
}

.scholarship-finder__results__item__md span {
  color: #666;
}

.scholarship-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .scholarship-finder__results__item__info-toggle {
    display: none;
  }

  .scholarship-finder__results__item__info {
    display: block;
  }
}

.scholarship-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .scholarship-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .scholarship-finder__results__item__info-toggle .ui-icon,
.dialog .scholarship-finder__results__item__info-toggle button,
.scholarship-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.scholarship-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.scholarship-finder__results__item__info-toggle .dialog button,
.scholarship-finder__results__item__info-toggle .fa,
.scholarship-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.scholarship-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .scholarship-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .scholarship-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.scholarship-finder__results__item__info-toggle:active,
.scholarship-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.scholarship-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.scholarship-finder__filter--hardship div {
  background-color: #52712d;
  color: #fff;
  font-weight: 600;
  padding: 8px;
}

.scholarship-finder-test #primary-nav-toggler,
.scholarship-finder-test #slice-navigation {
  display: none;
}

.scholarship-finder__bottom-banner {
  max-height: 250px;
}

.scholarship-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.course a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.course a,
.course a:focus,
.course a:hover {
  text-decoration: none;
}

.course a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.course a:visited {
  color: #670003;
}

.course a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.course a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course h3 a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.course h3 a,
.course h3 a:focus,
.course h3 a:hover {
  text-decoration: none;
}

.course h3 a:link {
  border-bottom-width: 2px;
}

.course .hard-cta a:link,
.course .hard-cta a:visited {
  color: #fff;
  border: 1px solid #a0271f;
}

.course .hard-cta a:hover {
  border: 1px solid #670003;
}

.course .dark-background a:link,
.course .widget a:link,
.course [class*=widget-] a:link {
  border-bottom-width: 2px;
}

.course .dark-background a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.course .dark-background a:visited {
  color: #eee;
}

.course .dark-background a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.course .dark-background a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .dark-background a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .footer a:link,
.course a.simple:link {
  color: #333;
  border-bottom-color: transparent;
}

.course .footer a:visited,
.course a.simple:visited {
  color: #333;
}

.course .footer a:hover,
.course a.simple:hover {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.course .footer a:focus,
.course a.simple:focus {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.course .footer a:active,
.course a.simple:active {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.course a.hallway {
  font-weight: 600;
}

.course a.hallway:link {
  color: #333;
  border-bottom-color: transparent;
}

.course a.hallway:visited {
  color: #333;
}

.course a.hallway:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.course a.hallway:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.course a.hallway:active {
  background-color: #FFF;
}

.course a.course__header-link {
  font-weight: 500;
}

.course a.course__header-link:link {
  color: #333;
  border-bottom-color: transparent;
}

.course a.course__header-link:visited {
  color: #333;
}

.course a.course__header-link:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.course a.course__header-link:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.course a.course__header-link:active {
  background-color: #FFF;
}

.course a.course__header-link i {
  font-size: .8em;
  margin-left: .3em;
}

.course a.course__cta:link {
  color: #b91b1b;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}

.course a.course__cta:visited {
  color: #670003;
  border-bottom-color: #999;
}

.course a.course__cta:hover {
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.course a.course__cta:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course a.course__cta:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course .course__school a {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
}

.course .course__school a:link {
  color: #333;
  border-bottom-width: 0;
}

.course .course__school a:visited {
  color: #333;
}

.course .course__school a:hover {
  background-color: #666;
  color: #FFF;
  border-color: #b91b1b;
}

.course .course__school a:focus {
  background-color: #b91b1b;
  color: #FFF;
  outline: 5px auto -webkit-focus-ring-color;
}

.course .course__school a:active {
  background-color: #b91b1b;
  color: #FFF;
  outline: 5px auto -webkit-focus-ring-color;
}

.course .course__bottom-ctas #contact-widget a,
.course .course__bottom-ctas a {
  border-bottom-width: 1px;
  -webkit-transition: none;
  transition: none;
}

.course .course__bottom-ctas #contact-widget a:link,
.course .course__bottom-ctas a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.course .course__bottom-ctas #contact-widget a:visited,
.course .course__bottom-ctas a:visited {
  color: #eee;
}

.course .course__bottom-ctas #contact-widget a:hover,
.course .course__bottom-ctas a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.course .course__bottom-ctas #contact-widget a:focus,
.course .course__bottom-ctas a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .course__bottom-ctas #contact-widget a:active,
.course .course__bottom-ctas a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .course__key-information a {
  border-bottom-width: 1px;
}

.course .course__key-information a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.course .course__key-information a:visited {
  color: #eee;
}

.course .course__key-information a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.course .course__key-information a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .course__key-information a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course .course__key-information a:link,
.course .course__key-information a:visited {
  border-bottom-style: dotted;
}

.course .course__key-information a:hover {
  border-bottom-style: solid;
}

.course .course__key-information h3 a {
  float: right;
}

.course {
  margin-top: -40px;
}

.course.fb-best-bet {
  margin-top: 0;
}

.course .banner-media {
  position: relative;
}

.course h1 {
  margin-bottom: 0;
}

.course__subheader {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
}

.course__subheader:after {
  content: "";
  display: block;
  width: 160px;
  height: 6px;
  clear: both;
  margin-top: 10px;
}

.course__subheader__sep {
  color: #ddd;
  margin: 0 20px;
  padding-bottom: 20px;
}

.course__school ul {
  list-style-type: none;
  margin-left: 0;
}

.course__school ul li {
  margin-bottom: 15px;
}

.course__school ul li a {
  margin-left: 10px;
}

.course__school ul li a.course__school__noicon {
  margin-left: 21px;
}

.course__school.course__school--inline li {
  display: inline-block;
}

.course__clearing-cta {
  padding: 20px 20px 25px 20px;
  margin-bottom: 15px;
  color: #FFF;
  background: #0377a0;
}

.course__clearing-cta h2 {
  font-size: 1.7em;
  margin: 0;
}

.course__clearing-cta h2 a {
  vertical-align: middle;
  font-size: 17px;
}

.course__clearing-cta a:link {
  color: #b91b1b;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}

.course__clearing-cta a:visited {
  color: #670003;
  border-bottom-color: #999;
}

.course__clearing-cta a:hover {
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.course__clearing-cta a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course__clearing-cta a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course__clearing-cta a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.course__clearing-cta a:visited {
  color: #eee;
}

.course__clearing-cta a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.course__clearing-cta a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course__clearing-cta a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.course__clearing-cta__tariff {
  margin-top: 1em;
  margin-bottom: 0;
}

.course__clearing-cta__tariff__ucas {
  display: block;
  font-weight: 700;
}

.course__clearing-cta__tariff__accepted {
  margin-left: .5em;
}

.course__key-information {
  color: #FFF;
  padding: 20px;
}

.course__key-information h2 {
  font-size: 1.4em;
}

.course__key-information h3,
.course__key-information h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #eee;
}

.course__key-information h4 {
  margin: 0;
}

.course__key-information h3 {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}

.course__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course__contact__item {
  display: inline-block;
  margin-top: 10px;
}

.course__contact__item+.course__contact__item {
  margin-left: 1em;
}

.course__contact__item__title {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.course__contact__item__tel {
  position: relative;
}

.course__contact__item__tel .fa-phone {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 21px;
}

.course__contact__item__tel a {
  display: inline-block;
  margin-left: 21px;
  clear: both;
}

.course__contact__item__tel a:before {
  content: "";
  width: 100%;
  display: block;
}

.course__contact__item__tel+.course__contact__item__email {
  margin-top: .5em;
}

.course__kis {
  position: relative;
  padding: 35px 0 20px;
  overflow: hidden;
  min-height: 230px;
}

.course__kis__image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.course__kis--vertical .course__kis__image {
  max-width: none;
}

.course__kis__content {
  position: relative;
}

.course__kis__content iframe {
  position: relative;
  left: 50%;
  margin-left: -307px;
  display: block;
}

.course__kis--vertical .course__kis__content iframe {
  margin-left: -95px;
}

.course__news-item__cat {
  color: #FFF;
  margin-top: -25px;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: .8em;
  position: absolute;
}

.course__event {
  clear: both;
  margin-bottom: 20px;
}

.course__event__date {
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  float: left;
}

.course__event__text {
  margin-left: 60px;
}

.course__event__text__ww {
  color: #555;
}

.course__section__separator {
  padding-bottom: 20px;
  border-bottom: 6px solid #eee;
  margin-bottom: 30px;
}

.course__related__course {
  background-color: #fff;
  padding: 20px 20px;
  margin: 10px 0;
}

@media only screen and (min-width:768px) {
  .course__related__course {
    min-height: 210px;
    margin: 10px 10px 10px 0;
  }
}

.course__related__header {
  width: 100%;
  text-align: center;
}

.course__related__course__title {
  margin-bottom: 5px;
  font-size: 1.1em;
}

.course__related__course__description {
  color: #555;
}

.course__related__course__footnote {
  color: #555;
  margin-top: 20px;
}

@media only screen and (min-width:768px) {
  .course.course-ug .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .col-sm-8.col-sm-push-16.col-md-6.col-lg-4 {
    width: "95%";
  }
}

.course.course-ug .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--student .course__profiles__item__text__title {
  color: #a51b36;
}

.course.course-ug .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--student .block {
  background: #a51b36;
  height: 4px;
  width: 80px;
  margin: -28px auto 30px;
  position: relative;
}

@media only screen and (min-width:768px) {
  .course-pg .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .col-sm-8.col-sm-push-16.col-md-6.col-lg-4 {
    width: "95%";
  }
}

.course-pg .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--student .course__profiles__item__text__title {
  color: #4f2842;
}

.course-pg .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--student .block {
  background: #4f2842;
  height: 4px;
  width: 80px;
  margin: -28px auto 30px;
  position: relative;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 {
  padding: 0 0 40px;
  margin-top: -40px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item {
  color: #000;
  padding: 0 10px 70px;
  background: #fff;
  text-align: center;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image {
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#courses-widget .widget-content .ui-accordion-header .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image span.ui-icon,
.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image #courses-widget .widget-content .ui-accordion-header span.ui-icon,
.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image .ui-accordion .ui-accordion-header span.ui-icon,
.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image span.fa,
.ui-accordion .ui-accordion-header .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image span.ui-icon {
  padding: 10px 0 0;
  font-size: 8em;
  color: #555;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__image__name {
  padding: 15px 15px 5px;
  font-size: 1.2em;
  font-weight: 600;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item {
  background: 0 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .course__profiles__item__text__title {
  color: #243f53;
  left: 0;
}

@media only screen and (min-width:768px) {
  .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .course__profiles__item__text__title {
    color: #243f53;
    left: 6%;
  }
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .block {
  height: 4px;
  width: 80px;
  margin: -28px auto 30px;
  position: relative;
  background: #0076a0;
  left: 0;
}

@media only screen and (min-width:768px) {
  .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .block {
    height: 4px;
    width: 80px;
    margin: -28px auto 30px;
    position: relative;
    color: #243f53;
    left: 6%;
  }
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic i {
  background: #0076a0;
  color: #fff;
  border-radius: 90px;
  padding: 1px;
  font-size: 20px;
  top: 12px;
  position: relative;
  z-index: 100;
  right: 50px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper .academic__wrapper__thumb {
  width: 120px;
  height: 120px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper .academic__wrapper__thumb img {
  width: auto;
  height: auto;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper .course__profiles__item__image__name {
  text-align: left;
  padding: 15px 15px 15px;
  font-size: 1.2em;
  font-weight: 600;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper .course__profiles__item__image__name a {
  color: #b91b1b;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .academic__wrapper .course__profiles__item__text__further {
  padding: 15px 15px 5px;
  font-size: 1.2em;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic svg {
  position: relative;
  top: 55px;
  z-index: 99;
  left: 16px;
  margin-top: -82px;
}

@media only screen and (min-width:768px) {
  .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .col-sm-8.col-sm-push-16.col-md-6.col-lg-4 {
    width: 54%!important;
    margin: 0 20%!important;
  }

  .fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item--academic .col-sm-8.col-sm-push-16.col-md-6.col-lg-4::after {
    position: absolute;
    top: 0;
    right: 43%;
    margin-right: -55%;
    content: '';
    width: 12%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left bottom,color-stop(49.5%,#eae9e7),color-stop(50%,transparent));
    background: -webkit-linear-gradient(right top,#eae9e7 49.5%,transparent 50%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(49.5%,#fff),color-stop(50%,transparent));
    background: -webkit-linear-gradient(left top,#fff 49.5%,transparent 50%);
    background: linear-gradient(to right bottom,#fff 49.5%,transparent 50%);
  }
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__title {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  position: relative;
  font-size: 1.1em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 0;
  text-align: center;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__title:after {
  position: absolute;
  content: ' ';
  left: 0;
  width: 80px;
  height: 0;
  margin: 24px 44.5%;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__strapline {
  font-size: 1.2em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 500;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__quote {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  width: 90%;
  margin: 0 auto;
  font-weight: 300;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__quote span {
  font-size: 1.4em;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles__item__text__further {
  font-size: 1.2em;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles {
  position: relative;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .col-sm-8.col-sm-push-16.col-md-6.col-lg-4 {
  margin: 0 auto;
  float: none;
  left: 0;
  width: 95%;
  background: #fff;
  padding: 20px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles ul.items {
  margin: 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles ul.items li {
  padding: 70px 10px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls {
  display: block;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction a {
  display: block;
  position: absolute;
  bottom: 0;
  border: 0;
  padding: 20px 30px;
  color: #ddd;
  background: rgba(0,0,0,.4);
  font-size: 1.4em;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction a:focus,
.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction a:hover {
  background: rgba(0,0,0,.22);
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction a:active {
  color: #fff;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction .bx-prev {
  right: 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .course__profiles .bx-controls-direction .bx-next {
  left: 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .circular__crop {
  max-width: 150px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: -60px auto 0;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .circular__crop img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 .circular__crop__image {
  display: block;
  margin: 0 auto;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-background-size: auto auto;
  background-size: auto;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 #fring.circular__crop__image {
  background: url(https://www.city.ac.uk/__data/assets/image/0011/201071/FRING.jpg) center no-repeat;
  background-position: 50% 30%;
}

.fw-section-wrapper.course__testimonials__wrapper .yr_2019 #de-allie.circular__crop__image {
  background: url(https://www.city.ac.uk/__data/assets/image/0007/161269/De-Allie-resized.jpg) center no-repeat;
  background-position: 38% 15%;
}

.course .fw-section-wrapper.course__testimonials__wrapper {
  padding: 40px 0 0;
}

.course__profiles__item {
  color: #fff;
  padding: 0 10px 70px;
}

.course__profiles__item__image {
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.course__profiles__item__image img {
  width: 100%;
  margin: 0;
}

#courses-widget .widget-content .ui-accordion-header .course__profiles__item__image span.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .course__profiles__item__image span.ui-icon,
.course__profiles__item__image #courses-widget .widget-content .ui-accordion-header span.ui-icon,
.course__profiles__item__image .course .accordion.ui-accordion .ui-accordion-header span.ui-icon,
.course__profiles__item__image .ui-accordion .ui-accordion-header span.ui-icon,
.course__profiles__item__image span.fa,
.ui-accordion .ui-accordion-header .course__profiles__item__image span.ui-icon {
  padding: 10px 0 0;
  font-size: 8em;
  color: #555;
}

.course__profiles__item__image__name {
  padding: 15px;
  font-size: 1.2em;
  font-weight: 600;
}

.course__profiles__item__text__title {
  position: relative;
  font-size: 1.4em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.course__profiles__item__text__title:after {
  position: absolute;
  content: ' ';
  left: 0;
  bottom: -2.5px;
  background: #ddd;
  width: 150px;
  height: 5px;
}

.course__profiles__item__text__strapline {
  font-size: 1.2em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 500;
}

.course__profiles__item__text__quote {
  font-size: 1.2em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.course__profiles__item__text__quote span {
  font-size: 1.4em;
}

.course__profiles {
  position: relative;
}

.course__profiles li {
  list-style: none;
}

.course__profiles ul.items {
  margin: 0;
}

.course__profiles .bx-controls {
  display: block;
}

.course__profiles .bx-controls-direction {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
}

.course__profiles .bx-controls-direction a {
  display: block;
  position: absolute;
  bottom: 0;
  border: 0;
  padding: 20px 30px;
  color: #ddd;
  background: rgba(0,0,0,.4);
  font-size: 1.4em;
}

.course__profiles .bx-controls-direction a:focus,
.course__profiles .bx-controls-direction a:hover {
  background: rgba(0,0,0,.22);
}

.course__profiles .bx-controls-direction a:active {
  color: #fff;
}

.course__profiles .bx-controls-direction .bx-prev {
  right: 0;
}

.course__profiles .bx-controls-direction .bx-next {
  left: 0;
}

.anchor-separator--nfw-line {
  display: none;
}

.course__employment {
  margin-top: 20px;
}

.course__employment__info {
  margin-top: 40px;
}

.course__employment__info h3 {
  font-size: 1.2em;
}

.course__employment {
  position: relative;
}

.course__employment__main {
  position: absolute;
  z-index: 1;
  margin: 30% 25% 0;
}

@media only screen and (min-width:600px) {
  .course__employment__main {
    margin-top: 20%;
  }
}

@media only screen and (min-width:980px) {
  .course__employment__main {
    margin-top: 12%;
  }
}

@media only screen and (min-width:1200px) {
  .course__employment__main {
    margin-top: 25%;
  }
}

.course__employment__main__text,
.course__employment__main__value {
  display: block;
  text-align: center;
}

.course__employment__main__value {
  font-size: 2.5em;
  margin-bottom: 5px;
}

.course__employment__main__text {
  color: #555;
  font-size: .9em;
  font-weight: 600;
}

.course__employment__chart {
  position: relative;
  padding-bottom: 100%;
}

.course__employment__chart div.google-visualization-tooltip {
  pointer-events: none;
}

.course__employment__chart svg>g>g:last-child {
  pointer-events: none;
}

.course__employment__chart__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course .fw-section-wrapper {
  padding: 40px 10px;
}

.course .fw-section-wrapper.course__banner-section {
  padding-top: 0;
}

.course .fw-section-wrapper.usps__wrapper {
  padding: 0 10px;
}

@media only screen and (min-width:600px) {
  .course .fw-section-wrapper.usps__wrapper {
    padding: 20px 10px;
  }
}

.course .fw-section-wrapper .section-heading {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 30px;
  clear: both;
}

.course .fw-section-wrapper .section-heading i {
  color: #fff;
  font-size: 23px;
  position: relative;
  z-index: 2;
  top: -41px;
}

.course .fw-section-wrapper .section-heading i.fa-graduation-cap {
  left: -53px;
}

.course .fw-section-wrapper .section-heading i.fa-clipboard {
  left: -50px;
}

.course .fw-section-wrapper .section-heading i.fa-briefcase {
  left: -52px;
}

.course .fw-section-wrapper .section-heading span {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
  margin: -22px 0 -7px;
  display: block;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.course .fw-section-wrapper .section-heading .section-break {
  background: #b92a26;
  height: 4px;
  width: 60px;
  display: inline-block;
}

.phd-projects.phd-projects h2,
.phd-projects.phd-projects h3 {
  font-weight: 400;
}

.phd-projects.phd-projects h2 a,
.phd-projects.phd-projects h3 a {
  border-bottom-width: 0;
}

.phd-projects.phd-projects h2 a span,
.phd-projects.phd-projects h3 a span {
  border-bottom: 0 solid #b91b1b;
}

.phd-projects.phd-projects h2 a:active,
.phd-projects.phd-projects h2 a:focus,
.phd-projects.phd-projects h2 a:hover,
.phd-projects.phd-projects h3 a:active,
.phd-projects.phd-projects h3 a:focus,
.phd-projects.phd-projects h3 a:hover {
  text-decoration: none;
}

.phd-projects.phd-projects h2 a:hover,
.phd-projects.phd-projects h3 a:hover {
  color: #b91b1b;
}

.phd-projects.phd-projects h2 a:hover span,
.phd-projects.phd-projects h3 a:hover span {
  border-bottom-width: 2px;
}

.phd-projects.phd-projects h2 a:active,
.phd-projects.phd-projects h2 a:focus,
.phd-projects.phd-projects h3 a:active,
.phd-projects.phd-projects h3 a:focus {
  background-color: transparent;
  color: #b91b1b;
}

.phd-projects.phd-projects h2 a:active span,
.phd-projects.phd-projects h2 a:focus span,
.phd-projects.phd-projects h3 a:active span,
.phd-projects.phd-projects h3 a:focus span {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
}

#courses-widget .widget-content .ui-accordion-header .phd-projects.phd-projects h2 a .ui-icon,
#courses-widget .widget-content .ui-accordion-header .phd-projects.phd-projects h3 a .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .phd-projects.phd-projects h2 a .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .phd-projects.phd-projects h3 a .ui-icon,
.dialog .phd-projects.phd-projects h2 a button,
.dialog .phd-projects.phd-projects h3 a button,
.phd-projects.phd-projects h2 a #courses-widget .widget-content .ui-accordion-header .ui-icon,
.phd-projects.phd-projects h2 a .course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,
.phd-projects.phd-projects h2 a .dialog button,
.phd-projects.phd-projects h2 a .fa,
.phd-projects.phd-projects h2 a .ui-accordion .ui-accordion-header .ui-icon,
.phd-projects.phd-projects h2 a .white-card__media .embed-container a:before,
.phd-projects.phd-projects h3 a #courses-widget .widget-content .ui-accordion-header .ui-icon,
.phd-projects.phd-projects h3 a .course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,
.phd-projects.phd-projects h3 a .dialog button,
.phd-projects.phd-projects h3 a .fa,
.phd-projects.phd-projects h3 a .ui-accordion .ui-accordion-header .ui-icon,
.phd-projects.phd-projects h3 a .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .phd-projects.phd-projects h2 a .ui-icon,
.ui-accordion .ui-accordion-header .phd-projects.phd-projects h3 a .ui-icon,
.white-card__media .embed-container .phd-projects.phd-projects h2 a a:before,
.white-card__media .embed-container .phd-projects.phd-projects h3 a a:before {
  margin-left: .5rem;
  border-bottom-width: 0!important;
}

.phd-projects.phd-projects h2 .fa-chevron-circle-right,
.phd-projects.phd-projects h3 .fa-chevron-circle-right {
  float: right;
  margin-top: .3em;
}

.phd-projects.phd-projects h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 34px;
}

.phd-projects.phd-projects h2 a {
  color: #333;
}

.phd-projects.phd-projects h2 .fa-chevron-circle-right {
  font-size: 28px;
}

.course__white-box {
  background-color: #FFF;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.course__white-box.course__white-box--top-media {
  padding-top: 0;
}

.course__white-box__media-label {
  font-style: italic;
  margin-top: -10px;
}

.course__white-box__content--read-more {
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (min-width:600px) {
  .course__white-box__content--read-more {
    max-height: none;
  }
}

.course__white-box__read-more {
  margin-top: -35px;
}

.course__white-box__read-more .course__white-box__read-more__bg {
  height: 35px;
  position: relative;
  background-color: transparent;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}

.course__white-box__read-more a {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.course__white-box__read-more a:hover,
.course__white-box__read-more a:link,
.course__white-box__read-more a:visited {
  border-bottom: none;
}

.course__white-box__read-more a span {
  border-bottom: 1px dotted;
}

.course__white-box__read-more a:hover span {
  border-bottom: 1px solid #670003;
}

.course__white-box__read-more a:link span,
.course__white-box__read-more a:visited span {
  border: none;
}

@media only screen and (min-width:600px) {
  .course__white-box__read-more {
    display: none;
  }
}

.course__white-box__media {
  margin: 0 -20px 20px;
}

.course__white-box__media img {
  margin: 0;
  width: 100%;
}

@media (max-width:420px) {
  .course .accordion.ui-accordion .ui-accordion-content img,
  .course .accordion.ui-accordion .ui-accordion-content img.left,
  .course .accordion.ui-accordion .ui-accordion-content img.right {
    display: block;
    float: none;
  }
}

.course .accordion.ui-accordion .ui-accordion-header {
  color: #333;
  font-size: 16px;
  background-color: #eee!important;
  border-bottom: 2px solid #ccc!important;
  margin-bottom: 5px;
  border-top: 0;
  padding: 0;
}

.course .accordion.ui-accordion .ui-accordion-header a {
  padding: 12px 2em 12px 14px!important;
  border: 0!important;
  background: 0 0!important;
  font-weight: 600;
}

.course .accordion.ui-accordion .ui-accordion-header a,
.course .accordion.ui-accordion .ui-accordion-header a:link {
  color: #333;
}

.course .accordion.ui-accordion .ui-accordion-header a:hover {
  text-decoration: underline;
}

.course .accordion.ui-accordion .ui-accordion-header a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.course .accordion.ui-accordion .ui-accordion-header.ui-state-active,
.course .accordion.ui-accordion .ui-accordion-header.ui-state-active a,
.course .accordion.ui-accordion .ui-accordion-header.ui-state-focus,
.course .accordion.ui-accordion .ui-accordion-header.ui-state-focus a,
.course .accordion.ui-accordion .ui-accordion-header.ui-state-hover,
.course .accordion.ui-accordion .ui-accordion-header.ui-state-hover a {
  color: #666;
}

.course .accordion.ui-accordion .ui-accordion-header.ui-state-active {
  border-bottom-width: 1px!important;
}

.course .accordion.ui-accordion .ui-accordion-header .ui-icon {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  background-image: none;
  color: inherit;
  text-indent: 0;
}

.course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active {
  margin-bottom: 0;
}

.course .accordion.ui-accordion .ui-accordion-content {
  background-color: #f8f8f8;
  margin: 0 0 5px!important;
  border: 0!important;
  border-bottom: 2px solid #ccc!important;
  top: 0!important;
}

.course__entries {
  display: inline-block;
}

.course__entries select {
  background-color: #eee;
}

.course__accredited-by__img {
  height: 80px;
  margin: 0 10px 20px 0;
}

.course .fw-section-wrapper.course__bottom-ctas {
  padding-top: 0;
  background: #333;
  color: #fff;
}

.course .fw-section-wrapper.course__bottom-ctas h2 {
  margin: 40px 0 10px;
  padding: 0 0 10px;
  border: 0;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.course .fw-section-wrapper.course__bottom-ctas i {
  margin-right: 5px;
}

.course .anchor-separator {
  height: 0;
  overflow: visible;
}

.course .anchor-separator>div {
  position: relative;
}

.course .anchor-separator a {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #efefef;
  right: 0;
  top: -15px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  font-size: 20px;
}

.course .anchor-separator a:link,
.course .anchor-separator a:visited {
  color: #000;
}

.course .anchor-separator a:focus,
.course .anchor-separator a:hover {
  color: #b91b1b;
}

.course .anchor-separator a:active {
  color: #fff;
  background: #b91b1b;
}

.course .anchor-separator--line {
  height: 1px;
  background: #efefef;
}

.course .anchor-separator--nfw-line {
  height: 5px;
  background: #eee;
  z-index: -1;
}

.course__menu__wrapper {
  margin: 30px 0;
}

.course__menu {
  max-width: 300px;
  border: 1px solid #cdcdcd;
  background: #eee;
  padding: 5px 10px;
}

.course__menu__title a {
  float: right;
}

.course__menu__content {
  padding-top: 10px;
  clear: both;
}

.js .course__assessment__list {
  display: none;
}

.js .course__menu__content {
  display: none;
}

.js .course__menu__content li {
  margin-bottom: 5px;
}

.js .course__apply-dialog-section {
  display: none;
}

.no-js .course__entries select {
  display: none;
}

.no-js .course__entries a {
  margin-left: 10px;
}

.no-js .course__entries__selected {
  color: #333;
  font-weight: 600;
  border: 0;
}

.no-js .course__menu__title a {
  display: none;
}

.no-js .course__profiles__item {
  display: inline-block;
}

.course__modules__reading--v2 {
  border: 1px solid #a31c36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.programme__specification__container.icon {
  padding: 1% 2%;
  font-size: 18px;
  color: #a31c36;
}

.programme__specification__container.text {
  border-left: 1px solid #a31c36;
  padding: 1.4% 2%;
}

.course-ug .course__key-information,
.course-ug .course__subheader:after {
  background-color: #a42833;
}

.course-ug .course__key-information h3 {
  border-bottom-color: #ae3c44;
}

.course-ug .course__red-links .row>:not(:first-child) .course__red-links:before {
  background-color: #ae3c44;
}

.course-ug .course__red-links__link {
  background-color: #a42833;
}

.course-ug .course__red-links__link:hover {
  background-color: #8d182a;
}

.course-ug .course__red-links__link:active,
.course-ug .course__red-links__link:focus {
  background-color: #ae3c44;
}

.course-ug .course__event__date,
.course-ug .course__news-item__cat {
  background-color: #b91b1c;
}

.course-ug .course__testimonials__wrapper {
  background-color: #a42833;
}

.course-ug .course__profiles__item__title a:active,
.course-ug .course__profiles__item__title a:focus {
  color: #a42833;
}

.course-pg .course__key-information,
.course-pg .course__subheader:after {
  background-color: #3e1031;
}

.course-pg .course__key-information h3 {
  border-bottom-color: #5e3b53;
}

.course-pg .course__red-links .row>:not(:first-child) .course__red-links:before {
  background-color: #5e3b53;
}

.course-pg .course__red-links__link {
  background-color: #3e1031;
}

.course-pg .course__red-links__link:hover {
  background-color: #402337;
}

.course-pg .course__red-links__link:active,
.course-pg .course__red-links__link:focus {
  background-color: #5e3b53;
}

.course-pg .course__event__date,
.course-pg .course__news-item__cat {
  background-color: #b91b1c;
}

.course-pg .course__testimonials__wrapper {
  background-color: #3e1031;
}

.course-pg .course__profiles__item__title a:active,
.course-pg .course__profiles__item__title a:focus {
  color: #3e1031;
}

.course-rd .course__key-information,
.course-rd .course__subheader:after {
  background-color: #243d51;
}

.course-rd .course__key-information h3 {
  border-bottom-color: #395062;
}

.course-rd .course__red-links .row>:not(:first-child) .course__red-links:before {
  background-color: #395062;
}

.course-rd .course__red-links__link {
  background-color: #243d51;
}

.course-rd .course__red-links__link:hover {
  background-color: #1c3040;
}

.course-rd .course__red-links__link:active,
.course-rd .course__red-links__link:focus {
  background-color: #395062;
}

.course-rd .course__event__date,
.course-rd .course__news-item__cat {
  background-color: #243d51;
}

.course-rd .course__testimonials__wrapper {
  background-color: #243d51;
}

.course-rd .course__profiles__item__title a:active,
.course-rd .course__profiles__item__title a:focus {
  color: #243d51;
}

.course__entries {
  position: relative;
}

.course__entries__text {
  display: inline-block;
  margin-right: 5px;
}

select[title='Select entry year'] {
  border: none;
  border-radius: 0;
  outline: 2px solid #979797;
  font-size: 1.2em;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding: 0 5px;
  cursor: pointer;
  width: 120px;
}

select[title='Select entry year']::-ms-expand {
  display: none;
}

.select__arrow__entry-year {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #2c2c2c transparent transparent transparent;
}

.course__red-links {
  padding: 0 0 40px;
}

.course__red-links .row>:not(:first-child) .course__red-links__link:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  left: -10px;
  margin-top: 0;
}

a.course__red-links__link {
  padding: 30px 10px;
  display: block;
  border: none;
  position: relative;
  text-align: center;
}

a.course__red-links__link,
a.course__red-links__link:active,
a.course__red-links__link:focus,
a.course__red-links__link:hover,
a.course__red-links__link:link,
a.course__red-links__link:visited {
  color: #FFF;
  border: none;
}

a.course__red-links__link:hover .course__red-links__link__title {
  border-bottom: 1px solid #FFF;
}

a.course__red-links__link--cta {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  padding: 1.2em 3em;
}

@media only screen and (min-width:600px) {
  a.course__red-links__link--cta {
    padding: 1.2em 1.4em;
  }
}

@media only screen and (min-width:980px) {
  a.course__red-links__link--cta {
    padding: 1.2em 1.2em;
  }
}

.course__red-links__link__icon {
  font-size: 3em;
  margin-bottom: 10px;
}

a.course__red-links__link.course__red-links__link--apply {
  text-align: centre;
}

a.course__red-links__link.course__red-links__link--apply .course__red-links__link__icon {
  position: relative;
  bottom: 10px;
}

.course__red-links__link--cta__icon {
  float: left;
  font-size: 1.4em;
  position: relative;
  bottom: 4px;
}

.course__red-links__link__icon--cta--left-align {
  float: right;
}

.course__red-links__link__title {
  font-weight: 600;
  font-size: 12px;
}

@media only screen and (min-width:480px) {
  .course__red-links__link__title {
    font-size: 14px;
  }
}

.course__red-links__link__title--cta {
  font-weight: 600;
  display: inline-block;
}

.course__red-links__link__description {
  display: none;
}

@media only screen and (min-width:768px) {
  .course__red-links__link__description {
    display: block;
  }
}

.course__menu__wrapper--v2 .course__menu {
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 1.5rem 3px rgba(0,0,0,.15);
  box-shadow: 0 0 1.5rem 3px rgba(0,0,0,.15);
  position: relative;
  margin-left: 26px;
}

.course__menu__wrapper--v2 .course__menu__title a,
.course__menu__wrapper--v2 .course__menu__title h4 {
  padding-top: 1px;
}

.course__menu__wrapper--v2 .course__menu__title h4 {
  font-weight: 700;
  position: absolute;
  display: inline;
}

.course__menu__wrapper--v2 .course__menu__title a {
  float: right;
  text-decoration: underline;
  border-bottom-style: none;
  margin-top: 6px;
}

.course__menu__wrapper--v2 .course__menu__title a:hover {
  border-bottom: 0;
  text-decoration: underline;
}

.course__menu__wrapper--v2 .course__menu__title a:active,
.course__menu__wrapper--v2 .course__menu__title a:focus {
  color: #670003;
  background: #fff;
  border-bottom-color: #999;
}

.course__menu__wrapper--v2 .course__menu__title svg {
  left: -54px;
  top: -29px;
  position: absolute;
}

.course__menu__wrapper--v2 .course__menu__title span.course__menu__title__icon {
  color: #fff;
  font-size: 23px;
  left: -26px;
  position: relative;
  z-index: 2;
  top: 5px;
}

.js .course__menu__wrapper--v2 .course__menu__content {
  display: block;
}

.js .course__menu__wrapper--v2 .course__menu__content ul {
  margin-top: 10px;
}

.js .course__menu__wrapper--v2 .course__menu__content ul li {
  margin-bottom: 5px;
  list-style-type: none;
}

.js .course__menu__wrapper--v2 .course__menu__content ul li a:link,
.js .course__menu__wrapper--v2 .course__menu__content ul li a:visited {
  color: #555;
  border-bottom: 1px dotted #666;
}

.js .course__menu__wrapper--v2 .course__menu__content ul li a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.js .course__menu__wrapper--v2 .course__menu__content ul li a:active,
.js .course__menu__wrapper--v2 .course__menu__content ul li a:focus {
  background-color: #888;
  color: #fff;
  border-bottom: 2px solid #666;
}

.js .course__menu__wrapper--v2 .course__menu__content li:before {
  content: '\2022';
  color: #df0031;
  padding-right: .5em;
}

.course__subheader.course__subheader--v2:after {
  width: 100px;
}

.course-finder input,
.course-finder select {
  font-size: 16px;
}

.course-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.course-finder__form-wrapper {
  background: #eee;
}

.course-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.course-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.course-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.course-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .course-finder__clear-buttons {
    display: block;
  }
}

.course-finder__clear-buttons>div {
  display: inline-block;
}

.course-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.course-finder__clear-buttons a:link,
.course-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.course-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.course-finder__clear-buttons a:active,
.course-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .course-finder__results {
    padding-left: 20px;
  }
}

.course-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.course-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.course-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .course-finder__results__item {
    padding: 20px;
  }
}

.course-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.course-finder__results__item h2 a {
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.course-finder__results__item h2 a,
.course-finder__results__item h2 a:focus,
.course-finder__results__item h2 a:hover {
  text-decoration: none;
}

.course-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.course-finder__results__item h2 a:visited {
  color: #670003;
}

.course-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.course-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.course-finder__results__item--clearing {
  position: relative;
}

.course-finder__results__item--clearing:before {
  content: "";
  display: block;
  background: 0 0;
  width: 48px;
  height: 48px;
  border-top: 8px solid #0377A0;
  border-left: 8px solid #0377A0;
  position: absolute;
  top: -8px;
  left: -8px;
}

@media only screen and (min-width:600px) {
  .course-finder__results__item--clearing:before {
    width: 72px;
    height: 72px;
  }
}

.course-finder__results__item__level {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.course-finder__results__item__award {
  font-weight: 600;
  color: #666;
}

.course-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .course-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .course-finder__results__item__md>.ui-icon,
.course-finder__results__item__md>.fa,
.dialog .course-finder__results__item__md>button,
.ui-accordion .ui-accordion-header .course-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .course-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
}

.course-finder__results__item__md>div {
  margin-left: 22px;
}

.course-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.course-finder__results__item__info.course-finder__results__item__info--open {
  display: block;
}

.course-finder__results__item__description {
  margin: 10px 0;
}

.course-finder__results__item__md span {
  color: #666;
}

.course-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .course-finder__results__item__info-toggle {
    display: none;
  }

  .course-finder__results__item__info {
    display: block;
  }
}

.course-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .course-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .course-finder__results__item__info-toggle .ui-icon,
.course-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.course-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.course-finder__results__item__info-toggle .dialog button,
.course-finder__results__item__info-toggle .fa,
.course-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.course-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.dialog .course-finder__results__item__info-toggle button,
.ui-accordion .ui-accordion-header .course-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .course-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.course-finder__results__item__info-toggle:active,
.course-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.course-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.course-finder__filter--clearing {
  font-weight: 600;
  color: #0377a0;
}

.course-finder-test #primary-nav-toggler,
.course-finder-test #slice-navigation {
  display: none;
}

.course-finder__bottom-banner {
  max-height: 250px;
}

.course-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.academic-experts-profile a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.academic-experts-profile a,
.academic-experts-profile a:focus,
.academic-experts-profile a:hover {
  text-decoration: none;
}

.academic-experts-profile a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.academic-experts-profile a:visited {
  color: #670003;
}

.academic-experts-profile a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.academic-experts-profile a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.academic-experts-profile a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.academic-experts-profile h3 a {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.academic-experts-profile h3 a,
.academic-experts-profile h3 a:focus,
.academic-experts-profile h3 a:hover {
  text-decoration: none;
}

.academic-experts-profile h3 a:link {
  border-bottom-width: 2px;
}

.academic-experts-profile .hard-cta a:link,
.academic-experts-profile .hard-cta a:visited {
  color: #fff;
  border: 1px solid #a0271f;
}

.academic-experts-profile .hard-cta a:hover {
  border: 1px solid #670003;
}

.academic-experts-profile .dark-background a:link,
.academic-experts-profile .widget a:link,
.academic-experts-profile [class*=widget-] a:link {
  border-bottom-width: 2px;
}

.academic-experts-profile .dark-background a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.academic-experts-profile .dark-background a:visited {
  color: #eee;
}

.academic-experts-profile .dark-background a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.academic-experts-profile .dark-background a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .dark-background a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .footer a:link,
.academic-experts-profile a.simple:link {
  color: #333;
  border-bottom-color: transparent;
}

.academic-experts-profile .footer a:visited,
.academic-experts-profile a.simple:visited {
  color: #333;
}

.academic-experts-profile .footer a:hover,
.academic-experts-profile a.simple:hover {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.academic-experts-profile .footer a:focus,
.academic-experts-profile a.simple:focus {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.academic-experts-profile .footer a:active,
.academic-experts-profile a.simple:active {
  background-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.academic-experts-profile a.hallway {
  font-weight: 600;
}

.academic-experts-profile a.hallway:link {
  color: #333;
  border-bottom-color: transparent;
}

.academic-experts-profile a.hallway:visited {
  color: #333;
}

.academic-experts-profile a.hallway:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.academic-experts-profile a.hallway:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.academic-experts-profile a.hallway:active {
  background-color: #FFF;
}

.academic-experts-profile a.expert__header-link {
  font-weight: 500;
}

.academic-experts-profile a.expert__header-link:link {
  color: #333;
  border-bottom-color: transparent;
}

.academic-experts-profile a.expert__header-link:visited {
  color: #333;
}

.academic-experts-profile a.expert__header-link:hover {
  color: #b91b1b;
  border-bottom-style: solid;
  border-bottom-color: #b91b1b;
}

.academic-experts-profile a.expert__header-link:focus {
  background-color: #FFF;
  color: #b91b1b;
  border-bottom-style: dotted;
  border-bottom-color: #555;
}

.academic-experts-profile a.expert__header-link:active {
  background-color: #FFF;
}

.academic-experts-profile a.expert__header-link i {
  font-size: .8em;
  margin-left: .3em;
}

.academic-experts-profile a.expert__cta:link {
  color: #b91b1b;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
}

.academic-experts-profile a.expert__cta:visited {
  color: #670003;
  border-bottom-color: #999;
}

.academic-experts-profile a.expert__cta:hover {
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.academic-experts-profile a.expert__cta:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.academic-experts-profile a.expert__cta:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a,
.academic-experts-profile .expert__bottom-ctas a {
  border-bottom-width: 1px;
  -webkit-transition: none;
  transition: none;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a:link,
.academic-experts-profile .expert__bottom-ctas a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a:visited,
.academic-experts-profile .expert__bottom-ctas a:visited {
  color: #eee;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a:hover,
.academic-experts-profile .expert__bottom-ctas a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a:focus,
.academic-experts-profile .expert__bottom-ctas a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .expert__bottom-ctas #contact-widget a:active,
.academic-experts-profile .expert__bottom-ctas a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .expert__key-information a {
  border-bottom-width: 1px;
}

.academic-experts-profile .expert__key-information a:link {
  color: #eee;
  border-bottom-color: #ccc;
}

.academic-experts-profile .expert__key-information a:visited {
  color: #eee;
}

.academic-experts-profile .expert__key-information a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

.academic-experts-profile .expert__key-information a:focus {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .expert__key-information a:active {
  background-color: #FFF;
  color: #555;
  border-bottom-color: transparent;
}

.academic-experts-profile .expert__key-information a:link,
.academic-experts-profile .expert__key-information a:visited {
  border-bottom-style: dotted;
}

.academic-experts-profile .expert__key-information a:hover {
  border-bottom-style: solid;
}

.academic-experts-profile .expert__key-information h3 a {
  float: right;
}

.academic-experts-profile .personal-details {
  border: 1px solid #dfdfdf;
  margin-bottom: 28px;
  padding: 16px;
}

.academic-experts-profile .personal-details .contact-lists,
.academic-experts-profile .personal-details .expert-name,
.academic-experts-profile .personal-details .photo {
  padding-left: 0;
}

#courses-widget .widget-content .ui-accordion-header .academic-experts-profile .personal-details .expert-name .department-name .ui-icon,
.academic-experts-profile .personal-details .expert-name .department-name #courses-widget .widget-content .ui-accordion-header .ui-icon,
.academic-experts-profile .personal-details .expert-name .department-name .dialog button,
.academic-experts-profile .personal-details .expert-name .department-name .fa,
.academic-experts-profile .personal-details .expert-name .department-name .ui-accordion .ui-accordion-header .ui-icon,
.academic-experts-profile .personal-details .expert-name .department-name .white-card__media .embed-container a:before,
.dialog .academic-experts-profile .personal-details .expert-name .department-name button,
.ui-accordion .ui-accordion-header .academic-experts-profile .personal-details .expert-name .department-name .ui-icon,
.white-card__media .embed-container .academic-experts-profile .personal-details .expert-name .department-name a:before {
  padding-left: 4px;
  padding-right: 8px;
  width: 20px;
}

.academic-experts-profile .personal-details .contact-lists .contact-list h2 {
  font-size: 18px;
}

.academic-experts-profile .personal-details .contact-lists .contact-list ul {
  margin-left: 4px;
}

.academic-experts-profile .personal-details .contact-lists .contact-list ul li {
  list-style-type: none;
}

#courses-widget .widget-content .ui-accordion-header .academic-experts-profile .personal-details .contact-lists .contact-list ul li .ui-icon,
.academic-experts-profile .personal-details .contact-lists .contact-list ul li #courses-widget .widget-content .ui-accordion-header .ui-icon,
.academic-experts-profile .personal-details .contact-lists .contact-list ul li .dialog button,
.academic-experts-profile .personal-details .contact-lists .contact-list ul li .fa,
.academic-experts-profile .personal-details .contact-lists .contact-list ul li .ui-accordion .ui-accordion-header .ui-icon,
.academic-experts-profile .personal-details .contact-lists .contact-list ul li .white-card__media .embed-container a:before,
.dialog .academic-experts-profile .personal-details .contact-lists .contact-list ul li button,
.ui-accordion .ui-accordion-header .academic-experts-profile .personal-details .contact-lists .contact-list ul li .ui-icon,
.white-card__media .embed-container .academic-experts-profile .personal-details .contact-lists .contact-list ul li a:before {
  padding-right: 8px;
  width: 20px;
  text-align: center;
}

.academic-experts-profile .academic-details {
  padding: 0;
}

.academic-experts-profile .academic-details .academic-details__content ol,
.academic-experts-profile .academic-details .academic-details__content ul {
  margin-left: 0;
}

.academic-experts-profile .academic-details .academic-details__content ol li,
.academic-experts-profile .academic-details .academic-details__content ul li {
  list-style-type: none;
  margin-bottom: 14px;
  margin-left: 0;
}

.academic-experts-profile .academic-details .academic-details__content dl {
  background-color: #f8f8f8;
  padding: 8px;
}

.academic-experts-profile .academic-details .academic-details__content dl dt {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}

.academic-experts-profile .academic-details .academic-details__content dl dd {
  margin-left: 0;
}

.academic-experts-profile .academic-details .academic-details__content .expertise-list {
  margin-left: 0;
}

.academic-experts-profile .academic-details .academic-details__content .expertise-list li {
  border: 1px solid #333;
  display: block;
  float: left;
  list-style-type: none;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px;
}

.academic-experts-profile .academic-details .academic-details__content .expertise-list+h4 {
  clear: left;
}

.academic-experts-profile .academic-details .academic-details__content .dark-background a:link,
.academic-experts-profile .academic-details .academic-details__content .widget a:link,
.academic-experts-profile .academic-details .academic-details__content [class*=widget-] a:link {
  border-bottom-width: 1px;
}

.academic-experts-profile .academic-details .academic-details__content #favourites>li {
  border: 1px solid #E0DBD7;
  padding: 8px 8px 28px;
  background: #f9f9f9;
  position: relative;
}

.academic-experts-profile .academic-details .academic-details__content #favourites>li:after {
  content: "Featured publication";
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}

.expert-finder input,
.expert-finder select {
  font-size: 16px;
}

.expert-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.expert-finder__form-wrapper {
  background: #eee;
}

.expert-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.expert-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.expert-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.expert-finder__form .filter-box h2 {
  font-size: 24px;
}

.expert-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .expert-finder__clear-buttons {
    display: block;
  }
}

.expert-finder__clear-buttons>div {
  display: inline-block;
}

.expert-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.expert-finder__clear-buttons a:link,
.expert-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.expert-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.expert-finder__clear-buttons a:active,
.expert-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .expert-finder__results {
    padding-left: 20px;
  }
}

.expert-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.expert-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.expert-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .expert-finder__results__item {
    padding: 20px;
  }
}

.expert-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.expert-finder__results__item h2 a {
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.expert-finder__results__item h2 a,
.expert-finder__results__item h2 a:focus,
.expert-finder__results__item h2 a:hover {
  text-decoration: none;
}

.expert-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.expert-finder__results__item h2 a:visited {
  color: #670003;
}

.expert-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.expert-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.expert-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.expert-finder__results__item__status {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.expert-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .expert-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .expert-finder__results__item__md>.ui-icon,
.dialog .expert-finder__results__item__md>button,
.expert-finder__results__item__md>.fa,
.ui-accordion .ui-accordion-header .expert-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .expert-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
  width: 20px;
}

.expert-finder__results__item__md>div {
  margin-left: 22px;
}

.expert-finder__results__item__portrait {
  text-align: center;
}

.expert-finder__results__item__portrait a {
  border-bottom: none;
}

.expert-finder__results__item__portrait a:active,
.expert-finder__results__item__portrait a:focus,
.expert-finder__results__item__portrait a:hover {
  background: 0 0;
  border-bottom: none;
}

#courses-widget .widget-content .ui-accordion-header .expert-finder__results__item__portrait a .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .expert-finder__results__item__portrait a .ui-icon,
.dialog .expert-finder__results__item__portrait a button,
.expert-finder__results__item__portrait a #courses-widget .widget-content .ui-accordion-header .ui-icon,
.expert-finder__results__item__portrait a .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.expert-finder__results__item__portrait a .dialog button,
.expert-finder__results__item__portrait a .fa,
.expert-finder__results__item__portrait a .ui-accordion .ui-accordion-header .ui-icon,
.expert-finder__results__item__portrait a .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .expert-finder__results__item__portrait a .ui-icon,
.white-card__media .embed-container .expert-finder__results__item__portrait a a:before {
  color: #dfdfdf;
  font-size: 100px;
  line-height: 100px;
}

.expert-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.expert-finder__results__item__info.expert-finder__results__item__info--open {
  display: block;
}

.expert-finder__results__item__description {
  margin: 10px 0;
}

.expert-finder__results__item__md span {
  color: #666;
}

.expert-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .expert-finder__results__item__info-toggle {
    display: none;
  }

  .expert-finder__results__item__info {
    display: block;
  }
}

.expert-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .expert-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .expert-finder__results__item__info-toggle .ui-icon,
.dialog .expert-finder__results__item__info-toggle button,
.expert-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.expert-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.expert-finder__results__item__info-toggle .dialog button,
.expert-finder__results__item__info-toggle .fa,
.expert-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.expert-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .expert-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .expert-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.expert-finder__results__item__info-toggle:active,
.expert-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.expert-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.expert-finder-test #primary-nav-toggler,
.expert-finder-test #slice-navigation {
  display: none;
}

.expert-finder__bottom-banner {
  max-height: 250px;
}

.expert-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.people-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-listing>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.people-listing__person {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}

.people-listing__person__thumb {
  text-align: center;
  margin: -5px -5px 0;
}

.people-listing__person__thumb img {
  max-height: 183px;
  max-width: 100%;
  margin-bottom: 0;
}

.people-listing__person__thumb span {
  color: #ccc;
  font-size: 6em;
  margin: 20px auto 19px;
}

.people-listing__person__link {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.people-listing__person__link:link {
  border-bottom-width: 0;
}

.people-listing__person__link:focus {
  background-color: transparent;
}

.people-listing__person__link:active {
  background-color: transparent;
}

.people-listing__person__link h2>span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.people-listing__person__link:link h2>span {
  color: #b91b1b;
  border-bottom-color: #999;
}

.people-listing__person__link:visited h2>span {
  color: #670003;
}

.people-listing__person__link:hover h2>span {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.people-listing__person__link:focus h2>span {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.people-listing__person__link:active h2>span {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.people-listing__person__name {
  font-size: 1.2em;
}

.people-listing__person__tag-list {
  margin: 10px 0;
  clear: both;
  list-style: none;
}

.people-listing__person__tag-list li {
  margin-bottom: 10px;
}

.people-listing__person__tag-list a {
  border-radius: 3px;
  padding: 2px 9px 2px 6px;
}

.people-listing__person__tag-list a,
.people-listing__person__tag-list a:link,
.people-listing__person__tag-list a:visited {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
  background: #f1f1f1;
  border: 1px solid rgba(0,0,0,.1);
  color: #444;
}

.people-listing__person__tag-list a,
.people-listing__person__tag-list a:focus,
.people-listing__person__tag-list a:hover,
.people-listing__person__tag-list a:link,
.people-listing__person__tag-list a:link:focus,
.people-listing__person__tag-list a:link:hover,
.people-listing__person__tag-list a:visited,
.people-listing__person__tag-list a:visited:focus,
.people-listing__person__tag-list a:visited:hover {
  text-decoration: none;
}

.people-listing__person__tag-list a:hover {
  background: #444;
  border: 1px solid #444;
  color: #fff;
}

.people-listing__person__tag-list a:active,
.people-listing__person__tag-list a:focus {
  border: 1px solid #b91b1b;
  background: #b91b1b;
  color: #fff;
}

.people-listing__person__tag-list i {
  margin-right: 7px;
}

.link-list ul {
  list-style-type: none;
  margin: 0;
}

.link-list ul li {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
}

.link-list ul li a {
  color: #333;
  border: none;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

.link-list ul li a:hover {
  color: #b02a1a;
  background: 0 0;
}

.link-list ul li a:active,
.link-list ul li a:focus {
  background: #b02a1a;
  color: #fff;
}

.subject-area h2 {
  color: #444;
  font-size: 2em;
  margin: 20px 0 15px;
}

.subject-area h3 {
  margin: 15px 0;
}

.subject-area .main-thumbnail {
  display: none;
  position: relative;
}

.subject-area .main-thumbnail img {
  display: block;
  margin: 0;
}

.subject-area #statistic-carousel {
  border-top: 5px solid #333;
  border-bottom: 5px solid #eae9e7;
  margin: 45px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.subject-area #statistic-carousel.no-carousel {
  margin: 10px 0;
}

.subject-area .academics-button,
.subject-area .future-student-button,
.subject-area .opendays-tours-button,
.subject-area .prospectus-button {
  padding: 14px 8px 14px 8px;
  margin-bottom: 5px;
  display: block;
  color: #FFF;
  border-bottom: none;
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}

.subject-area .academics-button span,
.subject-area .future-student-button span,
.subject-area .opendays-tours-button span,
.subject-area .prospectus-button span {
  border-left: 1px solid #FFF;
  padding-left: 10px;
  margin-left: 25px;
  display: block;
}

.subject-area .academics-button i,
.subject-area .future-student-button i,
.subject-area .opendays-tours-button i,
.subject-area .prospectus-button i {
  font-size: 1.2em;
  float: left;
}

.subject-area .academics-button:after,
.subject-area .future-student-button:after,
.subject-area .opendays-tours-button:after,
.subject-area .prospectus-button:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  float: right;
  line-height: 0;
  margin-top: -9px;
}

.subject-area .academics-button,
.subject-area .future-student-button {
  background-color: #333;
}

.subject-area .academics-button:hover,
.subject-area .future-student-button:hover {
  background-color: #505050;
}

.subject-area .opendays-tours-button {
  background-color: #285373;
}

.subject-area .opendays-tours-button:hover {
  background-color: #476C87;
}

.subject-area .prospectus-button {
  background-color: #4b0943;
}

.subject-area .prospectus-button:hover {
  background-color: #652C5E;
}

.subject-area .unit-lists {
  border: 1px solid #EAE9E7;
  margin: 50px 0 0;
}

.subject-area .research {
  border-top: 5px solid #EAE9E7;
  border-bottom: 5px solid #EAE9E7;
  margin: 60px 0;
  padding: 20px 0 45px;
}

.subject-area .research .unit-lists {
  margin-top: 0;
  margin-bottom: 20px;
}

.subject-area .accordion {
  margin-bottom: 20px;
}

.subject-area .accordion h2 {
  font-size: 1em;
}

.subject-area .contact-list {
  margin-top: 30px;
}

@media only screen and (min-width:500px) {
  .subject-area .person {
    margin-top: 0;
  }

  .subject-area .description {
    font-size: 1.1em;
  }
}

@media only screen and (min-width:768px) {
  .subject-area {
    position: relative;
  }

  .subject-area .main-thumbnail {
    margin: 0;
    display: block;
  }

  .subject-area .presentation {
    margin-top: 20px;
  }

  .subject-area .heading {
    background-color: rgba(0,0,0,.7);
    color: #FFF;
    display: inline-block;
    padding: 0 20px 0 10px;
    top: 80px;
    position: absolute;
  }

  .subject-area h1 {
    padding: 5px 0;
    margin: 0;
  }

  .subject-area .related-subjects a {
    color: #FFF;
  }

  .subject-area .related-subjects a:hover {
    border: none;
  }

  .subject-area .person {
    text-align: center;
  }

  .subject-area .person .thumbnail {
    float: none;
    margin: 0;
  }

  .subject-area .person .title {
    text-align: left;
    margin-bottom: 5px;
  }

  .subject-area .person .description {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .subject-area .person .all-profiles {
    text-align: left;
    margin-left: 10px;
    font-size: .9em;
  }
}

@media only screen and (min-width:980px) {
  .subject-area .heading {
    top: 125px;
  }

  .subject-area .presentation {
    width: 70%;
    margin-top: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .subject-area .heading {
    top: 170px;
  }
}

.js .subject-area .unit-lists .unit-lists-title {
  background-color: #EAE9E7;
  padding: 11px 30px 12px 5px;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-size: 1.3em;
}

.js .subject-area .unit-lists .unit-lists-title:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  float: right;
  position: absolute;
  right: 21px;
  top: 10px;
}

.js .subject-area .unit-lists.unit-lists-expanded .unit-lists-title:after {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.js .subject-area .unit-lists .unit-list,
.js .subject-area .unit-lists .unit-lists-content,
.js .subject-area .unit-lists ol,
.js .subject-area .unit-lists ul {
  padding: 0 10px;
  display: none;
  list-style-type: none;
  margin: 10px 0;
}

.js .subject-area .unit-lists.unit-lists-expanded .unit-list,
.js .subject-area .unit-lists.unit-lists-expanded .unit-lists-content,
.js .subject-area .unit-lists.unit-lists-expanded ol,
.js .subject-area .unit-lists.unit-lists-expanded ul {
  display: block;
}

.map-component {
  overflow: hidden;
  border-top: 5px solid #EAE9E7;
  margin-top: 70px;
}

.map-component h2 {
  padding-top: 26px;
}

.map-component .static-map-link {
  background-color: #FFF;
  padding: 5px 10px;
  float: left;
}

.map-component .static-map-link a {
  color: #333;
  border: none;
}

.map-component .static-map-link i {
  margin-left: 5px;
}

@media only screen and (min-width:768px) {
  .map-component .static-map-link {
    float: right;
  }
}

.related-subjects {
  font-weight: 700;
  font-size: 1em;
}

#subject-area-list {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
}

#subject-area-list li {
  position: relative;
  margin-bottom: 20px;
}

#subject-area-list a {
  border: none;
}

#subject-area-list img {
  margin: 0;
}

#subject-area-list h2 {
  background-color: rgba(0,0,0,.7);
  color: #FFF;
  margin: 0;
  padding: 10px 15px;
  bottom: 20px;
}

@media only screen and (min-width:768px) {
  #subject-area-list img {
    margin: 0 0 0 30px;
  }

  #subject-area-list h2 {
    display: inline;
    position: absolute;
  }
}

.subject-areas-lp h1,
.subject-areas-lp h2 {
  font-family: ff-meta-web,Helvetica;
}

.subject-areas-lp #subject-area-list2 {
  list-style-type: none;
  margin: 0 0 60px;
  border-top: 4px solid #eee;
  padding-top: 12px;
}

.subject-areas-lp #subject-area-list2 a {
  font-size: .8em;
  font-weight: 600;
  color: #333;
}

.subject-areas-lp #subject-area-list2 a:hover {
  color: #b02a1a;
}

.subject-areas-lp #subject-area-list2 a:active,
.subject-areas-lp #subject-area-list2 a:focus {
  color: #fff;
}

.subject-areas-lp #subject-area-list2 h2 {
  margin: 0;
}

.subject-areas-lp #subject-area-list2 li {
  padding-bottom: 12px;
  border-bottom: 2px solid #eee;
  margin-bottom: 12px;
}

.subject-areas-lp #subject-area-course-finder .label-line {
  height: 22px;
  font-style: italic;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword {
  padding-left: 10px;
  line-height: 34px;
  color: #0377a0;
  font-size: 20px;
  width: 100%;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword::-webkit-input-placeholder {
  color: #80DFFF;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword:-moz-placeholder {
  color: #80DFFF;
  opacity: 1;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword::-moz-placeholder {
  color: #80DFFF;
  opacity: 1;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword:-ms-input-placeholder {
  color: #80DFFF;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-level {
  padding: 10px;
}

.subject-areas-lp #subject-area-course-finder button {
  border: none;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  color: #fff;
  background: #0377a0;
  border-radius: 10px;
}

.subject-areas-lp #subject-area-course-finder button:hover {
  background: #0488B0;
}

.subject-areas-lp #subject-area-course-finder button:active,
.subject-areas-lp #subject-area-course-finder button:focus {
  background: #04a0d7;
}

.subject-areas-lp #subject-area-course-finder button i {
  float: right;
}

.subject-areas-lp .new-widget {
  padding: 14px 20px 6px;
  margin-bottom: 20px;
}

.subject-areas-lp .new-widget h2 {
  font-size: 1.2em;
}

.subject-areas-lp .new-widget h2 i {
  float: right;
}

.subject-areas-lp .new-widget-blue {
  background: #0377a0;
  color: #fff;
}

.subject-areas-lp .new-widget-blue a {
  color: #fff;
}

.subject-areas-lp .new-widget-blue a:active,
.subject-areas-lp .new-widget-blue a:focus,
.subject-areas-lp .new-widget-blue a:hover {
  color: #bcc4ce;
}

.subject-areas-lp .new-widget-gray {
  background: #eae9e5;
}

.subject-areas-lp .new-widget-gray h2 {
  font-weight: 600;
}

.subject-areas-lp h1,
.subject-areas-lp h2 {
  font-family: ff-meta-web,Helvetica;
}

.subject-areas-lp .subject-areas {
  list-style-type: none;
  margin: 40px 0 60px;
}

.subject-areas-lp .subject_areas__course-finder {
  background: #ccc;
  margin-bottom: 40px;
  margin-top: -40px;
  padding: 40px 0;
}

.subject-areas-lp .subject-areas__social {
  margin-left: 0;
}

.subject-areas-lp .subject-areas__social .subject-areas__social__text-link {
  border: 0!important;
  border-radius: 0;
  width: auto;
}

.subject-areas-lp .subject-areas__item {
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
}

.subject-areas-lp .subject-areas__item a {
  font-size: .8em;
  font-weight: 600;
  color: #333;
}

.subject-areas-lp .subject-areas__item a:hover {
  color: #b02a1a;
}

.subject-areas-lp .subject-areas__item a:active,
.subject-areas-lp .subject-areas__item a:focus {
  color: #fff;
}

.subject-areas-lp .subject-areas__item h2 {
  margin: 0;
}

.subject-areas-lp .subject-areas__ribbon {
  background: #00284C;
  padding: 40px 0;
}

.subject-areas-lp .subject-areas__ribbon a i {
  float: none;
}

.subject-areas-lp .subject-areas__ribbon__text {
  font-size: 2em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #fff;
}

.subject-areas-lp #subject-area-course-finder .label-line {
  height: 22px;
  font-style: italic;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword {
  padding-left: 10px;
  line-height: 34px;
  color: #0377a0;
  font-size: 20px;
  width: 100%;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword::-webkit-input-placeholder {
  color: #80DFFF;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword:-moz-placeholder {
  color: #80DFFF;
  opacity: 1;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword::-moz-placeholder {
  color: #80DFFF;
  opacity: 1;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-keyword:-ms-input-placeholder {
  color: #80DFFF;
  font-weight: 400;
}

.subject-areas-lp #subject-area-course-finder #course-search-level {
  padding: 10px;
}

.subject-areas-lp #subject-area-course-finder button {
  border: none;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  color: #fff;
  background: #0377a0;
  border-radius: 10px;
}

.subject-areas-lp #subject-area-course-finder button:hover {
  background: #0488B0;
}

.subject-areas-lp #subject-area-course-finder button:active,
.subject-areas-lp #subject-area-course-finder button:focus {
  background: #04a0d7;
}

.subject-areas-lp #subject-area-course-finder button i {
  float: right;
}

.subject-areas-lp .new-widget {
  padding: 14px 20px 6px;
  margin-bottom: 20px;
}

.subject-areas-lp .new-widget h2 {
  font-size: 1.2em;
}

.subject-areas-lp .new-widget h2 i {
  float: right;
}

.subject-areas-lp .new-widget-blue {
  background: #0377a0;
  color: #fff;
}

.subject-areas-lp .new-widget-blue a {
  color: #fff;
}

.subject-areas-lp .new-widget-blue a:active,
.subject-areas-lp .new-widget-blue a:focus,
.subject-areas-lp .new-widget-blue a:hover {
  color: #bcc4ce;
}

.subject-areas-lp .new-widget-gray {
  background: #eae9e5;
}

.subject-areas-lp .new-widget-gray h2 {
  font-weight: 600;
}

.academic-unit .main-thumbnail {
  display: none;
  position: relative;
}

.academic-unit .main-thumbnail img {
  display: block;
  margin: 0;
}

.academic-unit .description {
  font-size: 1.1em;
}

.academic-unit .tabs .ui-tabs-nav h2 {
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0;
}

.academic-unit .tabs .featured-title {
  background-color: #333;
  color: #FFF;
  margin-bottom: 0;
  padding: 10px;
}

.academic-unit .tabs .person {
  padding: 10px 15px 15px;
  display: block;
  background-color: #333;
  color: #FFF;
}

.academic-unit .tabs .person h3 {
  font-size: 1.3em;
}

.academic-unit .tabs .person .thumbnail-wrapper {
  background-color: #333;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.academic-unit .tabs .person .thumbnail {
  text-align: center;
  vertical-align: middle;
  max-height: 200px;
  margin-bottom: 0;
}

.academic-unit .tabs .person .name {
  margin: 15px 0 15px 0;
}

.academic-unit .tabs .person .description {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}

.academic-unit .social-widget {
  padding: 5px 15px;
  background-color: #FFF;
}

.academic-unit .social-widget ol {
  margin: 0;
}

.academic-unit .social-widget li {
  list-style-type: none;
  margin: 0 0 30px 0;
}

.academic-unit .social-widget h4 {
  margin-bottom: 0;
}

@media only screen and (min-width:480px) {
  .academic-unit .person .thumbnail-wrapper {
    float: none;
    width: auto;
  }
}

@media only screen and (min-width:500px) {
  .academic-unit .main-thumbnail {
    margin: 0 0 -50px;
    display: block;
  }

  .academic-unit h1 {
    padding: 10px 20px 10px 10px;
    position: relative;
    bottom: 36px;
    background-color: rgba(0,0,0,.87);
    color: #FFF;
    display: inline-block;
  }
}

@media only screen and (min-width:980px) {
  .academic-unit .presentation {
    width: 70%;
  }
}

.academic-units h1,
.academic-units h2,
.academic-units h3 {
  font-family: ff-meta-web,Georgia,sans-serif;
}

.academic-units #site-home a {
  font-family: ff-meta-web,Georgia,sans-serif;
}

.academic-units .responsive-wrapper {
  padding-top: 0;
}

@media only screen and (min-width:980px) {
  .academic-units .responsive-wrapper {
    padding-top: 20px;
  }

  .academic-units h1 {
    display: none;
  }
}

.academic-units .academic-unit-listing img {
  margin: 0;
}

.academic-units .academic-unit-listing h2 {
  margin: 15px 0;
  font-size: 1.4em;
  font-weight: 600;
}

.academic-units .academic-unit-listing h2 a {
  color: #000;
  font-weight: 600;
  border: none;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

.academic-units .academic-unit-listing h2 a:hover {
  color: #b02a1a;
  background: 0 0;
  text-decoration: underline;
}

.academic-units .academic-unit-listing h2 a:active,
.academic-units .academic-unit-listing h2 a:focus {
  background: #b02a1a;
  color: #fff;
}

.academic-units .academic-unit-listing ul {
  list-style-type: none;
  margin: 0;
}

.academic-units .academic-unit-listing li a {
  color: #333;
  border: none;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

.academic-units .academic-unit-listing li a:hover {
  color: #b02a1a;
  background: 0 0;
}

.academic-units .academic-unit-listing li a:active,
.academic-units .academic-unit-listing li a:focus {
  background: #b02a1a;
  color: #fff;
}

.academic-units .academic-unit-listing .academic-unit-centre .link-list,
.academic-units .academic-unit-listing .academic-unit-centre ul {
  margin: 0 0 60px 0;
}

.academic-units .academic-unit-listing .academic-unit-centre li {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
}

.academic-units .academic-unit-listing .academic-unit-other {
  padding: 10px 20px;
  background: #eee;
  margin-bottom: 30px;
}

.academic-units .academic-unit-listing .academic-unit-other ul {
  margin: 0;
}

.academic-units .academic-unit-listing .academic-unit-other li {
  margin-bottom: 13px;
}

.academic-units .academic-unit-listing .academic-unit-other .academic-support {
  margin-top: 40px;
}

.academic-units .academic-unit-listing .academic-unit-listing__item {
  position: relative;
}

.academic-units .academic-units-slider {
  margin: 0;
}

.academic-units .academic-units-slider .stat {
  width: 100%;
  background: #00203c;
  padding: 20px 30px;
}

.academic-units .academic-units-slider .stat-head {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  margin-bottom: -10px;
  line-height: 1.5em;
}

.academic-units .academic-units-slider .stat-sub {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 1.15em;
  margin-top: 0;
}

.academic-units .academic-units-slider .stat-source {
  font-family: Georgia,sans-serif;
  font-style: italic;
  font-size: 1.15em;
}

.strategic .row {
  clear: both;
  margin-left: 0;
  padding: 0;
}

.strategic .widget img {
  width: 100%;
  height: 100%;
}

.strategic .performance h2 {
  color: #5b2946;
}

.strategic .performance h1 {
  color: #5b2946;
  border-bottom: 5px solid;
}

.strategic .overview div .widget h2 {
  background: #852b08;
  color: #FFF;
}

.strategic .overview div .widget a {
  color: #333;
}

.strategic .themes h1 {
  color: #852b08;
  border-bottom: 5px solid #852b08;
}

.strategic .themes .widget h2 {
  background-image: none;
  background-color: #852b08;
  color: #FFF;
  -webkit-filter: none;
  filter: none;
}

.strategic p {
  overflow: visible;
}

.strategic .equal-height-children .hp-box {
  min-height: 250px;
}

.strategic .hp-box {
  background: #ccc;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.strategic .hp-box div {
  padding: 11px 19px;
}

.strategic .action-p {
  padding: 5px 1px 5px 1px;
}

.strategic .action-p .action-button {
  color: #FFF;
  border: none;
}

.strategic .action-p .action-button:hover {
  text-decoration: underline;
}

.download-strategic-plan-button {
  float: right;
  width: 280px;
  background-color: #a0271f;
  margin-left: 2em;
  overflow: hidden;
}

.download-strategic-plan-button img {
  margin-bottom: 10px;
}

.download-strategic-plan-button a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bolder;
  padding-bottom: 10px;
}

.download-strategic-plan-button a:active,
.download-strategic-plan-button a:focus,
.download-strategic-plan-button a:hover {
  background-color: #96190b;
  color: #f7f7f7;
  text-decoration: underline;
}

.strategic .widget h2 {
  -webkit-filter: none;
  filter: none;
}

.strategic hr {
  margin-top: 20px;
  margin-bottom: 0;
}

.strategic .hp-facts {
  position: relative;
}

.strategic .hp-facts h3 {
  position: absolute;
}

.strategic .hp-facts dt {
  background: 0 0;
}

.strategic .hp-facts .hideshow {
  position: relative;
  font-size: 1em;
}

.strategic .hp-facts .hideshow span {
  font-size: 1em;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.strategic .hp-fact-text dt {
  font-size: 10em;
  line-height: 1.2em;
}

.strategic .hp-fact-text dt.hideshow {
  font-size: 1em;
}

.strategic section.education .widget.key-commits h2 {
  background-image: none;
  background-color: #9f3ca4;
  color: #FFF;
}

.strategic section.education .widget h2 {
  background-image: none;
  background-color: #9f3ca4;
  color: #FFF;
}

.strategic section.education .widget h1 {
  color: #9f3ca4;
  border-bottom: 5px solid #9f3ca4;
}

.strategic section.education h1 {
  color: #9f3ca4;
  border-bottom: 5px solid #9f3ca4;
}

.strategic section.research .widget.key-commits h2 {
  background-image: none;
  background-color: #392768;
  color: #FFF;
}

.strategic section.research .widget h2 {
  background-image: none;
  background-color: #392768;
  color: #FFF;
}

.strategic section.research .widget h1 {
  color: #392768;
  border-bottom: 5px solid #392768;
}

.strategic section.research h1 {
  color: #392768;
  border-bottom: 5px solid #392768;
}

.strategic section.enterprise .widget.key-commits h2 {
  background-image: none;
  background-color: #c91e25;
  color: #FFF;
}

.strategic section.enterprise .widget h2 {
  background-image: none;
  background-color: #c91e25;
  color: #FFF;
}

.strategic section.enterprise .widget h1 {
  color: #c91e25;
  border-bottom: 5px solid #c91e25;
}

.strategic section.enterprise h1 {
  color: #c91e25;
  border-bottom: 5px solid #c91e25;
}

.strategic section.internationalisation .widget.key-commits h2 {
  background-image: none;
  background-color: #f57215;
  color: #FFF;
}

.strategic section.internationalisation .widget h2 {
  background-image: none;
  background-color: #f57215;
  color: #FFF;
}

.strategic section.internationalisation .widget h1 {
  color: #f57215;
  border-bottom: 5px solid #f57215;
}

.strategic section.internationalisation h1 {
  color: #f57215;
  border-bottom: 5px solid #f57215;
}

.strategic .accordion.education td,
.strategic .accordion.education th {
  border-color: #9f3ca4;
}

.strategic .accordion.research td,
.strategic .accordion.research th {
  border-color: #392768;
}

.strategic .accordion.enterprise td,
.strategic .accordion.enterprise th {
  border-color: #c91e25;
}

.strategic .accordion.internationalism td,
.strategic .accordion.internationalism th {
  border-color: #f57215;
}

.inpage.w2013,
.widget.w2013 {
  margin: 0 0 20px 0;
  border-top: 4px solid #c33;
  position: relative;
}

.inpage.w2013 a,
.widget.w2013 a {
  display: block;
  background-color: #381d29;
}

.inpage.w2013 a:hover,
.widget.w2013 a:hover {
  background: #24131b;
}

.inpage.w2013 .content,
.widget.w2013 .content {
  padding: 15px;
  width: auto;
  height: 100%;
}

.inpage.w2013 h4,
.widget.w2013 h4 {
  font-weight: 400;
  line-height: 1.2em;
  color: #c33;
  margin-top: 0;
}

.inpage.w2013 h4 span,
.widget.w2013 h4 span {
  display: block;
  color: #fff;
}

.inpage.w2013 p,
.widget.w2013 p {
  margin: 20px 0;
  color: #fff;
}

.inpage.w2013 img,
.widget.w2013 img {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media only screen and (min-width:768px) {
  .widget.w2013 {
    width: 100%;
    max-width: 700px;
  }

  .widget.w2013 h4 {
    font-size: 30px;
  }

  .widget.w2013 p {
    width: 40%;
    max-width: 250px;
  }

  .widget.w2013 img {
    margin-right: 0;
  }

  .inpage.w2013 {
    width: 100%;
    max-width: 420px;
    height: 140px;
  }

  .inpage.w2013 .content {
    height: 140px;
  }

  .inpage.w2013 h4 {
    font-size: 22px;
  }

  .inpage.w2013 p {
    width: 70%;
    max-width: 300px;
    margin: 10px 0 0 0;
  }

  .inpage.w2013 img {
    height: 90px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .widget.w2013 {
    width: 100%;
    max-width: 700px;
  }

  .widget.w2013 h4 {
    font-size: 30px;
  }

  .widget.w2013 p {
    width: 40%;
    max-width: 250px;
  }

  .inpage.w2013 {
    width: 100%;
    max-width: 420px;
    height: 140px;
  }

  .inpage.w2013 .content {
    height: 140px;
  }

  .inpage.w2013 h4 {
    font-size: 22px;
  }

  .inpage.w2013 p {
    width: 70%;
    max-width: 300px;
    margin: 10px 0 0 0;
  }

  .inpage.w2013 img {
    height: 90px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:479px) {
  .widget.w2013 {
    width: 100%;
    max-width: 329px;
  }

  .widget.w2013 h4 {
    font-size: 30px;
  }

  .widget.w2013 p {
    float: left;
    width: 150px;
    margin: 30px 10px auto 0;
  }

  .widget.w2013 img {
    position: relative;
    float: right;
    right: 0;
    bottom: 0;
    margin-left: 20px;
  }

  .inpage.w2013 {
    width: 100%;
    max-width: 420px;
    height: 140px;
  }

  .inpage.w2013 .content {
    height: 140px;
  }

  .inpage.w2013 h4 {
    font-size: 20px;
    line-height: 1.1em;
    margin-right: 80px;
  }

  .inpage.w2013 p {
    font-size: 13px;
    line-height: 1.2em;
    margin: 10px 80px 0 0;
  }

  .inpage.w2013 img {
    height: 90px;
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (max-width:319px) {
  .widget.w2013 {
    width: 100%;
    max-width: 200px;
  }

  .widget.w2013 h4 {
    font-size: 23px;
  }

  .widget.w2013 p {
    float: left;
    width: 80%;
    max-width: 170px;
    margin: 30px auto;
  }

  .widget.w2013 img {
    position: relative;
    float: right;
    right: 0;
    bottom: 0;
    margin-left: 20px;
  }

  .inpage.w2013 {
    width: 100%;
    max-width: 200px;
  }

  .inpage.w2013 h4 {
    font-size: 20px;
    line-height: 1.1em;
    margin-right: 80px;
  }

  .inpage.w2013 p {
    font-size: 13px;
    line-height: 1.2em;
    margin: 10px 80px 0 0;
  }

  .inpage.w2013 img {
    height: 90px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

#courses-widget .widget-content .ui-accordion-header .icons-finance .ui-icon,
#courses-widget .widget-content .ui-accordion-header .icons-hr .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .icons-finance .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .icons-hr .ui-icon,
.dialog .icons-finance button,
.dialog .icons-hr button,
.icons-finance #courses-widget .widget-content .ui-accordion-header .ui-icon,
.icons-finance .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.icons-finance .dialog button,
.icons-finance .fa,
.icons-finance .ui-accordion .ui-accordion-header .ui-icon,
.icons-finance .white-card__media .embed-container a:before,
.icons-hr #courses-widget .widget-content .ui-accordion-header .ui-icon,
.icons-hr .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.icons-hr .dialog button,
.icons-hr .fa,
.icons-hr .ui-accordion .ui-accordion-header .ui-icon,
.icons-hr .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .icons-finance .ui-icon,
.ui-accordion .ui-accordion-header .icons-hr .ui-icon,
.white-card__media .embed-container .icons-finance a:before,
.white-card__media .embed-container .icons-hr a:before {
  font-size: 34px;
  text-decoration: none;
  display: inline-block;
}

.icons-finance a,
.icons-hr a {
  text-decoration: none;
  border-bottom: none;
  color: #979799;
  text-align: center;
  display: block;
  margin-bottom: 1.5em;
}

.icons-finance a:hover,
.icons-hr a:hover {
  color: #333;
}

.icons-finance a span,
.icons-hr a span {
  display: block;
}

#intranet .pc-shop-order-form {
  width: 600px;
}

#intranet .pc-shop-order-form .admin-form--header {
  display: inline-block;
  width: 200px;
}

#intranet .pc-shop-order-form .admin-form--checkbox {
  height: 14px;
  font-size: 1.5em;
}

#intranet .pc-shop-order-form .admin-form--footnote {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (min-width:768px) {
  #intranet .global-nav__wrapper--active {
    margin: 0;
  }

  #intranet .header__logo-nav-wrapper {
    padding-bottom: 2em;
  }
}

@media only screen and (min-width:980px) {
  #intranet .header__logo__img {
    width: 150px;
  }

  #intranet .global-nav__menu-item {
    padding: .7em .2em 0 .2em;
  }

  #intranet .global-nav__menu-item__link {
    font-size: 14px;
  }

  #intranet .global-nav__wrapper {
    margin-top: 0;
  }
}

@media only screen and (min-width:1200px) {
  #intranet .header__logo-nav-wrapper {
    padding-bottom: 0;
  }

  #intranet .global-nav__wrapper {
    margin-top: 0;
    margin-left: 2em;
  }
}

.intranet-home__container {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}

.intranet-home__container .part {
  margin-bottom: 25px;
}

.intranet-home__container .part--side {
  margin-left: 0;
  margin-right: 0;
}

.intranet-home__container .part--side__title {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  font-size: 1.1em;
  font-weight: 500;
}

@media only screen and (min-width:980px) {
  .intranet-home__container .part--side {
    margin-right: 5px;
  }

  .intranet-home__container .part--side__title {
    margin-right: 20px;
  }
}

.intranet-home__container .icon-link-wrapper {
  padding-left: 2px;
  margin-bottom: 17px;
}

@media only screen and (min-width:980px) {
  .intranet-home__container .icon-link-wrapper {
    margin-bottom: 14px;
    font-size: .87em;
  }
}

.intranet-home__container .icon-link-wrapper:nth-child(2n+1) {
  clear: both;
}

.intranet-home__container .icon-link__icon,
.intranet-home__container .icon-link__text {
  display: table-cell;
  vertical-align: top;
}

.intranet-home__container .icon-link__icon {
  color: #4D2942;
  min-width: 30px;
}

.intranet-home__container .icon-link__icon img {
  margin-bottom: 0;
}

.intranet-home__container .icon-link__body {
  display: table;
  line-height: 1.1em;
  text-decoration: none;
  border: none;
}

.intranet-home__container .icon-link__body:link .icon-link__span,
.intranet-home__container .icon-link__body:visited .icon-link__span {
  color: #222;
  border: none;
  background: 0 0;
}

.intranet-home__container .icon-link__body:hover .icon-link__span {
  border-bottom: 1px solid;
}

.intranet-home__container .icon-link__body:active,
.intranet-home__container .icon-link__body:focus {
  background: 0 0;
}

.intranet-home__container .icon-link__body:active .icon-link__span,
.intranet-home__container .icon-link__body:focus .icon-link__span {
  border-bottom: 1px dotted;
}

.intranet-home__container .box-link-wrapper {
  margin-bottom: 20px;
}

.intranet-home__container .box-link__pointer,
.intranet-home__container .box-link__text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 4px;
}

.intranet-home__container .box-link__pointer {
  text-align: right;
  font-size: .8em;
}

.intranet-home__container .box-link__body {
  display: table;
  width: 100%;
  background: #370332;
  color: #fff;
  height: 75px;
  padding: 0 15px;
  font-size: 1.1em;
  line-height: 1.2em;
}

.intranet-home__container .box-link__body:hover .box-link__span {
  border-bottom: 1px solid #fff;
}

.intranet-home__container .box-link__body:active .box-link__span,
.intranet-home__container .box-link__body:focus .box-link__span {
  color: #370332;
  background: #fff;
}

.intranet-home__container .line-link-wrapper {
  margin-bottom: 20px;
}

.intranet-home__container .line-link {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: .9em;
}

.intranet-home__container .line-link__pointer,
.intranet-home__container .line-link__text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 4px;
}

.intranet-home__container .line-link__pointer {
  text-align: right;
  font-size: .8em;
}

.intranet-home__container .line-link__text a:link,
.intranet-home__container .line-link__text a:visited {
  color: #222;
  border-bottom: none;
}

.intranet-home__container .line-link__text a:hover {
  color: #b02a1a;
}

.intranet-home__container .line-link__text a:active,
.intranet-home__container .line-link__text a:focus {
  color: #fff;
  background: #b02a1a;
}

.intranet-home__container .news-yammer-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.intranet-home__container .intranet-yammer {
  height: 505px;
  border: 10px #ddd solid;
  background: #f3f5f8;
}

.intranet-home__container .intranet-yammer__header {
  background: #396b9a;
  color: #fff;
  border: 1px solid #dde0e6;
  margin: 0 0 .5em;
  padding: 8px 8px 8px 12px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 500;
}

.intranet-home__container .intranet-yammer__skip {
  left: -99999px;
  position: absolute;
}

.intranet-home__container .intranet-yammer__skip:focus {
  font-size: .8em;
  background-color: #ff0;
  color: #000;
  float: right;
  padding: 0 5px;
  position: static;
}

.intranet-home__container .intranet-yammer__feed {
  height: 430px;
}

.intranet-home__container .intranet-news {
  background: #ddd;
}

.intranet-home__container .intranet-news__header {
  padding: 0 5px 5px 1px;
  background: #fff;
}

.intranet-home__container .intranet-news__heading {
  font-size: 1.8em;
  line-height: 1em;
  color: #222;
  border: none;
}

.intranet-home__container .intranet-news__heading:focus,
.intranet-home__container .intranet-news__heading:hover {
  text-decoration: underline;
  border: none;
}

.intranet-home__container .intranet-news__subheading {
  font-size: .8em;
  color: #b02a1a;
  border: none;
  float: right;
}

.intranet-home__container .intranet-news__subheading:hover {
  text-decoration: underline;
  border: none;
}

.intranet-home__container .intranet-news__subheading:active,
.intranet-home__container .intranet-news__subheading:focus {
  background: #b02a1a;
  color: #fff;
}

.intranet-home__container .intranet-news__submessage {
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-size: .8em;
  margin: 0;
}

.intranet-home__container .intranet-news__media {
  width: 100%;
}

.intranet-home__container .intranet-news__headline-wrapper {
  margin: 0 10px 0 10px;
}

.intranet-home__container .intranet-news__headline {
  font-weight: 500;
  line-height: 1.3em;
  color: #222;
  border-bottom: 1px dotted;
}

.intranet-home__container .intranet-news__summary {
  padding: 5px 10px 5px 10px;
  line-height: 1.3em;
}

.intranet-home__container .intranet-news__body:active .intranet-news__media,
.intranet-home__container .intranet-news__body:focus .intranet-news__media,
.intranet-home__container .intranet-news__body:hover .intranet-news__media {
  opacity: .8;
}

.intranet-home__container .intranet-news__body:active .intranet-news__headline,
.intranet-home__container .intranet-news__body:focus .intranet-news__headline,
.intranet-home__container .intranet-news__body:hover .intranet-news__headline {
  border-bottom: 1px solid;
}

.intranet-home__container .bx-wrapper {
  position: relative;
}

.intranet-home__container .bx-wrapper .bxslider a:active,
.intranet-home__container .bx-wrapper .bxslider a:focus,
.intranet-home__container .bx-wrapper .bxslider a:hover {
  background: 0 0;
}

.intranet-home__container .bx-wrapper .bx-controls {
  display: block;
}

.intranet-home__container .bx-wrapper .bx-pager {
  display: none;
}

.intranet-home__container .bx-wrapper .bx-controls-direction {
  display: block;
  position: static;
  width: 0;
  height: 0;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a {
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  position: absolute;
  top: 0;
  margin: 0;
  width: 50px;
  padding: 0 0 66.85%;
  height: 0;
  border: 0;
  display: block;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a,
.intranet-home__container .bx-wrapper .bx-controls-direction a.active,
.intranet-home__container .bx-wrapper .bx-controls-direction a.active:focus,
.intranet-home__container .bx-wrapper .bx-controls-direction a:focus {
  background: 0 0;
  border: 0;
  text-decoration: none;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a:hover {
  background: rgba(255,255,255,.3);
}

.intranet-home__container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control {
  position: absolute;
  text-align: center;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.bg {
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  line-height: 42px;
  font-size: 40px;
  margin: -20px auto auto -20px;
  color: #fff;
  opacity: .9;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-left: -8px;
  margin-top: -7px;
  color: #b02a1a;
  opacity: .9;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic.fa-chevron-left,
.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic.fa-chevron-right {
  margin-top: -6px;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic.fa-chevron-right,
.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic.fa-play,
.intranet-home__container .bx-wrapper .bx-controls-direction a .white-card__media .embed-container a.slider-control.ic:before,
.white-card__media .embed-container .intranet-home__container .bx-wrapper .bx-controls-direction a a.slider-control.ic:before {
  margin-left: -7px;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a .slider-control.ic.fa-chevron-left {
  margin-left: -9px;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a.active .slider-control.bg,
.intranet-home__container .bx-wrapper .bx-controls-direction a:hover .slider-control.bg {
  color: #b02a1a;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a.active .slider-control.ic,
.intranet-home__container .bx-wrapper .bx-controls-direction a:hover .slider-control.ic {
  color: #fff;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a:hover {
  color: #fff;
}

.intranet-home__container .bx-wrapper .bx-controls-direction a.active {
  color: #b02a1a;
}

.intranet-news-header {
  margin-bottom: -1em;
}

dl.staffhub-dl dt {
  background-color: none;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0;
}

dl.staffhub-dl dd {
  margin-left: 1rem;
}

#library-search fieldset {
  padding: 10px 20px 20px;
}

#library-search label {
  display: block;
}

#library-search.module-search .search-advanced {
  position: relative;
  float: left;
}

#library-search.module-search .search-advanced label {
  white-space: nowrap;
  font-size: 14px;
  margin: 0 3px;
  padding: 0;
}

#library-search.module-search .search-advanced label input {
  margin: 0;
  vertical-align: text-bottom;
}

@media only screen and (min-width:500px) {
  #library-search.module-search .search-advanced label {
    float: left;
  }
}

#library-search.module-search .library-catalogue-container {
  float: none;
  clear: left;
}

#library-search.module-search .library-catalogue-container .library-catalogue {
  line-height: normal;
}

@media only screen and (min-width:320px) {
  #library-search.module-search .library-catalogue-container {
    float: right;
    clear: none;
  }
}

@media only screen and (min-width:480px) {
  #library-search.module-search .library-catalogue-container {
    float: none;
    clear: left;
  }
}

@media only screen and (min-width:600px) {
  #library-search.module-search .library-catalogue-container {
    float: right;
    clear: none;
  }
}

#library-featured {
  clear: both;
  padding: 0 10px;
}

#library-featured .ui-tabs-nav {
  border: none;
}

#library-featured .ui-tabs-nav li {
  border: none;
  height: auto;
  padding: 10px 0;
  background-color: #e0dbd7;
  background-image: none;
  width: 50%;
  -webkit-box-shadow: 4px -4px 5px 1px rgba(0,0,0,.1) inset;
  box-shadow: 4px -4px 5px 1px rgba(0,0,0,.1) inset;
  margin: 0;
}

#library-featured .ui-tabs-nav li a {
  padding: 0;
  text-decoration: none;
}

#library-featured .ui-tabs-nav li.ui-state-hover {
  background-color: #d1cfca;
}

#library-featured .ui-tabs-nav li.ui-tabs-active {
  background-color: #eae9e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}

#library-featured h2 {
  background-image: none;
  color: #333;
  padding: 0;
  text-align: center;
  margin: 0;
  border: none;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

#library-featured .ui-tabs-panel,
#library-resources,
#library-services {
  background-color: #eae9e7;
  border: none;
  padding: 17px 10px 5px 10px;
  overflow: hidden;
  margin: 0;
}

#library-featured .ui-tabs-panel li,
#library-resources li,
#library-services li {
  list-style-type: none;
  float: left;
}

#library-featured .ui-tabs-panel .featured-thumb,
#library-resources .featured-thumb,
#library-services .featured-thumb {
  margin-bottom: 0;
  float: left;
  width: 100%;
}

#library-featured .ui-tabs-panel a,
#library-resources a,
#library-services a {
  border-bottom: none;
}

#library-featured .ui-tabs-panel a:hover p,
#library-resources a:hover p,
#library-services a:hover p {
  background-color: #e31b25;
}

#library-featured .ui-tabs-panel p,
#library-resources p,
#library-services p {
  background-color: #B02A1A;
  color: #fff;
  padding: 7px 0 7px 4px;
  font-size: 1.1em;
  clear: both;
}

.opening-times {
  padding: 16px 10px 10px;
  background-color: #eae9e7;
  margin-bottom: 20px;
}

.opening-times h2 {
  float: left;
  margin: 0 0 14px 10px;
  padding: 0;
  font-size: 1.35em;
}

.opening-times #todays-date {
  background-color: #FFF;
  border: 1px solid #ccc;
  float: right;
  padding: 4px 6px;
  position: relative;
  border-radius: 4px;
  right: 10px;
}

.opening-times ul {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.opening-times li {
  padding: 10px;
  overflow: hidden;
}

.opening-times li a {
  float: left;
  margin-right: 13px;
  font-size: .95em;
  font-weight: 700;
}

.opening-times li p {
  clear: both;
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}

.opening-times li.opening-times-last {
  border: none;
}

.opening-times .odd a:hover {
  border-bottom: 1px solid #f7f7f7;
}

.opening-times .even a:hover {
  border-bottom: 1px solid #eae9e7;
}

.opening-times p {
  text-align: right;
}

.js .opening-times.widget-loading {
  min-height: 352px;
  background-position: center center;
}

.js .opening-times.widget-loading p,
.js .opening-times.widget-loading ul {
  display: none;
}

#library-news h2 {
  margin-bottom: 5px;
  margin-top: 0;
}

#library-news .article {
  padding-bottom: 5px;
}

#library-news .article-1 {
  padding-top: 0;
}

#library-news .article-3 {
  border: none;
}

#library-news .cta {
  float: right;
}

#library-news {
  clear: left;
  margin-bottom: 20px;
}

.library-promotional {
  margin-bottom: 30px;
}

.library-promotional img {
  margin: 0;
}

#library-media {
  margin-bottom: 30px;
}

#library-upgrade {
  margin-top: 30px;
}

#library-upgrade a {
  border: none;
}

#library-upgrade a:focus {
  background-color: transparent;
}

#library-upgrade img {
  margin-bottom: 0;
}

#library-chat {
  margin-bottom: 30px;
}

#library .site-home {
  margin-top: 44px;
}

#library #announcements {
  background: #E3F0FD;
  list-style: none;
  color: #3a87ad;
  border: 1px solid #3a87ad;
  font-size: 1.2em;
  margin: 0 0 20px;
  clear: both;
}

#library #announcements li {
  padding: 15px 10px;
}

#library #announcements li a {
  font-weight: 400;
}

#library .quicksearch {
  background-image: -webkit-linear-gradient(top,#ad2817 0,#991b0d 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ad2817),to(#991b0d));
  background-image: linear-gradient(to bottom,#ad2817 0,#991b0d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAD2817', endColorstr='#FF991B0D', GradientType=0);
  border: 1px solid #e7e7e7;
  margin: 10px 0;
  padding: 10px;
  position: relative;
}

#library .quicksearch .qs_label {
  font-size: 17px;
  font-style: italic;
  margin: 0 10px 0 0;
}

#library .quicksearch input {
  font-size: 20px;
  margin-top: 10px;
  width: 400px;
}

#library .quicksearch .loader {
  left: 210px;
  top: 37px;
}

#library #global-nav1 .active-dynamic {
  background-color: #333;
}

#library #global-nav1 .active-dynamic a {
  border-left: 1px solid #333;
}

#libraries-landing-times {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#libraries-landing-times .library {
  clear: both;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

#libraries-landing-times img {
  border: none;
  margin: 0;
  padding: 0;
}

#libraries-landing-times a {
  border-bottom: none;
  display: block;
}

#libraries-landing-times h2 {
  padding: 0;
  z-index: 100;
  width: 100%;
  border: none;
  margin: 0;
}

#libraries-landing-times h2 span {
  color: #fff;
  padding: 10px;
  display: block;
  background: #b02a1a;
  font-size: .9em;
  line-height: 1.2em;
}

#libraries-landing-times h2 span:hover {
  text-decoration: underline;
}

#libraries-landing-times .opening-times-header {
  position: absolute;
  left: -999px;
}

#libraries-landing-times .opening-times-header th {
  position: absolute;
  left: -999px;
}

#libraries-landing-times .library-times-illustration {
  border: none;
  float: left;
}

#libraries-landing-times .opening-times-exceptions,
#libraries-landing-times .opening-times-standard {
  border: 1px solid #ccc;
  margin: 0;
  margin-top: -5px;
  display: table;
}

#libraries-landing-times .opening-times-exceptions td,
#libraries-landing-times .opening-times-standard td {
  padding: 1px 5px;
  border-color: #ccc;
  background: rgba(255,255,255,.98);
}

#libraries-landing-times .opening-times-exceptions caption,
#libraries-landing-times .opening-times-standard caption {
  background-color: #e0dbd7;
  text-align: left;
  font-weight: 700;
  padding: 11px 5px;
  margin-bottom: -1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  position: relative;
  width: auto;
}

#libraries-landing-times .opening-times-exceptions .opening-time,
#libraries-landing-times .opening-times-standard .opening-time {
  text-align: right;
}

#sidebar-opening-times caption {
  text-align: left;
  padding: 10px 5px;
  font-weight: 700;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  width: auto;
  background-image: -webkit-linear-gradient(top,#eae9e7 0,#e0dbd7 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#eae9e7),to(#e0dbd7));
  background-image: linear-gradient(to bottom,#eae9e7 0,#e0dbd7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEAE9E7', endColorstr='#FFE0DBD7', GradientType=0);
  margin-bottom: -2px;
}

#sidebar-opening-times .opening-times-header th {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden;
}

#sidebar-opening-times .opening-times-standard {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#sidebar-opening-times .opening-times-standard td {
  background: #FFF;
  text-align: left;
  padding: 2px 5px;
  text-align: center;
}

#sidebar-opening-times .opening-times-standard td.opening-days {
  text-align: left;
}

#sidebar-opening-times .opening-times-exceptions {
  border-collapse: collapse;
  border-left: 1px solid #AAD4FF;
  border-top: 1px solid #AAD4FF;
  margin-bottom: 20px;
}

#sidebar-opening-times .opening-times-exceptions caption {
  -webkit-filter: none;
  filter: none;
  background: #E3F0FD;
  border: 1px solid #AAD4FF;
}

#sidebar-opening-times .opening-times-exceptions td {
  border-right: 1px solid #AAD4FF;
  border-bottom: 1px solid #AAD4FF;
  background: #E3F0FD;
  text-align: left;
  padding: 2px 5px;
  text-align: center;
}

#sidebar-opening-times .opening-times-exceptions td.opening-days {
  width: 57%;
  text-align: left;
}

@media only screen and (min-width:480px) {
  #library-search .search-advanced {
    float: left;
  }

  #library-opening-times li p {
    float: right;
    clear: none;
    margin-top: 0;
  }
}

@media only screen and (min-width:500px) {
  #library-featured .ui-tabs-panel,
  #library-resources,
  #library-services {
    padding: 17px 0 5px;
  }

  #library-featured .ui-tabs-panel li,
  #library-resources li,
  #library-services li {
    float: left;
    margin-left: 2%;
    width: 47%;
  }

  #libraries-landing-times .library {
    float: left;
    width: 48%;
    clear: right;
  }

  #libraries-landing-times .library-even {
    float: right;
  }

  #libraries-landing-times h2 span {
    position: absolute;
  }
}

@media only screen and (min-width:768px) {
  #library #mast1 {
    height: 48px;
  }

  #library #global-nav-toggler {
    display: none;
  }

  #library .account-log-in {
    height: 157px;
  }

  #library-featured .ui-tabs-panel p,
  #library-resources p,
  #library-services p {
    font-size: .9em;
  }

  #library-opening-times {
    padding-top: 14px;
  }

  #library-opening-times li {
    padding: 9px 10px;
  }

  #library-opening-times li p {
    clear: both;
    float: left;
    margin-top: 5px;
  }
}

@media only screen and (min-width:980px) {
  #library #mast1 {
    height: 36px;
  }

  #library-search .search-advanced {
    float: left;
  }

  #library-featured .ui-tabs-panel li,
  #library-resources li,
  #library-services li {
    margin-left: 1.8%;
    width: 31%;
  }

  #library-featured .ui-tabs-panel p,
  #library-resources p,
  #library-services p {
    font-size: .9em;
  }

  #library-opening-times {
    min-height: 318px;
    padding: 14px 0;
  }

  #library-opening-times ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  #library-opening-times li {
    padding: 10px;
  }

  #library-opening-times li p {
    float: right;
    clear: none;
    margin-top: 0;
  }

  #library-contact .tel {
    display: block;
  }

  #library-contact .contact-address {
    float: left;
    margin-top: -41px;
    padding-left: 210px;
  }

  #libraries-landing-times .library {
    float: none;
    width: auto;
  }

  #libraries-landing-times .library-even {
    float: none;
  }

  #libraries-landing-times a {
    display: inherit;
  }

  #libraries-landing-times h2 span {
    bottom: 20px;
  }

  #libraries-landing-times img {
    float: left;
    padding-left: 30px;
  }

  #libraries-landing-times .opening-times-exceptions,
  #libraries-landing-times .opening-times-standard {
    float: left;
    margin-left: -30px;
    margin-top: 20px;
    width: 260px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
  }
}

@media only screen and (min-width:1200px) {
  #library-opening-times {
    min-height: 352px;
    padding: 19px 0;
  }

  #library-opening-times ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  #library-opening-times li {
    padding: 12px;
  }

  #libraries-landing-times h2 span {
    width: 280px;
  }

  #libraries-landing-times img {
    padding-left: 25px;
  }

  #libraries-landing-times .library {
    float: left;
    overflow: visible;
    width: 47%;
  }

  #libraries-landing-times .library-even {
    float: right;
  }

  #libraries-landing-times .opening-times-exceptions,
  #libraries-landing-times .opening-times-standard {
    margin-left: 0;
    position: absolute;
    right: 0;
  }
}

.library-useful-links-list.library-useful-links-list h2 a,
.library-useful-links-list.library-useful-links-list h3 a,
.library-useful-links-list.library-useful-links-list h4 a,
.opening-times--home-controls-link h2 a,
.opening-times--home-controls-link h3 a,
.opening-times--home-controls-link h4 a,
.search-section-links h2 a,
.search-section-links h3 a,
.search-section-links h4 a,
[id=library] .library-news-campaign-item h2 a,
[id=library] .library-news-campaign-item h3 a,
[id=library] .library-news-campaign-item h4 a,
[id=library] [id=content] h2 a,
[id=library] [id=content] h3 a,
[id=library] [id=content] h4 a {
  border-bottom-width: 2px;
}

.library-useful-links-list.library-useful-links-list .ui-accordion-header a,
.opening-times--home-controls-link .ui-accordion-header a,
.search-section-links .ui-accordion-header a,
[id=library] .library-news-campaign-item .ui-accordion-header a,
[id=library] [id=content] .ui-accordion-header a {
  border-bottom-width: 0;
}

.library-lede p:empty {
  display: none;
}

#library .hallway-new {
  margin-top: 0;
}

.no-js #library .dropdown-select {
  display: none;
}

.js .search-refine-wrapper {
  display: none;
}

.library-home-background {
  position: relative;
  background: #eee;
  padding: 2px 10px 0;
  margin: -15px -10px 20px 0;
}

@media only screen and (min-width:980px) {
  .library-home-background {
    padding: 2px 0 0;
    margin: 0 0 20px 0;
  }
}

.library-home-background--search {
  margin-top: -35px;
}

.library-login {
  text-align: center;
}

.library-login p {
  text-align: left;
}

.library-login-link,
.library-login-link:link {
  background-color: #c33;
  color: #FFF;
  height: 3.5em;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0 1em;
  border: 0;
  outline: 0;
  font-weight: 600;
  line-height: 3.4em;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (min-width:600px) {
  .library-login-link,
  .library-login-link:link {
    margin: 2em auto 0;
  }
}

@media only screen and (min-width:768px) {
  .library-login-link,
  .library-login-link:link {
    margin: 5em auto;
  }
}

.library-login-link:active,
.library-login-link:focus,
.library-login-link:hover {
  text-decoration: underline;
}

.opening-times--home {
  padding: 0;
}

@media only screen and (min-width:768px) {
  .opening-times--home {
    padding-bottom: 1.5em;
  }
}

.opening-times--home-controls {
  display: block;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .opening-times--home-controls {
    text-align: left;
  }
}

.opening-times--home-controls form,
.opening-times--home-controls h2 {
  display: inline-block;
}

.opening-times--home-controls h2 {
  margin: 0;
}

.opening-times--home-controls form {
  width: 118px;
  padding-left: 2em;
  vertical-align: top;
}

.opening-times--home-controls form select {
  font-size: 1.5em;
  padding: .167em 0;
}

.opening-times--home-controls time {
  color: #444;
  margin-left: .5em;
  display: block;
  font-size: .8em;
}

@media only screen and (min-width:768px) {
  .opening-times--home-controls time {
    display: inline;
  }
}

.opening-times--home-controls .opening-times--home-controls-link {
  clear: both;
}

@media only screen and (min-width:768px) {
  .opening-times--home-controls .opening-times--home-controls-link {
    float: right;
    margin-top: 10px;
  }
}

.opening-times--home-list {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .opening-times--home-list {
    display: table;
    table-layout: fixed;
    text-align: left;
  }
}

.opening-times--home-controls+.opening-times--home-list {
  padding-top: .5em;
}

.opening-times--home-list li {
  background-color: transparent;
  display: block;
  padding: 1.5em 0;
  border: 0;
  vertical-align: top;
  margin-bottom: 1em;
}

@media only screen and (min-width:768px) {
  .opening-times--home-list li:nth-child(odd) {
    background-color: transparent;
  }
}

@media only screen and (min-width:768px) {
  .opening-times--home-list li {
    width: 20%;
    display: table-cell;
  }
}

.opening-times--home-list h3 {
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
  padding-bottom: .4em;
  margin: 0;
  font-size: 1.143em;
  font-weight: 600;
}

@media only screen and (min-width:768px) {
  .opening-times--home-list h3 {
    width: 80%;
  }
}

.opening-times--home-list h3 a {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  text-decoration: none;
}

.opening-times--home-list h3 a:link,
.opening-times--home-list h3 a:visited {
  border-bottom-color: #999;
}

.opening-times--home-list h3 a:link {
  color: #c33;
}

.opening-times--home-list h3 a:visited {
  color: #670003;
}

.opening-times--home-list h3 a:hover {
  color: #c33;
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.opening-times--home-list h3 a:active,
.opening-times--home-list h3 a:focus {
  background-color: #c33;
  color: #FFF;
  border-bottom-color: transparent;
}

.opening-times--home-list span,
.opening-times--home-list time {
  font-size: 1.1em;
}

.opening-times--home-list-item-times {
  color: #444;
}

.opening-times-list {
  list-style: none;
  margin: 0;
}

.opening-times-list .opening-times-list-card {
  width: 100%;
  padding: 1em 1em 1.5em;
  margin-bottom: 2em;
  border-radius: .25em;
  -webkit-box-shadow: 0 0 .5em rgba(51,51,51,.25);
  box-shadow: 0 0 .5em rgba(51,51,51,.25);
}

@media only screen and (min-width:600px) {
  .opening-times-list .opening-times-list-card {
    float: left;
  }
}

@media only screen and (min-width:1035px) {
  .opening-times-list .opening-times-list-card {
    float: left;
  }
}

.opening-times-list h2 {
  margin: 0 0 .75em;
}

.opening-times-list h3 {
  margin: 14px 0;
}

.opening-times-list h3:first-of-type {
  margin-top: 0;
}

.opening-times-list img {
  width: 100%;
  height: auto;
  display: none;
  margin-bottom: 1em;
}

.js .opening-times--home-list .opening-times-busy,
.js .opening-times-list .opening-times-busy {
  opacity: .5;
}

.js .opening-times--home-list .opening-times-busy .calendarNavLink,
.js .opening-times-list .opening-times-busy .calendarNavLink {
  cursor: default;
}

.js .library-aside-call-to-action.opening-times-busy {
  opacity: .5;
}

.js .library-aside-call-to-action.opening-times-busy .calendarNavLink {
  cursor: default;
}

.opening-times-panel {
  width: 100%;
  display: block;
}

@media only screen and (min-width:600px) {
  .opening-times-panel {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

@media only screen and (min-width:768px) {
  .opening-times-panel {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width:1035px) {
  .opening-times-panel {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

@media only screen and (min-width:600px) {
  .opening-times-panel--left {
    padding-right: .75em;
  }
}

@media only screen and (min-width:768px) {
  .opening-times-panel--left {
    padding-right: 0;
  }
}

@media only screen and (min-width:1035px) {
  .opening-times-panel--left {
    padding-right: .75em;
  }
}

.opening-times-panel--left>h3 {
  display: none;
}

.opening-times-panel--right {
  padding-top: 1.5em;
}

@media only screen and (min-width:600px) {
  .opening-times-panel--right {
    padding-top: 0;
    padding-left: .75em;
  }
}

@media only screen and (min-width:768px) {
  .opening-times-panel--right {
    padding-top: 1.5em;
    padding-left: 0;
  }
}

@media only screen and (min-width:1035px) {
  .opening-times-panel--right {
    padding-top: 0;
    padding-left: .75em;
  }
}

.opening-times-info {
  margin-top: 1.5em;
  border: 1px solid #999;
  padding: .75em;
}

.opening-times-info h3 {
  border-bottom: 1px solid #999;
}

.opening-times-info h3:not(:first-of-type) {
  margin-top: 1em;
}

.opening-times-info p {
  margin-bottom: 0;
}

.opening-times-table {
  margin-bottom: 0;
}

.opening-times-table tbody {
  width: 100%;
  display: table;
}

.opening-times-table tr {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.opening-times-table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.opening-times-table .is-today {
  border: 2px solid #c33;
  position: relative;
}

.opening-times-table .is-today td {
  padding: .5em .786em;
}

.opening-times-table td {
  padding: .643em .786em;
  border: 0;
}

.opening-times-table td:last-child {
  text-align: right;
}

.opening-times-table td,
.opening-times-table td::-moz-selection {
  background-color: transparent!important;
}

.opening-times-table td,
.opening-times-table td::selection {
  background-color: transparent!important;
}

.opening-times-table td span em::-moz-selection,
.opening-times-table td span::-moz-selection,
.opening-times-table td time em::-moz-selection,
.opening-times-table td time::-moz-selection {
  background: #333!important;
  color: #FFF!important;
}

.opening-times-table td span em::selection,
.opening-times-table td span::selection,
.opening-times-table td time em::selection,
.opening-times-table td time::selection {
  background: #333!important;
  color: #FFF!important;
}

.opening-times-navigation {
  width: 100%;
  display: table;
  margin-bottom: .643em;
  line-height: 1;
}

.opening-times-navigation .calendarNavLink,
.opening-times-navigation .opening-times-navigation-date-range {
  background-color: #c33;
  color: #FFF!important;
  text-align: center;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.opening-times-navigation .calendarNavLink {
  width: 2.429em;
  height: 2.429em;
  display: block;
  padding: .5em 1.25em;
  border-bottom-width: 0!important;
  position: relative;
  overflow-x: hidden;
  text-indent: 10em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.opening-times-navigation .calendarNavLink:focus,
.opening-times-navigation .calendarNavLink:hover {
  background-color: #96190b;
  cursor: pointer;
}

.opening-times-navigation .calendarNavLink:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
}

.opening-times-navigation .opening-times-navigation-previous .calendarNavLink {
  border-radius: .25em 0 0 .25em;
  border-right: 1px solid #FFF;
}

.opening-times-navigation .opening-times-navigation-previous .calendarNavLink:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.opening-times-navigation .opening-times-navigation-next .calendarNavLink {
  border-radius: 0 .25em .25em 0;
  border-left: 1px solid #FFF;
}

.opening-times-navigation .opening-times-navigation-next .calendarNavLink:before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.opening-times-navigation .opening-times-navigation-date-range {
  width: 100%;
  display: table-cell;
  overflow: hidden;
  font-weight: 600;
  vertical-align: middle;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.opening-times-navigation .opening-times-navigation-date-range::-moz-selection {
  background-color: transparent!important;
}

.opening-times-navigation .opening-times-navigation-date-range::selection {
  background-color: transparent!important;
}

.opening-times-navigation .opening-times-navigation-date-range time::-moz-selection {
  background-color: #333!important;
}

.opening-times-navigation .opening-times-navigation-date-range time::selection {
  background-color: #333!important;
}

.js .opening-times-navigation .opening-times-navigation-date-range time {
  color: transparent;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
}

.js .opening-times-navigation .opening-times-navigation-date-range time[data-toggle=on] {
  color: #FFF;
}

.js .opening-times-navigation .opening-times-navigation-date-range time span {
  display: none;
}

.full-width-background {
  background-color: #eee;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.full-width-background:after,
.full-width-background:before {
  content: "";
  background-color: inherit;
  width: 9600px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}

.full-width-background:after {
  left: 100%;
}

.library-focus-container {
  float: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.library-focus-list {
  width: 100%;
  float: left;
  margin: 0;
  list-style: none;
}

.library-focus-list h2 {
  display: inline-block;
  font-size: 22px;
}

.library-focus-list h2 a {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  text-decoration: none;
}

.library-focus-list h2 a:link,
.library-focus-list h2 a:visited {
  border-bottom-color: #999;
}

.library-focus-list h2 a:link {
  color: #c33;
}

.library-focus-list h2 a:visited {
  color: #670003;
}

.library-focus-list h2 a:hover {
  color: #c33;
  border-bottom-color: #670003;
  border-bottom-style: solid;
}

.library-focus-list h2 a:active,
.library-focus-list h2 a:focus {
  background-color: #c33;
  color: #FFF;
  border-bottom-color: transparent;
}

.library-focus-list p {
  color: #333;
}

.connect-with-us {
  margin-bottom: 2em;
}

.library-aside-call-to-action {
  background-color: #3a0133;
  color: #FFF;
  display: block;
  padding: 2em 1em;
  margin-bottom: .667em;
  font-size: 1.5em;
  font-family: ff-meta-web,Arial,Helvetica,sans-serif;
}

.library-aside-call-to-action a {
  display: inline-block;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  text-decoration: none;
}

.library-aside-call-to-action a:link,
.library-aside-call-to-action a:visited {
  color: #eee;
  border-bottom-color: #ccc;
}

.library-aside-call-to-action a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
}

.library-aside-call-to-action a:active,
.library-aside-call-to-action a:focus {
  background-color: #FFF;
  color: #666;
  border-bottom-color: transparent;
}

.library-aside-call-to-action p {
  margin-top: .667em;
  font-size: .667em;
}

.library-news-campaign-item {
  background-color: #FFF;
  padding: 1em 0;
}

.library-news-campaign-item .thumbnail {
  text-align: center;
}

.library-hallway-list {
  width: 100%;
  margin: 0;
}

.library-hallway-list,
.library-hallway-list li {
  list-style: none;
}

.library-hallway-list li {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em;
  float: left;
  clear: both;
}

.library-hallway-list h3 {
  margin-top: 0;
  margin-bottom: .75em;
  line-height: 1;
}

.library-hallway-list img {
  display: block;
  margin-right: 1.5em;
  margin-bottom: 1.25em;
}

@media only screen and (min-width:600px) {
  .library-hallway-list img {
    display: inline-block;
    float: left;
    margin-bottom: .75em;
  }
}

.library-search .search-section-button {
  font-size: 1.2em;
  height: 3em;
  line-height: 3em;
}

#courses-widget .widget-content .ui-accordion-header .library-search .search-section-button .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .library-search .search-section-button .ui-icon,
.dialog .library-search .search-section-button button,
.library-search .search-section-button #courses-widget .widget-content .ui-accordion-header .ui-icon,
.library-search .search-section-button .course .accordion.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon,
.library-search .search-section-button .dialog button,
.library-search .search-section-button .fa,
.library-search .search-section-button .ui-accordion .ui-accordion-header .ui-icon,
.library-search .search-section-button .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .library-search .search-section-button .ui-icon,
.white-card__media .embed-container .library-search .search-section-button a:before {
  padding-left: 8px;
}

body#library {
  overflow-x: hidden;
}

.event__add-exception,
.event__edit-exception,
.modal__box--delete button {
  background-color: #333;
  color: #FFF;
  display: block;
  margin: 0 auto;
  padding: .5em;
  border: 0;
  border-radius: .25em;
  cursor: pointer;
}

.event__add-exception:active,
.event__add-exception:focus,
.event__add-exception:hover,
.event__edit-exception:active,
.event__edit-exception:focus,
.event__edit-exception:hover,
.modal__box--delete button:active,
.modal__box--delete button:focus,
.modal__box--delete button:hover {
  text-decoration: underline;
}

.event__add-exception[disabled],
.event__edit-exception[disabled],
.modal__box--delete button[disabled] {
  opacity: .25;
}

.calendar {
  table-layout: fixed;
}

.calendar table {
  border-collapse: separate;
  border-spacing: 0 0;
}

.calendar.calendar--loading {
  background: url(//s1.city.ac.uk/cityr/i/ajax-loader-small-red.gif) no-repeat center center #FFF;
  height: 480px;
}

.calendar.calendar--loading #calendarTable,
.calendar.calendar--loading .prev-next-month {
  display: none;
}

.calendar.calendar--empty:after {
  content: "No library id supplied.";
  display: block;
}

.calendar.calendar--empty #calendarTable {
  display: none;
}

.calendar td,
.calendar th {
  border: 1px solid #999;
}

.calendar th {
  background-color: #ccc;
  padding: 1em;
  text-align: left;
}

.calendar td {
  padding: 2.5em 1em 1em;
  position: relative;
  font-style: italic;
  line-height: 1.5;
  text-shadow: 0 0 1px #FFF;
}

.calendar td.hover {
  cursor: pointer;
}

.calendar td.active,
.calendar td.hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(51,51,51,.5);
  box-shadow: inset 0 0 0 4px rgba(51,51,51,.5);
}

.calendar td[data-special=closed].active,
.calendar td[data-special=closed].hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(150,25,11,.75);
  box-shadow: inset 0 0 0 4px rgba(150,25,11,.75);
}

.calendar td[data-special=open24hours].active,
.calendar td[data-special=open24hours].hover {
  -webkit-box-shadow: inset 0 0 0 4px rgba(102,153,51,.75);
  box-shadow: inset 0 0 0 4px rgba(102,153,51,.75);
}

.calendar td[data-label=bank-holiday] {
  background-image: -webkit-repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.5) 35px,rgba(255,255,255,.5) 70px);
  background-image: repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.5) 35px,rgba(255,255,255,.5) 70px);
}

.calendar td[data-label=christmas-holiday] {
  background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,rgba(255,255,255,.25)),color-stop(50%,transparent)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(255,255,255,.25)),color-stop(50%,transparent));
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,.25) 50%,transparent 50%),-webkit-linear-gradient(rgba(255,255,255,.25) 50%,transparent 50%);
  background-image: linear-gradient(90deg,rgba(255,255,255,.25) 50%,transparent 50%),linear-gradient(rgba(255,255,255,.25) 50%,transparent 50%);
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.calendar td[data-label=easter-holiday] {
  background-image: -webkit-radial-gradient(rgba(255,255,255,.35) 15%,transparent 16%),-webkit-radial-gradient(rgba(255,255,255,.35) 15%,transparent 16%);
  background-image: radial-gradient(rgba(255,255,255,.35) 15%,transparent 16%),radial-gradient(rgba(255,255,255,.35) 15%,transparent 16%);
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  background-position: 0 0,25px 25px;
}

.calendar td[data-label=exam-period] {
  background-image: -webkit-linear-gradient(45deg,rgba(51,51,51,.1) 25%,transparent 25%,transparent 75%,rgba(51,51,51,.1) 75%,rgba(51,51,51,.1)),-webkit-linear-gradient(135deg,rgba(51,51,51,.1) 25%,transparent 25%,transparent 75%,rgba(51,51,51,.1) 75%,rgba(51,51,51,.1));
  background-image: linear-gradient(45deg,rgba(51,51,51,.1) 25%,transparent 25%,transparent 75%,rgba(51,51,51,.1) 75%,rgba(51,51,51,.1)),linear-gradient(-45deg,rgba(51,51,51,.1) 25%,transparent 25%,transparent 75%,rgba(51,51,51,.1) 75%,rgba(51,51,51,.1));
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.calendar td.today .dateLink:after,
.calendar td.today .event-day:after {
  content: " (Today)";
  color: #c33;
}

.calendar td .dateLink,
.calendar td .event-day {
  position: absolute;
  top: .5em;
  left: 1em;
  font-weight: 600;
  font-style: normal;
}

.calendar td .dateLink,
.calendar td .dateLink:hover {
  border: none;
}

.calendar td .event-times {
  font-size: 1.143em;
}

.calendar td .event__add-exception,
.calendar td .event__edit-exception {
  margin-top: 1em;
  font-size: .857em;
}

.calendar td br {
  display: none;
}

.calendar .dayLabel {
  text-align: center;
}

.calendar .date {
  width: auto;
  display: table-cell;
  float: none;
  cursor: pointer;
}

.calendar .date:not(.eventDate):hover {
  background-color: #ccc;
}

.calendar .event--1 {
  background-color: #dfbf9f;
}

.calendar .event--2 {
  background-color: #dfdf9f;
}

.calendar .event--3 {
  background-color: #bfdf9f;
}

.calendar .event--4 {
  background-color: #9fdf9f;
}

.calendar .event--5 {
  background-color: #9fdfbf;
}

.calendar .event--6 {
  background-color: #9fdfdf;
}

.calendar .event--7 {
  background-color: #9fbfdf;
}

.calendar .event--8 {
  background-color: #9f9fdf;
}

.calendar .event--9 {
  background-color: #bf9fdf;
}

.calendar .event--10 {
  background-color: #df9fdf;
}

.calendar .event--11 {
  background-color: #df9fbf;
}

.calendar .event--12 {
  background-color: #df9f9f;
}

.calendar .event__add-exception,
.calendar .event__edit-exception {
  opacity: .5;
}

.calendar .event__add-exception:active,
.calendar .event__add-exception:focus,
.calendar .event__add-exception:hover,
.calendar .event__edit-exception:active,
.calendar .event__edit-exception:focus,
.calendar .event__edit-exception:hover {
  opacity: 1;
}

.modal,
.modal--delete {
  background-color: rgba(255,255,255,.9);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 420;
}

.modal__box,
.modal__box--delete {
  background-color: #FFF;
  width: 100%;
  max-width: 28em;
  max-height: 100%;
  border-radius: .25em;
  position: relative;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 .5em rgba(51,51,51,.5);
  box-shadow: 0 0 .5em rgba(51,51,51,.5);
  z-index: 440;
}

.modal__box legend,
.modal__box--delete legend {
  color: #FFF;
  width: 100%;
  display: block;
  padding: 1.5em;
  border-radius: .25em .25em 0 0;
  font-style: italic;
  text-align: center;
}

.modal__box legend.event--existing,
.modal__box--delete legend.event--existing {
  background-color: #333;
}

.modal__box legend.event--new,
.modal__box--delete legend.event--new {
  background-color: #693;
}

.modal__box legend.event--exception,
.modal__box--delete legend.event--exception {
  background-color: #00739b;
}

.modal__box legend.event--delete,
.modal__box--delete legend.event--delete {
  background-color: #c33;
}

.modal__box fieldset,
.modal__box--delete fieldset {
  padding: 1.5em 0;
  margin: 0 1.5em;
  border: 0;
}

.modal__box fieldset~fieldset,
.modal__box--delete fieldset~fieldset {
  border-top: 1px dotted #333;
}

.modal__box fieldset.event--exception.modal__box__dates .modal__box__end-day,
.modal__box fieldset.event--exception.modal__box__dates span,
.modal__box--delete fieldset.event--exception.modal__box__dates .modal__box__end-day,
.modal__box--delete fieldset.event--exception.modal__box__dates span {
  display: none;
}

.modal__box fieldset.event--exception.modal__box__recurrence-fieldset,
.modal__box--delete fieldset.event--exception.modal__box__recurrence-fieldset {
  display: none;
}

.modal__box fieldset.text-center,
.modal__box--delete fieldset.text-center {
  text-align: center;
}

.modal__box legend+fieldset,
.modal__box--delete legend+fieldset {
  padding-top: 1em;
}

.modal__box select,
.modal__box--delete select {
  border: 1px solid #333;
  min-width: 6em;
  height: 2em;
}

.modal__box label+select,
.modal__box--delete label+select {
  float: right;
}

.modal__box--loading.modal__box--delete,
.modal__box.modal__box--loading {
  background: url(//s1.city.ac.uk/cityr/i/ajax-loader-small-red.gif) no-repeat center center #FFF;
}

.modal__box--loading.modal__box--delete fieldset,
.modal__box.modal__box--loading fieldset {
  opacity: .1;
}

.modal__close,
.modal__close--delete {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 430;
}

.modal--delete {
  background-color: #333;
  z-index: 520;
}

.modal__box--delete {
  max-width: 500px;
  z-index: 540;
}

.modal__box--delete legend {
  font-weight: 600;
}

.modal__box--delete ol:last-child,
.modal__box--delete p:last-child {
  margin-bottom: 0;
}

.modal__box--delete button {
  background-color: #c33;
  padding: 1em;
  font-weight: 600;
}

.modal__close--delete {
  z-index: 530;
}

.modal__box--delete__exceptions {
  display: none;
}

.city-ventures--home .relative-parent {
  margin-bottom: 4rem;
  position: relative;
}

.city-ventures--home .course__summary,
.city-ventures--home .standfirst {
  margin-bottom: 0;
}

@media only screen and (min-width:600px) {
  .city-ventures--home .course__summary,
  .city-ventures--home .standfirst {
    margin-right: 150px;
  }
}

.city-ventures--home .social-icons-list {
  margin: 1.5rem 0 0;
}

@media only screen and (min-width:600px) {
  .city-ventures--home .social-icons-list {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.meta-boxes {
  width: 100%;
  float: left;
}

.meta-box {
  background-color: #e7e7e7;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .meta-box {
    min-height: 13.5em;
  }
}

.meta-box h3 {
  width: 100%;
}

.meta-box p {
  margin-bottom: 0;
}

.meta-box .meta-box__contact-list {
  margin: 0;
  list-style: none;
}

.meta-box .meta-box__contact-list li {
  display: block;
}

.meta-box .meta-box__contact-list li+li {
  margin-top: .5rem;
}

.meta-box .meta-box__contact-list a,
.meta-box .meta-box__contact-list span {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}

.meta-box .meta-box__contact-list a:link,
.meta-box .meta-box__contact-list a:visited,
.meta-box .meta-box__contact-list span:link,
.meta-box .meta-box__contact-list span:visited {
  border-bottom-width: 0;
}

.meta-box .meta-box__contact-list a:before,
.meta-box .meta-box__contact-list span:before {
  color: #666;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 1.25em;
  vertical-align: middle;
}

.meta-box .meta-box__contact-list a.meta-box__contact-list__telephone:before,
.meta-box .meta-box__contact-list span.meta-box__contact-list__telephone:before {
  content: "\f095";
}

.meta-box .meta-box__contact-list a.meta-box__contact-list__email:before,
.meta-box .meta-box__contact-list span.meta-box__contact-list__email:before {
  content: "\f0e0";
}

.meta-box .meta-box__contact-list a.meta-box__contact-list__location:before,
.meta-box .meta-box__contact-list span.meta-box__contact-list__location:before {
  content: "\f041";
  top: 2px;
}

.meta-box .meta-box__contact-list+p {
  margin-top: 1em;
}

.tile-title {
  font-size: 2rem;
}

.tile-title:link,
.tile-title:visited {
  color: #333;
}

.tile-title:focus,
.tile-title:hover {
  border-bottom: 1px dotted currentColor;
}

.tile-title:after {
  content: "\f105";
  padding-left: .5em;
  font-family: FontAwesome;
}

.tile-wrapper--city-ventures {
  margin-top: 0;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile {
  display: inline-block;
  margin-bottom: 20px;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:link,
.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:visited {
  color: #333;
  border-bottom-width: 0;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:link h4,
.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:visited h4 {
  display: inline-block;
  border-bottom: 1px dotted transparent;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:focus h4,
.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:hover h4 {
  border-bottom-color: currentColor;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:active,
.tile-wrapper--city-ventures .tile-listing--city-ventures .tile:focus {
  background-color: transparent;
  color: #333;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile .tile-subject-icon {
  top: auto;
  bottom: 0;
  font-size: 1.5em;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile.tile--folder .tile-subject-icon {
  background-color: #00739b;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile.tile--trophy .tile-subject-icon {
  background-color: #fab92d;
  color: #333;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile.tile--calendar .tile-subject-icon {
  background-color: #3a0133;
}

.tile-wrapper--city-ventures .tile-listing--city-ventures .tile p {
  margin-bottom: 0;
}

.social-media-hub .socialmedia-navigation-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  margin-bottom: 20px;
}

.social-media-hub .socialmedia-navigation-list li {
  display: inline;
  margin: 2px;
  text-align: center;
}

.social-media-hub .socialmedia-navigation-list a {
  background: #f2f2f2;
  padding: 3px 10px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  margin: 0;
  border: solid 1px #aaa;
  width: 90px;
}

.social-media-hub .socialmedia-navigation-list a.current {
  color: #fff;
  background: #000;
}

.social-media-hub .socialmedia-navigation-list a:hover {
  color: #fff;
  background: #000;
}

.social-wall-wrapper .load-more {
  text-align: center;
  margin-top: 40px;
}

.social-wall-wrapper .load-more a:link,
.social-wall-wrapper .load-more a:visited {
  background: #f2f2f2;
  padding: 10px 50px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #aaa;
  cursor: pointer;
}

.social-wall-wrapper .load-more a:hover {
  color: #fff;
  background: #000;
}

.social-wall-wrapper .load-more span {
  margin-right: 20px;
}

.social-wall {
  max-width: 1200px;
  margin: 0 auto;
}

.social-wall .item {
  margin-bottom: 20px;
  border: solid 1px #e6e6e6;
  padding: 10px 0 0 0;
  width: 100%;
  background: #f2f2f2 none repeat scroll 0 0;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

@media screen and (min-width:400px) {
  .social-wall .item {
    width: 46.25%;
  }
}

@media screen and (min-width:900px) {
  .social-wall .item {
    width: 31.48%;
  }
}

.social-wall .item-heading {
  padding: 0 10px;
  line-height: 1.3em;
  font-weight: 600;
  font-size: 1.35em;
}

.social-wall .item-media {
  margin: 5px 0 0 0;
  padding: 0 5px;
}

.social-wall .item-media-image .static {
  display: block;
  margin: auto;
  width: 100%;
}

.social-wall .item-media-video {
  padding-bottom: 64%;
}

.social-wall .item-media-video .preview {
  display: block;
  margin-top: -20px;
  width: 100%;
}

.social-wall .item-media-video .play-button {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .7;
  cursor: pointer;
  background: rgba(0,0,0,0) url(https://www.city.ac.uk/__data/assets/image/0010/291196/youtube-dark.png) 50% 50% no-repeat;
}

.social-wall .item-media-video .play-button:focus,
.social-wall .item-media-video .play-button:hover {
  background: rgba(0,0,0,0) url(https://www.city.ac.uk/__data/assets/image/0011/291197/youtube-color.png) 50% 50% no-repeat;
}

.social-wall .item-text {
  padding: 5px 10px;
  font-size: 1.1em;
  word-wrap: break-word;
}

.social-wall .item-text a:link {
  color: #b91b1b;
  border-bottom: 1px dotted #999;
}

.social-wall .item-text a:visited {
  color: #670003;
  border-bottom: 1px dotted #999;
}

.social-wall .item-text a:hover {
  color: #b91b1b;
  border-bottom: 1px solid #670003;
}

.social-wall .item-text a:active,
.social-wall .item-text a:focus {
  color: #fff;
  background-color: #b91b1b;
}

.social-wall .item-footer {
  margin-top: 5px;
  padding: 5px 10px 3px 10px;
  border-top: solid 3px #e6e6e6;
  font-size: .9em;
}

.social-wall .item-footer a:link,
.social-wall .item-footer a:visited {
  color: #670003;
  border-bottom: none;
}

.social-wall .item-footer a:hover {
  color: #670003;
  border-bottom: 1px solid #670003;
}

.social-wall .item-footer a:active,
.social-wall .item-footer a:focus {
  color: #fff;
  background-color: #b91b1b;
}

.social-wall .item-footer .footer-twitter:before {
  content: "";
  width: 23px;
  height: 16px;
  float: left;
  margin: 0 -2px 0 0;
  background: url(https://www.city.ac.uk/__data/assets/image/0017/291203/twitter.png) no-repeat;
}

.social-wall .item-footer .footer-facebook:before {
  content: "";
  width: 23px;
  height: 16px;
  float: left;
  margin: 0 -2px 0 0;
  background: url(https://www.city.ac.uk/__data/assets/image/0017/291221/facebook.png) no-repeat;
}

.social-wall .item-footer .footer-instagram:before {
  content: "";
  width: 23px;
  height: 16px;
  float: left;
  margin: 0 -2px 0 0;
  background: url(https://www.city.ac.uk/__data/assets/image/0006/291237/instagram.png) no-repeat;
}

.social-wall .item-footer .footer-youtube:before {
  content: "";
  width: 23px;
  height: 16px;
  float: left;
  margin: 0 3px 0 0;
  background: url(https://www.city.ac.uk/__data/assets/image/0007/291238/youtube.png) no-repeat;
}

.social-wall .item-footer .elapsed-time {
  float: right;
}

.smh-accounts .smh-account {
  background: #f2f2f2 none repeat scroll 0 0;
  margin: 10px 0;
  padding: 15px;
  overflow: auto;
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .smh-accounts .smh-account {
    width: 49%;
  }
}

@media only screen and (min-width:768px) {
  .smh-accounts .smh-account:nth-child(2n+2) {
    float: right;
  }

  .smh-accounts .smh-account:nth-child(2n+3) {
    float: left;
    clear: both;
  }
}

.smh-accounts .smh-account__image {
  float: left;
  height: 75px;
  width: 75px;
  border: solid 1px #ccc;
}

.smh-accounts .smh-account__desc,
.smh-accounts .smh-account__name {
  margin: 0 0 0 95px;
}

.smh-accounts .smh-account__types {
  margin: 10px 0 0 95px;
}

.smh-accounts .smh-account__name {
  font-size: 1.7em;
}

.smh-accounts .smh-account__type {
  background: url(//s1.city.ac.uk/cityr/i/home/social.png) no-repeat scroll 0 -30px rgba(0,0,0,0);
  border-bottom: none;
  display: block;
  float: left;
  height: 27px;
  line-height: 27px;
  text-decoration: none;
  margin: 5px 10px 5px 0;
  width: 30px;
}

.smh-accounts .smh-account__type--facebook {
  background-position: 0 -30px;
}

.smh-accounts .smh-account__type--facebook:focus,
.smh-accounts .smh-account__type--facebook:hover {
  background-position: 0 0;
}

.smh-accounts .smh-account__type--twitter {
  background-position: -32px -29px;
}

.smh-accounts .smh-account__type--twitter:focus,
.smh-accounts .smh-account__type--twitter:hover {
  background-position: -32px 0;
}

.smh-accounts .smh-account__type--youtube {
  background-position: -62px -30px;
}

.smh-accounts .smh-account__type--youtube:focus,
.smh-accounts .smh-account__type--youtube:hover {
  background-position: -62px 0;
}

.smh-accounts .smh-account__type--linkedin {
  background-position: -92px -31px;
}

.smh-accounts .smh-account__type--linkedin:focus,
.smh-accounts .smh-account__type--linkedin:hover {
  background-position: -92px 0;
}

.smh-accounts .smh-account__type--instagram {
  background-position: -312px -30px;
}

.smh-accounts .smh-account__type--instagram:focus,
.smh-accounts .smh-account__type--instagram:hover {
  background-position: -312px 0;
}

.smh-accounts .smh-account__type--tumblr {
  border: none;
  font-size: 2.2em;
  line-height: 1.3;
  background-color: #f2f2f2;
}

.smh-accounts .smh-account__type--tumblr:before {
  content: "\f174";
  font-family: FontAwesome;
  color: #444;
}

.smh-accounts .smh-account__type--tumblr:hover:before {
  color: #e2992e;
}

.smh-accounts .smh-account__type--tumblr:focus {
  border: none;
}

.smh-accounts .smh-account__type--tumblr:focus:before {
  color: #e2992e;
}

.smh-accounts .smh-account__type--flickr {
  border: none;
  font-size: 2.25em;
  line-height: 1.3;
  background-color: #f2f2f2;
}

.smh-accounts .smh-account__type--flickr:before {
  content: "\f16e";
  font-family: FontAwesome;
  color: #444;
}

.smh-accounts .smh-account__type--flickr:hover:before {
  color: #128fdc;
}

.smh-accounts .smh-account__type--flickr:focus {
  border: none;
}

.smh-accounts .smh-account__type--flickr:focus:before {
  color: #128fdc;
}

option[data-startdatevis=hide-date] {
  display: none;
}

.shortcourse {
  margin-top: -50px;
}

.shortcourse .responsive-tabs {
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .shortcourse .responsive-tabs {
    margin-bottom: 10px;
  }
}

.shortcourse-solid {
  background-color: #3e1031;
  color: #FFF;
}

.shortcourse-header {
  margin: 0 -10px;
  padding: 0 10px;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.shortcourse-header h1 {
  display: inline-block;
}

@media only screen and (min-width:980px) {
  .shortcourse-header {
    margin-left: 0;
    margin-right: 0;
  }
}

.shortcourse-header-wrapper {
  padding-top: 20px;
}

@media only screen and (min-width:768px) {
  .shortcourse-header-wrapper {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-header-wrapper {
    padding-bottom: 20px;
  }
}

.shortcourse-header__title {
  margin-right: 20px;
}

.shortcourse-header__award {
  font-size: .55em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.shortcourse-banner {
  margin: 0 -10px;
  max-height: 300px;
  overflow: hidden;
}

@media only screen and (min-width:980px) {
  .shortcourse-banner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width:1200px) {
  .shortcourse-banner {
    max-height: 320px;
  }
}

.shortcourse-banner img {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width:1200px) {
  .shortcourse-banner img {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

.shortcourse-selection {
  background: #eae9e7;
  color: #333;
  padding: 20px 10px;
  margin: 20px -10px 0 -10px;
  z-index: 100;
}

.shortcourse-selection .cta {
  display: block;
  max-width: 300px;
  font-size: 1.3em;
}

.shortcourse-selection .cta a {
  display: block;
}

@media only screen and (min-width:768px) {
  .shortcourse-selection {
    position: absolute;
    margin: 0;
    right: 10px;
    left: 10px;
    width: auto;
  }

  .shortcourse-selection:after {
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -50%;
    content: '';
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear,right top,left bottom,color-stop(49.5%,#eae9e7),color-stop(50%,transparent));
    background: -webkit-linear-gradient(right top,#eae9e7 49.5%,transparent 50%);
    background: linear-gradient(to left bottom,#eae9e7 49.5%,transparent 50%);
  }

  .shortcourse-selection select {
    font-size: 1em;
    padding: 8px 5px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-selection {
    padding: 20px;
  }

  .shortcourse-selection:after {
    height: 140px;
  }

  .shortcourse-selection select {
    font-size: 1.2em;
    max-width: 100%;
    padding: 12px 5px;
  }

  .shortcourse-selection .cta {
    font-size: 1.3em;
    max-width: 100%;
  }

  .shortcourse-selection .cta a {
    padding: 10px;
  }
}

.shortcourse-selection__title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}

.shortcourse-intro {
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .shortcourse-intro {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:768px) {
  .feb19 .shortcourse-keyinfo:after {
    content: '';
    width: 95%;
    height: 35px;
    position: absolute;
    background: inherit;
    z-index: 1;
    bottom: 193px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(5deg);
    right: 10px;
  }
}

@media only screen and (min-width:768px) {
  .feb19 .shortcourse-keyinfo:after {
    width: 92.5%;
    right: 10px;
  }
}

@media only screen and (min-width:980px) {
  .feb19 .shortcourse-keyinfo:after {
    width: 93.5%;
    right: 10.5px;
  }
}

@media only screen and (min-width:1035px) {
  .feb19 .shortcourse-keyinfo:after {
    width: 94%;
    right: 10.5px;
  }
}

@media only screen and (min-width:1200px) {
  .feb19 .shortcourse-keyinfo:after {
    width: 95%;
    right: 10px;
  }
}

.shortcourse-keyinfo {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  padding: 20px;
}

.shortcourse-keyinfo select {
  display: block;
  width: 100%;
  height: 30px;
  text-indent: 5px;
  font-size: 1.1em;
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  border-radius: 4px;
}

.shortcourse-keyinfo select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.shortcourse-keyinfo i {
  width: 7%;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

@media only screen and (min-width:320px) {
  .shortcourse-keyinfo i {
    width: auto;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-keyinfo i {
    margin-right: 7px;
  }
}

.shortcourse-keyinfo #shortcourse-dropdown,
.shortcourse-keyinfo i {
  display: inline-block;
}

.shortcourse-keyinfo #shortcourse-dropdown {
  width: 85%;
}

.shortcourse-keyinfo #shortcourse-dropdown select {
  width: 100%;
}

@media only screen and (min-width:768px) {
  .shortcourse-keyinfo #shortcourse-dropdown {
    width: 80%;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-keyinfo #shortcourse-dropdown {
    width: 85%;
  }
}

@media only screen and (min-width:768px) {
  .shortcourse-keyinfo {
    margin: 0;
    padding: 20px;
  }
}

.shortcourse-keyinfo h2 {
  margin-bottom: 20px;
}

.shortcourse-keyinfo h2:after {
  content: "";
  display: block;
  max-width: 300px;
  padding-top: 0;
}

@media only screen and (min-width:980px) {
  .shortcourse-keyinfo h2:after {
    max-width: 100%;
  }
}

.shortcourse-keyinfo .row {
  margin-bottom: 10px;
}

.shortcourse-keyinfo #action.row {
  margin: 30px 0;
}

.shortcourse-keyinfo #action.row .col-xs-24 {
  padding: 0;
}

.shortcourse-keyinfo #dynamic-action,
.shortcourse-keyinfo .shortcourse-keyinfo__action {
  background: #d82231;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shortcourse-keyinfo #dynamic-action p.cta.hard-cta,
.shortcourse-keyinfo #dynamic-action p.cta.shortcourse-cta,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.hard-cta,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.shortcourse-cta {
  margin: 7px 0;
  max-width: 100%;
  width: auto;
}

.shortcourse-keyinfo #dynamic-action p.cta.hard-cta a,
.shortcourse-keyinfo #dynamic-action p.cta.shortcourse-cta a,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.hard-cta a,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.shortcourse-cta a {
  border: 0;
  display: inline-block;
  border-radius: 0;
  background: 0 0;
  color: #FFF;
  vertical-align: middle;
}

.shortcourse-keyinfo #dynamic-action p.cta.hard-cta a i,
.shortcourse-keyinfo #dynamic-action p.cta.shortcourse-cta a i,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.hard-cta a i,
.shortcourse-keyinfo .shortcourse-keyinfo__action p.cta.shortcourse-cta a i {
  line-height: 1.2em;
  padding: 0 0 0 10px;
}

.shortcourse-keyinfo #dynamic-action-further {
  text-align: center;
}

.shortcourse-keyinfo .cta {
  display: block;
  max-width: 300px;
  font-size: 1.3em;
}

@media only screen and (min-width:980px) {
  .shortcourse-keyinfo .cta {
    max-width: 100%;
  }
}

.shortcourse-keyinfo .cta a {
  display: block;
  color: #fff;
}

.start-date {
  border: 1px solid #FFF;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}

.shortcourse-keyinfo__details {
  margin: 20px 0 30px;
}

.shortcourse-keyinfo__details .label {
  font-weight: 700;
}

.shortcourse-keyinfo__details .book-now {
  background-image: -webkit-linear-gradient(#b02a1a 0,#a0271f 100%);
  background-image: linear-gradient(#b02a1a 0,#a0271f 100%);
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #a0271f;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.shortcourse-keyinfo__details .book-now a,
.shortcourse-keyinfo__details .book-now i,
.shortcourse-keyinfo__details .book-now p {
  display: inline;
  border: 0;
  color: #fff;
  font-weight: 600;
}

.shortcourse-keyinfo__details .book-now i {
  padding: 5px;
}

.shortcourse-cta a {
  background-color: #FFF;
  color: #333;
  border: 1px solid #dcdcdc;
}

.shortcourse-cta a:hover {
  background-color: #eae9e7;
}

.shortcourse-cta a:focus {
  background-color: #eae9e7;
}

.shortourse-secondary-cta {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .shortourse-secondary-cta {
    margin-top: 70px;
  }
}

.shortourse-secondary-cta a {
  background-color: #999;
  display: block;
  padding: 1.5rem;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0 10px 0;
}

.shortourse-secondary-cta a:hover {
  background-color: #d0cfcb;
}

.cta.shortcourse-cta a {
  background: #FFF;
  color: #333;
}

.cta.shortcourse-cta a:hover {
  background: #eae9e7;
}

.js .shortcourse-testimonials-block {
  display: none;
}

.shortcourse-testimonials-block {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials-block {
    margin-left: auto;
    margin-right: auto;
  }
}

.shortcourse-testimonials {
  background: -webkit-gradient(linear,right top,left bottom,from(#3e1031),to(#774266));
  background: -webkit-linear-gradient(right top,#3e1031,#774266);
  background: linear-gradient(to left bottom,#3e1031,#774266);
  padding: 0;
  color: #FFF;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials {
    margin-bottom: 20px;
  }
}

.shortcourse-testimonials .course__profiles__item {
  padding-bottom: 0;
}

.shortcourse-testimonials .bx-controls-direction {
  left: 25%;
}

.shortcourse-testimonials .bx-controls-direction a {
  padding: 10px 20px;
}

@media only screen and (min-width:480px) {
  .shortcourse-testimonials .bx-controls-direction {
    left: 50%;
  }
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials--empty {
    height: 5px;
    width: 100%;
    background-color: #3e1031;
  }
}

.shortcourse-testimonials__image-wrapper {
  padding: 0;
}

.shortcourse-testimonials__image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-filter: grayscale(.7);
  filter: grayscale(.7);
  opacity: .8;
}

.shortcourse-testimonials__text {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials__text {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .shortcourse-testimonials__text {
    padding-right: 30px;
    padding-top: 30px;
  }
}

.shortcourse-testimonials__quote {
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.shortcourse-testimonials__quote span {
  font-style: normal;
  margin-bottom: 5px;
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials__quote {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}

.shortcourse-testimonials__name,
.shortcourse-testimonials__type {
  margin-bottom: 0;
}

@media only screen and (min-width:980px) {
  .shortcourse-testimonials__name,
  .shortcourse-testimonials__type {
    font-size: 1.1em;
    margin-bottom: 2px;
  }
}

.shortcourse-testimonials__type {
  padding-bottom: 20px;
}

@media only screen and (min-width:1200px) {
  .shortcourse-testimonials__type {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
}

.shortcourse-tutor-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  background: -webkit-gradient(linear,left top,right top,from(white),to(white));
  background: -webkit-linear-gradient(left,#fff 0,#fff 100%);
  background: linear-gradient(to right,#fff 0,#fff 100%);
}

@media only screen and (min-width:768px) {
  .shortcourse-tutor-wrapper {
    margin-bottom: 20px;
  }

  .shortcourse-tutor-wrapper:after {
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    background: inherit;
    z-index: 1;
    bottom: -35px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    transform: skewY(-5deg);
  }
}

.shortcourse-tutor-block {
  background: -webkit-gradient(linear,left top,left bottom,from(#d82231),to(#4d0432));
  background: -webkit-linear-gradient(top,#d82231,#4d0432);
  background: linear-gradient(to bottom,#d82231,#4d0432);
  padding: 30px 0 0 0;
  color: #FFF;
}

@media only screen and (min-width:768px) {
  .shortcourse-tutor-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor-block {
    padding: 30px 0 0 0;
  }
}

.shortcourse-tutor-block h2 {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor-block h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shortcourse-tutor-block h2:after {
  content: "";
  display: block;
  max-width: 190px;
  padding-top: 0;
  border-bottom: 1px solid #FFF;
}

.shortcourse-tutor-block a {
  color: #FFF;
  border-bottom: 1px dotted #FFF;
  font-style: normal;
}

.shortcourse-tutor-block a:hover {
  border-bottom: 1px solid #FFF;
}

.shortcourse-tutor-block a:focus {
  background: #FFF;
  color: #333;
}

.shortcourse-tutor-block .bx-viewport {
  height: auto!important;
}

.shortcourse-tutor-block .bx-controls {
  display: block;
}

.shortcourse-tutor-block .bx-controls-direction {
  position: absolute;
  left: 50%;
  top: -77px;
  width: 0;
  height: 0;
}

.shortcourse-tutor-block .bx-controls-direction a {
  display: block;
  position: absolute;
  bottom: 0;
  border: 0;
  padding: 10px 20px;
  color: #ddd;
  background: rgba(0,0,0,.4);
  font-size: 1.4em;
}

.shortcourse-tutor-block .bx-controls-direction a:focus,
.shortcourse-tutor-block .bx-controls-direction a:hover {
  background: rgba(0,0,0,.22);
}

.shortcourse-tutor-block .bx-controls-direction a:active {
  color: #fff;
}

.shortcourse-tutor-block .bx-controls-direction .bx-prev {
  right: 0;
}

.shortcourse-tutor-block .bx-controls-direction .bx-next {
  left: 0;
}

.shortcourse-tutor-selection .shortcourse-tutor-block {
  padding-top: 50px;
}

.shortcourse-tutor-items {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

.shortcourse-tutor img {
  margin-bottom: 0;
  max-height: 300px;
}

@media only screen and (min-width:320px) {
  .shortcourse-tutor img {
    max-width: 300px;
  }
}

@media only screen and (min-width:768px) {
  .shortcourse-tutor img {
    max-width: 100%;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor img {
    max-width: 90%;
  }
}

.shortcourse-tutor__name {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  font-weight: 500;
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor__name {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shortcourse-tutor__bio {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor__bio {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shortcourse-tutor__bio:last-child {
  padding-bottom: 40px;
}

.shortcourse-promo {
  position: relative;
  overflow: hidden;
}

.shortcourse-promo img {
  margin-bottom: 0;
  height: 100%;
  max-width: none;
}

@media only screen and (min-width:1200px) {
  .shortcourse-promo img {
    width: 100%;
  }
}

.shortcourse-promo__text {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 1.8em;
  font-family: ff-meta-web,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.shortcourse-promo__text p {
  margin-bottom: 0;
  line-height: 1.3;
  color: #fff;
}

.shortcourse-promo__text a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: none;
  color: #e31b25;
  font-size: 1.1em;
}

#courses-widget .widget-content .ui-accordion-header .shortcourse-promo__text .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .shortcourse-promo__text .ui-icon,
.dialog .shortcourse-promo__text button,
.shortcourse-promo__text #courses-widget .widget-content .ui-accordion-header .ui-icon,
.shortcourse-promo__text .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.shortcourse-promo__text .dialog button,
.shortcourse-promo__text .fa,
.shortcourse-promo__text .ui-accordion .ui-accordion-header .ui-icon,
.shortcourse-promo__text .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .shortcourse-promo__text .ui-icon,
.white-card__media .embed-container .shortcourse-promo__text a:before {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 1.2em;
}

@media only screen and (min-width:980px) {
  .shortcourse-promo__text {
    left: 30px;
  }
}

.shortcourse-promo__text a:hover span:not([class]) {
  border-bottom: 2px solid #e31b25;
}

.shortcourse-promo__text a:focus {
  color: #fff;
}

.shortcourse-promo--mobile {
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .shortcourse-promo--mobile {
    display: none;
  }
}

.shortcourse-promo--desktop {
  display: none;
}

@media only screen and (min-width:768px) {
  .shortcourse-promo--desktop {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

.shortcourse-next-course-block {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

@media only screen and (min-width:980px) {
  .shortcourse-next-course-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.shortcourse-next-course-block h2 {
  margin-bottom: 30px;
}

.shortcourse-next-course-block h2:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #FFF;
}

@media only screen and (min-width:320px) {
  .shortcourse-next-course-block h2:after {
    width: 200px;
  }
}

@media only screen and (min-width:768px) {
  .shortcourse-next-course-block h2:after {
    width: 250px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-next-course-block h2:after {
    width: 300px;
  }
}

.shortcourse-next-course-block .container.container-multiple {
  background: #3e1031;
  color: #FFF;
  padding: 20px;
}

.shortcourse-next-course {
  padding-bottom: 20px;
  padding-right: 20px;
}

.shortcourse-next-course__title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.shortcourse-next-course__title a {
  color: #FFF;
  border-bottom: 2px solid #FFF;
}

.shortcourse-next-course__title a:hover {
  border-bottom: none;
}

.shortcourse-related-course-block {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.shortcourse-related-course-block h2 {
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

.shortcourse-related-course {
  margin-bottom: 10px;
}

.shortcourse-twitter {
  border: 1px solid #eee;
  border-radius: 5px;
  height: 400px;
  overflow-y: auto;
}

.shortcourse-twitter--mobile {
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .shortcourse-twitter--mobile {
    display: none;
  }
}

.shortcourse-twitter--desktop {
  display: none;
}

@media only screen and (min-width:768px) {
  .shortcourse-twitter--desktop {
    display: block;
    margin-bottom: 30px;
  }

  .shortcourse-tutor-wrapper+.shortcourse-twitter--desktop {
    margin-top: 40px;
  }
}

.shortcourse-header__award.shortcourse-header__award--cpd {
  display: block;
  margin-top: 10px;
}

.shortcourse-selection.shortcourse-selection--cpd:after {
  background: 0 0;
  position: static;
}

@media only screen and (min-width:768px) {
  .shortcourse-selection.shortcourse-selection--cpd {
    position: static;
    padding-bottom: 0;
  }
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd {
  padding: 20px 20px 20px;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd:after {
  bottom: 131px;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta {
  display: inline-block;
  font-size: 1.3em;
  width: 48%;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta:nth-child(2) {
  margin-left: 5px;
}

@media only screen and (min-width:768px) {
  .shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta {
    width: 100%;
  }

  .shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta:nth-child(2) {
    margin-left: 0;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta {
    width: 48%;
  }

  .shortcourse-keyinfo.shortcourse-keyinfo--cpd .cta:nth-child(2) {
    margin-left: 5px;
  }
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd select {
  width: 100%;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd .shortcourse-keyinfo__details a {
  color: #eee;
  border-bottom: 1px dotted #eee;
  font-style: normal;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd .shortcourse-keyinfo__details a:hover {
  border-bottom: 1px solid #FFF;
}

.shortcourse-keyinfo.shortcourse-keyinfo--cpd .shortcourse-keyinfo__details a:focus {
  background: #FFF;
  color: #666;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd {
  background-color: #eee;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .shortcourse-testimonials-block.shortcourse-testimonials-block--cpd {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-testimonials-block.shortcourse-testimonials-block--cpd {
    margin-left: 0;
    margin-right: 0;
  }
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials,
.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials--empty {
  background: 0 0;
  background-color: #eee;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials {
  margin-bottom: 0;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials--empty {
  height: 20px;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials__text {
  text-align: center;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials__text img {
  max-width: 200px;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials__quote {
  font-style: normal;
  margin-bottom: 15px;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .shortcourse-testimonials__name {
  color: #333;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .course__profiles__item {
  color: #00434c;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .bx-wrapper {
  padding-top: 10px;
  padding-bottom: 60px;
}

.shortcourse-testimonials-block.shortcourse-testimonials-block--cpd .bx-controls-direction {
  left: 50%;
}

@media only screen and (min-width:768px) {
  .shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd:after {
    bottom: 0;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
  }

  .shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd.shortcourse-tutor-selection:after {
    bottom: 0;
  }
}

.shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd .shortcourse-tutor-block {
  background: -webkit-gradient(linear,left top,left bottom,from(#00434c),to(#1f666f));
  background: -webkit-linear-gradient(top,#00434c,#1f666f);
  background: linear-gradient(to bottom,#00434c,#1f666f);
}

.shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd .shortcourse-tutor__img-wrapper {
  padding-left: 10px;
}

@media only screen and (min-width:768px) {
  .shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd .shortcourse-tutor__img-wrapper {
    text-align: right;
    padding-right: 10px;
  }
}

@media only screen and (min-width:980px) {
  .shortcourse-tutor-wrapper.shortcourse-tutor-wrapper--cpd .shortcourse-tutor__img-wrapper {
    padding-right: 20px;
  }
}

.cpd-solid {
  background-color: #00434c;
  color: #FFF;
}

.cpd-which-programmes {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.cpd-which-programmes a {
  color: #eee;
  border-bottom: 2px dotted #ccc;
}

.cpd-which-programmes a:hover {
  border-bottom: 2px solid #FFF;
}

@media only screen and (min-width:768px) {
  .cpd-which-programmes {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width:980px) {
  .cpd-which-programmes {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cpd-which-programme__title {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 1em;
}

fieldset {
  border: 0;
  width: 100%;
}

fieldset legend {
  font-weight: 700;
  font-size: 1em;
}

fieldset #dynamic-subtext {
  padding: 10px 0 0;
}

fieldset .col-xs-24 {
  margin-bottom: 0;
}

.policy-finder input,
.policy-finder select {
  font-size: 16px;
}

.policy-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.policy-finder__form-wrapper {
  background: #eee;
}

.policy-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.policy-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.policy-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.policy-finder__form .filter-box h2 {
  font-size: 24px;
}

.policy-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .policy-finder__clear-buttons {
    display: block;
  }
}

.policy-finder__clear-buttons>div {
  display: inline-block;
}

.policy-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.policy-finder__clear-buttons a:link,
.policy-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.policy-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.policy-finder__clear-buttons a:active,
.policy-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .policy-finder__results {
    padding-left: 20px;
  }
}

.policy-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.policy-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.policy-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .policy-finder__results__item {
    padding: 20px;
  }
}

.policy-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.policy-finder__results__item h2 a {
  font-weight: 500;
  padding-top: 4px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.policy-finder__results__item h2 a,
.policy-finder__results__item h2 a:focus,
.policy-finder__results__item h2 a:hover {
  text-decoration: none;
}

.policy-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.policy-finder__results__item h2 a:visited {
  color: #670003;
}

.policy-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.policy-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.policy-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.policy-finder__results__item__department {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.policy-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .policy-finder__results__item__md>.ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .policy-finder__results__item__md>.ui-icon,
.dialog .policy-finder__results__item__md>button,
.policy-finder__results__item__md>.fa,
.ui-accordion .ui-accordion-header .policy-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .policy-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
}

.policy-finder__results__item__md>.fa-check-circle {
  color: #6c953c;
}

.policy-finder__results__item__md>.fa-minus-circle {
  color: #e55302;
}

.policy-finder__results__item__md>.fa-exclamation-circle {
  color: #c33;
}

.policy-finder__results__item__md>div {
  margin-left: 22px;
}

.policy-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.policy-finder__results__item__info.policy-finder__results__item__info--open {
  display: block;
}

.policy-finder__results__item__description {
  margin: 10px 0;
}

.policy-finder__results__item__md span {
  color: #666;
}

.policy-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .policy-finder__results__item__info-toggle {
    display: none;
  }

  .policy-finder__results__item__info {
    display: block;
  }
}

.policy-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .policy-finder__results__item__info-toggle .ui-icon,
.course .accordion.ui-accordion .ui-accordion-header .policy-finder__results__item__info-toggle .ui-icon,
.dialog .policy-finder__results__item__info-toggle button,
.policy-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.policy-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.policy-finder__results__item__info-toggle .dialog button,
.policy-finder__results__item__info-toggle .fa,
.policy-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.policy-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.ui-accordion .ui-accordion-header .policy-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .policy-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.policy-finder__results__item__info-toggle:active,
.policy-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.policy-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.policy-finder-test #primary-nav-toggler,
.policy-finder-test #slice-navigation {
  display: none;
}

.policy-finder__bottom-banner {
  max-height: 250px;
}

.policy-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.case-study-finder input,
.case-study-finder select {
  font-size: 16px;
}

.case-study-finder__query-wrapper {
  margin-top: -40px;
  background: #ccc;
}

.case-study-finder__form-wrapper {
  background: #eee;
}

.case-study-finder__query .query-box {
  padding-right: 44px;
  position: relative;
}

.case-study-finder__query input {
  padding: 10px 10px 9px 10px;
  width: 100%;
  border: 1px solid #a9a9a9;
  font-size: 16px;
}

.case-study-finder__query button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #a9a9a9;
}

.case-study-finder__form .filter-box h2 {
  font-size: 24px;
}

.case-study-finder__clear-buttons {
  display: none;
}

@media only screen and (min-width:600px) {
  .case-study-finder__clear-buttons {
    display: block;
  }
}

.case-study-finder__clear-buttons>div {
  display: inline-block;
}

.case-study-finder__clear-buttons a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
  margin: 10px 10px 0 0;
}

.case-study-finder__clear-buttons a:link,
.case-study-finder__clear-buttons a:visited {
  background: #b91b1c;
  color: #fff;
  border-color: #b91b1c;
}

.case-study-finder__clear-buttons a:hover {
  background: #f22428;
  color: #fff;
  border-color: #f22428;
}

.case-study-finder__clear-buttons a:active,
.case-study-finder__clear-buttons a:focus {
  background: #fff;
  color: #b91b1c;
  border-color: #b91b1c;
}

@media only screen and (min-width:600px) {
  .case-study-finder__results {
    padding-left: 20px;
  }
}

.case-study-finder__results__summary {
  font-weight: 600;
  margin-bottom: 14px;
}

.case-study-finder__results__summary__refresh {
  display: inline-block;
  color: #b91b1c;
  margin-left: 5px;
}

.finder__results__headers {
  padding: 20px;
  font-weight: 600;
}

.case-study-finder__results__item {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (min-width:600px) {
  .case-study-finder__results__item {
    padding: 20px;
  }
}

.case-study-finder__results__item h2 {
  margin: 0 48px 0 0;
  font-size: 1.3em;
  line-height: 28px;
}

.case-study-finder__results__item h2 a {
  font-weight: 500;
  padding-top: 4px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  position: relative;
}

.case-study-finder__results__item h2 a,
.case-study-finder__results__item h2 a:focus,
.case-study-finder__results__item h2 a:hover {
  text-decoration: none;
}

.case-study-finder__results__item h2 a:link {
  color: #b91b1b;
  border-bottom-color: #999;
}

.case-study-finder__results__item h2 a:visited {
  color: #670003;
}

.case-study-finder__results__item h2 a:hover {
  border-bottom-style: solid;
  border-bottom-color: #670003;
}

.case-study-finder__results__item h2 a:focus {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.case-study-finder__results__item h2 a:active {
  background-color: #b91b1b;
  color: #FFF;
  border-bottom-color: transparent;
}

.case-study-finder__results__item__department {
  padding: 3px 0;
  font-weight: 600;
  color: #666;
}

.case-study-finder__results__item__md {
  margin-bottom: 5px;
}

#courses-widget .widget-content .ui-accordion-header .case-study-finder__results__item__md>.ui-icon,
.case-study-finder__results__item__md>.fa,
.course .accordion.ui-accordion .ui-accordion-header .case-study-finder__results__item__md>.ui-icon,
.dialog .case-study-finder__results__item__md>button,
.ui-accordion .ui-accordion-header .case-study-finder__results__item__md>.ui-icon,
.white-card__media .embed-container .case-study-finder__results__item__md>a:before {
  float: left;
  line-height: 21px;
}

.case-study-finder__results__item__md>.fa-check-circle {
  color: #6c953c;
}

.case-study-finder__results__item__md>.fa-minus-circle {
  color: #e55302;
}

.case-study-finder__results__item__md>.fa-exclamation-circle {
  color: #c33;
}

.case-study-finder__results__item__md>div {
  margin-left: 22px;
}

.case-study-finder__results__item__info {
  display: none;
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.case-study-finder__results__item__info.case-study-finder__results__item__info--open {
  display: block;
}

.case-study-finder__results__item__description {
  margin: 10px 0;
}

.case-study-finder__results__item__md span {
  color: #666;
}

.case-study-finder__results__item__md__label {
  font-weight: 600;
}

@media only screen and (min-width:600px) {
  .case-study-finder__results__item__info-toggle {
    display: none;
  }

  .case-study-finder__results__item__info {
    display: block;
  }
}

.case-study-finder__results__item__info-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background: #b91b1b;
  color: #fff;
  -webkit-transition: color .1s,background .1s;
  transition: color .1s,background .1s;
}

#courses-widget .widget-content .ui-accordion-header .case-study-finder__results__item__info-toggle .ui-icon,
.case-study-finder__results__item__info-toggle #courses-widget .widget-content .ui-accordion-header .ui-icon,
.case-study-finder__results__item__info-toggle .course .accordion.ui-accordion .ui-accordion-header .ui-icon,
.case-study-finder__results__item__info-toggle .dialog button,
.case-study-finder__results__item__info-toggle .fa,
.case-study-finder__results__item__info-toggle .ui-accordion .ui-accordion-header .ui-icon,
.case-study-finder__results__item__info-toggle .white-card__media .embed-container a:before,
.course .accordion.ui-accordion .ui-accordion-header .case-study-finder__results__item__info-toggle .ui-icon,
.dialog .case-study-finder__results__item__info-toggle button,
.ui-accordion .ui-accordion-header .case-study-finder__results__item__info-toggle .ui-icon,
.white-card__media .embed-container .case-study-finder__results__item__info-toggle a:before {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.case-study-finder__results__item__info-toggle:active,
.case-study-finder__results__item__info-toggle:focus {
  background: #eee;
  color: #333;
}

.case-study-finder__results__item__info-toggle:hover {
  background: #eee;
  color: #b91b1b;
}

.case-study-finder-test #primary-nav-toggler,
.case-study-finder-test #slice-navigation {
  display: none;
}

.case-study-finder__bottom-banner {
  max-height: 250px;
}

.case-study-finder__bottom-banner__img {
  width: 100%;
  margin: 0;
}

.survey-message {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  background: #3a0133;
  font-family: ff-meta-web,'Helvetica Neue',Arial,Helvetica,sans-serif;
  color: #FFF;
  padding: 1em;
  z-index: 10;
  font-size: 1.3em;
  line-height: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
}

.survey-message .survey-message__title {
  font-size: 1.5em;
}

@media only screen and (min-width:768px) {
  .survey-message {
    left: 2em;
    top: 4.5em;
    width: 350px;
    position: fixed;
  }
}

.survey-message .survey-message__accept,
.survey-message .survey-message__refuse {
  float: right;
}

.survey-message .survey-message__accept a,
.survey-message .survey-message__refuse {
  display: inline-block;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  text-decoration: none;
  cursor: pointer;
}

.survey-message .survey-message__accept a:link,
.survey-message .survey-message__accept a:visited,
.survey-message .survey-message__refuse:link,
.survey-message .survey-message__refuse:visited {
  color: #eee;
  border-bottom-color: #ccc;
}

.survey-message .survey-message__accept a:hover,
.survey-message .survey-message__refuse:hover {
  color: #FFF;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
}

.survey-message .survey-message__accept a:active,
.survey-message .survey-message__accept a:focus,
.survey-message .survey-message__refuse:active,
.survey-message .survey-message__refuse:focus {
  background-color: #FFF;
  color: #666;
  border-bottom-color: transparent;
}

.survey-message .survey-message__accept {
  margin-left: 1em;
}

.survey-message--loading {
  -webkit-transform: translate(-115%);
  -ms-transform: translate(-115%);
  transform: translate(-115%);
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}

.visible-desktop,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-phone,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-tablet,
.visible-widescreen,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-phone,
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block,
  .visible-tablet {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-desktop,
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block,
  .visible-widescreen {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

@media only screen and (min-width:320px) {
  .col-xxs-1,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12,
  .col-xxs-13,
  .col-xxs-14,
  .col-xxs-15,
  .col-xxs-16,
  .col-xxs-17,
  .col-xxs-18,
  .col-xxs-19,
  .col-xxs-2,
  .col-xxs-20,
  .col-xxs-21,
  .col-xxs-22,
  .col-xxs-23,
  .col-xxs-24,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9 {
    float: left;
  }

  .col-xxs-1 {
    width: 4.16667%;
  }

  .col-xxs-2 {
    width: 8.33333%;
  }

  .col-xxs-3 {
    width: 12.5%;
  }

  .col-xxs-4 {
    width: 16.66667%;
  }

  .col-xxs-5 {
    width: 20.83333%;
  }

  .col-xxs-6 {
    width: 25%;
  }

  .col-xxs-7 {
    width: 29.16667%;
  }

  .col-xxs-8 {
    width: 33.33333%;
  }

  .col-xxs-9 {
    width: 37.5%;
  }

  .col-xxs-10 {
    width: 41.66667%;
  }

  .col-xxs-11 {
    width: 45.83333%;
  }

  .col-xxs-12 {
    width: 50%;
  }

  .col-xxs-13 {
    width: 54.16667%;
  }

  .col-xxs-14 {
    width: 58.33333%;
  }

  .col-xxs-15 {
    width: 62.5%;
  }

  .col-xxs-16 {
    width: 66.66667%;
  }

  .col-xxs-17 {
    width: 70.83333%;
  }

  .col-xxs-18 {
    width: 75%;
  }

  .col-xxs-19 {
    width: 79.16667%;
  }

  .col-xxs-20 {
    width: 83.33333%;
  }

  .col-xxs-21 {
    width: 87.5%;
  }

  .col-xxs-22 {
    width: 91.66667%;
  }

  .col-xxs-23 {
    width: 95.83333%;
  }

  .col-xxs-24 {
    width: 100%;
  }

  .col-xxs-pull-0 {
    right: auto;
  }

  .col-xxs-pull-1 {
    right: 4.16667%;
  }

  .col-xxs-pull-2 {
    right: 8.33333%;
  }

  .col-xxs-pull-3 {
    right: 12.5%;
  }

  .col-xxs-pull-4 {
    right: 16.66667%;
  }

  .col-xxs-pull-5 {
    right: 20.83333%;
  }

  .col-xxs-pull-6 {
    right: 25%;
  }

  .col-xxs-pull-7 {
    right: 29.16667%;
  }

  .col-xxs-pull-8 {
    right: 33.33333%;
  }

  .col-xxs-pull-9 {
    right: 37.5%;
  }

  .col-xxs-pull-10 {
    right: 41.66667%;
  }

  .col-xxs-pull-11 {
    right: 45.83333%;
  }

  .col-xxs-pull-12 {
    right: 50%;
  }

  .col-xxs-pull-13 {
    right: 54.16667%;
  }

  .col-xxs-pull-14 {
    right: 58.33333%;
  }

  .col-xxs-pull-15 {
    right: 62.5%;
  }

  .col-xxs-pull-16 {
    right: 66.66667%;
  }

  .col-xxs-pull-17 {
    right: 70.83333%;
  }

  .col-xxs-pull-18 {
    right: 75%;
  }

  .col-xxs-pull-19 {
    right: 79.16667%;
  }

  .col-xxs-pull-20 {
    right: 83.33333%;
  }

  .col-xxs-pull-21 {
    right: 87.5%;
  }

  .col-xxs-pull-22 {
    right: 91.66667%;
  }

  .col-xxs-pull-23 {
    right: 95.83333%;
  }

  .col-xxs-pull-24 {
    right: 100%;
  }

  .col-xxs-push-0 {
    left: auto;
  }

  .col-xxs-push-1 {
    left: 4.16667%;
  }

  .col-xxs-push-2 {
    left: 8.33333%;
  }

  .col-xxs-push-3 {
    left: 12.5%;
  }

  .col-xxs-push-4 {
    left: 16.66667%;
  }

  .col-xxs-push-5 {
    left: 20.83333%;
  }

  .col-xxs-push-6 {
    left: 25%;
  }

  .col-xxs-push-7 {
    left: 29.16667%;
  }

  .col-xxs-push-8 {
    left: 33.33333%;
  }

  .col-xxs-push-9 {
    left: 37.5%;
  }

  .col-xxs-push-10 {
    left: 41.66667%;
  }

  .col-xxs-push-11 {
    left: 45.83333%;
  }

  .col-xxs-push-12 {
    left: 50%;
  }

  .col-xxs-push-13 {
    left: 54.16667%;
  }

  .col-xxs-push-14 {
    left: 58.33333%;
  }

  .col-xxs-push-15 {
    left: 62.5%;
  }

  .col-xxs-push-16 {
    left: 66.66667%;
  }

  .col-xxs-push-17 {
    left: 70.83333%;
  }

  .col-xxs-push-18 {
    left: 75%;
  }

  .col-xxs-push-19 {
    left: 79.16667%;
  }

  .col-xxs-push-20 {
    left: 83.33333%;
  }

  .col-xxs-push-21 {
    left: 87.5%;
  }

  .col-xxs-push-22 {
    left: 91.66667%;
  }

  .col-xxs-push-23 {
    left: 95.83333%;
  }

  .col-xxs-push-24 {
    left: 100%;
  }

  .col-xxs-offset-0 {
    margin-left: 0;
  }

  .col-xxs-offset-1 {
    margin-left: 4.16667%;
  }

  .col-xxs-offset-2 {
    margin-left: 8.33333%;
  }

  .col-xxs-offset-3 {
    margin-left: 12.5%;
  }

  .col-xxs-offset-4 {
    margin-left: 16.66667%;
  }

  .col-xxs-offset-5 {
    margin-left: 20.83333%;
  }

  .col-xxs-offset-6 {
    margin-left: 25%;
  }

  .col-xxs-offset-7 {
    margin-left: 29.16667%;
  }

  .col-xxs-offset-8 {
    margin-left: 33.33333%;
  }

  .col-xxs-offset-9 {
    margin-left: 37.5%;
  }

  .col-xxs-offset-10 {
    margin-left: 41.66667%;
  }

  .col-xxs-offset-11 {
    margin-left: 45.83333%;
  }

  .col-xxs-offset-12 {
    margin-left: 50%;
  }

  .col-xxs-offset-13 {
    margin-left: 54.16667%;
  }

  .col-xxs-offset-14 {
    margin-left: 58.33333%;
  }

  .col-xxs-offset-15 {
    margin-left: 62.5%;
  }

  .col-xxs-offset-16 {
    margin-left: 66.66667%;
  }

  .col-xxs-offset-17 {
    margin-left: 70.83333%;
  }

  .col-xxs-offset-18 {
    margin-left: 75%;
  }

  .col-xxs-offset-19 {
    margin-left: 79.16667%;
  }

  .col-xxs-offset-20 {
    margin-left: 83.33333%;
  }

  .col-xxs-offset-21 {
    margin-left: 87.5%;
  }

  .col-xxs-offset-22 {
    margin-left: 91.66667%;
  }

  .col-xxs-offset-23 {
    margin-left: 95.83333%;
  }

  .col-xxs-offset-24 {
    margin-left: 100%;
  }
}

@media only screen and (min-width:480px) {
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-13,
  .col-xs-14,
  .col-xs-15,
  .col-xs-16,
  .col-xs-17,
  .col-xs-18,
  .col-xs-19,
  .col-xs-2,
  .col-xs-20,
  .col-xs-21,
  .col-xs-22,
  .col-xs-23,
  .col-xs-24,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    float: left;
  }

  .col-xs-1 {
    width: 4.16667%;
  }

  .col-xs-2 {
    width: 8.33333%;
  }

  .col-xs-3 {
    width: 12.5%;
  }

  .col-xs-4 {
    width: 16.66667%;
  }

  .col-xs-5 {
    width: 20.83333%;
  }

  .col-xs-6 {
    width: 25%;
  }

  .col-xs-7 {
    width: 29.16667%;
  }

  .col-xs-8 {
    width: 33.33333%;
  }

  .col-xs-9 {
    width: 37.5%;
  }

  .col-xs-10 {
    width: 41.66667%;
  }

  .col-xs-11 {
    width: 45.83333%;
  }

  .col-xs-12 {
    width: 50%;
  }

  .col-xs-13 {
    width: 54.16667%;
  }

  .col-xs-14 {
    width: 58.33333%;
  }

  .col-xs-15 {
    width: 62.5%;
  }

  .col-xs-16 {
    width: 66.66667%;
  }

  .col-xs-17 {
    width: 70.83333%;
  }

  .col-xs-18 {
    width: 75%;
  }

  .col-xs-19 {
    width: 79.16667%;
  }

  .col-xs-20 {
    width: 83.33333%;
  }

  .col-xs-21 {
    width: 87.5%;
  }

  .col-xs-22 {
    width: 91.66667%;
  }

  .col-xs-23 {
    width: 95.83333%;
  }

  .col-xs-24 {
    width: 100%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-pull-1 {
    right: 4.16667%;
  }

  .col-xs-pull-2 {
    right: 8.33333%;
  }

  .col-xs-pull-3 {
    right: 12.5%;
  }

  .col-xs-pull-4 {
    right: 16.66667%;
  }

  .col-xs-pull-5 {
    right: 20.83333%;
  }

  .col-xs-pull-6 {
    right: 25%;
  }

  .col-xs-pull-7 {
    right: 29.16667%;
  }

  .col-xs-pull-8 {
    right: 33.33333%;
  }

  .col-xs-pull-9 {
    right: 37.5%;
  }

  .col-xs-pull-10 {
    right: 41.66667%;
  }

  .col-xs-pull-11 {
    right: 45.83333%;
  }

  .col-xs-pull-12 {
    right: 50%;
  }

  .col-xs-pull-13 {
    right: 54.16667%;
  }

  .col-xs-pull-14 {
    right: 58.33333%;
  }

  .col-xs-pull-15 {
    right: 62.5%;
  }

  .col-xs-pull-16 {
    right: 66.66667%;
  }

  .col-xs-pull-17 {
    right: 70.83333%;
  }

  .col-xs-pull-18 {
    right: 75%;
  }

  .col-xs-pull-19 {
    right: 79.16667%;
  }

  .col-xs-pull-20 {
    right: 83.33333%;
  }

  .col-xs-pull-21 {
    right: 87.5%;
  }

  .col-xs-pull-22 {
    right: 91.66667%;
  }

  .col-xs-pull-23 {
    right: 95.83333%;
  }

  .col-xs-pull-24 {
    right: 100%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-push-1 {
    left: 4.16667%;
  }

  .col-xs-push-2 {
    left: 8.33333%;
  }

  .col-xs-push-3 {
    left: 12.5%;
  }

  .col-xs-push-4 {
    left: 16.66667%;
  }

  .col-xs-push-5 {
    left: 20.83333%;
  }

  .col-xs-push-6 {
    left: 25%;
  }

  .col-xs-push-7 {
    left: 29.16667%;
  }

  .col-xs-push-8 {
    left: 33.33333%;
  }

  .col-xs-push-9 {
    left: 37.5%;
  }

  .col-xs-push-10 {
    left: 41.66667%;
  }

  .col-xs-push-11 {
    left: 45.83333%;
  }

  .col-xs-push-12 {
    left: 50%;
  }

  .col-xs-push-13 {
    left: 54.16667%;
  }

  .col-xs-push-14 {
    left: 58.33333%;
  }

  .col-xs-push-15 {
    left: 62.5%;
  }

  .col-xs-push-16 {
    left: 66.66667%;
  }

  .col-xs-push-17 {
    left: 70.83333%;
  }

  .col-xs-push-18 {
    left: 75%;
  }

  .col-xs-push-19 {
    left: 79.16667%;
  }

  .col-xs-push-20 {
    left: 83.33333%;
  }

  .col-xs-push-21 {
    left: 87.5%;
  }

  .col-xs-push-22 {
    left: 91.66667%;
  }

  .col-xs-push-23 {
    left: 95.83333%;
  }

  .col-xs-push-24 {
    left: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }

  .col-xs-offset-1 {
    margin-left: 4.16667%;
  }

  .col-xs-offset-2 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-3 {
    margin-left: 12.5%;
  }

  .col-xs-offset-4 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 20.83333%;
  }

  .col-xs-offset-6 {
    margin-left: 25%;
  }

  .col-xs-offset-7 {
    margin-left: 29.16667%;
  }

  .col-xs-offset-8 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-9 {
    margin-left: 37.5%;
  }

  .col-xs-offset-10 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 45.83333%;
  }

  .col-xs-offset-12 {
    margin-left: 50%;
  }

  .col-xs-offset-13 {
    margin-left: 54.16667%;
  }

  .col-xs-offset-14 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-15 {
    margin-left: 62.5%;
  }

  .col-xs-offset-16 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-17 {
    margin-left: 70.83333%;
  }

  .col-xs-offset-18 {
    margin-left: 75%;
  }

  .col-xs-offset-19 {
    margin-left: 79.16667%;
  }

  .col-xs-offset-20 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-21 {
    margin-left: 87.5%;
  }

  .col-xs-offset-22 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-23 {
    margin-left: 95.83333%;
  }

  .col-xs-offset-24 {
    margin-left: 100%;
  }
}

@media only screen and (min-width:500px) {
  .col-s-1,
  .col-s-10,
  .col-s-11,
  .col-s-12,
  .col-s-13,
  .col-s-14,
  .col-s-15,
  .col-s-16,
  .col-s-17,
  .col-s-18,
  .col-s-19,
  .col-s-2,
  .col-s-20,
  .col-s-21,
  .col-s-22,
  .col-s-23,
  .col-s-24,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9 {
    float: left;
  }

  .col-s-1 {
    width: 4.16667%;
  }

  .col-s-2 {
    width: 8.33333%;
  }

  .col-s-3 {
    width: 12.5%;
  }

  .col-s-4 {
    width: 16.66667%;
  }

  .col-s-5 {
    width: 20.83333%;
  }

  .col-s-6 {
    width: 25%;
  }

  .col-s-7 {
    width: 29.16667%;
  }

  .col-s-8 {
    width: 33.33333%;
  }

  .col-s-9 {
    width: 37.5%;
  }

  .col-s-10 {
    width: 41.66667%;
  }

  .col-s-11 {
    width: 45.83333%;
  }

  .col-s-12 {
    width: 50%;
  }

  .col-s-13 {
    width: 54.16667%;
  }

  .col-s-14 {
    width: 58.33333%;
  }

  .col-s-15 {
    width: 62.5%;
  }

  .col-s-16 {
    width: 66.66667%;
  }

  .col-s-17 {
    width: 70.83333%;
  }

  .col-s-18 {
    width: 75%;
  }

  .col-s-19 {
    width: 79.16667%;
  }

  .col-s-20 {
    width: 83.33333%;
  }

  .col-s-21 {
    width: 87.5%;
  }

  .col-s-22 {
    width: 91.66667%;
  }

  .col-s-23 {
    width: 95.83333%;
  }

  .col-s-24 {
    width: 100%;
  }

  .col-s-pull-0 {
    right: auto;
  }

  .col-s-pull-1 {
    right: 4.16667%;
  }

  .col-s-pull-2 {
    right: 8.33333%;
  }

  .col-s-pull-3 {
    right: 12.5%;
  }

  .col-s-pull-4 {
    right: 16.66667%;
  }

  .col-s-pull-5 {
    right: 20.83333%;
  }

  .col-s-pull-6 {
    right: 25%;
  }

  .col-s-pull-7 {
    right: 29.16667%;
  }

  .col-s-pull-8 {
    right: 33.33333%;
  }

  .col-s-pull-9 {
    right: 37.5%;
  }

  .col-s-pull-10 {
    right: 41.66667%;
  }

  .col-s-pull-11 {
    right: 45.83333%;
  }

  .col-s-pull-12 {
    right: 50%;
  }

  .col-s-pull-13 {
    right: 54.16667%;
  }

  .col-s-pull-14 {
    right: 58.33333%;
  }

  .col-s-pull-15 {
    right: 62.5%;
  }

  .col-s-pull-16 {
    right: 66.66667%;
  }

  .col-s-pull-17 {
    right: 70.83333%;
  }

  .col-s-pull-18 {
    right: 75%;
  }

  .col-s-pull-19 {
    right: 79.16667%;
  }

  .col-s-pull-20 {
    right: 83.33333%;
  }

  .col-s-pull-21 {
    right: 87.5%;
  }

  .col-s-pull-22 {
    right: 91.66667%;
  }

  .col-s-pull-23 {
    right: 95.83333%;
  }

  .col-s-pull-24 {
    right: 100%;
  }

  .col-s-push-0 {
    left: auto;
  }

  .col-s-push-1 {
    left: 4.16667%;
  }

  .col-s-push-2 {
    left: 8.33333%;
  }

  .col-s-push-3 {
    left: 12.5%;
  }

  .col-s-push-4 {
    left: 16.66667%;
  }

  .col-s-push-5 {
    left: 20.83333%;
  }

  .col-s-push-6 {
    left: 25%;
  }

  .col-s-push-7 {
    left: 29.16667%;
  }

  .col-s-push-8 {
    left: 33.33333%;
  }

  .col-s-push-9 {
    left: 37.5%;
  }

  .col-s-push-10 {
    left: 41.66667%;
  }

  .col-s-push-11 {
    left: 45.83333%;
  }

  .col-s-push-12 {
    left: 50%;
  }

  .col-s-push-13 {
    left: 54.16667%;
  }

  .col-s-push-14 {
    left: 58.33333%;
  }

  .col-s-push-15 {
    left: 62.5%;
  }

  .col-s-push-16 {
    left: 66.66667%;
  }

  .col-s-push-17 {
    left: 70.83333%;
  }

  .col-s-push-18 {
    left: 75%;
  }

  .col-s-push-19 {
    left: 79.16667%;
  }

  .col-s-push-20 {
    left: 83.33333%;
  }

  .col-s-push-21 {
    left: 87.5%;
  }

  .col-s-push-22 {
    left: 91.66667%;
  }

  .col-s-push-23 {
    left: 95.83333%;
  }

  .col-s-push-24 {
    left: 100%;
  }

  .col-s-offset-0 {
    margin-left: 0;
  }

  .col-s-offset-1 {
    margin-left: 4.16667%;
  }

  .col-s-offset-2 {
    margin-left: 8.33333%;
  }

  .col-s-offset-3 {
    margin-left: 12.5%;
  }

  .col-s-offset-4 {
    margin-left: 16.66667%;
  }

  .col-s-offset-5 {
    margin-left: 20.83333%;
  }

  .col-s-offset-6 {
    margin-left: 25%;
  }

  .col-s-offset-7 {
    margin-left: 29.16667%;
  }

  .col-s-offset-8 {
    margin-left: 33.33333%;
  }

  .col-s-offset-9 {
    margin-left: 37.5%;
  }

  .col-s-offset-10 {
    margin-left: 41.66667%;
  }

  .col-s-offset-11 {
    margin-left: 45.83333%;
  }

  .col-s-offset-12 {
    margin-left: 50%;
  }

  .col-s-offset-13 {
    margin-left: 54.16667%;
  }

  .col-s-offset-14 {
    margin-left: 58.33333%;
  }

  .col-s-offset-15 {
    margin-left: 62.5%;
  }

  .col-s-offset-16 {
    margin-left: 66.66667%;
  }

  .col-s-offset-17 {
    margin-left: 70.83333%;
  }

  .col-s-offset-18 {
    margin-left: 75%;
  }

  .col-s-offset-19 {
    margin-left: 79.16667%;
  }

  .col-s-offset-20 {
    margin-left: 83.33333%;
  }

  .col-s-offset-21 {
    margin-left: 87.5%;
  }

  .col-s-offset-22 {
    margin-left: 91.66667%;
  }

  .col-s-offset-23 {
    margin-left: 95.83333%;
  }

  .col-s-offset-24 {
    margin-left: 100%;
  }
}

@media only screen and (min-width:600px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-2,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 4.16667%;
  }

  .col-sm-2 {
    width: 8.33333%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-4 {
    width: 16.66667%;
  }

  .col-sm-5 {
    width: 20.83333%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-7 {
    width: 29.16667%;
  }

  .col-sm-8 {
    width: 33.33333%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-10 {
    width: 41.66667%;
  }

  .col-sm-11 {
    width: 45.83333%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-13 {
    width: 54.16667%;
  }

  .col-sm-14 {
    width: 58.33333%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-16 {
    width: 66.66667%;
  }

  .col-sm-17 {
    width: 70.83333%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-19 {
    width: 79.16667%;
  }

  .col-sm-20 {
    width: 83.33333%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-22 {
    width: 91.66667%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 4.16667%;
  }

  .col-sm-pull-2 {
    right: 8.33333%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-4 {
    right: 16.66667%;
  }

  .col-sm-pull-5 {
    right: 20.83333%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-7 {
    right: 29.16667%;
  }

  .col-sm-pull-8 {
    right: 33.33333%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-10 {
    right: 41.66667%;
  }

  .col-sm-pull-11 {
    right: 45.83333%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-13 {
    right: 54.16667%;
  }

  .col-sm-pull-14 {
    right: 58.33333%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-16 {
    right: 66.66667%;
  }

  .col-sm-pull-17 {
    right: 70.83333%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-19 {
    right: 79.16667%;
  }

  .col-sm-pull-20 {
    right: 83.33333%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-22 {
    right: 91.66667%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 4.16667%;
  }

  .col-sm-push-2 {
    left: 8.33333%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-4 {
    left: 16.66667%;
  }

  .col-sm-push-5 {
    left: 20.83333%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-7 {
    left: 29.16667%;
  }

  .col-sm-push-8 {
    left: 33.33333%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-10 {
    left: 41.66667%;
  }

  .col-sm-push-11 {
    left: 45.83333%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-13 {
    left: 54.16667%;
  }

  .col-sm-push-14 {
    left: 58.33333%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-16 {
    left: 66.66667%;
  }

  .col-sm-push-17 {
    left: 70.83333%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-19 {
    left: 79.16667%;
  }

  .col-sm-push-20 {
    left: 83.33333%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-22 {
    left: 91.66667%;
  }

  .col-sm-push-23 {
    left: 95.83333%;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }

  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }

  .col-sm-offset-6 {
    margin-left: 25%;
  }

  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }

  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }

  .col-sm-offset-12 {
    margin-left: 50%;
  }

  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }

  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }

  .col-sm-offset-18 {
    margin-left: 75%;
  }

  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }

  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }
}

@media only screen and (min-width:768px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-2,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 4.16667%;
  }

  .col-md-2 {
    width: 8.33333%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-4 {
    width: 16.66667%;
  }

  .col-md-5 {
    width: 20.83333%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-7 {
    width: 29.16667%;
  }

  .col-md-8 {
    width: 33.33333%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-10 {
    width: 41.66667%;
  }

  .col-md-11 {
    width: 45.83333%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-13 {
    width: 54.16667%;
  }

  .col-md-14 {
    width: 58.33333%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-16 {
    width: 66.66667%;
  }

  .col-md-17 {
    width: 70.83333%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-19 {
    width: 79.16667%;
  }

  .col-md-20 {
    width: 83.33333%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-22 {
    width: 91.66667%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 4.16667%;
  }

  .col-md-pull-2 {
    right: 8.33333%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-4 {
    right: 16.66667%;
  }

  .col-md-pull-5 {
    right: 20.83333%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-7 {
    right: 29.16667%;
  }

  .col-md-pull-8 {
    right: 33.33333%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-10 {
    right: 41.66667%;
  }

  .col-md-pull-11 {
    right: 45.83333%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-13 {
    right: 54.16667%;
  }

  .col-md-pull-14 {
    right: 58.33333%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-16 {
    right: 66.66667%;
  }

  .col-md-pull-17 {
    right: 70.83333%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-19 {
    right: 79.16667%;
  }

  .col-md-pull-20 {
    right: 83.33333%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-22 {
    right: 91.66667%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 4.16667%;
  }

  .col-md-push-2 {
    left: 8.33333%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-4 {
    left: 16.66667%;
  }

  .col-md-push-5 {
    left: 20.83333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-7 {
    left: 29.16667%;
  }

  .col-md-push-8 {
    left: 33.33333%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-10 {
    left: 41.66667%;
  }

  .col-md-push-11 {
    left: 45.83333%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-13 {
    left: 54.16667%;
  }

  .col-md-push-14 {
    left: 58.33333%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-16 {
    left: 66.66667%;
  }

  .col-md-push-17 {
    left: 70.83333%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-19 {
    left: 79.16667%;
  }

  .col-md-push-20 {
    left: 83.33333%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-22 {
    left: 91.66667%;
  }

  .col-md-push-23 {
    left: 95.83333%;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 4.16667%;
  }

  .col-md-offset-2 {
    margin-left: 8.33333%;
  }

  .col-md-offset-3 {
    margin-left: 12.5%;
  }

  .col-md-offset-4 {
    margin-left: 16.66667%;
  }

  .col-md-offset-5 {
    margin-left: 20.83333%;
  }

  .col-md-offset-6 {
    margin-left: 25%;
  }

  .col-md-offset-7 {
    margin-left: 29.16667%;
  }

  .col-md-offset-8 {
    margin-left: 33.33333%;
  }

  .col-md-offset-9 {
    margin-left: 37.5%;
  }

  .col-md-offset-10 {
    margin-left: 41.66667%;
  }

  .col-md-offset-11 {
    margin-left: 45.83333%;
  }

  .col-md-offset-12 {
    margin-left: 50%;
  }

  .col-md-offset-13 {
    margin-left: 54.16667%;
  }

  .col-md-offset-14 {
    margin-left: 58.33333%;
  }

  .col-md-offset-15 {
    margin-left: 62.5%;
  }

  .col-md-offset-16 {
    margin-left: 66.66667%;
  }

  .col-md-offset-17 {
    margin-left: 70.83333%;
  }

  .col-md-offset-18 {
    margin-left: 75%;
  }

  .col-md-offset-19 {
    margin-left: 79.16667%;
  }

  .col-md-offset-20 {
    margin-left: 83.33333%;
  }

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

  .col-md-offset-22 {
    margin-left: 91.66667%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333%;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }

  object embed {
    width: 100%;
  }
}

@media only screen and (min-width:980px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-2,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 4.16667%;
  }

  .col-lg-2 {
    width: 8.33333%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-4 {
    width: 16.66667%;
  }

  .col-lg-5 {
    width: 20.83333%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-7 {
    width: 29.16667%;
  }

  .col-lg-8 {
    width: 33.33333%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-10 {
    width: 41.66667%;
  }

  .col-lg-11 {
    width: 45.83333%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-13 {
    width: 54.16667%;
  }

  .col-lg-14 {
    width: 58.33333%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-16 {
    width: 66.66667%;
  }

  .col-lg-17 {
    width: 70.83333%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-19 {
    width: 79.16667%;
  }

  .col-lg-20 {
    width: 83.33333%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-22 {
    width: 91.66667%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 4.16667%;
  }

  .col-lg-pull-2 {
    right: 8.33333%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-4 {
    right: 16.66667%;
  }

  .col-lg-pull-5 {
    right: 20.83333%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-7 {
    right: 29.16667%;
  }

  .col-lg-pull-8 {
    right: 33.33333%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-10 {
    right: 41.66667%;
  }

  .col-lg-pull-11 {
    right: 45.83333%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-13 {
    right: 54.16667%;
  }

  .col-lg-pull-14 {
    right: 58.33333%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-16 {
    right: 66.66667%;
  }

  .col-lg-pull-17 {
    right: 70.83333%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-19 {
    right: 79.16667%;
  }

  .col-lg-pull-20 {
    right: 83.33333%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-22 {
    right: 91.66667%;
  }

  .col-lg-pull-23 {
    right: 95.83333%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 4.16667%;
  }

  .col-lg-push-2 {
    left: 8.33333%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-4 {
    left: 16.66667%;
  }

  .col-lg-push-5 {
    left: 20.83333%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-7 {
    left: 29.16667%;
  }

  .col-lg-push-8 {
    left: 33.33333%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-10 {
    left: 41.66667%;
  }

  .col-lg-push-11 {
    left: 45.83333%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-13 {
    left: 54.16667%;
  }

  .col-lg-push-14 {
    left: 58.33333%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-16 {
    left: 66.66667%;
  }

  .col-lg-push-17 {
    left: 70.83333%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-19 {
    left: 79.16667%;
  }

  .col-lg-push-20 {
    left: 83.33333%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-22 {
    left: 91.66667%;
  }

  .col-lg-push-23 {
    left: 95.83333%;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  body {
    padding: 0;
  }

  .responsive-wrapper {
    padding-top: 20px;
  }

  #container,
  .container-multiple {
    width: 980px;
  }
}

@media only screen and (min-width:1035px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-2,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }

  .col-xl-1 {
    width: 4.16667%;
  }

  .col-xl-2 {
    width: 8.33333%;
  }

  .col-xl-3 {
    width: 12.5%;
  }

  .col-xl-4 {
    width: 16.66667%;
  }

  .col-xl-5 {
    width: 20.83333%;
  }

  .col-xl-6 {
    width: 25%;
  }

  .col-xl-7 {
    width: 29.16667%;
  }

  .col-xl-8 {
    width: 33.33333%;
  }

  .col-xl-9 {
    width: 37.5%;
  }

  .col-xl-10 {
    width: 41.66667%;
  }

  .col-xl-11 {
    width: 45.83333%;
  }

  .col-xl-12 {
    width: 50%;
  }

  .col-xl-13 {
    width: 54.16667%;
  }

  .col-xl-14 {
    width: 58.33333%;
  }

  .col-xl-15 {
    width: 62.5%;
  }

  .col-xl-16 {
    width: 66.66667%;
  }

  .col-xl-17 {
    width: 70.83333%;
  }

  .col-xl-18 {
    width: 75%;
  }

  .col-xl-19 {
    width: 79.16667%;
  }

  .col-xl-20 {
    width: 83.33333%;
  }

  .col-xl-21 {
    width: 87.5%;
  }

  .col-xl-22 {
    width: 91.66667%;
  }

  .col-xl-23 {
    width: 95.83333%;
  }

  .col-xl-24 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 4.16667%;
  }

  .col-xl-pull-2 {
    right: 8.33333%;
  }

  .col-xl-pull-3 {
    right: 12.5%;
  }

  .col-xl-pull-4 {
    right: 16.66667%;
  }

  .col-xl-pull-5 {
    right: 20.83333%;
  }

  .col-xl-pull-6 {
    right: 25%;
  }

  .col-xl-pull-7 {
    right: 29.16667%;
  }

  .col-xl-pull-8 {
    right: 33.33333%;
  }

  .col-xl-pull-9 {
    right: 37.5%;
  }

  .col-xl-pull-10 {
    right: 41.66667%;
  }

  .col-xl-pull-11 {
    right: 45.83333%;
  }

  .col-xl-pull-12 {
    right: 50%;
  }

  .col-xl-pull-13 {
    right: 54.16667%;
  }

  .col-xl-pull-14 {
    right: 58.33333%;
  }

  .col-xl-pull-15 {
    right: 62.5%;
  }

  .col-xl-pull-16 {
    right: 66.66667%;
  }

  .col-xl-pull-17 {
    right: 70.83333%;
  }

  .col-xl-pull-18 {
    right: 75%;
  }

  .col-xl-pull-19 {
    right: 79.16667%;
  }

  .col-xl-pull-20 {
    right: 83.33333%;
  }

  .col-xl-pull-21 {
    right: 87.5%;
  }

  .col-xl-pull-22 {
    right: 91.66667%;
  }

  .col-xl-pull-23 {
    right: 95.83333%;
  }

  .col-xl-pull-24 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 4.16667%;
  }

  .col-xl-push-2 {
    left: 8.33333%;
  }

  .col-xl-push-3 {
    left: 12.5%;
  }

  .col-xl-push-4 {
    left: 16.66667%;
  }

  .col-xl-push-5 {
    left: 20.83333%;
  }

  .col-xl-push-6 {
    left: 25%;
  }

  .col-xl-push-7 {
    left: 29.16667%;
  }

  .col-xl-push-8 {
    left: 33.33333%;
  }

  .col-xl-push-9 {
    left: 37.5%;
  }

  .col-xl-push-10 {
    left: 41.66667%;
  }

  .col-xl-push-11 {
    left: 45.83333%;
  }

  .col-xl-push-12 {
    left: 50%;
  }

  .col-xl-push-13 {
    left: 54.16667%;
  }

  .col-xl-push-14 {
    left: 58.33333%;
  }

  .col-xl-push-15 {
    left: 62.5%;
  }

  .col-xl-push-16 {
    left: 66.66667%;
  }

  .col-xl-push-17 {
    left: 70.83333%;
  }

  .col-xl-push-18 {
    left: 75%;
  }

  .col-xl-push-19 {
    left: 79.16667%;
  }

  .col-xl-push-20 {
    left: 83.33333%;
  }

  .col-xl-push-21 {
    left: 87.5%;
  }

  .col-xl-push-22 {
    left: 91.66667%;
  }

  .col-xl-push-23 {
    left: 95.83333%;
  }

  .col-xl-push-24 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 4.16667%;
  }

  .col-xl-offset-2 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .col-xl-offset-4 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-5 {
    margin-left: 20.83333%;
  }

  .col-xl-offset-6 {
    margin-left: 25%;
  }

  .col-xl-offset-7 {
    margin-left: 29.16667%;
  }

  .col-xl-offset-8 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .col-xl-offset-10 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-11 {
    margin-left: 45.83333%;
  }

  .col-xl-offset-12 {
    margin-left: 50%;
  }

  .col-xl-offset-13 {
    margin-left: 54.16667%;
  }

  .col-xl-offset-14 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .col-xl-offset-16 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-17 {
    margin-left: 70.83333%;
  }

  .col-xl-offset-18 {
    margin-left: 75%;
  }

  .col-xl-offset-19 {
    margin-left: 79.16667%;
  }

  .col-xl-offset-20 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .col-xl-offset-22 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-23 {
    margin-left: 95.83333%;
  }

  .col-xl-offset-24 {
    margin-left: 100%;
  }

  .children {
    position: absolute;
  }

  #search-form {
    left: -1px;
  }

  #container,
  .container-multiple {
    width: 1035px;
  }
}

@media only screen and (min-width:1200px) {
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-2,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    float: left;
  }

  .col-xxl-1 {
    width: 4.16667%;
  }

  .col-xxl-2 {
    width: 8.33333%;
  }

  .col-xxl-3 {
    width: 12.5%;
  }

  .col-xxl-4 {
    width: 16.66667%;
  }

  .col-xxl-5 {
    width: 20.83333%;
  }

  .col-xxl-6 {
    width: 25%;
  }

  .col-xxl-7 {
    width: 29.16667%;
  }

  .col-xxl-8 {
    width: 33.33333%;
  }

  .col-xxl-9 {
    width: 37.5%;
  }

  .col-xxl-10 {
    width: 41.66667%;
  }

  .col-xxl-11 {
    width: 45.83333%;
  }

  .col-xxl-12 {
    width: 50%;
  }

  .col-xxl-13 {
    width: 54.16667%;
  }

  .col-xxl-14 {
    width: 58.33333%;
  }

  .col-xxl-15 {
    width: 62.5%;
  }

  .col-xxl-16 {
    width: 66.66667%;
  }

  .col-xxl-17 {
    width: 70.83333%;
  }

  .col-xxl-18 {
    width: 75%;
  }

  .col-xxl-19 {
    width: 79.16667%;
  }

  .col-xxl-20 {
    width: 83.33333%;
  }

  .col-xxl-21 {
    width: 87.5%;
  }

  .col-xxl-22 {
    width: 91.66667%;
  }

  .col-xxl-23 {
    width: 95.83333%;
  }

  .col-xxl-24 {
    width: 100%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-pull-1 {
    right: 4.16667%;
  }

  .col-xxl-pull-2 {
    right: 8.33333%;
  }

  .col-xxl-pull-3 {
    right: 12.5%;
  }

  .col-xxl-pull-4 {
    right: 16.66667%;
  }

  .col-xxl-pull-5 {
    right: 20.83333%;
  }

  .col-xxl-pull-6 {
    right: 25%;
  }

  .col-xxl-pull-7 {
    right: 29.16667%;
  }

  .col-xxl-pull-8 {
    right: 33.33333%;
  }

  .col-xxl-pull-9 {
    right: 37.5%;
  }

  .col-xxl-pull-10 {
    right: 41.66667%;
  }

  .col-xxl-pull-11 {
    right: 45.83333%;
  }

  .col-xxl-pull-12 {
    right: 50%;
  }

  .col-xxl-pull-13 {
    right: 54.16667%;
  }

  .col-xxl-pull-14 {
    right: 58.33333%;
  }

  .col-xxl-pull-15 {
    right: 62.5%;
  }

  .col-xxl-pull-16 {
    right: 66.66667%;
  }

  .col-xxl-pull-17 {
    right: 70.83333%;
  }

  .col-xxl-pull-18 {
    right: 75%;
  }

  .col-xxl-pull-19 {
    right: 79.16667%;
  }

  .col-xxl-pull-20 {
    right: 83.33333%;
  }

  .col-xxl-pull-21 {
    right: 87.5%;
  }

  .col-xxl-pull-22 {
    right: 91.66667%;
  }

  .col-xxl-pull-23 {
    right: 95.83333%;
  }

  .col-xxl-pull-24 {
    right: 100%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .col-xxl-push-1 {
    left: 4.16667%;
  }

  .col-xxl-push-2 {
    left: 8.33333%;
  }

  .col-xxl-push-3 {
    left: 12.5%;
  }

  .col-xxl-push-4 {
    left: 16.66667%;
  }

  .col-xxl-push-5 {
    left: 20.83333%;
  }

  .col-xxl-push-6 {
    left: 25%;
  }

  .col-xxl-push-7 {
    left: 29.16667%;
  }

  .col-xxl-push-8 {
    left: 33.33333%;
  }

  .col-xxl-push-9 {
    left: 37.5%;
  }

  .col-xxl-push-10 {
    left: 41.66667%;
  }

  .col-xxl-push-11 {
    left: 45.83333%;
  }

  .col-xxl-push-12 {
    left: 50%;
  }

  .col-xxl-push-13 {
    left: 54.16667%;
  }

  .col-xxl-push-14 {
    left: 58.33333%;
  }

  .col-xxl-push-15 {
    left: 62.5%;
  }

  .col-xxl-push-16 {
    left: 66.66667%;
  }

  .col-xxl-push-17 {
    left: 70.83333%;
  }

  .col-xxl-push-18 {
    left: 75%;
  }

  .col-xxl-push-19 {
    left: 79.16667%;
  }

  .col-xxl-push-20 {
    left: 83.33333%;
  }

  .col-xxl-push-21 {
    left: 87.5%;
  }

  .col-xxl-push-22 {
    left: 91.66667%;
  }

  .col-xxl-push-23 {
    left: 95.83333%;
  }

  .col-xxl-push-24 {
    left: 100%;
  }

  .col-xxl-offset-0 {
    margin-left: 0;
  }

  .col-xxl-offset-1 {
    margin-left: 4.16667%;
  }

  .col-xxl-offset-2 {
    margin-left: 8.33333%;
  }

  .col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .col-xxl-offset-4 {
    margin-left: 16.66667%;
  }

  .col-xxl-offset-5 {
    margin-left: 20.83333%;
  }

  .col-xxl-offset-6 {
    margin-left: 25%;
  }

  .col-xxl-offset-7 {
    margin-left: 29.16667%;
  }

  .col-xxl-offset-8 {
    margin-left: 33.33333%;
  }

  .col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .col-xxl-offset-10 {
    margin-left: 41.66667%;
  }

  .col-xxl-offset-11 {
    margin-left: 45.83333%;
  }

  .col-xxl-offset-12 {
    margin-left: 50%;
  }

  .col-xxl-offset-13 {
    margin-left: 54.16667%;
  }

  .col-xxl-offset-14 {
    margin-left: 58.33333%;
  }

  .col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .col-xxl-offset-16 {
    margin-left: 66.66667%;
  }

  .col-xxl-offset-17 {
    margin-left: 70.83333%;
  }

  .col-xxl-offset-18 {
    margin-left: 75%;
  }

  .col-xxl-offset-19 {
    margin-left: 79.16667%;
  }

  .col-xxl-offset-20 {
    margin-left: 83.33333%;
  }

  .col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .col-xxl-offset-22 {
    margin-left: 91.66667%;
  }

  .col-xxl-offset-23 {
    margin-left: 95.83333%;
  }

  .col-xxl-offset-24 {
    margin-left: 100%;
  }

  #container,
  .container-multiple {
    width: 1200px;
  }
}

@font-face {
  font-family: ff-meta-web;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/metasans/MetaWeb-Light.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/metasans/MetaWeb-Normal.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/metasans/MetaWeb-Book.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/metasans/MetaWeb-Medium.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/metasans/MetaWeb-Bold.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/metasans/MetaWeb-LightIta.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/metasans/MetaWeb-NormalIta.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: italic;
  font-weight: 500;
  src: url(../fonts/metasans/MetaWeb-BookIta.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/metasans/MetaWeb-MediumIta.woff?city20150610) format("woff");
}

@font-face {
  font-family: ff-meta-web;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/metasans/MetaWeb-BoldIta.woff?city20150610) format("woff");
}

@media print {
  * {
    background: 0 0!important;
    color: #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
  }

  p {
    clear: left;
  }

  figure,
  h2,
  h3,
  img,
  table {
    page-break-after: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  img {
    max-width: 100%!important;
  }

  img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  thead {
    display: table-header-group;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  #header a,
  #header a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  #breadcrumb,
  #courses-form,
  #cross-domain,
  #events-form,
  #filter,
  #footer,
  #global-nav,
  #global-nav-toggler,
  #intranet .footer,
  #login-opener,
  #login_form_login_prompt,
  #mast-1,
  #news-form,
  #primary-breadcrumb,
  #primary-nav,
  #primary-nav-toggler,
  #promo-wrapper,
  #search,
  #secondary-nav,
  #sidebar,
  #site-home,
  #slice-navigation,
  #util-nav,
  .date,
  .hidden,
  .noprint,
  .sign-up,
  .ui-tabs-nav {
    display: none;
  }

  #header #global-nav-1,
  #header #logo a,
  #header #logo a span {
    display: none!important;
  }

  .ui-accordion-content {
    display: block!important;
  }

  #intranet h1 {
    font-size: 2.1em;
  }

  #intranet .footer2016,
  #intranet .global-nav__wrapper,
  #intranet .header__search__toggle,
  #intranet .primary-menu-wrapper {
    display: none!important;
  }
}