/** Foundation for Sites by ZURB Version 6.3.1 foundation.zurb.com Licensed under MIT Open Source */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document ========================================================================== */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. */
figcaption, figure { display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** Add the correct display in IE. */
main { display: block; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. */
button { overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

button, [type="button"], [type="reset"], [type="submit"] { /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Show the overflow in Edge. */
input { overflow: visible; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ /** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ color: inherit; /* 2 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Add the correct display in IE 9-. */
menu { display: block; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

.foundation-mq { font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html { box-sizing: border-box; font-size: 18px; }

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

body { margin: 0; padding: 0; background: #fefefe; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; line-height: 1.5; color: #0a0a0a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; }

textarea { height: auto; min-height: 50px; border-radius: 0; }

select { box-sizing: border-box; width: 100%; border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

button { padding: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0; background: transparent; line-height: 1; }

[data-whatinput='mouse'] button { outline: 0; }

pre { overflow: auto; }

.is-visible { display: block !important; }

.is-hidden { display: none !important; }

.row { max-width: 66.66667rem; margin-right: auto; margin-left: auto; }

.row::before, .row::after { display: table; content: ' '; }

.row::after { clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-right: 0; padding-left: 0; }

.row .row { margin-right: -1.5rem; margin-left: -1.5rem; }

@media print, screen and (min-width: 40em) { .row .row { margin-right: -1.5rem; margin-left: -1.5rem; } }

@media print, screen and (min-width: 64em) { .row .row { margin-right: -1rem; margin-left: -1rem; } }

.row .row.collapse { margin-right: 0; margin-left: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-right: auto; margin-left: auto; }

.row:not(.expanded) .row { max-width: none; }

.row.gutter-small > .column, .row.gutter-small > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }

.row.gutter-medium > .column, .row.gutter-medium > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }

.row.gutter-large > .column, .row.gutter-large > .columns { padding-right: 1rem; padding-left: 1rem; }

.column, .columns { width: 100%; float: left; padding-right: 1.5rem; padding-left: 1.5rem; }

@media print, screen and (min-width: 40em) { .column, .columns { padding-right: 1.5rem; padding-left: 1.5rem; } }

@media print, screen and (min-width: 64em) { .column, .columns { padding-right: 1rem; padding-left: 1rem; } }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child { float: left; }

.column.row.row, .row.row.columns { float: none; }

.row .column.row.row, .row .row.row.columns { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; }

.small-1 { width: 4.16667%; }

.small-push-1 { position: relative; left: 4.16667%; }

.small-pull-1 { position: relative; left: -4.16667%; }

.small-offset-0 { margin-left: 0%; }

.small-2 { width: 8.33333%; }

.small-push-2 { position: relative; left: 8.33333%; }

.small-pull-2 { position: relative; left: -8.33333%; }

.small-offset-1 { margin-left: 4.16667%; }

.small-3 { width: 12.5%; }

.small-push-3 { position: relative; left: 12.5%; }

.small-pull-3 { position: relative; left: -12.5%; }

.small-offset-2 { margin-left: 8.33333%; }

.small-4 { width: 16.66667%; }

.small-push-4 { position: relative; left: 16.66667%; }

.small-pull-4 { position: relative; left: -16.66667%; }

.small-offset-3 { margin-left: 12.5%; }

.small-5 { width: 20.83333%; }

.small-push-5 { position: relative; left: 20.83333%; }

.small-pull-5 { position: relative; left: -20.83333%; }

.small-offset-4 { margin-left: 16.66667%; }

.small-6 { width: 25%; }

.small-push-6 { position: relative; left: 25%; }

.small-pull-6 { position: relative; left: -25%; }

.small-offset-5 { margin-left: 20.83333%; }

.small-7 { width: 29.16667%; }

.small-push-7 { position: relative; left: 29.16667%; }

.small-pull-7 { position: relative; left: -29.16667%; }

.small-offset-6 { margin-left: 25%; }

.small-8 { width: 33.33333%; }

.small-push-8 { position: relative; left: 33.33333%; }

.small-pull-8 { position: relative; left: -33.33333%; }

.small-offset-7 { margin-left: 29.16667%; }

.small-9 { width: 37.5%; }

.small-push-9 { position: relative; left: 37.5%; }

.small-pull-9 { position: relative; left: -37.5%; }

.small-offset-8 { margin-left: 33.33333%; }

.small-10 { width: 41.66667%; }

.small-push-10 { position: relative; left: 41.66667%; }

.small-pull-10 { position: relative; left: -41.66667%; }

.small-offset-9 { margin-left: 37.5%; }

.small-11 { width: 45.83333%; }

.small-push-11 { position: relative; left: 45.83333%; }

.small-pull-11 { position: relative; left: -45.83333%; }

.small-offset-10 { margin-left: 41.66667%; }

.small-12 { width: 50%; }

.small-push-12 { position: relative; left: 50%; }

.small-pull-12 { position: relative; left: -50%; }

.small-offset-11 { margin-left: 45.83333%; }

.small-13 { width: 54.16667%; }

.small-push-13 { position: relative; left: 54.16667%; }

.small-pull-13 { position: relative; left: -54.16667%; }

.small-offset-12 { margin-left: 50%; }

.small-14 { width: 58.33333%; }

.small-push-14 { position: relative; left: 58.33333%; }

.small-pull-14 { position: relative; left: -58.33333%; }

.small-offset-13 { margin-left: 54.16667%; }

.small-15 { width: 62.5%; }

.small-push-15 { position: relative; left: 62.5%; }

.small-pull-15 { position: relative; left: -62.5%; }

.small-offset-14 { margin-left: 58.33333%; }

.small-16 { width: 66.66667%; }

.small-push-16 { position: relative; left: 66.66667%; }

.small-pull-16 { position: relative; left: -66.66667%; }

.small-offset-15 { margin-left: 62.5%; }

.small-17 { width: 70.83333%; }

.small-push-17 { position: relative; left: 70.83333%; }

.small-pull-17 { position: relative; left: -70.83333%; }

.small-offset-16 { margin-left: 66.66667%; }

.small-18 { width: 75%; }

.small-push-18 { position: relative; left: 75%; }

.small-pull-18 { position: relative; left: -75%; }

.small-offset-17 { margin-left: 70.83333%; }

.small-19 { width: 79.16667%; }

.small-push-19 { position: relative; left: 79.16667%; }

.small-pull-19 { position: relative; left: -79.16667%; }

.small-offset-18 { margin-left: 75%; }

.small-20 { width: 83.33333%; }

.small-push-20 { position: relative; left: 83.33333%; }

.small-pull-20 { position: relative; left: -83.33333%; }

.small-offset-19 { margin-left: 79.16667%; }

.small-21 { width: 87.5%; }

.small-push-21 { position: relative; left: 87.5%; }

.small-pull-21 { position: relative; left: -87.5%; }

.small-offset-20 { margin-left: 83.33333%; }

.small-22 { width: 91.66667%; }

.small-push-22 { position: relative; left: 91.66667%; }

.small-pull-22 { position: relative; left: -91.66667%; }

.small-offset-21 { margin-left: 87.5%; }

.small-23 { width: 95.83333%; }

.small-push-23 { position: relative; left: 95.83333%; }

.small-pull-23 { position: relative; left: -95.83333%; }

.small-offset-22 { margin-left: 91.66667%; }

.small-24 { width: 100%; }

.small-offset-23 { margin-left: 95.83333%; }

.small-up-1 > .column, .small-up-1 > .columns { float: left; width: 100%; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }

.small-up-2 > .column, .small-up-2 > .columns { float: left; width: 50%; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }

.small-up-3 > .column, .small-up-3 > .columns { float: left; width: 33.33333%; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }

.small-up-4 > .column, .small-up-4 > .columns { float: left; width: 25%; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns { float: left; width: 20%; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }

.small-up-6 > .column, .small-up-6 > .columns { float: left; width: 16.66667%; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }

.small-up-7 > .column, .small-up-7 > .columns { float: left; width: 14.28571%; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }

.small-up-8 > .column, .small-up-8 > .columns { float: left; width: 12.5%; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }

.small-collapse > .column, .small-collapse > .columns { padding-right: 0; padding-left: 0; }

.small-collapse .row { margin-right: 0; margin-left: 0; }

.expanded.row .small-collapse.row { margin-right: 0; margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }

.small-centered { margin-right: auto; margin-left: auto; }

.small-centered, .small-centered:last-child:not(:first-child) { float: none; clear: both; }

.small-uncentered, .small-push-0, .small-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; }

@media print, screen and (min-width: 40em) { .medium-1 { width: 4.16667%; }
  .medium-push-1 { position: relative; left: 4.16667%; }
  .medium-pull-1 { position: relative; left: -4.16667%; }
  .medium-offset-0 { margin-left: 0%; }
  .medium-2 { width: 8.33333%; }
  .medium-push-2 { position: relative; left: 8.33333%; }
  .medium-pull-2 { position: relative; left: -8.33333%; }
  .medium-offset-1 { margin-left: 4.16667%; }
  .medium-3 { width: 12.5%; }
  .medium-push-3 { position: relative; left: 12.5%; }
  .medium-pull-3 { position: relative; left: -12.5%; }
  .medium-offset-2 { margin-left: 8.33333%; }
  .medium-4 { width: 16.66667%; }
  .medium-push-4 { position: relative; left: 16.66667%; }
  .medium-pull-4 { position: relative; left: -16.66667%; }
  .medium-offset-3 { margin-left: 12.5%; }
  .medium-5 { width: 20.83333%; }
  .medium-push-5 { position: relative; left: 20.83333%; }
  .medium-pull-5 { position: relative; left: -20.83333%; }
  .medium-offset-4 { margin-left: 16.66667%; }
  .medium-6 { width: 25%; }
  .medium-push-6 { position: relative; left: 25%; }
  .medium-pull-6 { position: relative; left: -25%; }
  .medium-offset-5 { margin-left: 20.83333%; }
  .medium-7 { width: 29.16667%; }
  .medium-push-7 { position: relative; left: 29.16667%; }
  .medium-pull-7 { position: relative; left: -29.16667%; }
  .medium-offset-6 { margin-left: 25%; }
  .medium-8 { width: 33.33333%; }
  .medium-push-8 { position: relative; left: 33.33333%; }
  .medium-pull-8 { position: relative; left: -33.33333%; }
  .medium-offset-7 { margin-left: 29.16667%; }
  .medium-9 { width: 37.5%; }
  .medium-push-9 { position: relative; left: 37.5%; }
  .medium-pull-9 { position: relative; left: -37.5%; }
  .medium-offset-8 { margin-left: 33.33333%; }
  .medium-10 { width: 41.66667%; }
  .medium-push-10 { position: relative; left: 41.66667%; }
  .medium-pull-10 { position: relative; left: -41.66667%; }
  .medium-offset-9 { margin-left: 37.5%; }
  .medium-11 { width: 45.83333%; }
  .medium-push-11 { position: relative; left: 45.83333%; }
  .medium-pull-11 { position: relative; left: -45.83333%; }
  .medium-offset-10 { margin-left: 41.66667%; }
  .medium-12 { width: 50%; }
  .medium-push-12 { position: relative; left: 50%; }
  .medium-pull-12 { position: relative; left: -50%; }
  .medium-offset-11 { margin-left: 45.83333%; }
  .medium-13 { width: 54.16667%; }
  .medium-push-13 { position: relative; left: 54.16667%; }
  .medium-pull-13 { position: relative; left: -54.16667%; }
  .medium-offset-12 { margin-left: 50%; }
  .medium-14 { width: 58.33333%; }
  .medium-push-14 { position: relative; left: 58.33333%; }
  .medium-pull-14 { position: relative; left: -58.33333%; }
  .medium-offset-13 { margin-left: 54.16667%; }
  .medium-15 { width: 62.5%; }
  .medium-push-15 { position: relative; left: 62.5%; }
  .medium-pull-15 { position: relative; left: -62.5%; }
  .medium-offset-14 { margin-left: 58.33333%; }
  .medium-16 { width: 66.66667%; }
  .medium-push-16 { position: relative; left: 66.66667%; }
  .medium-pull-16 { position: relative; left: -66.66667%; }
  .medium-offset-15 { margin-left: 62.5%; }
  .medium-17 { width: 70.83333%; }
  .medium-push-17 { position: relative; left: 70.83333%; }
  .medium-pull-17 { position: relative; left: -70.83333%; }
  .medium-offset-16 { margin-left: 66.66667%; }
  .medium-18 { width: 75%; }
  .medium-push-18 { position: relative; left: 75%; }
  .medium-pull-18 { position: relative; left: -75%; }
  .medium-offset-17 { margin-left: 70.83333%; }
  .medium-19 { width: 79.16667%; }
  .medium-push-19 { position: relative; left: 79.16667%; }
  .medium-pull-19 { position: relative; left: -79.16667%; }
  .medium-offset-18 { margin-left: 75%; }
  .medium-20 { width: 83.33333%; }
  .medium-push-20 { position: relative; left: 83.33333%; }
  .medium-pull-20 { position: relative; left: -83.33333%; }
  .medium-offset-19 { margin-left: 79.16667%; }
  .medium-21 { width: 87.5%; }
  .medium-push-21 { position: relative; left: 87.5%; }
  .medium-pull-21 { position: relative; left: -87.5%; }
  .medium-offset-20 { margin-left: 83.33333%; }
  .medium-22 { width: 91.66667%; }
  .medium-push-22 { position: relative; left: 91.66667%; }
  .medium-pull-22 { position: relative; left: -91.66667%; }
  .medium-offset-21 { margin-left: 87.5%; }
  .medium-23 { width: 95.83333%; }
  .medium-push-23 { position: relative; left: 95.83333%; }
  .medium-pull-23 { position: relative; left: -95.83333%; }
  .medium-offset-22 { margin-left: 91.66667%; }
  .medium-24 { width: 100%; }
  .medium-offset-23 { margin-left: 95.83333%; }
  .medium-up-1 > .column, .medium-up-1 > .columns { float: left; width: 100%; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns { float: left; width: 50%; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns { float: left; width: 33.33333%; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns { float: left; width: 25%; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns { float: left; width: 20%; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns { float: left; width: 16.66667%; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns { float: left; width: 14.28571%; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns { float: left; width: 12.5%; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-right: 0; padding-left: 0; }
  .medium-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .medium-collapse.row { margin-right: 0; margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-right: 1.5rem; padding-left: 1.5rem; }
  .medium-centered { margin-right: auto; margin-left: auto; }
  .medium-centered, .medium-centered:last-child:not(:first-child) { float: none; clear: both; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }

@media print, screen and (min-width: 64em) { .large-1 { width: 4.16667%; }
  .large-push-1 { position: relative; left: 4.16667%; }
  .large-pull-1 { position: relative; left: -4.16667%; }
  .large-offset-0 { margin-left: 0%; }
  .large-2 { width: 8.33333%; }
  .large-push-2 { position: relative; left: 8.33333%; }
  .large-pull-2 { position: relative; left: -8.33333%; }
  .large-offset-1 { margin-left: 4.16667%; }
  .large-3 { width: 12.5%; }
  .large-push-3 { position: relative; left: 12.5%; }
  .large-pull-3 { position: relative; left: -12.5%; }
  .large-offset-2 { margin-left: 8.33333%; }
  .large-4 { width: 16.66667%; }
  .large-push-4 { position: relative; left: 16.66667%; }
  .large-pull-4 { position: relative; left: -16.66667%; }
  .large-offset-3 { margin-left: 12.5%; }
  .large-5 { width: 20.83333%; }
  .large-push-5 { position: relative; left: 20.83333%; }
  .large-pull-5 { position: relative; left: -20.83333%; }
  .large-offset-4 { margin-left: 16.66667%; }
  .large-6 { width: 25%; }
  .large-push-6 { position: relative; left: 25%; }
  .large-pull-6 { position: relative; left: -25%; }
  .large-offset-5 { margin-left: 20.83333%; }
  .large-7 { width: 29.16667%; }
  .large-push-7 { position: relative; left: 29.16667%; }
  .large-pull-7 { position: relative; left: -29.16667%; }
  .large-offset-6 { margin-left: 25%; }
  .large-8 { width: 33.33333%; }
  .large-push-8 { position: relative; left: 33.33333%; }
  .large-pull-8 { position: relative; left: -33.33333%; }
  .large-offset-7 { margin-left: 29.16667%; }
  .large-9 { width: 37.5%; }
  .large-push-9 { position: relative; left: 37.5%; }
  .large-pull-9 { position: relative; left: -37.5%; }
  .large-offset-8 { margin-left: 33.33333%; }
  .large-10 { width: 41.66667%; }
  .large-push-10 { position: relative; left: 41.66667%; }
  .large-pull-10 { position: relative; left: -41.66667%; }
  .large-offset-9 { margin-left: 37.5%; }
  .large-11 { width: 45.83333%; }
  .large-push-11 { position: relative; left: 45.83333%; }
  .large-pull-11 { position: relative; left: -45.83333%; }
  .large-offset-10 { margin-left: 41.66667%; }
  .large-12 { width: 50%; }
  .large-push-12 { position: relative; left: 50%; }
  .large-pull-12 { position: relative; left: -50%; }
  .large-offset-11 { margin-left: 45.83333%; }
  .large-13 { width: 54.16667%; }
  .large-push-13 { position: relative; left: 54.16667%; }
  .large-pull-13 { position: relative; left: -54.16667%; }
  .large-offset-12 { margin-left: 50%; }
  .large-14 { width: 58.33333%; }
  .large-push-14 { position: relative; left: 58.33333%; }
  .large-pull-14 { position: relative; left: -58.33333%; }
  .large-offset-13 { margin-left: 54.16667%; }
  .large-15 { width: 62.5%; }
  .large-push-15 { position: relative; left: 62.5%; }
  .large-pull-15 { position: relative; left: -62.5%; }
  .large-offset-14 { margin-left: 58.33333%; }
  .large-16 { width: 66.66667%; }
  .large-push-16 { position: relative; left: 66.66667%; }
  .large-pull-16 { position: relative; left: -66.66667%; }
  .large-offset-15 { margin-left: 62.5%; }
  .large-17 { width: 70.83333%; }
  .large-push-17 { position: relative; left: 70.83333%; }
  .large-pull-17 { position: relative; left: -70.83333%; }
  .large-offset-16 { margin-left: 66.66667%; }
  .large-18 { width: 75%; }
  .large-push-18 { position: relative; left: 75%; }
  .large-pull-18 { position: relative; left: -75%; }
  .large-offset-17 { margin-left: 70.83333%; }
  .large-19 { width: 79.16667%; }
  .large-push-19 { position: relative; left: 79.16667%; }
  .large-pull-19 { position: relative; left: -79.16667%; }
  .large-offset-18 { margin-left: 75%; }
  .large-20 { width: 83.33333%; }
  .large-push-20 { position: relative; left: 83.33333%; }
  .large-pull-20 { position: relative; left: -83.33333%; }
  .large-offset-19 { margin-left: 79.16667%; }
  .large-21 { width: 87.5%; }
  .large-push-21 { position: relative; left: 87.5%; }
  .large-pull-21 { position: relative; left: -87.5%; }
  .large-offset-20 { margin-left: 83.33333%; }
  .large-22 { width: 91.66667%; }
  .large-push-22 { position: relative; left: 91.66667%; }
  .large-pull-22 { position: relative; left: -91.66667%; }
  .large-offset-21 { margin-left: 87.5%; }
  .large-23 { width: 95.83333%; }
  .large-push-23 { position: relative; left: 95.83333%; }
  .large-pull-23 { position: relative; left: -95.83333%; }
  .large-offset-22 { margin-left: 91.66667%; }
  .large-24 { width: 100%; }
  .large-offset-23 { margin-left: 95.83333%; }
  .large-up-1 > .column, .large-up-1 > .columns { float: left; width: 100%; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  .large-up-2 > .column, .large-up-2 > .columns { float: left; width: 50%; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  .large-up-3 > .column, .large-up-3 > .columns { float: left; width: 33.33333%; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  .large-up-4 > .column, .large-up-4 > .columns { float: left; width: 25%; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  .large-up-5 > .column, .large-up-5 > .columns { float: left; width: 20%; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  .large-up-6 > .column, .large-up-6 > .columns { float: left; width: 16.66667%; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  .large-up-7 > .column, .large-up-7 > .columns { float: left; width: 14.28571%; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  .large-up-8 > .column, .large-up-8 > .columns { float: left; width: 12.5%; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  .large-collapse > .column, .large-collapse > .columns { padding-right: 0; padding-left: 0; }
  .large-collapse .row { margin-right: 0; margin-left: 0; }
  .expanded.row .large-collapse.row { margin-right: 0; margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-right: 1rem; padding-left: 1rem; }
  .large-centered { margin-right: auto; margin-left: auto; }
  .large-centered, .large-centered:last-child:not(:first-child) { float: none; clear: both; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; float: left; margin-right: 0; margin-left: 0; } }

.column-block { margin-bottom: 3rem; }

.column-block > :last-child { margin-bottom: 0; }

@media print, screen and (min-width: 40em) { .column-block { margin-bottom: 3rem; }
  .column-block > :last-child { margin-bottom: 0; } }

@media print, screen and (min-width: 64em) { .column-block { margin-bottom: 2rem; }
  .column-block > :last-child { margin-bottom: 0; } }

.hide { display: none !important; }

.invisible { visibility: hidden; }

@media screen and (max-width: 39.9375em) { .hide-for-small-only { display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) { .show-for-small-only { display: none !important; } }

@media print, screen and (min-width: 40em) { .hide-for-medium { display: none !important; } }

@media screen and (max-width: 39.9375em) { .show-for-medium { display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .hide-for-medium-only { display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) { .show-for-medium-only { display: none !important; } }

@media print, screen and (min-width: 64em) { .hide-for-large { display: none !important; } }

@media screen and (max-width: 63.9375em) { .show-for-large { display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) { .hide-for-large-only { display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) { .show-for-large-only { display: none !important; } }

.show-for-sr, .show-on-focus { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus { position: static !important; width: auto; height: auto; overflow: visible; clip: auto; }

.show-for-landscape, .hide-for-portrait { display: block !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: block !important; } }

@media screen and (orientation: portrait) { .show-for-landscape, .hide-for-portrait { display: none !important; } }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .hide-for-landscape, .show-for-portrait { display: none !important; } }

@media screen and (orientation: portrait) { .hide-for-landscape, .show-for-portrait { display: block !important; } }

body { color: #202329; font-family: "Noto Sans", "Trebuchet MS", sans-serif; font-weight: 400; }

p { font-size: 16px; line-height: 28px; margin-bottom: 28px; }

@media print, screen and (min-width: 64em) { p { font-size: 18px; line-height: 31px; } }

p.summary { font-size: 18px; font-weight: 700; line-height: 27px; margin-top: 0; }

@media print, screen and (min-width: 64em) { p.summary { font-size: 21px; line-height: 32px; } }

h1 { font-size: 28px; font-weight: 700; line-height: 39px; margin-top: 0; }

@media print, screen and (min-width: 64em) { h1 { font-size: 36px; line-height: 50px; } }

h2 { font-size: 24px; font-weight: 700; line-height: 36px; }

@media print, screen and (min-width: 64em) { h2 { font-size: 27px; line-height: 41px; } }

h3 { font-size: 21px; font-weight: 700; line-height: 32px; }

@media print, screen and (min-width: 64em) { h3 { font-size: 24px; line-height: 36px; } }

h4 { margin-bottom: 0; }

h4 + p { margin-top: 0; }

header h1 { margin: 0; padding: 0; }

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

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-italic { font-style: italic; }

.text-type-medium h1, .text-type-medium h2, .text-type-medium h3 { font-size: 24px; line-height: 37px; }

.text-type-small h1, .text-type-small h2, .text-type-small h3 { font-size: 18px; line-height: 28px; }

.page-heading { font-size: 32px; font-weight: 700; line-height: 45px; margin: 0; text-transform: none; }

@media print, screen and (min-width: 64em) { .page-heading { font-size: 42px; line-height: 59px; } }

.hero .page-heading { font-size: 32px; line-height: 45px; }

@media print, screen and (min-width: 64em) { .hero .page-heading { font-size: 48px; line-height: 67px; } }

.page-heading span { display: block; font-weight: 400; }

@media print, screen and (min-width: 40em) { .page-heading span { display: inline; } }

.page-subheading { font-size: 21px; font-weight: 400; line-height: 32px; margin-bottom: 0; margin-top: 14px; }

@media print, screen and (min-width: 64em) { .page-subheading { font-size: 24px; line-height: 36px; } }

.small-heading { font-size: 32px; line-height: 43px; }

.section-heading { font-size: 28px; line-height: 39px; margin-top: 0; }

@media print, screen and (min-width: 64em) { .section-heading { font-size: 36px; line-height: 50px; } }

@media screen and (max-width: 39.9375em) { .section-heading { overflow-wrap: break-word; word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } }

.section-sub-heading { margin: 0; }

.smallprint { font-size: 14px; line-height: 22px; }

.tagline { background-clip: text; background-color: #673ab7; background-image: linear-gradient(155deg, #673ab7, #321970); color: #321970; display: block; font-size: 24px; font-weight: 700; line-height: 37px; margin: 28px 0; text-align: center; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.full-width .tagline { margin: 0 36px 28px; }

@media print, screen and (min-width: 40em) { .tagline { font-size: 36px; line-height: 48px; margin: 0 0 28px; text-align: left; } }

.entry-requirements h3 + p { margin-top: 0; }

.entry-requirements .qualification { font-size: 24px; font-weight: 400; line-height: 37px; text-transform: none; }

.entry-requirements .qualification::before { content: '- '; }

.markdown h1 { font-size: 28px; line-height: 39px; }

@media print, screen and (min-width: 64em) { .markdown h1 { font-size: 36px; line-height: 50px; } }

.markdown h2 { font-size: 24px; line-height: 36px; }

@media print, screen and (min-width: 64em) { .markdown h2 { font-size: 27px; line-height: 41px; } }

.markdown h3 { font-size: 21px; line-height: 32px; }

@media print, screen and (min-width: 64em) { .markdown h3 { font-size: 24px; line-height: 36px; } }

.markdown h4, .markdown h5, .markdown h6 { font-size: 18px; line-height: 27px; }

@media print, screen and (min-width: 64em) { .markdown h4, .markdown h5, .markdown h6 { font-size: 21px; line-height: 32px; } }

.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { margin-bottom: 14px; }

.markdown h1 + p, .markdown h2 + p, .markdown h3 + p, .markdown h4 + p, .markdown h5 + p, .markdown h6 + p { margin-top: 0; }

.external-homepage h2, .external-homepage .section-heading { font-size: 24px; line-height: 34px; text-transform: none; }

@media print, screen and (min-width: 40em) { .external-homepage h2, .external-homepage .section-heading { font-size: 28px; line-height: 38px; } }

@media print, screen and (min-width: 64em) { .external-homepage h2, .external-homepage .section-heading { font-size: 30px; line-height: 37px; } }

.external-homepage h3, .external-homepage .event-date { font-size: 20px; line-height: 30px; }

.external-homepage .card h3 { margin: 0; }

.external-homepage h4 { font-size: 18px; line-height: 28px; }

.external-homepage h5 { font-size: 16px; line-height: 26px; }

.external-homepage p { font-size: 16px; line-height: 29px; }

.external-homepage a { font-size: 16px; line-height: 29px; }

a { color: #202329; }

a:visited { color: #575a5e; }

a:hover, a:active, a:focus { color: #ec0836; }

.link-white:link, .link-white:visited { color: #fff; }

.link-white:hover, .link-white:active, .link-white:focus { color: #fc4885; }

.action-link { background-image: url("../../assets/university-of-bath/images/style/list-arrow-coral.svg"); background-position: 3px 8px; background-repeat: no-repeat; display: inline-block; padding-left: 21.6px; }

.link--arrow_light { background-image: url("../../assets/university-of-bath/images/utility/arrow-right-white-md.svg"); }

.link--arrow_dark { background-image: url("../../assets/university-of-bath/images/utility/arrow-right-granite.svg"); }

.link--arrow_light, .link--arrow_dark { background-position: 100% 50%; background-repeat: no-repeat; }

@media print, screen and (min-width: 64em) { .link--arrow_light, .link--arrow_dark { background-image: none; } }

.bg-granite a, .bg-granite-10-light a, body > footer a { color: #fff; }

.bg-granite a:visited, .bg-granite-10-light a:visited, body > footer a:visited { color: #fff; }

.bg-granite a:hover, .bg-granite a:active, .bg-granite a:focus, .bg-granite-10-light a:hover, .bg-granite-10-light a:active, .bg-granite-10-light a:focus, body > footer a:hover, body > footer a:active, body > footer a:focus { color: #ffeb3b; }

.bg-granite .action-link { background-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg"); color: #fff; font-weight: 400; }

.bg-granite .action-link:visited { color: #fff; }

.bg-granite .action-link:hover, .bg-granite .action-link:active, .bg-granite .action-link:focus { color: #ffeb3b; }

.bg-coral a { color: #fff; }

.bg-coral a:visited { color: #fff; }

.bg-coral a:hover, .bg-coral a:active, .bg-coral a:focus { color: #ffeb3b; }

.bg-coral .action-link { background-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg"); color: #fff; font-weight: 400; }

.bg-coral .action-link:visited { color: #fff; }

.bg-coral .action-link:hover, .bg-coral .action-link:active, .bg-coral .action-link:focus { color: #ffeb3b; }

.bg-violet a { color: #fff; }

.bg-violet a:visited { color: #e8e2f4; }

.bg-violet a:hover, .bg-violet a:active, .bg-violet a:focus { color: #ffeb3b; }

a .bg-violet-50-dark, .bg-violet-50-dark a { color: #fff; text-decoration: underline; }

a .bg-violet-50-dark:visited, .bg-violet-50-dark a:visited { color: #b39fdb; }

a .bg-violet-50-dark:hover, .bg-violet-50-dark a:hover { color: #89e3f0; }

a .bg-violet-50-dark:active, a .bg-violet-50-dark:focus, .bg-violet-50-dark a:active, .bg-violet-50-dark a:focus { color: #4ed5e8; }

.bg-citrus a { color: #000; }

.bg-citrus a:visited { color: #000; }

.bg-citrus a:hover, .bg-citrus a:active, .bg-citrus a:focus { color: #b80029; }

.bg-citrus-25-light a { color: #000; }

.bg-citrus-25-light a:visited { color: #000; }

.bg-citrus-25-light a:hover, .bg-citrus-25-light a:active, .bg-citrus-25-light a:focus { color: #b80029; }

.bg-citrus .action-link { background-image: url("../../assets/university-of-bath/images/style/list-arrow-black.svg"); }

.bg-cornflower-60-dark a, a .bg-cornflower-60-dark { color: #fff; text-decoration: underline; }

.bg-cornflower-60-dark a:visited, a .bg-cornflower-60-dark:visited { color: #89e3f0; }

.bg-cornflower-60-dark a:hover, .bg-cornflower-60-dark a:active, .bg-cornflower-60-dark a:focus, a .bg-cornflower-60-dark:hover, a .bg-cornflower-60-dark:active, a .bg-cornflower-60-dark:focus { color: #4ed5e8; }

.column-block { margin-bottom: 28px; }

@media print, screen and (min-width: 64em) { .column-block { margin-bottom: 42px; } }

.whole-block { width: 100%; }

.half-block { width: 100%; }

@media print, screen and (min-width: 40em) { .half-block { width: 50%; } }

.quarter-block { width: 100%; }

@media print, screen and (min-width: 40em) { .quarter-block { width: 25%; } }

.flex-wrapper { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

.flex-row { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; height: 100%; }

@media screen and (max-width: 39.9375em) { .flex-row-sm { -ms-flex-direction: row; flex-direction: row; } }

@media print, screen and (min-width: 40em) { .flex-row-md { -ms-flex-direction: row; flex-direction: row; } }

.flex-row-reverse { display: -ms-flexbox; display: flex; -ms-flex-direction: row-reverse; flex-direction: row-reverse; height: 100%; }

@media screen and (max-width: 39.9375em) { .flex-row-reverse-sm { -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

@media print, screen and (min-width: 40em) { .flex-row-reverse-md { -ms-flex-direction: row-reverse; flex-direction: row-reverse; } }

.flex-column { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 100%; }

@media screen and (max-width: 39.9375em) { .flex-column-sm { -ms-flex-direction: column; flex-direction: column; } }

@media print, screen and (min-width: 40em) { .flex-column-md { -ms-flex-direction: column; flex-direction: column; } }

@media screen and (max-width: 39.9375em) { .flex-column-reverse-sm { -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

.flex-center { height: 100%; -ms-flex-pack: center; justify-content: center; }

.wordmark-cornflower { background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-cornflower.svg"); background-repeat: no-repeat; text-indent: -9999px; }

.wordmark-inverse { background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-inverse.svg"); background-repeat: no-repeat; display: block; font-size: 0; height: 22px; text-indent: -9999px; width: 177px; }

body { background: #fff; }

@media screen and (max-width: 39.9375em) { body { padding-top: 56px; } }

.important-information h1 { font-size: 24px; font-weight: 700; line-height: 37px; text-transform: initial; }

.important-information p, .important-information ul, .important-information ol { font-size: 14px; line-height: 22px; margin: 14px 0; }

.award-item { padding: 14px 18px; width: 100%; }

.award-item:last-child { margin-bottom: 0; }

.award-item a { text-decoration: none; }

@media print, screen and (min-width: 40em) { .award-item { width: auto; } }

@media print, screen and (min-width: 64em) { .award-item { padding: 14px 36px; } }

.email, .telephone { word-break: break-all; }

.section-header { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: auto; margin-right: auto; width: 100%; }

@media print, screen and (min-width: 40em) { .section-header { -ms-flex-preferred-size: calc(80% + (18px*2)); flex-basis: calc(80% + (18px*2)); width: calc(80% + (18px*2)); } }

@media print, screen and (min-width: 64em) { .section-header { -ms-flex-preferred-size: calc(60% + (18px*2)); flex-basis: calc(60% + (18px*2)); width: calc(60% + (18px*2)); } }

.no-divider { margin-bottom: 28px; }

@media print, screen and (min-width: 40em) { .no-divider { margin-bottom: 56px; } }

.section-footer { margin-bottom: 28px; }

.section-footer .related-information { font-size: 24px; font-style: italic; line-height: 37px; margin-bottom: 14px; margin-top: 0; }

.card { background-color: #fff; border-bottom: 7px solid #f0f0f1; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: calc((28px / 2) - 7px); margin-top: 14px; width: 100%; }

@media print, screen and (min-width: 40em) { .card { -ms-flex-preferred-size: 40%; flex-basis: 40%; margin-left: 18px; margin-right: 18px; width: 40%; } }

@media print, screen and (min-width: 64em) { .card { -ms-flex-preferred-size: 30%; flex-basis: 30%; width: 30%; } }

.card header { margin-bottom: 28px; padding: 14px 18px 28px; }

.card header h1 { font-size: 21px; font-weight: 700; line-height: 32px; }

.card img { border: 0; }

.card figure, .card ol, .card p, .card ul { margin: 0 18px 28px; }

.card h3 { margin-left: 18px; margin-right: 18px; }

.card footer { padding: 28px 18px; }

.card footer figure, .card footer ol, .card footer p, .card footer ul { margin: 0; }

.standard-card header { padding-bottom: 0; }

.standard-card footer { padding-top: 0; }

.complex-card header { margin-bottom: 0; }

.complex-card .more-info { border-bottom: 2px solid #f0f0f1; margin-bottom: 28px; padding: 14px 18px; }

.complex-card .more-info *:last-child { margin-bottom: 0; }

.complex-card address span { display: block; font-style: normal; }

.complex-card address span:first-child { font-weight: 700; }

.complex-card .location { font-style: italic; }

.complex-card .date-time { display: block; font-weight: 700; text-transform: uppercase; }

.detailed-card { float: left; margin-left: 0; margin-right: 0; margin-top: 42px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .detailed-card { display: -ms-flexbox; display: flex; -ms-flex-pack: space-evenly; justify-content: space-evenly; -ms-box-orient: horizontal; width: 100%; } }

@media print, screen and (min-width: 64em) { .detailed-card { float: right; margin: 0; max-width: 25%; } }

.detailed-card h1, .detailed-card p { font-size: 16px; line-height: 25px; margin: 0 28px; }

.detailed-card h1 { font-weight: 700; margin-top: 28px; }

.detailed-card p { margin-bottom: 28px; }

.detailed-card .detailed-card-divider { background-color: #b80029; display: block; height: 2px; margin: 0 28px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .detailed-card .detailed-card-divider { height: 45px; margin: 36px 0; width: 2px; } }

@media (min-width: 642px) and (max-width: 750px) { .detailed-card.project-summary div { width: 25%; } }

.detailed-card.project-summary h1 { font-size: 18px; line-height: 27px; margin: 0 28px; }

@media print, screen and (min-width: 64em) { .detailed-card.project-summary h1 { font-size: 18px; line-height: 31px; } }

.detailed-card.project-summary h2 { font-size: 16px; line-height: 28px; margin: 0 28px; }

@media print, screen and (min-width: 64em) { .detailed-card.project-summary h2 { font-size: 16px; line-height: 27px; } }

.detailed-card.project-summary h1, .detailed-card.project-summary h2 { margin-top: 28px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .detailed-card.project-summary h1, .detailed-card.project-summary h2, .detailed-card.project-summary p { margin-left: 0; margin-right: 0; } }

.card-inner { margin: 28px 18px; }

.card-inner figure, .card-inner ol, .card-inner p, .card-inner ul { margin-left: 0; margin-right: 0; }

article.project-list-card { border-bottom: 7px solid #ec0836; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 14px; }

@media screen and (max-width: 39.9375em) { article.project-list-card { padding: 9px; } }

.project-list-header { width: 100%; }

@media print, screen and (min-width: 64em) { .project-list-header { width: 70%; } }

@media print, screen and (min-width: 64em) { span.card-divider { background-color: #e3e3e4; height: 85%; margin: auto 14px; width: 1px; } }

.funding-container { margin-bottom: 14px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .funding-container { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 14px; } }

@media print, screen and (min-width: 64em) { .funding-container { margin-top: 9px; width: 25%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .funder { max-width: 70%; min-width: 30%; } }

.funder p { margin-bottom: 0; }

.funder p img { margin-top: 14px; }

.eligible-candidate { margin-top: 18px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .eligible-candidate { margin-top: 0; } }

.card .eligible-candidate p { margin-bottom: 9px; }

.funder-logo { display: block; height: 39.6px; }

.funder-name { display: block; padding-top: 5px; }

.bg-granite .card { background-color: #36393e; border-color: #ec0836; }

.bg-steel .card { border-color: #e3e3e4; }

.bg-violet-25-dark .card { border-color: #321970; color: #202329; }

.bg-coral-50-dark .card, .detailed-card .card { background-color: #b80029; border-color: #ec0836; }

.bg-coral-50-dark .card .detailed-card-divider, .detailed-card .card .detailed-card-divider { background-color: #ec0836; }

.optional-units .card { border-color: #fd8d17; }

.bg-citrus .card, .bg-citrus-25-light .card { border-color: #ffc711; }

.bg-cornflower-25-light .card { border-color: #89e3f0; }

.extended-nav-spacer { display: block; height: 50px; }

@media print, screen and (min-width: 64em) { .extended-nav-spacer { display: none; height: 0; width: 0; } }

.extended-nav { background: #9afde6; position: absolute; text-align: left; width: 100%; z-index: 5; }

@media print, screen and (min-width: 64em) { .extended-nav { position: relative; text-align: left; } }

@media screen and (max-width: 63.9375em) { .extended-nav .row.column, .extended-nav .row.columns { padding: 0; } }

.extended-nav a.primary-link { color: #36393e; display: inline-block; font-size: 14px; line-height: 22px; margin: 0 auto; padding: 16.47059px 23.4px; }

@media print, screen and (min-width: 64em) { .extended-nav a.primary-link { display: inline-block; padding: 18px 14px 18px 0; } }

.extended-nav a.primary-link:hover, .extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:visited { color: #36393e; }

.extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:hover { text-decoration: underline; }

.extended-nav .primary-name { display: inline-block; font-size: inherit; line-height: inherit; margin: 0; padding: 0; }

.extended-nav a:active .organisation-name, .extended-nav a:focus .organisation-name, .extended-nav a:hover .organisation-name { text-decoration: underline; }

.extended-nav #extended-nav-checkbox { display: block; position: absolute; top: -9999px; }

@media print, screen and (min-width: 64em) { .extended-nav #extended-nav-checkbox { display: none; } }

.extended-nav #extended-nav-label { color: #36393e; font-size: 14px; height: 50px; line-height: 22px; min-width: 70px; padding: 15px 23.33333px 0 23.33333px; position: absolute; right: 0; text-align: right; top: 0; }

.extended-nav #extended-nav-label::after { background: url("../../assets/university-of-bath/images/utility/arrow-down-granite.svg") no-repeat center transparent; background-size: contain; content: ''; display: inline-block; height: 6px; margin: -1px 0 1px 8px; width: 12px; }

@media print, screen and (min-width: 64em) { .extended-nav #extended-nav-label { display: none; } }

.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label .extended-nav-label-inner { opacity: 0; }

.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label::after { background-image: url("../../assets/university-of-bath/images/utility/arrow-up-granite.svg"); }

@media screen and (max-width: 63.9375em) { .extended-nav .extended-nav-wrap { height: calc(100vh - 104px); max-height: 0; overflow: hidden; -webkit-overflow-scrolling: touch; transition: max-height 300ms ease-in-out; width: 100%; } }

@media print, screen and (min-width: 64em) { .extended-nav .extended-nav-wrap { display: inline-block; } }

@media screen and (max-width: 63.9375em) { .extended-nav #extended-nav-checkbox:checked ~ .extended-nav-wrap { max-height: calc(100vh - 104px); } }

@media screen and (max-width: 63.9375em) { .extended-nav .extended-nav-inner { height: 100%; left: 0; padding: 21.6px 0 0; position: relative; transition: left 300ms ease-in-out; width: 300%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.view-tertiary .extended-nav-inner { left: -100%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.view-related-links .extended-nav-inner { left: -200%; } }

.extended-nav .extended-nav-divider { border-bottom: 2px solid #00c596; display: block; margin: 0 24px -2px; }

@media print, screen and (min-width: 64em) { .extended-nav .extended-nav-divider { display: none; } }

.extended-nav ul, .extended-nav li { list-style: none; margin: 0; padding: 0; text-align: left; }

.extended-nav li { font-size: 14px; line-height: 22px; }

.extended-nav li a { position: relative; }

@media screen and (max-width: 63.9375em) { .extended-nav li a { color: #36393e; display: block; margin: 0; padding: 14px 23.4px; text-decoration: none; } }

@media screen and (max-width: 63.9375em) { .extended-nav li a.is-parent:after, .extended-nav li .tertiary > li > a:after { background: url("../../assets/university-of-bath/images/utility/arrow-right-granite.svg") no-repeat center transparent; background-size: contain; content: ''; display: block; height: 12px; position: absolute; right: 25.45455px; top: 19.8px; width: 6px; } }

.extended-nav ul.secondary { font-size: 0; line-height: 0; }

@media screen and (max-width: 63.9375em) { .extended-nav ul.secondary { padding: 0; position: relative; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary { display: inline-block; } }

.extended-nav ul.secondary > li { display: block; font-size: 14px; line-height: 22px; margin: 0; padding: 0; width: 33.33%; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li { display: inline-block; width: auto; } }

@media screen and (max-width: 39.9375em) { .extended-nav ul.secondary > li:last-child { margin: 0 0 30px; } }

.extended-nav ul.secondary > li > a { color: #36393e; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li > a { display: inline-block; margin: 0; padding: 18.66667px 21.6px; } }

.extended-nav ul.secondary > li > a:hover, .extended-nav ul.secondary > li > a:active, .extended-nav ul.secondary > li > a:focus, .extended-nav ul.secondary > li > a:visited { color: #36393e; text-decoration: none; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li > a.is-parent:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #575a5e; bottom: 8px; content: ''; display: block; left: 50%; margin: 0 -4px; opacity: .3; position: absolute; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li > a.is-parent:hover::after, .extended-nav ul.secondary > li > a.is-parent:focus::after { border-top-color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.no-js ul.secondary > li:hover > a, .extended-nav.no-js ul.secondary > li > a:active, .extended-nav.no-js ul.secondary > li > a:focus, .extended-nav.no-js ul.secondary > li > a:hover { background: #f7f7f8; color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:hover > a, .extended-nav.has-js ul.secondary > li.active > a { background: #f7f7f8; color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:hover > a.is-parent:after, .extended-nav.has-js ul.secondary > li.active > a.is-parent:after { border-top-color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within > a { background: #f7f7f8; color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within > a.is-parent:after { border-top-color: #000; } }

.extended-nav .dropdown { display: none; left: 33.33%; position: absolute; top: 0; width: 33.33%; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown { left: 0; top: 100%; width: 100%; } }

@media print, screen and (min-width: 64em) { .extended-nav.no-js ul.secondary > li:hover .dropdown { display: block; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js ul.secondary > li.active .dropdown { display: block; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li.active .dropdown, .extended-nav.has-js ul.secondary > li:hover .dropdown { display: block; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within .dropdown { display: block; } }

.extended-nav .dropdown-shadow { display: none; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-shadow { bottom: 0; box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); display: block; height: 60px; left: 0; position: absolute; width: 100%; } }

.extended-nav .dropdown-wrap { position: relative; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-wrap { background: #f7f7f8; padding: 36px 0 54px; } }

.extended-nav .dropdown-inner { margin-left: auto; margin-right: auto; max-width: 608px; }

@media print, screen and (min-width: 40em) { .extended-nav .dropdown-inner { max-width: 66.66667rem; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-inner { padding-left: 14px; padding-right: 14px; } }

.extended-nav .dropdown-back { font-size: 14px; padding: 12.85714px 23.33333px 12.85714px 36.4px !important; }

.extended-nav .dropdown-back::before { background: url("../../assets/university-of-bath/images/utility/arrow-left-granite.svg") no-repeat center transparent; background-size: contain; content: ''; display: block; height: 12px; left: 23.33333px; position: absolute; top: 16.36364px; width: 6px; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-back { display: none !important; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-title { font-size: 18px; font-weight: bold; line-height: 28px; } }

.extended-nav .dropdown-divider { background: #00e6b0; display: block; height: 2px; margin: 20px 21px 16px; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-divider { background: #e3e3e4; display: block; height: 2px; margin: 20px 0 16px; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-tertiary-title { display: none; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-append { display: none; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary > li { -ms-flex-preferred-size: 14.63415%; flex-basis: 14.63415%; margin-left: 2.43902%; } }

.extended-nav ul.tertiary > li:first-child { margin-left: 0; }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary > li > a { font-weight: bold; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary a { display: inline-block; padding: 4px 0; } }

@media screen and (max-width: 63.9375em) { .extended-nav ul.related-links { display: none; left: 100%; position: absolute; top: 0; width: 100%; } }

.extended-nav ul.tertiary > li.active-tertiary > ul.related-links { display: block; }

.extended-nav a.without-url { cursor: default; }

.extended-nav a.without-url:hover, .extended-nav a.without-url:active, .extended-nav a.without-url:focus, .extended-nav a.without-url:visited { color: #202329; text-decoration: none; }

ul { padding-left: 18px; }

ul > li { font-size: 16px; line-height: 28px; list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-coral.svg"); margin-bottom: 4px; padding-left: 4px; }

@media print, screen and (min-width: 64em) { ul > li { font-size: 18px; line-height: 31px; } }

ol > li { font-size: 16px; line-height: 28px; margin-bottom: 4px; padding-left: 4px; }

@media print, screen and (min-width: 64em) { ol > li { font-size: 18px; line-height: 31px; } }

.bg-coral .split-body-inner li { list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-white.svg"); }

ul.black-bullet-list li { list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-granite.svg"); }

.action-list ul > li { font-size: 16px; line-height: 28px; list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-coral.svg"); margin-bottom: 4px; padding-left: 4px; }

@media print, screen and (min-width: 64em) { .action-list ul > li { font-size: 18px; line-height: 31px; } }

.action-list.black ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-black.svg"); }

.action-list.citrus-50-dark ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-citrus-50-dark.svg"); }

.action-list.violet ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-violet.svg"); }

.action-list.reverse ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-arrow-white.svg"); }

.action-list ol { counter-reset: ordered-list-counter; list-style: none; }

.action-list ol > li { margin: 0 0 9px 0; counter-increment: ordered-list-counter; position: relative; font-size: 16px; line-height: 28px; }

@media print, screen and (min-width: 64em) { .action-list ol > li { font-size: 18px; line-height: 31px; } }

.action-list ol :before { content: counter(ordered-list-counter); position: absolute; left: -32px; width: 23px; height: 23px; top: 4px; border: 1px solid; font-size: 14px; line-height: 22px; border-radius: 50%; text-align: center; }

.lined-list { margin-bottom: 0; margin-top: 0; }

.lined-list li { border-bottom: 2px solid #f0f0f1; margin: 0; padding-bottom: 28px; padding-top: 28px; }

.lined-list li:only-of-type { padding: 0; }

.lined-list li:first-of-type { padding-top: 0; }

.lined-list li:last-of-type { border-bottom: 0; padding-bottom: 0; }

.lined-list article *:last-child { margin-bottom: 0; }

.lined-nested-list { padding-left: 0px; }

.lined-nested-list li { border: none; padding: 14px; margin: 0; }

.lined-nested-list li:first-of-type { padding-top: 0; }

.lined-nested-list li:last-of-type { padding-bottom: 0; }

.application-information li div:first-of-type { font-weight: 700; }

.application-information li p { margin-bottom: 0; }

.text-center ul, .text-center ol { list-style-position: inside; }

.price-list h1 { font-size: 24px; line-height: 37px; margin-bottom: 28px; }

.price-list .item-title, .price-list .item-price { display: inline-block; font-weight: 700; }

.price-list .item-detail { display: block; font-size: 14px; line-height: 22px; }

.inline-list { list-style: none; padding: 0; }

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

.no-bullet-list { padding: 0; }

.no-bullet-list li { list-style: none; margin: 0; padding-left: 0; padding-right: 0; }

.half-padding-list li { padding-bottom: 14px; padding-top: 14px; }

.bg-violet-25-dark .lined-list li { border-color: #673ab7; }

.bg-mint-75-light ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-mint-25-dark.svg"); }

.bg-mint-10-dark ul > li { list-style-image: url("../../assets/university-of-bath/images/style/list-bullet-mint-50-dark.svg"); }

nav ul, nav ul li { list-style: none; list-style-image: none; }

nav a, nav a h1 { text-decoration: none; }

nav a:hover, nav a:active, nav a:focus, nav a h1:hover, nav a h1:active, nav a h1:focus { text-decoration: underline; }

.role-nav { border-top: 2px solid #36393e; margin-bottom: 14px; }

@media print, screen and (min-width: 40em) { .role-nav { background-color: #fff; border-top: 0; margin-bottom: 0; } }

.role-nav ul { margin: 0; padding: 0; }

@media print, screen and (min-width: 40em) { .role-nav ul { display: flex; display: -ms-flexbox; } }

@media print, screen and (min-width: 40em) { .role-nav ul li { margin: 7px 0; }
  .role-nav ul li::after { color: #c7c7c9; content: '/'; padding: 0 9px; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) { .role-nav ul li::after { padding: 0 12px; } }

@media print, screen and (min-width: 40em) and (min-width: 64em) { .role-nav ul li::after { padding: 0 18px; } }

@media print, screen and (min-width: 40em) { .role-nav ul li:last-of-type::after { content: none; padding: 0; } }

.role-nav a { color: #fff; font-size: 14px; line-height: 22px; transition: color .25s ease; }

@media print, screen and (min-width: 40em) { .role-nav a { color: #202329; } }

.role-nav a:visited { color: #fff; }

@media print, screen and (min-width: 40em) { .role-nav a:visited { color: #36393e; } }

.role-nav a:hover { color: #008566; text-decoration: underline; }

.role-nav a:active, .role-nav a:focus { color: #00c596; }

.role-nav .active-nav a, .role-nav .active-nav a:visited, .role-nav .active-nav a:hover { color: #008566; }

.university-nav-bar { background: #202329; max-height: 100vh; padding-bottom: 56px; position: fixed; top: 0; width: 100%; z-index: 9999; }

@media screen and (max-width: 39.9375em) { .university-nav-bar { max-height: 100vh; }
  .university-nav-bar::before { background-color: #202329; content: ''; height: 56px; position: fixed; width: 100%; z-index: 9999; } }

@media print, screen and (min-width: 40em) { .university-nav-bar { padding: 0; position: relative; top: auto; z-index: auto; } }

.university-nav-bar .university-nav-bar-flex { display: flex; -ms-flex-flow: wrap; flex-flow: wrap; justify-content: space-around; display: -ms-flexbox; -ms-flex-pack: distribute; }

@media print, screen and (min-width: 40em) { .university-nav-bar .university-nav-bar-flex { justify-content: space-between; -ms-flex-pack: justify; } }

.university-nav-bar .brand { -ms-flex-order: 2; order: 2; position: fixed; top: calc(((28px * 2) - 28px) / 2); width: 100%; z-index: 9999; }

.university-nav-bar .brand .logo { background-image: url("../../assets/university-of-bath/images/logo/uob-logo-wordmark-inverse.svg"); background-position: center; background-repeat: no-repeat; display: block; font-size: 0; height: 28px; }

@media print, screen and (min-width: 40em) { .university-nav-bar .brand { display: none; } }

.university-nav { -ms-flex-order: 3; order: 3; width: 100%; }

@media print, screen and (min-width: 40em) { .university-nav { -ms-flex-order: 1; order: 1; width: auto; } }

.university-nav ul { margin: 0; padding: 0; }

.university-nav ul li { margin: 0; padding: 14px 18px; line-height: 18px; }

@media print, screen and (min-width: 40em) { .university-nav ul li { display: inline-block; margin: 14px 0; padding: 0 12px; }
  .university-nav ul li:first-of-type { padding-left: 0; }
  .university-nav ul li:last-of-type { padding-right: 0; } }

.university-nav ul a { color: #fff; font-size: 18px; line-height: 28px; transition: color .25s ease; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .university-nav ul a { font-size: 14px; line-height: 22px; } }

@media print, screen and (min-width: 40em) { .university-nav ul a { font-weight: 700; text-transform: uppercase; } }

.university-nav ul a:visited { color: #fff; }

.university-nav ul a:hover { color: #00c596; }

.university-nav ul a:active, .university-nav ul a:focus { color: #8affe3; }

.university-nav ul .active-nav a, .university-nav ul .active-nav a:visited, .university-nav ul .active-nav a:hover { color: #8affe3; }

.university-nav .university-nav-checkbox, .university-nav .university-nav-label { display: none; }

@media screen and (max-width: 39.9375em) { .university-nav .university-nav-label { background-color: #202329; background-image: url("../../assets/university-of-bath/images/icons/global-nav-inverse.svg"); background-position: center; background-repeat: no-repeat; border-radius: 100%; cursor: pointer; display: block; font-size: 0; height: 42px; left: 18px; margin: 7px 0; position: fixed; top: 0; width: 42px; z-index: 9999; }
  .university-nav .university-nav-label:hover, .university-nav .university-nav-label:active { background-color: #36393e; }
  .university-nav .university-nav-checkbox { display: block; position: absolute; top: -9999px; }
  .university-nav .university-nav-checkbox:checked ~ .university-nav-label { border: 2px solid #36393e; }
  .university-nav .university-nav-checkbox:checked ~ .university-nav-tray { max-height: calc(100vh - (28px * 2)); overflow-y: scroll; }
  .university-nav .university-nav-checkbox:focus ~ .university-nav-label { border: 2px solid #64ffda; }
  .university-nav .university-nav-tray { max-height: 0; overflow: hidden; position: relative; text-align: center; top: 56px; transition: max-height .5s ease-in-out; width: 100%; } }

@media print, screen and (min-width: 40em) { .university-nav .role-nav { display: none; } }

.in-page-nav a { text-decoration: underline; }

.in-page-nav a:visited { color: #36393e; }

.in-page-nav a:hover { color: #008566; }

.in-page-nav a:active, .in-page-nav a:focus { color: #00c596; }

form { width: 100%; }

@media print, screen and (min-width: 40em) { form { margin: 0 auto; width: 75%; } }

@media print, screen and (min-width: 64em) { form { width: 100%; } }

.search-field { -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; appearance: none; border: 2px solid #fff; font-size: 16px; height: 42px; line-height: 25px; outline: 0; padding: 0 18px; }

@media print, screen and (min-width: 40em) { .search-field { border-right: 0; }
  .search-field:focus ~ .search-options, .search-field:focus ~ .search-button { border-color: #00e6b0; } }

.search-field::-webkit-input-placeholder { color: #c7c7c9; font-style: italic; }

.search-field::-moz-placeholder { color: #c7c7c9; font-style: italic; }

.search-field:-ms-input-placeholder { color: #c7c7c9; font-style: italic; }

.search-field::-ms-input-placeholder { color: #c7c7c9; font-style: italic; }

.search-field::placeholder { color: #c7c7c9; font-style: italic; }

.search-field::-moz-placeholder { color: #8f9194; font-style: italic; opacity: 1; }

.search-field:-moz-placeholder { color: #8f9194; font-style: italic; opacity: 1; }

.search-field:-ms-input-placeholder { color: #8f9194; font-style: italic; }

.search-field::-webkit-input-placeholder { color: #8f9194; font-style: italic; }

.search-field:focus { border-color: #64ffda; }

.search-button { background-color: #f0f0f1; background-image: url("../../assets/university-of-bath/images/icons/submit-standard.svg"); background-position: center; background-repeat: no-repeat; border: 2px solid #f0f0f1; border-left: 0; cursor: pointer; font-size: 0; height: 42px; max-width: 42px; outline: 0; position: relative; width: 42px; }

.search-button:hover { background-color: #d5d5d6; border-color: #d5d5d6; }

.search-button:active, .search-button:focus { background-color: #c7c7c9; border-color: #c7c7c9; }

.university-search { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-order: 1; order: 1; width: 100%; }

@media print, screen and (min-width: 40em) { .university-search { -ms-flex-order: 3; order: 3; } }

@media print, screen and (min-width: 64em) { .university-search { max-height: 56px; overflow-y: hidden; width: auto; -ms-flex-order: 2; order: 2; } }

.university-search .university-search-label { background-color: #202329; background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-inverse.svg"); background-position: center; background-repeat: no-repeat; border-radius: 100%; cursor: pointer; display: block; -ms-flex-preferred-size: 42px; flex-basis: 42px; -ms-flex-negative: 0; flex-shrink: 0; font-size: 0; height: 42px; margin: 7px 0; padding: 0; position: fixed; right: 18px; width: 42px; z-index: 9999; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .university-search .university-search-label { -ms-flex-preferred-size: auto; flex-basis: auto; } }

@media print, screen and (min-width: 40em) { .university-search .university-search-label { position: absolute; right: 36px; top: 0; z-index: unset; } }

@media print, screen and (min-width: 64em) { .university-search .university-search-label { display: none; } }

.university-search .university-search-label:hover, .university-search .university-search-label:active { background-color: #36393e; }

@media print, screen and (min-width: 64em) { .university-search .university-search-label:hover, .university-search .university-search-label:active { background-color: #202329; } }

.university-search .university-search-checkbox { display: block; position: absolute; top: -9999px; }

.university-search .university-search-checkbox:checked ~ .university-search-label { border: 2px solid #36393e; }

.university-search .university-search-checkbox:checked ~ .university-search-tray { margin-bottom: 14px; max-height: 56px; }

.university-search .university-search-checkbox:focus ~ .university-search-label { border: 2px solid #00e6b0; }

@media print, screen and (min-width: 64em) { .university-search .university-search-checkbox:not(:checked) ~ .university-search-tray, .university-search .university-search-checkbox:checked ~ .university-search-tray { margin-bottom: 14px; margin: 0; max-width: 288px; } }

.university-search .university-search-tray { max-height: 0; -ms-flex-order: 1; order: 1; overflow: hidden; position: relative; top: 56px; transition: all .5s ease-in-out; width: 100%; }

@media print, screen and (min-width: 40em) { .university-search .university-search-tray { top: auto; } }

@media print, screen and (min-width: 64em) { .university-search .university-search-tray { max-height: 56px; max-width: 0; padding: 0; transition: none; } }

.university-search .university-search-tray .university-search-form { display: -ms-flexbox; display: flex; margin: 7px 0; width: 100%; }

.university-search .university-search-tray .university-search-form .search-field { border-radius: 4px 0 0 4px; outline: 0; -ms-flex: 10 auto; flex: 10 auto; -ms-flex-order: 1; order: 1; padding: 0 18px; }

.university-search .university-search-tray .university-search-form .search-field:focus { border-color: #00e6b0; }

@media print, screen and (min-width: 64em) { .university-search .university-search-tray .university-search-form .search-field { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-steel.svg"); background-position: 9px center; background-repeat: no-repeat; padding-left: 36px; }
  .university-search .university-search-tray .university-search-form .search-field:focus { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-mint-10-dark.svg"); } }

.university-search .university-search-tray .university-search-form .search-button { border-radius: 0 4px 4px 0; -ms-flex: 1 auto; flex: 1 auto; -ms-flex-order: 2; order: 2; }

.course-search-results h2, .course-search-results h3, .site-search-results h2, .site-search-results h3 { margin: 0; }

@media screen and (max-width: 39.9375em) { .course-search-results h2, .course-search-results h3, .site-search-results h2, .site-search-results h3 { font-size: 18px; line-height: 28px; } }

.course-search-results .search-results, .site-search-results .search-results { min-height: 40vh; }

.course-search-results .search-query, .site-search-results .search-query { font-style: italic; }

.course-search-results .sort-by, .course-search-results .spell-checker, .site-search-results .sort-by, .site-search-results .spell-checker { font-size: 14px; line-height: 22px; }

.course-search-results .sort-by .selected, .course-search-results .spell-checker .selected, .site-search-results .sort-by .selected, .site-search-results .spell-checker .selected { font-weight: 700; }

.course-search-results .spell-checker, .site-search-results .spell-checker { padding-top: 7px; }

.course-search-results .best-bet .best-bet-title, .site-search-results .best-bet .best-bet-title { margin-right: 9px; }

.course-search-results .search-result-item .ucas-code, .site-search-results .search-result-item .ucas-code { display: inline-block; padding-top: 7px; }

.search-form { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 7px 0; width: 100%; }

@media print, screen and (min-width: 40em) { .search-form { -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: 0; } }

.search-form .search-field { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-steel.svg"); background-position: 9px center; background-repeat: no-repeat; border-radius: 4px 0 0 4px; -ms-flex: 10 0; flex: 10 0; max-width: calc(100% - (28px * 1.5)); -ms-flex-order: 2; order: 2; outline: 0; padding-left: 36px; }

@media print, screen and (min-width: 40em) { .search-form .search-field { -ms-flex-order: 1; order: 1; } }

.search-form .search-field:-webkit-autofill { padding: 18px; }

.search-form .search-options { display: -ms-flexbox; display: flex; -ms-flex: 2 auto; flex: 2 auto; font-size: 16px; height: 42px; line-height: 25px; margin: 0 0 7px; -ms-flex-order: 1; order: 1; width: calc(100% - (28px * 2)); }

@media print, screen and (min-width: 40em) { .search-form .search-options { border-bottom: 2px solid #e3e3e4; border-radius: 0; border-top: 2px solid #e3e3e4; -ms-flex: 3 auto; flex: 3 auto; margin: 0; -ms-flex-order: 2; order: 2; width: 20%; } }

@media print, screen and (min-width: 64em) { .search-form .search-options { -ms-flex: 1 auto; flex: 1 auto; } }

.search-form .search-options select { -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; appearance: none; background-color: #e3e3e4; background-image: url("../../assets/university-of-bath/images/utility/dropdown-caret.svg"); background-position: calc(100% - 18px / 2) center; background-repeat: no-repeat; border: 0; border-radius: 4px; height: 100%; outline: 0; padding: 0 18px; }

@media print, screen and (min-width: 40em) { .search-form .search-options select { border-radius: 0; } }

.search-form .search-options select:nth-of-type(1) { -ms-flex: 3 0; flex: 3 0; }

.search-form .search-options select:nth-of-type(2) { border-left: 1px solid #c7c7c9; -ms-flex: 1 0; flex: 1 0; }

.search-form .search-options select:active, .search-form .search-options select:focus { border-color: #575a5e; }

.search-form .search-options select::-ms-expand { display: none; }

.search-form .search-button { border-radius: 0 4px 4px 0; -ms-flex: 1 auto; flex: 1 auto; -ms-flex-order: 2; order: 2; }

@media print, screen and (min-width: 40em) { .search-form .search-button { -ms-flex-order: 3; order: 3; } }

.search-links { padding: 4px; text-align: right; }

.search-links ul { margin: 0; padding: 0; }

.search-links ul li { font-size: 14px; line-height: 22px; margin: 0 0 0 9px; }

@media print, screen and (min-width: 64em) { .filter-options-divider { border-bottom: 0; border-left: 1.5px solid #8f9194; margin-left: 28px; } }

.in-page-search { border: 14px solid #00e6b0; }

.in-page-search .search-options { background-color: #c7fef1; }

@media screen and (max-width: 39.9375em) { .in-page-search .search-options { border-radius: 4px; } }

.in-page-search .search-form:select, .in-page-search .search-options:select { background-color: #c7fef1; }

.in-page-search .search-button:hover { background-color: #00c596; background-image: url("/lens/107/assets/university-of-bath/images/icons/submit-inverse.svg"); border-color: #00c596; color: #fff; }

.in-page-search-filter { padding: 18px 28px; }

.in-page-search-filter .in-page-search-filter-options { -ms-flex-align: center; align-items: center; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.in-page-search-filter .in-page-search-filter-options:first-child { margin-bottom: 4.5px; }

.in-page-search-filter .in-page-search-filter-options strong { margin-right: 1em; }

.in-page-search-filter .search-reset { font-size: .9rem; font-style: italic; text-decoration: underline; }

.in-page-search-filter .funded-only input { display: none; }

.in-page-search-filter .funded-only:hover { color: #ec0836; cursor: pointer; }

.in-page-search-filter label.funded-only-selected { font-weight: bold; }

.in-page-search-filter input[type="radio"][name="funding_eligibility"] { display: none; }

.in-page-search-filter label.funding-eligibility-selected { font-weight: bold; }

.in-page-search-filter .funding-eligibility-label { line-height: 32px; padding-right: 1em; }

.in-page-search-filter .funding-eligibility-label:hover { color: #ec0836; cursor: pointer; }

.bg-violet-25-dark .search-form .search-field:focus { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-violet-50-dark.svg"); border-color: #321970; }

@media print, screen and (min-width: 40em) { .bg-violet-25-dark .search-form .search-field:focus ~ .search-options, .bg-violet-25-dark .search-form .search-field:focus ~ .search-button { border-color: #321970; } }

.bg-violet-25-dark .search-form .search-options { border-color: #8d71c9; }

.bg-violet-25-dark .search-form .search-options:focus-within { border: 0; }

.bg-violet-25-dark .search-form .search-options select { background-color: #8d71c9; }

.bg-violet-25-dark .search-form .search-options select:nth-of-type(2) { border-left: 1px solid #673ab7; }

.bg-violet-25-dark .search-form .search-options select:active, .bg-violet-25-dark .search-form .search-options select:focus { box-shadow: inset 0 0 0 2px #8d71c9; }

.bg-violet-25-dark .search-form .search-button { background-color: #b39fdb; border-color: #b39fdb; }

.bg-violet-25-dark .search-form .search-button:hover, .bg-violet-25-dark .search-form .search-button:active { background-color: #321970; background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg"); border-color: #321970; }

.bg-violet-25-dark .search-form .search-button:focus { border-color: #321970; box-shadow: inset 2px 0 0 #321970; }

.bg-mint-10-dark .search-form .search-field:focus { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-mint-25-dark.svg"); border-color: #00c596; }

@media print, screen and (min-width: 40em) { .bg-mint-10-dark .search-form .search-field:focus ~ .search-options, .bg-mint-10-dark .search-form .search-field:focus ~ .search-button { border-color: #00c596; } }

.bg-mint-10-dark .search-form .search-options { border-color: #c7fef1; }

.bg-mint-10-dark .search-form .search-options:focus-within { border: 0; }

.bg-mint-10-dark .search-form .search-options select { background-color: #c7fef1; }

.bg-mint-10-dark .search-form .search-options select:nth-of-type(2) { border-left: 1px solid #00e6b0; }

@media print, screen and (min-width: 40em) { .bg-mint-10-dark .search-form .search-options select:nth-of-type(2) { border-color: #64ffda; } }

.bg-mint-10-dark .search-form .search-options select:active, .bg-mint-10-dark .search-form .search-options select:focus { box-shadow: inset 0 0 0 2px #00c596; }

.bg-mint-10-dark .search-form .search-button { background-color: #64ffda; border-color: #64ffda; }

.bg-mint-10-dark .search-form .search-button:hover, .bg-mint-10-dark .search-form .search-button:active { background-color: #00c596; background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg"); border-color: #00c596; }

.bg-mint-10-dark .search-form .search-button:focus { border-color: #00c596; box-shadow: inset 2px 0 0 #00c596; }

.bg-cornflower .search-form .search-field:focus { background-image: url("../../assets/university-of-bath/images/icons/global-spyglass-cornflower-25-dark.svg"); border-color: #0096aa; }

@media print, screen and (min-width: 40em) { .bg-cornflower .search-form .search-field:focus ~ .search-options, .bg-cornflower .search-form .search-field:focus ~ .search-button { border-color: #0096aa; } }

.bg-cornflower .search-form .search-options { border-color: #c3f1f7; }

.bg-cornflower .search-form .search-options:focus-within { border: 0; }

.bg-cornflower .search-form .search-options select { background-color: #c3f1f7; }

.bg-cornflower .search-form .search-options select:nth-of-type(2) { border-left: 1px solid #14c8e1; }

.bg-cornflower .search-form .search-options select:active, .bg-cornflower .search-form .search-options select:focus { box-shadow: inset 0 0 0 2px #0096aa; }

.bg-cornflower .search-form .search-button { background-color: #89e3f0; border-color: #89e3f0; }

.bg-cornflower .search-form .search-button:hover, .bg-cornflower .search-form .search-button:active { background-color: #0096aa; background-image: url("../../assets/university-of-bath/images/icons/submit-inverse.svg"); border-color: #0096aa; }

.bg-cornflower .search-form .search-button:focus { border-color: #0096aa; box-shadow: inset 2px 0 0 #0096aa; }

.info-stripes { box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); position: relative; top: 0; z-index: 100; }

@media print, screen and (min-width: 40em) { .info-stripes { position: -webkit-sticky; position: sticky; } }

.preview-stripe, .development-stripe, .staging-stripe, .training-stripe, .course-status, .cancelled-status, .postponed-status, .rescheduled-status { font-weight: 400; padding: 7px 0; text-align: center; }

.preview-stripe p, .development-stripe p, .staging-stripe p, .training-stripe p, .course-status p, .cancelled-status p, .postponed-status p, .rescheduled-status p { font-style: italic; margin: 0; padding: 0; }

.preview-stripe span, .development-stripe span, .staging-stripe span, .training-stripe span, .course-status span, .cancelled-status span, .postponed-status span, .rescheduled-status span { font-weight: 700; }

.preview-stripe { background: #fd8d17; }

.development-stripe { background: #4ed5e8; color: #000; }

.staging-stripe { background: #ffeb3b; color: #000; }

.training-stripe { background: #673ab7; color: #fff; }

.course-status { background: #ffeb3b; }

.cancelled-status { background: #b80029; color: #fff; }

.postponed-status { background: #fd8d17; }

.rescheduled-status { background: #ffc711; }

body > footer { background-color: #202329; color: #fff; padding: 56px 0; }

@media print, screen and (min-width: 40em) { body > footer ul { margin-bottom: 0; } }

.footer-wrapper { align-items: flex-end; display: flex; flex-wrap: wrap; display: -ms-flexbox; -ms-flex-align: end; -ms-flex-wrap: wrap; }

.copyright { border-bottom: 7px solid #ec0836; display: inline-block; font-size: 24px; line-height: 37px; margin-bottom: 14px; padding-bottom: 28px; text-decoration: none; }

.suggest-improvement { text-align: left; }

@media print, screen and (min-width: 40em) { .suggest-improvement { text-align: right; } }

.suggest-improvement a { font-size: 14px; font-style: italic; line-height: 22px; text-decoration: none; }

.university-header { background-color: #fff; display: none; padding: 14px 0; }

@media print, screen and (min-width: 40em) { .university-header { display: block; } }

.university-header .brand { text-align: center; width: 100%; }

@media print, screen and (min-width: 40em) { .university-header .brand { display: block; max-width: 40%; } }

.university-header .university-header-flex { display: flex; justify-content: space-between; align-items: center; display: -ms-flexbox; -ms-flex-pack: justify; -ms-flex-align: center; }

.university-header .logo { background-image: url("../../assets/university-of-bath/images/logo/uob-logo-standard.svg"); background-repeat: no-repeat; background-size: contain; display: block; font-size: 0; height: 56px; margin: 0 auto; width: 180px; }

@media print, screen and (min-width: 40em) { .university-header .logo { background-position: left center; margin: 0; } }

.reverse { color: #fff; }

.screen-reader { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }

.skip-content { height: 0; overflow: hidden; position: absolute; top: -999px; width: 0; z-index: -999; }

.skip-content:focus, .skip-content:active, .skip-content:active:hover { background-color: #fff; color: #000; font-size: 18px; height: auto; left: 0; line-height: 28px; margin: 70px 18px 0; outline: 4px solid orange; padding: 14px 9px; text-align: center; top: 0; width: calc(100% - 36px); z-index: 10000; }

@media print, screen and (min-width: 40em) { .skip-content:focus, .skip-content:active, .skip-content:active:hover { font-size: 28px; line-height: 37px; margin: 9.33333px 9px 0; padding: 14px 36px; width: auto; } }

.v-center { display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media print, screen and (min-width: 40em) { .align-left { margin: 0 50% 0 0; } }

@media print, screen and (min-width: 40em) { .align-right { margin: 0 0 0 50%; } }

.single-item { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin: 0; width: 100%; }

@media print, screen and (min-width: 40em) { .single-item { -ms-flex-preferred-size: calc(80% + (18px*2)); flex-basis: calc(80% + (18px*2)); width: calc(80% + (18px*2)); } }

@media print, screen and (min-width: 64em) { .single-item { -ms-flex-preferred-size: calc(60% + (18px*2)); flex-basis: calc(60% + (18px*2)); width: calc(60% + (18px*2)); } }

.inline-heading { float: left; width: 100%; }

@media print, screen and (min-width: 64em) { .inline-heading { width: 75%; padding-right: 18px; } }

.large-padding { padding: 42px 0; }

@media print, screen and (min-width: 40em) { .large-padding { padding: 84px 0; } }

.large-padding-bottom { padding: 0 0 42px; }

@media print, screen and (min-width: 40em) { .large-padding-bottom { padding: 0 0 84px; } }

.large-padding-top { padding: 42px 0 0; }

@media print, screen and (min-width: 40em) { .large-padding-top { padding: 84px 0 0; } }

.medium-padding { padding: 42px 0; }

@media print, screen and (min-width: 40em) { .medium-padding { padding: 56px 0; } }

.medium-padding-bottom { padding: 0 0 42px; }

@media print, screen and (min-width: 40em) { .medium-padding-bottom { padding: 0 0 56px; } }

.medium-padding-top { padding: 42px 0 0; }

@media print, screen and (min-width: 40em) { .medium-padding-top { padding: 56px 0 0; } }

.small-padding { padding: 28px 0; }

.small-padding-bottom { padding: 0 0 28px; }

.small-padding-top { padding: 28px 0 0; }

.half-padding { padding: 14px 0; }

.half-padding-bottom { padding: 0 0 14px; }

.half-padding-top { padding: 14px 0 0; }

.stack-section + .stack-section { padding-top: 0; }

.pull-right { float: none; }

@media print, screen and (min-width: 40em) { .pull-right { float: right; margin-left: 36px; } }

@media print, screen and (min-width: 64em) { .pull-right { margin-left: 45px; margin-right: calc(-25% + (18px * 2)); } }

.pull-left { float: none; }

@media print, screen and (min-width: 40em) { .pull-left { float: left; margin-right: 36px; } }

@media print, screen and (min-width: 64em) { .pull-left { margin-left: calc(-25% + (18px * 2)); margin-right: 45px; } }

.stretch { height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }

.no-border { border: none; }

.no-border img { border: none; }

.bg-black { background-color: #000; color: #fff; }

.bg-white { background-color: #fff; color: #000; }

.bg-steel { background-color: #f0f0f1; }

.bg-steel-50-light { background-color: #e3e3e4; }

.bg-steel-85-light { background-color: #f7f7f8; }

.bg-granite { background-color: #202329; color: #fff; }

.bg-granite-10-light { background-color: #36393e; color: #fff; }

.bg-coral { background-color: #ec0836; color: #fff; }

.bg-coral-50-dark { background-color: #81001d; color: #fff; }

.bg-citrus { background-color: #ffeb3b; }

.bg-citrus-25-light { background-color: #fff06c; }

.bg-citrus-50-light { background-color: #fff59d; }

.bg-citrus-75-dark { background-color: #eb6d00; color: #fff; }

.bg-citrus-90-dark { background-color: #c65001; color: #fff; }

.bg-violet { background-color: #673ab7; color: #fff; }

.bg-violet-25-dark { background-color: #4d2d99; color: #fff; }

.bg-violet-50-dark { background-color: #321970; color: #fff; }

.bg-violet-50-dark a { color: #fff; }

.bg-violet-50-dark a:visited { color: #b39fdb; }

.bg-violet-50-dark a:hover { color: #89e3f0; }

.bg-violet-50-dark a:active, .bg-violet-50-dark a:focus { color: #4ed5e8; }

.bg-mint { background-color: #64ffda; }

.bg-mint-75-light { background-color: #c7fef1; }

.bg-mint-10-dark { background-color: #00e6b0; }

.bg-cornflower { background-color: #14c8e1; }

.bg-cornflower-25-light { background-color: #4ed5e8; }

.bg-cornflower-50-light { background-color: #89e3f0; }

.bg-cornflower-50-dark { background-color: #006473; color: #fff; }

.bg-cornflower-60-dark { background-color: #08505a; color: #fff; }

.no-js-hide { display: none; }

@font-face { font-family: 'Tablet Gothic W05 Bold'; font-style: normal; font-weight: normal; src: url("../..//fonts/tablet-gothic-bold/tablet-gothic-bold.eot?#iefix"); src: url("../..//fonts/tablet-gothic-bold/tablet-gothic-bold.eot?#iefix") format("eot"), url("../..//fonts/tablet-gothic-bold/tablet-gothic-bold.woff2") format("woff2"), url("../..//fonts/tablet-gothic-bold/tablet-gothic-bold.woff") format("woff"), url("../..//fonts/tablet-gothic-bold/tablet-gothic-bold.ttf") format("truetype"); }

@font-face { font-family: 'Tablet Gothic W05 SemiBold'; font-style: normal; font-weight: normal; src: url("../..//fonts/tablet-gothic-semibold/tablet-gothic-semibold.eot?#iefix"); src: url("../..//fonts/tablet-gothic-semibold/tablet-gothic-semibold.eot?#iefix") format("eot"), url("../..//fonts/tablet-gothic-semibold/tablet-gothic-semibold.woff2") format("woff2"), url("../..//fonts/tablet-gothic-semibold/tablet-gothic-semibold.woff") format("woff"), url("../..//fonts/tablet-gothic-semibold/tablet-gothic-semibold.ttf") format("truetype"); }

@font-face { font-family: 'Tablet Gothic W05 Light'; font-style: normal; font-weight: normal; src: url("../..//fonts/tablet-gothic-light/tablet-gothic-light.eot?#iefix"); src: url("../..//fonts/tablet-gothic-light/tablet-gothic-light.eot?#iefix") format("eot"), url("../..//fonts/tablet-gothic-light/tablet-gothic-light.woff2") format("woff2"), url("../..//fonts/tablet-gothic-light/tablet-gothic-light.woff") format("woff"), url("../..//fonts/tablet-gothic-light/tablet-gothic-light.ttf") format("truetype"); }

@font-face { font-family: 'Tablet Gothic W05 Light Oblique'; font-style: normal; font-weight: normal; src: url("../..//fonts/tablet-gothic-lightoblique/tablet-gothic-lightoblique.eot?#iefix"); src: url("../..//fonts/tablet-gothic-lightoblique/tablet-gothic-lightoblique.eot?#iefix") format("eot"), url("../..//fonts/tablet-gothic-lightoblique/tablet-gothic-lightoblique.woff2") format("woff2"), url("../..//fonts/tablet-gothic-lightoblique/tablet-gothic-lightoblique.woff") format("woff"), url("../..//fonts/tablet-gothic-lightoblique/tablet-gothic-lightoblique.ttf") format("truetype"); }

@font-face { font-family: 'Tablet Gothic W05 Thin'; font-style: normal; font-weight: normal; src: url("../..//fonts/tablet-gothic-thin/tablet-gothic-thin.eot?#iefix"); src: url("../..//fonts/tablet-gothic-thin/tablet-gothic-thin.eot?#iefix") format("eot"), url("../..//fonts/tablet-gothic-thin/tablet-gothic-thin.woff2") format("woff2"), url("../..//fonts/tablet-gothic-thin/tablet-gothic-thin.woff") format("woff"), url("../..//fonts/tablet-gothic-thin/tablet-gothic-thin.ttf") format("truetype"); }

@font-face { font-family: 'icomoon'; font-style: normal; font-weight: normal; src: url("../..//fonts/icomoon/icomoon.eot?f7gh34tjb"); src: url("../..//fonts/icomoon/icomoon.eot?f7gh34tjb#iefix") format("embedded-opentype"), url("../..//fonts/icomoon/icomoon.ttf?f7gh34tjb") format("truetype"), url("../..//fonts/icomoon/icomoon.woff?f7gh34tjb") format("woff"), url("../..//fonts/icomoon/icomoon.svg?f7gh34tjb#icomoon") format("svg"); }

.section-nav { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.section-nav a, .section-nav a:hover, .section-nav a:active, .section-nav a:focus, .section-nav a:visited { color: white; }

.section-nav a:active, .section-nav a:focus, .section-nav a:hover { text-decoration: underline; }

.section-nav > .row > a, .section-nav > .row > a:hover, .section-nav > .row > a:active, .section-nav > .row > a:focus, .section-nav > .row > a:visited { text-decoration: none; }

.section-nav > .row > a:active h1, .section-nav > .row > a:focus h1, .section-nav > .row > a:hover h1 { text-decoration: underline; }

.section-nav-divider { border-bottom: 2px solid white; border-bottom: 2px solid rgba(255, 255, 255, 0.75); display: block; margin: 0 auto; max-width: 100%; width: 180px; }

@media print, screen and (min-width: 64.0625em) { .section-nav-divider { border-bottom: 0; border-left: 2px solid white; border-left: 2px solid rgba(255, 255, 255, 0.75); display: inline; margin-left: -7px; padding: 7px 0; } }

.extended-nav-spacer { display: block; height: 50px; }

@media print, screen and (min-width: 64em) { .extended-nav-spacer { display: none; height: 0; width: 0; } }

.extended-nav { position: absolute; text-align: left; width: 100%; z-index: 5; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

@media print, screen and (min-width: 64em) { .extended-nav { position: relative; text-align: left; } }

@media screen and (max-width: 63.9375em) { .extended-nav .row.column, .extended-nav .row.columns { padding: 0; } }

.extended-nav a.primary-link { color: white; display: inline-block; font-size: 14px; line-height: 18px; margin: 0 auto; padding: 16px 1.5rem; }

@media print, screen and (min-width: 64em) { .extended-nav a.primary-link { display: inline-block; padding: 18px 18px 18px 0; } }

.extended-nav a.primary-link:hover, .extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:visited { color: white; }

.extended-nav a.primary-link:active, .extended-nav a.primary-link:focus, .extended-nav a.primary-link:hover { text-decoration: underline; }

.extended-nav .primary-name { display: inline-block; font-size: inherit; line-height: inherit; margin: 0; padding: 0; }

.extended-nav a:active .organisation-name, .extended-nav a:focus .organisation-name, .extended-nav a:hover .organisation-name { text-decoration: underline; }

.extended-nav #extended-nav-checkbox { display: block; position: absolute; top: -9999px; }

@media print, screen and (min-width: 64em) { .extended-nav #extended-nav-checkbox { display: none; } }

.extended-nav #extended-nav-label { color: #fff; font-size: 12px; height: 50px; line-height: 22px; min-width: 70px; padding: 15px 1.5rem 0 1.5rem; position: absolute; right: 0; text-align: right; top: 0; }

.extended-nav #extended-nav-label::after { background: url("../..//images/arrow-down@3x.png") no-repeat center transparent; background-size: contain; content: ''; display: inline-block; height: 6px; margin: -1px 0 1px 8px; width: 12px; }

@media print, screen and (min-width: 64em) { .extended-nav #extended-nav-label { display: none; } }

.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label .extended-nav-label-inner { opacity: 0; }

.extended-nav #extended-nav-checkbox:checked ~ #extended-nav-label:after { background-image: url("../..//images/arrow-up@3x.png"); }

@media screen and (max-width: 63.9375em) { .extended-nav .extended-nav-wrap { height: auto; height: calc(100vh - 104px); max-height: 0; overflow: hidden; -webkit-overflow-scrolling: touch; transition: max-height 300ms ease-in-out; width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .extended-nav .extended-nav-wrap { height: calc(100vh - 190px); } }

@media print, screen and (min-width: 64em) { .extended-nav .extended-nav-wrap { display: inline-block; } }

@media screen and (max-width: 63.9375em) { .extended-nav #extended-nav-checkbox:checked ~ .extended-nav-wrap { max-height: calc(100vh - 104px); } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .extended-nav #extended-nav-checkbox:checked ~ .extended-nav-wrap { max-height: calc(100vh - 190px); } }

@media screen and (max-width: 63.9375em) { .extended-nav .extended-nav-inner { height: 100%; left: 0; overflow-y: scroll; padding: 22px 0 0; position: relative; transition: left 300ms ease-in-out; width: 100%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js .extended-nav-inner { width: 300%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js.view-tertiary .extended-nav-inner { left: -100%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js.view-related-links .extended-nav-inner { left: -200%; } }

.extended-nav .extended-nav-divider { border-bottom: 2px solid rgba(255, 255, 255, 0.75); display: block; margin: 0 1.5rem -2px; }

@media print, screen and (min-width: 64em) { .extended-nav .extended-nav-divider { display: none; } }

.extended-nav ul, .extended-nav li { list-style: none; margin: 0; padding: 0; text-align: left; }

.extended-nav li { font-size: 14px; line-height: 18px; }

.extended-nav li a { position: relative; }

@media screen and (max-width: 63.9375em) { .extended-nav li a { color: white; display: block; margin: 0; padding: 13px 1.5rem; text-decoration: none; } }

@media print, screen and (min-width: 64em) { .extended-nav li a:active, .extended-nav li a:focus, .extended-nav li a:hover { color: #734696; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js a.is-parent::after, .extended-nav.has-js .tertiary > li > a::after { background: url("../..//images/arrow-right@3x.png") no-repeat center transparent; background-size: contain; content: ''; display: block; height: 12px; position: absolute; right: 1.6rem; top: 16px; width: 6px; } }

.extended-nav ul.secondary { font-size: 0; line-height: 0; }

@media screen and (max-width: 63.9375em) { .extended-nav ul.secondary { padding: 0; position: relative; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary { display: inline-block; } }

.extended-nav ul.secondary > li { display: block; font-size: 14px; line-height: 18px; margin: 0; padding: 0; width: auto; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li { display: inline-block; } }

@media screen and (max-width: 63.9375em) { .extended-nav ul.secondary > li:last-child { margin: 0 0 30px; } }

.extended-nav ul.secondary > li > a { color: white; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li > a { display: inline-block; margin: 0; padding: 18px 20px; } }

.extended-nav ul.secondary > li > a:hover, .extended-nav ul.secondary > li > a:active, .extended-nav ul.secondary > li > a:focus, .extended-nav ul.secondary > li > a:visited { color: white; text-decoration: none; }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li a.is-parent:after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid white; bottom: 8px; content: ''; display: block; left: 50%; margin: 0 -4px; opacity: 0.3; position: absolute; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.secondary > li a.is-parent:hover:after, .extended-nav ul.secondary > li a.is-parent:focus:after { border-top-color: #000; } }

@media screen and (max-width: 63.9375em) { .extended-nav.no-js ul.secondary > li { margin: 0 auto; max-width: 768px; width: 100%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js ul.secondary > li { width: 33.33%; } }

@media print, screen and (min-width: 64em) { .extended-nav.no-js ul.secondary > li:hover > a, .extended-nav.no-js ul.secondary > li > a:active, .extended-nav.no-js ul.secondary > li > a:focus, .extended-nav.no-js ul.secondary > li > a:hover { background: #f6f6f6; color: black; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li.active > a { background: #f6f6f6; color: black; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li.active > a.is-parent:after { border-top-color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within > a { background: #f6f6f6; color: black; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within > a.is-parent:after { border-top-color: #000; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown { display: none; left: 0; position: absolute; top: 100%; width: 100%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.no-js .dropdown { display: block; padding: 0 0 0 22px; } }

@media print, screen and (min-width: 64em) { .extended-nav.no-js ul.secondary > li:hover .dropdown { display: block; } }

.extended-nav.has-js .dropdown { display: none; }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js .dropdown { position: absolute; width: 33.33%; top: 0; left: 33.33%; } }

@media screen and (max-width: 63.9375em) { .extended-nav.has-js ul.secondary > li.active .dropdown { display: block; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li.active .dropdown { display: block; } }

@media print, screen and (min-width: 64em) { .extended-nav.has-js ul.secondary > li:focus-within .dropdown { display: block; } }

.extended-nav .dropdown-shadow { display: none; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-shadow { bottom: 0; box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); display: block; height: 60px; left: 0; position: absolute; width: 100%; } }

.extended-nav .dropdown-wrap { position: relative; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-wrap { background: #f6f6f6; padding: 40px 0 50px; } }

@media print and (max-height: 700px), screen and (min-width: 64em) and (max-height: 700px) { .extended-nav .dropdown-wrap { padding: 40px 0 50px; } }

.extended-nav .dropdown-inner { margin-left: auto; margin-right: auto; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-inner { max-width: 66.66667rem; padding-left: 1rem; padding-right: 1rem; } }

.extended-nav .dropdown-back { font-size: 12px; padding: 13px 1.5rem 13px 2.3rem !important; }

.extended-nav .dropdown-back::before { background: url("../..//images/arrow-left@3x.png") no-repeat center transparent; background-size: contain; content: ''; display: block; height: 12px; left: 1.5rem; position: absolute; top: 16px; width: 6px; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-back { display: none !important; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-title { font-size: 19px; font-weight: bold; line-height: 19px; } }

.extended-nav .dropdown-divider { background: rgba(255, 255, 255, 0.75); display: block; height: 2px; margin: 20px 1.5rem 16px; }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-divider { background: #e3e3e4; height: 2px; margin: 20px 0 16px; } }

@media print, screen and (min-width: 64em) { .extended-nav .dropdown-tertiary-title { display: none; } }

.extended-nav.no-js .dropdown-back, .extended-nav.no-js .dropdown-title, .extended-nav.no-js .dropdown-divider, .extended-nav.no-js .dropdown-tertiary-title { display: none !important; }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary > li { -ms-flex-preferred-size: 14.63415%; flex-basis: 14.63415%; margin-left: 2.43902%; } }

.extended-nav ul.tertiary > li:first-child { margin-left: 0; }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary > li > a { font-weight: bold; } }

@media print, screen and (min-width: 64em) { .extended-nav ul.tertiary a { display: inline-block; padding: 4px 0; } }

@media screen and (max-width: 63.9375em) { .extended-nav.no-js ul.related-links { padding: 0 0 0 22px; }
  .extended-nav.has-js ul.related-links { display: none; left: 100%; position: absolute; top: 0; width: 100%; }
  .extended-nav.has-js ul.tertiary > li.active-tertiary > ul.related-links { display: block; } }

.extended-nav a.without-url { cursor: default; }

.extended-nav a.without-url:hover, .extended-nav a.without-url:active, .extended-nav a.without-url:focus, .extended-nav a.without-url:visited { color: #fff; text-decoration: none; }

@media print, screen and (min-width: 64em) { .extended-nav a.without-url:hover, .extended-nav a.without-url:active, .extended-nav a.without-url:focus, .extended-nav a.without-url:visited { color: #202329; } }

body main { color: #444444; font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; font-size: 18px; font-weight: normal; line-height: 26px; }

@media print, screen and (min-width: 64em) { body main { font-size: 20px; line-height: 28px; } }

body main p, body main ol, body main ul, body main li, body main pre, body main blockquote, body main figcaption, body main table { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; margin-bottom: 0.75em; margin-top: 0.75em; }

body main strong { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-weight: normal; }

body main a { cursor: pointer; }

body main address { font-style: normal; }

body main address span { display: block; }

body main .som-br-wrap span { display: block; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-weight: normal; margin-bottom: 0.75em; margin-top: 0.75em; }

h1 + h1, h1 + h2, h1 + h3, h1 + .h1, h1 + .h2, h1 + .h3, h2 + h1, h2 + h2, h2 + h3, h2 + .h1, h2 + .h2, h2 + .h3, h3 + h1, h3 + h2, h3 + h3, h3 + .h1, h3 + .h2, h3 + .h3, h4 + h1, h4 + h2, h4 + h3, h4 + .h1, h4 + .h2, h4 + .h3, h5 + h1, h5 + h2, h5 + h3, h5 + .h1, h5 + .h2, h5 + .h3, h6 + h1, h6 + h2, h6 + h3, h6 + .h1, h6 + .h2, h6 + .h3, .h1 + h1, .h1 + h2, .h1 + h3, .h1 + .h1, .h1 + .h2, .h1 + .h3, .h2 + h1, .h2 + h2, .h2 + h3, .h2 + .h1, .h2 + .h2, .h2 + .h3, .h3 + h1, .h3 + h2, .h3 + h3, .h3 + .h1, .h3 + .h2, .h3 + .h3, .h4 + h1, .h4 + h2, .h4 + h3, .h4 + .h1, .h4 + .h2, .h4 + .h3, .h5 + h1, .h5 + h2, .h5 + h3, .h5 + .h1, .h5 + .h2, .h5 + .h3, .h6 + h1, .h6 + h2, .h6 + h3, .h6 + .h1, .h6 + .h2, .h6 + .h3 { margin-top: 0.75em; }

h1, .h1 { font-size: 25px; line-height: 31px; margin-top: 40px; }

h2, .h2 { font-size: 23px; line-height: 27px; margin-top: 30px; }

h3, .h3 { font-size: 21px; line-height: 25px; margin-top: 24px; }

h4, .h4 { font-size: 20px; line-height: 24px; margin-top: 24px; }

h5, h6, .h5, .h6 { font-size: 18px; line-height: 22px; margin-top: 24px; }

@media print, screen and (min-width: 40em) { h1, .h1 { font-size: 28px; line-height: 34px; }
  h2, .h2 { font-size: 26px; line-height: 30px; }
  h3, .h3 { font-size: 23px; line-height: 27px; }
  h4, .h4 { font-size: 21px; line-height: 25px; }
  h5, h6, .h5, .h6 { font-size: 19px; line-height: 23px; } }

@media print, screen and (min-width: 64em) { h1, .h1 { font-size: 30px; line-height: 36px; margin-top: 64px; }
  h2, .h2 { font-size: 28px; line-height: 34px; margin-top: 50px; }
  h3, .h3 { font-size: 25px; line-height: 29px; margin-top: 40px; }
  h4, .h4 { font-size: 22px; line-height: 26px; margin-top: 40px; }
  h5, h6, .h5, .h6 { font-size: 20px; line-height: 24px; margin-top: 40px; } }

.som-body h1, .som-body .som-head-large { font-size: 23px; line-height: 27px; }

.som-body h2 { font-size: 21px; line-height: 25px; }

.som-body h3 { font-size: 20px; line-height: 24px; }

.som-body h4, .som-body h5, .som-body h6, .som-body .som-head-small { font-size: 18px; line-height: 22px; }

.som-body p.summary { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 21px; font-weight: normal; line-height: 25px; }

@media print, screen and (min-width: 40em) { .som-body h1, .som-body .som-head-large { font-size: 26px; line-height: 30px; }
  .som-body h2 { font-size: 23px; line-height: 27px; }
  .som-body h3 { font-size: 21px; line-height: 25px; }
  .som-body h4, .som-body h5, .som-body h6, .som-body .som-head-small { font-size: 19px; line-height: 23px; }
  .som-body p.summary { font-size: 23px; line-height: 27px; } }

@media print, screen and (min-width: 64em) { .som-body h1, .som-body .som-head-large { font-size: 28px; line-height: 34px; }
  .som-body h2 { font-size: 25px; line-height: 29px; }
  .som-body h3 { font-size: 22px; line-height: 26px; }
  .som-body h4, .som-body h5, .som-body h6, .som-body .som-head-small { font-size: 20px; line-height: 24px; }
  .som-body p.summary { font-size: 25px; line-height: 29px; } }

.som-type-medium h1, .som-type-medium h2, .som-type-medium h3, .som-type-medium h4, .som-type-medium h5, .som-type-medium h6, .som-body.som-type-medium h1, .som-body.som-type-medium h2, .som-body.som-type-medium h3, .som-body.som-type-medium h4, .som-body.som-type-medium h5, .som-body.som-type-medium h6, .som-type-medium .som-body h1, .som-type-medium .som-body h2, .som-type-medium .som-body h3, .som-type-medium .som-body h4, .som-type-medium .som-body h5, .som-type-medium .som-body h6 { font-size: 18px; line-height: 26px; margin-bottom: 0.4em; margin-top: 1em; }

@media print, screen and (min-width: 40em) { .som-type-medium h1, .som-type-medium h2, .som-type-medium h3, .som-type-medium h4, .som-type-medium h5, .som-type-medium h6, .som-body.som-type-medium h1, .som-body.som-type-medium h2, .som-body.som-type-medium h3, .som-body.som-type-medium h4, .som-body.som-type-medium h5, .som-body.som-type-medium h6, .som-type-medium .som-body h1, .som-type-medium .som-body h2, .som-type-medium .som-body h3, .som-type-medium .som-body h4, .som-type-medium .som-body h5, .som-type-medium .som-body h6 { font-size: 19px; line-height: 27px; } }

@media print, screen and (min-width: 64em) { .som-type-medium h1, .som-type-medium h2, .som-type-medium h3, .som-type-medium h4, .som-type-medium h5, .som-type-medium h6, .som-body.som-type-medium h1, .som-body.som-type-medium h2, .som-body.som-type-medium h3, .som-body.som-type-medium h4, .som-body.som-type-medium h5, .som-body.som-type-medium h6, .som-type-medium .som-body h1, .som-type-medium .som-body h2, .som-type-medium .som-body h3, .som-type-medium .som-body h4, .som-type-medium .som-body h5, .som-type-medium .som-body h6 { font-size: 20px; line-height: 28px; } }

.som-type-medium h1 + h1, .som-type-medium h1 + h2, .som-type-medium h1 + h3, .som-type-medium h1 + h4, .som-type-medium h1 + h5, .som-type-medium h1 + h6, .som-type-medium h2 + h1, .som-type-medium h2 + h2, .som-type-medium h2 + h3, .som-type-medium h2 + h4, .som-type-medium h2 + h5, .som-type-medium h2 + h6, .som-type-medium h3 + h1, .som-type-medium h3 + h2, .som-type-medium h3 + h3, .som-type-medium h3 + h4, .som-type-medium h3 + h5, .som-type-medium h3 + h6, .som-type-medium h4 + h1, .som-type-medium h4 + h2, .som-type-medium h4 + h3, .som-type-medium h4 + h4, .som-type-medium h4 + h5, .som-type-medium h4 + h6, .som-type-medium h5 + h1, .som-type-medium h5 + h2, .som-type-medium h5 + h3, .som-type-medium h5 + h4, .som-type-medium h5 + h5, .som-type-medium h5 + h6, .som-type-medium h6 + h1, .som-type-medium h6 + h2, .som-type-medium h6 + h3, .som-type-medium h6 + h4, .som-type-medium h6 + h5, .som-type-medium h6 + h6, .som-body.som-type-medium h1 + h1, .som-body.som-type-medium h1 + h2, .som-body.som-type-medium h1 + h3, .som-body.som-type-medium h1 + h4, .som-body.som-type-medium h1 + h5, .som-body.som-type-medium h1 + h6, .som-body.som-type-medium h2 + h1, .som-body.som-type-medium h2 + h2, .som-body.som-type-medium h2 + h3, .som-body.som-type-medium h2 + h4, .som-body.som-type-medium h2 + h5, .som-body.som-type-medium h2 + h6, .som-body.som-type-medium h3 + h1, .som-body.som-type-medium h3 + h2, .som-body.som-type-medium h3 + h3, .som-body.som-type-medium h3 + h4, .som-body.som-type-medium h3 + h5, .som-body.som-type-medium h3 + h6, .som-body.som-type-medium h4 + h1, .som-body.som-type-medium h4 + h2, .som-body.som-type-medium h4 + h3, .som-body.som-type-medium h4 + h4, .som-body.som-type-medium h4 + h5, .som-body.som-type-medium h4 + h6, .som-body.som-type-medium h5 + h1, .som-body.som-type-medium h5 + h2, .som-body.som-type-medium h5 + h3, .som-body.som-type-medium h5 + h4, .som-body.som-type-medium h5 + h5, .som-body.som-type-medium h5 + h6, .som-body.som-type-medium h6 + h1, .som-body.som-type-medium h6 + h2, .som-body.som-type-medium h6 + h3, .som-body.som-type-medium h6 + h4, .som-body.som-type-medium h6 + h5, .som-body.som-type-medium h6 + h6, .som-type-medium .som-body h1 + h1, .som-type-medium .som-body h1 + h2, .som-type-medium .som-body h1 + h3, .som-type-medium .som-body h1 + h4, .som-type-medium .som-body h1 + h5, .som-type-medium .som-body h1 + h6, .som-type-medium .som-body h2 + h1, .som-type-medium .som-body h2 + h2, .som-type-medium .som-body h2 + h3, .som-type-medium .som-body h2 + h4, .som-type-medium .som-body h2 + h5, .som-type-medium .som-body h2 + h6, .som-type-medium .som-body h3 + h1, .som-type-medium .som-body h3 + h2, .som-type-medium .som-body h3 + h3, .som-type-medium .som-body h3 + h4, .som-type-medium .som-body h3 + h5, .som-type-medium .som-body h3 + h6, .som-type-medium .som-body h4 + h1, .som-type-medium .som-body h4 + h2, .som-type-medium .som-body h4 + h3, .som-type-medium .som-body h4 + h4, .som-type-medium .som-body h4 + h5, .som-type-medium .som-body h4 + h6, .som-type-medium .som-body h5 + h1, .som-type-medium .som-body h5 + h2, .som-type-medium .som-body h5 + h3, .som-type-medium .som-body h5 + h4, .som-type-medium .som-body h5 + h5, .som-type-medium .som-body h5 + h6, .som-type-medium .som-body h6 + h1, .som-type-medium .som-body h6 + h2, .som-type-medium .som-body h6 + h3, .som-type-medium .som-body h6 + h4, .som-type-medium .som-body h6 + h5, .som-type-medium .som-body h6 + h6 { margin-top: 0.4em; }

.som-type-medium p, .som-body.som-type-medium p, .som-type-medium .som-body p { margin-bottom: 0.4em; margin-top: 0.4em; }

.som-type-medium p.som-gt-p, .som-body.som-type-medium p.som-gt-p, .som-type-medium .som-body p.som-gt-p { margin-bottom: 0.25em; margin-top: 0.25em; }

.som-type-medium p.som-gt-p:last-child, .som-body.som-type-medium p.som-gt-p:last-child, .som-type-medium .som-body p.som-gt-p:last-child { margin-bottom: 0; }

.som-type-medium p:not(.som-gt-p) + p.som-gt-p:last-child, .som-body.som-type-medium p:not(.som-gt-p) + p.som-gt-p:last-child, .som-type-medium .som-body p:not(.som-gt-p) + p.som-gt-p:last-child { margin-top: 0.75em; }

.som-type-small, .som-body.som-type-small, .som-type-small .som-body { font-size: 14px; line-height: 20px; }

@media print, screen and (min-width: 40em) { .som-type-small, .som-body.som-type-small, .som-type-small .som-body { font-size: 16px; line-height: 23px; } }

@media print, screen and (min-width: 64em) { .som-type-small, .som-body.som-type-small, .som-type-small .som-body { font-size: 18px; line-height: 26px; } }

.som-type-small h1, .som-type-small h2, .som-type-small h3, .som-type-small h4, .som-type-small h5, .som-type-small h6, .som-body.som-type-small h1, .som-body.som-type-small h2, .som-body.som-type-small h3, .som-body.som-type-small h4, .som-body.som-type-small h5, .som-body.som-type-small h6, .som-type-small .som-body h1, .som-type-small .som-body h2, .som-type-small .som-body h3, .som-type-small .som-body h4, .som-type-small .som-body h5, .som-type-small .som-body h6 { font-size: 15px; line-height: 21px; margin-bottom: 0.4em; margin-top: 0.85em; }

@media print, screen and (min-width: 40em) { .som-type-small h1, .som-type-small h2, .som-type-small h3, .som-type-small h4, .som-type-small h5, .som-type-small h6, .som-body.som-type-small h1, .som-body.som-type-small h2, .som-body.som-type-small h3, .som-body.som-type-small h4, .som-body.som-type-small h5, .som-body.som-type-small h6, .som-type-small .som-body h1, .som-type-small .som-body h2, .som-type-small .som-body h3, .som-type-small .som-body h4, .som-type-small .som-body h5, .som-type-small .som-body h6 { font-size: 17px; line-height: 23px; } }

@media print, screen and (min-width: 64em) { .som-type-small h1, .som-type-small h2, .som-type-small h3, .som-type-small h4, .som-type-small h5, .som-type-small h6, .som-body.som-type-small h1, .som-body.som-type-small h2, .som-body.som-type-small h3, .som-body.som-type-small h4, .som-body.som-type-small h5, .som-body.som-type-small h6, .som-type-small .som-body h1, .som-type-small .som-body h2, .som-type-small .som-body h3, .som-type-small .som-body h4, .som-type-small .som-body h5, .som-type-small .som-body h6 { font-size: 19px; line-height: 24px; } }

.som-type-small h1 + h1, .som-type-small h1 + h2, .som-type-small h1 + h3, .som-type-small h1 + h4, .som-type-small h1 + h5, .som-type-small h1 + h6, .som-type-small h2 + h1, .som-type-small h2 + h2, .som-type-small h2 + h3, .som-type-small h2 + h4, .som-type-small h2 + h5, .som-type-small h2 + h6, .som-type-small h3 + h1, .som-type-small h3 + h2, .som-type-small h3 + h3, .som-type-small h3 + h4, .som-type-small h3 + h5, .som-type-small h3 + h6, .som-type-small h4 + h1, .som-type-small h4 + h2, .som-type-small h4 + h3, .som-type-small h4 + h4, .som-type-small h4 + h5, .som-type-small h4 + h6, .som-type-small h5 + h1, .som-type-small h5 + h2, .som-type-small h5 + h3, .som-type-small h5 + h4, .som-type-small h5 + h5, .som-type-small h5 + h6, .som-type-small h6 + h1, .som-type-small h6 + h2, .som-type-small h6 + h3, .som-type-small h6 + h4, .som-type-small h6 + h5, .som-type-small h6 + h6, .som-body.som-type-small h1 + h1, .som-body.som-type-small h1 + h2, .som-body.som-type-small h1 + h3, .som-body.som-type-small h1 + h4, .som-body.som-type-small h1 + h5, .som-body.som-type-small h1 + h6, .som-body.som-type-small h2 + h1, .som-body.som-type-small h2 + h2, .som-body.som-type-small h2 + h3, .som-body.som-type-small h2 + h4, .som-body.som-type-small h2 + h5, .som-body.som-type-small h2 + h6, .som-body.som-type-small h3 + h1, .som-body.som-type-small h3 + h2, .som-body.som-type-small h3 + h3, .som-body.som-type-small h3 + h4, .som-body.som-type-small h3 + h5, .som-body.som-type-small h3 + h6, .som-body.som-type-small h4 + h1, .som-body.som-type-small h4 + h2, .som-body.som-type-small h4 + h3, .som-body.som-type-small h4 + h4, .som-body.som-type-small h4 + h5, .som-body.som-type-small h4 + h6, .som-body.som-type-small h5 + h1, .som-body.som-type-small h5 + h2, .som-body.som-type-small h5 + h3, .som-body.som-type-small h5 + h4, .som-body.som-type-small h5 + h5, .som-body.som-type-small h5 + h6, .som-body.som-type-small h6 + h1, .som-body.som-type-small h6 + h2, .som-body.som-type-small h6 + h3, .som-body.som-type-small h6 + h4, .som-body.som-type-small h6 + h5, .som-body.som-type-small h6 + h6, .som-type-small .som-body h1 + h1, .som-type-small .som-body h1 + h2, .som-type-small .som-body h1 + h3, .som-type-small .som-body h1 + h4, .som-type-small .som-body h1 + h5, .som-type-small .som-body h1 + h6, .som-type-small .som-body h2 + h1, .som-type-small .som-body h2 + h2, .som-type-small .som-body h2 + h3, .som-type-small .som-body h2 + h4, .som-type-small .som-body h2 + h5, .som-type-small .som-body h2 + h6, .som-type-small .som-body h3 + h1, .som-type-small .som-body h3 + h2, .som-type-small .som-body h3 + h3, .som-type-small .som-body h3 + h4, .som-type-small .som-body h3 + h5, .som-type-small .som-body h3 + h6, .som-type-small .som-body h4 + h1, .som-type-small .som-body h4 + h2, .som-type-small .som-body h4 + h3, .som-type-small .som-body h4 + h4, .som-type-small .som-body h4 + h5, .som-type-small .som-body h4 + h6, .som-type-small .som-body h5 + h1, .som-type-small .som-body h5 + h2, .som-type-small .som-body h5 + h3, .som-type-small .som-body h5 + h4, .som-type-small .som-body h5 + h5, .som-type-small .som-body h5 + h6, .som-type-small .som-body h6 + h1, .som-type-small .som-body h6 + h2, .som-type-small .som-body h6 + h3, .som-type-small .som-body h6 + h4, .som-type-small .som-body h6 + h5, .som-type-small .som-body h6 + h6 { margin-top: 0.4em; }

.som-type-small p, .som-body.som-type-small p, .som-type-small .som-body p { margin-bottom: 0.4em; margin-top: 0.4em; }

.som-type-small p.som-gt-p, .som-body.som-type-small p.som-gt-p, .som-type-small .som-body p.som-gt-p { margin-bottom: 0.25em; margin-top: 0.25em; }

.som-type-small p:not(.som-gt-p) + p.som-gt-p:last-child, .som-body.som-type-small p:not(.som-gt-p) + p.som-gt-p:last-child, .som-type-small .som-body p:not(.som-gt-p) + p.som-gt-p:last-child { margin-top: 0.75em; }

@media print, screen and (min-width: 40em) { .som-type-detail, .som-body.som-type-detail, .som-type-detail .som-body { font-size: 16px; line-height: 23px; } }

@media print, screen and (min-width: 64em) { .som-type-detail, .som-body.som-type-detail, .som-type-detail .som-body { font-size: 18px; line-height: 26px; } }

.som-type-detail p, .som-body.som-type-detail p, .som-type-detail .som-body p { margin-bottom: 0.4em; margin-top: 0.4em; }

.som-body pre, .som-body blockquote { background: #f6f6f6; border: 1px solid #dddddd; display: block; font-size: inherit; line-height: inherit; margin-left: -2px; margin-right: -2px; padding: 10px 14px 11px; position: relative; white-space: normal; }

.som-body pre { font-family: "monospace", monospace; font-size: 0.9em; line-height: 1.5em; }

.som-body blockquote > *:first-child { margin-top: 0; }

.som-body blockquote > *:last-child { margin-bottom: 0; }

.bg-light-grey .som-body pre, .bg-light-grey .som-body blockquote { background: white; border-color: #dddddd; }

.bg-dark-grey .som-body pre, .bg-dark-grey .som-body blockquote { background: #444444; border-color: #1c1c1c; }

.bg-som .som-body pre, .bg-som .som-body blockquote, .bg-mba .som-body pre, .bg-mba .som-body blockquote { background: rgba(255, 255, 255, 0.15); border-color: rgba(255, 255, 255, 0.25); }

.som-body ol { margin-left: 0; padding-left: 2em; }

.som-body ul { counter-reset: item; list-style: none; margin-left: 0; padding-left: 2em; }

.som-body ul li { list-style-image: none; }

.som-body ul li:before { color: #3559aa; content: '\2022'; display: inline-block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-weight: normal; margin-left: -23px; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; transform-origin: 0% 50%; width: 24px; }

.som-theme-undergrad .som-body ul li:before { color: #38798a; }

.som-theme-msc .som-body ul li:before { color: #1b77ac; }

.som-theme-mba .som-body ul li:before { color: #385aa4; }

.som-theme-phd .som-body ul li:before { color: #d52071; }

.som-theme-dba .som-body ul li:before { color: #9d2f9b; }

.fg-white .som-body ul li:before { color: white; }

.som-body li { margin-bottom: 0; margin-left: 0; margin-top: 0; padding-left: 0; }

.som-body li + li, .som-body ul ul, .som-body ul ol, .som-body ol ol, .som-body ol ul { margin-bottom: 0; margin-top: 5px; }

.som-body.team-list-body ul, .som-body.team-list-body ol, .som-body ul.no-bullet-list, .som-body ol.no-bullet-list { list-style: none; padding-left: 0; }

.som-body.team-list-body ul li:before, .som-body.team-list-body ol li:before, .som-body ul.no-bullet-list li:before, .som-body ol.no-bullet-list li:before { content: ''; display: none; }

.fg-white .card .som-body ul li:before, .fg-white .card.som-body ul li:before, .fg-white .som-body .card ul li:before { color: #444444; }

.som-theme-undergrad .fg-white .card .som-body ul li:before, .som-theme-undergrad .fg-white .card.som-body ul li:before, .som-theme-undergrad .fg-white .som-body .card ul li:before { color: #38798a; }

.som-theme-msc .fg-white .card .som-body ul li:before, .som-theme-msc .fg-white .card.som-body ul li:before, .som-theme-msc .fg-white .som-body .card ul li:before { color: #1b77ac; }

.som-theme-mba .fg-white .card .som-body ul li:before, .som-theme-mba .fg-white .card.som-body ul li:before, .som-theme-mba .fg-white .som-body .card ul li:before { color: #385aa4; }

.som-theme-phd .fg-white .card .som-body ul li:before, .som-theme-phd .fg-white .card.som-body ul li:before, .som-theme-phd .fg-white .som-body .card ul li:before { color: #d52071; }

.som-theme-dba .fg-white .card .som-body ul li:before, .som-theme-dba .fg-white .card.som-body ul li:before, .som-theme-dba .fg-white .som-body .card ul li:before { color: #9d2f9b; }

.action-list ol, .action-list ul, .action-list .som-body ol, .action-list .som-body ul, .som-body .action-list ol, .som-body .action-list ul, .som-body.action-list ol, .som-body.action-list ul { padding-left: 1.4em; }

.action-list ul.content-columns, .action-list .som-body ul.content-columns, .som-body .action-list ul.content-columns, .som-body.action-list ul.content-columns { padding-left: 0.5em; }

.action-list li, .action-list .som-body li, .som-body .action-list li, .som-body.action-list li { position: relative; }

.action-list li:before, .action-list .som-body li:before, .som-body .action-list li:before, .som-body.action-list li:before { content: '\e908'; color: inherit; display: block; font-size: inherit; height: 100%; left: -0.5em; line-height: inherit; margin-left: 0.05em; margin-right: 0.2em; position: absolute; text-decoration: underline; top: 0.1em; -webkit-transform: none; -ms-transform: none; transform: none; }

.som-platform-mac .action-list li:before, .som-platform-mac .action-list .som-body li:before, .som-platform-mac .som-body .action-list li:before, .som-platform-mac .som-body.action-list li:before { top: 0; }

.action-list li:before, .action-list .som-body li:before, .som-body .action-list li:before, .som-body.action-list li:before { text-decoration: none; }

.action-list .card:not(.single-item).som-body ol, .action-list .card:not(.single-item).som-body ul { padding-left: 0.5em; }

.som-body table { border: none; border-collapse: collapse; max-width: 100%; overflow: auto; position: relative; text-align: left; width: auto; max-width: 100%; }

.som-body table th, .som-body table td { padding: 0; }

.som-body table:not(.table-simple) { display: block; font-size: 15px; line-height: 21px; margin-left: -2px; margin-right: -2px; }

@media screen and (min-width: 64em) { .som-body table:not(.table-simple) { display: table; } }

.som-body table:not(.table-simple) thead, .som-body table:not(.table-simple) tbody, .som-body table:not(.table-simple) tfoot { border: 1px solid #dddddd; border-bottom: none; }

.bg-dark-grey .som-body table:not(.table-simple) thead, .bg-dark-grey .som-body table:not(.table-simple) tbody, .bg-dark-grey .som-body table:not(.table-simple) tfoot { border-color: #1c1c1c; }

.bg-som .som-body table:not(.table-simple) thead, .bg-mba .som-body table:not(.table-simple) thead, .bg-som .som-body table:not(.table-simple) tbody, .bg-mba .som-body table:not(.table-simple) tbody, .bg-som .som-body table:not(.table-simple) tfoot, .bg-mba .som-body table:not(.table-simple) tfoot { border-color: rgba(255, 255, 255, 0.25); }

.som-body table:not(.table-simple) thead:last-child, .som-body table:not(.table-simple) tbody:last-child, .som-body table:not(.table-simple) tfoot:last-child { border: 1px solid #dddddd; }

.bg-dark-grey .som-body table:not(.table-simple) thead:last-child, .bg-dark-grey .som-body table:not(.table-simple) tbody:last-child, .bg-dark-grey .som-body table:not(.table-simple) tfoot:last-child { border-color: #1c1c1c; }

.bg-som .som-body table:not(.table-simple) thead:last-child, .bg-mba .som-body table:not(.table-simple) thead:last-child, .bg-som .som-body table:not(.table-simple) tbody:last-child, .bg-mba .som-body table:not(.table-simple) tbody:last-child, .bg-som .som-body table:not(.table-simple) tfoot:last-child, .bg-mba .som-body table:not(.table-simple) tfoot:last-child { border-color: rgba(255, 255, 255, 0.25); }

.som-body table:not(.table-simple) thead, .som-body table:not(.table-simple) tfoot { background: #e9e9e9; }

.bg-dark-grey .som-body table:not(.table-simple) thead, .bg-dark-grey .som-body table:not(.table-simple) tfoot { background: #515151; }

.bg-som .som-body table:not(.table-simple) thead, .bg-mba .som-body table:not(.table-simple) thead, .bg-som .som-body table:not(.table-simple) tfoot, .bg-mba .som-body table:not(.table-simple) tfoot { background: rgba(255, 255, 255, 0.1); }

.som-body table:not(.table-simple) tbody tr { background: #f6f6f6; }

.bg-dark-grey .som-body table:not(.table-simple) tbody tr { background: #444444; }

.bg-som .som-body table:not(.table-simple) tbody tr, .bg-mba .som-body table:not(.table-simple) tbody tr { background: rgba(255, 255, 255, 0.1); }

.som-body table:not(.table-simple) tbody tr:nth-child(odd) { background: white; }

.bg-dark-grey .som-body table:not(.table-simple) tbody tr:nth-child(odd) { background: #333333; }

.bg-som .som-body table:not(.table-simple) tbody tr:nth-child(odd), .bg-mba .som-body table:not(.table-simple) tbody tr:nth-child(odd) { background: transparent; }

.som-body table:not(.table-simple) th, .som-body table:not(.table-simple) td { padding: 8px; }

.som-body thead th, .som-body thead td, .som-body tfoot th, .som-body tfoot td { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-weight: normal; }

.section-heading { color: #262626; color: #35409b; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 26px; font-weight: normal; line-height: 29px; margin-top: 0; margin-bottom: 0; text-transform: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }

@media print, screen and (min-width: 40em) { .section-heading { font-size: 38px; line-height: 42px; } }

@media print, screen and (min-width: 64em) { .section-heading { font-size: 48px; line-height: 52px; } }

.section-title-heading { font-size: 14px; font-style: italic; line-height: 20px; margin: 4px 0 12px; }

@media print, screen and (min-width: 40em) { .section-title-heading { font-size: 16px; line-height: 23px; } }

@media print, screen and (min-width: 64em) { .section-title-heading { font-size: 18px; line-height: 26px; } }

.section-sub-heading, .section-sub-heading p { color: #444444; font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; font-size: 18px; font-weight: normal; line-height: 22px; margin: 9px auto 0; }

@media screen and (max-width: 63.9375em) { .section-sub-heading, .section-sub-heading p { max-width: 90%; } }

@media print, screen and (min-width: 40em) { .section-sub-heading, .section-sub-heading p { font-size: 23px; line-height: 27px; margin: 13px auto 0; } }

@media print, screen and (min-width: 64em) { .section-sub-heading, .section-sub-heading p { font-size: 26px; line-height: 30px; margin: 16px 0 0; } }

.section-sub-heading a, .section-sub-heading p a { text-decoration: underline; }

.section-sub-heading a:active, .section-sub-heading a:focus, .section-sub-heading a:hover, .section-sub-heading p a:active, .section-sub-heading p a:focus, .section-sub-heading p a:hover { color: #3559aa; }

.som-theme-undergrad .section-sub-heading a:active, .som-theme-msc .section-sub-heading a:active, .som-theme-mba .section-sub-heading a:active, .som-theme-phd .section-sub-heading a:active, .som-theme-dba .section-sub-heading a:active, .som-theme-undergrad .section-sub-heading a:focus, .som-theme-msc .section-sub-heading a:focus, .som-theme-mba .section-sub-heading a:focus, .som-theme-phd .section-sub-heading a:focus, .som-theme-dba .section-sub-heading a:focus, .som-theme-undergrad .section-sub-heading a:hover, .som-theme-msc .section-sub-heading a:hover, .som-theme-mba .section-sub-heading a:hover, .som-theme-phd .section-sub-heading a:hover, .som-theme-dba .section-sub-heading a:hover, .som-theme-undergrad .section-sub-heading p a:active, .som-theme-msc .section-sub-heading p a:active, .som-theme-mba .section-sub-heading p a:active, .som-theme-phd .section-sub-heading p a:active, .som-theme-dba .section-sub-heading p a:active, .som-theme-undergrad .section-sub-heading p a:focus, .som-theme-msc .section-sub-heading p a:focus, .som-theme-mba .section-sub-heading p a:focus, .som-theme-phd .section-sub-heading p a:focus, .som-theme-dba .section-sub-heading p a:focus, .som-theme-undergrad .section-sub-heading p a:hover, .som-theme-msc .section-sub-heading p a:hover, .som-theme-mba .section-sub-heading p a:hover, .som-theme-phd .section-sub-heading p a:hover, .som-theme-dba .section-sub-heading p a:hover { color: inherit; }

.fg-white .section-sub-heading a:active, .fg-white .section-sub-heading a:focus, .fg-white .section-sub-heading a:hover, .fg-white .section-sub-heading p a:active, .fg-white .section-sub-heading p a:focus, .fg-white .section-sub-heading p a:hover { color: white; }

.section-type-heading { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 12px; line-height: 16px; margin: 0 0 10px; }

@media print, screen and (min-width: 40em) { .section-type-heading { font-size: 14px; line-height: 18px; } }

@media print, screen and (min-width: 64em) { .section-type-heading { font-size: 16px; line-height: 20px; } }

.hero + * .section-heading, .announce + * .section-heading, .section-header-large .section-heading { font-size: 36px; line-height: 38px; }

@media print, screen and (min-width: 40em) { .hero + * .section-heading, .announce + * .section-heading, .section-header-large .section-heading { font-size: 50px; line-height: 53px; } }

@media print, screen and (min-width: 64em) { .hero + * .section-heading, .announce + * .section-heading, .section-header-large .section-heading { font-size: 60px; line-height: 64px; } }

.hero + * .section-sub-heading, .hero + * .section-sub-heading p, .announce + * .section-sub-heading, .announce + * .section-sub-heading p, .section-header-large .section-sub-heading, .section-header-large .section-sub-heading p { font-size: 22px; line-height: 26px; }

@media print, screen and (min-width: 40em) { .hero + * .section-sub-heading, .hero + * .section-sub-heading p, .announce + * .section-sub-heading, .announce + * .section-sub-heading p, .section-header-large .section-sub-heading, .section-header-large .section-sub-heading p { font-size: 26px; line-height: 31px; } }

@media print, screen and (min-width: 64em) { .hero + * .section-sub-heading, .hero + * .section-sub-heading p, .announce + * .section-sub-heading, .announce + * .section-sub-heading p, .section-header-large .section-sub-heading, .section-header-large .section-sub-heading p { font-size: 30px; line-height: 36px; } }

@media screen and (min-width: 64em) { .split .section-heading { font-size: 38px; line-height: 42px; } }

@media screen and (min-width: 84.375em) { .split .section-heading { font-size: 48px; line-height: 52px; } }

.section-heading.section-heading-small { font-size: 18px; line-height: 28px; }

.bg-white .section-heading--force-som, .bg-light-grey .section-heading--force-som { color: #3559aa; }

.som-bg-clip .bg-white .section-heading--force-som, .som-bg-clip .bg-light-grey .section-heading--force-som { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.fg-white .section-heading, .fg-white .section-sub-heading, .fg-white .section-sub-heading p, .bg-dark-grey .section-heading, .bg-dark-grey .section-sub-heading, .bg-dark-grey .section-sub-heading p { color: white; }

.tagline { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 34px; line-height: 36px; margin: 0; padding: 20px 0; text-align: center; color: #385aa4; }

.som-bg-clip .tagline { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@media print, screen and (min-width: 40em) { .tagline { float: right; font-size: 40px; line-height: 43px; margin: -6px 0 -4px 16px; padding: 16px 0 16px 16px; text-align: left; width: 50%; } }

@media print, screen and (min-width: 64em) { .tagline { font-size: 48px; line-height: 52px; margin: -8px 0 -4px 18px; padding: 18px 0 18px 18px; } }

.som-theme-undergrad .tagline { color: #38798a; }

.som-bg-clip .som-theme-undergrad .tagline { background-color: #38798a; background-image: linear-gradient(to right, #16a3a6 0%, #0078a3 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-msc .tagline { color: #1b77ac; }

.som-bg-clip .som-theme-msc .tagline { background-color: #1b77ac; background-image: linear-gradient(to right, #2090d1 0%, #2b45db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-mba .tagline { color: #385aa4; }

.som-bg-clip .som-theme-mba .tagline { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-phd .tagline { color: #d52071; }

.som-bg-clip .som-theme-phd .tagline { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-dba .tagline { color: #9d2f9b; }

.som-bg-clip .som-theme-dba .tagline { background-color: #9d2f9b; background-image: linear-gradient(to right, #9d2f9b 0%, #490f91 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.fg-white .tagline { color: white; }

.som-bg-clip .fg-white .tagline { background: none; -webkit-text-fill-color: currentColor; }

.bg-white .tagline--force-som, .bg-grey .tagline--force-som { color: #3559aa; }

.som-bg-clip .bg-white .tagline--force-som, .som-bg-clip .bg-grey .tagline--force-som { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-footer { padding: 54px 0 64px; }

@media print, screen and (min-width: 40em) { .som-footer { padding: 90px 0 74px; } }

@media print, screen and (min-width: 64em) { .som-footer { padding: 120px 0 84px; } }

.som-footer .footer-logo-som { background-image: url("../..//images/footer_logo_som@2x.png"); height: 65px; margin: 0; text-indent: -9999px; width: 142px; }

@media print, screen and (min-width: 40em) { .som-footer .footer-logo-som { height: 87px; margin: 0 28px 0 0; width: 190px; } }

@media print, screen and (min-width: 64em) { .som-footer .footer-logo-som { height: 102px; margin: 0 35px 0 0; width: 223px; } }

.som-footer .footer-logo-think { display: none; }

@media print, screen and (min-width: 40em) { .som-footer .footer-logo-think { background-image: url("../..//images/footer_logo_think@2x.png"); display: block; height: 84px; margin: 3px 0 0 28px; width: 302px; } }

@media print, screen and (min-width: 64em) { .som-footer .footer-logo-think { display: block; height: 99px; margin: 4px 0 0 35px; width: 355px; } }

.som-footer .footer-divider { display: none; }

@media print, screen and (min-width: 40em) { .som-footer .footer-divider { background: rgba(255, 255, 255, 0.5); display: block; height: 99px; margin: -4px 0 0; width: 1px; } }

@media print, screen and (min-width: 64em) { .som-footer .footer-divider { height: 117px; margin: -5px 0 0; } }

.som-footer ul.footer-links { font-size: 17px; line-height: 28px; list-style: none; margin: 38px 0 5px; padding: 0 80px; }

@media print, screen and (min-width: 40em) { .som-footer ul.footer-links { font-size: 18px; line-height: 28px; margin: 50px 0 0; } }

@media print, screen and (min-width: 64em) { .som-footer ul.footer-links { margin: 62px 0 0; } }

.som-footer ul.footer-links li { display: block; margin: 0; padding: 0 12px; position: relative; width: 100%; }

@media print, screen and (min-width: 40em) { .som-footer ul.footer-links li { display: inline-block; width: auto; } }

@media print, screen and (min-width: 64em) { .som-footer ul.footer-links li { padding: 0 16px; } }

@media print, screen and (min-width: 64em) { .som-footer ul.footer-links li + li:before { background: rgba(255, 255, 255, 0.85); content: ''; display: block; height: 18px; left: 0; position: absolute; top: 5px; width: 1px; } }

.som-footer ul.footer-links a { font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; text-decoration: none !important; color: #fff !important; }

.som-footer ul.footer-links a:active, .som-footer ul.footer-links a:focus, .som-footer ul.footer-links a:hover { text-decoration: underline !important; }

button, a.button, a.button:visited, a.hero-cta-button, a.hero-cta-button:visited { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); border-radius: 4px; color: white; display: inline-block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 18px; font-weight: normal; line-height: 26px; padding: 15px 18px 17px; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color 0.25s ease; width: 100%; }

.som-platform-mac button, .som-platform-mac a.button, .som-platform-mac a.button:visited, .som-platform-mac a.hero-cta-button, .som-platform-mac a.hero-cta-button:visited { padding: 18px 18px 14px; }

@media screen and (min-width: 25em) { button, a.button, a.button:visited, a.hero-cta-button, a.hero-cta-button:visited { min-width: 320px; max-width: 400px; width: auto; } }

a.button:active, a.button:focus, a.button:hover, a.hero-cta-button:active, a.hero-cta-button:focus, a.hero-cta-button:hover { color: white; opacity: 0.85; text-decoration: none; }

.bg-dark-grey button, .bg-dark-grey a.button, .bg-dark-grey a.button:visited, .bg-dark-grey a.button:active, .bg-dark-grey a.button:focus, .bg-dark-grey a.button:hover, .bg-dark-grey a.hero-cta-button, .bg-dark-grey a.hero-cta-button:visited, .bg-dark-grey a.hero-cta-button:active, .bg-dark-grey a.hero-cta-button:focus, .bg-dark-grey a.hero-cta-button:hover { background: white; color: #333333; }

.bg-som button, .bg-som a.button, .bg-som a.button:visited, .bg-som a.button:active, .bg-som a.button:focus, .bg-som a.button:hover, .bg-som a.hero-cta-button, .bg-som a.hero-cta-button:visited, .bg-som a.hero-cta-button:active, .bg-som a.hero-cta-button:focus, .bg-som a.hero-cta-button:hover { background: white; color: #3559aa; }

.bg-mba button, .bg-mba a.button, .bg-mba a.button:visited, .bg-mba a.button:active, .bg-mba a.button:focus, .bg-mba a.button:hover, .bg-mba a.hero-cta-button, .bg-mba a.hero-cta-button:visited, .bg-mba a.hero-cta-button:active, .bg-mba a.hero-cta-button:focus, .bg-mba a.hero-cta-button:hover { background: white; color: #385aa4; }

.embedded-media { height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; }

.embedded-media iframe { border: 0 !important; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

@media (max-width: 414px) { .embedded-media-mobile-tall { padding-bottom: 65%; } }

.embedded-form iframe { border: 0 !important; height: auto; min-height: 400px; left: 0; position: absolute; top: 0; width: 100%; }

.embedded-media-nojs { background: #f6f6f6; padding: 56px 36px; }

.bg-light-grey .embedded-media-nojs { background: white; }

.bg-dark-grey .embedded-media-nojs { background: #444444; }

.som-gt-before:before, .som-body a.som-gt-before:before, .som-gt-after:after, .action-list li:before, .action-link:before, [class^='icon-'], [class*=' icon-'] { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-family: 'icomoon' !important; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none; }

.icon-facebook:before { content: '\e900'; }

.icon-gt:before { content: '\e908'; }

.icon-instagram:before { content: '\e901'; }

.icon-linkedin:before { content: '\e902'; }

.icon-messenger:before { content: '\e909'; }

.icon-sinaweibo:before { content: '\e906'; }

.icon-snapchat:before { content: '\e903'; }

.icon-twitter:before { content: '\e904'; }

.icon-wechat:before { content: '\e905'; }

.icon-whatsapp:before { content: '\e90a'; }

.icon-youtube:before { content: '\e907'; }

.social-icons { margin: 16px auto 0; max-width: 400px; text-align: center; }

@media print, screen and (min-width: 40em) { .social-icons { margin: 24px auto 0; max-width: none; } }

@media print, screen and (min-width: 64em) { .social-icons { margin: 54px auto 0; } }

a.social-button { font-size: 28px; line-height: 28px; padding: 6px 7px; text-align: center; text-decoration: none; }

@media print, screen and (min-width: 40em) { a.social-button { font-size: 32px; line-height: 32px; padding: 6px 16px; } }

@media print, screen and (min-width: 64em) { a.social-button { font-size: 36px; line-height: 36px; padding: 6px 24px; } }

a.social-button:active, a.social-button:focus, a.social-button:hover, a.social-button:visited { text-decoration: none; }

a.social-button:active, a.social-button:focus, a.social-button:hover { opacity: 0.7; }

.icon-label { font-size: 0; line-height: 0; text-indent: -99999px; }

.social-icons-small { margin: 26px auto 0; }

.social-icons-small a.social-button { font-size: 28px; line-height: 28px; padding: 6px 7px; }

.icon { color: black; }

.fg-white .icon { color: #262626; }

.bg-dark-grey .icon, .bg-som .icon, .bg-mba .icon { color: white; }

a, a:visited { color: inherit; text-decoration: none; }

a:active, a:focus, a:hover { color: inherit; text-decoration: underline; }

.bg-dark-grey a:active, .fg-white a:active, .bg-dark-grey a:focus, .fg-white a:focus, .bg-dark-grey a:hover, .fg-white a:hover { opacity: 0.7; }

a[href^='tel'] { color: inherit; }

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited { text-decoration: underline; }

h1 a:active, h1 a:focus, h1 a:hover, h2 a:active, h2 a:focus, h2 a:hover, h3 a:active, h3 a:focus, h3 a:hover, h4 a:active, h4 a:focus, h4 a:hover, h5 a:active, h5 a:focus, h5 a:hover, h6 a:active, h6 a:focus, h6 a:hover { color: #999999; }

.som-theme-undergrad h1 a:active, .som-theme-undergrad h1 a:focus, .som-theme-undergrad h1 a:hover, .som-theme-undergrad h2 a:active, .som-theme-undergrad h2 a:focus, .som-theme-undergrad h2 a:hover, .som-theme-undergrad h3 a:active, .som-theme-undergrad h3 a:focus, .som-theme-undergrad h3 a:hover, .som-theme-undergrad h4 a:active, .som-theme-undergrad h4 a:focus, .som-theme-undergrad h4 a:hover, .som-theme-undergrad h5 a:active, .som-theme-undergrad h5 a:focus, .som-theme-undergrad h5 a:hover, .som-theme-undergrad h6 a:active, .som-theme-undergrad h6 a:focus, .som-theme-undergrad h6 a:hover { color: #38798a; }

.som-theme-msc h1 a:active, .som-theme-msc h1 a:focus, .som-theme-msc h1 a:hover, .som-theme-msc h2 a:active, .som-theme-msc h2 a:focus, .som-theme-msc h2 a:hover, .som-theme-msc h3 a:active, .som-theme-msc h3 a:focus, .som-theme-msc h3 a:hover, .som-theme-msc h4 a:active, .som-theme-msc h4 a:focus, .som-theme-msc h4 a:hover, .som-theme-msc h5 a:active, .som-theme-msc h5 a:focus, .som-theme-msc h5 a:hover, .som-theme-msc h6 a:active, .som-theme-msc h6 a:focus, .som-theme-msc h6 a:hover { color: #1b77ac; }

.som-theme-mba h1 a:active, .som-theme-mba h1 a:focus, .som-theme-mba h1 a:hover, .som-theme-mba h2 a:active, .som-theme-mba h2 a:focus, .som-theme-mba h2 a:hover, .som-theme-mba h3 a:active, .som-theme-mba h3 a:focus, .som-theme-mba h3 a:hover, .som-theme-mba h4 a:active, .som-theme-mba h4 a:focus, .som-theme-mba h4 a:hover, .som-theme-mba h5 a:active, .som-theme-mba h5 a:focus, .som-theme-mba h5 a:hover, .som-theme-mba h6 a:active, .som-theme-mba h6 a:focus, .som-theme-mba h6 a:hover { color: #385aa4; }

.som-theme-phd h1 a:active, .som-theme-phd h1 a:focus, .som-theme-phd h1 a:hover, .som-theme-phd h2 a:active, .som-theme-phd h2 a:focus, .som-theme-phd h2 a:hover, .som-theme-phd h3 a:active, .som-theme-phd h3 a:focus, .som-theme-phd h3 a:hover, .som-theme-phd h4 a:active, .som-theme-phd h4 a:focus, .som-theme-phd h4 a:hover, .som-theme-phd h5 a:active, .som-theme-phd h5 a:focus, .som-theme-phd h5 a:hover, .som-theme-phd h6 a:active, .som-theme-phd h6 a:focus, .som-theme-phd h6 a:hover { color: #d52071; }

.som-theme-dba h1 a:active, .som-theme-dba h1 a:focus, .som-theme-dba h1 a:hover, .som-theme-dba h2 a:active, .som-theme-dba h2 a:focus, .som-theme-dba h2 a:hover, .som-theme-dba h3 a:active, .som-theme-dba h3 a:focus, .som-theme-dba h3 a:hover, .som-theme-dba h4 a:active, .som-theme-dba h4 a:focus, .som-theme-dba h4 a:hover, .som-theme-dba h5 a:active, .som-theme-dba h5 a:focus, .som-theme-dba h5 a:hover, .som-theme-dba h6 a:active, .som-theme-dba h6 a:focus, .som-theme-dba h6 a:hover { color: #9d2f9b; }

h1 a:active.color-inherit, h1 a:focus.color-inherit, h1 a:hover.color-inherit, h2 a:active.color-inherit, h2 a:focus.color-inherit, h2 a:hover.color-inherit, h3 a:active.color-inherit, h3 a:focus.color-inherit, h3 a:hover.color-inherit, h4 a:active.color-inherit, h4 a:focus.color-inherit, h4 a:hover.color-inherit, h5 a:active.color-inherit, h5 a:focus.color-inherit, h5 a:hover.color-inherit, h6 a:active.color-inherit, h6 a:focus.color-inherit, h6 a:hover.color-inherit { color: inherit; }

.fg-white h1 a:active, .fg-white h1 a:focus, .fg-white h1 a:hover, .fg-white h2 a:active, .fg-white h2 a:focus, .fg-white h2 a:hover, .fg-white h3 a:active, .fg-white h3 a:focus, .fg-white h3 a:hover, .fg-white h4 a:active, .fg-white h4 a:focus, .fg-white h4 a:hover, .fg-white h5 a:active, .fg-white h5 a:focus, .fg-white h5 a:hover, .fg-white h6 a:active, .fg-white h6 a:focus, .fg-white h6 a:hover { color: white; }

.som-body a, .som-body a:visited { color: inherit; text-decoration: underline; }

.som-theme-undergrad .som-body a, .som-theme-undergrad .som-body a:visited { color: #38798a; }

.som-theme-msc .som-body a, .som-theme-msc .som-body a:visited { color: #1b77ac; }

.som-theme-mba .som-body a, .som-theme-mba .som-body a:visited { color: #385aa4; }

.som-theme-phd .som-body a, .som-theme-phd .som-body a:visited { color: #d52071; }

.som-theme-dba .som-body a, .som-theme-dba .som-body a:visited { color: #9d2f9b; }

.som-body a.color-inherit, .som-body a:visited.color-inherit { color: inherit; }

.fg-white .som-body a, .fg-white .som-body a:visited { color: inherit; }

.som-body a:active, .som-body a:focus, .som-body a:hover { color: #3559aa; }

.som-theme-undergrad .som-body a:active, .som-theme-msc .som-body a:active, .som-theme-mba .som-body a:active, .som-theme-phd .som-body a:active, .som-theme-dba .som-body a:active, .som-theme-undergrad .som-body a:focus, .som-theme-msc .som-body a:focus, .som-theme-mba .som-body a:focus, .som-theme-phd .som-body a:focus, .som-theme-dba .som-body a:focus, .som-theme-undergrad .som-body a:hover, .som-theme-msc .som-body a:hover, .som-theme-mba .som-body a:hover, .som-theme-phd .som-body a:hover, .som-theme-dba .som-body a:hover { color: inherit; }

.fg-white .som-body a:active, .fg-white .som-body a:focus, .fg-white .som-body a:hover { color: white; }

.fg-white .card .som-body a, .fg-white .card .som-body a:visited, .fg-white .card.som-body a, .fg-white .card.som-body a:visited, .fg-white .som-body .card a, .fg-white .som-body .card a:visited { color: inherit; }

.som-theme-undergrad .fg-white .card .som-body a, .som-theme-undergrad .fg-white .card .som-body a:visited, .som-theme-undergrad .fg-white .card.som-body a, .som-theme-undergrad .fg-white .card.som-body a:visited, .som-theme-undergrad .fg-white .som-body .card a, .som-theme-undergrad .fg-white .som-body .card a:visited { color: #38798a; }

.som-theme-msc .fg-white .card .som-body a, .som-theme-msc .fg-white .card .som-body a:visited, .som-theme-msc .fg-white .card.som-body a, .som-theme-msc .fg-white .card.som-body a:visited, .som-theme-msc .fg-white .som-body .card a, .som-theme-msc .fg-white .som-body .card a:visited { color: #1b77ac; }

.som-theme-mba .fg-white .card .som-body a, .som-theme-mba .fg-white .card .som-body a:visited, .som-theme-mba .fg-white .card.som-body a, .som-theme-mba .fg-white .card.som-body a:visited, .som-theme-mba .fg-white .som-body .card a, .som-theme-mba .fg-white .som-body .card a:visited { color: #385aa4; }

.som-theme-phd .fg-white .card .som-body a, .som-theme-phd .fg-white .card .som-body a:visited, .som-theme-phd .fg-white .card.som-body a, .som-theme-phd .fg-white .card.som-body a:visited, .som-theme-phd .fg-white .som-body .card a, .som-theme-phd .fg-white .som-body .card a:visited { color: #d52071; }

.som-theme-dba .fg-white .card .som-body a, .som-theme-dba .fg-white .card .som-body a:visited, .som-theme-dba .fg-white .card.som-body a, .som-theme-dba .fg-white .card.som-body a:visited, .som-theme-dba .fg-white .som-body .card a, .som-theme-dba .fg-white .som-body .card a:visited { color: #9d2f9b; }

.fg-white .card .som-body a:active, .fg-white .card .som-body a:focus, .fg-white .card .som-body a:hover, .fg-white .card.som-body a:active, .fg-white .card.som-body a:focus, .fg-white .card.som-body a:hover, .fg-white .som-body .card a:active, .fg-white .som-body .card a:focus, .fg-white .som-body .card a:hover { color: #3559aa; opacity: 1; }

.som-theme-undergrad .fg-white .card .som-body a:active, .som-theme-msc .fg-white .card .som-body a:active, .som-theme-mba .fg-white .card .som-body a:active, .som-theme-phd .fg-white .card .som-body a:active, .som-theme-dba .fg-white .card .som-body a:active, .som-theme-undergrad .fg-white .card .som-body a:focus, .som-theme-msc .fg-white .card .som-body a:focus, .som-theme-mba .fg-white .card .som-body a:focus, .som-theme-phd .fg-white .card .som-body a:focus, .som-theme-dba .fg-white .card .som-body a:focus, .som-theme-undergrad .fg-white .card .som-body a:hover, .som-theme-msc .fg-white .card .som-body a:hover, .som-theme-mba .fg-white .card .som-body a:hover, .som-theme-phd .fg-white .card .som-body a:hover, .som-theme-dba .fg-white .card .som-body a:hover, .som-theme-undergrad .fg-white .card.som-body a:active, .som-theme-msc .fg-white .card.som-body a:active, .som-theme-mba .fg-white .card.som-body a:active, .som-theme-phd .fg-white .card.som-body a:active, .som-theme-dba .fg-white .card.som-body a:active, .som-theme-undergrad .fg-white .card.som-body a:focus, .som-theme-msc .fg-white .card.som-body a:focus, .som-theme-mba .fg-white .card.som-body a:focus, .som-theme-phd .fg-white .card.som-body a:focus, .som-theme-dba .fg-white .card.som-body a:focus, .som-theme-undergrad .fg-white .card.som-body a:hover, .som-theme-msc .fg-white .card.som-body a:hover, .som-theme-mba .fg-white .card.som-body a:hover, .som-theme-phd .fg-white .card.som-body a:hover, .som-theme-dba .fg-white .card.som-body a:hover, .som-theme-undergrad .fg-white .som-body .card a:active, .som-theme-msc .fg-white .som-body .card a:active, .som-theme-mba .fg-white .som-body .card a:active, .som-theme-phd .fg-white .som-body .card a:active, .som-theme-dba .fg-white .som-body .card a:active, .som-theme-undergrad .fg-white .som-body .card a:focus, .som-theme-msc .fg-white .som-body .card a:focus, .som-theme-mba .fg-white .som-body .card a:focus, .som-theme-phd .fg-white .som-body .card a:focus, .som-theme-dba .fg-white .som-body .card a:focus, .som-theme-undergrad .fg-white .som-body .card a:hover, .som-theme-msc .fg-white .som-body .card a:hover, .som-theme-mba .fg-white .som-body .card a:hover, .som-theme-phd .fg-white .som-body .card a:hover, .som-theme-dba .fg-white .som-body .card a:hover { color: inherit; }

.som-gt-before, .som-body a.som-gt-before, a.action-link { display: inline-block; max-width: 100%; padding-left: 0.7em; position: relative; text-decoration: underline; }

.som-gt-before:before, .som-body a.som-gt-before:before, a.action-link:before { content: '\e908'; display: inline-block; font-size: inherit; height: 100%; left: 0; line-height: inherit; margin-left: 0.05em; margin-right: 0.2em; position: absolute; text-decoration: underline; top: 0.1em; }

.som-platform-mac .som-gt-before:before, .som-platform-mac .som-body a.som-gt-before:before, .som-platform-mac a.action-link:before { top: 0; }

.som-gt-before:before, .som-body a.som-gt-before:before, a.action-link:before { text-decoration: none; }

.som-gt-before.som-gt-inline, .som-body a.som-gt-before.som-gt-inline, a.action-link.som-gt-inline { padding-left: 0; }

.som-gt-before.som-gt-inline:before, .som-body a.som-gt-before.som-gt-inline:before, a.action-link.som-gt-inline:before { content: '\e908 '; position: relative; top: 0.12em; }

.som-gt-before:active, .som-gt-before:focus, .som-gt-before:hover, .som-body a.som-gt-before:active, .som-body a.som-gt-before:focus, .som-body a.som-gt-before:hover, a.action-link:active, a.action-link:focus, a.action-link:hover { text-decoration: underline; }

.som-gt-before:active:before, .som-gt-before:focus:before, .som-gt-before:hover:before, .som-body a.som-gt-before:active:before, .som-body a.som-gt-before:focus:before, .som-body a.som-gt-before:hover:before, a.action-link:active:before, a.action-link:focus:before, a.action-link:hover:before { text-decoration: none; }

.action-link { background: none; }

.text-center .som-gt-before, .text-center.som-body a.som-gt-before, .text-center .som-body a.som-gt-before, .som-body .text-center a.som-gt-before { padding-left: 0.5em; }

.som-gt-after { display: inline-block; padding-right: 0.7em; position: relative; }

.som-gt-after:after { content: '\e908'; display: inline-block; font-size: inherit; line-height: inherit; margin-left: 0.2em; margin-right: 0.05em; position: absolute; right: 0; text-decoration: none; top: 0.1em; }

.som-platform-mac .som-gt-after:after { top: 0; }

.lined-list li { padding-top: 20px !important; padding-bottom: 20px !important; }

section.bg-white .lined-list li { border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

section.bg-light-grey .lined-list li { border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

section.bg-dark-grey .lined-list li { border-bottom: 2px solid rgba(255, 255, 255, 0.05); }

.lined-list li + li { margin-top: 0; }

.panel { margin-bottom: 28px; padding: 28px 18px 35px; position: relative; z-index: 1; }

.panel > *:first-child { margin-top: 0; }

.panel > *:last-child { margin-bottom: 0; }

.panel:after { content: ''; display: block; position: absolute; width: 100%; height: 7px; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); }

.panel h1 { font-size: 21px; line-height: 25px; }

@media print, screen and (min-width: 40em) { .panel h1 { font-size: 23px; line-height: 27px; } }

@media print, screen and (min-width: 64em) { .panel h1 { font-size: 25px; line-height: 29px; } }

.panel ul { padding-left: 1.2em; }

section { background: white; }

section.section-no-border { border-top: none !important; }

.section-content { margin-bottom: 14px; padding-bottom: 28px; }

section.bg-white .section-content { border-bottom: 4px solid rgba(0, 0, 0, 0.05); }

section.bg-light-grey .section-content { border-bottom: 4px solid rgba(0, 0, 0, 0.05); }

section.bg-dark-grey .section-content { border-bottom: 4px solid rgba(255, 255, 255, 0.05); }

section.bg-transparent .section-content { border-bottom: 4px solid rgba(0, 0, 0, 0); }

.section-content:last-of-type { border-bottom: 0 !important; margin: 0 !important; padding: 0 !important; }

.section-header-wrap { margin: 0 0 26px; }

.section-header-wrap:first-child { margin: 0 0 32px; }

@media print, screen and (min-width: 40em) { .section-header-wrap:first-child { margin: 0 0 52px; } }

@media print, screen and (min-width: 64em) { .section-header-wrap:first-child { margin: 0 0 62px; } }

.section-header-wrap:last-child { margin: 0; }

.section-header-wrap.header-small:first-child { margin: 0 0 30px; }

.section-header-wrap .section-header { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 736px; width: 100%; }

.section-header-wrap .section-header-button { margin: 35px auto 0; }

@media print, screen and (min-width: 40em) { .section-header-wrap .section-header-button { margin: 42px auto 0; } }

.section-header-wrap .section-header-divider + .section-header-button { margin: 30px auto 0; }

@media print, screen and (min-width: 40em) { .section-header-wrap .section-header-divider + .section-header-button { margin: 50px auto 0; } }

@media print, screen and (min-width: 64em) { .section-header-wrap .section-header-divider + .section-header-button { margin: 60px auto 0; } }

.hero + * .section-header-wrap:first-child, .announce + * .section-header-wrap:first-child, .section-header-large .section-header-wrap:first-child { margin: 0 0 42px; }

@media print, screen and (min-width: 40em) { .hero + * .section-header-wrap:first-child, .announce + * .section-header-wrap:first-child, .section-header-large .section-header-wrap:first-child { margin: 0 0 56px; } }

@media print, screen and (min-width: 64em) { .hero + * .section-header-wrap:first-child, .announce + * .section-header-wrap:first-child, .section-header-large .section-header-wrap:first-child { margin: 0 0 62px; } }

.hero + * .section-header-wrap:last-child, .announce + * .section-header-wrap:last-child, .section-header-large .section-header-wrap:last-child { margin: 0; }

.section-meta { font-size: 14px; line-height: 22px; margin: 20px auto -16px; }

@media print, screen and (min-width: 40em) { .section-meta { margin: 28px auto -16px; } }

@media print, screen and (min-width: 64em) { .section-meta { margin: 34px auto -30px; } }

.section-meta .meta-item { display: block; }

@media print, screen and (min-width: 64em) { .section-meta .meta-item { display: inline-block; } }

@media print, screen and (min-width: 64em) { .section-meta .meta-item + .meta-item:before { content: '\2022 \000A0'; } }

.section-header-status, .section-date-time { font-size: 18px; line-height: 27px; margin: 25px auto 0; }

@media print, screen and (min-width: 40em) { .section-header-status, .section-date-time { font-size: 22px; line-height: 31px; margin: 35px auto 0; } }

@media print, screen and (min-width: 64em) { .section-header-status, .section-date-time { font-size: 26px; line-height: 36px; margin: 44px auto 0; } }

.section-header-status .date-time-highlight, .section-date-time .date-time-highlight { display: inline-block; font-weight: bold; margin: 0 0.22em; }

.section-header-status .date-time-spacing, .section-date-time .date-time-spacing { display: inline-block; margin: 0 2px; }

.section-header-status { margin: 35px auto 0; }

@media print, screen and (min-width: 40em) { .section-header-status { margin: 42px auto 0; } }

.section-header-status p { margin: 0; }

.section-status-bg { background: gainsboro; border-radius: 4px; display: inline-block; padding: 5px 15px; }

.section-footer-wrap { margin: 38px 0 0; }

@media print, screen and (min-width: 40em) { .section-footer-wrap { margin: 54px 0 0; } }

@media print, screen and (min-width: 64em) { .section-footer-wrap { margin: 68px 0 0; } }

@media print, screen and (min-width: 40em) { .section-header-wrap + .section-footer-wrap { margin: 46px 0 0; } }

@media print, screen and (min-width: 64em) { .section-header-wrap + .section-footer-wrap { margin: 52px 0 0; } }

.section-header-divider { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); border: 0; height: 5px; margin: 17px auto 0; width: 86px; }

@media print, screen and (min-width: 40em) { .section-header-divider { height: 6px; margin: 26px auto 0; width: 110px; } }

@media screen and (min-width: 64em) { .section-header-divider { height: 7px; margin: 33px auto 0; width: 130px; } }

@media screen and (min-width: 64em) { .section-header-divider.section-header-divider-left { margin-left: 0; } }

.som-theme-undergrad .section-header-divider { background: #16a3a6; }

.som-theme-msc .section-header-divider { background: #2090d1; }

.som-theme-mba .section-header-divider { background: #385aa4; }

.som-theme-phd .section-header-divider { background: #e3438a; }

.som-theme-dba .section-header-divider { background: #9d2f9b; }

.fg-dark-grey .section-header-divider { background: #262626; }

.bg-white .section-header-divider--force-som, .bg-light-grey .section-header-divider--force-som { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.hero + * .section-header-divider, .announce + * .section-header-divider, .section-header-large .section-header-divider { height: 7px; margin: 32px auto 0; width: 130px; }

@media print, screen and (min-width: 40em) { .hero + * .section-header-divider, .announce + * .section-header-divider, .section-header-large .section-header-divider { height: 12px; margin: 38px auto 0; width: 160px; } }

@media print, screen and (min-width: 64em) { .hero + * .section-header-divider, .announce + * .section-header-divider, .section-header-large .section-header-divider { height: 15px; margin: 43px auto 0; width: 180px; } }

.fg-white .section-header-divider, .bg-dark-grey .section-header-divider { background: white; }

.sidebar { position: relative; width: 100%; z-index: 1; }

@media print, screen and (min-width: 40em) { .sidebar { max-width: 370px; width: 50%; } }

.screen-reader { font-size: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }

.skip-content { height: 0; overflow: hidden; position: absolute; top: -999px; width: 0; z-index: -999; }

.skip-content:focus, .skip-content:active, .skip-content:active:hover { background-color: #fff; color: #000; font-size: 18px; height: auto; left: 0; line-height: 26px; margin: 70px 18px 0; outline: 4px solid orange; padding: 14px 9px; text-align: center; top: 0; width: calc(100% - 36px); z-index: 10000; }

@media print, screen and (min-width: 40em) { .skip-content:focus, .skip-content:active, .skip-content:active:hover { font-size: 28px; line-height: 34px; margin: 9.33333px 9px 0; padding: 14px 36px; width: auto; } }

html, body { min-width: 320px; padding: 0; margin: 0; -ms-scroll-chaining: none; overscroll-behavior: none; }

@media only screen and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (device-width: 375px) and (device-height: 812px), only screen and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (device-width: 390px) and (device-height: 844px), only screen and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (device-width: 414px) and (device-height: 896px), only screen and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) and (device-width: 428px) and (device-height: 926px) { html, body { background: black; } }

ul.flex-wrapper { padding-left: 0; }

.flex-wrapper.flex-justify-left { -ms-flex-pack: start; justify-content: flex-start; }

.flex-wrapper.flex-justify-right { -ms-flex-pack: end; justify-content: flex-end; }

.flex-wrapper.flex-align-top { -ms-flex-align: start; align-items: flex-start; }

.flex-wrapper.flex-align-center { -ms-flex-align: center; align-items: center; }

.flex-wrapper.flex-align-stretch { -ms-flex-align: stretch; align-items: stretch; }

.som-main .column, .som-main .columns { padding-left: 18px; padding-right: 18px; }

@media screen and (min-width: 23.4375em) { .som-main .column, .som-main .columns { padding-left: 25px; padding-right: 25px; } }

@media print, screen and (min-width: 40em) { .som-main .column, .som-main .columns { padding-left: 44px; padding-right: 44px; } }

@media print, screen and (min-width: 64em) { .som-main .column, .som-main .columns { padding-left: 44px; padding-right: 44px; } }

.single-item { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 736px; position: relative; width: 100%; }

.single-item--large { max-width: none; }

.card.single-item { -ms-flex-preferred-size: 100% !important; flex-basis: 100% !important; max-width: 736px !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }

.large-padding { padding-bottom: 60px; padding-top: 54px; }

.large-padding-top { padding-top: 54px; }

.large-padding-bottom { padding-bottom: 60px; }

@media print, screen and (min-width: 40em) { .large-padding { padding-bottom: 80px; padding-top: 70px; }
  .large-padding-top { padding-top: 70px; }
  .large-padding-bottom { padding-bottom: 80px; } }

@media print, screen and (min-width: 64em) { .large-padding { padding-bottom: 94px; padding-top: 80px; }
  .large-padding-top { padding-top: 80px; }
  .large-padding-bottom { padding-bottom: 94px; } }

.medium-padding { padding-bottom: 34px; padding-top: 34px; }

.medium-padding-top { padding-top: 34px; }

.medium-padding-bottom { padding-bottom: 34px; }

@media print, screen and (min-width: 40em) { .medium-padding { padding-bottom: 53px; padding-top: 50px; }
  .medium-padding-top { padding-top: 50px; }
  .medium-padding-bottom { padding-bottom: 53px; } }

@media print, screen and (min-width: 64em) { .medium-padding { padding-bottom: 66px; padding-top: 60px; }
  .medium-padding-top { padding-top: 60px; }
  .medium-padding-bottom { padding-bottom: 66px; } }

.small-padding { padding-bottom: 28px; padding-top: 28px; }

.small-padding-top { padding-top: 28px; }

.small-padding-bottom { padding-bottom: 28px; }

.xsmall-padding { padding-bottom: 21px; padding-top: 21px; }

.xsmall-padding-top { padding-top: 21px; }

.xsmall-padding-bottom { padding-bottom: 21px; }

.half-padding { padding-bottom: 14px; padding-top: 14px; }

.half-padding-top { padding-top: 14px; }

.half-padding-bottom { padding-bottom: 14px; }

hr { height: 0; margin: 25px 0; border: 0; border-top: 1px solid #e3e3e4; }

hr.divider, hr.divider.sub { border: 2px solid #e9e9e9; margin: 0; -webkit-margin-after: 34px; margin-block-end: 34px; -webkit-margin-before: 34px; margin-block-start: 34px; }

.bg-light-grey hr.divider, .bg-light-grey hr.divider.sub { border: 2px solid #e9e9e9; }

.bg-dark-grey hr.divider, .bg-dark-grey hr.divider.sub { border: 2px solid #1c1c1c; }

@media print, screen and (min-width: 40em) { hr.divider, hr.divider.sub { -webkit-margin-after: 5px; margin-block-end: 5px; -webkit-margin-before: 50px; margin-block-start: 50px; } }

@media print, screen and (min-width: 64em) { hr.divider, hr.divider.sub { -webkit-margin-after: 60px; margin-block-end: 60px; -webkit-margin-before: 60px; margin-block-start: 60px; } }

.text-bold { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; }

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

@media screen and (max-width: 39.9375em) { .text-center-small-only { text-align: center; } }

.bg-contain { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.follow-this-event .hashtag { display: block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 25px; line-height: 31px; }

@media print, screen and (min-width: 40em) { .follow-this-event .hashtag { font-size: 28px; line-height: 34px; } }

@media print, screen and (min-width: 64em) { .follow-this-event .hashtag { font-size: 30px; line-height: 36px; } }

.supervisor-availability { border: 4px solid #333333; margin: 30px auto 0; padding: 12px 20px; text-align: center; }

.supervisor-availability.open { border-color: #cc9417; }

.supervisor-availability.available { border-color: #33b113; }

.download-item, li.download-item, li.download-item + li.download-item { margin: 20px 0 0; word-wrap: break-word; }

@media print, screen and (min-width: 40em) { .download-item, li.download-item, li.download-item + li.download-item { margin: 30px 0 0; } }

.download-size { padding-left: 0.7em; }

.content-part { -ms-flex-preferred-size: 63.1%; flex-basis: 63.1%; position: relative; }

.content-part:first-child, .content-part > :first-child, .content-part > :first-child > :first-child, .content-part > :first-child > :first-child > :first-child { margin-top: 0; }

.content-part:last-child, .content-part > :last-child, .content-part > :last-child > :last-child, .content-part > :last-child > :last-child > :last-child { margin-bottom: 0; }

section .row .row { margin-left: -1rem; margin-right: -1rem; }

@media screen and (min-width: 23.4375em) { section .row .row { margin-left: -1.2rem; margin-right: -1.2rem; } }

@media print, screen and (min-width: 40em) { section .row .row { margin-left: -1.5rem; margin-right: -1.5rem; } }

section > .row + .row, .content-part + .content-part { margin-top: 40px; }

@media print, screen and (min-width: 64em) { section > .row + .row, .content-part + .content-part { margin-top: 64px; } }

section > .row + .row.row-small-margin { margin-top: 20px; }

@media print, screen and (min-width: 64em) { section > .row + .row.row-small-margin { margin-top: 32px; } }

@media print, screen and (min-width: 64em) { .content-part.media + .content-part { margin-top: 55px; } }

.content-part + .content-part.content-part-address, .content-part + .content-part.content-part-caption { margin-top: 25px; }

.content-part.content-part-address, .content-part.content-part-caption { margin-top: 25px; }

.content-part.content-part-address p, .content-part.content-part-caption p { margin: 0; }

.media { margin-left: auto; margin-right: auto; }

.media img { width: 100%; height: auto; }

.media.media-small { margin: 0 auto; max-width: 200px; }

.media.media-small figcaption { text-align: center; }

@media print, screen and (min-width: 40em) { .media.media-small { max-width: 300px; } }

.media.media-mobile-tall { margin-top: 0 !important; }

.media figure { margin: 0; }

.media blockquote { margin-top: 25px; text-align: center; }

@media screen and (max-width: 39.9375em) { .media blockquote { margin-left: 0; margin-right: 0; } }

.media figcaption { font-size: 16px; line-height: 24px; margin: 22px auto 0; }

@media print, screen and (min-width: 40em) { .media figcaption { max-width: 94%; } }

@media print, screen and (min-width: 64em) { .media figcaption { font-size: 18px; line-height: 26px; } }

.media figcaption span.source { display: block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; }

.media figcaption a { text-decoration: underline; }

.media figcaption a:active, .media figcaption a:focus, .media figcaption a:hover { color: #3559aa; }

.som-theme-undergrad .media figcaption a:active, .som-theme-msc .media figcaption a:active, .som-theme-mba .media figcaption a:active, .som-theme-phd .media figcaption a:active, .som-theme-dba .media figcaption a:active, .som-theme-undergrad .media figcaption a:focus, .som-theme-msc .media figcaption a:focus, .som-theme-mba .media figcaption a:focus, .som-theme-phd .media figcaption a:focus, .som-theme-dba .media figcaption a:focus, .som-theme-undergrad .media figcaption a:hover, .som-theme-msc .media figcaption a:hover, .som-theme-mba .media figcaption a:hover, .som-theme-phd .media figcaption a:hover, .som-theme-dba .media figcaption a:hover { color: inherit; }

.fg-white .media figcaption a:active, .fg-white .media figcaption a:focus, .fg-white .media figcaption a:hover { color: white; }

.media figcaption.figcaption-medium { margin: 16px auto 0; }

@media print, screen and (min-width: 64em) { .media figcaption.figcaption-medium { font-size: 17px; line-height: 26px; } }

.media figcaption.figcaption-small, .media .pull-left figcaption.figcaption-medium, .media .pull-right figcaption.figcaption-medium { margin: 14px auto 0; }

@media print, screen and (min-width: 40em) { .media figcaption.figcaption-small, .media .pull-left figcaption.figcaption-medium, .media .pull-right figcaption.figcaption-medium { font-size: 14px; line-height: 22px; } }

.media blockquote + figcaption { margin-top: 28px; }

.media-wrap { margin-left: -18px; margin-right: -18px; padding: 0; }

@media screen and (min-width: 23.4375em) { .media-wrap { margin-left: -25px; margin-right: -25px; } }

@media screen and (min-width: 25.9375em) { .media-wrap { background: #f6f6f6; }
  .bg-light-grey .media-wrap { background: white; }
  .bg-dark-grey .media-wrap { background: #444444; }
  .bg-som .media-wrap, .bg-mba .media-wrap { background: rgba(255, 255, 255, 0.15); } }

@media print, screen and (min-width: 40em) { .media-wrap { margin-left: -16px; margin-right: -16px; padding: 16px; } }

@media print, screen and (min-width: 64em) { .media-wrap { margin-left: -18px; margin-right: -18px; padding: 18px; } }

.media-wrap .media-fg { font-size: 0; line-height: 0; position: relative; width: 100%; }

.media-wrap .media-fg > * { width: 100%; }

@media screen and (max-width: 39.9375em) { .large-padding .row:last-child .single-item .content-part.media.media-no-caption:last-child, .large-padding-bottom .row:last-child .single-item .content-part.media.media-no-caption:last-child { margin-bottom: -44px; }
  .large-padding .row:first-child .single-item .content-part.media:first-child, .large-padding-top .row:first-child .single-item .content-part.media:first-child { margin-top: -44px; }
  .medium-padding .row:last-child .single-item .content-part.media.media-no-caption:last-child, .medium-padding-bottom .row:last-child .single-item .content-part.media.media-no-caption:last-child { margin-bottom: -34px; }
  .medium-padding .row:first-child .single-item .content-part.media:first-child, .medium-padding-top .row:first-child .single-item .content-part.media:first-child { margin-top: -34px; } }

.inline-media { margin-bottom: 20px; margin-top: -5px; width: 100%; }

@media print, screen and (min-width: 40em) { .inline-media { margin-top: 0; } }

@media print, screen and (min-width: 64em) { .inline-media { margin-bottom: 35px; } }

@media print, screen and (min-width: 40em) { .inline-media.pull-left, .inline-media.pull-right { margin-bottom: 14px; margin-left: 0; margin-right: 0; margin-top: 5px; width: 48%; } }

@media screen and (min-width: 64em) { .inline-media.pull-left, .inline-media.pull-right { width: 56%; } }

@media screen and (min-width: 71.25em) { .inline-media.pull-left, .inline-media.pull-right { width: 60%; } }

@media print, screen and (min-width: 40em) { .inline-media.pull-left { margin-right: 36px; } }

@media screen and (min-width: 64em) { .inline-media.pull-left { margin-left: -17%; margin-left: calc(-17% + 36px); margin-right: 45px; } }

@media screen and (min-width: 71.25em) { .inline-media.pull-left { margin-left: -25%; margin-left: calc(-25% + 36px); } }

@media print, screen and (min-width: 40em) { .inline-media.pull-right { margin-left: 36px; } }

@media screen and (min-width: 64em) { .inline-media.pull-right { margin-left: 45px; margin-right: -17%; margin-right: calc(-17% + 36px); } }

@media screen and (min-width: 71.25em) { .inline-media.pull-right { margin-right: -25%; margin-right: calc(-25% + 36px); } }

@media print, screen and (min-width: 40em) { .content-columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 36px; -moz-column-gap: 36px; column-gap: 36px; } }

.content-columns > * { display: inline-block; width: 100%; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; }

.content-columns > li { margin-top: 5px !important; margin-bottom: 0 !important; }

.content-column-half { -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; }

@media screen and (max-width: 63.9375em) { .content-column-half:first-child > :first-child { margin-top: 0; }
  .content-column-half:last-child > :last-child { margin-bottom: 0; } }

@media print, screen and (min-width: 40em) { .content-column-half { -ms-flex-preferred-size: 47.5%; flex-basis: 47.5%; width: 47.5%; }
  .content-column-half:nth-child(odd) { margin-right: 2.5%; }
  .content-column-half:nth-child(even) { margin-left: 2.5%; }
  .content-column-half:nth-child(1) > :first-child, .content-column-half:nth-child(2) > :first-child { margin-top: 0; }
  .content-column-half > :last-child { margin-bottom: 0; } }

address.content-part-address { font-style: normal; }

address.content-part-address span { display: inline-block; }

address.content-part-address span + span { margin-left: 0.22em; }

address.content-part-address span:after { content: ','; }

address.content-part-address span:first-child:after, address.content-part-address span:last-child:after { content: ''; }

address.content-part-address span:first-child { display: block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; }

.content-part-phase + .content-part-phase { border-top: 1px solid #dddddd; margin-top: 40px; padding-top: 40px; }

@media print, screen and (min-width: 64em) { .content-part-phase + .content-part-phase { margin-top: 54px; padding-top: 50px; } }

.bg-white .single-card h1, .bg-white .single-card h2, .bg-white .single-card .h1, .bg-light-grey .single-card h1, .bg-light-grey .single-card h2, .bg-light-grey .single-card .h1 { color: #35409b; }

.card { background: #f6f6f6; border-bottom: 7px solid #e9e9e9; display: block; margin-bottom: 14px; margin-top: 14px; max-width: 350px; position: relative; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (max-width: 63.9375em) { .card { -ms-flex-preferred-size: 46.5%; flex-basis: 46.5%; width: 46.5%; }
  .card:nth-child(odd) { margin-left: 0; margin-right: 18px; }
  .card:nth-child(even) { margin-left: 18px; margin-right: 0; }
  .card:last-child { margin-right: 0; }
  .card:only-child { -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; } }

@media screen and (min-width: 64em) { .card { -ms-flex-preferred-size: 30%; flex-basis: 30%; margin-left: 18px; margin-right: 18px; width: 30%; }
  .card:nth-child(3n-2) { margin-left: 0; }
  .card:nth-child(3n) { margin-right: 0; }
  .card:last-child { margin-right: 0; }
  .card:nth-child(1):nth-last-child(2), .card:nth-child(2):nth-last-child(1) { -ms-flex-preferred-size: 46.5%; flex-basis: 46.5%; width: 46.5%; }
  .card:only-child { -ms-flex-preferred-size: 100%; flex-basis: 100%; width: 100%; } }

.bg-white .card, .bg-light-grey .card { border-bottom-color: #35409b; }

.card figure { margin: 15px 15px 20px; overflow: hidden; }

@media print, screen and (min-width: 64em) { .card figure { margin: 18px 18px 26px; } }

.card header { margin: 15px 15px 10px; padding: 0; color: #35409b; }

@media print, screen and (min-width: 64em) { .card header { margin: 18px 18px 10px; } }

.card header h1, .card header h2, .card header .h1 { font-size: 23px; font-weight: normal; line-height: 27px; margin: 0 0 0.6em; }

@media print, screen and (min-width: 64em) { .card header h1, .card header h2, .card header .h1 { font-size: 28px; line-height: 34px; } }

.card figure { position: relative; overflow: hidden; }

.card img { border: 0; }

.card .card-image-angle { position: absolute; bottom: -1px; left: -3%; width: 104%; padding: 5.5% 0 0; background: #f6f6f6; -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0); clip-path: polygon(0 100%, 100% 100%, 100% 0); }

.bg-light-grey .card .card-image-angle, .bg-som .card .card-image-angle, .bg-mba .card .card-image-angle { background: white; }

.bg-dark-grey .card .card-image-angle { background: #fcfcfc; }

.card .card-body { margin-bottom: 22px; margin-top: 6px; }

@media print, screen and (min-width: 64em) { .card .card-body { margin-bottom: 28px; } }

.card .card-body p { margin: 14px 15px; }

@media print, screen and (min-width: 64em) { .card .card-body p { margin: 16px 18px; } }

.card .card-body p:first-child { margin-top: 0; }

.card .card-body p:last-child { margin-bottom: 0; }

.card footer { margin: 26px 15px; padding: 0; }

@media print, screen and (min-width: 64em) { .card footer { margin: 28px 18px; } }

a.card { text-decoration: none; }

a.card header h1, a.card header h2, a.card header .h1 { text-decoration: underline; }

.card.complex-card header { background: #3559aa; margin: 0 0 15px; padding: 13px 15px; }

@media print, screen and (min-width: 64em) { .card.complex-card header { margin: 0 0 18px; padding: 18px; } }

.som-theme-undergrad .card.complex-card header { background: #16a3a6; }

.som-theme-msc .card.complex-card header { background: #2090d1; }

.som-theme-mba .card.complex-card header { background: #385aa4; }

.som-theme-phd .card.complex-card header { background: #e3438a; }

.som-theme-dba .card.complex-card header { background: #9d2f9b; }

.fg-dark-grey .card.complex-card header { background: #262626; }

.card.complex-card header h1, .card.complex-card header h2, .card.complex-card header .h1 { color: white; margin: 0; text-decoration: none; }

.card.complex-card .more-info { border-bottom: 2px solid #e9e9e9; margin: 16px 0 20px; padding: 0 15px 13px; }

@media print, screen and (min-width: 64em) { .card.complex-card .more-info { margin: 18px 0 26px; padding: 0 18px 15px; } }

.card.complex-card .date-time { display: block; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 18px; line-height: 24px; }

@media print, screen and (min-width: 40em) { .card.complex-card .date-time { font-size: 22px; line-height: 28px; } }

@media print, screen and (min-width: 64em) { .card.complex-card .date-time { font-size: 24px; line-height: 30px; } }

.card.complex-card .location { display: block; font-family: "Tablet Gothic W05 Light Oblique", Helvetica, sans-serif; }

.cards-contact.bg-dark-grey .card.complex-card header { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.bg-light-grey .card.complex-card .more-info, .bg-som .card.complex-card .more-info, .bg-mba .card.complex-card .more-info { border-bottom: 2px solid #e9e9e9; }

.bg-dark-grey .card.complex-card .more-info { border-bottom: 2px solid #e6e6e6; }

.card.transparent-card { background: none !important; color: #444444; }

.bg-dark-grey .card.transparent-card { color: white; }

.card.transparent-card a.js-embed-select { color: white; display: block; min-height: 100%; text-decoration: none; }

.card.transparent-card a.js-embed-select p { color: white; }

.card.transparent-card .media-embed-frame + p { margin-top: 14px; }

.card.transparent-card p { margin-left: 0; margin-right: 0; }

.media-embed-frame { height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative; }

.media-embed-frame .media-embed-thumbnail { background-position: center; background-repeat: no-repeat; background-size: cover; height: 100%; position: absolute; width: 100%; }

@media screen and (max-width: 39.9375em) { .cards-small .card { -ms-flex-preferred-size: 47%; flex-basis: 47%; font-size: 14px; line-height: 20px; width: 47%; }
  .cards-small .card:nth-child(odd) { margin-right: 3%; }
  .cards-small .card:nth-child(even) { margin-left: 3%; }
  .cards-small .card p { margin: 14px 0 16px; } }

.som-js .card:not(.transparent-card) { opacity: 0; -webkit-transform: translateY(15%); -ms-transform: translateY(15%); transform: translateY(15%); }

.som-js .card:not(.transparent-card).js-visible { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

a.card:active, a.card:focus, a.card:hover, .card.media-embed-item:active, .card.media-embed-item:focus, .card.media-embed-item:hover, .card.media-embed-item.active-item { border-bottom: 7px solid #999999; }

a.card:active p, a.card:focus p, a.card:hover p, .card.media-embed-item:active p, .card.media-embed-item:focus p, .card.media-embed-item:hover p, .card.media-embed-item.active-item p { color: #444444; }

a.card:active header, a.card:active .more-info, a.card:focus header, a.card:focus .more-info, a.card:hover header, a.card:hover .more-info, .card.media-embed-item:active header, .card.media-embed-item:active .more-info, .card.media-embed-item:focus header, .card.media-embed-item:focus .more-info, .card.media-embed-item:hover header, .card.media-embed-item:hover .more-info, .card.media-embed-item.active-item header, .card.media-embed-item.active-item .more-info { color: #999999; }

.som-theme-undergrad a.card:active, .som-theme-undergrad a.card:focus, .som-theme-undergrad a.card:hover, .som-theme-undergrad .card.media-embed-item:active, .som-theme-undergrad .card.media-embed-item:focus, .som-theme-undergrad .card.media-embed-item:hover, .som-theme-undergrad .card.media-embed-item.active-item { border-bottom-color: #16a3a6; }

.som-theme-undergrad a.card:active header, .som-theme-undergrad a.card:active .more-info, .som-theme-undergrad a.card:focus header, .som-theme-undergrad a.card:focus .more-info, .som-theme-undergrad a.card:hover header, .som-theme-undergrad a.card:hover .more-info, .som-theme-undergrad .card.media-embed-item:active header, .som-theme-undergrad .card.media-embed-item:active .more-info, .som-theme-undergrad .card.media-embed-item:focus header, .som-theme-undergrad .card.media-embed-item:focus .more-info, .som-theme-undergrad .card.media-embed-item:hover header, .som-theme-undergrad .card.media-embed-item:hover .more-info, .som-theme-undergrad .card.media-embed-item.active-item header, .som-theme-undergrad .card.media-embed-item.active-item .more-info { color: #38798a; }

.som-theme-msc a.card:active, .som-theme-msc a.card:focus, .som-theme-msc a.card:hover, .som-theme-msc .card.media-embed-item:active, .som-theme-msc .card.media-embed-item:focus, .som-theme-msc .card.media-embed-item:hover, .som-theme-msc .card.media-embed-item.active-item { border-bottom-color: #2090d1; }

.som-theme-msc a.card:active header, .som-theme-msc a.card:active .more-info, .som-theme-msc a.card:focus header, .som-theme-msc a.card:focus .more-info, .som-theme-msc a.card:hover header, .som-theme-msc a.card:hover .more-info, .som-theme-msc .card.media-embed-item:active header, .som-theme-msc .card.media-embed-item:active .more-info, .som-theme-msc .card.media-embed-item:focus header, .som-theme-msc .card.media-embed-item:focus .more-info, .som-theme-msc .card.media-embed-item:hover header, .som-theme-msc .card.media-embed-item:hover .more-info, .som-theme-msc .card.media-embed-item.active-item header, .som-theme-msc .card.media-embed-item.active-item .more-info { color: #1b77ac; }

.som-theme-mba a.card:active, .som-theme-mba a.card:focus, .som-theme-mba a.card:hover, .som-theme-mba .card.media-embed-item:active, .som-theme-mba .card.media-embed-item:focus, .som-theme-mba .card.media-embed-item:hover, .som-theme-mba .card.media-embed-item.active-item { border-bottom-color: #385aa4; }

.som-theme-mba a.card:active header, .som-theme-mba a.card:active .more-info, .som-theme-mba a.card:focus header, .som-theme-mba a.card:focus .more-info, .som-theme-mba a.card:hover header, .som-theme-mba a.card:hover .more-info, .som-theme-mba .card.media-embed-item:active header, .som-theme-mba .card.media-embed-item:active .more-info, .som-theme-mba .card.media-embed-item:focus header, .som-theme-mba .card.media-embed-item:focus .more-info, .som-theme-mba .card.media-embed-item:hover header, .som-theme-mba .card.media-embed-item:hover .more-info, .som-theme-mba .card.media-embed-item.active-item header, .som-theme-mba .card.media-embed-item.active-item .more-info { color: #385aa4; }

.som-theme-phd a.card:active, .som-theme-phd a.card:focus, .som-theme-phd a.card:hover, .som-theme-phd .card.media-embed-item:active, .som-theme-phd .card.media-embed-item:focus, .som-theme-phd .card.media-embed-item:hover, .som-theme-phd .card.media-embed-item.active-item { border-bottom-color: #e3438a; }

.som-theme-phd a.card:active header, .som-theme-phd a.card:active .more-info, .som-theme-phd a.card:focus header, .som-theme-phd a.card:focus .more-info, .som-theme-phd a.card:hover header, .som-theme-phd a.card:hover .more-info, .som-theme-phd .card.media-embed-item:active header, .som-theme-phd .card.media-embed-item:active .more-info, .som-theme-phd .card.media-embed-item:focus header, .som-theme-phd .card.media-embed-item:focus .more-info, .som-theme-phd .card.media-embed-item:hover header, .som-theme-phd .card.media-embed-item:hover .more-info, .som-theme-phd .card.media-embed-item.active-item header, .som-theme-phd .card.media-embed-item.active-item .more-info { color: #d52071; }

.som-theme-dba a.card:active, .som-theme-dba a.card:focus, .som-theme-dba a.card:hover, .som-theme-dba .card.media-embed-item:active, .som-theme-dba .card.media-embed-item:focus, .som-theme-dba .card.media-embed-item:hover, .som-theme-dba .card.media-embed-item.active-item { border-bottom-color: #9d2f9b; }

.som-theme-dba a.card:active header, .som-theme-dba a.card:active .more-info, .som-theme-dba a.card:focus header, .som-theme-dba a.card:focus .more-info, .som-theme-dba a.card:hover header, .som-theme-dba a.card:hover .more-info, .som-theme-dba .card.media-embed-item:active header, .som-theme-dba .card.media-embed-item:active .more-info, .som-theme-dba .card.media-embed-item:focus header, .som-theme-dba .card.media-embed-item:focus .more-info, .som-theme-dba .card.media-embed-item:hover header, .som-theme-dba .card.media-embed-item:hover .more-info, .som-theme-dba .card.media-embed-item.active-item header, .som-theme-dba .card.media-embed-item.active-item .more-info { color: #9d2f9b; }

.bg-dark-grey a.card:active, .bg-dark-grey a.card:focus, .bg-dark-grey a.card:hover, .bg-dark-grey .card.media-embed-item:active, .bg-dark-grey .card.media-embed-item:focus, .bg-dark-grey .card.media-embed-item:hover, .bg-dark-grey .card.media-embed-item.active-item { border-bottom: 7px solid #646464; }

.cards-contact .card a, .cards-contact .card a:visited { text-decoration: underline; }

.card-more, .cards-contact .card a:active, .cards-contact .card a:focus, .cards-contact .card a:hover { color: #3559aa; opacity: 1; }

.som-theme-undergrad .card-more, .som-theme-undergrad .cards-contact .card a:active, .som-theme-undergrad .cards-contact .card a:focus, .som-theme-undergrad .cards-contact .card a:hover { color: #38798a; }

.som-theme-msc .card-more, .som-theme-msc .cards-contact .card a:active, .som-theme-msc .cards-contact .card a:focus, .som-theme-msc .cards-contact .card a:hover { color: #1b77ac; }

.som-theme-mba .card-more, .som-theme-mba .cards-contact .card a:active, .som-theme-mba .cards-contact .card a:focus, .som-theme-mba .cards-contact .card a:hover { color: #385aa4; }

.som-theme-phd .card-more, .som-theme-phd .cards-contact .card a:active, .som-theme-phd .cards-contact .card a:focus, .som-theme-phd .cards-contact .card a:hover { color: #d52071; }

.som-theme-dba .card-more, .som-theme-dba .cards-contact .card a:active, .som-theme-dba .cards-contact .card a:focus, .som-theme-dba .cards-contact .card a:hover { color: #9d2f9b; }

.bg-light-grey .card { background: white; }

.bg-dark-grey .card { background: #fcfcfc; border-bottom: 7px solid #1c1c1c; }

.bg-som .card, .bg-mba .card { background: white; border-bottom: 7px solid #e9e9e9; }

.multi-column .multi-item { display: block; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 28px; margin-top: 9px; padding-left: 0; position: relative; width: 100%; }

.multi-column .multi-item-body p { overflow-wrap: break-word; }

.multi-column .multi-item-body:last-child { margin-bottom: 0; }

.multi-column .multi-item-body > *:first-child { margin-top: 0; }

.multi-column .multi-item-body > *:last-child { margin-bottom: 0; }

.multi-column .som-type-medium h1, .multi-column .som-type-medium h2, .multi-column .som-type-medium h3, .multi-column .som-type-medium h4, .multi-column .som-type-medium h5, .multi-column .som-type-medium h6 { margin-top: 37px; }

@media print, screen and (min-width: 40em) { .multi-column .multi-count-2 .multi-item { -ms-flex-preferred-size: 47%; flex-basis: 47%; width: 47%; }
  .multi-column .multi-count-2 .multi-item:nth-child(odd) { margin-right: 3%; }
  .multi-column .multi-count-2 .multi-item:nth-child(even) { margin-left: 3%; }
  .multi-column .multi-count-2 .multi-item:nth-last-child(1), .multi-column .multi-count-2 .multi-item:nth-last-child(2) { margin-bottom: 0; } }

@media screen and (max-width: 63.9375em) { .multi-column .multi-count-3, .multi-column .multi-count-3-alt { -ms-flex-pack: start; justify-content: flex-start; } }

@media print, screen and (min-width: 40em) { .multi-column .multi-count-3 .multi-item, .multi-column .multi-count-3-alt .multi-item { -ms-flex-preferred-size: 47%; flex-basis: 47%; width: 47%; } }

@media screen and (min-width: 64em) { .multi-column .multi-count-3 .multi-item, .multi-column .multi-count-3-alt .multi-item { -ms-flex-preferred-size: 30%; flex-basis: 30%; width: 30%; }
  .multi-column .multi-count-3 .multi-item:nth-last-child(1), .multi-column .multi-count-3 .multi-item:nth-last-child(2), .multi-column .multi-count-3 .multi-item:nth-last-child(3), .multi-column .multi-count-3-alt .multi-item:nth-last-child(1), .multi-column .multi-count-3-alt .multi-item:nth-last-child(2), .multi-column .multi-count-3-alt .multi-item:nth-last-child(3) { margin-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .multi-column .multi-count-3 .multi-item:nth-child(odd) { margin-right: 3%; }
  .multi-column .multi-count-3 .multi-item:nth-child(even) { margin-left: 3%; } }

@media screen and (min-width: 64em) { .multi-column .multi-count-3 .multi-item:nth-child(3n-2) { margin-right: 2.5%; }
  .multi-column .multi-count-3 .multi-item:nth-child(3n-1) { margin-left: 2.5%; margin-right: 2.5%; }
  .multi-column .multi-count-3 .multi-item:nth-child(3n) { margin-left: 2.5%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .multi-column .multi-count-3-alt .multi-item:nth-child(even) { margin-right: 3%; }
  .multi-column .multi-count-3-alt .multi-item:nth-child(odd) { margin-left: 3%; }
  .multi-column .multi-count-3-alt .multi-item:first-child { margin-left: 0; } }

@media screen and (min-width: 64em) { .multi-column .multi-count-3-alt .multi-item:nth-child(3n-1) { margin-right: 2.5%; }
  .multi-column .multi-count-3-alt .multi-item:nth-child(3n) { margin-left: 2.5%; margin-right: 2.5%; }
  .multi-column .multi-count-3-alt .multi-item:nth-child(3n + 1) { margin-left: 2.5%; }
  .multi-column .multi-count-3-alt .multi-item:first-child { margin-left: 0; margin-right: 5%; } }

@media screen and (min-width: 23.4375em) and (max-width: 63.9375em) { .multi-column .multi-count-4 .multi-item { -ms-flex-preferred-size: 47%; flex-basis: 47%; width: 47%; }
  .multi-column .multi-count-4 .multi-item:nth-child(odd) { margin-right: 3%; }
  .multi-column .multi-count-4 .multi-item:nth-child(even) { margin-left: 3%; } }

@media screen and (min-width: 64em) { .multi-column .multi-count-4 .multi-item { -ms-flex-preferred-size: 21.6%; flex-basis: 21.6%; margin: 0 2.2%; width: 21.6%; }
  .multi-column .multi-count-4 .multi-item:nth-child(4n-3) { margin-left: 0; }
  .multi-column .multi-count-4 .multi-item:nth-child(4n) { margin-right: 0; } }

@media screen and (min-width: 64em) { .multi-column .multi-keylines .multi-item:before { border-left: 1px solid #bbbbbb; content: ''; display: block; height: 100%; left: -10%; position: absolute; top: 0; width: 0; } }

@media screen and (min-width: 64em) { .multi-column.bg-dark-grey .multi-keylines .multi-item:before { border-left: 1px solid #505050; } }

@media screen and (min-width: 64em) { .multi-column.bg-som .multi-keylines .multi-item:before, .multi-column.bg-mba .multi-keylines .multi-item:before { border-left: 1px solid rgba(255, 255, 255, 0.33); } }

.multi-column.multi-column-variation { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.som-theme-undergrad .multi-column.multi-column-variation { background-color: #38798a; background-image: linear-gradient(to right, #16a3a6 0%, #0078a3 100%); }

.som-theme-msc .multi-column.multi-column-variation { background-color: #1b77ac; background-image: linear-gradient(to right, #2090d1 0%, #2b45db 100%); }

.som-theme-mba .multi-column.multi-column-variation { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); }

.som-theme-phd .multi-column.multi-column-variation { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); }

.som-theme-dba .multi-column.multi-column-variation { background-color: #9d2f9b; background-image: linear-gradient(to right, #9d2f9b 0%, #490f91 100%); }

.multi-column.useful-links .multi-item.multi-item-gap { -ms-flex-preferred-size: 0%; flex-basis: 0%; margin-bottom: 0; margin-left: 0; margin-right: 0; width: 0; }

.multi-column.useful-links h1.multi-item { -ms-flex-preferred-size: 96%; flex-basis: 96%; margin-bottom: 0; width: 96%; }

.multi-column.useful-links p.multi-item { margin-bottom: 0; margin-top: 0.25em; }

.announce { font-size: 16px; line-height: 19px; padding: 10px 0; }

@media print, screen and (min-width: 40em) { .announce { font-size: 26px; line-height: 30px; } }

@media print, screen and (min-width: 64em) { .announce { font-size: 28px; line-height: 35px; } }

.announce .row { max-width: 68.66667rem; padding: 20px 0; }

.announce .column, .announce .columns { padding-left: 18px; padding-right: 18px; }

@media screen and (min-width: 23.4375em) { .announce .column, .announce .columns { padding-left: 25px; padding-right: 25px; } }

@media print, screen and (min-width: 40em) { .announce .column, .announce .columns { padding-left: 44px; padding-right: 44px; } }

@media print, screen and (min-width: 64em) { .announce .column, .announce .columns { padding-left: 44px; padding-right: 44px; } }

.announce .flex-wrapper { -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: center; justify-content: center; }

.announce .announce-cta { color: #734696; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; }

.announce .announce-cta span { text-decoration: underline; }

.announce .announce-text + .announce-cta { padding-left: 12px; }

.announce.fg-white .announce-cta { color: white; }

.announce a.announce-row { display: block; text-decoration: none; opacity: 1; }

.announce a.announce-row:active .announce-cta, .announce a.announce-row:focus .announce-cta, .announce a.announce-row:hover .announce-cta { color: #999999; text-decoration: underline; }

.som-theme-undergrad .announce a.announce-row:active .announce-cta, .som-theme-undergrad .announce a.announce-row:focus .announce-cta, .som-theme-undergrad .announce a.announce-row:hover .announce-cta { color: #38798a; }

.som-theme-msc .announce a.announce-row:active .announce-cta, .som-theme-msc .announce a.announce-row:focus .announce-cta, .som-theme-msc .announce a.announce-row:hover .announce-cta { color: #1b77ac; }

.som-theme-mba .announce a.announce-row:active .announce-cta, .som-theme-mba .announce a.announce-row:focus .announce-cta, .som-theme-mba .announce a.announce-row:hover .announce-cta { color: #385aa4; }

.som-theme-phd .announce a.announce-row:active .announce-cta, .som-theme-phd .announce a.announce-row:focus .announce-cta, .som-theme-phd .announce a.announce-row:hover .announce-cta { color: #d52071; }

.som-theme-dba .announce a.announce-row:active .announce-cta, .som-theme-dba .announce a.announce-row:focus .announce-cta, .som-theme-dba .announce a.announce-row:hover .announce-cta { color: #9d2f9b; }

.badge-item { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; width: 70%; }

@media screen and (max-width: 39.9375em) { .badge-item:not(:last-child) { margin-bottom: 28px; } }

@media print, screen and (min-width: 40em) { .badge-item { margin: 14px 0 28px; width: 50%; } }

@media screen and (min-width: 64em) { .badge-item { width: 30%; }
  .badge-item:nth-last-child(1), .badge-item:nth-last-child(2), .badge-item:nth-last-child(3) { margin-bottom: 0; } }

.badge-item .badge { background-color: white; border: 6px solid #f6f6f6; border-radius: 50%; display: block; height: 151.66667px; margin: 0 auto; overflow: hidden; width: 151.66667px; }

@media print, screen and (min-width: 40em) { .badge-item .badge { border-width: 10px; height: 182px; width: 182px; } }

.badge-item .badge .badge-text { color: #35409b; font-weight: normal; line-height: 1; padding: 0 0 4px; position: relative; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.badge-item .badge .badge-text span { display: block; font-size: 20px; font-weight: normal; line-height: 28px; }

.badge-item .badge .badge-text-prefix { height: 16px; font-size: 16px; line-height: 1; text-transform: uppercase; }

.badge-item .badge .badge-text-body { font-family: "Tablet Gothic W05 Thin", Helvetica, sans-serif; font-size: 25px; margin: 2px 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body { font-size: 32px; } }

.badge-item .badge .badge-text-body--1, .badge-item .badge .badge-text-body--2 { font-size: 56px; margin: 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body--1, .badge-item .badge .badge-text-body--2 { font-size: 72px; } }

.badge-item .badge .badge-text-body--3 { font-size: 47px; margin: 1px 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body--3 { font-size: 60px; } }

.badge-item .badge .badge-text-body--4 { font-size: 43px; margin: 2px 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body--4 { font-size: 55px; } }

.badge-item .badge .badge-text-body--5 { font-size: 38px; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body--5 { font-size: 48px; } }

.badge-item .badge .badge-text-body--6 { font-size: 32px; }

@media print, screen and (min-width: 40em) { .badge-item .badge .badge-text-body--6 { font-size: 40px; } }

.bg-light-grey .badge-item .badge { background-color: #f6f6f6; border-color: white; }

.bg-dark-grey .badge-item .badge { background-color: #333333; border-color: #444444; }

.bg-dark-grey .badge-item .badge .badge-text { color: white; }

.bg-som .badge-item .badge, .bg-mba .badge-item .badge { background-color: transparent; border-color: rgba(255, 255, 255, 0.15); }

.bg-som .badge-item .badge .badge-text, .bg-mba .badge-item .badge .badge-text { color: white; }

.badge-item .badge-inner { width: 100%; height: 100%; }

.bg-white .badge-item .badge--border, .bg-light-grey .badge-item .badge--border, .bg-dark-grey .badge-item .badge--border { padding: 6px; border: none; }

@media print, screen and (min-width: 40em) { .bg-white .badge-item .badge--border, .bg-light-grey .badge-item .badge--border, .bg-dark-grey .badge-item .badge--border { padding: 10px; } }

.bg-white .badge-item .badge--border .badge-inner, .bg-light-grey .badge-item .badge--border .badge-inner, .bg-dark-grey .badge-item .badge--border .badge-inner { border-radius: 50%; overflow: hidden; background-color: white; }

.bg-light-grey .badge-item .badge--border .badge-inner { background-color: #f6f6f6; }

.bg-dark-grey .badge-item .badge--border .badge-inner { background-color: #333333; }

.badge-item .badge-title, .badge-item .badge-body { font-size: 18px; line-height: 1.4; margin: 20px auto 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge-title, .badge-item .badge-body { margin: 28px auto 0; width: 70%; } }

@media screen and (min-width: 64em) { .badge-item .badge-title, .badge-item .badge-body { width: 80%; } }

.badge-item .badge-title > *:first-child, .badge-item .badge-body > *:first-child { margin-top: 0; }

.badge-item .badge-title > *:last-child, .badge-item .badge-body > *:last-child { margin-bottom: 0; }

.badge-item .badge-body { font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; margin: 5px auto 0; }

@media print, screen and (min-width: 40em) { .badge-item .badge-body { margin: 10px auto 0; } }

.badge-item img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.badge-item a, .badge-item a:visited { color: inherit; }

.badge-item a .badge-title, .badge-item a:visited .badge-title { text-decoration: underline; }

.badge-item a .badge, .badge-item a:visited .badge { text-decoration: none; }

.badge-item a:active, .badge-item a:focus, .badge-item a:hover { text-decoration: none; }

.badge-item a:active .badge-title, .badge-item a:focus .badge-title, .badge-item a:hover .badge-title { color: #999999; text-decoration: underline; }

.som-theme-undergrad .badge-item a:active .badge-title, .som-theme-undergrad .badge-item a:focus .badge-title, .som-theme-undergrad .badge-item a:hover .badge-title { color: #38798a; }

.som-theme-msc .badge-item a:active .badge-title, .som-theme-msc .badge-item a:focus .badge-title, .som-theme-msc .badge-item a:hover .badge-title { color: #1b77ac; }

.som-theme-mba .badge-item a:active .badge-title, .som-theme-mba .badge-item a:focus .badge-title, .som-theme-mba .badge-item a:hover .badge-title { color: #385aa4; }

.som-theme-phd .badge-item a:active .badge-title, .som-theme-phd .badge-item a:focus .badge-title, .som-theme-phd .badge-item a:hover .badge-title { color: #d52071; }

.som-theme-dba .badge-item a:active .badge-title, .som-theme-dba .badge-item a:focus .badge-title, .som-theme-dba .badge-item a:hover .badge-title { color: #9d2f9b; }

.bg-som .badge-item a:active .badge-title, .bg-mba .badge-item a:active .badge-title, .bg-som .badge-item a:focus .badge-title, .bg-mba .badge-item a:focus .badge-title, .bg-som .badge-item a:hover .badge-title, .bg-mba .badge-item a:hover .badge-title { color: rgba(255, 255, 255, 0.6); }

.badge-item-variation { margin-bottom: 30px; padding: 0 7px; width: 100%; }

@media print, screen and (min-width: 40em) { .badge-item-variation { width: 50%; } }

@media screen and (min-width: 64em) { .badge-item-variation { width: 25%; }
  .badge-item-variation:nth-last-child(1), .badge-item-variation:nth-last-child(2), .badge-item-variation:nth-last-child(3), .badge-item-variation:nth-last-child(4) { margin-bottom: 0; } }

.badge-item-variation .badge-variation { height: 70px; margin: 0 10px 22px; }

@media screen and (max-width: 39.9375em) { .badge-item-variation .badge-variation.badge-no-image { height: 0; } }

.badge-item-variation img { width: auto; height: auto; max-height: 100%; max-width: 100%; }

.som-js .badge-item .badge { opacity: 0; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); }

.som-js .badge-item .badge.js-visible { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.call-to-action a.cta-simple { color: white; font-size: 20px; line-height: 22px; max-width: 300px; text-decoration: underline; }

@media print, screen and (min-width: 40em) { .call-to-action a.cta-simple { font-size: 25px; line-height: 27px; max-width: none; } }

@media print, screen and (min-width: 64em) { .call-to-action a.cta-simple { font-size: 28px; line-height: 30px; } }

.call-to-action a.cta-simple:active, .call-to-action a.cta-simple:focus, .call-to-action a.cta-simple:hover { opacity: 0.7; }

.entry-requirements .grades { color: #2090d1; font-weight: 700; font-size: 23px; line-height: 27px; }

@media print, screen and (min-width: 40em) { .entry-requirements .grades { font-size: 26px; line-height: 30px; } }

@media print, screen and (min-width: 64em) { .entry-requirements .grades { font-size: 28px; line-height: 34px; } }

.entry-requirements .entry-requirements-js { display: none; }

.entry-requirements .qualification { font-size: inherit; font-weight: inherit; line-height: inherit; }

.entry-requirements .entry-requirements-select { font-size: 18px; padding: 3px 5px; }

.focus .focus-image, .focus .focus-video { position: relative; overflow: hidden; margin: 0; }

.focus .focus-image img { width: 100%; height: auto; }

.hero { overflow: hidden; position: relative; }

.hero .row { max-width: 68.66667rem; }

.hero .column, .hero .columns { padding-left: 18px; padding-right: 18px; }

@media screen and (min-width: 23.4375em) { .hero .column, .hero .columns { padding-left: 25px; padding-right: 25px; } }

@media print, screen and (min-width: 40em) { .hero .column, .hero .columns { padding-left: 44px; padding-right: 44px; } }

@media print, screen and (min-width: 64em) { .hero .column, .hero .columns { padding-left: 44px; padding-right: 44px; } }

.hero-bg { background-color: #333333; background-position: 58.2% 50%; background-repeat: no-repeat; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 100%; will-change: transform; }

@media print, screen and (min-width: 64em) { .hero-bg { background-position: 47% 50%; } }

@media screen and (min-width: 150em) { .hero-bg { background-position: 52% 50%; } }

.hero-fg { position: relative; }

.hero-fg .hero-content { max-width: 520px; min-height: 486px; }

@media print, screen and (min-width: 64em) { .hero-fg .hero-content { min-height: 600px; } }

.hero.hero-small .hero-fg .hero-content { max-width: 560px; }

@media print, screen and (min-width: 64em) { .hero.hero-small .hero-fg .hero-content { max-width: 760px; } }

@media (min-height: 760px) { .hero.hero-large .hero-fg .hero-content, .som-main.landing-page .hero .hero-fg .hero-content { min-height: 536px; } }

@media print, screen and (min-width: 64em) { .hero.hero-large .hero-fg .hero-content, .som-main.landing-page .hero .hero-fg .hero-content { min-height: 600px; } }

@media print and (min-height: 940px), screen and (min-width: 64em) and (min-height: 940px) { .hero.hero-large .hero-fg .hero-content, .som-main.landing-page .hero .hero-fg .hero-content { min-height: 725px; } }

.hero-fg .hero-flex { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 100%; -ms-flex-pack: end; justify-content: flex-end; }

.hero-fg .hero-inner { text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); width: 100%; }

.hero-fg h1 { color: white; font-family: "Tablet Gothic W05 Bold", Helvetica, sans-serif; font-size: 34px; font-weight: normal; line-height: 33px; margin: 0 0 0 -2px; max-width: 250px; text-transform: none; }

@media print, screen and (min-width: 40em) { .hero-fg h1 { font-size: 48px; line-height: 50px; max-width: 350px; } }

@media print, screen and (min-width: 64em) { .hero-fg h1 { font-size: 50px; line-height: 52px; max-width: none; } }

.hero.hero-small .hero-fg h1 { font-size: 34px; line-height: 33px; max-width: none; }

@media print, screen and (min-width: 40em) { .hero.hero-small .hero-fg h1 { font-size: 48px; line-height: 47px; } }

@media print, screen and (min-width: 64em) { .hero.hero-small .hero-fg h1 { font-size: 62px; line-height: 60px; } }

.hero-fg h1 span { display: block; font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; }

.hero-fg p { color: white; font-size: 16px; line-height: 21px; margin: 18px 0 0; }

@media print, screen and (min-width: 40em) { .hero-fg p { font-size: 20px; line-height: 26px; } }

@media print, screen and (min-width: 64em) { .hero-fg p { font-size: 24px; line-height: 34px; } }

.hero-fg p.quote { font-family: "Tablet Gothic W05 Light Oblique", Helvetica, sans-serif; }

.hero-fg p.source { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 12px; line-height: 18px; }

@media print, screen and (min-width: 40em) { .hero-fg p.source { font-size: 12px; line-height: 18px; } }

@media print, screen and (min-width: 64em) { .hero-fg p.source { font-size: 26px; line-height: 30px; } }

.hero-fg header { margin: 32px 0 0; }

@media print, screen and (min-width: 40em) { .hero-fg header { margin: 42px 0 0; } }

@media print, screen and (min-width: 64em) { .hero-fg header { margin: 52px 0 0; } }

.hero-fg header:last-child { margin: 32px 0; }

@media print, screen and (min-width: 40em) { .hero-fg header:last-child { margin: 42px 0; } }

@media print, screen and (min-width: 64em) { .hero-fg header:last-child { margin: 52px 0 78px; } }

@media print and (min-height: 940px), screen and (min-width: 64em) and (min-height: 940px) { .hero.hero-large .hero-fg header:last-child, .som-main.landing-page .hero .hero-fg header:last-child { margin: 52px 0 106px; } }

.hero-fg footer { margin: 28px 0; }

@media print, screen and (min-width: 40em) { .hero-fg footer { margin: 32px 0; } }

@media print, screen and (min-width: 64em) { .hero-fg footer { margin: 36px 0 52px; } }

.hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 28px 0; }

@media (min-height: 760px) { .hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 32px 0; } }

@media print, screen and (min-width: 40em) { .hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 32px 0; } }

@media print and (min-height: 760px), screen and (min-width: 40em) and (min-height: 760px) { .hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 42px 0; } }

@media print, screen and (min-width: 64em) { .hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 36px 0 52px; } }

@media print and (min-height: 940px), screen and (min-width: 64em) and (min-height: 940px) { .hero.hero-large .hero-fg footer, .som-main.landing-page .hero .hero-fg footer { margin: 36px 0 115px; } }

.hero-fg a.button, .hero-fg a.button:active, .hero-fg a.button:focus, .hero-fg a.button:hover, .hero-fg a.hero-cta-button { background: white; color: #3559aa; }

.hero-fg .hero-cta { text-align: left; }

.som-theme-undergrad .hero .hero-bg { background-color: #38798a; background-image: linear-gradient(to right, #16a3a6 0%, #0078a3 100%); }

.som-theme-undergrad .hero a.button, .som-theme-undergrad .hero a.button:active, .som-theme-undergrad .hero a.button:focus, .som-theme-undergrad .hero a.button:hover { color: #38798a; }

.som-theme-msc .hero .hero-bg { background-color: #1b77ac; background-image: linear-gradient(to right, #2090d1 0%, #2b45db 100%); }

.som-theme-msc .hero a.button, .som-theme-msc .hero a.button:active, .som-theme-msc .hero a.button:focus, .som-theme-msc .hero a.button:hover { color: #1b77ac; }

.som-theme-mba .hero .hero-bg { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); }

.som-theme-mba .hero a.button, .som-theme-mba .hero a.button:active, .som-theme-mba .hero a.button:focus, .som-theme-mba .hero a.button:hover { color: #385aa4; }

.som-theme-phd .hero .hero-bg { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); }

.som-theme-phd .hero a.button, .som-theme-phd .hero a.button:active, .som-theme-phd .hero a.button:focus, .som-theme-phd .hero a.button:hover { color: #d52071; }

.som-theme-dba .hero .hero-bg { background-color: #9d2f9b; background-image: linear-gradient(to right, #9d2f9b 0%, #490f91 100%); }

.som-theme-dba .hero a.button, .som-theme-dba .hero a.button:active, .som-theme-dba .hero a.button:focus, .som-theme-dba .hero a.button:hover { color: #9d2f9b; }

.chart { display: block; -ms-flex: 1 1 auto; flex: 1 1 auto; margin: 14px 0; padding: 15px 0 0; position: relative; width: 100%; }

@media screen and (max-width: 63.9375em) { .chart + .chart { padding: 45px 0 0; }
  .chart + .chart.chart-type-bar { padding: 55px 0 0; } }

.chart [data-key], .chart [data-key-id] { transition: opacity 0.3s ease; }

.chart [data-key].chart-fade, .chart [data-key-id].chart-fade { opacity: 0.2; }

@media print, screen and (min-width: 40em) { .chart-count-2 { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }

@media print, screen and (min-width: 40em) { .chart-count-2 .chart { max-width: 368px; padding: 15px 18px 0; width: 50%; }
  .chart-count-2 .chart + .chart, .chart-count-2 .chart + .chart.chart-type-bar { padding: 15px 18px 0; }
  .chart-count-2 .chart:first-child { margin-left: -18px; }
  .chart-count-2 .chart:last-child { margin-right: -18px; } }

@media screen and (min-width: 64em) { .chart-count-2 .chart { max-width: 383px; }
  .chart-count-2 .chart:first-child { margin-left: -33px; }
  .chart-count-2 .chart:last-child { margin-right: -33px; } }

@media screen and (max-width: 39.9375em) { .chart-count-2 .chart-legend-0 { display: none; } }

@media screen and (min-width: 64em) { .chart-count-3 { -ms-flex-wrap: nowrap; flex-wrap: nowrap; } }

@media screen and (min-width: 64em) { .chart-count-3 .chart { max-width: 396px; padding: 15px 23px 0; width: 33.3%; }
  .chart-count-3 .chart:first-child { margin-left: -23px; }
  .chart-count-3 .chart:last-child { margin-right: -23px; } }

@media screen and (max-width: 63.9375em) { .chart-count-3 .chart-legend-0 { display: none; } }

@media screen and (min-width: 64em) { .chart { -ms-flex: 1 0 auto; flex: 1 0 auto; width: 350px; } }

.chart figcaption { margin: 0 auto; max-width: 346px; }

.chart .chart-img { display: block; height: 240px; position: relative; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }

@media print, screen and (min-width: 40em) { .infographic-large .chart .chart-img { height: 306px; } }

.chart .chart-body { margin: 28px 0 0; }

.chart-align-center .chart .chart-body { text-align: center; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .infographic-large .chart .chart-body:first-child { margin: 50px 0 0; } }

.chart ul.chart-legend { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 16px; -moz-column-gap: 16px; column-gap: 16px; font-size: 12px; line-height: 14px; list-style: none; margin: 35px auto 0; padding: 0; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }

@media print, screen and (min-width: 40em) { .chart ul.chart-legend { margin: 50px auto 0; } }

.chart ul.chart-legend.chart-legend-1, .chart ul.chart-legend.chart-legend-2 { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }

.chart ul.chart-legend li { list-style: none; margin: 0; padding: 3px 0 3px 18px; position: relative; }

.chart ul.chart-legend li:before { background: #c9c9c9; content: ''; display: block; height: 9px; left: 0; position: absolute; top: 5px; width: 9px; }

.infographic-large.no-js .flex-wrapper { display: block; }

.infographic-large.no-js .chart { margin-left: auto; margin-right: auto; }

.infographic-large.has-js .section-header-wrap { margin-bottom: 32px; text-align: left; }

@media screen and (max-width: 63.9375em) { .infographic-large.has-js .section-header-wrap { text-align: center; } }

@media print, screen and (min-width: 40em) { .infographic-large.has-js .section-header-wrap { margin-bottom: 52px; } }

@media screen and (min-width: 64em) { .infographic-large.has-js .section-header-wrap { margin-bottom: 42px; } }

.infographic-large.has-js .chart-body-large { display: none; }

@media screen and (min-width: 64em) { .infographic-large.has-js .flex-wrapper { -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .infographic-large.has-js .chart-large-wrap { -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 33px; }
  .infographic-large.has-js .chart { margin-left: 33px; margin-right: 5px; max-width: 350px; }
  .infographic-large.has-js .section-header { margin-left: 0; }
  .infographic-large.has-js .section-sub-heading, .infographic-large.has-js .section-sub-heading p { max-width: none; }
  .infographic-large.has-js .section-header-divider { margin-left: 0; }
  .infographic-large.has-js .chart-body-large { display: block; }
  .infographic-large.has-js .chart-body { display: none; } }

@media screen and (min-width: 71.875em) { .infographic-large.has-js .chart { margin-right: 15px; } }

.chart-type-vs .chart-vs-wrap { height: 240px; margin: 0 auto; position: relative; width: 240px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-vs .chart-vs-wrap { height: 306px; width: 306px; } }

.chart-type-vs .chart-vs-img-wrap { border-radius: 50%; height: 78%; left: 11%; pointer-events: none; position: absolute; top: 11%; width: 78%; }

.chart-type-vs .chart-vs-img { background-size: cover; border-radius: 50%; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.chart-type-vs .chart-vs-img-wrap, .chart-type-vs .chart-vs-img { background-color: white; }

.bg-light-grey .chart-type-vs .chart-vs-img-wrap, .bg-light-grey .chart-type-vs .chart-vs-img { background-color: #f6f6f6; }

.bg-dark-grey .chart-type-vs .chart-vs-img-wrap, .bg-dark-grey .chart-type-vs .chart-vs-img { background-color: #333333; }

.bg-som .chart-type-vs .chart-vs-img-wrap, .bg-som .chart-type-vs .chart-vs-img { background-color: #1270b4; }

.bg-mba .chart-type-vs .chart-vs-img-wrap, .bg-mba .chart-type-vs .chart-vs-img { background-color: #35409b; }

.chart-type-vs svg { left: -2.5%; position: relative; top: -2.5%; }

.chart-type-vs circle { display: none; }

.chart-type-vs circle.vs-1 { stroke: #d24e88; }

.chart-type-vs circle.vs-2 { stroke: #c9c9c9; }

.chart-type-vs path { transition: all 350ms ease-in-out !important; }

.chart-type-vs path.vs-1 { fill: #d24e88; }

.chart-type-vs path.vs-2 { fill: #c9c9c9; }

.som-js .chart-type-vs .chart-img .chart-vs-img { opacity: 0; }

.som-js .chart-type-vs .chart-img circle { display: block; }

.som-js .chart-type-vs .chart-img path { display: none; }

.som-js .chart-type-vs .chart-img:not(.js-visible) circle:first-child { opacity: 0; stroke-dasharray: 0 100; stroke-dashoffset: -25; }

.som-js .chart-type-vs .chart-img:not(.js-visible) circle:nth-child(2) { opacity: 0; stroke-dasharray: 100 0; stroke-dashoffset: 75; }

.som-js .chart-type-vs .chart-img.js-visible .chart-vs-img, .som-js .chart-type-vs .chart-img.js-visible circle { opacity: 1; transition: all 500ms ease-in-out, opacity 300ms ease-in-out; }

.som-js .chart-type-vs .chart-img.js-visible circle.chart-fade { opacity: 0.2; }

.chart-type-vs ul.chart-legend li:nth-child(1):before { background: #d24e88; }

.chart-type-vs ul.chart-legend li:nth-child(2):before { background: #c9c9c9; }

.chart-type-fraction .chart-img { position: relative; text-align: center; top: -5px; }

.chart-type-fraction .chart-fraction-top, .chart-type-fraction .chart-fraction-bottom { display: block; font-family: "Tablet Gothic W05 Thin", Helvetica, sans-serif; font-size: 130px; line-height: 130px; overflow: hidden; position: relative; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-fraction .chart-fraction-top, .infographic-large .chart-type-fraction .chart-fraction-bottom { font-size: 165px; line-height: 165px; } }

.chart-type-fraction .chart-fraction-top { color: #420c8c; height: 125px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-fraction .chart-fraction-top { height: 157px; } }

.bg-dark-grey .chart-type-fraction .chart-fraction-top, .bg-som .chart-type-fraction .chart-fraction-top, .bg-mba .chart-type-fraction .chart-fraction-top { color: white; }

.chart-type-fraction .chart-fraction-bottom { color: #63c2c4; height: 138px; padding-top: 13px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-fraction .chart-fraction-bottom { height: 174px; padding-top: 17px; } }

.bg-dark-grey .chart-type-fraction .chart-fraction-bottom, .bg-som .chart-type-fraction .chart-fraction-bottom, .bg-mba .chart-type-fraction .chart-fraction-bottom { color: #e692b7; }

.chart-type-fraction .chart-fraction-top-inner, .chart-type-fraction .chart-fraction-bottom-inner { display: block; position: relative; top: -14px; }

.infographic-large .chart-type-fraction .chart-fraction-top-inner, .infographic-large .chart-type-fraction .chart-fraction-bottom-inner { top: -19px; }

.som-platform-mac .chart-type-fraction .chart-fraction-top-inner, .som-platform-mac .chart-type-fraction .chart-fraction-bottom-inner { top: 0; }

.chart-type-fraction .chart-fraction-divide { background: black; display: block; font-size: 0; height: 1px; line-height: 0; margin: 0 auto; max-width: 264px; text-indent: -9999px; width: 100%; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-fraction .chart-fraction-divide { max-width: 340px; } }

.bg-dark-grey .chart-type-fraction .chart-fraction-divide, .bg-som .chart-type-fraction .chart-fraction-divide, .bg-mba .chart-type-fraction .chart-fraction-divide { background: white; }

.som-js .chart-type-fraction .chart-img .chart-fraction-divide { opacity: 0; -webkit-transform: scaleX(0.4); -ms-transform: scaleX(0.4); transform: scaleX(0.4); }

.som-js .chart-type-fraction .chart-img .chart-fraction-top-inner { opacity: 0; -webkit-transform: translateY(80%) scale(0.7, 0.7); -ms-transform: translateY(80%) scale(0.7, 0.7); transform: translateY(80%) scale(0.7, 0.7); }

.som-js .chart-type-fraction .chart-img .chart-fraction-bottom-inner { opacity: 0; -webkit-transform: translateY(-80%) scale(0.7, 0.7); -ms-transform: translateY(-80%) scale(0.7, 0.7); transform: translateY(-80%) scale(0.7, 0.7); }

.som-js .chart-type-fraction .chart-img.js-visible .chart-fraction-divide, .som-js .chart-type-fraction .chart-img.js-visible .chart-fraction-top-inner, .som-js .chart-type-fraction .chart-img.js-visible .chart-fraction-bottom-inner { opacity: 1; -webkit-transform: translateY(0) scale(1, 1); -ms-transform: translateY(0) scale(1, 1); transform: translateY(0) scale(1, 1); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

.chart-type-fraction ul.chart-legend li:nth-child(1):before { background: #420c8c; }

.bg-dark-grey .chart-type-fraction ul.chart-legend li:nth-child(1):before, .bg-som .chart-type-fraction ul.chart-legend li:nth-child(1):before, .bg-mba .chart-type-fraction ul.chart-legend li:nth-child(1):before { background: white; }

.chart-type-fraction ul.chart-legend li:nth-child(2):before { background: #63c2c4; }

.bg-dark-grey .chart-type-fraction ul.chart-legend li:nth-child(2):before, .bg-som .chart-type-fraction ul.chart-legend li:nth-child(2):before, .bg-mba .chart-type-fraction ul.chart-legend li:nth-child(2):before { background: #e692b7; }

.chart-type-value .chart-value-outer, .chart-type-value .chart-value-inner { border-radius: 50%; margin: 0 auto; position: relative; }

.chart-type-value .chart-value-outer { height: 240px; width: 240px; background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-outer { height: 306px; width: 306px; } }

.bg-dark-grey .chart-type-value .chart-value-outer { background: #e692b7; }

.bg-som .chart-type-value .chart-value-outer, .bg-mba .chart-type-value .chart-value-outer { background: none; border: 3px solid white; }

.chart-type-value .chart-value-inner { background: white; height: 234px; top: 3px; width: 234px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-inner { height: 300px; width: 300px; } }

.bg-light-grey .chart-type-value .chart-value-inner { background: #f6f6f6; }

.bg-dark-grey .chart-type-value .chart-value-inner { background: #333333; }

.bg-som .chart-type-value .chart-value-inner, .bg-mba .chart-type-value .chart-value-inner { background: none; }

.chart-type-value .chart-value-stat { font-family: "Tablet Gothic W05 Thin", Helvetica, sans-serif; font-size: 40px; line-height: 150px; padding: 33px 0 0; text-align: center; color: #d52071; }

.som-bg-clip .chart-type-value .chart-value-stat { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-platform-mac .chart-type-value .chart-value-stat { padding: 50px 0 0; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat { font-size: 55px; line-height: 190px; padding: 45px 0 0; }
  .som-platform-mac .infographic-large .chart-type-value .chart-value-stat { padding: 67px 0 0; } }

.bg-dark-grey .chart-type-value .chart-value-stat, .bg-som .chart-type-value .chart-value-stat, .bg-mba .chart-type-value .chart-value-stat { color: #e692b7; }

.som-bg-clip .bg-dark-grey .chart-type-value .chart-value-stat, .som-bg-clip .bg-som .chart-type-value .chart-value-stat, .som-bg-clip .bg-mba .chart-type-value .chart-value-stat { background: none; -webkit-text-fill-color: currentColor; }

.bg-som .chart-type-value .chart-value-stat, .bg-mba .chart-type-value .chart-value-stat { color: white; }

.chart-type-value .chart-value-stat-8 { font-size: 45px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-8 { font-size: 60px; } }

.chart-type-value .chart-value-stat-7 { font-size: 50px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-7 { font-size: 65px; } }

.chart-type-value .chart-value-stat-6 { font-size: 60px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-6 { font-size: 80px; } }

.chart-type-value .chart-value-stat-5 { font-size: 70px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-5 { font-size: 90px; } }

.chart-type-value .chart-value-stat-4 { font-size: 85px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-4 { font-size: 110px; } }

.chart-type-value .chart-value-stat-3 { font-size: 110px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-3 { font-size: 150px; } }

.chart-type-value .chart-value-stat-2, .chart-type-value .chart-value-stat-1 { font-size: 150px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-value .chart-value-stat-2, .infographic-large .chart-type-value .chart-value-stat-1 { font-size: 190px; } }

.som-js .chart-type-value .chart-img { opacity: 0; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); }

.som-js .chart-type-value .chart-img.js-visible { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.chart-type-pie .chart-pie-wrap { height: 240px; margin: 0 auto; position: relative; width: 240px; }

.chart-type-pie .chart-pie-wrap svg { left: -3.333%; position: relative; top: -3.333%; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-pie .chart-pie-wrap { height: 306px; width: 306px; } }

.chart-type-pie .chart-pie-fg { background: white; border-radius: 50%; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 90%; -ms-flex-pack: center; justify-content: center; left: 5%; pointer-events: none; position: absolute; top: 5%; width: 90%; }

.bg-light-grey .chart-type-pie .chart-pie-fg { background: #f6f6f6; }

.bg-dark-grey .chart-type-pie .chart-pie-fg { background: #333333; }

.bg-som .chart-type-pie .chart-pie-fg { background: #1270b4; }

.bg-mba .chart-type-pie .chart-pie-fg { background: #35409b; }

.chart-type-pie .chart-pie-detail { color: #35409b; margin: 8px auto 0; text-align: center; width: 80%; }

.bg-dark-grey .chart-type-pie .chart-pie-detail { color: #f6f6f6; }

.bg-som .chart-type-pie .chart-pie-detail, .bg-mba .chart-type-pie .chart-pie-detail { color: white; }

.som-platform-mac .chart-type-pie .chart-pie-detail { margin: 14px auto 0; }

.chart-type-pie .chart-pie-value { font-family: "Tablet Gothic W05 Thin", Helvetica, sans-serif; font-size: 80px; line-height: 70px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-pie .chart-pie-value { font-size: 100px; line-height: 90px; } }

.chart-type-pie .chart-pie-label { font-size: 14px; line-height: 18px; margin: 10px 0 0; }

.som-platform-mac .chart-type-pie .chart-pie-label { margin: 0; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-type-pie .chart-pie-label { font-size: 17px; line-height: 21px; margin: 12px 0 0; }
  .som-platform-mac .infographic-large .chart-type-pie .chart-pie-label { margin: 2px; } }

.chart-type-pie svg { position: relative; }

.chart-type-pie path { transition: all 350ms ease-in-out !important; }

.chart-type-pie path:first-child { fill: #c94388; }

.chart-type-pie path:nth-child(2) { fill: #4b9cb1; }

.chart-type-pie path:nth-child(3) { fill: #66c2c3; }

.chart-type-pie path:nth-child(4) { fill: #bbbbbb; }

.chart-type-pie path:nth-child(5) { fill: #903a95; }

.chart-type-pie path:nth-child(6) { fill: #3351f4; }

.chart-type-pie path:nth-child(7) { fill: #d15288; }

.chart-type-pie path:nth-child(8) { fill: #3e5a9f; }

.chart-type-pie path:nth-child(9) { fill: #448ecb; }

.chart-type-pie path:nth-child(10) { fill: #962384; }

.bg-dark-grey .chart-type-pie path:first-child { fill: #d1488f; }

.bg-dark-grey .chart-type-pie path:nth-child(2) { fill: #86d3d5; }

.bg-dark-grey .chart-type-pie path:nth-child(3) { fill: #4b9cb1; }

.bg-dark-grey .chart-type-pie path:nth-child(4) { fill: #bbbbbb; }

.bg-dark-grey .chart-type-pie path:nth-child(5) { fill: #d55296; }

.bg-dark-grey .chart-type-pie path:nth-child(6) { fill: #3e55d5; }

.bg-dark-grey .chart-type-pie path:nth-child(7) { fill: #d86698; }

.bg-dark-grey .chart-type-pie path:nth-child(8) { fill: #5571b6; }

.bg-dark-grey .chart-type-pie path:nth-child(9) { fill: #b64ea6; }

.bg-dark-grey .chart-type-pie path:nth-child(10) { fill: #398cd0; }

.chart-type-pie circle { stroke-width: 3; transition: all 350ms ease-in-out !important; }

.chart-type-pie circle.stroke-wide { stroke-width: 6; }

.chart-type-pie ul.chart-legend li:nth-child(1):before { background: #c94388; }

.chart-type-pie ul.chart-legend li:nth-child(2):before { background: #4b9cb1; }

.chart-type-pie ul.chart-legend li:nth-child(3):before { background: #66c2c3; }

.chart-type-pie ul.chart-legend li:nth-child(4):before { background: #bbbbbb; }

.chart-type-pie ul.chart-legend li:nth-child(5):before { background: #903a95; }

.chart-type-pie ul.chart-legend li:nth-child(6):before { background: #3351f4; }

.chart-type-pie ul.chart-legend li:nth-child(7):before { background: #d15288; }

.chart-type-pie ul.chart-legend li:nth-child(8):before { background: #3e5a9f; }

.chart-type-pie ul.chart-legend li:nth-child(9):before { background: #448ecb; }

.chart-type-pie ul.chart-legend li:nth-child(10):before { background: #962384; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(1):before { background: #d1488f; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(2):before { background: #86d3d5; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(3):before { background: #4b9cb1; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(4):before { background: #bbbbbb; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(5):before { background: #d55296; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(6):before { background: #3e55d5; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(7):before { background: #d86698; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(8):before { background: #5571b6; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(9):before { background: #b64ea6; }

.bg-dark-grey .chart-type-pie ul.chart-legend li:nth-child(10):before { background: #398cd0; }

.som-js .chart-type-pie .chart-img { opacity: 0; -webkit-transform: scale(0.5, 0.5); -ms-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); }

.som-js .chart-type-pie .chart-img.js-visible { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); transition: opacity 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); transition: opacity 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 800ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.chart-bar-table { border-collapse: collapse; color: #dddddd; font-size: 0; height: 220px; line-height: 0; margin: 0 auto; padding: 0; position: relative; top: 20px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-table { height: 280px; top: 26px; } }

.chart-bar-table tr { display: block; float: left; height: 220px; padding: 0 3px; position: relative; width: 246px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-table tr { height: 280px; width: 346px; } }

.chart-bar-table td { display: block; padding: 0; position: absolute; }

.chart-bar-table td.chart-bar-value { height: 0; width: 0; }

.chart-bar-table td.chart-bar-item { bottom: 0; left: 0; width: 100%; }

.chart-bar-table .bar { background: #dddddd; display: block; height: 100%; margin: 0 3px; position: relative; }

.chart-bar-table .bar:before { background: #bbbbbb; content: ''; height: 5px; left: 0; position: absolute; top: -5px; width: 100%; }

.chart-bar-tooltip { background: #448ecb; bottom: 100%; color: white; display: block; left: 50%; min-width: 210px; opacity: 0; padding: 15px; pointer-events: none; position: absolute; text-align: center; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); transition: all 300ms ease-in-out; }

.chart-bar-tooltip.active { opacity: 1; }

.chart-bar-tooltip.tooltip-level-3 { bottom: 76%; }

.chart-bar-tooltip.tooltip-level-2 { bottom: 53%; }

.chart-bar-tooltip.tooltip-level-1 { bottom: 30%; }

.chart-bar-tooltip-arrow { border: 8px solid transparent; border-top: 8px solid #448ecb; display: block; left: 50%; margin-left: -8px; margin-top: -1px; position: absolute; top: 100%; transition: margin-left 120ms ease-in-out, border-color 300ms ease-in-out; }

.som-js .chart-img .bar { opacity: 0; -webkit-transform: scale(1, 0); -ms-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; }

.som-js .chart-img.js-visible .bar { opacity: 1; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

.chart-bar-2 tr { width: 123px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-2 tr { width: 173px; } }

.chart-bar-3 tr { width: 82px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-3 tr { width: 115px; } }

.chart-bar-4 tr { width: 62px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-4 tr { width: 87px; } }

.chart-bar-5 tr { width: 49px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-5 tr { width: 69px; } }

.chart-bar-6 tr { width: 41px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-6 tr { width: 58px; } }

.chart-bar-7 tr { width: 35px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-7 tr { width: 49px; } }

.chart-bar-8 tr { width: 31px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-8 tr { width: 43px; } }

.chart-bar-9 tr { width: 27px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-9 tr { width: 38px; } }

.chart-bar-10 tr { width: 25px; }

@media print, screen and (min-width: 40em) { .infographic-large .chart-bar-10 tr { width: 35px; } }

.chart-type-bar ul.chart-legend li:nth-child(1):before, tr:nth-child(1) .bar:before, .chart-bar-tooltip[data-position='1'] { background: #448ecb; }

.chart-type-bar ul.chart-legend li:nth-child(2):before, tr:nth-child(2) .bar:before, .chart-bar-tooltip[data-position='2'] { background: #903a95; }

.chart-type-bar ul.chart-legend li:nth-child(3):before, tr:nth-child(3) .bar:before, .chart-bar-tooltip[data-position='3'] { background: #66c1c2; }

.chart-type-bar ul.chart-legend li:nth-child(4):before, tr:nth-child(4) .bar:before, .chart-bar-tooltip[data-position='4'] { background: #d15288; }

.chart-type-bar ul.chart-legend li:nth-child(5):before, tr:nth-child(5) .bar:before, .chart-bar-tooltip[data-position='5'] { background: #3e5a9f; }

.chart-type-bar ul.chart-legend li:nth-child(6):before, tr:nth-child(6) .bar:before, .chart-bar-tooltip[data-position='6'] { background: #3351f4; }

.chart-type-bar ul.chart-legend li:nth-child(7):before, tr:nth-child(7) .bar:before, .chart-bar-tooltip[data-position='7'] { background: #411688; }

.chart-type-bar ul.chart-legend li:nth-child(8):before, tr:nth-child(8) .bar:before, .chart-bar-tooltip[data-position='8'] { background: #48a6dd; }

.chart-type-bar ul.chart-legend li:nth-child(9):before, tr:nth-child(9) .bar:before, .chart-bar-tooltip[data-position='9'] { background: #962384; }

.chart-type-bar ul.chart-legend li:nth-child(10):before, tr:nth-child(10) .bar:before, .chart-bar-tooltip[data-position='10'] { background: #2c297a; }

.chart-bar-tooltip[data-position='1'] .chart-bar-tooltip-arrow { border-top-color: #448ecb; }

.chart-bar-tooltip[data-position='2'] .chart-bar-tooltip-arrow { border-top-color: #903a95; }

.chart-bar-tooltip[data-position='3'] .chart-bar-tooltip-arrow { border-top-color: #66c1c2; }

.chart-bar-tooltip[data-position='4'] .chart-bar-tooltip-arrow { border-top-color: #d15288; }

.chart-bar-tooltip[data-position='5'] .chart-bar-tooltip-arrow { border-top-color: #3e5a9f; }

.chart-bar-tooltip[data-position='6'] .chart-bar-tooltip-arrow { border-top-color: #3351f4; }

.chart-bar-tooltip[data-position='7'] .chart-bar-tooltip-arrow { border-top-color: #411688; }

.chart-bar-tooltip[data-position='8'] .chart-bar-tooltip-arrow { border-top-color: #48a6dd; }

.chart-bar-tooltip[data-position='9'] .chart-bar-tooltip-arrow { border-top-color: #962384; }

.chart-bar-tooltip[data-position='10'] .chart-bar-tooltip-arrow { border-top-color: #2c297a; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(1):before, .bg-dark-grey tr:nth-child(1) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='1'] { background: #448ecb; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(2):before, .bg-dark-grey tr:nth-child(2) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='2'] { background: #c94388; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(3):before, .bg-dark-grey tr:nth-child(3) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='3'] { background: #66c1c2; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(4):before, .bg-dark-grey tr:nth-child(4) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='4'] { background: #d15288; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(5):before, .bg-dark-grey tr:nth-child(5) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='5'] { background: #5072c9; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(6):before, .bg-dark-grey tr:nth-child(6) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='6'] { background: #7b43d5; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(7):before, .bg-dark-grey tr:nth-child(7) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='7'] { background: #56aee1; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(8):before, .bg-dark-grey tr:nth-child(8) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='8'] { background: #5569da; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(9):before, .bg-dark-grey tr:nth-child(9) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='9'] { background: #c464b5; }

.bg-dark-grey .chart-type-bar ul.chart-legend li:nth-child(10):before, .bg-dark-grey tr:nth-child(10) .bar:before, .bg-dark-grey .chart-bar-tooltip[data-position='10'] { background: #7164df; }

.bg-dark-grey .chart-bar-tooltip[data-position='1'] .chart-bar-tooltip-arrow { border-top-color: #448ecb; }

.bg-dark-grey .chart-bar-tooltip[data-position='2'] .chart-bar-tooltip-arrow { border-top-color: #c94388; }

.bg-dark-grey .chart-bar-tooltip[data-position='3'] .chart-bar-tooltip-arrow { border-top-color: #66c1c2; }

.bg-dark-grey .chart-bar-tooltip[data-position='4'] .chart-bar-tooltip-arrow { border-top-color: #d15288; }

.bg-dark-grey .chart-bar-tooltip[data-position='5'] .chart-bar-tooltip-arrow { border-top-color: #5072c9; }

.bg-dark-grey .chart-bar-tooltip[data-position='6'] .chart-bar-tooltip-arrow { border-top-color: #7b43d5; }

.bg-dark-grey .chart-bar-tooltip[data-position='7'] .chart-bar-tooltip-arrow { border-top-color: #56aee1; }

.bg-dark-grey .chart-bar-tooltip[data-position='8'] .chart-bar-tooltip-arrow { border-top-color: #5569da; }

.bg-dark-grey .chart-bar-tooltip[data-position='9'] .chart-bar-tooltip-arrow { border-top-color: #c464b5; }

.bg-dark-grey .chart-bar-tooltip[data-position='10'] .chart-bar-tooltip-arrow { border-top-color: #7164df; }

.narrative.bg-white h1, .narrative.bg-white h2, .narrative.bg-white h3, .narrative.bg-white h4, .narrative.bg-white h5, .narrative.bg-white h6, .narrative.bg-light-grey h1, .narrative.bg-light-grey h2, .narrative.bg-light-grey h3, .narrative.bg-light-grey h4, .narrative.bg-light-grey h5, .narrative.bg-light-grey h6 { color: #35409b; }

.split .split-body, .split .split-media { -ms-flex: 1 0 auto; flex: 1 0 auto; -ms-flex-preferred-size: 100%; flex-basis: 100%; position: relative; width: 100%; }

@media screen and (min-width: 64em) { .split .split-body, .split .split-media { -ms-flex-preferred-size: 40%; flex-basis: 40%; width: 50%; } }

.split .split-body .flex-wrapper, .split .split-media .flex-wrapper { height: 100%; }

.split .split-media { overflow: hidden; }

.split .split-flex-body { -ms-flex-pack: end; justify-content: flex-end; }

.split .split-flex-media { -ms-flex-pack: start; justify-content: flex-start; }

.split .split-body-inner { -ms-flex: 0 1 auto; flex: 0 1 auto; width: 100%; }

@media screen and (min-width: 64em) { .split .split-body-inner { max-width: 575px; } }

.split .split-header { margin-bottom: 42px; }

@media screen and (max-width: 63.9375em) { .split .split-header { text-align: center; } }

.split .split-header h1 { padding: 0 0 10px; margin: 0 0 -10px; }

.split .footnote { margin: 35px 0 0; max-width: 430px; }

@media screen and (min-width: 64em) { .split .footnote { margin: 50px 0 -20px; } }

.split .footnote, .split .footnote * { font-size: 15px; line-height: 21px; }

@media screen and (max-width: 63.9375em) { .split .split-body { -ms-flex-order: 2; order: 2; }
  .split .split-media { -ms-flex-order: 1; order: 1; } }

@media screen and (min-width: 64em) { .split.split-type-image.split-media-left .split-body, .split.split-type-embed.split-media-left .split-body { -ms-flex-order: 2; order: 2; }
  .split.split-type-image.split-media-left .split-media, .split.split-type-embed.split-media-left .split-media { -ms-flex-order: 1; order: 1; }
  .split.split-type-image.split-media-left .split-flex-body, .split.split-type-embed.split-media-left .split-flex-body { -ms-flex-pack: start; justify-content: flex-start; }
  .split.split-type-image.split-media-left .split-flex-media, .split.split-type-embed.split-media-left .split-flex-media { -ms-flex-pack: end; justify-content: flex-end; } }

.split.split-type-image .split-media { background: #dddddd; position: relative; }

@media screen and (min-width: 64em) { .split.split-type-image .split-media { padding: 0 0 38.75%; } }

.split.split-type-image .split-media img { height: auto; width: 100%; }

@media screen and (min-width: 64em) { .split.split-type-image .split-media img { height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 20%; object-position: 50% 20%; position: absolute; } }

.split.split-type-image .split-media .split-media-img-bg { background-position: 50% 20%; background-repeat: no-repeat; background-size: cover; height: 0; padding: 0 0 38.75%; position: absolute; width: 100%; }

@media screen and (min-width: 64em) { .split.split-type-image .split-media .split-media-img-bg { height: 100%; padding: 0; } }

@media screen and (min-width: 112.5em) { .split.split-type-image .split-media { padding: 0 0 36%; } }

@media screen and (min-width: 125em) { .split.split-type-image .split-media { padding: 0 0 34%; } }

@media screen and (min-width: 137.5em) { .split.split-type-image .split-media { padding: 0 0 32%; } }

@media screen and (min-width: 150em) { .split.split-type-image .split-media { padding: 0 0 31%; } }

@media screen and (min-width: 162.5em) { .split.split-type-image .split-media { padding: 0 0 30%; } }

.split.split-type-embed .split-media-inner { position: relative; width: 100%; }

@media screen and (min-width: 64em) { .split.split-type-embed .split-media-inner { max-width: 650px; } }

@media screen and (min-width: 64em) { .split.split-type-statement .split-body-inner { max-width: 650px; } }

.split.split-type-statement .split-body-inner .som-body > *:first-child { margin-top: 0; }

@media screen and (max-width: 63.9375em) { .split.split-type-statement > .flex-wrapper:first-child .split-media { display: none; } }

.split.split-type-statement .split-quote-inner { -ms-flex: 0 1 auto; flex: 0 1 auto; font-size: 23px; line-height: 30px; width: 100%; }

@media print, screen and (min-width: 40em) { .split.split-type-statement .split-quote-inner { font-size: 32px; line-height: 40px; } }

@media screen and (min-width: 64em) { .split.split-type-statement .split-quote-inner { border-color: white; border-left-width: 8px; border-style: solid; border-width: 0; margin: 0 75px 75px; max-width: 575px; } }

@media screen and (min-width: 75em) { .split.split-type-statement .split-quote-inner { font-size: 40px; line-height: 48px; } }

@media screen and (min-width: 64em) { .split.split-type-statement .section-header-divider { display: none; } }

.split .split-body-inner { margin: 0 25px; }

.split > .flex-wrapper:first-child .split-body-inner { margin-top: 44px; }

.split > .flex-wrapper:last-child .split-body-inner { margin-bottom: 44px; }

.split.split-type-statement .split-media { margin: 0 0 25px; padding: 0 25px; }

@media print, screen and (min-width: 40em) { .split .split-body-inner { margin: 0 44px; }
  .split > .flex-wrapper:first-child .split-body-inner { margin-top: 57px; }
  .split > .flex-wrapper:last-child .split-body-inner { margin-bottom: 57px; }
  .split.split-type-statement .split-media { margin: 0 0 26px; padding: 0 44px; } }

@media screen and (min-width: 64em) { .split .split-body-inner { margin: 0 44px; }
  .split > .flex-wrapper:first-child .split-body-inner { margin-top: 53px; }
  .split > .flex-wrapper:last-child .split-body-inner { margin-bottom: 53px; }
  .split.split-type-embed .split-media-inner { margin: 53px 44px 53px 0; }
  .split.split-type-embed.split-media-left .split-media-inner { margin: 53px 0 53px 44px; }
  .split.split-type-statement .split-body-inner { margin-right: 0; }
  .split.split-type-statement .split-quote-inner { margin: 0 0 44px; padding-left: 30.8px; } }

@media screen and (min-width: 72.5em) { .split .split-body-inner { margin: 0 55px; }
  .split > .flex-wrapper:first-child .split-body-inner { margin-top: 90px; }
  .split > .flex-wrapper:last-child .split-body-inner { margin-bottom: 90px; }
  .split.split-type-image > .flex-wrapper:first-child .split-body-inner { margin-top: 55px; }
  .split.split-type-image > .flex-wrapper:last-child .split-body-inner { margin-bottom: 55px; }
  .split.split-type-embed .split-media-inner { margin: 90px 55px 90px 0; }
  .split.split-type-embed.split-media-left .split-media-inner { margin: 90px 0 90px 55px; }
  .split.split-type-statement .split-quote-inner { margin: 0 0 55px 55px; padding-left: 38.5px; } }

@media screen and (min-width: 84.375em) { .split .split-body-inner { margin: 0 75px; }
  .split > .flex-wrapper:first-child .split-body-inner { margin-top: 120px; }
  .split > .flex-wrapper:last-child .split-body-inner { margin-bottom: 120px; }
  .split.split-type-image > .flex-wrapper:first-child .split-body-inner { margin-top: 75px; }
  .split.split-type-image > .flex-wrapper:last-child .split-body-inner { margin-bottom: 75px; }
  .split.split-type-embed .split-media-inner { margin: 120px 75px 120px 0; }
  .split.split-type-embed.split-media-left .split-media-inner { margin: 120px 0 120px 75px; }
  .split.split-type-statement .split-quote-inner { margin: 0 0 75px 75px; padding-left: 52.5px; } }

.split.split-color-default .split-header h1 { color: #3559aa; }

.som-bg-clip .split.split-color-default .split-header h1 { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-undergrad .split.split-color-default .split-header h1 { color: #38798a; }

.som-bg-clip .som-theme-undergrad .split.split-color-default .split-header h1 { background-color: #38798a; background-image: linear-gradient(to right, #16a3a6 0%, #0078a3 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-msc .split.split-color-default .split-header h1 { color: #1b77ac; }

.som-bg-clip .som-theme-msc .split.split-color-default .split-header h1 { background-color: #1b77ac; background-image: linear-gradient(to right, #2090d1 0%, #2b45db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-mba .split.split-color-default .split-header h1 { color: #385aa4; }

.som-bg-clip .som-theme-mba .split.split-color-default .split-header h1 { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-phd .split.split-color-default .split-header h1 { color: #d52071; }

.som-bg-clip .som-theme-phd .split.split-color-default .split-header h1 { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-dba .split.split-color-default .split-header h1 { color: #9d2f9b; }

.som-bg-clip .som-theme-dba .split.split-color-default .split-header h1 { background-color: #9d2f9b; background-image: linear-gradient(to right, #9d2f9b 0%, #490f91 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.split.split-color-default .split-quote-inner { border-color: #3559aa; }

.som-theme-undergrad .split.split-color-default .split-quote-inner { border-color: #16a3a6; }

.som-theme-msc .split.split-color-default .split-quote-inner { border-color: #2090d1; }

.som-theme-mba .split.split-color-default .split-quote-inner { border-color: #385aa4; }

.som-theme-phd .split.split-color-default .split-quote-inner { border-color: #e3438a; }

.som-theme-dba .split.split-color-default .split-quote-inner { border-color: #9d2f9b; }

.team-list li + li .team-member { border-top: 1px solid #dddddd; margin-top: 24px; padding-top: 24px; }

@media print, screen and (min-width: 64em) { .team-list li + li .team-member { margin-top: 42px; padding-top: 42px; } }

.som-body.team-list-body ul li, .som-body.team-list-body ol li { padding: 3px 0; }

.som-body.team-list-body ul li + li, .som-body.team-list-body ol li + li { border-top: 1px solid #dddddd; padding: 10px 0 3px; }

.team-member { margin-top: 20px; }

@media screen and (max-width: 39.9375em) { .team-member { font-size: 14px; line-height: 20px; } }

.team-member .flex-wrapper { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: justify; justify-content: space-between; }

.team-member h1 { font-size: 14px; line-height: 20px; margin: -2px 0 2px; }

@media print, screen and (min-width: 40em) { .team-member h1 { font-size: 18px; line-height: 26px; } }

@media print, screen and (min-width: 64em) { .team-member h1 { font-size: 20px; line-height: 28px; } }

.team-member span.team-role { font-style: italic; }

.team-member p:last-child { margin-bottom: 0; }

.team-member-body { -ms-flex: 1 1 auto; flex: 1 1 auto; }

.team-member-img { -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 18px; width: 80px; }

@media print, screen and (min-width: 40em) { .team-member-img { margin-left: 30px; width: 128px; } }

@media print, screen and (min-width: 64em) { .team-member-img { margin-left: 36px; width: 156px; } }

.testimonial .testimonial-padding { padding-bottom: 0; padding-top: 66px; }

@media screen and (min-width: 64em) { .testimonial .testimonial-padding { padding-bottom: 16px; padding-top: 32px; } }

.testimonial .testimonial-image { width: 88px; height: 88px; margin: 0 0 20px; border: 5px solid #fff; border-radius: 50%; overflow: hidden; }

@media print, screen and (min-width: 40em) { .testimonial .testimonial-image { width: 120px; height: 120px; border-width: 7px; } }

@media screen and (min-width: 75em) { .testimonial .testimonial-image { width: 150px; height: 150px; border-width: 8px; } }

@media screen and (min-width: 80em) { .testimonial .testimonial-image { position: absolute; top: -25px; left: -210px; width: 166px; height: 166px; margin: 0; border-width: 10px; } }

.testimonial .testimonial-image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.testimonial.bg-white .testimonial-image { border-color: #f6f6f6; }

.testimonial .testimonial-wrap { margin: 0; position: relative; }

@media screen and (min-width: 75em) { .testimonial .testimonial-wrap { margin: 0 -96px 0 0; } }

@media screen and (min-width: 80em) { .testimonial .testimonial-image + .testimonial-wrap { padding-top: 40px; } }

.testimonial .testimonial-wrap .quote-left { background-image: url("../..//images/quote_left@2x.png"); background-repeat: no-repeat; background-size: contain; display: block; height: 46px; left: 0; position: absolute; top: -66px; width: 52px; }

@media print, screen and (min-width: 40em) { .testimonial .testimonial-wrap .quote-left { height: 55px; left: 0; top: -76px; width: 62px; } }

@media screen and (min-width: 64em) { .testimonial .testimonial-wrap .quote-left { height: 77px; left: -115px; top: -34px; width: 87px; } }

@media screen and (min-width: 75em) { .testimonial .testimonial-wrap .quote-left { height: 103px; left: -182px; top: -44px; width: 116px; } }

@media screen and (min-width: 64em) { .testimonial .testimonial-wrap .quote-right { background-image: url("../..//images/quote_right@2x.png"); background-repeat: no-repeat; background-size: contain; bottom: -15px; display: block; height: 52px; position: absolute; right: -38px; width: 58px; } }

@media screen and (min-width: 75em) { .testimonial .testimonial-wrap .quote-right { bottom: -25px; height: 74px; right: -68px; width: 83px; } }

.testimonial.bg-dark-grey .testimonial-wrap .quote-left, .testimonial.bg-dark-grey .testimonial-wrap .quote-right, .testimonial.bg-som .testimonial-wrap .quote-left, .testimonial.bg-som .testimonial-wrap .quote-right, .testimonial.bg-mba .testimonial-wrap .quote-left, .testimonial.bg-mba .testimonial-wrap .quote-right { opacity: 0.12; }

.testimonial blockquote { font-family: "Tablet Gothic W05 Light Oblique", Helvetica, sans-serif; font-size: 23px; line-height: 30px; margin: 0; color: #3559aa; }

.som-bg-clip .testimonial blockquote { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

@media print, screen and (min-width: 40em) { .testimonial blockquote { font-size: 32px; line-height: 40px; } }

@media screen and (min-width: 75em) { .testimonial blockquote { font-size: 40px; line-height: 48px; } }

.som-theme-undergrad .testimonial blockquote { color: #38798a; }

.som-bg-clip .som-theme-undergrad .testimonial blockquote { background-color: #38798a; background-image: linear-gradient(to right, #16a3a6 0%, #0078a3 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-msc .testimonial blockquote { color: #1b77ac; }

.som-bg-clip .som-theme-msc .testimonial blockquote { background-color: #1b77ac; background-image: linear-gradient(to right, #2090d1 0%, #2b45db 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-mba .testimonial blockquote { color: #385aa4; }

.som-bg-clip .som-theme-mba .testimonial blockquote { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-phd .testimonial blockquote { color: #d52071; }

.som-bg-clip .som-theme-phd .testimonial blockquote { background-color: #d52071; background-image: linear-gradient(to right, #e3438a 0%, #a6008a 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.som-theme-dba .testimonial blockquote { color: #9d2f9b; }

.som-bg-clip .som-theme-dba .testimonial blockquote { background-color: #9d2f9b; background-image: linear-gradient(to right, #9d2f9b 0%, #490f91 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.testimonial.bg-dark-grey blockquote, .testimonial.bg-som blockquote, .testimonial.bg-mba blockquote { color: white; }

.som-bg-clip .testimonial.bg-dark-grey blockquote, .som-bg-clip .testimonial.bg-som blockquote, .som-bg-clip .testimonial.bg-mba blockquote { background: none; -webkit-text-fill-color: currentColor; }

.testimonial figcaption { font-size: 12px; line-height: 16px; margin: 20px 0 0; }

@media print, screen and (min-width: 40em) { .testimonial figcaption { font-size: 16px; line-height: 23px; margin: 30px 0 0; } }

@media screen and (min-width: 64em) { .testimonial figcaption { padding-right: 50px; } }

@media screen and (min-width: 75em) { .testimonial figcaption { font-size: 17px; line-height: 26px; margin: 40px 0 0; } }

.testimonial .testimonial-name { font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; }

.som-js .testimonial .testimonial-image, .som-js .testimonial blockquote, .som-js .testimonial figcaption, .som-js .testimonial .quote-left, .som-js .testimonial .quote-right { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }

.som-js .testimonial.bg-dark-grey .testimonial-wrap .quote-left, .som-js .testimonial.bg-dark-grey .testimonial-wrap .quote-right, .som-js .testimonial.bg-som .testimonial-wrap .quote-left, .som-js .testimonial.bg-som .testimonial-wrap .quote-right, .som-js .testimonial.bg-mba .testimonial-wrap .quote-left, .som-js .testimonial.bg-mba .testimonial-wrap .quote-right { opacity: 0; }

.som-js .testimonial.js-visible .testimonial-image, .som-js .testimonial.js-visible blockquote, .som-js .testimonial.js-visible figcaption, .som-js .testimonial.js-visible .quote-left, .som-js .testimonial.js-visible .quote-right { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

.som-js .testimonial.js-visible blockquote, .som-js .testimonial.js-visible figcaption, .som-js .testimonial.js-visible .testimonial-image { transition-delay: 200ms; }

.som-js .testimonial.js-visible .quote-right { transition-delay: 400ms; }

.som-js .testimonial.js-visible.bg-dark-grey .quote-left, .som-js .testimonial.js-visible.bg-dark-grey .quote-right, .som-js .testimonial.js-visible.bg-som .quote-left, .som-js .testimonial.js-visible.bg-som .quote-right, .som-js .testimonial.js-visible.bg-mba .quote-left, .som-js .testimonial.js-visible.bg-mba .quote-right { opacity: 0.12; }

.view-more { font-size: 14px; line-height: 20px; text-align: center; }

@media print, screen and (min-width: 40em) { .view-more { font-size: 19px; line-height: 27px; } }

@media print, screen and (min-width: 64em) { .view-more { font-size: 20px; line-height: 28px; } }

.view-more a, .view-more a:visited { color: #3559aa; }

.som-theme-undergrad .view-more a, .som-theme-undergrad .view-more a:visited { color: #38798a; }

.som-theme-msc .view-more a, .som-theme-msc .view-more a:visited { color: #1b77ac; }

.som-theme-mba .view-more a, .som-theme-mba .view-more a:visited { color: #385aa4; }

.som-theme-phd .view-more a, .som-theme-phd .view-more a:visited { color: #d52071; }

.som-theme-dba .view-more a, .som-theme-dba .view-more a:visited { color: #9d2f9b; }

.view-more a:active, .view-more a:focus, .view-more a:hover { color: inherit; }

.cards + .view-more { margin-top: -30px; padding-top: 0; }

@media print, screen and (min-width: 40em) { .cards + .view-more { margin-top: -40px; } }

.bg-light-grey + .view-more.bg-light-grey { background: white; }

.cards.bg-light-grey + .view-more.bg-light-grey { background: #f6f6f6; }

.bg-white { background: white; color: #444444; }

.bg-light-grey { background: #f6f6f6; color: #444444; }

.bg-dark-grey { background: #333333; }

.bg-dark-grey-lighter { background: #404040; }

.bg-transparent { background: transparent; }

.bg-som { background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.bg-mba { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); }

.bg-error { background: #8f0000; }

.bg-dark-grey, .bg-dark-grey-lighter, .bg-som, .bg-mba, .fg-white { color: white; }

.bg-dark-grey .card, .bg-dark-grey-lighter .card, .bg-som .card, .bg-mba .card, .fg-white .card { color: #444444; }

.som-body-tag .wt-cli-cookie-bar-container button { min-width: 0; }

.som-body-tag .wt-cli-cookie-bar-container .cli-tab-footer .wt-cli-privacy-accept-btn, .som-body-tag .wt-cli-cookie-bar-container #wt-cli-accept-btn { border: none; text-decoration: none; color: #fff; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.som-body-tag .wt-cli-cookie-bar-container .cli-tab-footer .wt-cli-privacy-accept-btn:active, .som-body-tag .wt-cli-cookie-bar-container .cli-tab-footer .wt-cli-privacy-accept-btn:focus, .som-body-tag .wt-cli-cookie-bar-container .cli-tab-footer .wt-cli-privacy-accept-btn:hover, .som-body-tag .wt-cli-cookie-bar-container #wt-cli-accept-btn:active, .som-body-tag .wt-cli-cookie-bar-container #wt-cli-accept-btn:focus, .som-body-tag .wt-cli-cookie-bar-container #wt-cli-accept-btn:hover { opacity: 0.85; }

.kaccess { display: block; position: fixed; overflow: hidden; top: -100px; left: 0; width: 100%; height: 1px; padding: 6px; margin: 0; background: #000; border-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: top 350ms ease-in-out; font-size: 14px; line-height: 1.2; font-weight: 400; text-align: center; }

.kaccess:focus-within { top: 0; height: auto; z-index: 7777; }

.kaccess ul, .kaccess li { list-style: none; margin: 0; }

.kaccess li { display: inline-block; }

.kaccess a { display: inline-block; padding: 16px 12px; border-radius: 4px; font-size: 14px; line-height: 1.2; text-decoration: none; color: #fff; }

.kaccess a:hover, .kaccess a:focus { background: rgba(255, 255, 255, 0.35); }

.kaccordion__items { width: 100%; max-width: 700px; margin: 0 auto; }

@media print, screen and (min-width: 64em) { .kaccordion__items { max-width: 780px; } }

.kaccordion__item { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; }

.kaccordion__item--toggle { display: none; }

@media screen and (max-width: 39.9375em) { .kaccordion__item--toggle-mobile { display: block; } }

@media print, screen and (min-width: 40em) { .kaccordion__item--toggle-desktop { display: block; } }

@media screen and (max-width: 39.9375em) { .kaccordion__item--expandable-mobile { border-bottom: 1px solid; }
  .bg-dark-grey .kaccordion__item--expandable-mobile, .bg-mba .kaccordion__item--expandable-mobile, .bg-som .kaccordion__item--expandable-mobile { border-color: rgba(255, 255, 255, 0.25); }
  .bg-light-grey .kaccordion__item--expandable-mobile, .bg-white .kaccordion__item--expandable-mobile { border-color: rgba(0, 0, 0, 0.25); } }

@media print, screen and (min-width: 40em) { .kaccordion__item--expandable-desktop { border-bottom: 1px solid; }
  .bg-dark-grey .kaccordion__item--expandable-desktop, .bg-mba .kaccordion__item--expandable-desktop, .bg-som .kaccordion__item--expandable-desktop { border-color: rgba(255, 255, 255, 0.25); }
  .bg-light-grey .kaccordion__item--expandable-desktop, .bg-white .kaccordion__item--expandable-desktop { border-color: rgba(0, 0, 0, 0.25); } }

.kaccordion__container { width: 100%; }

@media screen and (max-width: 39.9375em) { .kaccordion__item--expandable-mobile .kaccordion__container { padding-bottom: 10px; } }

@media print, screen and (min-width: 40em) { .kaccordion__item--expandable-desktop .kaccordion__container { padding-bottom: 10px; } }

@media print, screen and (min-width: 64em) { .kaccordion__item--expandable-desktop .kaccordion__container { padding-bottom: 20px; } }

.kaccordion__title, .kaccordion__title2 { padding-top: 1.5em; padding-bottom: 10px; padding-right: 20px; margin-top: 0; margin-bottom: 0; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 20px; line-height: 1.1; }

@media print, screen and (min-width: 40em) { .kaccordion__title, .kaccordion__title2 { padding-right: 40px; font-size: 23px; } }

@media print, screen and (min-width: 64em) { .kaccordion__title, .kaccordion__title2 { font-size: 26px; } }

@media screen and (max-width: 39.9375em) { .kaccordion__item--expandable-mobile .kaccordion__title, .kaccordion__item--expandable-mobile .kaccordion__title2 { cursor: pointer; } }

@media print, screen and (min-width: 40em) { .kaccordion__item--expandable-desktop .kaccordion__title, .kaccordion__item--expandable-desktop .kaccordion__title2 { cursor: pointer; } }

.kaccordion__title2 { padding-right: 0; text-align: right; }

.kaccordion__panel { overflow: hidden; font-size: 17px; }

@media print, screen and (min-width: 40em) { .kaccordion__panel { font-size: 19px; } }

@media print, screen and (min-width: 64em) { .kaccordion__panel { font-size: 20px; } }

@media screen and (max-width: 39.9375em) { .kaccordion__item--expandable-mobile .kaccordion__panel { display: none; } }

@media print, screen and (min-width: 40em) { .kaccordion__item--expandable-desktop .kaccordion__panel { display: none; } }

.kaccordion__panel ul, .kaccordion__panel ol { padding-left: 20px; }

.kaccordion__toggle-all { display: inline-block; position: relative; padding: 10px 40px 10px 10px; margin: -10px 0; cursor: pointer; }

@media print, screen and (min-width: 40em) { .kaccordion__toggle-all { padding: 10px 56px 10px 10px; } }

.bg-white .kaccordion__toggle-all, .bg-light-grey .kaccordion__toggle-all { color: #385aa4; }

.som-bg-clip .bg-white .kaccordion__toggle-all, .som-bg-clip .bg-light-grey .kaccordion__toggle-all { background-color: #385aa4; background-image: linear-gradient(to right, #385aa4 0%, #322693 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.fg-white .kaccordion__toggle-all, .bg-dark-grey .kaccordion__toggle-all { color: white; }

.kaccordion__toggle-all--close .kaccordion__toggle-open { display: none; }

.kaccordion__toggle-close { display: none; }

.kaccordion__toggle-all--close .kaccordion__toggle-close { display: block; }

.kaccordion__buttons { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; }

.kaccordion__button { display: -ms-flexbox; display: flex; visibility: hidden; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; width: 36px; height: 36px; margin-top: 36px; border: 1px solid; border-bottom: 1px solid; border-radius: 50%; cursor: pointer; }

@media screen and (max-width: 39.9375em) { .kaccordion__button { width: 26px; height: 26px; margin-top: 28px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .kaccordion__button { margin-top: 26px; } }

.bg-dark-grey .kaccordion__button, .bg-mba .kaccordion__button, .bg-som .kaccordion__button { border-color: rgba(255, 255, 255, 0.5); }

.bg-light-grey .kaccordion__button, .bg-white .kaccordion__button { border-color: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 39.9375em) { .kaccordion__item--expandable-mobile .kaccordion__button { visibility: visible; } }

@media print, screen and (min-width: 40em) { .kaccordion__item--expandable-desktop .kaccordion__button { visibility: visible; } }

.kaccordion__button--toggle { position: absolute; visibility: visible; top: 50%; right: 0; margin-top: -13px; border: none; color: #fff; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

@media print, screen and (min-width: 40em) { .kaccordion__button--toggle { margin-top: -18px; } }

.kaccordion__button-icon { position: relative; width: 14px; height: 14px; margin: 0 auto; }

@media screen and (max-width: 39.9375em) { .kaccordion__button-icon { width: 12px; height: 12px; opacity: 0.7; } }

.kaccordion__button-icon:before, .kaccordion__button-icon:after { content: ''; position: absolute; background-color: currentColor; transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }

.kaccordion__button-icon:before { top: 0px; left: 50%; width: 2px; height: 100%; margin-left: -1px; border-radius: 1px; }

.kaccordion__button-icon:after { top: 50%; left: 1%; width: 100%; height: 2px; margin-top: -1px; border-radius: 1px; }

.kaccordion__item--open .kaccordion__button-icon:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.kaccordion__item--open .kaccordion__button-icon:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.kaccordion .row { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; }

.kaccordion__ctas { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; width: 100%; }

@media screen and (max-width: 39.9375em) { .kaccordion__ctas { -ms-flex-direction: column; flex-direction: column; }
  .kaccordion__ctas .section-footer-wrap { margin: 20px 0 0; } }

.kaccordion__ctas a { margin: 20px; font-size: 14px; }

@media screen and (max-width: 39.9375em) { .kaccordion__ctas a { margin: 0px; } }

@media print, screen and (min-width: 40em) { .kaccordion__ctas a { min-width: 240px; max-width: 330px; } }

@media print, screen and (min-width: 64em) { .kaccordion__ctas a { min-width: 275px; max-width: 365px; } }

.kanchors { position: absolute; top: 50px; width: 100%; height: 50px; background: #f6f6f6; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); font-size: 16px; line-height: 1; color: #262626; }

@media screen and (min-width: 64em) { .kanchors { top: 140px; height: 56px; font-size: 13px; } }

@media screen and (max-width: 63.9375em) { .kanchors__row { padding: 0; } }

.kanchors__mobile { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; width: 100%; max-width: none; height: 50px; padding: 0 1.05rem; background: none; border: none; border-radius: 0; font-family: inherit; font-size: 12px; line-height: 1; font-weight: normal; text-transform: none; color: inherit; cursor: pointer; }

@media screen and (min-width: 22.5em) { .kanchors__mobile { padding: 0 1.5rem; } }

@media screen and (min-width: 64em) { .kanchors__mobile { display: none; } }

.kanchors__mobhead, .kanchors__btn { display: inline-block; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 20px 0 18px; }

.kanchors__mobhead { -ms-flex: 0 1 auto; flex: 0 1 auto; }

.kanchors__mobhead span + span { margin-left: 2px; }

.kanchors__btn { position: relative; padding-right: 18px; }

.kanchors__btn:after { content: ''; display: block; position: absolute; top: 0; right: 0; width: 11px; height: 100%; background-image: url("../..//images/anchor-arrow.svg"); background-size: 11px auto; background-position: 100% 52%; background-repeat: no-repeat; }

.kanchors--open .kanchors__btn:after { background-position: 100% 48%; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.kanchors__dropdown { padding: 0 1.05rem; }

@media screen and (min-width: 22.5em) { .kanchors__dropdown { padding: 0 1.5rem; } }

@media screen and (min-width: 64em) { .kanchors__dropdown { height: 0 !important; padding: 0; } }

@media screen and (max-width: 63.9375em) { .kanchors__dropdown { position: absolute; overflow: auto; top: 50px; left: 0; width: 100%; height: 300px; background: #f6f6f6; transition: height 300ms ease-in-out; }
  .kanchors__dropdown--closed { height: 0 !important; } }

@media screen and (max-width: 63.9375em) { .kanchors__heading-wrap { display: none !important; } }

.kanchors__heading { display: inline-block; padding: 22px 16px 22px 0; }

.kanchors__heading span + span { margin-left: 2px; }

.kanchors__bold { font-weight: bold; }

.kanchors ul, .kanchors li { list-style: none; padding: 0; margin: 0; font-size: inherit; line-height: inherit; }

.kanchors ul *, .kanchors li * { vertical-align: top; }

@media screen and (max-width: 63.9375em) { .kanchors ul { max-width: 440px; padding: 15px 0 40px; margin: 0 auto; text-align: center; } }

.kanchors li { display: block; }

@media screen and (min-width: 64em) { .kanchors li { display: inline-block; }
  .kanchors li:first-child:after { content: ''; display: inline-block; width: 1px; height: 40px; margin: 8px 2px 0 2px; background: #515bb7; } }

.kanchors a { display: block; padding: 15px 16px; text-decoration: none; }

@media screen and (min-width: 64em) { .kanchors a { display: inline-block; padding: 22px 16px; } }

.kanchors a:hover { text-decoration: underline; }

.kdivider { margin: 0 0 -1px; font-size: 0; line-height: 0; }

.kdivider svg { width: 100%; height: auto; margin: 0 auto; }

.kheadwrap-padding { height: 50px; }

@media screen and (min-width: 64em) { .kheadwrap-padding { height: 140px; } }

body.logged-in.admin-bar .kheadwrap-padding { height: 96px; }

@media screen and (min-width: 48.9375em) { body.logged-in.admin-bar .kheadwrap-padding { height: 82px; } }

@media screen and (min-width: 64em) { body.logged-in.admin-bar .kheadwrap-padding { height: 172px; } }

.kheadwrap-padding--anchors { height: 100px; }

@media screen and (min-width: 64em) { .kheadwrap-padding--anchors { height: 196px; } }

body.logged-in.admin-bar .kheadwrap-padding--anchors { height: 146px; }

@media screen and (min-width: 48.9375em) { body.logged-in.admin-bar .kheadwrap-padding--anchors { height: 132px; } }

@media screen and (min-width: 64em) { body.logged-in.admin-bar .kheadwrap-padding--anchors { height: 228px; } }

.kheadwrap { position: fixed; top: 0; left: 0; width: 100%; z-index: 555; }

body.logged-in.admin-bar .kheadwrap { margin-top: 46px; }

@media screen and (min-width: 48.9375em) { body.logged-in.admin-bar .kheadwrap { margin-top: 32px; } }

@media screen and (min-width: 64em) { .kheadwrap { transition: margin-top 300ms ease-in-out; }
  body.js-header-collapse .kheadwrap { margin-top: -84px; }
  body.js-header-collapse.logged-in.admin-bar .kheadwrap { margin-top: -52px; } }

.kheader { position: absolute; top: 0; left: 0; width: 100%; height: 50px; z-index: 3; font-family: "Noto Sans", Helvetica, sans-serif; font-size: 13px; line-height: 1.4; color: #fff; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

@media screen and (min-width: 64em) { .kheader { height: 84px; background: #fff; color: inherit; } }

.kheader__flex { display: -ms-flexbox; display: flex; position: relative; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; height: 100%; padding: 18px 0; }

@media screen and (min-width: 64em) { .kheader__flex { -ms-flex-pack: justify; justify-content: space-between; padding: 12px 0; } }

.kheader__logo { font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; font-size: 12px; line-height: 1; }

@media screen and (min-width: 22.5em) { .kheader__logo { font-size: 13px; } }

@media screen and (min-width: 64em) { .kheader__logo { width: 135px; height: 60px; background-image: url("../..//images/logo.png"); background-size: contain; background-position: 0 50%; background-repeat: no-repeat; font-size: 0; line-height: 0; text-indent: -9999px; } }

.kheader__bold { font-family: "Tablet Gothic W05 Bold", Helvetica, sans-serif; text-transform: uppercase; }

.kheader__nav { display: none; text-align: right; }

@media screen and (min-width: 64em) { .kheader__nav { display: block; } }

.kheader__nav ul, .kheader__nav li { display: inline-block; position: relative; list-style: none; padding: 0; margin: 0; font-size: inherit; line-height: inherit; }

.kheader__nav li + li { padding-left: 50px; }

.kheader__nav li + li:before { content: ''; display: block; position: absolute; top: 9px; left: 24px; width: 1px; height: 20px; background: #c7c7c9; -webkit-transform: rotate(20deg); -ms-transform: rotate(20deg); transform: rotate(20deg); }

.kheader__nav a { display: inline-block; padding: 10px 0; }

.kheader__menu { display: block; position: absolute; -webkit-appearance: none; -moz-appearance: none; appearance: none; top: 0; left: -27px; width: 52px; min-width: 0; height: 50px; background: none; border: none; border-radius: 0; cursor: pointer; }

@media screen and (min-width: 22.5em) { .kheader__menu { width: 62px; } }

@media screen and (min-width: 23.4375em) { .kheader__menu { width: 70px; } }

@media screen and (min-width: 64em) { .kheader__menu { display: none; } }

.kheader__line { display: block; position: absolute; left: 20px; width: 19px; height: 2px; background: #fff; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: -webkit-transform 300ms ease-in-out; transition: transform 300ms ease-in-out; transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

@media screen and (min-width: 22.5em) { .kheader__line { left: 25px; } }

@media screen and (min-width: 23.4375em) { .kheader__line { left: 27px; } }

.kheader__line--1 { top: 17px; }

.kheader__line--2 { top: 24px; }

.kheader__line--3 { top: 31px; }

.kheader--open .kheader__line--1 { -webkit-transform: rotate(135deg) translateY(-5px) translateX(5px); -ms-transform: rotate(135deg) translateY(-5px) translateX(5px); transform: rotate(135deg) translateY(-5px) translateX(5px); }

.kheader--open .kheader__line--2 { opacity: 0; -webkit-transform: rotate(180deg) scaleX(0); -ms-transform: rotate(180deg) scaleX(0); transform: rotate(180deg) scaleX(0); }

.kheader--open .kheader__line--3 { -webkit-transform: rotate(225deg) translateY(5px) translateX(5px); -ms-transform: rotate(225deg) translateY(5px) translateX(5px); transform: rotate(225deg) translateY(5px) translateX(5px); }

.kheader__hidefont { font-size: 0; line-height: 0; text-indent: -9999px; }

.khero-section { overflow: hidden; }

.khero-section .khero { position: relative; overflow: hidden; min-height: 440px; }

@media print, screen and (min-width: 40em) { .khero-section .khero { min-height: 500px; } }

.khero-section .khero .kanchor-container { display: block; }

@media screen and (max-width: 39.9375em) { .khero-section .khero .kanchor-container { display: none; } }

.khero-section .khero .row { max-width: 68.66667rem; height: 100%; }

.khero-section .khero .column, .khero-section .khero .columns { padding-left: 18px; padding-right: 18px; }

@media screen and (min-width: 23.4375em) { .khero-section .khero .column, .khero-section .khero .columns { padding-left: 25px; padding-right: 25px; } }

@media print, screen and (min-width: 40em) { .khero-section .khero .column, .khero-section .khero .columns { padding-left: 44px; padding-right: 44px; } }

@media print, screen and (min-width: 64em) { .khero-section .khero .column, .khero-section .khero .columns { padding-left: 44px; padding-right: 44px; } }

.khero-section > .kanchor-container { display: none; margin-top: -7%; }

@media screen and (max-width: 39.9375em) { .khero-section > .kanchor-container { display: block; } }

.khero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: 32.2% 50%; background-repeat: no-repeat; background-color: #333333; will-change: transform; }

@media print, screen and (min-width: 40em) { .khero-bg { background-position: 42.2% 50%; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } }

@media print, screen and (min-width: 64em) { .khero-bg { background-position: 47% 50%; } }

.khero-bg--phone { display: block; }

@media screen and (min-width: 40em) { .khero-bg--phone { display: none; } }

.khero-bg--tablet { display: none; }

@media print, screen and (min-width: 40em) { .khero-bg--tablet { display: block; } }

@media print, screen and (min-width: 64em) { .khero-bg--tablet { display: none; } }

.khero-bg--desktop { display: none; }

@media print, screen and (min-width: 64em) { .khero-bg--desktop { display: block; } }

@media screen and (min-width: 150em) { .khero-bg--bleed { left: 50%; width: 2400px; -webkit-transform: translateX(-50%) scale(1.1); -ms-transform: translateX(-50%) scale(1.1); transform: translateX(-50%) scale(1.1); } }

.khero-bleed { position: absolute; top: 0; width: 50%; height: 100%; }

.khero-bleed--left { left: 0; }

.khero-bleed--right { right: 0; }

.khero-fg { position: relative; }

.khero-fg .khero-content { display: -ms-flexbox; display: flex; float: none; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; width: 100%; max-width: 340px; min-height: 430px; }

@media screen and (min-width: 40em) { .khero-fg .khero-content { float: right; -ms-flex-pack: center !important; justify-content: center !important; } }

@media print, screen and (min-width: 40em) { .khero-fg .khero-content { -ms-flex-pack: center; justify-content: center; min-height: 486px; margin-left: 75px; } }

@media screen and (min-width: 64em) { .khero-fg .khero-content { max-width: 482px; } }

@media screen and (min-width: 75em) { .khero-fg .khero-content { -ms-flex-pack: center; justify-content: center; max-width: 540px; min-height: 500px; margin-right: 75px; } }

.khero-fg .khero-flex { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: end; justify-content: flex-end; height: 100%; }

.khero-fg .khero-inner { width: 100%; text-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.khero-fg .khero-inner__title { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: end; justify-content: flex-end; min-height: 220px; }

@media print, screen and (min-width: 40em) { .khero-fg .khero-inner__title { min-height: 200px; } }

@media screen and (min-width: 64em) { .khero-fg .khero-inner__title { min-height: 230px; } }

@media screen and (min-width: 75em) { .khero-fg .khero-inner__title { min-height: 270px; } }

.khero-fg .khero-inner__title--hidden { display: none; }

.khero-fg .khero-inner__title--no-animation h1 { -webkit-animation: headerSlideInFromBottom 5.5s ease-out 0s 1 forwards !important; animation: headerSlideInFromBottom 5.5s ease-out 0s 1 forwards !important; line-height: 39px; text-transform: none; }

@media print, screen and (min-width: 40em) { .khero-fg .khero-inner__title--no-animation h1 { line-height: 55px; } }

@media print, screen and (min-width: 64em) { .khero-fg .khero-inner__title--no-animation h1 { line-height: 80px; } }

.khero-fg .khero-inner__title-container { overflow-y: hidden; }

.khero-fg .khero-inner__title-container h1 { -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.khero-fg .khero-inner__title-container-0 h1 { -webkit-animation-delay: 0s; animation-delay: 0s; }

.khero-fg .khero-inner__title-container-1 h1 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s; }

.khero-fg .khero-inner__title-container-2 h1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }

.khero-fg .khero-inner__title-container-3 h1 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }

.khero-fg .khero-inner .section-footer-wrap { margin-top: 20px; }

@media screen and (max-width: 39.9375em) { .khero-fg .khero-inner .section-footer-wrap { display: none; } }

.khero-fg .khero-inner .section-footer-wrap .row { text-align: left; }

.khero-fg h1 { max-width: 300px; font-family: "Tablet Gothic W05 Bold", Helvetica, sans-serif; font-size: 34px; line-height: 33px; font-weight: normal; text-transform: none; color: white; }

@media print, screen and (min-width: 40em) { .khero-fg h1 { max-width: 400px; font-size: 48px; line-height: 50px; } }

@media screen and (min-width: 64em) { .khero-fg h1 { font-size: 50px; line-height: 52px; } }

@media screen and (min-width: 75em) { .khero-fg h1 { max-width: none; font-size: 68px; line-height: 66px; } }

.khero.hero-small .khero-fg h1 { max-width: none; font-size: 34px; line-height: 33px; }

@media print, screen and (min-width: 40em) { .khero.hero-small .khero-fg h1 { font-size: 48px; line-height: 47px; } }

@media print, screen and (min-width: 64em) { .khero.hero-small .khero-fg h1 { font-size: 62px; line-height: 60px; } }

.khero-fg h1 span { display: block; font-family: "Tablet Gothic W05 Light", Helvetica, sans-serif; }

.khero-fg p { margin: 18px 0 0; font-size: 16px; line-height: 21px; color: white; }

@media print, screen and (min-width: 40em) { .khero-fg p { font-size: 20px; line-height: 26px; } }

@media print, screen and (min-width: 64em) { .khero-fg p { font-size: 24px; line-height: 34px; } }

.khero-fg .khero-header { margin: 32px 0 0; }

@media print, screen and (min-width: 40em) { .khero-fg .khero-header { margin: 42px 0 0; } }

@media print, screen and (min-width: 64em) { .khero-fg .khero-header { margin: 52px 0 0; } }

.khero-fg .khero-header h1 { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-animation: 5.5s ease-out 0s 1 headerSlideInFromBottomAndOut; animation: 5.5s ease-out 0s 1 headerSlideInFromBottomAndOut; text-transform: uppercase; }

.khero-fg .khero-header p { max-width: 80%; opacity: 0; -webkit-animation: 0.75s ease-out 0s 1 slideInFromRight; animation: 0.75s ease-out 0s 1 slideInFromRight; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.khero-fg .khero-header:last-child { margin: 32px 0; }

@media print, screen and (min-width: 40em) { .khero-fg .khero-header:last-child { margin: 42px 0; } }

@media print, screen and (min-width: 64em) { .khero-fg .khero-header:last-child { margin: 52px 0 78px; } }

@media print, screen and (min-width: 64em) { .khero--anchor .khero-fg .khero-header:last-child { margin: 90px 0 110px; } }

@media screen and (min-width: 75em) { .khero--anchor .khero-fg .khero-header:last-child { margin: 120px 0 150px; } }

.khero-fg a.button, .khero-fg a.button:active, .khero-fg a.button:focus, .khero-fg a.button:hover, .khero-fg a.hero-cta-button { background: white; opacity: 0; -webkit-animation: 0.75s ease-out 0s 1 headerButtonFade; animation: 0.75s ease-out 0s 1 headerButtonFade; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; color: #3559aa; }

.khero-fg .khero-cta { text-align: left; }

.khero-cta-mobile { display: none; margin-top: 25px; margin-bottom: 25px; }

.khero-cta-mobile .section-footer-wrap { margin: 25px 0 0; }

@media screen and (max-width: 39.9375em) { .khero-cta-mobile { display: block; } }

@-webkit-keyframes headerButtonFade { 0% { opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes headerButtonFade { 0% { opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideInFromBottom { 0% { -webkit-transform: translateY(120%); transform: translateY(120%); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes slideInFromBottom { 0% { -webkit-transform: translateY(120%); transform: translateY(120%); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes slideInFromRight { 0% { opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slideInFromRight { 0% { opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes headerSlideInFromBottom { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  15% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes headerSlideInFromBottom { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  15% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes headerSlideInFromBottomAndOut { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  15% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  85% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% { opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes headerSlideInFromBottomAndOut { 0% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  15% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  85% { opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% { opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.kmap { position: relative; }

@media screen and (min-width: 64em) { .kmap .section-header-wrap { width: 90%; margin-bottom: 35px; text-align: left; }
  .kmap .section-header, .kmap .section-heading, .kmap .section-sub-heading { margin-left: 0; }
  .kmap .section-heading { font-size: 42px; line-height: 50px; }
  .kmap .section-sub-heading { font-size: 17px; line-height: 26px; }
  .kmap .section-header-divider { display: none; } }

@media screen and (min-width: 64em) { .kmap__flex { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } }

@media screen and (min-width: 64em) { .kmap__main { -ms-flex: 0 0 auto; flex: 0 0 auto; width: 50%; max-width: 530px; z-index: 2; } }

.kmap__mob-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../..//images/map/dark/_map.png"); background-size: auto 60%; background-position: 36.8% 90%; background-repeat: no-repeat; opacity: 0.2; }

@media screen and (min-width: 64em) { .kmap__mob-bg { display: none; } }

.bg-dark-grey .kmap__mob-bg, .bg-mba .kmap__mob-bg, .bg-som .kmap__mob-bg { background-image: url("../..//images/map/light/_map.png"); }

.kmap__chart { position: relative; }

@media screen and (max-width: 63.9375em) { .kmap__chart { max-width: 540px; margin: 0 auto; } }

.kmap__chart-head { margin: 0 0 4px; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; font-size: 10px; line-height: 1.4; text-transform: uppercase; }

@media screen and (max-width: 63.9375em) { .kmap__chart-head { display: none; } }

.kmap__chart-head:after { content: ''; display: inline-block; width: 8px; height: 7px; margin: 0 0 0 3px; background-image: url("../..//images/map-head-arrow-dark.svg"); background-size: contain; }

.bg-dark-grey .kmap__chart-head:after, .bg-mba .kmap__chart-head:after, .bg-som .kmap__chart-head:after { background-image: url("../..//images/map-head-arrow-light.svg"); }

.kmap__chart-row { display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; min-height: 30px; margin: 1px 0 0; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; color: white; }

.bg-dark-grey .kmap__chart-row { color: #262626; }

.bg-mba .kmap__chart-row, .bg-som .kmap__chart-row { color: #35409b; }

.kmap__chart--10 .kmap__chart-row { min-height: 34px; }

.kmap__chart--9 .kmap__chart-row { min-height: 38px; }

.kmap__chart--8 .kmap__chart-row { min-height: 42px; }

.kmap__chart--7 .kmap__chart-row { min-height: 46px; }

.kmap__chart--6 .kmap__chart-row { min-height: 50px; }

.kmap__chart--5 .kmap__chart-row, .kmap__chart--4 .kmap__chart-row, .kmap__chart--3 .kmap__chart-row, .kmap__chart--2 .kmap__chart-row, .kmap__chart--1 .kmap__chart-row { min-height: 54px; }

.kmap__chart-label, .kmap__chart-highlight { background: rgba(51, 51, 51, 0.75); transition: background-color 300ms ease-in-out; }

.bg-dark-grey .kmap__chart-label, .bg-mba .kmap__chart-label, .bg-som .kmap__chart-label, .bg-dark-grey .kmap__chart-highlight, .bg-mba .kmap__chart-highlight, .bg-som .kmap__chart-highlight { background: rgba(255, 255, 255, 0.75); }

@media screen and (min-width: 64em) { .kmap__chart-row:hover .kmap__chart-label, .kmap__chart-row:hover .kmap__chart-highlight { background: #333; }
  .bg-dark-grey .kmap__chart-row:hover .kmap__chart-label, .bg-mba .kmap__chart-row:hover .kmap__chart-label, .bg-som .kmap__chart-row:hover .kmap__chart-label, .bg-dark-grey .kmap__chart-row:hover .kmap__chart-highlight, .bg-mba .kmap__chart-row:hover .kmap__chart-highlight, .bg-som .kmap__chart-row:hover .kmap__chart-highlight { background: #fff; } }

.kmap__chart-label { display: -ms-flexbox; display: flex; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-align: center; align-items: center; width: 110px; padding: 5px 8px; font-size: 11px; line-height: 13px; }

@media screen and (min-width: 36.25em) { .kmap__chart-label { width: 150px; padding: 5px 15px; font-size: 12px; line-height: 14px; } }

.kmap__chart-percent { display: -ms-flexbox; display: flex; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-align: center; align-items: center; padding: 5px 8px; background: rgba(51, 51, 51, 0.6); transition: background-color 300ms ease-in-out; font-size: 14px; line-height: 14px; }

@media screen and (min-width: 36.25em) { .kmap__chart-percent { padding: 5px 15px; font-size: 18px; line-height: 18px; } }

.bg-dark-grey .kmap__chart-percent, .bg-mba .kmap__chart-percent, .bg-som .kmap__chart-percent { background: rgba(255, 255, 255, 0.6); }

@media screen and (min-width: 64em) { .kmap__chart-row:hover .kmap__chart-percent { background: rgba(51, 51, 51, 0.9); }
  .bg-dark-grey .kmap__chart-row:hover .kmap__chart-percent, .bg-mba .kmap__chart-row:hover .kmap__chart-percent, .bg-som .kmap__chart-row:hover .kmap__chart-percent { background: rgba(255, 255, 255, 0.9); } }

.kmap__chart-bar-wrap { -ms-flex: 0 0 auto; flex: 0 0 auto; }

.kmap__chart-bar { display: -ms-flexbox; display: flex; position: relative; -ms-flex-align: center; align-items: center; height: 100%; background: rgba(51, 51, 51, 0.5); transition: background-color 300ms ease-in-out; }

.bg-dark-grey .kmap__chart-bar, .bg-mba .kmap__chart-bar, .bg-som .kmap__chart-bar { background: rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 64em) { .kmap__chart-row:hover .kmap__chart-bar { background: rgba(51, 51, 51, 0.8); }
  .bg-dark-grey .kmap__chart-row:hover .kmap__chart-bar, .bg-mba .kmap__chart-row:hover .kmap__chart-bar, .bg-som .kmap__chart-row:hover .kmap__chart-bar { background: rgba(255, 255, 255, 0.8); } }

.kmap__chart-highlight { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 7px; }

.kmap__chart-highlight--inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 300ms ease-in-out; background-color: #3559aa; background-image: linear-gradient(to top, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

@media screen and (min-width: 64em) { .bg-dark-grey .kmap__chart-row:hover .kmap__chart-highlight--inner, .bg-mba .kmap__chart-row:hover .kmap__chart-highlight--inner, .bg-som .kmap__chart-row:hover .kmap__chart-highlight--inner { opacity: 1; } }

.kmap__mapwrap { -ms-flex: 1 0 auto; flex: 1 0 auto; min-height: 100px; margin: 0 -40px 0 0; }

@media screen and (max-width: 63.9375em) { .kmap__mapwrap { display: none; } }

@media screen and (min-width: 80em) { .kmap__mapwrap { margin: 0 -70px 0 0; } }

@media screen and (min-width: 85em) { .kmap__mapwrap { margin: 0 -100px 0 0; } }

@media screen and (min-width: 90em) { .kmap__mapwrap { margin: 0 -110px 0 0; } }

.kmap__map { position: relative; height: 0; padding: 0 0 47.55043%; margin-top: 80px; background-image: url("../..//images/map/dark/_map.png"); background-size: contain; background-position: center; background-repeat: no-repeat; }

.bg-dark-grey .kmap__map, .bg-mba .kmap__map, .bg-som .kmap__map { background-image: url("../..//images/map/light/_map.png"); }

.kmap__maphover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; background-size: contain; background-position: center; background-repeat: no-repeat; opacity: 0; }

.kmap__map--africa .kmap__maphover--africa, .kmap__map--asia .kmap__maphover--asia, .kmap__map--europe .kmap__maphover--europe, .kmap__map--latin-america .kmap__maphover--latin-america, .kmap__map--north-america .kmap__maphover--north-america, .kmap__map--oceania .kmap__maphover--oceania, .kmap__map--central-africa .kmap__maphover--central-africa, .kmap__map--eastern-africa .kmap__maphover--eastern-africa, .kmap__map--northern-africa .kmap__maphover--northern-africa, .kmap__map--northern-africa-middle-east .kmap__maphover--northern-africa-middle-east, .kmap__map--southern-africa .kmap__maphover--southern-africa, .kmap__map--western-africa .kmap__maphover--western-africa, .kmap__map--eastern-asia .kmap__maphover--eastern-asia, .kmap__map--northern-asia .kmap__maphover--northern-asia, .kmap__map--south-central-asia .kmap__maphover--south-central-asia, .kmap__map--south-eastern-asia .kmap__maphover--south-eastern-asia, .kmap__map--western-asia .kmap__maphover--western-asia, .kmap__map--eastern-europe .kmap__maphover--eastern-europe, .kmap__map--northern-europe .kmap__maphover--northern-europe, .kmap__map--southern-europe .kmap__maphover--southern-europe, .kmap__map--western-europe .kmap__maphover--western-europe, .kmap__map--western-europe-uk .kmap__maphover--western-europe-uk, .kmap__map--uk .kmap__maphover--uk, .kmap__map--caribbean .kmap__maphover--caribbean, .kmap__map--central-america .kmap__maphover--central-america, .kmap__map--south-america .kmap__maphover--south-america, .kmap__map--australia-and-new-zealand .kmap__maphover--australia-and-new-zealand, .kmap__map--melanesia .kmap__maphover--melanesia, .kmap__map--micronesia .kmap__maphover--micronesia, .kmap__map--polynesia .kmap__maphover--polynesia { opacity: 1; }

.kmap__maphover--africa { background-image: url("../..//images/map/dark/continents/africa.png"); }

.kmap__maphover--asia { background-image: url("../..//images/map/dark/continents/asia.png"); }

.kmap__maphover--europe { background-image: url("../..//images/map/dark/continents/europe.png"); }

.kmap__maphover--latin-america { background-image: url("../..//images/map/dark/continents/latin-america.png"); }

.kmap__maphover--north-america { background-image: url("../..//images/map/dark/continents/north-america.png"); }

.kmap__maphover--oceania { background-image: url("../..//images/map/dark/continents/oceania.png"); }

.kmap__maphover--central-africa { background-image: url("../..//images/map/dark/regions/central-africa.png"); }

.kmap__maphover--eastern-africa { background-image: url("../..//images/map/dark/regions/eastern-africa.png"); }

.kmap__maphover--northern-africa { background-image: url("../..//images/map/dark/regions/northern-africa.png"); }

.kmap__maphover--northern-africa-middle-east { background-image: url("../..//images/map/dark/regions/northern-africa-middle-east.png"); }

.kmap__maphover--southern-africa { background-image: url("../..//images/map/dark/regions/southern-africa.png"); }

.kmap__maphover--western-africa { background-image: url("../..//images/map/dark/regions/western-africa.png"); }

.kmap__maphover--eastern-asia { background-image: url("../..//images/map/dark/regions/eastern-asia.png"); }

.kmap__maphover--northern-asia { background-image: url("../..//images/map/dark/regions/northern-asia.png"); }

.kmap__maphover--south-central-asia { background-image: url("../..//images/map/dark/regions/south-central-asia.png"); }

.kmap__maphover--south-eastern-asia { background-image: url("../..//images/map/dark/regions/south-eastern-asia.png"); }

.kmap__maphover--western-asia { background-image: url("../..//images/map/dark/regions/western-asia.png"); }

.kmap__maphover--eastern-europe { background-image: url("../..//images/map/dark/regions/eastern-europe.png"); }

.kmap__maphover--northern-europe { background-image: url("../..//images/map/dark/regions/northern-europe.png"); }

.kmap__maphover--southern-europe { background-image: url("../..//images/map/dark/regions/southern-europe.png"); }

.kmap__maphover--western-europe { background-image: url("../..//images/map/dark/regions/western-europe.png"); }

.kmap__maphover--western-europe-uk { background-image: url("../..//images/map/dark/regions/western-europe-uk.png"); }

.kmap__maphover--uk { background-image: url("../..//images/map/dark/regions/uk.png"); }

.kmap__maphover--caribbean { background-image: url("../..//images/map/dark/regions/caribbean.png"); }

.kmap__maphover--central-america { background-image: url("../..//images/map/dark/regions/central-america.png"); }

.kmap__maphover--south-america { background-image: url("../..//images/map/dark/regions/south-america.png"); }

.kmap__maphover--australia-and-new-zealand { background-image: url("../..//images/map/dark/regions/australia-and-new-zealand.png"); }

.kmap__maphover--melanesia { background-image: url("../..//images/map/dark/regions/melanesia.png"); }

.kmap__maphover--micronesia { background: none; }

.kmap__maphover--polynesia { background-image: url("../..//images/map/dark/regions/polynesia.png"); }

.bg-dark-grey .kmap__maphover--africa, .bg-mba .kmap__maphover--africa, .bg-som .kmap__maphover--africa { background-image: url("../..//images/map/light/continents/africa.png"); }

.bg-dark-grey .kmap__maphover--asia, .bg-mba .kmap__maphover--asia, .bg-som .kmap__maphover--asia { background-image: url("../..//images/map/light/continents/asia.png"); }

.bg-dark-grey .kmap__maphover--europe, .bg-mba .kmap__maphover--europe, .bg-som .kmap__maphover--europe { background-image: url("../..//images/map/light/continents/europe.png"); }

.bg-dark-grey .kmap__maphover--latin-america, .bg-mba .kmap__maphover--latin-america, .bg-som .kmap__maphover--latin-america { background-image: url("../..//images/map/light/continents/latin-america.png"); }

.bg-dark-grey .kmap__maphover--north-america, .bg-mba .kmap__maphover--north-america, .bg-som .kmap__maphover--north-america { background-image: url("../..//images/map/light/continents/north-america.png"); }

.bg-dark-grey .kmap__maphover--oceania, .bg-mba .kmap__maphover--oceania, .bg-som .kmap__maphover--oceania { background-image: url("../..//images/map/light/continents/oceania.png"); }

.bg-dark-grey .kmap__maphover--central-africa, .bg-mba .kmap__maphover--central-africa, .bg-som .kmap__maphover--central-africa { background-image: url("../..//images/map/light/regions/central-africa.png"); }

.bg-dark-grey .kmap__maphover--eastern-africa, .bg-mba .kmap__maphover--eastern-africa, .bg-som .kmap__maphover--eastern-africa { background-image: url("../..//images/map/light/regions/eastern-africa.png"); }

.bg-dark-grey .kmap__maphover--northern-africa, .bg-mba .kmap__maphover--northern-africa, .bg-som .kmap__maphover--northern-africa { background-image: url("../..//images/map/light/regions/northern-africa.png"); }

.bg-dark-grey .kmap__maphover--northern-africa-middle-east, .bg-mba .kmap__maphover--northern-africa-middle-east, .bg-som .kmap__maphover--northern-africa-middle-east { background-image: url("../..//images/map/light/regions/northern-africa-middle-east.png"); }

.bg-dark-grey .kmap__maphover--southern-africa, .bg-mba .kmap__maphover--southern-africa, .bg-som .kmap__maphover--southern-africa { background-image: url("../..//images/map/light/regions/southern-africa.png"); }

.bg-dark-grey .kmap__maphover--western-africa, .bg-mba .kmap__maphover--western-africa, .bg-som .kmap__maphover--western-africa { background-image: url("../..//images/map/light/regions/western-africa.png"); }

.bg-dark-grey .kmap__maphover--eastern-asia, .bg-mba .kmap__maphover--eastern-asia, .bg-som .kmap__maphover--eastern-asia { background-image: url("../..//images/map/light/regions/eastern-asia.png"); }

.bg-dark-grey .kmap__maphover--northern-asia, .bg-mba .kmap__maphover--northern-asia, .bg-som .kmap__maphover--northern-asia { background-image: url("../..//images/map/light/regions/northern-asia.png"); }

.bg-dark-grey .kmap__maphover--south-central-asia, .bg-mba .kmap__maphover--south-central-asia, .bg-som .kmap__maphover--south-central-asia { background-image: url("../..//images/map/light/regions/south-central-asia.png"); }

.bg-dark-grey .kmap__maphover--south-eastern-asia, .bg-mba .kmap__maphover--south-eastern-asia, .bg-som .kmap__maphover--south-eastern-asia { background-image: url("../..//images/map/light/regions/south-eastern-asia.png"); }

.bg-dark-grey .kmap__maphover--western-asia, .bg-mba .kmap__maphover--western-asia, .bg-som .kmap__maphover--western-asia { background-image: url("../..//images/map/light/regions/western-asia.png"); }

.bg-dark-grey .kmap__maphover--eastern-europe, .bg-mba .kmap__maphover--eastern-europe, .bg-som .kmap__maphover--eastern-europe { background-image: url("../..//images/map/light/regions/eastern-europe.png"); }

.bg-dark-grey .kmap__maphover--northern-europe, .bg-mba .kmap__maphover--northern-europe, .bg-som .kmap__maphover--northern-europe { background-image: url("../..//images/map/light/regions/northern-europe.png"); }

.bg-dark-grey .kmap__maphover--southern-europe, .bg-mba .kmap__maphover--southern-europe, .bg-som .kmap__maphover--southern-europe { background-image: url("../..//images/map/light/regions/southern-europe.png"); }

.bg-dark-grey .kmap__maphover--western-europe, .bg-mba .kmap__maphover--western-europe, .bg-som .kmap__maphover--western-europe { background-image: url("../..//images/map/light/regions/western-europe.png"); }

.bg-dark-grey .kmap__maphover--western-europe-uk, .bg-mba .kmap__maphover--western-europe-uk, .bg-som .kmap__maphover--western-europe-uk { background-image: url("../..//images/map/light/regions/western-europe-uk.png"); }

.bg-dark-grey .kmap__maphover--uk, .bg-mba .kmap__maphover--uk, .bg-som .kmap__maphover--uk { background-image: url("../..//images/map/light/regions/uk.png"); }

.bg-dark-grey .kmap__maphover--caribbean, .bg-mba .kmap__maphover--caribbean, .bg-som .kmap__maphover--caribbean { background-image: url("../..//images/map/light/regions/caribbean.png"); }

.bg-dark-grey .kmap__maphover--central-america, .bg-mba .kmap__maphover--central-america, .bg-som .kmap__maphover--central-america { background-image: url("../..//images/map/light/regions/central-america.png"); }

.bg-dark-grey .kmap__maphover--south-america, .bg-mba .kmap__maphover--south-america, .bg-som .kmap__maphover--south-america { background-image: url("../..//images/map/light/regions/south-america.png"); }

.bg-dark-grey .kmap__maphover--australia-and-new-zealand, .bg-mba .kmap__maphover--australia-and-new-zealand, .bg-som .kmap__maphover--australia-and-new-zealand { background-image: url("../..//images/map/light/regions/australia-and-new-zealand.png"); }

.bg-dark-grey .kmap__maphover--melanesia, .bg-mba .kmap__maphover--melanesia, .bg-som .kmap__maphover--melanesia { background-image: url("../..//images/map/light/regions/melanesia.png"); }

.bg-dark-grey .kmap__maphover--micronesia, .bg-mba .kmap__maphover--micronesia, .bg-som .kmap__maphover--micronesia { background: none; }

.bg-dark-grey .kmap__maphover--polynesia, .bg-mba .kmap__maphover--polynesia, .bg-som .kmap__maphover--polynesia { background-image: url("../..//images/map/light/regions/polynesia.png"); }

.kmap__tooltip { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }

@media screen and (max-width: 63.9375em) { .kmap__tooltip { display: none; } }

.kmap__tooltip--null { display: none; }

.kmap__tooltip--africa { top: 50%; left: 48%; }

.kmap__tooltip--asia { top: 25%; left: 69%; }

.kmap__tooltip--europe { top: 23%; left: 50%; }

.kmap__tooltip--latin-america { top: 58%; left: 21%; }

.kmap__tooltip--north-america { top: 24%; left: 16%; }

.kmap__tooltip--oceania { top: 78%; left: 83%; }

.kmap__tooltip--central-africa { top: 50%; left: 50%; }

.kmap__tooltip--eastern-africa { top: 57%; left: 55%; }

.kmap__tooltip--northern-africa { top: 40%; left: 45%; }

.kmap__tooltip--northern-africa-middle-east { top: 40%; left: 50%; }

.kmap__tooltip--southern-africa { top: 76%; left: 50%; }

.kmap__tooltip--western-africa { top: 50%; left: 41%; }

.kmap__tooltip--eastern-asia { top: 30%; left: 74%; }

.kmap__tooltip--northern-asia { top: 15%; left: 71%; }

.kmap__tooltip--south-central-asia { top: 40%; left: 64%; }

.kmap__tooltip--south-eastern-asia { top: 59%; left: 77%; }

.kmap__tooltip--western-asia { top: 46%; left: 58%; }

.kmap__tooltip--eastern-europe { top: 23%; left: 52%; }

.kmap__tooltip--northern-europe { top: 18%; left: 46%; }

.kmap__tooltip--southern-europe { top: 31%; left: 41%; }

.kmap__tooltip--western-europe { top: 26%; left: 44%; }

.kmap__tooltip--western-europe-uk { top: 25%; left: 43%; }

.kmap__tooltip--uk { top: 23%; left: 41%; }

.kmap__tooltip--caribbean { top: 47%; left: 17%; }

.kmap__tooltip--central-america { top: 57%; left: 15%; }

.kmap__tooltip--south-america { top: 64%; left: 22%; }

.kmap__tooltip--australia-and-new-zealand { top: 78%; left: 83%; }

.kmap__tooltip--melanesia { top: 64%; left: 86%; }

.kmap__tooltip--micronesia { top: 57%; left: 86%; }

.kmap__tooltip--polynesia { top: 74%; left: 92%; }

.kmap__tool-highlight { position: absolute; top: -60px; left: -120px; width: 240px; height: 240px; background: rgba(51, 51, 51, 0.2); border-radius: 50%; opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out; transition: opacity 300ms ease-in-out, transform 300ms ease-in-out; transition: opacity 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }

.bg-dark-grey .kmap__tool-highlight, .bg-mba .kmap__tool-highlight, .bg-som .kmap__tool-highlight { background: rgba(51, 51, 51, 0.2); background: rgba(255, 255, 255, 0.2); }

.kmap__tool-highlight--invisible { opacity: 0; -webkit-transform: scale(0.55); -ms-transform: scale(0.55); transform: scale(0.55); transition: none; }

.kmap__tooltip--australia-and-new-zealand .kmap__tool-highlight, .kmap__tooltip--melanesia .kmap__tool-highlight, .kmap__tooltip--micronesia .kmap__tool-highlight, .kmap__tooltip--polynesia .kmap__tool-highlight, .kmap__tooltip--oceania .kmap__tool-highlight { top: -120px; left: auto; right: -60px; }

.kmap__tool-arrow { position: absolute; top: -18px; left: -10px; width: 20px; height: 20px; border: 10px solid transparent; border-bottom: 10px solid #333; }

.bg-dark-grey .kmap__tool-arrow, .bg-mba .kmap__tool-arrow, .bg-som .kmap__tool-arrow { border-bottom: 10px solid #fff; }

.kmap__tooltip--australia-and-new-zealand .kmap__tool-arrow, .kmap__tooltip--melanesia .kmap__tool-arrow, .kmap__tooltip--micronesia .kmap__tool-arrow, .kmap__tooltip--polynesia .kmap__tool-arrow, .kmap__tooltip--oceania .kmap__tool-arrow { top: -10px; left: auto; right: -18px; border: 10px solid transparent; border-left: 10px solid #333; }

.bg-dark-grey .kmap__tooltip--australia-and-new-zealand .kmap__tool-arrow, .bg-mba .kmap__tooltip--australia-and-new-zealand .kmap__tool-arrow, .bg-som .kmap__tooltip--australia-and-new-zealand .kmap__tool-arrow, .bg-dark-grey .kmap__tooltip--melanesia .kmap__tool-arrow, .bg-mba .kmap__tooltip--melanesia .kmap__tool-arrow, .bg-som .kmap__tooltip--melanesia .kmap__tool-arrow, .bg-dark-grey .kmap__tooltip--micronesia .kmap__tool-arrow, .bg-mba .kmap__tooltip--micronesia .kmap__tool-arrow, .bg-som .kmap__tooltip--micronesia .kmap__tool-arrow, .bg-dark-grey .kmap__tooltip--polynesia .kmap__tool-arrow, .bg-mba .kmap__tooltip--polynesia .kmap__tool-arrow, .bg-som .kmap__tooltip--polynesia .kmap__tool-arrow, .bg-dark-grey .kmap__tooltip--oceania .kmap__tool-arrow, .bg-mba .kmap__tooltip--oceania .kmap__tool-arrow, .bg-som .kmap__tooltip--oceania .kmap__tool-arrow { border-left: 10px solid #fff; }

.kmap__tool-border { position: absolute; top: 0; left: -60px; width: 120px; height: 120px; background: #333; border-radius: 50%; }

.bg-dark-grey .kmap__tool-border, .bg-mba .kmap__tool-border, .bg-som .kmap__tool-border { background: #fff; }

.kmap__tooltip--australia-and-new-zealand .kmap__tool-border, .kmap__tooltip--melanesia .kmap__tool-border, .kmap__tooltip--micronesia .kmap__tool-border, .kmap__tooltip--polynesia .kmap__tool-border, .kmap__tooltip--oceania .kmap__tool-border { top: -60px; left: auto; right: 0; }

.kmap__tool-circle { display: -ms-flexbox; display: flex; position: absolute; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; top: 1px; left: -59px; width: 118px; height: 118px; border-radius: 50%; text-align: center; }

.kmap__tooltip--australia-and-new-zealand .kmap__tool-circle, .kmap__tooltip--melanesia .kmap__tool-circle, .kmap__tooltip--micronesia .kmap__tool-circle, .kmap__tooltip--polynesia .kmap__tool-circle, .kmap__tooltip--oceania .kmap__tool-circle { top: -59px; left: auto; right: 1px; }

.kmap__tool-value { width: 90%; margin: 0 auto; font-size: 21px; line-height: 1; }

.kmap__tool-value--7 { font-size: 22px; }

.kmap__tool-value--6 { font-size: 25px; }

.kmap__tool-value--5 { font-size: 30px; }

.kmap__tool-value--4 { font-size: 36px; }

.kmap__tool-value--3, .kmap__tool-value--2, .kmap__tool-value--1 { font-size: 44px; }

.kmap__tool-label { width: 90%; margin: 3px auto; font-size: 10px; line-height: 1.2; text-transform: uppercase; }

@media screen and (max-width: 63.9375em) { .knav, .knav__wrap { height: calc(100vh - 50px); }
  body.logged-in.admin-bar .knav, body.logged-in.admin-bar .knav__wrap { height: calc(100vh - 50px - 46px); } }

@media screen and (max-width: 63.9375em) and (min-width: 783px) { body.logged-in.admin-bar .knav, body.logged-in.admin-bar .knav__wrap { height: calc(100vh - 50px - 32px); } }

@media screen and (max-width: 63.9375em) { .knav--closed { height: 0 !important; } }

@media screen and (min-width: 64em) { .knav, .knav__wrap { height: auto !important; } }

@media screen and (max-width: 63.9375em) { .knav { position: absolute; overflow: hidden; top: 50px; left: 0; width: 100%; transition: height 300ms ease-in-out; z-index: 2; font-family: "Noto Sans", Helvetica, sans-serif; font-size: 18px; line-height: 1; font-weight: normal; color: #fff; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); } }

@media screen and (min-width: 64em) { .knav { position: absolute; top: 84px; left: 0; width: 100%; z-index: 2; font-family: "Noto Sans", Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: bold; text-transform: uppercase; color: #fff; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); } }

@media screen and (min-width: 71.25em) { .knav { font-size: 17px; } }

@media screen and (min-width: 80em) { .knav { font-size: 18px; } }

@media screen and (min-width: 64em) { .knav__primary--size-1 { font-size: 15px; } }

@media screen and (min-width: 71.25em) { .knav__primary--size-1 { font-size: 16px; } }

@media screen and (min-width: 80em) { .knav__primary--size-1 { font-size: 17px; } }

@media screen and (min-width: 64em) { .knav__primary--size-2 { font-size: 14px; } }

@media screen and (min-width: 71.25em) { .knav__primary--size-2 { font-size: 15px; } }

@media screen and (min-width: 80em) { .knav__primary--size-2 { font-size: 16px; } }

@media screen and (min-width: 64em) { .knav__primary--size-3 { font-size: 13px; } }

@media screen and (min-width: 71.25em) { .knav__primary--size-3 { font-size: 14px; } }

@media screen and (min-width: 80em) { .knav__primary--size-3 { font-size: 15px; } }

.knav ul, .knav li { display: block; list-style: none; padding: 0; margin: 0; font-size: inherit; line-height: inherit; }

@media screen and (min-width: 64em) { .knav ul, .knav li { display: inline-block; position: relative; } }

.knav a { display: block; position: relative; padding: 19px 30px 19px 0; }

@media screen and (min-width: 64em) { .knav a { display: inline-block; padding: 19px 12px; } }

@media screen and (min-width: 64em) { .knav__primary--size-1 a { padding: 19px 11px; }
  .knav__primary--size-2 a { padding: 19px 10px; }
  .knav__primary--size-3 a { padding: 19px 9px; } }

.knav a:hover, .knav li:focus-within > a, .knav li.current-menu-item > a { text-decoration: underline; }

@media screen and (max-width: 63.9375em) { .knav li.menu-item-has-children > a:after { content: ''; display: block; position: absolute; top: 0; right: 0; width: 8px; height: 100%; background: url("../..//images/arrow-right@3x.png") no-repeat center transparent; background-size: contain; background-position: center; background-repeat: no-repeat; } }

@media screen and (min-width: 64em) { .knav li.knav__visibility-mobile { display: none !important; } }

.knav > .row { height: 100%; }

@media screen and (max-width: 63.9375em) { .knav__row { padding: 0; } }

.knav__slider { position: relative; left: 0; width: 100%; height: 100%; }

.knav--open .knav__slider { transition: left 300ms ease-in-out; }

@media screen and (max-width: 63.9375em) { .knav__slider--open { left: -100%; } }

.knav__flex1, .knav__flex2 { display: -ms-flexbox; display: flex; overflow: auto; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: justify; justify-content: space-between; height: 100%; padding: 0 1.05rem; margin: 0 auto; }

@media screen and (min-width: 22.5em) { .knav__flex1, .knav__flex2 { padding: 0 1.5rem; } }

@media screen and (min-width: 64em) { .knav__flex1, .knav__flex2 { display: block; overflow: visible; max-width: none; height: auto; padding: 0; } }

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

.knav__inner { width: 100%; max-width: 440px; margin: 0 auto; }

@media screen and (min-width: 64em) { .knav__inner { max-width: none; } }

.knav__primary { padding-top: 10px; }

@media screen and (min-width: 64em) { .knav__primary { padding-top: 0; margin-left: -12px; } }

@media screen and (min-width: 64em) { .knav__primary--size-1 { margin-left: -11px; }
  .knav__primary--size-2 { margin-left: -10px; }
  .knav__primary--size-3 { margin-left: -9px; } }

.knav__secondary { display: block; font-size: 13px; }

@media screen and (min-width: 64em) { .knav__secondary { display: none; } }

@media screen and (min-width: 64em) { .knav__backwrap { display: none !important; } }

.knav__back { padding-left: 11px !important; font-size: 14px; line-height: 18px; cursor: pointer; }

.knav__back:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: url("../..//images/arrow-left@3x.png") no-repeat center transparent; background-size: contain; background-position: center; background-repeat: no-repeat; }

.knav ul ul { display: none; }

@media screen and (max-width: 63.9375em) { .knav ul ul { position: absolute; overflow: auto; top: 0; left: 100%; width: 100%; height: 100%; padding: 10px 1.05rem 0; } }

@media screen and (max-width: 63.9375em) and (min-width: 22.5em) { .knav ul ul { padding: 0 1.5rem; } }

@media screen and (max-width: 63.9375em) { .knav ul ul li { max-width: 440px; margin: 0 auto; } }

@media screen and (min-width: 64em) { .knav ul li:hover ul, .knav ul li:focus-within ul { display: block; position: absolute; top: 100%; left: -6px; width: 260px; padding: 10px 0; background: #fff; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); z-index: 3; font-size: 16px; font-weight: normal; text-transform: none; color: #262626; }
  .knav ul li:hover ul li, .knav ul li:focus-within ul li { display: block; }
  .knav ul li:hover ul a, .knav ul li:focus-within ul a { display: block; padding: 14px 20px; } }

.knav__logo { display: -ms-flexbox; display: flex; margin: 40px 0 0; font-size: 13px; }

@media screen and (min-width: 64em) { .knav__logo { display: none; } }

.knav__logo-left { width: 100px; height: 46px; background-image: url("../..//images/footer_logo_som@2x.png"); }

.knav__logo-right { display: block; width: 160px; height: 46px; background-image: url("../..//images/footer_logo_think@2x.png"); }

.knav__logo-divider { display: block; -ms-flex-item-align: stretch; align-self: stretch; width: 1px; margin: -1px 16px -2px; background: rgba(255, 255, 255, 0.5); }

.knav__legal { display: block; margin: 20px 0 30px; font-size: 10px; }

@media screen and (min-width: 64em) { .knav__legal { display: none; } }

.kscrolltop { display: block; position: fixed; pointer-events: none; bottom: 30px; right: 25px; width: auto; min-width: 0; height: 64px; padding: 20px 70px 23px 14px; border: 2px solid #fff; border-radius: 99px; opacity: 0; transition: all 250ms ease-in-out; z-index: 50; font-size: 20px; line-height: 20px; text-transform: none; cursor: pointer; }

@media (min-width: 1024px) { body.js-scrolled .kscrolltop { display: block; pointer-events: all; opacity: 1; } }

.kscrolltop:active, .kscrolltop:focus, .kscrolltop:hover { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }

.kscrolltop__icon { display: block; position: absolute; top: 2px; right: 2px; width: 56px; height: 56px; background-image: url(../../images/scroll-top.svg); background-size: contain; background-position: center; background-repeat: no-repeat; border-radius: 50%; }

.ksplit-parallax__wrap { z-index: 2; }

.ksplit-parallax .ksplit-parallax-icon { width: 75px; height: auto; margin: 0px 0px 40px 0px; }

@media screen and (max-width: 63.9375em) { .ksplit-parallax .ksplit-parallax-icon { margin: 0 auto; margin-bottom: 30px; } }

.ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container { float: right; width: 612px; padding: 15px; background-color: #ffffff; }

@media screen and (max-width: 39.9375em) { .ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container { float: none; width: 100%; max-width: 100%; padding: 10px; margin-top: 25px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container { float: none; width: 100%; max-width: 660px; margin: 0 auto; margin-top: 25px; } }

@media print, screen and (min-width: 64em) { .ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container { width: 100%; width: calc(100% + 15px); margin-right: -15px; } }

.bg-white .ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container { background-color: #f6f6f6; }

.ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container .split-parallax-image { width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.ksplit-parallax .flex-wrapper .single-item .split-parallax-image-container .split-parallax-image:after { content: ''; display: block; padding-bottom: 100%; }

.ksplit-parallax .columns { padding: 0; }

@media print, screen and (min-width: 64em) { .ksplit-parallax .columns:first-child { padding-right: 4%; } }

.ksplit-parallax .section-header .section-header-divider { width: 156px; margin: 24.5614px auto; }

@media screen and (min-width: 64em) { .ksplit-parallax .section-header .section-header-divider { margin: 28px 25px 25px 0px; } }

.ksplit-parallax .section-header .section-sub-heading { font-size: 19px; line-height: 26px; }

@media screen and (max-width: 39.9375em) { .ksplit-parallax .section-header .section-sub-heading { max-width: none; text-align: center; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .ksplit-parallax .section-header .section-sub-heading { font-size: 23px; line-height: 27px; text-align: center; } }

.ksplit-parallax .section-header .section-sub-heading > * { font-size: inherit; }

@media screen and (max-width: 39.9375em) { .ksplit-parallax .section-header .section-sub-heading > * { max-width: none; } }

@media screen and (max-width: 39.9375em) { .ksplit-parallax .section-header .section-heading { font-size: 26px; line-height: 29px; text-align: center; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .ksplit-parallax .section-header .section-heading { font-size: 38px; line-height: 42px; text-align: center; } }

.ksplit-parallax .section-footer-wrap { min-width: 100%; text-align: center; }

@media print, screen and (min-width: 64em) { .ksplit-parallax .section-footer-wrap { text-align: left; } }

.ksplit-parallax .section-footer-wrap a.button { margin-bottom: 30px; font-size: 18px; line-height: 26px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) { .ksplit-parallax .section-footer-wrap a.button { min-width: 320px; margin-bottom: 60px; font-size: 18px; line-height: 26px; } }

@media print, screen and (min-width: 64em) { .ksplit-parallax .section-footer-wrap a.button { min-width: 200px; font-size: 14px; } }

.parallax-container { display: -ms-flexbox; display: flex; height: 100%; }

.ktimeline { max-width: 540px; margin: 55px auto 0; }

@media print, screen and (min-width: 64em) { .ktimeline { max-width: 980px; margin: 75px auto 0; } }

.ktimeline__heading { margin: 0 auto 35px; font-family: "Tablet Gothic W05 Bold", Helvetica, sans-serif; font-size: 32px; line-height: 1.3; color: #35409b; }

@media print, screen and (min-width: 64em) { .ktimeline__heading { margin: 0 auto 55px; font-size: 48px; text-align: center; } }

.bg-dark-grey .ktimeline__heading, .bg-mba .ktimeline__heading, .bg-som .ktimeline__heading { color: white; }

.ktimeline__heading h1, .ktimeline__heading h2, .ktimeline__heading h3, .ktimeline__heading h4, .ktimeline__heading h5, .ktimeline__heading h6 { font-size: inherit; line-height: inherit; }

.ktimeline__main { position: relative; }

.ktimeline__line { position: absolute; top: 2px; left: 12px; width: 2px; height: 100%; background: #35409b; background-color: #3559aa; background-image: linear-gradient(to top, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

@media print, screen and (min-width: 40em) { .ktimeline__line { top: 0; left: 17px; } }

@media print, screen and (min-width: 64em) { .ktimeline__line { top: 0; left: 50%; margin-left: -1px; } }

.bg-mba .ktimeline__line, .bg-som .ktimeline__line { background: rgba(255, 255, 255, 0.25); }

.ktimeline__entry { position: relative; padding-left: 46px; font-size: 16px; line-height: 1.4; }

@media print, screen and (min-width: 40em) { .ktimeline__entry { padding-left: 56px; font-size: 18px; } }

@media print, screen and (min-width: 64em) { .ktimeline__entry { width: 50%; font-size: 20px; }
  .ktimeline__entry--left { padding-right: 7.14286%; margin: 0; text-align: right; }
  .ktimeline__entry--right { padding-left: 7.14286%; margin: 0 0 0 auto; } }

.ktimeline__entry + .ktimeline__entry { margin-top: 50px; }

@media print, screen and (min-width: 64em) { .ktimeline__entry + .ktimeline__entry { margin-top: 70px; } }

.ktimeline__inner { opacity: 0; -webkit-transform: translateY(15%); -ms-transform: translateY(15%); transform: translateY(15%); }

.js-visible .ktimeline__inner { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

.ktimeline__marker { position: absolute; top: 1px; left: 0; width: 26px; height: 26px; background: #36bfc7; background-image: linear-gradient(to bottom, #36bfc7 0%, #1f8cca 100%); border-radius: 50%; opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

@media print, screen and (min-width: 40em) { .ktimeline__marker { top: 0px; width: 36px; height: 36px; } }

@media print, screen and (min-width: 64em) { .ktimeline__marker { top: -5px; left: -25px; width: 50px; height: 50px; } }

.bg-mba .ktimeline__marker, .bg-som .ktimeline__marker { background: #fff; }

@media print, screen and (min-width: 64em) { .ktimeline__entry--left .ktimeline__marker { left: auto; right: -25px; } }

.js-visible .ktimeline__marker { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out; transition: opacity 500ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out; }

.ktimeline__title { width: 90%; max-width: 360px; }

@media print, screen and (min-width: 64em) { .ktimeline__entry--left .ktimeline__title { margin: 0 0 0 auto; } }

.ktimeline__title h1, .ktimeline__title h2, .ktimeline__title h3, .ktimeline__title h4, .ktimeline__title h5, .ktimeline__title h6 { margin: 0; font-size: 21px; line-height: 29px; color: #35409b; }

@media print, screen and (min-width: 40em) { .ktimeline__title h1, .ktimeline__title h2, .ktimeline__title h3, .ktimeline__title h4, .ktimeline__title h5, .ktimeline__title h6 { font-size: 24px; line-height: 34px; } }

@media print, screen and (min-width: 64em) { .ktimeline__title h1, .ktimeline__title h2, .ktimeline__title h3, .ktimeline__title h4, .ktimeline__title h5, .ktimeline__title h6 { font-size: 26px; line-height: 36px; } }

.bg-dark-grey .ktimeline__title h1, .bg-mba .ktimeline__title h1, .bg-som .ktimeline__title h1, .bg-dark-grey .ktimeline__title h2, .bg-mba .ktimeline__title h2, .bg-som .ktimeline__title h2, .bg-dark-grey .ktimeline__title h3, .bg-mba .ktimeline__title h3, .bg-som .ktimeline__title h3, .bg-dark-grey .ktimeline__title h4, .bg-mba .ktimeline__title h4, .bg-som .ktimeline__title h4, .bg-dark-grey .ktimeline__title h5, .bg-mba .ktimeline__title h5, .bg-som .ktimeline__title h5, .bg-dark-grey .ktimeline__title h6, .bg-mba .ktimeline__title h6, .bg-som .ktimeline__title h6 { color: white; }

.ktimeline__subtitle { width: 90%; max-width: 360px; font-family: "Tablet Gothic W05 SemiBold", Helvetica, sans-serif; color: #3f5ba0; }

.bg-dark-grey .ktimeline__subtitle, .bg-mba .ktimeline__subtitle, .bg-som .ktimeline__subtitle { color: #fff; }

@media print, screen and (min-width: 64em) { .ktimeline__entry--left .ktimeline__subtitle { margin: 0 0 0 auto; } }

.ktimeline__subtitle a { text-decoration: underline; }

.ktimeline__subtitle a:active, .ktimeline__subtitle a:focus, .ktimeline__subtitle a:hover { color: #444444; }

.bg-dark-grey .ktimeline__subtitle a:active, .bg-mba .ktimeline__subtitle a:active, .bg-som .ktimeline__subtitle a:active, .bg-dark-grey .ktimeline__subtitle a:focus, .bg-mba .ktimeline__subtitle a:focus, .bg-som .ktimeline__subtitle a:focus, .bg-dark-grey .ktimeline__subtitle a:hover, .bg-mba .ktimeline__subtitle a:hover, .bg-som .ktimeline__subtitle a:hover { color: rgba(255, 255, 255, 0.6); }

@media print, screen and (min-width: 64em) { .ktimeline__entry--left .ktimeline__body ul { list-style-position: inside; } }

.ktimeline__body li { margin: 0; }

.kanchor-container { position: relative; bottom: 0; width: 100vw; height: auto; margin-top: -20px; }

@media print, screen and (min-width: 40em) { .kanchor-container { position: absolute; width: 350px; margin-left: 0; -webkit-transform: translateY(120%); -ms-transform: translateY(120%); transform: translateY(120%); -webkit-animation: 0.75s ease-out 0s 1 slideInFromBottom; animation: 0.75s ease-out 0s 1 slideInFromBottom; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } }

@media screen and (min-width: 64em) { .kanchor-container { width: 482px; margin-left: 0; } }

@media screen and (min-width: 75em) { .kanchor-container { width: 600px; margin-left: 0; } }

.kanchor-container__link { display: block; text-decoration: none !important; }

.kanchor-container__content { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; width: 100%; }

.kanchor-container__content-item { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; }

.kanchor-container__content-item--text { padding: 16px 60px 20px 20px; }

@media print, screen and (min-width: 40em) { .kanchor-container__content-item--text { padding: 12px 60px 15px 20px; } }

@media screen and (min-width: 64em) { .kanchor-container__content-item--text { padding: 15px 80px 18px 20px; } }

@media screen and (min-width: 75em) { .kanchor-container__content-item--text { padding: 17px 100px 20px 20px; } }

.kanchor-container__content-item--text h4 { margin-top: 0px; margin-bottom: 0px; font-size: 17px; line-height: 1.1; color: #2f2c8c; }

@media print, screen and (min-width: 40em) { .kanchor-container__content-item--text h4 { font-size: 18px; } }

@media screen and (min-width: 64em) { .kanchor-container__content-item--text h4 { font-size: 22px; } }

@media screen and (min-width: 75em) { .kanchor-container__content-item--text h4 { font-size: 30px; } }

.kanchor-container__content-item--text p { margin-top: 0.4em; margin-bottom: 0px; font-size: 12px; line-height: 1.1; color: black; }

@media print, screen and (min-width: 40em) { .kanchor-container__content-item--text p { font-size: 11px; } }

@media screen and (min-width: 64em) { .kanchor-container__content-item--text p { font-size: 13px; } }

@media screen and (min-width: 75em) { .kanchor-container__content-item--text p { font-size: 20px; } }

.kanchor-container__content-item--icon { content: ''; display: block; display: -ms-flexbox; display: flex; position: absolute; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; right: 20px; width: 31px; height: 31px; padding: 2px; margin-top: -2px; border-radius: 50%; transition: all 0.5s ease-in-out; background-color: #3559aa; background-image: linear-gradient(to right, #7d3b96 0%, #1270b4 53%, #2aa2bd 100%); }

.kanchor-container__content-item--icon img { width: 100%; height: auto; margin: 0 auto; }

@media print, screen and (min-width: 40em) { .kanchor-container__content-item--icon { right: 25px; width: 34px; height: 34px; } }

@media print, screen and (min-width: 64em) { .kanchor-container__content-item--icon { width: 50px; height: 50px; } }

@media screen and (min-width: 75em) { .kanchor-container__content-item--icon { width: 62px; height: 62px; } }

#js-vh { position: absolute; top: 0; left: 0; width: 0; height: 100vh; }

.u-overflow-hidden { overflow: hidden; }

.u-dev-components { max-width: 1000px; margin: 0 auto; font-size: 13px; text-align: left; }

@media (min-width: 768px) { .u-dev-components { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px; } }

.u-dev-flex { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; }

.u-dev-flex:nth-child(even) { background: rgba(0, 0, 0, 0.05); }

.u-dev-flex div { max-width: 500px; margin: 0 auto; }

@media (min-width: 768px) { .u-dev-flex div { max-width: none; } }

.u-dev-flex a { display: inline-block; padding: 2px 4px; text-decoration: none; }

@media (min-width: 768px) { .u-dev-flex a { padding: 2px 6px; } }

.u-dev-flex a:hover { text-decoration: underline; }

.u-dev-flex a.current { background: rgba(160, 0, 0, 0.15); }

/*# sourceMappingURL=school-of-management-manifest.css.map */
