  @font-face {
  font-family: 'icomoon';
  src: url("/themes/custom/dslcc/fonts/icomoon.eot?ilzw1l");
  src: url("/themes/custom/dslcc/fonts/icomoon.eot?ilzw1l#iefix") format("embedded-opentype"), url("/themes/custom/dslcc/fonts/icomoon.ttf?ilzw1l") format("truetype"), url("/themes/custom/dslcc/fonts/icomoon.woff?ilzw1l") format("woff"), url("/themes/custom/dslcc/fonts/icomoon.svg?ilzw1l") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-checkmark:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e902"; }

.icon-comment:before {
  content: "\e903"; }

.icon-clock-with-white-face:before {
  content: "\e904"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-calendar:before {
  content: "\e908"; }

.icon-arrow-down:before {
  content: "\e909"; }

.icon-plus:before {
  content: "\e90a"; }

.icon-clock-2:before {
  content: "\e90b";
  color: #757575; }

.icon-comment-cloud:before {
  content: "\e90c";
  color: #fff; }

.icon-search-icon:before {
  content: "\e90d";
  color: #fff; }

.hamburger {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 1; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger .text {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 3px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    margin-left: 7px; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
  min-width: 14px; }

.hamburger-inner {
  display: block;
  top: 50%;
  width: 100%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .navbar-toggler[aria-expanded='true'] .hamburger .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Slick slider styles */
.js-news-carousel {
  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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.js-news-carousel .slick-track,
.js-news-carousel .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    float: none; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #757575;
  background: #fff;
  width: 100%;
  height: 42px;
  font-size: 14px; }
  .jcf-select.jcf-drop-active .jcf-select-opener:after {
    transform: translate(-50%, -50%) scaleY(-1);
    transform-origin: 50% 30%; }
  .jcf-select .jcf-select-text {
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    font-size: 13px;
    line-height: 26px;
    padding: 6px 38px 6px 12px;
    display: flex;
    align-items: center;
    color: #757575; }
    .jcf-select .jcf-select-text:hover {
      cursor: pointer; }
  .jcf-select .jcf-select-opener {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px; }
    .jcf-select .jcf-select-opener:after {
      content: '';
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 6px solid transparent;
      border-top: 6px solid #666666; }
  .jcf-select .jcf-select-drop {
    position: absolute;
    z-index: 9999;
    top: calc(100% + 17px);
    left: -1px;
    right: -1px; }
    .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border: 1px solid #cccccc; }
      .jcf-select .jcf-select-drop .jcf-select-drop-content:before {
        content: '';
        position: absolute;
        top: -18px;
        left: 8px;
        border: 10px solid transparent;
        border-bottom: 10px solid #666666; }
      .jcf-select .jcf-select-drop .jcf-select-drop-content:after {
        content: '';
        position: absolute;
        top: -17px;
        left: 9px;
        border: 9px solid transparent;
        border-bottom: 9px solid #fff; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    margin: 0;
    padding: 11px 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block; }
      .jcf-list ul li:not(:last-child) {
        margin-bottom: 5px; }
      .jcf-list ul li:first-of-type {
        display: none; }
      .jcf-list ul li:before {
        display: none !important; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 11px;
    color: #656565;
    height: 1%; }
    .jcf-list .jcf-option.jcf-hover {
      background-color: #f6f2eb;
      color: #e74c3c;
      cursor: pointer; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: url("/themes/custom/dslcc/css/images/cross-svg.svg"); }

.was-validated .form-control:valid, .form-control.is-valid {
  background-image: url("/themes/custom/dslcc/css/images/check-svg.svg"); }

/**/
.accordion-list, .filter-accordion, .list-offers, .schedule-list, .list-items, .category-list, .drop-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@media (min-width: 768px) {
  .header {
    padding-top: 1.25rem; } }
.header .container {
  max-width: 79.375rem; }
.header .home-mobile-logo {
  display: none; }
@media (max-width: 1365.98px) {
  .header .navbar-brand {
    padding-bottom: 0; } }

.path-frontpage .home-desktop-logo {
  display: none; }
  @media (min-width: 1024px) {
    .path-frontpage .home-desktop-logo {
      display: block; } }
.path-frontpage .home-mobile-logo {
  display: inline-block; }
  @media (min-width: 1024px) {
    .path-frontpage .home-mobile-logo {
      display: none; } }

form.form-search {
  position: relative;
  margin-bottom: 0.625rem;
  width: 100%; }
  @media (min-width: 1024px) {
    form.form-search {
      width: 18.875rem; } }
  @media (min-width: 1024px) {
    form.form-search {
      margin-bottom: 2.9375rem; } }
  form.form-search input[type='search'] {
    box-sizing: border-box;
    border: 0.125rem solid #ffc107;
    font-size: 0.875rem;
    font-style: italic;
    padding: 0.625rem 3.75rem 0.625rem 1.0625rem;
    width: 100%;
    height: 2.5rem; }
    @media (min-width: 1024px) {
      form.form-search input[type='search'] {
        height: 3.125rem; } }
  form.form-search button {
    transition: background-color 0.3s linear;
    background-color: #ffc107;
    border: 0;
    top: 0.0625rem;
    right: 0.0625rem;
    bottom: 0.0625rem;
    width: 3.625rem;
    font-size: 1.25rem;
    color: #fff;
    white-space: nowrap; }
    form.form-search button:hover, form.form-search button:focus {
      color: #fff;
      background-color: #a07800; }
  form.form-search #az-button {
    margin-left: 0.25rem;
    position: relative;
    top: 0; }
    form.form-search #az-button:hover, form.form-search #az-button:focus {
      background-color: #ffc107; }
    form.form-search #az-button .closer {
      display: none; }
    .nav-az-active form.form-search #az-button .closer {
      transform: rotate(45deg);
      width: 30px;
      height: 3px;
      position: absolute;
      background-color: #fff;
      top: 18px;
      left: 10px;
      opacity: 1;
      visibility: visible;
      bottom: auto;
      display: inline-block;
      transition: transform 0.3s linear; }
      @media (min-width: 992px) {
        .nav-az-active form.form-search #az-button .closer {
          top: 23px;
          left: 5px; } }
      .nav-az-active form.form-search #az-button .closer:after {
        content: '';
        position: absolute;
        height: 3px;
        background-color: #fff;
        left: 0;
        width: 30px;
        transition: transform 0.3s linear;
        top: 0;
        transform: rotate(90deg); }
    .nav-az-active form.form-search #az-button .button-label {
      display: none; }

@media (min-width: 1024px) {
  .navbar-brand {
    margin-bottom: 0.4375rem; } }
.navbar-brand img {
  width: 100%; }

.navbar-toggler {
  border: 0; }

@media (max-width: 1023.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 5; } }

.nav-link {
  transition: color 0.3s linear; }

@media (min-width: 480px) {
  .navbar {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1024px) {
  .navbar {
    padding-bottom: 2.5625rem;
    padding-top: 0.5rem; } }

.navbar-nav {
  font-style: italic;
  font-weight: 600;
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.125rem; }
  .navbar-nav .nav-item {
    position: relative; }
    @media (min-width: 1024px) {
      .navbar-nav .nav-item:not(:first-child) {
        margin-left: 2.875rem; } }
    @media (min-width: 1024px) {
      .navbar-nav .nav-item:not(:first-child):before {
        content: '|';
        position: absolute;
        top: 0;
        left: -1.5625rem;
        font-style: normal;
        color: #ffc107; } }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #000; }

.filter-holder {
  position: absolute;
  right: 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  z-index: 10;
  width: 100%;
  background: #202652;
  top: 70px;
  padding-top: 22px;
  padding-bottom: 40px;
  transform-origin: top; }
  @media (min-width: 768px) {
    .filter-holder {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .filter-holder {
      top: 100%; } }
  .nav-az-active .filter-holder {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible; }
  .path-frontpage.nav-az-active .filter-holder {
    top: 170px; }
    @media (min-width: 768px) {
      .path-frontpage.nav-az-active .filter-holder {
        top: 0; } }
  .filter-holder a {
    color: #fff;
    cursor: pointer; }
    .filter-holder a:hover {
      text-decoration: underline; }
  @media (max-width: 767px) {
    .filter-holder .sort-group {
      padding: 0 30px; } }
  .filter-holder .form-text {
    width: 100%;
    background: transparent;
    border: none;
    font-weight: 300;
    font-style: italic;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.125rem;
    padding-bottom: 4px;
    border-radius: 0;
    transition: border-color 0.3s linear;
    padding-right: 40px; }
    @media (min-width: 768px) {
      .filter-holder .form-text {
        padding: 2px 0px 13px;
        padding-right: 40px;
        font-size: 1.75rem; } }
    .filter-holder .form-text::-webkit-input-placeholder {
      color: #fff; }
    .filter-holder .form-text::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .filter-holder .form-text:-moz-placeholder {
      color: #fff; }
    .filter-holder .form-text:-ms-input-placeholder {
      color: #fff; }
    .filter-holder .form-text.placeholder {
      color: #fff; }
    .filter-holder .form-text:focus {
      border-color: #202652; }
  .filter-holder .search-holder {
    width: 100%;
    max-width: 727px;
    margin-bottom: 15px;
    position: relative;
    font-style: italic; }
    @media (max-width: 767px) {
      .filter-holder .search-holder {
        padding: 0 40px 0 14px; } }
    @media (min-width: 1200px) {
      .filter-holder .search-holder {
        margin-bottom: 57px; } }
    .filter-holder .search-holder .btn-search {
      background: transparent;
      border: none;
      position: absolute;
      top: 50%;
      right: 35px;
      color: #fff;
      transform: translateY(-50%);
      transition: color 0.3s linear; }
      @media (min-width: 768px) {
        .filter-holder .search-holder .btn-search {
          right: 18px; } }
      .filter-holder .search-holder .btn-search:hover {
        color: #ffc55a; }

.filter-search {
  width: 100%;
  background: transparent;
  border: none;
  font-weight: 300;
  font-style: italic;
  border-bottom: 1px solid #fff;
  outline: none;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.125rem;
  padding-bottom: 4px;
  border-radius: 0;
  transition: border-color 0.3s linear;
  padding-right: 40px; }
  @media (min-width: 768px) {
    .filter-search {
      padding: 2px 0 13px;
      padding-right: 40px;
      font-size: 1.75rem; } }
  .filter-search::-webkit-input-placeholder {
    color: #fff; }
  .filter-search::-moz-placeholder {
    opacity: 1;
    color: #fff; }
  .filter-search:-moz-placeholder {
    color: #fff; }
  .filter-search:-ms-input-placeholder {
    color: #fff; }
  .filter-search.placeholder {
    color: #fff; }
  .filter-search:focus {
    border-color: #202652; }

.filter-form {
  width: 100%;
  max-width: 727px;
  margin-bottom: 15px;
  position: relative;
  font-style: italic; }
  @media (max-width: 767px) {
    .filter-form {
      padding: 0 40px 0 14px; } }
  @media (min-width: 1200px) {
    .filter-form {
      margin-bottom: 57px; } }
  .filter-form .search-label {
    position: absolute;
    top: 50%;
    right: 35px;
    color: #fff;
    transform: translateY(-50%);
    transition: color 0.3s linear; }
    @media (min-width: 768px) {
      .filter-form .search-label {
        right: 18px; } }
    .filter-form .search-label:hover {
      color: #fff; }

.accordion-list {
  font-size: 18px; }
  @media (max-width: 767px) {
    .accordion-list {
      padding-bottom: 13px; } }
  @media (min-width: 768px) {
    .accordion-list {
      flex-direction: column;
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .accordion-list {
      padding-bottom: 35px;
      margin-bottom: 59px; } }
  @media (max-width: 767px) {
    .accordion-list li {
      line-height: 1.2;
      margin-bottom: 5px;
      font-size: 1rem; } }
  @media (min-width: 768px) {
    .accordion-list li {
      margin-bottom: 3px; } }
  .accordion-list li:last-child {
    margin-bottom: 0; }
  .accordion-list li .collapsed .fa-caret-up {
    transform: translateY(-50%) rotate(180deg); }
  .accordion-list a {
    color: #fff; }
    .accordion-list a:hover {
      text-decoration: underline; }

.filter-accordion {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .filter-accordion {
      padding: 0; } }
  @media (max-width: 767px) {
    .filter-accordion li.active .opener-filter:after {
      opacity: 0;
      visibility: hidden; } }
  @media (max-width: 767px) {
    .filter-accordion li.active .opener-filter:before {
      opacity: 1;
      visibility: visible; } }

.opener-filter {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding-bottom: 3px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem; }
  @media (max-width: 767px) {
    .opener-filter {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .opener-filter {
      cursor: default;
      font-size: 1.3125rem;
      margin-bottom: 14px; } }
  @media (max-width: 767px) {
    .opener-filter.has-children:after, .opener-filter.has-children:before {
      content: '\f0d7';
      font-family: "Font Awesome 5 Free";
      font-size: 1.6875rem;
      position: absolute;
      right: 1px;
      top: calc(50% + 3px);
      transform: translateY(-50%);
      font-size: 0.6875rem;
      transition: opacity 0.3s linear, visibility 0.3s linear; } }
  @media (max-width: 767px) {
    .opener-filter.has-children:before {
      content: '\f0d8';
      opacity: 0;
      visibility: hidden; } }
  .opener-filter:hover {
    color: #fff;
    text-decoration: none; }

#block-alertbanner a,
#block-noticebanner a,
#block-infobanner a {
  color: #fff;
  text-decoration: underline; }

.section-info-banner {
  background-color: #3fab8b; }

img {
  max-width: 100%;
  height: auto; }

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3rem; } }

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 2.25rem; } }

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 1.75rem; } }

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 1.5rem; } }

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 1.125rem; } }

.align-left {
  margin-right: 16px;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .align-left {
      margin-right: 24px; } }

.align-right {
  margin-left: 16px;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .align-right {
      margin-left: 24px; } }

.webform-submission-form .form-email,
.webform-submission-form .form-text,
.webform-submission-form .form-tel {
  display: block; }

.btn {
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  @media (min-width: 992px) {
    .btn {
      padding: 11px 27px; } }
  .btn.btn-outline-warning {
    transition: background-color 0.3s linear;
    border: 0.125rem solid #ffc107; }
    .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus {
      background-color: rgba(255, 197, 90, 0.15);
      text-decoration: none;
      color: #202652; }

body {
  display: flex;
  flex-direction: column; }

textarea {
  min-height: 86px; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.header {
  flex-grow: 0; }

.main {
  flex-grow: 1; }

.footer {
  flex-grow: 0; }

.social-list {
  font-size: 1.375rem; }
  @media (max-width: 767px) {
    .social-list li {
      margin: 0 0.3125rem; } }
  @media (min-width: 768px) {
    .social-list li:not(:first-child) {
      margin-left: 1rem; } }
  .social-list a {
    transition: color 0.3s linear;
    color: inherit;
    text-decoration: none; }
    .social-list a:hover {
      color: #ffc107; }

.link-arrow {
  transition: color 0.3s linear;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.29em; }
  .link-arrow.text-primary:hover, .link-arrow.text-primary:focus {
    text-decoration: none;
    color: #505dbb !important; }
  .link-arrow:after {
    content: "\e901";
    font-family: 'icomoon' !important;
    display: inline-block;
    vertical-align: middle;
    color: #ffc107;
    font-size: 0.875rem;
    margin-left: 0.6875rem;
    width: 0.625rem; }
  .link-arrow.arrow-revers {
    display: flex;
    flex-direction: row-reverse;
    color: #fff; }
    .link-arrow.arrow-revers:hover {
      color: #ffc107; }
      .link-arrow.arrow-revers:hover:after {
        color: #ffc107; }
    .link-arrow.arrow-revers:after {
      content: "\e902";
      margin-right: 10px;
      margin-left: 0;
      line-height: 1;
      margin-top: 2px;
      color: #fff;
      transition: color 0.3s linear; }

.btn {
  border-radius: 0; }

.btn-learn-more {
  position: relative;
  text-transform: uppercase;
  border-right: 2px solid #ffc55a;
  border-bottom: 2px solid #ffc55a;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: .3em;
  font-size: 1rem;
  transition: background 0.3s linear;
  line-height: 1;
  font-weight: 800;
  display: inline-block;
  z-index: 0; }
  .btn-learn-more:before {
    top: 20px;
    left: 0px;
    width: 2px;
    background-color: #ffc55a;
    content: '';
    position: absolute;
    bottom: 0; }
  .btn-learn-more:after {
    top: 0px;
    left: 0px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(-220deg, transparent 15px, rgba(255, 197, 90, 0.15) 0), linear-gradient(-220deg, transparent 15px, rgba(255, 197, 90, 0.15));
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  .btn-learn-more:hover, .btn-learn-more:focus, .btn-learn-more:active {
    text-decoration: none;
    color: #202652; }
    .btn-learn-more:hover:after, .btn-learn-more:focus:after, .btn-learn-more:active:after {
      opacity: 1;
      visibility: visible; }
  .btn-learn-more.btn-chat {
    min-width: 9.875rem;
    height: 3.5625rem;
    background-color: transparent !important;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0; }
    .btn-learn-more.btn-chat .line {
      padding: 0.625rem 0.4375rem 0.625rem 2.1875rem; }
      .btn-learn-more.btn-chat .line > span:nth-child(3) {
        font-size: 1rem; }
    .btn-learn-more.btn-chat .icon-comment {
      position: absolute;
      color: #fff !important;
      top: 52%;
      left: 1.6875rem;
      font-size: 1.1875rem;
      transform: translateY(-50%); }
    .btn-learn-more.btn-chat .text {
      display: block;
      padding-left: 22px; }
  .btn-learn-more.btn-warning:hover, .btn-learn-more.btn-warning:focus, .btn-learn-more.btn-warning:active {
    border-color: #ffc55a !important; }
    .btn-learn-more.btn-warning:hover:after, .btn-learn-more.btn-warning:focus:after, .btn-learn-more.btn-warning:active:after {
      /* opacity: 0.5; */ }
  .btn-learn-more.btn-warning:after {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(-220deg, transparent 15px, #ffc55a 0), linear-gradient(-220deg, transparent 15px, #ffc55a); }
  .btn-learn-more .line {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    cursor: pointer;
    padding: 16px 28px; }
    .btn-learn-more .line:after {
      position: absolute;
      top: 10px;
      left: -3px;
      width: 27px;
      height: 2px;
      transform: rotate(-45deg);
      border-right: 2px solid #ffc55a;
      border-bottom: 2px solid #ffc55a;
      content: ''; }
    .btn-learn-more .line:before {
      top: 0;
      left: 20px;
      right: 0;
      height: 2px;
      background-color: #ffc55a;
      content: '';
      position: absolute; }

.path-frontpage .header {
  padding-top: 3rem; }
  @media (max-width: 1023.98px) {
    .path-frontpage .header {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .path-frontpage .header {
      padding-top: 1.25rem; } }
  .path-frontpage .header .hamburger-inner {
    background-color: #fff; }
    .path-frontpage .header .hamburger-inner:before, .path-frontpage .header .hamburger-inner:after {
      background-color: #fff; }
  @media (max-width: 1023.98px) {
    .path-frontpage .header + .main .section-intro-home {
      padding-top: 7.5rem; } }

.help-holder {
  position: relative;
  z-index: 5; }
  .help-holder .btn {
    transition: background-color 0.3s linear;
    font-size: 0.875rem;
    padding: 0.5rem;
    color: #000; }
    .help-holder .btn:hover {
      background-color: #f39e00;
      cursor: pointer; }

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility {
  position: absolute;
  left: -625rem;
  top: auto;
  width: .0625rem;
  height: .0625rem;
  overflow: hidden; }
  .accessibility:focus {
    position: static;
    width: auto;
    height: auto; }
  .accessibility.back-to-top {
    background-color: #fff;
    color: #333; }

#main table {
  border: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  #main table tr.bg-primary, #main table tr.bg-success, #main table tr.bg-info, #main table tr.bg-warning, #main table tr.bg-danger {
    color: #fff; }
  #main table th,
  #main table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  #main table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  #main table.sortable thead tr:first-child th:first-child {
    position: relative; }
    #main table.sortable thead tr:first-child th:first-child:after {
      content: "\e909";
      font-family: 'icomoon' !important;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      font-size: 12px; }
  #main table.sortable tbody tr th {
    background-color: #eeeeee; }

.accordion.default .card-header {
  padding: 0; }
  .accordion.default .card-header h5 {
    border-bottom: 1px solid #e0e0e0; }
    .accordion.default .card-header h5 .btn {
      transition: color 0.3s linear;
      position: relative;
      color: #212121;
      font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.4;
      text-decoration: none;
      padding-left: 0;
      padding-right: 0;
      display: block;
      width: 100%;
      text-align: left; }
      .accordion.default .card-header h5 .btn:hover {
        color: #202652; }
      .accordion.default .card-header h5 .btn:after {
        transition: transform 0.3s linear;
        content: "\e909";
        font-family: 'icomoon' !important;
        color: #ffc55a;
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 0.75rem;
        transform: translate(-50%) scaleY(1); }
      .accordion.default .card-header h5 .btn[aria-expanded="true"] {
        font-style: italic; }
        .accordion.default .card-header h5 .btn[aria-expanded="true"]:after {
          font-style: normal;
          transform: translate(-50%) scaleY(-1); }
.accordion.default .card-body {
  background-color: #fafafa; }

.styleguide .row {
  margin-bottom: 1rem; }

.valid-feedback {
  color: #2ecc71; }

.was-validated .form-control:valid {
  border-color: #2ecc71; }

.was-validated .form-control:invalid {
  border-color: #e74c3c; }

.invalid-feedback {
  color: #e74c3c; }

@media (max-width: 767px) {
  #calendar.fc .fc-scroller,
  .js-drupal-fullcalendar .fc-scroller {
    overflow: visible !important;
    height: auto !important; } }
@media (max-width: 767px) {
  #calendar.fc .fc-toolbar,
  .js-drupal-fullcalendar .fc-toolbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
#calendar.fc .fc-toolbar .fc-left,
#calendar.fc .fc-toolbar .fc-right,
.js-drupal-fullcalendar .fc-toolbar .fc-left,
.js-drupal-fullcalendar .fc-toolbar .fc-right {
  margin-bottom: 0.625rem; }
@media (max-width: 767px) {
  #calendar.fc .fc-toolbar .fc-right,
  .js-drupal-fullcalendar .fc-toolbar .fc-right {
    display: none; } }
#calendar.fc .fc-button,
.js-drupal-fullcalendar .fc-button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  margin: 0;
  text-transform: capitalize;
  font-size: 1.25rem;
  line-height: 1.5;
  background: #202652;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0;
  font-weight: 700;
  color: #fff;
  padding: 5px 14px 7px;
  box-shadow: none; }
#calendar.fc .fc-button-group .fc-button,
.js-drupal-fullcalendar .fc-button-group .fc-button {
  border-right: 1px solid #fff; }
#calendar.fc .fc-view-container td.fc-today,
.js-drupal-fullcalendar .fc-view-container td.fc-today {
  background: rgba(0, 38, 81, 0.25); }

#views-exposed-form-faculty-staff-page-1 .row {
  border-bottom: 1px solid #BDBDBD; }

.faculty-staff-item .paragraph--type--phone-number.paragraph--view-mode--default {
  display: inline-block; }
.faculty-staff-item .faculty-staff-photo img {
  width: 100%;
  height: auto; }

.view-news .category-event a {
  text-decoration: underline; }

.webform-submission-form input,
.webform-submission-form textarea,
.webform-submission-form select {
  max-width: 100%; }

.node__content img {
  max-width: 100%;
  height: auto; }

/* EMSI Styles */
#cc-widget-careers .cc-card {
  box-shadow: none; }
#cc-widget-careers .play-pause-button {
  display: block;
  margin: 0 auto; }
  #cc-widget-careers .play-pause-button svg {
    fill: #202652; }
#cc-widget-careers .arrow-button path {
  fill: #202652; }
#cc-widget-careers .cc-content-title {
  margin-bottom: 0; }
#cc-widget-careers .cc-content-salary {
  color: #202652; }
#cc-widget-careers .cc-content-link {
  background-color: #202652;
  color: #fff; }
  #cc-widget-careers .cc-content-link:hover {
    color: #fff;
    box-shadow: none; }
#cc-widget-careers .footer {
  background: transparent;
  padding-top: 0; }

.autogrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  margin-bottom: 1rem; }
  .autogrid p {
    border: 1px solid lightgray;
    padding: 10px;
    text-align: center;
    margin: 0;
    border-radius: 3px;
    background: #f7f7f7; }

.img-shadow {
  position: relative;
  box-shadow: 7px 9px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1023.98px) {
    .img-shadow {
      max-width: 90%; } }
  @media (min-width: 768px) {
    .img-shadow {
      box-shadow: 14px 17px 0px rgba(0, 0, 0, 0.2); } }

.border-gradient {
  position: relative; }
  .border-gradient:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(57deg);
    content: '';
    height: 15px;
    width: 89%;
    background-image: linear-gradient(90deg, rgba(255, 197, 90, 0) 0%, rgba(255, 197, 90, 0.5) 10%, #ffc55a 16%, #ffc55a 100%); }

@media print {
  .title-holder,
  .section-info .content {
    width: 100% !important;
    max-width: 100% !important; } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.footer {
  background-color: #ececf0;
  color: #000;
  padding: 3rem 0 1.25rem; }
  @media (min-width: 1024px) {
    .footer {
      padding: 3.875rem 0 2.125rem; } }
  .footer .logo-holder {
    max-width: 10.1875rem;
    width: 100%;
    display: inline-block; }
    @media (max-width: 1023.98px) {
      .footer .logo-holder {
        margin-bottom: 1.9375rem; } }
    .footer .logo-holder img {
      width: 100%;
      height: auto; }
  .footer .footer-logo-container p {
    margin-bottom: 0; }
  .footer .copy {
    font-family: 'Source Sans Pro';
    display: inline-block; }
    @media (max-width: 1023.98px) {
      .footer .copy {
        margin-bottom: 2.25rem; } }
  @media (max-width: 767.98px) {
    .footer .social-list {
      font-size: 2.3125rem; } }

.footer-nav-list {
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.010625rem;
  margin-bottom: 1.375rem;
  color: #000; }
  @media (min-width: 768px) {
    .footer-nav-list {
      font-size: 0.8125rem; } }
  .footer-nav-list li {
    position: relative; }
    @media (max-width: 1023.98px) {
      .footer-nav-list li:not(:last-child) {
        margin-bottom: 0.625rem; } }
    @media (min-width: 768px) {
      .footer-nav-list li:not(:first-child) {
        margin-left: 1.75rem; } }
    @media (min-width: 768px) {
      .footer-nav-list li:not(:first-child):before {
        content: '|';
        position: absolute;
        top: 0;
        left: -1rem; } }
  .footer-nav-list a {
    transition: color 0.3s linear;
    color: inherit;
    text-decoration: none; }
    .footer-nav-list a:hover {
      color: #ffc107; }

.footer-logo {
  max-width: 16.125rem;
  width: 100%;
  display: inline-block;
  text-decoration: none; }
  @media (max-width: 1023.98px) {
    .footer-logo {
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .footer-logo {
      max-width: 12.5rem; } }
  .footer-logo img {
    width: 100%; }

.section-offers {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .section-offers {
      padding: 102px 0 92px; } }
  .section-offers h2 {
    text-transform: uppercase; }
  .section-offers p {
    line-height: 1.68; }
  .section-offers .img-holder img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .section-offers .list-offers {
      max-width: 590px;
      column-count: 2; } }
  .section-offers .list-offers li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .section-offers .content-holder {
    max-width: 600px; }

.list-offers {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 30px; }
  .list-offers li {
    margin-bottom: 10px; }
  .list-offers a {
    text-decoration: underline; }
    .list-offers a:hover {
      text-decoration: none; }

.link-light {
  color: #1565C0;
  text-decoration: underline; }
  .link-light:hover {
    text-decoration: none; }

.section-banner {
  padding: 43px 0;
  color: #fff; }
  @media (min-width: 768px) {
    .section-banner {
      padding: 43px 0 84px; } }
  .section-banner .text-holder {
    line-height: 1.68; }
  .section-banner .subtitle {
    font-size: 1.125rem; }
  .section-banner .line {
    text-align: center; }
    @media (max-width: 1023.98px) {
      .section-banner .line {
        min-width: 250px; } }
    @media (min-width: 1366px) {
      .section-banner .line {
        min-width: 397px; } }
  .section-banner.bg-danger .btn-learn-more, .section-banner.bg-primary .btn-learn-more {
    color: #fff !important; }

.schedule-list {
  line-height: 1; }
  @media (min-width: 768px) {
    .schedule-list {
      display: flex;
      justify-content: center; } }
  .schedule-list li {
    font-weight: 600;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .schedule-list li {
        border-right: 1px solid #fff;
        padding-right: 10px; } }
    .schedule-list li:last-child {
      border: none; }
      @media (min-width: 768px) {
        .schedule-list li:last-child {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .schedule-list li {
        margin-right: 15px;
        margin-bottom: 0; } }

.section-events {
  background-color: #FFFBF5;
  padding: 2.4375rem 0 1.625rem; }
  @media (min-width: 1024px) {
    .section-events {
      padding: 5.125rem 0 2.625rem; } }
  .section-events .container {
    max-width: 79.0625rem; }
  .section-events h2 {
    line-height: 1;
    font-size: 2.25rem; }
  .section-events .caption-section {
    margin-bottom: 1.8125rem; }
    @media (min-width: 1024px) {
      .section-events .caption-section .link-arrow {
        margin-bottom: 2.0625rem; } }

.events-list [class^="col-"] {
  display: flex; }
  @media (max-width: 767.98px) {
    .events-list [class^="col-"] {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .events-list [class^="col-"]:last-child {
      margin-bottom: 1.875rem; } }
  @media (min-width: 768px) {
    .events-list [class^="col-"]:nth-child(even) .event-item {
      margin-left: auto; } }
.events-list .event-item {
  border: 0.0625rem solid #e0e0e0;
  background-color: #fff;
  margin-bottom: 1.25rem;
  width: 100%;
  padding: 2.8125rem 1.8125rem 2.5625rem; }
  @media (min-width: 768px) {
    .events-list .event-item {
      padding: 1.875rem;
      max-width: 36.875rem;
      box-shadow: -0.625rem 0.625rem 0 0 rgba(0, 0, 0, 0.2);
      margin-bottom: 1.75rem; } }
  @media (min-width: 1024px) {
    .events-list .event-item {
      padding: 1.9375rem 5.625rem 1.6875rem 3.6875rem; } }
  @media (max-width: 1023.98px) {
    .events-list .event-item .link-arrow {
      padding-left: 0.5rem; } }

.event-item .date-event {
  margin-bottom: 0.75rem; }
.event-item h4 {
  margin-bottom: 1.0625rem;
  color: #000; }
.event-item .category-event {
  margin-bottom: 1.0625rem; }
.event-item .text {
  margin-bottom: 1.875rem; }
.event-item .link-arrow {
  font-size: 1.125rem;
  text-decoration: none; }

.date-event {
  display: flex;
  align-items: baseline;
  color: #757575;
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .date-event:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    margin-right: 0.8125rem;
    display: block; }
  .date-event p {
    line-height: 1.5; }

.category-event {
  display: block;
  color: #757575;
  letter-spacing: 0.16em;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .category-event .category-type {
    transition: color 0.3s linear;
    font-weight: 700;
    text-decoration: underline;
    color: #757575; }
    .category-event .category-type:hover {
      color: #202652; }

.section-event {
  padding: 1.25rem 0; }
  @media (min-width: 768px) {
    .section-event {
      padding-top: 2.625rem; } }
  .section-event .event-item:first-child {
    padding-top: 0 !important; }
  .section-event .event-item:not(:last-child) {
    border-bottom: 0.0625rem solid #BDBDBD; }
  .section-event .sidebar:before {
    top: 0.5rem;
    bottom: 4.375rem; }

.event-sidebar a {
  transition: color 0.3s linear; }
  .event-sidebar a:hover, .event-sidebar a:focus {
    color: #ffc107; }
.event-sidebar .show-more {
  color: #202652; }
  .event-sidebar .show-more:hover {
    color: #ffc107; }
.event-sidebar .category-list {
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  overflow: hidden; }
  .event-sidebar .category-list li:not(:last-child) {
    margin-bottom: 0.3125rem; }
  .event-sidebar .category-list li a {
    text-decoration: none;
    font-weight: 700; }
  .event-sidebar .category-list li.hide {
    display: none; }
  .event-sidebar .category-list .count {
    color: #757575; }
  .event-sidebar .category-list.bef-links li:first-child {
    display: none !important; }

.sidebar-event-category:not(:last-child) {
  border-bottom: 0.625rem solid #B71C1C; }

.section-news-carousel {
  position: relative;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .section-news-carousel {
      padding: 56px 0; } }
  .section-news-carousel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(58deg);
    height: 15px;
    width: 74%;
    background-image: linear-gradient(270deg, #202652 0%, rgba(32, 38, 82, 0) 100%); }
  .section-news-carousel .container {
    max-width: 79.0625rem; }

.js-news-carousel {
  max-width: 75.625rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .js-news-carousel .news-item {
      padding-right: 2.5rem; } }
  @media (min-width: 1366px) {
    .js-news-carousel .news-item {
      padding-right: 8.6875rem; } }
  .js-news-carousel .slick-current {
    position: relative; }
    @media (min-width: 1024px) {
      .js-news-carousel .slick-current:after {
        transition: opacity 0.3s linear, visibility 0.3s linear;
        content: '';
        background-color: #979797;
        width: 0.0625rem;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.25rem;
        opacity: 1;
        visibility: visible; } }
    @media (min-width: 1366px) {
      .js-news-carousel .slick-current:after {
        right: 4.5625rem; } }
  .js-news-carousel .slick-arrow {
    transition: color 0.3s linear;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc107;
    z-index: 2;
    text-decoration: none;
    font-size: 1.25rem; }
    @media (min-width: 1366px) {
      .js-news-carousel .slick-arrow {
        font-size: 2rem;
        top: 40%; } }
    .js-news-carousel .slick-arrow:hover {
      color: #a07800; }
    .js-news-carousel .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 1366px) {
        .js-news-carousel .slick-arrow.slick-next {
          right: -2.25rem; } }
    .js-news-carousel .slick-arrow.slick-prev {
      left: -0.625rem; }
      @media (min-width: 1366px) {
        .js-news-carousel .slick-arrow.slick-prev {
          left: -3.75rem; } }
      @media (min-width: 1440px) {
        .js-news-carousel .slick-arrow.slick-prev {
          left: -7vw; } }
    .js-news-carousel .slick-arrow.slick-disabled {
      display: none !important; }

.news-item h4 {
  color: #000; }
.news-item p {
  line-height: 1.65; }

.section-product-item {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .section-product-item {
      padding: 76px 0 25px; } }
  .section-product-item h2 {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
    margin-bottom: 32px; }
  .section-product-item p {
    line-height: 1.68; }

.btn-plus {
  position: relative;
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  text-transform: capitalize;
  font-size: 1.125rem; }
  .btn-plus:before {
    font-family: 'icomoon' !important;
    content: "\e90a";
    color: #ffc107;
    position: absolute;
    top: 50%;
    font-size: 1rem;
    transform: translateY(-50%);
    left: 10px;
    z-index: 2; }
  .btn-plus:after {
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(-223deg, transparent 21px, #1565c0 0);
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  .btn-plus span {
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 25px 25px 7px 40px;
    display: block;
    text-align: center;
    min-height: 80px; }
    .btn-plus span:after {
      position: absolute;
      top: 13px;
      left: -3px;
      width: 38px;
      height: 2px;
      transform: rotate(-45deg);
      background-color: #1565C0;
      content: '';
      transition: background-color 0.3s linear; }
  .btn-plus:hover:after {
    opacity: .75; }
  .btn-plus:hover span:after {
    background-color: #508cd0; }

.list-items li {
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .list-items li {
      margin-bottom: 20px; } }
  .list-items li:last-child {
    /* margin-bottom: 0; */ }
  .list-items li .btn-plus {
    height: 100%; }

@media (min-width: 1024px) {
  .items-holder {
    /* max-width: 500px; */ } }

.section-info {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .section-info {
      padding: 54px 0 92px; } }
  .section-info a {
    text-decoration: underline; }
  .section-info h2 {
    color: #202652;
    margin-bottom: 8px; }
  .section-info h3 {
    margin-bottom: 11px; }
  .section-info h4 {
    margin-bottom: 12px; }
  .section-info p {
    line-height: 1.68; }
  .section-info .text-holder {
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .section-info .text-holder {
        margin-bottom: 41px; } }
    .section-info .text-holder a {
      color: #1565C0;
      text-decoration: underline; }
      .section-info .text-holder a:hover {
        text-decoration: none; }
  .section-info .link-holder a:hover {
    text-decoration: none; }

b {
  font-weight: 700; }

.holder-widget {
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .holder-widget .user-icon {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px; }
    @media (min-width: 1366px) {
      .holder-widget .user-icon {
        margin-right: 20px; } }
  .holder-widget a {
    color: #212121;
    font-size: 1rem;
    font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
    .holder-widget a:hover {
      text-decoration: none; }
  @media (min-width: 768px) {
    .holder-widget .btn {
      width: 100%; } }

.user-holder a {
  font-size: 1.1875rem; }

.resources-widget a {
  color: #1565C0;
  text-decoration: underline; }
  .resources-widget a:hover {
    text-decoration: none; }

.category-list a {
  color: #757575;
  text-decoration: underline; }
  .category-list a:hover {
    text-decoration: none; }
  .category-list a.is-active {
    color: #212121;
    font-weight: bold; }
.category-list li {
  margin-bottom: 10px;
  line-height: 1.25rem; }
  .category-list li:last-child {
    margin-bottom: 0; }
  .category-list li ul {
    margin-top: 10px; }
    .category-list li ul li a {
      color: #757575; }

.sidebar {
  position: relative; }
  @media (min-width: 768px) {
    .sidebar:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      content: '';
      background-color: rgba(76, 76, 76, 0.5); } }

ul:not([class]) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 21px; }
  ul:not([class]) li {
    margin-bottom: 2px; }
    ul:not([class]) li:last-child {
      margin-bottom: 0; }
    ul:not([class]) li:before {
      position: relative;
      display: inline-block;
      top: -4px;
      margin-right: 22px;
      margin-left: 20px;
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: #626685; }

.workforce-section-title {
  background: #212254;
  color: #ffc55a; }

.table-subsections-holder {
  background: #ececf0; }
  .table-subsections-holder .table-subsection:first-child {
    padding-top: 8px; }
  .table-subsections-holder .table-subsection:last-child {
    padding-bottom: 8px; }
  .table-subsections-holder .table-subsection .field--name-field-section-title p:last-of-type,
  .table-subsections-holder .table-subsection .d-table-cell p:last-of-type {
    margin-bottom: 0; }

.section-intro-home {
  padding: 1.5625rem 0 2rem; }
  @media (min-width: 1366px) {
    .section-intro-home {
      min-height: 107vh; } }
  @media (min-width: 1440px) {
    .section-intro-home {
      min-height: 62.625rem; } }
  .section-intro-home .container {
    max-width: 79.375rem; }
  .section-intro-home .section-content {
    font-weight: 600;
    font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    margin-bottom: 5.625rem; }
    @media (min-width: 768px) {
      .section-intro-home .section-content {
        margin-bottom: 2.5rem; } }
    @media (min-width: 768px) {
      .section-intro-home .section-content .content-holder {
        max-width: 30rem;
        width: 100%; } }
    @media (min-width: 1366px) {
      .section-intro-home .section-content .content-holder {
        margin-left: 9.1875rem; } }
    .section-intro-home .section-content .btn {
      letter-spacing: 0.3em; }
  .section-intro-home h1 {
    margin-bottom: 2.375rem;
    font-weight: 600; }
  .section-intro-home .btn {
    padding: 0.6875rem; }
    @media (min-width: 1024px) {
      .section-intro-home .btn {
        min-width: 13rem; } }
  .section-intro-home + .section-programs {
    background-color: transparent; }
    @media (min-width: 1366px) {
      .section-intro-home + .section-programs {
        margin-top: -17.6875rem; } }
    @media (min-width: 1440px) {
      .section-intro-home + .section-programs {
        margin-top: -26.875rem; } }
    @media (min-width: 1366px) {
      .section-intro-home + .section-programs .container-fluid {
        padding-right: 0; } }
  .section-intro-home.video-section + .section-programs {
    margin-top: 0; }
  @media (min-width: 768px) {
    .section-intro-home .chat-link-holder {
      top: 50%;
      right: -0.0625rem; } }
  @media (min-width: 1440px) {
    .section-intro-home .chat-link-holder {
      top: calc(28% + 7px); } }
  .section-intro-home .btn-chat:after {
    opacity: .2;
    visibility: visible;
    left: 2px;
    background: linear-gradient(-220deg, transparent 15px, black 0), linear-gradient(-220deg, transparent 15px, black); }
  .section-intro-home .btn-chat:hover:after {
    opacity: 1;
    visibility: visible; }

.section-intro {
  background-size: cover;
  background-position: center;
  color: #fff; }
  @media (min-width: 1366px) {
    .section-intro + .section-programs .section-program-holder {
      margin-left: auto;
      margin-right: -1.25rem;
      width: 94%;
      padding: 2.5rem; } }
  @media (min-width: 1440px) {
    .section-intro + .section-programs .section-program-holder {
      width: 94%;
      padding: 3rem 6.25rem 3.0625rem 6.1875rem; } }
  @media (min-width: 1600px) {
    .section-intro + .section-programs .section-program-holder {
      padding: 3rem 17.3vw 3rem 6.1875rem;
      width: 83.1%; } }
  @media (max-width: 1023.98px) {
    .section-intro .section-program-holder {
      padding: 0 0.9375rem; } }
  @media (min-width: 768px) {
    .section-intro .section-program-holder {
      padding: 0.9375rem; } }
  @media (min-width: 1366px) {
    .section-intro .section-program-holder {
      margin-left: auto;
      margin-right: -1.25rem;
      width: 94%;
      padding: 2.5rem; } }
  @media (min-width: 1440px) {
    .section-intro .section-program-holder {
      width: 94%;
      padding: 3rem 6.25rem 3.0625rem 6.1875rem; } }
  @media (min-width: 1600px) {
    .section-intro .section-program-holder {
      padding: 3rem 18.3vw 3.6875rem 6.1875rem;
      width: 83.5%; } }
  .section-intro .section-program-holder .chat-link-holder {
    right: 0; }
    @media (min-width: 768px) {
      .section-intro .section-program-holder .chat-link-holder {
        top: 0.9375rem;
        right: 1.25rem; } }
    @media (min-width: 1366px) {
      .section-intro .section-program-holder .chat-link-holder {
        top: 2.0625rem; } }
  .section-intro .chat-link-holder {
    right: 0;
    bottom: 15px; }
    @media (min-width: 768px) {
      .section-intro .chat-link-holder {
        bottom: 10.625rem; } }
    @media (min-width: 768px) {
      .page-node-type-program .section-intro .chat-link-holder {
        bottom: 2.5rem; } }
  .section-intro .btn-learn-more:after {
    background: linear-gradient(-220deg, transparent 15px, rgba(33, 33, 33, 0.45) 0), linear-gradient(-220deg, transparent 15px, rgba(33, 33, 33, 0.45)); }
  .section-intro .has-image .btn-learn-more:after {
    background: linear-gradient(-220deg, transparent 15px, #ffc55a 0), linear-gradient(-220deg, transparent 15px, #ffc55a); }

.intro-header.border-top {
  border-top: 0.0625rem solid #BDBDBD !important; }
.intro-header .btn {
  border-radius: 0;
  padding: 0.625rem; }
  @media (min-width: 1024px) {
    .intro-header .btn {
      padding: 1rem;
      max-width: 14.375rem;
      width: 100%; } }
  .intro-header .btn.btn-outline-warning:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.pages-navigation {
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase; }
  @media (max-width: 1023.98px) {
    .pages-navigation:not(:last-child) {
      margin-bottom: 1.25rem; } }
  @media (min-width: 768px) {
    .pages-navigation {
      text-transform: none; } }
  @media (min-width: 1024px) {
    .pages-navigation {
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) {
    .pages-navigation.text-dark {
      color: #fff !important; } }
  @media (min-width: 768px) {
    .pages-navigation.text-dark {
      color: #000 !important; } }
  @media (max-width: 1023.98px) {
    .pages-navigation li:not(:last-child) {
      margin-bottom: 0.8125rem; } }
  @media (min-width: 768px) {
    .pages-navigation li:not(:last-child) {
      margin-right: 0.625rem; } }
  @media (min-width: 1024px) {
    .pages-navigation li:not(:last-child) {
      margin-right: 1.25rem; } }
  @media (min-width: 1366px) {
    .pages-navigation li:not(:last-child) {
      margin-right: 3.5625rem; } }
  .pages-navigation a {
    transition: color 0.3s linear;
    color: inherit;
    text-decoration: none; }
    @media (max-width: 767.98px) {
      .pages-navigation a {
        border: 0.125rem solid #ffc107;
        background-color: rgba(0, 0, 0, 0.4);
        display: block;
        padding: 0.875rem; } }
    .pages-navigation a:hover, .pages-navigation a:focus {
      color: #757575; }
    .path-frontpage .pages-navigation a:hover, .path-frontpage .pages-navigation a:focus {
      color: #fff;
      text-decoration: underline; }

.section-programs {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    .section-programs {
      padding: 48px 0 89px; } }

.section-program-holder {
  background-color: #fff; }
  @media (min-width: 1366px) {
    .section-program-holder {
      /* box-shadow: -18px 15px 0px 0px rgba(0,0,0,0.2); */ } }

@media (min-width: 768px) {
  .programs-list [class^="col-"] {
    display: flex; } }
.programs-list:before {
  content: '';
  position: absolute;
  top: 0.3125rem;
  left: 0.9375rem;
  width: 100%;
  transform: skew(-60deg);
  height: 15px;
  background-image: linear-gradient(270deg, rgba(255, 228, 147, 0) 0%, #ffc55a 100%); }
  @media (min-width: 1440px) {
    .programs-list:before {
      top: 0.3125rem;
      left: 0.75rem;
      width: 140%; } }

.program-item {
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  min-height: 16.0625rem;
  width: 100%;
  margin-bottom: 1.3125rem; }
  .program-item:hover .bg-image {
    transform: scale(1.1); }
  .program-item:hover .caption,
  .program-item:hover .link-arrow {
    color: #ffc107; }
  .program-item .bg-image {
    transition: transform 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0; }
  .program-item .caption {
    position: relative;
    transition: color 0.3s linear; }
  .program-item > a:not(.link-arrow) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .program-item .link-arrow {
    position: relative;
    color: inherit;
    letter-spacing: 0;
    font-size: inherit; }

.section-info-content {
  padding: 1.875rem 0; }
  @media (min-width: 1024px) {
    .section-info-content {
      padding: 3.25rem 0 6.9375rem; } }
  .section-info-content p {
    line-height: 1.625;
    color: #000; }
  .section-info-content .img-holder img {
    width: 100%;
    height: auto;
    box-shadow: -15px 15px 0px 0px rgba(0, 0, 0, 0.2); }
  .section-info-content .subtitle {
    font-size: 1.5rem;
    color: #757575; }
  @media (min-width: 1024px) {
    .section-info-content .text {
      margin-bottom: 1.5625rem; } }
  .section-info-content .btn {
    min-width: 13rem;
    letter-spacing: 0.3em; }

.section-inner-main {
  border: none; }
  .section-inner-main .text-holder {
    color: #212121;
    line-height: 1.68; }
    @media (min-width: 768px) {
      .section-inner-main .text-holder {
        font-size: 1.375rem; } }
    .section-inner-main .text-holder a {
      color: #1565C0;
      text-decoration: underline;
      font-weight: 600; }
      .section-inner-main .text-holder a:hover {
        text-decoration: none; }
      .section-inner-main .text-holder a.btn-learn-more {
        text-decoration: none; }
  .section-inner-main .chat-link-holder {
    width: 150px;
    bottom: 57px;
    right: 0; }
    @media (min-width: 1440px) {
      .section-inner-main .chat-link-holder {
        bottom: 57px; } }

.bg-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  min-height: 300px;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .bg-wrapper {
      min-height: 500px; } }
  .bg-wrapper.border-primary {
    border-bottom: 14px solid #202652; }
  .bg-wrapper.border-lighten {
    border-bottom: 14px solid #1565C0; }
  .bg-wrapper.border-warning {
    border-bottom: 14px solid #ffc55a; }

.subnav-wrapper {
  background-color: #fff;
  border-top: 2px solid #ffc55a;
  border-bottom: 2px solid #ffc55a;
  position: relative; }
  .subnav-wrapper .subnav-link {
    transition: color 0.3s linear;
    font-size: 1.125rem;
    text-decoration: none;
    letter-spacing: 0.09em; }
    .subnav-wrapper .subnav-link:hover {
      color: #ffc107 !important; }
    .subnav-wrapper .subnav-link .icon-calendar {
      font-size: 1.25rem; }
      @media (min-width: 1024px) {
        .subnav-wrapper .subnav-link .icon-calendar {
          font-size: 2rem; } }
    .subnav-wrapper .subnav-link .icon-arrow-left {
      font-size: 1rem; }

.opener-subnav {
  box-shadow: none;
  z-index: 2;
  position: relative;
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 0;
  margin-top: 11px; }
  .opener-subnav:after {
    display: none; }
  .nav-active .opener-subnav span {
    transform: rotate(45deg); }
    .nav-active .opener-subnav span:after {
      top: 0;
      transform: rotate(90deg); }
    .nav-active .opener-subnav span:before {
      opacity: 0;
      visibility: hidden; }
  .opener-subnav span {
    width: 36px;
    height: 4px;
    position: absolute;
    background-color: #ffc55a;
    left: 0;
    opacity: 1;
    visibility: visible;
    top: 12px;
    bottom: auto;
    display: inline-block;
    transition: transform 0.3s linear; }
    .opener-subnav span:after, .opener-subnav span:before {
      content: '';
      position: absolute;
      height: 4px;
      background-color: #ffc55a;
      left: 0;
      width: 36px;
      transition: transform 0.3s linear; }
    .opener-subnav span:after {
      top: -11px; }
    .opener-subnav span:before {
      bottom: -10px;
      width: 21px;
      transition: transform 0.3s linear; }

.decore-wrap {
  position: relative;
  color: #fff; }
  .decore-wrap span {
    z-index: 2;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 700; }
    @media (min-width: 768px) {
      .decore-wrap span {
        font-size: 1.5rem; } }
  .decore-wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    transform: skew(-43deg);
    content: '';
    background-color: #202652;
    right: -99999px;
    border-left: 2px solid #ffc55a;
    border-top: 2px solid #ffc55a; }
    @media (min-width: 768px) {
      .decore-wrap:after {
        left: 15px;
        transform: skew(-58deg);
        border-top: 0; } }
  .sis-button-container .decore-wrap a {
    text-decoration: none;
    letter-spacing: 0.09em; }
    .sis-button-container .decore-wrap a:hover, .sis-button-container .decore-wrap a:focus {
      color: #ffc55a !important; }
  .sis-button-container .decore-wrap:after {
    right: 40px;
    left: -99999px; }
    @media (min-width: 768px) {
      .sis-button-container .decore-wrap:after {
        right: 15px;
        left: -99999px; } }
  .decore-wrap a {
    position: relative;
    z-index: 2;
    color: #fff; }
    @media (max-width: 1023.98px) {
      .decore-wrap a {
        font-size: 0.9375rem; } }
    .decore-wrap a:hover, .decore-wrap a:focus {
      color: #ffc55a; }
  .decore-wrap.light-bg:after {
    background-color: #1565C0; }
  .decore-wrap.danger-bg:after {
    background-color: #B71C1C; }
  .decore-wrap .link-arrow {
    z-index: 2;
    letter-spacing: 0.065em; }
    @media (max-width: 1023.98px) {
      .decore-wrap .link-arrow {
        font-size: 0.9375rem; } }

.drop-navigation {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background-color: #202652;
  transform-origin: right;
  transform: scalex(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
  padding: 40px 20px;
  z-index: 5;
  padding: 100px 90px; }
  @media (max-width: 1365.98px) {
    .drop-navigation {
      padding: 40px; } }
  .nav-active .drop-navigation {
    transform: scalex(1);
    opacity: 1;
    visibility: visible; }

.drop-navigation-list {
  display: flex;
  flex-wrap: wrap; }
  .drop-navigation-list a {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #626685;
    transition: border-color 0.3s linear;
    /*font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
    padding-bottom: 2px; }
    .drop-navigation-list a:hover {
      color: #ffc55a; }
  .drop-navigation-list li {
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
    position: relative; }
    .drop-navigation-list li:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .drop-navigation-list li {
        width: 50%; } }
    @media (min-width: 1024px) {
      .drop-navigation-list li {
        width: 33.33%;
        margin-bottom: 30px; } }
    @media (min-width: 1366px) {
      .drop-navigation-list li {
        margin-bottom: 58px;
        width: 25%; } }
    .drop-navigation-list li:hover > .dropdown-menu {
      display: block;
      margin-top: 0; }

.dropdown-menu a {
  color: #fff;
  border: none; }

.dropdown-opener {
  position: relative; }
  .dropdown-opener:after {
    font-family: 'icomoon' !important;
    content: "\e909";
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 5px; }

.card-body {
  border-bottom: 1px solid #f7f7f7; }

.card {
  border: none; }

.code-holder {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: Raleway, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  display: inline-block;
  margin-bottom: 22px; }

.statistic-holder {
  font-size: 1.5rem; }

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.checkbox + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer; }

.checkbox + label:before {
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 22px;
  border: 1px solid #cccccc;
  content: '';
  display: inline-block;
  transition: background-color 0.3s linear; }

.checkbox + label:after {
  content: "\e90e";
  font-family: 'icomoon' !important;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  visibility: hidden;
  color: #fff;
  position: absolute;
  top: -1px;
  left: 3px; }

.checkbox:checked + label:before {
  background-color: #3498db; }

.checkbox:checked + label:after {
  opacity: 1;
  visibility: visible; }

.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

.radio + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer; }

.radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cccccc;
  transition: background 0.3s linear; }

.radio + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear; }

.radio:checked + label:after {
  opacity: 1;
  visibility: visible; }

.radio:focus + label:before {
  background: #3498db; }

#main .view-class-schedule .views-exposed-form {
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  @media (min-width: 768px) {
    #main .view-class-schedule .views-exposed-form {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-end; } }
  @media (min-width: 768px) {
    #main .view-class-schedule .views-exposed-form .js-form-item {
      margin-right: 18px; } }
  #main .view-class-schedule .views-exposed-form .js-form-item label {
    font-weight: bold; }
#main .view-class-schedule h3 {
  font-size: 1.75rem;
  margin-bottom: 0; }
#main .view-class-schedule .table {
  border: none;
  margin-bottom: 0;
  display: block;
  overflow-x: auto; }
  #main .view-class-schedule .table caption {
    caption-side: initial;
    padding-top: 0;
    color: #212529; }
    #main .view-class-schedule .table caption h6 {
      color: #212254; }
  #main .view-class-schedule .table thead th {
    border: 1px solid #757575;
    border-bottom: 2px solid #212254;
    font-size: 0.875rem;
    background-color: #fff;
    padding: 6px;
    text-align: center; }
  #main .view-class-schedule .table tbody td {
    font-size: 0.875rem;
    background-color: #e0e0e0;
    border: 1px solid #757575;
    padding: 6px; }
    #main .view-class-schedule .table tbody td a {
      background-color: #e0e0e0; }
      #main .view-class-schedule .table tbody td a.bookstore-icon {
        margin-left: 20px; }
#main .view-class-schedule .view-grouping + .view-grouping {
  padding-top: 10px;
  position: relative; }
  #main .view-class-schedule .view-grouping + .view-grouping:before {
    border-top: 1px solid #757575;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    z-index: -1; }
#main .view-class-schedule .view-grouping-content .schedule-wrapper {
  padding: 20px 0;
  position: relative; }
  @media (min-width: 768px) {
    #main .view-class-schedule .view-grouping-content .schedule-wrapper {
      /* padding: 20px 0 40px; */ } }
  @media (min-width: 768px) {
    #main .view-class-schedule .view-grouping-content .schedule-wrapper + .schedule-wrapper {
      /* padding: 40px 0; */ } }
  #main .view-class-schedule .view-grouping-content .schedule-wrapper:nth-child(even) {
    background-color: #FFFBF5; }
  #main .view-class-schedule .view-grouping-content .schedule-wrapper:before {
    background: inherit;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    z-index: -1; }
#main .view-class-schedule .view-filters {
  /* margin-bottom: 20px; */ }
  @media (min-width: 768px) {
    #main .view-class-schedule .view-filters {
      /* margin-bottom: 40px; */ } }
#main .view-class-schedule ul.semester-list {
  list-style-type: none;
  padding: 0; }
  #main .view-class-schedule ul.semester-list li {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      #main .view-class-schedule ul.semester-list li {
        border-right: 1px solid #212254;
        padding-right: 8px;
        margin-right: 8px;
        margin-bottom: 0; } }
    #main .view-class-schedule ul.semester-list li a {
      font-weight: normal;
      color: #212254; }
    #main .view-class-schedule ul.semester-list li:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
#main .view-class-schedule select, #main .view-class-schedule input[type='text'], #main .view-class-schedule input[type='tel'], #main .view-class-schedule input[type='email'], #main .view-class-schedule input[type='search'], #main .view-class-schedule input[type='password'], #main .view-class-schedule input[type='url'], #main .view-class-schedule textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.625;
  box-sizing: border-box;
  border: 1px solid #757575;
  color: #212121;
  background: #fff; }
@media (min-width: 768px) {
  #main .view-class-schedule select:not(textarea), #main .view-class-schedule input[type='text']:not(textarea), #main .view-class-schedule input[type='tel']:not(textarea), #main .view-class-schedule input[type='email']:not(textarea), #main .view-class-schedule input[type='search']:not(textarea), #main .view-class-schedule input[type='password']:not(textarea), #main .view-class-schedule input[type='url']:not(textarea), #main .view-class-schedule textarea:not(textarea) {
    height: 2.625rem; } }

@media (min-width: 768px) {
  .page-node-type-campaign-page .img-holder.img-shadow {
    box-shadow: -14px 14px 0px rgba(0, 0, 0, 0.2); } }

.section-video-holder {
  background-color: #fff; }
  @media (min-width: 1366px) {
    .section-video-holder {
      box-shadow: -18px 15px 0px 0px rgba(0, 0, 0, 0.2); } }
  @media (max-width: 1023.98px) {
    .section-video-holder {
      padding: 0 0.9375rem; } }
  @media (min-width: 768px) {
    .section-video-holder {
      padding: 0.9375rem; } }
  @media (min-width: 1366px) {
    .section-video-holder {
      margin-left: auto;
      margin-right: -1.25rem;
      width: 94%;
      padding: 2.5rem; } }
  @media (min-width: 1440px) {
    .section-video-holder {
      width: 94%;
      padding: 3rem 6.25rem 3.0625rem 6.1875rem; } }
  @media (min-width: 1600px) {
    .section-video-holder {
      padding: 3rem 18.3vw 3.6875rem 6.1875rem;
      width: 83.5%; } }
  .section-video-holder .video {
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 197px;
    position: relative;
    max-width: 1050px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .section-video-holder .video {
        min-height: 370px; } }
    @media (min-width: 1200px) {
      .section-video-holder .video {
        min-height: 590px; } }
    .section-video-holder .video .play {
      width: 26px;
      height: 36px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
      background-position: center;
      background-image: url(/themes/custom/dslcc/images/icon15.svg);
      color: transparent;
      overflow: hidden;
      background-repeat: no-repeat;
      transition: box-shadow 0.3s linear; }
      @media (min-width: 768px) {
        .section-video-holder .video .play {
          width: 50px;
          height: 70px; } }
  .section-video-holder .video {
    max-width: 100%;
    min-height: fit-content; }
    .section-video-holder .video img {
      width: 100%; }
    @media (max-width: 767px) {
      .section-video-holder .video {
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .section-video-holder .video {
        min-height: 350px; } }
    @media (min-width: 1200px) {
      .section-video-holder .video {
        min-height: 564px; } }
    @media (max-width: 767px) {
      .section-video-holder .video .play {
        width: 17px;
        height: 24px; } }

.section-shaded {
  background-color: #FFFBF5; }
  .section-shaded h2 {
    color: #202652; }
  .section-shaded .resource-block .content-holder {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: -15px 15px 0px 0px rgba(0, 0, 0, 0.2); }
  .section-shaded .resource-block h4 {
    color: #212121; }
  .section-shaded .resource-block a.link-arrow {
    font-weight: bold;
    text-transform: uppercase; }

.page-node-type-workforce-landing-page .section-shaded-2 {
  background-color: #212254; }
.page-node-type-workforce-landing-page ul.columned-links {
  list-style-type: none;
  padding-left: 0;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .page-node-type-workforce-landing-page ul.columned-links {
      column-count: 2; } }
  .page-node-type-workforce-landing-page ul.columned-links li {
    font-size: 1.125rem;
    margin-bottom: 8px;
    break-inside: avoid-column; }
    .page-node-type-workforce-landing-page ul.columned-links li a {
      text-decoration: underline;
      font-weight: bold;
      color: #fff; }
.page-node-type-workforce-landing-page .workforce-block {
  border-right: 4px solid #1f2652;
  border-bottom: 4px solid #1f2652;
  position: relative;
  height: 100%; }
  .page-node-type-workforce-landing-page .workforce-block:before {
    top: 20px;
    left: 0px;
    width: 4px;
    background-color: #1f2652;
    content: '';
    position: absolute;
    bottom: 0; }
  .page-node-type-workforce-landing-page .workforce-block:after {
    top: 0;
    left: 20px;
    right: 0;
    height: 4px;
    background-color: #1f2652;
    content: '';
    position: absolute; }
  .page-node-type-workforce-landing-page .workforce-block > div:after {
    position: absolute;
    top: 10px;
    left: -3px;
    width: 30px;
    height: 2px;
    transform: rotate(-45deg);
    border-right: 4px solid #1f2652;
    border-bottom: 4px solid #1f2652;
    content: ''; }
  .page-node-type-workforce-landing-page .workforce-block h4 {
    border-bottom: 1px solid #ffc55a; }
  .page-node-type-workforce-landing-page .workforce-block .field--name-field-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1565C0;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    font-size: 1.75rem;
    width: 114px;
    height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 12px; }
    .page-node-type-workforce-landing-page .workforce-block .field--name-field-link a {
      color: #fff; }
      .page-node-type-workforce-landing-page .workforce-block .field--name-field-link a:hover {
        color: #fff; }

.video-started .video-holder,
.auto-play .video-holder {
  opacity: 1;
  visibility: visible; }
.video-started .btn-play-video,
.auto-play .btn-play-video {
  opacity: 0;
  visibility: hidden; }
.video-started:hover .btn-play-video,
.auto-play:hover .btn-play-video {
  opacity: 1;
  visibility: visible; }
.video-started .stub-video,
.auto-play .stub-video {
  opacity: 0;
  visibility: hidden; }

.section-intro-home.video-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 207px; }
  @media (min-width: 576px) {
    .section-intro-home.video-section {
      min-height: 282px; } }
  @media (min-width: 768px) {
    .section-intro-home.video-section {
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .section-intro-home.video-section {
      min-height: 744px; } }
  .section-intro-home.video-section .intro-header,
  .section-intro-home.video-section .video-title {
    z-index: 5; }
  .section-intro-home.video-section .chat-link-holder {
    z-index: 5; }
    @media (min-width: 768px) {
      .section-intro-home.video-section .chat-link-holder {
        top: 50%; } }
    @media (max-width: 575px) {
      .section-intro-home.video-section .chat-link-holder {
        display: none; } }
  .section-intro-home.video-section .video-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3; }

.bg-wrapper.video-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px; }
  @media (min-width: 768px) {
    .bg-wrapper.video-section {
      min-height: 500px; } }
  .bg-wrapper.video-section .video-title {
    z-index: 5; }
  .bg-wrapper.video-section .video-bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3; }

.bg-video {
  width: auto; }

.video-outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  z-index: 3;
  overflow: hidden;
  display: none; }
  @media (min-width: 768px) {
    .video-outer {
      max-height: 500px;
      display: block; } }
  @media (min-width: 1200px) {
    .video-outer {
      max-height: 744px; } }

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0; }

.video-holder {
  transition: opacity 0.3s linear, visibility 0.3s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border: none; }
  .video-holder .btn-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.video-holder-empty {
  position: static; }
  .video-holder-empty + .bottom-indent .btn-holder {
    display: none !important; }

@media (min-width: 1200px) {
  .btn-holder {
    padding-bottom: 39px; } }
.btn-holder .btn-play-video {
  transition: color 0.3s linear, opacity 0.3s linear;
  position: relative;
  color: #fff;
  width: 69px;
  height: 52px;
  display: block;
  border-radius: 8px;
  background-color: rgba(32, 38, 82, 0.65); }
  .btn-holder .btn-play-video:hover {
    color: #ffc55a;
    text-decoration: none; }
  .btn-holder .btn-play-video:before, .btn-holder .btn-play-video:after {
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free", sans-serif;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 1.0625rem;
    top: calc(50% - 1px);
    left: calc(50% + 3px);
    visibility: visible;
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  .btn-holder .btn-play-video:after {
    content: "\f04c";
    opacity: 0;
    visibility: hidden; }
  .btn-holder .btn-play-video.pause:after {
    opacity: 1;
    visibility: visible; }
  .btn-holder .btn-play-video.pause:before {
    opacity: 0;
    visibility: hidden; }

.text-white {
  color: white; }

.program-contact {
  margin: 3em 0;
  border-top: 1px solid rgba(76, 76, 76, 0.5);
  border-bottom: 1px solid rgba(76, 76, 76, 0.5); }
  .program-contact .program-user {
    font-weight: 400;
    line-height: 1.6em; }
  .program-contact .prog-user-title {
    margin-bottom: 1.2em; }
  .program-contact .prog-cont-section {
    margin-bottom: 1.2em; }
  .program-contact .prog-user-email {
    display: block;
    overflow: hidden; }

.wrapper {
  position: relative;
  overflow: hidden; }

body {
  min-width: 320px;
  color: #212121; }

b, strong {
  font-weight: 700; }

/*# sourceMappingURL=main.css.map */
