/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        margin-top: 0;
        padding-top: 45%;
        width: 100%;
    }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        /*padding-top: 66.64%;*/
        padding-top: 36%;
        width: 100%;
    }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 30px !important;
    left: 45px;
    max-width: 240px;
    position: absolute;
    top: 73px;
    max-width: 215px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 29px !important;
    left: 45px;
    max-width: 315px;
    top: 109px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    font-size: 36px !important;
    left: 45px;
    max-width: 378px;
    top: 133px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .fios-close {
    color: #007078 !important;
    filter: alpha(opacity=20);
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: relative;
    right: 8px;
    text-shadow: none;
    top: 40px;
  }

  .img-half {
      width:25%;
  }

  .text-half {
      width: 68%;
  }

  .kii-fios--row {
      display: flex;
      justify-content: space-evenly;
      align-items: flex-start;
      margin: 40px 0px;
  }

}

@media only screen and (min-width: 576px) {
    .text-half {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) {    

    .kii-fios--img-container > img {
        margin-top: 0;
    }

    .kii-fios--row {
        align-items: center;
    }
}
@media only screen and (min-width: 992px) {  

  .text-half {
    width: 50%;
  }

  .img-half {
    padding: 20px;
  }

  .kii-fios--row {
    margin: 60px 0px;
  }
}
@media only screen and (min-width: 1200px) {
   }

/*# sourceMappingURL=fios-first-entry.css.map */
