@font-face {
  font-family: 'Amarela Stencil';
  src: url("https://discover.gia.edu/rs/845-WEM-636/images/Latinotype-Amarela-Stencil-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Robusta II';
  /*src: url("https://discover.gia.edu/rs/845-WEM-636/images/Robusta-II-Regular.otf") format("opentype"), url("https://discover.gia.edu/rs/845-WEM-636/images/Robusta-II-Regular.ttf") format("truetype"); }*/
    src: url("https://collective.gia.edu/_/fonts/Robusta-II-Regular.otf") format("opentype"), url("https://collective.gia.edu/_/fonts/Robusta-II-Regular.ttf") format("truetype"); }
    

body {
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem; }
  @media (min-width: 992px) {
    body {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
label {
  font-family: "Amarela Stencil", serif;
  font-weight: 700;
  margin-bottom: 1rem; }

h1,
.h1 {
  font-size: 3rem;
  line-height: 3.875rem; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 8.125rem;
      line-height: 0.91667em; } }

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 2.875rem; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 2.625rem;
      line-height: 3.375rem; } }

h3,
.h3 {
  font-size: 2rem;
  line-height: 2.625rem; }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 2.25rem;
      line-height: 2.875rem; } }

h4,
.h4 {
  font-size: 1.75rem;
  line-height: 2.25rem; }

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.875rem; }

h6,
.h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1rem; }

label {
  font-size: 1.5rem;
  line-height: 1.5rem; }

p,
ul,
ol {
  margin-bottom: 1rem; }

dt {
  margin-bottom: 0.5rem; }

nav ul,
nav ol {
  padding-left: 0;
  list-style: none; }

nav li {
  margin-bottom: 0; }

nav a {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

blockquote {
  font-family: "Notera", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.75rem; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 3rem;
      line-height: 3rem; } }

figure {
  margin: 20px 0; }
  @media (min-width: 992px) {
    figure {
      margin: 40px 0; } }

figcaption {
  font-size: 0.75rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    figcaption {
      font-size: 0.875rem; } }

strong {
  font-weight: bold; }

.accent-text {
  font-family: "Robusta II", serif;
  font-weight: 300; }

.table th {
  width: 40%; }
.table td {
  width: 60%; }

@media (min-width: 768px) {
  .table > :not(caption) > * > * {
    padding: 1rem 3rem; } }

.table > :not(caption) > *:last-child > * {
  border-bottom-width: 0; }

aside.author {
  margin: 40px 0;
  position: relative; }
  @media (min-width: 992px) {
    aside.author {
      margin: 60px 0;
      padding-left: 130px; } }
  aside.author .author-initials {
    background-color: #171c8f;
    border-radius: 50%;
    color: #fff;
    font-family: 'Robusta', serif;
    font-size: 4rem;
    line-height: 1em;
    margin-bottom: 30px;
    position: relative;
    width: 96px;
    height: 96px; }
    @media (min-width: 992px) {
      aside.author .author-initials {
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
    aside.author .author-initials span {
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(calc(-50% - 4px), calc(-50% + 2px));
          -ms-transform: translate(calc(-50% - 4px), calc(-50% + 2px));
              transform: translate(calc(-50% - 4px), calc(-50% + 2px)); }

.video-js .vjs-dock-text,
.video-js .vjs-dock-title,
.video-js .vjs-dock-description,
.video-js .vjs-social-embed-code,
.video-js .vjs-social-direct-link {
  display: none !important;
}              
              
.badge-topic-blue,
.badge-topic-red,
.badge-topic-green,
.badge-topic-yellow,
.badge-topic-grey {
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 9px; }

.badge-topic-blue,
.badge-topic-red,
.badge-topic-green {
  color: #fff; }

.badge-topic-yellow,
.badge-topic-grey {
  color: #000; }

.badge-topic-blue {
  background-color: #171c8f; }

.badge-topic-red {
  background-color: #e03305; }

.badge-topic-green {
  background-color: #00893d; }

.badge-topic-yellow {
  background-color: #ffb81c; }

.badge-topic-grey {
  background-color: #e5e5e5; }

.breadcrumb-nav {
  margin: 16px 0; }
  @media (min-width: 768px) {
    .breadcrumb-nav {
      margin: 40px 0; } }
  .breadcrumb-nav a {
    font-weight: 300; }

.tile-carousel {
  position: relative; }
  .tile-carousel .carousel-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0; }
    @media (min-width: 768px) {
      .tile-carousel .carousel-related {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .tile-carousel .carousel-related .carousel-title {
          margin-bottom: 0; }
        .tile-carousel .carousel-related .carousel-related-link {
          margin-left: 40px; } }
  .tile-carousel .slick-arrow {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: 50%;
    border: 0;
    display: block;
    padding: 35px 16px;
    text-transform: uppercase;
    z-index: 10; }
    .tile-carousel .slick-arrow:hover {
      background-color: #c5003e; }
  .tile-carousel .slick-next {
    background-image: url("../svg/icon-chevron-white.svg");
    background-repeat: no-repeat;
    background-size: 10px 20px;
    height: 20px !important;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tile-carousel .slick-prev {
    background-image: url("../svg/icon-chevron-white.svg");
    background-repeat: no-repeat;
    background-size: 10px 20px;
    height: 20px !important;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

select,
.form-select {
  background-color: #f3f3f3;
  background-image: url("../svg/icon-chevron-black.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  border: solid 1px #f3f3f3;
  border-radius: 0;
  color: #000;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 10px 20px 10px 10px;
  width: 100%; }
  @media (min-width: 992px) {
    select,
    .form-select {
      background-position: right 20px center;
      font-size: 1.125rem;
      line-height: 1.5rem;
      padding: 20px 40px 20px 20px; } }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }

.input-group.email {
  padding-bottom: 1rem; }
  .input-group.email input {
    border: none;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.5rem;
    padding: 10px; }

.icons-social-black,
.icons-social-white,
.icons-social-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .icons-social-black .link-social,
  .icons-social-white .link-social,
  .icons-social-blue .link-social {
    color: #000;
    display: block;
    text-decoration: none; }
  .icons-social-black li:not(:last-child),
  .icons-social-white li:not(:last-child),
  .icons-social-blue li:not(:last-child) {
    margin-right: 20px; }
  .icons-social-black img,
  .icons-social-white img,
  .icons-social-blue img {
    display: block;
    height: 24px;
    width: 24px; }

.icons-social-black .link-social:hover, .icons-social-black .link-social:active, .icons-social-black .link-social:focus {
  -webkit-filter: invert(11%) sepia(97%) saturate(6982%) hue-rotate(337deg) brightness(77%) contrast(101%);
          filter: invert(11%) sepia(97%) saturate(6982%) hue-rotate(337deg) brightness(77%) contrast(101%); }

.icons-social-white .link-social {
  -webkit-filter: invert(97%) sepia(92%) saturate(0%) hue-rotate(167deg) brightness(110%) contrast(108%);
          filter: invert(97%) sepia(92%) saturate(0%) hue-rotate(167deg) brightness(110%) contrast(108%); }

.icons-social-blue .link-social {
  -webkit-filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%);
          filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%); }

.icons-social-white .link-social:hover, .icons-social-white .link-social:active, .icons-social-white .link-social:focus,
.icons-social-blue .link-social:hover,
.icons-social-blue .link-social:active,
.icons-social-blue .link-social:focus {
  -webkit-filter: invert(87%) sepia(22%) saturate(5328%) hue-rotate(341deg) brightness(102%) contrast(103%);
          filter: invert(87%) sepia(22%) saturate(5328%) hue-rotate(341deg) brightness(102%) contrast(103%); }

a {
  color: #171c8f;
  font-weight: bold; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none; }

button {
  border: none;
  background-color: transparent;
  padding-left: 0; }

.link-arrow-black,
.link-arrow-white {
  font-size: 1.25rem;
  line-height: 1.625rem; }
  @media (min-width: 992px) {
    .link-arrow-black,
    .link-arrow-white {
      font-size: 1.5rem;
      line-height: 1.875rem; } }

.link-arrow-black,
.link-arrow-white,
.link-arrow-blue {
  display: inline-block;
  font-family: "Amarela Stencil", serif;
  font-weight: 700;
  padding-right: 1.25rem;
  position: relative;
  text-decoration: underline; }
  .link-arrow-black::before,
  .link-arrow-white::before,
  .link-arrow-blue::before {
    content: '';
    background-image: url("https://collective.gia.edu/_/svg/icon-arrow-black.svg");
    background-size: 100% 100%;
    height: 0.75rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.75rem; }

.link-arrow-black {
  color: #000; }
  .link-arrow-black:hover, .link-arrow-black:active, .link-arrow-black:focus {
    background-color: #ffb81c;
    text-decoration: underline; }

.link-arrow-white {
  color: #fff; }
  .link-arrow-white::before {
    -webkit-filter: invert(97%) sepia(92%) saturate(0%) hue-rotate(167deg) brightness(110%) contrast(108%);
            filter: invert(97%) sepia(92%) saturate(0%) hue-rotate(167deg) brightness(110%) contrast(108%); }
  .link-arrow-white:hover, .link-arrow-white:active, .link-arrow-white:focus {
    background-color: #ffb81c;
    text-decoration: underline; }
    .link-arrow-white:hover::before, .link-arrow-white:active::before, .link-arrow-white:focus::before {
      -webkit-filter: none;
              filter: none; }

.link-arrow-blue {
  font-size: 0.875rem;
  line-height: 1.75rem; }
  @media (min-width: 992px) {
    .link-arrow-blue {
      font-size: 1.125rem; } }
  .link-arrow-blue::before {
    -webkit-filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%);
            filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%); }
  .link-arrow-blue:hover::before, .link-arrow-blue:active::before, .link-arrow-blue:focus::before {
    -webkit-filter: none;
            filter: none; }

.link-arrow-left {
  color: #000;
  display: inline-block;
  padding-left: 1.25rem;
  position: relative;
  text-transform: uppercase; }
  .link-arrow-left::before {
    content: '';
    background-image: url("../svg/icon-arrow-black.svg");
    background-size: 100% 100%;
    height: 0.75rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: 0.75rem; }
  .link-arrow-left:hover, .link-arrow-left:active, .link-arrow-left:focus {
    color: #171c8f; }
    .link-arrow-left:hover::before, .link-arrow-left:active::before, .link-arrow-left:focus::before {
      -webkit-filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%);
              filter: invert(19%) sepia(32%) saturate(5633%) hue-rotate(231deg) brightness(75%) contrast(118%); }

.link-external {
  display: inline-block;
  padding-right: 1.5rem !important;
  position: relative; }
  .link-external::before {
    content: '';
    background-image: url("../svg/icon-external-link.svg");
    background-size: 100% 100%;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem; }

.btn-cta,
.btn-outline {
  border: solid 3px;
  color: #fff;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1rem;
  text-decoration: none;
  text-transform: uppercase; }

.btn-cta {
  background-color: #c5003e;
  border-color: #c5003e;
  padding: 9px 14px; }
  .btn-cta:hover, .btn-cta:active, .btn-cta:focus {
    background-color: #ffb81c;
    border-color: #ffb81c;
    color: #000; }

.btn-outline {
  background-color: transparent;
  border-color: #fff;
  padding: 12px 24px; }
  .btn-outline:hover, .btn-outline:active, .btn-outline:focus {
    background-color: #fff;
    color: #000; }

#login.btn-outline {
  padding: 9px 14px;
  margin-right: 16px;
} @media (min-width: 768px) {
  #login.btn-outline {
    margin-right: 8px; } }

[class*='slick-dots-'] {
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 50%;
  list-style: none;
  padding-left: 0;
  position: absolute;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%); }
  @media (min-width: 768px) {
    [class*='slick-dots-'] {
      bottom: 60px;
      right: 100px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  [class*='slick-dots-'] li {
    margin-bottom: 0;
    border-radius: 50%;
    height: 0.875rem;
    margin: 0 10px;
    position: relative;
    text-indent: -300vw;
    width: 0.875rem; }
    [class*='slick-dots-'] li:first-child:last-child {
      display: none; }
    [class*='slick-dots-'] li::after {
      border-radius: 50%;
      content: '';
      height: 0.875rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s;
      width: 0.875rem; }
    [class*='slick-dots-'] li:hover::after, [class*='slick-dots-'] li:active::after, [class*='slick-dots-'] li:focus::after, [class*='slick-dots-'] li.slick-active::after {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    [class*='slick-dots-'] li:not(.slick-active) {
      cursor: pointer; }
  @media (min-width: 768px) {
    .reverse-order [class*='slick-dots-'] {
      left: 50%;
      right: auto;
      -webkit-transform: translateX(calc(-100% - 100px));
          -ms-transform: translateX(calc(-100% - 100px));
              transform: translateX(calc(-100% - 100px)); } }

.slick-dots-white li {
  background-color: rgba(255, 255, 255, 0.4); }
  .slick-dots-white li::after {
    background-color: #fff; }

.slick-dots-blue li {
  background-color: rgba(23, 28, 143, 0.4); }
  .slick-dots-blue li::after {
    background-color: #171c8f; }

.spotlight > div {
  border-bottom: 1px solid #000;
  padding: 30px 0; }
  .spotlight > div:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }

.spotlight .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.5em; }
  .spotlight .author-details time {
    font-weight: 700;
    text-transform: uppercase; }

body .container-sm {
  max-width: 540px; }

body .container-md {
  max-width: 720px; }

body .container-lg {
  max-width: 960px; }

body .container-xl {
  max-width: 1140px; }

body .container-xxl {
  max-width: 1320px; }

@media (min-width: 768px) {
  .global-footer {
    font-size: 1rem;
    line-height: 1.25rem; } }

.global-footer .logo-gia-alumni {
  display: block;
  height: 50px;
  width: 190px; }
  @media (min-width: 992px) {
    .global-footer .logo-gia-alumni {
      height: 60px;
      width: 230px; } }

.global-footer .logo-gia {
  height: 30px;
  width: 100px; }

.global-footer .footer-links {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .global-footer .footer-links li {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .global-footer .footer-links li {
        padding-bottom: 24px; } }
  .global-footer .footer-links a {
    color: #000;
    font-weight: 300;
    text-decoration: none; }
    .global-footer .footer-links a:hover, .global-footer .footer-links a:active, .global-footer .footer-links a:focus {
      color: #171c8f;
      text-decoration: underline; }

.footer-content-top {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .footer-content-top {
      padding: 40px 0; } }
  .footer-content-top .col {
    padding-top: 20px;
    padding-bottom: 20px; }

.footer-content-bottom {
  border-top: 1px solid #171c8f;
  padding: 20px 0; }
  .footer-content-bottom .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .footer-content-bottom .footer-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-content-bottom .footer-links li {
      margin-bottom: 0;
      padding: 10px 0; }
      @media (min-width: 768px) {
        .footer-content-bottom .footer-links li {
          padding: 5px 20px; } }

body {
  padding-top: 70px; }
  @media (min-width: 992px) {
    body {
      padding-top: 70px; } }

.global-navbar {
  background-color: #171c8f;
  height: 70px; }
  @media (min-width: 992px) {
    .global-navbar {
      height: 70px; } }
  .global-navbar .logo-gia-alumni {
    height: 25px;
    width: 100px; }
    @media (min-width: 992px) {
      .global-navbar .logo-gia-alumni {
        height: 50px;
        width: 190px; } }
  .global-navbar .logo-gia-alumni,
  .global-navbar .navbar-toggler,
  .global-navbar .btn-close {
    margin: 0; }
    @media (min-width: 992px) {
      .global-navbar .logo-gia-alumni,
      .global-navbar .navbar-toggler,
      .global-navbar .btn-close {
        margin: 0 16px; } }
  .global-navbar .navbar-toggler {
    background: url("../svg/icon-menu.svg") center no-repeat;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: transparent;
    height: 30px;
    padding: 0;
    width: 30px; }
    .global-navbar .navbar-toggler:focus, .global-navbar .navbar-toggler.focus-visible {
      border: none; }
    .global-navbar .navbar-toggler:focus, .global-navbar .navbar-toggler:focus-visible {
      border: none; }
  .global-navbar .btn-close {
    background: url("../svg/icon-menu-close.svg") center no-repeat;
    background-size: 100% 100%;
    color: transparent;
    height: 28px;
    opacity: 1;
    padding: 0;
    width: 28px; }
    .global-navbar .btn-close:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .global-navbar .navbar-toggler:hover,
  .global-navbar .btn-close:hover {
    opacity: 0.6; }
  .global-navbar .offcanvas {
    background-color: #171c8f;
    border: none;
    width: 100%; }
    @media (min-width: 576px) {
      .global-navbar .offcanvas {
        width: 400px; } }
  .global-navbar .offcanvas-header {
    height: 55px;
    padding: 16px 14px; }
    @media (min-width: 992px) {
      .global-navbar .offcanvas-header {
        height: 100px; } }
  .global-navbar .offcanvas-body {
    padding: 16px 24px; }
    @media (min-width: 768px) {
      .global-navbar .offcanvas-body {
        padding: 16px 40px; } }
  .global-navbar .navbar-nav {
    font-size: 1.5rem;
    line-height: 1.875rem; }
    .global-navbar .navbar-nav .nav-link {
      color: #fff;
      font-weight: 300; }
      .global-navbar .navbar-nav .nav-link:hover, .global-navbar .navbar-nav .nav-link:active, .global-navbar .navbar-nav .nav-link:focus {
        color: #fff;
        text-decoration: underline; }
    .global-navbar .navbar-nav .first-level-item {
      margin-bottom: 2rem; }
      .global-navbar .navbar-nav .first-level-item > .nav-link {
        font-weight: bold; }

.page-header.detail-page .article-header {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-header.detail-page .article-header {
      margin-bottom: 60px; } }
  .page-header.detail-page .article-header-layout {
    position: relative; }
    .page-header.detail-page .article-header-layout::after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background-color: #171c8f;
      content: '';
      display: block;
      height: 1px;
      margin-left: calc(var(--bs-gutter-x) * .5);
      margin-right: calc(var(--bs-gutter-x) * .5);
      position: absolute;
      top: 100%; }
  .page-header.detail-page .article-header .page-title {
    font-size: 3.75rem; }
  .page-header.detail-page .article-header .text-content {
    margin: 40px 0; }
    @media (min-width: 768px) {
      .page-header.detail-page .article-header .text-content {
        margin: 60px 0; } }
    .page-header.detail-page .article-header .text-content > a {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .page-header.detail-page .article-header .text-content > a {
          margin-bottom: 25px; } }
  .page-header.detail-page .article-header .author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.125rem;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .page-header.detail-page .article-header .author-details {
        font-size: 1.5rem;
        margin-top: 75px; } }
    .page-header.detail-page .article-header .author-details .time-and-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .page-header.detail-page .article-header .author-details .time-and-social {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin: 30px -20px 0; } }
      .page-header.detail-page .article-header .author-details .time-and-social > * {
        margin-top: 15px; }
        @media (min-width: 768px) {
          .page-header.detail-page .article-header .author-details .time-and-social > * {
            margin: 0 20px; } }
    .page-header.detail-page .article-header .author-details time {
      font-weight: 700; }
  .page-header.detail-page .article-header .image-container {
    margin-left: calc(-1 * 12px);
    margin-right: calc(-1 * 12px);
    position: relative; }
    @media (min-width: 768px) {
      .page-header.detail-page .article-header .image-container {
        height: 100%;
        margin-left: 0; } }
    @media (min-width: 1140px) {
      .page-header.detail-page .article-header .image-container {
        margin-right: calc(-1 * (((100vw - 1140px) / 2) + (12px))); } }
    .page-header.detail-page .article-header .image-container img {
      display: block;
      height: auto;
      max-width: 100%; }
      @media (min-width: 768px) {
        .page-header.detail-page .article-header .image-container img {
          height: calc(100% - 60px);
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          /* width: 100%; */ } }

.basic-text {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .basic-text {
      margin: 60px 0; } }

.callout-blue,
.callout-grey {
  margin-bottom: 24px;
  padding: 40px 24px; }
  @media (min-width: 992px) {
    .callout-blue,
    .callout-grey {
      padding: 40px 32px; } }

.callout-blue {
  background-color: #171c8f;
  color: #fff; }

.callout-grey {
  background-color: #f3f3f3; }

.ce-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px; }
  @media (min-width: 992px) {
    .ce-cards-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.ce-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .ce-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      width: 48%; } }
  @media (min-width: 992px) {
    .ce-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%; } }
  .ce-card.card {
    border: 1px solid #e5e5e5;
    border-radius: 0; }
    .ce-card.card:not(:last-child) {
      margin-bottom: 40px; }
  .ce-card .card-image {
    height: 100%;
    min-height: 270px;
    position: relative; }
    .ce-card .card-image::after {
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, color-stop(32.29%, rgba(0, 0, 0, 0)), to(#000));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.29%, #000 100%);
      height: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%; }
    .ce-card .card-image .cover {
      height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      vertical-align: middle;
      width: 100%; }
  .ce-card .card-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px; }
    @media (min-width: 992px) {
      .ce-card .card-overlay {
        bottom: 24px;
        left: 24px;
        max-width: 320px; } }
  .ce-card .overlay-text {
    color: #fff;
    font-family: "Amarela Stencil", serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: 1rem; }
    .ce-card .overlay-text > span:not(:first-child) {
      margin-left: 8px;
      padding-left: 12px;
      position: relative; }
      .ce-card .overlay-text > span:not(:first-child)::before {
        content: '|';
        left: 0;
        position: absolute; }
  .ce-card .card-body {
    padding: 20px;
    position: relative; }
    @media (min-width: 992px) {
      .ce-card .card-body {
        padding: 40px 24px 24px; } }
  .ce-card .topic {
    margin-bottom: 0.5rem; }
    @media (min-width: 992px) {
      .ce-card .topic {
        position: absolute;
        right: 0;
        top: 0; } }
  .ce-card .card-summary > p {
    display: block;
    display: -webkit-box;
    line-height: 1.5rem;
    margin-bottom: 0;
    max-height: 3rem;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .ce-card .card-dl {
    margin-bottom: 0; }
    .ce-card .card-dl .col {
      margin-right: 10px;
      margin-top: 1rem; }
    .ce-card .card-dl dt {
      margin-bottom: 0.25rem; }
    .ce-card .card-dl dd {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .ce-card .card-dl dd {
          font-size: 1rem; } }

.collective-component {
  margin: 60px 0; }
  .story-card {
    border: 0;
    margin-bottom: 2rem; }
  .story-card a {
    color:#000;
    text-decoration: none; }    
    .card-title {
       font-weight: 500; }

.fancy-carousel-container {
  max-width: 1440px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .fancy-carousel-container {
    margin: 0 auto 75px auto; } }
  .fancy-carousel {
    position: relative;
    box-sizing: border-box; }
    .fancy-carousel.is-draggable {
      cursor: grab; }
      .carousel__button {
        background-color: rgba(0,0,0,0.8) }
      .carousel__button.is-next svg,
      .carousel__button.is-prev svg {
        stroke: #FFF;
        stroke-width: 0.25rem; }

.ce-filter {
  margin: 60px 0; }
  .ce-filter .form-title {
    text-align: center; }
  .ce-filter .filter-form {
    padding: 10px 0; }
    @media (min-width: 992px) {
      .ce-filter .filter-form {
        padding: 50px 0; } }
  .ce-filter .field-set {
    padding-bottom: 16px;
    padding-top: 16px; }
    @media (min-width: 992px) {
      .ce-filter .field-set {
        padding-bottom: 0;
        padding-top: 0; } }
  .ce-filter button.link-arrow-black {
    margin: 16px 0 20px; }

.info-card {
  width: 18rem;
  border:1px solid #e5e5e5; }
  
.chapter-map {
  margin: 40px 0; }
  @media (min-width: 992px) {
    .chapter-map {
      margin: 60px 0; } }
  .chapter-map-map {
    margin: 40px 0; }
    @media (min-width: 992px) {
      .chapter-map-map {
        margin: 60px 0; } }
    .chapter-map-map .map-img {
      position: relative; }
      .chapter-map-map .map-img img {
        display: block;
        height: auto;
        width: 100%; }
      .chapter-map-map .map-img .map-circle {
        background-color: currentColor;
        border-radius: 50%;
        color: #ffb81c;
        height: 50px;
        padding: 0;
        position: absolute;
        width: 50px; }
        @media (min-width: 768px) {
          .chapter-map-map .map-img .map-circle {
            height: 100px;
            width: 100px; } }
        @media (min-width: 992px) {
          .chapter-map-map .map-img .map-circle {
            height: 150px;
            width: 150px; } }
        .chapter-map-map .map-img .map-circle::before {
          border: 3px solid currentColor;
          border-radius: 50%;
          bottom: -9px;
          content: '';
          left: -9px;
          position: absolute;
          right: -9px;
          top: -9px; }
        .chapter-map-map .map-img .map-circle .map-data {
          color: #000;
          left: 50%;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 105%; }
          .chapter-map-map .map-img .map-circle .map-data p {
            font-size: 0.9375rem;
            font-weight: 300;
            display: none;
            margin-bottom: 0;
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .chapter-map-map .map-img .map-circle .map-data p {
                display: block; } }
          .chapter-map-map .map-img .map-circle .map-data span {
            display: block;
            font-family: "Amarela Stencil", serif;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 0.8em; }
            @media (min-width: 768px) {
              .chapter-map-map .map-img .map-circle .map-data span {
                margin-bottom: 5px; } }
            @media (min-width: 992px) {
              .chapter-map-map .map-img .map-circle .map-data span {
                font-size: 3.625rem; } }
        .chapter-map-map .map-img .map-circle:hover, .chapter-map-map .map-img .map-circle:active, .chapter-map-map .map-img .map-circle:focus, .chapter-map-map .map-img .map-circle.active {
          color: #c5003e; }
          .chapter-map-map .map-img .map-circle:hover .map-data, .chapter-map-map .map-img .map-circle:active .map-data, .chapter-map-map .map-img .map-circle:focus .map-data, .chapter-map-map .map-img .map-circle.active .map-data {
            color: #fff; }
  .chapter-map-locations {
    margin: 40px 0; }
    @media (min-width: 992px) {
      .chapter-map-locations {
        margin: 60px 0; } }
    .chapter-map-locations_nav {
      position: relative; }
      @media (min-width: 768px) {
        .chapter-map-locations_nav {
          height: 80px; } }
      .chapter-map-locations_nav::before {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ffb81c;
        content: ''; }
      .chapter-map-locations_nav > div,
      .chapter-map-locations_nav .nav,
      .chapter-map-locations_nav .nav-link {
        height: 100%; }
      .chapter-map-locations_nav .nav {
        position: relative;
        margin: 0 calc(-1 * .75rem);
        margin: 0 calc(-1 * var(--bs-gutter-x, .75rem)); }
        @media (min-width: 768px) {
          .chapter-map-locations_nav .nav {
            margin: 0; } }
        .chapter-map-locations_nav .nav .nav-link {
          border: none;
          border-radius: 0;
          border-radius: initial;
          color: #000;
          font-size: 1.5rem;
          font-weight: 700;
          padding: 1.5rem 1rem;
          text-transform: uppercase; }
          .chapter-map-locations_nav .nav .nav-link.active {
            background-color: rgba(255, 255, 255, 0.6); }
    .chapter-map-locations_content h4 {
      margin: 40px 0 24px; }
      @media (min-width: 992px) {
        .chapter-map-locations_content h4 {
          margin: 60px 0 36px; } }
    .chapter-map-locations_content .accordion .accordion-item {
      margin-top: 15px; }
    .chapter-map-locations_content .accordion-button {
      background-color: #dbdbdb;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #000;
      padding: 2.3125rem 2rem;
      position: relative; }
      .chapter-map-locations_content .accordion-button::before {
        background-color: #ffb81c;
        background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="17.6611" viewBox="0 0 12 17.6611" width="12" xmlns="http://www.w3.org/2000/svg"><path d="m5.99989 0c-3.29294 0-5.99989 2.51946-5.99989 6.11346 0 1.2825.307935 2.17469.879873 3.16295l4.716257 8.15129c.08129.1442.23598.2334.40387.2334s.32258-.0894.40387-.2336l4.71623-8.15125c.572-.9881.8799-1.88029.8799-3.16278 0-3.59397-2.70722-6.11347-6.00011-6.11347zm0 3.16986c1.52935 0 2.76913 1.21647 2.76913 2.71706s-1.23978 2.71705-2.76913 2.71705c-1.52936 0-2.76914-1.21646-2.76914-2.71705s1.23978-2.71706 2.76914-2.71706z" fill="white"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 50%;
        content: '';
        height: 38px;
        width: 38px; }
      .chapter-map-locations_content .accordion-button::after {
        background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23171c8f"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
        -webkit-transform: translateX(-15%) scale(1.6);
            -ms-transform: translateX(-15%) scale(1.6);
                transform: translateX(-15%) scale(1.6); }
      .chapter-map-locations_content .accordion-button span {
        font-size: 1.5rem;
        margin: 0;
        padding-left: 40px; }
      .chapter-map-locations_content .accordion-button:not(.collapsed)::after {
        -webkit-transform: translateX(-15%) rotate(180deg) scale(1.6);
            -ms-transform: translateX(-15%) rotate(180deg) scale(1.6);
                transform: translateX(-15%) rotate(180deg) scale(1.6); }
    .chapter-map-locations_content .accordion-collapse {
      border: 1px solid #dbdbdb; }
    .chapter-map-locations_content .accordion-body {
      padding: 2rem 2rem 1.125rem; }

.contact-banner {
  background-color: #171c8f;
  color: #fff;
  padding: 50px 0; }
  .contact-info {
    height: auto }
  .contact-info span {
    font-size: 1rem; }
  @media (max-width: 576px) {
    .contact-info {
      height: 6rem; }
    .contact-info span {
      font-size: 1.2rem; } }
  @media (min-width: 768px) { 
    .contact-info {
      margin-right: 2rem; } }
  @media (min-width: 992px) { 
    .contact-info {
      margin-right: 6rem; } }

@media (min-width: 768px) {
  .image-text .row {
    max-height: 480px;
    overflow: hidden; } }

@media (min-width: 1400px) {
  .image-text .row {
    max-height: 540px; } }

.image-text .image-text-img {
  height: 350px;
  position: relative; }
  @media (min-width: 768px) {
    .image-text .image-text-img {
      height: 480px; } }
  @media (min-width: 1200px) {
    .image-text .image-text-img {
      height: 540px; } }

.image-text .cover {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  vertical-align: middle;
  width: 100%; }

@media (min-width: 768px) {
  .image-text.text-right .text-content {
    margin-left: 0;
    padding-left: 20px; } }

@media (min-width: 768px) {
  .image-text.text-left .text-content {
    margin-right: 0;
    padding-right: 20px; } }

.image-text .text-content {
  padding: 40px 0 60px; }
  @media (max-width: 767.98px) {
    .image-text .text-content {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .image-text .text-content {
      padding: 20px 0 60px; } }

.image-text-slider {
  position: relative; }
  .image-text-slider .image-text-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll; }
  .image-text-slider .image-text {
    width: auto; }
    .image-text-slider .image-text > div {
      width: 100vw; }

.info-banner {
  background-color: #171c8f;
  color: #fff;
  padding: 40px 0; }
  @media (min-width: 992px) {
    .info-banner {
      padding: 50px 0; } }
  .info-banner .banner-title > span {
    display: block; }

@media (min-width: 992px) {
  .page-header.detail-page .page-title {
    font-size: 6.25rem;
    line-height: 1.1em; } }

.hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 440px;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      min-height: 540px; } }
  .hero.hero-large {
    min-height: 600px; }
    @media (min-width: 768px) {
      .hero.hero-large {
        min-height: 440px; } }
    @media (min-width: 992px) {
      .hero.hero-large {
        min-height: 700px; } }
  .hero.hero-xl {
    min-height: 900px; }
    @media (min-width: 768px) {
      .hero.hero-xl {
        min-height: 660px; } }
    @media (min-width: 992px) {
      .hero.hero-xl {
        min-height: calc(100vh - 75px); } }
  .hero.left-center {
    background-position: 30% 50%; }
    @media (min-width: 992px) {
      .hero.left-center {
        background-position: 50% 50%; } 
      .hero.top-center {
        background-position-y: 15%; } }
  .hero .overlay {
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 28, 143, 0.4)), to(rgba(23, 28, 143, 0.4)));
    background: linear-gradient(0deg, rgba(23, 28, 143, 0.4), rgba(23, 28, 143, 0.4));
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .hero .text-content {
    padding: 20px 0; }
  .hero .page-title {
    margin-bottom: 3rem; }

.hero-slider {
  position: relative; }
  .hero-slider .hero-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll; }
  .hero-slider .hero {
    width: auto; }
  .hero-slider .overlay {
    width: 100vw; }
  .hero-slider .text-content {
    padding-bottom: 50px; }

.quick-facts {
  background-color: #f3f3f3;
  margin-bottom: 24px;
  padding: 40px 24px; }
  @media (min-width: 992px) {
    .quick-facts {
      padding: 40px; } }
  .quick-facts .facts-dl > div {
    margin-bottom: 1.5rem; }

.seminar-content,
.collective-content {
  margin: 24px 0; }
  @media (min-width: 992px) {
    .seminar-content
    .collective-content {
      margin: 40px 0; } }
  .seminar-content #past-assignments, 
  .seminar-content #assignment-modules {
    margin-top: 3rem; }
  .seminar-content #past-assignments ul {
    flex-wrap: nowrap;
    flex-direction: column; }
    @media (min-width: 992px) {
      .seminar-content #past-assignments ul {
        flex-wrap: wrap;
        flex-direction: row; }
      .seminar-content #past-assignments ul li {
        padding-right: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.125rem; } }

.social-banner {
  background-color: #c5003e;
  color: #fff;
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .social-banner {
      text-align: left; } }
  .social-banner .banner-title span {
    display: block; }
  .social-banner .banner-title .subhead {
    font-weight: 300; }
  .social-banner .banner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1200px) {
      .social-banner .banner-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .social-banner .social-links {
    padding-top: 30px; }
    @media (min-width: 1200px) {
      .social-banner .social-links {
        padding-top: 0; } }
    .social-banner .social-links .icons-social-white {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1200px) {
        .social-banner .social-links .icons-social-white {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start; } }
    .social-banner .social-links img {
      height: 40px;
      width: 40px; }

.testimonial-banner {
  background-color: #ffb81c;
  padding: 40px 0; }
  .testimonial-banner .testimonial-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
    .testimonial-banner .testimonial-quote blockquote {
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: 300;
      line-height: 2rem; }
      @media (min-width: 992px) {
        .testimonial-banner .testimonial-quote blockquote {
          font-size: 2rem;
          line-height: 2.625rem; } }
  .testimonial-banner .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }
    @media (min-width: 576px) {
      .testimonial-banner .author {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 992px) {
      .testimonial-banner .author {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        margin-top: 10px; } }
  .testimonial-banner .author-img {
    border-radius: 50%;
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
    width: 40px; }
    @media (min-width: 576px) {
      .testimonial-banner .author-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 16px; } }
    @media (min-width: 992px) {
      .testimonial-banner .author-img {
        height: 60px;
        width: 60px; } }
  .testimonial-banner .author-title {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem; }

.image-tile {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1200px) {
    .image-tile {
      height: 480px; } }
  .image-tile:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32.29%, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.29%, #000 100%);
    background-position: 0 0;
    background-size: cover;
    pointer-events: none;
    position: absolute;
    -webkit-transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1); }
  .image-tile:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32.29%, rgba(0, 0, 0, 0)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.29%, #000 100%);
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-transition: -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1); }
    @media (hover: hover) and (min-width: 576px) {
      .image-tile:after {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .image-tile .text-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 1.5rem;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }
    @media (hover: hover) and (min-width: 576px) {
      .image-tile .text-content {
        -webkit-transform: translateY(calc(100% - 10rem));
            -ms-transform: translateY(calc(100% - 10rem));
                transform: translateY(calc(100% - 10rem)); }
        .image-tile .text-content > *:not(.title) {
          opacity: 0;
          -webkit-transform: translateY(1rem);
              -ms-transform: translateY(1rem);
                  transform: translateY(1rem);
          -webkit-transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 700ms cubic-bezier(0.19, 1, 0.22, 1); } }

@media (hover: hover) and (min-width: 576px) {
  .image-tile:hover:before,
  .image-tile[focus-within]:before {
    -webkit-transform: translateY(-4%);
        -ms-transform: translateY(-4%);
            transform: translateY(-4%); }
  .image-tile:hover:before,
  .image-tile:focus-within:before {
    -webkit-transform: translateY(-4%);
        -ms-transform: translateY(-4%);
            transform: translateY(-4%); }
  .image-tile:hover:after,
  .image-tile[focus-within]:after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .image-tile:hover:after,
  .image-tile:focus-within:after {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .image-tile:hover .text-content,
  .image-tile[focus-within] .text-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .image-tile:hover .text-content,
  .image-tile:focus-within .text-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .image-tile:hover .text-content > *:not(.title),
    .image-tile[focus-within] .text-content > *:not(.title) {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: calc(700ms / 8);
              transition-delay: calc(700ms / 8); }
    .image-tile:hover .text-content > *:not(.title),
    .image-tile:focus-within .text-content > *:not(.title) {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: calc(700ms / 8);
              transition-delay: calc(700ms / 8); }
  .image-tile[focus-within]:before, .image-tile[focus-within]:after,
  .image-tile[focus-within] .text-content,
  .image-tile[focus-within] .text-content > *:not(.title) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s; }
  .image-tile:focus-within:before, .image-tile:focus-within:after,
  .image-tile:focus-within .text-content,
  .image-tile:focus-within .text-content > *:not(.title) {
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

.video-component-container {
  width: 100%;
  padding: 0 18px;
  margin: 60px 0; } 
  @media (min-width: 768px) {
  .video-component-container {
    padding: 0 0; } } 
    @media (min-width: 2000px) {
      .video-component-container {
      max-width: 66.67%;
      margin: 0 auto; } }
      @media (min-width: 1200px) {
        .video-component-card .card-body {
          margin-top: 1rem; } }

.video-component-card {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .video-component-card .card-body {
    padding: 0 1rem; } }      
.video-component-card .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .video-component-card .card-title {
      font-size: 2rem;
      line-height: 2.66667rem; } }
      @media (min-width: 1600px) {
        .video-component-card .card-title {
          font-size: 3rem;
          line-height: 3.875rem; } }
      @media (min-width: 1600px) { 
        .video-component-card .card-text {
        font-size: 1.5rem;
        line-height: 2rem; } }
      @media (min-width: 1600px) { 
        .video-component-card .btn-cta {
        padding: 12px 19px; } }            
