@charset "UTF-8";
/* Slider */
@import url("//fonts.googleapis.com/css?family=Libre+Franklin:400,500,600");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "FinancierDisplay-Regular";
  src: url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-Regular.eot");
  src: url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-Regular.eot?#iefix") format("embedded-opentype"), url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-Regular.woff2") format("woff2"), url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "FinancierDisplay-Italic";
  src: url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-RegularItalic.eot");
  src: url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-RegularItalic.woff2") format("woff2"), url("/offcampusservices/templates/ocs_home/fonts/FinancierDisplayWeb-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "FontAwesome";
  src: url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.eot");
  src: url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.woff2") format("woff2"), url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.woff") format("woff"), url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.ttf") format("truetype"), url("/offcampusservices/templates/ocs_home/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html,
body,
button {
  -webkit-font-smoothing: antialiased; }

html,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Libre Franklin", sans-serif; }

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

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

textarea {
  resize: vertical; }

input[type] {
  box-sizing: border-box; }

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

button,
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

a {
  -webkit-tap-highlight-color: transparent; }

main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FinancierDisplay-Regular", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #01256e;
  font-weight: normal; }
  @media (min-width: 700px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 16px; } }

h1 {
  font-size: 2.25rem;
  line-height: 1.2; }
  @media (min-width: 1050px) {
    h1 {
      font-size: 3.5rem;
      line-height: 1.115; } }

h2 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: .5px; }
  @media (min-width: 700px) {
    h2 {
      font-size: 2.25rem; } }
  @media (min-width: 1050px) {
    h2 {
      font-size: 3rem;
      line-height: 1.125; } }

h3 {
  font-size: 1.75rem;
  line-height: 1.24;
  letter-spacing: .5px; }
  @media (min-width: 1050px) {
    h3 {
      font-size: 2.375rem;
      line-height: 1.16; } }

h4 {
  font-size: 1.375rem;
  line-height: 1.28; }
  @media (min-width: 1050px) {
    h4 {
      font-size: 1.75rem;
      line-height: 1.24; } }

h5 {
  font-size: 1.15rem;
  line-height: 1.2; }
  @media (min-width: 1050px) {
    h5 {
      font-size: 1.125rem;
      line-height: 1.35; } }

p {
  font-size: 1rem;
  color: #44464b;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 1rem; }
  @media (min-width: 1050px) {
    p {
      font-size: 1.125rem;
      line-height: 1.7;
      margin-bottom: 1.25rem; } }
  p:last-child {
    margin-bottom: 0; }
    @media (min-width: 1050px) {
      p:last-child {
        margin-bottom: 0; } }

body {
  min-height: 100vh;
  margin: 0;
  font: 16px/1.5 "Libre Franklin", sans-serif; }
  body.no-scroll {
    overflow: hidden; }
  body.touch.no-scroll {
    position: fixed;
    height: 100%;
    width: 100%; }

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px; }
  .container--size-m {
    padding: 0 184px; }

.divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .divider__text {
    font-size: .8125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 4px; }
    .divider__text--navy {
      color: #01256e; }
  .divider__line {
    height: 1px;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .divider__line::after {
      content: "";
      width: 100%;
      background-image: linear-gradient(90deg, #fff 2px, transparent 2px);
      height: 2px;
      display: block;
      background-position: 0 0;
      background-repeat: repeat-x;
      background-size: 6px 2px; }
  .divider--rose .divider__line::after {
    background-image: linear-gradient(90deg, #e180a6 2px, transparent 2px); }
  .divider--navy .divider__line::after {
    background-image: linear-gradient(90deg, #01256e 2px, transparent 2px); }

.bg--pattern-gray {
  position: relative;
  background: #f0f0f0 url("/offcampusservices/templates/ocs_home/images/background-patterns/pattern-light.svg") no-repeat center/cover; }
  .bg--pattern-gray.bg--shadow::after {
    /* added 20181113 per basecamp: */ pointer-events: none; 
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 1360px + 80px);
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }

.bg--pattern-navy {
  position: relative;
  background: #01256e url("/offcampusservices/templates/ocs_home/images/background-patterns/pattern-dark.svg") no-repeat center/cover; }

.text-red {
  color: #c2004d; }

.text-semibold {
  font-weight: 600; }

a:focus,
button:focus {
  outline: 1px dotted #aaa; }

.touch select {
  height: 40px;
  border-radius: 0;
  font-size: 1rem;
  border: 1px solid #44464b; }

.touch .form__input-time {
  height: 40px;
  line-height: 40px;
  border: 1px solid #44464b; }

.btn {
  display: block;
  font-size: 1rem;
  height: 50px;
  padding: 12px 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  background-color: #01256e;
  transition: background-color .3s;
  outline: none; }
  .btn__label {
    vertical-align: middle; }
    .btn__label:nth-child(2) {
      padding-left: 20px; }
  .btn .ico:nth-child(2) {
    padding-left: 20px; }
  .btn .ico-penn:nth-child(2) {
    margin-left: 20px;
    vertical-align: top; }
  .btn .ico-fa {
    vertical-align: middle; }
    .btn .ico-fa.ico-chevron--right {
      line-height: 20px;
      height: 24px;
      font-size: 2.375rem; }

.btn--circle-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
  padding: 0;
  outline: none;
  margin-right: 12px; }
  .btn--circle-arrow:last-child {
    margin-right: 0; }
  .btn--circle-arrow .ico-triangle--left {
    margin-right: 2px; }
  .btn--circle-arrow .ico-triangle--right {
    margin-left: 2px; }

.ico-disc {
  width: 50px;
  height: 50px;
  border: 1px solid #01256e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: background-color .3s ease, border-color .3s ease, stroke .3s ease; }
  .ico-disc--blue {
    background-color: #0045b5; }
  .ico-disc .ico-fa {
    font-size: 1.5rem; }

.ico-social {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  transition: background-color .3s ease, border-color .3s ease, stroke .3s ease;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px; }

.ico {
  display: inline-block; }

.ico-fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit; }

.ico-twitter::before {
  content: "\f099"; }

.ico-facebook::before {
  content: "\f09a"; }

.ico-pinterest::before {
  content: "\f231"; }

.ico-penn {
  background: url("/offcampusservices/templates/ocs_home/images/icons.svg") no-repeat scroll transparent; }

.ico-search {
  width: 20px;
  height: 20px;
  background-position: -2px -177px; }

.ico-building {
  background-position: -2px -74px;
  width: 20px;
  height: 20px; }

.ico-close {
  background-position: -2px -52px;
  width: 18px;
  height: 18px; }

.ico-hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  top: 2px; }
  .ico-hamburger__inner {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    display: inline-block;
    background-color: #01256e; }
    .ico-hamburger__inner::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      top: 8px;
      left: 0;
      background-color: #01256e; }
    .ico-hamburger__inner::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      top: 16px;
      left: 0;
      background-color: #01256e; }

.ico-chevron--right::before {
  content: "\f105"; }

.ico-circle-chevron {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #aaa;
  color: #aaa;
  font-size: 1.125rem;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  position: relative; }
  .ico-circle-chevron.ico-chevron--left::before {
    content: "\f104"; }
  .ico-circle-chevron.ico-chevron--right::before {
    content: "\f105"; }
  .ico-circle-chevron.ico-up::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 9px;
    display: block;
    background: url("/offcampusservices/templates/ocs_home/images/icons.svg") -2px -259px; }

.menu-trigger .ico-disc {
  overflow: hidden;
  position: relative; }

.menu-trigger .ico-close {
  position: absolute;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.menu-trigger .ico-hamburger {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.menu-trigger.opened .ico-close {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.menu-trigger.opened .ico-hamburger {
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.ico-chevron--left::before {
  content: "\f104"; }

.ico-triangle--left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #fff; }

.ico-triangle--right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff; }

.ico-download {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer; }
  .ico-download::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    display: block;
    background: url("/offcampusservices/templates/ocs_home/images/icons.svg") -2px -243px; }

.content-box {
  position: relative;
  display: inline-block;
  border: 1px solid #01256e;
  cursor: pointer;
  font-family: "FinancierDisplay-Regular", sans-serif; }
  .content-box::before {
    content: "";
    position: absolute;
    background-color: #01256e;
    width: 100%;
    height: 0;
    top: 0;
    left: 0; }
  .content-box__text {
    display: inline-block;
    width: 100%;
    padding: 27px 25px;
    color: #01256e;
    font-size: 1.75rem;
    line-height: 34px;
    text-decoration: none;
    transition: color .2s; }
    .content-box__text:focus {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
      outline: none; }

.dark-navy .content-box {
  position: relative;
  border-color: transparent; }
  .dark-navy .content-box::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    top: auto;
    bottom: -2px;
    left: 0;
    z-index: 2; }
  .dark-navy .content-box::after {
    content: "";
    width: 100%;
    background-image: linear-gradient(90deg, #0045b5 2px, transparent 2px);
    height: 2px;
    display: block;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0; }
  .dark-navy .content-box__text:focus, .dark-navy .content-box__text:hover {
    box-shadow: none !important; }

.dark-navy .content-box-group {
  position: relative; }
  .dark-navy .content-box-group::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    top: -2px;
    left: 0;
    z-index: 2; }
  .dark-navy .content-box-group::after {
    content: "";
    width: 100%;
    position: absolute;
    background-image: linear-gradient(90deg, #0045b5 2px, transparent 2px);
    height: 2px;
    display: block;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    top: 0;
    left: 0; }

.content-photo-box {
  position: relative;
  display: inline-block;
  width: 580px;
  min-height: 214px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 82px 40px 30px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0; }
  .content-photo-box.animated {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease .3s, -webkit-transform .5s ease .2s;
    transition: transform .5s ease .2s, opacity .5s ease .3s;
    transition: transform .5s ease .2s, opacity .5s ease .3s, -webkit-transform .5s ease .2s; }
  .content-photo-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(68, 70, 75, 0.6);
    transition: height .2s, background-color .2s; }
  .content-photo-box__title, .content-photo-box__content {
    position: relative;
    z-index: 1;
    color: #fff; }
  .content-photo-box__title {
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 10px; }
  .content-photo-box__content {
    font-size: 1.125rem;
    line-height: 30px; }

.shield::before {
  content: "";
  width: 242px;
  height: 270px;
  position: absolute;
  background-image: url("/offcampusservices/templates/ocs_home/images/shield.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.shield--right::before {
  top: 20px;
  right: 20px; }

a {
  color: #01256e;
  text-decoration: none; }

.link {
  font-size: 1.125rem;
  line-height: 24px; }
  .link--big {
    font-size: 1.75rem;
    line-height: 34px; }
  .link--text {
    text-decoration: underline; }

.link--chevron-right {
  font-size: .8125rem;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  font-weight: 600; }
  .link--chevron-right::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    font-size: 1.25rem;
    display: block;
    top: 0;
    right: -20px;
    line-height: 14px;
    padding-left: 15px; }

.dark-navy {
  background-color: #01256e; }
  .dark-navy h1,
  .dark-navy h2,
  .dark-navy a,
  .dark-navy p,
  .dark-navy span {
    color: #fff; }

.no-touch a:hover {
  text-decoration: underline;
  color: #c2004d; }

.no-touch .pseudo-link:hover .ico-disc,
.no-touch .pseudo-button:hover .ico-disc {
  background-color: #c2004d;
  border: 1px solid #95001a; }
  .no-touch .pseudo-link:hover .ico-disc .ico-search,
  .no-touch .pseudo-button:hover .ico-disc .ico-search {
    background-position: -2px -201px; }
  .no-touch .pseudo-link:hover .ico-disc .ico-fa,
  .no-touch .pseudo-button:hover .ico-disc .ico-fa {
    color: #fff; }

.no-touch .dark-navy a:hover {
  color: #e180a6; }

.no-touch .card:hover {
  text-decoration: none; }

.no-touch .card--download:hover::before {
  height: 6px;
  transition: height .2s ease; }

.no-touch .card--download:hover .ico-download {
  border-color: #0045b5; }
  .no-touch .card--download:hover .ico-download::before {
    background-position: -2px -226px; }

.no-touch .card--compact:hover::before {
  height: 6px;
  transition: height .2s ease; }

.no-touch .footer-nav__link:hover {
  color: #e180a6;
  text-decoration: underline; }

.no-touch .btn:hover {
  text-decoration: underline;
  background-color: #0045b5; }

.no-touch .btn--circle-arrow:hover {
  background-color: #c2004d; }

.no-touch .alert-banner--blue .alert-banner__more:hover {
  color: #e180a6; }

.no-touch .alert-banner--blue .alert-banner__close:hover {
  background-color: #e180a6;
  border-color: #e180a6; }

.no-touch .alert-banner--rosy .alert-banner__more:hover {
  color: #fff; }

.no-touch .alert-banner--rosy .alert-banner__close:hover {
  background-color: #01256e; }
  .no-touch .alert-banner--rosy .alert-banner__close:hover::before {
    background-position: -2px -28px; }

.no-touch .alert-banner--dark-red .alert-banner__more:hover {
  color: #fff; }

.no-touch .alert-banner--dark-red .alert-banner__close:hover {
  background-color: #fff; }
  .no-touch .alert-banner--dark-red .alert-banner__close:hover::before {
    background-position: -2px -298px; }

.no-touch .ico-social:hover {
  border-color: #e180a6;
  color: #e180a6; }

.no-touch .slick-next:hover,
.no-touch .slick-prev:hover {
  background-color: #01256e;
  color: #f2c100; }

.no-touch .slick-next.btn--circle-arrow:hover,
.no-touch .slick-prev.btn--circle-arrow:hover {
  background-color: #c2004d; }

.no-touch .content-box:hover {
  color: #c2004d;
  text-decoration: underline; }
  .no-touch .content-box:hover::before {
    height: 6px;
    transition: height .2s ease; }

.no-touch .content-photo-box:hover {
  text-decoration: none; }
  .no-touch .content-photo-box:hover::before {
    background-color: rgba(1, 37, 110, 0.8); }
  .no-touch .content-photo-box:hover .content-photo-box__title {
    text-decoration: underline; }

.no-touch .link--chevron-right:hover::after {
  text-decoration: none; }

.no-touch .link--text:hover {
  text-decoration: none; }

.no-touch .form__input:hover,
.no-touch .form__text-area:hover {
  color: #c20022; }
  .no-touch .form__input:hover::-moz-placeholder,
  .no-touch .form__text-area:hover::-moz-placeholder {
    color: #c20022; }
  .no-touch .form__input:hover::-webkit-input-placeholder,
  .no-touch .form__text-area:hover::-webkit-input-placeholder {
    color: #c20022; }
  .no-touch .form__input:hover:-ms-input-placeholder,
  .no-touch .form__text-area:hover:-ms-input-placeholder {
    color: #c20022; }
  .no-touch .form__input:hover::placeholder,
  .no-touch .form__text-area:hover::placeholder {
    color: #c20022; }

.no-touch .form__control--active:hover {
  color: #c20022; }

.no-touch .accordion__header:hover, .no-touch .accordion__header:focus {
  text-decoration: none; }
  .no-touch .accordion__header:hover .accordion__title, .no-touch .accordion__header:focus .accordion__title {
    color: #c2004d; }

.no-touch .accordion__header:hover {
  text-decoration: none; }
  .no-touch .accordion__header:hover .accordion__title {
    color: #c2004d; }
  .no-touch .accordion__header:hover .accordion__toggle {
    background-position: -2px -272px; }

.no-touch .accordion__header:focus {
  text-decoration: none; }
  .no-touch .accordion__header:focus .accordion__title {
    color: #c2004d; }

.no-touch .accordion--open .accordion__header:hover .accordion__toggle {
  background-position: -2px -99px; }

.chosen-container a.chosen-single:hover {
  color: #c20022;
  text-decoration: none; }

.chosen-container .active-result:hover {
  color: #c20022;
  text-decoration: none; }

.form__label {
  display: block;
  margin-bottom: 5px;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #44464b; }

.form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .form-inline .form-group {
    margin-right: 40px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.form-search .form__input {
  height: 50px; }

.form__input {
  display: block;
  font-size: 1rem;
  padding: 10px 12px 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #44464b;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background-color: #f0f0f0;
  border-radius: 0; }
  .form__input:focus {
    color: #44464b;
    border-bottom-color: #c20022; }
  .form__input--xl {
    max-width: 708px;
    width: 100%; }
  .form__input--lg {
    max-width: 333px;
    width: 100%; }
  .form__input--md {
    max-width: 182px;
    width: 100%; }
  .form__input--sm {
    max-width: 130px;
    width: 100%; }
  .form__input--full {
    max-width: 100%;
    width: 100%; }

.form__text-area {
  display: block;
  font-size: 1rem;
  padding: 10px 12px 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #44464b;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background-color: #f0f0f0;
  border-radius: 0;
  min-height: 200px;
  resize: none; }
  .form__text-area:focus {
    color: #44464b;
    border-bottom-color: #c20022; }
  .form__text-area::-moz-placeholder {
    font-family: "Libre Franklin", sans-serif;
    font-size: 1rem; }
  .form__text-area::-webkit-input-placeholder {
    font-size: 1rem; }
  .form__text-area:-ms-input-placeholder {
    font-size: 1rem; }
  .form__text-area::placeholder {
    font-size: 1rem; }

.form__control-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; }
  .form__control-input:focus + .form__checkmark-radio {
    border-color: #c20022; }
  .form__control-input:focus + .form__checkmark-checkbox {
    border-bottom-color: #c20022; }
  .form__control-input:checked + .form__checkmark {
    border-color: transparent; }
    .form__control-input:checked + .form__checkmark::after {
      display: block; }

.form__control {
  display: block;
  font-size: 1rem;
  position: relative;
  line-height: 40px;
  vertical-align: middle;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form__control--inactive {
    color: #aaa; }

.form__checkmark-radio {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  background-color: #f0f0f0;
  outline: none;
  border-radius: 50%; }
  .form__checkmark-radio::after {
    position: absolute;
    display: none; }
  .form__checkmark-radio::after {
    content: "";
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c20022; }

.form__checkbox-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; }
  .form__checkbox-input:focus + .form__checkmark-radio {
    border-color: #c20022; }
  .form__checkbox-input:focus + .form__checkmark-checkbox {
    border-bottom-color: #c20022; }

.form__checkmark-checkbox {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  background-color: #f0f0f0;
  outline: none; }
  .form__checkmark-checkbox::after {
    position: absolute;
    display: none; }
  .form__checkmark-checkbox::after {
    content: "✕";
    top: -2px;
    left: 8px;
    font-size: 1.625rem;
    color: #c20022; }

.form__input-time {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  color: #44464b; }
  .form__input-time::-webkit-datetime-edit-ampm-field {
    display: none; }
  .form__input-time::-webkit-clear-button {
    display: none; }
  .form__input-time::-webkit-inner-spin-button {
    display: none; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cell {
  margin-right: 20px; }
  .cell:last-child {
    margin-right: 0; }
  .cell--25 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .cell--75 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%; }
  .cell--2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .cell--3 {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%; }
  .cell--40 {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
  .cell--60 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
  .cell--20 {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; }
  .cell--80 {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%; }

.contact-block {
  position: relative;
  max-width: 993px;
  background-color: #f0f0f0;
  padding: 40px 102px;
  margin: 0 auto 70px; }
  .contact-block__content {
    color: #44464b;
    font-size: 1.5rem; }
  .contact-block .divider {
    margin-bottom: 16px; }

.hasDatepicker {
  color: #44464b;
  background-image: url("/offcampusservices/templates/ocs_home/images/ico-calendar.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 50%;
  background-size: auto 50%; }

.ui-datepicker {
  font-family: "Libre Franklin", sans-serif;
  max-height: 212px;
  color: #44464b;
  font-size: .75rem;
  background-color: #fff;
  border: 1px solid #c20022;
  margin-top: 8px; }
  .ui-datepicker .ui-datepicker-header {
    font-size: .875rem;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      width: 100%;
      text-align: center;
      cursor: default;
      padding-bottom: 10px; }
    .ui-datepicker .ui-datepicker-header .ui-corner-all {
      padding: 4px; }
  .ui-datepicker thead th {
    padding: 0 4px;
    font-size: .75rem; }
    .ui-datepicker thead th::after {
      background: none; }
  .ui-datepicker a {
    text-decoration: none;
    color: #44464b; }
    .ui-datepicker a:hover {
      color: #c20022; }
  .ui-datepicker td {
    padding: 0 4px;
    text-align: center;
    font-size: .75rem; }
    .ui-datepicker td::after {
      background: none; }

.chosen-container {
  font-family: helvetica;
  font-size: 1rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .chosen-container* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .chosen-container.chosen-container-single .chosen-single {
    display: block;
    font-size: 1rem;
    padding: 10px 12px 10px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #44464b;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background-color: #f0f0f0;
    border-radius: 0;
    width: 100%;
    height: 40px;
    color: #44464b;
    text-decoration: none; }
    .chosen-container.chosen-container-single .chosen-single:focus {
      color: #44464b;
      border-bottom-color: #c20022; }
    .chosen-container.chosen-container-single .chosen-single div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 22px;
      margin: 0 8px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .chosen-container.chosen-container-single .chosen-single div b {
        width: 22px;
        height: 22px;
        background-position: center; }
  .chosen-container.chosen-with-drop div b {
    -webkit-transform: scale(-1);
            transform: scale(-1); }
  .chosen-container.chosen-with-drop .chosen-drop {
    display: block; }
  .chosen-container .chosen-results {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #c20022;
    background-color: #f0f0f0; }
    .chosen-container .chosen-results li {
      display: none;
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 15px;
      word-wrap: break-word;
      -webkit-touch-callout: none; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        height: 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 10px; }
  .chosen-container .active-result {
    display: block;
    font-size: 1rem;
    padding: 10px 12px 10px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #44464b;
    border: none;
    border-bottom: 2px solid transparent;
    outline: none;
    background-color: #f0f0f0;
    border-radius: 0;
    color: #44464b;
    background: linear-gradient(to right, #aaa 17%, rgba(255, 255, 255, 0) 0%);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 6px 1px; }
    .chosen-container .active-result:focus {
      color: #44464b;
      border-bottom-color: #c20022; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    display: none;
    height: 40px; }
  .chosen-container .search-choice .group-name,
  .chosen-container .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal; }

.chosen-search {
  display: none; }

.chosen-container-single .chosen-single {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0; }
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%; }
    .chosen-container-single .chosen-single div b {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #aaa;
      border-radius: 50%;
      text-align: center; }
      .chosen-container-single .chosen-single div b::after {
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 1.25rem;
        color: #aaa;
        line-height: 1; }

.footer {
  color: #fff; }
  .footer a {
    text-decoration: none; }
  .footer p {
    margin-top: 0;
    color: #fff; }
    .footer p:last-child {
      margin-bottom: 0; }
  .footer__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer__logo {
    display: block;
    overflow: hidden;
    width: 240px;
    height: 50px;
    margin: 0;
    background: url("/offcampusservices/templates/ocs_home/images/penn-logo-white@2x.png") no-repeat scroll transparent;
    background-size: cover;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    outline: none; }
  .footer__shield {
    padding-top: 50px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; }
  .footer__shield-img {
    width: 100%; }
    @media (min-width: 700px) {
      .footer__shield-img {
        width: 156px;
        height: 176px; } }
    .footer__shield-img img {
      max-width: 100%;
      max-height: 100%; }
  .footer__info {
    border-top: 6px solid #e180a6;
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    padding-top: 45px; }
    .footer__info-contact {
      padding-top: 35px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .footer__bottom {
    position: relative;
    margin-top: 60px;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__bottom::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-image: linear-gradient(to right, #fff 17%, #01256e 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .footer-nav__item {
      margin-right: 34px;
      display: inline-block; }
      .footer-nav__item:last-child {
        margin-right: 0; }
    .footer-nav__link {
      font-size: .625rem;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      transition: color .3s ease; }

.info-contact {
  width: 47%; }
  .info-contact div {
    color: #fff;
    font-size: 1rem;
    line-height: 1.875;
    margin-bottom: 0; }
  .info-contact abbr {
    border-bottom: none;
    text-decoration: none; }

.info-social {
  width: 53%; }

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff; }
  .social__item {
    display: inline-block;
    margin-right: 20px; }
    .social__item:last-child {
      margin-right: 0; }
  .social__link {
    display: inline-block; }

.copyright {
  font-size: .625rem; }

.header {
  padding: 0 80px 20px;
  max-width: 1360px;
  margin: 0 auto; }
  .header__logo {
    display: block;
    overflow: hidden;
    width: 246px;
    height: 52px;
    margin: 0;
    background: url("/offcampusservices/templates/ocs_home/images/penn-logo@2x.png") no-repeat scroll transparent;
    background-size: cover;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    outline: none; }
  .header__utillity-nav {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0; }
    .header__utillity-nav::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .header__secondary-nav {
    padding-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__primary-nav {
    padding-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.utility-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .utility-nav__item {
    margin-right: 34px;
    display: inline-block; }
    .utility-nav__item:last-child {
      margin-right: 0; }
  .utility-nav__link {
    font-size: .625rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #44464b;
    text-decoration: none;
    transition: color .3s ease; }

.secondary-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .secondary-nav__item {
    margin-right: 28px;
    display: inline-block; }
    .secondary-nav__item:last-child {
      margin-right: 0; }
  .secondary-nav__link {
    font-size: .875rem;
    letter-spacing: 0;
    color: #44464b;
    text-decoration: none;
    transition: color .3s ease; }
  .secondary-nav__search {
    margin-right: 0; }

.pseudo-link,
.pseudo-button {
  text-align: center;
  color: #01256e;
  padding: 0; }
  .pseudo-link__text,
  .pseudo-button__text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9375rem; }
    .pseudo-link__text:nth-child(2),
    .pseudo-button__text:nth-child(2) {
      margin-left: 16px; }
  .pseudo-link .ico-disc,
  .pseudo-button .ico-disc {
    line-height: 55px; }
    .pseudo-link .ico-disc:nth-child(2),
    .pseudo-button .ico-disc:nth-child(2) {
      margin-left: 16px; }

.pseudo-button {
  border: none; }

.primary-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  .primary-nav__item {
    padding-right: 40px;
    padding-left: 21px;
    display: inline-block;
    border-left: 1px solid #d8d8d8; }
    .primary-nav__item:first-child {
      border-left: none; }
    .primary-nav__item:last-child {
      padding-right: 0; }
  .primary-nav__link {
    font-size: 1.125rem;
    color: #01256e;
    text-decoration: none;
    font-weight: 600; }

.traversable-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative; }

.menu-panel {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  transition: -webkit-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff; }
  .menu-panel.-show-immediate {
    transition-duration: 0ms !important; }
  .menu-panel--panel--depth-0, .menu-panel--active-trail {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1; }
  .menu-panel .btn {
    margin-bottom: 25px; }

.menu__link--explore {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  color: #aaa; }
  .menu__link--explore .menu__link-text {
    padding-right: 30px;
    font-size: .625rem;
    text-transform: uppercase; }
  .menu__link--explore .ico {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #01256e; }
  .menu__link--grey {
    font-size: .875rem;
    color: #44464b; }
  .menu__link--trigger-parent, .menu__link--trigger-top {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .3s ease;
    color: #44464b; }
    .menu__link--trigger-parent .menu__link-text, .menu__link--trigger-top .menu__link-text {
      padding-left: 30px;
      bottom: 1px;
      position: relative;
      vertical-align: middle;
      font-size: .75rem;
      text-transform: uppercase; }
  .menu__back {
    position: relative;
    margin-bottom: 34px; }
    .menu__back::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-image: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .menu__link--trigger-parent {
    position: relative; }
    .menu__link--trigger-parent::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .menu__link--trigger-top {
    position: relative; }
    .menu__link--trigger-top::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .menu__links-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff; }
    .menu__links-wrapper::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
    .menu__links-wrapper .menu__link {
      display: block;
      padding: 15px 0;
      -webkit-flex-basis: 70%;
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%;
      position: relative;
      padding-right: 20px;
      max-width: 70%; }
      .menu__links-wrapper .menu__link::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 57%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #aaa; }
      .menu__links-wrapper .menu__link:focus {
        outline: none; }
    .menu__links-wrapper .menu__link--explore {
      display: block;
      -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
      max-width: 30%; }
      .menu__links-wrapper .menu__link--explore:focus {
        outline: none; }
  .menu__item:first-child .menu__links-wrapper {
    position: relative; }
    .menu__item:first-child .menu__links-wrapper::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-image: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
  .menu__item:last-child .menu__links-wrapper {
    position: relative; }
    .menu__item:last-child .menu__links-wrapper::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #aaa 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }

.sidebar {
  width: 67%;
  position: fixed;
  height: 100%;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-top: 6px solid #e180a6;
  padding: 42px 40px;
  border-left: 1px solid #aaa;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .sidebar-shim {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 85px;
    left: 0;
    z-index: 50;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .sidebar-shim.sidebar--open {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .sidebar-shim.sidebar--open .sidebar {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
    .sidebar-shim.sidebar--activated {
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
      .sidebar-shim.sidebar--activated .sidebar {
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.sidebar-opened footer,
.sidebar-opened .header__primary-nav,
.sidebar-opened main,
.sidebar-opened .alert-banner {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none; }

.external {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .external-info {
    margin-top: 50px; }
    .external-info__title {
      font-size: .9375rem;
      color: #01256e;
      text-transform: uppercase; }
  .external__item {
    width: 50%;
    margin-bottom: 24px; }
  .external__link {
    color: #44464b;
    font-size: .875rem; }

.menu-trigger {
  background-color: #fff; }

table {
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px; }

th {
  position: relative;
  font-weight: 600;
  background-color: #fff;
  color: #c2004d;
  padding: 10px 16px 13px 0;
  text-align: left;
  font-size: 1.125rem; }
  th::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #44464b 17%, #fff 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x; }

td {
  position: relative;
  color: #44464b;
  line-height: 24px;
  padding: 18px 0;
  font-size: 1.125rem; }
  td::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, #44464b 17%, #fff 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x; }

.alert-banner__boundary {
  min-height: 70px;
  padding: 11px 80px;
  max-width: 1360px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.alert-banner__text {
  font-size: 1.5rem;
  margin-bottom: 0;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.alert-banner__more {
  padding-left: 40px; }

.alert-banner__close {
  margin-left: auto;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative; }
  .alert-banner__close::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("/offcampusservices/templates/ocs_home/images/icons.svg") -2px -28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.alert-banner--blue {
  background-color: #01256e; }
  .alert-banner--blue .alert-banner__text,
  .alert-banner--blue .alert-banner__more {
    color: #fff; }
  .alert-banner--blue .alert-banner__close {
    border: 1px solid #fff; }

.alert-banner--rosy {
  background-color: #e180a6; }
  .alert-banner--rosy .alert-banner__text,
  .alert-banner--rosy .alert-banner__more {
    color: #01256e; }
  .alert-banner--rosy .alert-banner__close {
    border: 1px solid #01256e; }
    .alert-banner--rosy .alert-banner__close::before {
      background: url("/offcampusservices/templates/ocs_home/images/icons.svg") -2px -52px; }

.alert-banner--dark-red {
  background-color: #95001a; }
  .alert-banner--dark-red .alert-banner__text,
  .alert-banner--dark-red .alert-banner__more {
    color: #fff; }
  .alert-banner--dark-red .alert-banner__close {
    border: 1px solid #fff; }

.slideshow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slideshow__slider {
    width: 65%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .slideshow__meta {
    width: 35%;
    padding: 80px 0 20px 40px; }

.slider {
  position: relative;
  color: #44464b; }
  .slider__footer {
    position: absolute;
    background: #fff;
    width: 66%;
    height: 40px;
    left: 0;
    bottom: 0;
    font: 0/0 a; }
    .slider__footer-col {
      display: inline-block;
      vertical-align: middle;
      font-family: "Libre Franklin", sans-serif;
      width: 50%; }
  .slider__nav {
    display: inline-block;
    vertical-align: middle; }
  .slider__counter {
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
    font-family: "Libre Franklin", sans-serif;
    font-size: .75rem;
    line-height: 1.5; }
  .slider .slick-prev,
  .slider .slick-next {
    background-color: #f2c100;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 1.5625rem;
    outline: none;
    padding: 0; }
  .slider-meta {
    border-top: 6px solid #e180a6; }
    .slider-meta__title {
      font-size: 3.5rem;
      color: #01256e;
      line-height: 1.2;
      padding-top: 56px;
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-bottom: 4px; }
    .slider-meta__text {
      font-size: 1.5rem;
      line-height: 1.5; }

.text-right {
  text-align: right; }

.accordion {
  position: relative;
  min-height: 60px; }
  .accordion::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #44464b 17%, #fff 0%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x; }
  .accordion:last-child {
    position: relative; }
    .accordion:last-child::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #44464b 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
    .accordion:last-child.accordion--open::after {
      bottom: -28px; }
  .accordion:first-child::before {
    background: none; }
  .accordion__header {
    position: relative;
    padding: 18px 0;
    display: block; }
    .accordion__header:focus {
      outline: none; }
  .accordion__title {
    font-family: "FinancierDisplay-Regular", sans-serif;
    font-size: 2.375rem;
    color: #01256e;
    margin-bottom: 0;
    line-height: 1;
    padding-right: 60px; }
    .accordion__title--size-m {
      font-size: 1.5rem;
      color: #44464b;
      font-family: "Libre Franklin", sans-serif;
      line-height: 1.5; }
  .accordion__toggle {
    position: absolute;
    top: 25px;
    right: 0;
    width: 22px;
    height: 22px;
    border: none;
    background-position: -2px -151px; }
  .accordion__content {
    transition: height .5s, margin .5s;
    overflow: hidden;
    height: 0; }
    .accordion__content h1,
    .accordion__content h2,
    .accordion__content h3,
    .accordion__content h4,
    .accordion__content h5,
    .accordion__content h6 {
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-top: 0;
      margin-bottom: 10px;
      color: #01256e;
      font-weight: normal; }
      @media (min-width: 700px) {
        .accordion__content h1,
        .accordion__content h2,
        .accordion__content h3,
        .accordion__content h4,
        .accordion__content h5,
        .accordion__content h6 {
          margin-bottom: 16px; } }
    .accordion__content h1 {
      font-size: 2.25rem;
      line-height: 1.2; }
      @media (min-width: 1050px) {
        .accordion__content h1 {
          font-size: 3.5rem;
          line-height: 1.115; } }
    .accordion__content h2 {
      font-size: 2rem;
      line-height: 1.1;
      letter-spacing: .5px; }
      @media (min-width: 700px) {
        .accordion__content h2 {
          font-size: 2.25rem; } }
      @media (min-width: 1050px) {
        .accordion__content h2 {
          font-size: 3rem;
          line-height: 1.125; } }
    .accordion__content h3 {
      font-size: 1.75rem;
      line-height: 1.24;
      letter-spacing: .5px; }
      @media (min-width: 1050px) {
        .accordion__content h3 {
          font-size: 2.375rem;
          line-height: 1.16; } }
    .accordion__content h4 {
      font-size: 1.375rem;
      line-height: 1.28; }
      @media (min-width: 1050px) {
        .accordion__content h4 {
          font-size: 1.75rem;
          line-height: 1.24; } }
    .accordion__content h5 {
      font-size: 1.15rem;
      line-height: 1.2; }
      @media (min-width: 1050px) {
        .accordion__content h5 {
          font-size: 1.125rem;
          line-height: 1.35; } }
    .accordion__content p {
      font-size: 1rem;
      color: #44464b;
      line-height: 1.75;
      margin-top: 0;
      margin-bottom: 1rem; }
      @media (min-width: 1050px) {
        .accordion__content p {
          font-size: 1.125rem;
          line-height: 1.7;
          margin-bottom: 1.25rem; } }
      .accordion__content p:last-child {
        margin-bottom: 0; }
        @media (min-width: 1050px) {
          .accordion__content p:last-child {
            margin-bottom: 0; } }
  .accordion--open .accordion__content {
    margin-bottom: 28px; }
  .accordion--open .accordion__toggle {
    background-position: -2px -99px; }
  .accordion--open .accordion__title {
    color: #c2004d; }
  .accordion-group {
    margin-bottom: 50px;
    border-top: 6px solid #0045b5; }

.card {
  position: relative;
  background: #fff;
  border: 1px solid #0045b5;
  outline: 0; }
  .card::before {
    content: "";
    position: absolute;
    background-color: #0045b5;
    width: 100%;
    height: 0;
    top: 0;
    left: 0; }
  .card--compact {
    width: 270px !important;
    min-height: 214px;
    height: 100%;
    padding: 28px 20px 0;
    margin-right: 40px; }
    .card--compact:last-child {
      margin-right: 0; }
    .card--compact .card__title {
      font-size: 1.75rem;
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-bottom: 10px;
      line-height: 1.2; }
    .card--compact .card__content {
      font-size: 1.125rem; }
  .card--full {
    padding: 30px 40px 80px;
    width: 890px !important;
    min-height: 236px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    transition: border .2s ease;
    position: relative; }
    .card--full .card__content,
    .card--full .card__content p {
      font-size: 1.5rem; }
    .card--full .pseudo-link {
      font-size: .9375rem;
      position: absolute;
      bottom: 30px; }
  .card__title {
    color: #01256e; }
  .card__date {
    font-size: .75rem;
    color: #aaa;
    text-transform: uppercase;
    margin-bottom: 0; }
  .card--resource {
    padding: 36px 40px; }
    .card--resource .content-box {
      margin-bottom: 10px;
      width: 100%; }
      .card--resource .content-box:last-child {
        margin-bottom: 0; }
      .card--resource .content-box-group {
        margin-bottom: 20px; }
    .card--resource .card__title {
      font-size: 2.375rem;
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-bottom: 28px;
      line-height: 1.15; }
    .card--resource.dark-navy {
      background-color: #01256e;
      border: 1px solid #01256e; }
      .card--resource.dark-navy .content-box {
        margin-bottom: 0;
        margin-top: 6px; }
    .card--resource .link--chevron-right {
      display: block;
      text-align: right;
      margin-right: 20px; }
  .card--download {
    padding: 20px 20px 30px;
    max-width: 250px;
    width: 33%; }
    .card--download .card__title {
      font-size: 1.75rem;
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-bottom: 10px;
      line-height: 1.2; }
  .card__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .card__meta p {
      font-size: .625rem;
      font-weight: 600;
      margin-bottom: 0;
      text-transform: uppercase;
      line-height: 1.5; }

.download-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }

.service {
  padding: 30px 0 10px; }
  .service .container {
    padding-right: 0; }

.service-cards .slick-slide {
  margin-right: 40px; }
  .service-cards .slick-slide:last-child {
    margin-right: 0; }

.service-cards__nav {
  text-align: right;
  padding: 20px 80px;
  position: relative;
  z-index: 100; }

.news-cards .slick-slide {
  margin-right: 40px; }
  .news-cards .slick-slide:last-child {
    margin-right: 0; }

.news-cards__nav {
  text-align: right;
  padding: 20px 80px;
  position: relative;
  z-index: 100; }

.news-cards .slick-current.slick-active .card::before {
  height: 6px;
  transition: height .2s ease .5s; }

.news {
  background-color: #f0f0f0; }
  .news--with-cols {
    background: linear-gradient(to right, #fff 35%, #f0f0f0 0);
    background-size: 100% 100%; }
    .news--with-cols .news-cards__nav {
      padding: 20px 36px; }
    .news--with-cols .news__slider .card--full {
      width: 724px !important; }
  .news__boundary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1360px;
    margin: 0 auto; }
  .news__text {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    width: 40%;
    padding: 60px 40px 40px 80px;
    background-color: #fff; }
  .news__slider {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    width: 60%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding-left: 60px;
    margin-top: 65px;
    position: relative;
    overflow-x: hidden; }
    .news__slider::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 80px;
      height: 100%;
      background-image: linear-gradient(to left, #f0f0f0, rgba(240, 240, 240, 0)); }

.resources {
  padding: 75px 0;
  position: relative;
  overflow: hidden; }
  .resources::before {
    content: "";
    position: absolute;
    right: 0;
    top: 145px;
    width: 120%;
    height: 100%;
    background: #aaa;
    z-index: -1;
    border-radius: 100% / 20%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 -10%; }

.resource-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .resource-cards .card {
    margin-right: 40px; }
    .resource-cards .card--resource {
      width: 50%; }
    .resource-cards .card:last-child {
      margin-right: 0; }

.callout {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 70px; }
  .callout-wrapper {
    margin-bottom: 30px; }
  .callout__col {
    margin-right: 60px; }
    .callout__col:last-child {
      margin-right: 0; }
  .callout__info {
    width: 35.5%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .callout__info-text {
      position: relative;
      min-height: 200px;
      padding-bottom: 10px; }
      .callout__info-text::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, #44464b 17%, #fff 0%);
        background-position: top;
        background-size: 6px 1px;
        background-repeat: repeat-x; }
    .callout__info-link {
      padding-top: 10px; }
      .callout__info-link .link--chevron-right {
        margin-right: 50px; }
  .callout__title {
    color: #01256e;
    font-size: 2.375rem;
    line-height: 1.15;
    margin-bottom: 0;
    font-family: "FinancierDisplay-Regular", sans-serif; }
  .callout__text {
    font-size: 1.5rem;
    line-height: 1.6; }
  .callout__meta {
    font-size: .75rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  .callout__label {
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 5px; }
  .callout__image {
    width: 64.5%;
    text-align: right; }
    .callout__image img {
      width: 100%;
      max-width: 786px;
      height: auto; }
  .callout__teaser {
    font-size: .8125rem;
    color: #0045b5;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600; }
  .callout-article .callout__text {
    font-size: 1.125rem; }
  .callout-event .border--top-chess {
    margin-bottom: 30px; }
  .callout-inline {
    position: relative;
    min-height: 0;
    padding: 0 0 34px; }
    .callout-inline::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #44464b 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
    .callout-inline .callout__info {
      width: 75%;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      .callout-inline .callout__info-text {
        min-height: 0;
        padding-top: 30px; }
        .callout-inline .callout__info-text::after {
          display: none; }
    .callout-inline .callout__image {
      width: 25%;
      padding-top: 30px; }
      .callout-inline .callout__image img {
        max-width: 270px; }
    .callout-inline .callout__text {
      font-size: 1.125rem; }
    .callout-inline .callout__title {
      margin-bottom: 10px; }
  .callout-basic {
    padding: 20px;
    display: block;
    color: #fff;
    margin-bottom: 40px; }
    .callout-basic p {
      color: #fff; }
    .callout-basic .callout__title {
      font-size: 1.75rem;
      color: #fff; }
    .callout-basic .divider {
      margin: 15px 0; }
    .callout-basic .contact {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: -20px 0 0 -26px; }
      .callout-basic .contact__item {
        margin-top: 20px;
        margin-left: 26px;
        padding-right: 0; }
      .callout-basic .contact__link {
        color: #fff; }
      .callout-basic .contact__label {
        color: #e180a6;
        font-weight: bold; }
  .callout .link--chevron-right {
    display: inline-block; }

.contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .contact__label {
    font-size: .625rem;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600; }
  .contact__link {
    text-decoration: none;
    color: #44464b;
    font-size: 1.125rem;
    word-break: break-all; }
  .contact__text {
    color: #44464b;
    font-size: 1.125rem; }
  .contact__item {
    padding-right: 80px; }

.callout-event,
.callout-article,
.callout-primary {
  position: relative;
  overflow: hidden; }
  .callout-event::before,
  .callout-article::before,
  .callout-primary::before {
    content: "";
    z-index: 2;
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 35.5%; }
  .callout-event .callout__info,
  .callout-article .callout__info,
  .callout-primary .callout__info {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    position: relative;
    z-index: 2; }
  .callout-event .callout__image,
  .callout-article .callout__image,
  .callout-primary .callout__image {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    position: relative;
    z-index: 1; }
  .callout-event.animated .callout__info,
  .callout-article.animated .callout__info,
  .callout-primary.animated .callout__info {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease .1s, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease .1s;
    transition: transform .5s ease, opacity .5s ease .1s, -webkit-transform .5s ease; }
  .callout-event.animated .callout__image,
  .callout-article.animated .callout__image,
  .callout-primary.animated .callout__image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform .5s ease .2s;
    transition: transform .5s ease .2s;
    transition: transform .5s ease .2s, -webkit-transform .5s ease .2s; }

.keep-exploring {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .keep-exploring--checkers {
    position: relative;
    position: relative;
    padding-bottom: 35px; }
    .keep-exploring--checkers::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      height: 2px;
      width: calc(50% - 20px);
      background-image: linear-gradient(to right, #e180a6 17%, #fff 0%);
      background-position: top;
      background-size: 8px 2px;
      background-repeat: repeat-x; }
    .keep-exploring--checkers::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 2px;
      width: calc(50% - 20px);
      background-image: linear-gradient(to right, #e180a6 17%, #fff 0%);
      background-position: top;
      background-size: 8px 2px;
      background-repeat: repeat-x; }
    .keep-exploring--checkers .content-photo-box:nth-child(even) {
      top: 75px; }
  .keep-exploring .content-photo-box {
    width: 48%;
    margin-bottom: 4%; }
    .keep-exploring .content-photo-box:nth-child(odd) {
      margin-right: 4%; }
    .keep-exploring .content-photo-box--centered {
      padding-top: 50px; }

.chess--bottom {
  position: relative; }
  .chess--bottom::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, #fff 6px, transparent 6px), linear-gradient(90deg, transparent 6px, #fff 6px);
    background-position: 0 0, 0 6px;
    background-repeat: repeat-x;
    background-size: 12px 6px, 12px 6px;
    height: 12px;
    width: 18px;
    display: block; }

.chess--top {
  position: relative; }
  .chess--top::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, transparent 6px, #fff 6px), linear-gradient(90deg, #fff 6px, transparent 6px);
    background-position: 0 0, 0 6px;
    background-repeat: repeat-x;
    background-size: 12px 6px, 12px 6px;
    height: 12px;
    width: 18px;
    display: block; }
  .chess--top.chess--m::after {
    background-image: linear-gradient(90deg, transparent 12px, #fff 12px), linear-gradient(90deg, #fff 12px, transparent 12px);
    background-position: 0 0, 0 12px;
    background-repeat: repeat-x;
    background-size: 24px 12px, 24px 12px;
    height: 24px;
    width: 36px; }

.chess--rb::after {
  right: 0;
  bottom: 0; }

.chess--rt::after {
  right: 0;
  top: 0; }

.chess--lb::after {
  left: 0;
  bottom: 0; }

.chess--lt::after {
  left: 0;
  top: 0; }

.border--top-chess {
  height: 6px;
  position: relative;
  background-color: #0045b5;
  width: calc(100% - 24px); }
  .border--top-chess::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -24px;
    background-image: linear-gradient(90deg, #fff 6px, #0045b5 6px), linear-gradient(90deg, #0045b5 6px, #fff 6px);
    background-position: 0 0, 0 6px;
    background-repeat: repeat-x;
    background-size: 12px 6px, 12px 6px;
    height: 12px;
    width: 18px;
    display: block; }

.border--bottom-chess {
  height: 6px;
  position: relative;
  background-color: #0045b5;
  width: calc(100% - 24px); }
  .border--bottom-chess::after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    background-image: linear-gradient(90deg, #0045b5 6px, #fff 6px), linear-gradient(90deg, #fff 6px, #0045b5 6px);
    background-position: 0 0, 0 6px;
    background-repeat: repeat-x;
    background-size: 12px 6px, 12px 6px;
    height: 12px;
    width: 18px;
    display: block; }

.search {
  padding: 68px 0; }
  .search-box {
    max-width: 993px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 240px 20px 104px; }
    .search-box__title {
      font-size: 3rem;
      line-height: 1;
      color: #01256e;
      font-family: "FinancierDisplay-Regular", sans-serif; }

.breadcrumb {
  list-style: none;
  margin: 0 0 16px;
  padding: 0; }
  .breadcrumb__item {
    display: inline;
    font-size: .75rem; }
    .breadcrumb__item::before {
      color: #0045b5;
      content: "//";
      padding-right: 2px; }
    .breadcrumb__item:first-child::before {
      display: none; }
  .breadcrumb__link {
    color: #0045b5; }

.hero {
  position: relative; }
  .hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #e180a6;
    display: block; }
  .hero__image {
    width: 100%; }
  .hero--meta-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 75px;
    margin-bottom: 70px;
    overflow: hidden; }
    .hero--meta-text::after {
      display: none; }
    .hero--meta-text .hero__image {
      width: 66%;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      .hero--meta-text .hero__image img {
        width: 100%; }
    .hero--meta-text .hero__meta {
      width: 34%;
      padding: 90px 0 20px 40px;
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .hero--meta-text.animated .hero__image {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      transition: -webkit-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
    .hero--meta-text.animated .hero__meta {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      transition: opacity .5s ease .3s, -webkit-transform .5s ease .2s;
      transition: transform .5s ease .2s, opacity .5s ease .3s;
      transition: transform .5s ease .2s, opacity .5s ease .3s, -webkit-transform .5s ease .2s; }
  .hero__meta {
    position: relative;
    overflow: hidden; }
    .hero__meta::before {
      content: "";
      position: absolute;
      background-color: #e180a6;
      width: 100%;
      height: 6px;
      top: 79px;
      left: 40px; }
    .hero__meta-title {
      font-size: 3.5rem;
      color: #01256e;
      line-height: 1.2;
      padding-top: 56px;
      font-family: "FinancierDisplay-Regular", sans-serif;
      margin-bottom: 4px; }
    .hero__meta-text {
      font-size: 1.5rem;
      line-height: 1.5; }

.main-sidebar {
  width: 30%;
  min-height: 350px;
  padding-right: 40px;
  padding-top: 20px;
  min-width: 360px; }
  .main-sidebar .traversable-menu {
    margin-bottom: 40px; }
  .main-sidebar .callout {
    margin-bottom: 20px; }

.basic-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .basic-page__content {
    position: relative;
    width: 60%;
    padding-left: 62px;
    padding-top: 22px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #fff; }
    .basic-page__content::before {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 1px;
      background: linear-gradient(to bottom, #aaa 11%, #fff 0%);
      background-position: left;
      background-size: 1px 5px;
      background-repeat: repeat-y; }
    .basic-page__content--push {
      margin-top: -70px; }
    .basic-page__content::before {
      height: 50%;
      top: 90px; }

.top-banner {
  position: relative;
  min-height: 200px;
  padding-top: 40px; }
  .top-banner--navy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-height: 200px;
    width: 100%;
    background: #01256e url("/offcampusservices/templates/ocs_home/images/background-patterns/pattern-dark.svg") no-repeat center/cover;
    z-index: -1; }

.leading-text {
  font-size: 1.5rem;
  line-height: 1.5; }

.card--resource,
.search-box {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0; }
  .card--resource.animated,
  .search-box.animated {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
  .card--resource:last-child,
  .search-box:last-child {
    transition-delay: .2s; }

.search-results,
.search-related {
  max-width: 785px;
  margin: 0 auto; }

.search-results {
  padding: 60px 0 0; }

.search-related {
  padding: 30px 0; }

.text-content {
  margin-left: auto; }
  .text-content--small {
    width: 65%; }

.media {
  margin: 70px 0;
  position: relative;
  overflow: hidden; }
  .media__image {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .media__image img {
      max-width: 100%; }
  .media__statement {
    position: absolute;
    bottom: 41px;
    right: 64px;
    width: 453px;
    min-height: 160px;
    padding: 40px 40px 20px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15), inset 0 6px 0 0 #0045b5;
    border: 1px solid #0045b5;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
  .media.animated .media__image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease; }
  .media.animated .media__statement {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    transition: opacity .5s ease .6s, -webkit-transform .7s ease .5s;
    transition: transform .7s ease .5s, opacity .5s ease .6s;
    transition: transform .7s ease .5s, opacity .5s ease .6s, -webkit-transform .7s ease .5s; }

.landing-page {
  padding-bottom: 80px; }

.keep-explore {
  margin-top: 100px; }
  .keep-explore h1 {
    margin-bottom: 30px; }

@media screen and (min-device-width: 1025px), screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none; }
  .desktop-visible {
    display: block; }
  .desktop-visible-inline {
    display: inline; }
  .desktop-visible-inline-block {
    display: inline-block; }
  .desktop-visible-table-cell {
    display: table-cell; } }

@media screen and (min-device-width: 768px) and (max-device-width: 1024px), screen and (max-width: 1024px) {
  .header {
    padding-left: 40px;
    padding-right: 40px; }
    .header__secondary-nav {
      padding-top: 20px; }
    .header__primary-nav {
      padding-top: 20px; }
  .primary-nav__item {
    padding-left: 11px;
    padding-right: 20px; }
  .primary-nav__link {
    font-size: 1rem; }
  .secondary-nav__search {
    margin-right: 34px; }
  .footer__logo {
    width: 340px;
    height: 64px; }
  .footer__shield {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%; }
  .footer__info {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%; }
  .footer__info-contact {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px; }
  .footer__bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 78px; }
    .footer__bottom::before {
      width: calc(100% - 40px); }
  .footer-nav__item {
    margin-right: 20px; }
  .footer__shield-img {
    max-width: 156px; }
  .info-contact,
  .info-social {
    width: 100%; }
  .info-social {
    padding-top: 40px; }
  .menu-trigger .ico-close {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    top: 15px;
    left: 15px; }
  .menu-trigger.opened .ico-hamburger {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  .alert-banner__boundary {
    padding: 0 40px; }
  .slideshow {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .slideshow__slider {
      position: relative;
      width: 100%; }
      .slideshow__slider::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, #aaa 17%, #fff 0%);
        background-position: top;
        background-size: 6px 1px;
        background-repeat: repeat-x; }
      .slideshow__slider::after {
        width: calc(85% - 80px); }
    .slideshow__meta {
      width: 100%;
      padding: 0; }
  .slider__footer {
    width: 85%; }
  .slider-meta {
    border-top: none; }
    .slider-meta__title {
      padding-top: 14px; }
  .card--compact {
    width: 216px !important;
    min-height: 250px; }
  .card--full {
    width: 571px !important;
    min-height: 220px; }
    .card--full .card__content,
    .card--full .card__content p {
      font-size: 1.125rem; }
  .service-cards .slick-slide {
    margin-right: 20px; }
    .service-cards .slick-slide:last-child {
      margin-right: 0; }
  .bg--shadow::after {
    display: none; }
  .news {
    background: #f0f0f0; }
    .news-cards__nav {
      padding: 20px 80px; }
    .news--with-cols .news-cards__nav {
      padding: 20px 80px; }
    .news__boundary {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .news__text {
      background: none;
      width: 100%;
      padding-left: 40px; }
    .news__slider {
      width: 100%;
      padding-left: 40px;
      margin-top: 0; }
  .callout {
    padding: 40px 0 60px; }
    .callout__col {
      margin-right: 20px; }
    .callout__info {
      width: 50%; }
    .callout__image {
      width: 50%; }
      .callout__image img {
        max-width: 373px; }
    .callout-inline {
      padding: 0 0 34px; }
    .callout-basic {
      padding: 20px; }
    .callout-event::before, .callout-article::before {
      width: 50%; }
  .container {
    padding: 0 40px; }
  .content-box__text {
    font-size: 1.375rem;
    padding: 20px 15px;
    line-height: 28px; }
  .content-photo-box {
    padding: 62px 20px 18px; }
  .search {
    padding: 35px 0; }
    .search-box {
      padding-right: 166px;
      padding-left: 40px; }
  .form-inline .form-group {
    margin-right: 20px; }
  .resources {
    padding-top: 15px;
    padding-bottom: 40px; }
  .resource-cards {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .resource-cards .card--resource {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
      padding-top: 40px; }
      .resource-cards .card--resource:last-child {
        margin-bottom: 0; }
    .resource-cards .content-box-group {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 35px; }
      .resource-cards .content-box-group::before {
        display: none; }
      .resource-cards .content-box-group::after {
        display: none; }
    .resource-cards .content-box {
      margin-right: 20px;
      margin-bottom: 0; }
      .resource-cards .content-box:last-child {
        margin-right: 0; }
  .dark-navy .content-box {
    position: relative; }
    .dark-navy .content-box::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: block;
      right: -2px;
      left: auto;
      top: 0;
      z-index: 2; }
    .dark-navy .content-box::after {
      content: "";
      display: block;
      background-position: 0 0;
      position: absolute;
      width: 2px;
      background-image: linear-gradient(to top, #0045b5 2px, transparent 2px);
      height: 100%;
      background-repeat: repeat-y;
      background-size: 2px 6px;
      top: 0;
      right: 0;
      left: auto; }
    .dark-navy .content-box:last-child::before {
      display: none; }
    .dark-navy .content-box:last-child::after {
      display: none; }
  .download-cards {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .download-cards .card {
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
      .download-cards .card:last-child {
        margin-bottom: 0; }
  .basic-page__content {
    padding-left: 0; }
    .basic-page__content--push {
      padding-right: 20px;
      margin-right: 60px;
      margin-top: -100px; }
    .basic-page__content::before {
      display: none; }
  .contact-block {
    padding: 40px; }
    .contact-block .contact__item {
      padding-right: 40px; }
  .hero--meta-text {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
    padding-top: 0;
    margin-bottom: 20px; }
    .hero--meta-text .hero__image {
      width: 100%;
      max-height: 100%;
      border-top: 6px solid #e180a6; }
    .hero--meta-text .hero__meta {
      width: 90%;
      background-color: #fff;
      padding: 20px 0 20px 10px;
      margin-top: -70px; }
      .hero--meta-text .hero__meta-title {
        padding-top: 0; }
      .hero--meta-text .hero__meta::before {
        display: none; }
  .media {
    margin: 40px -40px; }
  .landing-page {
    padding-bottom: 60px; }
    .landing-page .keep-explore {
      margin-top: 50px; }
  .search-results {
    padding: 60px 60px 0 0; }
  .text-content--small {
    width: 100%; }
  .shield::before {
    width: 240px;
    height: 270px; }
  .tablet-hidden {
    display: none; }
  .tablet-visible {
    display: block; }
  .tablet-visible-inline {
    display: inline; }
  .tablet-visible-inline-block {
    display: inline-block; }
  .tablet-visible-table-cell {
    display: table-cell; } }

@media screen and (max-device-width: 767px), screen and (max-width: 767px) {
  .header {
    padding: 12px 18px; }
    .header__logo {
      width: 180px;
      height: 37px; }
    .header__secondary-nav {
      padding-top: 0; }
      .header__secondary-nav .ico-disc {
        height: 32px;
        width: 32px; }
        .header__secondary-nav .ico-disc .ico {
          width: 13px;
          height: 13px; }
        .header__secondary-nav .ico-disc .ico-search {
          background-position: -2px -135px;
          background-size: 20px auto;
          width: 15px;
          height: 15px; }
        .header__secondary-nav .ico-disc .ico-close {
          background-position: -2px -40px;
          background-size: 20px auto; }
      .header__secondary-nav .pseudo-link .ico-disc,
      .header__secondary-nav .pseudo-button .ico-disc {
        line-height: 34px; }
  .ico-hamburger {
    width: 13px;
    height: 13px;
    top: 0; }
    .ico-hamburger__inner {
      width: 13px; }
      .ico-hamburger__inner::before {
        width: 13px;
        top: 5px; }
      .ico-hamburger__inner::after {
        width: 13px;
        top: 10px; }
  .secondary-nav__item {
    margin-right: 6px; }
  .footer {
    position: relative; }
    .footer::before {
      content: "";
      position: absolute;
      height: 6px;
      width: calc(100% - 25px);
      top: 0;
      right: 0;
      background-color: #e180a6; }
    .footer__logo {
      width: 240px;
      height: 50px; }
    .footer__info {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding-top: 26px; }
    .footer__info-contact {
      width: 100%;
      padding-top: 40px; }
    .footer-nav {
      margin-bottom: 5px; }
      .footer-nav__item {
        display: block;
        margin-bottom: 5px; }
    .footer__bottom {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 40px; }
      .footer__bottom::before {
        width: calc(100% - 20px); }
  .info-contact,
  .info-social {
    width: 100%; }
  .info-social {
    padding-top: 30px; }
  .sidebar {
    width: 100%;
    padding: 45px 18px 18px; }
    .sidebar-shim {
      top: 60px; }
  .external-info {
    margin-top: 30px; }
  .external__item {
    width: 100%;
    margin-bottom: 5px; }
  .menu-trigger .ico-disc {
    margin-left: 0; }
    .menu-trigger .ico-disc:nth-child(2) {
      margin-left: 0; }
  .menu-trigger .ico-close {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    top: 9px;
    left: 9px; }
  .menu-trigger.opened .ico-hamburger {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  .alert-banner__boundary {
    position: relative;
    padding: 15px 20px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .alert-banner__text {
    font-size: 1rem;
    white-space: normal; }
  .alert-banner__close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .alert-banner__more {
    padding-left: 0;
    margin-top: 10px; }
  table th {
    display: none; }
  table td {
    display: block;
    padding: 0;
    font-size: 1rem; }
    table td::before {
      content: attr(data-th);
      display: block; }
    table td::after {
      display: none; }
  table tr {
    position: relative;
    display: block;
    padding: 8px 0 16px; }
    table tr::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: linear-gradient(to right, #44464b 17%, #fff 0%);
      background-position: top;
      background-size: 6px 1px;
      background-repeat: repeat-x; }
    table tr:first-child {
      padding: 0; }
  .ui-datepicker td {
    display: table-cell;
    padding: 0 4px; }
  .ui-datepicker th {
    display: table-cell; }
  .ui-datepicker tr {
    padding: 0;
    display: table-row; }
    .ui-datepicker tr::after {
      background: none; }
  .slideshow {
    margin: 0 -25px; }
    .slideshow__meta {
      padding-left: 25px;
      padding-right: 25px; }
  .slider__footer {
    width: 100%;
    padding-left: 25px;
    position: relative; }
    .slider__footer-col:first-child {
      width: 55%; }
    .slider__footer-col:last-child {
      width: 45%; }
    .slider__footer .link--chevron-right {
      font-size: .6875rem; }
  .slider__counter {
    padding: 0 6px 0 0; }
  .slider-meta__title {
    font-size: 2.25rem;
    padding-top: 10px; }
  .slider-meta__text {
    font-size: 1.25rem; }
  .slider::after {
    width: calc(100% - 80px); }
  .card--compact {
    width: 216px !important;
    min-height: 196px;
    padding: 25px 16px 10px; }
    .card--compact .card__title {
      font-size: 1.375rem;
      line-height: 1.2; }
  .card--full {
    width: 283px !important;
    min-height: 262px;
    padding: 34px 12px 20px; }
    .card--full .card__content,
    .card--full .card__content p {
      font-size: 1rem; }
  .card--resource .card__title {
    font-size: 1.75rem;
    margin-bottom: 10px; }
  .service-cards .slick-slide {
    margin-right: 22px; }
    .service-cards .slick-slide:last-child {
      margin-right: 0; }
  .service-cards__nav {
    padding-right: 25px; }
  .service-cards .slick-current.slick-active .card::before {
    height: 6px;
    transition: height .2s ease .5s; }
  .bg--shadow::after {
    display: none; }
  .news__text {
    padding-top: 30px;
    padding-left: 20px; }
  .news .slick-slide {
    margin-right: 12px; }
    .news .slick-slide:last-child {
      margin-right: 0; }
  .news__slider {
    padding-left: 12px; }
  .news-cards__nav {
    padding-right: 25px; }
  .news--with-cols .news-cards__nav {
    padding-right: 25px; }
  .news--with-cols .news__slider .card--full {
    width: 283px !important; }
  .accordion__header {
    padding: 18px 0; }
  .accordion__title {
    font-size: 1.75rem; }
  .callout {
    padding: 0 0 50px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -25px; }
    .callout .border--top-chess {
      margin-bottom: 0; }
    .callout__col {
      margin-right: 0; }
    .callout__teaser {
      margin: 0 25px; }
    .callout__title {
      font-size: 1.75rem; }
    .callout__info {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
      .callout__info-text {
        min-height: 0;
        padding: 20px 0;
        margin: 0 25px; }
      .callout__info-link {
        margin: 0 25px; }
    .callout__image {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      .callout__image img {
        max-width: 100%; }
    .callout-inline {
      margin: 0;
      padding-bottom: 20px; }
      .callout-inline .callout__info {
        width: 100%; }
        .callout-inline .callout__info-text, .callout-inline .callout__info-link {
          margin: 0; }
      .callout-inline .callout__image {
        width: 100%; }
        .callout-inline .callout__image img {
          max-width: 100%; }
    .callout-basic {
      padding: 20px;
      margin-bottom: 40px; }
      .callout-basic .contact {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
    .callout-event::before, .callout-article::before {
      display: none; }
  .container {
    padding: 0 25px; }
  .content-box {
    min-width: 100%; }
    .content-box__text {
      padding: 14px 15px; }
  .content-photo-box {
    padding-top: 82px;
    width: 100%; }
    .content-photo-box__title {
      font-size: 1.375rem;
      line-height: 28px; }
    .content-photo-box__content {
      font-size: 1rem;
      line-height: 28px; }
  .keep-exploring {
    padding-bottom: 0; }
    .keep-exploring--checkers::before {
      width: 100%; }
    .keep-exploring--checkers::after {
      width: 100%; }
    .keep-exploring .content-photo-box {
      width: 100%;
      margin: 10px 0 0; }
      .keep-exploring .content-photo-box:nth-child(even) {
        top: 0; }
      .keep-exploring .content-photo-box:nth-child(odd) {
        margin-right: 0; }
      .keep-exploring .content-photo-box:last-child {
        margin-bottom: 20px; }
  .search {
    padding: 40px 0; }
    .search-box {
      padding: 30px 20px; }
      .search-box__title {
        font-size: 2rem;
        margin-bottom: 10px; }
  .form-search .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }
  .form-search .btn {
    margin-bottom: 20px; }
  .resources {
    padding-top: 30px;
    padding-bottom: 15px; }
    .resources .container {
      padding-left: 12px;
      padding-right: 12px; }
  .resource-cards {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .resource-cards .content-box-group {
      display: block;
      margin-bottom: 24px; }
      .resource-cards .content-box-group::before {
        display: block; }
      .resource-cards .content-box-group::after {
        display: block; }
    .resource-cards .content-box {
      margin-right: 0;
      margin-bottom: 10px; }
      .resource-cards .content-box:last-child {
        margin-bottom: 0; }
    .resource-cards .card--resource {
      padding: 16px 12px;
      margin-bottom: 15px; }
      .resource-cards .card--resource.dark-navy .content-box {
        margin-top: 0; }
  .dark-navy .content-box {
    position: relative; }
    .dark-navy .content-box::before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #fff;
      display: block;
      top: auto;
      bottom: -2px;
      left: 0;
      z-index: 2; }
    .dark-navy .content-box::after {
      content: "";
      width: 100%;
      background-image: linear-gradient(90deg, #0045b5 2px, transparent 2px);
      height: 2px;
      display: block;
      background-position: 0 0;
      background-repeat: repeat-x;
      background-size: 6px 2px;
      position: absolute;
      top: auto;
      left: 0;
      bottom: 0; }
    .dark-navy .content-box:last-child::before {
      display: block; }
    .dark-navy .content-box:last-child::after {
      display: block; }
  .top-banner {
    min-height: 0;
    padding: 0; }
    .top-banner .container {
      padding: 0; }
    .top-banner::before {
      display: none; }
  .basic-page__content--push {
    margin: 0;
    padding-right: 0; }
  .leading-text {
    font-size: 1.25rem;
    line-height: 1.6; }
  .contact-block {
    padding: 30px 20px;
    margin-bottom: 40px; }
    .contact-block__title {
      font-size: 2rem;
      margin-bottom: 10px; }
    .contact-block__content {
      font-size: 1.125rem; }
    .contact-block .contact__item {
      margin-bottom: 20px;
      padding-right: 0; }
    .contact-block .contact__text {
      padding-right: 60px; }
  .hero--meta-text {
    padding-top: 0; }
    .hero--meta-text .hero__meta {
      margin-top: 0;
      padding-left: 25px;
      padding-right: 25px; }
      .hero--meta-text .hero__meta-title {
        font-size: 2.25rem; }
      .hero--meta-text .hero__meta-text {
        font-size: 1.25rem; }
  .media {
    margin: 40px -25px; }
    .media__statement {
      position: static;
      width: 100%;
      padding: 20px 25px;
      min-height: 0; }
  .landing-page {
    padding-bottom: 40px; }
    .landing-page .keep-explore {
      margin-top: 40px; }
  .search-results {
    padding: 40px 0 0; }
  .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .row .cell {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-left: 0; }
  .shield::before {
    width: 130px;
    height: 146px; }
  .keep-explore h1 {
    margin-bottom: 10px; }
  .contact__link {
    font-size: 1rem; }
  .contact__text {
    font-size: 1rem; }
  .mobile-hidden {
    display: none; }
  .mobile-visible {
    display: block; }
  .mobile-visible-inline {
    display: inline; }
  .mobile-visible-inline-block {
    display: inline-block; }
  .mobile-visible-table-cell {
    display: table-cell; } }

/* body {
  display: none;
}
*/
