/** FONT FAMILIES **/
@font-face {
    font-family: 'SouthwestSans-Regular';
    src: url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.eot');
    src: url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), 
    url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Regular.otf');
    font-display:swap;
}

@font-face {
    font-family: 'SouthwestSans-Bold';
    src: url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.eot');
    src: url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), 
    url('https://espanol.swabiz.com/swa-resources/fonts/SouthwestSans-Bold.otf');
    font-display:swap;
}

a {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    color: #304cb2;
}

.no-pad {
    padding: 0;
}

.no-mar {
    margin: 0;
}


body{
  margin: 0 !important; 
}
/** Added Page Specific Styles **/
.max-container{
	background-color:#d7ecf8; 
    padding: 1rem;
  	margin-top: 23px; 
}

ol li{
  padding-left: 2rem;
}
ul li{
  padding-left: 2rem;
}

.swa-landing-page-content-detail .carousel-wrapper .carousel-caption .play-btn{
    width: 80px;
    padding-bottom: 5%;
}
.swa-landing-page-content-detail #for-business-travelers, .swa-landing-page-content-detail #more-info, .swa-landing-page-content-detail #live-chat{
	padding-top: 2%; 
    padding-bottom: 2%; 
}
#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url(https://www.swabiz.com/swa-resources/images/responsive/mobile-app/swa-arrow-right.svg);
    height: 50%;
    width: 40%;
}

#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url(https://www.swabiz.com/swa-resources/images/responsive/mobile-app/swa-arrow-left.svg);
    height: 50%;
    width: 40%;

  } 

  .swa-landing-page-content-detail .carousel-inner .carousel-caption h2{
    color: #fff;
  }
   .swa-landing-page-content-detail .carousel-inner .swa-pilot-carousel-title{
     font-size: 30px;
  }
  .swa-landing-page-content-detail .carousel-inner .carousel-caption h3{
    color:#fff;
    font-weight: 400; 
    font-size: 25px;
  }
  .swa-landing-page-content-detail section{
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc; 

}
.swa-landing-page-content-detail .col-sm-12{
	padding-top:1rem; 
}
  .swa-landing-page-content-detail .carousel-inner .carousel-item .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  	z-index: 2;
  }

  .letter-from{
    background-color: #f1fafa;
    padding: 4%;
    border: 1px solid #f2f2f2;
  }

 .swa-landing-page-content-detail .collapse-content h3{
    color: #304cb2;
    text-align: left; 
	padding: 0; 
 }   
  .swa-landing-page-content-detail .collapse-content{
    color: #304cb2;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
    width: 100%;
    padding: 20px;
    background-color: #f4f4f4;
  } 
  
  .swa-landing-page-content-detail .swa-button_secondary{
      color: #304cb2;
    background: #fff none repeat scroll 0 0;
    border-color: #1A2C80;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font: bold 14px Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
	margin-left:13px;
    min-width: 75px;
    padding: 10px 20px 10px;
    text-decoration: none;
    text-align: center;
    transition: color 0.3s ease-out 0s, background 0.3s ease-out 0s, border-color 0.3s ease-out 0s;
    vertical-align: baseline;

}

.swa-landing-page-content-detail #more-info .swa-button_secondary{
	margin-left: 0;
}

.swa-landing-page-content-detail .swa-button_secondary:hover{
	color: #0056b3;
    text-decoration: underline;
}

  .plus-minus-toggle {
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 26px;
    display: inline;
    float: right;
    bottom: 0px;
    right: 0px;
}
 
 .plus-minus-toggle:before, .plus-minus-toggle:after {
    background: #304cb2;
    content: '';
    height: 2px;
    position: absolute;
    width: 13px;
    transition: transform 500ms ease;
    transform: rotate(180deg);
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
} 

#clean-container section {
    margin: 1rem 0;
    width: 100%;
}

.updateDiv{
  	padding-bottom: 1.5rem;
}

#clean-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.video-container{
	margin: 0 auto; 
}
#clean-nav .nav-link {
    color: #111b40;
    display: block;
    font-size: 1.125rem;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-weight: normal;
    border-right: 1px solid #8f8f8f;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: auto 0;
    padding: 0 1%;
    text-align: center;
}

#clean-nav .nav-link:last-of-type {
    border-right: none;
}

.swa-landing-page-content-detail .resource-1 img, .swa-landing-page-content-detail .resource-2 img{
  width: initial;
}                  

.max-faq{
  padding-top: 2%;
}

.swa-landing-page-content-detail .resource-1 h3, .swa-landing-page-content-detail .resource-2 h3 {
  display: inline;
}
.resource-2 h3{
  padding-left: 1%;
} 
.resource-2{
}
/** MAIN STYLES **/


.swa-landing-page-content-detail * {
    letter-spacing: -.02em;
}

.swa-landing-page-content-detail h1, .swa-landing-page-content-detail h2, .swa-landing-page-content-detail h3, .swa-landing-page-content-detail h4, .swa-landing-page-content-detail h5 {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 28px;
    color: #304cb2;
    margin-bottom: 16px;
}

.swa-landing-page-content-detail p {
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.swa-landing-page-content-detail strong {
    font-family: 'SouthwestSans-Bold', Arial, sans-serif;
}

.swa-landing-page-content-detail .max8-section {
    width: 100%;
    /*margin-bottom: 28px;*/
    padding: 2%; 
}

.swa-landing-page-content-detail .banner-wrapper{
  padding: 0%;
} 
.max8-section .brandbar {
    bottom: 0;
    height: 1rem;
    left: 0;
    position: absolute;
    z-index: 2;
}
.swa-landing-page-content-detail img {
   /* width: 100%;*/
}

.swa-landing-page-content-detail .mike-img{
  float: left; 
  padding-right: 2%;
} 

.swa-landing-page-content-detail #return-to-service-plan .return-to-service-img{
	display:block; 
	margin: 0 auto;
	padding-top: 4%;
    max-width: 100%;
}
.swa-landing-page-content-detail .banner{
        background: url(https://www.swabiz.com/swa-resources/images/responsive/mobile-app/mobile_index_hero.jpg) no-repeat bottom;
    background-size: cover;
    max-height: 400px;
    min-height: 276px;
    background-position-x: 1%;
    background-position-y: 1%;
} 
.swa-landing-page-content-detail .banner-wrapper {
    min-height: 500px;
	max-width: 780px; 
	margin: 0 auto;
}

.swa-landing-page-content-detail .carousel-wrapper .download-and-get {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    width: 70%;
    text-align: center;
    margin: 0px auto 16px;
    font-size: 20px;
    line-height: 1.1em;
}

.swa-landing-page-content-detail .banner-wrapper .carousel-caption {
    z-index: 10;
    padding-bottom: 4%;
    color: #fff;
    text-align: center;
}

.swa-landing-page-content-detail #carouselExampleIndicators {
    /*min-height: 350px;*/
    margin-top: 10px;
}


.swa-landing-page-content-detail .carousel-wrapper h2 {
    color: #111b40;
    font-size: 37px;
    line-height: 1.1em;
    margin-bottom: 6%;
    text-align: center;
    width: 88%;
    display: block;
    min-height: 80px;
    margin: 0px auto;
}

.swa-landing-page-content-detail span.price-point {
    font-size: 160px;
    line-height: .8em;
    width: 146px;
    height: 124px;
    float: left;
}

.swa-landing-page-content-detail span.price-point sup {
    font-size: .6em;
    top: -.4em;
}

.swa-landing-page-content-detail .carousel-wrapper .main-copy sup {
    font-size: .5em;
    top: -1em;
}

.swa-landing-page-content-detail span.main-copy {
    float: left;
    line-height: 1em;
    position: relative;
    top: 4px;
}

.swa-landing-page-content-detail .carousel5-caption span.main-copy {
    top: 14px;
}

.swa-landing-page-content-detail .carousel-wrapper h2 .small-copy {
    font-family: 'SouthwestSans-Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 0.5em;
    line-height: 1em;
    margin-top: 4px;
    display: block;
}

.swa-landing-page-content-detail .banner-wrapper p {
    color: #111b40;
    font-size: 20px;
    line-height: 1.3em;
}

.swa-landing-page-content-detail .carousel2-caption span.main-copy, .swa-landing-page-content-detail .carousel3-caption span.main-copy, .swa-landing-page-content-detail .carousel4-caption span.main-copy, .swa-landing-page-content-detail .carousel8-caption span.main-copy {
    top: 40px;
}

.swa-landing-page-content-detail .carousel5-caption span.main-copy {
    top: 14px;
}


.swa-landing-page-content-detail #carouselExampleIndicators .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, .8);
}

.swa-landing-page-content-detail #carouselExampleIndicators .carousel-indicators li:first-child {
	margin: 0;
}


.swa-landing-page-content-detail .max8-btn-options {
    margin-bottom: 10px;
}

.swa-landing-page-content-detail .max8-btn-options a {
    font-family: 'SouthwestSans-Bold', Arial, sans-serif;
    display: block;
    color: #111b40;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    text-decoration: none;
}

.swa-landing-page-content-detail .max8-btn-options a:hover {
    text-decoration: underline;
}

.swa-landing-page-content-detail .max8-btn {
    padding: 8px;
}

.swa-landing-page-content-detail .max8-btn-options .max8-btn-border-right {
    border-right: 1px solid #8f8f8f;
}



.swa-landing-page-content-detail ul, .swa-landing-page-content-detail li {
    margin: 0 0 0px 10px;
    padding: 0;
font-family: 'SouthwestSans-Regular', arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
}


.swa-landing-page-content-detail ul {
    margin-bottom: 20px;
}

.operations-and-training{
	background-color: #f6f6f6; 
    padding: 4%;
}


.swa-landing-page-content-detail h3 {
    font-size: 20px;
    margin-bottom: 0px;
     padding: 10px 0; 
    text-align: left;
}


.swa-landing-page-content-detail strong {
    font-family: 'SouthwestSans-Bold', Arial, sans-serif;
}

.swa-g-screen-reader-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

img#mobile-image {
    padding-left: 12%;
    padding-top: 50%;
}

/** MEDIA QUERIES **/
     @media all and (max-width: 767px) {
    .swa-landing-page-content-detail .mobile-app-dwnld.sticky-box {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        background: rgba(255,255,255,0.8);
        z-index: 1;
    }
    .swa-landing-page-content-detail .mobile-app-dwnld.sticky-box .col {
        display: inline-block;
        padding: 0;
    }
    .swa-landing-page-content-detail .mobile-app-dwnld.sticky-box .wcm-image-link img {
        width: 100%;
    }
}

@media (min-width: 420px) { 


}

@media (min-width: 576px) {
  .swa-landing-page-content-detail .banner h2{
	font-size:40px;
}
}

@media (min-width: 768px) {
 .swa-landing-page-content-detail #max-faq-heading h1{
    margin-top: -100%;
 }

.swa-landing-page-content-detail .dsktop-app-dwnld{
   display:flex;
}

.swa-landing-page-content-detail .mobile-app-dwnld{
      display: none; } 
      


}

@media(min-width: 817px){
    .swa-landing-page-content-detail #max-faq-heading h1{
        margin-top: -100%;
    }
}

@media(min-width: 845px){
    .swa-landing-page-content-detail #max-faq-heading h1{
        margin-top: -110%;
    }
}

@media(min-width: 937px){
    .swa-landing-page-content-detail #max-faq-heading h1{
        margin-top: -105%;
    }
}

@media (min-width: 992px) {
  .swa-landing-page-content-detail img {
   /*width: 90%;*/
}
.swa-landing-page-content-detail #max-faq-heading h1{
    margin-top: -70%;
 }

   .h2-responsive{
   padding-bottom: 28%;
   }

.swa-landing-page-content-detail .banner h2{
	font-size: 35px;
	padding-top: 2%;
}

 
}

@media (min-width: 1200px){
.swa-landing-page-content-detail #max-faq-heading h1{
    margin-top: -54%;
    font-size: 32px; 
 }
}

@media (max-width: 1200px) { 
    .swa-landing-page-content-detail {
        max-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1080px) { 
    .swa-landing-page-content-detail .carousel-wrapper h2 {
        font-size: 36px;
    }

}

@media (min-width: 768px) and (max-width: 992px) { 
    .swa-landing-page-content-detail .carousel-wrapper h2 {
        font-size: 31px;
    }
}

@media (max-width: 1082px) {
 
  .swa-landing-page-content-detail .carousel-wrapper .carousel1-caption h2 {
      width: 386px;
  }   
}

@media (max-width: 992px) { 
  .swa-landing-page-content-detail #carouselExampleIndicators {
      min-height: 290px;
  }
  .swa-landing-page-content-detail .banner-wrapper {
      min-height: 0px;
      background-size: 58% auto;
  }


}

@media (max-width: 860px) {

  .swa-landing-page-content-detail .max8-btn-options a {
    font-size: 17px;
  }
}

@media (max-width: 834px) {

  .swa-landing-page-content-detail .carousel-wrapper .carousel1-caption h2 {
      width: 330px;
  }   
}

@media (max-width: 767px) {
  .carousel-wrapper .carousel-caption .play-btn{
    padding-bottom: 0px;
    width: 80px; 
  }
   .swa-landing-page-content-detail .banner-wrapper .carousel-caption{
    padding-bottom: 0;
   }
  .swa-landing-page-content-detail .banner{
    background-position-x: 82%;
    background-position-y: 46%;
    min-height: 155px;
    padding-top: 105px;
  } 
  
  .swa-landing-page-content-detail .banner h2{
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
  .swa-landing-page-content-detail .banner-wrapper {
      min-height: 0px;
      background-size: 360px auto;
  }

  .swa-landing-page-content-detail .carousel-wrapper .carousel1-caption h2 {
      width: 422px;
  } 
  	#clean-nav .nav-link {
		background-image: -o-linear-gradient(#ffffff, #f5f5f5);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
		background-image: linear-gradient(#ffffff, #f5f5f5);
		border-right: none;
		border-bottom: 1px solid #e8e8e8;
		color: #111b40;
		display: block;
		float: none;
		font-family: 'SouthwestSans-Bold', arial, sans-serif;
		padding: .5rem 0;
	}
      #clean-nav {
		display: block;
	}
 .swa-landing-page-content-detail #mobile-image{
  display: none !important; 
}
                                             
.swa-landing-page-content-detail .dsktop-app-dwnld{
   display:none;
}

.swa-landing-page-content-detail .mobile-app-dwnld{
      display: flex;
                                             }                                        
     .swa-landing-page-content-detail #return-to-service-plan .return-to-service-img{
        width: 100%;
                                             }
                                             .swa-landing-page-content-detail .remove-on-mobile{
display: none;
}
}

@media (max-width: 720px) {
  .swa-landing-page-content-detail .max8-btn-options a {
    font-size: 15px;
  }
}

@media (max-width: 700px) {

}

@media (max-width: 638px) {
  .swa-landing-page-content-detail .max8-btn-options a {
    font-size: 13px;
  }
}
@media (max-width: 608px) {

}

@media (max-width: 575px) {
  .swa-landing-page-content-detail {
      margin-top: 20px;
  }
  .swa-landing-page-content-detail .max8-btn-options a {
    font-size: 20px;
  }
  .swa-landing-page-content-detail .max8-btn-options .max8-btn-border-right {
    border-right: none;
    border-bottom: 1px solid #8f8f8f;
  }
}

@media (max-width: 467px) {
  .swa-landing-page-content-detail .carousel-wrapper h2 {
    min-height: 54px;
 
}
 .swa-landing-page-content-detail #carouselExampleIndicators {
    min-height: 245px;
}
  .carousel-caption{
  } 
  .swa-landing-page-content-detail .carousel-wrapper h2 {
      font-size: 16px;
  }

  #quote{
    padding-top:11%;
  }
  #title{
    padding-bottom: 11% !important;
  }
  .swa-landing-page-content-detail .carousel-wrapper h3{
    font-size: 12px !important;
  } 
  .swa-landing-page-content-detail .banner-wrapper .carousel-caption{
    max-height: 132px; 
  }

  .mike-img{
      width: 98%; 
  } 
  
  .swa-landing-page-content-detail .carousel-wrapper .carousel1-caption h2 {
      width: 360px;
  }  

  .resource-2{
    padding-bottom: 5%;
  }

  .resource-2 h3{
    padding-left: 5%;
  }
}

@media (max-width: 420px) { 

}