@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a.skip {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background:#ffcc33;
  width:100%;
  float:left;
}
a.skip:focus, a.skip:active {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 3;
}
/* default color for everything */
/* breakpoints */
/* max width of site column */
/* No files to import found in components/**\/* */
@font-face {
  font-family: 'BebasNeueBold';
  src: url(../../includes/fonts/bebas/bebasneue_bold-webfont.otf);
  src: url(../../includes/fonts/bebas/bebasneue_bold-webfont.woff);
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url(../../includes/fonts/bebas/bebasneue_book-webfont.otf);
  src: url(../../includes/fonts/bebas/bebasneue_book-webfont.woff);
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url(../../includes/fonts/bebas/bebasneue_light-webfont.otf);
  src: url(../../includes/fonts/bebas/bebasneue_light-webfont.woff);
}
@font-face {
  font-family: 'BebasNeueReg';
  src: url(../../includes/fonts/bebas/bebasneue_regular-webfont.otf);
  src: url(../../includes/fonts/bebas/bebasneue_regular-webfont.woff);
}
@font-face {
  font-family: 'BebasNeueThin';
  src: url(../../includes/fonts/bebas/bebasneue_thin-webfont.otf);
  src: url(../../includes/fonts/bebas/bebasneue_thin-webfont.woff);
}
@font-face {
  font-family: 'DTLParadoxBold';
  src: url(../../includes/fonts/dtlparadox/Bold/dtlparadoxt-bold-webfont.otf);
  src: url(../../includes/fonts/dtlparadox/Bold/dtlparadoxt-bold-webfont.woff);
}
@font-face {
  font-family: 'DTLParadoxItal';
  src: url(../../includes/fonts/dtlparadox/Italic/dtlparadoxt-italic-webfont.otf);
  src: url(../../includes/fonts/dtlparadox/Italic/dtlparadoxt-italic-webfont.woff);
}
@font-face {
  font-family: 'DTLParadoxReg';
  src: url(../../includes/fonts/dtlparadox/Regular/dtlparadoxt-webfont.otf);
  src: url(../../includes/fonts/dtlparadox/Regular/dtlparadoxt-webfont.woff);
}
@font-face {
  font-family: 'ITCFranklinGothicBK';
  src: url(../../includes/fonts/franklin/bk/ITCFranklinGothicStd-Book.otf);
  src: url(../../includes/fonts/franklin/bk/ITCFranklinGothicStd-Book.woff);
}
@font-face {
  font-family: 'ITCFranklinGothicBKCD';
  src: url(../../includes/fonts/franklin/bkcd/ITCFranklinGothicStd-BkCd.otf);
  src: url(../../includes/fonts/franklin/bkcd/ITCFranklinGothicStd-BkCd.woff);
}
@font-face {
  font-family: 'ITCFranklinGothicBKCDIT';
  src: url(../../includes/fonts/franklin/bkcdit/ITCFranklinGothicStd-BkCdIt.otf);
  src: url(../../includes/fonts/franklin/bkcdit/ITCFranklinGothicStd-BkCdIt.woff);
}
@font-face {
  font-family: 'ITCFranklinGothicDMCD';
  src: url(../../includes/fonts/franklin/dmcd/ITCFranklinGothicStd-DmCd.otf);
  src: url(../../includes/fonts/franklin/dmcd/ITCFranklinGothicStd-DmCd.woff);
}
@font-face {
  font-family: 'ITCFranklinGothicDMCDIT';
  src: url(../../includes/fonts/franklin/dmcdit/ITCFranklinGothicStd-DmCdIt.otf);
  src: url(../../includes/fonts/franklin/dmcdit/ITCFranklinGothicStd-DmCdIt.woff);
}
html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.back-to-top {
  display: none;
  right: 20px;
  bottom: 20px;
  background: #ffcc33;
  position: relative;
  padding-right: 20px;
  position: fixed;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9999;
  transition: box-shadow 0.3s;
  color: #003366;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 24px 0 0 0;
  opacity: 0.5;
}
.back-to-top:after {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 15px);
  color: #003366;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.back-to-top:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  padding: 0 13px;
  top: 8px;
  left: 5px;
  font-size: 30px;
}
.back-to-top:hover {
  text-decoration: none;
  opacity: 1;
}

.wrapper {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper > img {
  display: block;
  float: left;
  width: auto;
  min-width: 100%;
  z-index: -1;
  min-height: 100%;
}
.wrapper.overlay-cta {
  overflow: visible;
}

.twocolumns {
  display: block;
  float: left;
  width: 50%;
  padding-right: 20px;
}

img {
  display: block;
  position: relative;
}
@media (min-width: 45em) {
  img.mobile-image {
    display: none !important;
  }
}
img.desk-image {
  display: none !important;
}
@media (min-width: 45em) {
  img.desk-image {
    display: block !important;
  }
}

.column {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
@media (max-width: 45em) {
  .column {
    display: block;
    float: left;
    width: 100%;
  }
}
@media (min-width: 70em) {
  .column {
    position: relative;
  }
}

h1 {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 36px;
  line-height: 42px;
  border-bottom: 1px solid #ffcc33;
}
@media (min-width: 45em) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}

h2 {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 26px;
  line-height: 32px;
}

h3 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid #ffcc33;
  margin: 0 0 20px 0;
}

h4 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 20px;
}

p {
  display: block;
  float: none;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #000;
  font-size: 16px;
  line-height: 22px;
  line-height: 28px;
  margin: 10px 0;
}
p.callout {
  font-size: 20px;
  color: #036;
  font-family: "ITCFranklinGothicDMCD", sans-serif;
  line-height: 26px;
}
p a {
  font-weight: bold;
  text-decoration: underline;
}

.user-editable ul, .user-editable ol {
  list-style: initial;
  margin-left: 20px;
}

ul,
ol {
  display: block;
  float: none;
  width: 100%;
}
ul li,
ol li {
  font-family: 'ITCFranklinGothicBK';
  color: #222;
  font-size: 16px;
  line-height: 22px;
}

section {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
  max-height: initial;
  position: relative;
}
@media (min-width: 45em) {
  section {
    margin-top: 0px;
  }
}
section > h2 {
  border-bottom: 1px solid #ffcc33;
  margin-bottom: 20px;
}
section .view-more {
  display: block;
  float: left;
  width: 100%;
  bottom: 0px;
  position: relative;
  background: #fff;
  height: 62px;
}
section .view-more button {
  position: relative;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  padding: 10px 20px;
  width: auto;
  float: left;
  background: #003366;
  border: none;
  padding-right: 28px;
  cursor: pointer;
  margin-top: 10px;
}
section .view-more button:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: -10px;
  color: #fff;
}
section .view-more button:after {
  right: 15px;
}
section.short {
  max-height: 300px;
  overflow: hidden;
}
section.short .view-more {
  position: absolute;
}
section.short .view-more button {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
  border: none;
  float: left;
  padding: 10px 30px 10px 15px;
}
section.short .view-more button:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  right: -10px;
  color: #fff;
}
section.short .view-more button:after {
  right: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 16px !important;
  }

  strong {
    font-weight: bold;
  }
}
form label {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: left;
  width: 100%;
}
form legend {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 24px;
  line-height: 30px;
}
form input, form select {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 18px;
  line-height: 24px;
  line-height: 24px;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
}
form .control-group {
  margin: 20px 0;
}
form .control-group .control {
  margin-top: 10px;
}
form .control-group .controls label {
  margin-top: 7px;
}
form input[type='checkbox'],
form input[type='radio'] {
  width: auto;
  margin: 5px;
}
form div {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
form div input {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  line-height: 24px;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  position: relative;
  margin: 10px 0;
}
form div.required:after {
  content: '*';
  color: #F00;
  position: absolute;
  right: 3px;
  top: 14px;
}
form div textarea {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 18px;
  line-height: 24px;
  line-height: 24px;
  font-style: italic;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  max-width: 100%;
  min-height: 200px;
  margin: 10px 0;
}
form span {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
form fieldset {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
form .submit {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: auto;
  margin: 10px 0;
  background: #003366;
  border: 1px solid #ccc;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}

iframe {
  display: block;
  float: left;
  width: 100%;
}

a {
  font-family: 'ITCFranklinGothicBKCD';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  display: block;
  float: left;
  width: 100%;
  color: #003366;
  background: #eee;
  line-height: 22px;
  padding: 15px 25px;
  border: 1px solid #ccc;
  text-transform: uppercase;
}
a.button.dark {
  background: #003366;
  color: #fff;
}
a.button.light {
  background: #ffcc33;
  color: #003366;
}
a.read-more {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: right;
  width: auto;
  position: relative;
  padding-right: 20px;
  z-index: 2;
}
a.read-more:after {
  content: "";
  font-family: FontAwesome;
  font-size: inherit;
  position: absolute;
  right: -10px;
  color: inherit;
}
a.read-more:after {
  right: 12px;
  top: calc(50% - 11px);
}
a.read-more.button {
  color: #fff;
  width: auto;
  float: left;
  padding-right: 35px;
  padding-left: 20px;
}
a.read-more.button:after {
  right: 20px;
}
a[href$=".pdf"]:after {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #FF0000;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
a[href$=".docx"]:after, a[href$=".doc"]:after {
  content: "\f1c2";
  font-family: FontAwesome;
  color: #0005FF;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

blockquote {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 36px;
  line-height: 42px;
  font-style: italic;
  padding: 0 10px;
  margin-bottom: 15px;
}
blockquote:before {
  content: '\201C';
  color: #ffcc33;
  font-size: 1.3em;
  line-height: 0.7em;
  padding-right: 5px;
}
blockquote:after {
  content: '\201D';
  color: #ffcc33;
  font-size: 1.3em;
  line-height: 0.7em;
  padding-left: 5px;
}

.caption {
  max-width: 100%;
}
.caption p {
  color: #003366;
  font-style: italic;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ffcc33;
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
}

.fullwidth img {
  min-width: 100%;
}

.table-wrapper {
  display: block;
  float: left;
  width: 100%;
  overflow: auto;
}
@media (min-width: 45em) {
  .table-wrapper {
    border: 1px solid #003366;
  }
}
.table-wrapper table {
  width: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  table-layout: fixed;
}
.table-wrapper table thead {
  display: none;
}
@media (min-width: 45em) {
  .table-wrapper table thead {
    display: table-header-group;
  }
}
.table-wrapper table thead tr {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.table-wrapper table thead tr th {
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  border-right: 1px solid #ccc;
  background: #003366;
  padding: 10px 30px;
  text-align: left;
}
@media (min-width: 45em) {
  .table-wrapper table thead tr th:last-child {
    border-right: none;
  }
}
.table-wrapper table tbody tr {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
@media (min-width: 45em) {
  .table-wrapper table tbody tr {
    display: table-row;
    float: none;
    width: auto;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  .table-wrapper table tbody tr:last-child {
    border-bottom: none;
  }
}
.table-wrapper table tbody tr td {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 30px;
  text-align: left;
}
@media (min-width: 45em) {
  .table-wrapper table tbody tr td {
    padding: 10px 30px;
    border-right: 1px solid #ccc;
    display: table-cell;
    float: none;
  }
  .table-wrapper table tbody tr td:before {
    content: '';
  }
}
.table-wrapper table tbody tr td:before {
  content: attr(data-label);
  display: block;
  float: left;
  width: 100px;
  font-family: 'Arial',sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 45em) {
  .table-wrapper table tbody tr td:before {
    width: 150px;
    display: none;
  }
}
@media (min-width: 45em) {
  .table-wrapper table tbody tr td:last-child {
    border-right: none;
  }
}
.table-wrapper table tbody tr.even {
  background: #eee;
}

.bio-sidebar {
  background: #E6E9ED;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.bio-sidebar img {
  margin: auto;
  max-width: 100%;
  float: none;
}
.bio-sidebar .container {
  padding: 20px;
}
.bio-sidebar-2 > h2 ,
.bio-sidebar .container > h2 {
  color: #000;
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 20px;
}
.bio-sidebar-2 > h2:first-child ,
.bio-sidebar .container > h2:first-child {
  padding-top: 0;
}
.bio-sidebar .container .bio-section {
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
.bio-sidebar .container .bio-section .bio-label {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBKCD';
  color: #444;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: normal;
}
.bio-sidebar .container .bio-section .bio-content {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBKCD';
  color: #444;
  font-size: 16px;
  line-height: 22px;
}
.bio-sidebar .container .bio-section .bio-content a {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  line-height: 24px;
}

.bio-table {
  border: none;
  overflow: visible;
  padding: 20px 0;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .bio-table {
    width: 70%;
  }
}
@media (min-width: 55em) {
  .bio-table {
    width: 100%;
  }
}
.bio-table table {
  table-layout: fixed;
  box-shadow: none;
}
.bio-table table tbody {
  border: none;
}
.bio-table table tbody tr {
  border: none;
}
.bio-table table tbody tr td {
  font-family: 'DTLParadoxReg',sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  border: none;
  width: 170px;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  padding: 5px 0px;
  font-weight: bold;
  vertical-align: top;
}
.bio-table table tbody tr td:first-child {
  width: 75px;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #111;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
}
.bio-table table tbody tr td a {
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 14px;
  line-height: 20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-region img {
  max-width: 100%;
}

.l-page {
  display: block;
  float: left;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  margin-top: 22vw;
}
@media (min-width: 45em) {
  .l-page {
    margin-top: 155px;
  }
}
@media (min-width: 70em) {
  .l-page {
    margin-top: 200px;
  }
}
.l-page h1 {
  margin: 20px;
}

body.generic_inner .l-page .l-featured-header .featured {
  max-height: 500px;
}
body.generic_inner .l-page .l-featured-header .column h2 {
  font-family: 'DTLParadoxReg',sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10%;
  padding: 20px;
}
@media (min-width: 45em) {
  body.generic_inner .l-page .l-featured-header .column h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 55em) {
  body.generic_inner .l-page .l-featured-header .column h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
body.generic_inner .l-page .l-content-header {
  display: block;
  float: left;
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-header .wrapper .column {
    padding: 0 20px;
  }
}
body.generic_inner .l-page .l-content-header .subnav {
  border-top: none;
  margin: 20px 0;
}
body.generic_inner .l-page .l-content-header h1 {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 55em) {
  body.generic_inner .l-page .l-content-header h1 {
    margin-top: 25px;
  }
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-header h1 {
    padding: 10px 0;
  }
}
@media (min-width: 45em) {
  body.generic_inner .l-page .l-content-header h1 .program-tag {
    margin: 15px 0px 15px 20px;
  }
}
body.generic_inner .l-page .l-content-header .feature {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
body.generic_inner .l-page .l-content-header .feature img {
  max-width: 100%;
}
body.generic_inner .l-page .l-content-center {
  display: block;
  float: none;
  width: 100%;
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-center {
    padding: 20px;
  }
}
body.generic_inner .l-page .l-content-center .l-nav-sidebar {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-center .l-nav-sidebar {
    width: 20%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
body.generic_inner .l-page .l-content-center .l-content-featured {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-center .l-content-featured {
    padding: 0px 0px 20px 20px;
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
body.generic_inner .l-page .l-content-center .l-content-wrapper {
  display: block;
  float: right;
  width: 100%;
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-center .l-content-wrapper {
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-bottom: 40px;
  }
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 45em) {
  body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content {
    border-bottom: 0;
    padding: 0 20px 0 0;
    margin: 0;
    width: 66.6666%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
@media (min-width: 70em) {
  body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content {
    padding-left: 20px;
  }
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content img {
  max-width: 100%;
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content > h2 {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffcc33;
  margin: 0 0 20px 0;
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content .matrix {
  border: none;
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content section {
  margin: 0 0 20px;
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-content .text-image-intro.generic .container h2 {
  font-size: 18px;
  line-height: 24px;
}
body.generic_inner .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  body.generic_inner .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    width: 33.3333%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
body.generic_inner .l-page .l-content-center .l-content-wrapper.full-width .l-content {
  width: 100%;
}
body.generic_inner .l-page .l-content-footer {
  display: block;
  float: left;
  width: 100%;
}
body.generic_inner .l-page .l-content-footer section {
  padding: 20px;
}
@media (min-width: 45em) {
  body.generic_inner .l-page .l-content-footer section {
    padding: 0;
  }
}
body.program .l-page .l-featured-header .featured {
  max-height: 500px;
}
body.program .l-page .l-featured-header .featured img {
  width: 100%;
  max-width: initial;
}
body.program .l-page .l-featured-header .column h2 {
  font-family: 'DTLParadoxReg',sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10%;
  padding: 20px;
}
@media (min-width: 45em) {
  body.program .l-page .l-featured-header .column h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 55em) {
  body.program .l-page .l-featured-header .column h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
body.program .l-page .l-content-header {
  display: block;
  float: left;
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 70em) {
  body.program .l-page .l-content-header .wrapper .column {
    padding: 0 20px;
  }
}
body.program .l-page .l-content-header .subnav {
  border-top: none;
  float: none;
}
body.program .l-page .l-content-header h1 {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 55em) {
  body.program .l-page .l-content-header h1 {
    margin-top: 25px;
  }
}
@media (min-width: 70em) {
  body.program .l-page .l-content-header h1 {
    padding: 10px 0;
  }
}
@media (min-width: 45em) {
  body.program .l-page .l-content-header h1 .program-tag {
    margin: 15px 0px 15px 20px;
  }
}
body.program .l-page .l-content-header h1 span {
  padding-left: 13px;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
}
body.program .l-page .l-content-header .feature {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
body.program .l-page .l-content-header .feature img {
  min-width: 100%;
  max-width: 100%;
}
body.program .l-page .l-content-center {
  display: block;
  float: none;
  width: 100%;
}
@media (min-width: 70em) {
  body.program .l-page .l-content-center {
    padding: 20px;
  }
}
body.program .l-page .l-content-center .l-content-featured {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 70em) {
  body.program .l-page .l-content-center .l-content-featured {
    padding: 0px 0px 20px 20px;
    width: 100%;
  }
}
body.program .l-page .l-content-center .l-content-wrapper {
  display: block;
  float: right;
  width: 100%;
  position: relative;
}
@media (min-width: 70em) {
  body.program .l-page .l-content-center .l-content-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }
}
body.program .l-page .l-content-center .l-content-wrapper .l-content {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 45em) {
  body.program .l-page .l-content-center .l-content-wrapper .l-content {
    border-bottom: 0;
    padding: 0 20px 0 0;
    margin: 0;
    width: 75%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
body.program .l-page .l-content-center .l-content-wrapper .l-content img {
  max-width: 100%;
}
body.program .l-page .l-content-center .l-content-wrapper .l-content > h2 {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffcc33;
  margin: 0 0 20px 0;
}
body.program .l-page .l-content-center .l-content-wrapper .l-content .matrix {
  border: none;
}
body.program .l-page .l-content-center .l-content-wrapper .l-content .matrix.program > div {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 55em) {
  body.program .l-page .l-content-center .l-content-wrapper .l-content .matrix.program > div {
    width: 33.3333%;
    margin-bottom: 0;
  }
}
body.program .l-page .l-content-center .l-content-wrapper .l-content section {
  margin: 0 0 20px;
}
body.program .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  body.program .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
body.program .l-page .l-content-center .l-content-wrapper.full-width .l-content {
  width: 100%;
}
body.program .l-page .l-content-center .l-content-wrapper .l-content-footer {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  body.program .l-page .l-content-center .l-content-wrapper .l-content-footer section {
    padding: 0;
  }
}
@media (min-width: 45em) {
  body.program .l-page .l-content-center .l-content-wrapper .l-content-footer .wrapper .column {
    padding: 0;
  }
}
body.program .l-page .l-content-footer .wrapper .column {
  padding: 0;
}
body.one-column .l-page h1 {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
@media (min-width: 45em) {
  body.one-column .l-page h1 {
    margin-top: 50px;
  }
}
@media (min-width: 70em) {
  body.one-column .l-page h1 {
    padding: 10px 0;
  }
}
@media (min-width: 45em) {
  body.one-column .l-page h1 .program-tag {
    margin: 15px 0px 15px 20px;
  }
}
body.bio .l-page .l-featured-header .featured {
  max-height: 500px;
}
body.bio .l-page .l-featured-header .column h2 {
  font-family: 'DTLParadoxReg',sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10%;
  padding: 30px;
}
@media (min-width: 45em) {
  body.bio .l-page .l-featured-header .column h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 55em) {
  body.bio .l-page .l-featured-header .column h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
body.bio .l-page .l-content-header {
  display: block;
  float: left;
  width: 100%;
  margin: 20px auto;
}
body.bio .l-page .l-content-header .subnav {
  border-top: none;
  margin: 20px 0;
}
body.bio .l-page .l-content-header h1 {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-header h1 {
    margin-top: 50px;
  }
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-header h1 {
    padding: 10px 0;
  }
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-header h1 .program-tag {
    margin: 15px 0px 15px 20px;
  }
}
body.bio .l-page .l-content-header .feature {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
body.bio .l-page .l-content-header .feature img {
  max-width: 100%;
}
body.bio .l-page .l-content-center {
  display: block;
  float: none;
  width: 100%;
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center {
    padding: 20px;
  }
}
body.bio .l-page .l-content-center .l-nav-sidebar {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-nav-sidebar {
    width: 20%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
@media (min-width: 25em) {
  body.bio .l-page .l-content-center .l-nav-sidebar img {
    padding: 20px;
    width: 50%;
    float: left;
  }
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-center .l-nav-sidebar img {
    width: 30%;
  }
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-nav-sidebar img {
    width: auto;
    padding: 0;
    float: none;
  }
}
body.bio .l-page .l-content-center .l-nav-sidebar .container {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 25em) {
  body.bio .l-page .l-content-center .l-nav-sidebar .container {
    width: 50%;
  }
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-center .l-nav-sidebar .container {
    width: 70%;
  }
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-nav-sidebar .container {
    width: 100%;
  }
}
body.bio .l-page .l-content-center .l-nav-sidebar section {
  padding: 0 20px;
}
body.bio .l-page .l-content-center .l-content-featured {
  display: block;
  float: left;
  width: 100%;
  padding: 0px 20px 20px 20px;
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-content-featured {
    padding-right: 0;
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
body.bio .l-page .l-content-center .l-content-wrapper {
  display: block;
  float: right;
  width: 100%;
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-content-wrapper {
    width: 80%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-bottom: 40px;
  }
}
body.bio .l-page .l-content-center .l-content-wrapper .l-content {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-center .l-content-wrapper .l-content {
    border-bottom: 0;
    padding: 0 20px 0 0;
    margin: 0;
    width: 66.6666%;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-content-wrapper .l-content {
    padding-left: 20px;
  }
}
body.bio .l-page .l-content-center .l-content-wrapper .l-content img {
  max-width: 100%;
}
body.bio .l-page .l-content-center .l-content-wrapper .l-content > h2 {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffcc33;
  margin: 0 0 20px 0;
}
body.bio .l-page .l-content-center .l-content-wrapper .l-content .matrix {
  border: none;
}
body.bio .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    width: 33.3333%;
    width: -webkit-calc(240px);
    width: calc(240px);
  }
}
@media (min-width: 70em) {
  body.bio .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    padding-right: 0;
  }
}
body.bio .l-page .l-content-center .l-content-wrapper .l-promo-sidebar .news-listing img {
  width: 100px;
}
body.bio .l-page .l-content-center .l-content-wrapper .l-promo-sidebar .news-listing h2 {
  font-size: 16px;
  line-height: 22px;
  width: calc(100% - 100px);
}
body.bio .l-page .l-content-footer {
  display: block;
  float: left;
  width: 100%;
}
body.bio .l-page .l-content-footer section {
  padding: 20px;
}
@media (min-width: 45em) {
  body.bio .l-page .l-content-footer section {
    padding: 0;
  }
}
body.home h1 {
  border: none;
}
body.home .program-search {
  background: #eee;
}
@media (min-width: 45em) {
  body.home .program-search .column {
    margin-top: -350px;
  }
}
@media (min-width: 45em) {
  body.home .factoid .container {
    background: rgba(0, 51, 102, 0.75);
  }
}
body.home .p-list.events-listing ul li:first-child {
  padding-top: 0;
}
@media (min-width: 45em) {
  body.undergraduate_admissions .l-page .l-content-center .l-content-wrapper .l-content {
    width: calc(100% - 350px);
  }
}
@media (min-width: 45em) {
  body.undergraduate_admissions .l-page .l-content-center .l-content-wrapper .l-promo-sidebar {
    width: 350px;
  }
}
@media (min-width: 70em) {
  body.sticky header.mobi-open .l-head {
    position: fixed;
    height: auto;
  }
}
body.sticky header .l-head {
  position: fixed;
  z-index: 999;
}
body.sticky header .l-head .site-logo-wrapper .site-logo {
  margin: 0;
}
@media (min-width: 550px) {
  body.sticky header .l-head .site-logo-wrapper .site-logo {
    height: 0;
  }
}
@media (min-width: 550px) {
  body.sticky header .l-head .site-logo-wrapper .site-logo img {
    position: fixed;
    top: 0;
    max-height: 50px;
    width: auto;
    max-width: 50%;
    max-width: -webkit-calc(100% - 181px);
    max-width: calc(100% - 181px);
    width: 310px;
  }
}
@media (min-width: 70em) {
  body.sticky header .l-head .site-logo-wrapper .site-logo img {
    margin: 0;
    position: relative;
    height: auto;
    width: 0;
  }
}
@media (min-width: 70em) {
  body.sticky header .l-head .main-nav-container .nav-wrapper {
    background: none;
    border: none;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column > .desk-sticky {
    display: block;
    float: left;
    width: 30%;
    height: 56px;
    overflow: hidden;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column > .desk-sticky img {
    width: auto;
    height: 56px;
    float: left;
    padding-left: 10px;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav {
    width: 70%;
    float: right;
    height: 57px;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav li {
    border-bottom: 0;
    vertical-align: middle;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav li a {
    color: #fff;
    font-size: 13px;
    line-height: 37px;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav li a:hover {
    color: #fff;
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav:hover li a {
    color: rgba(255, 255, 255, 0.6);
  }
  body.sticky header .l-head .main-nav-container .nav-wrapper .column .main-nav:hover li a:hover {
    color: #fff;
  }
}
@media (min-width: 550px) {
  body.sticky.alert header .l-head .site-logo-wrapper .site-logo img {
    top: 55px;
  }
}
body.alert .l-page {
  margin-top: 43vw;
}
@media (min-width: 25em) {
  body.alert .l-page {
    margin-top: 29vw;
  }
}
@media (min-width: 45em) {
  body.alert .l-page {
    margin-top: 210px;
  }
}
@media (min-width: 70em) {
  body.alert .l-page {
    margin-top: 255px;
  }
}
body.alert header .l-head .toggle-wrapper {
  top: 55px;
}
body.news .tabs-container {
  margin: 0 0 20px 0;
}

header {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
}
header .l-head {
  display: block;
  float: left;
  width: 100%;
  background: #003366;
  position: fixed;
  z-index: 2;
}
header .l-head .toggle-wrapper {
  display: block;
  float: right;
  width: 50px;
  position: absolute;
  right: 0;
  height: 50px;
  cursor: pointer;
}
@media (min-width: 70em) {
  header .l-head .toggle-wrapper {
    display: none;
  }
}
header .l-head .toggle-wrapper .toggle {
  display: block;
  float: right;
  width: auto;
  position: relative;
  padding: 13px 3px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  -o-transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
  transition: all 0.5s cubic-bezier(0.5, 0.1, 0.3, 0.5);
}
header .l-head .toggle-wrapper .toggle .toggle-element {
  display: block;
  float: left;
  width: 24px;
  height: 4px;
  margin: 10px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  box-sizing: initial;
}
header .l-head .toggle-wrapper .toggle .toggle-element:before {
  top: -7px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .l-head .toggle-wrapper .toggle .toggle-element:after {
  top: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .l-head .toggle-wrapper .toggle:hover {
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
header .l-head .toggle-wrapper .toggle:hover .toggle-element:before {
  top: -8px;
}
header .l-head .toggle-wrapper .toggle:hover .toggle-element:after {
  top: 4px;
}
header .l-head .utility {
  display: block;
  float: right;
  width: 100%;
  background: black;
}
@media (min-width: 70em) {
  header .l-head .utility {
    height: auto;
    padding-right: 0;
  }
}
header .l-head .utility .header-left {
  display: block;
  float: left;
  width: auto;
}
header .l-head .utility .header-left ul.gateway-menu {
  width: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  background: #003366;
}
@media (min-width: 70em) {
  header .l-head .utility .header-left ul.gateway-menu {
    display: block;
    float: right;
    width: 100%;
    width: auto;
    height: auto;
    overflow: initial;
    background: inherit;
    margin-top: 12px;
  }
}
header .l-head .utility .header-left ul.gateway-menu > li {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  header .l-head .utility .header-left ul.gateway-menu > li {
    padding: 0 14px 0 0;
    width: auto;
    border: none;
    background: none;
    color: inherit;
  }
}
header .l-head .utility .header-left ul.gateway-menu > li a {
  font-size: 14px;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 15px;
  color: #fff;
}
@media (min-width: 70em) {
  header .l-head .utility .header-left ul.gateway-menu > li a {
    padding: 0;
  }
}
header .l-head .utility .header-right {
  position: relative;
  z-index: 1;
}
header .l-head .utility .header-right .search {
  display: none;
  width: auto;
  float: right;
  background: #4687c3;
  height: 50px;
  padding: 10px;
}
header .l-head .utility .header-right .search form {
  display: block;
  margin: auto;
  max-width: 1140px;
}
header .l-head .utility .header-right .search form #as_q {
  height: 30px;
  display: block;
  float: left;
  width: calc(100% - 50px);
  font-family: 'ITCFranklinGothicBKCD';
  color: #444;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  border: none;
  padding-left: 5px;
}
header .l-head .utility .header-right .search form #as_q::-webkit-input-placeholder, header .l-head .utility .header-right .search form #as_q:-moz-placeholder, header .l-head .utility .header-right .search form #as_q::-moz-placeholder, header .l-head .utility .header-right .search form #as_q:-ms-input-placeholder {
  color: #ccc;
  line-height: normal;
}
header .l-head .utility .header-right .search form #site_search_button {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 50px;
  font-size: 20px;
  color: #ffcc33;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
header .l-head .utility .header-right .search form #site_search_button:focus {
  outline: 2px solid rgba(255, 255, 255, 0.25);
}
header .l-head .utility .header-right .search form .search-toggle {
  display: block;
  float: left;
  width: 40px;
  display: none;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.25);
  font-size: 24px;
}
@media (min-width: 45em) {
  header .l-head .utility .header-right .search form .search-toggle {
    display: block;
  }
}
header .l-head .utility .header-right .search form .search-toggle:focus {
  outline: 2px solid rgba(255, 255, 255, 0.25);
}
header .l-head .utility .header-right .search-toggle {
  cursor: pointer;
  background: transparent;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  border: none;
  color: #ffcc33;
  font-size: 18px;
  position: relative;
  margin-right: 30px;
  padding: 0 10px;
}
@media (min-width: 70em) {
  header .l-head .utility .header-right .search-toggle {
    top: 0;
    height: 42px;
    width: 42px;
    margin-right: 0;
  }
}
header .l-head .utility .header-right .search-toggle:focus {
  outline: #4d90fe auto 5px;
}
header .l-head .utility .header-right ul.utility-menu {
  display: block;
  float: left;
  width: auto;
  width: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  background: #003366;
  display: table;
  height: 42px;
  float: right;
  overflow: initial;
  background: inherit;
}
@media (min-width: 45em) {
  header .l-head .utility .header-right ul.utility-menu {
    padding: 0;
  }
}
header .l-head .utility .header-right ul.utility-menu > li {
  display: none;
  padding: 3px 7px 0;
  vertical-align: middle;
  position: relative;
}
@media (min-width: 70em) {
  header .l-head .utility .header-right ul.utility-menu > li {
    display: table-cell;
    width: auto;
    border: none;
  }
}
header .l-head .utility .header-right ul.utility-menu > li a {
  color: #ffcc33;
  font-size: 14px;
}
header .l-head .utility .header-right ul.quick-links {
  display: table;
  float: right;
  width: auto;
  height: 42px;
}
@media (min-width: 45em) {
  header .l-head .utility .header-right ul.quick-links {
    height: 50px;
  }
}
@media (min-width: 70em) {
  header .l-head .utility .header-right ul.quick-links {
    height: 42px;
    padding-right: 0;
    margin-left: 7px;
  }
}
header .l-head .utility .header-right ul.quick-links > li {
  display: table-cell;
  background: #ffcc33;
  padding: 5px 5px 10px 5px;
  vertical-align: middle;
  position: relative;
}
header .l-head .utility .header-right ul.quick-links > li h3 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  padding-right: 20px;
  color: #003366;
  background: none;
  cursor: pointer;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border: none;
}
header .l-head .utility .header-right ul.quick-links > li h3:after {
  content: "";
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 4px);
  color: #003366;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
@media (min-width: 70em) {
  header .l-head .utility .header-right ul.quick-links > li h3 {
    line-height: 22px;
    border: none;
  }
}
header .l-head .utility .header-right ul.quick-links > li h3:after {
  font-size: 12px;
  left: calc(50% - 12px);
}
@media (min-width: 45em) {
  header .l-head .utility .header-right ul.quick-links > li h3:after {
    top: 60%;
  }
}
header .l-head .utility .header-right ul.quick-links > li .utility-sub {
  position: absolute;
  width: 1000px;
  max-width: 95vw;
  right: -100px;
  display: none;
  top: 100%;
  z-index: 1;
  background: white;
  padding: 10px 20px;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.5);
  border: 5px solid #4687c3;
}
@media (min-width: 45em) {
  header .l-head .utility .header-right ul.quick-links > li .utility-sub {
    max-width: 80vw;
    right: -54px;
  }
}
header .l-head .utility .header-right ul.quick-links > li .utility-sub h4 {
  color: #111;
  margin-top: 5px;
  text-transform: uppercase;
}
header .l-head .utility .header-right ul.quick-links > li .utility-sub > li {
  display: block;
  float: left;
  padding: 10px;
  width: 100%;
}
@media (min-width: 55em) {
  header .l-head .utility .header-right ul.quick-links > li .utility-sub > li {
    width: 25%;
  }
}
header .l-head .utility .header-right ul.quick-links > li .utility-sub li {
  line-height: 28px;
}
header .l-head .utility .header-right ul.quick-links > li.open {
  background: #4687c3;
}
header .l-head .utility .header-right ul.quick-links > li.open h3 {
  color: #fff;
}
header .l-head .utility .header-right ul.quick-links > li.open h3:after {
  color: #fff;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  left: calc(50% - 12px);
}
header .l-head .utility .header-right ul.quick-links > li.open .utility-sub {
  display: block;
  float: left;
  overflow: auto;
  max-height: 130vw;
}
header .l-head .site-logo {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  margin: auto;
}
@media (min-width: 45em) {
  header .l-head .site-logo {
    width: 552px;
    float: left;
    position: relative;
    top: 0;
    margin: 3px 0 9px;
    height: 90px;
  }
}
header .l-head .site-logo img {
  display: block;
  width: 100%;
  margin: auto;
}
header .alert-column.light {
  background: #ffcc33;
}
header .alert-column.light .alert .toggle h3 {
  color: #d21301;
}
header .alert-column.light .alert .toggle span {
  color: #d21301;
}
header .alert-column.light .alert > .message {
  background: #ffcc33;
}
header .alert-column.light .alert > .message .column .message h2 {
  color: #003366;
  border-bottom: 1px solid rgba(184, 154, 104, 0.35);
}
header .alert-column.light .alert > .message .column .message p {
  color: #000;
}
header .alert-column.light .alert > .message .column .contact h2 {
  color: #003366;
  border-bottom: 1px solid rgba(184, 154, 104, 0.35);
}
header .alert-column.light .alert > .message .column .contact ul li {
  color: #000;
}
header .alert-column.light .alert > .message a {
  color: #fff;
  position: relative;
}
header .alert-column.light .alert > .message a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: #fff;
}
header .alert-column.dark {
  background: #d21301;
}
header .alert-column.dark .alert{
  background:#d21301;
}
header .alert-column.dark .alert .toggle h3 {
  color: #fff;
}
header .alert-column.dark .alert .toggle span {
  color: #fff;
}
header .alert-column.dark .alert > .message,
header .alert-column.dark .alert {
  background: #d21301;
}
header .alert-column.dark .alert > .message .message h2 {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
header .alert-column.dark .alert > .message .message p {
  color: #fff;
  font-weight: normal;
}
header .alert-column.dark .alert > .message .contact h2 {
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
header .alert-column.dark .alert > .message .contact ul li {
  color: #fff;
  font-weight: normal;
}
header .alert-column.dark .alert > .message .contact ul li a{
  color:#fff;
}
header .alert-column.dark .alert > .message a {
  color: #fff;
  position: relative;
}
header .alert-column.dark .alert > .message a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: #fff;
}
header .alert-column .alert {
  overflow: visible;
  background: #ffcc33;
}
header .alert-column .alert .toggle {
  height: 55px;
  padding: 15px 0px;
  cursor: pointer;
  margin: auto;
}
header .alert-column .alert .toggle h3 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #d21301;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  float: left;
  width: calc(100% - 60px);
  border: none;
  margin: 0;
}
header .alert-column .alert .toggle span {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #d21301;
  font-size: 26px;
  line-height: 32px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  float: right;
  width: 20px;
}
header .alert-column .alert .toggle span:after {
  content: '\f057';
  font-family: FontAwesome;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  transition: all .3s;
  display: block;
  position: relative;
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 auto;
}
header .alert-column .alert > .message {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  padding: 20px 0;
  z-index: 9999;
  background: #ffcc33;
}
header .alert-column .alert > .message .message {
  display: block;
  float: left;
  width: 100%;
  padding: 0 30px 0 0;
}
@media (min-width: 45em) {
  header .alert-column .alert > .message .message {
    width: calc(100% - 200px);
  }
}
header .alert-column .alert > .message .message h2 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 32px;
  line-height: 38px;
  border-bottom: 1px solid rgba(184, 154, 104, 0.35);
  font-weight: bold;
}
header .alert-column .alert > .message .message p {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #000;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  font-weight: bold;
}
header .alert-column .alert > .message .contact {
  display: block;
  float: left;
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 45em) {
  header .alert-column .alert > .message .contact {
    width: 200px;
  }
}
header .alert-column .alert > .message .contact h2 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 1px solid rgba(184, 154, 104, 0.35);
  font-weight: bold;
}
header .alert-column .alert > .message .contact ul {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
header .alert-column .alert > .message .contact ul li {
  font-family: 'ITCFranklinGothicBK';
  color: #000;
  font-size: 14px;
  line-height: 20px;
  line-height: 24px;
  font-weight: bold;
}
header .alert-column .alert > .message .contact ul li a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
header .alert-column .alert > .message .contact ul li a:after {
  content: '';
}
header .alert-column .alert.closed .message {
  display: none;
}
header .alert-column .alert.closed .toggle span:after {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
header.open .l-head .utility .column .header-right .search {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  header.open .l-head .utility .column .header-right .search {
    height: 50px;
    top: 42px;
    position: absolute;
    width: 300px;
    right: 0;
  }
}
header.open .l-head .utility .column .header-right .search-toggle {
  background: #4687c3;
  color: #fff;
}
header.open .l-head .utility .column .header-right .search-toggle span.fa-search:before {
  content: "\f00d";
}
header.mobi-open .l-head {
  left: 0;
  z-index: 9998;
  overflow: auto;
  height: 100vh;
}
@media (min-width: 45em) {
  header.mobi-open .l-head {
    height: auto;
    overflow: visible;
  }
}
header.mobi-open .l-head .toggle-wrapper .toggle {
  left: 0px;
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element {
  background: none;
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element:before {
  top: 0px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.mobi-open .l-head .toggle-wrapper .toggle .toggle-element:after {
  top: -4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.mobi-open .l-head .site-logo {
  background: #003366;
  display: block;
  margin: 0;
  height: 0;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .site-logo {
    position: relative;
    top: 0;
    background: none;
    margin: 9px 0;
  }
}
header.mobi-open .l-head .site-logo img {
  display: none;
}
@media (min-width: 550px) {
  header.mobi-open .l-head .site-logo img {
    position: fixed;
    top: 0;
    max-height: 50px;
    width: 310px;
    max-width: 50%;
    max-width: -webkit-calc(100% - 181px);
    max-width: calc(100% - 181px);
  }
}
@media (min-width: 70em) {
  header.mobi-open .l-head .site-logo img {
    position: relative;
    max-height: initial;
    max-width: initial;
  }
}
header.mobi-open .l-head .utility {
  height: auto;
  padding-top: 50px;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility {
    padding: 0;
  }
}
header.mobi-open .l-head .utility .column {
  padding: 0;
}
header.mobi-open .l-head .utility .header-left {
  width: 100%;
  position: absolute;
  top: 548px;
  background: black;
}
@media (min-width: 45em) {
  header.mobi-open .l-head .utility .header-left {
    top: 598px;
  }
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-left {
    position: relative;
    top: initial;
    background: none;
    width: auto;
  }
}
header.mobi-open .l-head .utility .header-left ul.gateway-menu {
  display: block;
  float: right;
  width: 100%;
  height: auto;
  overflow: initial;
  background: inherit;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-left ul.gateway-menu {
    margin-top: 10px;
  }
}
header.mobi-open .l-head .utility .header-right {
  width: 100%;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right {
    width: auto;
  }
}
header.mobi-open .l-head .utility .header-right .search-toggle {
  top: -50px;
  margin-bottom: -50px;
  margin-right: 50px;
}
@media (min-width: 45em) {
  header.mobi-open .l-head .utility .header-right .search-toggle {
    margin-bottom: 0;
  }
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right .search-toggle {
    top: 0;
    margin-bottom: 0;
  }
}
header.mobi-open .l-head .utility .header-right ul.utility-menu {
  height: auto;
  display: block;
  float: right;
  width: 100%;
  position: absolute;
  top: 370px;
  background: black;
}
@media (min-width: 45em) {
  header.mobi-open .l-head .utility .header-right ul.utility-menu {
    top: 420px;
  }
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right ul.utility-menu {
    position: relative;
    top: initial;
    float: right;
    width: auto;
    background: none;
    margin-top: 0;
    height: 42px;
    display: table;
  }
}
header.mobi-open .l-head .utility .header-right ul.utility-menu > li {
  display: table-cell;
  float: left;
  width: 100%;
  padding: 0;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right ul.utility-menu > li {
    width: auto;
    background: none;
    color: #ffcc33;
    padding: 0 7px;
    float: none;
  }
}
header.mobi-open .l-head .utility .header-right ul.utility-menu > li a {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 15px;
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right ul.utility-menu > li a {
    padding: 0;
  }
}
header.mobi-open .l-head .utility .header-right ul.quick-links {
  height: auto;
  position: relative;
  top: -50px;
  right: 100px;
  margin-bottom: -49px;
}
@media (min-width: 45em) {
  header.mobi-open .l-head .utility .header-right ul.quick-links {
    right: 0;
  }
}
@media (min-width: 55em) {
  header.mobi-open .l-head .utility .header-right ul.quick-links {
    margin-bottom: 0;
  }
}
@media (min-width: 70em) {
  header.mobi-open .l-head .utility .header-right ul.quick-links {
    width: auto;
    background: none;
    margin-top: 0;
    position: relative;
    top: 0;
    height: 42px;
  }
}
header.mobi-open .search {
  display: none;
  float: left;
  z-index: 1;
  left: 50px;
  z-index: 9999;
}
@media (min-width: 45em) {
  header.mobi-open .search {
    position: absolute;
    display: none;
    left: initial;
    position: relative;
  }
}
header.mobi-open .main-nav-container {
  width: 100%;
  float: right;
  display: block;
}
header.mobi-open.open .l-head .utility .column .header-right .search {
  display: block;
  float: left;
  top: -1px;
  position: relative;
  left: 0;
}
@media (min-width: 45em) {
  header.mobi-open.open .l-head .utility .column .header-right .search {
    left: initial;
    margin-bottom: -50px;
    top: -50px;
  }
}
@media (min-width: 70em) {
  header.mobi-open.open .l-head .utility .column .header-right .search {
    top: -50px;
    position: absolute;
    left: initial;
    float: none;
    top: 42px;
  }
}

@media (min-width: 55em) {
  .program-nav {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
  }
}
@media (min-width: 70em) {
  .program-nav ul {
    padding: 0 20px;
    display: table;
  }
}
.program-nav ul .nav {
  vertical-align: middle;
  background: #E6E8E6;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  border-left: 4px solid #003366;
}
@media (min-width: 70em) {
  .program-nav ul .nav {
    display: table-cell;
    border-left: 0;
    border-bottom: 5px solid #ccc;
  }
}
.program-nav ul .nav a {
  color: #111;
  padding: 10px;
  display: block;
  background: none;
  border: none;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 70em) {
  .program-nav ul .nav a {
    border-left: 1px solid #ccc;
  }
}
.program-nav ul .nav.active {
  background: #003366;
  font-weight: normal;
  border-left: 4px solid #ffcc33;
}
@media (min-width: 70em) {
  .program-nav ul .nav.active {
    border-left: 0;
    border-bottom: 5px solid #ffcc33;
  }
}
.program-nav ul .nav.active a {
  color: #fff;
}
.program-nav ul .nav:hover {
  background: #F2F4F6;
  font-weight: normal;
  border-left: 4px solid #003366;
}
@media (min-width: 70em) {
  .program-nav ul .nav:hover {
    border-left: 0;
    border-bottom: 5px solid #003366;
  }
}
.program-nav ul .nav:hover a {
  color: #111;
}
.program-nav.subnav h2 {
  background: #003366;
  color: #fff;
}
.program-nav.subnav h2:before {
  content: "\f0c9";
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: none;
  transition: none;
  left: -10px;
}
.program-nav.subnav.open h2:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

footer {
  display: block;
  float: left;
  width: 100%;
  background: black;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
footer .column h3 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #ffcc33;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 0;
}
@media (min-width: 45em) {
  footer .column h3 {
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }
}
footer .column .footer-first {
  display: block;
  float: left;
  width: 100%;
  padding-top: 20px;
  font-family: 'ITCFranklinGothicBK';
  color: #ccc;
  font-size: 15px;
  line-height: 21px;
}
@media (min-width: 45em) {
  footer .column .footer-first {
    width: 23%;
    padding: 30px 10px;
  }
}
@media (min-width: 70em) {
  footer .column .footer-first {
    width: 21%;
  }
}
footer .column .footer-first img {
  margin: auto;
  max-width: 100%;
}
footer .column .footer-first a {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #4687c3;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-align: center;
}
footer .column .footer-first a img {
  max-width: 100%;
}
footer .column .footer-second {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  footer .column .footer-second {
    width: 50%;
    padding: 30px 10px;
  }
}
@media (min-width: 70em) {
  footer .column .footer-second {
    width: 59%;
    padding: 30px 90px;
  }
}
footer .column .footer-second a {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
}
footer .column .footer-second a h3 {
  border: none;
  padding: 0 20px;
}
@media (min-width: 45em) {
  footer .column .footer-second a h3 {
    padding: 0;
  }
}
footer .column .footer-second a img {
  float: left;
  max-width: 100%;
  margin: auto;
  float: none;
}
@media (min-width: 45em) {
  footer .column .footer-second a img {
    width: auto;
    float: left;
  }
}
footer .column .footer-second a > span {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  line-height: 16px;
}
@media (min-width: 45em) {
  footer .column .footer-second a > span {
    font-size: 12px;
    position: absolute;
    width: auto;
    margin: 6px 0 0 120px;
  }
}
@media (min-width: 45em) {
  footer .column .footer-second a > span {
    position: relative;
    position: absolute;
  }
  footer .column .footer-second a > span:after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: -10px;
    color: #fff;
  }
}
footer .column .footer-second a > span:after {
  font-size: 12px;
  right: -12px;
}
footer .column .footer-third {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  footer .column .footer-third {
    width: 27%;
    padding: 30px 0;
  }
}
@media (min-width: 70em) {
  footer .column .footer-third {
    width: 20%;
  }
}
footer .column .footer-third div.social {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
}
footer .column .footer-third div.social ul {
  display: table;
  width: auto;
  margin: auto;
}
@media (min-width: 45em) {
  footer .column .footer-third div.social ul {
    float: left;
  }
}
footer .column .footer-third div.social ul li {
  display: table-cell;
  width: auto;
  padding: 10px;
}
@media (min-width: 45em) {
  footer .column .footer-third div.social ul li {
    padding: 0px 10px 10px 0;
    display: block;
    float: left;
    width: auto;
  }
}
footer .column .footer-third div.social ul li a {
  font-size: 24px;
  line-height: 34px;
}
footer .column .footer-third div.social ul li a span {
  color: #ccc;
}
footer .column .footer-third div.social ul li a span span {
  text-indent: -9999px;
  display: inline-block;
}
footer .column .footer-third div.social > a {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 45em) {
  footer .column .footer-third div.social > a {
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    width: auto;
    margin: 6px 0 0 75px;
  }
}
@media (min-width: 45em) {
  footer .column .footer-third div.social > a {
    position: relative;
    position: absolute;
  }
  footer .column .footer-third div.social > a:after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: -10px;
    color: #fff;
  }
  footer .column .footer-third div.social > a:after {
    right: -12px;
  }
}
footer .column .footer-third div.social h3 {
  padding: 0;
  border-bottom: 0;
}
footer .column .footer-third .links-resources {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
@media (min-width: 45em) {
  footer .column .footer-third .links-resources {
    padding: 0;
  }
}
@media (min-width: 45em) {
  footer .column .footer-third .links-resources ul li {
    display: block;
    float: left;
    width: 100%;
  }
}
footer .column .footer-third .links-resources ul li a {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicBK';
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 45em) {
  footer .column .footer-third .links-resources ul li a {
    text-align: left;
  }
}
footer .column .footer-third .links-resources ul li:last-child a {
  border: none;
}
footer .column .footer-third .links-resources ul hr {
  display: block;
  width: 34px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
}
@media (min-width: 45em) {
  footer .column .footer-third .links-resources ul hr {
    display: none;
  }
}
footer .column .footer-third .links-resources h3 {
  padding: 0;
  border-bottom: 0;
}

.main-nav-container {
  background: white;
  display: none;
}
@media (min-width: 70em) {
  .main-nav-container {
    display: block;
    float: left;
    width: 100%;
    background: inherit;
    overflow: visible;
  }
}
.main-nav-container .nav-wrapper {
  display: block;
  float: left;
  width: 100%;
  background: white;
  overflow: visible;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 45em) {
  .main-nav-container .nav-wrapper {
    background: none;
  }
}
@media (max-width: 70em) {
  .main-nav-container .nav-wrapper {
    position: relative;
  }
}
.main-nav-container .nav-wrapper .column {
  position: relative;
  padding: 0;
}
@media (min-width: 70em) {
  .main-nav-container .nav-wrapper .column {
    top: 1px;
    margin-top: 0px;
  }
}
.main-nav-container .nav-wrapper .column > .desk-sticky {
  width: 0;
  display: none;
}
.main-nav-container .nav-wrapper .column .main-nav {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  .main-nav-container .nav-wrapper .column .main-nav {
    display: table;
  }
}
.main-nav-container .nav-wrapper .column .main-nav li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #003366;
  height: 41px;
  position: relative;
  top: -1px;
}
@media (min-width: 70em) {
  .main-nav-container .nav-wrapper .column .main-nav li {
    display: table-cell;
    width: auto;
    float: none;
    border-top: none;
    border-bottom: 3px solid transparent;
  }
}
.main-nav-container .nav-wrapper .column .main-nav li a {
  display: block;
  float: left;
  width: 100%;
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
  text-align: left;
  padding: 10px 20px;
}
@media (min-width: 70em) {
  .main-nav-container .nav-wrapper .column .main-nav li a {
    text-align: center;
    padding: 13px 5px 8px;
    font-size: 16px;
    line-height: 20px;
  }
}
.main-nav-container .nav-wrapper .column .main-nav li a span {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxBold',sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-style: initial;
}
@media (min-width: 70em) {
  .main-nav-container .nav-wrapper .column .main-nav li.active, .main-nav-container .nav-wrapper .column .main-nav li.h-active, .main-nav-container .nav-wrapper .column .main-nav li:hover, .main-nav-container .nav-wrapper .column .main-nav li:focus {
    border-bottom: 3px solid #ffcc33;
  }
}
.main-nav-container .nav-wrapper .column .main-nav li.active a, .main-nav-container .nav-wrapper .column .main-nav li.h-active a, .main-nav-container .nav-wrapper .column .main-nav li:hover a, .main-nav-container .nav-wrapper .column .main-nav li:focus a {
  text-decoration: none;
}
.main-nav-container .nav-wrapper .column .main-nav li.active a span, .main-nav-container .nav-wrapper .column .main-nav li.h-active a span, .main-nav-container .nav-wrapper .column .main-nav li:hover a span, .main-nav-container .nav-wrapper .column .main-nav li:focus a span {
  color: #ffcc33;
}
.main-nav-container .nav-wrapper .column .menu-toggle {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .main-nav-container .nav-wrapper .column .menu-toggle {
    display: none;
  }
}

.subnav {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .subnav {
    margin-bottom: 20px;
  }
}
@media (min-width: 70em) {
  .subnav {
    padding: 0;
  }
}
.subnav h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
  line-height: 41px;
  text-transform: uppercase;
  background: #E6E8E6;
  padding: 15px 20px 11px;
  margin-bottom: 10px;
  line-height: 18px;
}
@media (min-width: 70em) {
  .subnav h2 {
    display: none;
  }
}
.subnav h2:before {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #444;
  font-size: 24px;
  top: -2px;
  left: -5px;
  position: relative;
  display: block;
  float: left;
  width: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}
.subnav .column ul {
  display: none;
}
.subnav .column ul li {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 0;
  padding: 0;
}
.subnav .column ul li.open > ul {
  display: block;
}
.subnav .column ul li.open > button span {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  border-left: none;
}
.subnav .column ul li.active > a {
  border-left: 3px solid #b89a68;
}
.subnav .column > ul {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  width: 265px;
  overflow-y: auto;
}
@media (min-width: 45em) {
  .subnav .column > ul {
    width: 370px;
  }
}
.subnav .column > ul h3 {
  display: block;
  float: left;
  width: 100%;
  padding: 11px 20px;
  color: #fff;
}
.subnav .column > ul > a {
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxBold',sans-serif;
  color: #ffcc33;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  text-transform: uppercase;
  position: relative;
}
.subnav .column > ul > a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: -10px;
  color: #fff;
}
.subnav .column > ul > a:before {
  left: 10px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.subnav .column > ul > li {
  display: block;
  float: left;
  width: 100%;
}
.subnav .column > ul > li button {
  background: none;
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 0;
  border: none;
  outline: none;
}
.subnav .column > ul > li button span {
  display: block;
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 56px;
  color: #ffcc33;
  cursor: pointer;
  height: 100%;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: transform 0.3s;
}
.subnav .column > ul > li a {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  font-family: 'ITCFranklinGothicBK';
  color: #ccc;
  font-size: 16px;
  line-height: 22px;
  line-height: 21px;
  padding: 17px 20px;
}
.subnav .column > ul > li a.has-sub {
  width: calc(100% - 56px);
}
.subnav .column > ul > li ul {
  float: left;
  width: 100%;
  background: rgba(128, 128, 128, 0.22);
}
.subnav.open > ul {
  display: block;
}
.subnav.open h2:before {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.subnav > ul {
  display: none;
}
@media (min-width: 70em) {
  .subnav > ul {
    display: block;
  }
}
.subnav > ul li a {
  display: block;
  padding: 17px 0 13px 20px;
  background: #E6E8E6;
  border-bottom: 1px solid #fff;
  color: #111;
}
.subnav > ul li ul {
  display: none;
}
.subnav > ul li ul li a {
  padding-left: 30px;
  background: #F2F4F6;
}
.subnav > ul li ul li ul li a {
  padding-left: 40px;
  background: #F9F9F9;
}
.subnav > ul li ul li ul li ul li a {
  padding-left: 50px;
  background: #FDFDFD;
}
.subnav > ul li.active-trail > ul {
  display: block;
}
.subnav > ul li.active {
  font-weight: bold;
}
.subnav > ul li.active li {
  font-weight: normal;
}

#breadcrumb {
  display: block;
  float: left;
  width: 100%;
}
#breadcrumb ul {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px;
}
#breadcrumb ul li {
  display: block;
  float: left;
  width: auto;
  padding-right: 10px;
  font-size: 14px;
}
#breadcrumb ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  font-size: 12px;
  top: 0px;
  padding-right: 10px;
  color: #000;
}
#breadcrumb ul li a {
  color: #000;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}
#breadcrumb ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
#breadcrumb ul li:first-child:before {
  content: none;
}

.subsection {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffcc33;
}
@media (min-width: 70em) {
  .subsection {
    padding: 5px 0 20px;
  }
}
.subsection h3 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  border: none;
}
@media (min-width: 45em) {
  .subsection h3 {
    margin: 0;
  }
}
.subsection img {
  display: block;
  float: left;
  width: 100%;
  padding: 0 20px 20px 0;
}
@media (min-width: 55em) {
  .subsection img {
    width: 35%;
    padding-bottom: 0;
  }
}
.subsection img.LPMimage {
  width: 100% !important;
}
.subsection .container {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 55em) {
  .subsection .container {
    width: 65%;
  }
}
.subsection .container p {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 55em) {
  .subsection .container p {
    padding: 20px 20px 20px 0;
    width: 75%;
  }
}
.subsection .container > div {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 55em) {
  .subsection .container > div {
    width: 25%;
  }
}
.subsection .container > div button {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  background: #003366;
  padding: 15px 45px 15px 20px;
  border: none;
  cursor: pointer;
  position: relative;
}
.subsection .container > div button:after {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: -10px;
  color: inherit;
}
.subsection .container > div button:after {
  right: 20px;
  transition: all .2s;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.subsection .container > div a {
  display: block;
  float: left;
  width: auto;
}
.subsection .subsection-hidden {
  display: none;
}
.subsection .subsection-hidden .container {
  width: 100%;
}
.subsection .subsection-hidden .container h3 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  text-transform: initial;
  margin-top: 30px;
}
.subsection.open .container > div button:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.subsection.open .subsection-hidden {
  display: block;
}
.subsection.open .subsection-hidden > h4 {
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 0px;
  background: #ffcc33;
}
.subsection.open .subsection-hidden .p-list ul li {
  width: 100%;
  padding: 0 20px;
}
.subsection.open .subsection-hidden .p-list ul li:first-child {
  padding-top: 0;
}
.subsection.open .subsection-hidden .p-list ul li:last-child {
  padding-bottom: 0;
}
.subsection.open .subsection-hidden .p-list ul li:last-child .subsection {
  border: none;
}
.subsection .subsection {
  margin-bottom: 0;
}

.p-list {
  display: block;
  float: left;
  width: 100%;
}
.p-list ul {
  display: block;
  float: left;
  width: 100%;
  list-style-type: disc;
  padding: 0 10px;
}
.p-list ul li {
  display: list-item;
  float: left;
  width: calc(100% - 15px);
  margin: 0 0 0 15px;
  padding: 3px 0;
}
.p-list ul li a {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: none;
  width: 100%;
}
.p-list ol {
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  list-style-type: decimal;
}
.p-list ol li {
  display: list-item;
  float: left;
  width: 100%;
  margin: 0 0 0 15px;
  padding: 3px 0;
}
.p-list ol li a {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: none;
  width: 100%;
}
.p-list.nodisc ul {
  list-style-type: none;
  padding: 0;
}
.p-list.nodisc ul li {
  margin: 0;
  width: 100%;
}
.p-list.important-links ul {
  list-style-type: none;
  padding: 0;
}
.p-list.important-links ul li {
  padding: 0;
  margin: 0;
}
.p-list.important-links ul li a {
  text-decoration: underline;
  font-size: 16px;
  line-height: 34px;
}
.p-list.filter-media {
  display: block;
  float: right;
  width: 100%;
  margin: 2px 0;
}
@media (min-width: 45em) {
  .p-list.filter-media {
    width: calc(100% - 250px);
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 70em) {
  .p-list.filter-media {
    width: auto;
  }
}
.p-list.filter-media ul {
  display: block;
  float: right;
  width: 100%;
}
@media (min-width: 45em) {
  .p-list.filter-media ul {
    width: auto;
  }
}
.p-list.filter-media ul li {
  display: block;
  float: left;
  width: 100%;
  margin-left: 5px;
}
@media (min-width: 45em) {
  .p-list.filter-media ul li {
    width: auto;
  }
}
.p-list.filter-media ul li a {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 0;
}
.p-list.news-listing ul li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e9ed;
}
.p-list.news-listing ul li:first-child .imgtitle {
  padding-top: 0;
}
.p-list.news-listing ul li:last-child {
  border: none;
}
.p-list.blog-listing ul li {
  border-bottom: 1px solid #e6e9ed;
  width: 100%;
  padding: 24px 0 20px 0;
}
.p-list.blog-listing ul li:first-child {
  padding-top: 0;
}
.p-list.blog-listing ul li:last-child {
  border: none;
}
.p-list.blog-listing ul li .text-image-intro {
  font-size: 14px;
  line-height: 20px;
  color: #444;
}
.p-list.blog-listing ul li .text-image-intro h4 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  line-height: 20px;
  text-transform: initial;
  padding: 0 0 6px 0;
}
.p-list.events-listing ul {
  padding: 0px;
}
.p-list.events-listing ul li {
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.p-list.events-listing ul li:first-child {
  padding-top: 0;
}
.p-list.events-listing ul li:nth-child(5) {
  display: none;
}
@media (min-width: 45em) {
  .p-list.events-listing ul li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 70em) {
  .p-list.events-listing ul li:nth-child(3), .p-list.events-listing ul li:nth-child(4), .p-list.events-listing ul li:nth-child(5) {
    display: block;
  }
}
.p-list.social ul {
  list-style-type: none;
  padding: 0;
}
.p-list.social ul li {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0 20px 0 0;
}
.p-list.social ul li a span {
  font-size: 30px;
}
.p-list.academic-catalog > ul > li {
  list-style-type: none;
  margin: 0;
}
.p-list.academic-catalog > ul > li h4 {
  border-bottom: 1px solid #ffcc33;
}
.p-list.carot > ul > li {
  list-style-type: none;
  padding-left: 0;
}
.p-list.carot > ul > li:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #003366;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 10px;
  top: -2px;
  position: relative;
}

.profile img {
  float: left;
  width: 100px;
}
.profile .container {
  width: calc(100% - 100px);
  float: left;
  padding: 0 20px;
}

.promo-event a {
  display: block;
  float: none;
  width: 300px;
  margin: auto;
  text-align: center;
  max-width: 100%;
}
.promo-event a .date {
  display: block;
  float: left;
  width: 100px;
  background: #003366;
  padding: 10px 0px;
  position: relative;
}
.promo-event a .date .weekday {
  display: block;
  float: left;
  width: 51%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #ffcc33;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  text-transform: uppercase;
}
.promo-event a .date .month {
  display: block;
  float: left;
  width: 51%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  text-transform: uppercase;
}
.promo-event a .date .day {
  display: block;
  float: left;
  width: 49%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 2px;
  right: 10px;
}
.promo-event a .info {
  display: block;
  float: left;
  width: calc(100% - 100px);
}
.promo-event a .info h3 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  border-bottom: none;
  float: left;
  margin: 0;
  padding: 2px 0 6px 20px;
  line-height: 20px;
}
.promo-event a .info p {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 10px;
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 14px;
  line-height: 20px;
  line-height: 18px;
  padding: 0 10px 0 20px;
}
.promo-event a:hover {
  text-decoration: none;
}
.promo-event.tall a .date {
  width: 50px;
  padding-bottom: 0;
}
.promo-event.tall a .date .weekday {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
}
.promo-event.tall a .date .month {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
}
.promo-event.tall a .date .day {
  position: relative;
  width: 100%;
  top: initial;
  right: initial;
  font-size: 38px;
  line-height: 38px;
  padding-bottom: 5px;
}
.promo-event.tall a .info {
  width: calc(100% - 50px);
}

.ui-accordion {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.ui-accordion h3 {
  padding: 10px 20px;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: uppercase;
  background: #003366;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  outline: none;
  margin: 0;
  position: relative;
  padding-right: 20px;
}
.ui-accordion h3.ui-state-active {
  background: #ffcc33;
  color: #003366;
}
.ui-accordion h3.ui-state-active:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.ui-accordion h3:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.ui-accordion h3:after {
  right: 20px;
  font-size: 20px;
  top: calc(50% - 12px);
}
.ui-accordion .ui-accordion-content {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ffcc33;
  border-top: 0;
  margin-bottom: 2px;
}
.ui-accordion .ui-accordion-content p {
  float: none;
}

.ui-tabs {
  display: block;
  float: left;
  width: 100%;
  margin: 40px 0;
}
.ui-tabs .ui-tabs-nav {
  display: table;
  width: 100%;
}
.ui-tabs .ui-tabs-nav > li {
  display: block;
  float: left;
  width: auto;
  color: #fff;
  border-right: 2px solid #fff;
}
.ui-tabs .ui-tabs-nav > li:last-child {
  border-right: none;
}
.ui-tabs .ui-tabs-nav > li.ui-tabs-active a, .ui-tabs .ui-tabs-nav > li.ui-state-active a {
  background: #003366;
}
.ui-tabs .ui-tabs-nav > li.ui-tabs-active a h3, .ui-tabs .ui-tabs-nav > li.ui-state-active a h3 {
  color: #fff;
  background: #003366;
}
.ui-tabs .ui-tabs-nav > li a {
  display: block;
  float: left;
  width: 100%;
  outline: none;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #ffcc33;
}
.ui-tabs .ui-tabs-nav > li a span {
  display: block;
  float: left;
  width: 100%;
}
.ui-tabs .ui-tabs-nav > li a h3 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 0;
  margin: 0;
  padding: 5px 0;
}
@media (min-width: 55em) {
  .ui-tabs .ui-tabs-nav > li a h3 {
    padding: 15px;
  }
}
@media (min-width: 70em) {
  .ui-tabs .ui-tabs-nav > li a h3 {
    padding: 20px;
  }
}
.ui-tabs .ui-tabs-panel {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border: 2px solid #003366;
}
.ui-tabs#tab-1 {
  margin: 0;
  padding: 40px 0px;
  overflow: hidden;
}
@media (min-width: 45em) {
  .ui-tabs#tab-1 {
    max-height: 444px;
    padding: 0;
  }
}
.ui-tabs#tab-1 .ui-tabs-nav > li {
  width: 25%;
}
.ui-tabs#tab-1 .ui-tabs-nav > li a h3 {
  padding: 20px 0;
}
.ui-tabs#tab-1 .ui-tabs-panel {
  display: block;
  float: left;
  width: 100%;
  padding: 0px;
  border: none;
}
.ui-tabs#tab-1 .ui-tabs-panel iframe {
  display: block;
  float: left;
  width: 100%;
}
.ui-tabs#tab-1 .ui-tabs-panel#tabs-4 {
  height: 384px;
  overflow: auto;
}

#tab-3 {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  #tab-3 {
    margin: 0px 0 100px 0;
  }
}
#tab-3 .ui-tabs-panel {
  position: relative;
}
#tab-3 .tabs-container .contents.open-desk {
  padding-bottom: 0;
}

.matrix {
  display: block;
  float: left;
  width: 100%;
}
.matrix.halves > div {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .matrix.halves > div {
    width: 50%;
  }
}
.matrix.thirds > div {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .matrix.thirds > div {
    width: 33.3333%;
  }
}
.matrix.fourths > div {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .matrix.fourths > div {
    width: 25%;
  }
}
.matrix.fifths > div {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .matrix.fifths > div {
    width: 20%;
  }
}
@media (max-width: 45em) {
  .matrix.events > div, .matrix.factoids > div {
    display: none;
  }
  .matrix.events > div:first-child, .matrix.factoids > div:first-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 55em) {
  .matrix.small > div {
    width: 100%;
    padding: 0;
  }
}
.matrix.program {
  margin-bottom: 30px;
}
.matrix.program > div {
  margin-bottom: 30px;
}
@media (min-width: 45em) {
  .matrix.program > div:nth-child(3n+1) {
    padding: 0px 10px 0px 0;
  }
  .matrix.program > div:nth-child(3n+3) {
    padding: 0px 0 0px 10px;
  }
}
.matrix.generic-cta > div {
  padding: 20px 0;
}
@media (min-width: 45em) {
  .matrix.generic-cta > div {
    padding: 0px 5px 30px;
  }
  .matrix.generic-cta > div:nth-child(3n+1) {
    padding: 0px 10px 30px 0;
  }
  .matrix.generic-cta > div:nth-child(3n+3) {
    padding: 0px 0 30px 10px;
  }
}
.matrix.ug-factoids {
  border-top: 1px solid #ffcc33;
  border-bottom: 1px solid #ffcc33;
  margin-bottom: 30px;
}
@media (min-width: 45em) {
  .matrix.ug-factoids.fourths > div {
    width: 50%;
  }
}
@media (min-width: 55em) {
  .matrix.ug-factoids.fourths > div {
    width: 25%;
  }
}
.matrix.ug-factoids.fourths > div .factoid .container {
  padding: 0;
}
.matrix.ug-factoids.fourths > div:first-child {
  padding: 12px 8px 12px 0;
}
.matrix.ug-factoids.fourths > div:nth-child(2) {
  padding: 12px 6px 12px 4px;
}
.matrix.ug-factoids.fourths > div:nth-child(3) {
  padding: 12px 4px 12px 6px;
}
.matrix.ug-factoids.fourths > div:last-child {
  padding: 12px 0 12px 8px;
}
.matrix.overlay-cta.thirds > div {
  padding: 0;
}
@media (min-width: 45em) {
  .matrix.overlay-cta.thirds > div {
    padding: 30px 5px;
  }
  .matrix.overlay-cta.thirds > div:nth-child(3n+1) {
    padding: 30px 10px 30px 0;
  }
  .matrix.overlay-cta.thirds > div:nth-child(3n+3) {
    padding: 30px 0 30px 10px;
  }
}
@media (min-width: 45em) {
  .matrix.ug-admissions > div {
    width: 30%;
  }
  .matrix.ug-admissions > div:first-child {
    width: 50%;
  }
  .matrix.ug-admissions > div:last-child {
    width: 20%;
    padding: 0 0 0 20px;
  }
  .matrix.ug-admissions .text-image-intro.overlay.spotlight {
    padding: 0 20px 0 0;
  }
}
.matrix.ug-admissions-featured > div {
  margin-bottom: 20px;
  padding: 0 3px;
}
.matrix.ug-admissions-featured > div:first-child {
  padding: 0 6px 0 0;
}
.matrix.ug-admissions-featured > div:last-child {
  padding: 0 0 0 6px;
}
.matrix.dropdown > div {
  padding: 10px 0;
}
@media (min-width: 45em) {
  .matrix.dropdown > div {
    padding: 10px 2px;
  }
  .matrix.dropdown > div:first-child {
    padding: 10px 4px 0 0;
  }
  .matrix.dropdown > div:last-child {
    padding: 10px 0 10px 4px;
  }
}
.matrix.dropdown > div .drop-container {
  width: 100%;
  padding: 0;
}
@media (min-width: 45em) {
  .matrix.dropdown > div .drop-container {
    padding: 0;
  }
}
.matrix.ug-awards {
  border-top: 1px solid #ffcc33;
  border-bottom: 1px solid #ffcc33;
  margin-bottom: 30px;
}
.matrix.program-specifics {
  margin-bottom: 20px;
}
.matrix.program-specifics .p-list ul li {
  border-left: 1px solid #ffcc33;
}
.matrix.program-specifics .p-list ul li h3 {
  color: #111;
  margin: 0 0 0 15px;
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  border:none;
}
.matrix.program-specifics .p-list ul li a {
  position: relative;
  margin-left: 25px;
  font-size: 14px;
  width: 75%;
  width: calc(100% - 25px);
}
.matrix.program-specifics .p-list ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  left: -10px;
  color: #003366;
}

.addthis_sharing_toolbox {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}
@media (min-width: 70em) {
  .addthis_sharing_toolbox {
    padding: 0;
  }
}

.factoid {
  display: block;
  float: left;
  width: 100%;
}
.factoid .container {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  display: block;
  float: none;
  width: 220px;
  margin: auto;
  text-align: center;
  padding: 30px 20px 20px;
  max-width: 100%;
  text-transform: uppercase;
}
@media (min-width: 70em) {
  .factoid .container {
    width: 300px;
  }
}
.factoid .container span {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 86px;
  line-height: 92px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 110px;
  display: block;
  float: left;
  width: 100%;
  text-transform: none;
}
.factoid .container span span {
  font-size: 40px;
  line-height: 40px;
  width: auto;
  float: none;
  display: inline;
}
.factoid .container hr {
  width: 50px;
  margin: 20px auto;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.factoid.dark .container {
  background: #003366;
}

.drop-container {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  position: relative;
}
@media (min-width: 45em) {
  .drop-container {
    padding: 0 10px 0 0;
    width: auto;
  }
}
.drop-container ul {
  display: none;
  float: left;
  width: 100%;
  z-index: 2;
  background: #fff;
  border: 1px solid #ffcc33;
}
.drop-container ul li {
  display: block;
  float: left;
  width: 100%;
}
.drop-container ul li a {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 5px;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
}
.drop-container ul li:last-child a {
  border: none;
}
.drop-container .dropdown {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #444;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding-right: 20px;
  border: 1px solid #003366;
  outline: none;
  padding: 15px 30px 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.drop-container .dropdown:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: inherit;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.drop-container .dropdown:after {
  top: calc(50% - 12px);
  font-size: 16px;
}
.drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.drop-container.open ul {
  display: block;
  position: relative;
  top: 100%;
}
@media (min-width: 45em) {
  .drop-container.open ul {
    position: absolute;
  }
}
.drop-container.light .dropdown {
  color: #003366;
  background: #eee;
  border-color: #003366;
}
.drop-container.dark .dropdown {
  color: #fff;
  background: #003366;
  border-color: #003366;
}
.drop-container.dark.open .dropdown {
  background: #ffcc33;
  border-color: #ffcc33;
  color: #003366;
}

.text-image-intro {
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.hovertext {
  position: relative;
  overflow: hidden;
}
.text-image-intro.hovertext img {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #fff;
}
.text-image-intro.hovertext a {
  background: rgba(0, 51, 102, 0.75);
  position: absolute;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  height: 100%;
  transition: all 0.2s;
}
@media (min-width: 45em) {
  .text-image-intro.hovertext a {
    background: none;
  }
}
.text-image-intro.hovertext a:hover {
  background: rgba(0, 51, 102, 0.75);
  position: absolute;
}
.text-image-intro.hovertext a:hover h2 {
  bottom: initial;
  top: 20%;
  color: #fff;
}
@media (min-width: 45em) {
  .text-image-intro.hovertext a:hover h2 {
    top: 10%;
  }
}
@media (min-width: 55em) {
  .text-image-intro.hovertext a:hover h2 {
    top: 20%;
  }
}
.text-image-intro.hovertext a:hover p {
  bottom: 10%;
}
.text-image-intro.hovertext a:hover p:after {
  content: '';
}
.text-image-intro.hovertext a h2 {
  bottom: initial;
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 0 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border: none;
  text-transform: initial;
  transition: all 0.2s;
  top: 20%;
  color: #fff;
  font-size: 32px;
}
@media (min-width: 45em) {
  .text-image-intro.hovertext a h2 {
    bottom: -100%;
    font-size: 20px;
    line-height: 26px;
    top: initial;
  }
}
@media (min-width: 70em) {
  .text-image-intro.hovertext a h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-image-intro.hovertext a p {
  display: none;
  font-family: 'Arial',sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 10%;
  width: 100%;
  background: none;
  text-transform: initial;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  transition: all 0.2s;
  text-align: center;
}
.text-image-intro.hovertext a p:after {
  content: '';
}
@media (min-width: 45em) {
  .text-image-intro.hovertext a p {
    display: block;
    bottom: -100%;
    line-height: 18px;
  }
}
@media (min-width: 55em) {
  .text-image-intro.hovertext a p {
    font-size: 16px;
  }
}
.text-image-intro.overlayv2 {
  margin-bottom: 20px;
}
.text-image-intro.overlayv2 a img {
  width: 100%;
}
.text-image-intro.overlayv2 a h2 {
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: left;
  width: 100%;
  background: #E66224;
  font-style: italic;
  padding: 10px;
  text-transform: initial;
}
.text-image-intro.overlay {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 45em) {
  .text-image-intro.overlay {
    padding: 0;
  }
}
.text-image-intro.overlay a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.text-image-intro.overlay img {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.text-image-intro.overlay .tag h3 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 48px;
  position: absolute;
  background: #ffcc33;
  width: auto;
  padding: 0px 20px;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  border: none;
  margin: 20px 0;
}
.text-image-intro.overlay .tag h3:after {
  content: '';
  position: absolute;
  border: 0px solid #ffcc33;
  border-right-color: transparent;
  bottom: 0px;
  right: -12px;
  border-width: 24px;
  border-right-width: 12px;
  border-left-width: 0;
}
.text-image-intro.overlay .container {
  display: block;
  float: left;
  width: 100%;
  bottom: 0;
  background: #003366;
  position: relative;
}
@media (min-width: 55em) {
  .text-image-intro.overlay .container {
    background: rgba(0, 51, 102, 0.75);
    position: absolute;
  }
}
.text-image-intro.overlay .container p {
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px 20px 20px;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.text-image-intro.overlay .container h2 {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 20px 0 20px;
  margin: 0;
  border-bottom: 0;
}
.text-image-intro.overlay .container ul li .drop-container {
  width: 100%;
}
.text-image-intro.overlay .container ul li .drop-container .dropdown {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 22px;
  line-height: 28px;
  line-height: 22px;
  width: 100%;
  text-align: left;
  background: #cdaa74;
  border: none;
  border-radius: 0;
  text-transform: none;
  position: relative;
  padding-right: 20px;
}
.text-image-intro.overlay .container ul li .drop-container .dropdown:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  position: absolute;
  padding: 0 10px;
  top: calc(50% - 6px);
  color: #444;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  transition: all .2s;
}
.text-image-intro.overlay .container ul li .drop-container .dropdown:after {
  content: "\f054";
  right: 5px;
  top: calc(50% - 9px);
  font-size: 18px;
}
.text-image-intro.overlay .container ul li .drop-container ul {
  width: 100%;
}
.text-image-intro.overlay .container ul li .drop-container.open .dropdown:after {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
@media (min-width: 45em) {
  .text-image-intro.overlay.spotlight {
    padding: 0 20px;
  }
}
.text-image-intro.overlay.spotlight .container h2 {
  font-size: 30px;
  line-height: 34px;
}
.text-image-intro.imgtitle {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.text-image-intro.imgtitle a {
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.imgtitle img {
  display: none;
  padding-right: 20px;
}
@media (min-width: 70em) {
  .text-image-intro.imgtitle img {
    display: block;
    float: left;
    width: 90px;
  }
}
.text-image-intro.imgtitle h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 70em) {
  .text-image-intro.imgtitle h2 {
    width: calc(100% - 120px);
  }
}
.text-image-intro.linkimg h2 {
  border-bottom: 1px solid #ffcc33;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.text-image-intro.linkimg a img {
  max-width: 100%;
}
.text-image-intro.generic {
  border-bottom: 2px solid #003366;
  padding-bottom: 10px;
}
.text-image-intro.generic img {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #ffcc33;
}
.text-image-intro.generic .container {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
}
.text-image-intro.generic .container h2 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 0;
}
.text-image-intro.generic .container p {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  margin: 5px 0 0 0;
}
.text-image-intro.generic .container ul {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}
.text-image-intro.genericv2 {
  padding: 20px;
}
.text-image-intro.genericv2 img {
  display: block;
  margin: auto;
}
.text-image-intro.genericv2 .container {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
}
.text-image-intro.genericv2 .container h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 0;
  text-align: center;
}
.text-image-intro.genericv2 .container p {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.text-image-intro.promo h2 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  text-transform: initial;
}
.text-image-intro.promo hr {
  display: block;
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffcc33;
  position: relative;
}
.text-image-intro.promo .container .intro {
  font-family: 'ITCFranklinGothicBK';
  color: #444;
  font-size: 16px;
  line-height: 22px;
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.promo h3{
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  border:0;
  margin:0;
}
.text-image-intro.promo .container .intro a {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 18px;
  line-height: 24px;
}
.text-image-intro.promo .container > a {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: auto;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
}
.text-image-intro.promo .container > a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: -10px;
  color: #003366;
}
.text-image-intro.promo.dark {
  padding: 10px 20px;
  background: #003366;
}
.text-image-intro.promo.dark h2 {
  color: #fff;
  font-weight: normal;
}
.text-image-intro.promo.dark .container .intro {
  color: #fff;
}
.text-image-intro.promo.dark .container > a {
  color: #ffcc33;
}
.text-image-intro.promo.dark .container > a:after {
  color: #ffcc33;
}
.text-image-intro.promo.light {
  padding: 10px 20px;
  background: #E6E8E6;
}
.text-image-intro.promo.light .container h2 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #003366;
  font-weight: normal;
}
.text-image-intro.promo.light .container .intro {
  color: #444;
}
.text-image-intro.promo.light .container > a {
  color: #003366;
}
.text-image-intro.promo.light .container > a:after {
  color: #003366;
}
.text-image-intro.promo.wrap img {
  float: left;
  padding-right: 10px;
}
.text-image-intro.promo.wrap .container .intro {
  display: inline;
  float: none;
}
.text-image-intro.button {
  display: block;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  transition: all .2s;
}
.text-image-intro.button a {
  position: relative;
  display: block;
}
.text-image-intro.button a img {
  display: block;
  float: left;
  width: 100%;
  width: 100%;
}
.text-image-intro.button a .container {
  display: table;
  width: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  padding: 5vw;
  text-align: center;
  margin: auto;
  background: none;
}
@media (min-width: 45em) {
  .text-image-intro.button a .container {
    padding: 15px 20px;
  }
}
.text-image-intro.button a .container span {
  font-size: 30px;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding-right: 10px;
}
@media (min-width: 45em) {
  .text-image-intro.button a .container span {
    font-size: 16px;
  }
}
.text-image-intro.button a .container p {
  display: block;
  float: left;
  width: auto;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #444;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 45em) {
  .text-image-intro.button a .container p {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-image-intro.button.light a {
  background: #ffcc33;
}
.text-image-intro.button.light a .container span {
  color: #003366;
}
.text-image-intro.button.light a .container p {
  color: #003366;
}
.text-image-intro.button.dark a {
  background: #003366;
}
.text-image-intro.button.dark a .container span {
  color: #fff;
}
.text-image-intro.button.dark a .container p {
  color: #fff;
}
.text-image-intro.button.dropdown a .container p:after {
  content: '\f067';
  font-family: FontAwesome;
  color: #ffcc33;
  position: absolute;
  right: 0px;
  top: 15px;
  top: calc(50% - 15px);
  top: -webkit-calc(50% - 15px);
  font-size: 20px;
}
.text-image-intro.button.dropdown.open .container p:after {
  content: '\f068';
}
.text-image-intro.button.dropdown.open form {
  display: block;
  float: left;
  width: 100%;
}
.text-image-intro.button.dropdown form {
  display: none;
  padding: 20px;
  background: #003366;
}
.text-image-intro.button.dropdown form label {
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: normal;
}
.text-image-intro.button.dropdown form input {
  display: block;
  float: left;
  width: 100%;
  padding: 7px;
  margin-bottom: 10px;
}
.text-image-intro.button.dropdown form .submit {
  float: right;
  width: 100px;
  background: #ffcc33;
  color: #003366;
  border: none;
  border-radius: 0;
}
.text-image-intro.more-news {
  width: 100%;
  margin: 20px auto;
}
.text-image-intro.more-news a .container p {
  text-align: center;
  float: none;
}

#cboxTitle {
  bottom: 18px;
}

#cboxContent {
  border-radius: 0;
  height: auto !important;
  max-width: 80%;
  max-width: -webkit-calc(100vw - 70px);
  max-width: calc(100vw - 70px);
}
#cboxContent .cboxPhoto {
  max-width: 100% !important;
  height: auto !important;
}

#cboxLoadedContent {
  max-width: 100% !important;
  height: auto !important;
}

#cboxClose {
  top: 0;
}

html #cboxNext {
  right: 0;
  left: initial;
}

html #cboxCurrent {
  font-family: 'ITCFranklinGothicBK';
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  line-height: 16px;
  display: block;
  float: left;
  width: 100%;
  left: 0;
  text-align: center;
}

.cbox-title .container {
  margin-bottom: 24px;
  position: relative;
  background: rgba(0, 51, 102, 0.75);
}
.cbox-title .container h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding: 5px 20px;
  text-align: left;
}
.cbox-title .container h2 span {
  color: #ffcc33;
}
.cbox-title .container p {
  padding: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  height: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev .fa, .owl-carousel .owl-controls .owl-nav .owl-next .fa {
  opacity: .5;
}
.owl-carousel .owl-controls .owl-nav .owl-prev .fa:hover, .owl-carousel .owl-controls .owl-nav .owl-next .fa:hover {
  opacity: 1;
}
.owl-carousel.carousel, .owl-carousel.carousel-2, .owl-carousel.carousel-gallery {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}
.owl-carousel.carousel .owl-controls .owl-nav .owl-prev, .owl-carousel.carousel-2 .owl-controls .owl-nav .owl-prev, .owl-carousel.carousel-gallery .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0%;
  font-size: 40px;
  color: #ccc;
}
@media (min-width: 55em) {
  .owl-carousel.carousel .owl-controls .owl-nav .owl-prev, .owl-carousel.carousel-2 .owl-controls .owl-nav .owl-prev, .owl-carousel.carousel-gallery .owl-controls .owl-nav .owl-prev {
    top: 40%;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
  }
}
.owl-carousel.carousel .owl-controls .owl-nav .owl-next, .owl-carousel.carousel-2 .owl-controls .owl-nav .owl-next, .owl-carousel.carousel-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0%;
  font-size: 40px;
  color: #ccc;
}
@media (min-width: 55em) {
  .owl-carousel.carousel .owl-controls .owl-nav .owl-next, .owl-carousel.carousel-2 .owl-controls .owl-nav .owl-next, .owl-carousel.carousel-gallery .owl-controls .owl-nav .owl-next {
    top: 40%;
    top: -webkit-calc(50% - 40px);
    top: calc(50% - 40px);
  }
}
.owl-carousel.carousel .owl-controls .owl-dots, .owl-carousel.carousel-2 .owl-controls .owl-dots, .owl-carousel.carousel-gallery .owl-controls .owl-dots {
  display: table;
  height: 10px;
  bottom: 0;
  margin: auto;
  position: relative;
}
.owl-carousel.carousel .owl-controls .owl-dots .owl-dot, .owl-carousel.carousel-2 .owl-controls .owl-dots .owl-dot, .owl-carousel.carousel-gallery .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 3px;
}
.owl-carousel.carousel .owl-controls .owl-dots .owl-dot span, .owl-carousel.carousel-2 .owl-controls .owl-dots .owl-dot span, .owl-carousel.carousel-gallery .owl-controls .owl-dots .owl-dot span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: #ccc;
}
.owl-carousel.carousel .owl-controls .owl-dots .owl-dot.active span, .owl-carousel.carousel-2 .owl-controls .owl-dots .owl-dot.active span, .owl-carousel.carousel-gallery .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #003366;
}
.owl-carousel.carousel .owl-item img, .owl-carousel.carousel-2 .owl-item img, .owl-carousel.carousel-gallery .owl-item img {
  border-right: 1px solid #fff;
}
.owl-carousel.carousel-2 {
  padding: 0;
}
.owl-carousel.carousel-2 .owl-stage-outer {
  border-bottom: 1px solid #ffcc33;
}
.owl-carousel.featured {
  margin: auto;
  position: relative;
  overflow: hidden;
}
.owl-carousel.featured .owl-stage-outer {
  background: #003366;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide {
  overflow: hidden;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide img {
  width: 100%;
  height: auto;
  margin: auto;
  min-width: 100%;
}
@media (min-width: 45em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide img {
    min-height: 100%;
    min-width: 100%;
  }
}
@media (min-width: 70em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide img {
    min-height: 100%;
    width: auto;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column {
  display: table;
  height: 100%;
  padding: 0;
  width: 100%;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container {
  vertical-align: bottom;
  display: none;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container {
    padding: 20px;
    vertical-align: middle;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.1s;
    opacity: 0;
    width: 55%;
    max-width: 400px;
    padding-bottom: 30px;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content a:hover {
  text-decoration: none;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content h2 {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  line-height: 32px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 45em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content p {
  font-family: 'ITCFranklinGothicBK';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: none;
  margin-bottom: 0;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .content p {
    display: block;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .read-more {
  display: none;
  background: #ffcc33;
  padding: 12px 30px 12px 30px;
  float: left;
  margin-top: 40px;
  margin-left: 105px;
  font-size: 20px;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .read-more {
    display: block;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide .wrapper .column .container .read-more:after {
  content: '';
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.left .wrapper .column .container .content {
    left: -100px;
    text-align: left;
    margin: 0 40px;
    position: relative;
  }
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.left .wrapper .column .container .content .read-more {
    margin-left: -30px;
  }
}
@media (min-width: 1300px) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.left .wrapper .column .container .content {
    margin: 0;
  }
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.right .wrapper .column .container .content {
    right: -100px;
    float: right;
    text-align: right;
    margin: 0 40px 56px;
    position: relative;
  }
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.right .wrapper .column .container .content .read-more {
    position: absolute;
    clear: both;
    right: 0;
  }
}
@media (min-width: 1300px) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item .slide.right .wrapper .column .container .content {
    margin: 0;
  }
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item.active .slide .wrapper {
  background: none;
}
.owl-carousel.featured .owl-stage-outer .owl-stage .owl-item.active .slide .wrapper .column .container {
  display: table-cell;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item.active.slide-visible .slide.left .wrapper .column .container .content {
    left: 0;
  }
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item.active.slide-visible .slide.right .wrapper .column .container .content {
    right: 0;
  }
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-stage-outer .owl-stage .owl-item.active.slide-visible .slide .wrapper .column .container .content {
    opacity: 1;
  }
}
.owl-carousel.featured .owl-controls .owl-nav {
  color: white;
  opacity: 1;
  font-size: 40px;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-controls .owl-nav {
    font-size: 100px;
  }
}
.owl-carousel.featured .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.5s ease;
  background: none;
  min-width: 40px;
}
@media (min-width: 45em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-prev {
    min-width: 60px;
  }
}
.owl-carousel.featured .owl-controls .owl-nav .owl-prev:hover {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
.owl-carousel.featured .owl-controls .owl-nav .owl-prev:hover .fa {
  opacity: 1;
}
.owl-carousel.featured .owl-controls .owl-nav .owl-prev .fa {
  position: absolute;
  top: 40%;
  display: block;
  vertical-align: middle;
  left: 5px;
  opacity: 1;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-prev .fa {
    left: initial;
    right: 0;
    opacity: 0.5;
  }
}
@media (min-width: 70em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-prev {
    top: 0;
    left: 0;
    width: 13%;
    max-width: 60px;
  }
}
.owl-carousel.featured .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  background: none;
  min-width: 40px;
}
@media (min-width: 45em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-next {
    min-width: 60px;
  }
}
.owl-carousel.featured .owl-controls .owl-nav .owl-next:hover {
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
.owl-carousel.featured .owl-controls .owl-nav .owl-next:hover .fa {
  opacity: 1;
}
.owl-carousel.featured .owl-controls .owl-nav .owl-next .fa {
  position: absolute;
  top: 40%;
  display: block;
  vertical-align: middle;
  right: 5px;
  opacity: 1;
}
@media (min-width: 55em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-next .fa {
    right: initial;
    left: 0;
    opacity: 0.5;
  }
}
@media (min-width: 70em) {
  .owl-carousel.featured .owl-controls .owl-nav .owl-next {
    top: 0;
    right: 0;
    width: 13%;
    max-width: 60px;
  }
}
.owl-carousel.featured .owl-controls .owl-dots {
  display: table;
  height: 10px;
  bottom: 0;
  margin: auto;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.owl-carousel.featured .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 3px;
}
.owl-carousel.featured .owl-controls .owl-dots .owl-dot span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.owl-carousel.featured .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
}
@media (min-width: 1300px) {
  .owl-carousel.featured.featured-inner .owl-stage-outer .owl-stage .owl-item .slide.left .wrapper .column .container .content {
    margin: 0 56px;
  }
}
@media (min-width: 1300px) {
  .owl-carousel.featured.featured-inner .owl-stage-outer .owl-stage .owl-item .slide.right .wrapper .column .container .content {
    margin: 0 56px;
  }
}
.owl-carousel.student-life {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 55em) {
  .owl-carousel.student-life {
    margin-bottom: -145px;
  }
}
@media (min-width: 70em) {
  .owl-carousel.student-life {
    margin-bottom: 0;
  }
}
.owl-carousel.student-life .owl-stage-outer {
  border-bottom: 1px solid #ffcc33;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul {
  padding: 0;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
}
@media (min-width: 25em) {
  .owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li {
    width: 50%;
  }
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro {
  padding: 0;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay a:focus {
  outline: 2px dotted #ffcc33;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay a .container {
  position: absolute;
  background: rgba(0, 51, 102, 0.75);
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay a .container h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-weight: normal;
  padding: 5px 20px;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay a .container h2 span {
  color: #ffcc33;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay a .container p {
  padding: 0;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide ul li .text-image-intro.overlay:hover a .container {
  background: rgba(0, 51, 102, 0.9);
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide.slide-left ul li {
  display: block;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide.slide-left ul li:first-child {
  display: block;
  width: 100%;
}
.owl-carousel.student-life .owl-stage-outer .owl-stage .owl-item .slide.slide-right ul li:last-child {
  display: block;
  width: 100%;
}
.owl-carousel.student-life .owl-controls {
  margin: auto;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}
@media (min-width: 70em) {
  .owl-carousel.student-life .owl-controls {
    position: absolute;
    bottom: 0;
  }
}
.owl-carousel.student-life .owl-controls .owl-nav .owl-prev {
  display: block;
  float: left;
  width: auto;
  position: relative;
  left: -100vw;
  color: #003366;
  font-size: 40px;
}
@media (min-width: 55em) {
  .owl-carousel.student-life .owl-controls .owl-nav .owl-prev {
    font-size: 140px;
    left: -100vw;
    color: #fff;
    top: -290px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}
.owl-carousel.student-life .owl-controls .owl-nav .owl-next {
  display: block;
  float: right;
  width: auto;
  position: relative;
  right: -100vw;
  color: #003366;
  font-size: 40px;
}
@media (min-width: 55em) {
  .owl-carousel.student-life .owl-controls .owl-nav .owl-next {
    font-size: 140px;
    right: -100vw;
    color: #fff;
    top: -290px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
}
.owl-carousel.student-life .owl-controls .owl-dots {
  display: table;
  height: 10px;
  bottom: 0;
  margin: auto;
  position: relative;
}
@media (min-width: 70em) {
  .owl-carousel.student-life .owl-controls .owl-dots {
    top: 140px;
  }
}
.owl-carousel.student-life .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 3px;
}
.owl-carousel.student-life .owl-controls .owl-dots .owl-dot span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.owl-carousel.student-life .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #003366;
}
.owl-carousel.student-life:hover .owl-controls .owl-nav .owl-prev {
  left: 2%;
}
.owl-carousel.student-life:hover .owl-controls .owl-nav .owl-next {
  right: 2%;
}
.owl-carousel.generic .owl-stage-outer {
  background: #003366;
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide img {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 55em) {
  .owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide img {
    width: 70%;
  }
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container {
  display: block;
  float: left;
  width: 100%;
  padding: 40px;
  background: #003366;
}
@media (min-width: 55em) {
  .owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container {
    width: 30%;
    position: absolute;
    right: 0;
  }
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container h2 {
  color: #fff;
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container hr {
  border-color: #ffcc33;
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container p {
  color: #fff;
  max-height: 145px;
  overflow: hidden;
  line-height: 24px;
}
.owl-carousel.generic .owl-stage-outer .owl-stage .owl-item .slide .container a {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  float: left;
  width: auto;
  background: #ffcc33;
  padding: 10px 30px;
}
.owl-carousel.generic .owl-controls .owl-nav {
  opacity: 0.5;
}
.owl-carousel.generic .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 2%;
  font-size: 40px;
  color: #fff;
}
.owl-carousel.generic .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 2%;
  font-size: 40px;
  color: #fff;
}
.owl-carousel.generic .owl-controls .owl-dots {
  display: table;
  height: 10px;
  bottom: 0;
  margin: auto;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.owl-carousel.generic .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 3px;
}
.owl-carousel.generic .owl-controls .owl-dots .owl-dot span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.owl-carousel.generic .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #fff;
}
.owl-carousel.generic:hover .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel.upcoming-events {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  top: 25px;
  margin-top: -26px;
}
.owl-carousel.upcoming-events .owl-stage-outer {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcc33;
}
.owl-carousel.upcoming-events .owl-stage-outer .owl-stage .owl-item > div {
  display: block;
  float: left;
  width: 100%;
}
.owl-carousel.upcoming-events .owl-stage-outer .owl-stage .owl-item > div .p-list.events-listing ul li:first-child {
  ppadding-top: 10px;
}
.owl-carousel.upcoming-events .owl-controls {
  display: block;
  float: left;
  width: 50px;
}
.owl-carousel.upcoming-events .owl-controls .owl-nav .owl-prev {
  display: block;
  float: left;
  width: auto;
  font-size: 30px;
  color: #003366;
  padding-right: 20px;
}
.owl-carousel.upcoming-events .owl-controls .owl-nav .owl-next {
  display: block;
  float: left;
  width: auto;
  font-size: 30px;
  color: #003366;
}
.owl-carousel.upcoming-events .owl-controls .owl-dots {
  display: none !important;
  height: 10px;
  bottom: 0;
  margin: auto;
  position: relative;
}
.owl-carousel.upcoming-events .owl-controls .owl-dots .owl-dot {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 15px 3px;
}
.owl-carousel.upcoming-events .owl-controls .owl-dots .owl-dot span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  width: 8px;
  margin: 1px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.owl-carousel.upcoming-events .owl-controls .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 0;
  background: #003366;
}
.owl-carousel.upcoming-events .news-listing img {
  max-width: initial;
  width: 120px;
}

.submit-media {
  display: block;
  float: left;
  width: 200px;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: black;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 40px;
}
@media (min-width: 45em) {
  .submit-media {
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 70em) {
  .submit-media {
    padding: 0;
  }
}
.submit-media span {
  color: #003366;
  padding-right: 5px;
}

.address {
  margin-bottom: 10px;
}
.address h3 {
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  border:0;
  margin:0 0 5px 0;
}
.address p {
  margin: 0;
}

.cta-bar {
  background: #ffcc33;
  z-index: 1;
}
.cta-bar .column {
  padding: 0;
}
.cta-bar .column h2 {
  margin: 5px auto 40px;
  color: #222;
  text-align: center;
  font-size: 36px;
}
.cta-bar .column ul {
  display: block;
  float: left;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (min-width: 45em) {
  .cta-bar .column ul {
    width: auto;
    float: none;
  }
}
.cta-bar .column ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
@media (min-width: 45em) {
  .cta-bar .column ul li {
    width: 25%;
    padding: 15px 0;
  }
}
.cta-bar .column ul li a {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  height: 90px;
  padding: 20px 5px 5px 5px;
  background: none;
  border: none;
  border-bottom: 1px solid #fadd86;
}
@media (min-width: 45em) {
  .cta-bar .column ul li a {
    border-left: 2px solid #fadd86;
    border-bottom: 0;
  }
}
.cta-bar .column ul li a .icon-wrap {
  display: block;
  float: left;
  width: auto;
  padding: 0 10px;
  text-align: right;
}
@media (min-width: 45em) {
  .cta-bar .column ul li a .icon-wrap {
    width: 40%;
    padding: 0;
  }
}
.cta-bar .column ul li a .icon-wrap span.fa {
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0;
  background: #003366;
  color: white;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}
.cta-bar .column ul li a div {
  display: block;
  float: left;
  width: 60%;
  padding: 5px 0 0 10px;
  text-align: left;
}
.cta-bar .column ul li a div h3 {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
}
.cta-bar .column ul li a div p {
  font-style: italic;
  text-transform: capitalize;
  float: left;
  margin: 0;
  color: #003366;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 5px 0 0;
}
.cta-bar .column ul li:first-child a {
  border-left: 0;
}
.cta-bar .column ul li:hover {
  background: #003366;
}
.cta-bar .column ul li:hover a {
  border-left: none;
}
.cta-bar .column ul li:hover a .icon-wrap span.fa {
  background: #ffcc33;
}
.cta-bar .column ul li:hover a .icon-wrap span.fa:before {
  color: #003366;
}
.cta-bar .column ul li:hover a div h3 {
  color: #ffcc33;
  border-bottom: none;
}
.cta-bar .column ul li:hover a div p {
  color: #fff;
}

#colorbox {
  z-index: 9999;
}

.cbox-caption {
  display: none;
}

.cbox-title .cbox-caption {
  display: block;
}

.news_article {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.news_article > span {
  margin: 10px 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  font-family: 'DTLParadoxReg',sans-serif;
  color: #003366;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 20px;
}
.news_article h2 {
  font-family: 'ITCFranklinGothicDMCD',sans-serif;
  color: #003366;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
.news_article a {
  display: block;
  float: left;
  width: 100%;
}
.news_article img {
  display: block;
  float: right;
  padding: 20px;
  width: 100%;
}
@media (min-width: 45em) {
  .news_article img {
    margin-top: 15px;
    padding: 0 0 20px 20px;
    width: auto;
  }
}

.variable-matrix {
  display: block;
  float: left;
  width: 100%;
}
.variable-matrix .text-image-intro.news-events {
  width: 33.3333%;
}
@media (min-width: 45em) {
  .variable-matrix .text-image-intro.virtual-tour {
    width: 66.6666%;
  }
}
.variable-matrix .text-image-intro.spotlight {
  padding-right: 0;
}
.text-image-intro.spotlight h3{
  display: block;
  float: left;
  width: 100%;
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  border:none;
  margin:0;
}
@media (min-width: 45em) {
  .variable-matrix .text-image-intro.spotlight {
    width: 66.6666%;
    margin-top: 75px;
  }
}
.variable-matrix .news-events {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .variable-matrix .news-events {
    width: 33.3333%;
  }
}
.variable-matrix .virtual-tour {
  display: block;
  float: left;
  width: 100%;
}
.variable-matrix .virtual-tour iframe {
  max-width: 100% !important;
  min-width: initial !important;
  margin-bottom: 20px;
}
@media (min-width: 45em) {
  .variable-matrix .virtual-tour {
    width: 66.6666%;
  }
}
.variable-matrix .virtual-tour h2 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ffcc33;
}
.variable-matrix .virtual-tour img {
  width: 100%;
  max-width: 750px;
}

.social-feeds.wrapper {
  overflow: visible;
}
@media (min-width: 45em) {
  .social-feeds.wrapper {
    width: 33%;
    padding-left: 20px;
  }
}
.social-feeds.wrapper h2 {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ffcc33;
}

#instafeed,
#instafeed-undergrad {
  display: block;
  float: left;
  width: 100%;
}
#instafeed .item,
#instafeed-undergrad .item {
  display: block;
  float: left;
  width: 33.3333%;
}
#instafeed .item a,
#instafeed-undergrad .item a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
#instafeed .item a img,
#instafeed-undergrad .item a img {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  width: 100%;
}
#instafeed .item a h3,
#instafeed-undergrad .item a h3 {
  font-family: 'DTLParadoxBold',sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 24px;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
  width: 100%;
  line-height: 18px;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media (min-width: 45em) {
  #instafeed .item a h3,
  #instafeed-undergrad .item a h3 {
    font-size: 12px;
  }
}
@media (min-width: 70em) {
  #instafeed .item a h3,
  #instafeed-undergrad .item a h3 {
    font-size: 18px;
  }
}
#instafeed .item a h3:before,
#instafeed-undergrad .item a h3:before {
  content: "\f16d";
  font-family: FontAwesome;
  padding-right: 10px;
}

/* unh homepage news and events tabs */
#tab-0 {
  margin: 0;
}

body.home a.read-more::after {
  right: 8px;
  top: calc(50% - 5px);
}

.tabs-container {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.tabs-container .tabheaders {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders {
    display: table;
  }
}
.tabs-container .tabheaders li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #fff;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders li {
    display: table-cell;
    border: none;
    width: auto;
  }
}
.tabs-container .tabheaders li a {
  font-family: 'BebasNeueBold', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
  color: #003366;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
  transition: all .5s ease-in-out;
  height: 56px;
  display: block;
  text-decoration: none;
  padding: 20px;
  background: #ffcc33;
  position: relative;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders li a {
    background: none;
    transition: none;
    background: #ffcc33;
    border-right: 2px solid #fff;
  }
}
.tabs-container .tabheaders li a:hover {
  text-decoration: underline;
}
.tabs-container .tabheaders li a:after {
  content: '+';
  font-family: Times;
  font-weight: normal;
  position: absolute;
  color: #003366;
  font-weight: bold;
  right: 20px;
  font-size: 18px;
  transition: all .5s ease-in-out;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders li a:after {
    content: '';
    transition: none;
  }
}
.tabs-container .tabheaders li.open a {
  color: #fff;
  background: #003366;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders li.open a {
    color: #003366;
    background: none;
  }
}
@media (min-width: 45em) {
  .tabs-container .tabheaders li.open-desk a {
    color: #fff;
    background: #003366;
  }
}
.tabs-container .tabheaders.collapsed li.open a {
  height: 56px;
  padding: 20px;
  color: #fff;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders.collapsed li.open a {
    height: auto;
    color: #003366;
    background: #ffcc33;
  }
}
.tabs-container .tabheaders.collapsed li.open a:after {
  color: #fff;
  transform: rotate(45deg);
}
@media (min-width: 45em) {
  .tabs-container .tabheaders.collapsed li.open a:after {
    content: "";
  }
}
@media (min-width: 45em) {
  .tabs-container .tabheaders.collapsed li.open-desk a {
    color: #fff;
    background: #003366;
  }
}
.tabs-container .tabheaders.collapsed li a {
  transition: all .5s ease-in-out;
  height: 40px;
  padding: 11px 20px;
}
@media (min-width: 45em) {
  .tabs-container .tabheaders.collapsed li a {
    height: auto;
    padding: 20px;
    transition: none;
    color: #003366;
  }
}
.tabs-container div.contents {
  display: none;
  background: #fff;
}
.tabs-container div.contents.open {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #003366;
  border-top: 0;
}
@media (min-width: 45em) {
  .tabs-container div.contents.open {
    display: none;
  }
}
@media (min-width: 45em) {
  .tabs-container div.contents.open-desk {
    display: block;
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #003366;
  }
}

@media (min-width: 55em) {
  body.home .tabs-container div.contents .news-listing ul li .text-image-intro.imgtitle h2 {
    width: calc(100% - 110px);
  }
}
body.home .tabs-container div.contents .news-listing ul li .text-image-intro.imgtitle img {
  width: 106px;
}
body.home .tabs-container div.contents .news-listing ul li:first-child .imgtitle {
  padding-top: 0;
}
@media (min-width: 45em) {
  body.home .tabs-container div.contents .news-listing ul li:last-child {
    border-bottom: 1px solid #e6e9ed;
  }
}
body.home .tabs-container div.contents.open-desk {
  padding: 20px 20px 10px 20px;
}
body.home .tabs-container div.contents a.read-more {
  padding-top: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/******************************
 * MAGNIFIC POPUP DEFAULT CSS *
 ******************************/

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

 .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: -moz-zoom-out;
   cursor: -webkit-zoom-out;
   cursor: zoom-out; }

 .mfp-zoom {
   cursor: pointer;
   cursor: -webkit-zoom-in;
   cursor: -moz-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;
   user-select: none; }

 .mfp-loading.mfp-figure {
   display: none; }

 .mfp-hide {
   display: none !important; }

 .mfp-preloader {
   color: #CCC;
   position: absolute;
   top: 50%;
   width: auto;
   text-align: center;
   margin-top: -0.8em;
   left: 8px;
   right: 8px;
   z-index: 1044; }
   .mfp-preloader a {
     color: #CCC; }
     .mfp-preloader a:hover {
       color: #FFF; }

 .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;
   touch-action: manipulation; }

 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;
   padding: 0 0 18px 10px;
   color: #FFF;
   font-style: normal;
   font-size: 28px;
   font-family: Arial, Baskerville, monospace; }
   .mfp-close:hover,
   .mfp-close:focus {
     opacity: 1; }
   .mfp-close:active {
     top: 1px; }

 .mfp-close-btn-in .mfp-close {
   color: #333; }

 .mfp-image-holder .mfp-close,
 .mfp-iframe-holder .mfp-close {
   color: #FFF;
   right: -6px;
   text-align: right;
   padding-right: 6px;
   width: 100%; }

 .mfp-counter {
   position: absolute;
   top: 0;
   right: 0;
   color: #CCC;
   font-size: 12px;
   line-height: 18px;
   white-space: nowrap; }

 .mfp-arrow {
   position: absolute;
   opacity: 0.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; }
   .mfp-arrow:before,
   .mfp-arrow:after {
     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 {
     border-top-width: 13px;
     border-bottom-width: 13px;
     top: 8px; }
   .mfp-arrow:before {
     border-top-width: 21px;
     border-bottom-width: 21px;
     opacity: 0.7; }

 .mfp-arrow-left {
   left: 0; }
   .mfp-arrow-left:after {
     border-right: 17px solid #FFF;
     margin-left: 31px; }
   .mfp-arrow-left:before {
     margin-left: 25px;
     border-right: 27px solid #3F3F3F; }

 .mfp-arrow-right {
   right: 0; }
   .mfp-arrow-right:after {
     border-left: 17px solid #FFF;
     margin-left: 39px; }
   .mfp-arrow-right:before {
     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: #000; }

 /* 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; }
   .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: #444; }
   .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);
     transform: scale(0.75); }
   .mfp-arrow-left {
     -webkit-transform-origin: 0;
     transform-origin: 0; }
   .mfp-arrow-right {
     -webkit-transform-origin: 100%;
     transform-origin: 100%; }
   .mfp-container {
     padding-left: 6px;
     padding-right: 6px; } }

/* Zoom Gallery */
.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
