/* Uplift CSS */
html {
    scroll-behavior: smooth;
}
/* FONTS */
@font-face {
    font-family: 'SouthwestSans-Regular';
    src: url('/swa-resources/fonts/SouthwestSans-Regular.eot');
    src: url('/swa-resources/fonts/SouthwestSans-Regular.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Regular.otf');
    font-display: swap;
}
@font-face {
    font-family: 'SouthwestSans-Bold';
    src: url('/swa-resources/fonts/SouthwestSans-Bold.eot');
    src: url('/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Bold.otf');
    font-display: swap;
}
/* DEFAULT CONTAINER STYLES */
.swa-landing-page-content-detail h1 {
    color: #fff;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 3.5rem;
    font-weight: normal;
}
.swa-landing-page-content-detail h2 {
    color: #111b40;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 1.9rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail h3 {
    color: #111b40;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail p {
    color: #111b40;
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}
.swa-landing-page-content-detail p:last-child, .swa-landing-page-content-detail p:only-child {
    margin: 0;
}
.swa-landing-page-content-detail a {
    color: #304cb2;
}
.swa-landing-page-content-detail strong {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    font-weight: normal;
}
.swa-landing-page-content-detail section {
    margin: 2rem 0;
    width: 100%
}
/* MAIN STYLES */
/* Header */
#pyb-header {
    width: 100%; 
}
#pyb-header .hero{
    height: 330px; 
}
#pyb-header .text-block{
    background: rgb(41,66,153);
	background: radial-gradient(circle, rgba(41,66,153,1) 0%, rgba(26,44,128,1) 100%);
    padding: 5% 3%;
}
#pyb-header .hero-image {
    background-image: url('/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg');
    background-size: cover;
    background-position: center;
}
#pyb-header .hero p {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 2.3rem;
	line-height: 40px;
	color: #fff; 
}

.swa-landing-page-content-detail #mobile-banner-img{

    background: url('/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg') no-repeat center bottom;
    height: 200px;
    background-size: cover;
    background-position: 0 56%;
}

/* Redeem */
#redeem-pts h2{
 font-size: 1.5rem;
margin: 0; 
}
#redeem-pts h3 {
    margin: 1rem 0;
}
#redeem-pts p{
	line-height: 26px; 
}
#redeem-pts h3 span {
    display: block;
}
#redeem-pts .redeem-pts-icons {
    text-align: center;
}
/* How PYB Works */
#how-pyb-works {
    /*background-color: #eeeeee;*/
    padding: 1rem 0;
    text-align: center;
}
#how-pyb-works h2 {
    text-align: left;
    color: #1A2C80;
}
#how-pyb-works p {
    margin: 1rem 0;
    color: #636363;
}
#how-pyb-works img {
    position: relative;
}

/* Learn more*/ 
#learn-more h2{
	font-size: 1.5rem; 
}

/* Disclaimer */
#pyb-disclaimer p {
    font-size: .9rem;
	line-height:20px;
}
#pyb-disclaimer h5 {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 1%;
}

/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .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 a.btn-primary, .swa-landing-page-content-detail a.btn-secondary, .swa-landing-page-content-detail a.btn-blue, .swa-landing-page-content-detail strong {
        font-weight: bold;
    }
    #how-pyb-works hr {
        display: none;
    }
}
/* General Queries */
@media (max-width: 1024px) {
    #pyb-header .hero {
        background-image: url('/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg');
    }
}
@media (max-width: 992px) {
    .swa-landing-page-content-detail #mobile-banner-img{
	    display:none;
	}
}
@media (min-width: 768px) {
    .swa-landing-page-content-detail .hero-image{
	    display: block;
	}
    .swa-landing-page-content-detail #mobile-banner-img{
        display:none;
	}
    .swa-landing-page-content-detail section:first-child {
        margin-top: 1rem;
    }
}
@media (max-width: 768px) {
    #pyb-header .hero {
        background-image: url('/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg');
  		background-size: cover;  
    }
    .swa-landing-page-content-detail .hero-image{
	    display: none;
	}
    .swa-landing-page-content-detail #mobile-banner-img{
        display:block;
		margin-bottom: 0; 
	}
  	.swa-landing-page-content-detail #pyb-hero{
		margin-top: 0; 
	} 
}
@media (max-width: 767px) {
    .swa-landing-page-content-detail section:first-child {
        margin-top: 0;
    }
  .swa-landing-page-content-detail #mobile-banner-img{
    background: url('/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg') no-repeat center bottom;
    height: 200px;
    background-size: cover;
    background-position: 0 32%;
}
    #pyb-header .hero {
        height: 250px;
    }
	
    #pyb-header .booking-widget {
        margin-top: 0;
    }
    #pyb-header .booking-widget a.btn {
        color: #111b40;
        font-family: 'SouthwestSans-Bold', arial, sans-serif;
        font-size: 1.3125rem;
        font-weight: normal;
        margin: 1rem 0;
    }
    #how-pyb-works .container .row div:not(:last-child) {
        margin-bottom: 1rem;
    }
    #how-pyb-works hr {
        display: none;
    }
}
@media (max-width: 640px) {
    .swa-landing-page-content-detail h1 {
        font-size: 2.5rem;
    }
#pyb-header .hero-image {
    background-image: url(/swa-resources/images/responsive/uplift/pyb-hero-sm.jpg);
    background-size: cover;
    background-position: center;
}
}
@media (min-width: 577px) {
    .hide-on-desktop {
        display: none;
    }
}
@media (max-width: 576px) {
    .hide-on-mobile {
        display: none;
    }
  
  #pyb-header .hero{
 height: 250px; 
}
    .swa-landing-page-content-detail section {
        margin: .5rem 0;
    }
    .swa-landing-page-content-detail section:first-child {
        margin-top: 0;
    }
    .swa-landing-page-content-detail section:last-child {
        margin-bottom: 1rem;
    }
    #redeem-pts .redeem-pts-icons div:not(:last-child){
        margin-bottom: 1rem;
    }
    #pyb-disclaimer {
        border: none;
        padding: 0;
    }
}

#redeem-pts p {
  line-height: 1.5
}