#masthead {
  padding-top: 100px;
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  #masthead .bg-black {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 992px) {
    #masthead {
      height: 100vh; } }
  #masthead .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #masthead .video-container video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #masthead .carousel-masthead {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden; }
    #masthead .carousel-masthead .progressbar {
      height: 6px;
      position: relative;
      z-index: 2;
      margin-left: -15px;
      margin-right: -15px; }
      #masthead .carousel-masthead .progressbar .bar {
        height: 6px;
        width: 0;
        background-color: #49538a; }
      @media (min-width: 992px) {
        #masthead .carousel-masthead .progressbar {
          width: 33.33%;
          left: 16.66%;
          top: 16px; } }
    #masthead .carousel-masthead h1 {
      color: #fff; }
    #masthead .carousel-masthead .cta {
      text-align: center; }
    #masthead .carousel-masthead .caption {
      padding: 0; }
      @media (min-width: 768px) {
        #masthead .carousel-masthead .caption {
          padding: 15px; } }
    #masthead .carousel-masthead .item {
      display: none; }
      #masthead .carousel-masthead .item.active {
        display: block; }
      #masthead .carousel-masthead .item.transition {
        display: block;
        position: absolute;
        top: 6px;
        width: 100%;
        padding-right: 30px;
        z-index: 1; }
      #masthead .carousel-masthead .item .img-mask {
        position: relative;
        overflow: hidden;
        padding-bottom: 56.19%; }
        #masthead .carousel-masthead .item .img-mask > img {
          position: absolute;
          top: 0; }
    #masthead .carousel-masthead .thumb-container {
      padding: 0; }
    #masthead .carousel-masthead .controller {
      position: relative;
      text-align: center;
      margin-top: 40px; }
      #masthead .carousel-masthead .controller .bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #565855;
        cursor: pointer;
        -webkit-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        #masthead .carousel-masthead .controller .bullet.active, #masthead .carousel-masthead .controller .bullet:hover {
          background-color: #fff; }
        #masthead .carousel-masthead .controller .bullet + .bullet {
          margin-left: 20px; }
      @media (min-width: 1200px) {
        #masthead .carousel-masthead .controller {
          margin-top: 0; } }
    @media (min-width: 768px) {
      #masthead .carousel-masthead .caption {
        padding: 0; } }
    @media (min-width: 992px) {
      #masthead .carousel-masthead .thumb-container {
        padding: 0 15px; }
      #masthead .carousel-masthead .cta {
        text-align: left; }
      #masthead .carousel-masthead .controller {
        left: 33.33%;
        text-align: left;
        width: 66.67%;
        padding-left: 15px;
        padding-top: 15px; } }
  #masthead .carousel-masthead-new {
    position: relative; }
    #masthead .carousel-masthead-new .full-responsive {
      width: 100%;
      height: auto; }
    #masthead .carousel-masthead-new .carousel-item {
      position: relative; }
      #masthead .carousel-masthead-new .carousel-item .carousel-item-image {
        height: 0;
        padding-bottom: 56.25%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover; }
      #masthead .carousel-masthead-new .carousel-item .carousel-caption-title {
        font-weight: 400;
        color: #fff;
        font-size: 52px; }
      #masthead .carousel-masthead-new .carousel-item .carousel-item-caption {
        padding: 15px;
        background-color: #000;
        color: #fff;
        padding-bottom: 55px;
        font-size: 0.8em; }
      @media (min-width: 768px) {
        #masthead .carousel-masthead-new .carousel-item .carousel-item-caption {
          position: absolute;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.5);
          width: 100%; } }
      @media (min-width: 992px) {
        #masthead .carousel-masthead-new .carousel-item .carousel-item-image {
          height: 100vh;
          padding: 0; }
        #masthead .carousel-masthead-new .carousel-item .carousel-item-caption {
          width: 40%;
          padding: 30px 30px 30px 60px; } }
    @media (min-width: 768px) {
      #masthead .carousel-masthead-new {
        margin-top: -100px; } }
  #masthead .masthead-message {
    list-style: none;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 100; }
    #masthead .masthead-message li {
      visibility: hidden; }
    @media (min-width: 768px) {
      #masthead .masthead-message {
        font-size: 27px;
        padding: 0 10%; } }
    @media (min-width: 992px) {
      #masthead .masthead-message {
        padding: 0; } }
    @media (min-width: 1200px) {
      #masthead .masthead-message {
        font-size: 36px; } }
