/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* @function map-deep-get($map, $keys...) {
  @each $key in $keys {
    $map: map-get($map, $key);
  }

  @return $map;
} */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

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

body {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 1em 0;
}

ul,
ol {
  margin: 1em 0;
  padding-left: 1em;
}

dl {
  margin: 1em 0;
}
dl dt {
  font-weight: bold;
  margin-top: 0.5em;
}
dl dd {
  margin: 0;
}

a {
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}
hr {
  border: 0;
  border-top: 1px solid gray;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

samp {
  font-size: 90%;
}

abbr {
  cursor: help;
}

table {
  margin: 1em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

th {
  padding: 1em;
  text-align: left;
}

td {
  padding: 1em;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  width: auto;
}

[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=radio],
[type=checkbox] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
}

[type=file],
[type=range] {
  display: block;
  width: 100%;
}

[multiple],
[size] {
  height: auto;
}

button,
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

address {
  font-style: normal;
}

main {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  outline: 0;
  overflow: hidden;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.remove-text-decoration {
  text-decoration: none;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-link:focus, a.skip-link:active {
  background: white;
  border: 1px dashed;
  color: black;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 5px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

a.skip-link-point {
  position: absolute;
  left: 0;
  top: -110px;
}

.body {
  position: relative;
}

.container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1050px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.container.-full {
  max-width: none;
}
.container.-wide {
  max-width: 1250px;
}
@media (min-width: 50em) {
  .container.-padded-sides {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.-extra-padded {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 50em) {
  .container.-extra-padded {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.container.-general-content {
  padding: 30px;
}
@media (min-width: 50em) {
  .container.-general-content {
    padding: 50px;
  }
}
.container.-thin {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.colors-inverted {
  padding: 20px;
  background-color: black;
}
.colors-inverted h2, .colors-inverted h3, .colors-inverted h4, .colors-inverted p, .colors-inverted blockquote, .colors-inverted a {
  color: white;
}

.section-wrapper {
  background-color: transparent;
  margin-bottom: 5em;
  margin-top: 5em;
  padding: 1.875em;
}
.section-wrapper.-white {
  background-color: white;
}
.section-wrapper.-gray {
  background-color: #f2f2f2;
}
.section-wrapper.-green {
  background-color: #007777;
}
.section-wrapper.-flush-bottom {
  margin-bottom: 0;
}
.section-wrapper.-flush-top {
  margin-top: 0;
}
.section-wrapper.-flush-left {
  padding-left: 0;
}
.section-wrapper.-flush-right {
  padding-right: 0;
}
.section-wrapper.-flush-all {
  margin: 0;
  padding: 0;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 50em) {
  .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flexbox > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  fill: currentColor;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
.icon:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}
.icon.-quote {
  height: 50px;
  width: 40px;
}
.icon.-student {
  height: 42px;
  width: 42px;
}
.icon.-computer {
  height: 42px;
  width: 42px;
}
.icon.-arts {
  height: 64px;
  width: 64px;
}
.icon.-science {
  height: 64px;
  width: 64px;
}
.icon.-twitter {
  height: 19px;
  width: 27px;
}
.icon.-instagram {
  height: 19px;
  width: 27px;
}
.icon.-outlook {
  height: 19px;
  width: 27px;
}
.icon.-facebook {
  height: 27px;
  width: 15px;
}
.icon.-youtube {
  height: 19px;
  width: 27px;
}
.icon.-fb-share {
  height: 27px;
  width: 27px;
}
.icon.-tw-share {
  height: 27px;
  width: 27px;
}
.icon.-li-share {
  height: 27px;
  width: 27px;
}

.button, .summon-search-submit,
a.button,
p > a.button,
.sprout-forms button[type=submit] {
  background-color: #002945;
  background-image: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  padding: 1em 2em;
  margin: 1em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover, .summon-search-submit:hover, .button:active, .summon-search-submit:active, .button:focus, .summon-search-submit:focus,
a.button:hover,
a.button:active,
a.button:focus,
p > a.button:hover,
p > a.button:active,
p > a.button:focus,
.sprout-forms button[type=submit]:hover,
.sprout-forms button[type=submit]:active,
.sprout-forms button[type=submit]:focus {
  background-color: #000A2D;
}
.button:active, .summon-search-submit:active, .button:active:focus,
a.button:active,
a.button:active:focus,
p > a.button:active,
p > a.button:active:focus,
.sprout-forms button[type=submit]:active,
.sprout-forms button[type=submit]:active:focus {
  text-decoration: none;
}
.button:focus, .summon-search-submit:focus,
a.button:focus,
p > a.button:focus,
.sprout-forms button[type=submit]:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.4);
  text-decoration: underline;
}
.button[disabled], [disabled].summon-search-submit, .button.is-disabled, .is-disabled.summon-search-submit,
a.button[disabled],
a.button.is-disabled,
p > a.button[disabled],
p > a.button.is-disabled,
.sprout-forms button[type=submit][disabled],
.sprout-forms button[type=submit].is-disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.button:before, .summon-search-submit:before,
a.button:before,
p > a.button:before,
.sprout-forms button[type=submit]:before {
  content: none;
}
.button.-primary, .-primary.summon-search-submit,
a.button.-primary,
p > a.button.-primary,
.sprout-forms button[type=submit].-primary {
  background-color: #002945;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.button.-primary:hover, .-primary.summon-search-submit:hover, .button.-primary:active, .-primary.summon-search-submit:active, .button.-primary:focus, .-primary.summon-search-submit:focus,
a.button.-primary:hover,
a.button.-primary:active,
a.button.-primary:focus,
p > a.button.-primary:hover,
p > a.button.-primary:active,
p > a.button.-primary:focus,
.sprout-forms button[type=submit].-primary:hover,
.sprout-forms button[type=submit].-primary:active,
.sprout-forms button[type=submit].-primary:focus {
  background-color: #335C78;
}
.button.-secondary, .-secondary.summon-search-submit,
a.button.-secondary,
p > a.button.-secondary,
.sprout-forms button[type=submit].-secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button.-secondary:after, .-secondary.summon-search-submit:after, .button.-secondary:before, .-secondary.summon-search-submit:before,
a.button.-secondary:after,
a.button.-secondary:before,
p > a.button.-secondary:after,
p > a.button.-secondary:before,
.sprout-forms button[type=submit].-secondary:after,
.sprout-forms button[type=submit].-secondary:before {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 100%;
  z-index: 3;
}
.button.-secondary:before, .-secondary.summon-search-submit:before,
a.button.-secondary:before,
p > a.button.-secondary:before,
.sprout-forms button[type=submit].-secondary:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.button.-secondary:after, .-secondary.summon-search-submit:after,
a.button.-secondary:after,
p > a.button.-secondary:after,
.sprout-forms button[type=submit].-secondary:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.button.-secondary:hover, .-secondary.summon-search-submit:hover, .button.-secondary:active, .-secondary.summon-search-submit:active, .button.-secondary:focus, .-secondary.summon-search-submit:focus,
a.button.-secondary:hover,
a.button.-secondary:active,
a.button.-secondary:focus,
p > a.button.-secondary:hover,
p > a.button.-secondary:active,
p > a.button.-secondary:focus,
.sprout-forms button[type=submit].-secondary:hover,
.sprout-forms button[type=submit].-secondary:active,
.sprout-forms button[type=submit].-secondary:focus {
  border: 2px solid rgba(0, 160, 80, 0);
  background-color: transparent;
  color: #fff;
}
.button.-secondary:hover:after, .-secondary.summon-search-submit:hover:after, .button.-secondary:hover:before, .-secondary.summon-search-submit:hover:before,
a.button.-secondary:hover:after,
a.button.-secondary:hover:before,
p > a.button.-secondary:hover:after,
p > a.button.-secondary:hover:before,
.sprout-forms button[type=submit].-secondary:hover:after,
.sprout-forms button[type=submit].-secondary:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.button.-secondary.-white, .-secondary.-white.summon-search-submit,
a.button.-secondary.-white,
p > a.button.-secondary.-white,
.sprout-forms button[type=submit].-secondary.-white {
  border-color: white;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button.-secondary.-white:before, .-secondary.-white.summon-search-submit:before, .button.-secondary.-white:after, .-secondary.-white.summon-search-submit:after,
a.button.-secondary.-white:before,
a.button.-secondary.-white:after,
p > a.button.-secondary.-white:before,
p > a.button.-secondary.-white:after,
.sprout-forms button[type=submit].-secondary.-white:before,
.sprout-forms button[type=submit].-secondary.-white:after {
  content: none;
}
.button.-secondary.-white:hover, .-secondary.-white.summon-search-submit:hover, .button.-secondary.-white:active, .-secondary.-white.summon-search-submit:active, .button.-secondary.-white:focus, .-secondary.-white.summon-search-submit:focus,
a.button.-secondary.-white:hover,
a.button.-secondary.-white:active,
a.button.-secondary.-white:focus,
p > a.button.-secondary.-white:hover,
p > a.button.-secondary.-white:active,
p > a.button.-secondary.-white:focus,
.sprout-forms button[type=submit].-secondary.-white:hover,
.sprout-forms button[type=submit].-secondary.-white:active,
.sprout-forms button[type=submit].-secondary.-white:focus {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.6);
}
.button.-tertiary, .-tertiary.summon-search-submit,
a.button.-tertiary,
p > a.button.-tertiary,
.sprout-forms button[type=submit].-tertiary {
  border: 1px solid #5E5E5E;
  background-color: white;
  font-size: 17px;
  font-weight: 400;
  color: #2A2A2A;
  letter-spacing: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: normal;
}
.button.-tertiary:hover, .-tertiary.summon-search-submit:hover,
a.button.-tertiary:hover,
p > a.button.-tertiary:hover,
.sprout-forms button[type=submit].-tertiary:hover {
  background-color: #002945;
  color: white;
}
.button.-large, .-large.summon-search-submit,
a.button.-large,
p > a.button.-large,
.sprout-forms button[type=submit].-large {
  font-size: 1.125em;
  padding: 1em 2em;
}
.button.-medium, .-medium.summon-search-submit,
a.button.-medium,
p > a.button.-medium,
.sprout-forms button[type=submit].-medium {
  font-size: 0.9em;
  padding: 1em 2em;
}
.button.-small, .-small.summon-search-submit,
a.button.-small,
p > a.button.-small,
.sprout-forms button[type=submit].-small {
  font-size: 0.75em;
  padding: 1em 2.5em;
}
.button.-block, .-block.summon-search-submit,
a.button.-block,
p > a.button.-block,
.sprout-forms button[type=submit].-block {
  display: block;
  padding: 2em !important;
  width: 100%;
}
.button.-text, .-text.summon-search-submit,
a.button.-text,
p > a.button.-text,
.sprout-forms button[type=submit].-text {
  background-color: transparent;
  color: #002945;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
}
.button.-text:hover, .-text.summon-search-submit:hover,
a.button.-text:hover,
p > a.button.-text:hover,
.sprout-forms button[type=submit].-text:hover {
  color: #022346;
}
.button.-text:hover:after, .-text.summon-search-submit:hover:after,
a.button.-text:hover:after,
p > a.button.-text:hover:after,
.sprout-forms button[type=submit].-text:hover:after {
  left: 0.25em;
}
.button.-text.-white, .-text.-white.summon-search-submit, .button.-text.-white:hover,
a.button.-text.-white,
a.button.-text.-white:hover,
p > a.button.-text.-white,
p > a.button.-text.-white:hover,
.sprout-forms button[type=submit].-text.-white,
.sprout-forms button[type=submit].-text.-white:hover {
  color: white;
}
.button.-text.-light-blue, .-text.-light-blue.summon-search-submit,
a.button.-text.-light-blue,
p > a.button.-text.-light-blue,
.sprout-forms button[type=submit].-text.-light-blue {
  color: #33A8CE;
}
.button.-text.-light-blue:hover, .-text.-light-blue.summon-search-submit:hover,
a.button.-text.-light-blue:hover,
p > a.button.-text.-light-blue:hover,
.sprout-forms button[type=submit].-text.-light-blue:hover {
  color: #2a8eae;
}

.babas-neue {
  font-family: "bebas-neue", sans-serif;
}

.minion-pro {
  font-family: "minion-pro", "Georgia", "Times", "Times New Roman", "serif";
}

.monospace {
  font-family: "Source Code Pro", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
}

.visually-hidden {
  display: none;
}

ol, ul {
  color: #505050;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}

li {
  margin-bottom: 1em;
}
li:last-of-type {
  margin-bottom: 0;
}
.article li a, article li a {
  color: #002945;
  position: relative;
  text-decoration: none;
}
.article li a:before, article li a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002945;
  content: "";
  opacity: 0.3;
  -webkit-transform: scaleX(0.9);
      -ms-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listItemBlock .article li a:before, .listItemBlock article li a:before {
  display: none;
}
.article li a:hover:before, article li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.loader {
  margin: 0px auto;
  position: relative;
  width: 80px;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loader.hidden {
  display: none;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  margin: auto;
  position: absolute;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.path {
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #007777;
  }
  40% {
    stroke: #bcbcbc;
  }
  66% {
    stroke: #21b1b1;
  }
  80%, 90% {
    stroke: #585858;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #007777;
  }
  40% {
    stroke: #bcbcbc;
  }
  66% {
    stroke: #21b1b1;
  }
  80%, 90% {
    stroke: #585858;
  }
}
h1 {
  font-size: 2.25em;
}

p {
  color: #505050;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}
p.-regular {
  font-weight: 400;
}
p.-medium {
  font-weight: 500;
}
p.-semibold {
  font-weight: 600;
}
p.lead-paragraph {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 1.5em 0;
}
@media (min-width: 50em) {
  p.lead-paragraph {
    padding-right: 100px;
  }
}
p.date {
  font-weight: 600;
  color: #002945;
  letter-spacing: 0.9px;
}
p.topic {
  font-weight: 600;
  color: #1c7a98;
  letter-spacing: 3.54px;
}
.listItemBlock p {
  margin: 0;
}

hr {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  height: 0;
  margin: 2em 0;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

p > a {
  color: #002945;
  position: relative;
  text-decoration: none;
}
p > a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002945;
  content: "";
  opacity: 0.3;
  -webkit-transform: scaleX(0.9);
      -ms-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listItemBlock p > a:before {
  display: none;
}
p > a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.title {
  font-family: "bebas-neue", sans-serif;
  font-size: 40px;
  color: #002945;
  letter-spacing: 0.14px;
}

.sectionDescription {
  max-width: 750px;
  margin: 25px auto;
  padding: 15px;
}

fieldset {
  border: 0;
  margin: 0 0 2em;
  min-width: 0;
  padding: 0;
}
fieldset[disabled] .form-control, fieldset[disabled] .summon-search-field {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

legend {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.checkbox-inline label:after {
  content: "";
}

.sprout-forms .fields .input input[type=text],
.sprout-forms .fields .input input[type=email],
.sprout-forms .fields .input select,
.sprout-forms .fields .input textarea {
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #585858;
  display: block;
  font-size: 0.875em;
  line-height: 1.33;
  margin-bottom: 25px;
  padding: 10px 16px;
  position: relative;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  width: 100%;
}
.sprout-forms .fields .input input[type=text]:focus,
.sprout-forms .fields .input input[type=email]:focus,
.sprout-forms .fields .input select:focus,
.sprout-forms .fields .input textarea:focus {
  border-color: #335C78;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 92, 120, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 92, 120, 0.6);
  outline: 0;
}
.sprout-forms .fields .input input[type=text]::-webkit-input-placeholder,
.sprout-forms .fields .input input[type=email]::-webkit-input-placeholder,
.sprout-forms .fields .input select::-webkit-input-placeholder,
.sprout-forms .fields .input textarea::-webkit-input-placeholder {
  color: #505050;
}
.sprout-forms .fields .input input[type=text]::-moz-placeholder,
.sprout-forms .fields .input input[type=email]::-moz-placeholder,
.sprout-forms .fields .input select::-moz-placeholder,
.sprout-forms .fields .input textarea::-moz-placeholder {
  color: #505050;
}
.sprout-forms .fields .input input[type=text]:-moz-placeholder,
.sprout-forms .fields .input input[type=email]:-moz-placeholder,
.sprout-forms .fields .input select:-moz-placeholder,
.sprout-forms .fields .input textarea:-moz-placeholder {
  color: #505050;
}
.sprout-forms .fields .input input[type=text]:-ms-input-placeholder,
.sprout-forms .fields .input input[type=email]:-ms-input-placeholder,
.sprout-forms .fields .input select:-ms-input-placeholder,
.sprout-forms .fields .input textarea:-ms-input-placeholder {
  color: #505050;
}
.is-submitted .sprout-forms .fields .input input[type=text]:invalid, .sprout-forms .fields .input .is-submitted input[type=text]:invalid,
.is-submitted .sprout-forms .fields .input input[type=email]:invalid,
.sprout-forms .fields .input .is-submitted input[type=email]:invalid,
.is-submitted .sprout-forms .fields .input select:invalid,
.sprout-forms .fields .input .is-submitted select:invalid,
.is-submitted .sprout-forms .fields .input textarea:invalid,
.sprout-forms .fields .input .is-submitted textarea:invalid {
  border-color: #b03535;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d45252;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #d45252;
  outline: 0;
}
.sprout-forms .fields .input input[disabled][type=text],
.sprout-forms .fields .input input[disabled][type=email],
.sprout-forms .fields .input select[disabled],
.sprout-forms .fields .input textarea[disabled], .sprout-forms .fields .input input[readonly][type=text],
.sprout-forms .fields .input input[readonly][type=email],
.sprout-forms .fields .input select[readonly],
.sprout-forms .fields .input textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed;
  opacity: 1;
}

.form-control-group {
  margin-bottom: 1em;
  margin-top: 1em;
  position: relative;
}

.sprout-forms .fields .input input[type=text].has-icon,
.sprout-forms .fields .input input[type=email].has-icon,
.sprout-forms .fields .input select.has-icon,
.sprout-forms .fields .input textarea.has-icon {
  padding-right: 45px;
}
.sprout-forms .fields .input select,
.sprout-forms .fields .input select.form-control,
.sprout-forms .fields .input select.summon-search-field {
  color: #505050;
  font-size: 0.875em;
  padding-right: 45px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.field.dropdown .input {
  position: relative;
}
.field.dropdown .input:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #002945;
  z-index: 1;
}

textarea {
  height: inherit;
  resize: vertical;
}
textarea.form-control, textarea.summon-search-field {
  height: 150px;
}

[type=radio],
[type=checkbox] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px \9 ;
}

[type=file],
[type=range] {
  display: block;
  width: 100%;
}

[multiple],
[size] {
  height: auto;
}

[type=file]:focus,
[type=radio]:focus,
[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select::-ms-expand {
  display: none;
}

.form-control-select-wrapper {
  display: block;
  max-width: 100%;
  position: relative;
  width: auto;
}

.form-control__instructions {
  color: #505050;
  display: block;
  font-weight: 300;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}

.field-icon {
  color: #585858;
  font-size: 1.1em;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

button,
[type=submit] {
  border: 0;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:active, button:focus,
[type=submit]:active,
[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 20px;
  position: relative;
}
.radio label,
.checkbox label {
  color: #585858;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.radio [type=radio],
.radio-inline [type=radio],
.checkbox [type=checkbox],
.checkbox-inline [type=checkbox] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 10px;
  margin-top: 0;
}

[type=radio][disabled],
[type=checkbox][disabled],
[type=radio].disabled,
[type=checkbox].disabled,
[disabled] [type=radio],
[disabled] [type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
[disabled] .radio-inline,
[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
[disabled] .radio label,
[disabled] .checkbox label {
  cursor: not-allowed;
}

.sprout-forms {
  margin: 50px auto 0;
  max-width: 650px;
}

.sprout-forms > .submit {
  text-align: center;
}

label {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #111111;
  letter-spacing: 0;
}
label.required:after {
  content: "*";
}

/*!
* Pikaday
* Copyright (c) 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
  background-color: white;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  color: #505050;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 9999;
}
.pika-single:after {
  clear: both;
  content: "";
  display: table;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-single.dark {
  background-color: #585858;
  border-color: #505050;
}

.pika-lendar {
  float: left;
  margin: 8px;
  width: 240px;
}

.pika-title {
  color: #007777;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.dark .pika-title {
  color: white;
}
.pika-title select {
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 5px;
  z-index: 9998;
}

.pika-label {
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 5px 3px;
  position: relative;
  z-index: 9999;
}
.dark .pika-label {
  background-color: #585858;
}

.pika-prev,
.pika-next {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  border: 0;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 20px;
  white-space: nowrap;
  width: 20px;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  float: left;
}

.pika-next,
.is-rtl .pika-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  float: right;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.pika-table tr {
  border-bottom: none !important;
}
.pika-table th,
.pika-table td {
  border-right: none !important;
  padding: 0;
  width: 14.2857142857%;
}
.dark .pika-table th,
.dark .pika-table td {
  border-bottom-color: #505050;
}
.pika-table th {
  color: #007777;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 10px;
  text-align: center;
}
.dark .pika-table th {
  color: #4a8080;
}
.pika-table td:first-child {
  padding-top: 0 !important;
}
.pika-table td:last-child {
  padding-bottom: 0 !important;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  background-color: white;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #505050;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  outline: none;
  padding: 12px 5px 8px;
  text-align: center;
  width: 100%;
}
.dark .pika-button {
  background-color: #585858;
  color: white;
}
.is-today .pika-button {
  color: #006666;
  font-weight: bold;
}
.dark .is-today .pika-button {
  color: #4a8080;
}
.is-selected .pika-button {
  background-color: #007777;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: bold;
}
.dark .is-selected .pika-button {
  background-color: #4a8080;
}
.is-inrange .pika-button {
  background: #effcfc;
  border-radius: 0;
}
.is-startrange .pika-button, .is-endrange .pika-button {
  background-color: #007777;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: bold;
}
.is-disabled .pika-button {
  color: #505050;
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}
.pika-button:hover {
  background-color: #f2f2f2 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0;
}
.dark .pika-button:hover {
  background-color: #d7d7d7 !important;
}

.pika-week {
  color: #bcbcbc;
  font-size: 11px;
}

.datepicker-container {
  position: relative;
  display: block;
}

.datepicker-control[readonly] {
  background-color: white;
  border-color: #007777;
  color: #505050;
  cursor: pointer;
}
.datepicker-control.form-control--dark[readonly] {
  background-color: #505050;
  border-color: transparent;
  color: white;
}
.datepicker-control.has-value {
  background-image: none;
}

.remove-button {
  display: none;
  /*
    @include size(auto 37px);
    background-color: transparent;
    background-image: path('icon-close.svg');
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #a8a8a8;
    display: inline-block;
    font-size: 11px;
    padding: 0;
    padding-left: 22px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
    top: 18px;
  */
}

table {
  margin: 1em 0;
  max-width: 100%;
  width: 100%;
}
table tr {
  border-bottom: 1px solid #bcbcbc;
  max-width: 100%;
}
table th {
  display: none;
  max-width: 100%;
}
table td {
  border: 1px solid grey;
  padding: 10px;
  max-width: 100%;
  vertical-align: top;
}
table td:first-child {
  padding-top: 0.5em;
}
table td:last-child {
  padding-bottom: 0.5em;
}
table td.no-border {
  border: none;
}
table th, table td {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1.2px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-family: "bebas-neue", sans-serif;
  font-size: 40px;
  color: #002945;
  letter-spacing: 0.14px;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2.5em;
}

h4 {
  font-size: 2em;
}

@media (min-width: 50em) {
  .side-by-side-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .side-by-side-images picture {
    max-width: 48%;
  }
}
.side-by-side-images img {
  margin: 15px 0;
  width: 100%;
}

.accordion .accordion__item {
  border-bottom: 1px solid #d7d7d7;
  padding: 2.5em 0;
}
.accordion .accordion__item:last-child {
  margin-bottom: 4em;
}
.accordion .accordion__item .accordion__item__details {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.accordion .accordion__item .accordion__item__details p {
  margin-bottom: 1.75em;
}
.accordion .accordion__item .accordion__item__details ul {
  padding: 0;
}
.accordion .accordion__item .accordion__item__details ul li {
  list-style: none;
}
.accordion .accordion__item .accordion__item__details a {
  color: #002945;
  position: relative;
  text-decoration: none;
}
.accordion .accordion__item .accordion__item__details a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002945;
  content: "";
  opacity: 0;
  -webkit-transform: scaleX(0.8);
      -ms-transform: scaleX(0.8);
          transform: scaleX(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listItemBlock .accordion .accordion__item .accordion__item__details a:before {
  display: none;
}
.accordion .accordion__item .accordion__item__details a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.accordion .accordion__item.-expanded .accordion__item__details {
  max-height: 2000px;
}

.accordion__item__handle {
  color: #262626;
  cursor: pointer;
  font-size: 1.125rem;
  margin-top: 0;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.accordion__item__handle:hover {
  color: #585858;
}
.accordion__item.-expanded .accordion__item__handle {
  color: #585858;
}
.accordion__item__handle:before {
  content: "\e803";
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 20;
}
.accordion__item.-expanded .accordion__item__handle:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.alert {
  background-color: #C72D33;
  color: #fff;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 55;
}
.alert .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alert .container > * {
  height: 47px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.alert.-expanded:after {
  position: absolute;
  height: 100vh;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.alert.-expanded .container > * {
  height: 250px;
}
.alert.-expanded .alert__date {
  display: block;
}
.alert.-expanded .alert__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.alert.-expanded .alert__letterhead {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.alert.-expanded .alert__title h1 {
  font-size: 35px;
}
@media (min-width: 50em) {
  .alert.-expanded .container > * {
    height: 150px;
  }
  .alert.-expanded .alert__letterhead {
    border-right: 3px solid #002945;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0 20px 0 15%;
    padding: 5px 20px 5px 0;
  }
  .alert.-expanded .alert__title h1 {
    font-size: 45px;
  }
  .alert.-expanded .alert__title h1:before {
    font-size: 40px;
    height: 60px;
    line-height: 68px;
    width: 70px;
  }
}

.alert__letterhead {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert__content > * {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 50em) {
  .alert__content > * {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.alert__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alert__title h1 {
  font-family: "bebas-neue", sans-serif;
  line-height: 0.85;
  margin: 5px 0 10px;
  position: relative;
}
.alert__title h1:before {
  background: url(/assets/src/svg/triangle.svg) left center no-repeat;
  background-size: cover;
  bottom: 0;
  content: "!";
  display: inline-block;
  font-size: 22px;
  height: 35px;
  line-height: 40px;
  position: absolute;
  right: calc(100% + 10px);
  text-align: center;
  width: 40px;
  vertical-align: middle;
}
@media (min-width: 50em) {
  .alert__title h1 {
    margin: 0;
  }
}

.alert__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.alert__icon {
  font-family: "bebas-neue", sans-serif;
}

.alert__message {
  -webkit-box-flex: 0.85;
  -webkit-flex: 0.85;
      -ms-flex: 0.85;
          flex: 0.85;
}
.alert__message p {
  color: inherit;
  margin: 0;
}
.alert__message a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

.alert__date {
  font-weight: 200;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .alert__date {
    font-size: 21px;
  }
}

.alert__date, .alert__message {
  display: none;
}

.breadcrumb {
  background-color: white;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 1.5em 0;
  text-align: center;
}
.breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumb .breadcrumb__item {
  color: #505050;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb__item:after {
  content: ">";
  padding: 0 4px;
}
.breadcrumb .breadcrumb__item.-active {
  color: #505050;
}
.breadcrumb .breadcrumb__item.-active:after {
  content: none;
}
.breadcrumb .breadcrumb__item a {
  color: #33A8CE;
  text-decoration: none;
}
.breadcrumb .breadcrumb__item a:hover {
  text-decoration: underline;
}

.chevron-down {
  background: none;
  border: none;
  outline: none;
  right: 0;
  margin: 0;
}
.chevron-down:active {
  background-color: transparent;
}

.chevron-down__icon {
  display: block;
  float: right;
  margin: 0 auto;
  width: auto;
}

.chevron-down__icon__bar {
  background-color: white;
  display: block;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: background-color 0.25s, margin 0.25s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.chevron-down__icon__bar.-top {
  width: 25px;
  -webkit-transform: translateY(8px) translateX(-9px) rotateZ(35deg);
  -ms-transform: translateY(8px) translateX(-9px) rotateZ(35deg);
  transform: translateY(8px) translateX(-9px) rotateZ(35deg);
}
.chevron-down__icon__bar.-middle {
  width: 0;
}
.chevron-down__icon__bar.-bottom {
  width: 25px;
  -webkit-transform: translateY(-8px) translateX(9px) rotateZ(-35deg);
  -ms-transform: translateY(-8px) translateX(9px) rotateZ(-35deg);
  transform: translateY(-8px) translateX(9px) rotateZ(-35deg);
}
.chevron-down:hover .chevron-down__icon__bar {
  background-color: #002945;
}
.chevron-down.is-active .chevron-down__icon__bar.-top {
  width: 35px;
  -webkit-transform: translateY(8px) rotateZ(45deg);
  -ms-transform: translateY(8px) rotateZ(45deg);
  transform: translateY(8px) rotateZ(45deg);
}
.chevron-down.is-active .chevron-down__icon__bar.-middle {
  width: 0;
}
.chevron-down.is-active .chevron-down__icon__bar.-bottom {
  width: 35px;
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  -ms-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}

.callout {
  color: white;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.callout:hover .callout__image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
      -ms-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}
.callout.-image:before {
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
  background-color: rgba(0, 41, 69, 0.6);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.callout.-color.-green {
  background-color: #007777;
}
.callout.-color.-black {
  background-color: #262626;
}
.callout.-small {
  height: 175px;
}
.callout.-medium {
  height: 280px;
}
.callout.-large {
  height: 360px;
}
@media (min-width: 50em) {
  .callout.-large {
    height: 460px;
  }
}
.callout.-horizontal {
  height: 280px;
  margin-bottom: 0;
}
@media (min-width: 57.1875em) {
  .callout.-horizontal {
    height: 130px;
  }
  .callout.-horizontal .callout__content__label {
    display: block;
    float: left;
    line-height: 1.3;
    margin: 0;
    width: 20%;
  }
  .callout.-horizontal .callout__content__headline {
    display: block;
    float: left;
    width: 65%;
  }
  .callout.-horizontal .callout__content__button {
    display: block;
    float: right;
    margin-top: 5px;
    width: 15%;
  }
}

.callout__image {
  display: block;
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91), -webkit-transform 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91);
  transition: opacity 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91), -webkit-transform 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91);
  transition: transform 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91), opacity 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91);
  transition: transform 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91), opacity 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91), -webkit-transform 300ms cubic-bezier(0.8, 0.02, 0.45, 0.91);
  z-index: 0;
}

.callout__content {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 20;
}
.callout__content:after {
  clear: both;
  content: "";
  display: table;
}
.callout.-image .callout__content {
  text-align: center;
}
.callout.-color .callout__content {
  padding: 0 25% 0 15%;
}
.callout.-horizontal .callout__content {
  padding: 0 7%;
}

.callout__content__headline {
  font-family: "bebas-neue", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}
.callout.-image .callout__content__headline {
  margin: 0 auto 30px;
  max-width: 600px;
  width: 72%;
}
.callout.-color .callout__content__headline {
  margin-bottom: 0.25em;
}
.callout.-small .callout__content__headline {
  font-size: 1.5em;
  line-height: 1.1;
}
.callout.-medium .callout__content__headline {
  font-size: 2.5em;
  line-height: 1.2;
}
.callout.-large .callout__content__headline {
  font-size: 2.75em;
  line-height: 1.1;
}
@media (min-width: 62.5em) {
  .callout.-large .callout__content__headline {
    font-size: 3.75em;
  }
}
.callout.-horizontal .callout__content__headline {
  font-size: 2.5em;
  line-height: 1.2;
}
@media (min-width: 57.1875em) {
  .callout.-horizontal .callout__content__headline {
    font-size: 2em;
    margin-bottom: 0;
  }
}
.callout__content__headline-text {
  padding: 50px;
  text-align: center;
}

.category-select {
  width: 50%;
}

.event-date {
  color: #505050;
  font-weight: 400;
  letter-spacing: 1px;
}

.featured-content {
  color: white;
  margin-bottom: 3.4482758621%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.featured-content:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 37.5em) {
  .featured-content {
    height: 430px;
  }
}
.featured-content.-color-block.-black {
  background-color: #262626;
}
.featured-content.-color-block.-green {
  background-color: #007777;
}
.featured-content.-color-block.-white {
  background-color: white;
  color: #505050;
}
.featured-content.-image {
  height: 430px;
}
.featured-content p {
  color: white;
}

.featured-content__image {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10;
}

.featured-content__content {
  margin-bottom: 4em;
  margin-top: 4em;
  padding-left: 12%;
  padding-right: 10%;
  position: relative;
  width: 100%;
  z-index: 20;
}
@media (min-width: 50em) {
  .featured-content__content {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 37.5em) {
  .featured-content.-large .featured-content__content {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 7.5%;
    padding-right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 62%;
  }
}
.featured-content.-large .featured-content__content p {
  opacity: 0.85;
}
.featured-content__content ul {
  padding: 0;
}
.featured-content__content ul li {
  font-size: 1.275em;
  font-weight: bold;
  list-style: none;
  margin-bottom: 0.7em;
}
.featured-content__content ul li a {
  color: #007777;
  left: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.featured-content__content ul li a:hover {
  color: #505050;
  left: 0.25em;
}

.featured-content__content__headline {
  color: white;
  font-family: "minion-pro", "Georgia", "Times", "Times New Roman", "serif";
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 62.5em) {
  .featured-content__content__headline {
    font-size: 2.625rem;
  }
}
.featured-content.-small .featured-content__content__headline {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2.25rem;
}

.featured-content__cta {
  position: relative;
  width: 100%;
  z-index: 20;
}
@media (min-width: 37.5em) {
  .featured-content__cta {
    height: 100%;
    width: 38%;
  }
  .featured-content__cta.-left {
    float: left;
  }
  .featured-content__cta.-right {
    float: right;
  }
}
.featured-content.-color-block .featured-content__cta {
  background-color: rgba(0, 0, 0, 0.1);
}
.featured-content.-image .featured-content__cta {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.featured-content__cta__content {
  padding: 2em 18%;
  position: relative;
}
@media (min-width: 37.5em) {
  .featured-content__cta__content {
    padding: 0 18%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.featured-content.-image .featured-content__cta__content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-content__cta__headline {
  color: white;
  font-size: 1.8rem;
  line-height: 1.13;
  margin-bottom: 0.875rem;
}
@media (min-width: 62.5em) {
  .featured-content__cta__headline {
    font-size: 2.125rem;
  }
}
.featured-content.-color-block .featured-content__cta__headline {
  font-size: 2.25rem;
}
@media (min-width: 62.5em) {
  .featured-content.-color-block .featured-content__cta__headline {
    font-size: 2.875rem;
  }
}

.global-footer__contact-info {
  line-height: 1.67em;
}
.global-footer__contact-info a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.global-footer__contact-info a:hover {
  color: #bcbcbc;
}

.global-footer__nav ul {
  padding: 0;
}
.global-footer__nav ul li {
  list-style: none;
}
.global-footer__nav a {
  color: #bcbcbc;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.global-footer__nav a:hover {
  color: #505050;
}

.global-footer__partners {
  margin: 0;
  padding: 0;
}
.global-footer__partners li {
  list-style: none;
  display: inline-block;
  margin: 0 0.75em;
}
.global-footer__partners img,
.global-footer__partners svg {
  max-height: 41px;
  width: auto;
}
.global-footer__partners svg path,
.global-footer__partners svg rect,
.global-footer__partners svg polygon {
  fill: #505050;
}
.global-footer__partners #tncc-logo {
  height: 32px;
}
.global-footer__partners #tnecampus-logo {
  height: 28px;
}
.global-footer__partners #pathway-logo {
  height: 20px;
}
.global-footer__partners #workforce-logo {
  height: 30px;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 50em) {
  .grid.flex-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.grid.flex-columns a {
  margin-right: 2%;
  margin-bottom: 15px;
}
.grid.flex-columns a:last-of-type {
  margin-right: 0;
}
.grid.flex-columns.-col-2 a {
  width: 47.5%;
}
.grid.flex-columns.-col-3 a {
  width: 30%;
}

.grid-item {
  display: block;
}
.grid-item.-flush-left {
  margin-left: 0 !important;
}
.grid-item.-flush-right {
  margin-right: 0 !important;
}
.grid-item.-flush-bottom {
  margin-bottom: 0 !important;
}
.grid-item.-flush-top {
  margin-top: 0 !important;
}
.grid.-show-grid .grid-item {
  background: #f00;
}
.grid-item.-white {
  background-color: white;
}
.grid-item.-centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 50em) {
  .grid-item.-right {
    float: right !important;
  }
}

.grid-button {
  -webkit-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
  background-color: #d7d7d7;
  position: relative;
}
.grid-button:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.grid-button:hover {
  background-color: #b1b1b1;
}
.grid-button span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media (min-width: 50em) {
  .grid-title {
    display: block;
    float: left;
    position: relative;
    top: 0.8em;
    width: 30%;
  }
}

.grid-filters {
  display: block;
}
@media (min-width: 50em) {
  .grid-filters {
    float: right;
    width: 70%;
  }
}
.grid-filters .grid-item {
  margin-bottom: 0;
}

@media (min-width: 62.5em) {
  .grid-filters__group {
    border-left: 1px solid #d7d7d7;
    padding-left: 2.2727272727%;
  }
}
.grid-filters__group:first-of-type {
  border-left: none;
  padding-left: 0;
}

.label, .quiz-question__edit-link p {
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.label.-white, .quiz-question__edit-link p.-white {
  color: white;
}
.label.-gray, .quiz-question__edit-link p.-gray {
  color: #505050;
}
.label.-green, .quiz-question__edit-link p.-green {
  color: #21b1b1;
}

.listing-block {
  display: block;
  min-height: 230px;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.listing-block__image {
  opacity: 0.85;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.listing-block:hover .listing-block__image {
  opacity: 1;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.listing-block__image.-no-image {
  background-color: #bcbcbc;
  min-height: 176px;
}

.listing-block__caption {
  color: #505050;
  display: block;
  font-size: 1em;
  margin-top: 0.5em;
}

.listing-container ul {
  padding: 0;
}

.listing-items {
  margin: 0;
  padding: 0;
}

.listing-item {
  border-bottom: 1px solid #d7d7d7;
  list-style: none;
  padding: 2em 1em 2em;
}
.listing-item:last-of-type {
  margin-bottom: 2em;
}
.listing-item:hover {
  background-color: #fafafa;
}
.listing-item a {
  color: #007777;
  text-decoration: none;
}

.listing-item__heading {
  font-size: 1.5em;
}

.listing-item__subhead {
  font-size: 1rem;
}

.listing-item__content {
  color: #262626;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  margin-top: 0.5em;
}
.listing-item__content a {
  color: #002945;
  position: relative;
  text-decoration: none;
}
.listing-item__content a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002945;
  content: "";
  opacity: 0.3;
  -webkit-transform: scaleX(0.9);
      -ms-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listItemBlock .listing-item__content a:before {
  display: none;
}
.listing-item__content a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.logo {
  -webkit-transition: width 150ms linear;
  transition: width 150ms linear;
  display: block;
  height: 77px;
  position: relative;
  z-index: 90;
}
@media (min-width: 62.5em) {
  .logo {
    height: 100%;
  }
}
.logo a {
  display: block;
  height: 100%;
  position: relative;
}
.logo img {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo:hover img {
  opacity: 0.75;
}
.global-header .logo {
  top: 0;
  width: 150px;
}
@media (min-width: 62.5em) {
  .global-header .logo {
    float: left;
    top: 17.5px;
    width: 165px;
  }
}
@media (min-width: 71.25em) {
  .global-header .logo {
    width: 185px;
  }
}

.burger {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 25px;
}
.burger:after {
  clear: both;
  content: "";
  display: table;
}
.burger:active {
  background-color: transparent;
}
@media (min-width: 62.5em) {
  .burger {
    display: none;
  }
}

.burger__icon {
  display: block;
  float: right;
  margin: 0 auto;
  width: auto;
}

.burger__icon__bar {
  background-color: white;
  display: block;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: background-color 0.25s, margin 0.25s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, -webkit-transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, transform 0.5s ease;
  transition: background-color 0.25s, margin 0.25s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 25px;
}
.burger:hover .burger__icon__bar {
  background-color: #bcbcbc;
}
.burger.is-active .burger__icon__bar.-top {
  -webkit-transform: translateY(8px) rotateZ(45deg);
  -ms-transform: translateY(8px) rotateZ(45deg);
  transform: translateY(8px) rotateZ(45deg);
}
.burger.is-active .burger__icon__bar.-middle {
  width: 0;
}
.burger.is-active .burger__icon__bar.-bottom {
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  -ms-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}

.burger__text {
  color: white;
  display: block;
  float: left;
  font-size: 0.75em;
  letter-spacing: 2px;
  margin-right: 0.75em;
  padding: 0.5em 0;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.burger:hover .burger__text {
  color: #bcbcbc;
}

.nav-link {
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
@media (min-width: 62.5em) {
  .nav-link {
    text-align: center;
  }
}
.nav-link:active, .nav-link:active:focus {
  text-decoration: none;
}
.nav-link:focus {
  text-decoration: none;
}
.nav-link.-primary {
  color: white;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 12px 13px;
  position: relative;
  z-index: 3;
}
@media (max-width: 50em) {
  .nav-link.-primary:hover {
    color: #022346;
  }
}
@media (min-width: 50em) {
  .nav-link.-primary {
    font-size: 13px;
    height: 100%;
  }
}
@media (min-width: 62.5em) {
  .nav-link.-primary {
    margin: 18px 0;
    padding: 20px 15px 0;
  }
}
@media (min-width: 90em) {
  .nav-link.-primary {
    padding: 20px 20px 0;
  }
}
.primary-nav.expanded .nav-link.-primary {
  color: white;
}
.primary-nav.expanded .nav-link.-primary:hover {
  color: #bcbcbc;
}
.primary-nav > .-current .nav-link.-primary {
  background-color: #002945;
}
.nav-link.-primary i {
  display: none;
}
@media (min-width: 62.5em) {
  .nav-link.-primary i {
    display: inline;
  }
}
@media (min-width: 62.5em) {
  .primary-nav:hover .nav-link, .primary-nav:focus-within .nav-link {
    color: black;
  }
}
.nav-link.-secondary {
  color: #bcbcbc;
  font-size: 13px;
  font-weight: 500;
  padding: 0.2em 1em;
}
@media (min-width: 62.5em) {
  .nav-link.-secondary {
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 10px;
  }
}
@media (min-width: 62.5em) {
  .primary-nav .nav-link.-secondary {
    display: block;
    font-size: 13px;
    margin: 3px 5% 3px 0;
    min-width: 140px;
    padding: 0;
    text-align: left;
  }
}
.primary-nav .nav-link.-secondary.-heading {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}
.nav-link.-secondary.-active, .nav-link.-secondary:hover, .nav-link.-secondary:active, .nav-link.-secondary:focus {
  color: #335C78;
}
.secondary-nav .nav-link.-secondary.-active, .secondary-nav .nav-link.-secondary:hover, .secondary-nav .nav-link.-secondary:active, .secondary-nav .nav-link.-secondary:focus {
  color: white;
}
.nav-link.-secondary.-important {
  color: white;
}
@media (min-width: 62.5em) {
  .nav-link.-secondary.-important:after {
    color: #bcbcbc;
    content: "|";
    display: block;
    float: right;
    font-size: 1.2em;
    margin-left: 21px;
    position: relative;
  }
}
.nav-link.-secondary.-button {
  background-color: #002945;
  color: white;
  font-weight: 700;
  margin: 0 1em;
  padding: 12px 2em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-link.-secondary.-button:hover {
  background-color: #001a2c;
}

.nav-menu {
  background-color: white;
  padding: 0;
  position: relative;
  width: 100%;
}
.nav-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 75px 75px;
  border-color: transparent transparent #aee7f1 transparent;
}
@media (min-width: 62.5em) {
  .primary-nav > li:hover .nav-menu, .primary-nav > li:focus-within .nav-menu {
    max-height: 999px;
    margin-top: 47px;
    padding-top: 90px;
    padding-bottom: 45px;
  }
}
.nav-menu > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 62.5em) {
  .nav-menu {
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
@media (min-width: 62.5em) {
  .primary-nav .nav-menu {
    left: 50%;
    margin-top: -1px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}
.nav-menu__section-overview {
  border-right: 0.5px solid #bcbcbc;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 350px;
  margin: 25px 50px 25px 0;
  padding-right: 35px;
}
.nav-menu__sub-nav {
  padding-top: 25px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.nav-menu__sub-nav__group {
  width: 45%;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
}

.glossary-nav {
  display: block;
  margin: 2em 0;
}

.glossary-nav__letter {
  color: #585858;
  display: inline-block;
  font-size: 0.85em;
  min-width: 20px;
  text-align: center;
}
.glossary-nav__letter a {
  background-color: transparent;
  display: block;
  color: #007777;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}
.glossary-nav__letter a:before {
  content: none;
}
.glossary-nav__letter a:hover {
  background-color: #007777;
  color: white;
}

.article li.glossary-nav__letter a:before {
  content: none;
}

.primary-nav:after {
  clear: both;
  content: "";
  display: table;
}
.global-header .primary-nav {
  position: relative;
}
@media (min-width: 62.5em) {
  .global-header .primary-nav {
    background-color: transparent;
    border: none;
    float: right;
    margin-bottom: 0;
    margin-top: 45px;
    padding-top: 0;
    position: static;
    top: 0;
  }
}
.primary-nav > .primary-nav__item {
  border-top: 1px solid rgba(100, 100, 100, 0.9);
  margin-bottom: 0;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.primary-nav > .primary-nav__item.-inactive {
  opacity: 0;
}
@media (min-width: 62.5em) {
  .primary-nav > .primary-nav__item {
    border: none;
    float: left;
    position: static;
  }
}

@media (min-width: 50em) {
  .primary-nav__item > .nav-link:before {
    position: absolute;
    bottom: -2px;
    left: 10px;
    height: 0;
    width: calc(100% - 22px);
    content: "";
    background: #002945;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.primary-nav__item:hover > .nav-link:before,
.primary-nav__item:focus-within > .nav-link:before {
  height: 2px;
}

.global-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border-bottom: 1px solid #505050;
  width: 100%;
}
.global-search:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 62.5em) {
  .global-search {
    width: auto;
    background: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.close-search {
  cursor: pointer;
  display: none;
  left: 5px;
  font-size: 27px;
  line-height: 27px;
  position: absolute;
}

input.global-search__box {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background-color: white;
  background-image: url("/assets/src/images/searchIcon-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 95% 50%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 25px;
  padding: 0.4em 1em;
  width: 100%;
  -webkit-appearance: none;
  text-align: center;
  margin: 0 auto;
  text-indent: 17px;
}
input.global-search__box::-webkit-input-placeholder {
  color: #505050;
  text-transform: uppercase;
}
input.global-search__box::-moz-placeholder {
  color: #505050;
  text-transform: uppercase;
}
input.global-search__box:-moz-placeholder {
  color: #505050;
  text-transform: uppercase;
}
input.global-search__box:-ms-input-placeholder {
  color: #505050;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  input.global-search__box {
    background: transparent;
    color: #fff;
    text-align: left;
    padding: 0 1em 0 0;
    color: #002945;
    text-indent: 0;
    width: 100%;
    margin: initial;
  }
  input.global-search__box::-webkit-input-placeholder {
    color: #505050;
    text-transform: initial;
  }
  input.global-search__box::-moz-placeholder {
    color: #505050;
    text-transform: initial;
  }
  input.global-search__box:-moz-placeholder {
    color: #505050;
    text-transform: initial;
  }
  input.global-search__box:-ms-input-placeholder {
    color: #505050;
    text-transform: initial;
  }
}
@media (min-width: 62.5em) {
  input.global-search__box {
    margin: 0;
    padding: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0;
  }
  .global-search.-active input.global-search__box {
    width: 200px;
    margin: 0 0.5em 0 0;
  }
  input.global-search__box:active, input.global-search__box:focus, input.global-search__box:active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0;
  }
}

[data-component=search] {
  display: none;
}
@media (min-width: 62.5em) {
  [data-component=search] {
    display: block;
  }
}

@media (min-width: 62.5em) {
  .global-search.-active input {
    text-indent: 24px;
  }
  .global-search.-active .close-search {
    display: block;
    color: #335C78;
  }
}

.global-search__button {
  background-color: transparent;
  color: white;
  display: none;
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 90;
}
@media (min-width: 62.5em) {
  .global-search__button {
    display: block;
    padding: 36px 12px;
  }
}
@media (min-width: 62.5em) {
  .global-search__button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.global-search.-active .global-search__button, .global-search__button:hover {
  color: #21b1b1;
}
.global-search__button:active, .global-search__button:active:focus, .global-search__button:focus {
  outline: 0;
  text-decoration: none;
}

.secondary-nav {
  border-top: 1px solid #505050;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 62.5em) {
  .secondary-nav {
    border-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 47px;
  }
}
.secondary-nav .nav-link {
  padding: 10px;
}
.secondary-nav li {
  margin-bottom: 0;
}
.global-header .secondary-nav {
  background-color: transparent;
  position: relative;
}
@media (min-width: 62.5em) {
  .global-header .secondary-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
  }
}

.hero__content {
  display: block;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
@media (min-width: 50em) {
  .hero__content {
    top: 55%;
  }
}
.hero.-with-message .hero__content {
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__content__headline,
.hero__content__headline p {
  color: #FFF;
  font-family: "bebas-neue", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 0.85em;
  margin: 0 auto;
}
@media (min-width: 50em) {
  .hero__content__headline,
  .hero__content__headline p {
    font-size: 80px;
  }
}
@media (min-width: 62.5em) {
  .hero__content__headline,
  .hero__content__headline p {
    font-size: 100px;
  }
}

.page-title {
  color: #262626;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .page-title {
    font-size: 2em;
  }
}
@media (min-width: 62.5em) {
  .page-title {
    font-size: 2.125em;
  }
}
.page-title.-small {
  font-size: 1.625em;
}
.page-title.-white {
  color: white;
}
.page-title.-centered {
  text-align: center;
}
.page-title.-padded {
  margin: 3em 0;
}
.page-title.-padded-top {
  margin: 3em 0 0;
}
.page-title.-padded-bottom {
  margin: 0 0 3em;
}

.quiz-answer__label {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.quiz-answer__label i {
  display: inline-block;
  font-size: 1.1em;
  height: 1rem;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 4px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
}

.quiz-answer input {
  display: none;
}
.quiz-answer input:checked + label.quiz-answer__label {
  border-color: #007777;
  color: #007777;
}
.quiz-answer input:checked + label.quiz-answer__label i {
  width: 20px;
}
.quiz-answer input:checked + label.quiz-answer__label:hover {
  border-color: #007777;
}
.quiz-answer input:checked + label.quiz-answer__label:before, .quiz-answer input:checked + label.quiz-answer__label:after {
  content: none;
}

.quiz-question {
  background-color: white;
  opacity: 0.5;
}
.quiz-question.-answered, .quiz-question.-skipped, .quiz-question.-active {
  opacity: 1;
}

.quiz-question__label-content {
  padding: 3.25rem;
  position: relative;
}
.quiz-question__label-content .finished,
.quiz-question__label-content .not-finished {
  color: #bcbcbc;
  display: none;
  font-size: 1.25em;
  left: 1.5em;
  margin-top: 8px;
  position: absolute;
}
.quiz-question.-answered .quiz-question__label-content .finished {
  display: block;
}
.quiz-question.-answered .quiz-question__label-content .not-finished {
  display: none;
}
.quiz-question.-skipped .quiz-question__label-content .finished {
  display: none;
}
.quiz-question.-skipped .quiz-question__label-content .not-finished {
  display: block;
}

.quiz-question__label h3 {
  color: #262626;
  font-family: "minion-pro", "Georgia", "Times", "Times New Roman", "serif";
  font-size: 2em;
  font-weight: 500;
  margin-top: 0;
}
.quiz-question.-skipped .quiz-question__label h3,
.quiz-question.-skipped .quiz-question__label p, .quiz-question.-answered .quiz-question__label h3,
.quiz-question.-answered .quiz-question__label p {
  left: 0.5em;
  position: relative;
}

.quiz-question__edit-link {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 2em;
  top: 1em;
}
.quiz-question__edit-link svg,
.quiz-question__edit-link p {
  display: inline-block;
}
.quiz-question__edit-link p {
  color: #bcbcbc;
  font-size: 0.7em;
  margin-left: 1em;
  -webkit-transition: 0.25s color;
  transition: 0.25s color;
}
.quiz-question__edit-link:hover p {
  color: #007777;
}
.quiz-question.-answered .quiz-question__edit-link, .quiz-question.-skipped .quiz-question__edit-link {
  display: block;
}

.quiz-question__answers {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.quiz-question.-active .quiz-question__answers {
  max-height: 500px;
  padding: 0 3.25rem 2.5rem;
  position: relative;
}

.quiz-question__submit,
.quiz-question__next-question {
  display: none !important;
}
.quiz-question.-active .quiz-question__submit,
.quiz-question.-active .quiz-question__next-question {
  display: block !important;
}

.quiz-results {
  background-color: white;
  padding: 3.25rem;
  position: relative;
}

.sidebar-nav {
  background-color: white;
  display: block;
  margin-bottom: 6.8965517241%;
  padding: 3em 10%;
  width: 100%;
}
.sidebar-nav ul {
  padding: 0;
}

.sidebar-nav__item {
  font-size: 0.9375em;
  font-weight: 400;
  list-style: none;
}
.sidebar-nav__item a {
  color: #262626;
  left: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s, left 0.2s;
  transition: color 0.2s, left 0.2s;
}
.sidebar-nav__item a:hover {
  color: #007777;
  left: 0.25em;
}
.sidebar-nav__item.-active a {
  color: #007777;
}
.sidebar-nav__item.-active a:hover {
  left: 0;
  cursor: text;
}

.tab-panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.tab-panel.is-active {
  height: auto;
  opacity: 1;
}

.tablist {
  border-top: 1px solid #d7d7d7;
  border-left: none;
  margin-top: 0;
  padding: 4em 7%;
  position: relative;
}
@media (min-width: 50em) {
  .tablist {
    border-top: none;
    border-left: 1px solid #d7d7d7;
    margin-top: 4.5em;
    padding: 0.5em 0 4em 20%;
  }
}
.tablist ul {
  margin-bottom: 1.7em;
}

.tablist__tab {
  font-size: 0.875rem;
  list-style: none;
  margin-bottom: 1.7em;
}
.tablist__tab a {
  color: #002945;
  position: relative;
  text-decoration: none;
  color: #505050;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.tablist__tab a:before {
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #002945;
  content: "";
  opacity: 0;
  -webkit-transform: scaleX(0.8);
      -ms-transform: scaleX(0.8);
          transform: scaleX(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listItemBlock .tablist__tab a:before {
  display: none;
}
.tablist__tab a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.tablist__tab.is-selected a {
  color: #585858;
  cursor: text;
  font-weight: 700;
}
.tablist__tab.is-selected a:hover {
  color: #585858;
  text-decoration: none;
}
.tablist__tab.is-selected a:hover:before {
  opacity: 0;
}

.top-arrow {
  bottom: 3rem;
  color: white;
  background: url(/assets/dist/images/up-arrow.png) rgba(0, 0, 0, 0.3) no-repeat center center;
  content: "\e812";
  cursor: pointer;
  display: none;
  font-size: 1.8em;
  height: 50px;
  margin: 0;
  opacity: 0.4;
  padding: 0;
  position: fixed;
  right: 3rem;
  text-indent: -9999px;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  width: 45px;
  z-index: 9999;
}
.top-arrow:hover {
  opacity: 0.65;
}

.statistics_bar {
  background-color: black;
  text-align: center;
  padding: 50px 0;
}
.statistics_bar h2 {
  color: #33A8CE;
  font-size: 80px;
}
.statistics_bar p {
  color: white;
  padding: 0 20%;
}
.statistics_bar .statistic {
  border-bottom: 2px solid #505050;
}
@media (min-width: 50em) {
  .statistics_bar .statistic {
    border-bottom: 0;
    border-right: 2px solid #505050;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.statistics_bar .statistic:last-child {
  border: none;
}
.hero + .statistics_bar {
  margin-top: -50px;
}

.split-and-angled-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 40px 0;
  /******************
  TYPES
  *******************/
  /**************
  CONTEXTS
  **************/
}
.split-and-angled-container.-offset {
  overflow: visible;
}
@media (min-width: 50em) {
  .split-and-angled-container.-offset .split {
    margin: 0;
    z-index: 11;
  }
  .split-and-angled-container.-offset .split-left {
    margin-top: -80px;
    margin-bottom: 50px;
    padding-top: 80px;
  }
  .split-and-angled-container.-offset .split-right {
    padding-bottom: 75px;
    padding-top: 0px;
  }
}
@media (min-width: 50em) {
  .split-and-angled-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.split-and-angled-container .inner-container {
  overflow: hidden;
}
.split-and-angled-container .split {
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 25px 10px;
}
@media (min-width: 50em) {
  .split-and-angled-container .split {
    padding: 60px 35px;
    margin: 0 5px;
    max-width: 55%;
    -webkit-transform: skew(-15deg, 0deg);
        -ms-transform: skew(-15deg, 0deg);
            transform: skew(-15deg, 0deg);
  }
  .split-and-angled-container .split.split-left {
    margin-left: -90px;
    padding-left: 100px;
  }
  .split-and-angled-container .split.split-right {
    margin-right: -65px;
    padding-right: 100px;
  }
  .split-and-angled-container .split .inner {
    -webkit-transform: skew(15deg, 0deg);
        -ms-transform: skew(15deg, 0deg);
            transform: skew(15deg, 0deg);
    padding: 0 50px;
  }
}
.split-and-angled-container a {
  text-decoration: none;
  color: #222;
}
.split-and-angled-container.-opaque .split {
  background-color: rgba(255, 255, 255, 0.8);
}
.split-and-angled-container .testimonial {
  padding: 0 12.5px;
  position: relative;
}
@media (min-width: 50em) {
  .split-and-angled-container .testimonial {
    max-width: 450px;
    margin: 75px auto 0;
  }
}
.split-and-angled-container .testimonial img {
  position: absolute;
  top: -70px;
}
.split-and-angled-container .testimonial .quote {
  color: #1c7a98;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  font-style: italic;
}
.split-and-angled-container .testimonial .author {
  color: #002945;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 2em 0 0;
}
.split-and-angled-container .testimonial .degree {
  color: #002945;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
}
.split-and-angled-container .events .event {
  margin-bottom: 25px;
}
.split-and-angled-container .events .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.split-and-angled-container .events p {
  color: #1c7a98;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.split-and-angled-container .events date {
  color: #585858;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
}
.split-and-angled-container .events a {
  color: #1c7a98;
  font-size: 16px;
  font-weight: 500;
  margin-top: 55px;
  text-decoration: none;
}
@media (min-width: 50em) {
  .body .split-and-angled-container .split-left .inner {
    margin-top: -80px;
    margin-left: -100px;
  }
}
@media (min-width: 50em) {
  .callout-text .split-and-angled-container {
    margin-top: 100px;
  }
}
.general-block + .split-and-angled-container {
  margin-top: 80px;
}

.news-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.news-items-container article {
  margin-bottom: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
@media (min-width: 50em) {
  .news-items-container article {
    width: calc(50% - 20px);
  }
}
@media (min-width: 62.5em) {
  .news-items-container article {
    width: calc(33.3333333333% - 20px);
  }
}

.news-item {
  background-color: white;
  -webkit-box-shadow: 1px 2px 18px -8px #949194;
          box-shadow: 1px 2px 18px -8px #949194;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item:hover {
  -webkit-box-shadow: 6px 8px 18px -8px #949194;
          box-shadow: 6px 8px 18px -8px #949194;
}
.news-item:hover img {
  opacity: 1;
}
.news-item img {
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.news-item h3 {
  color: #335C78;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1.5px;
}
.news-item .news-content-container {
  background-color: white;
  padding: 40px 35px;
}
.news-item a,
.news-item a:visited {
  color: #335C78;
  text-decoration: underline;
}
.news-item a:hover,
.news-item a:focus {
  color: #000;
}

.news-container {
  font-family: "proxima-nova", sans-serif;
}
.news-container .section-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.news-container .section-headline p {
  margin: 0;
  display: block;
}
.news-container .section-headline p {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #000A2D;
  text-transform: uppercase;
}
.news-container .section-headline a {
  color: #335C78;
  text-decoration: none;
}

.socialShare p, .socialShare div {
  display: block;
}
@media (min-width: 50em) {
  .socialShare p, .socialShare div {
    display: inline-block;
  }
}
.socialShare p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #757579;
  letter-spacing: 3.54px;
  text-transform: uppercase;
}
.socialShare .social {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  height: 27px;
  width: 27px;
}
.socialShare .social svg {
  width: 27px;
  height: 27px;
}

.academics-divisions ul {
  padding-left: 0;
  overflow: visible;
}
.academics-divisions li {
  list-style: none;
}
@media (min-width: 50em) {
  .academics-divisions li {
    width: 45%;
    float: left;
  }
}
.academics-divisions .division {
  background-color: white;
  margin-bottom: 15px;
  padding: 80px 70px;
}
@media (min-width: 50em) {
  .academics-divisions .division {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.academics-divisions .division .division-thumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.academics-divisions .division .division-thumbnail img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.academics-divisions .division .division-program {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 30px 10px 0 0px;
}
@media (min-width: 50em) {
  .academics-divisions .division .division-program {
    padding: 0 10px 0 60px;
  }
}
.academics-divisions .division h3 {
  color: #002945;
  font-family: "bebas-neue", sans-serif;
  margin-bottom: 40px;
}
.academics-divisions .division a {
  text-decoration: none;
}
.academics-divisions .division p {
  color: #1c7a98;
  font-weight: 500;
  margin: 0;
}
.academics-divisions .division span {
  color: #002945;
  opacity: 0.7;
}

.general-block {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 25px 0;
  padding: 40px 28px 33PX;
  text-decoration: none;
}
@media (min-width: 50em) {
  .general-block {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 60px 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.general-block:hover {
  -webkit-box-shadow: 10px 10px 28px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px -20px rgba(0, 0, 0, 0.75);
}
.general-block .thumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}
@media (min-width: 50em) {
  .general-block .thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 50em) {
  .general-block .thumbnail {
    min-width: 300px;
  }
}
.general-block .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.general-block .content {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 1 auto;
      -ms-flex: 2.5 1 auto;
          flex: 2.5 1 auto;
  padding-top: 1em;
}
@media (min-width: 50em) {
  .general-block .content {
    padding-left: 30px;
  }
}
.general-block .content h2 {
  color: #222;
  font-family: "bebas-neue", sans-serif;
  font-size: 2em;
  font-weight: 700;
}
.general-block .content a,
.general-block .content a:visited {
  color: #335C78;
  text-decoration: underline;
}
.general-block .content a:hover,
.general-block .content a:visited:hover {
  color: #000;
}

.requirements {
  background-image: url("/assets/src/images/footer.png");
  background-size: cover;
  color: white;
  padding: 100px 70px;
  position: relative;
}
.requirements:after {
  background-color: rgba(0, 41, 69, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.requirements h3 {
  color: white;
  z-index: 2;
  text-align: center;
  margin-bottom: 15px;
}
.requirements p {
  color: white;
}

.objectives {
  padding: 100px 15px;
  text-align: center;
}
.objectives h3 {
  font-family: "bebas-neue", sans-serif;
  font-size: 3em;
  font-weight: 300;
  color: #002945;
}
.objectives p {
  letter-spacing: 0.25em;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 200;
}
.objectives ul {
  list-style: none;
  margin: 0 auto;
  max-width: 650px;
  padding-left: 0;
  padding-top: 25px;
  text-align: left;
}
.objectives ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  margin-bottom: 50px;
  opacity: 0.8;
}
.objectives ul li:last-of-type {
  margin-bottom: 0;
}
.objectives ul span {
  font-size: 24px;
  line-height: 1.75em;
  padding-right: 25px;
}

.main-content header.news, .main-content header.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media (min-width: 50em) {
  .main-content header.news, .main-content header.events {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-content header.news > div:first-of-type, .main-content header.events > div:first-of-type {
    padding-right: 20px;
  }
}
.main-content header.news .socialShare, .main-content header.events .socialShare {
  display: none;
}
@media (min-width: 50em) {
  .main-content header.news .socialShare, .main-content header.events .socialShare {
    display: block;
  }
}
.main-content header .category {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1c7a98;
  letter-spacing: 3.54px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .main-content header .category {
    text-align: left;
  }
}

.event-details {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  position: relative;
}
@media (max-width: 50em) {
  .event-details {
    padding: 17px 14px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.event-details.-list-item {
  margin: 7px;
  background-color: white;
}
.event-details > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 50em) {
  .event-details > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.event-details span {
  color: #002945;
  display: block;
  font-family: "proxima-nova", sans-serif;
  line-height: 1em;
}
.event-details .event-date {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 50em) {
  .event-details .event-date {
    width: 17%;
  }
}
.event-details .event-date .day-of-week {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
.event-details .event-date .month {
  font-size: 22px;
  letter-spacing: 2.4px;
  font-weight: bold;
}
.event-details .event-date .day-of-month {
  font-weight: 600;
  font-size: 57px;
  letter-spacing: 2.3px;
}
.event-details .event-date .calendar-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid;
}
@media (min-width: 50em) {
  .event-details .event-date .calendar-date {
    border-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 50em) {
  .event-details .event-date .calendar-date span {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
  }
}
.event-details .event-time {
  width: 32%;
  text-align: center;
}
.landing .event-details .event-time {
  width: 20%;
}
@media (max-width: 50em) {
  .event-details .event-time {
    width: 50%;
  }
}
.event-details .event-time span {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.21px;
}
@media (min-width: 50em) {
  .event-details .event-time span {
    font-size: 30px;
  }
}
.event-details .event-time .time {
  word-spacing: -5px;
}
.event-details .event-time span.details {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.event-details .event-location {
  width: 35%;
}
@media (max-width: 50em) {
  .event-details .event-location {
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
}
.event-details .event-location span {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.21px;
}
.event-details .event-more-details {
  width: 100%;
}
@media (min-width: 50em) {
  .event-details .event-more-details {
    width: 30%;
  }
  .event-details .event-more-details span {
    margin: 15px;
  }
}
.event-details .event-more-details span {
  text-align: center;
}
@media (max-width: 50em) {
  .landing .event-details .event-more-details {
    margin-top: 20px;
  }
}
.event-details .event-name {
  width: 25%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 15px;
}
@media (max-width: 50em) {
  .event-details .event-name {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 40px;
    text-align: center;
    width: 100%;
  }
}
.event-details .event-name .title {
  letter-spacing: 0.1px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 50em) {
  .event-details .event-name .title {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (min-width: 50em) {
  .event-details .include-border {
    display: block;
    height: 70px;
    width: 1px;
    background-color: black;
  }
}

.media {
  position: relative;
  margin: 2em 0;
}
.media .caption {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  color: #2A2A2A;
  letter-spacing: 0.2px;
  font-size: 14px;
  position: absolute;
  margin: 0;
  max-width: 80%;
  padding: 7px 35px;
  right: 0;
}

.main-content.-search {
  padding: 64px 59px;
  max-width: 1100px;
}

.search-header {
  margin-bottom: 55px;
}
.search-header form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-header input[type=search] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 30px 0 0;
  padding: 5px 30px 5px 30px;
  border: none;
  border-bottom: 2px solid #002945;
  background-image: url("/assets/src/images/searchIcon.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.search-header button.button, .search-header button.summon-search-submit {
  margin: 25px 0 0 0;
}
@media (min-width: 62.5em) {
  .search-header button.button, .search-header button.summon-search-submit {
    margin: 0;
  }
}

.search-results {
  list-style: none;
  padding: 0;
}
.search-results a {
  color: #335C78;
  font-family: "bebas-neue", sans-serif;
  text-decoration: none;
}

div.homepage-banner {
  max-width: 475px;
  margin: 0 auto;
}
div.homepage-banner * {
  text-align: center;
}
div.homepage-banner h2, div.homepage-banner h3, div.homepage-banner h4 {
  color: #fbae52;
}

.article {
  padding: 4.75em 12% 3.75em 7%;
}
@media (min-width: 50em) {
  .article {
    padding: 4.75em 12% 4.75em 7%;
  }
}

.article__title {
  color: #262626;
  font-family: "minion-pro", "Georgia", "Times", "Times New Roman", "serif";
  font-size: 2.75rem;
  letter-spacing: -1px;
}

.connect-bar {
  padding: 3.875rem 0 !important;
}
.connect-bar .grid-item {
  margin-bottom: 0 !important;
}

.connect-bar__title {
  color: white;
  font-size: 1.875rem;
  margin-bottom: 0.75em;
  text-align: center;
}
@media (min-width: 50em) {
  .connect-bar__title {
    margin-bottom: 0;
    text-align: left;
  }
}

.connect-bar__social-icons {
  text-align: center;
}
@media (min-width: 50em) {
  .connect-bar__social-icons {
    text-align: right;
  }
}

.connect-bar__icon {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-block;
  font-size: 1.25em;
  height: 50px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 50px;
}
.connect-bar__icon:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.connect-bar__icon .icon {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-detail-content {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.global-footer {
  background-image: url("/assets/src/images/footer_image.jpg");
  background-size: cover;
  padding: 32px;
  position: relative;
}
@media (min-width: 71.25em) {
  .global-footer {
    padding: 32px;
  }
}
@media (min-width: 71.25em) {
  .global-footer {
    padding: 64px 32px;
  }
}
.global-footer .border-bottom {
  border-bottom: 0.5px solid white;
  margin-bottom: 0;
}
@media (min-width: 71.25em) {
  .global-footer .border-bottom {
    border-bottom: none;
  }
}
.global-footer .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 71.25em) {
  .global-footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.global-footer .wrapper > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.global-footer .socials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding: 2em 0;
}
@media (min-width: 71.25em) {
  .global-footer .socials-container {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.global-footer .socials-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 71.25em) {
  .global-footer .socials-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.global-footer .socials-block a {
  margin: 0 25px;
}
@media (min-width: 71.25em) {
  .global-footer .socials-block a {
    margin: 0 5px;
  }
}
.global-footer .internal-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 auto;
      -ms-flex: 3 0 auto;
          flex: 3 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
}
@media (min-width: 71.25em) {
  .global-footer .internal-links-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.global-footer .internal-links-container ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.global-footer .internal-links-container li {
  letter-spacing: 0.18px;
  line-height: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 71.25em) {
  .global-footer .internal-links-container li {
    text-align: left;
  }
}
.global-footer .legal-and-contact-container {
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 auto;
      -ms-flex: 3 0 auto;
          flex: 3 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 71.25em) {
  .global-footer .legal-and-contact-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: right;
  }
}
.global-footer .legal-and-contact-container a {
  font-size: 13px;
}
.global-footer .legal-and-contact-container .legal-links {
  padding: 20px 0;
}
.global-footer .legal-and-contact-container .legal-links a {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  color: #35A2C6;
  letter-spacing: 0.15px;
  line-height: 22px;
}
@media (min-width: 71.25em) {
  .global-footer .legal-and-contact-container .legal-links a {
    color: white;
  }
}
.global-footer .legal-and-contact-container .legal-links li {
  display: inline;
  margin-left: 10px;
  white-space: pre;
}
.global-footer .legal-and-contact-container .copyright-block {
  padding: 20px 0;
}
@media (min-width: 71.25em) {
  .global-footer .legal-and-contact-container .copyright-block {
    text-align: right;
  }
}
.global-footer .legal-and-contact-container .copyright-block a {
  display: block;
}
.global-footer ul {
  margin: 0;
  padding: 0 10px 0 0;
}
.global-footer li {
  list-style-type: none;
}
.global-footer a {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
}

.global-header {
  max-height: 77px;
  overflow-y: hidden;
  position: fixed;
  -webkit-transition: max-height 0.5s ease, background-color 0.5s ease, top 0.3s ease;
  transition: max-height 0.5s ease, background-color 0.5s ease, top 0.3s ease;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(0, 10, 45, 0.8); /* Old Browsers */
}
.global-header.-campus-alert-activated {
  top: 47px;
}
@media (min-width: 62.5em) {
  .global-header {
    height: 129px;
    max-height: 129px;
    overflow-y: visible;
    background: rgba(0, 10, 45, 0.8); /* Old Browsers */ /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 10, 45, 0.8)), color-stop(35%, rgba(0, 41, 69, 0.8)), color-stop(35%, rgba(59, 59, 59, 0)), color-stop(100%, rgba(59, 59, 59, 0))); /* Chrome, Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE 10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 10, 45, 0.8)), color-stop(35%, rgba(0, 10, 45, 0.8)), color-stop(35%, rgba(59, 59, 59, 0)), to(rgba(59, 59, 59, 0)));
    background: linear-gradient(to bottom, rgba(0, 10, 45, 0.8) 0%, rgba(0, 10, 45, 0.8) 35%, rgba(59, 59, 59, 0) 35%, rgba(59, 59, 59, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#3b3b3b", GradientType=0 ); /* IE6-9 */
  }
}
.global-header.hide-global-nav {
  -webkit-box-shadow: 0px -45px 36px 43px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -45px 36px 43px rgba(0, 0, 0, 0.75);
}
@media (min-width: 50em) {
  .global-header.hide-global-nav .primary-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  .global-header.hide-global-nav .primary-nav .nav-link {
    margin-bottom: 0;
  }
}
@media (min-width: 62.5em) {
  .global-header.hide-global-nav {
    background-color: #000A2D;
    top: -40px;
  }
  .global-header.hide-global-nav .primary-nav {
    margin-top: 21px;
  }
  .global-header.hide-global-nav .primary-nav .nav-link.-primary {
    padding: 36px 20px 0;
  }
  .global-header.hide-global-nav .secondary-nav {
    pointer-events: none;
  }
  .global-header.hide-global-nav .logo {
    width: 150px;
  }
  .global-header.hide-global-nav .-request-quote {
    background-color: #002945;
    border-radius: 5px;
    color: white;
    margin-top: 16px;
  }
  .global-header.hide-global-nav .-request-quote .button, .global-header.hide-global-nav .-request-quote .summon-search-submit {
    border: none;
    padding: 0.65em 2em;
  }
  .global-header.hide-global-nav.-campus-alert-activated {
    top: 0;
  }
  .global-header.hide-global-nav.-alert-expanded {
    top: 150px;
  }
}
.global-header.-expanded, .global-header.-transparent.-expanded {
  background-color: #333333;
  max-height: 1000px;
}
.primary-nav > li .global-header.-expanded.active, .primary-nav > li .global-header.-transparent.-expanded.active {
  display: block;
}
.global-header.-expanded + main, .global-header.-transparent.-expanded + main {
  opacity: 0.5;
}
.global-header.-transparent {
  background-color: rgba(38, 38, 38, 0.45);
  position: absolute;
  width: 100vw;
}
.global-header .global-navigation {
  position: relative;
}
.global-header > .container {
  height: 100%;
}
.global-header__mobile-phone {
  border-radius: 5px;
  position: absolute;
  right: 62px;
  top: 9px;
}
@media (min-width: 50em) {
  .global-header__mobile-phone {
    display: none;
  }
}
.global-header__mobile-phone .icon {
  background-image: url(../dist/images/icn-phone-white.svg);
  background-position: 50% 35%;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  width: 34px;
}
.global-header__mobile-phone .icon:hover {
  background-color: #001b7a;
  -webkit-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
}

.global-navigation {
  display: block;
  margin-bottom: 1.5em;
}
.global-navigation:after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 62.5em) {
  .global-navigation {
    margin-bottom: 0;
  }
}

.hero {
  position: relative;
}
.hero:after {
  clear: both;
  content: "";
  display: table;
}
.hero.-with-image {
  background-color: #262626;
  background-size: cover;
  color: #fff;
  height: 400px;
}
@media (min-width: 50em) {
  .hero.-with-image {
    height: 475px;
  }
}
@media (min-width: 62.5em) {
  .hero.-with-image {
    height: 530px;
  }
}
.hero.-with-image:after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.hero.-with-message {
  margin-bottom: 50px;
}
.hero.-with-message:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 72, 77, 0.73)), color-stop(22%, rgba(69, 72, 77, 0.26)), color-stop(53%, rgba(69, 72, 77, 0.5)), color-stop(83%, rgb(13, 14, 15)), color-stop(90%, rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(69, 72, 77, 0.73) 0%, rgba(69, 72, 77, 0.26) 22%, rgba(69, 72, 77, 0.5) 53%, rgb(13, 14, 15) 83%, rgb(0, 0, 0) 90%);
  bottom: -50px;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.hero .container {
  height: 100%;
  z-index: 20;
}
.hero.-oversized {
  height: 770px !important;
}
.hero video {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero .hero_message {
  bottom: 0;
  max-width: 750px;
  position: absolute;
  text-align: center;
}
@media (min-width: 50em) {
  .hero .hero_message {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 25px;
  }
}
.hero .hero_message p {
  color: #f7f7f7;
}

.main-content,
.main-content.container {
  position: relative;
  z-index: 20;
}
.main-content.detail,
.main-content.container.detail {
  background-color: white;
  margin-top: -45px;
  padding: 35px 45px;
  margin-bottom: 100px;
}
@media (min-width: 50em) {
  .main-content.detail,
  .main-content.container.detail {
    margin-bottom: 125px;
  }
}
@media (min-width: 62.5em) {
  .main-content.detail,
  .main-content.container.detail {
    margin-bottom: 150px;
  }
}
.main-content.detail article,
.main-content.container.detail article {
  padding-bottom: 50px;
}
.main-content.landing,
.main-content.container.landing {
  min-height: 250px;
  padding-bottom: 50px;
}
.main-content.search,
.main-content.container.search {
  max-width: 1100px;
}
@media (min-width: 62.5em) {
  .main-content.search,
  .main-content.container.search {
    padding: 64px 59px;
  }
}
.main-content.post,
.main-content.container.post {
  background-color: white;
  margin-top: -80px;
  margin-bottom: 115px;
  padding: 15px 10px;
}
@media (min-width: 50em) {
  .main-content.post,
  .main-content.container.post {
    padding: 40px 115px 115px;
  }
}
.main-content.post header,
.main-content.container.post header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.styleguide__nav {
  background-color: darkgray;
  color: white;
  display: block;
}
.styleguide__nav ul {
  display: block;
  list-style: none;
}
.styleguide__nav li {
  list-style: none;
  display: inline-block;
}
.styleguide__nav li a {
  color: white;
  display: block;
  padding: 0.25em 0.5em;
}

.sg__item {
  margin-top: 2em;
  margin-bottom: 2em;
}

.sg__heading {
  border-bottom: 1px solid #ddd;
  color: gray;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 70%;
  font-weight: normal;
  margin-bottom: 2em;
  padding: 1em 0;
}

.sg__color {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.3em;
  width: 5em;
}
.sg__color .sg__color__swatch {
  display: block;
  height: 4em;
  margin-bottom: 0.2em;
  width: 100%;
}
.sg__color .sg__color__swatch.-color--gray--xxlight {
  background-color: #f2f2f2;
}
.sg__color .sg__color__swatch.-color--gray--xlight {
  background-color: #d7d7d7;
}
.sg__color .sg__color__swatch.-color--gray--light {
  background-color: #bcbcbc;
}
.sg__color .sg__color__swatch.-color--gray--base {
  background-color: #505050;
}
.sg__color .sg__color__swatch.-color--gray--dark {
  background-color: #585858;
}
.sg__color .sg__color__swatch.-color--gray--xdark {
  background-color: #262626;
}
.sg__color .sg__color__swatch.-color--green--xlight {
  background-color: #21b1b1;
}
.sg__color .sg__color__swatch.-color--green--light {
  background-color: #4a8080;
}
.sg__color .sg__color__swatch.-color--green--base {
  background-color: #007777;
}
.sg__color .sg__color__swatch.-color--green--dark {
  background-color: #006666;
}
.sg__color .sg__color__swatch.-color--alert--levelInfo {
  background-color: #007777;
}
.sg__color .sg__color__swatch.-color--alert--levelNotice {
  background-color: #FFC107;
}
.sg__color .sg__color__swatch.-color--alert--levelCritical {
  background-color: #C72D33;
}
.sg__color .sg__color__swatch.-color--blue--xxlight {
  background-color: #aee7f1;
}
.sg__color .sg__color__swatch.-color--blue--xlight {
  background-color: #33A8CE;
}
.sg__color .sg__color__swatch.-color--blue--light {
  background-color: #335C78;
}
.sg__color .sg__color__swatch.-color--blue--base {
  background-color: #002945;
}
.sg__color .sg__color__swatch.-color--blue--dark {
  background-color: #022346;
}
.sg__color .sg__color__swatch.-color--blue--xdark {
  background-color: #000A2D;
}
.sg__color .sg__color__swatch.-color--teal--base {
  background-color: #1c7a98;
}
.sg__color .sg__color__label {
  font-size: 80%;
}

.sg__icon {
  display: inline-block;
}

.sg__todo {
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 0.15em;
}

.styleguide .section-wrapper {
  padding: 5em 0;
}
.styleguide .hero.-with-image {
  margin-bottom: 0;
}
.styleguide .logo.-display-only {
  background-color: #262626;
  height: 110px;
  padding: 1.5em;
  width: 205px;
}

.summon-search-tagline {
  margin-top: 2.5em;
}

.summon-search-box {
  margin: 1em 0;
}

.summon-search-field {
  display: inline-block;
}

.summon-search-submit {
  font-size: 0.9em;
  margin-bottom: 0;
  padding: 1em 2em;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /**
   * Add Site-specific styles below
   */
}
/*# sourceMappingURL=main.css.map */
