@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://use.typekit.net/hoh6duq.css");
* {
  box-sizing: border-box; }

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 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: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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: inherit;
  /* 2 */ }

/**
 * 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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*
Museo Sans: 100, 300, 500, 500 it, 900
Museo Sans Cond: 300
*/
@font-face {
  font-family: "Quanta East";
  src: url("../font/QuantaEast.eot");
  src: url("../font/QuantaEast.eot?#iefix") format("embedded-opentype"), url("../font/QuantaEast.woff") format("woff"), url("../font/QuantaEast.woff2") format("woff2"), url("../font/QuantaEast.ttf") format("truetype"), url("../font/QuantaEast.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  min-height: 100vh;
  max-width: 100vw;
  background-color: #ffffff; }

header,
section,
footer {
  display: block; }

section,
footer {
  padding: 1.875rem 0; }

.container, .container-xs {
  position: relative;
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 67.5rem; }
  .container-xs {
    max-width: 58.125rem; }

.row, .row-no-gutter, .row-lg-gutter, .row-wrap, form {
  display: flex;
  flex: 0 1 auto;
  margin: 0 -0.9375rem; }
  .row-wrap, form {
    flex-wrap: wrap; }
    .row-wrap::after, form::after {
      content: '';
      flex: auto; }
  .row-no-gutter {
    margin: 0; }
    .row-no-gutter > .col, .row-no-gutter > .col-1, .row-no-gutter > .col-2, .row-no-gutter > .col-3, .row-no-gutter > .col-4, .row-no-gutter > .col-5, .row-no-gutter > .col-6, .row-no-gutter > .col-7, .row-no-gutter > .col-8, .row-no-gutter > .col-12 {
      padding: 0; }
  .row-lg-gutter {
    margin: 0 -1.875rem; }
    .row-lg-gutter > .col, .row-lg-gutter > .col-1, .row-lg-gutter > .col-2, .row-lg-gutter > .col-3, .row-lg-gutter > .col-4, .row-lg-gutter > .col-5, .row-lg-gutter > .col-6, .row-lg-gutter > .col-7, .row-lg-gutter > .col-8, .row-lg-gutter > .col-12 {
      padding: 0 1.875rem; }
  .row > .col, .row-no-gutter > .col, .row-lg-gutter > .col, .row-wrap > .col, form > .col, .row > .col-1, .row-no-gutter > .col-1, .row-lg-gutter > .col-1, .row-wrap > .col-1, form > .col-1, .row > .col-2, .row-no-gutter > .col-2, .row-lg-gutter > .col-2, .row-wrap > .col-2, form > .col-2, .row > .col-3, .row-no-gutter > .col-3, .row-lg-gutter > .col-3, .row-wrap > .col-3, form > .col-3, .row > .col-4, .row-no-gutter > .col-4, .row-lg-gutter > .col-4, .row-wrap > .col-4, form > .col-4, .row > .col-5, .row-no-gutter > .col-5, .row-lg-gutter > .col-5, .row-wrap > .col-5, form > .col-5, .row > .col-6, .row-no-gutter > .col-6, .row-lg-gutter > .col-6, .row-wrap > .col-6, form > .col-6, .row > .col-7, .row-no-gutter > .col-7, .row-lg-gutter > .col-7, .row-wrap > .col-7, form > .col-7, .row > .col-8, .row-no-gutter > .col-8, .row-lg-gutter > .col-8, .row-wrap > .col-8, form > .col-8, .row > .col-12, .row-no-gutter > .col-12, .row-lg-gutter > .col-12, .row-wrap > .col-12, form > .col-12 {
    flex: 1 0 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 0.9375rem;
    position: relative; }
    .row > .col-1, .row-no-gutter > .col-1, .row-lg-gutter > .col-1, .row-wrap > .col-1, form > .col-1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .row > .col-2, .row-no-gutter > .col-2, .row-lg-gutter > .col-2, .row-wrap > .col-2, form > .col-2 {
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .row > .col-3, .row-no-gutter > .col-3, .row-lg-gutter > .col-3, .row-wrap > .col-3, form > .col-3 {
      flex-basis: 25%;
      max-width: 25%; }
    .row > .col-4, .row-no-gutter > .col-4, .row-lg-gutter > .col-4, .row-wrap > .col-4, form > .col-4, .news-listing .row > .article:nth-child(3), .news-listing .row-no-gutter > .article:nth-child(3), .news-listing .row-lg-gutter > .article:nth-child(3), .news-listing .row-wrap > .article:nth-child(3), .news-listing form > .article:nth-child(3), .news-listing .row > .article:nth-child(4), .news-listing .row-no-gutter > .article:nth-child(4), .news-listing .row-lg-gutter > .article:nth-child(4), .news-listing .row-wrap > .article:nth-child(4), .news-listing form > .article:nth-child(4), .news-listing .row > .article:nth-child(5), .news-listing .row-no-gutter > .article:nth-child(5), .news-listing .row-lg-gutter > .article:nth-child(5), .news-listing .row-wrap > .article:nth-child(5), .news-listing form > .article:nth-child(5) {
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .row > .col-5, .row-no-gutter > .col-5, .row-lg-gutter > .col-5, .row-wrap > .col-5, form > .col-5 {
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .row > .col-6, .row-no-gutter > .col-6, .row-lg-gutter > .col-6, .row-wrap > .col-6, form > .col-6, .news-listing .row > .article:nth-child(1), .news-listing .row-no-gutter > .article:nth-child(1), .news-listing .row-lg-gutter > .article:nth-child(1), .news-listing .row-wrap > .article:nth-child(1), .news-listing form > .article:nth-child(1), .news-listing .row > .article:nth-child(2), .news-listing .row-no-gutter > .article:nth-child(2), .news-listing .row-lg-gutter > .article:nth-child(2), .news-listing .row-wrap > .article:nth-child(2), .news-listing form > .article:nth-child(2), .news-listing .row > .article:nth-child(6), .news-listing .row-no-gutter > .article:nth-child(6), .news-listing .row-lg-gutter > .article:nth-child(6), .news-listing .row-wrap > .article:nth-child(6), .news-listing form > .article:nth-child(6), .news-listing .row > .article:nth-child(7), .news-listing .row-no-gutter > .article:nth-child(7), .news-listing .row-lg-gutter > .article:nth-child(7), .news-listing .row-wrap > .article:nth-child(7), .news-listing form > .article:nth-child(7) {
      flex-basis: 50%;
      max-width: 50%; }
    .row > .col-7, .row-no-gutter > .col-7, .row-lg-gutter > .col-7, .row-wrap > .col-7, form > .col-7 {
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .row > .col-8, .row-no-gutter > .col-8, .row-lg-gutter > .col-8, .row-wrap > .col-8, form > .col-8 {
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .row > .col-12, .row-no-gutter > .col-12, .row-lg-gutter > .col-12, .row-wrap > .col-12, form > .col-12 {
      flex-basis: 100%;
      max-width: 100%; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 300;
  margin-bottom: 0.23438rem;
  padding: 0; }

label {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-top: 0.46875rem;
  margin-bottom: 0.46875rem; }

.required:not(.inline-radios) label:after {
  content: "*";
  display: inline;
  position: absolute;
  color: #942279; }

[type="color"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 0.0625rem solid #4d4d4d;
  border-radius: 0.25rem;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 0.46875rem;
  padding: 0.3125rem;
  transition: border-color 0.4s ease;
  width: 100%;
  display: block; }
  [type="color"]:hover, [type="date"]:hover, [type="datetime"]:hover, [type="datetime-local"]:hover, [type="email"]:hover, [type="month"]:hover, [type="number"]:hover, [type="password"]:hover, [type="search"]:hover, [type="tel"]:hover, [type="text"]:hover, [type="time"]:hover, [type="url"]:hover, [type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: black; }
  [type="color"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, input:not([type]):focus, textarea:focus {
    border: 0.0625rem solid #942279;
    box-shadow: none, 0 0 5px rgba(1, 156, 219, 0.75);
    outline: none; }
  [type="color"]:disabled, [type="date"]:disabled, [type="datetime"]:disabled, [type="datetime-local"]:disabled, [type="email"]:disabled, [type="month"]:disabled, [type="number"]:disabled, [type="password"]:disabled, [type="search"]:disabled, [type="tel"]:disabled, [type="text"]:disabled, [type="time"]:disabled, [type="url"]:disabled, [type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #eeeeee;
    cursor: not-allowed; }
    [type="color"]:disabled:hover, [type="date"]:disabled:hover, [type="datetime"]:disabled:hover, [type="datetime-local"]:disabled:hover, [type="email"]:disabled:hover, [type="month"]:disabled:hover, [type="number"]:disabled:hover, [type="password"]:disabled:hover, [type="search"]:disabled:hover, [type="tel"]:disabled:hover, [type="text"]:disabled:hover, [type="time"]:disabled:hover, [type="url"]:disabled:hover, [type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 0.0625rem solid #4d4d4d; }
  [type="color"].placeholder, [type="date"].placeholder, [type="datetime"].placeholder, [type="datetime-local"].placeholder, [type="email"].placeholder, [type="month"].placeholder, [type="number"].placeholder, [type="password"].placeholder, [type="search"].placeholder, [type="tel"].placeholder, [type="text"].placeholder, [type="time"].placeholder, [type="url"].placeholder, [type="week"].placeholder, input:not([type]).placeholder, textarea.placeholder {
    color: #666666; }
  [type="color"]:-moz-placeholder, [type="date"]:-moz-placeholder, [type="datetime"]:-moz-placeholder, [type="datetime-local"]:-moz-placeholder, [type="email"]:-moz-placeholder, [type="month"]:-moz-placeholder, [type="number"]:-moz-placeholder, [type="password"]:-moz-placeholder, [type="search"]:-moz-placeholder, [type="tel"]:-moz-placeholder, [type="text"]:-moz-placeholder, [type="time"]:-moz-placeholder, [type="url"]:-moz-placeholder, [type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    color: #666666; }
  [type="color"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="text"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: #666666; }
  [type="color"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666666; }
  [type="color"]::-webkit-input-placeholder, [type="date"]::-webkit-input-placeholder, [type="datetime"]::-webkit-input-placeholder, [type="datetime-local"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="month"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder, [type="password"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="text"]::-webkit-input-placeholder, [type="time"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666; }

[type="color"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input:not([type]), textarea,
select {
  display: block;
  font-family: museo-sans, sans-serif;
  font-size: 16px; }

textarea {
  resize: vertical;
  min-height: 12.5rem; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.23438rem; }

[type="file"] {
  margin-bottom: 0.46875rem;
  width: 100%; }

select {
  margin-bottom: 0.46875rem;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: none;
  outline-offset: 0;
  box-shadow: none; }

.grecaptcha-badge {
  visibility: hidden; }

.grecaptcha-statement {
  margin-top: 1.25rem;
  color: #4d4d4d;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

table {
  border-collapse: collapse;
  margin: 0.9375rem 0;
  text-align: left;
  width: 100%; }
  table:not(.auto) {
    table-layout: fixed; }
  table.auto {
    table-layout: auto; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 0.0625rem solid #000; }

th {
  font-weight: 700; }

th,
td {
  padding: 0.46875rem 0.46875rem 0.46875rem 0; }

html,
body {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin: 0 0 0.46875rem; }

h1 {
  font-size: 2.5rem;
  color: #fafafa; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25; }

h6 {
  font-size: 1rem; }

p {
  margin: 0 0 0.46875rem; }

small {
  font-size: 0.75rem; }

a {
  margin: 0;
  color: #003043;
  -webkit-text-decoration-skip: auto;
  text-decoration-skip: auto;
  transition: all 0.4s ease; }
  a:visited {
    color: #003043; }
  a:hover, a:active {
    color: black; }
  a:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  margin: 0; }

dd {
  margin: 0; }

hr {
  border: none;
  margin: 0 auto;
  width: 34.125rem;
  height: 0.1875rem;
  background: linear-gradient(to right, rgba(56, 184, 205, 0), rgba(56, 184, 205, 0.5), rgba(56, 184, 205, 0)); }

.lazy {
  opacity: 0;
  transition: opacity 1s ease-in-out; }
  .lazy.load {
    opacity: 1; }

.padded {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.unpadded {
  padding-left: 0;
  padding-right: 0; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?2502095#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-plus:before {
  content: '\e801'; }

/* '' */
.icon-angle-left:before {
  content: '\e802'; }

/* '' */
.icon-angle-right:before {
  content: '\e803'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e804'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.row-no-gutter > .col, .row-no-gutter > .col-1, .row-no-gutter > .col-2, .row-no-gutter > .col-3, .row-no-gutter > .col-4, .row-no-gutter > .col-5, .row-no-gutter > .col-6, .row-no-gutter > .col-7, .row-no-gutter > .col-8, .row-no-gutter > .col-12 {
  padding: 0; }

.row-lg-gutter > .col, .row-lg-gutter > .col-1, .row-lg-gutter > .col-2, .row-lg-gutter > .col-3, .row-lg-gutter > .col-4, .row-lg-gutter > .col-5, .row-lg-gutter > .col-6, .row-lg-gutter > .col-7, .row-lg-gutter > .col-8, .row-lg-gutter > .col-12 {
  padding: 0 1.875rem; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease; }

body {
  padding-top: 4.5625rem; }
  body.nav-open .page-overlay, body.video-lightbox-show .page-overlay {
    pointer-events: auto;
    opacity: 1; }

.spacer {
  height: 1.875rem; }

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.dropdown {
  position: relative;
  display: inline;
  min-width: 6.25rem; }
  .dropdown .dropdown-btn {
    display: inline-block;
    min-width: 5.5rem;
    cursor: pointer; }
  .dropdown .dropdown-content {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: -0.75rem;
    background-color: #ffffff;
    min-width: 6.25rem;
    border: 0.0625rem solid #000;
    z-index: 1; }
    .dropdown .dropdown-content a,
    .dropdown .dropdown-content a:visited {
      padding: 0.25rem 0.75rem;
      transition: all 0.4s ease; }
      .dropdown .dropdown-content a:hover,
      .dropdown .dropdown-content a:visited:hover {
        background-color: #e6e6e6; }
  .dropdown:hover .dropdown-content, .dropdown.open .dropdown-content {
    display: flex; }

form .field {
  margin-top: 0.3125rem; }
  @media only screen and (max-width: 47.9375rem) {
    form .field {
      flex-basis: 100%;
      max-width: 100%; } }

form label {
  font-weight: 500;
  font-size: 1.40625rem;
  line-height: 2.0625rem; }
  @media only screen and (max-width: 47.9375rem) {
    form label {
      font-size: 1.125rem;
      line-height: 1.4; } }
  @media only screen and (max-width: 47.9375rem) {
    form label.blank-label {
      display: none; } }
  form label.required:after {
    content: '*'; }

form [type="color"],
form [type="date"],
form [type="datetime"],
form [type="datetime-local"],
form [type="email"],
form [type="month"],
form [type="number"],
form [type="password"],
form [type="tel"],
form [type="text"],
form [type="time"],
form [type="url"],
form [type="week"],
form input:not([type]),
form select {
  height: 3.375rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 500;
  font-size: 1.40625rem;
  background-color: #e5eff5;
  border-radius: 0;
  border: none; }
  @media only screen and (max-width: 47.9375rem) {
    form [type="color"],
    form [type="date"],
    form [type="datetime"],
    form [type="datetime-local"],
    form [type="email"],
    form [type="month"],
    form [type="number"],
    form [type="password"],
    form [type="tel"],
    form [type="text"],
    form [type="time"],
    form [type="url"],
    form [type="week"],
    form input:not([type]),
    form select {
      height: 2.125rem;
      padding: 0.3125rem 0.625rem;
      font-size: 1.125rem; } }
  form [type="color"]:focus,
  form [type="date"]:focus,
  form [type="datetime"]:focus,
  form [type="datetime-local"]:focus,
  form [type="email"]:focus,
  form [type="month"]:focus,
  form [type="number"]:focus,
  form [type="password"]:focus,
  form [type="tel"]:focus,
  form [type="text"]:focus,
  form [type="time"]:focus,
  form [type="url"]:focus,
  form [type="week"]:focus,
  form input:not([type]):focus,
  form select:focus {
    background-color: #c0d8e7;
    border-radius: 0;
    border: none; }
  form [type="color"].placeholder,
  form [type="date"].placeholder,
  form [type="datetime"].placeholder,
  form [type="datetime-local"].placeholder,
  form [type="email"].placeholder,
  form [type="month"].placeholder,
  form [type="number"].placeholder,
  form [type="password"].placeholder,
  form [type="tel"].placeholder,
  form [type="text"].placeholder,
  form [type="time"].placeholder,
  form [type="url"].placeholder,
  form [type="week"].placeholder,
  form input:not([type]).placeholder,
  form select.placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form [type="color"].placeholder,
      form [type="date"].placeholder,
      form [type="datetime"].placeholder,
      form [type="datetime-local"].placeholder,
      form [type="email"].placeholder,
      form [type="month"].placeholder,
      form [type="number"].placeholder,
      form [type="password"].placeholder,
      form [type="tel"].placeholder,
      form [type="text"].placeholder,
      form [type="time"].placeholder,
      form [type="url"].placeholder,
      form [type="week"].placeholder,
      form input:not([type]).placeholder,
      form select.placeholder {
        font-size: 1.125rem; } }
  form [type="color"]:-moz-placeholder,
  form [type="date"]:-moz-placeholder,
  form [type="datetime"]:-moz-placeholder,
  form [type="datetime-local"]:-moz-placeholder,
  form [type="email"]:-moz-placeholder,
  form [type="month"]:-moz-placeholder,
  form [type="number"]:-moz-placeholder,
  form [type="password"]:-moz-placeholder,
  form [type="tel"]:-moz-placeholder,
  form [type="text"]:-moz-placeholder,
  form [type="time"]:-moz-placeholder,
  form [type="url"]:-moz-placeholder,
  form [type="week"]:-moz-placeholder,
  form input:not([type]):-moz-placeholder,
  form select:-moz-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form [type="color"]:-moz-placeholder,
      form [type="date"]:-moz-placeholder,
      form [type="datetime"]:-moz-placeholder,
      form [type="datetime-local"]:-moz-placeholder,
      form [type="email"]:-moz-placeholder,
      form [type="month"]:-moz-placeholder,
      form [type="number"]:-moz-placeholder,
      form [type="password"]:-moz-placeholder,
      form [type="tel"]:-moz-placeholder,
      form [type="text"]:-moz-placeholder,
      form [type="time"]:-moz-placeholder,
      form [type="url"]:-moz-placeholder,
      form [type="week"]:-moz-placeholder,
      form input:not([type]):-moz-placeholder,
      form select:-moz-placeholder {
        font-size: 1.125rem; } }
  form [type="color"]::-moz-placeholder,
  form [type="date"]::-moz-placeholder,
  form [type="datetime"]::-moz-placeholder,
  form [type="datetime-local"]::-moz-placeholder,
  form [type="email"]::-moz-placeholder,
  form [type="month"]::-moz-placeholder,
  form [type="number"]::-moz-placeholder,
  form [type="password"]::-moz-placeholder,
  form [type="tel"]::-moz-placeholder,
  form [type="text"]::-moz-placeholder,
  form [type="time"]::-moz-placeholder,
  form [type="url"]::-moz-placeholder,
  form [type="week"]::-moz-placeholder,
  form input:not([type])::-moz-placeholder,
  form select::-moz-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form [type="color"]::-moz-placeholder,
      form [type="date"]::-moz-placeholder,
      form [type="datetime"]::-moz-placeholder,
      form [type="datetime-local"]::-moz-placeholder,
      form [type="email"]::-moz-placeholder,
      form [type="month"]::-moz-placeholder,
      form [type="number"]::-moz-placeholder,
      form [type="password"]::-moz-placeholder,
      form [type="tel"]::-moz-placeholder,
      form [type="text"]::-moz-placeholder,
      form [type="time"]::-moz-placeholder,
      form [type="url"]::-moz-placeholder,
      form [type="week"]::-moz-placeholder,
      form input:not([type])::-moz-placeholder,
      form select::-moz-placeholder {
        font-size: 1.125rem; } }
  form [type="color"]:-ms-input-placeholder,
  form [type="date"]:-ms-input-placeholder,
  form [type="datetime"]:-ms-input-placeholder,
  form [type="datetime-local"]:-ms-input-placeholder,
  form [type="email"]:-ms-input-placeholder,
  form [type="month"]:-ms-input-placeholder,
  form [type="number"]:-ms-input-placeholder,
  form [type="password"]:-ms-input-placeholder,
  form [type="tel"]:-ms-input-placeholder,
  form [type="text"]:-ms-input-placeholder,
  form [type="time"]:-ms-input-placeholder,
  form [type="url"]:-ms-input-placeholder,
  form [type="week"]:-ms-input-placeholder,
  form input:not([type]):-ms-input-placeholder,
  form select:-ms-input-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form [type="color"]:-ms-input-placeholder,
      form [type="date"]:-ms-input-placeholder,
      form [type="datetime"]:-ms-input-placeholder,
      form [type="datetime-local"]:-ms-input-placeholder,
      form [type="email"]:-ms-input-placeholder,
      form [type="month"]:-ms-input-placeholder,
      form [type="number"]:-ms-input-placeholder,
      form [type="password"]:-ms-input-placeholder,
      form [type="tel"]:-ms-input-placeholder,
      form [type="text"]:-ms-input-placeholder,
      form [type="time"]:-ms-input-placeholder,
      form [type="url"]:-ms-input-placeholder,
      form [type="week"]:-ms-input-placeholder,
      form input:not([type]):-ms-input-placeholder,
      form select:-ms-input-placeholder {
        font-size: 1.125rem; } }
  form [type="color"]::-webkit-input-placeholder,
  form [type="date"]::-webkit-input-placeholder,
  form [type="datetime"]::-webkit-input-placeholder,
  form [type="datetime-local"]::-webkit-input-placeholder,
  form [type="email"]::-webkit-input-placeholder,
  form [type="month"]::-webkit-input-placeholder,
  form [type="number"]::-webkit-input-placeholder,
  form [type="password"]::-webkit-input-placeholder,
  form [type="tel"]::-webkit-input-placeholder,
  form [type="text"]::-webkit-input-placeholder,
  form [type="time"]::-webkit-input-placeholder,
  form [type="url"]::-webkit-input-placeholder,
  form [type="week"]::-webkit-input-placeholder,
  form input:not([type])::-webkit-input-placeholder,
  form select::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form [type="color"]::-webkit-input-placeholder,
      form [type="date"]::-webkit-input-placeholder,
      form [type="datetime"]::-webkit-input-placeholder,
      form [type="datetime-local"]::-webkit-input-placeholder,
      form [type="email"]::-webkit-input-placeholder,
      form [type="month"]::-webkit-input-placeholder,
      form [type="number"]::-webkit-input-placeholder,
      form [type="password"]::-webkit-input-placeholder,
      form [type="tel"]::-webkit-input-placeholder,
      form [type="text"]::-webkit-input-placeholder,
      form [type="time"]::-webkit-input-placeholder,
      form [type="url"]::-webkit-input-placeholder,
      form [type="week"]::-webkit-input-placeholder,
      form input:not([type])::-webkit-input-placeholder,
      form select::-webkit-input-placeholder {
        font-size: 1.125rem; } }

form textarea {
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  font-size: 1.40625rem;
  background-color: #e5eff5;
  border-radius: 0;
  border: none; }
  @media only screen and (max-width: 47.9375rem) {
    form textarea {
      padding: 0.5rem 0.625rem;
      font-size: 1.125rem; } }
  form textarea:focus {
    background-color: #c0d8e7;
    border-radius: 0;
    border: none; }
  form textarea.placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form textarea.placeholder {
        font-size: 1.125rem; } }
  form textarea:-moz-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form textarea:-moz-placeholder {
        font-size: 1.125rem; } }
  form textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form textarea::-moz-placeholder {
        font-size: 1.125rem; } }
  form textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form textarea:-ms-input-placeholder {
        font-size: 1.125rem; } }
  form textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 1.40625rem;
    color: #4d4d4d; }
    @media only screen and (max-width: 47.9375rem) {
      form textarea::-webkit-input-placeholder {
        font-size: 1.125rem; } }

form .field-select {
  position: relative; }
  form .field-select:before {
    content: ">";
    display: block;
    position: absolute;
    left: 2.1875rem;
    top: 3.75rem;
    font-weight: 500;
    font-size: 1.40625rem; }
  form .field-select select {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      form .field-select select {
        padding: 0.3125rem 0.625rem 0.3125rem 2.5rem; } }
    form .field-select select option {
      background-color: #e5eff5;
      padding: 0.625rem 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        form .field-select select option {
          padding: 0.3125rem 0.625rem; } }
      form .field-select select option[selected] {
        background-color: #c0d8e7; }

form .field-checkboxes.no-label {
  display: flex;
  flex-wrap: wrap; }
  form .field-checkboxes.no-label .field-checkbox {
    flex-basis: 50%;
    max-width: 50%; }
    @media only screen and (max-width: 47.9375rem) {
      form .field-checkboxes.no-label .field-checkbox {
        flex-basis: 100%;
        max-width: 100%; } }
  @media only screen and (max-width: 47.9375rem) {
    form .field-checkboxes.no-label {
      overflow-y: scroll;
      max-height: 16.5625rem; } }

form .field-checkboxes .field-checkbox {
  display: block;
  position: relative;
  padding-left: 2.8125rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.0625rem;
  line-height: 1.8125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  form .field-checkboxes .field-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    form .field-checkboxes .field-checkbox input:checked ~ .checkmark:after {
      opacity: 1; }
  form .field-checkboxes .field-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8125rem;
    width: 1.8125rem;
    border: 0.0625rem solid #0b5fb0; }
    form .field-checkboxes .field-checkbox .checkmark:after {
      content: '';
      position: absolute;
      left: 0.625rem;
      top: 0.4375rem;
      width: 0.375rem;
      height: 0.75rem;
      border: solid #942279;
      border-width: 0 0.1875rem 0.1875rem 0;
      transform: rotate(45deg);
      transition: all 0.4s ease;
      opacity: 0; }
  form .field-checkboxes .field-checkbox:hover input:not(:checked) ~ .checkmark:after, form .field-checkboxes .field-checkbox:focus input:not(:checked) ~ .checkmark:after {
    opacity: 0.5; }

form .field-radios .field-radio {
  display: block;
  position: relative;
  padding-left: 2.8125rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 1.0625rem;
  line-height: 1.8125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  form .field-radios .field-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    form .field-radios .field-radio input:checked ~ .checkoption:after {
      opacity: 1; }
  form .field-radios .field-radio .checkoption {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.8125rem;
    width: 1.8125rem;
    border-radius: 50%;
    border: 0.0625rem solid #0b5fb0; }
    form .field-radios .field-radio .checkoption:after {
      content: '';
      position: absolute;
      top: 0.4375rem;
      left: 0.4375rem;
      width: 0.8125rem;
      height: 0.8125rem;
      border-radius: 50%;
      background: #942279;
      transition: all 0.4s ease;
      opacity: 0; }
  form .field-radios .field-radio:hover input:not(:checked) ~ .checkoption:after, form .field-radios .field-radio:focus input:not(:checked) ~ .checkoption:after {
    opacity: 0.5; }

form .label-small > label {
  font-size: 1.0625rem;
  line-height: 1.625rem; }

form .gap > label:not(.field-checkbox) {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem; }

form .radio-statement:after {
  content: 'Please select one course';
  display: block;
  font-weight: 500;
  font-style: italic;
  font-size: 0.9375rem;
  margin-top: 1.25rem; }

form .g-recaptcha-statement {
  margin-top: 1.25rem; }

form .btn-submit {
  margin-top: 2.8125rem;
  display: block;
  height: 3.375rem;
  line-height: 3.375rem;
  background-color: #942279;
  padding: 0 3.125rem;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff; }
  @media only screen and (max-width: 47.9375rem) {
    form .btn-submit {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 3rem;
      font-size: 1rem; } }
  form .btn-submit:hover {
    background-color: #bd2c9b;
    color: #ffffff; }

.table-entry label {
  background-color: #019cdb;
  color: #ffffff;
  padding: 0 0.9375rem;
  line-height: 3.375rem;
  font-weight: 500;
  font-size: 1.0625rem;
  width: 100%;
  margin: 0 0 0.625rem; }
  @media only screen and (min-width: 62rem) {
    .table-entry label {
      display: none;
      padding: 0 0.625rem; } }

@media only screen and (min-width: 62rem) {
  .table-entry.top {
    margin-top: 0.625rem !important; } }

.table-entry.top label {
  display: block; }

.table-entry.col-subject, .table-entry.col-year, .table-entry.col-predicted, .table-entry.col-actual, .table-entry.col-plus {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  padding: 0 0.9375rem;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }
  @media only screen and (min-width: 62rem) {
    .table-entry.col-subject, .table-entry.col-year, .table-entry.col-predicted, .table-entry.col-actual, .table-entry.col-plus {
      padding: 0; } }
  .table-entry.col-subject input, .table-entry.col-year input, .table-entry.col-predicted input, .table-entry.col-actual input, .table-entry.col-plus input {
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 62rem) {
      .table-entry.col-subject input, .table-entry.col-year input, .table-entry.col-predicted input, .table-entry.col-actual input, .table-entry.col-plus input {
        width: calc(100% - 0.625rem); } }
  @media only screen and (max-width: 61.9375rem) {
    .table-entry.col-subject, .table-entry.col-year, .table-entry.col-predicted, .table-entry.col-actual, .table-entry.col-plus {
      flex-basis: 100% !important;
      max-width: 100% !important; } }

.table-entry.col-subject {
  flex-basis: 32.5%;
  max-width: 32.5%;
  padding-left: 0.9375rem; }
  @media only screen and (max-width: 61.9375rem) {
    .table-entry.col-subject {
      padding-top: 0.6875rem; }
      .table-entry.col-subject:not(.top):before {
        content: "";
        display: block;
        position: absolute;
        left: 0.9375rem;
        right: 0.9375rem;
        top: 0;
        height: 0.0625rem;
        background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%); } }
  .table-entry.col-subject input {
    width: 100%; }

.table-entry.col-year {
  flex-basis: 12.5%;
  max-width: 12.5%; }

.table-entry.col-predicted {
  flex-basis: 25%;
  max-width: 25%; }

.table-entry.col-actual {
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 0.625rem; }
  @media only screen and (max-width: 61.9375rem) {
    .table-entry.col-actual {
      padding-right: 0.9375rem; } }

.table-entry.col-plus {
  flex-basis: 5%;
  max-width: 5%;
  padding: 0 0.9375rem; }
  .table-entry.col-plus .btn-plus {
    width: 1.8125rem;
    height: 1.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    border: 0.0625rem solid #0b5fb0;
    color: #0b5fb0;
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.375rem; }
    @media only screen and (max-width: 61.9375rem) {
      .table-entry.col-plus .btn-plus {
        margin: 0.9375rem 0.9375rem 0 0; } }

.table-entry.row-2, .table-entry.row-3, .table-entry.row-4, .table-entry.row-5, .table-entry.row-6, .table-entry.row-7, .table-entry.row-8, .table-entry.row-9, .table-entry.row-10, .table-entry.row-11, .table-entry.row-12 {
  display: none; }

.table-entry.show.col-subject, .table-entry.show.col-year, .table-entry.show.col-predicted, .table-entry.show.col-actual, .table-entry.show.col-plus {
  display: inline-flex; }

nav {
  background-color: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 4.5625rem;
  border-bottom: 0.1875rem solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 47.9375rem) {
    nav {
      background-color: #000; } }
  nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 4.375rem;
    left: 0;
    right: 0;
    height: 0.1875rem;
    background-color: #000;
    z-index: 10; }
  nav.nav-up {
    position: fixed;
    top: -4.5625rem; }
  nav.nav-down {
    position: fixed;
    top: 0; }
  nav .nav-home-link {
    z-index: 110;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.1875rem 0 0.9375rem;
    font-family: "Quanta East", sans-serif;
    font-weight: normal;
    background-color: #000;
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 0.9; }
    nav .nav-home-link .utc {
      font-size: 1.875rem; }
  nav .nav-toggle {
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.375rem; }
    nav .nav-toggle .nav-toggle-icon {
      position: relative;
      display: inline-block;
      width: 2.25rem;
      height: 0.25rem;
      background-color: #000;
      transition: all 0.4s ease; }
      nav .nav-toggle .nav-toggle-icon:before, nav .nav-toggle .nav-toggle-icon:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 2.25rem;
        height: 0.25rem;
        background-color: #000;
        transition: all 0.4s ease;
        z-index: 1; }
      nav .nav-toggle .nav-toggle-icon:before {
        top: -0.625rem; }
      nav .nav-toggle .nav-toggle-icon:after {
        bottom: -0.625rem; }
  nav .nav-left {
    padding-left: 0.625rem; }
    @media only screen and (max-width: 61.9375rem) {
      nav .nav-left {
        display: none !important; } }
    nav .nav-left .nav-link {
      position: relative; }
      nav .nav-left .nav-link:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 1.25rem;
        right: 1.25rem;
        height: 0.625rem;
        background-color: #942279;
        opacity: 0;
        transition: all 0.4s ease; }
      nav .nav-left .nav-link.active:after, nav .nav-left .nav-link:hover:after, nav .nav-left .nav-link:focus:after {
        opacity: 1; }
  nav .nav-right {
    margin-left: auto; }
    @media only screen and (max-width: 47.9375rem) {
      nav .nav-right {
        display: none !important; } }
  nav .nav-left,
  nav .nav-right {
    background-color: #ffffff;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-flex;
    align-items: stretch;
    justify-content: center; }
    @media only screen and (max-width: 47.9375rem) {
      nav .nav-left,
      nav .nav-right {
        right: -100vw;
        width: 100vw; } }
    nav .nav-left .nav-link,
    nav .nav-left .nav-link:visited,
    nav .nav-right .nav-link,
    nav .nav-right .nav-link:visited {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: museo-sans-condensed, sans-serif;
      font-size: 1rem;
      line-height: 1;
      text-transform: uppercase;
      color: #000;
      padding: 0 1.25rem; }
      nav .nav-left .nav-link:hover, nav .nav-left .nav-link:focus,
      nav .nav-left .nav-link:visited:hover,
      nav .nav-left .nav-link:visited:focus,
      nav .nav-right .nav-link:hover,
      nav .nav-right .nav-link:focus,
      nav .nav-right .nav-link:visited:hover,
      nav .nav-right .nav-link:visited:focus {
        color: #4d4d4d; }
    nav .nav-left .nav-search-toggle,
    nav .nav-right .nav-search-toggle {
      width: 4.375rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      nav .nav-left .nav-search-toggle .icon-search,
      nav .nav-right .nav-search-toggle .icon-search {
        font-size: 1.625rem; }
    nav .nav-left .nav-apply,
    nav .nav-right .nav-apply {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: museo-sans, sans-serif;
      font-size: 1.125rem;
      font-weight: 900;
      text-transform: uppercase;
      background-color: #942279;
      color: #ffffff;
      padding: 0 1.125rem 0 1.75rem; }
  nav .nav-dropdown {
    position: fixed;
    top: calc(-100vh - 4.5625rem);
    left: 0;
    right: 0;
    height: calc(100vh - 4.5625rem);
    transition: all 0.4s ease;
    background-color: #ffffff;
    padding: 2.5rem 2.125rem;
    overflow-y: auto; }
    @media only screen and (min-width: 48rem) {
      nav .nav-dropdown {
        padding: 3.125rem 2.75rem; } }
    @media only screen and (min-width: 62rem) {
      nav .nav-dropdown {
        padding: 4.375rem 5.25rem 4.375rem 3.375rem; } }
    @media only screen and (max-width: 74.9375rem) {
      nav .nav-dropdown > .row {
        flex-wrap: wrap; }
        nav .nav-dropdown > .row::after {
          content: '';
          flex: auto; } }
    nav .nav-dropdown .col {
      padding-top: 3.125rem;
      display: flex;
      flex-direction: column; }
    nav .nav-dropdown .menu-title {
      font-weight: 900;
      font-size: 1.25rem;
      text-transform: uppercase;
      margin-bottom: 2.75rem; }
    @media only screen and (max-width: 74.9375rem) {
      nav .nav-dropdown .menu {
        flex-basis: 50%;
        max-width: 50%; } }
    nav .nav-dropdown .menu .nav-menu-link {
      font-weight: 300;
      font-size: 1.5625rem;
      margin-bottom: 1.375rem; }
      @media only screen and (max-width: 47.9375rem) {
        nav .nav-dropdown .menu .nav-menu-link {
          font-size: 1.125rem;
          margin-bottom: 0.75rem; } }
    @media only screen and (min-width: 75rem) {
      nav .nav-dropdown .blog {
        margin-right: 10%; } }
    @media only screen and (max-width: 74.9375rem) {
      nav .nav-dropdown .blog {
        flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 47.9375rem) {
      nav .nav-dropdown .blog {
        flex-basis: 100%;
        max-width: 100%; } }
    nav .nav-dropdown .blog .nav-news-item {
      margin-bottom: 1.25rem;
      max-width: 21.875rem; }
      nav .nav-dropdown .blog .nav-news-item .nav-news-description {
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.375rem;
        margin-bottom: 0; }
      nav .nav-dropdown .blog .nav-news-item .nav-news-date {
        font-weight: 300;
        font-size: 0.625rem;
        line-height: 1.375rem; }
    nav .nav-dropdown .blog .nav-news-more {
      font-weight: 900;
      font-size: 1rem;
      text-transform: uppercase; }
      nav .nav-dropdown .blog .nav-news-more:after {
        content: ' >'; }
    @media only screen and (max-width: 74.9375rem) {
      nav .nav-dropdown .contact {
        flex-basis: 50%;
        max-width: 50%; } }
    @media only screen and (max-width: 47.9375rem) {
      nav .nav-dropdown .contact {
        flex-basis: 100%;
        max-width: 100%; } }
    nav .nav-dropdown .contact .nav-heading {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-bottom: 0; }
    nav .nav-dropdown .contact .nav-address {
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-bottom: 0; }
    nav .nav-dropdown .contact .nav-subheading {
      font-weight: 300;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-top: 1.375rem;
      margin-bottom: 0; }
    nav .nav-dropdown .contact .nav-contact-link,
    nav .nav-dropdown .contact .nav-contact-link:visited {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #0b5fb0;
      margin-bottom: 0; }
    nav .nav-dropdown .contact .nav-cta {
      margin-top: auto; }
      @media only screen and (max-width: 47.9375rem) {
        nav .nav-dropdown .contact .nav-cta {
          margin-top: 2.25rem; } }
      nav .nav-dropdown .contact .nav-cta .nav-cta-link,
      nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited {
        display: block;
        height: 3.375rem;
        line-height: 3.375rem;
        background-color: #942279;
        padding: 0 1.375rem 0 1.375rem;
        font-weight: 900;
        font-size: 1.125rem;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 0.625rem;
        position: relative;
        max-width: 21.875rem; }
        nav .nav-dropdown .contact .nav-cta .nav-cta-link:hover,
        nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited:hover {
          background-color: #bd2c9b;
          color: #ffffff; }
          nav .nav-dropdown .contact .nav-cta .nav-cta-link:hover .icon-angle-right,
          nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited:hover .icon-angle-right {
            right: 1.0625rem; }
        nav .nav-dropdown .contact .nav-cta .nav-cta-link.blue,
        nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited.blue {
          background-color: #019cdb; }
          nav .nav-dropdown .contact .nav-cta .nav-cta-link.blue:hover,
          nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited.blue:hover {
            background-color: #11b9fe; }
        nav .nav-dropdown .contact .nav-cta .nav-cta-link .icon-angle-right,
        nav .nav-dropdown .contact .nav-cta .nav-cta-link:visited .icon-angle-right {
          position: absolute;
          top: 0;
          right: 1.375rem;
          font-size: 0.75rem;
          transition: all 0.4s ease; }
      nav .nav-dropdown .contact .nav-cta .nav-social {
        margin-top: 2.0625rem; }
        nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link,
        nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited {
          border-radius: 50%;
          background-color: #000;
          width: 2.5rem;
          height: 2.5rem;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:not(:last-child),
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited:not(:last-child) {
            margin-right: 2rem; }
            @media only screen and (min-width: 75rem) {
              nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:not(:last-child),
              nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited:not(:last-child) {
                margin-right: 1.0625rem; } }
            @media only screen and (min-width: 100rem) {
              nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:not(:last-child),
              nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited:not(:last-child) {
                margin-right: 2rem; } }
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:hover,
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited:hover {
            background-color: #1a1a1a; }
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link [class^="icon-"]:before,
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link [class*=" icon-"]:before,
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited [class^="icon-"]:before,
          nav .nav-dropdown .contact .nav-cta .nav-social .nav-social-link:visited [class*=" icon-"]:before {
            color: #ffffff;
            font-size: 1.625rem; }

body.nav-open .nav-dropdown {
  top: 4.5625rem; }

body.nav-open .nav-toggle .nav-toggle-icon {
  background-color: #ffffff; }
  body.nav-open .nav-toggle .nav-toggle-icon:before {
    top: 0;
    transform: rotate(-45deg); }
  body.nav-open .nav-toggle .nav-toggle-icon:after {
    bottom: 0;
    transform: rotate(45deg); }

footer {
  background-color: #000;
  padding-top: 5rem; }
  @media only screen and (max-width: 47.9375rem) {
    footer {
      padding-top: 3.75rem; } }
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff; }
  footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media only screen and (max-width: 61.9375rem) {
      footer .footer-links {
        flex-basis: 100% !important;
        max-width: 100% !important; } }
  footer .footer-heading {
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 1.4;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.5625rem;
    display: inline-block; }
    footer .footer-heading:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5625rem;
      background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  footer .footer-subheading {
    margin-top: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    color: #0b5fb0;
    margin-bottom: 0; }
  footer .footer-address {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0; }
  footer .footer-link {
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4; }
    footer .footer-link:hover, footer .footer-link:focus {
      color: #e6e6e6; }
    @media only screen and (max-width: 61.9375rem) {
      footer .footer-link:last-child {
        margin-bottom: 1.875rem; } }
  footer .footer-col-badges {
    overflow: hidden; }
    @media only screen and (max-width: 61.9375rem) {
      footer .footer-col-badges {
        flex-basis: 100% !important;
        max-width: 100% !important; } }
  footer .footer-badges {
    margin: 1.25rem -1.40625rem; }
    @media only screen and (max-width: 61.9375rem) {
      footer .footer-badges {
        margin: 1.25rem -1.25rem; } }
    @media only screen and (max-width: 47.9375rem) {
      footer .footer-badges {
        margin: 1.25rem -0.61875rem; } }
    footer .footer-badges .footer-badge {
      padding: 0 1.40625rem; }
      @media only screen and (max-width: 61.9375rem) {
        footer .footer-badges .footer-badge {
          padding: 0 1.25rem; } }
      @media only screen and (max-width: 47.9375rem) {
        footer .footer-badges .footer-badge {
          padding: 0 0.61875rem; } }
      footer .footer-badges .footer-badge .badge-image {
        height: 3.75rem;
        max-height: 3.75rem;
        display: flex;
        align-items: center;
        margin-bottom: 1.25rem; }
        footer .footer-badges .footer-badge .badge-image img {
          width: auto;
          max-width: 100%;
          max-height: 100%; }
      footer .footer-badges .footer-badge .badge-description {
        font-weight: 300;
        font-size: 0.75rem;
        line-height: 1rem; }
      footer .footer-badges .footer-badge .badge-link {
        font-weight: 900;
        font-size: 1.03125rem;
        line-height: 1.5625rem;
        color: #ffffff;
        text-transform: uppercase; }
        @media only screen and (max-width: 47.9375rem) {
          footer .footer-badges .footer-badge .badge-link {
            font-weight: 500;
            font-size: 0.625rem;
            line-height: 0.75rem; } }
        footer .footer-badges .footer-badge .badge-link:before {
          content: '> '; }
        footer .footer-badges .footer-badge .badge-link:hover, footer .footer-badges .footer-badge .badge-link:focus {
          color: #e6e6e6; }
  footer .hash-tag {
    align-self: flex-end;
    font-weight: 900;
    font-size: 2.125rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 47.9375rem) {
      footer .hash-tag {
        font-size: 1.42188rem; } }
  footer .copyright {
    align-self: flex-end;
    font-weight: 300;
    font-size: 0.78125rem;
    line-height: 1;
    color: #ffffff;
    margin-top: 0.3125rem;
    text-align: right; }
    @media only screen and (max-width: 47.9375rem) {
      footer .copyright {
        font-size: 0.75rem;
        line-height: 1.4; } }
    footer .copyright .copyright-link {
      font-weight: 300;
      font-size: 0.78125rem;
      line-height: 1;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        footer .copyright .copyright-link {
          font-size: 0.75rem;
          line-height: 1.4; } }
      footer .copyright .copyright-link:hover, footer .copyright .copyright-link:focus {
        color: #e6e6e6; }

.blue-purple-overlay {
  position: relative; }
  .blue-purple-overlay:before, .blue-purple-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 66vw;
    max-width: 37.5rem; }
  .blue-purple-overlay:before {
    left: 0;
    background: linear-gradient(130deg, rgba(1, 156, 219, 0.25) 0%, rgba(1, 156, 219, 0) 33%, rgba(1, 156, 219, 0) 100%); }
  .blue-purple-overlay:after {
    right: 0;
    background: linear-gradient(320deg, rgba(148, 34, 121, 0.25) 0%, rgba(148, 34, 121, 0) 33%, rgba(148, 34, 121, 0) 100%); }

.gradient-border-top,
.gradient-border {
  position: relative; }
  .gradient-border-top:before,
  .gradient-border:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%);
    left: 0;
    right: 0; }

.gradient-border-top:before {
  top: 0;
  height: 0.75rem; }

.gradient-border:before {
  bottom: 0;
  height: 0.5rem; }

.line {
  margin-top: 0.9375rem;
  height: 0.0625rem;
  background-color: #4d4d4d; }

.image-sqaure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  transition: all 0.4s ease; }
  .image-sqaure:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%; }
  .image-sqaure:hover {
    background-size: 102%; }

hr {
  position: relative;
  margin: 1.625rem auto;
  max-width: 19.125rem;
  height: 0.5625rem;
  background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  @media only screen and (max-width: 47.9375rem) {
    hr {
      margin: 1.3125rem auto; } }

.btn-link,
.btn-link:visited {
  margin-top: 1.875rem;
  display: inline-block;
  height: 3.375rem;
  line-height: 3.375rem;
  background-color: #942279;
  padding: 0 1.875rem 0 1.375rem;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  transition: all 0.4s ease;
  white-space: nowrap; }
  @media only screen and (max-width: 47.9375rem) {
    .btn-link,
    .btn-link:visited {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 1.75rem 0 1.25rem;
      font-size: 1rem; } }
  .btn-link:before,
  .btn-link:visited:before {
    content: '> '; }
  .btn-link:hover,
  .btn-link:visited:hover {
    background-color: #bd2c9b;
    color: #ffffff; }
  .btn-link.blue,
  .btn-link:visited.blue {
    background-color: #019cdb; }
    .btn-link.blue:hover,
    .btn-link:visited.blue:hover {
      background-color: #11b9fe; }
  .btn-link.dark-blue,
  .btn-link:visited.dark-blue {
    background-color: #0b5fb0; }
    .btn-link.dark-blue:hover,
    .btn-link:visited.dark-blue:hover {
      background-color: #0e79e0; }

.show-more,
.show-more:visited {
  margin: 1.875rem auto 0;
  display: block;
  height: 3.375rem;
  line-height: 3.375rem;
  background-color: #942279;
  padding: 0 1.875rem 0 1.375rem;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff; }
  @media only screen and (max-width: 47.9375rem) {
    .show-more,
    .show-more:visited {
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 1.75rem 0 1.25rem;
      font-size: 1rem; } }
  .show-more:hover,
  .show-more:visited:hover {
    background-color: #bd2c9b;
    color: #ffffff; }
  .show-more.blue,
  .show-more:visited.blue {
    background-color: #019cdb; }
    .show-more.blue:hover,
    .show-more:visited.blue:hover {
      background-color: #11b9fe; }
  .show-more.dark-blue,
  .show-more:visited.dark-blue {
    background-color: #0b5fb0; }
    .show-more.dark-blue:hover,
    .show-more:visited.dark-blue:hover {
      background-color: #0e79e0; }

.nav-search {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  align-items: center;
  border-bottom: 0.0625rem solid #ebe8e8; }
  .nav-search .icon-search {
    height: 6.25rem;
    line-height: 6.25rem;
    font-size: 3.125rem;
    margin-right: 0.625rem; }
    @media only screen and (max-width: 74.9375rem) {
      .nav-search .icon-search {
        height: 3.125rem;
        line-height: 3.125rem;
        font-size: 1.5625rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .nav-search .icon-search {
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem; } }
  .nav-search .search {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 3.125rem;
    height: 6.25rem;
    background-color: #ffffff;
    border: none;
    box-shadow: none; }
    .nav-search .search.placeholder {
      font-weight: 100;
      font-size: 3.125rem;
      color: #a9a9a9; }
    .nav-search .search:-moz-placeholder {
      font-weight: 100;
      font-size: 3.125rem;
      color: #a9a9a9; }
    .nav-search .search::-moz-placeholder {
      font-weight: 100;
      font-size: 3.125rem;
      color: #a9a9a9; }
    .nav-search .search:-ms-input-placeholder {
      font-weight: 100;
      font-size: 3.125rem;
      color: #a9a9a9; }
    .nav-search .search::-webkit-input-placeholder {
      font-weight: 100;
      font-size: 3.125rem;
      color: #a9a9a9; }
    @media only screen and (max-width: 74.9375rem) {
      .nav-search .search {
        font-size: 1.5625rem;
        height: 3.125rem; }
        .nav-search .search.placeholder {
          font-size: 1.5625rem; }
        .nav-search .search:-moz-placeholder {
          font-size: 1.5625rem; }
        .nav-search .search::-moz-placeholder {
          font-size: 1.5625rem; }
        .nav-search .search:-ms-input-placeholder {
          font-size: 1.5625rem; }
        .nav-search .search::-webkit-input-placeholder {
          font-size: 1.5625rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .nav-search .search {
        font-size: 1rem;
        height: 2rem; }
        .nav-search .search.placeholder {
          font-size: 1rem; }
        .nav-search .search:-moz-placeholder {
          font-size: 1rem; }
        .nav-search .search::-moz-placeholder {
          font-size: 1rem; }
        .nav-search .search:-ms-input-placeholder {
          font-size: 1rem; }
        .nav-search .search::-webkit-input-placeholder {
          font-size: 1rem; } }

.flickity-page-dots {
  bottom: -2.25rem; }
  .flickity-page-dots .dot {
    background: #942279;
    width: 1.0625rem;
    height: 1.0625rem;
    margin: 0 0.375rem;
    opacity: 0.4; }

.header-image {
  height: 37.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media only screen and (max-width: 47.9375rem) {
    .header-image {
      max-height: calc(69vw - 4.5625rem); } }
  .header-image .header-image-text {
    height: 9.375rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .header-image .header-image-text {
        height: 8.125rem; } }
    .header-image .header-image-text .header-image-heading {
      margin: 1rem 0 0;
      font-size: 3.125rem;
      line-height: 1;
      font-weight: 900;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .header-image .header-image-text .header-image-heading {
          font-size: 2.875rem; } }
    .header-image .header-image-text .header-image-subheading {
      margin: 0.625rem 0 0;
      font-size: 1.5rem;
      line-height: 1;
      font-style: italic; }
      @media only screen and (max-width: 47.9375rem) {
        .header-image .header-image-text .header-image-subheading {
          font-size: 1.25rem; } }

.header-main {
  background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
  padding: 5.625rem 0 2.625rem;
  color: #ffffff; }
  @media only screen and (max-width: 47.9375rem) {
    .header-main {
      padding: 4.375rem 0 2rem; } }
  .header-main .hashtag {
    position: absolute;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
    top: -1.3125rem;
    right: 0;
    height: 3.375rem;
    padding: 0 5rem 0 1.25rem;
    font-weight: 900;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .header-main .hashtag {
        top: -0.6875rem;
        height: 2.125rem;
        padding: 0 1.25rem;
        font-size: 1.125rem; } }
  .header-main .page-title {
    font-family: "Quanta East", sans-serif;
    font-size: 3.75rem;
    font-weight: normal;
    width: 50%;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .header-main .page-title {
        width: 100%;
        font-size: 2.25rem; } }
  .header-main .subheading {
    font-size: 1.5625rem;
    font-weight: 900;
    width: 75%;
    line-height: 1.5; }
    @media only screen and (max-width: 47.9375rem) {
      .header-main .subheading {
        font-size: 1.25rem; } }

.header-filter {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 1.875rem;
  color: #4d4d4d; }
  .header-filter .dropdown {
    height: 1.875rem; }
  .header-filter .news-filter-value {
    font-weight: 900;
    font-size: 1.3125rem;
    line-height: 1.875rem; }

.header-form {
  padding-top: 3.125rem; }
  .header-form .form-heading {
    background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%);
    height: 3.375rem;
    line-height: 3.375rem;
    padding: 0 1rem;
    font-weight: 900;
    font-size: 1.8125rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .header-form .form-heading {
        height: 2.125rem;
        line-height: 2.125rem;
        padding: 0 0.625rem;
        font-size: 1rem; } }

.header-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .header-article .header-article-heading {
    font-weight: 500;
    font-size: 1.9375rem;
    color: #000;
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
    width: 100%;
    max-width: 53.4375rem; }
  .header-article .header-article-author {
    font-weight: 300;
    font-size: 1.3125rem;
    width: 100%;
    max-width: 53.4375rem; }

.header-image-gradient-border {
  width: 100%;
  height: 37.5rem;
  padding: 0 0 0.5625rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 47.9375rem) {
    .header-image-gradient-border {
      height: 50vw; } }
  .header-image-gradient-border:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }

.header-open-event-image {
  height: 37.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 47.9375rem) {
    .header-open-event-image {
      height: 50vw; } }

.header-open-event-main {
  margin-top: -7.5rem; }
  @media only screen and (max-width: 47.9375rem) {
    .header-open-event-main {
      margin-top: -1.875rem; } }
  .header-open-event-main .header-open-event-container {
    background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
    color: #ffffff;
    padding: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .header-open-event-main .header-open-event-container {
        padding: 1.25rem 1.5625rem; } }
    .header-open-event-main .header-open-event-container .header-open-event-header {
      font-family: "Quanta East", sans-serif;
      font-weight: normal;
      font-size: 3.75rem;
      line-height: 4.5625rem;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .header-open-event-main .header-open-event-container .header-open-event-header {
          font-size: 2.25rem;
          line-height: 1.3; } }
    .header-open-event-main .header-open-event-container .header-open-event-date {
      font-weight: 900;
      font-size: 1.5625rem;
      line-height: 1.75rem;
      margin-top: 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        .header-open-event-main .header-open-event-container .header-open-event-date {
          font-size: 1.125rem;
          line-height: 1.3; } }
    .header-open-event-main .header-open-event-container .header-open-event-time {
      font-weight: 500;
      font-size: 1.5625rem;
      line-height: 1.75rem; }
      @media only screen and (max-width: 47.9375rem) {
        .header-open-event-main .header-open-event-container .header-open-event-time {
          font-size: 1.125rem;
          line-height: 1.3; } }

.header-open-events-text {
  position: relative;
  background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
  color: #ffffff; }
  .header-open-events-text .hashtag {
    position: absolute;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
    bottom: -1.6875rem;
    right: 0;
    height: 3.375rem;
    padding: 0 5rem 0 1.25rem;
    font-weight: 900;
    font-size: 2.125rem;
    text-transform: uppercase;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .header-open-events-text .hashtag {
        bottom: -1.0625rem;
        height: 2.125rem;
        padding: 0 1.25rem;
        font-size: 1.125rem; } }
  .header-open-events-text .header-open-events-header {
    display: inline-block;
    font-weight: 900;
    font-size: 1.9375rem;
    line-height: 1;
    color: #ffffff;
    padding-bottom: 1.1875rem;
    position: relative; }
    @media only screen and (max-width: 47.9375rem) {
      .header-open-events-text .header-open-events-header {
        font-size: 1.625rem; } }
    .header-open-events-text .header-open-events-header:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5625rem;
      background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  .header-open-events-text .header-open-events-page-title {
    font-family: "Quanta East", sans-serif;
    font-weight: normal;
    font-size: 3.75rem;
    line-height: 4.5625rem;
    max-width: 60rem;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .header-open-events-text .header-open-events-page-title {
        font-size: 2.25rem;
        line-height: 1.3; } }
  .header-open-events-text .header-open-events-subheading {
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 1.75rem;
    max-width: 41.25rem;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .header-open-events-text .header-open-events-subheading {
        font-size: 1.25rem;
        line-height: 1.3; } }

.page-content {
  padding-bottom: 2.25rem; }

.apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem; }
  .apply .apply-heading {
    font-weight: 500;
    font-size: 1.9375rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0; }
  .apply .apply-paragraph {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    text-align: center;
    max-width: 52.5rem; }
    .apply .apply-paragraph ul {
      list-style-type: disc;
      list-style-position: inside; }
      .apply .apply-paragraph ul li {
        text-align: center;
        margin-top: 0.625rem; }
  .apply .apply-links-heading {
    font-weight: 500;
    font-size: 1.9375rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 3.125rem;
    margin-bottom: 1.625rem; }
  .apply .apply-links-paragraph {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    text-align: center;
    max-width: 56.875rem; }
  .apply .apply-links {
    width: calc(100% + 0.25rem);
    margin-top: 2.5rem;
    margin-left: -0.125rem;
    margin-right: -0.125rem; }
    .apply .apply-links .apply-link-col {
      padding: 0 0.125rem; }
      @media only screen and (max-width: 74.9375rem) {
        .apply .apply-links .apply-link-col {
          flex-basis: 50%;
          max-width: 50%;
          margin-bottom: 0.25rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .apply .apply-links .apply-link-col {
          flex-basis: 100%;
          max-width: 100%; } }
      .apply .apply-links .apply-link-col .apply-link {
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 3.4375rem 2.1875rem 2.1875rem;
        height: 100%; }
        .apply .apply-links .apply-link-col .apply-link.blue {
          background-color: #019cdb; }
        .apply .apply-links .apply-link-col .apply-link.purple {
          background-color: #942279; }
        .apply .apply-links .apply-link-col .apply-link.dark-blue {
          background-color: #0b5fb0; }
        .apply .apply-links .apply-link-col .apply-link .apply-link-heading {
          font-family: "Quanta East", sans-serif;
          font-weight: normal;
          font-size: 1.9375rem;
          line-height: 1;
          color: #ffffff;
          text-align: center; }
        .apply .apply-links .apply-link-col .apply-link .apply-link-subheading {
          font-weight: 500;
          font-size: 1.5625rem;
          line-height: 2.34375rem;
          max-width: 11.75rem;
          text-align: center;
          margin-top: 1.25rem;
          margin-bottom: 0; }
        .apply .apply-links .apply-link-col .apply-link .apply-link-button {
          width: 100%;
          max-width: 14.5rem; }

.book-a-tour-form {
  position: fixed;
  top: 4.5625rem;
  right: -100vw;
  bottom: 0;
  width: 100vw;
  background-color: #ffffff;
  transition: all 0.4s ease;
  z-index: 50;
  overflow-y: auto;
  padding-top: 3.75rem; }
  @media only screen and (max-width: 74.9375rem) {
    .book-a-tour-form {
      padding-top: 5rem; } }
  .book-a-tour-form .full-container {
    position: relative; }
  .book-a-tour-form .btn-close {
    position: absolute;
    top: 1.25rem;
    left: 3.75rem;
    width: 2.25rem;
    height: 0.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .book-a-tour-form .btn-close {
        top: -2.5rem;
        left: 1.25rem; } }
    .book-a-tour-form .btn-close:before, .book-a-tour-form .btn-close:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 2.25rem;
      height: 0.25rem;
      background-color: #000;
      transition: all 0.4s ease;
      z-index: 1; }
    .book-a-tour-form .btn-close:before {
      top: 0;
      transform: rotate(-45deg); }
    .book-a-tour-form .btn-close:after {
      bottom: 0;
      transform: rotate(45deg); }
  .book-a-tour-form .form-heading {
    background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%);
    height: 3.375rem;
    line-height: 3.375rem;
    padding: 0 1rem;
    font-weight: 900;
    font-size: 1.8125rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .book-a-tour-form .form-heading {
        height: 2.125rem;
        line-height: 2.125rem;
        padding: 0 0.625rem;
        font-size: 1rem; } }

body.nav-up .book-a-tour-form {
  top: 0; }

body.book-a-tour-open .book-a-tour-form {
  right: 0; }

.contact-details {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  @media only screen and (max-width: 47.9375rem) {
    .contact-details {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .contact-details .contact-links {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.8125rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-links {
        margin-bottom: 1.5625rem;
        flex-direction: column;
        align-items: center; } }
    .contact-details .contact-links .contact-link-left {
      margin-top: 0; }
      @media only screen and (max-width: 47.9375rem) {
        .contact-details .contact-links .contact-link-left {
          margin-bottom: 1.25rem; } }
      @media only screen and (min-width: 48rem) {
        .contact-details .contact-links .contact-link-left + .contact-link-right {
          margin-left: 2.125rem; } }
    .contact-details .contact-links .contact-link-right {
      margin-top: 0; }
  .contact-details .contact-details-list {
    padding-left: 0;
    padding-bottom: 3.125rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-details-list {
        flex-basis: 100%;
        max-width: 100%; } }
  .contact-details .contact-site-name {
    font-weight: 500;
    font-size: 1.40625rem;
    line-height: 2.125rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-site-name {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .contact-details .contact-address {
    font-weight: 300;
    font-size: 1.40625rem;
    line-height: 2.125rem;
    color: #4d4d4d;
    margin-bottom: 0; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-address {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .contact-details .contact-subheading {
    font-weight: 300;
    font-size: 1.40625rem;
    line-height: 2.125rem;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-subheading {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .contact-details .contact-link,
  .contact-details .contact-link:visited {
    font-weight: 500;
    font-size: 1.40625rem;
    line-height: 2.125rem;
    margin-bottom: 0;
    color: #006699; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-link,
      .contact-details .contact-link:visited {
        font-size: 1.125rem;
        line-height: 1.3; } }
    .contact-details .contact-link:hover,
    .contact-details .contact-link:visited:hover {
      color: #0088cc; }
  .contact-details hr {
    margin-left: 0; }
  .contact-details .contact-map {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-map {
        flex-basis: 100%;
        max-width: 100%;
        height: calc(100vw - 2.5rem); } }
  .contact-details .contact-details-subheading {
    font-weight: 500;
    font-size: 1.40625rem;
    line-height: 2.125rem;
    margin-top: 1.625rem;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-details-subheading {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .contact-details .contact-details-paragraph {
    font-weight: 300;
    font-size: 1.40625rem;
    line-height: 2.125rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-details .contact-details-paragraph {
        font-size: 1rem;
        line-height: 1.3; } }

.contact-form {
  padding-bottom: 3.75rem; }
  .contact-form .contact-form-heading {
    background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%);
    height: 3.375rem;
    line-height: 3.375rem;
    padding: 0 1rem;
    font-weight: 900;
    font-size: 1.8125rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .contact-form .contact-form-heading {
        height: 2.125rem;
        line-height: 2.125rem;
        padding: 0 0.625rem;
        font-size: 1rem; } }

.full-image-block-text {
  padding: 5.3125rem 0 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 47.9375rem) {
    .full-image-block-text {
      padding: 0;
      background: none !important; } }
  .full-image-block-text .block-text {
    width: 50vw;
    background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
    color: #ffffff;
    display: flex; }
    @media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
      .full-image-block-text .block-text {
        width: 66.66vw; } }
    @media only screen and (max-width: 47.9375rem) {
      .full-image-block-text .block-text {
        width: 100vw; } }
    .full-image-block-text .block-text.left {
      justify-content: flex-end; }
      .full-image-block-text .block-text.left .block-text-container {
        padding: 3.4375rem 3.4375rem 4.375rem 0; }
        @media only screen and (max-width: 64.9375rem) {
          .full-image-block-text .block-text.left .block-text-container {
            padding-left: 1.25rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .full-image-block-text .block-text.left .block-text-container {
            padding: 2.1875rem 1.25rem; } }
        .full-image-block-text .block-text.left .block-text-container .block-text-link {
          left: 0; }
    .full-image-block-text .block-text.right {
      margin-left: auto;
      justify-content: flex-start; }
      .full-image-block-text .block-text.right .block-text-container {
        padding: 3.4375rem 0 4.375rem 3.4375rem; }
        @media only screen and (max-width: 64.9375rem) {
          .full-image-block-text .block-text.right .block-text-container {
            padding-right: 1.25rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .full-image-block-text .block-text.right .block-text-container {
            padding: 2.1875rem 1.25rem; } }
        .full-image-block-text .block-text.right .block-text-container .block-text-link {
          right: 0; }
    .full-image-block-text .block-text .block-text-container {
      width: 32.5rem;
      position: relative; }
      .full-image-block-text .block-text .block-text-container .block-text-heading {
        font-family: "Quanta East", sans-serif;
        font-size: 3.375rem;
        font-weight: normal;
        line-height: 1.3;
        color: #ffffff;
        margin-bottom: 2.5rem; }
        @media only screen and (max-width: 74.9375rem) {
          .full-image-block-text .block-text .block-text-container .block-text-heading {
            font-size: 2.25rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .full-image-block-text .block-text .block-text-container .block-text-heading {
            font-size: 1.75rem; } }
      .full-image-block-text .block-text .block-text-container .block-text-subheading {
        font-size: 1.3125rem;
        line-height: 2.1875rem;
        color: #ffffff; }
        @media only screen and (max-width: 47.9375rem) {
          .full-image-block-text .block-text .block-text-container .block-text-subheading {
            font-size: 1rem;
            line-height: 1.3; } }
      .full-image-block-text .block-text .block-text-container .block-text-paragraph {
        font-weight: 300;
        font-size: 1.4375rem;
        line-height: 2.1875rem; }
        @media only screen and (max-width: 47.9375rem) {
          .full-image-block-text .block-text .block-text-container .block-text-paragraph {
            font-size: 1.0625rem;
            line-height: 1.3; } }
        .full-image-block-text .block-text .block-text-container .block-text-paragraph p {
          margin: 0; }
      @media only screen and (min-width: 48rem) {
        .full-image-block-text .block-text .block-text-container .block-text-link {
          position: absolute;
          bottom: -1.6875rem; } }

.full-image-overlay-text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  padding-top: 6.25rem;
  padding-bottom: 5.3125rem; }
  @media only screen and (max-width: 47.9375rem) {
    .full-image-overlay-text {
      padding-top: 5rem;
      padding-bottom: 4.0625rem; } }
  .full-image-overlay-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10, 38, 147, 0.88); }
  .full-image-overlay-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  .full-image-overlay-text .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .full-image-overlay-text .overlay-heading {
    font-family: "Quanta East", sans-serif;
    font-weight: normal;
    font-size: 4rem;
    color: #ffffff;
    text-align: center; }
    @media only screen and (max-width: 61.9375rem) {
      .full-image-overlay-text .overlay-heading {
        font-size: 2.625rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .full-image-overlay-text .overlay-heading {
        font-size: 2.25rem; } }
  .full-image-overlay-text .overlay-text {
    margin-top: 3.75rem;
    max-width: 43.75rem;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .full-image-overlay-text .overlay-text {
        font-size: 1rem;
        line-height: 1.4; } }
  .full-image-overlay-text .text-block-heading-link {
    margin-top: 3.125rem; }

.image {
  padding-top: 1.625rem;
  padding-bottom: 3.75rem; }
  @media only screen and (max-width: 47.9375rem) {
    .image {
      padding-top: 1rem;
      padding-bottom: 2.5rem; } }
  .image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%; }

.intro {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 47.9375rem) {
    .intro {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .intro .intro-heading {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 1.9375rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .intro .intro-heading {
        font-size: 1.625rem; } }
  .intro .intro-paragraph {
    font-size: 1.3125rem;
    font-weight: 300;
    text-align: center;
    max-width: 52.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .intro .intro-paragraph {
        font-size: 1rem; } }
  @media only screen and (max-width: 47.9375rem) {
    .intro .intro-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media only screen and (min-width: 48rem) {
    .intro .intro-links .intro-link-right {
      margin-left: 4rem; } }

.listing-content {
  padding-top: 1.25rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 47.9375rem) {
    .listing-content {
      padding-top: 0.9375rem;
      padding-bottom: 3.125rem; } }
  .listing-content .listing-item {
    margin-top: 4.375rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .listing-content .listing-item {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 2.5rem;
        margin-bottom: 0.625rem; } }
    .listing-content .listing-item .listing-image {
      position: relative;
      padding-bottom: 0.5625rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 100%; }
      .listing-content .listing-item .listing-image:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.5625rem;
        background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
    .listing-content .listing-item .listing-heading {
      font-weight: 500;
      font-size: 1.9375rem;
      line-height: 3rem;
      text-transform: uppercase;
      margin-top: 1.75rem; }
      @media only screen and (max-width: 47.9375rem) {
        .listing-content .listing-item .listing-heading {
          font-size: 1.375rem;
          line-height: 1.4; } }
    .listing-content .listing-item .listing-paragraph {
      font-weight: 300;
      font-size: 1.3125rem;
      line-height: 1.875rem;
      max-width: 26.875rem;
      margin-top: 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        .listing-content .listing-item .listing-paragraph {
          font-size: 1rem;
          line-height: 1.3; } }

.meet-the-team {
  padding-top: 0.625rem;
  padding-bottom: 0; }
  .meet-the-team .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .meet-the-team .meet-the-team-heading {
    font-weight: 500;
    font-size: 3.90625rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center; }
  .meet-the-team .meet-the-team-subheading {
    font-weight: 900;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    text-align: center;
    max-width: 42.5rem;
    margin-top: 0.625rem; }
  .meet-the-team .meet-the-team-paragraph {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    text-align: center;
    max-width: 55rem;
    margin-top: 0.625rem; }
  .meet-the-team .team-slider {
    width: calc(100% + 0.3125rem);
    margin: 1.875rem -0.3125rem 0; }
    .meet-the-team .team-slider .team-member {
      width: calc(33.3333vw + 0.3125rem);
      padding: 0 0.3125rem; }
      .meet-the-team .team-slider .team-member .member-photo {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 20.3125rem; }
      .meet-the-team .team-slider .team-member .member-details {
        background-color: #019cdb;
        color: #ffffff;
        padding: 1.25rem 1.5625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 8.25rem; }
        @media only screen and (max-width: 47.9375rem) {
          .meet-the-team .team-slider .team-member .member-details {
            padding: 0.9375rem 1.25rem;
            min-height: 9.375rem; } }
        .meet-the-team .team-slider .team-member .member-details .member-name {
          font-weight: 900;
          font-size: 1rem;
          text-transform: uppercase;
          color: #ffffff; }
        .meet-the-team .team-slider .team-member .member-details .member-title {
          font-weight: 300;
          font-size: 1rem;
          text-transform: uppercase;
          max-width: 15rem;
          flex: auto; }
          @media only screen and (max-width: 47.9375rem) {
            .meet-the-team .team-slider .team-member .member-details .member-title {
              max-width: 100%;
              font-size: 0.875rem; } }
        .meet-the-team .team-slider .team-member .member-details .member-email {
          font-weight: 900;
          font-size: 1rem;
          text-transform: uppercase;
          color: #ffffff; }
          .meet-the-team .team-slider .team-member .member-details .member-email:before {
            content: '> '; }
    .meet-the-team .team-slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 4.25rem;
      line-height: 1;
      cursor: pointer;
      z-index: 5; }
      @media only screen and (max-width: 47.9375rem) {
        .meet-the-team .team-slider .slick-arrow {
          font-size: 2.625rem; } }
      .meet-the-team .team-slider .slick-arrow:before {
        margin: 0;
        width: 2.4375rem;
        color: #ffffff;
        opacity: 1; }
        @media only screen and (max-width: 47.9375rem) {
          .meet-the-team .team-slider .slick-arrow:before {
            width: 1.5625rem; } }
      .meet-the-team .team-slider .slick-arrow.icon-angle-left {
        left: 5.625rem; }
        @media only screen and (max-width: 47.9375rem) {
          .meet-the-team .team-slider .slick-arrow.icon-angle-left {
            left: 4.0625rem; } }
      .meet-the-team .team-slider .slick-arrow.icon-angle-right {
        right: 5.625rem; }
        @media only screen and (max-width: 47.9375rem) {
          .meet-the-team .team-slider .slick-arrow.icon-angle-right {
            right: 4.0625rem; } }

.news-featured {
  padding-bottom: 3.75rem; }
  .news-featured .featured-container {
    position: relative;
    padding-bottom: 0.5625rem; }
    .news-featured .featured-container:hover .btn-link {
      background-color: #bd2c9b;
      color: #ffffff; }
    .news-featured .featured-container:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5625rem;
      background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  .news-featured .featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50%; }
    @media only screen and (max-width: 47.9375rem) {
      .news-featured .featured-image {
        flex-basis: 100%;
        max-width: 100%; } }
  .news-featured .featured-text {
    background-color: #019cdb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 8.125rem 4.375rem 1.25rem; }
    @media only screen and (max-width: 47.9375rem) {
      .news-featured .featured-text {
        padding: 6.25rem 1.25rem 1.25rem;
        flex-basis: 100%;
        max-width: 100%; } }
    .news-featured .featured-text .featured-banner {
      position: absolute;
      top: 3.125rem;
      left: 0;
      right: 3.75rem;
      height: 3.375rem;
      line-height: 3.375rem;
      padding-left: 2.25rem;
      font-family: "Quanta East", sans-serif;
      font-weight: normal;
      font-size: 1.3125rem;
      background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%);
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .news-featured .featured-text .featured-banner {
          top: 1.875rem;
          height: 2.75rem;
          line-height: 2.75rem;
          font-size: 1.125rem; } }
    .news-featured .featured-text .featured-heading {
      font-weight: 500;
      font-size: 2rem;
      line-height: 3rem;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 2.25rem;
      text-align: center; }
      @media only screen and (max-width: 47.9375rem) {
        .news-featured .featured-text .featured-heading {
          font-size: 1.375rem;
          margin-bottom: 1.625rem; } }
    .news-featured .featured-text .featured-description {
      font-weight: 300;
      font-size: 1.3125rem;
      line-height: 1.875rem;
      text-align: center;
      margin-bottom: 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        .news-featured .featured-text .featured-description {
          font-size: 1rem;
          line-height: 1.3; } }

.news-listing .article {
  margin-bottom: 3.4375rem; }
  @media only screen and (max-width: 47.9375rem) {
    .news-listing .article:nth-child(1), .news-listing .article:nth-child(2), .news-listing .article:nth-child(6), .news-listing .article:nth-child(7) {
      flex-basis: 100% !important;
      max-width: 100% !important; } }
  .news-listing .article:nth-child(1) .article-heading,
  .news-listing .article:nth-child(1) .article-paragraph, .news-listing .article:nth-child(2) .article-heading,
  .news-listing .article:nth-child(2) .article-paragraph, .news-listing .article:nth-child(6) .article-heading,
  .news-listing .article:nth-child(6) .article-paragraph, .news-listing .article:nth-child(7) .article-heading,
  .news-listing .article:nth-child(7) .article-paragraph {
    max-width: 22.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .news-listing .article:nth-child(1) .article-heading,
      .news-listing .article:nth-child(1) .article-paragraph, .news-listing .article:nth-child(2) .article-heading,
      .news-listing .article:nth-child(2) .article-paragraph, .news-listing .article:nth-child(6) .article-heading,
      .news-listing .article:nth-child(6) .article-paragraph, .news-listing .article:nth-child(7) .article-heading,
      .news-listing .article:nth-child(7) .article-paragraph {
        max-width: 100%; } }
  @media only screen and (max-width: 61.9375rem) {
    .news-listing .article:nth-child(3), .news-listing .article:nth-child(4), .news-listing .article:nth-child(5) {
      flex-basis: 50% !important;
      max-width: 50% !important; } }
  @media only screen and (max-width: 47.9375rem) {
    .news-listing .article:nth-child(3), .news-listing .article:nth-child(4), .news-listing .article:nth-child(5) {
      flex-basis: 100% !important;
      max-width: 100% !important; } }
  .news-listing .article .article-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%; }
  .news-listing .article .article-heading {
    font-weight: 500;
    font-size: 1.6875rem;
    line-height: 2.125rem;
    text-transform: uppercase;
    margin-top: 1.875rem; }
    @media only screen and (max-width: 47.9375rem) {
      .news-listing .article .article-heading {
        font-size: 1.125rem;
        line-height: 1.7; } }
  .news-listing .article .article-paragraph {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-top: 0.625rem; }
    @media only screen and (max-width: 47.9375rem) {
      .news-listing .article .article-paragraph {
        font-size: 1rem;
        line-height: 1.4; } }

.newsletter-subscribe {
  padding-top: 2.8125rem;
  padding-top: 2.8125rem;
  color: #ffffff; }
  .newsletter-subscribe.blue {
    background-color: #006699; }
  .newsletter-subscribe.purple {
    background-color: #942279; }
  @media only screen and (max-width: 61.9375rem) {
    .newsletter-subscribe .col-text {
      flex-basis: 45%;
      max-width: 45%; } }
  @media only screen and (max-width: 47.9375rem) {
    .newsletter-subscribe .col-text {
      flex-basis: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 61.9375rem) {
    .newsletter-subscribe .col-form {
      flex-basis: 55%;
      max-width: 55%; } }
  @media only screen and (max-width: 47.9375rem) {
    .newsletter-subscribe .col-form {
      flex-basis: 100%;
      max-width: 100%; } }
  .newsletter-subscribe .newsletter-subscribe-heading {
    font-weight: 900;
    font-size: 2.125rem;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase; }
  .newsletter-subscribe .newsletter-subscribe-paragraph {
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.2; }
  .newsletter-subscribe .subscribe-response {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2; }
  .newsletter-subscribe .subscribe-fields {
    width: 100%;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 47.9375rem) {
      .newsletter-subscribe .subscribe-fields {
        flex-direction: column; } }
    .newsletter-subscribe .subscribe-fields .email-subscribe {
      font-weight: 100;
      font-size: 1.03125rem;
      background-color: transparent;
      border-bottom: 0.0625rem solid #ffffff;
      color: #ffffff;
      padding-left: 0; }
      .newsletter-subscribe .subscribe-fields .email-subscribe.placeholder {
        font-weight: 100;
        font-size: 1.03125rem;
        color: #ffffff; }
      .newsletter-subscribe .subscribe-fields .email-subscribe:-moz-placeholder {
        font-weight: 100;
        font-size: 1.03125rem;
        color: #ffffff; }
      .newsletter-subscribe .subscribe-fields .email-subscribe::-moz-placeholder {
        font-weight: 100;
        font-size: 1.03125rem;
        color: #ffffff; }
      .newsletter-subscribe .subscribe-fields .email-subscribe:-ms-input-placeholder {
        font-weight: 100;
        font-size: 1.03125rem;
        color: #ffffff; }
      .newsletter-subscribe .subscribe-fields .email-subscribe::-webkit-input-placeholder {
        font-weight: 100;
        font-size: 1.03125rem;
        color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .newsletter-subscribe .subscribe-fields .email-subscribe {
          margin-top: 1rem;
          width: calc(100% - 1.875rem); } }
    .newsletter-subscribe .subscribe-fields .btn-subscribe {
      font-size: 1.46875rem;
      margin-top: 0;
      margin-left: 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        .newsletter-subscribe .subscribe-fields .btn-subscribe {
          margin-left: 0;
          margin-top: 1rem; } }
      .newsletter-subscribe .subscribe-fields .btn-subscribe.blue {
        background-color: #006699; }
        .newsletter-subscribe .subscribe-fields .btn-subscribe.blue:hover {
          background-color: #0088cc; }

.open-events-listing {
  padding-top: 1.25rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 47.9375rem) {
    .open-events-listing {
      padding-top: 0.9375rem;
      padding-bottom: 3.125rem; } }
  .open-events-listing .open-event-item {
    margin-top: 4.375rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .open-events-listing .open-event-item {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 2.5rem;
        margin-bottom: 0.625rem; } }
    .open-events-listing .open-event-item .open-event-image {
      position: relative;
      padding-bottom: 0.5625rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 100%; }
      .open-events-listing .open-event-item .open-event-image:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.5625rem;
        background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
      .open-events-listing .open-event-item .open-event-image .open-event-date {
        position: absolute;
        top: 2.125rem;
        left: 0;
        width: 100%;
        max-width: 24.25rem;
        height: 3.375rem;
        line-height: 3.375rem;
        font-weight: 500;
        font-size: 1.5625rem;
        background: linear-gradient(90deg, #019cdb 0%, #942279 100%);
        color: #ffffff;
        padding-left: 2.5rem; }
        @media only screen and (max-width: 47.9375rem) {
          .open-events-listing .open-event-item .open-event-image .open-event-date {
            height: 2.125rem;
            line-height: 2.125rem;
            font-size: 1.125rem; } }
    .open-events-listing .open-event-item .open-event-heading {
      font-weight: 500;
      font-size: 1.9375rem;
      line-height: 3rem;
      text-transform: uppercase;
      margin-top: 1.75rem; }
      @media only screen and (max-width: 47.9375rem) {
        .open-events-listing .open-event-item .open-event-heading {
          font-size: 1.375rem;
          line-height: 1.4; } }
    .open-events-listing .open-event-item .open-event-paragraph {
      font-weight: 300;
      font-size: 1.3125rem;
      line-height: 1.875rem;
      max-width: 26.875rem;
      margin-top: 1.25rem; }
      @media only screen and (max-width: 47.9375rem) {
        .open-events-listing .open-event-item .open-event-paragraph {
          font-size: 1rem;
          line-height: 1.3; } }

.paragraphs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.875rem; }
  @media only screen and (max-width: 47.9375rem) {
    .paragraphs {
      padding-bottom: 1.625rem; } }
  .paragraphs p {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.4;
    max-width: 53.4375rem;
    margin-top: 1rem; }
    @media only screen and (max-width: 47.9375rem) {
      .paragraphs p {
        font-size: 1rem; } }
  .paragraphs ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1rem;
    margin-bottom: 2rem; }
    .paragraphs ul li {
      font-weight: 300;
      font-size: 1.3125rem;
      line-height: 1.4; }
      @media only screen and (max-width: 47.9375rem) {
        .paragraphs ul li {
          font-size: 1rem; } }

.partners {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .partners .partners-heading {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 1.9375rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .partners .partners-heading {
        font-size: 1.625rem; } }
  .partners .partners-subheading {
    font-size: 1.3125rem;
    font-weight: 900;
    text-align: center;
    max-width: 52.5rem;
    color: #0b5fb0;
    margin-top: 0.3125rem; }
    @media only screen and (max-width: 47.9375rem) {
      .partners .partners-subheading {
        font-size: 1rem; } }
  .partners .partners-paragraph {
    font-size: 1.3125rem;
    font-weight: 300;
    text-align: center;
    max-width: 52.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .partners .partners-paragraph {
        font-size: 1rem; } }
  .partners .partners-slider-heading {
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 3.4375rem; }
  .partners .partners-slider-wrapper {
    position: relative;
    width: 100%; }
    .partners .partners-slider-wrapper .partners-slider {
      display: block;
      width: calc(100% - 17rem);
      max-width: 48rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 64.9375rem) {
        .partners .partners-slider-wrapper .partners-slider {
          width: calc(100% - 12.5rem);
          max-width: calc(100% - 12.5rem); } }
      .partners .partners-slider-wrapper .partners-slider .partner-slide {
        height: 4.4375rem;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 1.25rem; }
        .partners .partners-slider-wrapper .partners-slider .partner-slide img {
          max-height: 4.4375rem;
          width: auto; }
    .partners .partners-slider-wrapper .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 4.4375rem;
      line-height: 1;
      cursor: pointer;
      z-index: 5; }
      .partners .partners-slider-wrapper .slick-arrow:before {
        margin: 0;
        width: 2.625rem; }
      .partners .partners-slider-wrapper .slick-arrow.icon-angle-left {
        left: 0; }
      .partners .partners-slider-wrapper .slick-arrow.icon-angle-right {
        right: 0; }

.policies.container {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 47.9375rem) {
    .policies.container {
      padding-top: 3.75rem;
      padding-bottom: 1.875rem; } }
  .policies.container .policies-heading {
    font-weight: 500;
    font-size: 1.9375rem;
    line-height: 1;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .policies.container .policies-heading {
        font-size: 1.375rem; } }
  .policies.container .policies-subheading {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .policies.container .policies-subheading {
        font-size: 1.125rem;
        line-height: 1.4; } }
  .policies.container .policy-group {
    width: 100%; }
    .policies.container .policy-group .policy-heading {
      margin-top: 2.5rem;
      margin-bottom: 0;
      height: 3.375rem;
      line-height: 3.375rem;
      background-color: #019cdb;
      color: #ffffff;
      padding-left: 1.5rem;
      font-weight: 900;
      font-size: 1.125rem;
      text-transform: uppercase; }
      @media only screen and (max-width: 47.9375rem) {
        .policies.container .policy-group .policy-heading {
          height: 2.125rem;
          line-height: 2.125rem;
          font-size: 1rem;
          padding-left: 0.75rem; } }
    .policies.container .policy-group .policy-rows {
      margin: 0 -0.46875rem; }
      .policies.container .policy-group .policy-rows .policy-doc {
        margin-top: 0.9375rem;
        padding: 0 0.46875rem; }
        @media only screen and (max-width: 47.9375rem) {
          .policies.container .policy-group .policy-rows .policy-doc {
            flex-basis: 100%;
            max-width: 100%; } }
        .policies.container .policy-group .policy-rows .policy-doc .policy-doc-link {
          display: block;
          height: 3.375rem;
          line-height: 3.375rem;
          background-color: #80cded;
          color: #ffffff;
          padding-left: 1.5rem;
          font-weight: 900;
          font-size: 1.125rem;
          text-transform: uppercase; }
          @media only screen and (max-width: 47.9375rem) {
            .policies.container .policy-group .policy-rows .policy-doc .policy-doc-link {
              height: 2.125rem;
              line-height: 2.125rem;
              font-size: 1rem;
              padding-left: 0.75rem; } }
          .policies.container .policy-group .policy-rows .policy-doc .policy-doc-link:before {
            content: '> '; }
          .policies.container .policy-group .policy-rows .policy-doc .policy-doc-link:hover {
            background-color: #53bbe7; }

.quotes {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .quotes .quotes-heading {
    font-family: museo-sans, sans-serif;
    font-weight: 500;
    font-size: 1.9375rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 47.9375rem) {
      .quotes .quotes-heading {
        font-size: 1.625rem; } }
  .quotes .quotes-slider {
    display: block;
    width: calc(100vw - 2.5rem);
    max-width: 43.75rem;
    margin: 1.25rem auto; }
    @media only screen and (max-width: 47.9375rem) {
      .quotes .quotes-slider {
        max-width: calc(100vw - 2.5rem); } }
    .quotes .quotes-slider .quote-slide {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: calc(100vw - 2.5rem);
      max-width: 43.75rem;
      padding-bottom: 0.625rem; }
      @media only screen and (max-width: 47.9375rem) {
        .quotes .quotes-slider .quote-slide {
          max-width: calc(100vw - 2.5rem); } }
      .quotes .quotes-slider .quote-slide .quote-text {
        font-weight: 500;
        font-size: 2.25rem;
        line-height: 1.2;
        color: #0b5fb0;
        text-align: center;
        margin-bottom: 2.8125rem; }
        @media only screen and (max-width: 47.9375rem) {
          .quotes .quotes-slider .quote-slide .quote-text {
            font-size: 1rem; } }
      .quotes .quotes-slider .quote-slide .quote-name,
      .quotes .quotes-slider .quote-slide .quote-date {
        font-weight: 500;
        font-style: italic;
        font-size: 1.125rem;
        line-height: 0.8;
        text-align: center; }
        @media only screen and (max-width: 47.9375rem) {
          .quotes .quotes-slider .quote-slide .quote-name,
          .quotes .quotes-slider .quote-slide .quote-date {
            font-size: 1rem; } }

.results {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
  .results .results-number {
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1;
    margin-top: 2.5rem; }
  .results .result {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-top: 1.875rem; }
    .results .result:not(:last-child) {
      margin-bottom: 1.875rem; }

.sixth-form-application {
  padding-top: 0;
  padding-bottom: 3.125rem; }
  .sixth-form-application .section-heading {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 2.0625rem;
    position: relative;
    padding-bottom: 0.4375rem;
    margin-top: 3.125rem;
    margin-bottom: 1.25rem; }
    .sixth-form-application .section-heading:after {
      content: "";
      display: block;
      position: absolute;
      left: 0.9375rem;
      right: 0.9375rem;
      bottom: 0;
      height: 0.4375rem;
      background: linear-gradient(90deg, #942279 0%, #0b5fb0 100%); }

.stats {
  padding-top: 1.875rem;
  padding-bottom: 3.0625rem;
  background-color: #0b5fb0;
  color: #ffffff;
  position: relative; }
  @media only screen and (max-width: 47.9375rem) {
    .stats {
      padding-top: 1.25rem;
      padding-bottom: 2.4375rem; } }
  .stats:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  .stats .stat-heading {
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%);
    height: 4.375rem;
    margin-bottom: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2.375rem;
    text-transform: uppercase;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-heading {
        height: 3.75rem;
        font-size: 1.625rem; } }
  .stats .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .stats .stat-stat {
    font-family: "Quanta East", sans-serif;
    font-weight: normal;
    font-size: 10.625rem;
    line-height: 0.925;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-stat {
        font-size: 4.375rem; } }
    .stats .stat-stat:after {
      content: '*';
      font-size: 2.75rem;
      line-height: 1;
      vertical-align: top; }
      @media only screen and (max-width: 47.9375rem) {
        .stats .stat-stat:after {
          font-size: 1.875rem; } }
  .stats .stat-subheading {
    max-width: 30.3125rem;
    font-weight: 900;
    font-size: 1.40625rem;
    text-align: center;
    color: #ffffff;
    margin-top: 0.9375rem; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-subheading {
        font-size: 1.125rem; } }
  .stats .stat-list-heading {
    max-width: 48.125rem;
    font-weight: 900;
    font-size: 1.40625rem;
    line-height: 2.1875rem;
    text-align: center;
    color: #ffffff;
    margin-top: 0.625rem; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-list-heading {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .stats .stat-list-subheading {
    font-weight: 500;
    font-size: 1.40625rem;
    line-height: 2.34375rem;
    text-align: center;
    color: #ffffff;
    margin-top: 0.625rem; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-list-subheading {
        font-size: 1.125rem;
        line-height: 1.3; } }
  .stats .stat-list-bullets {
    list-style-type: disc;
    list-style-position: inside; }
    .stats .stat-list-bullets .stat-list-bullet {
      font-weight: 500;
      font-size: 1.40625rem;
      line-height: 2.34375rem;
      text-align: center;
      margin-top: 0.625rem; }
      @media only screen and (max-width: 47.9375rem) {
        .stats .stat-list-bullets .stat-list-bullet {
          font-size: 1rem;
          line-height: 1.3; } }
  .stats .stat-note {
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5625rem; }
    @media only screen and (max-width: 47.9375rem) {
      .stats .stat-note {
        font-size: 0.875rem; } }

.text {
  padding: 1.875rem 3.75rem 2.5rem; }
  @media only screen and (max-width: 47.9375rem) {
    .text {
      padding: 1rem 1.25rem 1.875rem; } }
  .text .text-heading {
    font-weight: 500;
    font-size: 1.9375rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 1.875rem; }
    @media only screen and (max-width: 47.9375rem) {
      .text .text-heading {
        font-size: 1.125rem; } }
  .text hr {
    margin: 0.625rem auto 3.125rem 0; }
    @media only screen and (max-width: 47.9375rem) {
      .text hr {
        margin: 0.625rem auto 2.5rem 0; } }
  .text .text-paragraphs p {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-top: 1rem; }
    @media only screen and (max-width: 47.9375rem) {
      .text .text-paragraphs p {
        font-size: 1rem;
        line-height: 1.4; } }
  .text .text-paragraphs ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 1rem;
    margin-bottom: 2rem; }
    .text .text-paragraphs ul li {
      font-weight: 300;
      font-size: 1.3125rem;
      line-height: 30px; }
      @media only screen and (max-width: 47.9375rem) {
        .text .text-paragraphs ul li {
          font-size: 1rem;
          line-height: 1.4; } }

.text-blocks-headings {
  padding: 0 0 0.5625rem;
  background: linear-gradient(90deg, #942279 0%, #942279 50%, #019cdb 50%, #019cdb 100%);
  position: relative; }
  .text-blocks-headings:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  @media only screen and (max-width: 61.9375rem) {
    .text-blocks-headings .text-blocks-wrapper {
      padding: 0; } }
  .text-blocks-headings .text-block-container {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 61.9375rem) {
      .text-blocks-headings .text-block-container {
        flex-basis: 100%;
        max-width: 100%; } }
    .text-blocks-headings .text-block-container.blue {
      background-color: #019cdb;
      padding: 2.8125rem 0 2.8125rem 4.0625rem; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks-headings .text-block-container.blue {
          padding: 2.8125rem 2.5rem; } }
      .text-blocks-headings .text-block-container.blue .text-block-gradient-heading {
        margin-left: -4.0625rem;
        margin-right: -4.0625rem;
        padding-left: 4.0625rem;
        padding-right: 1.25rem; }
        @media only screen and (max-width: 61.9375rem) {
          .text-blocks-headings .text-block-container.blue .text-block-gradient-heading {
            margin-left: -2.5rem; } }
    .text-blocks-headings .text-block-container.purple {
      background-color: #942279;
      padding: 2.8125rem 3.125rem 2.8125rem 0; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks-headings .text-block-container.purple {
          padding: 2.8125rem 2.5rem; } }
      .text-blocks-headings .text-block-container.purple .text-block-gradient-heading {
        margin-left: -4.0625rem;
        padding-left: 4.0625rem;
        padding-right: 1.25rem; }
        @media only screen and (max-width: 61.9375rem) {
          .text-blocks-headings .text-block-container.purple .text-block-gradient-heading {
            margin-left: -2.5rem; } }
    .text-blocks-headings .text-block-container .text-block-gradient-heading {
      background: linear-gradient(90deg, #942279 0%, #019cdb 100%);
      font-weight: 900;
      font-size: 1.8125rem;
      height: 3.375rem;
      line-height: 3.375rem;
      color: #ffffff;
      margin-bottom: 2.5rem; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-headings .text-block-container .text-block-gradient-heading {
          font-size: 1rem;
          height: 2.5rem;
          line-height: 2.5rem; } }
    .text-blocks-headings .text-block-container .text-block-heading {
      font-family: "Quanta East", sans-serif;
      font-size: 3.375rem;
      font-weight: normal;
      line-height: 1.3;
      color: #ffffff;
      margin-bottom: 2.5rem;
      flex: auto; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-headings .text-block-container .text-block-heading {
          font-size: 2rem; } }
    .text-blocks-headings .text-block-container .text-block-paragraph {
      font-weight: 300;
      font-size: 1.4375rem;
      line-height: 2.1875rem; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-headings .text-block-container .text-block-paragraph {
          font-size: 1rem;
          line-height: 1.4; } }

.text-blocks-promo {
  padding: 0 0 0.5625rem;
  background: linear-gradient(90deg, #019cdb 0%, #019cdb 50%, #0b5fb0 50%, #0b5fb0 100%);
  position: relative; }
  .text-blocks-promo:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  @media only screen and (max-width: 61.9375rem) {
    .text-blocks-promo .text-blocks-wrapper {
      padding: 0; } }
  .text-blocks-promo .text-block-promo {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 61.9375rem) {
      .text-blocks-promo .text-block-promo {
        flex-basis: 100%;
        max-width: 100%; } }
    .text-blocks-promo .text-block-promo.blue {
      background-color: #019cdb;
      padding: 2.8125rem 3.125rem 2.8125rem 0; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks-promo .text-block-promo.blue {
          padding: 2.8125rem 2.5rem; } }
      .text-blocks-promo .text-block-promo.blue .text-block-promo-heading {
        margin-left: -4.0625rem;
        padding-left: 4.0625rem; }
        @media only screen and (max-width: 61.9375rem) {
          .text-blocks-promo .text-block-promo.blue .text-block-promo-heading {
            margin-left: -2.5rem; } }
    .text-blocks-promo .text-block-promo.dark-blue {
      background-color: #0b5fb0;
      padding: 2.8125rem 0 2.8125rem 4.0625rem; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks-promo .text-block-promo.dark-blue {
          padding: 2.8125rem 2.5rem; } }
      .text-blocks-promo .text-block-promo.dark-blue .text-block-promo-heading {
        margin-left: -4.0625rem;
        margin-right: -4.0625rem;
        padding-left: 4.0625rem; }
        @media only screen and (max-width: 61.9375rem) {
          .text-blocks-promo .text-block-promo.dark-blue .text-block-promo-heading {
            margin-left: -2.5rem; } }
    .text-blocks-promo .text-block-promo .text-block-promo-heading {
      background: linear-gradient(90deg, #942279 0%, #207fba 100%);
      font-weight: 900;
      font-size: 1.8125rem;
      height: 3.375rem;
      line-height: 3.375rem;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 2.5rem;
      width: calc(100% + 4.0625rem); }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-promo .text-block-promo .text-block-promo-heading {
          font-size: 1rem;
          height: 2.5rem;
          line-height: 2.5rem; } }
    .text-blocks-promo .text-block-promo .text-block-heading {
      font-family: "Quanta East", sans-serif;
      font-size: 3.375rem;
      font-weight: normal;
      line-height: 1.3;
      color: #ffffff;
      margin-bottom: 2.5rem;
      flex: auto; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-promo .text-block-promo .text-block-heading {
          font-size: 2rem; } }
    .text-blocks-promo .text-block-promo .text-block-paragraph {
      font-weight: 300;
      font-size: 1.4375rem;
      line-height: 2.1875rem;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks-promo .text-block-promo .text-block-paragraph {
          font-size: 1rem;
          line-height: 1.4; } }
    .text-blocks-promo .text-block-promo .text-block-promo-link {
      margin-top: 2.875rem; }

.text-blocks {
  padding: 0 0 0.5625rem;
  background: linear-gradient(90deg, #942279 0%, #942279 50%, #019cdb 50%, #019cdb 100%);
  position: relative; }
  .text-blocks:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5625rem;
    background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
  @media only screen and (max-width: 61.9375rem) {
    .text-blocks .text-blocks-wrapper {
      padding: 0; } }
  .text-blocks .text-block-container {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 61.9375rem) {
      .text-blocks .text-block-container {
        flex-basis: 100%;
        max-width: 100%; } }
    .text-blocks .text-block-container.blue {
      background-color: #019cdb;
      padding: 5rem 0 2.8125rem 4.0625rem; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks .text-block-container.blue {
          padding: 2.8125rem 2.5rem; } }
    .text-blocks .text-block-container.purple {
      background-color: #942279;
      padding: 5rem 3.125rem 2.8125rem 0; }
      @media only screen and (max-width: 61.9375rem) {
        .text-blocks .text-block-container.purple {
          padding: 2.8125rem 2.5rem; } }
    .text-blocks .text-block-container .text-block-heading {
      font-family: "Quanta East", sans-serif;
      font-size: 3.375rem;
      font-weight: normal;
      line-height: 1.3;
      color: #ffffff;
      margin-bottom: 2.5rem;
      max-width: 27.5rem; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks .text-block-container .text-block-heading {
          font-size: 2rem; } }
    .text-blocks .text-block-container .text-block-paragraph {
      font-weight: 300;
      font-size: 1.4375rem;
      line-height: 2.1875rem;
      flex: auto; }
      @media only screen and (max-width: 47.9375rem) {
        .text-blocks .text-block-container .text-block-paragraph {
          font-size: 1rem;
          line-height: 1.4; } }

@media only screen and (max-width: 47.9375rem) {
  .two-images {
    padding-top: 0;
    padding-bottom: 0; }
    .two-images .two-images-image {
      flex-basis: 100%;
      max-width: 100%;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }

.values {
  padding-top: 3.75rem;
  padding-bottom: 0;
  background-color: #019cdb;
  color: #ffffff; }
  @media only screen and (max-width: 47.9375rem) {
    .values {
      padding-top: 2.5rem; } }
  .values > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .values .values-heading {
    font-family: "Quanta East", sans-serif;
    font-weight: normal;
    font-size: 3.90625rem;
    line-height: 1.2;
    text-align: center;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .values .values-heading {
        font-size: 2.25rem; } }
  .values .values-paragraph {
    font-weight: 300;
    font-size: 1.4375rem;
    line-height: 2.1875rem;
    text-align: center;
    margin-top: 2.5rem; }
    @media only screen and (max-width: 47.9375rem) {
      .values .values-paragraph {
        font-size: 1rem;
        line-height: 1.4;
        margin-top: 1.25rem; } }
  .values .values-link {
    display: inline-block;
    margin: 1.875rem auto 2.8125rem; }
  .values .values-slider-container {
    background: linear-gradient(90deg, #0b5fb0 0%, #942279 100%);
    height: 9.75rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 47.9375rem) {
      .values .values-slider-container {
        height: 7.5rem; } }
    .values .values-slider-container .container {
      width: 100%; }
    .values .values-slider-container .values-slider {
      width: 100%;
      margin-bottom: 0; }
      .values .values-slider-container .values-slider .values-slide {
        height: 5rem;
        width: 100%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-family: "Quanta East", sans-serif;
        font-weight: normal;
        font-size: 2.84375rem;
        line-height: 1.2;
        text-align: center;
        color: #ffffff; }
        @media only screen and (max-width: 47.9375rem) {
          .values .values-slider-container .values-slider .values-slide {
            height: 3.125rem;
            font-size: 1.25rem; } }
      .values .values-slider-container .values-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 4.25rem;
        line-height: 1;
        cursor: pointer;
        z-index: 5; }
        @media only screen and (max-width: 47.9375rem) {
          .values .values-slider-container .values-slider .slick-arrow {
            font-size: 2.625rem; } }
        .values .values-slider-container .values-slider .slick-arrow:before {
          margin: 0;
          width: 2.4375rem;
          opacity: 0.4; }
          @media only screen and (max-width: 47.9375rem) {
            .values .values-slider-container .values-slider .slick-arrow:before {
              width: 1.5625rem; } }
        .values .values-slider-container .values-slider .slick-arrow.icon-angle-left {
          left: 0; }
        .values .values-slider-container .values-slider .slick-arrow.icon-angle-right {
          right: 0; }
      .values .values-slider-container .values-slider .slick-dots {
        bottom: -1.25rem; }
        .values .values-slider-container .values-slider .slick-dots li {
          width: 0.75rem;
          height: 0.75rem;
          margin: 0 0.15625rem;
          border-radius: 50%; }
          .values .values-slider-container .values-slider .slick-dots li button {
            width: 0.75rem;
            height: 0.75rem;
            padding: 0;
            border-radius: 50%; }
            .values .values-slider-container .values-slider .slick-dots li button:before {
              content: '';
              width: 0.75rem;
              height: 0.75rem;
              font-size: 0.75rem;
              line-height: 1;
              background-color: #ffffff;
              border-radius: 50%;
              opacity: 0.5;
              transition: all 0.4s ease; }
          .values .values-slider-container .values-slider .slick-dots li.slick-active button:before {
            opacity: 1; }

.women-in-stem {
  padding: 0; }
  .women-in-stem .image-with-heading {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 29.6875rem; }
    .women-in-stem .image-with-heading .image-heading-container {
      position: absolute;
      bottom: -3.4375rem;
      left: 0;
      right: 0; }
      .women-in-stem .image-with-heading .image-heading-container .image-heading-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 6.875rem; }
        @media only screen and (max-width: 61.9375rem) {
          .women-in-stem .image-with-heading .image-heading-container .image-heading-wrapper {
            height: 5.625rem; } }
        .women-in-stem .image-with-heading .image-heading-container .image-heading-wrapper:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: calc(65rem + ((100vw - 65rem) / 2));
          background: linear-gradient(90deg, #019cdb 0%, #942279 100%); }
          @media only screen and (max-width: 64.9375rem) {
            .women-in-stem .image-with-heading .image-heading-container .image-heading-wrapper:before {
              width: 100vw; } }
      .women-in-stem .image-with-heading .image-heading-container .image-heading {
        font-family: "Quanta East", sans-serif;
        font-weight: normal;
        font-size: 3.90625rem;
        line-height: 1.2;
        text-align: center;
        color: #ffffff;
        margin: 0; }
        @media only screen and (max-width: 61.9375rem) {
          .women-in-stem .image-with-heading .image-heading-container .image-heading {
            font-size: 2.375rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .women-in-stem .image-with-heading .image-heading-container .image-heading {
            font-size: 2.25rem; } }
  .women-in-stem .blue-block {
    padding-top: 6.875rem;
    padding-bottom: 3.75rem;
    background-color: #019cdb;
    color: #ffffff; }
    @media only screen and (max-width: 47.9375rem) {
      .women-in-stem .blue-block {
        padding-top: 5rem;
        padding-bottom: 1.875rem; } }
    .women-in-stem .blue-block .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .women-in-stem .blue-block .image-subheading {
      font-weight: 500;
      font-size: 1.9375rem;
      line-height: 2.1875rem;
      text-align: center;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .women-in-stem .blue-block .image-subheading {
          font-size: 1.625rem;
          line-height: 1.4; } }
    .women-in-stem .blue-block .image-paragraphs p {
      max-width: 56.25rem;
      margin-top: 1.25rem;
      font-weight: 300;
      font-size: 1.40625rem;
      line-height: 2.1875rem;
      text-align: center; }
      @media only screen and (max-width: 47.9375rem) {
        .women-in-stem .blue-block .image-paragraphs p {
          font-size: 1rem;
          line-height: 1.4; } }
  .women-in-stem .women-in-stem-quote-container {
    background-color: #4db8db;
    color: #ffffff;
    padding-top: 3.75rem;
    padding-bottom: 4.0625rem;
    position: relative; }
    @media only screen and (max-width: 47.9375rem) {
      .women-in-stem .women-in-stem-quote-container {
        padding-top: 2.5rem;
        padding-bottom: 2.8125rem; } }
    .women-in-stem .women-in-stem-quote-container .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .women-in-stem .women-in-stem-quote-container:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 0.5625rem;
      background: linear-gradient(90deg, #942279 0%, #019cdb 100%); }
    .women-in-stem .women-in-stem-quote-container .women-in-stem-quote {
      max-width: 56.25rem;
      font-weight: 500;
      font-size: 1.9375rem;
      line-height: 2.84375rem;
      text-align: center;
      color: #ffffff; }
      @media only screen and (max-width: 47.9375rem) {
        .women-in-stem .women-in-stem-quote-container .women-in-stem-quote {
          font-size: 1.375rem;
          line-height: 1.3; } }
    .women-in-stem .women-in-stem-quote-container .women-in-stem-quote-name {
      max-width: 56.25rem;
      font-weight: 300;
      font-size: 1.40625rem;
      line-height: 2.1875rem;
      text-align: center; }
      @media only screen and (max-width: 47.9375rem) {
        .women-in-stem .women-in-stem-quote-container .women-in-stem-quote-name {
          font-size: 1rem;
          line-height: 1.3; } }
    @media only screen and (max-width: 47.9375rem) {
      .women-in-stem .women-in-stem-quote-container .women-in-stem-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    @media only screen and (min-width: 48rem) {
      .women-in-stem .women-in-stem-quote-container .women-in-stem-links .section-link-right {
        margin-left: 4rem; } }

.pagination {
  display: flex;
  margin: 2.875rem auto;
  align-items: center;
  justify-content: center; }
  .pagination .first,
  .pagination .next,
  .pagination .num,
  .pagination .current,
  .pagination .prev,
  .pagination .last {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.3125rem;
    line-height: 1;
    padding: 0;
    transition: all 0.4s ease;
    color: #4d4d4d; }
  .pagination .first,
  .pagination .prev,
  .pagination .next,
  .pagination .last {
    background-color: #000;
    color: #ffffff;
    font-size: 1rem; }
  .pagination .first:hover, .pagination .first:active,
  .pagination .prev:hover,
  .pagination .prev:active {
    padding-right: 0.625rem; }
  .pagination .next:hover, .pagination .next:active,
  .pagination .last:hover,
  .pagination .last:active {
    padding-left: 0.625rem; }
  .pagination .current {
    color: #942279; }
  .pagination .dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.375rem;
    font-size: 1.3125rem;
    line-height: 1;
    letter-spacing: 0.09375rem;
    padding-left: 0.09375rem;
    color: #4d4d4d; }

/*# sourceMappingURL=theme.min.css.map */
