@media only screen and (min-width: 0px) {
  .component.full-page-slide .interior {
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .component.full-page-slide.specialty .interior {
    background: #383838;
  }
  .component.full-page-slide.specialty .specialty-bg {
    position: relative;
  }
  .component.full-page-slide .interior::after,
  .component.full-page-slide.specialty .specialty-bg::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .component.full-page-slide .fullpage-frames {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto;
    padding: 0 0 20px 0;
    min-height: 100vh;
    max-width: 1200px;
    position: relative;
    z-index: 1;
  }
  .component.full-page-slide.specialty .fullpage-frames {
    min-height: 0;
  }
  .component.full-page-slide .frame-top {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex-grow: 1;
    padding: 20px 0;
  }
  .component.full-page-slide .field-icon-simple {
    max-height: 110px;
    max-width: 100%;
    vertical-align: top;
  }
  .component.full-page-slide .field-headline-simple {
    margin: 26px 0 0 0;
    border: none;
    padding: 0;
    line-height: 16px;
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Microsoft Sans Serif", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
  }
  .component.full-page-slide .accent.teal.left {
    height: 7px;
    width: 30px;
  }
  .component.full-page-slide .field-headline-expanded {
    margin: 26px 0 0 0;
    line-height: 36px;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
  }
  .component.full-page-slide .field-blocktext,
  .component.full-page-slide .field-quote {
    margin: 26px 0 0 0;
    border: none;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #fff;
  }
  .component.full-page-slide .field-cited {
    margin: 26px 0 0 0;
    padding: 0;
    line-height: 26px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    color: #fff;
  }
  .component.full-page-slide .field-cited::before {
    content: none;
    display: none;
  }
  .component.full-page-slide .field-content {
    margin: 26px 0 0 0;
    padding: 0;
  }
  .component.full-page-slide .field-content * {
    line-height: 20px;
    font-size: 14px;
  }
  .component.full-page-slide .field-content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .component.full-page-slide .field-cta-buttons {
    margin: 26px 0 0 0;
  }
  .component.full-page-slide .field-cta-buttons .button {
    margin: 0;
    border-radius: 6px;
    padding: 8px 16px;
    line-height: 12px;
    font-weight:900;
    font-size: 12px;
  }
  .component.full-page-slide .field-cta-buttons .button + .button {
    margin-left: 8px;
  }
  .component.full-page-slide .field-headline-simple:first-child,
  .component.full-page-slide .accent.teal.left:first-child,
  .component.full-page-slide .field-headline-expanded:first-child,
  .component.full-page-slide .field-blocktext:first-child,
  .component.full-page-slide .field-quote:first-child,
  .component.full-page-slide .field-cited:first-child,
  .component.full-page-slide .field-content:first-child,
  .component.full-page-slide .field-cta-buttons:first-child {
    margin-top: 0;
  }
  .component.full-page-slide .preview-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
    background-color: #000;
  }
  .component.full-page-slide .preview-wrapper.featured {
    flex-flow: row nowrap;
    align-content: stretch;
  }
  .component.full-page-slide .preview-wrapper .image {
    content: '';
    width: 50%;
    position: relative;
    z-index: 1;
  }
  .component.full-page-slide .preview-wrapper .image::before {
    content: '';
    display: block;
    padding: 0 0 56.25% 0;
    position: relative;
    z-index: 0;
  }
  .component.full-page-slide .preview-wrapper .image::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .component.full-page-slide .preview-wrapper .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .component.full-page-slide .preview-wrapper .text {
    padding: 16px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .component.full-page-slide .preview-wrapper.featured .text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .component.full-page-slide .preview-wrapper .text .type {
    line-height: 10px;
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Microsoft Sans Serif", Roboto, sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #9b9b9b;
  }
  .component.full-page-slide .preview-wrapper .text .title {
    margin: 5px 0 0 0;
  }
  .component.full-page-slide .preview-wrapper .text .title a {
    line-height: 10px;
    font-size: 13px;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    /*letter-spacing: -0.4px;*/
  }
  .component.full-page-slide .preview-wrapper .text .title a:hover {
    color: #5fe0d3;
  }
}
@media only screen and (min-width: 640px) {
  .component.full-page-slide .interior {
    padding: 0 30px;
  }
  .component.full-page-slide .fullpage-frames {
    padding: 0 0 30px 0;
  }
  .component.full-page-slide .frame-top {
    padding: 30px 0;
  }
  .component.full-page-slide .accent.teal.left {
    height: 11px;
    width: 50px;
  }
  .component.full-page-slide .field-headline-expanded {
    line-height: 62px;
    font-size: 60px;
  }
  .component.full-page-slide .field-blocktext,
  .component.full-page-slide .field-quote {
    line-height: 30px;
    font-size: 24px;
  }
  .component.full-page-slide .field-cited {
    line-height: 17px;
    font-size: 18px;
  }
  .component.full-page-slide .field-content * {
    line-height: 22px;
    font-size: 15px;
  }
  .component.full-page-slide .field-cta-buttons .button {
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
  }
  .component.full-page-slide .preview-wrapper .text .type {
    line-height: 14px;
    font-size: 12px;
  }
  .component.full-page-slide .preview-wrapper .text .title a {
    line-height: 10px !important;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .component.full-page-slide .interior {
    padding: 0 64px;
  }
  .component.full-page-slide:first-child {
    margin-top: 85px;
  }
  .component.full-page-slide:first-child .fullpage-frames,
  .component.full-page-slide .fullpage-frames {
    padding: 35px 0 64px;
    min-height: calc(100vh - 118px);
  }
  .component.full-page-slide.specialty .specialty-bg {
    display: none;
  }
  .component.full-page-slide.specialty .interior {
    background: transparent;
  }
  .component.full-page-slide .frame-top {
    padding: 64px 0;
  }
  .component.full-page-slide .field-headline-simple {
    line-height: 26px;
    font-size: 18px;
  }
  .component.full-page-slide .preview-wrapper.featured .text {
    width: 50%;
  }
  .component.full-page-slide .preview-wrapper.featured .text::after {
    content: '';
    border-radius: 0 0 100% 0;
    width: 24px;
    height: 24px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .component.full-page-slide .preview-wrapper .text .title a {
    line-height: 20px;
    font-size: 16px;
  }
}
/*
    Note: This breakpoint prevents the component from getting TOO big.
    The vertical breakpoint is only used on large displays where there is
    more than 885px vertical screen space and limits the size a slide can
    be without being filled with content to 800px tall.
*/
@media only screen and (min-width: 1024px) and (min-height: 885px) {
  .component.full-page-slide .fullpage-frames,
  .component.full-page-slide.specialty .fullpage-frames,
  .component.full-page-slide:first-child .fullpage-frames {
    min-height: 800px;
  }
}
@media only screen and (max-width: 1023px) and (min-height: 800px) {
  .component.full-page-slide:not(.specialty) .fullpage-frames {
    min-height: 800px;
  }
  .component.full-page-slide:not(.specialty):first-child .fullpage-frames {
    min-height: 740px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .component.full-page-slide .field-headline-expanded {
    line-height: 47px;
    font-size: 45px;
  }
}
