﻿@charset "UTF-8";
/*
*************************************************

Screen Styles

Created by the friendly folks at Happy Cog
http://www.happycog.com/

*************************************************
*/
.border-color-architecture-design {
  border-color: #ee3441; }

.border-color-arts-sciences {
  border-color: #009A49; }

.border-color-education {
  border-color: #858789; }

.border-color-engineering-computing-sciences {
  border-color: #DE4927; }

.border-color-health-professions {
  border-color: #7a3d82; }

.border-color-management {
  border-color: #3E5380; }

.border-color-osteopathic-medicine {
  border-color: #2c7f80; }

.text-color-architecture-design {
  color: #ee3441; }

.text-color-arts-sciences {
  color: #009A49; }

.text-color-education {
  color: #858789; }

.text-color-engineering-computing-sciences {
  color: #DE4927; }

.text-color-health-professions {
  color: #7a3d82; }

.text-color-management {
  color: #3E5380; }

.text-color-osteopathic-medicine {
  color: #2c7f80; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*-------------------------------------------
    Grid Settings for Neat Grids
    http://neat.bourbon.io

    The neat documentation recommends a dedicated grid settings file for
    grid configuration.
-------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

img {
  display: block;
  max-width: 100%; }

.img {
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
  padding-top: 100%; }
  .img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important; }

.img--ratio-1-1 {
  padding-top: 100%; }

.img--ratio-2-1 {
  padding-top: 50%; }

.img--ratio-1-2 {
  padding-top: 200%; }

.img--ratio-3-2 {
  padding-top: 66.66667%; }

.img--ratio-2-3 {
  padding-top: 150%; }

.img--ratio-4-3 {
  padding-top: 75%; }

.img--ratio-3-4 {
  padding-top: 133.33333%; }

.img--ratio-5-4 {
  padding-top: 80%; }

.img--ratio-4-5 {
  padding-top: 125%; }

.img--ratio-7-6 {
  padding-top: 85.71429%; }

.img--ratio-16-9 {
  padding-top: 56.25%; }

.img--ratio-golden {
  padding-top: 61.8047%; }

[data-img-ratio="1:1"] {
  padding-top: 100%; }

[data-img-ratio="2:1"] {
  padding-top: 50%; }

[data-img-ratio="1:2"] {
  padding-top: 200%; }

[data-img-ratio="3:2"] {
  padding-top: 66.66667%; }

[data-img-ratio="2:3"] {
  padding-top: 150%; }

[data-img-ratio="4:3"] {
  padding-top: 75%; }

[data-img-ratio="3:4"] {
  padding-top: 133.33333%; }

[data-img-ratio="5:4"] {
  padding-top: 80%; }

[data-img-ratio="4:5"] {
  padding-top: 125%; }

[data-img-ratio="7:6"] {
  padding-top: 85.71429%; }

[data-img-ratio="16:9"] {
  padding-top: 56.25%; }

[data-img-ratio="golden"] {
  padding-top: 61.8047%; }

.skip-link {
  position: absolute;
  display: inline-block;
  top: -1000px;
  left: -1000px; }
  .skip-link:active,
  .skip-link:focus,
  .skip-link:hover {
    top: 0;
    left: 0; }

.skip-link {
  padding: 1em 1.5em;
  background: gray;
  color: white; }

.media:before,
.media:after {
  content: ' ';
  display: table; }

.media:after {
  clear: both; }

.media > .media__img > img,
.media > .media__img-ext > img {
  display: block; }

.media > .media__img {
  float: left;
  margin-right: 1em; }

.media > .media__img-ext {
  float: right;
  margin-left: 1em; }

.media > .media__body {
  overflow: hidden; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before,
  .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 260px;
  margin: 0; }

.pika-title {
  border-bottom: 1px solid #bbb;
  position: relative;
  text-align: center;
  padding: 2px 8px; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0;
  padding: 8px; }
  .pika-table thead {
    border-bottom: none; }
  .pika-table th,
  .pika-table td {
    width: 34px;
    width: 2.14286rem;
    padding: 0; }
  .pika-table th {
    color: #000;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #fff; }
  .is-today .pika-button {
    color: #2f6bb4;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #2f6bb4;
    box-shadow: inset 0 1px 3px #173860;
    border-radius: 3px; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff !important;
    background: #173860 !important;
    box-shadow: none !important;
    border-radius: 3px !important; }

.pika-week {
  font-size: 11px;
  color: #000; }

/*
*************************************************

Flexslider Styles

*************************************************
*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides {
    margin: 0; }
    .flexslider .slides > li {
      position: relative;
      display: none;
      -webkit-backface-visibility: hidden; }
    .flexslider .slides img {
      width: 100%;
      display: block; }
    .flexslider .slides:after {
      content: "\0020";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    html[xmlns] .flexslider .slides {
      display: block; }
    * html .flexslider .slides {
      height: 1%; }
    .no-js .flexslider .slides > li:first-child {
      display: block; }

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto; }
  @media screen and (min-width: 46.875em) {
    .flexslider {
      border: 4px solid #fff; } }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }
  .loading .flex-viewport {
    max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out; }
    .flex-direction-nav a:before {
      font-family: "flexslider-icon";
      font-size: 40px;
      display: inline-block;
      content: "";
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
    .flex-direction-nav a.flex-next:before {
      content: ""; }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px; }
    .flexslider:hover .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px; }
    .flexslider:hover .flex-direction-nav .flex-next:hover {
      opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: ""; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: ""; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    transition: all 1s ease; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  margin-top: 0; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

figcaption {
  margin: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
*************************************************

Owl Carousel Styles

*************************************************
*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@font-face {
  font-family: 'fpicons';
  src: url("../fonts/flowplayer/fpicons.eot?yg5dv7");
  src: url("../fonts/flowplayer/fpicons.eot?#iefixyg5dv7") format("embedded-opentype"), url("../fonts/flowplayer/fpicons.woff?yg5dv7") format("woff"), url("../fonts/flowplayer/fpicons.ttf?yg5dv7") format("truetype"), url("../fonts/flowplayer/fpicons.svg?yg5dv7#fpicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*=" fp-i-"],
[class^="fp-i-"] {
  font-family: 'fpicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flowplayer {
  position: relative;
  width: 100%;
  counter-increment: flowplayer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block; }

.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none; }

.flowplayer a:focus {
  outline: 0; }

.flowplayer video {
  max-width: 640px;
  max-height: 480px; }
  @media screen and (min-width: 46.875em) {
    .flowplayer video {
      max-width: 100%;
      max-height: 100%; } }

.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px); }

.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0); }

.flowplayer .fp-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flowplayer .fp-engine,
.flowplayer .fp-message,
.flowplayer .fp-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1; }

.flowplayer .fp-ui {
  z-index: 11; }

.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default; }

.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em; }

.flowplayer .fp-message p {
  color: #666;
  font-size: 95%; }

.flowplayer .fp-title {
  line-height: 30px;
  font-weight: normal;
  font-family: 'myriad pro',Helvetica,Arial,sans-serif;
  font-size: 11px;
  cursor: default;
  color: #fff;
  width: auto;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  padding: 0 20px; }

.is-rtl.flowplayer .fp-title {
  float: right; }

.aside-time.flowplayer .fp-title {
  display: none !important; }

.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%; }

.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important; }

.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px; }

.is-mouseover.flowplayer .fp-controls {
  bottom: 0; }

.flowplayer .fp-close,
.flowplayer .fp-controls,
.flowplayer .fp-embed,
.flowplayer .fp-fullscreen,
.flowplayer .fp-title,
.flowplayer .fp-unload,
.flowplayer.aside-time .fp-time {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65); }

.no-background.flowplayer .fp-close,
.no-background.flowplayer .fp-controls,
.no-background.flowplayer .fp-embed,
.no-background.flowplayer .fp-fullscreen,
.no-background.flowplayer .fp-title,
.no-background.flowplayer .fp-unload,
.no-background.flowplayer.aside-time .fp-time {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
  text-shadow: 0 0 1px #000; }

.no-background.flowplayer .fp-brand,
.no-background.flowplayer .fp-play {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
  text-shadow: 0 0 1px #000; }

.flowplayer.fixed-controls .fp-controls {
  background-color: #000; }

.flowplayer .fp-timeline {
  background-color: #a5a5a5; }

.flowplayer .fp-buffer {
  background-color: #eee; }

.flowplayer .fp-progress {
  background-color: #00a7c8; }

.flowplayer .fp-volumeslider {
  background-color: #a5a5a5; }

.flowplayer .fp-volumelevel {
  background-color: #00a7c8; }

.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center; }

.flowplayer .fp-waiting * {
  box-shadow: 0 0 5px #333; }

.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse 0.6s infinite;
  animation: pulse 0.6s infinite;
  margin: 0.3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); }

.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold; }

.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: 0.1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.5s; }

.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.2s;
  text-align: center; }

.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.flowplayer .fp-help .fp-help-section {
  margin: 3%;
  direction: ltr; }

.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%; }

.flowplayer .fp-help p {
  color: #eee;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%; }

.flowplayer .fp-help em {
  background: #eee;
  border-radius: 0.3em;
  margin-right: 0.4em;
  padding: 0.3em 0.6em;
  color: #333; }

.flowplayer .fp-help small {
  font-size: 90%;
  color: #aaa; }

.flowplayer .fp-help .fp-close {
  display: block; }

@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px; } }

.flowplayer .fp-dropdown {
  position: absolute;
  top: 5px;
  width: 100px;
  background-color: #000 !important;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 !important;
  list-style-type: none !important; }

.flowplayer .fp-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9); }

.flowplayer .fp-dropdown li {
  padding: 10px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 11px !important;
  list-style-type: none !important; }

.flowplayer .fp-dropdown li.active {
  background-color: #00a7c8 !important;
  cursor: default !important; }

.flowplayer .fp-dropdown.fp-dropup {
  bottom: 20px;
  top: auto; }

.flowplayer .fp-dropdown.fp-dropup:before {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid rgba(51, 51, 51, 0.9); }

.flowplayer .fp-tooltip {
  background-color: #000;
  color: #fff;
  display: none;
  position: absolute;
  padding: 5px; }

.flowplayer .fp-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000; }

.flowplayer .fp-timeline-tooltip {
  bottom: 35px; }

.flowplayer .fp-timeline:hover + .fp-timeline-tooltip {
  display: block; }

.is-touch.flowplayer .fp-timeline:hover + .fp-timeline-tooltip {
  display: none; }

.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.3s; }

.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: 0.1em 0.4em;
  font-size: 16px;
  line-height: 1.6; }

.flowplayer .fp-subtitle p:after {
  content: '';
  clear: both; }

.flowplayer .fp-subtitle p b {
  font-weight: bold; }

.flowplayer .fp-subtitle p i {
  /* font-style: italic; */ }

.flowplayer .fp-subtitle p u {
  text-decoration: underline; }

.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.flowplayer .fp-close,
.flowplayer .fp-embed,
.flowplayer .fp-fullscreen,
.flowplayer .fp-menu,
.flowplayer .fp-mute,
.flowplayer .fp-play,
.flowplayer .fp-unload {
  font-family: 'fpicons' !important;
  color: #fff !important;
  font-size: 15px !important;
  text-align: center !important;
  line-height: 30px !important;
  text-decoration: none !important; }

.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-embed,
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-menu,
.is-rtl.flowplayer .fp-mute,
.is-rtl.flowplayer .fp-play,
.is-rtl.flowplayer .fp-unload {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.is-rtl.flowplayer .fp-menu {
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.flowplayer .fp-fullscreen:before {
  content: "\e602"; }

.flowplayer .fp-close:before,
.flowplayer .fp-unload:before {
  content: "\e600"; }

.flowplayer .fp-mute:before {
  content: "\e606"; }

.flowplayer .fp-embed:before {
  content: "\e603"; }

.flowplayer .fp-play:before {
  content: "\e608"; }

.flowplayer .fp-menu:before {
  content: "\e604"; }

.flowplayer .fp-flash-disabled {
  background: #333;
  width: 390px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  color: #fff; }

.is-fullscreen.flowplayer .fp-ui {
  background-size: auto; }

.is-loading.flowplayer .fp-ui,
.is-seeking.flowplayer .fp-ui {
  background-image: none; }

.flowplayer .fp-brand {
  color: #fff !important;
  position: absolute;
  right: 115px;
  font-weight: normal !important;
  font-family: 'myriad pro',Helvetica,Arial,sans-serif !important;
  text-decoration: none !important;
  line-height: 15px !important;
  font-size: 11px !important;
  height: 15px;
  width: 55px;
  bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  padding: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.has-menu.flowplayer .fp-brand {
  right: 152px; }

.is-rtl.flowplayer .fp-brand {
  right: auto;
  left: 125px; }

.has-menu.is-rtl.flowplayer .fp-brand {
  left: 152px; }

.no-brand.flowplayer .fp-brand {
  display: none; }

.no-volume.no-mute.flowplayer .fp-brand {
  right: 10px; }

.has-menu.no-volume.no-mute.flowplayer .fp-brand {
  right: 47px; }

.no-volume.flowplayer .fp-brand {
  right: 50px; }

.no-mute.flowplayer .fp-brand {
  right: 95px; }

.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 40px;
  cursor: pointer;
  display: none;
  z-index: 100; }

.flowplayer .fp-logo img {
  width: 100%; }

.is-embedded.flowplayer .fp-logo {
  display: block; }

.fixed-controls.flowplayer .fp-logo {
  bottom: 15px; }

.flowplayer .fp-close,
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  display: block;
  width: 30px;
  height: 23px;
  text-align: center;
  cursor: pointer;
  height: 30px;
  width: 30px; }

.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload {
  right: auto;
  left: 10px; }

.flowplayer .fp-close,
.flowplayer .fp-unload {
  display: none; }

.flowplayer .fp-play {
  display: none;
  height: 30px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center; }

.is-rtl.flowplayer .fp-play {
  left: auto;
  right: 0; }

.is-playing.flowplayer .fp-play:before {
  content: "\e607"; }

.flowplayer .fp-menu {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 11;
  right: 10px; }

.is-rtl.flowplayer .fp-menu {
  right: auto;
  left: 10px; }

.has-menu.flowplayer .fp-menu {
  display: block; }

.flowplayer .fp-menu .fp-dropdown {
  z-index: 12;
  display: none;
  left: -42.5px;
  line-height: auto;
  width: 149px;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.is-rtl.flowplayer .fp-menu .fp-dropdown {
  left: -10px; }

.flowplayer .fp-menu.dropdown-open .fp-dropdown {
  display: block; }

.flowplayer.is-ready.is-closeable .fp-unload {
  display: block; }

.flowplayer.is-ready.is-closeable .fp-embed {
  right: 90px; }

.flowplayer.is-ready.is-closeable .fp-fullscreen {
  right: 50px; }

.flowplayer.is-fullscreen .fp-fullscreen {
  display: block !important; }

.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: "\e601"; }

.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
  top: 10px;
  height: 10px;
  margin: 0 225px 0 55px; }

.no-brand.flowplayer .fp-timeline {
  margin-right: 160px; }

.has-menu.no-brand.flowplayer .fp-timeline {
  margin-right: 187px; }

.no-volume.no-brand.flowplayer .fp-timeline {
  margin-right: 95px; }

.no-mute.no-brand.flowplayer .fp-timeline {
  margin-right: 130px; }

.no-mute.no-volume.no-brand.flowplayer .fp-timeline {
  margin-right: 55px; }

.has-menu.flowplayer .fp-timeline {
  margin-right: 252px; }

.no-volume.flowplayer .fp-timeline {
  margin-right: 160px; }

.no-mute.flowplayer .fp-timeline {
  margin-right: 195px; }

.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 120px; }

.has-menu.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 157px; }

.is-rtl.flowplayer .fp-timeline {
  margin: 0 55px 0 225px; }

.no-brand.is-rtl.flowplayer .fp-timeline {
  margin-left: 160px; }

.has-menu.no-brand.is-rtl.flowplayer .fp-timeline {
  margin-left: 197px; }

.has-menu.is-rtl.flowplayer .fp-timeline {
  margin-left: 262px; }

.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 95px; }

.no-mute.is-rtl.flowplayer .fp-timeline {
  margin-left: 130px; }

.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 55px; }

.is-long.flowplayer .fp-timeline {
  margin: 0 255px 0 85px; }

.no-volume.is-long.flowplayer .fp-timeline {
  margin-right: 180px; }

.no-mute.is-long.flowplayer .fp-timeline {
  margin-right: 140px; }

.has-menu.is-long.flowplayer .fp-timeline {
  margin-right: 292px; }

.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 190px; }

.no-volume.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 125px; }

.no-mute.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 85px; }

.has-menu.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 227px; }

.is-rtl.is-long.flowplayer .fp-timeline {
  margin: 85px 0 190px; }

.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 125px; }

.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 85px; }

.aside-time.flowplayer .fp-timeline,
.no-time.flowplayer .fp-timeline {
  margin: 0 190px 0 10px; }

.has-menu.aside-time.flowplayer .fp-timeline,
.has-menu.no-time.flowplayer .fp-timeline {
  margin-right: 227px; }

.aside-time.no-brand.flowplayer .fp-timeline {
  margin-right: 115px; }

.aside-time.no-volume.flowplayer .fp-timeline,
.no-time.no-volume.flowplayer .fp-timeline {
  margin-right: 115px; }

.aside-time.no-mute.flowplayer .fp-timeline,
.no-time.no-mute.flowplayer .fp-timeline {
  margin-right: 75px; }

.is-rtl.aside-time.flowplayer .fp-timeline,
.is-rtl.no-time.flowplayer .fp-timeline {
  margin: 0 10px 0 115px; }

.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,
.is-rtl.no-time.no-volume.flowplayer .fp-timeline {
  margin-left: 50px; }

.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,
.is-rtl.no-time.no-mute.flowplayer .fp-timeline {
  margin-left: 10px; }

.flowplayer .fp-buffer,
.flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize; }

.flowplayer .fp-buffer {
  transition: width 0.25s linear; }

.flowplayer .fp-timeline.no-animation .fp-buffer {
  transition: none; }

.flowplayer .fp-progress.animated {
  transition-timing-function: linear;
  transition-property: width,height; }

.flowplayer.is-touch .fp-timeline {
  overflow: visible; }

.flowplayer.is-touch .fp-progress {
  transition: width 0.2s linear;
  box-sizing: border-box; }

.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
  transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear; }

.flowplayer.is-touch.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  content: '';
  box-sizing: border-box;
  display: block;
  border-radius: 10px;
  position: absolute;
  right: -5px; }

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
  right: auto;
  left: -5px; }

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
  left: -10px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5); }

.flowplayer.is-touch.is-mouseover .fp-progress:before {
  width: 10px;
  height: 10px; }

.flowplayer.is-touch.is-mouseover .fp-progress:after {
  height: 18px;
  width: 18px;
  top: -4px;
  right: -10px;
  border: 5px solid rgba(255, 255, 255, 0.65);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5); }

.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  border: 10px solid #fff;
  border-radius: 20px;
  transition: inherit;
  top: -5px;
  right: -10px; }

.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  left: -15px;
  right: auto;
  border: 10px solid #fff; }

.flowplayer .fp-volume {
  position: absolute;
  top: 12px;
  right: 10px; }

.has-menu.flowplayer .fp-volume {
  right: 37px; }

.is-rtl.flowplayer .fp-volume {
  right: auto;
  left: 10px; }

.is-rtl.has-menu.flowplayer .fp-volume {
  left: 37px; }

.flowplayer .fp-mute {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  top: -12px;
  cursor: pointer; }

.is-rtl.flowplayer .fp-mute {
  float: right; }

.no-mute.flowplayer .fp-mute {
  display: none; }

.flowplayer .fp-volumeslider {
  width: 75px;
  height: 6px;
  cursor: col-resize;
  float: left; }

.is-rtl.flowplayer .fp-volumeslider {
  float: right; }

.no-volume.flowplayer .fp-volumeslider {
  display: none; }

.flowplayer .fp-volumelevel {
  height: 100%; }

.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: normal;
  font-family: 'myriad pro',Helvetica,Arial,sans-serif !important;
  color: #fff;
  width: 100%; }

.flowplayer .fp-time.is-inverted .fp-duration {
  display: none; }

.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline; }

.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 9px; }

.no-time.flowplayer .fp-time {
  display: none; }

.is-long.flowplayer .fp-time em {
  width: 65px; }

.flowplayer .fp-elapsed {
  left: 10px; }

.is-rtl.flowplayer .fp-elapsed {
  left: auto;
  right: 10px; }

.flowplayer .fp-duration,
.flowplayer .fp-remaining {
  right: 180px;
  color: #eee; }

.no-brand.flowplayer .fp-duration,
.no-brand.flowplayer .fp-remaining {
  right: 125px; }

.has-menu.no-brand.flowplayer .fp-duration,
.has-menu.no-brand.flowplayer .fp-remaining {
  right: 152px; }

.no-volume.no-brand.flowplayer .fp-duration,
.no-volume.no-brand.flowplayer .fp-remaining {
  right: 50px; }

.no-mute.no-brand.flowplayer .fp-duration,
.no-mute.no-brand.flowplayer .fp-remaining {
  right: 95px; }

.no-mute.no-volume.no-brand.flowplayer .fp-duration,
.no-mute.no-volume.no-brand.flowplayer .fp-remaining {
  right: 10px; }

.has-menu.flowplayer .fp-duration,
.has-menu.flowplayer .fp-remaining {
  right: 217px; }

.no-volume.flowplayer .fp-duration,
.no-volume.flowplayer .fp-remaining {
  right: 115px; }

.no-mute.flowplayer .fp-duration,
.no-mute.flowplayer .fp-remaining {
  right: 160px; }

.no-mute.no-volume.flowplayer .fp-duration,
.no-mute.no-volume.flowplayer .fp-remaining {
  right: 75px; }

.has-menu.no-mute.no-volume.flowplayer .fp-duration,
.has-menu.no-mute.no-volume.flowplayer .fp-remaining {
  right: 112px; }

.is-rtl.flowplayer .fp-duration,
.is-rtl.flowplayer .fp-remaining {
  right: auto;
  left: 180px; }

.no-brand.is-rtl.flowplayer .fp-duration,
.no-brand.is-rtl.flowplayer .fp-remaining {
  left: 115px; }

.has-menu.no-brand.is-rtl.flowplayer .fp-duration,
.has-menu.no-brand.is-rtl.flowplayer .fp-remaining {
  left: 142px; }

.has-menu.is-rtl.flowplayer .fp-duration,
.has-menu.is-rtl.flowplayer .fp-remaining {
  left: 207px; }

.no-volume.is-rtl.flowplayer .fp-duration,
.no-volume.is-rtl.flowplayer .fp-remaining {
  left: 50px; }

.no-mute.is-rtl.flowplayer .fp-duration,
.no-mute.is-rtl.flowplayer .fp-remaining {
  left: 95px; }

.no-mute.no-volume.is-rtl.flowplayer .fp-duration,
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining {
  left: 10px; }

.flowplayer .fp-remaining {
  display: none; }

.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: auto !important;
  width: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  height: 30px;
  padding: 0 5px;
  border-radius: control_border_radius;
  line-height: 30px;
  text-align: center;
  font-size: 15px; }

.no-background.flowplayer.aside-time .fp-time {
  background-color: transparent !important; }

.flowplayer.aside-time .fp-time em,
.flowplayer.aside-time .fp-time strong {
  position: static; }

.flowplayer.aside-time .fp-time .fp-elapsed::after {
  content: ' / '; }

.flowplayer.is-poster,
.flowplayer.is-splash {
  cursor: pointer; }

.flowplayer.is-poster .fp-brand,
.flowplayer.is-poster .fp-controls,
.flowplayer.is-poster .fp-embed,
.flowplayer.is-poster .fp-fullscreen,
.flowplayer.is-poster .fp-time,
.flowplayer.is-poster .fp-title,
.flowplayer.is-poster .fp-unload,
.flowplayer.is-splash .fp-brand,
.flowplayer.is-splash .fp-controls,
.flowplayer.is-splash .fp-embed,
.flowplayer.is-splash .fp-fullscreen,
.flowplayer.is-splash .fp-time,
.flowplayer.is-splash .fp-title,
.flowplayer.is-splash .fp-unload {
  display: none !important; }

.flowplayer.is-poster .fp-engine {
  top: -9999em; }

.flowplayer.is-loading .fp-waiting {
  display: block; }

.flowplayer.is-loading .fp-controls,
.flowplayer.is-loading .fp-time {
  display: none; }

.flowplayer.is-loading .fp-ui {
  background-position: -9999em; }

.flowplayer.is-loading video.fp-engine {
  position: absolute;
  top: -9999em; }

.flowplayer.is-seeking .fp-waiting {
  display: block; }

.flowplayer.is-playing {
  background-image: none !important;
  background-color: #333; }

.flowplayer.is-playing.hls-fix.is-finished .fp-engine {
  position: absolute;
  top: -9999em; }

.flowplayer.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333; }

.is-rtl.flowplayer.is-fullscreen {
  left: auto !important;
  right: 0 !important; }

.flowplayer.is-fullscreen .fp-player {
  background-color: #333; }

.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important; }

.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%; }

.flowplayer.is-error .fp-message {
  display: block; }

.flowplayer.is-error .fp-controls,
.flowplayer.is-error .fp-subtitle,
.flowplayer.is-error .fp-time,
.flowplayer.is-error object,
.flowplayer.is-error video {
  display: none; }

.flowplayer.is-ready.is-muted .fp-mute {
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); }

.flowplayer.is-ready.is-muted .fp-mute:before {
  content: "\e605"; }

.flowplayer.is-mouseout .fp-controls,
.flowplayer.is-mouseout .fp-mute,
.flowplayer.is-mouseout .fp-title {
  height: 0;
  transition: height 0.15s 0.3s; }

.is-fullscreen.flowplayer.is-mouseout .fp-controls {
  height: 3px;
  bottom: 0; }

.flowplayer.is-mouseout .fp-title {
  overflow: hidden; }

.flowplayer.is-mouseout .fp-timeline {
  margin: 0 !important; }

.flowplayer.is-mouseout .fp-timeline,
.flowplayer.is-mouseout .fp-volume {
  transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  height: 4px;
  top: 0;
  border-radius: 0; }

.flowplayer.is-mouseout .fp-brand,
.flowplayer.is-mouseout .fp-duration,
.flowplayer.is-mouseout .fp-elapsed,
.flowplayer.is-mouseout .fp-embed,
.flowplayer.is-mouseout .fp-fullscreen,
.flowplayer.is-mouseout .fp-menu,
.flowplayer.is-mouseout .fp-play,
.flowplayer.is-mouseout .fp-remaining,
.flowplayer.is-mouseout .fp-timeline-tooltip,
.flowplayer.is-mouseout .fp-unload,
.flowplayer.is-mouseout .fp-volume,
.flowplayer.is-mouseout.aside-time .fp-time {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.15s 0.3s; }

.flowplayer.fixed-controls .fp-controls,
.flowplayer.is-mouseover .fp-controls {
  height: 30px; }

.flowplayer.fixed-controls .fp-title,
.flowplayer.is-mouseover .fp-title {
  height: 30px; }

.flowplayer.fixed-controls .fp-duration,
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.fixed-controls .fp-embed,
.flowplayer.fixed-controls .fp-fullscreen,
.flowplayer.fixed-controls .fp-logo,
.flowplayer.fixed-controls .fp-menu,
.flowplayer.fixed-controls .fp-play,
.flowplayer.fixed-controls .fp-remaining,
.flowplayer.fixed-controls .fp-unload,
.flowplayer.fixed-controls .fp-volume,
.flowplayer.is-mouseover .fp-duration,
.flowplayer.is-mouseover .fp-elapsed,
.flowplayer.is-mouseover .fp-embed,
.flowplayer.is-mouseover .fp-fullscreen,
.flowplayer.is-mouseover .fp-logo,
.flowplayer.is-mouseover .fp-menu,
.flowplayer.is-mouseover .fp-play,
.flowplayer.is-mouseover .fp-remaining,
.flowplayer.is-mouseover .fp-unload,
.flowplayer.is-mouseover .fp-volume {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.flowplayer.fixed-controls .fp-volume {
  display: block; }

.flowplayer.fixed-controls .fp-controls {
  bottom: -30px; }

.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0; }

.flowplayer.fixed-controls .fp-time em {
  bottom: -20px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.is-fullscreen.flowplayer.fixed-controls .fp-time em {
  bottom: 10px; }

.flowplayer.is-disabled .fp-progress {
  background-color: #999; }

.flowplayer.is-flash-disabled {
  background-color: #333; }

.flowplayer.is-flash-disabled object.fp-engine {
  z-index: 100; }

.flowplayer.is-flash-disabled .fp-flash-disabled {
  display: block;
  z-index: 101; }

.flowplayer .fp-embed {
  position: absolute;
  top: 10px;
  left: auto;
  right: 50px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center; }

.is-rtl.flowplayer .fp-embed {
  right: auto;
  left: 50px; }

.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  right: 67px;
  background-color: #333;
  padding: 3px 5px;
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px; }

.is-closeable.flowplayer .fp-embed-code {
  right: 99px; }

.flowplayer .fp-embed-code:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  right: -10px;
  border: 5px solid transparent;
  border-left-color: #333; }

.is-rtl.flowplayer .fp-embed-code {
  right: auto;
  left: 67px; }

.is-rtl.flowplayer .fp-embed-code:before {
  right: auto;
  left: -10px;
  border-left-color: transparent;
  border-right-color: #333; }

.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco,"courier new",verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ccc; }

.flowplayer .fp-embed-code label {
  display: block;
  color: #999; }

.flowplayer.is-embedding .fp-embed,
.flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.flowplayer.no-time .fp-embed {
  left: 10px !important; }

.is-rtl.flowplayer.no-time .fp-embed {
  left: auto;
  right: 10px !important; }

.flowplayer.is-live .fp-duration,
.flowplayer.is-live .fp-remaining,
.flowplayer.is-live .fp-timeline {
  display: none; }

.flowplayer .fp-context-menu {
  position: absolute;
  display: none;
  z-index: 1001;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  box-shadow: 0 0 4px #888;
  width: 170px; }

.flowplayer .fp-context-menu li {
  text-align: center !important;
  padding: 10px;
  color: #444 !important;
  font-size: 11px !important;
  margin: 0 -10px; }

.flowplayer .fp-context-menu li a {
  color: #00a7c8 !important;
  font-size: 12.100000000000001px !important; }

.flowplayer .fp-context-menu li:hover:not(.copyright) {
  background-color: #eee; }

.flowplayer .fp-context-menu li.copyright {
  margin: 0;
  padding-left: 110px;
  background-image: url("../images/flowplayer/flowplayer.png");
  background-repeat: no-repeat;
  background-size: 100px 20px;
  background-position: 5px 5px;
  border-bottom: 1px solid #bbb; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .flowplayer .fp-context-menu li.copyright {
    background-image: url("../images/flowplayer/flowplayer@2x.png"); } }

@-webkit-keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.flowplayer.is-touch.is-mouseover .fp-progress:before {
  background-color: #00a7c8; }

.flowplayer .fp-menu .fp-dropdown {
  right: -10px;
  left: auto;
  bottom: 30px;
  border-radius: 0; }

.flowplayer .fp-menu .fp-dropdown:before {
  display: none; }

.flowplayer .fp-play {
  width: 30px; }

.flowplayer.aside-time .fp-time {
  top: 0;
  left: 0; }

.no-brand.flowplayer .fp-duration,
.no-brand.flowplayer .fp-remaining {
  right: 115px; }

.flowplayer .fp-close,
.flowplayer .fp-embed,
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload {
  right: 0;
  top: 0; }

.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-embed,
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload {
  right: auto;
  left: 0; }

.flowplayer .fp-embed {
  right: 32px; }

.is-rtl.flowplayer .fp-embed {
  right: auto;
  left: 32px; }

.flowplayer.is-closeable.is-ready .fp-fullscreen {
  right: 32px; }

.flowplayer.is-closeable.is-ready .fp-embed {
  right: 64px; }

.flowplayer.play-button .fp-play {
  display: block; }

.flowplayer.play-button .fp-elapsed {
  left: 27px; }

.is-rtl.flowplayer.play-button .fp-elapsed {
  right: 27px; }

.flowplayer.play-button .fp-timeline {
  margin-left: 72px; }

.is-rtl.flowplayer.play-button .fp-timeline {
  margin-right: 72px; }

.is-long.flowplayer.play-button .fp-timeline {
  margin-left: 102px; }

.is-rtl.is-long.flowplayer.play-button .fp-timeline {
  margin-right: 102px; }

.aside-time.flowplayer.play-button .fp-timeline,
.no-time.flowplayer.play-button .fp-timeline {
  margin-left: 27px; }

.is-rtl.aside-time.flowplayer.play-button .fp-timeline,
.is-rtl.no-time.flowplayer.play-button .fp-timeline {
  margin-right: 27px; }

.flowplayer {
  background-size: cover; }

.flowplayer .fp-controls {
  background-color: #454545; }

.flowplayer .fp-timeline {
  background-color: #000; }

.flowplayer .fp-progress {
  background-color: #f6a704; }

.flowplayer .fp-buffer {
  background-color: #f5f5f5; }

.flowplayer .fp-volumelevel {
  background-color: #477aa1; }

/* an overlayed element */
.flowoverlay .close,
.flowoverlay.is-fullscreen .close {
  display: none;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  margin: 3px;
  color: #eee !important;
  font-weight: bold;
  font-size: 30px; }

.flowoverlay .is-splash .fp-ui {
  background-size: 25%; }

.flowoverlay .video-with-img {
  display: none; }

.flowoverlay.is-active {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 101;
  background-color: rgba(33, 33, 33, 0.9);
  cursor: default;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5%; }
  @media screen and (min-width: 46.875em) {
    .flowoverlay.is-active {
      padding: 0 15%; } }
  .flowoverlay.is-active.article-indent-left,
  .flowoverlay.is-active.article-indent-right {
    float: none;
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .flowoverlay.is-active .title {
    text-align: left; }
  .flowoverlay.is-active p {
    color: #ffffff;
    text-align: left; }
  .flowoverlay.is-active .flowplayer {
    margin-top: 10px;
    width: 100%;
    background-color: #111;
    box-shadow: 0 0 30px #000; }
  .flowoverlay.is-active .close {
    display: block;
    height: 20px;
    position: relative;
    margin: 0 auto;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px; }
    @media screen and (min-width: 46.875em) {
      .flowoverlay.is-active .close {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px; } }
    .flowoverlay.is-active .close svg {
      width: 20px;
      height: 20px;
      float: right;
      cursor: pointer; }
  .flowoverlay.is-active .video-with-img {
    display: block;
    margin-top: 10px; }
  .flowoverlay.is-active .video-with-img.thumbnail {
    display: none; }
  .flowoverlay.is-active .flowoverlay-width {
    width: 100%;
    max-width: 1020px; }
    @media screen and (max-height: 600px) {
      .flowoverlay.is-active .flowoverlay-width {
        max-width: 600px; } }
  .flowoverlay.is-active .flowoverlay-container {
    width: 100%;
    max-height: 90%;
    min-height: 600px;
    margin: 0 auto;
    overflow-y: auto;
    background-color: #000; }
    @media screen and (min-width: 46.875em) {
      .flowoverlay.is-active .flowoverlay-container {
        max-height: 70%; } }
    @media screen and (max-height: 600px) {
      .flowoverlay.is-active .flowoverlay-container {
        min-height: 300px; } }
    .flowoverlay.is-active .flowoverlay-container.center {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .flowoverlay.is-active .flowoverlay-container.scrollbar-dark::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px; }
    .flowoverlay.is-active .flowoverlay-container.scrollbar-dark::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
      border-radius: 10px; }
    .flowoverlay.is-active .flowoverlay-container.scrollbar-dark::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .flowoverlay.is-active .flowoverlay-body {
    margin-top: 0;
    height: 100%;
    background: #000;
    padding: 0 25px 25px; }
    @media screen and (min-width: 46.875em) {
      .flowoverlay.is-active .flowoverlay-body {
        padding: 0 60px 60px; } }
  .flowoverlay.is-active .video-with-img {
    display: block; }

body.is-flowoverlayed {
  overflow: hidden; }

.played .icon-play-btn {
  display: none; }

.is-splash .icon-play-btn {
  display: block; }

.is-finished.played .icon-play-btn {
  display: inline-block; }

.is-finished video, .is-finished .fp-ui, .is-finished object {
  visibility: hidden; }

.video-min {
  min-width: 300px; }

.video-thumb-wrap {
  margin-bottom: 0.5em;
  position: relative; }
  .video-thumb-wrap object,
  .video-thumb-wrap embed,
  .video-thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .video-thumb-wrap:hover .icon-play-btn,
  .video-thumb-wrap:focus .icon-play-btn {
    background: #2f6bb4; }

.icon-play-btn {
  position: absolute;
  bottom: 20px;
  left: 15px;
  background: #f6a704;
  padding: 20px;
  z-index: 1; }
  .icon-play-btn svg {
    height: 25px;
    width: 25px; }

.video-thumb {
  position: relative; }
  .video-thumb img {
    margin-top: 0; }
  .video-thumb:hover .icon-play-btn {
    background: #2f6bb4; }

.fp-player > video + div, .fp-player > div:first-child, .fp-player > object + div {
  min-height: 100%; }

.video-playlist {
  margin-bottom: 6.5em; }
  @media screen and (min-width: 25em) {
    .video-playlist {
      margin-bottom: 4em; } }
  @media screen and (min-width: 46.875em) {
    .video-playlist {
      margin-bottom: 3em; } }
  @media screen and (min-width: 68.75em) {
    .video-playlist {
      margin-bottom: 2em; } }

.is-flowoverlayed .page-wrapper [class^="layout-"] > .column {
  z-index: 99; }

.flex-viewport {
  margin: 0; }

html {
  box-sizing: border-box;
  background: #000; }

*,
*:after,
*:before {
  box-sizing: inherit; }

body {
  background: #ffffff; }

::-moz-selection {
  background: #b7b7b7;
  text-shadow: none; }

::selection {
  background: #b7b7b7;
  text-shadow: none; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

[role="main"] {
  clear: both; }

blockquote {
  margin-left: 0;
  margin-right: 0; }

* + * {
  margin-top: 21px;
  margin-top: 1.3125rem; }
  @media screen and (min-width: 59.375em) {
    * + * {
      margin-top: 26px;
      margin-top: 1.625rem; } }

.spacing > * + * {
  margin-top: 21px;
  margin-top: 1.3125rem; }
  @media screen and (min-width: 59.375em) {
    .spacing > * + * {
      margin-top: 26px;
      margin-top: 1.625rem; } }

.spacing-half > * + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .spacing-half > * + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.spacing-third > * + * {
  margin-top: 7px;
  margin-top: 0.4375rem; }
  @media screen and (min-width: 59.375em) {
    .spacing-third > * + * {
      margin-top: 8px;
      margin-top: 0.54167rem; } }

.spacing-double > * + * {
  margin-top: 42px;
  margin-top: 2.625rem; }
  @media screen and (min-width: 59.375em) {
    .spacing-double > * + * {
      margin-top: 52px;
      margin-top: 3.25rem; } }

.spacing-triple > * + * {
  margin-top: 42px;
  margin-top: 2.625rem; }
  @media screen and (min-width: 59.375em) {
    .spacing-triple > * + * {
      margin-top: 78px;
      margin-top: 4.875rem; } }

.spacing-zero > * + *,
.spacing-zero > p + p {
  margin-top: 0; }

@font-face {
  font-family: 'source_code_pro';
  src: url("../fonts/sourcecodepro-regular-webfont.eot");
  src: url("../fonts/sourcecodepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcecodepro-regular-webfont.woff") format("woff"), url("../fonts/sourcecodepro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-regular-webfont.svg#source_code_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'source_code_pro';
  src: url("../fonts/sourcecodepro-semibold-webfont.eot");
  src: url("../fonts/sourcecodepro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcecodepro-semibold-webfont.woff") format("woff"), url("../fonts/sourcecodepro-semibold-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-semibold-webfont.svg#source_code_prosemibold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'source_code_pro_bold';
  src: url("../fonts/sourcecodepro-bold-webfont.eot");
  src: url("../fonts/sourcecodepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcecodepro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcecodepro-bold-webfont.woff") format("woff"), url("../fonts/sourcecodepro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcecodepro-bold-webfont.svg#source_code_probold") format("svg");
  font-weight: normal;
  font-style: normal; }


/* ROBOTO SLAB FONT */
@font-face {
  font-family: 'roboto_slab';
  src: url('../fonts/RobotoSlab-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slab_light';
  src: url('../fonts/RobotoSlab-Light.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slab_thin';
  src: url('../fonts/RobotoSlab-Thin.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slab_bold';
  src: url('../fonts/RobotoSlab-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* OPEN SANS FONT */
@font-face {
  font-family: 'open_sans_extra_bold';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_bold';
  src: url('../fonts/OpenSans-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_semi_bold';
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans';
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sans_light';
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
}


/* Roboto Condensed */
@font-face {
  font-family: 'roboto_condensed_italic';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNZ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'roboto_condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  color: #000;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: roboto_slab, serif; }

p {
  margin: 0; }
  p + p {
    margin-top: 21px;
    margin-top: 1.3125rem; }
    @media screen and (min-width: 59.375em) {
      p + p {
        margin-top: 26px;
        margin-top: 1.625rem; } }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none;
    padding: 0;
    margin: 0; }

hr {
  height: 0; }

strong {
  font-weight: bold; }

em {
  /* font-style: italic; */ }

b {
  font-weight: normal; }

i {
  font-style: none; }

q:before {
  content: '“'; }

q:after {
  content: '”'; }

q q:before {
  content: '‘'; }

q q:after {
  content: '’'; }

cite {
  font-style: normal; }

h1, .alpha {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.07692; }
  @media screen and (min-width: 59.375em) {
    h1, .alpha {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 0.97778; } }
  h1 + .subhead, .alpha + .subhead {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.08696; }
    @media screen and (min-width: 59.375em) {
      h1 + .subhead, .alpha + .subhead {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.1; } }

h2, .beta {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.08696; }
  @media screen and (min-width: 59.375em) {
    h2, .beta {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1; } }

h3, .gamma {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    h3, .gamma {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }

h4, .delta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125; }
  @media screen and (min-width: 59.375em) {
    h4, .delta {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.10526; } }

h5, .epsilon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15385; }
  @media screen and (min-width: 59.375em) {
    h5, .epsilon {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.15385; } }

h6, .zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    h6, .zeta {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    p {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

p.intro {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.23529; }
  @media screen and (min-width: 59.375em) {
    p.intro {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.31818; } }

p.small {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182; }
  @media screen and (min-width: 59.375em) {
    p.small {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }

p.smallest {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4; }
  @media screen and (min-width: 59.375em) {
    p.smallest {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38462; } }

ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    ul {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    ol {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    dt {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    dd {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform h1, .longform .alpha {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.07692; }
  @media screen and (min-width: 59.375em) {
    .longform h1, .longform .alpha {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 0.97778; } }

.longform h2, .longform .beta {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.08696; }
  @media screen and (min-width: 59.375em) {
    .longform h2, .longform .beta {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1; } }

.longform h3, .longform .gamma {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .longform h3, .longform .gamma {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }

.longform h4, .longform .delta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125; }
  @media screen and (min-width: 59.375em) {
    .longform h4, .longform .delta {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1.10526; } }

.longform h5, .longform .epsilon {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15385; }
  @media screen and (min-width: 59.375em) {
    .longform h5, .longform .epsilon {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.15385; } }

.longform h6, .longform .zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    .longform h6, .longform .zeta {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25; } }

.longform p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    .longform p {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    .longform ul {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform ol {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    .longform ol {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    .longform dt {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform dd {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125; }
  @media screen and (min-width: 59.375em) {
    .longform dd {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.52941; } }

.longform p.intro {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.23529; }
  @media screen and (min-width: 59.375em) {
    .longform p.intro {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.31818; } }

.longform p.small {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182; }
  @media screen and (min-width: 59.375em) {
    .longform p.small {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }

.longform p.smallest {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4; }
  @media screen and (min-width: 59.375em) {
    .longform p.smallest {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.38462; } }

h1,
.alpha {
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  /* font-style: italic; */
  letter-spacing: .01em; }
  h1 + .subhead,
  .alpha + .subhead {
    font-family: roboto_slab, serif;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold; }

h2,
.beta {
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold; }

h3,
.gamma {
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  /* font-style: italic; */
  letter-spacing: .01em; }

h4,
.delta {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-weight: bold; }

h5,
.epsilon {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  letter-spacing: .05em; }

h6,
.zeta {
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  /* font-style: italic; */
  letter-spacing: .01em; }

p.font-serif {
  font-family: roboto_slab, serif; }

p.font-sans {
  font-family: Arial, sans-serif; }

p.font-mono {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal; }

p.font-code {
  font-family: monospace; }

small {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182; }
  @media screen and (min-width: 59.375em) {
    small {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }

.blockquote-citation {
  font-weight: bold; }
  .blockquote-citation:before {
    content: "— "; }

.subdata {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  color: #919191; }
  @media screen and (min-width: 59.375em) {
    .subdata {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  .subdata + .subdata {
    margin-top: 0; }
  .subdata--dark {
    color: #050605; }

.intro {
  font-family: roboto_slab, serif; }

p[class^="icon-type"] {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  font-family: roboto_slab, serif;
  padding-left: 21px;
  padding-left: 1.3125rem;
  background-size: 16px 16px;
  background-position: 0 3px;
  background-position: 0 0.1875rem;
  font-weight: bold; }
  @media screen and (min-width: 59.375em) {
    p[class^="icon-type"] {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  p[class^="icon-type"] + p[class^="icon-type"] {
    margin-top: 0; }
  p[class^="icon-type"][class*="black"] {
    color: #050605; }
  p[class^="icon-type"][class*="white"] {
    color: #ffffff; }
  p[class^="icon-type"][class*="gray"] {
    color: #919191; }

a {
  color: #2f6bb4;
  text-decoration: none;
  transition: all 0.25s ease; }
  a:hover,
  a:focus {
    color: #173860; }

.longform ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .3em; }
  .longform ul > li:before {
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    background-color: #000;
    position: absolute;
    top: 7px;
    top: 0.4375rem;
    left: 0; }
    @media screen and (min-width: 59.375em) {
      .longform ul > li:before {
        top: 9px;
        top: 0.5625rem;
        height: 6px;
        width: 6px; } }

ul.inline-list {
  margin-left: 0;
  padding-left: 0; }
  ul.inline-list > li {
    padding-left: 0;
    padding-right: 0.5em; }
    ul.inline-list > li:before {
      display: none; }

ol {
  list-style: none;
  counter-reset: numeral-ol; }
  ol > li {
    counter-increment: numeral-ol;
    position: relative;
    padding-left: 2em;
    margin-bottom: .3em; }
    ol > li:before {
      content: counter(numeral-ol);
      font-weight: bold;
      text-align: right;
      display: block;
      position: absolute;
      right: 100%;
      left: 0;
      margin-right: -1em; }
  .longform ol > li {
    margin-bottom: .3em; }

li li {
  margin-left: 1em; }

dt + dd {
  margin-top: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0.5em; }

.link-pdf {
  display: inline-block;
  margin-top: -6px; }
  .link-pdf-blog {
    display: inline-block; }

hr {
  border-top: 1px solid #000; }

.lightened * {
  color: #757575; }

.longform blockquote {
  padding-left: 1.4em;
  border-left: #dbdbdb 3px solid;
  color: #454545; }

.longform > * + table,
.longform > * + ul,
.longform > * + ol,
.longform > * + dl,
.longform > * + p,
.longform > * + div {
  margin-top: 21px;
  margin-top: 1.3125rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + table,
    .longform > * + ul,
    .longform > * + ol,
    .longform > * + dl,
    .longform > * + p,
    .longform > * + div {
      margin-top: 26px;
      margin-top: 1.625rem; } }

.longform > * + .offset-media {
  margin-top: 42px;
  margin-top: 2.625rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + .offset-media {
      margin-top: 52px;
      margin-top: 3.25rem;
      margin-bottom: 52px;
      margin-bottom: 3.25rem; } }

.longform > * + .references-list {
  margin-top: 42px;
  margin-top: 2.625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + .references-list {
      margin-top: 52px;
      margin-top: 3.25rem; } }

.longform > h2 + *,
.longform > .beta + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > h2 + *,
    .longform > .beta + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.longform > * + h2,
.longform > * + .beta {
  margin-top: 31px;
  margin-top: 1.96875rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + h2,
    .longform > * + .beta {
      margin-top: 39px;
      margin-top: 2.4375rem; } }

.longform > h3 + *,
.longform > .gamma + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > h3 + *,
    .longform > .gamma + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.longform > * + h3,
.longform > * + .gamma {
  margin-top: 31px;
  margin-top: 1.96875rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + h3,
    .longform > * + .gamma {
      margin-top: 39px;
      margin-top: 2.4375rem; } }

.longform > h4 + *,
.longform > .delta + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > h4 + *,
    .longform > .delta + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.longform > * + h4,
.longform > * + .delta {
  margin-top: 31px;
  margin-top: 1.96875rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + h4,
    .longform > * + .delta {
      margin-top: 39px;
      margin-top: 2.4375rem; } }

.longform > h5 + *,
.longform > .epsilon + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > h5 + *,
    .longform > .epsilon + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.longform > * + h5,
.longform > * + .epsilon {
  margin-top: 31px;
  margin-top: 1.96875rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + h5,
    .longform > * + .epsilon {
      margin-top: 39px;
      margin-top: 2.4375rem; } }

.longform > h6 + *,
.longform > .zeta + * {
  margin-top: 10px;
  margin-top: 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .longform > h6 + *,
    .longform > .zeta + * {
      margin-top: 13px;
      margin-top: 0.8125rem; } }

.longform > * + h6,
.longform > * + .zeta {
  margin-top: 31px;
  margin-top: 1.96875rem; }
  @media screen and (min-width: 59.375em) {
    .longform > * + h6,
    .longform > * + .zeta {
      margin-top: 39px;
      margin-top: 2.4375rem; } }

.header-link a, .header-link.alpha a {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  border-bottom-color: #2f6bb4;
  border-bottom-style: solid;
  border-bottom-width: 2px; }
  .header-link a:hover,
  .header-link a:focus, .header-link.alpha a:hover,
  .header-link.alpha a:focus {
    border-bottom-color: #173860; }
  @media screen and (min-width: 46.875em) {
    .header-link a, .header-link.alpha a {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    .header-link a, .header-link.alpha a {
      border-bottom-width: 4px; } }

.header-link.alpha {
  font-size: 31px;
  font-size: 1.9375rem; }

.pika-single thead {
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-decoration: none; }

.monospace-blockquote, .longform blockquote, .longform blockquote > * {
  font-size: 15px;
  line-height: 22px;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none; }

.monospace-regular-xsmall,
.longform .monospace-regular-xsmall {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal; }

.monospace-regular-xsmall-lowercase,
.longform .monospace-regular-xsmall-lowercase {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none; }

.monospace-red-xsmall,
.longform .monospace-red-xsmall {
  color: #ee3441;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  font-weight: bold; }
  .monospace-red-xsmall:after,
  .longform .monospace-red-xsmall:after {
    content: " >";
    color: #ee3441; }
  .monospace-red-xsmall:hover,
  .monospace-red-xsmall:focus,
  .longform .monospace-red-xsmall:hover,
  .longform .monospace-red-xsmall:focus {
    color: #ee3441;
    text-decoration: underline; }
    .monospace-red-xsmall:hover:after,
    .monospace-red-xsmall:focus:after,
    .longform .monospace-red-xsmall:hover:after,
    .longform .monospace-red-xsmall:focus:after {
      text-decoration: underline; }

p.monospace-red-xsmall {
  display: block; }
  p.monospace-red-xsmall + .monospace-red-xsmall {
    margin-top: 1em; }
  p.monospace-red-xsmall a {
    color: #ee3441; }

.monospace-gray-xsmall,
.longform .monospace-gray-xsmall {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  color: #848484;
  font-size: 12px;
  letter-spacing: .03em; }

.monospace-gray-xsmall-link,
.longform .monospace-gray-xsmall-link {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  color: #848484;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .03em;
  text-decoration: underline;
  transition: 200ms color; }
  .monospace-gray-xsmall-link:hover,
  .longform .monospace-gray-xsmall-link:hover {
    color: #2d2e2d; }

.monospace-link-xsmall,
.longform .monospace-link-xsmall {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  letter-spacing: .03em;
  text-decoration: underline; }
  @media screen and (min-width: 59.375em) {
    .monospace-link-xsmall,
    .longform .monospace-link-xsmall {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  .monospace-link-xsmall:hover,
  .monospace-link-xsmall:hover a,
  .longform .monospace-link-xsmall:hover, .longform .monospace-link-xsmall:hover a {
    text-decoration: none; }

.monospace-link-small,
.longform .monospace-link-small {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: .03em;
  text-decoration: underline; }
  .monospace-link-small a,
  .longform .monospace-link-small a {
    color: #000; }

.monospace-button,
.longform .monospace-button {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

.monospace-heading,
.simple-toggle,
.longform .monospace-heading, .longform .simple-toggle {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

.monospace-heading-large,
.longform .monospace-heading-large {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem; }

.serif-italic-small,
.longform .serif-italic-small {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600; }

.serif-italic-medium,
.longform .serif-italic-medium {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: 600; }

.serif-italic-large,
.longform .serif-italic-large {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }
  @media screen and (min-width: 46.875em) {
    .serif-italic-large,
    .longform .serif-italic-large {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 33px;
      line-height: 2.0625rem; } }

.serif-italic-large-1,
.longform .serif-italic-large-1 {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.08696; }
  @media screen and (min-width: 59.375em) {
    .serif-italic-large-1,
    .longform .serif-italic-large-1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.1; } }

.serif-italic-xlarge,
.longform .serif-italic-xlarge {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 56px; }

.serif-italic-xxlarge,
.longform .serif-italic-xxlarge {
  font-family: roboto_slab, serif;
  /* font-style: italic; */
  letter-spacing: .01em;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 76px;
  font-size: 4.75rem; }
  @media screen and (min-width: 46.875em) {
    .serif-italic-xxlarge,
    .longform .serif-italic-xxlarge {
      font-size: 100px;
      font-size: 6.25rem; } }

.serif-gray-small,
.longform .serif-gray-small {
  font-size: 17px;
  font-family: roboto_slab, serif;
  font-style: normal;
  color: #454545; }

.serif-black-small,
.longform .serif-black-small {
  font-size: 17px;
  font-family: roboto_slab, serif;
  font-style: normal; }

.sans-bold-small,
.longform .sans-bold-small {
  font-family: Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 14px; }

.sans-normal-small,
.longform .sans-normal-small {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px; }

.sans-normal-xsmall,
.longform .sans-normal-xsmall {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px; }
  .sans-normal-xsmall.with-monospace-link-xsmall,
  .longform .sans-normal-xsmall.with-monospace-link-xsmall {
    font-size: 17px;
    line-height: 26px; }

.black-link {
  color: #000;
  font-weight: bold; }
  .black-link:hover {
    color: #2f6bb4; }

.subnav-student-life .sidebar-nav {
  margin-top: 14px;
  margin-top: 0.875rem; }

* + br {
  margin: 0; }

main.chinese-characters {
  font-family: STHeiti, SimSun, SimHei, STXihei, sans-serif; }
  main.chinese-characters h1, main.chinese-characters .alpha,
  main.chinese-characters h2, main.chinese-characters .beta,
  main.chinese-characters h3, main.chinese-characters .gamma,
  main.chinese-characters h4, main.chinese-characters .delta,
  main.chinese-characters h5, main.chinese-characters .zeta,
  main.chinese-characters td,
  main.chinese-characters th,
  main.chinese-characters a,
  main.chinese-characters input,
  main.chinese-characters select,
  main.chinese-characters label,
  main.chinese-characters p,
  main.chinese-characters li {
    font-family: STHeiti, SimSun, SimHei, STXihei, sans-serif !important; }

.button {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  font-family: roboto_slab, serif;
  color: #ffffff;
  background: #f12f15;
  font-weight: bold;
  display: inline-block;
  padding: 7px 10px;
  padding: 0.4375rem 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .button {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  @media screen and (min-width: 59.375em) {
    .button {
      padding: 8px 13px;
      padding: 0.54167rem 0.8125rem; } }

.button-reverse {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  font-family: roboto_slab, serif;
  color: #050605;
  background: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 7px 10px;
  padding: 0.4375rem 0.65625rem; }
  @media screen and (min-width: 59.375em) {
    .button-reverse {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  @media screen and (min-width: 59.375em) {
    .button-reverse {
      padding: 8px 13px;
      padding: 0.54167rem 0.8125rem; } }

.table-wrap {
  padding: 1em;
  background: #f4f4f4;
  position: relative; }
  .table-wrap:after {
    display: block;
    content: "";
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.32) 32%, white 100%); }
    @media screen and (min-width: 46.875em) {
      .table-wrap:after {
        display: none; } }
  @media screen and (min-width: 46.875em) {
    .longform > .table-wrap:before {
      content: '';
      display: block;
      width: 42px;
      position: absolute;
      top: 1em;
      bottom: 1em;
      left: 100%;
      background: #ffffff; } }

.table-container {
  overflow-x: scroll;
  background: #f4f4f4;
  position: relative;
  padding: 1em; }
  @media screen and (min-width: 46.875em) {
    .table-container {
      background: #ffffff;
      padding: 1em 1em 1.5em; } }

table {
  display: block;
  overflow-x: auto;
  width: 100%; }
  @media screen and (min-width: 18.75em) and (max-width: 37.4375em) {
    table {
      min-width: 500px; } }

thead {
  border-bottom: 1px solid #dbdbdb;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

caption {
  background-color: #050605;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  padding: 0.65625rem;
  font-family: roboto_slab, serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25; }
  @media screen and (min-width: 59.375em) {
    caption {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media screen and (min-width: 59.375em) {
    caption {
      padding: 13px;
      padding: 0.8125rem; } }

th,
td {
  text-align: left;
  font-weight: normal;
  padding: 8px 5px; }
  @media screen and (min-width: 37.5em) {
    th,
    td {
      padding: 10px;
      padding: 0.65625rem; } }
  @media screen and (min-width: 59.375em) {
    th,
    td {
      padding: 13px;
      padding: 0.8125rem; } }
  th div,
  td div {
    margin-top: 0; }

th {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal; }

td {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: none; }
  td a {
    font-weight: bold; }

table.dataTable tbody tr.odd {
  background-color: #f5f5f5; }

.dataTables_wrapper .dataTable {
  padding: 1em;
  background: #ffffff; }
  .dataTables_wrapper .dataTable.no-footer {
    border-bottom: 0; }
  .dataTables_wrapper .dataTable thead th {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 8px;
    font-weight: 100;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #dbdbdb; }

.dataTables_wrapper .dataTables_length select {
  width: 55px;
  background-repeat: no-repeat;
  background-image: url("/files/inc/datatables/DataTables-1.10.10/images/sort_desc.png");
  background-position: 80% 43%;
  background-size: 10px; }

.dataTables_wrapper .dataTables_filter {
  margin: 0;
  margin-bottom: 1em; }
  .dataTables_wrapper .dataTables_filter input {
    padding: 10px;
    padding: 0.625rem; }

.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  float: none; }
  .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
    color: #173860 !important;
    border: 0 !important;
    background: transparent !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    border: 0 !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
      color: #173860 !important;
      border: 0 !important;
      background: transparent !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #848484 !important;
      background: transparent !important;
      border: 0 !important; }
  .dataTables_wrapper .dataTables_paginate span a.paginate_button {
    color: #2f6bb4 !important; }

.article-type-list li {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  display: inline-block; }
  @media screen and (min-width: 59.375em) {
    .article-type-list li {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }

.article-type-list li + li {
  margin-top: 0; }
  .article-type-list li + li:before {
    content: "|";
    color: #ededed;
    margin-left: 0.5em;
    margin-right: 0.75em; }

.link-toggle-list:after {
  content: "";
  display: table;
  clear: both; }

.link-toggle-list li {
  float: left;
  margin-right: 21px;
  margin-right: 1.3125rem; }

.link-toggle-list .link-toggle-icon::after {
  content: "+"; }

.link-toggle-list a.link-toggle-open .link-toggle-icon::after {
  content: "-"; }

.share-toggle-list,
.related-toggle-list {
  display: none;
  margin-top: 0.5em; }

@media screen and (max-width: (600px, "no-query" true)) {
  .border-end-cap {
    position: relative;
    border-bottom: 5px solid #f6a704;
    border-bottom: 0.3125rem solid #f6a704;
    padding: 15px;
    padding: 0.9375rem; }
    .border-end-cap:before {
      height: 15px;
      height: 0.9375rem;
      width: 5px;
      width: 0.3125rem;
      background: #f6a704;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0; }
    .border-end-cap:after {
      height: 15px;
      height: 0.9375rem;
      width: 5px;
      width: 0.3125rem;
      background: #f6a704;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0; } }

.border-top-left {
  position: relative;
  border-left: 5px solid #f6a704;
  border-left: 0.3125rem solid #f6a704;
  border-top: 5px solid #f6a704;
  border-top: 0.3125rem solid #f6a704;
  padding: 15px;
  padding: 0.9375rem; }

.border-bottom {
  position: relative;
  border-bottom: 5px solid #f6a704;
  border-bottom: 0.3125rem solid #f6a704;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }

.border-top-cap {
  position: relative;
  border-top: 5px solid #f6a704;
  border-top: 0.3125rem solid #f6a704;
  padding: 15px;
  padding: 0.9375rem; }
  .border-top-cap:before {
    height: 40px;
    height: 2.5rem;
    width: 5px;
    width: 0.3125rem;
    background: #f6a704;
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .border-top-cap:after {
    height: 40px;
    height: 2.5rem;
    width: 5px;
    width: 0.3125rem;
    background: #f6a704;
    content: "";
    position: absolute;
    top: 0;
    right: 0; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .mobile-border-top-cap {
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-right: 14px;
    margin-right: 0.875rem;
    position: relative;
    border-top: 5px solid #f6a704;
    border-top: 0.3125rem solid #f6a704;
    padding: 0 15px 15px;
    padding: 0 0.9375rem 0.9375rem;
    border-left: none;
    border-right: none; }
    .mobile-border-top-cap:before {
      height: 40px;
      height: 2.5rem;
      width: 5px;
      width: 0.3125rem;
      background: #f6a704;
      content: "";
      position: absolute;
      top: 0;
      left: 0; }
    .mobile-border-top-cap:after {
      height: 40px;
      height: 2.5rem;
      width: 5px;
      width: 0.3125rem;
      background: #f6a704;
      content: "";
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (min-width: 37.5em) {
  .border-top-right {
    position: relative; }
    .border-top-right:before {
      height: 6px;
      height: 0.375rem;
      width: 100%;
      background: #f6a704;
      content: "";
      position: absolute;
      top: -20px;
      right: -20px; }
    .border-top-right:after {
      height: 100%;
      width: 6px;
      width: 0.375rem;
      background: #f6a704;
      content: "";
      position: absolute;
      top: -20px;
      right: -20px; }
    .border-top-right.article-inner:after {
      height: 121px; } }

@media screen and (min-width: 46.875em) {
  .border-bottom-right {
    position: relative; }
    .border-bottom-right:before {
      height: 6px;
      height: 0.375rem;
      width: 100%;
      background: #f6a704;
      content: "";
      position: absolute;
      bottom: -20px;
      right: -30px; }
    .border-bottom-right:after {
      height: 220px;
      height: 13.75rem;
      width: 6px;
      width: 0.375rem;
      background: #f6a704;
      content: "";
      position: absolute;
      bottom: -20px;
      right: -30px; } }

@media screen and (min-width: 46.875em) {
  .border-drawer {
    position: relative; }
    .border-drawer:before {
      height: 6px;
      height: 0.375rem;
      width: 100%;
      background: #f6a704;
      content: "";
      position: absolute;
      top: 0;
      right: 0px; }
    .border-drawer:after {
      height: 100%;
      width: 6px;
      width: 0.375rem;
      background: #f6a704;
      content: "";
      position: absolute;
      top: 0px;
      right: 0px; }
    .border-drawer > div:before {
      height: 6px;
      height: 0.375rem;
      width: 85px;
      width: 5.3125rem;
      background: #f6a704;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0; } }

.set-svg-border {
  padding: 15px 15px 0 15px;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  position: relative; }
  @media screen and (min-width: 46.875em) {
    .set-svg-border {
      padding: 25px 40px 0px 15px;
      padding: 1.5625rem 2.5rem 0rem 0.9375rem; } }
  .set-svg-border.drawer-container svg.svg-border {
    z-index: -1; }
  .set-svg-border.border-shift svg.svg-border {
    left: 15px; }
  .set-svg-border svg.svg-border {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: 0; }
    .set-svg-border svg.svg-border path {
      stroke-dasharray: 1300;
      stroke-dashoffset: 1300; }
    @media screen and (min-width: 46.875em) {
      .set-svg-border svg.svg-border {
        display: block; } }
    .set-svg-border svg.svg-border + h2 {
      margin-top: 0; }

.slider-container {
  position: relative; }

.slider-container, .flexslider.carousel {
  border: 9px solid white; }

.carousel {
  border-top: 0; }

.news-slider .column {
  padding: 0 14px; }

.slider {
  position: relative; }

ul.slides {
  padding-left: 0; }

.carousel-slider-navigation {
  cursor: pointer; }
  .carousel-slider-navigation .carousel-slider-prev {
    position: absolute;
    left: 0;
    top: 25%;
    margin-top: -24px; }
  .carousel-slider-navigation .carousel-slider-next {
    right: 0;
    position: absolute;
    top: 25%;
    margin-top: -24px; }

.carousel-navigation svg, .slider-navigaiton svg {
  width: 20px;
  height: 20px; }

.carousel-navigation a, .slider-navigaiton a {
  background-color: #f6a704;
  color: #ffffff;
  float: left;
  margin-top: 0;
  margin-left: 3px;
  margin-left: 0.1875rem;
  line-height: 43px;
  height: 43px;
  width: 43px;
  overflow: hidden;
  text-align: center; }
  .carousel-navigation a:hover,
  .carousel-navigation a:focus, .slider-navigaiton a:hover,
  .slider-navigaiton a:focus {
    background-color: #2f6bb4; }

.carousel-gallery-navigation {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

.flexslider {
  border-width: 0;
  border-radius: 0; }
  .flexslider ul li {
    padding-left: 0;
    margin-bottom: 0; }
    .flexslider ul li:before {
      display: none; }
    .flexslider ul li:hover {
      opacity: 0.8; }
    .flexslider ul li iframe {
      display: block; }
  .flexslider.flexslider-stage {
    margin-bottom: 0; }
  .flexslider.flexslider-thumbs {
    border-top: none;
    margin-top: 0; }
    .flexslider.flexslider-thumbs li {
      margin: 0 3.3px;
      cursor: pointer; }
      .flexslider.flexslider-thumbs li:first-child {
        margin-left: 0; }
      .flexslider.flexslider-thumbs li:last-child {
        margin-right: 0; }
      .flexslider.flexslider-thumbs li.flex-active-slide img {
        border: 3px solid #f6a704;
        max-height: 99px; }
  .flexslider .flex-direction-nav {
    display: none; }

.flexslider-stage .flex-caption {
  z-index: 10; }

.flex-caption {
  color: #000;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: 100px; }
  .flex-caption p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    line-height: 18px; }
  .flex-caption .slide-count {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 15px; }
  @media screen and (min-width: 46.875em) {
    .flex-caption {
      color: #ffffff;
      margin-top: 0;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .flex-caption p {
        margin-left: 5em; }
      .flex-caption .slide-count {
        float: left; } }

@media screen and (min-width: 46.875em) {
  .slider-container li:after {
    display: block;
    content: "";
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 100ms;
    background: linear-gradient(to bottom, transparent 17%, rgba(0, 0, 0, 0.45) 85%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 102%); } }

.slider-container li.flex-active-slide:after {
  opacity: 1;
  transition: all 0.7s;
  transition-delay: 500ms; }

form > div {
  max-width: 100%; }
  @media screen and (min-width: 46.875em) {
    form > div {
      max-width: 520px; } }

form p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px; }

form label, form legend {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: block; }
  form label + input, form legend + input {
    display: block; }
  form label sup[title="required"], form legend sup[title="required"] {
    color: #ef414d; }

form fieldset legend {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

form fieldset label {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: none; }

form fieldset p,
form fieldset p + p {
  margin: 0; }

form [type="radio"],
form [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */ }
  form [type="radio"] + label,
  form [type="checkbox"] + label {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    margin-top: 5px;
    margin-top: 0.3125rem;
    cursor: pointer; }
  form [type="radio"] + label:before,
  form [type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    border: 1px solid #000;
    margin-right: 0.75em;
    transition: 0.1s ease all; }
  form [type="radio"]:checked + label:before,
  form [type="checkbox"]:checked + label:before {
    background: #f6a704;
    border: none; }
  form [type="radio"]:focus + label:after,
  form [type="checkbox"]:focus + label:after {
    border-color: #926302; }

form [type="radio"] + label:before {
  border-radius: 12px;
  border-radius: 0.75rem; }

form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  vertical-align: bottom;
  border: 1px solid #dbdbdb; }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-color: #848484;
    outline: none; }
  form input[type="text"]:focus::-ms-value,
  form input[type="password"]:focus::-ms-value,
  form input[type="email"]:focus::-ms-value,
  form textarea:focus::-ms-value {
    background: transparent;
    color: #2f6bb4; }

form input[type="file"] {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px; }

form input[type="text"],
form input[type="password"],
form input[type="email"] {
  padding: 10px;
  padding: 0.625rem;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    form input[type="text"],
    form input[type="password"],
    form input[type="email"] {
      max-width: 313px; } }

form input.input-small {
  max-width: 150px; }

form textarea {
  padding: 10px;
  padding: 0.625rem;
  width: 520px;
  max-width: 100%;
  min-height: 200px;
  min-height: 12.5rem; }

form .form-disabled {
  color: #a8a8a8; }
  form .form-disabled input {
    background-color: transparent;
    border-color: #dbdbdb; }

form label.error, form legend.error {
  color: #ef414d; }

form input.error, form select.error, form textarea.error, form .fancy-select.error {
  border-color: #ef414d; }
  form input.error:focus, form select.error:focus, form textarea.error:focus, form .fancy-select.error:focus {
    border-color: #ba101b; }

form p.error {
  display: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  font-size: 15px;
  background-color: #ee3441;
  color: #ffffff;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    form p.error {
      max-width: 313px; } }

form .error[id^="checkboxbtn[]-error"], form .error[id^="radiobutton-error"] {
  max-width: 100%; }

form .error[id^="textarea-error"] {
  width: 100%;
  max-width: 520px; }

form input.datepicker {
  background: url("../images/calendar_input_icon.png") #ffffff 95% center no-repeat;
  background-size: 17px;
  padding-right: 7%;
  cursor: pointer; }

.pika-single {
  z-index: 100;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold; }
  .pika-single thead {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px; }

.inline-form {
  position: relative; }
  .inline-form .form-block {
    display: inline-block;
    vertical-align: middle; }
    .inline-form .form-block.margin-right {
      margin-right: 10px; }
    .inline-form .form-block.form-controls {
      margin-top: 30px;
      display: block; }
      .inline-form .form-block.form-controls button {
        width: 100%;
        height: 37px;
        margin-left: 0; }
        @media screen and (min-width: 500px) {
          .inline-form .form-block.form-controls button {
            display: inline-block;
            width: 118px; } }
        @media screen and (min-width: 890px) {
          .inline-form .form-block.form-controls button {
            margin-top: 0; } }
      @media screen and (min-width: 890px) {
        .inline-form .form-block.form-controls {
          margin-top: 22px;
          margin-left: 10px;
          display: inline-block; } }
    .inline-form .form-block .sub-form-block {
      display: inline-block;
      margin-top: -19px; }
    .inline-form .form-block .sub-form-block-2 {
      margin-top: 10px; }
  .inline-form .date-block-wrap {
    margin-top: 30px; }
    @media screen and (min-width: 350px) {
      .inline-form .date-block-wrap {
        margin-top: 10px; } }
    @media screen and (min-width: 700px) {
      .inline-form .date-block-wrap {
        margin-top: -20px; } }
  .inline-form .select-block-wrap {
    display: block; }
    .inline-form .select-block-wrap .fancy-select {
      width: 100%; }
      @media screen and (min-width: 500px) {
        .inline-form .select-block-wrap .fancy-select {
          width: 170px; } }
    @media screen and (min-width: 500px) {
      .inline-form .select-block-wrap {
        display: inline-block; } }
  .inline-form .datepicker-label span {
    margin-bottom: -9px;
    display: block; }

.adjunct-right-link {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
  display: block; }
  @media screen and (min-width: 1000px) {
    .adjunct-right-link {
      position: absolute;
      right: 0;
      top: 43px; } }

select {
  font-size: 13px;
  padding: 10px;
  padding: 0.625rem;
  background-color: #ffffff;
  background-image: none;
  -webkit-appearance: none;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px; }
  @media screen and (min-width: 37.5em) {
    select {
      max-width: 313px; } }
  select option {
    margin-top: 0; }
  select::-ms-expand {
    display: none; }
  select:focus {
    border-color: #848484; }
  select:focus {
    outline: none; }
  select:focus::-ms-value {
    background: transparent;
    color: #2f6bb4; }

select[multiple] {
  padding: 0;
  vertical-align: bottom; }
  select[multiple] option {
    padding: 10px;
    padding: 0.625rem; }

.fancy-select {
  background: #ffffff;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 0; }
  .fancy-select select {
    z-index: 2;
    position: relative;
    display: block;
    width: 110%;
    border: none;
    -moz-appearance: none; }
    @media screen and (min-width: 46.875em) {
      .fancy-select select {
        width: 125%; } }
  .fancy-select .icon-controls-arrow-down {
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 10;
    margin: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.78);
    padding-left: 3px; }
  .fancy-select.input-small select {
    padding-right: 60px; }
  .fancy-select.input-medium select {
    padding-right: 80px; }
  .fancy-select.input-large select {
    padding-right: 110px; }
  @media screen and (min-width: 37.5em) {
    .fancy-select {
      max-width: 313px; } }

.lt-ie10 .fancy-select {
  width: 100%;
  border-right: 1px solid #e3e3e3; }
  .lt-ie10 .fancy-select .icon-controls-arrow-down {
    display: none; }
  .lt-ie10 .fancy-select select {
    width: 100%;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 45px; }

a.a-to-btn-large, a.a-to-btn-reg {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  background-color: #3b7cca;
  border: none;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em; }
  a.a-to-btn-large:hover,
  a.a-to-btn-large:focus, a.a-to-btn-reg:hover,
  a.a-to-btn-reg:focus {
    background-color: #173860; }
  @media screen and (min-width: 31.25em) {
    a.a-to-btn-large, a.a-to-btn-reg {
      margin-right: 1em;
      width: auto; } }

a.a-to-btn-reg {
  padding: 0.5em;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182; }
  @media screen and (min-width: 59.375em) {
    a.a-to-btn-reg {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }

.form-controls:after {
  content: "";
  display: table;
  clear: both; }

.form-controls button {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  background-color: #3b7cca;
  border: none;
  color: #ffffff;
  height: 47px;
  width: 100%;
  margin-bottom: 1em; }
  .form-controls button:hover,
  .form-controls button:focus {
    background-color: #173860; }
  @media screen and (min-width: 31.25em) {
    .form-controls button {
      width: 118px;
      margin-right: 1em; } }

@media screen and (min-width: 31.25em) {
  .form-controls p {
    max-width: 118px;
    text-align: left;
    line-height: 47px; } }

@media screen and (min-width: 31.25em) {
  .form-controls > * {
    float: left;
    margin-top: 0; } }

input[type="file"] {
  padding: 10px 0;
  padding: 0.625rem 0; }

@media screen and (min-width: 37.5em) {
  .form-fullspan p {
    float: left;
    padding-right: 10px;
    padding-right: 0.625rem;
    width: 33.333333%; } }

input[type="reset"] {
  border: 0;
  background: #ffffff; }

.summary-toggle > div {
  display: inline;
  display: none; }
  .summary-toggle > div > p {
    display: inline-block; }

.summary-toggle > div.summary {
  display: inline;
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

.summary-toggle > a {
  display: inline; }

.summary-toggle .summary-toggle-icon::after {
  content: "+"; }

.summary-toggle a.summary-toggle-open .summary-toggle-icon::after {
  content: "-"; }

.thumb-list .media__img {
  margin-right: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 18.75em) and (max-width: 37.4375em) {
    .thumb-list .media__img {
      margin-right: 1em;
      max-width: 76px; } }

.thumb-list .media__body {
  display: block;
  margin-top: 25px; }
  @media screen and (min-width: 37.5em) {
    .thumb-list .media__body {
      margin-top: 0;
      display: inline; } }

.longform .thumb-list li:before {
  display: none; }

.media:hover .blue-text-color {
  color: #173860; }

.home-thumb-list li {
  text-align: center; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes drawSVGPath {
  to {
    stroke-dashoffset: 0; } }

@keyframes drawSVGPath {
  to {
    stroke-dashoffset: 0; } }

.drawSVGPath {
  animation-name: drawSVGPath;
  -webkit-animation-name: drawSVGPath;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.reverse {
  background-color: #212121;
  margin-top: 0; }
  .reverse .mobile-search .site-search-form {
    background-color: #212121; }
  .reverse .mobile-nav-triggers .mobile-search-open:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTE1IDEzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTE1IDEzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgaWQ9IlJlY3RhbmdsZV83M19jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMCwwLjFsMTE0LjgsMTA1LjNsMC4xLDI2LjZMMCwyNi43TDAsMC4xeiBNMC4xLDEwNS40TDExNSwwLjJsMCwyNi43TDAuMSwxMzIuMQogICAgTDAuMSwxMDUuNHoiLz4KPC9zdmc+Cg==");
    width: 18px; }
  .reverse .mobile-subnav ul {
    background-color: #000; }
  .reverse .mobile-subnav a {
    color: #848484; }
  .reverse .mobile-subnav .mobile-nav-apply a,
  .reverse .mobile-subnav .mobile-nav-visit a {
    color: #ffffff; }
  .reverse .icon-controls-plus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSItMjQzIDI0NCAxMyAxMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMjQzIDI0NCAxMyAxMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGlkPSJYTUxJRF8xMV8iIGZpbGw9IiNGNkE3MDQiIHBvaW50cz0iLTIzNSwyNDkgLTIzNSwyNDQgLTIzOCwyNDQgLTIzOCwyNDkgLTI0MywyNDkgLTI0MywyNTIgLTIzOCwyNTIgLTIzOCwyNTcgLTIzNSwyNTcKCS0yMzUsMjUyIC0yMzAsMjUyIC0yMzAsMjQ5ICIvPgo8L3N2Zz4K"); }
  .reverse .icon-controls-minus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSItMjk5IDM5MCAxMyAxMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMjk5IDM5MCAxMyAxMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWxpbmUgaWQ9IlhNTElEXzJfIiBmaWxsPSIjRjZBNzA0IiBwb2ludHM9Ii0yOTEsMzk4IC0yODYsMzk4IC0yODYsMzk1IC0yOTEsMzk1IC0yOTQsMzk1IC0yOTksMzk1IC0yOTksMzk4IC0yOTQsMzk4ICIvPgo8L3N2Zz4NCg=="); }
  .reverse .breadcrumbs a,
  .reverse .breadcrumbs li,
  .reverse .nav-utility a,
  .reverse .pagination a {
    color: #848484; }
    .reverse .breadcrumbs a:focus,
    .reverse .breadcrumbs a:hover,
    .reverse .breadcrumbs li:focus,
    .reverse .breadcrumbs li:hover,
    .reverse .nav-utility a:focus,
    .reverse .nav-utility a:hover,
    .reverse .pagination a:focus,
    .reverse .pagination a:hover {
      color: #ffffff; }
  .reverse .nav-main a:hover {
    color: #f6a704;
    text-decoration: none; }
  .reverse a {
    color: #f6a704; }
    .reverse a:hover {
      text-decoration: underline; }
  .reverse .layout-6-6-of-12-shift-2 .white-text-color .monospace-link-small:hover {
    color: #f6a704; }
  .reverse .white-text-color {
    color: #ffffff; }
  .reverse .video-with-img {
    margin-top: 5px;
    color: #ffffff; }
    .reverse .video-with-img.hero {
      display: none; }
    .reverse .video-with-img a {
      color: #ffffff; }
      .reverse .video-with-img a.tags {
        color: #f6a704;
        text-decoration: none;
        text-transform: none; }
        .reverse .video-with-img a.tags:hover {
          text-decoration: underline; }
  .reverse .filter-sidebar-trigger:hover {
    text-decoration: none; }
  .reverse .video-item .video-with-img {
    padding-left: 0;
    width: 100%; }
  .reverse .layout-split-3 {
    margin-top: 30px; }
    .reverse .layout-split-3:first-of-type {
      margin-top: 15px; }
  .reverse .visit-apply {
    background-color: #212121; }
    .reverse .visit-apply a {
      color: #ffffff; }
  .reverse .nav-main a {
    color: #ffffff; }
  @media screen and (min-width: 46.875em) {
    .reverse .page-wrapper-video {
      padding-top: 60px; } }
  .reverse .page-wrapper {
    background: #000; }
    .reverse .page-wrapper:before {
      background: #212121; }
    .reverse .page-wrapper:after {
      background: #212121; }
  @media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
    .reverse .breadcrumbs {
      background-color: #212121; } }
  .reverse .site-search-form fieldset {
    border-color: #ffffff; }
  .reverse .site-search-form .search-field {
    color: #ffffff; }
  .reverse .icon-search svg path {
    fill: #ffffff !important; }
  .reverse .search-field::-webkit-input-placeholder {
    color: #ffffff; }
  .reverse .search-field::-moz-placeholder {
    color: #ffffff; }
  .reverse .search-field:-ms-input-placeholder {
    color: #ffffff; }
  .reverse .search-field::placeholder {
    color: #ffffff; }
  .reverse .filter-sidebar {
    background: #212121;
    color: #ffffff; }
  .reverse form [type="checkbox"] + label:before,
  .reverse form [type="radio"] + label:before {
    border-color: #ffffff;
    background-color: #ffffff; }
  .reverse form [type="checkbox"]:checked + label:before,
  .reverse form [type="radio"]:checked + label:before {
    border-color: #f6a704;
    background-color: #f6a704; }
  .reverse .filter-sidebar-trigger .section-title {
    color: #ffffff; }
  .reverse .pagination li a {
    color: #6E6E6E; }
    .reverse .pagination li a:hover {
      text-decoration: none; }
  .reverse .pagination li.current {
    color: #ffffff; }
  .reverse .pagination li:first-child,
  .reverse .pagination li:last-child {
    color: #ffffff; }
    .reverse .pagination li:first-child a,
    .reverse .pagination li:last-child a {
      color: #f6a704; }
      .reverse .pagination li:first-child a:hover,
      .reverse .pagination li:last-child a:hover {
        text-decoration: none;
        color: #ffffff; }
  .reverse .icon-play-btn-small {
    height: 35px;
    width: 35px;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.reverse .column-hero-subnav, .reverse .home-nav-bkgnd {
  background: #000; }
  .reverse .column-hero-subnav:before, .reverse .home-nav-bkgnd:before {
    background: #212121; }

.reverse .home-article {
  background: #000;
  color: #ffffff; }
  .reverse .home-article .alpha, .reverse .home-article p, .reverse .home-article li {
    color: #ffffff; }

.reverse .home-template .monospace-gray-xsmall-link {
  color: #ffffff; }

.reverse .white-transparent-overlay {
  background: #212121; }

.reverse .band-teal .page-wrapper {
  background: #000; }

.reverse .page-wrapper .layout-full .column h2, .reverse .page-wrapper .layout-full .column h1, .reverse .page-wrapper .layout-full .column h4, .reverse .page-wrapper .layout-full .column h5, .reverse .page-wrapper .layout-full .column h6, .reverse .page-wrapper .layout-full .column blockquote, .reverse .page-wrapper .layout-full .column p {
  color: #ffffff; }

.reverse .social-column li {
  color: #ffffff; }

.reverse .sidebar-nav > ul li a {
  color: #ffffff; }
  .reverse .sidebar-nav > ul li a:hover {
    color: #f6a704; }

.reverse .sidebar-nav .active-trail {
  color: #ffffff; }

.reverse .sidebar-nav > ul > li.active-trail > span {
  border-bottom: 1px solid #ffffff; }

.reverse .sidebar-nav {
  border: 1px solid #000;
  background: #212121; }

.reverse .sidebar-nav .sidebar-trigger .section-title {
  color: #ffffff; }

.reverse .sidebar-nav .sidebar-trigger:hover .section-title {
  color: #f6a704; }

@media screen and (min-width: 46.875em) {
  .reverse .sidebar-nav {
    border: 0; }
  .reverse .sidebar-nav, .reverse .sidebar-nav.sidebar-nav-school {
    border-top: 7px solid #ffffff; }
  .reverse .location-hero-article .column:nth-child(1) {
    background: #000; }
  .reverse .student-employment-block {
    background: #212121; }
  .reverse .longform > .table-wrap:before {
    background: #212121; }
  .reverse .m-gray-d-white-background, .reverse .longform > .m-gray-d-white-background:before {
    background: #212121; } }

.reverse .article-inner {
  background: #000; }
  .reverse .article-inner h1, .reverse .article-inner h2, .reverse .article-inner h3, .reverse .article-inner h4, .reverse .article-inner h5, .reverse .article-inner h6, .reverse .article-inner p, .reverse .article-inner li, .reverse .article-inner blockquote {
    color: #ffffff; }

.reverse .column h1, .reverse .column h2, .reverse .column h3, .reverse .column h4, .reverse .column h5, .reverse .column h6, .reverse .column p, .reverse .column li, .reverse .column blockquote {
  color: #ffffff; }

.reverse .img-block {
  background: #000; }
  .reverse .img-block .layout-4-2-4-of-12 .monospace-link-small {
    color: #f6a704; }
    .reverse .img-block .layout-4-2-4-of-12 .monospace-link-small:hover {
      color: #ffffff; }

.reverse .about-stats .big-stat h3 {
  color: #2f6bb4; }

.reverse .monospace-red-xsmall, .reverse p.monospace-red-xsmall a {
  color: #f6a704; }

.reverse .monospace-red-xsmall:after, .reverse .longform .monospace-red-xsmall:after {
  color: #f6a704; }

.reverse .table-container {
  background: #212121; }
  .reverse .table-container tr, .reverse .table-container th, .reverse .table-container td {
    color: #ffffff; }

.reverse .table-wrap {
  background: #000; }
  .reverse .table-wrap:after {
    background: linear-gradient(to right, transparent 0%, transparent 32%, black 100%); }

.reverse blockquote.fancy {
  background: #000; }

.reverse .slide-count {
  color: #ffffff; }

.reverse .m-gray-d-white-background {
  background: #000; }
  .reverse .m-gray-d-white-background a {
    color: #2f6bb4; }
  .reverse .m-gray-d-white-background .media:hover .blue-text-color {
    color: #2f6bb4; }
  .reverse .m-gray-d-white-background .monospace-gray-xsmall {
    color: #ffffff; }

.reverse .gray-background-block {
  background: #212121; }
  .reverse .gray-background-block p, .reverse .gray-background-block span {
    color: #ffffff; }

.reverse .fancy-select {
  background: #212121;
  border: 0; }
  .reverse .fancy-select select {
    color: #ffffff;
    background-color: #212121; }

.reverse select {
  color: #ffffff;
  background-color: #212121;
  border: 0; }

.reverse form label {
  color: #ffffff; }

.reverse form input[type="text"], .reverse form input[type="password"], .reverse form input[type="email"], .reverse form textarea {
  color: #ffffff;
  background: #212121;
  border: 0; }

.reverse input[type="reset"] {
  background: #212121;
  color: #f6a704; }

.reverse .fancy-select .icon-controls-arrow-down {
  background-color: #212121; }

.reverse .a-to-btn-large, .reverse .a-to-btn-reg {
  color: #ffffff; }

.reverse .slider-container, .reverse #carousel {
  border: 9px solid #212121; }

.reverse #carousel {
  border-top: 0; }

.reverse .flexslider {
  background: #212121; }

.reverse .logo-school svg * {
  fill: #ffffff; }

.reverse .degree-block {
  background: #212121;
  color: #ffffff; }

.reverse .layout-general-fullwidth .with-hero.article-inner {
  background: #000; }

.reverse figcaption.monospace-gray-xsmall, .reverse .longform figcaption.monospace-gray-xsmall {
  color: #ffffff; }

.reverse .white-background {
  background: #212121; }

.reverse .filter-sidebar {
  border: 1px solid #000; }

.reverse input[type="reset"] {
  border: 0;
  background: #212121;
  color: #2f6bb4; }

.reverse .filter-sidebar .fancy-select, .reverse .filter-sidebar select, .reverse .filter-sidebar .fancy-select .icon-controls-arrow-down {
  background-color: #000; }

.reverse .news-hero .layout-6-6-of-12-shift-1 > .column:nth-child(1) {
  background: #000; }

.reverse .news-hero .monospace-link-small {
  color: #f6a704; }

.reverse .with-button-right_button {
  color: #ffffff; }

.reverse .m-gray-d-transparent-background {
  background: #000; }

.reverse .m-white-d-transparent-background {
  background: #212121; }

.reverse .profile-hero .profile-information dl, .reverse .profile-hero .profile-information dt, .reverse .profile-hero .profile-information dd {
  color: #ffffff; }

.reverse .m-gray-d-none-background {
  background: #000; }

.reverse .with-hero .article-header {
  background: #000; }

@media screen and (min-width: 46.875em) {
  .reverse .filter-sidebar {
    border: 0; }
  .reverse .m-gray-d-none-background {
    background: transparent; }
  .reverse .column-white-with-padding {
    background: #212121; }
  .reverse .sidebar-nav {
    border: 0; }
  .reverse .sidebar-nav, .reverse .sidebar-nav.sidebar-nav-school {
    border-top: 7px solid #ffffff; }
  .reverse .location-hero-article .column:nth-child(1) {
    background: #000; }
  .reverse .student-employment-block {
    background: #212121; }
  .reverse .longform > .table-wrap:before {
    background: #212121; }
  .reverse .m-gray-d-white-background, .reverse .longform > .m-gray-d-white-background:before {
    background: #212121; }
  .reverse .m-gray-school {
    background: #000; }
  .reverse .intro-text-with-side-img .intro-text {
    background: #000; }
  .reverse .profile-hero .profile-information {
    background: #212121; }
  .reverse .column-white-with-less-padding {
    background: #212121; } }

.event-block a {
  color: #000; }
  .event-block a:hover, .event-block a:focus {
    background: #2c7f80; }

.share-block__list li {
  display: inline-block; }
  .share-block__list li + li {
    margin-left: 0.5em; }

span.at-icon-wrapper {
  margin: 0; }

.addthis_inline_share_toolbox {
  text-align: left; }
  .addthis_inline_share_toolbox a.at-icon-wrapper {
    background-color: #f6a704 !important; }
    .addthis_inline_share_toolbox a.at-icon-wrapper:hover, .addthis_inline_share_toolbox a.at-icon-wrapper:focus {
      background-color: #2f6bb4 !important;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      outline: 0; }

.at-expanded-menu-mask, .at-share-btn-elements {
  margin: 0; }

#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-mask {
  background-color: #000; }

#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-page-url {
  color: #f6a704;
  opacity: 1; }

#at-expanded-menu-host #at-expanded-menu-container .at-copy-link-share-icon .at-icon-wrapper {
  background-color: #f6a704 !important;
  border-radius: 0; }

#at-expanded-menu-host #at-expanded-menu-container .at-copy-link-share-page-url {
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  padding-left: 0.9375rem; }

#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-primary-action-btn {
  background-color: #2f6bb4;
  border-radius: 0;
  text-transform: capitalize; }
  #at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-primary-action-btn:hover {
    background-color: #173860; }

#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-close {
  background-color: transparent; }
  #at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-close span {
    color: #ffffff;
    font-size: 40px;
    font-size: 2.5rem; }

#at-expanded-menu-host #at-expanded-menu-container #at-expanded-menu-title,
#at-expanded-menu-host #at-expanded-menu-container .at-branding-logo,
#at-expanded-menu-host #at-expanded-menu-container .at-copy-link-result-message span,
#at-expanded-menu-host #at-expanded-menu-container .at-copy-link-share-page-url,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-button-label,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-email-disclaimer,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-load-btn,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-page-title,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-page-url,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-privacy-link,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-search-label-content,
#at-expanded-menu-host #at-expanded-menu-container .at-expanded-menu-top-services-header {
  font-family: Arial, sans-serif; }

.feed-insta {
  margin-bottom: 30px; }

@media screen and (min-width: 46.875em) {
  .degree-blocks-wrap {
    position: relative; } }

.degree-block {
  background: #ffffff;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em; }
  .degree-block .degree-name {
    font-family: roboto_slab, serif;
    /* font-style: italic; */
    letter-spacing: .01em;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2f6bb4; }
    @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
      .degree-block .degree-name {
        font-size: 14px;
        font-size: 0.875rem; } }
  .degree-block .degree-description {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    color: #000; }
    @media screen and (min-width: 46.875em) and (max-width: 59.375em) {
      .degree-block .degree-description {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 15px;
        margin-top: 5px; } }
  .degree-block:hover {
    background-color: #009945; }
    .degree-block:hover .degree-name {
      color: #ffffff; }
  .degree-block.degree-active .degree-name {
    color: #ffffff; }
  @media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
    .degree-block.degree-active {
      margin-bottom: 0 !important; } }
  @media screen and (min-width: 46.875em) {
    .degree-block {
      height: 180px; }
      .degree-block .degree-info {
        position: absolute;
        bottom: 1em;
        left: 1em;
        right: 1em; } }
  @media screen and (min-width: 59.375em) {
    .degree-block {
      height: 232px; } }
  @media screen and (min-width: 68.75em) {
    .degree-block {
      height: 261px; } }
  @media screen and (min-width: 81.25em) {
    .degree-block {
      height: 276px; } }

.degree-drawer {
  width: 100%;
  display: none;
  padding: 20px 0;
  margin-top: 0; }
  .degree-drawer p {
    margin-top: 13px;
    margin-top: 0.8125rem; }
  @media screen and (min-width: 46.875em) {
    .degree-drawer {
      position: absolute;
      top: 200px; } }
  @media screen and (min-width: 59.375em) {
    .degree-drawer {
      top: 252px; } }
  @media screen and (min-width: 68.75em) {
    .degree-drawer {
      top: 281px; } }
  @media screen and (min-width: 81.25em) {
    .degree-drawer {
      top: 290px; } }
  .degree-drawer .column:nth-child(2) {
    max-width: 700px; }
    @media screen and (min-width: 46.875em) {
      .degree-drawer .column:nth-child(2) {
        padding-left: 28px; } }

@media screen and (min-width: 46.875em) {
  .degree-blocks-wrap > .column:nth-child(odd) .degree-drawer {
    left: 14px;
    right: inherit; } }

@media screen and (min-width: 46.875em) {
  .degree-blocks-wrap > .column:nth-child(even) .degree-drawer {
    left: 14px;
    right: inherit; } }

.architecture-design:hover,
.degree-active.architecture-design {
  background-color: #ee3441; }

.arts-sciences:hover,
.degree-active.arts-sciences {
  background-color: #009A49; }

.education:hover,
.degree-active.education {
  background-color: #858789; }

.engineering-computing-sciences:hover,
.degree-active.engineering-computing-sciences {
  background-color: #DE4927; }

.health-professions:hover,
.degree-active.health-professions {
  background-color: #7a3d82; }

.management:hover,
.degree-active.management {
  background-color: #3E5380; }

.osteopathic-medicine:hover,
.degree-active.osteopathic-medicine {
  background-color: #2c7f80; }

@media screen and (min-width: 46.875em) {
  .layout-split-3-degrees .column:nth-child(3n-2) .degree-drawer {
    left: 7%; }
  .layout-split-3-degrees .column:nth-child(3n-1) .degree-drawer {
    left: -93%; }
  .layout-split-3-degrees .column:nth-child(3n) .degree-drawer {
    left: -193%; } }

@media screen and (min-width: 59.375em) {
  .layout-split-3-degrees .column:nth-child(3n-2) .degree-drawer {
    left: 5%; }
  .layout-split-3-degrees .column:nth-child(3n-1) .degree-drawer {
    left: -95%; }
  .layout-split-3-degrees .column:nth-child(3n) .degree-drawer {
    left: -195%; } }

@media screen and (min-width: 25em) and (max-width: 46.875em) {
  .layout-split-4-degrees.degree-blocks-wrap > .column {
    width: 100%; }
    .layout-split-4-degrees.degree-blocks-wrap > .column:nth-child(1),
    .layout-split-4-degrees.degree-blocks-wrap > .column:nth-child(2) {
      margin-top: 21px;
      margin-top: 1.3125rem; } }

@media screen and (min-width: 46.875em) and (max-width: 59.375em) {
  .layout-split-4-degrees.degree-blocks-wrap .column:nth-child(even) .degree-drawer {
    margin-left: -100%; } }

@media screen and (min-width: 59.375em) {
  .layout-split-4-degrees.degree-blocks-wrap .column:nth-child(4n-3) {
    clear: left; }
  .layout-split-4-degrees.degree-blocks-wrap .column:nth-child(2n) .degree-drawer {
    margin-left: -100%; }
  .layout-split-4-degrees.degree-blocks-wrap .column:nth-child(4n-1) .degree-drawer {
    margin-left: -200%; }
  .layout-split-4-degrees.degree-blocks-wrap .column:nth-child(4n) .degree-drawer {
    margin-left: -300%; } }

@media screen and (min-width: 81.25em) {
  .layout-split-4-degrees.degree-blocks-wrap .degree-block.degree-active {
    margin-bottom: 250px; } }

@media screen and (min-width: 46.875em) {
  .campaign-blocks.degree-blocks-wrap .degree-drawer {
    position: absolute;
    top: 270px; } }

@media screen and (min-width: 59.375em) {
  .campaign-blocks.degree-blocks-wrap .degree-drawer {
    top: 292px; } }

@media screen and (min-width: 68.75em) {
  .campaign-blocks.degree-blocks-wrap .degree-drawer {
    top: 281px; } }

@media screen and (min-width: 81.25em) {
  .campaign-blocks.degree-blocks-wrap .degree-drawer {
    top: 290px; } }

@media screen and (min-width: 46.875em) {
  .campaign-blocks.degree-blocks-wrap .degree-block.degree-active {
    margin-bottom: 270px; } }

@media screen and (min-width: 59.375em) {
  .campaign-blocks.degree-blocks-wrap .degree-block.degree-active {
    margin-bottom: 320px; } }

.stats .layout-split-3 {
  margin-left: 0;
  margin-right: 0; }

.stats .stat-border-bottom {
  margin-left: 14px;
  margin-left: 0.875rem;
  margin-right: 14px;
  margin-right: 0.875rem; }

@media screen and (min-width: 25em) and (max-width: 59.375em) {
  .stats .layout-split-3 > .column {
    float: none;
    width: 100%; } }

@media screen and (min-width: 37.5em) {
  .stats .stat-border-bottom {
    width: 55%; }
  .stats .layout-split-3 > .column, .stats .big-stat {
    padding: 0 32px;
    padding: 0 2rem; }
  .stats .big-stat h3 {
    font-size: 96px;
    font-size: 6rem; } }

@media screen and (min-width: 46.875em) {
  .stats .big-stat h3 {
    font-size: 110px;
    font-size: 6.875rem; } }

@media screen and (min-width: 59.375em) {
  .stats .stat-border-bottom {
    width: 60%; }
  .stats .big-stat {
    margin-top: -115px; }
  .stats .big-stat div {
    margin-left: 25%; } }

.fact-figure {
  font-size: 80px; }
  @media screen and (min-width: 46.875em) {
    .fact-figure {
      font-size: 105px; } }

@media screen and (min-width: 46.875em) {
  .stat-block-school {
    padding: 2em 2em 2em 0; }
    .stat-block-school .column:nth-child(2) {
      padding-left: 40px;
      padding-left: 2.5rem; } }

.stat-block-school .school-color {
  color: #009945; }

.stat-block-degree h3 {
  color: #f9c65c; }

@media screen and (min-width: 46.875em) {
  .stat-block-degree {
    padding: 2em; }
    .stat-block-degree h3 {
      margin-top: -90px;
      margin-top: -5.625rem; } }

.student-employment-block img {
  display: none; }

@media screen and (min-width: 37.5em) {
  .student-employment-block {
    padding: 0 0 0 160px;
    position: relative; }
    .student-employment-block img {
      display: block;
      position: absolute;
      left: 0; } }

@media screen and (min-width: 46.875em) {
  .student-employment-block {
    background: #fff;
    margin-left: 28px;
    padding: 28px 0 28px 160px; }
    .student-employment-block img {
      left: 28px; } }

.img-block {
  background: #ffffff; }
  .img-block h2 {
    position: relative;
    z-index: 10; }
  @media screen and (min-width: 37.5em) {
    .img-block {
      padding: 40px 0;
      padding: 2.5rem 0; } }

.img-block .layout-4-2-4-of-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .img-block .layout-4-2-4-of-12 .img-block-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .img-block .layout-4-2-4-of-12 .monospace-link-small {
    color: #000; }
  .img-block .layout-4-2-4-of-12 > .column {
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  .img-block .layout-4-2-4-of-12 > .column:nth-child(1) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .img-block .layout-4-2-4-of-12 > .column:nth-child(1) .img-block-item {
      margin-bottom: -10px; }
  .img-block .layout-4-2-4-of-12 > .column:nth-child(2) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .img-block .layout-4-2-4-of-12 > .column:nth-child(3) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  @media screen and (min-width: 25em) and (max-width: 37.5em) {
    .img-block .layout-4-2-4-of-12 > .column:nth-child(2) .img-block-item {
      float: left;
      width: 50%;
      margin-top: 0; }
    .img-block .layout-4-2-4-of-12 > .column + .column {
      margin-top: 0; } }
  @media screen and (min-width: 37.5em) {
    .img-block .layout-4-2-4-of-12 > .column:nth-child(1) .img-block-item {
      float: right;
      margin-top: 0;
      padding: 0; }
    .img-block .layout-4-2-4-of-12 > .column {
      -webkit-flex: 1 auto;
          -ms-flex: 1 auto;
              flex: 1 auto; }
    .img-block .layout-4-2-4-of-12 > .column:nth-child(1) {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      .img-block .layout-4-2-4-of-12 > .column:nth-child(1) .img-block-item {
        margin-bottom: 30px;
        margin-bottom: 1.875rem; }
    .img-block .layout-4-2-4-of-12 > .column:nth-child(2) {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .img-block .layout-4-2-4-of-12 > .column:nth-child(2) .img-block-item:nth-child(2) {
        margin-top: 0; }
    .img-block .layout-4-2-4-of-12 > .column:nth-child(3) {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.intro-text-with-side-img {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .intro-text-with-side-img:after {
    content: "";
    display: table;
    clear: both; }
  .intro-text-with-side-img .side-img,
  .intro-text-with-side-img .intro-text {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 14px;
    padding: 0.875rem;
    position: relative; }
    .intro-text-with-side-img .side-img:last-child,
    .intro-text-with-side-img .intro-text:last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .intro-text-with-side-img > .column + .column {
      margin-top: 0;
      position: relative;
      z-index: 1; }
    .intro-text-with-side-img .side-img {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%;
      padding: 0; }
      .intro-text-with-side-img .side-img:last-child {
        margin-right: 0; }
    .intro-text-with-side-img .intro-text {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%;
      float: right;
      background: #f4f4f4;
      padding: 2em 2em 1em; }
      .intro-text-with-side-img .intro-text:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .intro-text-with-side-img > .column + .column {
      margin-top: 0; }
    .intro-text-with-side-img .side-img {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .intro-text-with-side-img .side-img:last-child {
        margin-right: 0; }
    .intro-text-with-side-img .intro-text {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%;
      float: right; }
      .intro-text-with-side-img .intro-text:last-child {
        margin-right: 0; } }

.degree-hero-article, .school-hero-article {
  padding-bottom: 1.5em; }
  .degree-hero-article:after, .school-hero-article:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .degree-hero-article, .school-hero-article {
      float: right;
      margin-top: -102px;
      padding-top: 4em;
      padding-bottom: 3em; } }
  @media screen and (min-width: 59.375em) {
    .degree-hero-article, .school-hero-article {
      margin-right: 76px;
      margin-right: 4.75rem;
      padding-bottom: 4em; } }
  @media screen and (min-width: 68.75em) {
    .degree-hero-article, .school-hero-article {
      margin-top: -275px;
      padding-top: 4em; } }
  @media screen and (min-width: 81.25em) {
    .degree-hero-article, .school-hero-article {
      margin-top: -303px;
      padding-top: 4em; } }
  @media screen and (min-width: 37.5em) and (max-width: 78em) {
    .degree-hero-article .border-bottom-right:before,
    .degree-hero-article .border-bottom-right:after,
    .school-hero-article .border-bottom-right:before,
    .school-hero-article .border-bottom-right:after {
      right: 0; } }

.degree-hero-article + .d-page-row {
  clear: both; }

.figure {
  margin: 0; }
  .img + .figure__caption {
    margin-top: 0; }
  .figure__caption {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182;
    background: #f4f4f4;
    padding: 10px;
    padding: 0.65625rem; }
    @media screen and (min-width: 59.375em) {
      .figure__caption {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.53846; } }
    @media screen and (min-width: 59.375em) {
      .figure__caption {
        padding: 13px;
        padding: 0.8125rem; } }

.pagination ul {
  text-align: center; }
  @media screen and (min-width: 46.875em) {
    .pagination ul {
      text-align: left; } }

.pagination li {
  color: #848484;
  display: inline-block;
  vertical-align: middle;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }
  .pagination li a {
    padding: 0 4px; }
  .pagination li:first-child a, .pagination li:last-child a {
    padding: 0; }
  .pagination li.current {
    padding: 0 4px; }

.longform .pagination li:before {
  display: none; }

.breadcrumbs {
  background: #f5f5f5;
  padding-top: 10px;
  padding-top: 0.65625rem;
  padding-bottom: 10px;
  padding-bottom: 0.65625rem;
  padding: 10px;
  padding: 0.65625rem;
  line-height: 1; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .breadcrumbs {
      background: transparent;
      padding-top: 0; } }
  @media screen and (min-width: 46.875em) {
    .breadcrumbs {
      padding-left: 0;
      padding-right: 0;
      max-width: 70%; } }
  .breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.65625rem; }
    .breadcrumbs li:last-child:after {
      content: ""; }
    .breadcrumbs li:after {
      content: " > ";
      color: #848484;
      font-size: 9px;
      margin-left: 10px;
      margin-left: 0.65625rem; }
  .breadcrumbs a, .breadcrumbs li {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    color: #6E6E6E;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182; }
    @media screen and (min-width: 59.375em) {
      .breadcrumbs a, .breadcrumbs li {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.53846; } }
  .breadcrumbs a {
    text-decoration: underline; }
    .breadcrumbs a:focus,
    .breadcrumbs a:hover {
      color: #000; }

@media screen and (min-width: 46.875em) {
  .breadcrumb-wrap {
    margin-top: -20px;
    max-width: 82%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%; } }

.breadcrumb-wrap-blog {
  margin-top: 10px; }
  @media screen and (min-width: 46.875em) {
    .breadcrumb-wrap-blog {
      margin-top: 0;
      position: relative;
      float: right;
      width: 100%;
      max-width: 90%; } }

.mobile-toggles {
  text-align: right; }
  .mobile-toggles li {
    display: inline-block;
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem; }
  .mobile-toggles a {
    position: relative;
    display: block;
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem;
    border: 1px solid #050605; }
  .mobile-toggles svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.sidebar-nav {
  border: 1px solid #dbdbdb;
  padding: 8px 10px;
  margin-top: 16px;
  margin-top: 1rem;
  background: #fff; }
  .sidebar-nav > ul > li.active-trail > span {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    padding-bottom: 0.0625rem; }
  .sidebar-nav > ul > li.active-trail + li {
    margin-top: 12px;
    margin-top: 0.75rem; }
  .sidebar-nav > ul > li > ul > li.active-trail > span {
    position: relative; }
    .sidebar-nav > ul > li > ul > li.active-trail > span:before {
      content: "";
      height: 16px;
      height: 1rem;
      width: 3px;
      width: 0.1875rem;
      background: #f6a704;
      content: "";
      position: absolute;
      top: 2px;
      top: 0.125rem;
      left: -10px;
      left: -0.625rem; }
  .sidebar-nav > ul > li > ul > li.active-trail > ul > li.active-trail a {
    text-decoration: underline; }
  @media screen and (min-width: 46.875em) {
    .sidebar-nav {
      background: transparent;
      border: none;
      margin-top: 0;
      padding: 16px 10px 8px 0;
      display: block !important;
      margin-left: -14px; }
      .sidebar-nav .mobile-sidebar-subnav {
        display: block !important; } }
  .sidebar-nav .sidebar-trigger {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: bold;
    display: block;
    position: relative; }
    .sidebar-nav .sidebar-trigger .section-title {
      color: #000; }
  .sidebar-nav .link-previous:before {
    content: "< ";
    color: #848484; }
  .sidebar-nav .link-previous a {
    color: #848484;
    text-decoration: underline; }
    .sidebar-nav .link-previous a:hover {
      color: #000; }
  .sidebar-nav > ul {
    display: none;
    border-top: 1px solid #dbdbdb;
    margin-top: 6px;
    margin-top: 0.375rem;
    padding-top: 6px;
    padding-top: 0.375rem; }
    .sidebar-nav > ul li {
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      font-family: open_sans, monospace;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 18px;
      line-height: 1.125rem; }
      .sidebar-nav > ul li a {
        color: #000; }
        .sidebar-nav > ul li a:focus,
        .sidebar-nav > ul li a:hover {
          text-decoration: underline; }
      .sidebar-nav > ul li > span {
        display: inline-block; }
      .sidebar-nav > ul li {
        margin-bottom: 7px;
        margin-bottom: 0.4375rem; }
      .sidebar-nav > ul li > span + ul {
        margin-top: 10px;
        margin-top: 0.625rem; }
  .sidebar-nav > ul > li li {
    font-weight: normal;
    text-transform: none; }
  .sidebar-nav > ul > li > ul > li li {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px; }
  @media screen and (min-width: 46.875em) {
    .sidebar-nav {
      border-top: 7px solid black;
      max-width: 180px;
      max-width: 11.25rem; }
      .sidebar-nav > ul {
        display: block;
        border-top: none;
        margin-top: 0;
        padding-top: 0; }
        .sidebar-nav > ul > li ul {
          margin-left: 12px;
          margin-left: 0.75rem;
          margin-top: 10px;
          margin-top: 0.625rem; } }
  .sidebar-nav.sidebar-nav-school .icon-controls-minus,
  .sidebar-nav.sidebar-nav-school .icon-controls-plus {
    position: absolute;
    right: 0;
    top: 3px;
    margin: 0; }
  @media screen and (min-width: 46.875em) {
    .sidebar-nav.sidebar-nav-school {
      border-top: 7px solid #000;
      padding-bottom: 30px; } }
  @media screen and (min-width: 46.875em) and (min-width: 46.875em) {
    .sidebar-nav.sidebar-nav-school.border-color-architecture-design {
     border-top-color: #ee3441; }
    .sidebar-nav.sidebar-nav-school.border-color-arts-sciences {
      border-top-color: #009A49; }
    .sidebar-nav.sidebar-nav-school.border-color-education {
      border-top-color: #858789; }
    .sidebar-nav.sidebar-nav-school.border-color-engineering-computing-sciences {
      border-top-color: #DE4927; }
    .sidebar-nav.sidebar-nav-school.border-color-health-professions {
      border-top-color: #7a3d82; }
    .sidebar-nav.sidebar-nav-school.border-color-management {
      border-top-color: #3E5380; }
    .sidebar-nav.sidebar-nav-school.border-color-osteopathic-medicine {
      border-top-color: #2c7f80; } }

.icon-controls-minus,
.icon-controls-plus {
  position: absolute;
  right: 0;
  top: 3px;
  margin: 0;
  width: 13px;
  height: 13px; }

.left-link {
  margin-left: -17px;
  margin-left: -1.0625rem; }

.general-left .logo-school {
  margin-top: -30px; }

.filter-sidebar {
  position: relative;
  z-index: 10;
  border: 1px solid #dbdbdb; }
  .filter-sidebar > form {
    display: none;
    margin-top: 0;
    width: 100%;
    padding: 8px 10px; }
    .filter-sidebar > form fieldset > p {
      padding-bottom: 0.25em; }
  @media screen and (min-width: 46.875em) {
    .filter-sidebar {
      border: none;
      max-width: 215px; }
      .filter-sidebar > form {
        display: block;
        padding: 28px 7px;
        padding: 1.75rem 0.4375rem; }
        .filter-sidebar > form fieldset > p {
          padding-bottom: 0; } }
  @media screen and (min-width: 59.375em) {
    .filter-sidebar > form {
      padding: 28px;
      padding: 1.75rem; } }
  @media screen and (min-width: 68.75em) {
    .filter-sidebar {
      max-width: 250px; } }

.filter-sidebar-trigger {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: bold;
  display: block;
  position: relative;
  margin: 8px 10px;
  min-width: 192px; }
  .filter-sidebar-trigger .section-title {
    color: #000; }

.monospace-heading .filter-sidebar-trigger span, .simple-toggle .filter-sidebar-trigger span {
  position: static;
  display: inline-block;
  margin-left: 0.5em; }

.filter-update {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffe50b;
  z-index: 20;
  display: none; }
  .filter-update p {
    padding: 14px;
    padding: 0.875rem; }

.page {
  margin-top: 0;
  overflow: hidden; }
  .page + .site-footer {
    margin-top: 0; }

.gutters {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem; }
  @media screen and (min-width: 46.875em) {
    .gutters {
      padding-left: 14px;
      padding-left: 0.875rem;
      padding-right: 14px;
      padding-right: 0.875rem; } }

[class^="layout-"] > .column {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem; }

.column [class^="layout-"] {
  margin-left: -14px;
  margin-left: -0.875rem;
  margin-right: -14px;
  margin-right: -0.875rem; }

@media screen and (min-width: 46.875em) {
  .d-full-width > [class^="layout-"] {
    margin-left: -14px;
    margin-left: -0.875rem;
    margin-right: -14px;
    margin-right: -0.875rem; } }

.gi {
  background-color: #b7b7b7;
  padding: 21px;
  padding: 1.3125rem; }
  @media screen and (min-width: 59.375em) {
    .gi {
      padding: 26px;
      padding: 1.625rem; } }

.gi-border {
  border: 1px solid #000; }

.page-wrapper {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em; }
  .page-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) and (max-width: 78em) {
    .page-wrapper {
      padding-left: 14px;
      padding-left: 0.875rem;
      padding-right: 14px;
      padding-right: 0.875rem; } }
  @media screen and (min-width: 37.5em) {
    .page-wrapper {
      padding-bottom: 3em;
      position: relative; }
      .page-wrapper [class^="layout-"] > .column {
        position: relative;
        z-index: 10; } }
  @media screen and (min-width: 46.875em) {
    .page-wrapper {
      background: #f5f5f5;
      min-height: 800px;
      padding-top: 70px; }
      .home-template .page-wrapper {
        padding-top: 0; }
      .page-wrapper:before {
        content: "";
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        background: #ffffff;
        position: absolute;
        width: 90px;
        width: 5.625rem; }
      .page-wrapper:after {
        content: "";
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        display: block !important;
        background: #ffffff;
        position: absolute;
        width: 28px;
        width: 1.75rem;
        clear: none !important; } }
  @media screen and (min-width: 59.375em) {
    .page-wrapper {
      padding-top: 75px; }
      .page-wrapper:after {
        width: 76px;
        width: 4.75rem; } }
  @media screen and (min-width: 78em) {
    .page-wrapper:before {
      width: 76px;
      width: 4.75rem; } }

@media screen and (min-width: 59.375em) {
  .page-wrapper-blog {
    padding-top: 65px; } }

.page-wrapper-first {
  padding-bottom: 0; }
  @media screen and (min-width: 37.5em) {
    .page-wrapper-first {
      margin-bottom: 2em; } }
  @media screen and (min-width: 46.875em) {
    .page-wrapper-first {
      margin-bottom: 0;
      padding-bottom: 3em; } }

@media screen and (min-width: 37.5em) {
  .page-wrapper-mid {
    margin-top: 0;
    margin-bottom: 0; } }

@media screen and (min-width: 46.875em) {
  .page-wrapper-mid {
    margin-top: 0;
    margin-bottom: 0; }
    .band-teal + .page-wrapper-mid {
      padding-top: 4em; } }

@media screen and (min-width: 46.875em) {
  .column-hero-subnav,
  .home-nav-bkgnd {
    background: #f5f5f5; }
    .column-hero-subnav:before,
    .home-nav-bkgnd:before {
      content: "";
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      display: block;
      background: #ffffff;
      position: absolute;
      width: 76px;
      width: 4.75rem; }
    .column-hero-subnav *,
    .home-nav-bkgnd * {
      position: relative;
      z-index: 10; } }

@media screen and (min-width: 46.875em) {
  .home-nav-bkgnd:before {
    width: 90px;
    width: 5.625rem; } }

@media screen and (min-width: 78em) {
  .home-nav-bkgnd:before {
    width: 76px;
    width: 4.75rem; } }

.column-hero-subnav .logo-school, .layout-school-hero .logo-school {
  width: 90%;
  max-width: 181px;
  max-height: 180px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  @media screen and (min-width: 59.375em) {
    .column-hero-subnav .logo-school, .layout-school-hero .logo-school {
      max-height: 230px; } }
  @media screen and (min-width: 68.75em) {
    .column-hero-subnav .logo-school, .layout-school-hero .logo-school {
      max-height: 280px; } }
  @media screen and (min-width: 81.25em) {
    .column-hero-subnav .logo-school, .layout-school-hero .logo-school {
      max-height: 260px; } }
  .column-hero-subnav .logo-school:hover, .layout-school-hero .logo-school:hover {
    background: transparent; }
  .column-hero-subnav .logo-school svg, .layout-school-hero .logo-school svg {
    width: 100%;
    height: auto; }
  .column-hero-subnav .logo-school.architecture-design:hover svg path, .layout-school-hero .logo-school.architecture-design:hover svg path {
    fill: #ee3441; }
  .column-hero-subnav .logo-school.arts-sciences:hover svg path, .layout-school-hero .logo-school.arts-sciences:hover svg path {
    fill: #009A49; }
  .column-hero-subnav .logo-school.education:hover svg path, .layout-school-hero .logo-school.education:hover svg path {
    fill: #858789; }
  .column-hero-subnav .logo-school.engineering-computing-sciences:hover svg path, .layout-school-hero .logo-school.engineering-computing-sciences:hover svg path {
    fill: #DE4927; }
  .column-hero-subnav .logo-school.health-professions:hover svg path, .layout-school-hero .logo-school.health-professions:hover svg path {
    fill: #7a3d82; }
  .column-hero-subnav .logo-school.management:hover svg path, .layout-school-hero .logo-school.management:hover svg path {
    fill: #3E5380; }
  .column-hero-subnav .logo-school.osteopathic-medicine:hover svg path, .layout-school-hero .logo-school.osteopathic-medicine:hover svg path {
    fill: #2c7f80; }

@media screen and (min-width: 18.75em) and (max-width: 37.4375em) {
  .mobile-layout-split-2 {
    margin-left: -0.5em;
    margin-right: -0.5em; }
    .mobile-layout-split-2:after {
      content: "";
      display: table;
      clear: both; }
    .mobile-layout-split-2 > .column {
      width: 50%;
      float: left;
      margin-top: 0;
      margin-bottom: 1em;
      padding: 0 0.5em; } }

@media screen and (min-width: 37.5em) {
  .desktop-layout-split-4 {
    margin-left: -.5em;
    margin-right: -.5em; }
    .desktop-layout-split-4:after {
      content: "";
      display: table;
      clear: both; }
    .desktop-layout-split-4 > .column {
      float: left;
      width: 25% !important;
      margin-top: 0;
      margin-bottom: 1em;
      padding: 0 0.5em 0; } }

.layout-full {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-full:after {
    content: "";
    display: table;
    clear: both; }
  .layout-full:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-full .column.in {
      padding-top: 0; } }

.page-wrapper > .layout-full > .column {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem; }

.layout-5-2-of-7 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-5-2-of-7:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-5-2-of-7 > .column + .column {
      margin-top: 0; }
    .layout-5-2-of-7 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 57.14286%; }
      .layout-5-2-of-7 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-5-2-of-7 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 42.85714%; }
      .layout-5-2-of-7 > .column:nth-child(2):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-5-2-of-7 > .column + .column {
      margin-top: 0; }
    .layout-5-2-of-7 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 71.42857%; }
      .layout-5-2-of-7 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-5-2-of-7 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 28.57143%; }
      .layout-5-2-of-7 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-3-shift {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-3-shift:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-3-shift > .column:nth-child(1),
    .layout-3-shift > .column:nth-child(2),
    .layout-3-shift > .column:nth-child(3) {
      margin-top: 0; }
    .layout-3-shift > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .layout-3-shift > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-3-shift > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      margin-left: -9%;
      margin-top: 110px; }
      .layout-3-shift > .column:nth-child(2):last-child {
        margin-right: 0; }
    .layout-3-shift > .column:nth-child(3) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%;
      margin-top: 20px; }
      .layout-3-shift > .column:nth-child(3):last-child {
        margin-right: 0; }
    .layout-3-shift > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-3-shift > .column:last-child {
        margin-right: 0; }
      .layout-3-shift > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-3-shift > .column:nth-child(3n+1) {
        clear: left; }
    .layout-3-shift .video-block .sans-normal-small {
      padding-right: 25%; } }

.layout-4-2-4-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-4-2-4-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-4-2-4-of-12 > .column {
    width: 100%; }
  @media screen and (min-width: 37.5em) {
    .layout-4-2-4-of-12 {
      padding-right: 62px;
      padding-right: 3.875rem; }
      .layout-4-2-4-of-12 > .column + .column {
        margin-top: 0; }
      .layout-4-2-4-of-12 > .column:nth-child(1) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%;
        margin-left: 8.33333%; }
        .layout-4-2-4-of-12 > .column:nth-child(1):last-child {
          margin-right: 0; }
      .layout-4-2-4-of-12 > .column:nth-child(2) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 16.66667%; }
        .layout-4-2-4-of-12 > .column:nth-child(2):last-child {
          margin-right: 0; }
      .layout-4-2-4-of-12 > .column:nth-child(3) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%; }
        .layout-4-2-4-of-12 > .column:nth-child(3):last-child {
          margin-right: 0; } }

.layout-flip-7-5-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-flip-7-5-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-flip-7-5-of-12 > .big-stat,
  .layout-flip-7-5-of-12 > .small-stats {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-flip-7-5-of-12 > .big-stat:last-child,
    .layout-flip-7-5-of-12 > .small-stats:last-child {
      margin-right: 0; }
  @media screen and (min-width: 37.5em) {
    .layout-flip-7-5-of-12 > .column + .column {
      margin-top: 0; }
    .layout-flip-7-5-of-12 .big-stat {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%;
      float: right; }
      .layout-flip-7-5-of-12 .big-stat:last-child {
        margin-right: 0; }
    .layout-flip-7-5-of-12 > .small-stats {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%;
      float: left; }
      .layout-flip-7-5-of-12 > .small-stats:last-child {
        margin-right: 0; } }

.layout-3-9-of-12, .layout-general, .layout-hero-with-subnav {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-3-9-of-12:after, .layout-general:after, .layout-hero-with-subnav:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-3-9-of-12 > .column + .column, .layout-general > .column + .column, .layout-hero-with-subnav > .column + .column {
      margin-top: 0; }
    .layout-3-9-of-12 > .column:nth-child(1), .layout-general > .column:nth-child(1), .layout-hero-with-subnav > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-3-9-of-12 > .column:nth-child(1):last-child, .layout-general > .column:nth-child(1):last-child, .layout-hero-with-subnav > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-3-9-of-12 > .column:nth-child(2), .layout-general > .column:nth-child(2), .layout-hero-with-subnav > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .layout-3-9-of-12 > .column:nth-child(2):last-child, .layout-general > .column:nth-child(2):last-child, .layout-hero-with-subnav > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-9-3-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-9-3-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-9-3-of-12 > .column:nth-child(1),
  .layout-9-3-of-12 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-9-3-of-12 > .column:nth-child(1):last-child,
    .layout-9-3-of-12 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-9-3-of-12 > .column + .column {
      margin-top: 0; }
    .layout-9-3-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .layout-9-3-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-9-3-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-9-3-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-flip-9-3-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-flip-9-3-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-flip-9-3-of-12 > .column:nth-child(1),
  .layout-flip-9-3-of-12 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-flip-9-3-of-12 > .column:nth-child(1):last-child,
    .layout-flip-9-3-of-12 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
    .layout-flip-9-3-of-12.side {
      margin-top: 0; } }
  @media screen and (min-width: 46.875em) {
    .layout-flip-9-3-of-12 > .column + .column {
      margin-top: 0; }
    .layout-flip-9-3-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%;
      float: right; }
      .layout-flip-9-3-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-flip-9-3-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%;
      float: left; }
      .layout-flip-9-3-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; }
    .layout-flip-9-3-of-12.side > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%;
      float: left; }
      .layout-flip-9-3-of-12.side > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-4-8-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-4-8-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-4-8-of-12 > .column:nth-child(1),
  .layout-4-8-of-12 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-4-8-of-12 > .column:nth-child(1):last-child,
    .layout-4-8-of-12 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-4-8-of-12 > .column + .column {
      margin-top: 0; }
    .layout-4-8-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .layout-4-8-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-4-8-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .layout-4-8-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-4-8-of-12 > .column + .column {
      margin-top: 0; }
    .layout-4-8-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-4-8-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-4-8-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .layout-4-8-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-8-4-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-8-4-of-12:after {
    content: "";
    display: table;
    clear: both; }
  .layout-8-4-of-12 > .column:nth-child(1),
  .layout-8-4-of-12 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-8-4-of-12 > .column:nth-child(1):last-child,
    .layout-8-4-of-12 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-8-4-of-12 > .column + .column {
      margin-top: 0; }
    .layout-8-4-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.33333%; }
      .layout-8-4-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-8-4-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .layout-8-4-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-8-4-of-12 > .column + .column {
      margin-top: 0; }
    .layout-8-4-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .layout-8-4-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-8-4-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-8-4-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-flip-2-10-of-12, .layout-school-hero, .layout-academics-hero, .layout-location-hero {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-flip-2-10-of-12:after, .layout-school-hero:after, .layout-academics-hero:after, .layout-location-hero:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-flip-2-10-of-12 > .column + .column, .layout-school-hero > .column + .column, .layout-academics-hero > .column + .column, .layout-location-hero > .column + .column {
      margin-top: 0; }
    .layout-flip-2-10-of-12 > .column:nth-child(1), .layout-school-hero > .column:nth-child(1), .layout-academics-hero > .column:nth-child(1), .layout-location-hero > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.33333%;
      float: right; }
      .layout-flip-2-10-of-12 > .column:nth-child(1):last-child, .layout-school-hero > .column:nth-child(1):last-child, .layout-academics-hero > .column:nth-child(1):last-child, .layout-location-hero > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-flip-2-10-of-12 > .column:nth-child(2), .layout-school-hero > .column:nth-child(2), .layout-academics-hero > .column:nth-child(2), .layout-location-hero > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.66667%;
      float: left; }
      .layout-flip-2-10-of-12 > .column:nth-child(2):last-child, .layout-school-hero > .column:nth-child(2):last-child, .layout-academics-hero > .column:nth-child(2):last-child, .layout-location-hero > .column:nth-child(2):last-child {
        margin-right: 0; } }

@media screen and (min-width: 46.875em) {
  .layout-2-4-of-6-flip > .column + .column {
    margin-top: 0; }
  .layout-2-4-of-6-flip > .column:nth-child(1) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
    float: right; }
    .layout-2-4-of-6-flip > .column:nth-child(1):last-child {
      margin-right: 0; }
  .layout-2-4-of-6-flip > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%; }
    .layout-2-4-of-6-flip > .column:nth-child(2):last-child {
      margin-right: 0; } }

.layout-6-6-of-12 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-6-6-of-12:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-6-6-of-12 > .column + .column {
      margin-top: 0; }
    .layout-6-6-of-12 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding: 0;
      width: 46%; }
      .layout-6-6-of-12 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-6-6-of-12 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding: 0; }
      .layout-6-6-of-12 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-6-6-of-12-shift-1 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-6-6-of-12-shift-1:after {
    content: "";
    display: table;
    clear: both; }
  .layout-6-6-of-12-shift-1 > .column:nth-child(1),
  .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-6-6-of-12-shift-1 > .column:nth-child(1):last-child,
    .layout-6-6-of-12-shift-1 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-6-6-of-12-shift-1 {
      padding-left: 76px;
      padding-left: 4.75rem; }
      .layout-6-6-of-12-shift-1 > .column + .column {
        margin-top: 0; }
      .layout-6-6-of-12-shift-1 > .column:nth-child(1) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .layout-6-6-of-12-shift-1 > .column:nth-child(1):last-child {
          margin-right: 0; }
      .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .layout-6-6-of-12-shift-1 > .column:nth-child(2):last-child {
          margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.66667%; }
      .layout-6-6-of-12-shift-1 > .column:nth-child(2):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-6-6-of-12-shift-1 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-6-6-of-12-shift-2 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 25em) and (max-width: 46.875em) {
    .layout-6-6-of-12-shift-2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .layout-6-6-of-12-shift-2:after {
    content: "";
    display: table;
    clear: both; }
  .layout-6-6-of-12-shift-2 > .column:nth-child(1),
  .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%; }
    .layout-6-6-of-12-shift-2 > .column:nth-child(1):last-child,
    .layout-6-6-of-12-shift-2 > .column:nth-child(2):last-child {
      margin-right: 0; }
  @media screen and (min-width: 46.875em) {
    .layout-6-6-of-12-shift-2 {
      padding-left: 76px;
      padding-left: 4.75rem; }
      .layout-6-6-of-12-shift-2 > .column + .column {
        margin-top: 0; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 25%; }
        .layout-6-6-of-12-shift-2 > .column:nth-child(1):last-child {
          margin-right: 0; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
        float: left;
        display: block;
        margin-right: 0%;
        width: 66.66667%; }
        .layout-6-6-of-12-shift-2 > .column:nth-child(2):last-child {
          margin-right: 0; } }
  @media screen and (min-width: 59.375em) {
    .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.66667%; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(2):last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-6-6-of-12-shift-2 > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-6-6-of-12-flip {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-6-6-of-12-flip:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-6-6-of-12-flip > .column + .column {
      margin-top: 0; }
    .layout-6-6-of-12-flip > .column:nth-child(1) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding: 0;
      float: right; }
      .layout-6-6-of-12-flip > .column:nth-child(1):last-child {
        margin-right: 0; }
    .layout-6-6-of-12-flip > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%;
      padding: 0; }
      .layout-6-6-of-12-flip > .column:nth-child(2):last-child {
        margin-right: 0; } }

.layout-split-2 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 37.5em) {
    .layout-split-2 > .column:nth-child(1),
    .layout-split-2 > .column:nth-child(2) {
      margin-top: 0; }
    .layout-split-2 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-2 > .column:last-child {
        margin-right: 0; }
      .layout-split-2 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-2 > .column:nth-child(2n+1) {
        clear: left; } }

.layout-split-2-full {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2-full:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-2-full > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .layout-split-2-full > .column:last-child {
      margin-right: 0; }
    .layout-split-2-full > .column:nth-child(2n) {
      margin-right: 0; }
    .layout-split-2-full > .column:nth-child(2n+1) {
      clear: left; }
  .layout-split-2-full > .column:nth-child(2) {
    margin-top: 0; }

.layout-split-3 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-3:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .layout-split-3 > .column:nth-child(1),
    .layout-split-3 > .column:nth-child(2),
    .layout-split-3 > .column:nth-child(3) {
      margin-top: 0; }
    .layout-split-3 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-3 > .column:last-child {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n) {
        margin-right: 0; }
      .layout-split-3 > .column:nth-child(3n+1) {
        clear: left; } }

.layout-split-2-to-3 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2-to-3:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-2-to-3 > .column:nth-child(2), .layout-split-2-to-3 > .column:nth-child(3) {
    margin-top: 42px;
    margin-top: 2.625rem; }
  @media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
    .layout-split-2-to-3 .padding-top {
      padding-top: 0; } }
  @media screen and (min-width: 25em) {
    .layout-split-2-to-3 > .column {
      float: left; }
    .layout-split-2-to-3 > .column:nth-child(1),
    .layout-split-2-to-3 > .column:nth-child(2) {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-2-to-3 > .column:nth-child(1):last-child,
      .layout-split-2-to-3 > .column:nth-child(2):last-child {
        margin-right: 0; }
    .layout-split-2-to-3 > .column:nth-child(2) {
      margin-top: 0; } }
  @media screen and (min-width: 46.875em) {
    .layout-split-2-to-3 > .column:nth-child(1),
    .layout-split-2-to-3 > .column:nth-child(2),
    .layout-split-2-to-3 > .column:nth-child(3) {
      margin-top: 0;
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .layout-split-2-to-3 > .column:nth-child(1):last-child,
      .layout-split-2-to-3 > .column:nth-child(2):last-child,
      .layout-split-2-to-3 > .column:nth-child(3):last-child {
        margin-right: 0; }
      .layout-split-2-to-3 > .column:nth-child(1):nth-child(3n),
      .layout-split-2-to-3 > .column:nth-child(2):nth-child(3n),
      .layout-split-2-to-3 > .column:nth-child(3):nth-child(3n) {
        margin-right: 0; }
      .layout-split-2-to-3 > .column:nth-child(1):nth-child(3n+1),
      .layout-split-2-to-3 > .column:nth-child(2):nth-child(3n+1),
      .layout-split-2-to-3 > .column:nth-child(3):nth-child(3n+1) {
        clear: left; }
    .layout-split-2-to-3 > .column:nth-child(3) {
      margin-top: 0; } }

.layout-split-4 {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-4:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 37.5em) and (max-width: 59.375em) {
    .layout-split-4 > .column:nth-child(1),
    .layout-split-4 > .column:nth-child(2) {
      margin-top: 0; }
    .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .layout-split-4 > .column:last-child {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(2n) {
        margin-right: 0; }
      .layout-split-4 > .column:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 59.375em) {
    .layout-split-4 > .column:nth-child(1),
    .layout-split-4 > .column:nth-child(2),
    .layout-split-4 > .column:nth-child(3),
    .layout-split-4 > .column:nth-child(4) {
      margin-top: 0; }
    .layout-split-4 > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .layout-split-4 > .column:last-child {
        margin-right: 0; } }

.layout-split-5 {
  margin-left: -10px;
  margin-right: -10px; }
  .layout-split-5:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-5 > .column {
    margin-top: 25px; }
  @media screen and (min-width: 37.5em) and (max-width: 59.375em) {
    .layout-split-5 > .column {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 46.875em) {
    .layout-split-5 > .column {
      width: 50%;
      float: left; } }
  @media screen and (min-width: 59.375em) {
    .layout-split-5 > .column {
      width: 20%;
      float: left; } }
  .layout-split-5 > .column {
    padding: 0 10px 0; }
  .layout-split-5:after {
    content: "";
    display: table;
    clear: both; }

.layout-split-7 {
  margin-left: -.5em;
  margin-right: -.5em; }
  .layout-split-7 > .column {
    width: 100%;
    margin-bottom: 1em;
    line-height: 18px; }
  @media screen and (min-width: 37.5em) and (max-width: 46.875em) {
    .layout-split-7 > .column {
      width: 25%;
      float: left; } }
  @media screen and (min-width: 46.875em) {
    .layout-split-7 > .column {
      width: 14.28%;
      float: left; } }
  .layout-split-7 > .column {
    padding: 0 0.5em 0; }
  .layout-split-7:after {
    content: "";
    display: table;
    clear: both; }

.layout-split-2-mobile {
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto; }
  .layout-split-2-mobile:after {
    content: "";
    display: table;
    clear: both; }
  .layout-split-2-mobile > .column:nth-child(1),
  .layout-split-2-mobile > .column:nth-child(2) {
    margin-top: 0; }
  .layout-split-2-mobile > .column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .layout-split-2-mobile > .column:last-child {
      margin-right: 0; }
    .layout-split-2-mobile > .column:nth-child(2n) {
      margin-right: 0; }
    .layout-split-2-mobile > .column:nth-child(2n+1) {
      clear: left; }
  @media screen and (min-width: 37.5em) {
    .layout-split-2-mobile > .column {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%;
      margin-top: inherit; }
      .layout-split-2-mobile > .column:last-child {
        margin-right: 0; } }

.alert {
  background: #ffe50b;
  padding: 2em 1em; }
  .alert .alert-heading {
    position: relative; }
    .alert .alert-heading:after {
      content: "";
      display: table;
      clear: both; }
  .alert h3 {
    margin-right: 1em;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom; }
  .alert .alert-date {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom; }
  .alert .alert-body {
    margin: 0; }
    .alert .alert-body a {
      color: #000;
      text-decoration: underline; }
  @media screen and (min-width: 81.25em) {
    .alert {
      padding: 2em 0; } }

.site-header {
  position: relative;
  padding-top: 14px;
  padding-top: 0.875rem;
  padding-bottom: 0;
  z-index: 20;
  max-width: 76.25em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 46.875em) {
    .site-header {
      margin-bottom: -30px; }
      .site-header .column {
        overflow: hidden; } }
  .site-header-home {
    overflow: inherit; }
  @media screen and (min-width: 78em) {
    .site-header {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1100px) and (max-width: 1220px) {
    .site-header {
      padding-left: 14px;
      padding-left: 0.875rem;
      padding-right: 14px;
      padding-right: 0.875rem; } }

.site-header:after,
nav:after {
  content: "";
  display: table;
  clear: both; }

.nav {
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 46.875em) {
    .nav {
      margin-bottom: 0; } }

.nav-home {
  position: relative;
  z-index: 20;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  @media screen and (min-width: 46.875em) {
    .nav-home {
      margin-bottom: 0; }
      .nav-home:after {
        content: "";
        width: 160%;
        background: #f6a704;
        height: 20px;
        position: absolute;
        bottom: -170px;
        left: -100%; } }
  @media screen and (min-width: 59.375em) {
    .nav-home:after {
      bottom: -200px; } }

.site-header-home .logo {
  margin-bottom: 20px; }

.logo {
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  z-index: 20; }
  @media screen and (min-width: 46.875em) {
    .logo {
      width: 120px;
      height: 120px;
      margin-right: 20px;
      margin-top: 20px; } }
  @media screen and (min-width: 59.375em) {
    .logo {
      width: 150px;
      height: 150px;
      margin-right: 40px;
      margin-right: 2.5rem; } }

.icon-logo svg {
  max-height: 100%;
  max-width: 100%; }

.nav-main {
  float: left; }
  @media screen and (min-width: 46.875em) {
    .nav-main {
      margin-top: 80px; } }
  @media screen and (min-width: 46.875em) {
    .nav-main li {
      display: inline-block;
      margin-right: 25px; } }
  @media screen and (min-width: 46.875em) {
    .nav-main li {
      margin-right: 40px; } }
  .nav-main a {
    padding-bottom: 5px;
    letter-spacing: 0.04em;
    transition: background-position 0.5s ease;
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-weight: bold; }
    .nav-main a:after {
      content: '';
      display: block;
      background-image: url("../images/squiggle.png");
      background-size: 147px 5px;
      background-repeat: no-repeat;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 5px;
      width: 0;
      position: absolute;
      transition: width 1s cubic-bezier(0, 0, 0.2, 1) 0s; }
    @media screen and (min-width: 46.875em) {
      .nav-main a {
        font-size: 16px;
        padding-bottom: 6px;
        padding-left: 6px;
        padding-right: 6px; } }
    @media screen and (min-width: 59.375em) {
      .nav-main a {
        font-size: 20px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px; }
        .nav-main a:after {
          background-size: 265px 9px;
          height: 9px; } }
    .nav-main a:focus,
    .nav-main a:hover {
      color: #2f6bb4; }
      .nav-main a:focus:after,
      .nav-main a:hover:after {
        width: 147px; }
        @media screen and (min-width: 59.375em) {
          .nav-main a:focus:after,
          .nav-main a:hover:after {
            width: 265px; } }
  .nav-main .active a:after {
    width: 265px; }

.nav-utility {
  position: absolute;
  top: 15px;
  right: 100px; }
  .site-header-home .nav-utility {
    top: 8px; }
  .nav-utility li {
    display: inline-block;
    margin-left: 10px; }
  .nav-utility a {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    color: #6E6E6E;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-decoration: underline;
    font-weight: 300; }
    .nav-utility a:focus,
    .nav-utility a:hover {
      color: #2f6bb4; }
  @media screen and (min-width: 46.875em) {
    .nav-utility {
      margin-top: 20px;
      margin-right: 10px; }
      .site-header-home .nav-utility {
        margin-top: 0; } }

.visit-apply {
  background: #ffffff;
  border: 2px solid #f6a704;
  width: 74px;
  float: right;
  margin-top: 0;
  text-align: center; }
  .visit-apply a {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    font-size: 12px;
    color: #000;
    width: 100%;
    padding: 10px 3px;
    display: inline-block;
    position: relative; }
    .visit-apply a:first-child:after {
      content: "";
      background: #f6a704;
      height: 2px;
      width: 54px;
      display: block;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 9px; }
    .visit-apply a:last-child {
      margin-top: -2px;
      padding-top: 11px; }
    .visit-apply a:focus,
    .visit-apply a:hover {
      color: #ffffff;
      background-color: #f6a704; }
  .visit-apply-blog {
    position: absolute;
    top: 0;
    right: 0; }

.mobile-nav-triggers {
  margin-top: 0;
  position: absolute;
  z-index: 21;
  top: 14px;
  top: 0.875rem;
  right: 14px;
  right: 0.875rem; }
  .mobile-nav-triggers a {
    display: block;
    font-size: 12px;
    text-align: right; }
  .mobile-nav-triggers .icon-navigation-search-black {
    width: 20px;
    text-align: right;
    float: right;
    margin-bottom: 26px; }
  @media screen and (min-width: 46.875em) {
    .mobile-nav-triggers {
      display: none; } }

.site-search-form {
  max-width: 253px;
  color: #000;
  position: absolute;
  bottom: -5px;
  margin-top: 0;
  right: 14px;
  right: 0.875rem;
  z-index: 10; }
  @media screen and (min-width: 46.875em) {
    .site-search-form {
      right: 14px;
      right: 0.875rem; } }
  .site-search-form fieldset {
    border-bottom: 1px solid #000; }
  .site-search-form .search-field {
    border: none;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    color: #000;
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: none;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182;
    margin-bottom: 3px;
    background: transparent; }
    @media screen and (min-width: 59.375em) {
      .site-search-form .search-field {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.53846; } }
    .site-search-form .search-field:focus {
      outline: none; }
  .site-search-form .search-submit {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: -2px; }

.mobile-search {
  display: none; }
  .mobile-search.blog {
    margin-top: 0; }
  .mobile-search + * {
    margin-top: 0; }
  .mobile-search .site-search-form {
    position: static;
    max-width: 100%;
    background: #f5f5f5;
    padding: 14px;
    padding: 0.875rem; }
    .mobile-search .site-search-form .search-field {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 0;
      height: 30px; }
    .mobile-search .site-search-form fieldset {
      position: relative; }
    .mobile-search .site-search-form .search-submit {
      top: 0;
      right: -5px; }
    .mobile-search .site-search-form .icon-search svg {
      height: 14px;
      width: 13px; }

.mobile-nav-triggers .mobile-search-open:before {
  content: '';
  width: 22px;
  height: 20px;
  float: right;
  display: block;
  background: url("../images/svg/png/icon-x-black.png") no-repeat;
  background-size: cover; }

.mobile-nav-triggers .mobile-search-open svg {
  display: none; }

.mobile-search-open + a {
  margin-top: 42px;
  margin-top: 2.625rem; }

.icon-search svg {
  height: 16px;
  width: 16px; }

.search-field::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.04em; }

.search-field::-moz-placeholder {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.04em; }

.search-field::-ms-input-placeholder {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.04em; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .home-nav-block nav {
    margin-top: 0; }
    .home-nav-block nav li {
      margin-top: 0; } }

@media screen and (min-width: 46.875em) {
  .home-nav-block {
    width: 234px;
    padding: 80px 20px 30px 14px;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 10; }
    .home-nav-block .nav-main {
      margin-top: 0; }
      .home-nav-block .nav-main li {
        display: block;
        margin-right: 0; }
    .home-nav-block .site-search-form {
      position: relative;
      max-width: 100%;
      right: 0;
      bottom: 1em; }
    .home-nav-block nav {
      margin-top: 4px; } }

@media screen and (min-width: 59.375em) {
  .home-nav-block {
    padding: 95px 20px 30px 14px; } }

.mobile-subnav {
  display: none;
  margin-bottom: -21px;
  padding-bottom: 21px;
  padding-bottom: 1.3125rem; }
  .mobile-subnav ul {
    padding: 10px 14px 20px;
    padding: 10px 0.875rem 20px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #454545; }
    .mobile-subnav ul:after {
      content: "";
      display: table;
      clear: both; }
  .mobile-subnav li {
    float: left;
    padding-right: 25px; }
  .mobile-subnav a {
    font-family: open_sans, monospace;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    font-size: 11px;
    color: #6E6E6E;
    text-decoration: underline; }
    .mobile-subnav a:focus,
    .mobile-subnav a:hover {
      text-decoration: none; }
  .mobile-subnav .mobile-nav-visit {
    clear: left;
    margin-top: 11px; }
    .mobile-subnav .mobile-nav-visit a {
      color: #000; }
      .mobile-subnav .mobile-nav-visit a:focus,
      .mobile-subnav .mobile-nav-visit a:hover {
        text-decoration: none; }
  .mobile-subnav .mobile-nav-apply {
    margin-top: 11px; }
    .mobile-subnav .mobile-nav-apply a {
      color: #000; }
      .mobile-subnav .mobile-nav-apply a:focus,
      .mobile-subnav .mobile-nav-apply a:hover {
        text-decoration: none; }

.site-header-home .mobile-subnav {
  clear: both; }

.site-header-article {
  overflow: visible; }
  .site-header-article .nav {
    position: relative; }
  .site-header-article .logo {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-right: 0.625rem; }
  .site-header-article .icon-logo-the-box {
    display: inline-block;
    width: 96px;
    height: 77px;
    margin-top: 0;
    position: relative;
    float: left;
    z-index: 1; }
  .site-header-article .nav-utility {
    top: 0;
    right: 60px;
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-right: 0; }
    .site-header-article .nav-utility li {
      margin-left: 30px;
      margin-left: 1.875rem; }
    .site-header-article .nav-utility a {
      text-decoration: none; }
  .site-header-article .nav-main {
    margin-top: 0;
    position: absolute;
    bottom: -5px;
    left: 159px; }
    .site-header-article .nav-main li:last-child {
      margin-right: 20px;
      margin-right: 1.25rem; }
    .site-header-article .nav-main a {
      color: #2f6bb4;
      text-transform: none;
      font-weight: bold;
      font-family: Arial, sans-serif;
      letter-spacing: 0; }
    .site-header-article .nav-main a:hover {
      color: #173860; }
  .site-header-article .site-search-form {
    bottom: 0;
    right: 0; }
  @media screen and (min-width: 25em) {
    .site-header-article .icon-logo-the-box {
      width: 127px;
      height: 102px; }
    .site-header-article .nav-main {
      left: 190px; } }
  @media screen and (min-width: 37.5em) {
    .site-header-article .nav-main a {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 46.875em) {
    .site-header-article {
      margin-bottom: -80px; }
      .site-header-article .nav {
        margin-bottom: 30px;
        margin-bottom: 1.875rem; }
      .site-header-article .logo {
        width: 75px;
        height: 75px;
        margin-right: 20px;
        margin-right: 1.25rem; }
        .site-header-article .logo:after {
          content: 'NYIT.edu';
          display: block;
          font-family: open_sans, monospace;
          text-transform: uppercase;
          font-weight: normal;
          color: #454545;
          text-transform: none;
          margin-top: 10px;
          margin-top: 0.625rem;
          font-weight: normal;
          font-size: 13px;
          font-size: 0.8125rem;
          transition: all 0.5s;
          -webkit-transform: translateX(-80px);
              -ms-transform: translateX(-80px);
                  transform: translateX(-80px); }
        .site-header-article .logo:hover:after {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .site-header-article .icon-logo-the-box {
        margin-top: 20px; }
      .site-header-article .nav-main {
        left: 240px;
        bottom: 0; }
      .site-header-article .breadcrumb-wrap {
        margin: 0;
        max-width: 100%;
        padding-left: 94px; } }
  @media screen and (min-width: 59.375em) {
    .site-header-article {
      margin-bottom: -90px; }
      .site-header-article .icon-logo-the-box {
        width: 147px;
        height: 118px; }
      .site-header-article .nav-main {
        left: 300px; } }
  @media screen and (min-width: 68.75em) {
    .site-header-article .logo {
      margin-right: 30px;
      margin-right: 1.875rem; }
    .site-header-article .icon-logo-the-box {
      width: 194px;
      height: 156px; }
    .site-header-article .nav-main {
      left: 415px;
      margin-bottom: -13px; }
      .site-header-article .nav-main a {
        font-size: 34px;
        font-size: 2.125rem; }
    .site-header-article .breadcrumb-wrap {
      padding-left: 104px; } }
  @media screen and (min-width: 78em) {
    .site-header-article .nav-utility {
      margin-top: 80px;
      margin-top: 5rem;
      right: 75px; } }

.site-header-blog .header-blog {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (min-width: 46.875em) and (max-width: 59.375em) {
  .site-header-blog .site-search-form .search-submit {
    top: -6px; } }

.site-header-blog .heading {
  margin-bottom: 5px; }
  @media screen and (min-width: 46.875em) {
    .site-header-blog .heading {
      margin-bottom: 15px; } }

.site-header-blog .mobile-nav-triggers {
  top: 0; }

.site-header-blog .site-search-form fieldset {
  border-bottom: 6px solid #000; }

.site-footer {
  position: relative;
  z-index: 0; }
  .site-footer__inner {
    position: relative;
    max-width: 76.25em;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    padding-top: 28px;
    padding-top: 1.75rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem; }
    .site-footer__inner:after {
      content: "";
      display: table;
      clear: both; }
  .site-footer a:hover,
  .site-footer a:focus {
    text-decoration: underline; }

.site-footer {
  background-color: #000; }

.footer_logo {
  width: 25%;
  display: none; }

.footer_nav {
  display: block;
  width: 50%;
  float: left;
  font-size: 13px;
  padding-top: 10px; }
  .footer_nav li {
    display: block; }
  .footer_nav a {
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    color: #ffffff; }

.footer_schools {
  color: #ffffff;
  width: 50%;
  float: right;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal; }

.footer_schools-list {
  display: none; }
  .footer_schools-list a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    color: #f6a704;
    font-size: 13px; }

.footer_social-list {
  display: inline-block;
  margin-top: 20px;
  max-width: 145px;
  width: 44%; }
  @media screen and (min-width: 18.75em) and (max-width: 25em) {
    .footer_social-list {
      margin-bottom: 20px; } }

.social-list-item {
  float: left;
  padding: 3px; }

.footer_schools-title {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 10px; }
  .footer_schools-title .footer_schools-expand {
    color: #ffffff; }
  .footer_schools-title:hover a,
  .footer_schools-title:focus a {
    background: #cc872c; }
  @media screen and (min-width: 25em) {
    .footer_schools-title {
      padding-left: 0px; } }

.footer_schools-expand {
  font-family: roboto_slab, serif;
  background-color: #f6a704;
  text-decoration: none !important;
  text-align: center;
  width: 23px;
  right: auto;
  left: 0;
  top: 1px;
  position: absolute;
  padding: 4px 0;
  display: inline-block;
  text-align: center; }
  @media screen and (min-width: 25em) {
    .footer_schools-expand {
      width: 27px;
      padding: 6px 0;
      position: static; } }

.footer_location,
.footer_connect {
  margin-top: 15px;
  color: #ffffff;
  font-size: 13px;
  width: 50%;
  float: right;
  clear: right;
  position: relative;
  z-index: 1; }
  .footer_location h2,
  .footer_connect h2 {
    font-size: 13px; }
  .footer_location a,
  .footer_connect a {
    text-decoration: none;
    color: inherit; }

@media screen and (min-width: 18.75em) and (max-width: 37.4375em) {
  .footer_connect {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

.footer_location-address,
.footer_connect-address {
  margin-top: 4px;
  font-size: 13px; }
  .footer_location-address:first-of-type,
  .footer_connect-address:first-of-type {
    margin-top: 15px; }

.footer_title {
  text-transform: uppercase; }

.footer_copyright {
  color: rgba(250, 250, 250, 0.5);
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  clear: both; }

@media screen and (min-width: 46.875em) {
  .footer_logo {
    width: 10%;
    min-width: 120px;
    padding-right: 2%;
    float: left;
    display: block; }
    .footer_logo svg {
      width: 90px;
      height: 90px; }
  .footer_nav {
    width: 13%;
    float: left;
    padding-right: 10px; }
    .footer_nav li {
      width: 100%; }
      .footer_nav li:after {
        width: 0; }
  .footer_schools-list {
    display: inline-block !important;
    width: 100%; }
  .footer_schools {
    width: 40%;
    float: left;
    clear: none;
    border: 2px solid #f6a704;
    padding: 10px 10px;
    box-sizing: border-box; }
    .footer_schools li a {
      display: inline-block; }
  .footer_schools-expand {
    display: none; }
  .footer_location {
    width: 15%;
    float: left;
    padding: 10px 0 0 20px;
    box-sizing: border-box;
    margin: 0; }
  .footer_connect {
    width: 15%;
    float: left;
    padding: 10px 0 0 20px;
    box-sizing: border-box;
    margin: 0; }
  .footer_copyright {
    clear: both;
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0; }
  .footer_schools-title {
    padding: 0; }
  .footer_social {
    clear: both;
    display: inline-block;
    position: absolute;
    top: -60px;
    right: 0; }
  .social-list-item {
    width: 19%;
    float: right; }
    .social-list-item:nth-child(3) {
      clear: both; }
  .footer_social-list {
    float: right;
    width: 250px;
    max-width: 100%;
    text-align: right;
    margin: 0; }
    .footer_social-list a {
      display: block;
      background-color: #f6a704;
      padding: 7px;
      box-sizing: border-box;
      width: 40px; }
  .footer_social-outer {
    position: relative;
    display: block;
    clear: left;
    min-height: 40px; } }

@media screen and (min-width: 59.375em) {
  .footer_schools-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .footer_schools {
    height: 175px; } }

@media screen and (min-width: 37.5em) {
  .article-hero-with-gallery {
    position: relative;
    z-index: 10; } }

.article-hero-with-gallery .main-img {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .article-hero-with-gallery .main-img {
      display: block;
      max-width: 60%; } }
  @media screen and (min-width: 59.375em) {
    .article-hero-with-gallery .main-img {
      max-width: 70%; } }
  @media screen and (min-width: 68.75em) {
    .article-hero-with-gallery .main-img {
      max-width: 100%; } }

.article-hero-with-gallery.article-hero .secondary-img {
  display: block; }
  .article-hero-with-gallery.article-hero .secondary-img .flexslider {
    border: 0;
    margin: 0; }
  @media screen and (min-width: 37.5em) {
    .article-hero-with-gallery.article-hero .secondary-img {
      width: 45%;
      display: block;
      top: 0;
      z-index: 10; }
      .article-hero-with-gallery.article-hero .secondary-img img {
        width: 100%; } }
  @media screen and (min-width: 46.875em) {
    .article-hero-with-gallery.article-hero .secondary-img {
      top: 115px;
      top: 7.1875rem; } }
  @media screen and (min-width: 59.375em) {
    .article-hero-with-gallery.article-hero .secondary-img {
      max-width: 389px;
      top: 140px;
      top: 8.75rem; } }

@media screen and (min-width: 46.875em) {
  .article-hero-with-gallery {
    min-height: 515px; } }

@media screen and (max-width: 600px) {
  .article-hero-with-gallery.article-hero .secondary-img {
    margin: 0; }
  .article-hero-with-gallery.small-screen-full-width {
    margin-left: 0;
    margin-right: 0; } }

.article-hero-gallery-container {
  position: relative; }
  .article-hero-gallery-container .flex-next, .article-hero-gallery-container .flex-prev {
    display: none; }
  .article-hero-gallery-container .slider-navigation {
    top: 25px;
    right: 25px; }
  .article-hero-gallery-container a.icon-controls-expand {
    background-position: 3px 3px;
    line-height: 38px;
    font-weight: bold; }
    .article-hero-gallery-container a.icon-controls-expand:before, .article-hero-gallery-container a.icon-controls-expand:after {
      content: ''; }

.article-hero-gallery-items {
  clear: both; }
  .article-hero-gallery-items li {
    display: none; }
  .article-hero-gallery-items li:first-child {
    display: inline !important; }
  .article-hero-gallery-items li img {
    width: 100%; }
  @media screen and (min-width: 37.5em) {
    .article-hero-gallery-items {
      clear: none; } }

.news-events-block {
  padding-bottom: 2em; }
  .news-events-block h3 {
    margin: 0; }
  .news-events-block img {
    margin-bottom: 1em; }
  .news-events-block .news-events-block_desc p, .news-events-block .news-events-block_desc a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    line-height: 1.6em; }
  .news-events-block .news-events-block_desc a {
    margin-top: 0; }
  .news-events-block .news-events-block_secondary {
    border-top: 1px solid #dbdbdb;
    padding-top: 0.5em;
    margin-top: 0.5em; }
    .news-events-block .news-events-block_secondary h3 {
      font-family: roboto_slab, serif;
      /* font-style: italic; */
      letter-spacing: .01em;
      text-transform: none;
      letter-spacing: normal;
      font-weight: bold;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600; }
    .news-events-block .news-events-block_secondary:last-child {
      border-bottom: 1px solid #dbdbdb;
      padding-bottom: 0.5em; }
      @media screen and (min-width: 46.875em) {
        .news-events-block .news-events-block_secondary:last-child {
          border-bottom: none;
          padding-bottom: inherit; } }

.band-teal {
  background: #2c7f80;
  padding: 30px 0 50px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 46.875em) {
    .band-teal {
      margin-bottom: 64px;
      margin-bottom: 4rem; } }
  .band-teal * {
    color: #ffffff; }
  @media screen and (min-width: 46.875em) {
    .band-teal {
      margin-top: 0;
      margin-bottom: 0; } }

.white-transparent-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.band-teal .page-wrapper {
  background: #CECECE;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.white-transparent-overlay {
  opacity: 0.1;
  background: #ffffff; }

.stat-border-bottom {
  font-size: 30px;
  line-height: 33px; }
  @media screen and (min-width: 18.75em) and (max-width: 25em) {
    .stat-border-bottom {
      border-bottom: none; } }

.owl-item {
  margin-top: 0; }

.slider {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 37px;
  padding-right: 2.3125rem; }
  @media screen and (min-width: 46.875em) {
    .slider {
      padding-left: 76px;
      padding-left: 4.75rem;
      padding-right: 76px;
      padding-right: 4.75rem; } }

.slider-navigation {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0; }
  .slider-navigation svg {
    width: 20px;
    height: 20px;
    margin: 9px 0;
    vertical-align: top; }
  .slider-navigation a {
    background-color: #f6a704;
    color: #ffffff;
    float: left;
    margin-top: 0;
    margin-left: 3px;
    margin-left: 0.1875rem;
    line-height: 43px;
    height: 43px;
    width: 43px;
    padding: 3px;
    padding: 0.1875rem;
    overflow: hidden;
    text-align: center; }
    .slider-navigation a:hover,
    .slider-navigation a:focus {
      background-color: #cc872c; }

.results-list .result-count {
  position: absolute;
  left: 0;
  top: 5px;
  top: 0.3125rem; }
  @media screen and (min-width: 46.875em) {
    .results-list .result-count {
      left: 20px;
      left: 1.25rem;
      top: 6px;
      top: 0.375rem; } }

.results-list .results-list-item {
  position: relative;
  border-bottom: 1px solid #dbdbdb; }
  .results-list .results-list-item p {
    color: #000; }
    .results-list .results-list-item p.sans-normal-small {
      line-height: 20px;
      line-height: 1.25rem; }
  .results-list .results-list-item .layout-split-2 .column {
    margin-top: 0; }

.results-list .results-list-item:last-child {
  border-bottom: none; }

.results-list .results-col {
  padding-left: 30px;
  padding-left: 1.875rem;
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 16px;
  padding-top: 1rem; }
  @media screen and (min-width: 46.875em) {
    .results-list .results-col {
      padding-left: 62px;
      padding-left: 3.875rem; } }

.results-list .media__img {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .results-list .media__img {
      display: block; } }

.icon-search svg > * {
  fill: #010002; }

.article-header {
  margin-bottom: 1.5em; }
  .with-hero .article-header {
    margin-top: -35px;
    margin-left: 14px;
    margin-left: 0.875rem;
    margin-right: 14px;
    margin-right: 0.875rem;
    background: #ffffff;
    padding: 5px;
    padding: 0.3125rem;
    position: relative; }
    @media screen and (min-width: 37.5em) {
      .with-hero .article-header {
        padding: 0;
        background: transparent;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0; } }

@media screen and (min-width: 46.875em) {
  .site-header-article + main .layout-general {
    padding-top: 70px; } }

@media screen and (min-width: 46.875em) {
  .site-header-article + main .article-hero,
  .site-header-article + main .profile-hero {
    padding-top: 65px; } }

@media screen and (min-width: 59.375em) {
  .site-header-article + main .article-hero,
  .site-header-article + main .profile-hero {
    padding-top: 80px; } }

.article-hero-img-container {
  height: 0;
  position: relative;
  padding-bottom: 57.5%; }

.article-hero-main-img-container {
  position: absolute;
  top: 0; }

.article-hero-secondary-img-container {
  position: absolute;
  right: 0; }
  @media screen and (min-width: 37.5em) {
    .article-hero-secondary-img-container {
      width: 45%;
      display: block;
      top: 0;
      z-index: 10; }
      .article-hero-secondary-img-container img {
        width: 100%; } }
  @media screen and (min-width: 46.875em) {
    .article-hero-secondary-img-container {
      top: 115px;
      top: 7.1875rem; } }
  @media screen and (min-width: 59.375em) {
    .article-hero-secondary-img-container {
      max-width: 389px;
      top: 140px;
      top: 8.75rem; } }

.article-hero-1up .column img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.article-hero-2up .column {
  padding-bottom: 48%;
  position: relative; }

.article-indent-right .monospace-link-xsmall {
  color: #000; }

.article-indent-right {
  padding: 15px;
  padding: 0.9375rem; }

@media screen and (min-width: 59.375em) {
  .article-indent-right {
    float: right;
    margin-right: -104px;
    margin-right: -6.5rem;
    max-width: 312px;
    max-width: 19.5rem;
    margin-left: 28px;
    margin-left: 1.75rem;
    margin-bottom: 3em;
    padding: 0;
    clear: left; }
  .article-indent-left {
    float: left;
    margin-left: -338px;
    max-width: 626px;
    clear: right; }
  .article-indent-left,
  .article-indent-right {
    min-width: 312px; } }

@media screen and (min-width: 68.75em) {
  .article-indent-left {
    margin-left: -388px; } }

@media screen and (min-width: 46.875em) {
  .article-inner-pull-left {
    margin-left: -104px;
    margin-left: -6.5rem;
    clear: right; } }

@media screen and (min-width: 59.375em) {
  .article-inner-pull-image-l {
    width: 40%;
    margin-left: -40%;
    padding-right: 55px;
    float: left; } }

.article-inner {
  padding-bottom: 2em; }
  @media screen and (min-width: 37.5em) {
    .article-inner {
      background: #ffffff;
      margin-top: 20px;
      padding-left: 28px;
      padding-left: 1.75rem;
      padding-right: 28px;
      padding-right: 1.75rem;
      margin-right: 28px;
      margin-right: 1.75rem; } }
  @media screen and (min-width: 46.875em) {
    .article-inner {
      background: #f4f4f4;
      margin-right: 28px;
      margin-right: 1.75rem;
      padding-top: 1em; } }
  @media screen and (min-width: 59.375em) {
    .article-inner {
      padding-left: 66px;
      padding-left: 4.125rem;
      margin-right: 76px;
      margin-right: 4.75rem; }
      .article-inner.temp-no-left-padding {
        padding-left: 28px;
        padding-left: 1.75rem; } }
  @media screen and (min-width: 46.875em) {
    .article-inner .table-container {
      margin-right: -28px;
      margin-right: -1.75rem; } }
  @media screen and (min-width: 78em) {
    .article-inner .table-container {
      overflow-x: visible; } }
  @media screen and (min-width: 37.5em) {
    .with-hero .article-inner {
      margin-top: -101px;
      padding-top: 30px;
      padding-top: 1.875rem; } }
  @media screen and (min-width: 18.75em) and (max-width: 25em) {
    .article-inner.border-top-right {
      margin-top: 20px; } }
  @media screen and (min-width: 37.5em) and (max-width: 46.875em) {
    .article-inner.border-top-right {
      margin-top: 50px;
      padding-left: 0;
      margin-right: 0; }
      .article-inner.border-top-right:after,
      .article-inner.border-top-right:before {
        right: 0; } }

@media screen and (min-width: 46.875em) {
  .article-hero .main-img {
    max-width: 70%; } }

@media screen and (min-width: 68.75em) {
  .article-hero .main-img {
    max-width: 100%; } }

.article-hero .secondary-img {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .article-hero .secondary-img {
      max-width: 44%;
      position: absolute;
      right: 0;
      top: 10px;
      top: 0.625rem;
      z-index: 20; } }
  @media screen and (min-width: 46.875em) {
    .article-hero .secondary-img {
      display: block; } }
  @media screen and (min-width: 68.75em) {
    .article-hero .secondary-img {
      top: 140px;
      top: 8.75rem; } }

.icon-logo-the-box .st0 {
  fill: white; }

.icon-logo-the-box .st1 {
  fill: #848484; }

.icon-logo-the-box .st2 {
  fill: #f6a704; }

.icon-logo-the-box svg {
  width: 100%;
  height: 100%; }

.gamma-mobile {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: roboto_slab, serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  /* font-style: italic; */
  letter-spacing: .01em; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .student-life-header .article-inner {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 46.875em) {
  .student-life-header .article-inner {
    padding-left: 40px;
    padding-left: 2.5rem; } }

.home-article {
  max-width: 100%;
  margin-top: -35px;
  background: #ffffff;
  padding: 14px;
  padding: 0.875rem;
  position: relative;
  margin-bottom: 4em; }
  @media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
    .home-article {
      border-bottom: 6px solid #f6a704; }
      .home-article:before {
        content: "";
        width: 6px;
        height: 15px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #f6a704; }
      .home-article:after {
        content: "";
        width: 6px;
        height: 15px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #f6a704; } }
  @media screen and (min-width: 46.875em) {
    .home-article {
      max-width: 40%;
      background: #f5f5f5;
      padding: 28px;
      padding: 1.75rem;
      position: relative;
      float: right;
      margin-right: 28px;
      margin-right: 1.75rem;
      margin-top: -90px;
      margin-bottom: 2em; }
      .home-article-hero-3up .home-article {
        margin-bottom: 3em; }
      .home-article:after {
        content: "";
        width: 6px;
        background: #f6a704;
        height: 105%;
        position: absolute;
        bottom: -5%;
        right: -5%; }
      .home-article:before {
        content: "";
        height: 6px;
        background: #f6a704;
        width: 105%;
        position: absolute;
        bottom: -5%;
        right: -5%; }
      .home-article > h2,
      .home-article > h2 > a {
        font-size: 24px;
        font-size: 1.5rem; } }
  @media screen and (min-width: 59.375em) {
    .home-article {
      margin-top: 0; } }

.home-article-hero .beta {
  margin-top: 0; }

.home-article-hero .layout-split-2 > .column:nth-child(2) {
  margin-top: 26px;
  margin-top: 1.625rem; }

.home-article-hero .home-hero-article-lead {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.home-article-hero .home-hero-article-secondary {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%; }
  .home-article-hero .home-hero-article-secondary .video-thumb {
    display: inline-block; }

@media screen and (min-width: 37.5em) {
  .home-article-hero.home-article-hero-2up .home-hero-article-secondary,
  .home-article-hero.home-article-hero-3up .home-hero-article-secondary {
    float: left;
    z-index: 10; } }

@media screen and (min-width: 46.875em) {
  .home-article-hero {
    margin-right: -14px;
    margin-right: -0.875rem; }
    .home-article-hero .home-hero-article-lead {
      margin-bottom: 0; }
    .home-article-hero .home-hero-article-secondary {
      margin-bottom: 0; }
    .home-article-hero.home-article-hero-1up .home-article {
      max-width: 65%;
      margin-top: -140px; }
    .home-article-hero.home-article-hero-2up:after,
    .home-article-hero.home-article-hero-3up:after {
      content: "";
      display: table;
      clear: both; }
    .home-article-hero.home-article-hero-2up .home-hero-article-lead,
    .home-article-hero.home-article-hero-3up .home-hero-article-lead {
      position: relative;
      z-index: 1; }
      .home-article-hero.home-article-hero-2up .home-hero-article-lead .small-screen-full-width,
      .home-article-hero.home-article-hero-3up .home-hero-article-lead .small-screen-full-width {
        margin-left: 300px; }
    .home-article-hero.home-article-hero-2up .home-hero-article-secondary,
    .home-article-hero.home-article-hero-3up .home-hero-article-secondary {
      float: left;
      margin-top: 40px;
      max-width: 50%;
      z-index: 10; }
    .home-article-hero.home-article-hero-3up .home-hero-article-secondary {
      height: 0; }
    .home-article-hero.home-article-hero-3up .home-hero-article-tertiary {
      float: right;
      max-width: 45%;
      margin-top: 0;
      clear: right; }
      .home-article-hero.home-article-hero-3up .home-hero-article-tertiary:after {
        content: "";
        display: table;
        clear: both; }
      .home-article-hero.home-article-hero-3up .home-hero-article-tertiary > article {
        float: left;
        z-index: 10; }
        .home-article-hero.home-article-hero-3up .home-hero-article-tertiary > article > .column {
          float: none;
          width: 100%; } }

@media screen and (min-width: 59.375em) {
  .home-article {
    margin-top: -100px;
    margin-right: 76px;
    margin-right: 4.75rem; } }

@media screen and (min-width: 68.75em) {
  .home-article {
    max-width: 50%; }
    .home-article > h2,
    .home-article > h2 > a {
      font-size: 30px;
      font-size: 1.875rem; }
  .home-article-hero.home-article-hero-1up .home-article {
    max-width: 65%;
    margin-top: -160px; }
  .home-article-hero.home-article-hero-1up .img-col {
    position: relative;
    right: -104px;
    right: -6.5rem;
    padding-bottom: 61.1%; }
    .home-article-hero.home-article-hero-1up .img-col img {
      position: absolute; }
  .home-article-hero.home-article-hero-2up .home-hero-article-lead,
  .home-article-hero.home-article-hero-3up .home-hero-article-lead {
    position: relative;
    z-index: 1; }
    .home-article-hero.home-article-hero-2up .home-hero-article-lead .small-screen-full-width,
    .home-article-hero.home-article-hero-3up .home-hero-article-lead .small-screen-full-width {
      margin-left: 300px; }
  .home-article-hero.home-article-hero-2up .home-hero-article-secondary,
  .home-article-hero.home-article-hero-3up .home-hero-article-secondary {
    float: none;
    margin-left: 0;
    margin-top: -100px;
    max-width: 500px;
    position: relative;
    z-index: 10; }
  .home-article-hero.home-article-hero-2up .img-col,
  .home-article-hero.home-article-hero-3up .img-col {
    padding-bottom: 48%; }
    .home-article-hero.home-article-hero-2up .img-col img,
    .home-article-hero.home-article-hero-3up .img-col img {
      position: absolute; }
  .home-article-hero.home-article-hero-3up .home-hero-article-tertiary {
    float: right;
    max-width: 50%;
    clear: none; }
    .home-article-hero.home-article-hero-3up .home-hero-article-tertiary > article > .column {
      float: left;
      width: 50%; } }

@media screen and (min-width: 81.25em) {
  .home-article {
    margin-top: -200px; }
    .home-article > h2,
    .home-article > h2 > a {
      font-size: 45px;
      font-size: 2.8125rem; }
  .home-article-hero.home-article-hero-1up .home-article {
    max-width: 75%;
    margin-top: -180px; }
  .home-article-hero:after {
    content: "";
    display: table;
    clear: both; }
  .home-article-hero .home-hero-article-lead:after {
    content: "";
    display: table;
    clear: both; }
  .home-article-hero .home-hero-article-lead .small-screen-full-width {
    margin-left: 71px;
    margin-right: -71px; }
  .home-article-hero.home-article-hero-2up .home-hero-article-lead,
  .home-article-hero.home-article-hero-3up .home-hero-article-lead {
    position: relative;
    z-index: 1; }
    .home-article-hero.home-article-hero-2up .home-hero-article-lead .small-screen-full-width,
    .home-article-hero.home-article-hero-3up .home-hero-article-lead .small-screen-full-width {
      margin-left: 300px; }
  .home-article-hero.home-article-hero-2up .home-hero-article-secondary,
  .home-article-hero.home-article-hero-3up .home-hero-article-secondary {
    float: none;
    margin-top: -290px;
    max-width: 500px;
    z-index: 10; }
  .home-article-hero.home-article-hero-3up .home-hero-article-tertiary > article > .column {
    float: left;
    width: 50%; } }

.home-template {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 46.875em) {
    .home-template {
      top: -90px;
      margin-bottom: -90px; } }
  @media screen and (min-width: 59.375em) {
    .home-template {
      top: -130px;
      margin-bottom: -130px; } }

.static-article-bg-image {
  position: relative;
  z-index: 20; }
  .static-article-bg-image + *,
  .static-article-bg-image + * + * {
    position: relative;
    z-index: 30; }
  .static-article-bg-image > img {
    position: absolute;
    top: -60px;
    right: 10%;
    max-width: 25%; }
  @media screen and (min-width: 37.5em) {
    .static-article-bg-image > img {
      top: -70px;
      right: 10%;
      max-width: 20%; } }
  @media screen and (min-width: 46.875em) {
    .static-article-bg-image > img {
      top: -90px;
      right: 0;
      max-width: 40%; } }
  @media screen and (min-width: 59.375em) {
    .static-article-bg-image > img {
      top: -180px;
      left: 30px;
      right: initial;
      max-width: 230px; } }

@media screen and (min-width: 46.875em) {
  .column.spacing.border-shift.social-column {
    padding: 30px 40px; } }

@media screen and (min-width: 46.875em) {
  .layout-general > .column:nth-child(2n) {
    margin-right: -14px !important;
    margin-right: -0.875rem !important;
    float: right !important; } }

.article-hero + .layout-general {
  margin-top: 0; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .layout-hero-with-subnav {
    background-image: none !important; }
    html .layout-hero-with-subnav > .column.column-hero-subnav {
      margin-bottom: 32; } }

@media screen and (min-width: 46.875em) {
  html .layout-hero-with-subnav > .column.column-hero-article {
    margin-top: 45%; }
    html .layout-hero-with-subnav > .column.column-hero-article.column-about-hero {
      margin-top: 38%; } }

@media screen and (min-width: 59.375em) {
  html .layout-hero-with-subnav > .column.column-hero-article {
    margin-top: 33%; } }

@media screen and (min-width: 46.875em) {
  .layout-hero-with-subnav {
    background-size: 100%;
    z-index: 20;
    position: relative;
    background-repeat: no-repeat; }
    html .layout-hero-with-subnav > .column.column-hero-subnav {
      max-width: 210px; }
    html .layout-hero-with-subnav > .column.column-hero-article {
      float: right; }
    html .layout-hero-with-subnav > .column.column-hero-headline {
      margin-top: 0;
      float: right; }
      html .layout-hero-with-subnav > .column.column-hero-headline h1 {
        color: #000; } }

@media screen and (min-width: 46.875em) {
  .layout-general.with-hero .column.general-left {
    width: 20%; }
  .layout-general.with-hero .column.general-right {
    width: 80%;
    float: left !important; } }

.layout-general-fullwidth {
  padding-top: 30px;
  padding-top: 1.875rem; }
  @media screen and (min-width: 37.5em) {
    .layout-general-fullwidth {
      padding-top: 0; } }
  @media screen and (min-width: 46.875em) {
    .layout-general-fullwidth {
      padding-left: 105px; } }
  @media screen and (min-width: 59.375em) {
    .layout-general-fullwidth {
      padding-left: 120px; } }
  .layout-general-fullwidth .article-inner {
    background: transparent; }
  .layout-general-fullwidth .hero {
    margin: 0 0 0 auto; }
  .layout-general-fullwidth .with-hero.article-inner {
    background: #f5f5f5; }
  @media screen and (min-width: 37.5em) {
    .layout-general-fullwidth .with-hero {
      margin-top: -35px; } }

.layout-school-hero {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 46.875em) {
    .page-wrapper .layout-school-hero > .column-hero-subnav {
      position: absolute;
      top: -30px;
      left: 0;
      z-index: 11; } }
  .article-hero + .layout-school-hero {
    margin-top: 0; }
  .layout-school-hero > .column:nth-child(1) {
    padding-left: 0; }

.school-hero {
  position: relative;
  z-index: 10; }
  .school-hero img, .school-hero video {
    margin-top: 0; }
  .school-hero .logo-school {
    color: #ffffff;
    position: absolute;
    left: 20px;
    left: 1.25rem;
    bottom: 10px;
    bottom: 0.625rem;
    max-width: 200px;
    z-index: 2; }
    @media screen and (min-width: 25em) {
      .school-hero .logo-school {
        max-width: 320px;
        bottom: 15px;
        bottom: 0.9375rem; } }
    @media screen and (min-width: 37.5em) {
      .school-hero .logo-school {
        width: 40%;
        max-width: 430px;
        left: 28px;
        left: 1.75rem; } }
    @media screen and (min-width: 46.875em) {
      .school-hero .logo-school {
        top: 110px;
        top: 6.875rem; } }
    @media screen and (min-width: 68.75em) {
      .school-hero .logo-school {
        top: 50px;
        top: 3.125rem; } }
    .school-hero .logo-school svg {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .school-hero img {
    margin-top: 0; }

.school-header > a {
  margin-top: 2em; }

.layout-school-hero.school-hero-with-video video {
  width: 100%; }

.layout-school-hero.school-hero-with-video .flowplayer {
  margin: 0; }

.layout-school-hero.school-hero-with-video .fp-ui {
  display: none; }

.layout-academics-hero {
  background-size: 100%;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat; }
  .layout-academics-hero > .column:nth-child(1) {
    padding-top: 24.7%;
    position: relative; }
    .layout-academics-hero > .column:nth-child(1) h1 {
      color: #ffffff;
      position: absolute;
      bottom: 20px;
      bottom: 1.25rem;
      left: 30px;
      left: 1.875rem; }
      @media screen and (min-width: 46.875em) {
        .layout-academics-hero > .column:nth-child(1) h1 {
          left: 56px;
          left: 3.5rem; } }
  .article-hero + .layout-academics-hero {
    margin-top: 0; }
  @media screen and (min-width: 18.75em) and (max-width: 37.4375em) {
    .layout-academics-hero {
      background-size: 170%;
      background-position: center top; }
      .layout-academics-hero h1 {
        font-size: 24px;
        font-size: 1.5rem; }
      .layout-academics-hero > .column:nth-child(1) {
        padding-top: 40%; } }

.layout-academics + .layout-academics {
  margin-top: 0;
  padding-top: 0 !important; }
  @media screen and (min-width: 46.875em) {
    .layout-academics + .layout-academics {
      margin-top: inherit;
      padding-top: inherit; } }

@media screen and (min-width: 46.875em) {
  .layout-academics {
    padding-bottom: 26px !important;
    padding-bottom: 1.625rem !important; }
    .layout-academics .filter-sidebar {
      margin-top: -210px;
      margin-top: -13.125rem; } }

.layout-academics.m-gray-d-transparent-background {
  padding-top: 20px; }
  @media screen and (min-width: 46.875em) {
    .layout-academics.m-gray-d-transparent-background {
      padding-top: 0; } }

.article-hero + .layout-location-hero {
  margin-top: 0; }

.location-header > a {
  margin-top: 2em; }

.location-hero-article:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 46.875em) and (max-width: 59.375em) {
  .location-hero-article .border-bottom-right:before {
    display: none; } }

@media screen and (min-width: 46.875em) {
  .location-hero-article {
    float: right;
    margin-top: -73px;
    padding-top: 4em;
    padding-bottom: 3em; }
    .location-hero-article .column:nth-child(2) {
      padding: 0;
      margin-top: -68px; }
    .location-hero-article .column:nth-child(1) {
      background: #f4f4f4;
      padding: 2em 28px 2.5em; } }

@media screen and (min-width: 59.375em) {
  .location-hero-article {
    margin-right: 77px;
    margin-right: 4.8125rem;
    padding-bottom: 4em; } }

@media screen and (min-width: 68.75em) {
  .location-hero-article {
    margin-top: -205px; } }

.profile-card {
  margin: 0 30px;
  z-index: 20;
  position: relative; }
  .profile-card img {
    max-width: 40%;
    padding-right: 25px;
    padding-right: 1.5625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    float: left; }
  .profile-card .profile-information {
    width: 60%;
    float: left; }
    .profile-card .profile-information dl dt, .profile-card .profile-information dl dd {
      margin-top: 0;
      font-size: 13px;
      line-height: 20px;
      text-transform: uppercase;
      font-family: open_sans, monospace;
      text-transform: uppercase;
      font-weight: normal; }
    .profile-card .profile-information dl dt {
      float: left;
      clear: left;
      margin-right: 5px;
      margin-right: 0.3125rem;
      float: left; }
      .profile-card .profile-information dl dt:after {
        content: ":"; }
    .profile-card .profile-information dl dd {
      color: #848484;
      margin-left: 0px; }
  @media screen and (min-width: 46.875em) {
    .profile-card {
      margin: 0; }
      .profile-hero .profile-card {
        position: absolute;
        top: 25px;
        top: 1.5625rem;
        left: 15px;
        left: 0.9375rem; }
        .profile-hero .profile-card img {
          padding-right: 25px;
          padding-right: 1.5625rem; }
      .profile-card img {
        max-width: 100%;
        float: none;
        padding: 0; }
      .profile-card .profile-information {
        width: 100%;
        float: none; }
        .profile-hero .profile-card .profile-information {
          max-width: 69%; }
        .profile-card .profile-information dl dt {
          line-height: 1.5; }
        .profile-card .profile-information dl dd {
          line-height: 1.5; } }
  @media screen and (min-width: 59.375em) {
    .profolio-hero .profile-card img {
      max-width: 100%; }
    .profile-card .profile-information dl dt {
      line-height: 2; }
    .profile-card .profile-information dl dd {
      line-height: 2; } }
  @media screen and (min-width: 81.25em) {
    .profile-hero .profile-card {
      left: 0; } }

@media screen and (min-width: 37.5em) and (max-width: 46.875em) {
  .profile-hero .main-img {
    margin-top: -60px; } }

@media screen and (min-width: 46.875em) {
  .profile-hero .main-img {
    max-width: 80%; } }

@media screen and (min-width: 68.75em) {
  .profile-hero .main-img {
    max-width: 100%; } }

.profile-hero .column:nth-child(1) {
  padding-top: 50%;
  position: relative; }
  .profile-hero .column:nth-child(1) .main-img {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0; }

.layout-general .related-topics {
  padding: 0; }
  .layout-general .related-topics ul li {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: none;
    margin-top: 10px; }
  .layout-general .related-topics .monospace-heading, .layout-general .related-topics .simple-toggle {
    font-weight: bold; }

@media screen and (min-width: 18.75em) and (max-width: 81.1875em) {
  .with-hero.layout-general .related-topics {
    top: 150px; } }

.profile-hero .profile-information {
  padding-top: 5%; }
  @media screen and (min-width: 46.875em) {
    .profile-hero .profile-information {
      padding: 14px;
      padding: 0.875rem;
      padding-left: 0;
      background: #ffffff; } }

.about-stats .big-stat {
  z-index: 10;
  position: relative; }
  .about-stats .big-stat h3 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 1;
    color: #7a3d82; }
    @media screen and (min-width: 46.875em) {
      .about-stats .big-stat h3 {
        font-size: 77px;
        font-size: 4.8125rem; } }
    @media screen and (min-width: 59.375em) {
      .about-stats .big-stat h3 {
        font-size: 117px;
        font-size: 7.3125rem; } }

.set-svg-border {
  padding-left: 27px; }
  .set-svg-border * {
    z-index: 10;
    position: relative; }
  .set-svg-border h3 span {
    color: #f6a704; }

@media screen and (min-width: 46.875em) {
  .about-stats.layout-split-3 > .column {
    margin-top: 46px;
    margin-top: 2.875rem; }
  .about-stats.layout-split-3 .set-svg-border {
    padding-left: 28px;
    padding-left: 1.75rem;
    margin: 0; }
  .about-stats.layout-split-3 .set-svg-border .big-stat {
    margin: 0; }
  .about-stats.layout-split-3 .set-svg-border h3 {
    margin-top: -3px; } }

@media screen and (min-width: 46.875em) {
  .article-inner.border-bottom-right {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }

.event-list li {
  padding-bottom: 1em;
  border-bottom: 1px solid #dbdbdb; }
  .event-list li:last-of-type {
    border-bottom: none; }

.news-hero {
  margin-top: 0; }
  .news-hero .layout-6-6-of-12-shift-1 > .column:nth-child(1) {
    background: #f4f4f4;
    padding: 2em 1em 2em 28px;
    padding: 2em 1em 2em 1.75rem; }
  .news-hero .monospace-link-small {
    color: #000; }
  @media screen and (min-width: 46.875em) {
    .news-hero {
      margin-top: -135px;
      padding-top: 4em;
      padding-bottom: 3em; }
      .news-hero .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
        padding-left: 76px;
        padding-left: 4.75rem;
        margin-top: 80px;
        margin-top: 5rem;
        padding-top: 7em; } }
  @media screen and (min-width: 59.375em) {
    .news-hero .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
      padding-left: 104px;
      padding-left: 6.5rem;
      margin-top: 100px;
      margin-top: 6.25rem; } }
  @media screen and (min-width: 68.75em) {
    .news-hero .layout-6-6-of-12-shift-1 > .column:nth-child(2) {
      padding-top: 2em; } }

@media screen and (min-width: 46.875em) {
  .layout-news-hero > .column {
    padding-top: 48%; }
    .layout-news-hero > .column img {
      position: absolute;
      top: 0;
      max-height: 582px; } }

@media screen and (min-width: 78em) {
  .layout-news-hero > .column {
    padding-left: 0; } }

@media screen and (min-width: 25em) and (max-width: 46.875em) {
  .news-item img,
  .news-item .news-with-img {
    float: left;
    width: 50%; }
  .news-item .news-with-img {
    margin-top: 0;
    padding-left: 28px;
    padding-left: 1.75rem; } }

.video-hero {
  margin-top: 0; }
  .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
    background: #000;
    padding: 0 1em 1em; }
    @media screen and (min-width: 46.875em) {
      .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(2) {
        padding: 2em 1em 2em 28px;
        padding: 2em 1em 2em 1.75rem; } }
  .video-hero .monospace-link-small {
    color: #ffffff; }
  .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
    padding-top: 1em; }
  @media screen and (min-width: 46.875em) {
    .video-hero {
      margin-top: -135px;
      padding-top: 4em;
      padding-bottom: 3em; }
      .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
        padding-left: 30px;
        margin-top: 80px;
        margin-top: 5rem;
        padding-top: 7em; } }
  @media screen and (min-width: 59.375em) {
    .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
      margin-top: 100px;
      margin-top: 6.25rem; } }
  @media screen and (min-width: 68.75em) {
    .video-hero .layout-6-6-of-12-shift-2 > .column:nth-child(1) {
      padding-top: 2em; } }

@media screen and (min-width: 46.875em) {
  .layout-video-hero > .column img {
    position: absolute;
    top: 0;
    max-height: 582px; } }

@media screen and (min-width: 46.875em) {
  .small-screen-full-width-video {
    width: 90%; } }

@media screen and (min-width: 78em) {
  .layout-video-hero > .column {
    padding-left: 0; } }

.video-min {
  min-width: 300px; }

.video-thumb-wrap {
  margin-bottom: 0.5em;
  position: relative; }
  .video-thumb-wrap embed,
  .video-thumb-wrap iframe,
  .video-thumb-wrap object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .video-thumb-wrap:focus .icon-play-btn,
  .video-thumb-wrap:hover .icon-play-btn {
    background: #2f6bb4; }

.icon-play-btn {
  position: absolute;
  bottom: 20px;
  left: 15px;
  background: #f6a704;
  padding: 20px;
  z-index: 1; }
  .icon-play-btn svg {
    height: 25px;
    width: 25px; }

.icon-play-btn-small {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #f6a704;
  padding: 10px;
  z-index: 1; }
  .icon-play-btn-small svg {
    height: 15px;
    width: 15px; }

.video-thumb {
  position: relative; }
  .video-thumb-small {
    display: inline-block; }
    @media screen and (min-width: 25em) and (max-width: 46.875em) {
      .video-thumb-small {
        width: 50%;
        float: left; } }
  .video-thumb img {
    margin-top: 0; }
  .video-thumb-small:hover .icon-play-btn,
  .video-thumb:hover .icon-play-btn {
    background: #2f6bb4; }

.video-item {
  z-index: 1; }
  @media screen and (min-width: 25em) and (max-width: 46.875em) {
    .video-item .video-with-img {
      margin-top: 0;
      float: left;
      width: 50%;
      padding-left: 28px;
      padding-left: 1.75rem; } }

.direct-link-container {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .direct-link-container p[data-direct-link-trigger] {
    display: inline-block;
    margin-top: 0; }
  @media screen and (min-width: 25em) {
    .direct-link-container {
      margin-bottom: 0; }
      .direct-link-container .time {
        display: inline-block; }
        .direct-link-container .time:after {
          content: "|";
          margin: 0 5px;
          margin: 0 0.3125rem; } }

[data-direct-link-trigger] {
  cursor: pointer; }

.direct-link {
  color: #f6a704;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  transition: all 350ms;
  margin: 0 0 0 5px;
  vertical-align: bottom;
  width: 24px;
  position: relative;
  padding-left: 24px; }
  .reverse .direct-link:hover {
    text-decoration: none; }
  .direct-link.active {
    width: 150px; }
    @media screen and (min-width: 25em) {
      .direct-link.active {
        width: 180px; } }

.direct-link-btn {
  background: #f6a704;
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 3px;
  margin-right: -4px; }
  .direct-link-btn:hover {
    background: #2f6bb4; }
  .direct-link-btn svg {
    width: 100%;
    height: 100%;
    vertical-align: top; }
  .direct-link-btn svg path {
    fill: white; }
  .active .direct-link-btn {
    background: #2f6bb4; }

.direct-link-input {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  right: 100%;
  transition: all 350ms;
  height: 24px;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 126px;
  border: none;
  background: #212121;
  color: white;
  padding-left: 10px; }
  @media screen and (min-width: 25em) {
    .direct-link-input {
      width: 156px; } }
  .active .direct-link-input {
    right: 0; }

.layout-hero-with-subnav.event-hero > .column:nth-child(1) {
  width: 100%;
  max-width: 625px; }

.event-block {
  color: #000; }
  .event-block:hover, .event-block:focus {
    background: #2f6bb4;
    color: #fff !important; }
    .event-block:hover .gamma, .event-block:focus .gamma {
      color: #fff; }
  .event-block .degree-info {
    top: 1.5em; }
  .event-block .gamma {
    color: #2f6bb4;
    font-style: normal; }

@media screen and (min-width: 68.75em) {
  .degree-hero-article {
    margin-top: -65px;
    position: relative;
    z-index: 100; } }

@media screen and (min-width: 81.25em) {
  .degree-hero-article {
    margin-top: -130px; } }

.degree-hero-article + [class^="layout-"] > .column {
  z-index: 0; }

.degree-border-tall:after {
  height: 24em; }

.campaign-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  min-height: 268px;
  max-width: 268px; }
  .campaign-block .degree-block-inner {
    min-height: 268px; }
  .campaign-block .degree-info {
    right: 10px;
    left: 10px;
    position: absolute;
    bottom: 20px; }
  .campaign-block .degree-block-inner {
    background: linear-gradient(to bottom, transparent 0%, transparent 66%, rgba(0, 0, 0, 0.34) 84%, rgba(0, 0, 0, 0.65) 100%);
    padding: 1em;
    display: block;
    height: 100%; }
  .campaign-block .degree-name {
    color: #fff; }
  .campaign-block.degree-active {
    background-image: none !important;
    background-color: #f6a704 !important; }
    .campaign-block.degree-active .degree-block-inner {
      background: none; }
  .campaign-block:hover {
    background-color: #f6a704; }

@media screen and (max-width: 600px) {
  .title-block .wow {
    visibility: visible !important; } }

@media screen and (min-width: 46.875em) {
  .title-block {
    width: 58%;
    float: left; }
    .title-block h1 {
      margin-top: 20px; } }

.title-block-asides {
  text-align: center; }
  @media screen and (min-width: 46.875em) {
    .title-block-asides {
      width: 40%;
      float: right;
      margin-top: 0;
      margin-right: 5px; } }
  .title-block-asides img {
    width: 49%;
    display: inline;
    margin-top: 0;
    max-width: 224px; }
    @media screen and (min-width: 81.25em) {
      .title-block-asides img {
        width: 100%;
        display: inline-block; }
        .title-block-asides img:first-child {
          margin-right: 24px; } }

.sixty-years .drawer-container {
  padding-left: 4px;
  padding-bottom: 1em; }
  .sixty-years .drawer-container p {
    font-size: 17px;
    line-height: 1.5; }

.sixty-years .campaign-blocks {
  position: relative; }
  @media screen and (min-width: 59.375em) {
    .sixty-years .campaign-blocks.degree-blocks-wrap .degree-block.degree-active {
      margin-bottom: 350px; }
      .sixty-years .campaign-blocks.degree-blocks-wrap .degree-block.degree-active .degree-block-inner {
        background: none; } }

.sixty-years .campaign-block {
  max-width: inherit; }
  @media screen and (min-width: 59.375em) {
    .sixty-years .campaign-block {
      max-width: 268px; } }
  .sixty-years .campaign-block .degree-block-inner {
    background: linear-gradient(to bottom, transparent 0%, transparent 66%, rgba(0, 0, 0, 0.3) 84%, rgba(0, 0, 0, 0.4) 100%); }

.donate-button {
  background: #3b7cca;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  padding-top: 110px;
  margin: 0 auto; }
  .donate-button:hover {
    background: #f6a704;
    color: #3b7cca; }
  @media screen and (min-width: 59.375em) {
    .donate-button {
      max-width: 268px; } }

/*.sixty-years .column.donate-wrap {
    @include breakpoint($q-xsmall-to-large) {
        position: absolute;
        top: 0;
        width: 100%;
        .donate-button {
            min-height: 150px;
            padding-top: 55px;
        }
    }
}
 */
.page-wrapper-blog .breadcrumbs {
  padding-left: 15px;
  padding-right: 15px; }

.page-wrapper-blog .nav-main {
  float: inherit;
  padding: 20px 0 10px 20px;
  margin-top: 0; }
  .page-wrapper-blog .nav-main li {
    display: inline-block;
    width: 50%;
    float: left; }
    @media screen and (min-width: 46.875em) {
      .page-wrapper-blog .nav-main li {
        float: none;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 5px; } }
    .page-wrapper-blog .nav-main li:last-child {
      margin-bottom: 0; }
  .page-wrapper-blog .nav-main a {
    display: inline-block; }
    @media screen and (min-width: 46.875em) {
      .page-wrapper-blog .nav-main a {
        font-size: 16px; } }

.page-wrapper-blog .program-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-wrapper-blog .program-heading .title {
    margin-left: 20px; }

.page-wrapper-blog .program-info {
  font-size: 14px; }

.page-wrapper-blog .program-more h4 {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal; }

.page-wrapper-blog .program-more li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.page-wrapper-blog .program-more a {
  font-size: 14px;
  margin-top: 0;
  padding-left: 10px; }

.page-wrapper-blog ul.inline-list > li {
  padding-right: 0; }

.page-wrapper-blog .slider-container {
  margin-top: 10px; }

.page-wrapper-blog .icon-btn {
  width: 30px;
  height: 30px;
  padding: 8px; }
  .page-wrapper-blog .icon-btn svg {
    width: 100%;
    height: 100%;
    margin: 0; }

.page-wrapper-blog .blog-row {
  z-index: 50; }

@media screen and (min-width: 18.75em) and (max-width: 68.6875em) {
  .blog-item .serif-italic-large {
    font-family: roboto_slab, serif;
    /* font-style: italic; */
    letter-spacing: .01em;
    text-transform: none;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 25px; } }

@media screen and (min-width: 18.75em) and (max-width: 68.6875em) {
  .blog-item .blog-item-excerpt {
    font-size: 15px;
    line-height: 22px; } }

.blog-item .flexslider {
  margin: 0; }

.blog-item.border-top-left {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem; }

.blog-item-full {
  width: 100%;
  float: left; }
  .blog-item-full.blog-item-detail {
    float: none; }
  @media screen and (min-width: 68.75em) {
    .blog-item-full {
      width: 100%; } }
  @media screen and (min-width: 68.75em) {
    .blog-item-full .blog-item-image {
      width: 45%;
      display: inline-block;
      float: left;
      margin-right: 20px; } }

.blog-item-half {
  width: 100%;
  float: left; }
  @media screen and (min-width: 68.75em) {
    .blog-item-half {
      width: 48%; } }
  .blog-item-half .blog-item-excerpt {
    font-size: 15px;
    line-height: 22px; }
  @media screen and (min-width: 68.75em) {
    .blog-item-half + .blog-item-half {
      margin-left: 4%; } }

.blog-item-video {
  background: #ffffff;
  padding-top: 16px; }

.blog-item-cta {
  font-size: 13px;
  padding-left: 5px;
  font-weight: bold; }
  .blog-item-cta:after {
    content: " > ";
    margin-left: 2px; }

.blog-item-cta-secondary {
  color: #ee3441;
  font-size: 16px; }
  .blog-item-cta-secondary:after {
    content: " > ";
    margin-left: 2px; }

.blog-item-cta-attachment {
  color: #ee3441;
  font-size: 16px; }
  .blog-item-cta-attachment:after {
    content: none; }

.blog-item-meta {
  font-size: 15px; }

.blog-item-header {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem; }

.blog-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*     img {
    float: left;
    width: 75px;
}
.blog-author-info {
    display: inline-block;
    float: left;

} */ }
  .blog-author img {
    margin-right: 20px; }
  .blog-author .blog-author-info {
    margin-top: 0; }
    .blog-author .blog-author-info .small {
      font-size: 14p; }

.blog-tags li a {
  font-size: 14px;
  font-size: 0.875rem; }
  .blog-tags li a:hover {
    text-decoration: none; }

.cf:after {
  content: "";
  display: table;
  clear: both; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.no-queries {
  background: red; }
  @media screen and (min-width: 37.5em) {
    .no-queries {
      background: blue; } }

/*Bottom Right Corner Query Size Widget

	body {
		&:before {
			display: block;
			position: fixed;
			z-index: 100000;
			background: black;
			bottom: 0;
			right: 0;
			padding: .5em 1em;
			content: 'No Media Query';
			color: transparentize(#fff,.25);
			border-top-left-radius: 10px;
			font-size: (12/16)+em;
		}
		&:after {
			display: block;
			position: fixed;
			height: 5px;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: (100000-1);
			content: '';
			background: black;
		}

		@include breakpoint($q-xsmall) {
			&:before {
				content: '$q-xsmall: 300';
			}
			&:before,&:after {
				background: dodgerblue;
			}
		}

		@include breakpoint($q-small) {
			&:before {
				content: '$q-small: 400';
			}
			&:before,
			&:after {
				background: darkseagreen;
			}
		}

		@include breakpoint($q-medium) {
			&:before {
				content: '$q-medium: 600';
			}
			&:before,
			&:after {
				background: lightcoral;
			}
		}

		@include breakpoint($q-large) {
			&:before {
				content: '$q-large: 750';
			}
			&:before,
			&:after {
				background: mediumvioletred;
			}
		}

		@include breakpoint($q-xlarge) {
			&:before {
				content: '$q-xlarge: 950';
			}
			&:before,
			&:after {
				background: hotpink;
			}
		}

		@include breakpoint($q-xxlarge) {
			&:before {
				content: '$q-xxlarge: 1100';
			}
			&:before,
			&:after {
				background: orangered;
			}
		}

		@include breakpoint($q-xxxlarge) {
			&:before {
				content: '$q-xxxlarge: 1300';
			}
			&:before,
			&:after {
				background: dodgerblue;
			}
		}
	}*/
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

.wow {
  visibility: hidden; }

.q-xlarge-show {
  display: none; }
  @media screen and (min-width: 59.375em) {
    .q-xlarge-show {
      display: block; } }

@media screen and (min-width: 59.375em) {
  .q-xlarge-hide {
    display: none; } }

.q-large-show {
  display: none; }
  @media screen and (min-width: 46.875em) {
    .q-large-show {
      display: block; } }

@media screen and (min-width: 46.875em) {
  .q-large-hide {
    display: none; } }

.q-medium-show {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .q-medium-show {
      display: block; } }

@media screen and (min-width: 37.5em) {
  .q-medium-hide {
    display: none; } }

.padding-top-20 {
  padding-top: 20px; }

.padding-top {
  padding-top: 30px; }

.padding-bottom {
  padding-bottom: 30px; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .m-padding-top {
    padding-top: 30px; } }

@media screen and (min-width: 46.875em) {
  .l-padding-top {
    padding-top: 30px; } }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .m-padding-bottom {
    padding-bottom: 30px; } }

.margin-top-zero {
  margin-top: 0; }

.margin-top-half {
  margin-top: 0.5em; }

.margin-bottom-half {
  margin-bottom: 0.5em; }

.margin-bottom {
  margin-bottom: 1em; }

.margin-bottom-double {
  margin-bottom: 2em; }

.margin-bottom-triple {
  margin-bottom: 3em; }

.margin-bottom-triple {
  margin-bottom: 4em; }

.margin-top-zero {
  margin-top: 0; }

.margin-top-half {
  margin-top: 0.5em; }

.margin-top {
  margin-top: 1em; }

.margin-top-double {
  margin-top: 2em; }

.margin-top-triple {
  margin-top: 3em; }

@media screen and (min-width: 46.875em) {
  .margin-top-quad {
    margin-top: 4em; } }

@media screen and (min-width: 18.75em) and (max-width: 78em) {
  .small-screen-full-width {
    margin-left: -14px;
    margin-left: -0.875rem;
    margin-right: -14px;
    margin-right: -0.875rem; } }

.small-screen-full-width-inner {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem; }

.line {
  display: block; }

@media screen and (min-width: 46.875em) {
  .inline-right {
    display: inline-block;
    float: right; } }

@media screen and (min-width: 46.875em) {
  .float-right {
    float: right; } }

@media screen and (min-width: 46.875em) {
  .float-left {
    float: left; } }

@media screen and (min-width: 46.875em) {
  .image-float-left {
    float: left;
    margin-right: 16px;
    margin-right: 1rem; } }

.dk-gray-text-color {
  color: #454545; }

.blue-text-color {
  color: #2f6bb4; }

.gold-text-color {
  color: #f6a704; }

.m-gray-d-white-background {
  background: #f4f4f4;
  position: relative; }
  @media screen and (min-width: 46.875em) {
    .m-gray-d-white-background {
      background: #ffffff; }
      .longform > .m-gray-d-white-background:before {
        content: '';
        display: block;
        width: 28px;
        position: absolute;
        height: 100%;
        left: 100%;
        top: 0;
        background: #ffffff; } }

.m-gray-d-none-background {
  background: #f4f4f4;
  position: relative; }
  @media screen and (min-width: 46.875em) {
    .m-gray-d-none-background {
      background: none; } }

@media screen and (min-width: 46.875em) {
  .m-gray-school {
    background: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 25px; } }

.m-gray-d-transparent-background {
  background: #f4f4f4; }
  @media screen and (min-width: 46.875em) {
    .m-gray-d-transparent-background {
      background: transparent; } }
  @media screen and (max-width: (750px, "no-query" true -1)) {
    .m-gray-d-transparent-background.small-screen-full-width {
      padding: 14px; } }

.m-white-d-transparent-background {
  background: #ffffff; }
  @media screen and (min-width: 46.875em) {
    .m-white-d-transparent-background {
      background: transparent; } }

.gray-background-block {
  background: #f5f5f5;
  padding: 14px;
  padding: 0.875rem; }
  @media screen and (min-width: 37.5em) {
    .gray-background-block {
      padding: 0; } }
  @media screen and (min-width: 59.375em) {
    .gray-background-block {
      background: #ffffff; } }
  .gray-background-block .media__body {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

.gray-background-mobile {
  background: #f5f5f5;
  padding: 1em; }
  @media screen and (min-width: 37.5em) {
    .gray-background-mobile {
      background: transparent;
      padding: inherit; } }

.white-background {
  background: #ffffff; }

.gray-background {
  background: #f4f4f4; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .m-gray-with-inset {
    background: #f4f4f4;
    padding: 14px; } }

.in {
  padding: 28px;
  padding: 1.75rem; }

.is-playing .icon-play-btn {
  display: none; }

blockquote.fancy {
  background: #ffffff;
  color: #000;
  text-align: left;
  padding-left: 0;
  border-left: none; }
  blockquote.fancy span {
    margin-bottom: 1em;
    display: block;
    height: 60px;
    width: 60px;
    background-size: 60px; }
  @media screen and (min-width: 37.5em) {
    blockquote.fancy {
      background: transparent;
      position: relative;
      padding: 90px 30px 30px; }
      blockquote.fancy span {
        height: 73px;
        width: 76px;
        background-size: 76px;
        position: absolute;
        top: 0;
        left: 76px;
        margin-left: -50px; }
      blockquote.fancy .quote {
        max-width: 530px;
        margin: 0 auto; } }

@media screen and (min-width: 59.375em) {
  .blockquote-indent-left {
    float: left;
    margin-left: -42%;
    max-width: 626px;
    clear: right; } }

.blog-block_header h2 {
  max-width: 138px; }

.blog-block_header .header-alt {
  margin-top: 28px;
  padding-top: 15px;
  padding-right: 15px;
  border-top: 4.5px solid #f6a704;
  border-right: 4.5px solid #f6a704; }
  .blog-block_header .header-alt.footer-alt {
    margin-top: 0;
    padding-top: 0;
    color: transparent; }

.article-list-item_thumb,
.location-list-item_thumb {
  display: none; }
  @media screen and (min-width: 46.875em) {
    .article-list-item_thumb,
    .location-list-item_thumb {
      display: block; } }

@media screen and (min-width: 37.5em) {
  .location-list-item p {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; } }

.inline-list li {
  display: inline-block; }

.inline-list a:focus,
.inline-list a:hover {
  text-decoration: underline; }

.icon-btn {
  background-color: #f6a704;
  padding: 5px;
  padding: 0.3125rem;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  display: block; }
  .icon-btn svg {
    height: 75%;
    display: block;
    width: 75%;
    margin: 4px auto; }
  .icon-btn:focus,
  .icon-btn:hover {
    background-color: #2f6bb4; }

.icon-btn-inline {
  padding: 5px 5px 5px 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  display: inline-block;
  margin-bottom: -15px;
  margin-right: 8px; }
  .icon-btn-inline svg {
    height: 100%;
    display: block;
    width: 100%; }
  .icon-btn-inline:focus,
  .icon-btn-inline:hover {
    opacity: 0.7; }

.link-pdf:after, .link-pdf-blog:after {
  content: url("../images/PDF.png");
  margin-left: 5px;
  position: relative;
  top: 4px; }

.callout-box {
  background-color: #f4f4f4;
  padding: 1em;
  margin-left: -1em;
  height: 118px;
  max-width: 273px; }
  .callout-box h4 {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem; }
  .callout-box p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 16px; }
  .callout-box.q-medium-hide {
    display: block; }
    @media screen and (min-width: 37.5em) {
      .callout-box.q-medium-hide {
        display: none; } }
  @media screen and (min-width: 37.5em) {
    .callout-box {
      background-color: #ffffff; } }

.callout-link {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: block;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #ee3441; }
  .callout-link:after {
    content: "\003E";
    margin-left: 5px;
    margin-left: 0.3125rem; }
  .callout-link:focus,
  .callout-link:hover {
    text-decoration: underline; }

.with-monospace-link-xsmall a {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.18182;
  letter-spacing: .03em;
  text-decoration: underline; }
  @media screen and (min-width: 59.375em) {
    .with-monospace-link-xsmall a {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.53846; } }
  .with-monospace-link-xsmall a:hover, .with-monospace-link-xsmall a:hover a {
    text-decoration: none; }

@media screen and (min-width: 600px) {
  .with-button-right {
    padding-right: 145px; }
    .with-button-right .with-button-right_button {
      position: absolute;
      right: 10px;
      top: 0; } }

.with-button-right + * {
  margin-top: 30px;
  margin-top: 1.875rem; }

.button-1 {
  display: inline-block;
  padding: 16px 40px;
  color: #ffffff;
  background: #2f6bb4;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px; }
  .button-1:focus,
  .button-1:hover {
    background: #2c7f80;
    color: #fff; }
  .button-1:after {
    content: " >";
    color: #ffffff; }

.icon-social-twitter-white .st0 {
  fill: #ffffff; }

.icon-calendar-white * {
  fill: #ffffff !important; }

.relative {
  position: relative; }

.line-height-increase {
  line-height: 1.4; }

.image-wrap-link {
  display: block;
  margin-bottom: 1em; }
  .image-wrap-link img {
    margin: 0 auto; }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  .block-center {
    text-align: center; } }

.people-slider .block-center {
  text-align: center; }

@media screen and (min-width: 46.875em) {
  .d-page-row {
    margin-top: 4em;
    position: relative;
    z-index: 1; } }

@media screen and (min-width: 18.75em) and (max-width: 46.8125em) {
  [data-scrollable] {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important; } }

@media screen and (min-width: 46.875em) {
  .column-white-with-padding {
    background: #ffffff;
    padding: 28px;
    padding: 1.75rem; } }

@media screen and (min-width: 46.875em) {
  .column-white-with-less-padding {
    background: #ffffff;
    padding: 18px;
    padding: 1.125rem; } }

.margin-top-negative {
  margin-top: 20px; }

.monospace-link-list a {
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

.monospace-link-list li {
  line-height: 1.2;
  padding: 6px 0;
  padding: 0.375rem 0;
  font-family: open_sans, monospace;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem; }

.m-small-padding {
  padding: 15px;
  padding: 0.9375rem; }

.longform .simple-list,
.simple-list {
  list-style: none; }
  .longform .simple-list li,
  .simple-list li {
    padding-left: 0; }
  .longform .simple-list li:before,
  .simple-list li:before {
    content: none; }

.simple-toggle:after {
  content: "+"; }

.simple-toggle.simple-toggle-open:after {
  content: "-"; }

.simple-toggle-content {
  display: none; }

.image-center {
  margin: 0 auto; }

.page-wrapper [class^="layout-"] > .column.pos-inherit {
  position: inherit; }

.uppercase {
  text-transform: uppercase; }

.circle {
  border-radius: 50%; }

.ie9 nav {
  margin-top: 0; }

.ie9 .home-nav-block nav {
  top: 15px;
  left: 85px; }
  .ie9 .home-nav-block nav a {
    padding-bottom: 0; }

.ie9 .footer_schools {
  height: 100%; }

@media screen and (min-width: 46.875em) {
  .ie9 .footer_schools-list-item {
    float: left;
    width: 50%; } }

@media screen and (min-width: 46.875em) {
  .no-smil .mobile-border-top-cap {
    border-top: 5px solid #f6a704;
    border-left: 5px solid #f6a704; } }

@media screen and (min-width: 46.875em) {
  .no-smil .set-svg-border {
    border-top: 5px solid #f6a704;
    border-left: 5px solid #f6a704; } }
