/* 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 */
.dfv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .dfv * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .dfv-hero {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 0.25rem;
    padding: 5rem 0 0;
    margin-bottom: 1.5rem; }
    .dfv-hero + section {
      margin-top: 0; }
      @media screen and (min-width: 48rem) {
        .dfv-hero + section {
          margin-top: 1.5rem; } }
    .dfv-hero::after {
      content: '';
      background-color: #fbc600;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 0.25rem;
      width: 15rem;
      float: right;
      -webkit-animation: from-right 750ms ease-in forwards;
              animation: from-right 750ms ease-in forwards; }
      @media (prefers-reduced-motion) {
        .dfv-hero::after {
          -webkit-animation: none;
                  animation: none; } }
      @media (min-width: 768px) {
        .dfv-hero::after {
          width: calc(50vw - 154px); } }
    @media screen and (min-width: 48rem) {
      .dfv-hero {
        margin-bottom: 0; } }
    @media screen and (min-width: 80rem) {
      .dfv-hero {
        padding-bottom: 0.5rem; } }
    .dfv-hero__inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 82.5rem;
      padding-top: 0;
      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: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .dfv-hero__inner {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media (min-width: 1280px) {
        .dfv-hero__inner {
          padding-left: 5rem;
          padding-right: 5rem; } }
      @media (min-width: 768px) {
        .dfv-hero__inner {
          width: 85rem; } }
      @media (min-width: 1280px) {
        .dfv-hero__inner {
          width: 90rem; } }
      @media screen and (min-width: 48rem) {
        .dfv-hero__inner {
          width: 60rem; } }
      @media screen and (min-width: 80rem) {
        .dfv-hero__inner {
          width: 60rem;
          margin-bottom: 3.75rem; } }
    .dfv-hero__heading {
      font-size: 30px;
      font-size: 1.875rem;
      text-transform: uppercase;
      margin: 1.5rem 0 0;
      color: #3b3c43;
      font-weight: 700;
      line-height: 1;
      width: 100%; }
      @media screen and (min-width: 48rem) {
        .dfv-hero__heading {
          font-size: 40px;
          font-size: 2.5rem;
          margin: 2.5rem 0 1.5rem; } }
      @media screen and (min-width: 62rem) {
        .dfv-hero__heading {
          font-size: 48px;
          font-size: 3rem;
          margin: 2.75rem 0 0; } }
      @media screen and (min-width: 80rem) {
        .dfv-hero__heading {
          font-size: 3.4375rem; } }
    .dfv-hero__copy {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 16px;
      font-size: 1rem;
      color: #3b3c43;
      line-height: 1.15;
      margin: 1.5rem 0 0;
      width: 100%; }
      .dfv-hero__copy + .dfv-hero__copy {
        margin-top: 1rem; }
  .dfv-body {
    position: relative;
    margin-top: 1.25rem; }
    @media screen and (min-width: 48rem) {
      .dfv-body {
        margin-top: 2.5rem; } }
    @media screen and (min-width: 64rem) {
      .dfv-body {
        margin-top: 3.75rem; } }
    .dfv-body__inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100%;
      margin: 0 auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 82.5rem;
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; }
      @media (min-width: 768px) {
        .dfv-body__inner {
          padding-left: 2.5rem;
          padding-right: 2.5rem; } }
      @media (min-width: 1280px) {
        .dfv-body__inner {
          padding-left: 5rem;
          padding-right: 5rem; } }
      @media (min-width: 768px) {
        .dfv-body__inner {
          width: 85rem; } }
      @media (min-width: 1280px) {
        .dfv-body__inner {
          width: 90rem; } }
      @media screen and (min-width: 48rem) {
        .dfv-body__inner {
          width: 60rem; } }
      @media screen and (min-width: 62rem) {
        .dfv-body__inner {
          padding-bottom: 2.5rem; } }
    .dfv-body__grid + .dfv-body__grid,
    .dfv-body__grid + .dfv-body__container,
    .dfv-body__grid + .dfv-video {
      margin-top: 2rem; }
    @media screen and (min-width: 62rem) {
      .dfv-body__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        -webkit-column-gap: 2rem;
           -moz-column-gap: 2rem;
                column-gap: 2rem; } }
    .dfv-body__grid.-reverse .dfv-body__content {
      grid-area: 1 / 2 / 2 / 3; }
    .dfv-body__grid.-reverse .dfv-video {
      grid-area: 1 / 1 / 2 / 2; }
    @media screen and (min-width: 62rem) {
      .dfv-body__grid.-reverse .dfv-body__heading::after {
        left: -2rem; } }
    .dfv-body__content {
      color: #3b3c43;
      position: relative;
      z-index: 2; }
      .dfv-body__content::before, .dfv-body__content::after {
        content: '';
        display: block;
        width: 2px;
        background-color: #fbc600;
        position: absolute;
        top: 2.15rem;
        bottom: -0.5rem; }
        @media screen and (min-width: 48rem) {
          .dfv-body__content::before, .dfv-body__content::after {
            top: 2.75rem; } }
        @media screen and (min-width: 62rem) {
          .dfv-body__content::before, .dfv-body__content::after {
            content: none; } }
      .dfv-body__content::before {
        left: -1.25rem; }
      .dfv-body__content::after {
        right: -1.25rem; }
      @media screen and (min-width: 62rem) {
        .dfv-body__content {
          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; } }
      .dfv-body__content > :last-child::after {
        content: '';
        display: block;
        width: calc(100% + 2.5rem);
        height: 2px;
        background-color: #fbc600;
        position: relative;
        bottom: -0.5rem;
        left: -1.25rem; }
        @media screen and (min-width: 62rem) {
          .dfv-body__content > :last-child::after {
            content: none; } }
    .dfv-body__heading {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 1.2;
      margin: 0 0 1.5rem; }
      @media screen and (min-width: 48rem) {
        .dfv-body__heading {
          font-size: 30px;
          font-size: 1.875rem; } }
      @media screen and (min-width: 80rem) {
        .dfv-body__heading {
          font-size: 32px;
          font-size: 2rem; } }
      .dfv-body__heading::after {
        content: '';
        display: block;
        width: calc(100% + 2.5rem);
        height: 2px;
        background-color: #fbc600;
        position: relative;
        bottom: -0.5rem;
        left: -1.25rem; }
        @media screen and (min-width: 62rem) {
          .dfv-body__heading::after {
            width: calc(100% + 2rem);
            left: 0; } }
    .dfv-body__copy {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      margin: 0; }
      .dfv-body__copy + .dfv-body__copy {
        margin-top: 1rem; }
        @media screen and (min-width: 64rem) {
          .dfv-body__copy + .dfv-body__copy {
            margin-top: 1.5rem; } }
  .dfv-video {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 62rem) {
      .dfv-video {
        margin-top: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .dfv-video::after {
          content: none; } }
    .dfv-video .video-embed {
      position: relative;
      z-index: 2; }
    @media screen and (min-width: 62rem) {
      .dfv-video--sm {
        display: none; } }
    .dfv-video--lg {
      display: none; }
      @media screen and (min-width: 62rem) {
        .dfv-video--lg {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .dfv-lightbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -999vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
    .dfv-lightbox.-active {
      visibility: visible;
      opacity: 1;
      z-index: 102;
      left: 0;
      right: 0; }
    .dfv-lightbox__overlay {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.8);
      width: inherit;
      height: inherit; }
    .dfv-lightbox__inner {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 1rem;
      margin: 0 auto;
      width: inherit;
      height: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .dfv-lightbox__content {
      position: relative;
      width: 100%;
      max-width: 768px;
      max-height: 100%;
      padding-bottom: 56.25%; }
      @supports (aspect-ratio: 16/9) {
        .dfv-lightbox__content {
          padding-bottom: 0;
          aspect-ratio: 16 / 9; } }
      @media (max-width: 992px) and (orientation: landscape) {
        .dfv-lightbox__content {
          max-height: calc(100vh - 2rem);
          max-width: calc(100vw - 8rem); } }
      .dfv-lightbox__content iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%; }
        @media (max-width: 992px) and (orientation: landscape) {
          .dfv-lightbox__content iframe {
            max-height: inherit;
            max-width: inherit; } }
    .dfv-lightbox__close {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      background: transparent;
      border: none;
      padding: 0;
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 44px;
      height: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dfv-lightbox__close:focus {
        outline: 2px solid #fff !important; }
      .dfv-lightbox__close-x {
        background-color: transparent;
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease; }
        .dfv-lightbox__close-x::after, .dfv-lightbox__close-x::before {
          content: '';
          height: 32px;
          border-left: 2px solid #fff;
          position: relative; }
        .dfv-lightbox__close-x::after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: -1px; }
        .dfv-lightbox__close-x::before {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          right: -1px; }
        .dfv-lightbox__close-x:hover {
          opacity: 0.75; }

@-webkit-keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40rem);
            transform: translateX(40rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40rem);
            transform: translateX(40rem); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }