/* -------------------
INDIGO RESET 
--------------------- */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  -ms-overflow-style: scrollbar; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article,
aside,
figure,
footer,
header,
aside,
main,
nav {
  display: block; }

embed,
iframe,
img,
object,
video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

svg {
  overflow: hidden; }

/* --------------------
HELPER CLASSES
---------------------*/
.clearfix:before, .clearfix:after,
.main-content div:before,
.main-content div:after,
.main-content section:before,
.main-content section:after {
  content: "";
  display: table; }

.clearfix:after,
.main-content div:after,
.main-content section:after {
  clear: both; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.greyout, .grayout {
  opacity: 0.5; }

.align-to-self {
  height: auto; }

/*-------------------------------
DEBUGGING AND BACKEND
--------------------------------*/
.find-a-phd--noscript {
  margin: 10px;
  padding: 10px;
  border: 1px solid gray;
  color: red;
  font-family: arial;
  font-size: 14px; }

/* --------------------
COOKIE BANNER ACCESSIBILITY 
------------------------*/
body #sliding-popup.sliding-popup-bottom,
body #sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-banner,
body .eu-cookie-withdraw-tab {
  background-color: #797067; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1472px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*-----------------------
HUB PAGE LAYOUT
------------------------*/
.site-prospective-students-graduate.node-type-hub-page .site-content .main-content h2,
.site-prospective-students-undergraduate-redesign.node-type-hub-page .site-content .main-content h2,
.site-prospective-students-undergraduate.node-type-hub-page .site-content .main-content h2 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0; }

@media (min-width: 768px) {
  .site-prospective-students-graduate.node-type-hub-page .single-full-width-column,
  .site-prospective-students-undergraduate-redesign.node-type-hub-page .single-full-width-column,
  .site-prospective-students-undergraduate.node-type-hub-page .single-full-width-column {
    padding-right: 8.522%;
    padding-left: 8.522%; } }

.site-prospective-students-graduate,
.site-prospective-students-undergraduate-redesign,
.site-prospective-students-undergraduate {
  /*---------------------------------
SECTION PADDING
-----------------------------*/
  /*-----------------------------
DROP SHADOW FOR CONTACT BOX
--------------------------------*/ }
  .site-prospective-students-graduate .section-background,
  .site-prospective-students-undergraduate-redesign .section-background,
  .site-prospective-students-undergraduate .section-background {
    padding: 3.75rem 0; }
  .site-prospective-students-graduate .contact-panel .card-wrapper,
  .site-prospective-students-undergraduate-redesign .contact-panel .card-wrapper,
  .site-prospective-students-undergraduate .contact-panel .card-wrapper {
    box-shadow: 3px 10px 10px -6px rgba(51, 51, 51, 0.75); }

#graduate-degrees .paragraphs-item-card-link {
  height: auto; }

#graduate-degrees .item-background .paragraphs-item-card-link {
  height: 100%; }

.header__menu {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .header__menu {
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 0; } }

.header__logo {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
    .header__logo {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0; } }

.column-top__left {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0; }

.column-top__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 25%;
  max-width: 25%; }

.content-columns .left-column {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .content-columns .left-column {
      flex: 0 0 75%;
      max-width: 75%;
      padding-left: 0; } }

.content-columns .right-column {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .content-columns .right-column {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0; } }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333; }

p, ul, ol, dl, blockquote, hgroup, address, table, fieldset, figure, pre, img, .page-head, .media, .island, .islet, .pill, .responsive-container, .advert, .menu-block, .box, .input-group, .accordion, .video-wrap {
  margin-bottom: 1.5rem; }

a {
  color: #0D68CF;
  line-height: normal; }
  a:hover {
    color: #094991; }

h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    h1 {
      font-size: 2.25rem; } }

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    h2 {
      font-size: 1.875rem; } }

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: bold; }

.small-header,
h6 {
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: .5rem;
  font-weight: bold; }

/*---------------------------
LISTS
----------------------------*/
ol,
dl {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #000; }
  @media (min-width: 992px) {
    ol,
    dl {
      font-size: 1.125rem; } }

ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 0;
  line-height: 1.5; }
  @media (min-width: 992px) {
    ul {
      font-size: 1.125rem; } }

.main-content ul,
.main-content dl {
  padding-left: 16px; }

.main-content ol {
  padding-left: 19px; }

.site-prospective-students-graduate ul.primary,
.site-prospective-students-graduate ul.primary li {
  padding: 0;
  margin-left: 0;
  line-height: 0; }

.site-prospective-students-graduate ul.primary a {
  padding: 5px 1rem 1px 1rem; }

ul.primary {
  margin-bottom: 1.5rem; }

/*--------------------------------
FEATURE LIST 
--------------------------- */
.feature-list {
  padding-right: 5%;
  margin-bottom: 1.5em; }
  .feature-list ul {
    padding-left: 1rem;
    clear: both;
    padding-top: 1.5rem; }
    @media (min-width: 576px) {
      .feature-list ul {
        padding-left: 4.6875rem; } }
    .feature-list ul li {
      padding-left: 1.25rem;
      margin-bottom: 1rem; }
      .feature-list ul li::marker {
        color: #000; }
  .feature-list svg {
    stroke: currentColor; }
  .feature-list svg.feather,
  .feature-list svg.icon {
    float: left;
    margin-right: 1.25rem; }
    .feature-list svg.feather.forward-link__svg,
    .feature-list svg.icon.forward-link__svg {
      margin-right: 0;
      vertical-align: 1px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .feature-list svg.feather.forward-link__svg,
        .feature-list svg.icon.forward-link__svg {
          width: 16px;
          height: 16px; } }
  .feature-list h4 {
    float: left;
    width: 60%;
    margin-bottom: 0.5rem;
    line-height: .7; }
    @media (min-width: 768px) {
      .feature-list h4 {
        padding-top: 0; } }
    @media (min-width: 992px) {
      .feature-list h4 {
        width: 70%; } }
  .feature-list .forward-link {
    margin-left: 0; }
    @media (min-width: 576px) {
      .feature-list .forward-link {
        margin-left: 3.8rem; } }
  .feature-list a.forward-link__anchor {
    font-size: 1rem;
    vertical-align: top;
    padding-left: 0.5rem; }

.site-prospective-students-graduate,
.site-prospective-students-undergraduate-redesign,
.site-prospective-students-undergraduate {
  /*--------------------------
PLAIN LIST
-------------------------*/
  /*-----------------------------
FEATURE LIST
------------------------------*/ }
  .site-prospective-students-graduate section ul,
  .site-prospective-students-graduate .site-content ul,
  .site-prospective-students-undergraduate-redesign section ul,
  .site-prospective-students-undergraduate-redesign .site-content ul,
  .site-prospective-students-undergraduate section ul,
  .site-prospective-students-undergraduate .site-content ul {
    padding-left: 1rem; }
    @media (min-width: 576px) {
      .site-prospective-students-graduate section ul,
      .site-prospective-students-graduate .site-content ul,
      .site-prospective-students-undergraduate-redesign section ul,
      .site-prospective-students-undergraduate-redesign .site-content ul,
      .site-prospective-students-undergraduate section ul,
      .site-prospective-students-undergraduate .site-content ul {
        padding-left: 4.6875rem; } }
    .site-prospective-students-graduate section ul li,
    .site-prospective-students-graduate .site-content ul li,
    .site-prospective-students-undergraduate-redesign section ul li,
    .site-prospective-students-undergraduate-redesign .site-content ul li,
    .site-prospective-students-undergraduate section ul li,
    .site-prospective-students-undergraduate .site-content ul li {
      line-height: 1.5;
      padding-left: 1.25rem;
      margin-bottom: 1rem; }
      .site-prospective-students-graduate section ul li::marker,
      .site-prospective-students-graduate .site-content ul li::marker,
      .site-prospective-students-undergraduate-redesign section ul li::marker,
      .site-prospective-students-undergraduate-redesign .site-content ul li::marker,
      .site-prospective-students-undergraduate section ul li::marker,
      .site-prospective-students-undergraduate .site-content ul li::marker {
        color: #00818F; }
  .site-prospective-students-graduate .feature-list li,
  .site-prospective-students-undergraduate-redesign .feature-list li,
  .site-prospective-students-undergraduate .feature-list li {
    color: #333; }
  .site-prospective-students-graduate .feature-list svg,
  .site-prospective-students-undergraduate-redesign .feature-list svg,
  .site-prospective-students-undergraduate .feature-list svg {
    stroke: #00818F; }

/*----------------------------------------------  
TEMPLATE CONTENT CUSTOM STYLES - SEE ALSO MIXINS 
------------------------------------------------*/
.site-content p,
.site-content .eight-by-four,
.site-content .six-by-six {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .site-content p,
    .site-content .eight-by-four,
    .site-content .six-by-six {
      font-size: 1.125rem; } }

.site-content .eight-by-four .forward-link a,
.site-content .six-by-six .forward-link a {
  font-size: 1rem; }

.site-content .page-intro,
.site-content .page-intro p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-bottom: 1.8rem; }
  @media (min-width: 992px) {
    .site-content .page-intro,
    .site-content .page-intro p {
      font-size: 1.25rem; } }

.site-content .top-course-details {
  color: #5c5c5c;
  margin-bottom: 2.8125rem; }

.site-content .right-column > h3,
.site-content .right-column .view-list h3,
.site-content .right-column .contact-info h3 {
  border-top: solid 1px #333333;
  padding-top: 1.25rem; }

.site-content .right-column p {
  margin-bottom: 0.75rem; }

.site-content .right-column .contact-info {
  margin-bottom: 2.5rem; }
  .site-content .right-column .contact-info h4 {
    font-weight: bold;
    margin-top: 1.875rem; }

.site-content .view-list ul,
.site-content .right-page-nav ul {
  padding: 0;
  list-style: none; }
  .site-content .view-list ul li,
  .site-content .right-page-nav ul li {
    font-size: 1.125rem;
    line-height: 1.875; }
    .site-content .view-list ul li:before,
    .site-content .right-page-nav ul li:before {
      content: none; }

.main-content h2 {
  border-top: solid 1px #333;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  clear: both; }

/*-----------------------
HORIZONTAL RULES
-------------------------*/
hr.hr-line--dark-grey {
  border-top: 1px solid #333333;
  margin-bottom: 1.5em; }

/*----------------------------------- 
CUSTOM SITE WIDTH BOOTSTRAP CONTAINER
--------------------------------*/
.site-width.container, .site-width {
  overflow-x: initial;
  max-width: 1408px;
  min-width: 280px;
  padding: 0;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .site-width.container, .site-width {
      width: 90%; } }

.site-content.container {
  padding: 0;
  margin-bottom: 1.5rem; }

/* ---------------- GENERIC MAIN PAGE TEMPLATE TWO COLUMN LAYOUT  ----------------- */
.main-content {
  width: 100%;
  padding-right: 0;
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .main-content {
      padding-right: 10.7954%;
      margin-top: 5rem; } }

@media (min-width: 768px) {
  .content-columns .right-column {
    padding-top: 7.5rem; } }

/*---------------------------------------
BARTLETT (at the moment) INDIGO PAGES SIDEBAR AND MAIN CONTENT SIZING
--------------------------------------------*/
.site-bartlett.node-type-indigo-page.no-sidebars .single-full-width-column {
  padding: 0 16px;
  width: 100%; }
  @media (min-width: 768px) {
    .site-bartlett.node-type-indigo-page.no-sidebars .single-full-width-column {
      padding-left: 0;
      padding-right: 0; }
      .site-bartlett.node-type-indigo-page.no-sidebars .single-full-width-column .main-content {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 0;
        padding-right: 9.29%; } }

/* --------------------- INDIGO CONTENT TYPE STYLING TWO COLUMNS --------------------------- */
.node-type-indigo-page div.field-content-summary {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* -------------- STYLED CALL TO ACTIONS LINKS ie not form/input buttons ---------------- */
.btn-cta {
  background-color: #0D68CF;
  color: #ffffff;
  display: block;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 1.5em; }

a.btn-cta {
  text-decoration: none;
  margin-bottom: 1.5em; }
  a.btn-cta:hover {
    background-color: #094991;
    color: #ffffff; }
  a.btn-cta:focus {
    text-decoration: underline; }

.btn-cta__inline {
  display: inline-block; }

.btn-cta__icon {
  margin-bottom: 20px; }

.btn-cta__icon .btn-cta,
.btn-cta a.btn-cta__icon {
  margin-bottom: 0; }

.btn-cta__icon__text {
  flex: 0 0 85%;
  max-width: 85%;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.btn-cta__icon__svg {
  flex: 0 0 15%;
  max-width: 15%;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3586D2; }

.btn-cta__border,
.btn-cta__border--inline {
  background-color: #ffffff;
  border: solid 1px #0D68CF;
  color: #0D68CF; }

a.btn-cta__border:hover,
a.btn-cta__border--inline:hover {
  background-color: #ffffff;
  color: #094991;
  border-color: #094991; }

.btn-cta__border--inline {
  display: inline-block; }

.uk-inter-switch {
  padding-bottom: 1.5em;
  cursor: pointer; }
  .uk-inter-switch span {
    display: inline-block;
    border: 1px solid #0D68CF;
    text-decoration: none;
    padding: 0.5rem 1rem;
    line-height: 1.25rem;
    margin-right: -5px;
    color: #0D68CF; }
    .uk-inter-switch span:hover {
      background-color: #094991;
      color: #ffffff; }
    .uk-inter-switch span.active {
      background: #0D68CF;
      color: #ffffff; }
  @media (max-width: 767.98px) {
    .uk-inter-switch {
      font-size: 0.75rem; } }

.prog-key-info__icon {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 25%;
  max-width: 25%; }
  @media (min-width: 768px) {
    .prog-key-info__icon {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media (min-width: 992px) {
    .prog-key-info__icon {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.prog-key-info__text {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  flex: 0 0 75%;
  max-width: 75%; }
  @media (min-width: 768px) {
    .prog-key-info__text {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media (min-width: 992px) {
    .prog-key-info__text {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

.node-type-graduate-taught-programme-page .main-content h1,
.node-graduate-research-programme-page .main-content h1,
.node-type-graduate-ite-programme-page .main-content h1,
.node-type-undergraduate-programme-page .main-content h1 {
  margin: 1.875rem 0 0.7rem 0; }

.node-type-graduate-taught-programme-page p:first-of-type .feather-map-pin,
.node-graduate-research-programme-page p:first-of-type .feather-map-pin,
.node-type-graduate-ite-programme-page p:first-of-type .feather-map-pin,
.node-type-undergraduate-programme-page p:first-of-type .feather-map-pin {
  vertical-align: text-top; }

.node-type-graduate-taught-programme-page a.card-link,
.node-graduate-research-programme-page a.card-link,
.node-type-graduate-ite-programme-page a.card-link,
.node-type-undergraduate-programme-page a.card-link {
  background: #00818F;
  color: #ffffff; }

.prog-key-info {
  margin-bottom: 1.875rem;
  border-top: 1px solid #d6d6d6;
  padding-top: 1.5rem; }
  .prog-key-info .prog-key-info__content.container {
    max-width: 100%; }
  .prog-key-info .prog-key-info__content .six-by-six__left {
    background: #ebebeb;
    padding: 3rem 0; }
  .prog-key-info .prog-key-info__content .six-by-six__right {
    background: #f5f5f5;
    padding: 3rem 0; }
  .prog-key-info .prog-key-info__content .btn-cta__icon {
    margin: 0 14.3967%; }
  .prog-key-info .prog-key-info__icon {
    text-align: center;
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0; }
  .prog-key-info .prog-key-info__text {
    padding-left: 1%;
    padding-right: 8%;
    padding-top: 0.55rem;
    font-weight: bold; }
    .prog-key-info .prog-key-info__text div {
      font-size: 1.125rem;
      font-weight: bold; }
    .prog-key-info .prog-key-info__text .prog-key-info__details {
      font-weight: normal; }
    .prog-key-info .prog-key-info__text .prog-key-info__time {
      font-size: 1rem;
      color: #5c5c5c;
      font-weight: normal; }
    .prog-key-info .prog-key-info__text h5 {
      color: #5c5c5c;
      font-weight: normal; }
  .prog-key-info .prog-key-info__text,
  .prog-key-info .prog-key-info__icon {
    padding-bottom: 2rem; }
  .prog-key-info .prog-key-info__status-closed {
    margin-top: 0.7rem;
    color: #D50032;
    font-size: 0.875rem; }
  .prog-key-info .prog-key-info__status-open {
    margin-top: 0.7rem;
    color: #238638;
    font-size: 0.875rem; }
  .prog-key-info .international {
    padding-top: 1.5rem; }
  @media (min-width: 576px) {
    .prog-key-info .prog-key-info__icon {
      padding-left: 2rem; } }
  @media (min-width: 768px) {
    .prog-key-info .prog-key-info__text {
      padding-left: 3%; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .prog-key-info .prog-key-info__text div {
      font-size: 1rem; }
    .prog-key-info .prog-key-info__icon svg {
      width: 50px;
      height: 50px; } }

.prog-overview .feature-list svg {
  margin-bottom: 1rem; }

.prog-double-list {
  padding: 0 1rem; }
  @media (min-width: 768px) {
    .prog-double-list {
      padding: 0; } }
  .prog-double-list .prog-double-list__content.container {
    max-width: 100%; }

.prog-modules svg {
  margin-right: 1.25rem;
  vertical-align: top; }

.prog-modules span {
  line-height: 1.5;
  padding-right: 1.5rem; }

@media (max-width: 767.98px) {
  .prog-modules svg {
    float: left; }
  .prog-modules a {
    float: right;
    width: 80%; } }

.eight-by-four__right .card-link {
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .eight-by-four__right .card-link {
      margin-top: 0; } }

.prog-choice.background__gray {
  padding: 6%;
  margin-bottom: 3rem; }
  .prog-choice.background__gray .btn-cta__icon {
    width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .prog-choice.background__gray .btn-cta__icon {
        width: 50%;
        max-width: 50%; } }

/*--------------------------
UNDERGRADUATE
---------------------------*/
.node-type-undergraduate-programme-page .prog-modules .tabs--active-grey .tabs__content {
  background: #f5f5f5; }

.node-type-undergraduate-programme-page div.dropdown,
.node-type-undergraduate-programme-page #ucl-programmes-international-equivalencies-form {
  margin-bottom: 1.5rem; }
  .node-type-undergraduate-programme-page div.dropdown select,
  .node-type-undergraduate-programme-page #ucl-programmes-international-equivalencies-form select {
    outline: none;
    border: #adadad solid 1px;
    background-image: none;
    background: #ffffff url("/indigo3/images/chevron-down.svg") no-repeat right 3% top 50%;
    padding: 0.75rem 1.25rem;
    font-size: 1.2rem;
    color: #333333;
    width: 100%;
    appearance: none; }

.node-type-undergraduate-programme-page #ucl-programmes-international-equivalencies-form label {
  margin-bottom: 1.5rem; }

.node-type-undergraduate-programme-page .prog-requirements .tab-container dd {
  padding: 0;
  margin: 0; }

.node-type-undergraduate-programme-page .prog-requirements .tab-container dt {
  font-weight: bold;
  margin-top: 0.5rem; }

.node-type-undergraduate-programme-page .prog-requirements .tab-container h4 {
  padding-left: 1rem;
  font-size: 1.4rem; }

.node-type-undergraduate-programme-page #course-overview .feature-list {
  padding-top: 1.5rem; }
  .node-type-undergraduate-programme-page #course-overview .feature-list h4 {
    line-height: 1.2; }
  .node-type-undergraduate-programme-page #course-overview .feature-list div {
    clear: both; }

.node-type-undergraduate-programme-page .prog-next .six-by-six__left,
.node-type-undergraduate-programme-page .prog-next .six-by-six__right {
  padding-bottom: 0; }

/*--------------------------
TEACHER TRAINING
----------------------------*/
.prog-double-list__content .feature-list svg.icon {
  vertical-align: middle; }

.prog-requirements .tabs--active-grey {
  margin: 2.5rem 0 3rem 0; }
  .prog-requirements .tabs--active-grey .tabs__content {
    background: #F5F5F5; }
  .prog-requirements .tabs--active-grey .prog-requiremements__other, .prog-requirements .tabs--active-grey .prog-equivalencies {
    padding: 1rem 1.8rem; }

.prog-requirements .exam-l {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .prog-requirements .exam-l {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

.prog-requirements .exam-m {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .prog-requirements .exam-m {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
  @media (min-width: 1200px) {
    .prog-requirements .exam-m {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; } }

.prog-requirements .exam-r {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .prog-requirements .exam-r {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  @media (min-width: 1200px) {
    .prog-requirements .exam-r {
      flex: 0 0 75%;
      max-width: 75%; } }

.prog-requirements .exam-l {
  font-weight: bold;
  padding: 8px; }

.prog-requirements .exam-m span {
  margin: 10px;
  background: #238638;
  color: #ffffff;
  font-weight: bold;
  display: block;
  font-size: 0.9375rem;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .prog-requirements .exam-m span {
      text-align: center;
      padding: 0; } }

.prog-requirements .exam-r {
  padding: 8px 20px; }

.prog-equivalencies {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 3.56rem; }
  .prog-equivalencies select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url("/indigo3/images/chevron-down.svg") no-repeat right 3% top 50%;
    border: #858585 1px solid;
    padding: 1rem;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    cursor: inherit; }
  .prog-equivalencies label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .prog-equivalencies label.focusable:active, .prog-equivalencies label.focusable:focus {
      clip: auto;
      height: auto;
      margin: 0;
      overflow: visible;
      position: static;
      width: auto; }

.tt-career .eight-by-four, .tt-course-structure .eight-by-four {
  margin-top: 3rem; }

.ofsted-box {
  border: solid 1px #d6d6d6;
  padding: 2.8rem 2.8rem 0 2.8rem;
  margin: 3rem 0; }
  .ofsted-box img {
    width: 142px;
    float: left;
    padding-right: 1.5rem; }

.about-ioe .four-by-eight .four-by-eight__left img {
  padding-right: 1.5rem;
  margin-bottom: 0; }

.tt-course-apply {
  padding: 2.8rem;
  margin-bottom: 3rem; }
  .tt-course-apply .btn-cta__icon {
    width: 45%; }

/*------------------------------------
IN PAGE NAV MENU
--------------------------------------*/
.site-prospective-students-graduate .floating-menu-widget,
.site-prospective-students-undergraduate-redesign .floating-menu-widget {
  background: #333333;
  color: #fff;
  padding: 1rem 0.8rem 0;
  width: 10.5rem;
  position: fixed;
  top: 10%; }
  .site-prospective-students-graduate .floating-menu-widget .feather-menu,
  .site-prospective-students-undergraduate-redesign .floating-menu-widget .feather-menu {
    vertical-align: -7px;
    stroke: #ea7600;
    display: inline-block;
    margin-right: 0.7rem; }
  .site-prospective-students-graduate .floating-menu-widget a,
  .site-prospective-students-undergraduate-redesign .floating-menu-widget a {
    color: #d6d6d6;
    text-decoration: none; }
    .site-prospective-students-graduate .floating-menu-widget a:hover,
    .site-prospective-students-undergraduate-redesign .floating-menu-widget a:hover {
      text-decoration: underline; }
  .site-prospective-students-graduate .floating-menu-widget h3,
  .site-prospective-students-undergraduate-redesign .floating-menu-widget h3 {
    display: inline-block;
    font-size: 0.9rem; }
  .site-prospective-students-graduate .floating-menu-widget ul,
  .site-prospective-students-undergraduate-redesign .floating-menu-widget ul {
    padding-left: 0.1rem;
    margin-top: -0.5rem;
    list-style: none; }
    .site-prospective-students-graduate .floating-menu-widget ul li,
    .site-prospective-students-undergraduate-redesign .floating-menu-widget ul li {
      font-size: 0.8rem;
      line-height: 2;
      margin-bottom: 0; }
      .site-prospective-students-graduate .floating-menu-widget ul li .active a,
      .site-prospective-students-undergraduate-redesign .floating-menu-widget ul li .active a {
        padding-left: 10px; }
      .site-prospective-students-graduate .floating-menu-widget ul li.active::before,
      .site-prospective-students-undergraduate-redesign .floating-menu-widget ul li.active::before {
        content: "\2023";
        color: #ea7600;
        margin-right: 7px; }
  @media (min-width: 768px) {
    .site-prospective-students-graduate .floating-menu-widget,
    .site-prospective-students-undergraduate-redesign .floating-menu-widget {
      position: static;
      border-bottom: #00818F 1em solid;
      padding: 1.5rem 1rem 0;
      width: 13rem; }
      .site-prospective-students-graduate .floating-menu-widget ul li,
      .site-prospective-students-undergraduate-redesign .floating-menu-widget ul li {
        font-size: 1rem;
        line-height: 1.5; }
        .site-prospective-students-graduate .floating-menu-widget ul li.active::before,
        .site-prospective-students-undergraduate-redesign .floating-menu-widget ul li.active::before {
          font-size: 1.5rem; }
      .site-prospective-students-graduate .floating-menu-widget h3,
      .site-prospective-students-undergraduate-redesign .floating-menu-widget h3 {
        font: 1rem; } }
  @media (max-width: 767.98px) {
    .site-prospective-students-graduate .floating-menu-widget,
    .site-prospective-students-undergraduate-redesign .floating-menu-widget {
      display: none !important; } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .site-prospective-students-graduate .floating-menu-widget,
    .site-prospective-students-undergraduate-redesign .floating-menu-widget {
      right: 0;
      top: 170px; } }
  .site-prospective-students-graduate .floating-menu-widget .hidden-menu-links.hide,
  .site-prospective-students-undergraduate-redesign .floating-menu-widget .hidden-menu-links.hide {
    display: none; }

.site-prospective-students-graduate .feature-list,
.site-prospective-students-undergraduate-redesign .feature-list {
  margin-top: 2em; }
  .site-prospective-students-graduate .feature-list div, .site-prospective-students-graduate .feature-list p,
  .site-prospective-students-undergraduate-redesign .feature-list div,
  .site-prospective-students-undergraduate-redesign .feature-list p {
    clear: both; }

.floating-menu {
  position: fixed;
  top: 10px; }

.openday {
  margin-top: 1rem; }
  .openday .inpage-feed__right,
  .openday .inpage-feed__left {
    border-top: none; }
  .openday .openday-search__left {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding: 0; }
    @media (min-width: 768px) {
      .openday .openday-search__left {
        flex: 0 0 25%;
        max-width: 25%; } }
  .openday .openday-search__right {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding: 0; }
    @media (min-width: 768px) {
      .openday .openday-search__right {
        flex: 0 0 75%;
        max-width: 75%; } }
  .openday h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: bold; }
    @media (min-width: 992px) {
      .openday h1 {
        font-size: 1.875rem; } }
  .openday .inpage-feed__right,
  .openday .inpage-feed__left {
    border-top: none; }
  @media (max-width: 991.98px) {
    .openday .inpage-feed__left {
      display: none; } }
  .openday .openday-search__left {
    background: #f6BE00;
    padding: 2rem 3.39% .5rem 3.5%; }
  .openday .openday-search__right {
    background: #f6BE00;
    padding: 2rem 3.5% .5rem 4%; }
    @media (min-width: 768px) {
      .openday .openday-search__right {
        padding-right: 2%; } }
  .openday .forward-link a {
    color: #333; }
  .openday .forward-link svg {
    stroke: #333; }
  .openday .openday-search__left::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    background-color: inherit;
    height: 100%;
    width: 9600px;
    right: 100%; }
  .openday .openday-search-container {
    width: 100%; }
    .openday .openday-search-container form input[type="text"] {
      appearance: none;
      -webkit-appearance: none;
      padding: 0 10px 0 18px;
      color: #333;
      border: 0;
      outline: none;
      float: left;
      width: 100%;
      height: 3.8rem;
      border: 1px solid #0D68CF;
      font-size: 1.125rem; }
    .openday .openday-search-container form input[type="submit"] {
      float: right;
      width: 20%;
      appearance: none;
      -webkit-appearance: none;
      border: none;
      height: 3.8rem;
      background: #0D68CF;
      color: #fff;
      font-size: 1rem; }
    .openday .openday-search-container #search-box {
      margin-bottom: .5rem; }
  .openday .dropdown__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    background-color: #f5f5f5;
    color: #333;
    padding: 1rem;
    background: #ffffff url("/indigo3/images/chevron-down.svg") no-repeat right 3% top 50%;
    border: #858585 1px solid;
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    cursor: inherit; }
  .openday #reset {
    margin-top: 1.5rem; }
  .openday #open-day-type {
    padding-bottom: 1.5em; }
    .openday #open-day-type span {
      display: inline-block;
      border: 1px solid #0D68CF;
      text-decoration: none;
      padding: 0.5rem 1rem;
      line-height: 1.25rem;
      margin-right: -5px;
      color: #0D68CF;
      background: #fff; }
      .openday #open-day-type span:hover {
        background-color: #094991;
        color: #ffffff; }
      .openday #open-day-type span.active {
        background: #0D68CF;
        color: #ffffff; }
    @media (max-width: 767.98px) {
      .openday #open-day-type {
        font-size: 0.75rem; } }
  .openday .row.no-gutters.openday-feed-listing {
    width: 100%; }

@media (min-width: 768px) {
  #events-and-open-days.node-type-hub-page.page-node-2642 .single-full-width-column {
    padding-right: 0;
    padding-left: 0; } }

.node-hub-page .tab-container .accordion__title:last-of-type {
  margin-bottom: 2.5rem; }

.node-hub-page .tab-container .accordion__title.active:last-of-type {
  margin-bottom: 0; }

.site-prospective-students-graduate .background__grey.prog-choice .btn-cta__icon {
  width: 100%; }
  @media (min-width: 768px) {
    .site-prospective-students-graduate .background__grey.prog-choice .btn-cta__icon {
      width: 35%; } }

.site-prospective-students-graduate section.background__grey {
  background: #f5f5f5;
  padding: 3rem; }

.site-prospective-students-graduate #application-form h4 {
  margin-top: 1.5rem;
  margin-bottom: .7rem; }

.site-prospective-students-graduate .application-form__input {
  line-height: 1.5;
  margin-bottom: .3rem;
  display: flex; }
  .site-prospective-students-graduate .application-form__input input {
    margin: .3rem; }
  .site-prospective-students-graduate .application-form__input label {
    display: inline;
    font-weight: normal;
    padding-left: .5rem; }

.course-finder {
  padding-top: .7rem; }

.tabs__content .course-search-box {
  margin-bottom: 1.8rem; }

html.js input.form-autocomplete,
html.js input.throbbing {
  background-image: none !important; }

.course-compare {
  float: right;
  margin-bottom: 4.625rem; }
  .course-compare .course-compare__anchor {
    text-decoration: none;
    vertical-align: 6px;
    padding-left: 5px; }
    .course-compare .course-compare__anchor:hover {
      text-decoration: underline; }

.search-filter {
  clear: both;
  border-top: #0D68CF 1px solid;
  padding-top: 1rem; }
  .search-filter h2 {
    float: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    width: 65%; }
  .search-filter .search-filter__svg-dt {
    float: right;
    background: #0D68CF;
    border-radius: 100%;
    padding: .9rem 0.9rem 0.5rem 0.9rem;
    width: auto; }
  .search-filter #facets-slider-icon {
    width: 25px;
    height: 25px; }

.course-finder-search-results,
.faculty-list-results,
.course-finder-subject-list {
  margin-bottom: 1.5rem;
  padding-top: 1.875rem; }
  .course-finder-search-results .search-results__result-counter,
  .faculty-list-results .search-results__result-counter,
  .course-finder-subject-list .search-results__result-counter {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .course-finder-search-results .search-results__result-counter,
      .faculty-list-results .search-results__result-counter,
      .course-finder-subject-list .search-results__result-counter {
        font-size: 1.125rem; } }
  .course-finder-search-results .result-item,
  .faculty-list-results .result-item,
  .course-finder-subject-list .result-item {
    clear: both;
    margin-bottom: 1.5rem; }
    .course-finder-search-results .result-item svg,
    .faculty-list-results .result-item svg,
    .course-finder-subject-list .result-item svg {
      float: right;
      width: 15%; }
    .course-finder-search-results .result-item a,
    .faculty-list-results .result-item a,
    .course-finder-subject-list .result-item a {
      font-size: 1.125rem;
      line-height: 1.2;
      margin-bottom: 1.5rem;
      font-weight: bold;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .course-finder-search-results .result-item a,
        .faculty-list-results .result-item a,
        .course-finder-subject-list .result-item a {
          font-size: 1.25rem; } }
    .course-finder-search-results .result-item a, .course-finder-search-results .result-item span,
    .faculty-list-results .result-item a,
    .faculty-list-results .result-item span,
    .course-finder-subject-list .result-item a,
    .course-finder-subject-list .result-item span {
      display: block;
      float: left;
      width: 85%; }
    .course-finder-search-results .result-item .search-results__dept,
    .faculty-list-results .result-item .search-results__dept,
    .course-finder-subject-list .result-item .search-results__dept {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .course-finder-search-results .result-item .search-results__dept,
        .faculty-list-results .result-item .search-results__dept,
        .course-finder-subject-list .result-item .search-results__dept {
          font-size: 1.125rem; } }
    @media (min-width: 576px) {
      .course-finder-search-results .result-item svg,
      .faculty-list-results .result-item svg,
      .course-finder-subject-list .result-item svg {
        float: left;
        width: 5%; }
      .course-finder-search-results .result-item a, .course-finder-search-results .result-item span,
      .faculty-list-results .result-item a,
      .faculty-list-results .result-item span,
      .course-finder-subject-list .result-item a,
      .course-finder-subject-list .result-item span {
        float: right;
        width: 95%; } }
  .course-finder-search-results .search-results__more__anchor,
  .faculty-list-results .search-results__more__anchor,
  .course-finder-subject-list .search-results__more__anchor {
    text-decoration: none;
    vertical-align: 6px;
    padding-left: 5px; }
    .course-finder-search-results .search-results__more__anchor:hover,
    .faculty-list-results .search-results__more__anchor:hover,
    .course-finder-subject-list .search-results__more__anchor:hover {
      text-decoration: underline; }

.course-finder-faculty-list .accordion__title p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: normal;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .course-finder-faculty-list .accordion__title p {
      font-size: 1.125rem; } }

.course-finder-subject-list .accordion__title h3 {
  margin-bottom: 0; }

ol.alpha-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.alpha-list .alpha-list__inactive {
  color: #adadad;
  padding: .6rem; }

.alpha-list li {
  display: inline-block;
  padding-top: .6em; }
  .alpha-list li:before {
    content: none; }
  .alpha-list li a {
    text-decoration: none;
    padding: .6rem; }
    .alpha-list li a:hover, .alpha-list li a.active {
      color: #fff;
      background: #0D68CF;
      text-decoration: underline; }

.facet-manage__top {
  margin: 1rem 0 1.5rem 0; }

.facet-list_container .facet-count {
  color: #adadad;
  display: inline-block;
  padding-left: .3rem; }

.facet-list_container ul.facet-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0; }
  .facet-list_container ul.facet-list li.facet-item {
    margin-bottom: 1rem; }
    .facet-list_container ul.facet-list li.facet-item:before {
      content: none;
      color: transparent; }

@media (max-width: 991.98px) {
  .facet-no-scroll {
    overflow-y: hidden; }
  .facet-scroll {
    overflow-y: scroll; }
  .floating-filter-search {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    padding-right: 1rem;
    z-index: 1;
    margin-left: -1rem;
    padding-left: 1rem; }
  .site-content .main-content .search-filter {
    border-bottom: #0D68CF 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem; }
    .site-content .main-content .search-filter .search-filter__heading h2 {
      border-top: none;
      margin-top: 0;
      padding: 1rem 0;
      margin: 0; }
    .site-content .main-content .search-filter .facet-manage__top {
      margin: 0; }
    .site-content .main-content .search-filter .floating-filter-search .facet-filters {
      height: 100vh; }
    .site-content .main-content .search-filter .floating-filter-search #ucl-programme-search-facets-form {
      height: 100vh; }
    .site-content .main-content .search-filter .search-filter--close {
      background: unset;
      border: 3px solid #0D68CF; } }

#undergraduate-degrees .tabs__content .course-search-box {
  margin-bottom: 0.5rem; }

.form-item-ucl-programme-search-year {
  padding-top: 1.2rem;
  clear: both; }
  .form-item-ucl-programme-search-year.form-item {
    margin-bottom: 0; }
  .form-item-ucl-programme-search-year select {
    outline: none;
    border: #0D68CF solid 1px;
    background: #0D68CF url("/indigo3/images/chevron-down-white.svg") no-repeat right 10px top 50%;
    padding: 0.625em 3rem 0.625em .8rem;
    font-size: 1.2rem;
    color: #fff;
    width: auto;
    appearance: none; }
  .form-item-ucl-programme-search-year label {
    padding-bottom: 0.8rem;
    color: #0D68CF; }
  .form-item-ucl-programme-search-year .description {
    display: none; }

#undergraduate-degrees.site-prospective-students-undergraduate-redesign .tabs__navigation,
#undergraduate-degrees.site-prospective-students-undergraduate .tabs__navigation {
  display: none; }

#undergraduate-degrees.site-prospective-students-undergraduate-redesign .tabs__content .tab-content,
#undergraduate-degrees.site-prospective-students-undergraduate .tabs__content .tab-content {
  padding: 0; }

#undergraduate-degrees.site-prospective-students-undergraduate-redesign .search-filter,
#undergraduate-degrees.site-prospective-students-undergraduate .search-filter {
  margin-top: 1.5em; }

/*-------------------------------------------------------------------

// PATTERNS TO BE DEFINED AS GENERIC TYPES AND MOVED TO OWN PARTIALS

-------------------------------------------------------------------*/
.right-page-nav {
  background: #E6F5F6;
  border-top: 2px solid #00818F;
  padding: 1.875rem;
  margin-bottom: 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .right-page-nav ul {
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 0; }
  .right-page-nav li {
    margin-bottom: .5rem; }

.background__gray {
  background-color: #f5f5f5; }

.page-update {
  margin-bottom: 3.125rem;
  padding-left: 1rem; }
  .page-update svg {
    vertical-align: top;
    margin-right: 0.9375rem; }

.left-column .main-content .container .row div .entity h2 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.node-type-hub-page .main-content .node-hub-page .container .row div h2 {
  margin-top: 0; }

/* --------------- 	RESUSABLE LAYOUTS --------------------------- */
/* -------------  TWO COLUMN SUB-LAYOUTs  ---------------------- */
/*------------------- HALF AND HALF STANDARD LAYOUT  --------------------------*/
.container.six-by-six {
  padding: 0;
  margin: 0;
  max-width: none; }
  @media (min-width: 576px) {
    .container.six-by-six {
      max-width: none; } }

.six-by-six__left,
.six-by-six__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .six-by-six__left,
    .six-by-six__right {
      flex: 0 0 50%;
      max-width: 50%; } }

.six-by-six__right, .six-by-six__left {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .six-by-six__right, .six-by-six__left {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .six-by-six__right, .six-by-six__left {
    padding-bottom: 1.875rem; }
  .six-by-six__left {
    padding-right: 1rem; }
  .six-by-six__right {
    padding-left: 1rem; } }

/* ------------- TWO THIRDS AND A THIRD ------------------------*/
/* ----------------- BIG COLUMN LEFT SMALL RIGHT -----------------*/
.container.eight-by-four {
  padding: 0 0 1.875rem;
  margin: 0;
  max-width: none; }
  @media (min-width: 576px) {
    .container.eight-by-four {
      max-width: none; } }

.eight-by-four__left {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .eight-by-four__left {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

.eight-by-four__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .eight-by-four__right {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

@media (min-width: 768px) {
  .eight-by-four__right {
    padding-left: 1rem; } }

.eight-by-four__left {
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .eight-by-four__left {
      padding-right: 1rem;
      padding-bottom: 0; } }

@media (min-width: 768px) {
  .eight-by-four__right a.card-link {
    margin-right: -2rem;
    margin-left: 2rem; } }

/* ------------- THIRD AND TWO THIRDS ------------------------*/
/* ----------------- BIG COLUMN RIGHT SMALL LEFT -----------------*/
.container.four-by-eight {
  padding: 0 0 1.875rem;
  margin: 0;
  max-width: none; }
  @media (min-width: 576px) {
    .container.four-by-eight {
      max-width: none; } }

.four-by-eight__left {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .four-by-eight__left {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.four-by-eight__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .four-by-eight__right {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

@media (min-width: 768px) {
  .four-by-eight__right {
    padding-left: 1rem; } }

@media (min-width: 768px) {
  .four-by-eight__left {
    padding-right: 1rem; } }

/*---------------------- THREE 	EQUAL COLUMNS SUB LAYOUT -------------------------*/
.four-by-four-by-four.container {
  margin: 1rem  auto 1.5rem auto;
  padding: 0;
  max-width: none; }
  @media (min-width: 576px) {
    .four-by-four-by-four.container {
      max-width: none; } }

.four-by-four-by-four__left,
.four-by-four-by-four__middle,
.four-by-four-by-four__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .four-by-four-by-four__left,
    .four-by-four-by-four__middle,
    .four-by-four-by-four__right {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

@media (min-width: 768px) {
  .four-by-four-by-four__left {
    padding-right: 16px; } }

@media (min-width: 768px) {
  .four-by-four-by-four__right {
    padding-left: 16px; } }

@media (min-width: 768px) {
  .four-by-four-by-four__middle {
    padding-right: 8px;
    padding-left: 8px; } }

/*--------------------------------------------------------------
FOUR EQUAL COLUMNS SUB LAYOUT
-------------------------------------------------------------*/
.three-by-three-by-three-by-three.container,
.four-item-layout.container {
  margin: 1rem  auto 0 auto;
  padding: 0;
  max-width: none; }
  @media (min-width: 576px) {
    .three-by-three-by-three-by-three.container,
    .four-item-layout.container {
      max-width: none; } }

.three-by-three-by-three-by-three .four-item-column__one,
.three-by-three-by-three-by-three .four-item-column__two,
.three-by-three-by-three-by-three .four-item-column__three,
.three-by-three-by-three-by-three .four-item-column__four,
.four-item-layout .four-item-column__one,
.four-item-layout .four-item-column__two,
.four-item-layout .four-item-column__three,
.four-item-layout .four-item-column__four {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .three-by-three-by-three-by-three .four-item-column__one,
    .three-by-three-by-three-by-three .four-item-column__two,
    .three-by-three-by-three-by-three .four-item-column__three,
    .three-by-three-by-three-by-three .four-item-column__four,
    .four-item-layout .four-item-column__one,
    .four-item-layout .four-item-column__two,
    .four-item-layout .four-item-column__three,
    .four-item-layout .four-item-column__four {
      flex: 0 0 25%;
      max-width: 25%; } }

@media (min-width: 768px) {
  .three-by-three-by-three-by-three .four-item-column__one,
  .four-item-layout .four-item-column__one {
    padding-left: 0px;
    padding-right: 24px; }
  .three-by-three-by-three-by-three .four-item-column__two,
  .four-item-layout .four-item-column__two {
    padding-left: 6.5px;
    padding-right: 16px; }
  .three-by-three-by-three-by-three .four-item-column__three,
  .four-item-layout .four-item-column__three {
    padding-right: 6px;
    padding-left: 16.5px; }
  .three-by-three-by-three-by-three .four-item-column__four,
  .four-item-layout .four-item-column__four {
    padding-right: 0px;
    padding-left: 24px; } }

/* --------------------- CUSTOM LAYOUTS MICROSERVICE----------------------*/
/*------------------- RELATED INFO PANEL  --------------------*/
.container.site-width.related-info {
  padding: 2.5rem 1rem;
  border-top: 1px solid #d6d6d6;
  margin-top: 1.25rem; }
  @media (min-width: 768px) {
    .container.site-width.related-info {
      padding: 2.5rem 0; } }

.related-info .related-info__column {
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .related-info .related-info__column {
      flex: 0 0 25%;
      max-width: 25%; }
      .related-info .related-info__column:nth-of-type(1) {
        padding-left: 0; }
      .related-info .related-info__column:nth-of-type(4) {
        padding-right: 0; } }

/* --------------- CONTACT PANEL -------------- */
.contact-panel-screen-width.container {
  max-width: 100%;
  padding-left: 0; }

.contact-panel.container {
  padding: 0;
  margin: 0 auto 1.5rem 0;
  width: 100%; }

.contact-panel .column-left {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .contact-panel .column-left {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      padding: 0; } }

.contact-panel .column-right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .contact-panel .column-right {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
      padding: 0; } }

.contact-panel .card-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word; }
  @media (min-width: 768px) {
    .contact-panel .card-wrapper {
      padding-right: 1rem; } }

.contact-panel .contact-panel__card-one {
  margin-bottom: 3rem;
  width: 100%; }
  .contact-panel .contact-panel__card-one .card-wrapper {
    margin-top: 1.875rem;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-panel .contact-panel__card-one .card-wrapper {
        margin-right: 1.875rem; } }
  @media (min-width: 768px) {
    .contact-panel .contact-panel__card-one {
      width: 90%; } }
  @media (min-width: 992px) {
    .contact-panel .contact-panel__card-one {
      width: 70%; } }

.contact-panel .responsive-square {
  position: relative;
  padding-left: .5rem;
  width: 40.17%;
  max-height: 180px;
  max-width: 180px;
  display: inline-block;
  float: none; }
  .contact-panel .responsive-square:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .contact-panel .responsive-square .contact-panel__image {
    position: absolute;
    width: 100%;
    height: 100%; }
    .contact-panel .responsive-square .contact-panel__image img {
      height: 100%;
      width: 100%;
      margin-bottom: 0; }
  @media (min-width: 576px) {
    .contact-panel .responsive-square {
      float: left;
      padding-left: 0; } }

.contact-panel .contact-panel__content {
  float: none;
  width: 100%;
  padding: 1.5rem .5rem; }
  .contact-panel .contact-panel__content p,
  .contact-panel .contact-panel__content h5,
  .contact-panel .contact-panel__content a {
    margin-bottom: 12px;
    font-size: 1rem; }
  @media (min-width: 576px) {
    .contact-panel .contact-panel__content {
      float: left;
      padding: 1.5rem 1.5rem 0 1.5rem;
      width: 57%; } }

/*-------------- SIMILAR COURSES PANEL ---------------*/
@media (min-width: 768px) and (max-width: 1199.98px) {
  .similar-courses .four-by-four-by-four.container {
    margin-left: 0; } }

.similar-courses .card-link {
  width: 79.4123%; }

.similar-courses img {
  max-height: 252px; }

/*---------------- PROGRAMME CHOICE --------------------*/
.programme-choice {
  padding: 3.125rem 3.125rem 1.875rem 3.125rem;
  margin: 3.75rem 0; }
  .programme-choice .btn-cta__icon {
    margin-top: 3.75rem;
    max-width: 430px; }

.node-type-hub-page .site-content .main-content h1 {
  margin-bottom: 1.5rem; }

.node-type-hub-page .single-full-width-column {
  width: 100%;
  padding: 0 16px; }
  .node-type-hub-page .single-full-width-column .main-content {
    margin-top: 1rem;
    padding-right: 0; }

@media (min-width: 768px) {
  .node-type-hub-page .single-full-width-column {
    padding-right: 0;
    padding-left: 0; }
  .node-type-hub-page .main-content {
    margin-top: 2rem; } }

/* --------------------- HEADER ------------------------
-----------------------*/
.top-menu-tab {
  display: none; }

.masthead {
  background-color: #EBEBEB;
  height: 32px;
  /*GLOBAL SEARCH*/ }
  .masthead .search-login {
    float: left;
    width: 20%;
    font-size: .8rem;
    padding-left: 16px; }
    @media (min-width: 576px) {
      .masthead .search-login {
        font-size: 1rem;
        padding-left: 0; } }
  .masthead .global-search {
    float: right;
    width: 60%;
    background-color: #f5f5f5;
    margin-right: 10px; }
    .masthead .global-search form input[type="search"] {
      appearance: none;
      -webkit-appearance: none;
      padding: 0 10px 0 18px;
      background-color: #f5f5f5;
      color: #333;
      border: 0;
      outline: none;
      float: left;
      width: 80%;
      height: 32px; }
    .masthead .global-search form input[type="submit"] {
      float: right;
      width: 20%;
      appearance: none;
      -webkit-appearance: none;
      border: none;
      height: 32px;
      background: #d6d6d6;
      color: #333;
      cursor: pointer; }
    @media (min-width: 576px) {
      .masthead .global-search {
        width: 30%;
        margin-right: 0; } }

.masthead__search-icon {
  float: right;
  padding-right: 5px;
  display: none; }

.header {
  background: #333;
  border-bottom: #fff 1em solid; }
  .header img {
    margin-bottom: 0; }
  .header .header__menu {
    color: white;
    display: inline-block;
    line-height: 1.2;
    display: flex;
    font-weight: bold;
    align-items: center;
    width: 100%; }
    .header .header__menu p {
      display: inline-block;
      padding: 5px 0 5px 10px;
      margin: 0;
      font-size: .9rem;
      width: 5.32670%;
      cursor: pointer; }
      .header .header__menu p .header-menu__dt-text {
        display: none; }
      .header .header__menu p .header-menu__sm-text {
        text-transform: capitalize; }
    .header .header__menu .feather-menu.icon {
      cursor: pointer; }
  .header #logo {
    background: #fff;
    min-height: 20px;
    min-width: 100px;
    margin-top: 10px; }
  @media (min-width: 576px) {
    .header .header__menu {
      line-height: 1.7; }
      .header .header__menu p {
        font-size: 1rem;
        width: auto; }
        .header .header__menu p .header-menu__dt-text {
          display: inline; }
        .header .header__menu p .header-menu__sm-text {
          text-transform: none; } }

.header__menu button {
  all: unset;
  box-sizing: border-box;
  display: flex; }
  .header__menu button:focus-visible {
    outline: 2px solid #0060df; }

.site-prospective-students-graduate .header,
.site-prospective-students-undergraduate-redesign .header,
.site-prospective-students-undergraduate .header {
  border-bottom: #00818F 1em solid; }
  .site-prospective-students-graduate .header #logo,
  .site-prospective-students-undergraduate-redesign .header #logo,
  .site-prospective-students-undergraduate .header #logo {
    background: #00818F; }

/*----------------------------------
 STANDARD UCL MENU FOOTER WITH LINKS ETC.
 ----------------------------------------*/
.footer-menu__links__content {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .footer-menu__links__content {
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0; } }

.footer-menu__details .footer-menu__details__address {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .footer-menu__details .footer-menu__details__address {
      flex: 0 0 25%;
      max-width: 25%;
      padding-left: 0; } }

.footer-menu__details .footer-menu__details__links {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .footer-menu__details .footer-menu__details__links {
      flex: 0 0 75%;
      max-width: 75%;
      padding: 0; } }

.footer-global {
  color: #ffffff;
  background: #333333; }
  .footer-global a {
    color: #ffffff;
    text-decoration: none; }
    .footer-global a:hover {
      text-decoration: underline; }
  .footer-global ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.7; }
  .footer-global .footer__inner.wrapper {
    padding: 2.7rem 0; }
  .footer-global .footer-menu__social {
    border-bottom: #ffffff solid 1px;
    padding: 0 16px; }
    @media (min-width: 768px) {
      .footer-global .footer-menu__social {
        padding: 0; } }
    .footer-global .footer-menu__social h2 {
      font-size: 1rem;
      margin-bottom: 1.2rem; }
    .footer-global .footer-menu__social li {
      display: inline-block;
      margin-right: 1.17rem;
      margin-bottom: 1.2rem;
      padding-top: 0.3125rem;
      padding-bottom: 0.25rem; }
  .footer-global .footer-menu__links {
    margin-top: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem; }
    .footer-global .footer-menu__links h2 {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 0.7rem; }
    .footer-global .footer-menu__links li {
      margin-bottom: 0.5625rem; }
  .footer-global .footer-menu__details {
    margin-top: 2rem; }
    .footer-global .footer-menu__details address {
      font-style: normal;
      font-size: 0.75rem; }
    .footer-global .footer-menu__details .copyright-text {
      font-size: 0.75rem;
      display: block;
      line-height: 2.2;
      margin-bottom: 0.7rem; }
    .footer-global .footer-menu__details li {
      display: inline-block; }
      .footer-global .footer-menu__details li:after {
        content: " | "; }
      .footer-global .footer-menu__details li.footer-login-cross {
        padding-left: 5px; }
        .footer-global .footer-menu__details li.footer-login-cross:after {
          content: normal; }
    .footer-global .footer-menu__details .ad_login_button_cross {
      vertical-align: -4px;
      border: none;
      padding: 0;
      width: 10px;
      height: 10px; }

/*-------------------------------
IN THIS SECTION MENU
HAMBURGER MENU POPUP
--------------------------------*/
.in-this-section-menu {
  background-color: #333;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: ease-in;
  overflow-y: scroll; }
  .in-this-section-menu.hide {
    display: none;
    height: 0%;
    transition: ease-out; }
  .in-this-section-menu .in-this-section-menu-content {
    margin-top: 3rem; }
  .in-this-section-menu h1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.875rem; }
  .in-this-section-menu *::marker {
    color: transparent; }
  .in-this-section-menu ul li a {
    margin: 0 0 1rem 0;
    display: block; }
  .in-this-section-menu ul, .in-this-section-menu ul li.leaf,
  .in-this-section-menu ul li.expanded {
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    list-style-image: none; }
  .in-this-section-menu ul li:before {
    content: none; }
  .in-this-section-menu a,
  .in-this-section-menu li a.active {
    color: #ffffff;
    text-decoration: none; }
  .in-this-section-menu .region-menu {
    margin: 0 auto;
    width: 90%; }
    @media (min-width: 576px) {
      .in-this-section-menu .region-menu {
        width: 80%; } }
    @media (min-width: 768px) {
      .in-this-section-menu .region-menu {
        width: 50%; } }
  .in-this-section-menu .close-in-this-section-menu {
    position: absolute;
    right: 5%;
    top: 1rem;
    background: #333;
    color: #ea7600;
    font-family: inherit;
    font-size: 1rem;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    cursor: pointer; }
    @media (min-width: 576px) {
      .in-this-section-menu .close-in-this-section-menu {
        right: 15%; } }
    .in-this-section-menu .close-in-this-section-menu svg {
      vertical-align: -7px;
      height: 24px;
      width: 24px; }
    @media (min-width: 768px) {
      .in-this-section-menu .close-in-this-section-menu {
        top: 1.5rem; } }
  .in-this-section-menu .menu__accordion {
    position: relative;
    border-left: solid 1px #5c5c5c;
    margin-left: -1.25rem; }
  .in-this-section-menu ul.menu__accordion {
    margin-bottom: 0; }
  .in-this-section-menu .menu__accordion__title {
    font-weight: bold;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
    cursor: pointer; }
    .in-this-section-menu .menu__accordion__title button {
      all: unset; }
      .in-this-section-menu .menu__accordion__title button:focus-visible {
        outline: 2px solid #0060df; }
  .in-this-section-menu .menu__accordion__title:before {
    content: "\02C5";
    position: absolute;
    left: -7%;
    font-size: 1.5rem;
    color: #ea7600;
    top: -5px;
    font-weight: normal; }
  .in-this-section-menu .menu__accordion__title.active:before {
    content: "\02C4"; }
  .in-this-section-menu ul.menu__accordion__description {
    padding-left: 5.6%; }
    @media (min-width: 576px) {
      .in-this-section-menu ul.menu__accordion__description {
        padding-left: 8.23%; } }
  .in-this-section-menu .menu-block-wrapper {
    padding-left: 2.130%;
    margin-left: 5px; }
    @media (min-width: 576px) {
      .in-this-section-menu .menu-block-wrapper {
        padding-left: 2.840%;
        margin-left: 4.2613%; } }
  .in-this-section-menu .view-list {
    border-top: 1px solid #fff;
    margin-top: 1.875rem;
    padding: 2rem 0 1.875rem 2.840%;
    margin-left: 4.2613%; }

.leaf.active-trail {
  margin-top: 20px; }

.embedded-video .player {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0; }
  .embedded-video .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*----------------------------------------
VIDEO WITH CAPTION
----------------------------------------*/
.video__embed--video {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 992px) {
    .video__embed--video {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; } }

.video__embed--text {
  line-height: normal;
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 992px) {
    .video__embed--text {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }

.video__embed--wrapper {
  margin-bottom: 2.5rem;
  background: linear-gradient(90deg, white 0%, white 8%, #d6d6d6 8%, #d6d6d6 100%);
  margin-top: 2.75rem;
  margin-right: -1.1528%; }
  .video__embed--wrapper.container {
    margin-left: 1rem;
    width: 95%; }
  @media (min-width: 768px) {
    .video__embed--wrapper {
      margin-right: -1.676%; }
      .video__embed--wrapper.container {
        margin-left: auto;
        width: 100%; } }

.video__embed--text {
  font-size: .7em; }
  .video__embed--text .position-bottom {
    width: 95%;
    float: right;
    padding-bottom: 0.9375rem; }
  @media (min-width: 992px) {
    .video__embed--text {
      position: relative; }
      .video__embed--text .position-bottom {
        padding: 2.5rem 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        float: none; } }

.video__embed--video {
  margin-left: -4.192%;
  margin-top: -1.875rem;
  margin-bottom: 0.9375rem;
  padding: 0; }
  @media (min-width: 576px) {
    .video__embed--video {
      margin-left: -6.2882%; } }
  @media (min-width: 992px) {
    .video__embed--video {
      margin-bottom: 1.875rem; } }

.four-by-eight .video__embed--video,
.six-by-six .video__embed--video,
.eight-by-four .video__embed--video,
.four-by-four-by-four .video__embed--video {
  margin-left: 0; }

.four-by-eight .video__embed--wrapper,
.six-by-six .video__embed--wrapper,
.eight-by-four .video__embed--wrapper,
.four-by-four-by-four .video__embed--wrapper {
  margin-right: 0; }
  @media (min-width: 576px) {
    .four-by-eight .video__embed--wrapper,
    .six-by-six .video__embed--wrapper,
    .eight-by-four .video__embed--wrapper,
    .four-by-four-by-four .video__embed--wrapper {
      margin-right: -1rem; } }

/*--------------------------------
LINKS 
----------------------------------*/
/*---------------------------------
ARROW BACK AND FORWARD LINK
---------------------------------*/
.back-link,
.forward-link {
  line-height: 1.5;
  margin-bottom: 0.9375rem; }

.back-link__svg,
.forward-link__svg {
  margin-right: 5px; }
  .back-link__svg:hover,
  .forward-link__svg:hover {
    text-decoration: underline; }

a.block-link__anchor {
  text-decoration: none; }
  a.block-link__anchor:hover {
    text-decoration: underline; }

a.back-link__anchor,
.back-link a,
a.forward-link__anchor {
  text-decoration: none;
  vertical-align: 2px; }
  a.back-link__anchor:hover,
  .back-link a:hover,
  a.forward-link__anchor:hover {
    text-decoration: underline; }

/* ------------------- 
DOWNLOAD LINKS 
------------------------------------------*/
.download-prospectus-link,
.paragraphs-item-file-download {
  margin-bottom: 1.5rem; }
  .download-prospectus-link a,
  .download-prospectus-link span,
  .paragraphs-item-file-download a,
  .paragraphs-item-file-download span {
    vertical-align: 4px; }

/*--------------------------------
CARD LINK
--------------------------------*/
.paragraphs-item-card-link {
  height: 100%; }
  .paragraphs-item-card-link.align-to-self {
    height: auto; }

a.card-link {
  color: inherit;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  height: auto;
  padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  font-weight: bold;
  overflow: hidden; }
  a.card-link:hover {
    text-decoration: underline; }
  a.card-link svg {
    display: block;
    margin-bottom: 1.875rem;
    stroke: currentColor; }
  @media (min-width: 768px) {
    a.card-link {
      font-size: 1rem;
      line-height: 1.2; }
      a.card-link svg {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 1.875rem; } }
  @media (min-width: 992px) {
    a.card-link {
      padding: 1.875rem 1.875rem 2.5rem 1.875rem;
      font-size: 1.25rem;
      line-height: 1.5;
      font-weight: bold; }
      a.card-link svg {
        width: 70px;
        height: 70px;
        margin-bottom: 1.875rem; } }

.paragraphs-item-card-link {
  background: #00818F;
  color: #ffffff; }

/*-----------------------
FEATURE LINK
-------------------------*/
.feature-link {
  position: relative;
  clear: both; }
  .feature-link .feature-link_title {
    background: #F6BE00;
    padding: 12px;
    width: 100%;
    order: 1;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word; }
  .feature-link .feature-link__icon {
    position: absolute;
    top: 4px;
    right: 3px;
    background-color: #F6BE00; }
  .feature-link svg {
    stroke-width: 2px; }
  .feature-link .feature-link_image {
    order: 2; }
  .feature-link .feature-link_content {
    order: 3;
    padding: 20px 12px; }
    .feature-link .feature-link_content .field-content-summary {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        .feature-link .feature-link_content .field-content-summary {
          font-size: 1.125rem; } }
  .feature-link .feature-link_image img {
    margin-bottom: 0; }
  .feature-link a {
    text-decoration: none; }
    .feature-link a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .feature-link.container {
      margin-bottom: 3.5rem;
      margin-top: 1.5rem; }
    .feature-link .feature-link_title {
      position: relative; }
      .feature-link .feature-link_title h5 {
        width: 90%;
        font-size: 1.5rem;
        margin-bottom: 0; }
    .feature-link .feature-link.row {
      display: block; }
    .feature-link .feature-link_image {
      float: left;
      width: 50%; }
    .feature-link .feature-link_content {
      padding: 20px;
      float: right;
      width: 50%; } }

/*----------------------
FEATURE LINK COLOURS AND BOX SHADOW 
CURRENTLY IN USE IN PROSPECTUS.
---------------------*/
.feature-link .feature-link_title {
  background: #F6BE00; }

.feature-link .feature-link__icon {
  background-color: #F6BE00; }

@media (min-width: 768px) {
  .feature-link.clearfix {
    box-shadow: 3px 10px 10px -6px rgba(51, 51, 51, 0.75); } }

/*----------------------------
PROMO CARD - CREATED FOR BARTLETT
NOW INCLUDED IN DESIGN SYSTEM
-----------------------------*/
.promo-text {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .promo-text {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }
  @media (min-width: 992px) {
    .promo-text {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }

.promo-image {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .promo-image {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }
  @media (min-width: 992px) {
    .promo-image {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }

.full-width-promo-card {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .full-width-promo-card.promo-card--black-white {
    background: #000;
    color: #fff; }
  .full-width-promo-card .promo-text {
    order: 2; }
    .full-width-promo-card .promo-text > h2 {
      color: inherit;
      font-size: 1.875rem;
      font-weight: 700;
      border-top: 0;
      padding-top: 1.5rem;
      margin-top: 0;
      line-height: 1.2; }
    .full-width-promo-card .promo-text p {
      color: #fff; }
    .full-width-promo-card .promo-text .promo-card__eyebrow {
      color: #F6BE00;
      text-transform: uppercase;
      font-weight: 700; }
    .full-width-promo-card .promo-text a {
      text-decoration: none; }
      .full-width-promo-card .promo-text a:hover {
        text-decoration: underline; }
    .full-width-promo-card .promo-text .promo-card__btn {
      padding: 1rem 2rem;
      background: #fff;
      color: #000;
      width: 100%;
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1rem; }
  .full-width-promo-card .promo-image {
    order: 1;
    padding-top: 1rem; }
  @media (min-width: 768px) {
    .full-width-promo-card {
      padding: 0; }
      .full-width-promo-card .promo-text {
        padding: 1rem 3.409% 1em 1em;
        order: 1; }
        .full-width-promo-card .promo-text .promo-card__eyebrow {
          font-size: .9rem; }
        .full-width-promo-card .promo-text > h2 {
          font-size: 2rem; }
        .full-width-promo-card .promo-text p {
          font-size: 0.9rem; }
        .full-width-promo-card .promo-text .promo-card__btn {
          width: 50%; }
      .full-width-promo-card .promo-image {
        padding: 1rem 1rem 1rem 0;
        order: 2; } }
  @media (min-width: 992px) {
    .full-width-promo-card .promo-text {
      padding: 5rem 3.409% 5rem 5rem; }
      .full-width-promo-card .promo-text .promo-card__eyebrow {
        font-size: 1rem; }
      .full-width-promo-card .promo-text > h2 {
        font-size: 3rem; }
      .full-width-promo-card .promo-text p {
        font-size: 1.125rem; }
    .full-width-promo-card .promo-image {
      padding: 5rem 5rem 5rem 0; } }

.node-type-hub-page .full-width-promo-card .promo-text > h2 {
  padding-top: 1.5rem; }

/* ------------ 

ALERTS 

----------- */
.alert {
  padding: 1.5rem;
  border-left: 4px;
  border-style: solid;
  margin-bottom: 1.5rem; }
  .alert h3 {
    font-weight: normal;
    font-size: 1.125rem; }
  .alert h3,
  .alert p {
    display: inline; }
  .alert .alert__icon {
    float: left;
    display: block;
    width: 12%; }
  .alert .alert__content {
    float: right;
    display: block;
    width: 87%; }
  @media (min-width: 768px) {
    .alert .alert__icon {
      width: 5%; }
    .alert .alert__content {
      width: 95%; } }

.alert-info {
  background: #e7f0fa;
  border-color: #0D68CF; }

.alert-warn {
  background: #fdf1e6;
  border-color: #ea7600; }

.alert-success {
  background: #e9f3eb;
  border-color: #238638; }

.alert-fail {
  background: #fbe6eb;
  border-color: #D50032; }

/*---------------------
	CARDS
---------------*/
.card {
  position: relative; }
  .card img {
    float: right;
    width: 100%;
    margin-bottom: 1rem; }
  .card a {
    text-decoration: none; }
    .card a:hover {
      text-decoration: underline; }
  .card p,
  .card .page-intro {
    font-size: 1rem;
    line-height: 1.5; }
  .card h3 {
    margin-bottom: 0.75rem; }

.card__icon {
  position: absolute;
  top: 0;
  right: 0; }
  .card__icon svg {
    stroke-width: 2px; }

/*-----------------------------------
CARD - NODE TEASER 
PROSPECTUS D
------------------------------------*/
.card__icon {
  background-color: #F6BE00; }

/* -------------------------
 HIGHLIGHT CARD
 NOT SURE WHERE THIS WILL BE
 --------------------------*/
.highlight-card {
  position: relative;
  height: 100%;
  color: #ffffff;
  background-color: #00818F; }
  .highlight-card .highlight-card__pic {
    background-color: inherit;
    color: inherit; }
  .highlight-card.align-to-self {
    height: auto; }
  .highlight-card .card__icon {
    padding: 5px;
    width: 45px;
    height: 45px;
    background-color: inherit;
    color: inherit; }
    .highlight-card .card__icon svg {
      width: 35px;
      height: 35px;
      stroke-width: 3px;
      stroke: currentColor; }
      .highlight-card .card__icon svg .cls-1 {
        stroke: currentColor; }
  .highlight-card a {
    text-decoration: none;
    color: inherit;
    background-color: inherit; }
  .highlight-card .highlight-card__eyebrow {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: bold; }
  .highlight-card .highlight-card__text {
    padding: 1.25rem; }
    .highlight-card .highlight-card__text h2 {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
    @media (min-width: 768px) {
      .highlight-card .highlight-card__text {
        padding: 1rem; }
        .highlight-card .highlight-card__text h2 {
          font-size: 0.9rem; } }
    @media (min-width: 992px) {
      .highlight-card .highlight-card__text {
        padding: 1.25rem; }
        .highlight-card .highlight-card__text h2 {
          font-size: 1.5rem; } }

/*------------------
 CTA CARD/BOXES
 DESIGN SYSTEM
 ---------------------*/
.paragraphs-item-call-to-action a {
  text-decoration: none; }

.site-content .main-content .cta-box h2 {
  border-top: 0;
  margin-top: 0;
  padding-top: 0; }

.cta-box,
.paragraphs-item-call-to-action-card-internal,
.paragraphs-item-call-to-action-card-external {
  height: 100%;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #00818F; }
  .cta-box.align-to-self,
  .paragraphs-item-call-to-action-card-internal.align-to-self,
  .paragraphs-item-call-to-action-card-external.align-to-self {
    height: auto; }
  .cta-box a,
  .paragraphs-item-call-to-action-card-internal a,
  .paragraphs-item-call-to-action-card-external a {
    text-decoration: none;
    color: inherit; }
  .cta-box p,
  .cta-box .page-intro,
  .paragraphs-item-call-to-action-card-internal p,
  .paragraphs-item-call-to-action-card-internal .page-intro,
  .paragraphs-item-call-to-action-card-external p,
  .paragraphs-item-call-to-action-card-external .page-intro {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem; }
  .cta-box p:hover,
  .cta-box .cta-box__btn__text:hover,
  .paragraphs-item-call-to-action-card-internal p:hover,
  .paragraphs-item-call-to-action-card-internal .cta-box__btn__text:hover,
  .paragraphs-item-call-to-action-card-external p:hover,
  .paragraphs-item-call-to-action-card-external .cta-box__btn__text:hover {
    text-decoration: underline; }
  .cta-box .cta-box__btn,
  .paragraphs-item-call-to-action-card-internal .cta-box__btn,
  .paragraphs-item-call-to-action-card-external .cta-box__btn {
    width: 100%;
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    margin-top: 2.5rem;
    display: flex;
    margin-top: auto; }
  .cta-box .cta-box__btn__svg,
  .paragraphs-item-call-to-action-card-internal .cta-box__btn__svg,
  .paragraphs-item-call-to-action-card-external .cta-box__btn__svg {
    width: 19%;
    display: flex;
    align-items: center; }
    .cta-box .cta-box__btn__svg svg,
    .paragraphs-item-call-to-action-card-internal .cta-box__btn__svg svg,
    .paragraphs-item-call-to-action-card-external .cta-box__btn__svg svg {
      stroke: currentColor;
      margin: auto; }
  .cta-box .cta-box__btn__text,
  .paragraphs-item-call-to-action-card-internal .cta-box__btn__text,
  .paragraphs-item-call-to-action-card-external .cta-box__btn__text {
    width: 80.5806%;
    border-style: solid;
    padding: 1rem 1rem 1rem 2rem; }
  @media (min-width: 576px) {
    .cta-box,
    .paragraphs-item-call-to-action-card-internal,
    .paragraphs-item-call-to-action-card-external {
      padding: 3rem; } }
  @media (min-width: 768px) {
    .cta-box .cta-box__btn,
    .paragraphs-item-call-to-action-card-internal .cta-box__btn,
    .paragraphs-item-call-to-action-card-external .cta-box__btn {
      width: 70.42415%; } }
  @media (min-width: 992px) {
    .cta-box .cta-box__btn,
    .paragraphs-item-call-to-action-card-internal .cta-box__btn,
    .paragraphs-item-call-to-action-card-external .cta-box__btn {
      width: 40.42415%; } }

aside.right-column .cta-box,
aside.right-column .paragraphs-item-call-to-action-card-internal,
aside.right-column .paragraphs-item-call-to-action-card-external {
  height: auto; }
  aside.right-column .cta-box .cta-box__btn,
  aside.right-column .paragraphs-item-call-to-action-card-internal .cta-box__btn,
  aside.right-column .paragraphs-item-call-to-action-card-external .cta-box__btn {
    width: 100%; }

@media (min-width: 768px) {
  .four-by-four-by-four .cta-box, .six-by-six .cta-box {
    padding: 2rem; } }

@media (min-width: 992px) {
  .four-by-four-by-four .cta-box, .six-by-six .cta-box {
    padding: 3rem; } }

@media (min-width: 768px) {
  .four-by-four-by-four .cta-box__btn, .six-by-six .cta-box__btn {
    width: 100%; } }

@media (min-width: 1200px) {
  .four-by-four-by-four .cta-box__btn, .six-by-six .cta-box__btn {
    width: 70.42415%; } }

.four-by-four-by-four.item-background div.paragraphs-item-call-to-action {
  height: 100%; }

@media (min-width: 1200px) {
  .six-by-six .cta-box__btn {
    width: 60%; } }

/*----------------------------
BOX OUT PARAGRAPH
----------------------------*/
.paragraphs-item-boxout {
  height: 100%;
  font-size: .9rem;
  background: #333333;
  color: #ffffff;
  padding: 1.5rem; }
  .paragraphs-item-boxout h2 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    font-size: 1.2rem;
    color: #ea7600; }
  .paragraphs-item-boxout h3, .paragraphs-item-boxout h4 {
    font-size: 1rem; }
  .paragraphs-item-boxout.align-to-self {
    height: auto; }
  .paragraphs-item-boxout svg {
    stroke: #ea7600; }
  .paragraphs-item-boxout a {
    color: #F6BE00;
    text-decoration: none; }
    .paragraphs-item-boxout a:hover {
      text-decoration: underline; }
  @media (min-width: 1200px) {
    .paragraphs-item-boxout {
      font-size: 1.125rem; }
      .paragraphs-item-boxout h2 {
        font-size: 1.8rem; }
      .paragraphs-item-boxout h3, .paragraphs-item-boxout h4 {
        font-size: 1.25rem; } }

.node > .paragraphs-item-boxout {
  margin-bottom: 1.5rem; }

body.sidebar .three-card-layout .paragraphs-item-boxout,
body.sidebar .eight-by-four .eight-by-four__left .paragraphs-item-boxout {
  padding: 1.5rem 1rem; }
  @media (min-width: 1200px) {
    body.sidebar .three-card-layout .paragraphs-item-boxout,
    body.sidebar .eight-by-four .eight-by-four__left .paragraphs-item-boxout {
      padding: 3rem; } }

body.sidebar .four-item-layout .paragraphs-item-boxout,
body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout {
  padding: 1rem  0.5rem;
  font-size: 1rem; }
  body.sidebar .four-item-layout .paragraphs-item-boxout h2, body.sidebar .four-item-layout .paragraphs-item-boxout h3,
  body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout h2,
  body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout h3 {
    font-size: 1rem; }
  @media (min-width: 1200px) {
    body.sidebar .four-item-layout .paragraphs-item-boxout,
    body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout {
      padding: 1.5rem;
      font-size: 1.125rem; }
      body.sidebar .four-item-layout .paragraphs-item-boxout h2, body.sidebar .four-item-layout .paragraphs-item-boxout h3,
      body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout h2,
      body.sidebar .eight-by-four .eight-by-four__right .paragraphs-item-boxout h3 {
        font-size: 1.5rem; } }

/*------------------
FIVE CARD LAYOUT
PROSPECTUS AND DESIGN SYSTEM
----------------------------*/
.five-card-layout {
  margin-top: 1.8rem;
  margin-bottom: 1.5rem; }
  .five-card-layout .container {
    padding: 0;
    max-width: none; }
  .five-card-layout .card__icon {
    display: none; }
  .five-card-layout .five-card__right {
    order: 2; }
  .five-card-layout .five-card__left-top {
    order: 1;
    margin-bottom: 0; }
    .five-card-layout .five-card__left-top div.field-content-summary {
      font-size: 1.125rem; }
  .five-card-layout .five-card__left-bottom {
    order: 3;
    border-top: solid 1px #d6d6d6;
    padding-top: 2.1875rem;
    width: 100%; }
    .five-card-layout .five-card__left-bottom h2 {
      border: none;
      padding-top: 0;
      margin-top: 0; }
  .five-card-layout .field-content-summary {
    margin-bottom: 1.5rem; }
  .five-card-layout .six-by-six__left,
  .five-card-layout .six-by-six__right {
    max-width: 100%;
    margin-bottom: 0; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .five-card-layout h3 {
    font-size: 1.1rem; } }

@media (min-width: 768px) {
  .five-card-layout .five-card__left-top {
    padding: 0 1rem 1.875rem; }
  .five-card-layout .six-by-six__left,
  .five-card-layout .six-by-six__right {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%; }
  .five-card .card__icon {
    display: none; }
  .five-card .float.row {
    display: block; }
  .five-card .five-card__right {
    float: right;
    width: 50%; }
  .five-card .five-card__right .six-by-six__left {
    border-right: solid 1px #d6d6d6;
    border-left: solid 1px #d6d6d6;
    padding-right: 1rem;
    padding-left: 1rem; }
  .five-card .five-card__right .six-by-six__right {
    padding-right: 1rem;
    padding-left: 1rem; }
  .five-card .five-card__left-top {
    float: left;
    width: 50%;
    padding-right: 1.25rem;
    padding-left: 0; }
    .five-card .five-card__left-top .card {
      border-bottom: solid 1px #d6d6d6; }
  .five-card .card {
    margin-bottom: 15px; }
  .five-card .five-card__left-bottom {
    float: left;
    width: 50%;
    clear: left;
    padding-right: 1.25rem;
    border-top: 0;
    padding-top: 0; }
    .five-card .five-card__left-bottom .six-by-six__left {
      padding-left: 0; } }

/*------------------ PROMO SUB FOOTER ------------
-------*/
.promo-footer__card-one,
.promo-footer__card-two,
.promo-footer__card-three,
.promo-footer__card-four {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .promo-footer__card-one,
    .promo-footer__card-two,
    .promo-footer__card-three,
    .promo-footer__card-four {
      flex: 0 0 25%;
      max-width: 25%; } }

@media (min-width: 768px) {
  .promo-footer__card-one {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .promo-footer__card-two,
  .promo-footer__card-three,
  .promo-footer__card-four {
    padding-right: 0;
    padding-left: 32px; } }

.promo-pre-footer {
  background: #333333; }
  @media (max-width: 767.98px) {
    .promo-pre-footer img,
    .promo-pre-footer .promo-footer__card-one {
      display: none; } }

.promo-footer__strap-line {
  font-size: 1.875rem;
  font-weight: bold;
  color: #ffffff; }
  @media (min-width: 1200px) {
    .promo-footer__strap-line {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    .promo-footer__strap-line {
      font-size: 2.5rem; } }

.site-width.container.promo-footer {
  padding-top: 30px; }
  .site-width.container.promo-footer img {
    max-height: 185px;
    margin-bottom: .7em; }
  .site-width.container.promo-footer h5 {
    text-transform: uppercase;
    color: #ADADAD; }
  .site-width.container.promo-footer h2,
  .site-width.container.promo-footer p {
    color: #fff; }
  .site-width.container.promo-footer a {
    color: #F6BE00; }

/*--------------------------------
 MEDIA CENTRAL WIDGET
---------------------------------*/
.media-central__container {
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0; }

.media-central__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------
 ACCESS UCL SCHEME WIDGET
---------------------------------*/
#access-ucl-form {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
  background-color: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  #access-ucl-form #checker-widget fieldset {
    border-radius: 3px;
    background: #f5f5f5;
    padding: 2rem;
    display: block; }
  #access-ucl-form .access-ucl_fieldset fieldset {
    padding: 0.625rem;
    margin: 0;
    border: 0;
    min-width: 0; }
  #access-ucl-form .field {
    padding: 0.625rem; }
    #access-ucl-form .field label {
      margin-bottom: 0.1em;
      font-weight: 400; }
    #access-ucl-form .field label input {
      position: relative;
      top: -2px; }
  #access-ucl-form .access-button {
    background: #0D68CF;
    border: 1px solid #86B3E7;
    border-radius: 3px;
    padding: 0.813rem;
    font-size: 1rem; }
  #access-ucl-form .access-button:hover {
    cursor: pointer;
    background: #86B3E7;
    border: 1px solid #86B3E7; }
  #access-ucl-form .hiddenField {
    display: none; }
  #access-ucl-form .postcodefield {
    border: 1px solid #858585;
    padding: 1rem; }
  #access-ucl-form .errorField {
    padding: 1.5rem;
    background: #fbe6eb;
    border-color: #D50032; }
  #access-ucl-form .optionholder {
    position: relative; }
  #access-ucl-form .optiontext {
    position: absolute;
    z-index: 10;
    background: #FFF;
    border: 1px solid #BBB;
    display: none; }
  #access-ucl-form .noschool,
  #access-ucl-form .myoption {
    padding: 0.313rem 0.625rem; }
  #access-ucl-form .myoption:hover {
    background: #0D68CF;
    color: #FFF;
    cursor: pointer; }
  #access-ucl-form .myoption.selected {
    background: white;
    color: #238638;
    cursor: pointer;
    margin-top: 5px; }
  #access-ucl-form .submitter {
    margin-top: 1.25rem; }
  #access-ucl-form .discreet {
    color: #999999; }
  #access-ucl-form #ajax-spinner {
    z-index: 9999;
    text-align: center;
    display: inline-block; }
  #access-ucl-form #lightbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FFF;
    opacity: 0.7; }

/*---------------------------
FORMS
--------------------------*/
.paragraphs-item-gecko-form-embed iframe {
  width: 100%; }

/*---------------------------
CRM form embed
--------------------------*/
.paragraphs-item-msd-form-embed span,
.paragraphs-item-msd-form-embed .columnContainer p,
.paragraphs-item-msd-form-embed .lp-ellipsis,
.paragraphs-item-msd-form-embed .lp-form-fieldInput,
.paragraphs-item-msd-form-embed .onFormSubmittedFeedbackMessage {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }

.paragraphs-item-msd-form-embed form [data-layout="true"] {
  margin: 0 !important; }

.paragraphs-item-msd-form-embed form div {
  padding-left: 0 !important; }

.paragraphs-item-msd-form-embed .marketing-field {
  margin-top: 1rem; }

.paragraphs-item-msd-form-embed select,
.paragraphs-item-msd-form-embed textarea,
.paragraphs-item-msd-form-embed input[type="text"],
.paragraphs-item-msd-form-embed input[type="tel"],
.paragraphs-item-msd-form-embed input[type="email"],
.paragraphs-item-msd-form-embed input[type="date"] {
  padding: 13.5px 16px;
  background: #ffffff;
  border: 1px solid #ADADAD; }

.paragraphs-item-msd-form-embed input:focus-visible,
.paragraphs-item-msd-form-embed select:focus-visible,
.paragraphs-item-msd-form-embed select:focus,
.paragraphs-item-msd-form-embed textarea:focus-visible {
  outline: 2px solid #0055F0; }

.paragraphs-item-msd-form-embed #personal_dateils div.emptyContainer,
.paragraphs-item-msd-form-embed div.emptyContainer .columnContainer {
  padding: 0 !important; }

.paragraphs-item-msd-form-embed ::placeholder,
.paragraphs-item-msd-form-embed input,
.paragraphs-item-msd-form-embed textarea,
.paragraphs-item-msd-form-embed select,
.paragraphs-item-msd-form-embed input[type=date],
.paragraphs-item-msd-form-embed a #website,
.paragraphs-item-msd-form-embed input.lp-form-fieldInput.error[type=email] {
  font-size: 1rem !important;
  color: inherit; }

.paragraphs-item-msd-form-embed div[data-form-block-id] .lookup-behavior, .paragraphs-item-msd-form-embed select.lp-form-fieldInput {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='50' height='50' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M6.34317 7.75732L4.92896 9.17154L12 16.2426L19.0711 9.17157L17.6569 7.75735L12 13.4142L6.34317 7.75732Z' fill='%230055F0' /%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .9em top 50%, 0 0;
  background-size: 1.3em auto, 100%;
  cursor: pointer; }

.paragraphs-item-msd-form-embed #ref_guide {
  cursor: pointer;
  color: #0055F0;
  position: relative;
  left: 0.2em;
  top: 0.35em; }

.paragraphs-item-msd-form-embed .gg-info {
  width: 1.3em;
  height: 1.3em;
  transform: scale(var(--ggs, 0.7)); }

.paragraphs-item-msd-form-embed .error {
  font-size: 1rem;
  font-weight: 400; }

.paragraphs-item-msd-form-embed #lookup-popup-ul-0,
.paragraphs-item-msd-form-embed #errorList {
  list-style: none;
  padding: 0;
  margin: 0; }

.paragraphs-item-msd-form-embed #nonMandatoryFields {
  padding-left: 0; }

.paragraphs-item-msd-form-embed p span strong,
.paragraphs-item-msd-form-embed .columnContainer p span.header {
  background: none;
  font-size: 1.5rem !important;
  font-weight: 700; }

.paragraphs-item-msd-form-embed .lp-ellipsis,
.paragraphs-item-msd-form-embed .lp-form-field span {
  font-size: 1rem; }

.paragraphs-item-msd-form-embed label.lp-ellipsis {
  font-weight: 700; }

.paragraphs-item-msd-form-embed .columnContainer span.header {
  border-bottom: none; }

.paragraphs-item-msd-form-embed div[data-editorblocktype="Text"] p {
  text-align: left !important; }

.paragraphs-item-msd-form-embed div.containerWrapper div.columnContainer {
  margin-top: 0 !important; }

.paragraphs-item-msd-form-embed dialog div p.lp-ellipsis {
  font-size: 1rem; }

.paragraphs-item-msd-form-embed #reference_type_guide {
  border: 0;
  width: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  padding: 30px; }

.paragraphs-item-msd-form-embed dialog#confirmCloseDialog {
  border: none;
  padding: 25px; }

.paragraphs-item-msd-form-embed dialog#confirmSubmit {
  border: none;
  padding: 25px; }

.paragraphs-item-msd-form-embed button[type="submit"],
.paragraphs-item-msd-form-embed div[data-form-block-id] .onFormSubmittedFeedbackButton.onFormSubmittedFeedbackButtonSuccess,
.paragraphs-item-msd-form-embed dialog#confirmSubmit,
.paragraphs-item-msd-form-embed button#confirm,
.paragraphs-item-msd-form-embed #nextBtn,
.paragraphs-item-msd-form-embed #confirmClose {
  background: #0055F0;
  color: #ffffff;
  font-size: 1rem;
  border: 1px solid #0055F0;
  height: 51px;
  border-radius: 1px;
  width: auto; }

.paragraphs-item-msd-form-embed button[type="submit"] {
  padding: 16px; }

.paragraphs-item-msd-form-embed #cancelClose,
.paragraphs-item-msd-form-embed #confirmClose,
.paragraphs-item-msd-form-embed #CloseGuide,
.paragraphs-item-msd-form-embed button#confirm,
.paragraphs-item-msd-form-embed div[data-editorblocktype="SubmitButtonBlock"] #exitwithoutsaving,
.paragraphs-item-msd-form-embed div[data-form-block-id] .onFormSubmittedFeedbackButton.onFormSubmittedFeedbackButtonSuccess {
  padding: 0 36px; }

.paragraphs-item-msd-form-embed #cancelClose {
  margin: 10px; }

.paragraphs-item-msd-form-embed #confirmClose {
  margin: 10px 0; }

.paragraphs-item-msd-form-embed #submit_button:enabled {
  background: #0055F0 !important; }

.paragraphs-item-msd-form-embed #submit_button:disabled {
  background: #EBEBEB;
  color: #5C5C5C;
  opacity: 0.3;
  pointer-events: none;
  border: 1px solid #5C5C5C; }

.paragraphs-item-msd-form-embed #submit_button:enabled:hover {
  background: #003CA8 !important;
  cursor: pointer; }

.paragraphs-item-msd-form-embed button[type=reset],
.paragraphs-item-msd-form-embed #exitwithoutsaving,
.paragraphs-item-msd-form-embed #prevBtn,
.paragraphs-item-msd-form-embed #CloseGuide,
.paragraphs-item-msd-form-embed #cancelClose {
  background: #ffffff;
  color: #0055F0;
  font-size: 1rem;
  border: 1px solid #0055F0;
  height: 51px;
  border-radius: 1px;
  width: auto; }

.paragraphs-item-msd-form-embed button[type=submit]:hover,
.paragraphs-item-msd-form-embed #nextBtn:hover,
.paragraphs-item-msd-form-embed #confirmClose:hover,
.paragraphs-item-msd-form-embed div[data-form-block-id] .onFormSubmittedFeedbackButton.onFormSubmittedFeedbackButtonSuccess:hover {
  background: #003CA8;
  cursor: pointer; }

.paragraphs-item-msd-form-embed button[type=reset]:hover,
.paragraphs-item-msd-form-embed #exitwithoutsaving:hover,
.paragraphs-item-msd-form-embed #prevBtn:hover,
.paragraphs-item-msd-form-embed #CloseGuide:hover,
.paragraphs-item-msd-form-embed #cancelClose:hover {
  color: #003CA8;
  cursor: pointer; }

.paragraphs-item-msd-form-embed .columnContainer div[data-editorblocktype="SubmitButtonBlock"] {
  margin-top: 40px; }

.paragraphs-item-msd-form-embed .lp-radioButton label.lp-ellipsis {
  font-weight: 400; }

.paragraphs-item-msd-form-embed form div.lp-radioButtonsContainer {
  width: 100%; }

.paragraphs-item-msd-form-embed form span.lp-radioButton input[type="radio"] {
  float: left; }

.paragraphs-item-msd-form-embed div[data-editorblocktype="Field-checkbox"] .marketing-field .lp-form-field .lp-ellipsis {
  font-weight: 400;
  color: inherit;
  display: inline; }

.paragraphs-item-msd-form-embed div[data-editorblocktype="Field-checkbox"] .marketing-field .lp-form-field input {
  margin-bottom: 5px; }

@media (max-width: 991.98px) {
  .paragraphs-item-msd-form-embed select,
  .paragraphs-item-msd-form-embed textarea,
  .paragraphs-item-msd-form-embed input[type="text"],
  .paragraphs-item-msd-form-embed input[type="tel"],
  .paragraphs-item-msd-form-embed input[type="email"],
  .paragraphs-item-msd-form-embed input[type="date"] {
    border: 1px solid #ADADAD;
    padding: 13.5px 16px;
    width: 100% !important;
    border-radius: 1px; }
  .paragraphs-item-msd-form-embed form div.lp-radioButtonsContainer {
    width: 100%; }
  .paragraphs-item-msd-form-embed form span.lp-radioButton input[type="radio"] {
    float: left; }
  .paragraphs-item-msd-form-embed input[type="checkbox"] {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important; }
  .paragraphs-item-msd-form-embed .button {
    padding: 10px 25px; }
  .paragraphs-item-msd-form-embed button[type="submit"],
  .paragraphs-item-msd-form-embed #exitwithoutsaving,
  .paragraphs-item-msd-form-embed #submit_button,
  .paragraphs-item-msd-form-embed #submit_button:disabled {
    width: 100%; }
  .paragraphs-item-msd-form-embed #submit_button,
  .paragraphs-item-msd-form-embed #submit_button:disabled {
    padding-top: 0;
    padding-bottom: 0; }
  .paragraphs-item-msd-form-embed .columnContainer div[data-editorblocktype="SubmitButtonBlock"] {
    margin-top: 0; } }

/*-------------------------
SECTION BACKGROUNDS
-------------------------- */
.section-background {
  position: relative;
  padding: 3.75rem 0;
  margin-bottom: 3rem; }
  .section-background:after, .section-background:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-color: inherit;
    height: 100%;
    width: 9600px;
    right: 100%;
    visibility: visible; }
  .section-background:after {
    left: 100%; }
  .section-background h2 {
    border-top: 0; }

.section-background--lightgray {
  background: #f5f5f5; }

.node-type-indigo-page aside.right-column h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .node-type-indigo-page aside.right-column h2 {
      font-size: 1.5rem; } }

.node-type-indigo-page aside.right-column .paragraphs-item-content-text-with-heading, .node-type-indigo-page aside.right-column .paragraphs-item-block-link, .node-type-indigo-page aside.right-column .paragraphs-item-testimonial {
  padding: 1.5rem;
  margin-bottom: 1.5rem; }

.node-type-indigo-page aside.right-column .paragraphs-item-content-text-with-heading, .node-type-indigo-page aside.right-column .paragraphs-item-block-link, .node-type-indigo-page aside.right-column .paragraphs-item-testimonial {
  background-color: #333;
  color: #ffffff; }
  .node-type-indigo-page aside.right-column .paragraphs-item-content-text-with-heading a, .node-type-indigo-page aside.right-column .paragraphs-item-block-link a, .node-type-indigo-page aside.right-column .paragraphs-item-testimonial a {
    color: #F6BE00; }
  .node-type-indigo-page aside.right-column .paragraphs-item-content-text-with-heading svg, .node-type-indigo-page aside.right-column .paragraphs-item-block-link svg, .node-type-indigo-page aside.right-column .paragraphs-item-testimonial svg {
    stroke: #F6BE00; }

/*---------------------------
HARD CODED SIDE BAR BOXOUTS
----------------------------*/
.box-out {
  padding: 24px;
  margin-bottom: 30px; }
  .box-out .box-out__content.div {
    margin: 0; }
  .box-out p,
  .box-out a {
    line-height: 1.5;
    font-size: 1rem; }

.box-out--gray {
  background: #333333; }
  .box-out--gray h3 {
    color: #ffffff; }
  .box-out--gray p {
    color: #d6d6d6; }
  .box-out--gray a {
    color: #F6BE00; }
  .box-out--gray .forward-link svg {
    stroke: #F6BE00; }

.box-out--yellow {
  background-color: #F6BE00; }
  .box-out--yellow a {
    color: #333333; }

.box-out--gray-border {
  border: solid 1px #d6d6d6;
  padding: 2.5rem 2.5rem 0;
  margin-bottom: 1.5rem; }
  .box-out--gray-border img {
    height: 62px;
    float: left;
    margin-right: 2rem; }

/*-----------
ACCORDION
--------------------*/
dl.accordion {
  padding-left: 0; }

.accordion .accordion__title:first-of-type {
  border-top: #d6d6d6 solid 1px; }

.accordion .accordion__title {
  font-size: 1rem;
  line-height: 1.203;
  font-weight: bold;
  padding: 1.25rem 0;
  border-bottom: solid 1px #d6d6d6; }
  .accordion .accordion__title:hover {
    cursor: pointer; }
  .accordion .accordion__title.active {
    border-bottom: 0; }
    .accordion .accordion__title.active span:after {
      content: "\02C4"; }

/*---------------------------
ACCORDION ARROW COLOUR
----------------------------*/
.accordion .accordion__title button:after {
  color: #0D68CF; }

.accordion .accordion__title button {
  all: unset;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 2.2rem; }
  .accordion .accordion__title button:focus-visible {
    outline: 2px solid #0060df; }
  .accordion .accordion__title button:after {
    content: "\02C5";
    position: absolute;
    right: 0;
    font-size: 1.8rem;
    top: -7px;
    font-weight: normal;
    padding-right: 1%; }

.accordion .accordion__title.active button:after {
  content: "\02C4"; }

dd.accordion__description {
  margin-left: 0; }
  dd.accordion__description h2 {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }
  dd.accordion__description.active {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 1.875rem;
    margin-left: 0; }

/*------------- 
TABS 
--------------- */
.tabs__navigation span {
  display: block; }
  .tabs__navigation span a {
    text-decoration: none;
    display: block; }

@media (min-width: 768px) {
  .tabs__navigation {
    display: flex; } }

.tabs__content {
  margin-bottom: 1.5rem; }
  .tabs__content h2 {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }
  .tabs__content .tab-content {
    padding: 1.875rem 0 0 0;
    display: none; }
    .tabs__content .tab-content.active {
      display: block; }
    .tabs__content .tab-content .container.four-by-four-by-four {
      margin-bottom: 0; }

.main-content .tab-content.active > div:first-of-type h2,
.main-content.tab-content.active > h2:first-of-type {
  border: none;
  padding-top: 0;
  margin-top: 0; }

.tabs--all-transparent .tabs__navigation {
  border-bottom: 3px solid #ebebeb; }
  .tabs--all-transparent .tabs__navigation span a {
    padding-bottom: 1.8125rem;
    padding-top: 0.625rem;
    margin-right: 1.875rem; }
  .tabs--all-transparent .tabs__navigation a.active {
    border-bottom: 3px solid #0d68cf;
    font-weight: bold;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  .tabs--all-transparent .tabs__navigation span a {
    padding-top: 0; }
  .tabs--all-transparent .tabs__navigation a.active {
    margin-bottom: -3px; } }

.tabs--active-grey .tabs__navigation span a,
.tabs--active-gray .tabs__navigation span a {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.203;
  font-weight: bold; }

.tabs--active-grey a.active,
.tabs--active-gray a.active {
  border-top: 3px solid #0d68cf;
  background: #f5f5f5; }

.tabs--active-blue .tabs__navigation span a {
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.203;
  font-weight: bold; }

/*---------------------------
TABS  COLOURS USED IN PROSPECTUS
--------------------------*/
.tabs--active-blue .tabs__navigation {
  background: #ebebeb; }
  .tabs--active-blue .tabs__navigation a.active {
    background: #0D68CF;
    color: #ffffff; }

/*-----------
HERO
-----------*/
.site-prospective-students-graduate .hero-content.text-only,
.site-prospective-students-undergraduate-redesign .hero-content.text-only,
.site-prospective-students-undergraduate .hero-content.text-only {
  background-color: #00818F;
  color: #fff;
  padding: 2.5rem 1rem; }
  .site-prospective-students-graduate .hero-content.text-only .hero-text,
  .site-prospective-students-undergraduate-redesign .hero-content.text-only .hero-text,
  .site-prospective-students-undergraduate .hero-content.text-only .hero-text {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    padding: 0; }
    @media (min-width: 576px) {
      .site-prospective-students-graduate .hero-content.text-only .hero-text,
      .site-prospective-students-undergraduate-redesign .hero-content.text-only .hero-text,
      .site-prospective-students-undergraduate .hero-content.text-only .hero-text {
        flex: 0 0 100%;
        max-width: 100%; } }
  .site-prospective-students-graduate .hero-content.text-only h1,
  .site-prospective-students-undergraduate-redesign .hero-content.text-only h1,
  .site-prospective-students-undergraduate .hero-content.text-only h1 {
    font-size: 2.25rem;
    line-height: 1.2; }
  .site-prospective-students-graduate .hero-content.text-only p,
  .site-prospective-students-undergraduate-redesign .hero-content.text-only p,
  .site-prospective-students-undergraduate .hero-content.text-only p {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9rem; }
  .site-prospective-students-graduate .hero-content.text-only .hero-pic,
  .site-prospective-students-undergraduate-redesign .hero-content.text-only .hero-pic,
  .site-prospective-students-undergraduate .hero-content.text-only .hero-pic {
    display: none; }
  @media (min-width: 768px) {
    .site-prospective-students-graduate .hero-content.text-only,
    .site-prospective-students-undergraduate-redesign .hero-content.text-only,
    .site-prospective-students-undergraduate .hero-content.text-only {
      padding: 4.125rem 8.522% 4.125rem 8.522%; }
      .site-prospective-students-graduate .hero-content.text-only h1,
      .site-prospective-students-undergraduate-redesign .hero-content.text-only h1,
      .site-prospective-students-undergraduate .hero-content.text-only h1 {
        font-size: 3.8rem;
        line-height: 1; }
      .site-prospective-students-graduate .hero-content.text-only p,
      .site-prospective-students-undergraduate-redesign .hero-content.text-only p,
      .site-prospective-students-undergraduate .hero-content.text-only p {
        font-size: 1.875rem;
        line-height: 1.25; } }

.hero-content {
  background: #00818F;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
  position: relative; }
  .hero-content:after, .hero-content:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    background-color: inherit;
    height: 100%;
    width: 9600px;
    right: 100%;
    visibility: visible; }
  .hero-content:after {
    left: 100%; }

.hero-text h1 {
  font-size: 2.1875rem; }
  @media (min-width: 576px) {
    .hero-text h1 {
      font-size: 1.5625rem;
      margin-bottom: 1rem; } }
  @media (min-width: 768px) {
    .hero-text h1 {
      font-size: 2.1875rem; } }
  @media (min-width: 992px) {
    .hero-text h1 {
      font-size: 2.8125rem; } }

.hero-text p {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: bold; }
  @media (min-width: 576px) {
    .hero-text p {
      font-size: 0.875rem;
      line-height: 125%;
      font-weight: normal; } }
  @media (min-width: 768px) {
    .hero-text p {
      font-size: 1rem;
      line-height: 130%; } }
  @media (min-width: 992px) {
    .hero-text p {
      font-size: 1.25rem;
      line-height: 130%; } }

/* -------------------------
TEXT HERO
-------------------------*/
.hero-content.text-only .overflow-img {
  display: none; }

.hero-content.text-only .hero-text {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .hero-content.text-only .hero-text {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

.hero-content.text-only .hero-pic {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .hero-content.text-only .hero-pic {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.hero-content.text-only .hero-text {
  padding: 1.25rem 1rem 1.875rem; }
  @media (min-width: 768px) {
    .hero-content.text-only .hero-text {
      padding: 1.5625rem 6.33% 1.25rem 0; } }
  @media (min-width: 992px) {
    .hero-content.text-only .hero-text {
      padding: 2.5rem 8.33% 1.875rem 0; } }

/* -------------------------
 IMAGE HERO
-------------------------*/
.hero-content.image-block .hero-text {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .hero-content.image-block .hero-text {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; } }

.hero-content.image-block .hero-pic {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 576px) {
    .hero-content.image-block .hero-pic {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }

.hero-content.image-block .hero-text {
  padding: 1.25rem 1rem; }
  @media (min-width: 768px) {
    .hero-content.image-block .hero-text {
      padding: 2.5rem 6.33% 1.25rem 0; } }
  @media (min-width: 992px) {
    .hero-content.image-block .hero-text {
      padding: 4rem 8.33% 1.875rem 0; } }

.hero-content.image-block .hero-pic {
  padding: 0;
  overflow: visible; }
  .hero-content.image-block .hero-pic img {
    margin-bottom: 0;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: none;
    height: auto; }
    @media (min-width: 768px) {
      .hero-content.image-block .hero-pic img {
        max-width: 125%;
        height: 100%;
        object-fit: cover; } }
    @media (min-width: 1700px) {
      .hero-content.image-block .hero-pic img {
        max-width: 140%;
        height: auto;
        object-fit: fill; } }
    @media (min-width: 1850px) {
      .hero-content.image-block .hero-pic img {
        max-width: 160%; } }
    @media (min-width: 2000px) {
      .hero-content.image-block .hero-pic img {
        max-width: 175%; } }
    @media (min-width: 2300px) {
      .hero-content.image-block .hero-pic img {
        max-width: 205%; } }
    @media (min-width: 2600px) {
      .hero-content.image-block .hero-pic img {
        max-width: 280%; } }
  @media (max-width: 767.98px) {
    .hero-content.image-block .hero-pic {
      display: none; } }

/* ---------------------------------
FULL WIDTH HOME HERO
-----------------------------------*/
.hero-home {
  height: 100vh;
  max-height: 450px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .hero-home .hero-home__container {
    color: #fff;
    max-width: 1408px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden; }
  .hero-home .hero-home__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 2.5rem; }
    .hero-home .hero-home__text h1 {
      font-size: 2.5rem;
      line-height: 1.2; }
    .hero-home .hero-home__text p {
      font-size: 1rem;
      line-height: 1.5; }
  @media (min-width: 768px) {
    .hero-home {
      max-height: 550px; }
      .hero-home .hero-home__text {
        width: 50%; } }
  @media (min-width: 992px) {
    .hero-home {
      max-height: 650px; }
      .hero-home .hero-home__text h1 {
        font-size: 3.75rem;
        line-height: 1.2; }
      .hero-home .hero-home__text p {
        font-size: 1.125rem;
        line-height: 1.556; } }
  @media (min-width: 1200px) {
    .hero-home {
      max-height: 750px; } }
  @media (min-width: 1675px) {
    .hero-home {
      max-height: 950px; } }
  @media (min-width: 2000px) {
    .hero-home {
      max-height: 1500px; } }

/* ---------------------------- 
FEED - LISTING - COURSE FINDER - SEARCH BOX
------------------------------*/
.course-search-box,
.listing-search-box {
  width: 100%; }
  .course-search-box form input[type="search"],
  .listing-search-box form input[type="search"] {
    appearance: none;
    -webkit-appearance: none;
    padding: 0 10px 0 18px;
    color: #333;
    border: 0;
    outline: none;
    float: left;
    width: 80%;
    height: 3.8rem;
    font-size: 1.125rem; }
  .course-search-box form input[type="submit"],
  .listing-search-box form input[type="submit"] {
    float: right;
    width: 20%;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    height: 3.8rem;
    font-size: 1rem;
    cursor: pointer; }
  .course-search-box #autocomplete,
  .listing-search-box #autocomplete {
    background: white;
    padding-top: 1rem; }
    .course-search-box #autocomplete div,
    .listing-search-box #autocomplete div {
      padding-left: 1.5%; }
    .course-search-box #autocomplete li,
    .listing-search-box #autocomplete li {
      padding: 10px 0; }
    .course-search-box #autocomplete.selected,
    .listing-search-box #autocomplete.selected {
      background: #0D68CF; }

.course-search-box form input[type="search"] {
  border: 1px solid #0D68CF; }

.course-search-box form input[type="submit"] {
  background: #0D68CF;
  color: #fff; }

.listing-search-box form input[type="search"] {
  border: 1px solid #333333; }

.listing-search-box form input[type="submit"] {
  background: #333333;
  color: #fff; }

.listing-results-container {
  padding: 0; }

.listing-results-container.container {
  max-width: none; }

.listings-page .main-content h2 {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

.listing-left-column {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .listing-left-column {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }

.listing-right-column {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .listing-right-column {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }

.featured-story .featured-story__eyebrow {
  text-transform: uppercase;
  font-size: 1rem;
  color: #5c5c5c;
  margin-bottom: 0.5rem; }

.featured-story h2 {
  margin-bottom: 1rem; }

.featured-story .forward-link {
  margin-top: 2rem; }

.featured-story img {
  max-height: 387px; }

.selected-stories .card .card__icon {
  background: #000000; }
  .selected-stories .card .card__icon svg {
    stroke: #ffffff; }

.selected-stories .card h3 a {
  color: #333333; }
  .selected-stories .card h3 a:hover {
    color: #333333; }

@media (min-width: 768px) {
  .listings-search-filter {
    margin-left: 25%; } }

.listings-search-filter .search-filter__svg-dt {
  background: #000000; }
  .listings-search-filter .search-filter__svg-dt svg {
    stroke: #ffffff;
    color: #ffffff; }

.search-filter.listings-search-filter {
  border-top: #000000 1px solid; }

@media (max-width: 991.98px) {
  .site-content .main-content .search-filter {
    border-bottom: #000000 1px solid; } }

.listing-result__image {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .listing-result__image {
      flex: 0 0 25%;
      max-width: 25%; } }

.listing-result__text-content {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding: 0; }
  @media (min-width: 768px) {
    .listing-result__text-content {
      flex: 0 0 75%;
      max-width: 75%; } }

.listing-result__text-content {
  margin-bottom: 2.1875rem;
  padding-left: 32px; }
  .listing-result__text-content h4 {
    margin-bottom: 0.3rem; }
  .listing-result__text-content .listing-meta {
    margin-bottom: 0.5rem; }
  .listing-result__text-content .listing-department {
    color: #5c5c5c;
    margin-bottom: 0.5rem; }

.listing-search-box {
  margin-bottom: 50px; }

/* ------------------------ INPAGE FEED -------------------- */
.inpage-feed__left {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .inpage-feed__left {
      flex: 0 0 25%;
      max-width: 25%; } }

.inpage-feed__right {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .inpage-feed__right {
      flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0; } }

.inpage-feed-content__text {
  flex: 100%;
  max-width: 100%;
  padding: 0 16px; }

/*----------------- INDIGO STYLING -----------------*/
.inpage-feed {
  padding: 0;
  margin-bottom: 1.5rem;
  margin-right: -16px; }
  .inpage-feed h1 {
    margin-bottom: 1.875rem; }
  .inpage-feed img {
    max-height: 117px;
    min-width: 102px;
    min-height: 44px;
    float: right; }

.inpage-feed__left {
  background-color: #F6BE00;
  padding: 2rem 0 2rem 5.442%;
  padding-bottom: 3rem;
  align-self: flex-start !important; }
  .inpage-feed__left .forward-link a {
    color: #000; }
  .inpage-feed__left .forward-link svg {
    stroke: #000; }
  .inpage-feed__left:after {
    content: '' !important;
    position: absolute;
    display: block !important;
    z-index: -1;
    top: 0;
    background-color: inherit;
    height: 100%;
    width: 9600px;
    right: 100%; }

.inpage-feed__right {
  border-top: 0; }

.inpage-feed-content {
  padding: 2.5rem 0 2.5rem 5.6899%;
  border-left: #F6BE00 0.7rem solid;
  margin-left: -32px;
  clear: both; }
  .inpage-feed-content .events-feed__type {
    color: #737373;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 0.781;
    margin-bottom: 1rem; }
  .inpage-feed-content .row {
    border-top: #333 solid 1px;
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
    .inpage-feed-content .row:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
  .inpage-feed-content .inpage-feed-content__text {
    padding-right: 2.9629%; }

@media (min-width: 768px) {
  .inpage-feed {
    margin-right: 0; }
    .inpage-feed img {
      min-width: 102px;
      min-height: 44px; }
  .inpage-feed__right {
    border-top: #F6BE00 5rem solid; }
  .inpage-feed__left {
    padding: 5rem 8.39% 5rem 0; }
  .inpage-feed-content {
    border-left: 0; } }

table {
  display: table;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  clear: both;
  border-spacing: 0;
  border-width: 1px 0 0 0;
  border-color: #333;
  border-style: solid;
  font-size: .8rem;
  margin-bottom: 60px;
  overflow-x: scroll; }
  @media (min-width: 768px) {
    table {
      font-size: 1rem; } }

thead, tbody, tfoot {
  display: table-row-group; }

thead {
  display: table-header-group; }

tbody {
  display: table-row-group; }

tfoot {
  display: table-footer-group; }

tr {
  display: table-row; }

th, td {
  display: table-cell;
  text-align: left;
  width: auto;
  border-top: none;
  vertical-align: middle;
  padding: 0.75em 1em 0.75em 0; }

td {
  border-bottom: 1px solid #D6D6D6; }

th {
  border-bottom: 1px solid #333; }

tfoot {
  font-style: italic; }

caption {
  caption-side: top;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.5em;
  text-align: left; }

td, td img {
  vertical-align: top; }

.blockquote.container {
  max-width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }
  @media (min-width: 576px) {
    .blockquote.container {
      margin-top: 0; } }

.blockquote blockquote {
  line-height: 1.5;
  position: relative;
  margin-top: 3rem;
  margin-left: 2%;
  margin-right: 1em;
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .blockquote blockquote {
      margin: 1rem 0; } }
  .blockquote blockquote:before {
    content: "\275D";
    font-size: 6rem;
    position: absolute;
    top: -85px; }
    @media (min-width: 576px) {
      .blockquote blockquote:before {
        top: -25px; } }
  .blockquote blockquote .blockquote-quote, .blockquote blockquote .blockquote-detail {
    margin-left: 0; }
    @media (min-width: 576px) {
      .blockquote blockquote .blockquote-quote, .blockquote blockquote .blockquote-detail {
        margin-left: 5rem; } }
  .blockquote blockquote p.blockquote-quote {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 1rem; }
    @media (min-width: 576px) {
      .blockquote blockquote p.blockquote-quote {
        font-size: 1.5rem;
        line-height: 1.5; } }
  .blockquote blockquote .blockquote-detail {
    clear: both; }
  .blockquote blockquote img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1.5625rem;
    margin-bottom: 0;
    vertical-align: top; }
    @media (min-width: 576px) {
      .blockquote blockquote img {
        height: 80px;
        width: 80px; } }
  .blockquote blockquote .blockquote-detail__text {
    display: inline-block;
    vertical-align: middle; }
    .blockquote blockquote .blockquote-detail__text p {
      margin-bottom: 0.25rem;
      font-size: 0.75rem; }
      @media (min-width: 576px) {
        .blockquote blockquote .blockquote-detail__text p {
          font-size: 1rem; } }
    .blockquote blockquote .blockquote-detail__text a {
      font-size: 0.75rem; }
      @media (min-width: 576px) {
        .blockquote blockquote .blockquote-detail__text a {
          font-size: 1rem; } }
    .blockquote blockquote .blockquote-detail__text p.blockquote-detail__name {
      font-weight: bold; }
    .blockquote blockquote .blockquote-detail__text .forward-link a {
      vertical-align: 0.2rem;
      padding-left: 0.5rem; }

.three-card-layout .paragraphs-item-boxout .paragraphs-item-testimonial, .six-by-six .paragraphs-item-boxout .paragraphs-item-testimonial, .eight-by-four .paragraphs-item-boxout .paragraphs-item-testimonial {
  padding-top: 2rem; }
  .three-card-layout .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote p.blockquote-quote, .six-by-six .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote p.blockquote-quote, .eight-by-four .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote p.blockquote-quote {
    font-size: 1rem; }
  .three-card-layout .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote:before, .six-by-six .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote:before, .eight-by-four .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote:before {
    top: -85px; }
  .three-card-layout .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-detail,
  .three-card-layout .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-quote, .six-by-six .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-detail,
  .six-by-six .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-quote, .eight-by-four .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-detail,
  .eight-by-four .paragraphs-item-boxout .paragraphs-item-testimonial .blockquote blockquote .blockquote-quote {
    margin-left: 0; }

/*-----------------------------------
QUOTES AND TESTIMONIALS PINK PROSPECTUS STYLE
----------------------------------*/
.site-prospective-students-graduate .blockquote blockquote,
.site-prospective-students-undergraduate-redesign .blockquote blockquote,
.site-prospective-students-undergraduate .blockquote blockquote {
  color: #AC145A; }
