@import url("https://use.typekit.net/zbd6bff.css");
body, body .dark, body .light, body table, body .neutral, body .pale {
  font-family: museo-sans, sans-serif;
  font-size: 100%; }

html {
  height: 100%; }
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0; }

  .site-header,
  .site-footer {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    z-index: 9; }

  .site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .site-content:focus {
      outline: none; }

body {
  min-width: 320px;
  background-color: white;
  color: black; }

.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 99; }
  .site-header .header-main-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
  .site-header .skip-to-content-link {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
    .site-header .skip-to-content-link:focus {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      clip: auto; }
  .site-header .topbar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%; }
  .site-header .topbar-inner {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-header .topbar-inner > * {
      margin-top: 5px;
      margin-bottom: 5px; }
  .site-header .header-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-header .header-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .header-secondary-nav .link-item {
    padding: 0 8px; }
    .site-header .header-secondary-nav .link-item a {
      text-decoration: none; }
      .site-header .header-secondary-nav .link-item a:hover, .site-header .header-secondary-nav .link-item a:focus {
        text-decoration: underline; }
  .site-header .header-logo.logo-replacement a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 40px;
    width: 193px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-logo:not(.logo-replacement) a:before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 193px;
    height: 40px;
    margin-bottom: 15px;
    background-image: url("/pics/header_logo.png"); }
  .site-header .header-title a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 100%;
    text-decoration: none; }
    .site-header .header-title a .school-name-inner {
      max-width: 100%; }
  .site-header .marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box; }
    .site-header .marquee .marquee-inner {
      display: inline-block;
      padding-left: 100%; }
      .site-header .marquee .marquee-inner:hover {
        animation-play-state: paused; }
    .site-header .marquee.marquee-speed-18 .marquee-inner {
      animation: marquee 15s linear infinite; }
    .site-header .marquee.marquee-speed-35 .marquee-inner {
      animation: marquee 30s linear infinite; }
    .site-header .marquee.marquee-speed-7 .marquee-inner {
      animation: marquee 7.5s linear infinite; }
    .site-header .marquee .marquee-content {
      float: left; }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
  .site-header .sitenav.hamburger {
    width: 100%; }
    .site-header .sitenav.hamburger .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.hamburger .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.hamburger .nav-mobile-toggle:before, .site-header .sitenav.hamburger .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.hamburger .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.hamburger .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.hamburger.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.hamburger .nav-menu,
    .site-header .sitenav.hamburger .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.hamburger .nav-menu a,
      .site-header .sitenav.hamburger .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.hamburger .sub-nav {
      display: none; }
      .site-header .sitenav.hamburger .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.hamburger .sub-nav.open {
        display: block; }
      .site-header .sitenav.hamburger .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.hamburger .sub-nav .flyout-group a {
          padding-left: 2.5em; }
  .site-header .sitenav.column {
    width: 100%; }
    .site-header .sitenav.column .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.column .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.column .nav-mobile-toggle:before, .site-header .sitenav.column .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.column .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.column .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.column.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.column .nav-menu,
    .site-header .sitenav.column .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.column .nav-menu a,
      .site-header .sitenav.column .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.column .sub-nav {
      display: none; }
      .site-header .sitenav.column .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.column .sub-nav.open {
        display: block; }
      .site-header .sitenav.column .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.column .sub-nav .flyout-group a {
          padding-left: 2.5em; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.column {
        position: static;
        max-height: none;
        overflow: visible; }
        .site-header .sitenav.column .nav-mobile-toggle {
          display: none; }
        .site-header .sitenav.column .nav-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 1350px;
          position: relative; }
        .site-header .sitenav.column .sub-nav a {
          padding: .5em; } }
    .site-header .sitenav.column .nav-item {
      position: relative; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.column {
        position: relative; }
        .site-header .sitenav.column .nav-menu {
          position: relative; }
        .site-header .sitenav.column .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 12.5em; }
        .site-header .sitenav.column .sub-nav {
          position: absolute; }
          .site-header .sitenav.column .sub-nav a {
            width: 11.5em; }
          .site-header .sitenav.column .sub-nav .flyout-group a {
            width: 10.5em;
            padding-left: 1.5em; } }
  .site-header .sitenav.megamenu {
    width: 100%; }
    .site-header .sitenav.megamenu .nav-mobile-toggle {
      position: absolute;
      display: block;
      overflow: hidden;
      font-size: 0;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .site-header .sitenav.megamenu .nav-mobile-toggle .nav-mobile-toggle-inner {
        position: absolute;
        display: block;
        transition: .25s; }
      .site-header .sitenav.megamenu .nav-mobile-toggle:before, .site-header .sitenav.megamenu .nav-mobile-toggle:after {
        content: "";
        display: block;
        position: absolute;
        transition: .25s; }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open .nav-mobile-toggle-inner {
        transform: scaleX(0); }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:before {
        transform: rotate(45deg); }
      .site-header .sitenav.megamenu .nav-mobile-toggle.animated.open:after {
        transform: rotate(-45deg); }
    .site-header .sitenav.megamenu .nav-menu {
      position: absolute;
      z-index: 99;
      width: 100%;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.8s; }
    .site-header .sitenav.megamenu.open .nav-menu {
      max-height: 2000px; }
    .site-header .sitenav.megamenu .nav-menu,
    .site-header .sitenav.megamenu .sub-nav-group {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .sitenav.megamenu .nav-menu a,
      .site-header .sitenav.megamenu .sub-nav-group a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: .5em;
        text-decoration: none; }
    .site-header .sitenav.megamenu .sub-nav {
      display: none; }
      .site-header .sitenav.megamenu .sub-nav a {
        padding-left: 1.5em; }
      .site-header .sitenav.megamenu .sub-nav.open {
        display: block; }
      .site-header .sitenav.megamenu .sub-nav .flyout-group {
        margin: 0;
        padding: 0;
        list-style: none; }
        .site-header .sitenav.megamenu .sub-nav .flyout-group a {
          padding-left: 2.5em; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu {
        position: static;
        max-height: none;
        overflow: visible; }
        .site-header .sitenav.megamenu .nav-mobile-toggle {
          display: none; }
        .site-header .sitenav.megamenu .nav-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          box-sizing: border-box;
          margin-left: auto;
          margin-right: auto;
          width: 100%;
          max-width: 1350px;
          position: relative; }
        .site-header .sitenav.megamenu .sub-nav a {
          padding: .5em; } }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu .sub-nav {
        position: absolute;
        left: 0; }
        .site-header .sitenav.megamenu .sub-nav.open {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start; }
        .site-header .sitenav.megamenu .sub-nav .sub-nav-group {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; }
          .site-header .sitenav.megamenu .sub-nav .sub-nav-group > li {
            width: 100%; }
            .site-header .sitenav.megamenu .sub-nav .sub-nav-group > li a {
              margin: 0 1em; }
        .site-header .sitenav.megamenu .sub-nav .mm-extra-content {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .site-header .sitenav.megamenu .sub-nav .mm-image {
          width: 100%; } }
    @media screen and (min-width: 1350px) {
      .site-header .sitenav.megamenu .sub-nav {
        right: 0; } }
    @media screen and (max-width: 1023px) {
      .site-header .sitenav.megamenu .mm-extra-content {
        display: none; } }
    .site-header .sitenav.megamenu .contact-info {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin: 1em; }
      .site-header .sitenav.megamenu .contact-info .header-contact-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
    .site-header .sitenav.megamenu .map-container {
      position: relative;
      display: block;
      margin: 1em;
      min-height: 250px; }
      .site-header .sitenav.megamenu .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (min-width: 1024px) {
      .site-header .sitenav.megamenu .contact-info {
        margin: 0 0 0 1em;
        padding: .5em;
        width: 40% !important; }
      .site-header .sitenav.megamenu .map-container {
        margin: 0; } }
  @media screen and (max-width: 1023px) {
    .site-header .sitenav .icon-only svg {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .site-header .sitenav .icon-only .nav-item-inner {
      display: block;
      width: 24px;
      height: 24px;
      overflow: hidden; }
      .site-header .sitenav .icon-only .nav-item-inner svg {
        display: block;
        width: 24px;
        height: 24px;
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    .site-header.fixed-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

.content-pages-banner {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .content-pages-banner {
      display: none; } }
  .content-pages-banner .caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }

.index-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

#content_main {
  position: relative;
  z-index: 9;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 400px;
  overflow: visible;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px; }
  #content_main .pages-left-column-wrapper {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    #content_main table {
      display: block;
      overflow-x: auto; }
    #content_main .bell-schedule {
      display: table; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .85em; }
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      width: auto; }
    #content_main #more-videos {
      display: none; }
    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
      display: block; }
    #content_main #staff_list_public .user-info-wrapper .user-position-public {
      display: block;
      margin-left: 0;
      width: 100%; }
    #content_main #staff_list_public .user-info-wrapper p {
      display: block;
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #content_main .news-list article .column {
      width: 100%; }
    #content_main .show-news .attached-images {
      float: none;
      margin: 0 auto 1em; }
    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
      width: 100% !important; }
    #content_main .video-list .thumb_wrap {
      display: block;
      float: none; }
    #content_main .video-list li .description {
      padding-left: 0; }
    #content_main .video-list li .video-list-date {
      padding-left: 0; }
    #content_main .bell-schedule {
      width: 100%; }
    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
      font-size: .7em; }
    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
      display: none; }
    #content_main #album_thumbnails table img {
      width: 90%;
      height: auto;
      position: relative; }
    #content_main #edlio_search_form {
      max-width: 400px;
      width: auto; }
      #content_main #edlio_search_form input {
        width: 200px; }
    #content_main #contact_form {
      width: 100%; }
      #content_main #contact_form table {
        display: table;
        font-size: 12px;
        width: 280px !important; }
      #content_main #contact_form #f_name {
        width: 200px !important; }
      #content_main #contact_form #f_email {
        width: 200px !important; }
      #content_main #contact_form #f_message {
        width: 200px !important; }
    #content_main #calendar_wrapper .right-column {
      float: none;
      width: 100%; }
      #content_main #calendar_wrapper .right-column #calendar_grid table {
        display: table; }
    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
      width: 100%; }
    #content_main .pages-left-column-wrapper {
      margin-left: 0 !important;
      float: none; }
      #content_main .pages-left-column-wrapper .pages-left-column {
        margin-left: 0 !important; }
    #content_main .pages-right-column {
      float: none;
      width: 100% !important;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0; }
  #content_main .pages-content-wrapper {
    overflow: visible; }
  #content_main img.sub {
    border: none; }
  @media screen and (min-width: 1350px) {
    #content_main {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 1350px;
      padding-left: 50px;
      padding-right: 50px; } }
  .index #content_main {
    background-color: transparent;
    box-shadow: none; }
  #content_main .right-column-page-navigation {
    margin-bottom: 1.25em; }
    @media screen and (max-width: 767px) {
      #content_main .right-column-page-navigation {
        margin: 20px auto; } }
    #content_main .right-column-page-navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 0;
      padding: 0; }
    #content_main .right-column-page-navigation a {
      text-decoration: none;
      color: inherit;
      display: block;
      font-weight: 400;
      padding: .8em 6% .8em 10%;
      width: 84%;
      margin: 0;
      line-height: auto; }
      #content_main .right-column-page-navigation a:hover, #content_main .right-column-page-navigation a:focus {
        text-decoration: underline; }
      #content_main .right-column-page-navigation a .inner {
        text-decoration: none; }
        #content_main .right-column-page-navigation a .inner:hover, #content_main .right-column-page-navigation a .inner:focus {
          text-decoration: underline; }

.homepage-row.bg-image,
.footer-row.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.homepage-row *[class$="row-inner"],
.footer-row *[class$="row-inner"] {
  position: relative; }
.homepage-row *[class$="-column"],
.footer-row *[class$="-column"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%; }
.homepage-row.convert-small *[class$="row-inner"],
.footer-row.convert-small *[class$="row-inner"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
@media screen and (min-width: 768px) {
  .homepage-row.convert-mid *[class$="row-inner"],
  .footer-row.convert-mid *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-mid *[class$="row-inner"] .content-container,
    .footer-row.convert-mid *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1024px) {
  .homepage-row.convert-large *[class$="row-inner"],
  .footer-row.convert-large *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-large *[class$="row-inner"] .content-container,
    .footer-row.convert-large *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1350px) {
  .homepage-row.convert-max *[class$="row-inner"],
  .footer-row.convert-max *[class$="row-inner"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .homepage-row.convert-max *[class$="row-inner"] .content-container,
    .footer-row.convert-max *[class$="row-inner"] .content-container {
      width: 100%; } }
@media screen and (min-width: 1024px) {
  .homepage-row.width-constrain-row *[class$="row-inner"],
  .footer-row.width-constrain-row *[class$="row-inner"] {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px; } }
.homepage-row.padded-row,
.footer-row.padded-row {
  padding-left: 10px;
  padding-right: 10px; }

.content-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .content-container a {
    text-decoration: none; }
    .content-container a:hover, .content-container a:focus {
      text-decoration: underline; }
  .content-container .section-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 2rem;
    text-align: center; }
    .content-container .section-title a {
      display: inline-block;
      width: auto;
      margin: 0;
      padding: 0;
      color: inherit; }
  .content-container .item-name a {
    color: inherit; }
  @media screen and (min-width: 768px) {
    .content-container {
      padding-top: 40px;
      padding-bottom: 40px; }
      .content-container .section-title {
        margin-bottom: 40px;
        font-size: 3rem; } }

.item-summary {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 1024px) {
    .item-summary {
      padding-left: 0;
      padding-right: 0; } }

.read-more-links-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.site-footer .footer-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  text-align: center; }
.site-footer .footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px; }
  .site-footer .footer-logo.logo-replacement {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    height: 47px;
    width: 47px;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/pics/header_logo.png"); }
  .site-footer .footer-logo:not(.logo-replacement):before {
    content: "";
    display: block;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 47px;
    height: 47px;
    margin-bottom: 15px;
    background-image: url("/pics/header_logo.png"); }
  @media screen and (min-width: 768px) {
    .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .site-footer .footer-logo:not(.logo-replacement).logo-orientation-horizontal:before {
        margin-bottom: 0;
        margin-right: 15px; } }
.site-footer .footer-title {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-title {
      font-size: 2.25rem; } }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-title {
      font-size: 3rem; } }
  .site-footer .footer-title .school-name-inner {
    max-width: 100%; }
.site-footer .footer-map-container {
  position: relative;
  height: 200px;
  width: 90%; }
  .site-footer .footer-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 768px) {
    .site-footer .footer-map-container {
      width: 100%; } }
.site-footer .footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  text-align: center; }
  .site-footer .footer-address .footer-info-block {
    max-width: 100%; }
  .site-footer .footer-address a {
    color: inherit; }
  .site-footer .footer-address svg {
    width: 12px;
    height: 12px;
    margin-right: 5px; }
.site-footer .footer-secondary-nav {
  margin-bottom: 15px; }
  .site-footer .footer-secondary-nav .section-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.5rem; }
  .site-footer .footer-secondary-nav .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-footer .footer-secondary-nav .link-item {
    padding: 0 8px; }
    .site-footer .footer-secondary-nav .link-item a {
      text-decoration: none; }
      .site-footer .footer-secondary-nav .link-item a:hover, .site-footer .footer-secondary-nav .link-item a:focus {
        text-decoration: underline; }
.site-footer .powered-by-edlio-logo.edlio-logo-horiz {
  display: block;
  width: 140px;
  height: 20px;
  overflow: hidden; }
  .site-footer .powered-by-edlio-logo.edlio-logo-horiz svg {
    display: block;
    width: 140px;
    height: 20px;
    margin: 0; }
.site-footer .powered-by-edlio-logo.edlio-logo-stacked {
  display: block;
  width: 80px;
  height: 30px;
  overflow: hidden; }
  .site-footer .powered-by-edlio-logo.edlio-logo-stacked svg {
    display: block;
    width: 80px;
    height: 30px;
    margin: 0; }
.site-footer .scholantis-logo {
  display: block;
  width: 160px;
  height: 35px;
  overflow: hidden; }
  .site-footer .scholantis-logo svg {
    display: block;
    width: 160px;
    height: 35px;
    margin: 0; }
.site-footer .footer-bottom-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .site-footer .footer-bottom-inner > * {
    margin-top: 5px;
    margin-bottom: 5px; }

#search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  #search #site_search {
    margin: 0;
    border: none;
    vertical-align: top;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: content-box; }
  #search .site-search-button {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer; }

#mobile_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px; }
  #mobile_nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .75em;
    text-decoration: none; }
    #mobile_nav a svg {
      width: 28px;
      height: 28px;
      margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #mobile_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    #footer_main {
      padding-bottom: 64px; } }

.edlio-login-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none; }
  .edlio-login-link .edlio-logo {
    display: block;
    width: 30px;
    height: 20px;
    overflow: hidden;
    padding-right: 4px;
    margin-right: 4px;
    border-right: 2px solid transparent; }
    .edlio-login-link .edlio-logo svg {
      display: block;
      width: 30px;
      height: 20px;
      margin: 0; }

.slick-container {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-container .slick-arrow:before {
    border-color: black; }
  .slick-container .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top-style: solid;
    border-top-width: 2px; }
  .slick-container .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px) translateX(calc((12px + (2 * 2px))/-4)) translateY(calc((12px + (2 * 2px))/-4));
    transform-origin: top left;
    border-left-style: solid;
    border-left-width: 2px;
    left: 50%; }
  .slick-container .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px) translateX(calc((12px + (2 * 2px))/4)) translateY(calc((12px + (2 * 2px))/-4));
    transform-origin: top right;
    border-right-style: solid;
    border-right-width: 2px;
    right: 50%; }
  .slick-container .slick-list {
    width: calc(100% - 25px*2);
    margin: 0 25px; }
  .slick-container .slick-arrow {
    width: 20px;
    height: 30px;
    top: calc(50% - 30px/2); }
  .slick-container .slick-dots li button:before {
    color: #3b3b3b; }
  .slick-container .slick-dots.number-dots li button {
    background: #3b3b3b; }
  .slick-container .slick-dots.number-dots li.slick-active button {
    color: #3b3b3b; }
  .slick-container .slick-dots li.slick-active button:before {
    color: #d22730; }
  .slick-container .slick-dots.number-dots li button {
    color: #d22730; }
  .slick-container .slick-dots.number-dots li.slick-active button {
    background: #d22730; }
  .slick-container .slick-slider {
    position: relative; }
  .slick-container .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0; }
    .slick-container .slick-list:focus {
      outline: none; }
    .slick-container .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .slick-container .slick-slider .slick-track,
  .slick-container .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-container .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto; }
    .slick-container .slick-track:before, .slick-container .slick-track:after {
      content: "";
      display: table; }
    .slick-container .slick-track:after {
      clear: both; }
    .slick-loading .slick-container .slick-track {
      visibility: hidden; }
  .slick-container .slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] .slick-container .slick-slide {
      float: right; }
    .slick-container .slick-slide img {
      display: block; }
    .slick-container .slick-slide.slick-loading img {
      display: none; }
    .slick-container .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .slick-container .slick-slide {
      display: block; }
    .slick-loading .slick-container .slick-slide {
      visibility: hidden; }
    .slick-vertical .slick-container .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .slick-container .slick-arrow {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    border: none;
    background-color: transparent; }
    .slick-container .slick-arrow:hover {
      cursor: pointer; }
    .slick-container .slick-arrow.slick-prev {
      left: 0; }
    .slick-container .slick-arrow.slick-next {
      right: 0; }
    .slick-container .slick-arrow.slick-hidden {
      display: none; }
  .slick-container .slick-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0); }
  .slick-container .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9999;
    text-align: center; }
    .slick-container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      cursor: pointer; }
      .slick-container .slick-dots li button {
        display: block;
        height: 20px;
        width: 20px;
        padding: 5px;
        outline-width: none;
        font-size: 0px;
        line-height: 0px;
        color: transparent;
        border: 0;
        cursor: pointer;
        background: none transparent; }
        .slick-container .slick-dots li button:hover, .slick-container .slick-dots li button:focus {
          outline-width: 5px; }
        .slick-container .slick-dots li button:before {
          content: "\2022";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 2rem;
          text-align: center; }
    .slick-container .slick-dots.number-dots li button {
      font-size: .75em; }
      .slick-container .slick-dots.number-dots li button:before {
        display: none; }
  @media screen and (min-width: 768px) {
    .slick-container .slick-dots li {
      margin: .5em; } }

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.site-header2a .header-title {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 0; }
  .site-header2a .header-title a {
    text-align: center;
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .site-header2a .header-title a {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      .site-header2a .header-title a {
        font-size: 2rem; } }
@media screen and (min-width: 768px) {
  .site-header2a .header-title a {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .site-header2a .header-title.header-logo:not(.logo-replacement) a:before {
    margin-bottom: 0;
    margin-right: 15px; } }
@media screen and (min-width: 1024px) {
  .site-header2a .header-main-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .site-header2a .header-title {
    z-index: 99;
    max-width: 40%; } }

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%; }
  .shuffle1-container.content-container {
    padding: 0; }
  .shuffle1-container .shuffle-main {
    z-index: 1;
    width: 100%; }
    .shuffle1-container .shuffle-main .slick-list {
      margin: 0;
      height: 100%;
      width: 100%; }
    .shuffle1-container .shuffle-main .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-main .shuffle-slide {
      position: relative;
      margin: 0; }
    .shuffle1-container .shuffle-main .shuffle-caption {
      position: absolute;
      left: 0;
      right: 0;
      padding: .5em;
      background-color: rgba(0, 0, 0, 0.5);
      color: white; }
      @media screen and (max-width: 767px) {
        .shuffle1-container .shuffle-main .shuffle-caption {
          display: none; } }
      .shuffle1-container .shuffle-main .shuffle-caption a {
        color: inherit; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
        top: 0; }
      .shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
        bottom: 0; }
    .shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
      top: calc(54px + 1em); }
    .shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
      bottom: calc(54px + 1em); }
  .shuffle1-container .slick-dots {
    position: absolute;
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .shuffle1-container .slick-dots {
        display: none; } }
    .shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .slick-dots.slick-dots-bottom {
      bottom: 0; }
    .shuffle1-container .slick-dots.slick-dots-top {
      top: 0; }
    .shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      top: 0;
      height: 100%; }
    .shuffle1-container .slick-dots.slick-dots-left {
      left: 0; }
    .shuffle1-container .slick-dots.slick-dots-right {
      right: 0; }
  .shuffle1-container .shuffle-image {
    width: 100%; }
  .shuffle1-container .shuffle-navigation {
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6); }
    @media screen and (max-width: 767px) {
      .shuffle1-container .shuffle-navigation {
        display: none; } }
    .shuffle1-container .shuffle-navigation .slick-list {
      margin: 0;
      padding: 0;
      bottom: 0; }
    .shuffle1-container .shuffle-navigation .slick-track {
      height: 100%; }
    .shuffle1-container .shuffle-navigation .shuffle-slide {
      position: relative;
      display: block;
      height: 50px;
      margin: .5em;
      overflow: hidden;
      border: 2px solid transparent; }
      .shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
        border-color: black; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
      left: 0;
      width: 100%; }
    .shuffle1-container .shuffle-navigation.navigation-position-bottom {
      bottom: 0; }
    .shuffle1-container .shuffle-navigation.navigation-position-top {
      top: 0; }
  .shuffle1-container .error-message {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    background: white; }
  @media screen and (min-width: 1024px) {
    .shuffle1-container .shuffle-caption {
      padding: 1em; } }

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.news1-container.content-size-small .item {
  margin-bottom: 10px; }
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem; }
.news1-container.content-size-medium .item {
  margin-bottom: 20px; }
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem; }
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem; }
.news1-container.content-size-large .item {
  margin-bottom: 30px; }
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem; }
.news1-container.content-size-large .item-text {
  font-size: 1.5rem; }
.news1-container.thumbnail-orientation-vertical.content-size-small .news-item-image-holder {
  margin-bottom: 10px; }
.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px; }
.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px; }
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    max-width: 250px;
    margin-right: 15px; } }
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

.tabs-container .tab-labels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.tabs-container .tab-label:hover, .tabs-container .tab-label:focus {
  cursor: pointer; }
.tabs-container .tab-label svg {
  pointer-events: none; }

.spotlight1-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.spotlight1-container .spotlight-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%; }
.spotlight1-container .spotlight-image {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
.spotlight1-container .item-summary.clipped-summary .item-text {
  overflow: hidden;
  max-height: 6.25em;
  line-height: 1.25em; }
.spotlight1-container .item-text {
  margin-bottom: 20px; }
.spotlight1-container.content-size-medium .item-text {
  font-size: 1.125rem; }
.spotlight1-container.content-size-large .item-text {
  font-size: 1.5rem; }
.spotlight1-container.thumbnail-orientation-vertical .item-inner {
  text-align: center; }
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .item-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    max-width: 250px;
    margin-right: 15px; } }

.infographic-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.infographic-container .infographic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }
  .infographic-container .infographic-item svg {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50px;
    height: 50px;
    margin-bottom: 24px; }
.infographic-container .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%; }
.infographic-container .info-number,
.infographic-container .info-text {
  max-width: 100%; }
.infographic-container .info-number {
  font-size: 1.5rem; }
.infographic-container .info-text {
  font-size: 1.125rem; }
.infographic-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
@media screen and (min-width: 768px) {
  .infographic-container .infographic-item {
    width: auto;
    max-width: none; }
  .infographic-container.icon-orientation-horizontal .infographic-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left; }
    .infographic-container.icon-orientation-horizontal .infographic-item svg {
      margin-right: 30px;
      margin-bottom: 0; } }

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .events1-container .event-date .event-month {
    font-size: 1.125em; }
  .events1-container .event-date .event-day {
    font-size: 2.25em; }
.events1-container.content-size-small .item {
  margin-bottom: 10px; }
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem; }
.events1-container.content-size-small .event-date {
  font-size: 1rem; }
.events1-container.content-size-medium .item {
  margin-bottom: 30px; }
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem; }
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem; }
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem; }
.events1-container.content-size-large .item {
  margin-bottom: 30px; }
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem; }
.events1-container.content-size-large .item-text {
  font-size: 1.5rem; }
.events1-container.content-size-large .event-date {
  font-size: 1.5rem; }
.events1-container.date-orientation-vertical .item {
  text-align: center; }
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px; }
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px; }
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px; }
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px; }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.careers-page .content-container,
.jobs-page .content-container,
.job-description-page .content-container {
  padding-top: 0; }
  .careers-page .content-container:last-child,
  .jobs-page .content-container:last-child,
  .job-description-page .content-container:last-child {
    padding-bottom: 0; }
  .careers-page .content-container.centered,
  .jobs-page .content-container.centered,
  .job-description-page .content-container.centered {
    text-align: center; }
  .careers-page .content-container .section-title,
  .jobs-page .content-container .section-title,
  .job-description-page .content-container .section-title {
    font-size: 2.15625rem;
    color: #d22730;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .careers-page .content-container .section-title,
      .jobs-page .content-container .section-title,
      .job-description-page .content-container .section-title {
        font-size: 2.15625rem; } }
    @media screen and (min-width: 1024px) {
      .careers-page .content-container .section-title,
      .jobs-page .content-container .section-title,
      .job-description-page .content-container .section-title {
        font-size: 2.875rem; } }
  .careers-page .content-container .section-subtitle,
  .jobs-page .content-container .section-subtitle,
  .job-description-page .content-container .section-subtitle {
    font-size: 1.875rem;
    margin: 0 0 20px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .careers-page .content-container .section-subtitle,
      .jobs-page .content-container .section-subtitle,
      .job-description-page .content-container .section-subtitle {
        font-size: 1.875rem; } }
    @media screen and (min-width: 1024px) {
      .careers-page .content-container .section-subtitle,
      .jobs-page .content-container .section-subtitle,
      .job-description-page .content-container .section-subtitle {
        font-size: 2.5rem; } }
  .careers-page .content-container .decorative-image,
  .jobs-page .content-container .decorative-image,
  .job-description-page .content-container .decorative-image {
    display: block;
    max-width: 100%; }
    .careers-page .content-container .decorative-image.centered,
    .jobs-page .content-container .decorative-image.centered,
    .job-description-page .content-container .decorative-image.centered {
      margin-right: auto;
      margin-left: auto; }
  @media screen and (min-width: 768px) {
    .careers-page .content-container .items-list.multi-column,
    .jobs-page .content-container .items-list.multi-column,
    .job-description-page .content-container .items-list.multi-column {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .careers-page .content-container .items-list.multi-column > *,
      .jobs-page .content-container .items-list.multi-column > *,
      .job-description-page .content-container .items-list.multi-column > * {
        box-sizing: border-box;
        width: 47.5%; } }
.careers-page .read-more-links-group.align-left,
.jobs-page .read-more-links-group.align-left,
.job-description-page .read-more-links-group.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.careers-page .read-more-links-group.button-type,
.jobs-page .read-more-links-group.button-type,
.job-description-page .read-more-links-group.button-type {
  padding-top: 20px; }
  .careers-page .read-more-links-group.button-type a.read-more-link,
  .jobs-page .read-more-links-group.button-type a.read-more-link,
  .job-description-page .read-more-links-group.button-type a.read-more-link {
    text-decoration: none;
    margin: 0 20px;
    padding: 10px 30px;
    border-radius: 50px;
    color: white;
    background: #d22730;
    font-weight: 500; }
    .careers-page .read-more-links-group.button-type a.read-more-link:hover, .careers-page .read-more-links-group.button-type a.read-more-link:focus,
    .jobs-page .read-more-links-group.button-type a.read-more-link:hover,
    .jobs-page .read-more-links-group.button-type a.read-more-link:focus,
    .job-description-page .read-more-links-group.button-type a.read-more-link:hover,
    .job-description-page .read-more-links-group.button-type a.read-more-link:focus {
      text-decoration: underline; }
    .careers-page .read-more-links-group.button-type a.read-more-link:first-child,
    .jobs-page .read-more-links-group.button-type a.read-more-link:first-child,
    .job-description-page .read-more-links-group.button-type a.read-more-link:first-child {
      margin-left: 0; }
    .careers-page .read-more-links-group.button-type a.read-more-link:last-child,
    .jobs-page .read-more-links-group.button-type a.read-more-link:last-child,
    .job-description-page .read-more-links-group.button-type a.read-more-link:last-child {
      margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .careers-page .read-more-links-group.button-type .read-more-link,
    .jobs-page .read-more-links-group.button-type .read-more-link,
    .job-description-page .read-more-links-group.button-type .read-more-link {
      margin: 0 45px;
      font-size: 1.25rem; } }
.careers-page .read-more-links-group.inline-type,
.jobs-page .read-more-links-group.inline-type,
.job-description-page .read-more-links-group.inline-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .careers-page .read-more-links-group.inline-type .read-more-link,
  .jobs-page .read-more-links-group.inline-type .read-more-link,
  .job-description-page .read-more-links-group.inline-type .read-more-link {
    text-decoration: none;
    font-weight: 700; }
    .careers-page .read-more-links-group.inline-type .read-more-link:hover, .careers-page .read-more-links-group.inline-type .read-more-link:focus,
    .jobs-page .read-more-links-group.inline-type .read-more-link:hover,
    .jobs-page .read-more-links-group.inline-type .read-more-link:focus,
    .job-description-page .read-more-links-group.inline-type .read-more-link:hover,
    .job-description-page .read-more-links-group.inline-type .read-more-link:focus {
      text-decoration: underline; }
    .careers-page .read-more-links-group.inline-type .read-more-link:after,
    .jobs-page .read-more-links-group.inline-type .read-more-link:after,
    .job-description-page .read-more-links-group.inline-type .read-more-link:after {
      content: ">";
      margin-left: .25em; }
.careers-page .homepage-row,
.jobs-page .homepage-row,
.job-description-page .homepage-row {
  padding-top: 20px;
  padding-bottom: 20px; }
  .careers-page .homepage-row.hero-row,
  .jobs-page .homepage-row.hero-row,
  .job-description-page .homepage-row.hero-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    background-color: #d22730; }
    .careers-page .homepage-row.hero-row .section-title,
    .jobs-page .homepage-row.hero-row .section-title,
    .job-description-page .homepage-row.hero-row .section-title {
      color: white;
      text-align: left; }
    .careers-page .homepage-row.hero-row .read-more-links-group.button-type .read-more-link,
    .jobs-page .homepage-row.hero-row .read-more-links-group.button-type .read-more-link,
    .job-description-page .homepage-row.hero-row .read-more-links-group.button-type .read-more-link {
      color: #3b3b3b;
      background: white; }
  .careers-page .homepage-row.bg-row,
  .jobs-page .homepage-row.bg-row,
  .job-description-page .homepage-row.bg-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fafafa; }
  .careers-page .homepage-row.white-shuffle-bg,
  .jobs-page .homepage-row.white-shuffle-bg,
  .job-description-page .homepage-row.white-shuffle-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .careers-page .homepage-row.white-shuffle-bg:before,
    .jobs-page .homepage-row.white-shuffle-bg:before,
    .job-description-page .homepage-row.white-shuffle-bg:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(250, 250, 250, 0.9); }
  .careers-page .homepage-row.red-bg,
  .jobs-page .homepage-row.red-bg,
  .job-description-page .homepage-row.red-bg {
    color: white; }
    .careers-page .homepage-row.red-bg .section-title,
    .jobs-page .homepage-row.red-bg .section-title,
    .job-description-page .homepage-row.red-bg .section-title {
      color: white; }
  .careers-page .homepage-row .homepage-row-inner,
  .jobs-page .homepage-row .homepage-row-inner,
  .job-description-page .homepage-row .homepage-row-inner {
    max-width: 1350px; }
  @media screen and (min-width: 1024px) {
    .careers-page .homepage-row,
    .jobs-page .homepage-row,
    .job-description-page .homepage-row {
      padding-top: 50px;
      padding-bottom: 50px; }
      .careers-page .homepage-row.padded-row,
      .jobs-page .homepage-row.padded-row,
      .job-description-page .homepage-row.padded-row {
        padding-right: 20px;
        padding-left: 20px; }
      .careers-page .homepage-row.hero-row,
      .jobs-page .homepage-row.hero-row,
      .job-description-page .homepage-row.hero-row {
        padding-top: 100px;
        padding-bottom: 100px; } }
.careers-page .spotlight1-container .item-text,
.jobs-page .spotlight1-container .item-text,
.job-description-page .spotlight1-container .item-text {
  font-weight: 300; }
@media screen and (min-width: 768px) {
  .careers-page .spotlight1-container.thumbnail-orientation-horizontal .section-title,
  .jobs-page .spotlight1-container.thumbnail-orientation-horizontal .section-title,
  .job-description-page .spotlight1-container.thumbnail-orientation-horizontal .section-title {
    text-align: left; }
  .careers-page .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder,
  .jobs-page .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder,
  .job-description-page .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    width: 35%;
    max-width: none;
    margin-right: 0;
    margin-left: 2.5%; } }
@media screen and (min-width: 1024px) {
  .careers-page .spotlight1-container .item-text,
  .jobs-page .spotlight1-container .item-text,
  .job-description-page .spotlight1-container .item-text {
    font-size: 1.25rem; } }

.hero-nav .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
.hero-nav .link-item {
  margin-left: 25px; }
  .hero-nav .link-item.current-item a {
    border-color: white; }
  .hero-nav .link-item a {
    font-size: 1.125rem;
    display: inline-block;
    padding: .5em .75em;
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 700;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .hero-nav .link-item a {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .hero-nav .link-item a {
        font-size: 1.5rem; } }
    .hero-nav .link-item a:hover, .hero-nav .link-item a:focus {
      border-color: rgba(255, 255, 255, 0.5); }
@media screen and (min-width: 768px) {
  .hero-nav {
    position: absolute;
    right: 0;
    bottom: 0; }
    .hero-nav .items-list {
      margin-bottom: 0; }
    .hero-nav .link-item {
      margin-left: 45px; } }

.promo-container .decorative-image {
  margin-bottom: 20px; }
.promo-container .promo-text {
  margin-bottom: 1em;
  font-weight: 300; }
  .promo-container .promo-text.larger-text {
    font-weight: 500; }
  .promo-container .promo-text a {
    color: #d22730; }
.promo-container .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }
  .promo-container .items-list.icon-list.item-centered .list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .promo-container .items-list.icon-list.borders .list-item {
    border-bottom: 2px solid #e8e8e8; }
    .promo-container .items-list.icon-list.borders .list-item:last-child {
      border-bottom: none; }
  .promo-container .items-list.icon-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo-container .items-list.icon-list .list-item .icon-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      box-sizing: border-box;
      width: 64px;
      height: 64px;
      padding: 16px;
      border-radius: 100%;
      background: #fdeeef; }
      .promo-container .items-list.icon-list .list-item .icon-holder svg {
        width: 32px;
        height: 32px;
        fill: #d22730; }
    .promo-container .items-list.icon-list .list-item .item-inner {
      padding-left: 15px; }
  @media screen and (min-width: 768px) {
    .promo-container .items-list.icon-list.multi-column.borders {
      position: relative; }
      .promo-container .items-list.icon-list.multi-column.borders:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e8e8e8; }
      .promo-container .items-list.icon-list.multi-column.borders .list-item:nth-last-child(2) {
        border: none; }
    .promo-container .items-list.icon-list.multi-column .list-item {
      width: 45%; }
    .promo-container .items-list.icon-list .list-item {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  .promo-container .items-list.staff-list .list-item {
    margin-bottom: 20px; }
    .promo-container .items-list.staff-list .list-item .profile-image-holder {
      overflow: hidden;
      width: 200px;
      height: 200px;
      margin: 0 auto 10px;
      border-radius: 100%;
      object-fit: cover; }
      .promo-container .items-list.staff-list .list-item .profile-image-holder img {
        width: 100%;
        height: 100%; }
    .promo-container .items-list.staff-list .list-item .profile-info .name,
    .promo-container .items-list.staff-list .list-item .profile-info .title {
      margin-bottom: .5em;
      font-size: 1.25rem;
      font-weight: 500; }
    .promo-container .items-list.staff-list .list-item .profile-info .bio {
      font-weight: 300; }
  @media screen and (min-width: 768px) {
    .promo-container .items-list.staff-list {
      text-align: left; } }
  @media screen and (min-width: 1024px) {
    .promo-container .items-list.staff-list {
      padding-top: 50px; }
      .promo-container .items-list.staff-list .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; }
        .promo-container .items-list.staff-list .list-item .profile-image-holder {
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none; }
        .promo-container .items-list.staff-list .list-item .profile-info {
          padding: 0 20px; }
          .promo-container .items-list.staff-list .list-item .profile-info .name,
          .promo-container .items-list.staff-list .list-item .profile-info .title {
            font-size: 1.5rem; }
          .promo-container .items-list.staff-list .list-item .profile-info .bio {
            font-size: 1.25rem; } }
  .promo-container .items-list.checklist .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo-container .items-list.checklist .list-item:before {
      content: "\2713";
      display: block;
      margin-right: 1em;
      color: #d22730;
      font-size: 2em; }
  .promo-container .items-list.images-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .promo-container .items-list.images-list .list-item {
      font-size: 1.125rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      box-sizing: border-box;
      width: 43vw;
      height: 44vw;
      margin: 1%;
      padding: 0 1em;
      color: white;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .promo-container .items-list.images-list .list-item {
          font-size: 1.6875rem; } }
      @media screen and (min-width: 1024px) {
        .promo-container .items-list.images-list .list-item {
          font-size: 2.25rem; } }
      .promo-container .items-list.images-list .list-item .item-inner {
        height: 2.5em;
        line-height: 1; }
    @media screen and (min-width: 1024px) {
      .promo-container .items-list.images-list .list-item {
        width: 31%;
        height: 400px; } }
  .promo-container .items-list .list-item {
    font-weight: 300;
    padding-top: 1em;
    padding-bottom: 1em; }
    .promo-container .items-list .list-item .item-subtitle {
      margin: 0 0 .5em;
      font-size: 1.125rem;
      font-weight: 300; }
.promo-container .promo-list-numbered {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 940px;
  padding-top: 20px;
  text-align: left;
  list-style: decimal; }
  .promo-container .promo-list-numbered dt {
    font-size: 1.875rem;
    display: list-item;
    margin-bottom: .5em;
    font-weight: 500;
    list-style-position: inside; }
    @media screen and (min-width: 768px) {
      .promo-container .promo-list-numbered dt {
        font-size: 1.875rem; } }
    @media screen and (min-width: 1024px) {
      .promo-container .promo-list-numbered dt {
        font-size: 2.5rem; } }
  .promo-container .promo-list-numbered dd {
    margin: 0 0 2em;
    font-weight: 300; }
@media screen and (min-width: 768px) {
  .hero-row .promo-container {
    width: 55%; } }
@media screen and (min-width: 1024px) {
  .promo-container .decorative-image {
    margin-bottom: 100px; }
  .promo-container .promo-text {
    font-size: 1.375rem; }
    .promo-container .promo-text.larger-text {
      font-size: 1.5rem; }
  .promo-container .promo-list-numbered {
    padding-top: 40px; }
    .promo-container .promo-list-numbered dd {
      font-size: 1.25rem; }
  .promo-container .items-list .list-item {
    font-size: 1.25rem; }
    .promo-container .items-list .list-item .item-subtitle {
      font-size: 1.5rem; } }

.updt-bboard,
.list-feature {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px; }

.updt-bboard {
  font-weight: 300; }
  @media screen and (min-width: 1024px) {
    .updt-bboard {
      font-size: 1.25rem; } }

#values_container .list-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #values_container .list-item:nth-of-type(1) {
    background-image: url("/pics/value1.jpg"); }
  #values_container .list-item:nth-of-type(2) {
    background-image: url("/pics/value2.jpg"); }
  #values_container .list-item:nth-of-type(3) {
    background-image: url("/pics/value3.jpg"); }
  #values_container .list-item:nth-of-type(4) {
    background-image: url("/pics/value4.jpg"); }
  #values_container .list-item:nth-of-type(5) {
    background-image: url("/pics/value5.jpg"); }
  #values_container .list-item:nth-of-type(6) {
    background-image: url("/pics/value6.jpg"); }

#testimonials_container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  text-align: center; }
  #testimonials_container .slick-dots li button:before {
    color: #3b3b3b; }
  #testimonials_container .slick-dots.number-dots li button {
    background: #3b3b3b; }
  #testimonials_container .slick-dots.number-dots li.slick-active button {
    color: #3b3b3b; }
  #testimonials_container .slick-dots li.slick-active button:before {
    color: white; }
  #testimonials_container .slick-dots.number-dots li button {
    color: white; }
  #testimonials_container .slick-dots.number-dots li.slick-active button {
    background: white; }
  #testimonials_container .slick-list {
    padding-top: 20px; }
  #testimonials_container .items-list {
    margin-bottom: 0; }
  #testimonials_container .item {
    padding: 0;
    color: white;
    background: transparent; }
  #testimonials_container .item-text {
    margin-bottom: 25px; }
  #testimonials_container .item-name,
  #testimonials_container .item-text {
    font-size: 1.25rem;
    font-weight: 500; }
  #testimonials_container .news-item-image-holder {
    margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    #testimonials_container .promo-text {
      font-size: 1.5rem; }
    #testimonials_container .slick-list {
      padding-top: 40px; } }

#job_openings_container .accordion-label {
  position: relative;
  margin-bottom: 25px;
  padding: 1em;
  background: #e8e8e8; }
  #job_openings_container .accordion-label.ui-state-active {
    background: #d22730; }
    #job_openings_container .accordion-label.ui-state-active svg {
      fill: white;
      transform: translateY(-50%) rotate(135deg); }
    #job_openings_container .accordion-label.ui-state-active .department-label,
    #job_openings_container .accordion-label.ui-state-active .openings-count {
      color: white; }
  #job_openings_container .accordion-label svg {
    position: absolute;
    top: 50%;
    right: 1em;
    content: "+";
    width: 46px;
    height: 46px;
    fill: #3b3b3b;
    transition: transform .3s;
    transform: translateY(-50%); }
  #job_openings_container .accordion-label .department-label {
    font-size: 1.125rem;
    margin: 0;
    color: #3b3b3b;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      #job_openings_container .accordion-label .department-label {
        font-size: 1.6875rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .accordion-label .department-label {
        font-size: 2.25rem; } }
  #job_openings_container .accordion-label .openings-count {
    font-size: 1.125rem;
    padding-top: .5em;
    color: #d22730;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      #job_openings_container .accordion-label .openings-count {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .accordion-label .openings-count {
        font-size: 1.5rem; } }
#job_openings_container .item {
  margin-bottom: 15px;
  padding: 1em;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 80px; }
  #job_openings_container .item:last-child {
    margin-bottom: 40px; }
  #job_openings_container .item .item-name {
    font-size: 1rem;
    color: #3b3b3b;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      #job_openings_container .item .item-name {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .item .item-name {
        font-size: 2rem; } }
  #job_openings_container .item .item-text {
    font-size: 1.125rem;
    color: #d22730;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      #job_openings_container .item .item-text {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .item .item-text {
        font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    #job_openings_container .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 2em; } }

#content_main .show-news,
#content_main .news-list,
#content_main #news_control_panel {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px; }

.tabs-container.case-studies {
  padding-right: 2%;
  padding-left: 2%; }
  .tabs-container.case-studies .tab-labels-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    padding-right: 2%;
    padding-left: 2%; }
  .tabs-container.case-studies .tab-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .tabs-container.case-studies .tab-label.ui-tabs-active a {
      border-color: #d22730; }
    .tabs-container.case-studies .tab-label a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 10px 0;
      border-top: 5px solid rgba(59, 59, 59, 0.3);
      font-weight: 700; }
  .tabs-container.case-studies .quote-block {
    box-sizing: border-box;
    padding: 30px;
    border-radius: 20px;
    background: white; }
    .tabs-container.case-studies .quote-block .quote-content {
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 1.25rem;
      font-style: italic; }
    .tabs-container.case-studies .quote-block .quote-attribution {
      margin-bottom: 10px;
      font-weight: 300; }
  @media screen and (min-width: 768px) {
    .tabs-container.case-studies .tab-labels-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .tabs-container.case-studies .tab-label {
      margin: 5px 2%; }
      .tabs-container.case-studies .tab-label a {
        font-size: 1.25rem; }
    .tabs-container.case-studies .panel-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .tabs-container.case-studies .quote-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-right: 6%;
      padding-left: 6%; } }
  @media screen and (min-width: 1024px) {
    .tabs-container.case-studies .tab-label a {
      font-size: 1.5rem; }
    .tabs-container.case-studies .quote-block {
      min-height: 375px; }
      .tabs-container.case-studies .quote-block .quote-content {
        font-size: 1.625rem; }
    .tabs-container.case-studies .quote-attribution {
      font-size: 1.25rem; } }

#products_container .tab-labels-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#products_container .tab-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0; }
  #products_container .tab-label.ui-tabs-active a {
    border-color: #d22730; }
    #products_container .tab-label.ui-tabs-active a .icon-holder {
      background: #d22730; }
      #products_container .tab-label.ui-tabs-active a .icon-holder svg {
        fill: white; }
  #products_container .tab-label a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 5px solid #e8e8e8;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.25rem; }
    #products_container .tab-label a svg {
      transform: translateZ(0); }
@keyframes icon-bobhang {
  0% {
    transform: translateY(-6px); }
  50% {
    transform: translateY(calc(-6px/3)); }
  100% {
    transform: translateY(-6px); } }
@keyframes icon-bobhang-float {
  100% {
    transform: translateY(-6px); } }
    #products_container .tab-label a:hover svg, #products_container .tab-label a:focus svg, #products_container .tab-label a.icon-holder svg {
      animation-name: icon-bobhang-float, icon-bobhang;
      animation-duration: 0.3s, 1.5s;
      animation-delay: 0s, 0.3s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate; }
    #products_container .tab-label a:hover, #products_container .tab-label a:focus {
      text-decoration: none; }
    #products_container .tab-label a .icon-holder {
      display: inline-block;
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      padding: 10px;
      border-radius: 100%;
      background: #fdeeef;
      vertical-align: middle; }
      #products_container .tab-label a .icon-holder svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: #d22730; }
#products_container .panel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  text-align: left; }
#products_container .product-image-holder {
  margin: 0 auto 20px; }
#products_container .product-image {
  display: block;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto; }
#products_container .panel-title {
  font-size: 1.125rem;
  margin-bottom: .25em;
  color: #d22730;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    #products_container .panel-title {
      font-size: 1.6875rem; } }
  @media screen and (min-width: 1024px) {
    #products_container .panel-title {
      font-size: 2.25rem; } }
#products_container .panel-subtitle {
  margin-bottom: .25em;
  font-weight: 500;
  font-size: 1.25rem; }
#products_container .panel-text {
  font-weight: 300; }
@media screen and (min-width: 768px) {
  #products_container .tab-labels-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  #products_container .tab-label a {
    height: 100%;
    font-size: 1.5rem;
    text-align: center;
    padding-right: .5em;
    padding-left: .5em; }
  #products_container .panel-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #products_container .panel-inner {
    width: 45%; }
  #products_container .product-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin: 0; }
  #products_container .product-image {
    max-height: none; } }
@media screen and (min-width: 1024px) {
  #products_container .panel-text {
    font-size: 1.25rem; }
  #products_container .tab-label a {
    font-size: 1.875rem;
    padding-top: 25px;
    padding-bottom: 25px; }
    #products_container .tab-label a .icon-holder {
      width: 64px;
      height: 64px;
      padding: 15px; }
      #products_container .tab-label a .icon-holder svg {
        width: 34px;
        height: 34px; } }

.jobs-container,
#job_openings_container {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }
  .jobs-container ul,
  #job_openings_container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .jobs-container *,
  #job_openings_container * {
    box-sizing: border-box; }
  .jobs-container .main-title,
  #job_openings_container .main-title {
    margin-top: 0;
    padding: 0;
    font-size: 3rem; }
  .jobs-container .team-title,
  #job_openings_container .team-title {
    margin: 20px 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left; }
  .jobs-container .job a,
  #job_openings_container .job a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 5px;
    padding: 5px;
    border: 1px solid #f0f0ec;
    background-color: #fafafa;
    transition: 0.2s;
    transition-property: border-bottom-color, background-color;
    text-decoration: none; }
    .jobs-container .job a:hover, .jobs-container .job a:focus,
    #job_openings_container .job a:hover,
    #job_openings_container .job a:focus {
      border-bottom-color: #cccccc;
      background-color: #e8e8e8; }
    .jobs-container .job a .job-title,
    #job_openings_container .job a .job-title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%;
      margin: 0;
      margin-bottom: 10px;
      font-size: 1.125rem;
      text-decoration: none; }
    .jobs-container .job a span,
    #job_openings_container .job a span {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      text-align: right; }
  @media screen and (min-width: 768px) {
    .jobs-container .team-title,
    #job_openings_container .team-title {
      font-size: 2rem; }
    .jobs-container .job a,
    #job_openings_container .job a {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .jobs-container .job a .job-title,
      #job_openings_container .job a .job-title {
        margin-bottom: 0;
        font-size: 1.25rem; }
      .jobs-container .job a span,
      #job_openings_container .job a span {
        font-size: 1.25rem; } }

.job-popup {
  overflow: auto;
  width: 1024px;
  max-width: 100%;
  padding: 20px;
  background-color: white; }
  .job-popup .job-title {
    margin-top: 0; }
  .job-popup .job-description {
    display: block;
    margin-bottom: 10px; }
  .job-popup .apply-btn {
    display: inline-block;
    padding: 10px;
    color: white;
    background-color: #d22730;
    text-decoration: none; }
    .job-popup .apply-btn:hover, .job-popup .apply-btn:focus {
      background-color: #3b3b3b;
      color: white; }

#job_description_container {
  padding: 0; }
  #job_description_container .back-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px 15px;
    border-radius: 50px;
    color: white;
    background-color: #d22730;
    text-decoration: none; }
    #job_description_container .back-btn:hover, #job_description_container .back-btn:focus {
      background-color: #3b3b3b;
      color: white; }
    #job_description_container .back-btn:before {
      content: "";
      display: block;
      content: '\2190';
      margin-right: 5px; }
  #job_description_container .section-title {
    margin-bottom: 0;
    color: #d22730;
    text-align: left; }
  #job_description_container .job-location {
    display: block;
    margin-bottom: 20px;
    color: #a1a1a1;
    font-size: 1.25rem; }
  #job_description_container .job-lists .list-title {
    margin-bottom: .5em;
    font-size: 1.5rem; }
  #job_description_container .job-lists .tab-labels-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    #job_description_container .job-lists .tab-labels-list .tab-label {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 1px;
      border-radius: 50px; }
      #job_description_container .job-lists .tab-labels-list .tab-label.ui-state-active a {
        border-color: rgba(204, 204, 204, 0.4);
        color: #d22730;
        background-color: #fafafa; }
      #job_description_container .job-lists .tab-labels-list .tab-label a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 5px 15px;
        border: 1px solid transparent;
        border-radius: inherit;
        color: white;
        background-color: #d22730;
        text-align: center; }
        #job_description_container .job-lists .tab-labels-list .tab-label a:hover, #job_description_container .job-lists .tab-labels-list .tab-label a:focus {
          text-decoration: none; }
  #job_description_container .job-lists .tabs-group {
    box-sizing: border-box;
    padding: 10px;
    background-color: #fafafa; }
  #job_description_container .job-lists .list-content {
    margin: 0;
    padding: 0;
    list-style: none; }
    #job_description_container .job-lists .list-content li {
      color: #3b3b3b; }
      #job_description_container .job-lists .list-content li:before {
        content: "\2022";
        display: inline-block;
        margin-right: 5px;
        color: #d22730;
        font-size: 1.125rem;
        font-weight: bold; }
  #job_description_container .job-additional {
    margin: 20px 0; }
  #job_description_container .apply-btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    color: white;
    background-color: #d22730;
    text-decoration: none; }
    #job_description_container .apply-btn:hover, #job_description_container .apply-btn:focus {
      background-color: #3b3b3b;
      color: white; }
  @media screen and (min-width: 1024px) {
    #job_description_container .job-lists .tab-labels-list .tab-label {
      margin: 0 1px;
      border-radius: 25px 25px 0 0; }
      #job_description_container .job-lists .tab-labels-list .tab-label a {
        padding: 15px;
        border-bottom: none; } }

body {
  color: #3b3b3b; }

#header_main {
  padding-bottom: 20px;
  background: white; }
  #header_main .header-main-inner {
    max-width: none; }
  #header_main .school-name {
    padding-top: 20px;
    padding-bottom: 20px; }
    #header_main .school-name a {
      display: block; }
      #header_main .school-name a svg {
        display: block;
        width: auto;
        height: 40px;
        fill: #d22730; }
  #header_main .sitenav {
    color: #3b3b3b; }
    #header_main .sitenav .nav-mobile-toggle {
      height: 44px;
      width: 44px; }
      #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner, #header_main .sitenav .nav-mobile-toggle:before, #header_main .sitenav .nav-mobile-toggle:after {
        left: 8px;
        width: calc(100% - 16px);
        height: 5px;
        background-color: #d22730; }
      #header_main .sitenav .nav-mobile-toggle .nav-mobile-toggle-inner {
        top: calc(50% - 2.5px ); }
      #header_main .sitenav .nav-mobile-toggle:before {
        top: 8px; }
      #header_main .sitenav .nav-mobile-toggle:after {
        bottom: 8px; }
      #header_main .sitenav .nav-mobile-toggle.animated.open:before {
        top: calc(50% - 2.5px); }
      #header_main .sitenav .nav-mobile-toggle.animated.open:after {
        bottom: calc(50% - 2.5px); }
    #header_main .sitenav .nav-item > a {
      height: 42px;
      padding: 0 10px;
      font-size: 1.125em;
      font-weight: 700;
      background: white;
      color: #3b3b3b; }
      #header_main .sitenav .nav-item > a:focus, #header_main .sitenav .nav-item > a:hover, #header_main .sitenav .nav-item > a.open {
        color: #3b3b3b;
        background-color: white; }
    #header_main .sitenav .sub-nav a {
      color: #3b3b3b;
      background: white; }
      #header_main .sitenav .sub-nav a:focus, #header_main .sitenav .sub-nav a:hover, #header_main .sitenav .sub-nav a.open {
        color: #3b3b3b;
        background-color: white; }
    @media screen and (min-width: 1024px) {
      #header_main .sitenav.column .nav-menu, #header_main .sitenav.megamenu .nav-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        top: auto;
        max-height: none;
        overflow: visible; }
      #header_main .sitenav.column .nav-item > a, #header_main .sitenav.megamenu .nav-item > a {
        text-align: center; }
      #header_main .sitenav.column .sub-nav, #header_main .sitenav.megamenu .sub-nav {
        background-color: white; }
      #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav:focus, #header_main .sitenav.column .nav-item:nth-last-child(1) .sub-nav.open {
        left: auto;
        right: 0; }
      #header_main .sitenav.megamenu .sub-nav {
        box-sizing: border-box;
        width: 100%;
        max-width: 1350px;
        padding: 20px; }
        #header_main .sitenav.megamenu .sub-nav .sub-nav-group {
          width: 65%; }
        #header_main .sitenav.megamenu .sub-nav .mm-extra-content {
          width: calc(100% - 65%); } }
    #header_main .sitenav .nav-mobile-toggle {
      top: 10px;
      right: 10px; }
    #header_main .sitenav .nav-menu {
      top: 60px; }
      #header_main .sitenav .nav-menu a {
        font-weight: 500;
        color: #3b3b3b; }
        #header_main .sitenav .nav-menu a .dropdown-indicator svg {
          width: .75em;
          margin-left: .5em;
          fill: #d22730; }
        #header_main .sitenav .nav-menu a:hover, #header_main .sitenav .nav-menu a:focus, #header_main .sitenav .nav-menu a.open {
          text-decoration: underline; }
          #header_main .sitenav .nav-menu a:hover .dropdown-indicator svg, #header_main .sitenav .nav-menu a:focus .dropdown-indicator svg, #header_main .sitenav .nav-menu a.open .dropdown-indicator svg {
            transform: rotate(180deg); }
      #header_main .sitenav .nav-menu .sub-nav-text {
        padding-left: 2em;
        font-weight: 300;
        background: white; }
    @media screen and (min-width: 1024px) {
      #header_main .sitenav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto; }
        #header_main .sitenav.nav-group .nav-item > a {
          height: 70px;
          padding: 0 15px;
          background: transparent !important; }
          #header_main .sitenav.nav-group .nav-item > a:hover, #header_main .sitenav.nav-group .nav-item > a:focus, #header_main .sitenav.nav-group .nav-item > a.open {
            text-decoration: underline; }
        #header_main .sitenav.nav-group .nav-item .sub-nav {
          border-top: 5px solid #d22730; }
          #header_main .sitenav.nav-group .nav-item .sub-nav .sub-nav-group {
            box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 5px; }
        #header_main .sitenav.nav-group .sub-nav-text {
          padding: 0 .5em .5em 1em; } }
    @media screen and (min-width: 1350px) {
      #header_main .sitenav.nav-group .nav-item > a {
        padding: 0 30px;
        font-size: 1.375rem; }
      #header_main .sitenav.nav-group .sub-nav-group {
        font-size: 1.25rem; } }
  #header_main .header-secondary-nav .icon-only {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: white; }
    #header_main .header-secondary-nav .icon-only svg {
      display: block;
      width: 32px;
      height: 32px;
      margin: 8px; }
    #header_main .header-secondary-nav .icon-only svg {
      fill: white; }
    #header_main .header-secondary-nav .icon-only:hover, #header_main .header-secondary-nav .icon-only:focus {
      background-color: black; }
  #header_main .header-secondary-nav .link-item a {
    padding: 10px 15px;
    color: #3b3b3b; }
  #header_main .header-secondary-nav .link-item.button-style a {
    background: #d22730;
    color: white;
    border-radius: 25px; }
  @media screen and (min-width: 768px) {
    #header_main .school-name a:before {
      margin-right: 20px; }
    #header_main .header-secondary-nav .link-item a {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1024px) {
    #header_main {
      position: fixed;
      top: 0;
      left: 0;
      padding-bottom: 0;
      width: 100%;
      transition: background .3s; }
      #header_main .header-main-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-left: 2.5%;
        padding-right: 2.5%; }
      #header_main .school-name {
        margin-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px; }
        #header_main .school-name a svg {
          transition: fill .3s; }
      #header_main .sitenav.nav-group .nav-item > a {
        transition: color .3s; }
        #header_main .sitenav.nav-group .nav-item > a .dropdown-indicator svg {
          transition: fill .3s, transform .3s; }
      #header_main .header-secondary-nav .link-item a {
        transition: color .3s; }
      #header_main .header-secondary-nav .link-item.button-style a {
        transition: color .3s, background .3s; }
      #header_main.scrolled {
        background: #d22730; }
        #header_main.scrolled .school-name a svg {
          fill: white; }
        #header_main.scrolled .sitenav.nav-group .nav-item > a {
          color: white; }
          #header_main.scrolled .sitenav.nav-group .nav-item > a .dropdown-indicator svg {
            fill: white; }
        #header_main.scrolled .header-secondary-nav .link-item a {
          color: white; }
        #header_main.scrolled .header-secondary-nav .link-item.button-style a {
          color: #3b3b3b;
          background: white; } }
  @media screen and (min-width: 1350px) {
    #header_main .school-name {
      margin-right: 50px; }
    #header_main .header-secondary-nav .link-item a {
      font-size: 1.375rem; }
    #header_main .header-secondary-nav .link-item.button-style a {
      padding: 10px 30px;
      border-radius: 40px; } }

.homepage-row {
  padding-top: 20px;
  padding-bottom: 20px; }
  .homepage-row.hero-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
    background-color: #d22730; }
    .homepage-row.hero-row .section-title {
      text-align: left;
      color: white; }
    .homepage-row.hero-row .read-more-links-group.button-type .read-more-link {
      background: white;
      color: #3b3b3b; }
  .homepage-row.bg-row {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fafafa; }
  .homepage-row.white-shuffle-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .homepage-row.white-shuffle-bg:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(250, 250, 250, 0.9); }
  .homepage-row.red-bg {
    color: white;
    background-color: #d22730; }
    .homepage-row.red-bg .section-title {
      color: white; }
  @media screen and (min-width: 1024px) {
    .homepage-row {
      padding-top: 50px;
      padding-bottom: 50px; }
      .homepage-row.padded-row {
        padding-left: 20px;
        padding-right: 20px; }
      .homepage-row.hero-row {
        padding-top: 100px;
        padding-bottom: 100px; } }

.hero-nav .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
.hero-nav .link-item {
  margin-left: 25px; }
  .hero-nav .link-item a {
    font-size: 1.125rem;
    display: inline-block;
    padding: .5em .75em;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    color: white; }
    @media screen and (min-width: 768px) {
      .hero-nav .link-item a {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .hero-nav .link-item a {
        font-size: 1.5rem; } }
    .hero-nav .link-item a:hover, .hero-nav .link-item a:focus {
      border-color: rgba(255, 255, 255, 0.5); }
  .hero-nav .link-item.current-item a {
    border-color: white; }
@media screen and (min-width: 768px) {
  .hero-nav {
    position: absolute;
    right: 0;
    bottom: 0; }
    .hero-nav .items-list {
      margin-bottom: 0; }
    .hero-nav .link-item {
      margin-left: 45px; } }

.promo-container .decorative-image {
  margin-bottom: 20px; }
.promo-container .promo-text {
  margin-bottom: 1em;
  font-weight: 300; }
  .promo-container .promo-text.larger-text {
    font-weight: 500; }
  .promo-container .promo-text a {
    color: #d22730; }
.promo-container .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }
  .promo-container .items-list .list-item {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 300; }
    .promo-container .items-list .list-item .item-subtitle {
      margin: 0 0 .5em;
      font-size: 1.125rem;
      font-weight: 300; }
  .promo-container .items-list.icon-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo-container .items-list.icon-list .list-item .icon-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 64px;
      height: 64px;
      padding: 16px;
      box-sizing: border-box;
      border-radius: 100%;
      background: #fdeeef; }
      .promo-container .items-list.icon-list .list-item .icon-holder svg {
        width: 32px;
        height: 32px;
        fill: #d22730; }
    .promo-container .items-list.icon-list .list-item .item-inner {
      padding-left: 15px; }
  .promo-container .items-list.icon-list.item-centered .list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .promo-container .items-list.icon-list.borders .list-item {
    border-bottom: 2px solid #e8e8e8; }
    .promo-container .items-list.icon-list.borders .list-item:last-child {
      border-bottom: none; }
  @media screen and (min-width: 768px) {
    .promo-container .items-list.icon-list .list-item {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .promo-container .items-list.icon-list.multi-column .list-item {
      width: 45%; }
    .promo-container .items-list.icon-list.multi-column.borders {
      position: relative; }
      .promo-container .items-list.icon-list.multi-column.borders:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: #e8e8e8; }
      .promo-container .items-list.icon-list.multi-column.borders .list-item:nth-last-child(2) {
        border: none; } }
  .promo-container .items-list.staff-list {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center; }
    .promo-container .items-list.staff-list .profile-image-holder {
      width: 200px;
      height: 200px;
      margin: 0 auto 10px;
      object-fit: cover;
      border-radius: 100%;
      overflow: hidden; }
      .promo-container .items-list.staff-list .profile-image-holder img {
        width: 100%;
        height: 100%; }
    .promo-container .items-list.staff-list .list-item {
      margin-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
    .promo-container .items-list.staff-list .profile-info .name,
    .promo-container .items-list.staff-list .profile-info .title {
      margin-bottom: .5em;
      font-size: 1.25rem;
      font-weight: 500; }
    .promo-container .items-list.staff-list .profile-info .bio {
      font-weight: 300; }
    @media screen and (min-width: 1024px) {
      .promo-container .items-list.staff-list {
        padding-top: 50px;
        text-align: left; }
        .promo-container .items-list.staff-list .list-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 40px; }
        .promo-container .items-list.staff-list .profile-image-holder {
          -webkit-box-flex: none;
          -webkit-flex: none;
          -ms-flex: none;
          flex: none;
          margin-left: 0;
          margin-right: 10px; }
        .promo-container .items-list.staff-list .profile-info {
          padding: 0 20px; }
          .promo-container .items-list.staff-list .profile-info .name,
          .promo-container .items-list.staff-list .profile-info .title {
            font-size: 1.5rem; }
          .promo-container .items-list.staff-list .profile-info .bio {
            font-size: 1.25rem; } }
  .promo-container .items-list.checklist .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .promo-container .items-list.checklist .list-item:before {
      display: block;
      content: "\2713";
      margin-right: 1em;
      font-size: 2em;
      color: #d22730; }
  .promo-container .items-list.images-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .promo-container .items-list.images-list .list-item {
      font-size: 1.125rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      margin: 1%;
      padding: 0 1em;
      width: 43vw;
      height: 44vw;
      font-weight: 500;
      box-sizing: border-box;
      color: white; }
      @media screen and (min-width: 768px) {
        .promo-container .items-list.images-list .list-item {
          font-size: 1.6875rem; } }
      @media screen and (min-width: 1024px) {
        .promo-container .items-list.images-list .list-item {
          font-size: 2.25rem; } }
      .promo-container .items-list.images-list .list-item .item-inner {
        height: 2.5em;
        line-height: 1; }
    @media screen and (min-width: 1024px) {
      .promo-container .items-list.images-list .list-item {
        width: 31%;
        height: 400px; } }
.promo-container .promo-list-numbered {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 940px;
  list-style: decimal;
  text-align: left;
  padding-top: 20px; }
  .promo-container .promo-list-numbered dt {
    font-size: 1.875rem;
    margin-bottom: .5em;
    display: list-item;
    font-weight: 500;
    list-style-position: inside; }
    @media screen and (min-width: 768px) {
      .promo-container .promo-list-numbered dt {
        font-size: 1.875rem; } }
    @media screen and (min-width: 1024px) {
      .promo-container .promo-list-numbered dt {
        font-size: 2.5rem; } }
  .promo-container .promo-list-numbered dd {
    margin: 0 0 2em;
    font-weight: 300; }
@media screen and (min-width: 768px) {
  .hero-row .promo-container {
    width: 55%; } }
@media screen and (min-width: 1024px) {
  .promo-container .decorative-image {
    margin-bottom: 100px; }
  .promo-container .promo-text {
    font-size: 1.375rem; }
    .promo-container .promo-text.larger-text {
      font-size: 1.5rem; }
  .promo-container .promo-list-numbered {
    padding-top: 40px; }
    .promo-container .promo-list-numbered dd {
      font-size: 1.25rem; }
  .promo-container .items-list .list-item {
    font-size: 1.25rem; }
    .promo-container .items-list .list-item .item-subtitle {
      font-size: 1.5rem; } }

.process-diagram {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  padding-top: 1em;
  padding-bottom: 1em; }
  .process-diagram .process-item {
    font-size: 1.125rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 25px;
    font-weight: 500;
    text-align: center;
    background: #d22730;
    color: white;
    position: relative;
    position: relative; }
    @media screen and (min-width: 768px) {
      .process-diagram .process-item {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      .process-diagram .process-item {
        font-size: 1.5rem; } }
    .process-diagram .process-item:before {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 50%;
      height: 20px;
      background: linear-gradient(to top right, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
    .process-diagram .process-item:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      right: 0;
      width: 50%;
      height: 20px;
      background: linear-gradient(to top left, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
    .process-diagram .process-item .process-item-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 15px;
      box-sizing: border-box;
      position: relative;
      position: relative; }
      .process-diagram .process-item .process-item-inner:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 50%;
        height: 20px;
        background: linear-gradient(to bottom left, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
      .process-diagram .process-item .process-item-inner:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 50%;
        height: 20px;
        background: linear-gradient(to bottom right, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
    .process-diagram .process-item:first-child .process-item-inner:before, .process-diagram .process-item:first-child .process-item-inner:after {
      display: none; }
    .process-diagram .process-item:last-child:before, .process-diagram .process-item:last-child:after {
      display: none; }
  @media screen and (min-width: 768px) {
    .process-diagram {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1024px; }
      .process-diagram .process-item {
        margin-bottom: 0;
        margin-right: 25px; }
        .process-diagram .process-item:before, .process-diagram .process-item:after {
          width: 20px;
          height: 50%;
          left: 100%; }
        .process-diagram .process-item:before {
          top: 0;
          background: linear-gradient(to bottom left, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
        .process-diagram .process-item:after {
          top: 50%; }
        .process-diagram .process-item:last-child {
          margin-right: 0; }
        .process-diagram .process-item .process-item-inner:before, .process-diagram .process-item .process-item-inner:after {
          width: 20px;
          height: 50%;
          right: 100%; }
        .process-diagram .process-item .process-item-inner:before {
          left: auto;
          top: 0;
          background: linear-gradient(to top right, transparent, transparent 50%, #d22730 calc(50% + 1px), #d22730 100%); }
        .process-diagram .process-item .process-item-inner:after {
          top: 50%; } }
  @media screen and (min-width: 1024px) {
    .process-diagram .process-item .process-item-inner {
      padding: 25px; } }

.panel-container .panel-item {
  padding: 0 20px;
  margin: 8px; }
.panel-container .panel-text {
  margin-bottom: 20px;
  font-weight: 300; }
@media screen and (min-width: 768px) {
  .panel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .panel-container .panel-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .panel-container .panel-item:first-child {
        margin-left: 0; }
      .panel-container .panel-item:last-child {
        margin-right: 0; } }
@media screen and (min-width: 1024px) {
  .panel-container .panel-text {
    font-size: 1.25rem; } }

.news1-container .items-list {
  margin-bottom: 20px; }
.news1-container .item {
  margin-bottom: 20px;
  padding: 20px;
  background: white; }
.news1-container .item-text {
  margin-bottom: 15px;
  font-weight: 300; }
.news1-container .source-link {
  display: inline-block;
  margin-top: .5em;
  margin-bottom: .5em;
  font-weight: 500;
  color: #d22730; }
.news1-container.curved-items .item {
  border-radius: 10px; }
.news1-container.news-feed {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 910px; }
  .news1-container.news-feed .item {
    padding: 20px 0;
    margin: 0;
    border-bottom: 5px solid #e8e8e8; }
    .news1-container.news-feed .item:first-child {
      padding-top: 0; }
  .news1-container.news-feed .item-name a {
    font-weight: 500;
    font-size: 1.5rem; }
  .news1-container.news-feed .item-text {
    margin: 0; }
  .news1-container.news-feed .inline-type .read-more-link {
    font-weight: 300;
    color: #d22730; }
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .items-list .item.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .news1-container.thumbnail-orientation-horizontal .items-list .news-item-image-holder {
    width: 48%;
    margin-right: 4%;
    max-width: none; }
  .news1-container .alternating-thumbnails .item:nth-of-type(odd) .news-item-image-holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 4%; } }
@media screen and (min-width: 1024px) {
  .news1-container .item {
    padding: 40px 80px;
    margin-bottom: 40px; }
    .news1-container .item:last-child {
      margin-bottom: 0; }
  .news1-container .multi-column .item {
    padding-left: 40px;
    padding-right: 40px; }
  .news1-container .item-text {
    font-size: 1.25rem; }
  .news1-container.news-feed .item {
    padding: 50px 0; }
  .news1-container.news-feed .inline-type .read-more-link {
    font-size: 1.25rem; }
  .news1-container.curved-items .item {
    margin-bottom: 20px; } }

.portfolio-shuffle {
  padding-bottom: 60px !important; }
  .portfolio-shuffle .slick-arrow:before {
    border-color: white; }
  .portfolio-shuffle .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border-top-style: solid;
    border-top-width: 3px; }
  .portfolio-shuffle .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translateZ(1px) translateX(calc((15px + (2 * 3px))/-4)) translateY(calc((15px + (2 * 3px))/-4));
    transform-origin: top left;
    border-left-style: solid;
    border-left-width: 3px;
    left: 50%; }
  .portfolio-shuffle .slick-arrow.slick-next:before {
    transform: rotate(45deg) translateZ(1px) translateX(calc((15px + (2 * 3px))/4)) translateY(calc((15px + (2 * 3px))/-4));
    transform-origin: top right;
    border-right-style: solid;
    border-right-width: 3px;
    right: 50%; }
  .portfolio-shuffle .slick-arrow {
    width: 52px;
    height: 52px;
    top: calc(50% - 52px/2); }
  .portfolio-shuffle .slick-arrow {
    top: 100%;
    background: #d22730;
    border-radius: 100%; }
    .portfolio-shuffle .slick-arrow.slick-prev {
      left: auto;
      right: calc(50% + 12px); }
    .portfolio-shuffle .slick-arrow.slick-next {
      right: auto;
      left: calc(50% + 12px); }
  .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide {
    width: 85vw;
    max-width: 1010px;
    margin-left: 50px;
    margin-right: 50px;
    opacity: .5;
    transition: opacity .3s; }
    .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide.slick-current {
      opacity: 1; }
    .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption {
      display: block;
      position: relative;
      padding: 0;
      top: auto;
      left: auto;
      bottom: auto;
      background: transparent;
      color: #3b3b3b; }
      .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h2, .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h3 {
        font-size: 1.25rem;
        margin-top: .25em;
        margin-bottom: 1.25em;
        font-weight: 500; }
        @media screen and (min-width: 768px) {
          .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h2, .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h3 {
            font-size: 1.875rem; } }
        @media screen and (min-width: 1024px) {
          .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h2, .portfolio-shuffle .shuffle-main .slick-list .shuffle-slide .shuffle-caption h3 {
            font-size: 2.5rem; } }

.tabs-container.case-studies {
  padding-left: 2%;
  padding-right: 2%; }
  .tabs-container.case-studies .tab-labels-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%; }
  .tabs-container.case-studies .tab-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .tabs-container.case-studies .tab-label.ui-tabs-active a {
      border-color: #d22730; }
    .tabs-container.case-studies .tab-label a {
      display: block;
      width: 100%;
      padding: 10px 0;
      box-sizing: border-box;
      font-weight: 700;
      border-top: 5px solid rgba(59, 59, 59, 0.3); }
  .tabs-container.case-studies .quote-block {
    box-sizing: border-box;
    padding: 30px;
    background: white;
    border-radius: 20px; }
    .tabs-container.case-studies .quote-block .quote-content {
      margin-bottom: 15px;
      font-weight: 700;
      font-size: 1.25rem;
      font-style: italic; }
    .tabs-container.case-studies .quote-block .quote-attribution {
      margin-bottom: 10px;
      font-weight: 300; }
  @media screen and (min-width: 768px) {
    .tabs-container.case-studies .tab-labels-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .tabs-container.case-studies .tab-label {
      margin: 5px 2%; }
      .tabs-container.case-studies .tab-label a {
        font-size: 1.25rem; }
    .tabs-container.case-studies .panel-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .tabs-container.case-studies .quote-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-left: 6%;
      padding-right: 6%; } }
  @media screen and (min-width: 1024px) {
    .tabs-container.case-studies .tab-label a {
      font-size: 1.5rem; }
    .tabs-container.case-studies .quote-block {
      min-height: 375px; }
      .tabs-container.case-studies .quote-block .quote-content {
        font-size: 1.625rem; }
    .tabs-container.case-studies .quote-attribution {
      font-size: 1.25rem; } }

.spotlight1-container .item-text {
  font-weight: 300; }
@media screen and (min-width: 768px) {
  .spotlight1-container.thumbnail-orientation-horizontal .section-title {
    text-align: left; }
  .spotlight1-container.thumbnail-orientation-horizontal .spotlight-image-holder {
    width: 35%;
    max-width: none;
    margin-right: 0;
    margin-left: 2.5%; } }
@media screen and (min-width: 1024px) {
  .spotlight1-container .item-text {
    font-size: 1.25rem; } }

.content-container {
  padding-top: 0; }
  .content-container:last-child {
    padding-bottom: 0; }
  .content-container .section-title {
    font-size: 2.15625rem;
    font-weight: 700;
    color: #d22730; }
    @media screen and (min-width: 768px) {
      .content-container .section-title {
        font-size: 2.15625rem; } }
    @media screen and (min-width: 1024px) {
      .content-container .section-title {
        font-size: 2.875rem; } }
  .content-container .section-subtitle {
    font-size: 1.875rem;
    margin: 0 0 20px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .content-container .section-subtitle {
        font-size: 1.875rem; } }
    @media screen and (min-width: 1024px) {
      .content-container .section-subtitle {
        font-size: 2.5rem; } }
  .content-container.centered {
    text-align: center; }
  .content-container .decorative-image {
    display: block;
    max-width: 100%; }
    .content-container .decorative-image.centered {
      margin-left: auto;
      margin-right: auto; }
  @media screen and (min-width: 768px) {
    .content-container .items-list.multi-column {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .content-container .items-list.multi-column > * {
        width: 47.5%;
        box-sizing: border-box; } }

.read-more-links-group.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.read-more-links-group.button-type {
  padding-top: 20px; }
  .read-more-links-group.button-type a.read-more-link {
    text-decoration: none;
    padding: 10px 30px;
    margin: 0 20px;
    font-weight: 500;
    background: #d22730;
    color: white;
    border-radius: 50px; }
    .read-more-links-group.button-type a.read-more-link:hover, .read-more-links-group.button-type a.read-more-link:focus {
      text-decoration: underline; }
    .read-more-links-group.button-type a.read-more-link:first-child {
      margin-left: 0; }
    .read-more-links-group.button-type a.read-more-link:last-child {
      margin-right: 0; }
  @media screen and (min-width: 1024px) {
    .read-more-links-group.button-type .read-more-link {
      margin: 0 45px;
      font-size: 1.25rem; } }
.read-more-links-group.inline-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .read-more-links-group.inline-type .read-more-link {
    text-decoration: none;
    font-weight: 700; }
    .read-more-links-group.inline-type .read-more-link:hover, .read-more-links-group.inline-type .read-more-link:focus {
      text-decoration: underline; }
    .read-more-links-group.inline-type .read-more-link:after {
      content: ">";
      margin-left: .25em; }

.ae-statement {
  padding: 0 !important; }

#content_main {
  box-shadow: none; }
  #content_main .pageTitle {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
    font-size: 1.6875rem;
    margin-bottom: .5em;
    color: #d22730; }
    @media screen and (min-width: 768px) {
      #content_main .pageTitle {
        font-size: 1.6875rem; } }
    @media screen and (min-width: 1024px) {
      #content_main .pageTitle {
        font-size: 2.25rem; } }
  #content_main .right-column-page-navigation {
    background: #d22730; }
    #content_main .right-column-page-navigation li a {
      color: white; }
    #content_main .right-column-page-navigation li.active a {
      background-color: #3b3b3b;
      color: white; }
  #content_main .pages-content-wrapper,
  #content_main .breadcrumb {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px; }
  @media screen and (min-width: 768px) {
    #content_main {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media screen and (min-width: 1024px) {
    #content_main {
      margin-top: 70px !important; } }

#content_main_inner + .pages-right-column {
  display: none; }

#footer_main {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d22730;
  color: white; }
  #footer_main .school-name {
    margin-bottom: 20px; }
    #footer_main .school-name svg {
      width: auto;
      height: 65px;
      fill: white; }
  #footer_main #footer_nav .link-item {
    border-right: 1px solid white; }
    #footer_main #footer_nav .link-item:last-child {
      border: none; }
  #footer_main #footer_nav a {
    color: inherit;
    text-decoration: underline; }
  #footer_main .footer-secondary-nav .links-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #footer_main .footer-secondary-nav .icon-only {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    color: white;
    border-bottom: 3px solid transparent;
    transition: border-color .3s; }
    #footer_main .footer-secondary-nav .icon-only svg {
      display: block;
      width: 32px;
      height: 32px;
      margin: 8px; }
    #footer_main .footer-secondary-nav .icon-only svg {
      fill: white; }
    #footer_main .footer-secondary-nav .icon-only:hover, #footer_main .footer-secondary-nav .icon-only:focus {
      border-color: white; }
  #footer_main .footer-info-block {
    margin-bottom: .75em; }
    #footer_main .footer-info-block a {
      color: inherit; }
  #footer_main .powered-by-edlio-logo svg {
    fill: white; }
  @media screen and (min-width: 768px) {
    #footer_main {
      padding-top: 50px;
      padding-bottom: 30px; }
      #footer_main .padded-row {
        padding-left: 2.5%;
        padding-right: 2.5%; }
      #footer_main .footer-column {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
      #footer_main .footer-info-block {
        text-align: right; }
      #footer_main .footer-row-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      #footer_main .school-name {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      #footer_main .powered-by-edlio-logo {
        margin-left: auto; } }

#mobile_nav {
  background: #d22730; }
  #mobile_nav a {
    color: white; }
    #mobile_nav a svg {
      fill: white; }
    #mobile_nav a:hover, #mobile_nav a:focus {
      color: #3b3b3b; }
      #mobile_nav a:hover svg, #mobile_nav a:focus svg {
        fill: #3b3b3b; }

@media screen and (min-width: 1024px) {
  #row_homepage_hero {
    padding-top: 25px; } }

#homepage_shuffle_main .slick-list {
  width: calc(100% - 0px*2);
  margin: 0 0px; }
#homepage_shuffle_main .slick-dots {
  position: relative; }
#homepage_shuffle_main .shuffle-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px; }
#homepage_shuffle_main .shuffle-image {
  max-height: 150px;
  width: auto; }
#homepage_shuffle_main .shuffle-caption {
  display: block;
  position: relative;
  font-weight: 300;
  background: transparent;
  color: #3b3b3b; }
#homepage_shuffle_main .shuffle-navigation {
  display: block;
  position: relative;
  background: transparent;
  color: #3b3b3b; }
  @media screen and (max-width: 767px) {
    #homepage_shuffle_main .shuffle-navigation {
      display: none; } }
  #homepage_shuffle_main .shuffle-navigation .hero-link {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    font-weight: 700;
    font-size: 1.25rem;
    border-top: 5px solid #e8e8e8;
    cursor: pointer; }
    #homepage_shuffle_main .shuffle-navigation .hero-link.slick-current {
      border-color: #d22730; }
@media screen and (min-width: 768px) {
  #homepage_shuffle_main .shuffle-slide {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  #homepage_shuffle_main .caption-position-left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  #homepage_shuffle_main .shuffle-navigation .slick-track {
    transform: none !important; }
  #homepage_shuffle_main .shuffle-caption {
    width: 50%; }
  #homepage_shuffle_main .shuffle-image {
    max-width: 50%;
    max-height: 400px;
    margin: 0 auto;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; } }
@media screen and (min-width: 1024px) {
  #homepage_shuffle_main .shuffle-caption {
    font-size: 1.25rem; }
  #homepage_shuffle_main .shuffle-navigation .hero-link {
    font-size: 1.5rem; } }

#products_container .tab-labels-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#products_container .tab-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0; }
  #products_container .tab-label a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.25rem;
    border-bottom: 5px solid #e8e8e8; }
    #products_container .tab-label a svg {
      transform: translateZ(0); }
@keyframes icon-bobhang {
  0% {
    transform: translateY(-6px); }
  50% {
    transform: translateY(calc(-6px/3)); }
  100% {
    transform: translateY(-6px); } }
@keyframes icon-bobhang-float {
  100% {
    transform: translateY(-6px); } }
    #products_container .tab-label a:hover svg, #products_container .tab-label a:focus svg, #products_container .tab-label a.icon-holder svg {
      animation-name: icon-bobhang-float, icon-bobhang;
      animation-duration: 0.3s, 1.5s;
      animation-delay: 0s, 0.3s;
      animation-timing-function: ease-out, ease-in-out;
      animation-iteration-count: 1, infinite;
      animation-fill-mode: forwards;
      animation-direction: normal, alternate; }
    #products_container .tab-label a .icon-holder {
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 10px;
      margin-right: 10px;
      box-sizing: border-box;
      background: #fdeeef;
      border-radius: 100%;
      vertical-align: middle; }
      #products_container .tab-label a .icon-holder svg {
        display: block;
        width: 20px;
        height: 20px;
        fill: #d22730; }
    #products_container .tab-label a:hover, #products_container .tab-label a:focus {
      text-decoration: none; }
  #products_container .tab-label.ui-tabs-active a {
    border-color: #d22730; }
    #products_container .tab-label.ui-tabs-active a .icon-holder {
      background: #d22730; }
      #products_container .tab-label.ui-tabs-active a .icon-holder svg {
        fill: white; }
#products_container .panel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  text-align: left; }
#products_container .product-image-holder {
  margin: 0 auto 20px; }
#products_container .product-image {
  display: block;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto; }
#products_container .panel-title {
  font-size: 1.125rem;
  margin-bottom: .25em;
  font-weight: 300;
  color: #d22730; }
  @media screen and (min-width: 768px) {
    #products_container .panel-title {
      font-size: 1.6875rem; } }
  @media screen and (min-width: 1024px) {
    #products_container .panel-title {
      font-size: 2.25rem; } }
#products_container .panel-subtitle {
  margin-bottom: .25em;
  font-weight: 500;
  font-size: 1.25rem; }
#products_container .panel-text {
  font-weight: 300; }
@media screen and (min-width: 768px) {
  #products_container .tab-labels-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  #products_container .tab-label a {
    font-size: 1.5rem;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    text-align: center; }
  #products_container .panel-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  #products_container .panel-inner {
    width: 45%; }
  #products_container .product-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%;
    margin: 0; }
  #products_container .product-image {
    max-height: none; } }
@media screen and (min-width: 1024px) {
  #products_container .panel-text {
    font-size: 1.25rem; }
  #products_container .tab-label a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.875rem; }
    #products_container .tab-label a .icon-holder {
      width: 64px;
      height: 64px;
      padding: 15px; }
      #products_container .tab-label a .icon-holder svg {
        width: 34px;
        height: 34px; } }

#map_container .content-container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
#map_container .info-number {
  font-size: 1.4375rem;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    #map_container .info-number {
      font-size: 2.15625rem; } }
  @media screen and (min-width: 1024px) {
    #map_container .info-number {
      font-size: 2.875rem; } }
#map_container .map-image-holder,
#map_container .items-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
#map_container .map-image-holder {
  text-align: center; }
#map_container .map-image {
  max-width: 100%; }
#map_container .item-text {
  font-weight: 300; }
@media screen and (min-width: 1024px) {
  #map_container .item-text {
    font-size: 1.25rem; } }

#homepage_testimonials_container .item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
#homepage_testimonials_container .news-item-image {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: block;
  margin-right: 10px;
  margin-left: 0; }
#homepage_testimonials_container .testimonial-name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.25rem; }
@media screen and (min-width: 1024px) {
  #homepage_testimonials_container .testimonial-name {
    font-size: 1.5rem; } }

@media screen and (min-width: 1024px) {
  #homepage_blog_container .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px; } }

#row_web_overview_features .news-item-image {
  max-height: 300px; }

@media screen and (min-width: 1024px) {
  #row_showcase .homepage-row-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; } }

@media screen and (min-width: 1024px) {
  #showcase_container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #showcase_container .section-title {
      text-align: left; } }

#showcase_image_holder {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

#showcase_image {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto; }

#engage_shuffle {
  max-width: 622px;
  padding-bottom: 20px;
  margin: 0 auto; }
  #engage_shuffle .slick-dots {
    bottom: auto;
    top: 100%; }
  @media screen and (min-width: 768px) {
    #engage_shuffle {
      width: 30%;
      margin: 0 5%; } }

@media screen and (min-width: 768px) {
  #engage_promo1_container {
    padding-top: 10%; } }

.updt-bboard,
.list-feature {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px; }

.updt-bboard {
  font-weight: 300; }
  @media screen and (min-width: 1024px) {
    .updt-bboard {
      font-size: 1.25rem; } }

#values_container .list-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #values_container .list-item:nth-of-type(1) {
    background-image: url("/pics/value1.jpg"); }
  #values_container .list-item:nth-of-type(2) {
    background-image: url("/pics/value2.jpg"); }
  #values_container .list-item:nth-of-type(3) {
    background-image: url("/pics/value3.jpg"); }
  #values_container .list-item:nth-of-type(4) {
    background-image: url("/pics/value4.jpg"); }
  #values_container .list-item:nth-of-type(5) {
    background-image: url("/pics/value5.jpg"); }
  #values_container .list-item:nth-of-type(6) {
    background-image: url("/pics/value6.jpg"); }

#testimonials_container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  text-align: center; }
  #testimonials_container .slick-dots li button:before {
    color: #3b3b3b; }
  #testimonials_container .slick-dots.number-dots li button {
    background: #3b3b3b; }
  #testimonials_container .slick-dots.number-dots li.slick-active button {
    color: #3b3b3b; }
  #testimonials_container .slick-dots li.slick-active button:before {
    color: white; }
  #testimonials_container .slick-dots.number-dots li button {
    color: white; }
  #testimonials_container .slick-dots.number-dots li.slick-active button {
    background: white; }
  #testimonials_container .slick-list {
    padding-top: 20px; }
  #testimonials_container .items-list {
    margin-bottom: 0; }
  #testimonials_container .item {
    padding: 0;
    background: transparent;
    color: white; }
  #testimonials_container .item-text {
    margin-bottom: 25px; }
  #testimonials_container .item-name,
  #testimonials_container .item-text {
    font-size: 1.25rem;
    font-weight: 500; }
  #testimonials_container .news-item-image-holder {
    margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    #testimonials_container .promo-text {
      font-size: 1.5rem; }
    #testimonials_container .slick-list {
      padding-top: 40px; } }

#job_openings_container .accordion-label {
  position: relative;
  padding: 1em;
  margin-bottom: 25px;
  background: #e8e8e8; }
  #job_openings_container .accordion-label svg {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    transition: transform .3s;
    fill: #3b3b3b; }
  #job_openings_container .accordion-label .department-label {
    font-size: 1.125rem;
    margin: 0;
    font-weight: 700;
    color: #3b3b3b; }
    @media screen and (min-width: 768px) {
      #job_openings_container .accordion-label .department-label {
        font-size: 1.6875rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .accordion-label .department-label {
        font-size: 2.25rem; } }
  #job_openings_container .accordion-label .openings-count {
    font-size: 1.125rem;
    padding-top: .5em;
    font-weight: 700;
    color: #d22730; }
    @media screen and (min-width: 768px) {
      #job_openings_container .accordion-label .openings-count {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .accordion-label .openings-count {
        font-size: 1.5rem; } }
  #job_openings_container .accordion-label.ui-state-active {
    background: #d22730; }
    #job_openings_container .accordion-label.ui-state-active svg {
      fill: white;
      transform: translateY(-50%) rotate(135deg); }
    #job_openings_container .accordion-label.ui-state-active .department-label,
    #job_openings_container .accordion-label.ui-state-active .openings-count {
      color: white; }
#job_openings_container .item {
  padding: 1em;
  margin-bottom: 15px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 80px; }
  #job_openings_container .item:last-child {
    margin-bottom: 40px; }
  #job_openings_container .item .item-name {
    font-size: 1rem;
    font-weight: 700;
    color: #3b3b3b; }
    @media screen and (min-width: 768px) {
      #job_openings_container .item .item-name {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .item .item-name {
        font-size: 2rem; } }
  #job_openings_container .item .item-text {
    font-size: 1.125rem;
    font-weight: 700;
    color: #d22730; }
    @media screen and (min-width: 768px) {
      #job_openings_container .item .item-text {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1024px) {
      #job_openings_container .item .item-text {
        font-size: 1.5rem; } }
  @media screen and (min-width: 768px) {
    #job_openings_container .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 2em; } }

#content_main .show-news,
#content_main .news-list,
#content_main #news_control_panel {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding-left: 20px;
  padding-right: 20px; }

.pardot-form-holder {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px; }

.locations-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .locations-block .location-item {
    margin: 10px;
    font-weight: 300;
    line-height: 1.25; }
    .locations-block .location-item a {
      font-weight: 500; }
    .locations-block .location-item strong {
      font-size: 1.125em; }
  @media screen and (min-width: 1024px) {
    .locations-block .location-item {
      font-size: 1.125rem; } }

.inside-calendar .item {
  padding: 1em;
  background: #d22730;
  color: white;
  border-radius: 10px;
  margin: 0 15px; }
.inside-calendar .event-date {
  height: auto;
  width: auto;
  margin-bottom: 0; }
  .inside-calendar .event-date .event-month,
  .inside-calendar .event-date .event-day {
    font-size: 2rem; }

#pay_features_container .news-item-image-holder {
  margin-bottom: 15px; }
#pay_features_container .news-item-image {
  margin: 0; }
@media screen and (min-width: 1024px) {
  #pay_features_container .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #pay_features_container .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40%;
    box-sizing: border-box; } }
