/*
	Theme Name: Spring Arbor University
	Version: 1.0
	Author: Hunter Ruth (BVK)
	Author URI: https://bvk.com
*/
/* @include flex(direction); */
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(3px, 3px, 3px, 3px); */
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

* {
  box-sizing: border-box; }

.header {
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  z-index: 10;
  transition: all .4s;
  position: fixed;
  padding: 24px 0; }
  .header.nav-bg {
    background: white;
    transition: all .3s; }
  @media (min-width: 1025px) {
    .header.nav-up {
      transform: translateY(-100%);
      transition: all .4s; }
    .header.nav-down {
      transform: translateY(0%);
      transition: all .4s; } }

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  transition: opacity .3s;
  opacity: 1; }

.over-hero .header .header__bg {
  opacity: 0;
  transition: opacity .3s; }

.over-hero .header .primary .menu li a,
.over-hero .header .secondary .menu li a {
  color: white;
  transition: color .3s; }

.over-hero .header .header__logo svg path {
  fill: white;
  transition: fill .3s; }

.over-hero .header .header__search {
  position: relative;
  color: white; }
  .over-hero .header .header__search span {
    color: white;
    transition: color .3s; }
  .over-hero .header .header__search svg g {
    stroke: white;
    transition: stroke .3s; }

.over-hero .header .menu-trigger {
  color: white; }
  .over-hero .header .menu-trigger .ham div {
    background: white; }

.over-hero .header.active .header__bg {
  opacity: 1;
  transition: opacity .3s; }

.over-hero .header.active .primary .menu li a,
.over-hero .header.active .secondary .menu li a {
  color: #003a70;
  transition: color .3s; }

@media (min-width: 1025px) {
  .over-hero .header.active .header__logo svg path {
    fill: #003a70;
    transition: fill .3s; } }

.over-hero .header.active .header__search svg g {
  stroke: white; }

.over-hero .header.active .header__search span {
  color: #003a70;
  transition: color .3s; }

@media (min-width: 1025px) {
  .over-hero .header.active .header__search svg g {
    stroke: #003a70;
    transition: stroke .3s; } }

.header--mobile {
  display: block; }
  @media (min-width: 1025px) {
    .header--mobile {
      display: none; } }
  .header--mobile .header__logo {
    width: 136px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .header--mobile .header__logo svg,
    .header--mobile .header__logo img {
      width: 100%;
      display: block; }
    .header--mobile .header__logo span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: white;
      opacity: 0; }
    .header--mobile .header__logo svg path {
      fill: #003a70;
      transition: fill .4s; }
    .header--mobile .header__logo.active svg path {
      fill: white;
      transition: fill .4s; }
  .header--mobile .search-overlay {
    width: 100%; }
    .header--mobile .search-overlay .search__container {
      width: calc(100% - 40px);
      margin: 0 auto; }
  .header--mobile .header__search,
  .header--mobile .menu-trigger {
    color: #003a70;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.15em;
    transition: opacity .3s; }
  .header--mobile.search-active .menu-trigger, .header--mobile.search-active .header__logo, .header--mobile.search-active .header__search {
    opacity: 0;
    transition: opacity .3s; }
  .header--mobile .header__search {
    display: flex;
    align-items: baseline; }
    .header--mobile .header__search span,
    .header--mobile .header__search svg {
      display: inline-block;
      font-size: .7em;
      text-transform: uppercase;
      vertical-align: middle; }
    .header--mobile .header__search svg {
      width: 14px;
      margin-right: 2px; }
      .header--mobile .header__search svg g {
        stroke: #003a70; }
  .header--mobile.active .header__search svg g {
    stroke: white; }
  .header--mobile.active .menu-trigger .ham div {
    background: white; }
  .header--mobile .header__bar {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    padding: 8px; }
    @media (min-width: 400px) {
      .header--mobile .header__bar {
        padding: 8px 16px; } }
  .header--mobile .header__menu {
    width: 100%;
    background: #003a70;
    position: absolute;
    top: 0;
    padding-top: 100px;
    z-index: 0;
    text-align: center;
    transform: translateY(-100%);
    transition: transform .4s, opacity 0s .4s;
    opacity: 0;
    max-height: 100vh;
    overflow: auto; }
    .header--mobile .header__menu .primary {
      padding: 0 40px 40px;
      display: inline-block;
      width: 100%; }
    .header--mobile .header__menu .secondary {
      padding: 40px;
      background: white;
      color: #003a70;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .header--mobile .header__menu .secondary li {
        width: 50%;
        display: inline-block;
        float: left; }
        .header--mobile .header__menu .secondary li:nth-child(2n+1) {
          margin-bottom: 0; }
      .header--mobile .header__menu .secondary li a {
        color: #003a70;
        text-align: center;
        text-transform: none;
        letter-spacing: 0; }
    .header--mobile .header__menu li {
      list-style-type: none;
      margin-bottom: 16px; }
      .header--mobile .header__menu li:last-child {
        margin-bottom: 0; }
    .header--mobile .header__menu a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.15em; }
  .header--mobile.active .header__menu {
    transform: translateY(0);
    transition: transform .4s;
    opacity: 1;
    z-index: 1;
    position: relative; }
  .header--mobile.active .header__bg {
    background: #003a70;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .header--mobile.active .header__search,
  .header--mobile.active .menu-trigger {
    color: white; }

.ham {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 10px;
  margin-left: 2px;
  width: 16px;
  position: relative; }
  .ham div {
    height: 1px;
    background: #003a70;
    flex-shrink: 0;
    position: absolute;
    top: 50%; }
    .ham div:first-child {
      width: 16px;
      transform: translateY(-4px) rotate(0deg);
      transition: all .3s;
      -webkit-backface-visibility: hidden; }
    .ham div:last-child {
      width: 12px;
      transform: translateY(1px) rotate(0deg);
      transition: all .3s;
      -webkit-backface-visibility: hidden; }
  .ham.active div:first-child {
    transform: translateY(-1px) rotate(45deg);
    width: 12px;
    transition: all .3s; }
  .ham.active div:last-child {
    transform: translateY(-1px) rotate(-45deg);
    transition: all .3s;
    width: 12px; }

.header--desktop {
  display: none; }
  @media (min-width: 1025px) {
    .header--desktop {
      display: block; }
      .header--desktop .wrapper {
        width: calc(100% - 40px); } }
  .header--desktop .header__logo {
    width: 155px; }
    .header--desktop .header__logo span, .header--desktop .header__logo h1 {
      display: none; }
    .header--desktop .header__logo svg,
    .header--desktop .header__logo img {
      width: 100%; }
    .header--desktop .header__logo svg path {
      fill: #003a70; }
  .header--desktop a {
    text-decoration: none; }
  .header--desktop .menu {
    padding-left: 0; }
  .header--desktop .secondary {
    top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 0.7em;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%; }
    .header--desktop .secondary.inactive ul {
      opacity: 0;
      transition: opacity .3s; }
    .header--desktop .secondary ul {
      opacity: 1;
      transition: opacity .3s; }
    .header--desktop .secondary span,
    .header--desktop .secondary ul,
    .header--desktop .secondary li {
      display: inline-block; }
    .header--desktop .secondary span,
    .header--desktop .secondary li {
      margin-right: 15px; }
    .header--desktop .secondary a {
      color: #757575; }
  .header--desktop .primary {
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.05em;
    justify-content: space-between; }
    .header--desktop .primary .menu {
      display: flex; }
      .header--desktop .primary .menu > li {
        padding: 8px;
        margin-bottom: 5px; }
        @media (min-width: 1224px) {
          .header--desktop .primary .menu > li {
            padding: 12px; } }
        .header--desktop .primary .menu > li:last-child {
          margin-right: 0;
          padding-right: 0; }
      .header--desktop .primary .menu li a {
        color: #003a70;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
  .header--desktop .header__search {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    align-items: center;
    position: relative; }
    .header--desktop .header__search svg g {
      stroke: #757575;
      stroke-width: 1;
      vector-effect: non-scaling-stroke; }
    .header--desktop .header__search svg,
    .header--desktop .header__search span {
      display: inline-block;
      color: #757575; }
    .header--desktop .header__search span {
      margin-right: 5px; }
    .header--desktop .header__search svg {
      width: 10px; }

.header__dropdown {
  display: flex;
  align-items: stretch;
  position: absolute;
  background: white;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0; }
  .header__dropdown .container {
    width: 100%;
    margin-top: 140px;
    padding: 40px 0; }
  .header__dropdown .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center; }

.dropdown__menu {
  flex-shrink: 0;
  margin-left: 80px; }
  .dropdown__menu li {
    display: block;
    margin-bottom: 11px; }
    .dropdown__menu li:last-child {
      margin-bottom: 0; }
    .dropdown__menu li a {
      text-decoration: none;
      color: white;
      font-size: 0.9em;
      font-family: "proxima-nova", sans-serif;
      display: inline-block; }

.dropdown__featured {
  text-align: center; }
  .dropdown__featured h4 {
    font-size: 1.333em;
    margin-bottom: 16px;
    color: #003a70; }
  .dropdown__featured p {
    color: #757575;
    max-width: 400px;
    font-weight: 400; }

.dropdown__featured-links {
  display: flex;
  justify-content: center; }
  .dropdown__featured-links a {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    margin: 0 8px;
    border: 1px solid #003a70;
    font-size: 0.85em; }

.footer {
  width: 100%;
  overflow: hidden;
  z-index: 9;
  position: relative; }
  .footer a {
    color: white;
    text-decoration: none; }
  .footer .container {
    background: #003a70; }
  .footer > svg {
    width: 100%;
    display: block; }

.footer__edge svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1); }

@media (min-width: 1024px) {
  .footer__top {
    display: flex;
    flex-direction: row-reverse; } }

.footer__contact {
  padding: 44px 22px 0px 22px; }
  @media (min-width: 1024px) {
    .footer__contact {
      padding-left: 0;
      text-align: center; } }

.footer__logo {
  width: 180px;
  display: block;
  height: auto;
  margin: 0 auto;
  margin-bottom: 32px; }

.footer__copy {
  text-align: center;
  margin-bottom: 32px; }
  @media (min-width: 1024px) {
    .footer__copy {
      margin-bottom: inherit; } }
  .footer__copy address {
    display: block; }

.footer__social-links {
  margin: 24px 0; }
  .footer__social-links ul {
    display: flex;
    justify-content: space-between;
    max-width: 240px;
    margin: 0 auto; }
    .footer__social-links ul li a {
      display: block;
      width: 32px; }
    .footer__social-links ul li svg {
      display: block;
      width: 100%; }

.footer__menu {
  text-align: center; }
  @media (min-width: 1024px) {
    .footer__menu {
      text-align: left;
      flex-grow: 1;
      padding: 44px 0; } }
  .footer__menu ul {
    margin-bottom: 40px;
    padding-left: 0; }
  .footer__menu li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.15em; }
    .footer__menu li:first-child {
      color: #fed100;
      font-size: 1.333em;
      font-weight: 700;
      margin-bottom: 24px;
      text-transform: none;
      letter-spacing: inherit; }
  .footer__menu a {
    transition: color .3s; }
    .footer__menu a:hover {
      color: #fed100;
      transition: color .3s; }
  .footer__menu form {
    width: 100%;
    max-width: 260px;
    position: relative;
    margin-bottom: 40px; }
    .footer__menu form label {
      display: none; }
  .footer__menu input[type="text"] {
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #ECECEC;
    width: 100%;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    color: white;
    font-family: "proxima-nova", sans-serif; }
    .footer__menu input[type="text"]::-webkit-input-placeholder {
      color: white; }
    .footer__menu input[type="text"]:-moz-placeholder {
      color: white; }
    .footer__menu input[type="text"]::-moz-placeholder {
      color: white; }
    .footer__menu input[type="text"]:-ms-input-placeholder {
      color: white; }
  .footer__menu input[type="submit"] {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    position: absolute;
    right: 5px;
    top: 0;
    border: none;
    background-image: url("assets/svgs/search.svg");
    background-color: transparent;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent; }
  @media (min-width: 1024px) {
    .footer__menu {
      display: block;
      flex-basis: 66.66%; }
      .footer__menu ul {
        width: 31.4285714286%;
        float: left;
        margin-right: 2.8571428571%; }
        .footer__menu ul:nth-child(3) {
          float: right;
          margin-right: 0; }
      .footer__menu a.hide-on-mobile {
        display: inline-block;
        float: left;
        margin-left: 20px;
        vertical-align: middle;
        white-space: nowrap;
        line-height: 40px; }
      .footer__menu form {
        clear: both;
        width: 260px;
        float: left; } }

.footer__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  font-size: 0.9em; }
  .footer__copyright img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 240px; }
  .footer__copyright ul li {
    margin-bottom: 10px;
    display: block;
    display: block; }
  .footer__copyright ul a {
    font-family: "proxima-nova", sans-serif;
    letter-spacing: 1px;
    text-decoration: underline; }
  .footer__copyright span {
    padding: 16px;
    width: 100%; }
  @media (min-width: 1024px) {
    .footer__copyright {
      flex-direction: row;
      align-items: center; }
      .footer__copyright ul {
        display: flex;
        flex-shrink: 0;
        margin: 0; }
        .footer__copyright ul li {
          margin-bottom: 0; }
          .footer__copyright ul li:after {
            content: '|';
            margin: 0 8px; }
          .footer__copyright ul li:first-child {
            margin-right: 8px; }
            .footer__copyright ul li:first-child:after {
              display: none; }
          .footer__copyright ul li:last-child:after {
            display: none; }
      .footer__copyright span {
        border-top: 0;
        width: auto;
        margin-left: auto;
        text-align: left; } }

.footer--landing .footer__top {
  align-items: flex-end; }

.footer--landing .footer__logo img {
  width: 100%;
  display: block; }

.footer__menu--landing ul {
  display: flex;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 0; }

.footer__menu--landing li {
  margin-right: 16px; }
  .footer__menu--landing li:first-child {
    color: inherit;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em; }

body {
  background: white;
  color: white;
  font-family: "proxima-nova", sans-serif;
  width: 100%;
  scroll-behavior: smooth; }
  body.admin-bar .header--desktop {
    top: 32px; }

main {
  overflow: hidden; }

.btn, .wp-block-button__link {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  color: white;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
  z-index: 2;
  background: #003a70;
  transition: all .3s;
  border-radius: 0; }
  .btn:hover, .wp-block-button__link:hover {
    background: #002c54;
    transition: all .3s; }

.btn--outline {
  background: white;
  border: 1px solid #003a70;
  color: #003a70; }
  .btn--outline:hover {
    background: #003a70;
    color: white;
    transition: all .3s; }

.cta {
  font-weight: 700;
  color: #003a70;
  text-decoration: none; }
  .cta:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #003a70; }

.wrapper {
  width: calc(100% - 40px);
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .wrapper {
      width: calc(100% - 80px); } }
  @media (min-width: 1224px) {
    .wrapper {
      max-width: 1224px; } }

.v-hover {
  position: relative; }
  .v-hover .underline {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fed100;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transition: transform .5s;
    transform-origin: right; }
  .v-hover.active .underline, .v-hover:hover .underline {
    transform: scaleX(1);
    transition: transform .5s;
    transform-origin: left;
    backface-visibility: hidden; }

.h-hover {
  position: relative; }
  .h-hover .underline {
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fed100;
    top: 0;
    left: -10px;
    transform: scaleY(0);
    transition: transform .3s;
    transform-origin: bottom; }
  .h-hover:hover .underline {
    transform: scaleY(1);
    transition: transform .5s;
    transform-origin: top;
    backface-visibility: hidden; }

.rep-finder form {
  margin-bottom: 24px; }

.rep-finder .form-group {
  display: flex;
  align-items: stretch;
  margin: 6px 0; }

.rep-finder label {
  display: block;
  color: #757575;
  letter-spacing: 0.05em;
  font-weight: 400 !important; }

.rep-finder input[type="text"] {
  display: block;
  background: transparent;
  border: 1px solid #757575;
  color: #003a70;
  font-size: 1em;
  padding: 6px; }

.rep-finder input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  background: #003a70;
  font-weight: bold;
  color: white;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  border: 1px solid #003a70;
  margin-left: 6px;
  cursor: pointer; }
  .rep-finder input[type="submit"]:hover {
    transition: all .5s;
    background: #003a70; }

.screen-reader-text {
  display: none;
  visibility: hidden; }

.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.offscreen.skip-to-content:focus {
  position: fixed;
  z-index: 999;
  top: 25px;
  left: 25px;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0.625em 1.25em;
  background-color: #fff;
  color: #003a70;
  overflow: visible;
  clip-path: none;
  text-decoration: none;
  border: 1px solid #003a70;
  border-radius: 4px; }

.-hide-on-mobile {
  display: none; }
  @media (min-width: 1025px) {
    .-hide-on-mobile {
      display: block; } }

@media (min-width: 1025px) {
  .-hide-on-desktop {
    display: none; } }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gotham-Bold.woff") format("woff"), url("assets/fonts/Gotham-Bold.ttf") format("truetype"), url("assets/fonts/Gotham-Bold.svg#Gotham-Bold") format("svg"); }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("assets/fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gotham-Medium.woff") format("woff"), url("assets/fonts/Gotham-Medium.ttf") format("truetype"), url("assets/fonts/Gotham-Medium.svg#Gotham-Medium") format("svg"); }

@font-face {
  font-family: 'Gotham-Book';
  src: url("assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gotham-Book.otf") format("opentype"), url("assets/fonts/Gotham-Book.woff") format("woff"), url("assets/fonts/Gotham-Book.ttf") format("truetype"), url("assets/fonts/Gotham-Book.svg#Gotham-Book") format("svg"); }

@font-face {
  font-family: 'Gotham-Light';
  src: url("assets/fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gotham-Light.otf") format("opentype"), url("assets/fonts/Gotham-Light.woff") format("woff"), url("assets/fonts/Gotham-Light.ttf") format("truetype"), url("assets/fonts/Gotham-Light.svg#Gotham-Light") format("svg"); }

@font-face {
  font-family: 'flashlight';
  src: url("assets/fonts/flashlight.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flashlight.otf") format("opentype"), url("assets/fonts/flashlight.woff") format("woff"), url("assets/fonts/flashlight.ttf") format("truetype"), url("assets/fonts/flashlight.svg#flashlight") format("svg"); }

html {
  font-size: 1em; }

body {
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 1.3em;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.625;
  color: #757575; }

h1,
h2,
h3,
h4 {
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  font-size: 3.998em; }

h2 {
  font-size: 2.827em;
  font-weight: 700; }

h3 {
  font-size: 1.999em; }

h4 {
  font-size: 1.414em;
  font-family: "proxima-nova", sans-serif; }

small,
.font_small {
  font-size: 0.707em; }

.seo {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 700;
  color: #003a70;
  letter-spacing: 0.15em; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.search-overlay {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%); }
  .search-overlay.active {
    opacity: 1;
    pointer-events: auto; }
  .search-overlay label {
    display: none; }

div.search-results {
  max-width: 660px !important; }
  div.search-results > h1 {
    margin-bottom: 44px; }

.search-results__search {
  display: block;
  width: 100%;
  text-align: center; }
  .search-results__search form {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    display: flex; }
  .search-results__search input[type="text"] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    color: white;
    font-family: "proxima-nova", sans-serif; }
    .search-results__search input[type="text"]::-webkit-input-placeholder {
      color: white; }
    .search-results__search input[type="text"]:-moz-placeholder {
      color: white; }
    .search-results__search input[type="text"]::-moz-placeholder {
      color: white; }
    .search-results__search input[type="text"]:-ms-input-placeholder {
      color: white; }
  .search-results__search input[type="submit"] {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    position: absolute;
    right: 5px;
    top: 0;
    border: none;
    background-image: url("assets/svgs/search.svg");
    background-color: transparent;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent; }
  @media (min-width: 1025px) {
    .search-results__search {
      float: left;
      width: 100%;
      text-align: left; }
      .search-results__search a {
        line-height: 40px;
        margin-left: 20px;
        display: inline-block;
        white-space: nowrap; } }

.search__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 300px; }

.search__close {
  position: absolute;
  right: -10px;
  display: flex;
  align-items: center;
  transform: translateX(100%); }
  .search__close span {
    text-transform: uppercase;
    font-size: 0.707em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 10px; }

.search__close-trigger {
  width: 25px;
  height: 16px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .search__close-trigger > div {
    width: 100%;
    height: 2px;
    background: #003a70;
    position: absolute; }
  .search__close-trigger > div:first-child {
    transform: rotate(45deg); }
  .search__close-trigger > div:last-child {
    transform: rotate(-45deg); }

.search__form {
  position: relative; }
  @media (min-width: 1025px) {
    .search__form {
      max-width: 666px;
      left: 50%;
      transform: translateX(-50%); } }

.search__input {
  width: 100%;
  padding: 0 16px;
  border-radius: 20px;
  height: 40px;
  background: #003a70;
  border: none;
  -webkit-appearance: none;
  font-size: 1.414em;
  font-family: "proxima-nova", sans-serif;
  transition: box-shadow .5s;
  color: white; }
  .search__input:focus {
    outline: none; }
  .search__input::-webkit-input-placeholder {
    color: white; }
  .search__input:-moz-placeholder {
    color: white; }
  .search__input::-moz-placeholder {
    color: white; }
  .search__input:-ms-input-placeholder {
    color: white; }

.search__submit {
  position: absolute;
  right: 10px;
  height: 30px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: url("assets/svgs/search.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat; }
  .search__submit span {
    display: none;
    visibility: hidden; }

.article {
  padding-top: 80px; }
  @media (min-width: 1025px) {
    .article {
      padding-top: 140px; } }
  .article .interior-nav__trigger {
    background: #DDE5E9; }

.article--listing {
  padding-top: 0; }
  .article--listing .article__content {
    margin-top: 0; }
    .article--listing .article__content h1 {
      font-size: 1.999em;
      font-weight: 700; }
      .article--listing .article__content h1 a {
        color: #003a70;
        text-decoration: none; }

.article__header {
  background: #003a70;
  position: relative; }
  .article__header .wrapper {
    position: relative;
    z-index: 1; }
  .article__header .container {
    display: flex; }
    @media (min-width: 1025px) {
      .article__header .container {
        max-width: calc(100% - 355px); } }

.article__title {
  padding-top: 40px;
  padding-bottom: 40px; }
  .article__title h1 {
    font-size: 2.827em;
    font-weight: 700; }

.article__details {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  color: white; }
  .article__details .top {
    display: flex;
    flex-direction: column;
    color: white; }
  .article__details .bottom {
    margin-top: auto;
    margin-bottom: 40px; }
  .article__details a, .article__details a:hover {
    color: white;
    text-decoration: none; }
  .article__details a:hover {
    text-decoration: underline; }
  .article__details .share-links {
    color: white;
    display: flex;
    align-items: center; }
    @media (min-width: 1025px) {
      .article__details .share-links {
        color: #003a70; } }
    .article__details .share-links span {
      margin-right: 16px; }
    .article__details .share-links ul li {
      display: inline-block;
      margin-right: 8px; }
      .article__details .share-links ul li a {
        background: none;
        -webkit-appearance: none;
        border: none;
        padding: 0;
        font-size: 0.9em;
        text-decoration: underline;
        color: white;
        font-weight: 700; }
        @media (min-width: 1025px) {
          .article__details .share-links ul li a {
            color: #003a70; } }

@media (min-width: 1025px) {
  .article__image {
    margin-left: auto;
    width: 496px;
    height: 310px; } }

.article__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.article__bottom {
  display: block;
  width: 100%;
  z-index: 0;
  bottom: 0; }
  @media (min-width: 1025px) {
    .article__bottom {
      position: absolute; } }
  @media (min-width: 1920px) {
    .article__bottom {
      bottom: -100px; } }
  .article__bottom svg {
    width: 100%;
    display: block; }

.article__content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  color: #757575; }
  .article__content a {
    color: #002c54; }
  @media (min-width: 1025px) {
    .article__content .wrapper {
      display: flex; } }
  .article__content .container--no-sidebar {
    flex-grow: 1; }

@media (min-width: 1025px) {
  .sidebar-container {
    width: 300px;
    flex-shrink: 0;
    margin-left: 40px; } }

.sidebar {
  flex-shrink: 0;
  background: #DDE5E9;
  color: #003a70; }
  .sidebar .sidebar__content {
    max-height: 0px;
    transition: max-height .3s ease-out;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .sidebar .sidebar__content {
        max-height: 100%; } }
    .sidebar .sidebar__content.active {
      max-height: 300vh;
      transition: max-height .3s ease-in; }
      @media (min-width: 1025px) {
        .sidebar .sidebar__content.active {
          max-height: 100%; } }
  .sidebar ul li.top {
    font-weight: 700;
    font-size: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .sidebar ul li.top a {
      padding: 24px; }
    .sidebar ul li.top:after {
      content: '';
      height: 1px;
      width: 100%;
      display: block;
      background: #C9D4DA; }
  .sidebar ul li a,
  .sidebar ul li span {
    font-family: "proxima-nova", sans-serif;
    color: #003a70;
    font-size: 0.9em;
    text-decoration: none;
    display: inline-block;
    transition: color .5s; }
  .sidebar ul li a:hover {
    color: #3a8dde;
    transition: color .5s; }

.sidebar__widget {
  border-bottom: 2px solid #C9D4DA; }
  .sidebar__widget:last-child {
    border-bottom: 0; }
  .sidebar__widget h3 {
    border-bottom: 2px solid #C9D4DA;
    padding: 24px; }
  .sidebar__widget h3,
  .sidebar__widget ul li a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.15em; }
  .sidebar__widget ul li a {
    padding: 12px 24px; }
  .sidebar__widget > div > ul {
    padding: 12px 0; }
  .sidebar__widget ul li {
    margin-bottom: 0; }
    .sidebar__widget ul li:last-child {
      padding-bottom: 0; }
    .sidebar__widget ul li .children {
      display: none; }
  .sidebar__widget .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .sidebar__widget .box__trigger {
    margin-right: 24px; }
    .sidebar__widget .box__trigger.active:after {
      transform: rotate(0deg);
      transition: transform .3s; }
  .sidebar__widget li.active .children {
    display: block; }
    .sidebar__widget li.active .children li {
      background: #C9D4DA; }

.general .sidebar-container.-hide-on-desktop {
  display: block; }

@media (min-width: 1025px) {
  .general .sidebar-container {
    transform: translateY(-69px);
    display: block; }
    .general .sidebar-container.-hide-on-desktop {
      display: none; } }

.sidebar--quick-links {
  margin-top: 20px; }
  .sidebar--quick-links .top span {
    padding: 24px; }

.sidebar__content li {
  margin-bottom: 12px; }

.sidebar__content .top-level > .top {
  padding-bottom: 12px; }
  .sidebar__content .top-level > .top a {
    margin-left: 0; }

.sidebar__content .top-level > li > a {
  margin-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

.sidebar__content .top-level > li > .sub-menu {
  padding-left: 32px; }

.sidebar__content .top-level > li:last-child {
  padding-bottom: 12px; }

.sidebar__content .sub-menu {
  display: none;
  padding-left: 24px;
  margin-top: 12px; }

.sidebar__content .active-ancestor > .sub-menu, .sidebar__content .active-parent > .sub-menu, .sidebar__content .parent.active > .sub-menu {
  display: block; }

.sidebar__content .active-ancestor > a, .sidebar__content .active-parent > a, .sidebar__content .active > a {
  position: relative; }
  .sidebar__content .active-ancestor > a:before, .sidebar__content .active-parent > a:before, .sidebar__content .active > a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background: #3a8dde;
    left: -12px; }

.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  .hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

.hero--parallax {
  position: fixed;
  top: 0;
  z-index: 0; }

.hero--interior {
  height: 66vh; }
  @media (min-width: 1025px) {
    .hero--interior .hero__overlay .headline {
      padding-top: 6%;
      font-size: 1.6em; } }
  .hero--interior .hero__overlay .headline em {
    font-size: 26vw; }

.hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.hero__blend {
  margin-top: 100vh;
  position: relative;
  pointer-events: none;
  z-index: 0; }
  .hero__blend:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
    height: 50vh;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 100%; }

.hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  align-items: center; }
  @media (min-width: 1025px) {
    .hero__overlay {
      flex-direction: row; } }
  .hero__overlay .headline-container {
    position: relative;
    max-height: 75%; }
  .hero__overlay img {
    width: 100%; }
  .hero__overlay .copy {
    position: relative;
    right: 0;
    display: block;
    bottom: 15vw;
    margin: 0 auto;
    width: 100%;
    max-width: 330px;
    text-align: center;
    margin-top: 10vw; }
    .hero__overlay .copy span {
      display: block; }
      @media (min-width: 1025px) {
        .hero__overlay .copy span {
          display: inline; } }
    .hero__overlay .copy p {
      color: white; }
    @media (min-width: 1025px) {
      .hero__overlay .copy {
        position: absolute;
        width: 40%;
        margin-top: 0;
        right: 0px;
        bottom: 0px; } }
  @media (min-width: 1025px) and (max-height: 750px) {
    .hero__overlay .copy {
      right: auto !important;
      left: 0; } }
    @media (min-width: 1224px) {
      .hero__overlay .copy {
        bottom: 15%;
        right: 0px; } }
  .hero__overlay .cta {
    display: inline-block;
    color: white; }
    .hero__overlay .cta:after {
      background: white; }
    @media (min-width: 1025px) {
      .hero__overlay .cta {
        font-weight: 400; } }
  .hero__overlay .headline {
    font-size: 1em;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    white-space: nowrap; }
    @media (min-width: 1025px) {
      .hero__overlay .headline {
        font-size: 2vw; } }
    .hero__overlay .headline em {
      font-family: "flashlight", script;
      font-size: 35vw;
      margin: 0 22px;
      text-transform: lowercase;
      color: #fed100;
      font-weight: 400;
      margin-top: -6vw;
      font-style: normal;
      letter-spacing: 0; }
      @media (min-width: 1025px) {
        .hero__overlay .headline em {
          font-size: 60vh; } }

.hero--text {
  background: #003a70;
  color: white;
  padding-top: 80px;
  position: relative; }
  @media (min-width: 1025px) {
    .hero--text {
      padding-top: 140px; } }
  .hero--text h1 {
    font-size: 2.827em;
    font-weight: 700;
    text-align: center;
    padding: 80px 0; }
  .hero--text svg {
    display: block;
    width: 100%;
    transform: scale(1); }

.hero--image {
  overflow: hidden;
  position: relative;
  max-height: 560px; }
  .hero--image img {
    width: 100%;
    height: auto; }
  .hero--image svg {
    display: block;
    position: absolute;
    bottom: 0; }

.hero--form {
  height: auto; }
  .hero--form .hero__overlay {
    position: relative; }
  .hero--form .headline {
    line-height: 1em;
    margin-top: 150px;
    margin-bottom: 50px; }
  @media (min-width: 1025px) {
    .hero--form {
      height: auto; }
      .hero--form .headline {
        line-height: inherit;
        padding-right: 60px;
        margin-top: 0;
        margin-bottom: 0; }
      .hero--form .headline {
        position: relative;
        margin-right: 30px;
        text-align: center; }
      .hero--form .headline span {
        position: absolute; }
      .hero--form .headline span:first-child {
        bottom: 56%;
        left: -15px; }
      .hero--form .headline span:last-child {
        bottom: 20%;
        right: 35px; } }
  .hero--form .hero__bg {
    position: absolute;
    top: 0; }

.form {
  background: #ffffff;
  padding: 20px 20px 0 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  height: 80%;
  overflow: auto;
  width: 80%;
  color: #003a70; }
  @media (min-width: 1025px) {
    .form {
      margin-top: 125px;
      width: 30%; } }
  .form .form__header {
    text-align: center; }
  .form .gform_wrapper ul li.gfield, .form .gform_wrapper ul li.gfield_select {
    margin-top: 10px;
    padding: 0 4px; }
  .form .gform_wrapper .gform_footer input[type="submit"] {
    border: none;
    width: 100%; }

.important-hero {
  overflow: hidden;
  position: relative;
  background: #003a70;
  margin-top: 80px; }
  @media (min-width: 1025px) {
    .important-hero {
      align-items: center;
      margin-top: 140px; }
      .important-hero .container {
        display: flex;
        align-items: stretch;
        max-height: 460px; }
        .important-hero .container.-no-image {
          max-height: 230px; } }

.important-hero__image img {
  display: block;
  width: 100%; }

@media (min-width: 1025px) {
  .important-hero__image {
    min-width: 60%; }
    .important-hero__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; } }

.important-hero__edge {
  display: none; }
  @media (min-width: 1025px) {
    .important-hero__edge {
      display: block;
      flex-shrink: 0;
      width: 112px;
      margin-right: -112px;
      z-index: 2; }
      .important-hero__edge svg {
        display: block;
        height: 100%; } }

.important-hero__content {
  position: relative;
  z-index: 1;
  background: #003a70;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 20px;
  text-align: center; }
  @media (min-width: 1025px) {
    .important-hero__content {
      padding: 0;
      text-align: left; } }
  .important-hero__content h1 {
    font-size: 2.827em;
    font-weight: 700;
    margin-bottom: 16px; }
    @media (min-width: 1025px) {
      .important-hero__content h1 {
        margin-bottom: 16px;
        min-width: 380px; } }
  .important-hero__content p {
    margin-bottom: 0;
    color: white;
    max-width: 420px;
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .important-hero__content p {
        max-width: none; } }
  @media (min-width: 1025px) {
    .important-hero__content {
      width: 50%;
      margin-left: auto;
      text-align: left;
      padding: 48px; } }
  @media (min-width: 1224px) {
    .important-hero__content {
      padding-left: calc((100vw - 1224px)/2); } }

@media (min-width: 1025px) {
  .-no-image .important-hero__image {
    display: none; } }

@media (min-width: 1025px) {
  .-no-image .important-hero__content {
    width: 65%;
    margin-left: inherit; } }

.statistics {
  position: relative;
  z-index: 1;
  background: #fed100;
  color: #003a70;
  margin-bottom: 80px; }
  .statistics + div, .statistics + section {
    position: relative;
    z-index: 2; }
  .statistics h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 0.9em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    color: inherit; }
  .statistics .wrapper {
    width: calc(100% - 40px);
    margin: 0 auto; }
    @media (min-width: 1025px) {
      .statistics .wrapper {
        width: calc(100% - 80px); } }
    @media (min-width: 1224px) {
      .statistics .wrapper {
        max-width: 1224px; } }
    @media (min-width: 1025px) {
      .statistics .wrapper {
        padding: 100px;
        margin-top: -80px; } }
  .statistics .container {
    display: flex;
    flex-wrap: wrap; }
    .statistics .container.has-3 {
      justify-content: center; }

.statistics__top > svg, .statistics__bottom > svg {
  background: white;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1); }
  .statistics__top > svg.-hide-on-desktop, .statistics__bottom > svg.-hide-on-desktop {
    display: block; }
    @media (min-width: 1025px) {
      .statistics__top > svg.-hide-on-desktop, .statistics__bottom > svg.-hide-on-desktop {
        display: none; } }
  .statistics__top > svg.-hide-on-mobile, .statistics__bottom > svg.-hide-on-mobile {
    display: none; }
    @media (min-width: 1025px) {
      .statistics__top > svg.-hide-on-mobile, .statistics__bottom > svg.-hide-on-mobile {
        display: block; } }

.numbers__btn {
  margin: 0 auto;
  margin-top: 44px;
  display: flex;
  justify-content: center; }

.number {
  display: inline-block;
  width: 50%; }
  @media (min-width: 1025px) {
    .number {
      width: 25%; } }
  .number strong {
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .number strong {
        font-size: 6.75em; } }
  .number span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.414em;
    font-weight: 700;
    padding: 0 16px; }

.statistics.-hide-bg {
  background: transparent;
  padding: 100px 0;
  margin-bottom: 0; }
  .statistics.-hide-bg .wrapper {
    margin-top: 0; }
  .statistics.-hide-bg svg {
    display: none !important; }

@media (min-width: 1025px) {
  .academic-programs-template-default .statistics .wrapper {
    padding: 0 100px; } }

.academic-programs-template-default .statistics.-hide-bg {
  padding: 70px 0; }

.image-headline-container {
  position: relative; }
  .image-headline-container .image-headline {
    margin-bottom: 136px; }
  @media (min-width: 1025px) {
    .image-headline-container .image-headline {
      display: flex;
      flex-direction: row-reverse;
      align-items: center; }
    .image-headline-container.-flipped .image-headline {
      flex-direction: row; }
    .image-headline-container .image-headline__image {
      position: relative;
      flex-basis: 60%;
      flex-shrink: 0;
      height: 100vw; } }
  @media (min-width: 1025px) and (min-width: 768px) {
    .image-headline-container .image-headline__image {
      height: auto; } }
  @media (min-width: 1025px) {
    .image-headline-container .image-headline__content {
      position: relative;
      text-align: center; }
      .image-headline-container .image-headline__content:before {
        display: none; } }

.image-headline {
  position: relative;
  width: 100%;
  margin-top: 100px;
  width: calc(100% - 40px);
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .image-headline {
      width: calc(100% - 80px); } }
  @media (min-width: 1224px) {
    .image-headline {
      max-width: 1224px; } }
  @media (min-width: 768px) {
    .image-headline {
      height: auto;
      display: flex; } }
  @media (min-width: 1224px) {
    .image-headline {
      margin: 0 auto; } }

.image-headline__image {
  position: relative; }
  .image-headline__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: relative;
    z-index: 1; }

.image-headline__bg {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1; }
  .image-headline__bg svg {
    display: block;
    width: 100%; }

.image-headline__bg--large {
  max-width: 66vw; }

.image-headline__bg--small {
  max-width: 20vw; }

.image-headline__content {
  bottom: 0;
  padding: 40px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .image-headline__content .seo {
    font-size: 0.9em;
    margin-bottom: 16px;
    color: #003a70;
    text-transform: uppercase;
    text-align: center;
    -webkit-font-smoothing: antialiased; }
  .image-headline__content .headline {
    font-size: 1.999em;
    color: #003a70;
    text-align: center;
    margin-bottom: 16px;
    display: block;
    font-weight: 700; }
  .image-headline__content p {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 24px;
    color: #757575; }
  .image-headline__content .btn {
    margin: 0 auto;
    display: inline-block; }

@media (min-width: 1025px) {
  .full-width-image-container {
    margin-top: 120px;
    margin-bottom: 120px; } }

.full-width-image {
  position: relative;
  width: 100%; }
  .full-width-image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1; }

.full-width-image__image {
  height: 500px;
  position: relative; }
  .full-width-image__image:after {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 200px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); }
  .full-width-image__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right; }
    @media (min-width: 768px) {
      .full-width-image__image img {
        object-position: 0% 50%; } }
  .full-width-image__image div {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 48px; }
    .full-width-image__image div h4 {
      font-size: 1.999em;
      font-weight: 700;
      margin-top: 16px; }
      @media (min-width: 768px) {
        .full-width-image__image div h4 {
          font-size: 2.827em; } }
  .full-width-image__image .seo {
    color: white; }

.full-width-image__content {
  color: #003a70;
  padding: 48px;
  text-align: center; }
  .full-width-image__content p {
    max-width: 600px;
    margin: 0 auto; }
  .full-width-image__content .btn {
    margin-top: 32px; }

.important-deadlines {
  overflow: hidden;
  position: relative;
  color: #003a70;
  margin: 100px 0; }
  .important-deadlines h4 {
    margin: 20px 0;
    font-size: 0.9em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-decoration: none;
    color: inherit;
    text-align: center; }
  .important-deadlines ul li {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    color: white; }
    .important-deadlines ul li > img {
      width: 80px;
      height: 80px;
      margin: 6px;
      margin-right: 16px;
      margin-left: 0;
      border-radius: 4px; }
  @media (min-width: 1025px) {
    .important-deadlines:after, .important-deadlines:before {
      content: '';
      display: block;
      width: calc((100vw - 1224px)/2);
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 5;
      pointer-events: none; }
    .important-deadlines:after {
      right: 0;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
    .important-deadlines:before {
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    .important-deadlines ul {
      display: flex;
      margin: 40px 0; }
    .important-deadlines li {
      margin-bottom: 0; }
    .important-deadlines .event {
      flex-shrink: 0;
      color: #003a70; } }
  @media (min-width: 1025px) and (min-width: 768px) {
    .important-deadlines .event {
      width: 48.5714285714%;
      float: left;
      margin-right: 2.8571428571%; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .important-deadlines .event {
      width: 31.4285714286%;
      float: left;
      margin-right: 2.8571428571%; } }
  @media (min-width: 1025px) and (min-width: 1224px) {
    .important-deadlines .event {
      width: 22.8571428571%;
      float: left;
      margin-right: 2.8571428571%; } }
  @media (min-width: 1025px) {
      .important-deadlines .event a {
        float: left; }
    .important-deadlines .event__title {
      border-bottom: 0px; }
      .important-deadlines .event__title img {
        display: none; } }

.event__calendar {
  width: 60px;
  height: 60px;
  background: #fed100;
  border-radius: 50%;
  overflow: hidden;
  margin: 6px;
  margin-right: 16px;
  margin-left: 0; }
  .event__calendar time {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .event__calendar strong {
    display: flex;
    width: 100%;
    flex-grow: 1;
    color: #003a70;
    align-items: center;
    justify-content: center;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 1.414em; }

.event__title {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  color: #003a70; }
  .event__title img {
    width: 16px;
    height: auto; }

.tiles {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .tiles .wrapper {
      display: flex;
      align-items: center;
      padding-top: 120px;
      padding-bottom: 120px;
      justify-content: space-between; }
      .tiles .wrapper.-vertical {
        flex-direction: column; }
        .tiles .wrapper.-vertical .container.has-8 {
          flex-wrap: wrap; }
          .tiles .wrapper.-vertical .container.has-8 .tile {
            width: calc(50% - 10px); }
          .tiles .wrapper.-vertical .container.has-8 .tile:nth-child(odd) {
            margin-right: 20px; }
      .tiles .wrapper.-horizontal {
        flex-direction: row; }
        .tiles .wrapper.-horizontal .tiles__content {
          min-width: 380px; }
        .tiles .wrapper.-horizontal .container.has-4 {
          flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .tiles .container {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; } }
  @media (min-width: 1025px) {
    .tiles .container {
      flex-wrap: nowrap; } }

.tiles__content {
  padding: 40px;
  text-align: center; }
  .tiles__content .headline {
    color: #003a70;
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
    font-size: 1.999em; }
  .tiles__content .seo {
    color: #003a70;
    margin-bottom: 16px; }
  .tiles__content p {
    color: #757575;
    max-width: 420px;
    margin: 0 auto; }

.tile {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.8571428571%; }
  @media (min-width: 768px) {
    .tile.tile--1-2 {
      width: 48.5714285714%;
      float: left;
      margin-right: 2.8571428571%; }
      .tile.tile--1-2:nth-child(2n+2) {
        float: right;
        margin-right: 0; }
    .tile.tile--1-3 {
      width: 31.4285714286%;
      float: left;
      margin-right: 2.8571428571%; }
      .tile.tile--1-3:nth-child(3n+3) {
        float: right;
        margin-right: 0; }
    .tile.tile--1-4 {
      width: 48.5714285714%;
      float: left;
      margin-right: 2.8571428571%; }
      .tile.tile--1-4:nth-child(2n+2) {
        float: right;
        margin-right: 0; } }
  .tile h4 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 1.999em;
    padding: 40px; }
  .tile:hover .tile__image {
    transform: scale(1);
    transition: transform .3s; }

.fire-pc .tile {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .fire-pc.tile--1-2 {
    width: calc(50% - 20px);
    margin-right: 20px; }
    .fire-pc.tile--1-2:nth-child(2n+2) {
      margin-right: 0; }
  .fire-pc.tile--1-3 {
    width: calc(33.33% - 40px);
    margin-right: 20px; }
    .fire-pc.tile--1-3:nth-child(3n+3) {
      margin-right: 0; }
  .fire-pc.tile--1-4 {
    width: calc(50% - 20px);
    margin-right: 20px; }
    .fire-pc.tile--1-4:nth-child(2n+2) {
      margin-right: 0; } }

.tile__image {
  width: 100%;
  position: relative;
  height: 256px;
  transform: scale(1.1);
  transition: transform .3s; }
  .tile__image:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.2; }
  .tile__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.tile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .tile__content h4 {
    margin-bottom: 11px;
    font-size: 1.157em; }
  .tile__content p {
    margin-bottom: 11px; }
  .tile__content .btn {
    margin-top: auto; }

.interior-nav {
  background: #fed100;
  cursor: pointer; }
  .interior-nav ul {
    text-align: center;
    padding: 0px 0px 10px 0px; }
    .interior-nav ul li {
      display: block;
      margin-bottom: 11px; }
      @media (min-width: 1025px) {
        .interior-nav ul li {
          margin-right: 20px;
          display: inline-block; } }
      .interior-nav ul li:last-child {
        margin-right: 0; }
      .interior-nav ul li a, .interior-nav ul li.view-more {
        font-size: 0.9em;
        color: #003a70;
        text-decoration: none;
        font-weight: 700;
        cursor: pointer; }
  .interior-nav nav {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-out; }
    .interior-nav nav.active {
      max-height: 100vh;
      transition: max-height .3s ease-in-out; }
  .interior-nav .underline {
    background: #003a70;
    transform: scaleX(1);
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
    transform-origin: left center;
    backface-visibility: hidden;
    height: 2px; }
  .interior-nav .v-hover:hover .underline {
    height: 3px; }

.interior-nav__trigger {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 11px;
  color: #003a70; }
  .interior-nav__trigger > span {
    font-size: 0.707em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }

@media (min-width: 1025px) {
  .sidebar .interior-nav__trigger {
    display: none; } }

.interior-nav__ham {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 16px;
  margin-left: 10px;
  width: 20px;
  position: relative;
  backface-visibility: hidden; }
  .interior-nav__ham span {
    height: 1px;
    background: #003a70;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px; }
    .interior-nav__ham span:first-child {
      width: 20px;
      transform: translateY(-3px) rotate(0);
      transition: all .3s;
      backface-visibility: hidden; }
    .interior-nav__ham span:last-child {
      width: 16px;
      transform: translateY(3px) rotate(0);
      transition: all .3s;
      backface-visibility: hidden; }
  .interior-nav__ham.active span:first-child {
    transform: translateY(0px) rotate(45deg);
    width: 16px;
    transition: all .3s; }
  .interior-nav__ham.active span:last-child {
    transform: translateY(0px) rotate(-45deg);
    transition: all .3s; }

.interior-nav--important {
  background: #DDE5E9; }

@media (min-width: 1025px) {
  .content-blocks .container {
    display: flex;
    align-items: stretch; } }

.content-block {
  text-align: center;
  margin-bottom: 32px; }
  @media (min-width: 1025px) {
    .content-block {
      margin-bottom: 0;
      width: 48.5714285714%;
      float: left;
      margin-right: 2.8571428571%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .content-block:nth-child(2n+2) {
        float: right;
        margin-right: 0; } }
  .content-block h4 {
    color: #003a70;
    font-weight: 700;
    display: block;
    margin-bottom: 16px; }
  .content-block h1, .content-block h2, .content-block h3, .content-block h4 {
    color: #003a70;
    font-weight: 700; }
  .content-block p {
    padding: 0 24px; }
  .content-block .btn {
    display: inline-block;
    margin-top: auto; }

.content-block__image {
  height: 350px;
  margin-bottom: 40px; }
  .content-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.image-layout {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  @media (min-width: 1025px) {
    .image-layout {
      padding-bottom: 140px; } }
  .image-layout .seo, .image-layout .headline {
    color: #003a70; }
  .image-layout .seo {
    margin-bottom: 16px; }
  .image-layout .headline {
    font-size: 1.999em;
    font-weight: 700;
    margin-bottom: 16px;
    display: block; }
    @media (min-width: 768px) {
      .image-layout .headline {
        font-size: 2.827em; } }
  .image-layout p {
    color: #757575;
    max-width: 600px;
    margin: 40px auto; }
  .image-layout .container {
    width: 100%; }
    @media (min-width: 768px) {
      .image-layout .container {
        display: flex;
        align-items: center; } }
  .image-layout svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1; }

.image-layout__image {
  width: 100%;
  flex-basis: 25%;
  margin-right: 16px;
  display: block;
  flex-shrink: 1;
  flex-grow: 1;
  margin-bottom: 16px; }
  @media (min-width: 1025px) {
    .image-layout__image {
      flex-basis: 25%;
      margin-right: 24px; } }
  .image-layout__image:last-child {
    margin-right: 0; }
  .image-layout__image img {
    display: block;
    width: 100%; }

.box-callout {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .box-callout {
      display: block;
      margin-bottom: 140px; } }
  .box-callout svg {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    transform: scale(1); }
    .box-callout svg:first-child {
      top: 0; }
    .box-callout svg:last-child {
      bottom: 0; }
  .box-callout .box-callout__bg {
    z-index: -1;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .box-callout .box-callout__bg {
        height: 600px; } }
    @media (min-width: 1224px) {
      .box-callout .box-callout__bg {
        height: 800px; } }
    .box-callout .box-callout__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .box-callout .wrapper {
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .box-callout .wrapper {
        width: calc(100% - 80px); } }

.box-callout__box {
  background: #003a70;
  padding: 56px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white; }
  @media (min-width: 1025px) {
    .box-callout__box {
      position: absolute;
      max-width: 420px;
      right: 0;
      bottom: -100px; } }
  .box-callout__box h2 {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    letter-spacing: 0.15em;
    margin-bottom: 16px; }
  .box-callout__box h3 {
    font-weight: 700; }
  .box-callout__box p {
    margin: 16px 0;
    color: white; }
  .box-callout__box a {
    color: white !important;
    text-decoration: none;
    padding: 16px 32px;
    border: 1px solid white;
    display: block;
    font-weight: 700;
    transition: all .3s; }
    .box-callout__box a:hover {
      background: white;
      color: #003a70 !important;
      transition: all .3s; }
  .box-callout__box input, .box-callout__box label {
    color: white !important; }
  .box-callout__box input {
    border: 1px solid white !important; }

.centered-cta {
  width: 100%;
  text-align: center;
  padding: 70px 0;
  max-width: 767px;
  margin: 0 auto; }
  .centered-cta h1, .centered-cta h2, .centered-cta h3 {
    font-size: 1.999em;
    color: #003a70;
    font-weight: 700;
    margin-bottom: 24px; }
    @media (min-width: 1025px) {
      .centered-cta h1, .centered-cta h2, .centered-cta h3 {
        font-size: 2.827em; } }
  .centered-cta p {
    margin-bottom: 22px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    color: #757575; }

.centered-cta--padding-top {
  padding: 70px 0 0 0; }

.centered-cta--padding-bottom {
  padding: 0 0 70px 0; }

.academic-programs .wrapper {
  max-width: 100%;
  width: 100%;
  padding: 100px 0; }
  @media (min-width: 1025px) {
    .academic-programs .wrapper {
      max-width: 1224px; } }

.program {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  margin-bottom: 100px; }
  .program:last-child {
    margin-bottom: 0; }
  .program .seo {
    color: #003a70;
    margin-bottom: 8px; }
  .program h3 {
    color: #003a70; }
  .program p {
    max-width: 520px;
    display: block;
    margin-bottom: 0; }

.program__content {
  position: relative;
  z-index: 2;
  padding: 100px 40px; }
  @media (min-width: 1025px) {
    .program__content {
      margin-left: 33%;
      padding: 100px 0; } }
  .program__content h3 {
    font-weight: 700; }
  .program__content p {
    margin-top: 24px; }
  .program__content strong {
    font-weight: bold; }

.program__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 30%;
  background: black; }
  .program__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    object-position: center; }

.info-request {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .info-request form {
    display: flex;
    flex-wrap: wrap; }
  .info-request .wrapper {
    max-width: 960px; }
  .info-request .container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1025px) {
      .info-request .container {
        flex-direction: row; } }
  .info-request .form-block {
    width: 100%;
    margin-bottom: 22px; }
    @media (min-width: 1025px) {
      .info-request .form-block {
        width: 50%;
        padding-right: 22px; } }
    .info-request .form-block br {
      display: none; }
    .info-request .form-block .number {
      padding: 0;
      width: 100%; }

.info__content {
  width: 340px;
  flex-shrink: 0;
  margin-right: 48px; }
  .info__content h3, .info__content h4 {
    color: #003a70; }
  .info__content h3 {
    font-weight: 700;
    margin-bottom: 16px; }
  .info__content h4 {
    font-weight: 700;
    margin-bottom: 16px; }
  .info__content ul {
    color: #757575; }
    .info__content ul li {
      list-style-type: disc; }
  .info__content ul, .info__content ol {
    padding-left: 1em;
    margin-bottom: 24px; }
  .info__content .cta {
    display: inline-block;
    color: #002c54; }
    .info__content .cta:after {
      content: '';
      background: #3a8dde; }

.info__form {
  flex-grow: 1; }

.contact-form {
  position: relative; }
  @media (min-width: 1025px) {
    .contact-form .wrapper {
      display: flex; } }

.contact-form__details h3 {
  font-size: 1.999em;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 11px; }
  @media (min-width: 1025px) {
    .contact-form__details h3 {
      font-size: 2.827em; } }

@media (min-width: 1025px) {
  .contact-form__details {
    width: 290px;
    margin-right: 44px;
    flex-shrink: 0; } }

.gform_body label {
  display: block;
  color: #757575;
  letter-spacing: 0.05em;
  font-weight: 700; }
  .gform_body label.gfield_label {
    font-size: 0.9em !important; }

.gform_body .ginput_complex label {
  font-size: 0.7em !important;
  margin-top: 5px !important; }

.gform_body input[type="text"], .gform_body textarea, .gform_body select {
  background: transparent;
  border: 1px solid #757575;
  width: 100%;
  color: #003a70;
  font-size: 1em; }
  .gform_body input[type="text"].small, .gform_body input[type="text"].medium, .gform_body input[type="text"].large, .gform_body textarea.small, .gform_body textarea.medium, .gform_body textarea.large, .gform_body select.small, .gform_body select.medium, .gform_body select.large {
    width: 100% !important; }
  .gform_body input[type="text"]::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder, .gform_body select::-webkit-input-placeholder {
    color: #ECECEC; }
  .gform_body input[type="text"]:-moz-placeholder, .gform_body textarea:-moz-placeholder, .gform_body select:-moz-placeholder {
    color: #ECECEC; }
  .gform_body input[type="text"]::-moz-placeholder, .gform_body textarea::-moz-placeholder, .gform_body select::-moz-placeholder {
    color: #ECECEC; }
  .gform_body input[type="text"]:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder, .gform_body select:-ms-input-placeholder {
    color: #ECECEC; }
  .gform_body input[type="text"]:focus, .gform_body textarea:focus, .gform_body select:focus {
    outline: none;
    border: 1px solid #003a70;
    color: #003a70; }

.gform_body input[type="checkbox"], .gform_body input[type="radio"] {
  -webkit-appearance: none;
  display: inline-block;
  background: transparent;
  border: 1px solid #757575;
  padding: 6px;
  margin: 0 !important;
  margin-right: 5px !important; }
  .gform_body input[type="checkbox"]:checked, .gform_body input[type="radio"]:checked {
    background: #003a70; }

.gform_body .ginput_container_consent {
  display: flex;
  align-items: center; }
  .gform_body .ginput_container_consent input {
    margin-right: 11px; }

body.page .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body.page .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 8px; }

.gform_footer input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  color: white;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
  z-index: 2;
  background: #003a70;
  transition: all .3s;
  border-radius: 0;
  cursor: pointer; }
  .gform_footer input[type="submit"]:hover {
    background: #002c54;
    transition: all .3s; }

.faqs-container {
  padding: 122px 0; }
  .faqs-container .wrapper {
    max-width: 680px; }

.faq {
  margin-bottom: 22px; }
  .faq:last-child {
    margin-bottom: 0; }

.faq__icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 11px; }
  .faq__icon:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .faq__icon:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .4s; }

.faq.active .faq__icon:before, .faq.active .faq__icon:after {
  background: #003a70; }

.faq.active .faq__icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform .4s background .4s; }

.faq.active .faq__answer {
  max-height: 500px;
  transition: max-height .4s; }

.faq__question {
  display: flex;
  align-items: center; }
  .faq__question strong {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.157em; }

.faq__answer {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .4s; }
  .faq__answer p {
    margin: 11px 0; }

.featured-video {
  padding: 122px 0; }

.utility-bar {
  position: fixed;
  right: 20px;
  z-index: 9;
  display: none;
  transform: translateY(calc(-100% - 20px)); }
  @media (min-width: 1025px) {
    .utility-bar {
      display: block;
      transform: translateY(calc(-100% - 40px)); } }
  @media (min-width: 1224px) {
    .utility-bar {
      right: 40px;
      transform: translateY(calc(-100% - 40px)); } }
  @media (min-width: 1224px) {
    .utility-bar {
      right: calc((100vw - 1224px)/2); } }
  .utility-bar ul {
    display: flex;
    align-items: stretch; }
  .utility-bar li {
    display: inline-block;
    overflow: hidden;
    height: 55px; }
    .utility-bar li:last-child a {
      padding: 18px;
      border-right: none; }
  .utility-bar a {
    padding: 16px 24px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    background: #003a70;
    transition: background .3s; }
    .utility-bar a:hover {
      background: #002c54;
      transition: background .3s; }
    .utility-bar a svg {
      display: block; }

@media (min-width: 1025px) {
  .hero--interior + .utility-bar {
    transform: translateY(calc(-100% - 40px)); } }

.utility-scroll-trigger {
  width: 100%;
  height: 1px;
  position: absolute; }

.utility-scroll-trigger--parallax {
  top: 100vh; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: red;
  top: 0;
  display: block;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s; }
  .modal.active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s; }

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal__content {
  position: relative;
  background: white;
  padding: 48px;
  max-height: 100%;
  overflow-y: auto; }
  .modal__content h1, .modal__content h2, .modal__content h3, .modal__content h4, .modal__content h5 {
    color: #003a70; }
  .modal__content .gform_wrapper {
    margin-bottom: 0; }
  .modal__content .gform_wrapper .gform_footer {
    margin-bottom: 0 !important; }

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 24px;
  height: 24px; }
  .modal__close:before, .modal__close:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #003a70;
    top: 0;
    left: 50%;
    margin-left: -1px; }
  .modal__close:before {
    transform: rotate(45deg); }
  .modal__close:after {
    transform: rotate(-45deg); }

.tabs-container {
  width: 100%;
  background: #ECECEC;
  padding-top: 24px; }

.tabs {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .tabs {
      flex-direction: row; } }

.tab-group {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 1025px) {
    .tab-group {
      flex-direction: row;
      width: auto; } }

.tab {
  color: #003a70;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
  width: 100%; }
  @media (min-width: 1025px) {
    .tab {
      width: auto; } }
  .tab:last-child {
    margin-right: 0; }
  .tab.active {
    background: white; }
  .tab a {
    color: #003a70;
    text-decoration: none; }
    .tab a:hover {
      background: #003a70; }

.tab--link {
  background: white;
  padding: 0; }
  .tab--link a {
    padding: 12px 24px;
    display: inherit; }
    .tab--link a:hover {
      color: #ededed;
      transition: all .3s; }

.tab-content {
  display: none;
  padding: 40px 0;
  color: #003a70; }
  .tab-content > .container {
    margin: 0 auto; }
  .tab-content.active {
    display: block; }

.pagination {
  color: #757575;
  margin: 40px 0;
  display: flex;
  align-items: center; }

.multiple-ctas {
  padding: 100px 0; }
  .multiple-ctas .wrapper {
    max-width: 800px;
    text-align: center; }
  .multiple-ctas h1, .multiple-ctas h2, .multiple-ctas h3 {
    font-size: 1.999em;
    font-weight: 700;
    margin-bottom: 24px;
    color: #003a70; }
  @media (min-width: 1025px) {
    .multiple-ctas h1, .multiple-ctas h2 {
      font-size: 2.827em; } }
  .multiple-ctas p {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 24px; }

.small-image-headline .wrapper {
  padding: 70px 0;
  max-width: 800px; }
  @media (min-width: 1025px) {
    .small-image-headline .wrapper {
      display: flex; } }

.small-image-headline .image-headline__content {
  text-align: left; }
  .small-image-headline .image-headline__content h3 {
    font-weight: 700;
    font-size: 1.414em;
    margin-bottom: 16px;
    color: #003a70; }
  .small-image-headline .image-headline__content p {
    text-align: left; }
  .small-image-headline .image-headline__content .btn {
    margin-left: 0; }

.content-slider-container {
  color: #003a70;
  overflow: hidden; }
  .content-slider-container h4 {
    text-align: center; }
  .content-slider-container .wrapper {
    position: relative; }

.content-slider {
  display: flex;
  flex-wrap: nowrap;
  margin: 16px 0; }
  @media (min-width: 1025px) {
    .content-slider {
      margin: 40px 0; } }
  .content-slider .slide {
    width: 100%;
    flex-shrink: 0;
    margin-right: 12px; }
    @media (min-width: 1025px) {
      .content-slider .slide {
        padding-right: 0;
        padding-left: 0; } }
    .content-slider .slide a {
      text-decoration: none;
      color: #003a70; }
    .content-slider .slide .btn {
      color: white;
      margin-top: 24px; }
    .content-slider .slide .slide__content {
      margin-top: 24px; }
    @media (min-width: 1025px) {
      .content-slider .slide.active .slide__content {
        opacity: 1;
        transition: opacity .5s; }
      .content-slider .slide.active .slide__image {
        transform: scale(1);
        transition: all .5s;
        opacity: 1; } }
  @media (min-width: 1025px) {
    .content-slider .slide__image {
      margin-bottom: 40px;
      transform: scale(0.9);
      transition: all .5s;
      opacity: 0.5;
      height: 60vh;
      height: 460px;
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  .content-slider .slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .content-slider .slide__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1025px) {
      .content-slider .slide__content {
        opacity: 0;
        transition: opacity .5s; } }
    .content-slider .slide__content h3 {
      font-size: 1.414em;
      font-weight: 700; }

.content-slider__header {
  display: flex;
  justify-content: space-between; }
  .content-slider__header h4 {
    text-align: left; }
    @media (min-width: 1025px) {
      .content-slider__header h4 {
        text-align: center; } }
  .content-slider__header a {
    font-size: 0.9em;
    color: #002c54;
    white-space: nowrap; }
  @media (min-width: 1025px) {
    .content-slider__header {
      display: block;
      text-align: center; }
      .content-slider__header h4 {
        margin-bottom: 16px; } }

.content-slider__pagi {
  display: flex;
  justify-content: center;
  align-items: center; }
  .content-slider__pagi .progress {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background: rgba(117, 117, 117, 0.2);
    position: relative; }
    .content-slider__pagi .progress .fill {
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      background: #757575; }
  .content-slider__pagi .arrows {
    display: flex;
    margin-left: 40px; }
    .content-slider__pagi .arrows .arrow {
      width: 13px;
      height: 24px;
      background-image: url("assets/svgs/pagi-arrow.svg");
      color: transparent;
      background-size: contain;
      cursor: pointer;
      margin-right: 12px; }
      .content-slider__pagi .arrows .arrow:last-child {
        transform: scaleX(-1);
        margin-right: 0; }

.content-slider--side-by-side .slide {
  display: flex;
  padding: 0;
  flex-direction: column;
  margin-right: 16px; }
  @media (min-width: 768px) {
    .content-slider--side-by-side .slide {
      flex-direction: row; } }
  @media (min-width: 1025px) {
    .content-slider--side-by-side .slide .slide__image,
    .content-slider--side-by-side .slide .slide__details {
      opacity: 0;
      transition: opacity .4s; } }
  .content-slider--side-by-side .slide.active .slide__image,
  .content-slider--side-by-side .slide.active .slide__details {
    opacity: 1;
    transition: opacity .4s .1s; }

.content-slider--side-by-side h3 {
  font-size: 1.414em;
  font-weight: 700; }

@media (min-width: 1025px) {
  .content-slider--side-by-side .slide__image {
    transform: scale(1);
    flex-basis: 66%;
    margin-bottom: 0;
    flex-grow: 1; } }

.content-slider--side-by-side .slide__details {
  flex-basis: 33%;
  padding: 24px 0; }
  @media (min-width: 1025px) {
    .content-slider--side-by-side .slide__details {
      width: 400px;
      flex-shrink: 0;
      margin-bottom: 40px;
      padding: 40px; } }

.content-slider-container--side-by-side {
  margin-bottom: 100px; }
  .content-slider-container--side-by-side .content-slider__pagi {
    height: 40px;
    align-items: center; }
    @media (min-width: 1025px) {
      .content-slider-container--side-by-side .content-slider__pagi {
        width: 400px;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 40px; } }

.event-slider-container {
  padding: 100px 0;
  position: relative; }
  @media (min-width: 1025px) {
    .event-slider-container:after, .event-slider-container:before {
      content: '';
      display: block;
      width: calc((100vw - 1224px)/2);
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 5;
      pointer-events: none; }
    .event-slider-container:after {
      right: 0;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
    .event-slider-container:before {
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); } }

.event-slider {
  display: flex;
  margin: 40px 0; }

.event-slider__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px; }
  @media (min-width: 1025px) {
    .event-slider__header {
      display: block;
      text-align: center; }
      .event-slider__header .seo {
        margin-bottom: 16px; } }
  .event-slider__header a {
    color: #3a8dde;
    font-size: 0.9em; }

.event-slide {
  width: 100%;
  flex-shrink: 0;
  margin-right: 10px; }
  @media (min-width: 1025px) {
    .event-slide {
      width: 31.4285714286%;
      float: left;
      margin-right: 2.8571428571%; } }
  .event-slide img {
    display: block;
    width: 100%; }
  .event-slide a {
    color: white;
    text-decoration: none;
    font-weight: 700; }
  .event-slide h4 {
    font-size: 1.414em;
    margin-bottom: 16px; }

.cohorts-container {
  margin-bottom: 24px; }
  .cohorts-container h3, .cohorts-container h4, .cohorts-container h5 {
    color: #003a70; }
  .cohorts-container h3 {
    color: #003a70;
    margin-bottom: 12px;
    font-weight: 700; }
  .cohorts-container h4 {
    margin-bottom: 8px;
    margin-top: 8px; }
  .cohorts-container h5 {
    color: #003a70;
    margin-top: 8px; }
  .cohorts-container .cohort {
    list-style-type: disc;
    margin-left: 1.1em; }
  .cohorts-container ul {
    padding-left: 0 !important; }
  .cohorts-container li {
    list-style-type: none !important; }

.quick-links {
  background: #DDE5E9;
  mask: url(#quick-links-top);
  mask-type: luminance;
  position: relative;
  clip-path: circle(100% at 50% 50%); }
  @media (min-width: 1025px) {
    .quick-links {
      display: none; } }
  .quick-links svg {
    display: block;
    width: 100%;
    position: absolute;
    top: 0; }
  .quick-links .container {
    display: flex;
    align-items: stretch; }

.quick-links__menu {
  padding: 48px 24px;
  color: #003a70;
  font-weight: 700; }
  .quick-links__menu strong {
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .quick-links__menu li {
    margin-bottom: 12px; }
    .quick-links__menu li a {
      color: #003a70;
      text-decoration: none; }

.quick-links__image {
  width: 112px; }
  .quick-links__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.headline-resources h4, .headline-resources h5 {
  color: #003a70;
  font-weight: 700; }

.headline-resources h4 {
  margin-bottom: 24px; }

@media (min-width: 768px) {
  .headline-resources .wrapper {
    display: flex;
    align-items: center; } }

.headline-resources p {
  max-width: 600px; }

@media (min-width: 768px) {
  .headline-resources__links {
    width: 22.8571428571%;
    flex-shrink: 0;
    margin-left: 64px; } }

.headline-resources__links h5 {
  margin-bottom: 16px; }

.headline-resources__links li {
  margin-bottom: 12px; }

.headline-resources__links a {
  color: #3a8dde;
  display: inline-block; }
  .headline-resources__links a:after {
    content: '';
    background: #3a8dde; }

.testimonial {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .testimonial {
      display: block;
      margin-bottom: 140px;
      margin-top: 140px; } }
  .testimonial svg {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    transform: scale(1); }
    .testimonial svg:first-child {
      top: 0; }
    .testimonial svg:last-child {
      bottom: -40px; }
  .testimonial .testimonial__bg {
    z-index: -1;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .testimonial .testimonial__bg {
        height: 600px; } }
    @media (min-width: 1224px) {
      .testimonial .testimonial__bg {
        height: 800px; } }
    .testimonial .testimonial__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .testimonial .wrapper {
    width: 100%; }
    @media (min-width: 1025px) {
      .testimonial .wrapper {
        width: calc(100% - 80px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        justify-content: flex-end; } }

.testimonial.no-image {
  margin-bottom: 0;
  margin-top: 0; }
  @media (min-width: 1025px) {
    .testimonial.no-image .wrapper {
      left: auto;
      transform: none;
      position: relative; } }
  .testimonial.no-image svg {
    width: 120vw;
    left: -25%; }

.testimonial__copy {
  text-align: center;
  padding: 35px 0; }
  @media (min-width: 1025px) {
    .testimonial__copy {
      width: 50%;
      text-align: left; } }
  .testimonial__copy p {
    color: #003a70; }

.testimonial.no-image .testimonial__copy {
  position: relative;
  text-align: center;
  padding: 0 60px 60px 60px; }
  @media (min-width: 1025px) {
    .testimonial.no-image .testimonial__copy {
      padding: 50px 0 130px 0;
      width: 100%; } }

.testimonial__quote {
  position: relative;
  display: inline-block;
  max-width: 420px; }
  .testimonial__quote:before, .testimonial__quote:after {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("assets/svgs/quote.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .testimonial__quote:before {
    top: 0;
    transform: translateX(-130%) translateY(-20%); }
  .testimonial__quote:after {
    transform: scale(-1) translateX(-130%);
    right: 0;
    bottom: 0; }

#tribe-events-content a {
  opacity: 1; }

#tribe-bar-form label {
  color: #003a70; }

.tribe-events-page-title {
  font-size: 2.827em;
  color: #003a70; }

.tribe-events-title-bar {
  margin-bottom: 50px;
  display: block; }

.tribe-events-view-wrapper {
  padding-top: 200px;
  max-width: 1224px;
  margin: 0 auto; }

.tribe-events-sub-nav a {
  color: #003a70; }

.tribe-events-list-separator-month {
  color: #003a70;
  font-weight: 700;
  font-size: 1.999em; }

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  width: 100%;
  margin: 0; }

.tribe-events-read-more {
  font-weight: 700;
  display: inline-block; }

.tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*=tribe-events-daynum-] {
  opacity: 1; }

.tribe-events-tooltip h3 {
  font-size: 1.157em; }

#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover, .tribe-events-calendar td.tribe-events-present.mobile-active, .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
  background: #003a70; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #003a70; }

main.general {
  padding-top: 80px; }
  @media (min-width: 1025px) {
    main.general {
      padding-top: 0; } }
  main.general h2, main.general h3, main.general h4 {
    color: #003a70; }

main.overview p a {
  color: #002c54;
  transition: color .3s; }
  main.overview p a:hover {
    color: #003a70;
    transition: color .3s; }

main.overview p a.btn {
  color: #ffffff; }

@media (min-width: 1025px) {
  .content .wrapper {
    display: flex; } }

.content-container {
  flex-grow: 1;
  padding: 20px 0; }
  @media (min-width: 1025px) {
    .content-container {
      padding: 72px 72px 72px 0; } }

.gutenberg {
  width: 100%;
  background: white;
  color: #003a70;
  position: relative;
  z-index: 2; }
  .gutenberg .wrapper {
    display: flex; }
  .gutenberg h1 {
    font-size: 2.827em;
    font-weight: 700;
    margin-bottom: 16px; }
  .gutenberg h2 {
    display: block;
    font-size: 1.999em;
    font-weight: 700;
    margin-bottom: 16px; }
  .gutenberg h3 {
    font-size: 1.414em;
    font-weight: 700; }
  .gutenberg h3 {
    font-size: 1.414em;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 11px;
    margin-top: 11px; }
  .gutenberg h4 {
    font-size: 1.157em;
    margin-bottom: 11px;
    margin-top: 11px; }
  .gutenberg a {
    color: #002c54; }
  .gutenberg .wp-block-button.is-style-outline a {
    border: 2px solid #003a70;
    color: #003a70; }
    .gutenberg .wp-block-button.is-style-outline a:hover {
      color: white; }
  .gutenberg .wp-block-button__link {
    color: white; }
  .gutenberg .wp-block-file__button {
    border-radius: 0;
    background: #757575; }
  .gutenberg hr {
    border: none;
    height: 1px;
    background: #1c1c1c;
    display: block;
    margin: 44px 0; }
  .gutenberg .wp-block-image img {
    width: 100%; }
  .gutenberg .wp-block-image figcaption {
    text-align: left; }
  .gutenberg .wp-block-quote {
    position: relative;
    padding-left: 48px;
    padding-right: 80px;
    margin: 40px 0; }
    .gutenberg .wp-block-quote:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 32px;
      background: url("assets/svgs/quote.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-color: white; }
    .gutenberg .wp-block-quote:before {
      content: '';
      position: absolute;
      left: 7px;
      height: calc(100% - 40px);
      background: #fed100;
      display: block;
      width: 3px;
      bottom: 8px; }
    .gutenberg .wp-block-quote p {
      color: #003a70; }
    .gutenberg .wp-block-quote cite strong {
      font-weight: 700; }
  .gutenberg ol,
  .gutenberg ul {
    padding-left: 1em;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #757575; }
    .gutenberg ol li,
    .gutenberg ul li {
      margin-bottom: 12px; }
      .gutenberg ol li:last-child,
      .gutenberg ul li:last-child {
        margin-bottom: 0; }
    .gutenberg ol ul,
    .gutenberg ol ol,
    .gutenberg ul ul,
    .gutenberg ul ol {
      margin-bottom: 12px;
      margin-top: 12px; }
    .gutenberg ol ul li,
    .gutenberg ul ul li {
      list-style-type: circle; }
  .gutenberg ul li {
    list-style-type: disc; }
  .gutenberg ol li {
    list-style-type: decimal; }
  .gutenberg .wp-block-gallery {
    padding-left: 0; }
    .gutenberg .wp-block-gallery li:last-child {
      margin: 0 16px 16px 0; }
  .gutenberg .wp-block-separator {
    border: none;
    height: 2px;
    background: #ECECEC;
    margin: 32px 0; }
  .gutenberg table {
    margin: 32px 0; }
    .gutenberg table td {
      border: 1px solid #ECECEC;
      padding: 8px; }
    .gutenberg table.wp-block-table.is-style-stripes td {
      border: 1px solid #ECECEC; }

.related-content {
  margin-bottom: 88px;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 1025px) {
    .related-content {
      margin-bottom: 0;
      flex-shrink: 0; } }
  .related-content img {
    display: block;
    width: 100%; }
  .related-content a {
    text-decoration: none; }
  .related-content h5 {
    color: #003a70;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    margin: 11px 0; }
  .related-content ul {
    list-style-type: none; }

.wp-block-media-text.has-media-on-the-right, .wp-block-media-text.has-media-on-the-left {
  grid-template-columns: 100%; }
  @media (min-width: 1025px) {
    .wp-block-media-text.has-media-on-the-right, .wp-block-media-text.has-media-on-the-left {
      grid-template-columns: auto 50%; } }

.posts {
  color: #003a70;
  margin-bottom: 180px; }
  .posts:last-child {
    margin-bottom: 0; }
  .posts .container {
    display: flex;
    flex-wrap: wrap; }
  .posts .post {
    text-align: center;
    margin-bottom: 2.8571428571%; }
    @media (min-width: 768px) {
      .posts .post {
        width: 48.5714285714%;
        float: left;
        margin-right: 2.8571428571%; }
        .posts .post:nth-child(2n+2) {
          float: right;
          margin-right: 0; } }
    @media (min-width: 1025px) {
      .posts .post {
        width: 31.4285714286%;
        float: left;
        margin-right: 2.8571428571%; }
        .posts .post:nth-child(2n+2) {
          width: 31.4285714286%;
          float: left;
          margin-right: 2.8571428571%; }
        .posts .post:nth-child(3n+3) {
          float: right;
          margin-right: 0; } }
    .posts .post img {
      width: 100%;
      display: block; }
    .posts .post h3 {
      font-weight: 700;
      font-size: 1.414em; }
    .posts .post a {
      text-decoration: none;
      color: #003a70; }

.posts__header {
  display: flex;
  margin-bottom: 40px; }
  .posts__header h2 {
    font-size: 1.999em; }

.posts__footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 90px; }

.post__details {
  padding: 24px;
  pointer-events: none; }
  .post__details .details {
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.707em;
    margin-bottom: 12px;
    display: block; }
  .post__details .cat {
    font-weight: 700; }

.post__image {
  height: 220px; }
  .post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.post--event {
  position: relative; }
  .post--event .post__details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-transform: none;
    color: white; }
    .post--event .post__details h3 {
      margin-bottom: 12px; }
    .post--event .post__details .details {
      margin-bottom: 0;
      color: white;
      letter-spacing: inherit;
      font-size: 0.9em; }
      .post--event .post__details .details span {
        display: block;
        text-transform: none; }

.directory h1 {
  font-size: 2.827em;
  color: #003a70;
  font-weight: 700;
  text-align: center;
  margin: 40px 0; }

.directory .article__thumbnail {
  width: 220px;
  height: 140px;
  flex-shrink: 0;
  margin-right: 24px; }
  .directory .article__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .directory .article__thumbnail h3 {
    font-size: 1.414em; }

.directory .article {
  display: flex;
  align-items: center;
  padding-top: 0;
  margin-bottom: 40px; }
  .directory .article:last-child {
    margin-bottom: 0; }

.directory .wrapper {
  flex-direction: column; }

.directory .content-container {
  width: 100%; }

.article__details {
  color: #757575; }
  .article__details h3 {
    font-weight: 700;
    font-size: 1.414em; }
    .article__details h3 a {
      color: #003a70;
      text-decoration: none; }
  .article__details > div {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.9em;
    margin-bottom: 8px; }
  .article__details .cat {
    font-weight: 700; }
  .article__details .divider {
    margin: 0 8px;
    display: inline; }

.pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 32px; }
  .pagination .page-numbers {
    text-decoration: none;
    font-weight: 700;
    font-size: 1.157em;
    color: #757575;
    margin: 0 0.5em; }
    .pagination .page-numbers.current {
      color: #003a70; }
    .pagination .page-numbers.next {
      display: none; }

.pagination__arrow {
  width: 13px;
  height: 24px;
  background-image: url("assets/svgs/pagi-arrow.svg");
  color: transparent;
  background-size: contain;
  cursor: pointer; }
  .pagination__arrow.disabled {
    opacity: 0.5; }

.pagination__next {
  transform: scaleX(-1); }

@media (min-width: 1025px) {
  .directory--with-sidebar .wrapper {
    display: flex; } }

.directory--with-sidebar .sidebar-container {
  position: relative;
  z-index: 2;
  margin-top: calc(100vw * -262/1440); }

.directory--no-sidebar .wrapper {
  display: block; }

.directory-container {
  display: flex;
  padding-top: 56px; }
  @media (min-width: 1025px) {
    .directory-container {
      padding-top: 156px;
      align-items: stretch; } }

.faculty {
  padding-top: 140px;
  color: #757575; }
  .faculty header {
    margin-bottom: 40px; }
  .faculty .row {
    display: flex; }
    .faculty .row.v-align {
      align-items: center; }
    .faculty .row .column {
      margin-right: 24px; }
  .faculty .group {
    margin-bottom: 24px; }
  .faculty label {
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    display: block;
    color: #003a70; }
  .faculty .faculty-directory-link {
    margin: 40px 0;
    display: inline-block; }
  .faculty strong {
    font-weight: 700;
    color: #003a70; }
  .faculty .container section {
    margin-bottom: 40px; }
  .faculty h3 {
    font-size: 1.414em;
    font-weight: 700;
    margin-bottom: 16px;
    color: #003a70; }
  .faculty .publications > div {
    margin-bottom: 40px; }
    .faculty .publications > div > div {
      margin-bottom: 16px; }
  .faculty a {
    color: #002c54; }

.faculty__image {
  width: 160px;
  margin-right: 24px; }
  .faculty__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.faculty__name h1 {
  font-size: 1.414em;
  font-weight: 700;
  color: #003a70; }

.directory {
  padding-top: 80px; }
  @media (min-width: 1025px) {
    .directory {
      padding-top: 140px; } }
  .directory h1 {
    font-size: 2.827em;
    text-align: center;
    font-weight: 700;
    display: block; }
  .directory .wrapper {
    flex-direction: column; }
    @media (min-width: 1025px) {
      .directory .wrapper {
        flex-direction: row;
        align-items: flex-start; }
        .directory .wrapper .container {
          flex-grow: 1; } }

.directory-hero {
  width: 100%;
  overflow: hidden; }

.directory-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  background: #003a70;
  min-height: 200px;
  position: relative; }
  .directory-hero__image img {
    display: block;
    width: 100%;
    height: 100%; }
  .directory-hero__image svg {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0; }

.program-filter {
  padding: 22px;
  background: #DDE5E9;
  color: #003a70; }
  .program-filter input[type="text"] {
    background: #003a70;
    border: none;
    appearance: none;
    height: 32px;
    border-radius: 16px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 0.9em;
    background-image: url("assets/svgs/search.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: white; }
    .program-filter input[type="text"]::-webkit-input-placeholder {
      color: white; }
    .program-filter input[type="text"]:-moz-placeholder {
      color: white; }
    .program-filter input[type="text"]::-moz-placeholder {
      color: white; }
    .program-filter input[type="text"]:-ms-input-placeholder {
      color: white; }
  .program-filter section > div {
    display: flex;
    justify-content: space-between; }
  .program-filter h4 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 8px; }
  .program-filter ul li {
    margin-bottom: 0px; }
  .program-filter button {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    text-decoration: underline;
    color: #002c54;
    font-size: 0.707em; }
    .program-filter button:focus {
      outline: none; }
  .program-filter label {
    font-size: 0.9em;
    font-weight: 700;
    display: block;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
    padding-left: 18px; }
    .program-filter label .checkbox {
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 10px;
      border: 1px solid #003a70;
      top: 4px;
      left: 0;
      vertical-align: baseline; }
  .program-filter input:checked + label .checkbox {
    background: #003a70; }
  .program-filter input[type="checkbox"] {
    display: none; }
  .program-filter .filter-group {
    margin-bottom: 22px; }
    .program-filter .filter-group:last-child {
      margin-bottom: 0; }

.box-list {
  margin-top: 44px; }

.box, .box-sizer {
  width: 100%; }
  @media (min-width: 768px) {
    .box, .box-sizer {
      width: calc(50% - 11px); } }

.box-gutter {
  width: 22px; }

.box {
  background: #DDE5E9;
  margin-bottom: 22px;
  display: inline-block; }
  .box .btn {
    color: white; }

.box__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  color: #003a70;
  text-decoration: none; }
  .box__title:hover {
    cursor: pointer; }

.box__title.v-hover .underline {
  bottom: 0; }

.box__trigger {
  width: 16px;
  height: 16px;
  position: relative; }
  .box__trigger:before, .box__trigger:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #003a70;
    position: absolute;
    top: 50%;
    margin-top: -1px; }
  .box__trigger:after {
    transform: rotate(90deg);
    transition: transform .3s; }

.open .box__trigger:after {
  transform: rotate(0deg);
  transition: transform .3s; }

.open .box__content {
  display: block;
  opacity: 1;
  transition: opacity 1s .3s; }
  .open .box__content > div {
    opacity: 1;
    transition: opacity 1s .3s; }

.box__content {
  border-top: 1px solid white;
  display: none;
  opacity: 0;
  transition: opacity 1s .3s; }
  .box__content > div {
    padding: 22px;
    opacity: 0;
    transition: opacity 1s .3s; }
  .box__content .btn {
    margin-bottom: 10px;
    margin-right: 10px; }
    .box__content .btn:last-child {
      margin-bottom: 0px;
      margin-right: 0px; }

.directory-container {
  display: flex;
  padding-top: 56px;
  background: #1c1c1c; }
  @media (min-width: 1025px) {
    .directory-container {
      padding-top: 156px;
      align-items: stretch; } }

.filter-directory {
  margin-bottom: 44px; }

.fd {
  background: #ededed;
  color: #003a70;
  flex-grow: 1; }
  .fd .container {
    max-width: 886px;
    margin: 66px auto; }

.fd__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center; }

.fd__intro h1 {
  font-size: 1.999em;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 22px; }
  @media (min-width: 1025px) {
    .fd__intro h1 {
      font-size: 2.827em; } }

.fd__intro p {
  font-size: 1.157em; }

.fd__search {
  background: white;
  margin-top: 24px;
  margin-bottom: 48px;
  position: relative; }

.fd__search-inputs {
  /* Reset Select */
  /* Custom Select */
  /* Arrow */
  /* Transition */ }
  @media (min-width: 768px) {
    .fd__search-inputs {
      display: flex; } }
  .fd__search-inputs input {
    flex-grow: 1;
    background: #ededed;
    border: none;
    height: 44px;
    line-height: 44px;
    font-size: 1em;
    position: relative;
    padding: 0 11px;
    background-image: url("assets/img/search-black.png");
    background-position: center right 11px;
    background-size: 16px;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 11px;
    font-size: 0.707em; }
    @media (min-width: 400px) {
      .fd__search-inputs input {
        font-size: 0.9em; } }
    @media (min-width: 768px) {
      .fd__search-inputs input {
        font-size: 1em; } }
    .fd__search-inputs input::-webkit-input-placeholder {
      color: #1c1c1c; }
    .fd__search-inputs input:-moz-placeholder {
      color: #1c1c1c; }
    .fd__search-inputs input::-moz-placeholder {
      color: #1c1c1c; }
    .fd__search-inputs input:-ms-input-placeholder {
      color: #1c1c1c; }
    .fd__search-inputs input:before {
      content: '';
      display: block;
      width: 44px;
      position: absolute;
      right: 0;
      height: 10px;
      background-image: url("assets/img/search-black.png");
      padding: 0 11px;
      z-index: 2;
      top: 0; }
  .fd__search-inputs select {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #ededed; }
    .fd__search-inputs select:focus {
      outline: 5px auto -webkit-focus-ring-color; }
  .fd__search-inputs .select {
    position: relative;
    display: block;
    height: 44px;
    line-height: 3;
    background: #ededed;
    overflow: hidden; }
    @media (min-width: 768px) {
      .fd__search-inputs .select {
        width: 300px;
        margin-left: 22px; } }
  .fd__search-inputs select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #1c1c1c;
    font-size: 1em;
    cursor: pointer; }
  .fd__search-inputs select::-ms-expand {
    display: none; }
  .fd__search-inputs .select::after {
    content: '';
    display: block;
    width: 44px;
    height: 10px;
    background-image: url("assets/svgs/chevron.svg");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 11px;
    pointer-events: none;
    height: 100%;
    transform: rotate(90deg); }
  .fd__search-inputs .select:hover::after {
    color: #f39c12; }

.fd__search-pagi {
  overflow: hidden;
  position: relative; }
  .fd__search-pagi:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
    width: 100px;
    pointer-events: none; }
    @media (min-width: 900px) {
      .fd__search-pagi:after {
        display: none; } }
  .fd__search-pagi .container {
    display: flex;
    align-items: center;
    position: relative; }
    @media (min-width: 900px) {
      .fd__search-pagi .container {
        justify-content: space-between; } }
  .fd__search-pagi span {
    color: #003a70;
    font-family: "proxima-nova", sans-serif;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
    width: 30px;
    flex-shrink: 0; }
    .fd__search-pagi span.active {
      color: #003a70; }
    .fd__search-pagi span.disabled {
      color: #757575;
      cursor: auto; }
    @media (min-width: 900px) {
      .fd__search-pagi span {
        width: auto; } }

.fd__filters {
  margin-top: 11px;
  margin-bottom: 11px; }
  .fd__filters .filter-group {
    display: block;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: max-height .3s ease-in, opacity .3s .1s; }
    .fd__filters .filter-group.open {
      max-height: 100vh;
      transition: max-height .3s ease-out opacity .3s .1s;
      opacity: 1; }
  .fd__filters ul {
    display: block;
    overflow: hidden;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px; }
    .fd__filters ul li {
      list-style-type: none;
      width: 100%; }
      @media (min-width: 400px) {
        .fd__filters ul li {
          width: 48.5714285714%;
          float: left;
          margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(2n+2) {
            float: right;
            margin-right: 0; } }
      @media (min-width: 768px) {
        .fd__filters ul li {
          width: 31.4285714286%;
          float: left;
          margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(2n+2) {
            width: 31.4285714286%;
            float: left;
            margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(3n+3) {
            float: right;
            margin-right: 0; } }
      @media (min-width: 1025px) {
        .fd__filters ul li {
          width: 22.8571428571%;
          float: left;
          margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(2n+2) {
            width: 22.8571428571%;
            float: left;
            margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(3n+3) {
            width: 22.8571428571%;
            float: left;
            margin-right: 2.8571428571%; }
          .fd__filters ul li:nth-child(4n+4) {
            float: right;
            margin-right: 0; } }
    .fd__filters ul label {
      display: flex;
      font-family: "proxima-nova", sans-serif;
      font-size: 0.9em;
      color: #757575; }
    .fd__filters ul input[type="checkbox"] {
      flex-shrink: 0; }
  .fd__filters strong {
    display: block;
    margin-bottom: 12px;
    font-family: "proxima-nova", sans-serif;
    color: #003a70; }

.fd__filter-trigger {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 22px;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  color: #003a70; }
  .fd__filter-trigger .box__trigger {
    display: inline-block;
    margin-left: 5px;
    height: 12px; }
    .fd__filter-trigger .box__trigger:before, .fd__filter-trigger .box__trigger:after {
      background: #003a70; }
    .fd__filter-trigger .box__trigger.open:after {
      transform: rotate(0deg); }

.fd__card {
  width: 100%;
  text-decoration: none;
  display: flex;
  margin-bottom: 24px;
  background: white;
  background: #DDE5E9;
  list-style-type: none;
  margin-bottom: 2.8571428571%; }
  @media (min-width: 768px) {
    .fd__card {
      width: 48.5714285714%; } }
  @media (min-width: 1025px) {
    .fd__card {
      width: 31.4285714286%; } }

.fd__card-image {
  height: 155px;
  width: 125px;
  overflow: hidden;
  flex-shrink: 0; }
  .fd__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.fd__card-details {
  padding: 16px; }
  .fd__card-details .name {
    color: #003a70;
    font-weight: 700; }
  .fd__card-details span {
    color: #003a70; }

.fd__sizer {
  width: 100%;
  list-style-type: none; }
  @media (min-width: 768px) {
    .fd__sizer {
      width: 48.5714285714%; } }
  @media (min-width: 1025px) {
    .fd__sizer {
      width: 31.4285714286%; } }

.fd__gutter {
  width: 0%;
  list-style-type: none; }
  @media (min-width: 768px) {
    .fd__gutter {
      width: 2.8571428571%; } }

.important-hero--program {
  margin-top: 0; }

.interior-nav--program {
  margin-top: 140px; }

.tab-content {
  padding-top: 100px; }
  .tab-content:first-child section:first-child {
    padding-top: 0;
    padding-bottom: 0; }
  .tab-content ul {
    padding-left: 1em; }
  .tab-content ul li {
    list-style-type: disc;
    color: #757575;
    margin-bottom: 1em; }
  .tab-content ol li {
    list-style-type: decimal;
    margin-bottom: 1em; }
  .tab-content a {
    color: #757575; }
