/* Rapid Rewards Payless CSS */
html {
	scroll-behavior: smooth;
}
/* FONTS */
@font-face {
	font-family: 'SouthwestSans-Regular';
	src: url('https://www.southwest.com/swa-resources/fonts/SouthwestSans-Regular.eot');
	src: url('https://www.southwest.com/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('https://www.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot');
	src: url('https://www.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), url('/swa-resources/fonts/SouthwestSans-Bold.otf');
	font-display: swap;
}
.swa-landing-page-content-detail .wgapfont{
	font-family: 'Fairwater Script', cursive;
	color: #d5152e;
	font-style: inherit;
	font-weight: inherit;
	font-size:  1.25em;
}

/* Accessibility Tag */ 

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

.screenreader-only {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Subnav Tablet/ mobile */ 
.select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #D1D1D1;
    border-top: 0;
    background: #F4F4F5;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
.select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.custom-option {
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    position: relative;
    color: #304CB2;
    display: block;
    padding: 0 22px 0 22px;
    line-height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    cursor: pointer;
    transition: all 0.5s;
}

 

.custom-option a {
    display:block;
    width: 100%;   
}

 

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}
.arrow {
    position: relative;
    height: 15px;
    width: 15px;
}
.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s;
}
.arrow::before {
    left: 5px;
    transform: rotate(45deg);
    background-color: #0B142D;
}

.arrow::after {
    left: -5px;
    transform: rotate(-45deg);
    background-color: #0B142D;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #D1D1D1;
    border-top: 0;
    background: #F4F4F5;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}
/* MAIN STYLES */
/* Tags */
/*.swa-landing-page-content-detail {
 padding: 0 2%;
}*/
.swa-landing-page-content-detail .yellow-font{
	color: #ffbf27;
}
.swa-landing-page-content-detail a {
	color: #304cb2;
	text-decoration: none;
}
.swa-landing-page-content-detail .rr-hero-section img{
	float: right;
}
.swa-landing-page-content-detail #envir-plan a, .swa-landing-page-content-detail #rr-impt-info a{
	text-decoration: underline;
}

.swa-landing-page-content-detail .btn a{
	color: #212529;
}

.swa-landing-page-content-detail .nav-link a{
	color: #111b40;

}
.swa-landing-page-content-detail strong {
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: bold;
}
.swa-landing-page-content-detail h1 {
	color: #fff;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: bold;
}
.swa-landing-page-content-detail h2 {
	color: #111B40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-weight: bold;
}
.swa-landing-page-content-detail h1 {
	font-size: 2.5rem;
	line-height: 1;
	margin: auto 0;
    padding-bottom: 20px;
}
.swa-landing-page-content-detail h2 {
	font-size: 1.9rem;
	padding: 1%;
	color: #1a2c80;
}
.swa-landing-page-content-detail .rr-hero-section{
	padding: 5% 0; 
	margin-bottom: -2%;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)), url('/swa-resources/images/responsive/rapid-rewards-responsive/rr-promotions-thrifty-hero.jpg') no-repeat;
	background-size: cover;
}
.swa-landing-page-content-detail .benefits-row{
	border-bottom: 1px solid #ccc;
}
.swa-landing-page-content-detail #rr-recognition img{
	width: 100%;
}
.swa-landing-page-content-detail .swa-button_primary{
	background-color: #ffbf27;
    border: 1px solid #ffbf27;
    border-radius: 2px;
    box-shadow: 0 1px #8f8f8f;
    color: #111b40;
    display: inline-block;
    font: bold 14px/1 Arial;
    min-height: 32px;
    padding: 15px 60px;
} 

.swa-landing-page-content-detail .swa-button_secondary{
	background-color: #cce1fa;
	border: 1px solid #1a2c80; 
	border-radius: 2px;
	color: #1a2c80;
	display: inline-block;
    font: bold 14px/1 Arial;
    min-height: 32px;
    padding: 15px 60px;
	text-decoration:none;
}
.swa-landing-page-content-detail .rr-hero-section p{
	color: #fff;
	padding-left: 0;
	font-size: 1.3rem;
}
.swa-landing-page-content-detail .rr-hero-section .rr-hero-container-section{
	padding-bottom: 16%;
}

.swa-landing-page-content-detail h3{
font-size: 1.2rem;
font-weight:bold;
color: #111b40;
}

.swa-landing-page-content-detail h4{
	font-weight:bold;
	color: #304CB2;
    line-height: 33px;
}

#envir-plan img{
	padding-top: 2%;
}

.swa-landing-page-content-detail .partner-grid-box{
	background-color: #cce1fa;
	padding: 5%; 
	margin-bottom: 5%;
	min-height: 234px; 
}

.swa-landing-page-content-detail .benefits-heading:before{
	content:url('/swa-resources/images/responsive/rapid-rewards/icon-checkmark-sec-blue.svg');
	display: inline-block;
	vertical-align: middle;
	padding-right: 2%;
}
.swa-landing-page-content-detail .benefits-heading:first-of-type{
	padding-top: 3%;}
.swa-landing-page-content-detail .benefits-description{
	padding-left: 5%;
}

.swa-landing-page-content-detail .card-title{
 font-family: 'SouthwestSans-Bold', arial, sans-serif;
 color: #111b40;
}
.swa-landing-page-content-detail .card-text{
	color: #636363;
}
.swa-landing-page-content-detail p {
	color: #111b40;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0 0 1rem 0;
	
}
.swa-landing-page-content-detail #envir-plan, .swa-landing-page-content-detail #rr-recognition, .swa-landing-page-content-detail #rr-benefits {
	background: rgb(23,39,118);
	background: linear-gradient(90deg, rgba(23,39,118,1) 0%, rgba(39,60,147,1) 48%, rgba(23,39,118,1) 100%);
}
.swa-landing-page-content-detail #rr-recognition{
	padding-bottom: 4%;
}
.swa-landing-page-content-detail #envir-plan .white-box, .swa-landing-page-content-detail #rr-recognition .white-box, .swa-landing-page-content-detail #rr-benefits .white-box {
    background-color: #fff;
    padding: 4% 5%;
    margin-top: -7%;
}
#rr-benefits h2{
	color: #1a2c80;
	font-size:1.8rem;
	padding-bottom: 3%; 
}
#rr-benefits h3{
	color:#1A2C80;
}
#rr-benefits a{
	position:absolute;
	bottom: 0; 
}
#rr-benefits .grid-content{
	min-height: 187px;
}
#rr-benefits p{
	padding-top: 2%;
}
#rr-recognition h2{
	color: #111B40; 
	font-weight:400; 
	border-bottom: 1px solid #ccc;
	font-size: 1.5rem; 
}
#rr-create-acct h2{
	color: #fff;
    padding-left: 0;
    font-size: 1.5rem;
}
#rr-impt-info h2{
	color: #111B40;
	padding-left: 0;
}
.swa-landing-page-content-detail #fareTabsContent p {
	font-size: 1rem;
}

.swa-landing-page-content-detail #fareTabsContent .col-md-4, .swa-landing-page-content-detail #fareTabsContent .col-12:last-of-type{
	border: 1px solid #ccc;
    padding: 3% 5%;
}


.swa-landing-page-content-detail li.no-span {
	/* Stops column spanning of Disrupted Distations with long names on large devices */
	display: inline-block;
}
.swa-landing-page-content-detail section {
	margin:0;
	width: 100%
}
.swa-landing-page-content-detail .fare-disclaimer{
	padding-left: 0; 
}
.swa-landing-page-content-detail svg {
    width: 32px;
    height: 31px;
}   
.swa-landing-page-content-detail .st0 {
    fill: #304CB2;
    stroke: #304CB2;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
/* Buttons */
.swa-landing-page-content-detail a.btn-primary {
	background-color: #ffbf27;
	border-color: #fad101 #fad101 #d2af01 #fad101;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #111b40;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}
.swa-landing-page-content-detail a.btn-primary:hover {
	border-color: #111b40;
}
.swa-landing-page-content-detail a.btn-primary:active {
	-webkit-box-shadow: 0 2px #8f8f8f inset;
	box-shadow: 0 2px #8f8f8f inset;
}
.swa-landing-page-content-detail a.btn-secondary {
	background-color: #fff;
	border-color: #304cb2;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #304cb2;
	font-family: 'SouthwestSans-Bold', arial, sans-serif;
	font-size: 1rem;
	font-weight: normal;
}
.swa-landing-page-content-detail a.btn-secondary:hover {
	text-decoration: underline;
}
.swa-landing-page-content-detail a.btn-secondary:active {
	background-color: #304cb2;
	-webkit-box-shadow: 0 2px #1a2c80 inset;
	box-shadow: 0 2px #1a2c80 inset;
	color: #fff;
	text-decoration: none;
}

.swa-landing-page-content-detail .btn-circle{
    width: 18px;
    height: 18px;
    border-radius: 15px;
	padding:0;
    text-align: center;
    font-size: 11px;
    line-height: 1.42857;
 	background: #304CB2;
    color:#fff;
}
.tooltip-inner{
	color:#000 !important;
    border: 1px solid #000 !important; 
    background-color: #fff !important; 
    text-align:left;
  	
}

.tooltip.show {
    opacity: 1 !important;
} 

.swa-landing-page-content-detail .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	font-weight: bold;
	display: inline-block;

}

.swa-landing-page-content-detail .nav-link{
  display: flex; /* [1] */
  flex-wrap: nowrap; /* [1] */
  overflow-x: auto; /* [2] */
  -webkit-overflow-scrolling: touch; /* [3] */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.swa-landing-page-content-detail .nav-link::-webkit-scrollbar{
display:  none;

}
.swa-landing-page-content-detail .nav-link{
	position:relative;
	padding: 0;
	font-weight:bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 9px 1.2%;
	
}
.swa-landing-page-content-detail #rrsubnav{
	padding-top: .75%;
    padding-right: 2%;
    padding-bottom: .75%;
    padding-left: 40px;
}
.swa-landing-page-content-detail .nav-divider{
	border-left: 1px solid #fff;
}
.swa-landing-page-content-detail .nav-link:first-child{
	content: "";
	border: none;
}
.swa-landing-page-content-detail .rr-subnav{
	background: #304CB2;
} 
.swa-landing-page-content-detail .pill-box{
--contentWidth: 1109px;
}
.swa-landing-page-content-detail .pill-box .nav-pills{
 max-width: var(--contentWidth);
  margin: 0 auto;
}
.swa-landing-page-content-detail .nav-pills .nav-item .nav-link{
    
}
.swa-landing-page-content-detail #fareTabsContent .tab-panel{
	padding: 2% 3%; 
}

.swa-landing-page-content-detail #fareTabsContent{
	padding-bottom:3%;
	padding-top: 4%;
}
/* Header */
#rr-covid-header {
	background: #f4d4ca; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  #f4d4ca 0%,#faece8 25%,#f3d1c7 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(#f4d4ca),color-stop(25%, #faece8),to(#f3d1c7));
	background: linear-gradient(to right,  #f4d4ca 0%,#faece8 25%,#f3d1c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d4ca', endColorstr='#f3d1c7',GradientType=1 ); /* IE6-9 */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	height: 25rem;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#rr-covid-header div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
#rr-covid-header .brandbar {
	bottom: 0px;
	height: 1rem;
	left: 0px;
	position: absolute;
	z-index: 1;
}
#rr-covid-header .swa-heart {
	bottom: 0;
	height: 390px;
	left: -120px;
	position: absolute;
	z-index: 0;
}
/* Title Section */ 
.swa-landing-page-content-detail .rr-title-box{
 background-color: #1a2c80;
}
.swa-landing-page-content-detail .rr-title-box h2{
	color: #fff;
} 
/* General Info */
#rr-covid-info {
	padding: 0 2rem;
}
#rr-covid-info p {
	letter-spacing: -.0255rem;
}
#rr-covid-info img {
	padding: 1rem 4rem;
	width: 100%;
}
/* Partner Containers */
.swa-landing-page-content-detail #rr-create-acct{
	padding: 4%; 
	background: url('/swa-resources/images/responsive/rapid-rewards/beach-footer-wide2x.png') no-repeat;
	background-size: cover;
	clear: both;
}
.swa-landing-page-content-detail #rr-create-acct h4{
 color:#fff;
}

.swa-landing-page-content-detail #rr-create-acct p{
	color: #fff; 
}

.swa-landing-page-content-detail #rr-impt-info{
	padding: 3% 5%; 
}

.swa-landing-page-content-detail #rr-impt-info h3{
 	color: #111B40;
	
}

.swa-landing-page-content-detail #rr-impt-info p{
	color: #111B40;
}
.swa-landing-page-content-detail .row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
}
.swa-landing-page-content-detail .rr-donation-partner {
	background-color: #f5f5f5;
	border: 4px solid #cccccc;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	padding: 2rem;
}

.swa-landing-page-content-detail .nav-pills{
padding: 1%;
margin-bottom: 3%;
white-space: nowrap;
max-width: 100%;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
display: block;
}

.swa-landing-page-content-detail .rr-donation-partner p {
	font-size: 1.25rem;
}
.swa-landing-page-content-detail .rr-donation-partner img.rr-donation-partner-logo {
	max-height: 110px;
	max-width: 210px;
	margin-bottom: 1rem;
}
.swa-landing-page-content-detail .rr-donation-partner .rr-donation-partner-links {
	margin-top: 1rem;
}
.swa-landing-page-content-detail .rr-donation-partner .rr-donation-partner-links p {
	font-size: 1rem;
	margin-top: 1rem;
}
.swa-landing-page-content-detail .rr-donation-partner .rr-donation-partner-links p a::before {
	content: '\E066';
	display: inline-block;
	font-family: swa-icon;
	font-size: 10px;
	height: 0;
	padding-right: 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: .3px;
}
.swa-landing-page-content-detail .rr-donation-disclaimer-row {
	margin: 1rem 0 0 0;
	padding: 0 1rem;
}

.swa-landing-page-content-detail .fare-long-row{
	padding-top: 3%;
}

/* CARD GRID */ 

.swa-landing-page-content-detail .tab-content .flex-grid-two-col{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.swa-landing-page-content-detail .tab-content .flex-grid-two-col .card{
width: 48%;
margin-bottom: 3%;
box-shadow: 0px 2px 7px #ccc;

}

#pill-box-container{
	padding-right: 0;
	padding-left: 0;
}
/* 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 a.btn-primary, .swa-landing-page-content-detail a.btn-secondary, .swa-landing-page-content-detail strong {
		font-weight: bold;
	}
	#rr-covid-header {
		padding: 2rem 0 0 0;
	}
}

 /* larger devices accounted for learn more about benefits bar width */ 

@media (min-width: 1884px){
	.swa-landing-page-content-detail .pill-box{

	}

}

@media (min-width: 1643px) and (max-width: 1883px){
	.swa-landing-page-content-detail .pill-box{
	
	}

}

@media (min-width: 1520px) and (max-width: 1642px){
	.swa-landing-page-content-detail .pill-box{

	}

}

@media (min-width: 1200px){
	.swa-landing-page-content-detail .rr-hero-section{
	padding: 5% 0; 
	margin-bottom: -2%;
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)), url('/swa-resources/images/responsive/rapid-rewards-responsive/rr-promotions-thrifty-hero.jpg') no-repeat;
	background-size: cover;
}
}
/* Extra large devices (large desktops) */
@media (max-width: 1200px) {
	.swa-landing-page-content-detail h1 {
		font-size: 2rem;
	}
	.swa-landing-page-content-detail .pill-box{
	--contentWidth: 936px;
	}
}
/* Large devices (desktops) */
@media (min-width: 993px) {
	.swa-landing-page-content-detail .rr-donation-partner-row {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.select-wrapper{
		display: none;
	}
}
@media (max-width: 992px) {
	.swa-landing-page-content-detail .rr-donation-partner-row {
		display: block;
	}
	.swa-landing-page-content-detail .rr-donation-partner {
		margin: 1rem 0;
	}
	.swa-landing-page-content-detail .pill-box{
	--contentWidth: 738px;
	}
	.hide-on-tablet {
		display: none;
	}

.swa-landing-page-content-detail #pill-box-container {
    padding-top: 2%;
    padding-bottom: 2%;
}
	
}
@media (min-width: 768px) and (max-width: 991px){
.hide-on-tablet {
    display: none;
}

}

/* Medium devices (tablets) */
@media (max-width: 768px) {
	.swa-landing-page-content-detail h1 {
		font-size: 3.25rem;
		margin: auto 0;
	}
	
	.swa-landing-page-content-detail .benefits-description {
		padding-left: 7%;
		padding-top: 1%;
		padding-bottom: 2%;
	}
	#rr-covid-header .brandbar {
		position: absolute;
		bottom: 0px;
		height: .75rem;
		left: 0px;
		z-index: 1;
	}
    .swa-landing-page-content-detail #fareTabsContent .col-md-4, .swa-landing-page-content-detail #fareTabsContent .col-12:last-of-type{
	border: none;
}	
	.swa-landing-page-content-detail #rr-create-acct h4, .swa-landing-page-content-detail #rr-create-acct p, .swa-landing-page-content-detail #rr-create-acct .col-5 {
	text-align: center;
}
	.swa-landing-page-content-detail #rr-create-acct .swa-btn, .rr-hero-section .swa-btn{
		margin: 0 auto;
	}
	#rr-recognition img{
		padding-bottom: 3%;
	}
	#rr-create-acct .rr-enroll-btn-container, .rr-hero-section .rr-button-container{
		display: flex;
		align-items: center;
	}
	.swa-landing-page-content-detail .pill-box{
	--contentWidth: 538px;
	}
	.hide-on-mobile {
		display: none;
	}
	.swa-landing-page-content-detail .partner-grid-box{
		min-height: 221px;
	}
	#rr-recognition h3{
		font-size: 1.45rem;
		padding-bottom: 3%; 
	}
	#rr-recognition h5{
		font-size: 1.2rem;
		
	}
	#rr-create-acct p{
		padding-bottom: 4%;
	}

	#rr-impt-info h3{
		font-size: 1.6rem;
		padding-bottom: 3%;
	}
	.swa-landing-page-content-detail .rr-hero-section img{
		display: none; 
	}
	.swa-landing-page-content-detail .rr-hero-section h1{
		font-size: 2rem; 
	} 
	.swa-landing-page-content-detail .rr-button-container{
		display: block;
	}
	.swa-landing-page-content-detail h2 {
		padding-left: 0; 
	}
	#rr-benefits a{
		
	} 

	#rr-recognition img{
		width: 100%;
	} 

	#rr-create-acct h2{
		text-align: center;
	}
    .swa-landing-page-content-detail #rr-create-acct{
	padding: 4%; 
	background: url('/swa-resources/images/responsive/rapid-rewards/beach-footer-wide-reflected.jpg') no-repeat;
	background-size: cover;
	clear: both;
}
}

@media(max-width: 767px){
	.swa-landing-page-content-detail .last-benefit{
		  border-bottom: 1px solid #ccc;
  			padding-bottom: 20px;
	}
	
	.swa-landing-page-content-detail .benefits-description {
		padding-left: 11%;
	}

}
/* Small devices (phones) */

@media (min-width: 577px) {
  	
	.swa-landing-page-content-detail section:first-child {
		margin-top: 0;
	}

	.hide-on-desktop {
		display: none;
	}
	
}
@media (max-width: 576px) {
	.swa-landing-page-content-detail .rr-hero-section h1{
		line-height: 38px; 
	} 
	.swa-landing-page-content-detail .rr-button-container{
		display: flex;
	}
	.swa-landing-page-content-detail .rr-hero-section{
		padding-bottom: 18%;
		background-position: -290px;
	}
	.swa-landing-page-content-detail #envir-plan .white-box{
		margin-top:-14%;
	}
	#envir-plan h2, #rr-benefits h2{
		padding-top: 3%;
	}
	#rr-benefits a {
		
	}
	#rr-benefits h3{
		padding-top: 3%;
	}	
	#rr-benefits p{
		padding-top: 3%;
	}
	.swa-landing-page-content-detail .partner-grid-box {
		min-height: 277px;
	}
  	.swa-landing-page-content-detail .container {
 		padding: 3%;
	}
	.swa-landing-page-content-detail h2{
		padding-bottom: 5px;
	}
	.hide-on-mobile {
		display: none;
	}
	.swa-landing-page-content-detail h1 {
		font-size: 2.5rem;
		margin: 0;
	}
	.swa-landing-page-content-detail section {
		
	}
	
	#covid-container .covid-rebook a.btn-primary, #covid-container .covid-rebook a.btn-secondary {
		display: block;
		margin: 0 0 1rem 0;
	}
	#rr-covid-header {
		height: 25rem;
		padding: 1.5rem 0 0 0;
	}
	#rr-covid-header .swa-heart {
		bottom: 0px;
		height: auto;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 0;
	}
	#rr-covid-header .brandbar {
		position: absolute;
		bottom: 0px;
		height: .5rem;
		left: 0px;
		z-index: 1;
	}
	#rr-covid-info {
		padding: 0;
	}
	#rr-covid-info section {
		margin-top: -2rem;
	}
	#rr-covid-info img {
		padding: 0 1rem 1rem 1rem;
		width: 100%;
	}
	.swa-landing-page-content-detail .rr-donation-partner {
		margin: .5rem 0;
	}

	.swa-landing-page-content-detail .tab-content .flex-grid-two-col{
		display: block;
	}

	.swa-landing-page-content-detail .tab-content .flex-grid-two-col .card{
		width: 100%;
	}

	.swa-landing-page-content-detail .last-benefit{
		  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
	}
	.swa-landing-page-content-detail .pill-box{
	--contentWidth: 438px;  
	}

    .swa-landing-page-content-detail h3 {
        font-size: 1.2rem;
        font-weight: bold;
        color: #111b40;
        display: block;
        /*padding-left: 1em;
        text-indent: -1em; */      
}
.swa-landing-page-content-detail .benefits-heading:before {
    padding-left: 2%;
}
}