/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.slide {
  width: 100vw;
  max-width: 100%; }
  .slide__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1440px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 3.125rem; }
    @media (min-width: 48.0625rem) {
      .slide__inner {
        padding: 1.25rem 5rem; } }
    @media (max-width: 48rem) {
      .slide__inner {
        padding: 1.25rem 1.25rem; } }
    @media (max-width: 48rem) {
      .slide__inner {
        padding: 1.25rem 0; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__inner {
        padding: 1.25rem 0; } }
  .slide__left {
    width: 50%; }
    @media (max-width: 48rem) {
      .slide__left {
        width: 100%; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__left {
        width: 100%; } }
  .slide__image-container {
    width: 100%;
    height: 26.1875rem;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 48rem) {
      .slide__image-container {
        height: 18.75rem; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__image-container {
        height: 18.75rem; } }
    @media (max-width: 30rem) {
      .slide__image-container {
        height: 15.625rem; } }
  .slide__header {
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 1;
    color: #3b3c43;
    margin: 1.25rem 7.5rem 1.25rem 0;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
    @media (max-width: 90rem) {
      .slide__header {
        margin-right: 2.5rem; } }
    @media (max-width: 48rem) {
      .slide__header {
        margin: 0 3.125rem 1.875rem;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__header {
        margin: 0 3.125rem 1.875rem;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2; } }
    @media (max-width: 30rem) {
      .slide__header {
        margin: 0 1.25rem 1.875rem; } }
  @media (max-width: 48rem) {
    .slide__bottom-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 53.125rem) and (max-height: 27.25rem) {
    .slide__bottom-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .slide__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 12.1875rem;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
    @media (max-width: 48rem) {
      .slide__text-container {
        margin: 1.25rem 3.125rem 2.5rem;
        min-height: auto; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__text-container {
        margin: 1.25rem 3.125rem 2.5rem;
        min-height: auto; } }
    @media (max-width: 30rem) {
      .slide__text-container {
        margin: 1.25rem; } }
  .slide__text-content {
    display: none; }
  .slide__gold-bar {
    min-width: 0.625rem;
    background-color: #fbc600; }
  .slide__text-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 8.125rem 0 0;
    -webkit-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
    overflow: hidden; }
    @media (max-width: 30rem) {
      .slide__text-inner-container {
        height: 20.625rem; } }
    @media (min-width: 30.0625rem) and (max-width: 48rem) {
      .slide__text-inner-container {
        height: 15rem; } }
    @media (min-width: 48.0625rem) {
      .slide__text-inner-container {
        height: 17.5rem; } }
    @media screen and (min-width: 1024px) {
      .slide__text-inner-container {
        height: 14.375rem; } }
    @media (min-width: 90.0625rem) {
      .slide__text-inner-container {
        height: 15rem; } }
    @media (max-width: 90rem) {
      .slide__text-inner-container {
        margin: 0 2.5rem 0 0; } }
  .slide__text-expandable-container {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.9375rem;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out; }
  .slide__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 0.75rem; }
    @media (max-width: 48rem) {
      .slide__text {
        font-size: 1rem;
        margin-top: 1rem; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__text {
        font-size: 1rem;
        margin-top: 1rem; } }
  .slide__byline {
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6; }
    @media (max-width: 48rem) {
      .slide__byline {
        font-size: 1rem; } }
    @media (max-width: 53.125rem) and (max-height: 27.25rem) {
      .slide__byline {
        font-size: 1rem; } }

.slick-slider {
  position: static; }

.slick-list {
  position: absolute;
  top: 3.125rem;
  right: 0;
  width: 39.25rem;
  max-width: 50%; }
  @media (max-width: 48rem) {
    .slick-list {
      position: static;
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 53.125rem) and (max-height: 27.25rem) {
    .slick-list {
      position: static;
      width: 100%;
      max-width: 100%; } }

.slide-controls {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.75rem; }
  @media (min-width: 30.0625rem) {
    .slide-controls {
      margin-left: 2.75rem; } }
  @media screen and (min-width: 48rem) {
    .slide-controls {
      margin-left: -0.5rem; } }
  @media screen and (min-width: 48rem) and (max-height: 425px) and (orientation: landscape) {
    .slide-controls {
      margin-left: 2.75rem; } }
  @media screen and (min-width: 48rem) and (max-width: 769px) and (max-height: 1024px) and (orientation: portrait) {
    .slide-controls {
      margin-left: 2.75rem; } }
  .slide-controls > .slick-dots {
    text-align: center;
    position: relative;
    margin: 0;
    top: -2px;
    bottom: auto;
    width: 160px;
    left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .slide-controls > .slick-dots > li button:active, .slide-controls > .slick-dots > li button:focus, .slide-controls > .slick-dots > li button:focus-visible {
      outline: 2px solid #3b3c43; }
  .slide-controls button {
    cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
    .slide-controls button:active, .slide-controls button:focus, .slide-controls button:focus-visible {
      outline: 2px solid #3b3c43; }
    .slide-controls button:last-of-type {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }