/* BEGIN SLICK STYLING */

.carousel-movies {
    width: 90%;
    margin: 0px auto;
  }
  
  .slick-slide {
    margin: 5px;
  }
  
  .slick-slide img {
    width: 100%;
    border: transparent;
  }
  
  .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: #ff0000;
  }
  
  .show-btn {
    color: #000;
  }
  
  .textbox {
    display: none;
  }
  
  .slide {
    height: 100%;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 25px;
  }
  
  .slick-arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  
  .slick-arrow circle {
    fill: #fff;
    stroke: green;
    stroke-width: 2;
    stroke-dasharray: 0,1000px;
    transition: all .2s linear;
  }
  
  .slick-arrow path {
    stroke-width: 2;
    fill: none;
    stroke: black;
    stroke-linecap: round;
  }
  
  .slick-prev, .slick-next {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 1000;
  }
  
  .slider .slick-prev, .slider .slick-next {
    top: 42%;
  }
  
  .slider-tv-series .slick-prev, .slider-tv-series .slick-next {
    top: 38%;
  }
  
  .wifi-live-tv-wrapper .slick-prev, .wifi-live-tv-wrapper .slick-next {
    top: 23%;
  }
  
  .slick-prev {
    left: -12px;
  }
  
  .slick-next {
    right: -12px;
  }
  
  .slick-prev:before, .slick-next:before {
    opacity: 1;
    top: 50% !important;
  }
  
  .slick-prev:before {
    content: url("/swa-resources/images/wifi/icons/icon-previous.png");
  }
  
  .slick-next:before {
    content: url("/swa-resources/images/wifi/icons/icon-next.png");
  }
  
  button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    width: 43px;
    height: 43px;
    border-radius: 50%;
  }

  ul {
    list-style-type: disc;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 0 10% 0 10% !important;
  }

  div.list {
    text-align: center;
  }
  
  .show-btn {
    color: #000;
  }
  
  .content-hide {
    margin-top: 20px;
  }
  
  .bootstrap button {
    color: transparent; /* Removes 'Previous' and 'Next' language next to carousel arrows */
  }
  
  /*.slick-slide.slick-active a[aria-expanded="true"] img.video-img {
      box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 35%);
  }*/
  
  /*.slick-active img.video-img {
    border: 3px solid #ff0000;
  }*/
  
  /* END SLICK STYLING */
  
  /* BEGIN FAQ SECTION */
  
  .accordion .card-header {
      border: 1px solid #f4f4f4;
      border-radius: 2px;
      color: #304cb2;
      cursor: pointer;
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      justify-content: space-between;
      margin-bottom: 4px;
      padding: 8px 16px;
      text-align: left;
      transition: background-color .5s,border .25s;
      width: 100%;
  }
  
  .accordion .card-header:focus, .accordion .card-header:hover {
      background-color: #e5e5e5;
      border: 1px solid #111b40;
  }
  
  button.btn.btn-link.btn-block {
      text-align:left;
  }
  
  .wifi-faq-wrapper button.btn {
    white-space: normal;
  }
  
  .wifi-faq-wrapper button.btn.btn-link {
    color: #304cb2;
    font-family: "SouthwestSans-Bold";
    font-size: 1rem;
    font-weight: 700;
  }
  
  .wifi-faq-wrapper h2 {
    margin-top: 0;
  }
  
  .wifi-faq-wrapper h2.section-title {
    padding-bottom: 16px;
  }
  
  .wifi-faq-wrapper .btn:focus, .wifi-faq-wrapper .btn:active:focus {
    outline: 0;
  }
  
  .wifi-faq-wrapper .btn-link:hover, .wifi-faq-wrapper .btn-link:focus {
    text-decoration: none !important;
  }
  
  .wifi-faq-wrapper button[aria-expanded="false"] span.icon-faq {
    content: url("/swa-resources/images/wifi/icons/icon-chevron-down.svg");
  }
  
  .wifi-faq-wrapper button[aria-expanded="true"] span.icon-faq {
    content: url("/swa-resources/images/wifi/icons/icon-chevron-up.svg");
  }
  
  span.icon-faq {
    width: 20px;
    height: 20px;
    float: right;
    top: 3px;
    position: relative;
    left: 0;
  }
  
  .wifi-faq-wrapper .card-body {
    font-family: "SouthwestSans-Regular";
  }
  
  /* END FAQ SECTION */
  
  .nav-item.open .menu__icon--open {
      display: block;
  }
  
  .nav-item.open .menu__icon--close {
      display: none;
  }
  
  .nav-item.open.show .menu__icon--open {
      display: none;
  }
  
  .nav-item.open.show .menu__icon--close {
      display: block;
  }
  
  .nav-item .menu__icon--open {
      display: block;
  }
  
  .nav-item .menu__icon--close {
      display: none;
  }
  
  .nav-item.show .menu__icon--open {
      display: none;
  }
  
  .nav-item.show .menu__icon--close {
      display: block;
  }
  
  @font-face {
    font-family: "SouthwestSans-Light";
    src: url("/swa-resources/fonts/SouthwestSans-Light.eot");
    src: url("/swa-resources/fonts/SouthwestSans-Light.eot?#iefix")
    format("embedded-opentype"),
    url("/swa-resources/fonts/SouthwestSans-Light.otf");
    font-display: swap;
  }
  
  h2, h3 {
      color: #1a2c80 !important;
    }
  
  .bootstrap a:focus {
    outline: none;
  }  
  
  /*.bootstrap .container {
    max-width: 100% !important;
    width: 100% !important;
  }*/
    
  #wifi-inflight-wrapper p {
      color: #111b40 !important;
      font-size: 16px;
  }
  
  #get-connected-steps.wifi-steps, #specialty.wifi-specialty-wrapper, #live-tv.wifi-live-tv-wrapper {
    padding: 3em 2% 2em !important;
  }

  #get-connected.wifi-get-connected-wrapper {
    padding: 3em 5% 2em !important;
  }
  
  #free-entertainment.wifi-free-entertainment-wrapper, #beverages.wifi-beverages-wrapper {
    padding: 2em 2% 0 !important;
  }
  
  #new-releases, #movies, #tv-series, #drinks, #beer-wine-spirits {
    padding: 0 2% !important;
  }
  
  #tv-series.wi-section.wifi-tv-series-wrapper, #beer-wine-spirits.wifi-premium-wrapper {
    padding: 0 2% 2em !important;
  }

  
  .card {
    background-color: transparent !important;
    border: none !important;
  }
  
  #wifi-inflight-wrapper .wi-section.hero-wrapper {
    padding: 0 !important;
    overflow: hidden;
  }
  
  .wifi-hero-xxs, .wifi-hero-xs, .wifi-hero-sm, .wifi-hero-md, .wifi-hero-lg, .wifi-hero-xl {
    width: 100%;
  }
  
  #wifi-inflight-wrapper .wi-section.wifi-hero-section {
    background: url("/swa-resources/images/wifi/hero-images/ife-banner-1920x426.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vh;
    padding: 0 2em !important;
  }
  
  .hero-wrap {
    float: left;
    position: relative;
    margin: -20px auto 0;
  }
  
  .hero-content {
    float: left;
    position: relative;
    margin: 0 auto;
  }
  
  .hero-now-onboard {
    color: #f7b727;
    font-family: "SouthwestSans-Regular";
    font-size: 2.3vw;
    font-weight: bold;
    letter-spacing: 0 !important;
    line-height: 0;
  }
  
  .hero-ife {
    color: #f7b727;
    font-family: "SouthwestSans-Bold";
    font-size: 6vw;
    letter-spacing: 0 !important;
    line-height: .9;
  }
  
  .now-onboard.col-6 {
    padding: 0 10% !important;
  }
  
  .now-onboard-text.col-6 {
    padding-top: 0 !important;
    padding-left: 5% !important;
  }
    
    #wifi-inflight-wrapper .wi-section {
      margin-bottom: 0 !important;
    }
    
    #wifi-inflight-wrapper .wi-section.how-to-get-connected {
      background-color: #ffbf27;
      padding: 2em 2% 1em !important;
    }
  
    .content {
      background-color: #fff !important;
    }
    
    #wifi-inflight-wrapper .each-step {
      margin-bottom: 2.5em !important;
    }
    
    #wifi-inflight-wrapper .each-step:last-child {
      margin-bottom: 1em !important;
    }
  
    .steps-instructions-wrapper .col-md-12 {
      padding-left: 0 !important;
    }
  
    .each-step .col-md-2, .each-step .col-sm-4, .each-step .col-xs-4 {
      padding-left: 0 !important;
    }
  
    #wifi-inflight-wrapper img.wifi-steps-icon.step-one-icon {
      display: block;
      margin: 0 auto;
      width: 55%;
      height: auto;
    }
  
    #wifi-inflight-wrapper img.wifi-steps-icon.step-two-icon {
      display: block;
      margin: 0 auto;
      width: 55%;
      height: auto;
    }
    
    #wifi-inflight-wrapper img.wifi-steps-icon.step-three-icon {
      display: block;
      margin: 0 auto;
      width: 55%;
      height: auto;
    }
  
  .how-to-get-connected h2 {
    margin-top: 0;
  }
  
  .how-to-get-connected h2 a, .how-to-get-connected h2 a:hover, .how-to-get-connected h2 a:focus {
    color: #1a2c80;
    font-weight: bold;
    text-decoration: none;
  }
  
  span.icon-connect {
    width: 20px;
    height: 20px;
    float: right;
    top: 5px;
    position: relative;
    left: -50px;
  }
  
  a.get-connected[aria-expanded="false"] span.icon-connect {
    content: url("/swa-resources/images/wifi/icons/icon-chevron-down.svg");
  }
  
  a.get-connected[aria-expanded="true"] span.icon-connect {
    content: url("/swa-resources/images/wifi/icons/icon-chevron-up.svg");
  }
  
  #wifi-inflight-wrapper .wifi-free-entertainment-wrapper, #wifi-inflight-wrapper .wifi-new-releases-wrapper, #wifi-inflight-wrapper .wifi-movies-wrapper, #wifi-inflight-wrapper .wifi-tv-series-wrapper {
    background-color: #e5e5e5;
  }
  
  .carousel.carousel-dark.slide {
    margin-bottom: 2em;
  }
  
  .carousel-inner {
    overflow: hidden !important;
  }
    
    .card-wrapper {
      display: flex;
    }
    
    #carouselControlsNewReleases .card {
      margin: 0 .25em;
      width: calc(100%/5);
    }
  
    #carouselControlsMovies .card {
      margin: 0 .25em;
      width: calc(100%/5);
    }
  
    #carouselControlsTVSeries .card {
      margin: 0 .25em;
      width: calc(100%/4);
    }
    
    #carouselControlsLiveTV .card {
      border: none;
      margin: 0 .25em;
      width: calc(100%/6);
    }
  
  #carouselControlsLiveTV img {
    max-width: 150px;
  }
  
    #carouselControlsSpecialty .card {
      margin: 0 .25em;
      width: calc(100%/5);
    }
  
    #carouselControlsDrinks .card {
      border: none;
      margin: 0 .25em;
      width: calc(100%/6);
    }
  
    #carouselControlsPremiumBeverages .card {
      border: none;
      margin: 0 .25em;
      width: calc(100%/6);
    }

  
  /*#carouselControlsDrinks img, #carouselControlsPremiumBeverages img {
    margin: 0 auto;
    max-width: 72px !important;
    max-height: 180px !important;
    text-align: center !important;
  }*/
    
    .carousel-control-prev, .carousel-control-next {
    background-color: #fff;
    opacity: 1  !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    }
    
    .carousel-control-prev span, .carousel-control-next span {
    width: 1.5rem;
    height: 1.5rem;
    }
    
    .carousel-control-prev {
      left: -15px !important;
    }
    
    .carousel-control-next {
      right: -15px !important;
    }
    
    .arrow {
      border: solid #1a2c80;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 0;
      width: 12px !important;
      height: 12px !important;
    }
    
    .arrow-right {
      margin-right: 5px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }
    
    .arrow-left {
      margin-left: 5px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
    }
    
    .video-img {
      border-radius: 4px;
    }
    
    .col-12.info {
      background-color: #fff;
      border-radius: 2px;
      margin-top: 2.5em;
      padding: 1.3em 1.5em;
    }
  
    .poster-content h3 {
      margin-top: 0;
      text-align: left;
    }
    
    .poster-content p {
      font-size: 16px;
      margin: 15px 0 0;
      text-align: left;
    }
  
    .poster-content .details {
      color: #111b40;
      font-family: "SouthwestSans-Light";
      font-size: 14px;
      margin-top: 5px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .poster-content .spacer {
        background-color: #111b40;
        width: 1px;
        height: 15px;
        margin: 0 10px;
        opacity: .5;
    }
  
    .closed-caption svg {
      fill: #111b40;
      position: relative;
      top: 2px;
      width: 15px;
    }
    
    .info.arrow-top {
      margin-top: -15px;
    }
    
    .info.arrow-top:after {
      display: none;
      content: " ";
      position: absolute;
      top: -14px;
      border-top: none;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      border-bottom: 15px solid #fff;
    }
  
    .four-across .info.arrow-top.one:after {
      left: calc(12.5% - 20px);
    }
  
    .four-across .info.arrow-top.two:after {
      left: calc(37.5% - 20px);
    }
  
    .four-across .info.arrow-top.three:after {
      left: calc(62.5% - 20px);
    }
  
    .four-across .info.arrow-top.four:after {
      left: calc(87.5% - 20px);
    }
    
    .five-across .info.arrow-top.one:after {
      left: calc(10% - 20px);
    }
    
    .five-across .info.arrow-top.two:after {
      left: calc(30% - 20px);
    }
    
    .five-across .info.arrow-top.three:after {
      left: calc(50% - 20px);
    }
    
    .five-across .info.arrow-top.four:after {
      left: calc(70% - 20px);
    }
    
    .five-across .info.arrow-top.five:after {
      left: calc(90% - 20px);
    }
  
    .bootstrap .close {
      opacity: 1;
    }
  
    .bootstrap .close:focus {
      color: #1a2c80;
    }
  
    button:focus {
      outline: none;
    }
    
    .bootstrap button.close:before {
      content: url("/swa-resources/images/wifi/icons/icon-close.svg");
      display: block;
      fill: #1a2c80;
      opacity: 1;
      position: relative;
      top: -25px;
      right: -15px;
      width: 28px;
      height: 28px;
    }
  
    #wifi-inflight-wrapper img.tv-img {
      width: 180px;
      margin: 0 auto;
    }
    
    .bootstrap button.close:hover {
      color: #304cb2;
    }
  
    .wifi-specialty-design-top {
      background: url("/swa-resources/images/wifi/bg-hispanic-heritage-month-top.jpg") !important;
      padding: 1.5em 0 !important;
      background-size: cover !important;
    }
  
    .wifi-specialty-design-bottom {
      background: url("/swa-resources/images/wifi/bg-hispanic-heritage-month-bottom.jpg") !important;
      padding: 1.5em 0 !important;
      background-size: cover !important;
    }
  
  /* #wifi-inflight-wrapper .wi-section.wifi-specialty-wrapper {
      background-color: #000;
    } */
  
    #wifi-inflight-wrapper .wi-section.wifi-specialty-wrapper {
      background-color: #1a2c80;
    }
  
    #wifi-inflight-wrapper .wi-section.wifi-specialty-wrapper h2 {
      color: #fff !important;
    }
  
    #wifi-inflight-wrapper .wi-section.wifi-specialty-wrapper p.text-white {
      color: #fff !important;
    }
  
  .wi-section.specialty-wrapper h2 {
    color: #fff !important;
  }
    
    #wifi-inflight-wrapper .wi-section.stay-connected {
      padding: 3em 0 2em !important;
    }
  
    .stay-connected-wrapper {
      margin-top: 3em;
    }
    
    .stay-connected-wrapper .texting-wrapper {
      padding-right: 3em;
    }
    
    .stay-connected-wrapper .border-left {
      border-left: 1px solid #e6e7e8 !important;
      padding-left: 3em;
    }
    
    .stay-connected-wrapper .stay-connected-subtitle {
      text-align: center;
    }
    
    .stay-connected .wi-disclaimer {
      margin-top: 2em !important;
    }

    h3.stay-connected-subtitle {
      margin-bottom: 2em !important;
    }
    
    .internet-wrapper-wifi-icons {
      padding-bottom: 2em;
    }
    
    .internet-wrapper-texting-icons .col-4, .internet-wrapper-wifi-icons .col-4 {
      padding: 0;
    }
  
    .internet-wrapper-texting-icons {
      padding: 0 4em 2em;
    }
  
    .internet-wrapper-texting-icons p {
      color: #1a2c80  !important;
      font-family: "SouthwestSans-Light"  !important;
      font-size: 10px !important;
      margin-bottom: 0;
    }
  
    .internet-wrapper-texting-icons img.texting-icon {
      display: block;
      margin: 0 auto;
      max-width: 70px;
    }
  
    .internet-wrapper-texting-icons img.texting-icon.left {
      float: right;
      margin-right: 5px;
    }
  
    .internet-wrapper-texting-icons img.texting-icon.right {
      float: left;
      margin-left: 5px;
    }
  
    .internet-wrapper-wifi-icons img {
      display: block;
      margin: 0 auto;
      max-width: 150px;
    }
  
    .texting-plus {
      color: #1a2c80;
      display: block;
      font-size: 60px;
      font-weight: bold;
      margin: 0 auto;
      text-align: center;
    }
  
  .wifi-icon-left, .wifi-icon-center, .wifi-icon-right {
      display: block;
      margin: 25px auto;
      padding: 0;
    }
  
    .wifi-icon-center {
      padding: 0 10px;
      max-width: 100px !important;
    }
    
    .wifi-icon-left {
      float: right;
      opacity: 1;
      padding-right: 10px;
      max-width: 75px !important;
    }
  
    .wifi-icon-right {
      float: left;
      opacity: 1;
      padding-left: 10px;
      max-width: 75px !important;
    }  
    
    .no-cost {
      margin: 1em 10em 1em 10em !important;
      padding: 1em;
    }
    
    .tooltip-icon {
      width: 22px !important;
      height: 22px !important;
    }
  
    #wifi-inflight-wrapper img.beverage-img {
      width: 100px;
      margin: 0 auto;
    }
  
    #carouselControlsDrinks p, #carouselControlsPremiumBeverages p {
      font-family: "SouthwestSans-Light";
      font-size: 10px;
      text-align: center !important;
    }
  
   /*#wifi-inflight-wrapper .show {
    display: none !important;
  }
  
   #wifi-inflight-wrapper .show.in {
    display: block !important;
  }*/
  
  .wifi-tracker-large {
    text-align: center;
  }
  
  .wifi-tracker-small {
    background-color: #f5f5f5;
    border-radius: 30px;
    display: none;
    padding: 30px;
    text-align: center;
  }
  
  .wifi-tracker-small img {
    width: 75% !important;
  }
  
  .wifi-tracker-small h3 {
    color: #0861af !important;
  }
  
  /* BEGIN HOW TO GET CONNECTED SECTION */
  
  img.img-responsive.overlay {
      bottom: 5px;
      left: 8px;
      position: absolute;
      width: 80px !important;
  }
  
  #get-connected-steps {
    overflow-x: hidden;
  }
  
  #get-connected-steps img.img-responsive {
      margin: 0 auto;
      width: 80%;
  }
  
  .row.get-connected-bottom-bar {
      background-color: #f3f5f8;
      margin-top: 20px;
  }
  
  #get-connected-steps.wifi-steps {
    padding: 0 !important;
  }
  
  #get-connected-steps.wifi-steps .container.steps {
      margin-top: 40px;
      padding: 0;
  }
  
  #get-connected-steps.wifi-steps .container.steps .col-12 {
      padding: 0;
  }
  
  #get-connected-steps.wifi-steps .row.get-connected-bottom-bar .container.help {
      padding: .5em 0 !important;
  }
  
  #get-connected-steps.wifi-steps .row.get-connected-bottom-bar .right {
      text-align: right;
  }
  
  #get-connected-steps p.h2gc-info {
  margin-left: 35px !important;
  margin-top: 15px;
  }
  
  .wifi-steps .get-connected-bottom-bar .container.help p {
  font-size: 14px !important;
  margin-bottom: 0;
  }
  
  img.h2gc-icon {
  width: 24px !important;
  margin-right: 10px;
  }
  
  .btn.btn-primary.trailer {
    background-color: #1a2c80;
    border: none;
    display: block;
    margin-top: 15px;
    padding: 8px 12px;
  }
  
  .btn.btn-primary.trailer:hover {
    background-color: rgb(48, 76, 178);
  }
  
  .bootstrap .fade {
    opacity: 1;
  }
  
  .trailer-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
  }
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  body.bootstrap_responsive_wifi_access {
    padding-right: 0 !important;
  }
  
  /* END HOW TO GET CONNECTED SECTION */
  
    @media only screen and (max-width: 1200px) {
  
      #wifi-inflight-wrapper {
        max-width: 1200px;
      }
  
      .wifi-hero-xl {
        display: none !important;
      }     
  
      .wifi-hero-lg {
        display: block !important;
      }
  
      #wifi-inflight-wrapper .wi-section.wifi-hero-section {
        background: url("/swa-resources/images/wifi/hero-images/ife-banner-1200x426.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
      }
  
      .hero-now-onboard {
        font-size: 3.1vw;
      }
  
      .hero-ife {
        font-size: 8vw;
      }    
  
      .now-onboard.col-6 {
        padding: 0 4% 0 !important;
      }
  
      #wifi-inflight-wrapper img.wifi-steps-icon.step-one-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-two-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-three-icon {
        width: 65%;
      }
  
      span.icon-connect {
        left: 10px;
      }   

      .no-cost {
        margin: 1em !important;
        padding: 1em;
      }
      
    }
  
    @media only screen and (max-width: 992px) {
  
      #wifi-inflight-wrapper {
        max-width: 992px;
      }    
  
      .wifi-hero-lg, .wifi-hero-xl {
        display: none !important;
      }  
  
      .wifi-hero-md {
        display: block !important;
      }
  
      #wifi-inflight-wrapper .wi-section.wifi-hero-section {
        background: url("/swa-resources/images/wifi/hero-images/ife-banner-992x426.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 35vh;
      }
  
      #wifi-inflight-wrapper img.wifi-steps-icon.step-one-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-two-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-three-icon {
        width: 80%;
      }
  
      span.icon-connect {
        left: -30px;
      }    
  
      .stay-connected-wrapper .border-left {
        border-left: none !important;
        padding-left: 15px;
      }
      
      .stay-connected-wrapper .texting-wrapper {
        padding-right: 15px;
      }
  
      .internet-wrapper-texting-icons {
        padding: 0 4em 2em;
      }
      
      .stay-connected-wrapper .internet-wrapper {
        margin-top: 2em;
      }
      
      .stay-connected-wrapper .stay-connected-subtitle {
        text-align: left;
      }
  
      img.img-responsive.overlay {
        left: -2%;
      }
  
    .get-connected-bottom-bar p {
      text-align: left;
      }
  
    .get-connected-bottom-bar .right p {
      padding-top: 10px;
    }

    }
  
    @media only screen and (max-width: 768px) {
  
      #wifi-inflight-wrapper {
        max-width: 768px;
      }     
  
      .wifi-hero-md, .wifi-hero-lg, .wifi-hero-xl {
        display: none !important;
      }      
  
      .wifi-hero-sm {
        display: block !important;
      }
  
      #wifi-inflight-wrapper .wi-section.wifi-hero-section {
        background: url("/swa-resources/images/wifi/hero-images/ife-banner-768x426.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 25vh;
      }
  
      .hero-ife {
        line-height: .8;
      }
  
      .bootstrap button.close:before {
        right: -20px;
      }
      
     #wifi-inflight-wrapper .wifi-steps .col-left {
       border-bottom: none !important; 
      }
  
    .texting-plus {
      font-size: 4em;
    }
  
    .wifi-tracker-large {
      display: none;
    }
  
    .wifi-tracker-small {
      display: block;
    }
  
  #get-connected-steps img.img-responsive {
  width: 50%;
  }
  
  img.img-responsive.overlay {
  left: 20%;
  }
  
  #get-connected-steps p.h2gc-info {
  margin-bottom: 2.5em;
  margin-left: 0 !important;
  padding: 0 10px;
  text-align: center;
  }
  
  #get-connected-steps p.h2gc-info.last {
  margin-bottom: 0;
  }

  }
  
    @media only screen and (max-width: 576px) {
  
      #wifi-inflight-wrapper {
        max-width: 576px;
        margin-top: 0;
      }     
  
      .wifi-hero-sm, .wifi-hero-md, .wifi-hero-lg, .wifi-hero-xl {
        display: none !important;
      }        
  
      .wifi-hero-xs {
        display: block !important;
      }
  
      #wifi-inflight-wrapper .wi-section.wifi-hero-section {
        background: url("/swa-resources/images/wifi/hero-images/ife-banner-480x426.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;      
        height: 20vh;
      }
      
      #wifi-inflight-wrapper .col-10 {
        margin-left: 40px;
      }
        
      #carouselControlsLiveTV .card {
        border: none;
        margin: 0 .25em;
        width: calc(100%/3);
      }

      }
    
      @media only screen and (max-width: 420px) {
  
      #wifi-inflight-wrapper {
        max-width: 420px;
      }       
  
      .wifi-hero-xs, .wifi-hero-sm, .wifi-hero-md, .wifi-hero-lg, .wifi-hero-xl {
        display: none !important;
      }        
  
      .wifi-hero-xxs {
        display: block !important;
      }
  
      #wifi-inflight-wrapper img.wifi-steps-icon.step-one-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-two-icon, #wifi-inflight-wrapper img.wifi-steps-icon.step-three-icon {
        width: 90%;
      }


      }