/** FONT FAMILIES **/
@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;
}
a {
    transition: all .2s ease-out 0s;
  	color: #304cb2;
    text-decoration: underline;
}
.swa-landing-page-content-detail-breadcrumbs {
    margin: 20px;
}
.no-pad {
    padding: 0;
}
.no-mar {
    margin: 0;
}
body{
  margin: 0 !important; 
  overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
.swa-landing-page-content-detail [href^="http"]:not([href*="southwest.com"])::after{
    background-image: url("/swa-resources/images/responsive/citizenship/externalIcon.svg");
    content: '(external link)';
    display: inline-block;
    width: 1em;
    height: 1em;
    text-indent: 1em;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75% auto;
  }
/*----- Main Styles -------*/ 
.swa-landing-page-content-detail * {
    letter-spacing: -.02em;
}

.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: 26px;
    margin-bottom: 16px;
    font-weight: bold;
}

.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 section{
	padding: 1.6em;
}
.swa-landing-page-content-detail ul{
    padding-left:1.5rem;
}



/*hide on mobile*/

@media (max-width:767px){
#partners-breadcrumbs, #partners-breadcrumbs{
    display: none;
}
}


/*show on desktop*/
@media (min-width: 767px) {
#partners-breadcrumbs p{
    display:inline-block;
}
#partners-breadcrumbs a{
	color: #304cb2;
    text-decoration:none!important;
}
#partners-breadcrumbs a:hover{
	text-decoration: underline!important;
}

#partners-breadcrumbs {
    display:block;
}
}

/* Partners hero section */
#partners-hero {
    background: url("/swa-resources/images/responsive/citizenship/partners-hero-desktop.jpg") no-repeat center bottom;
    background-size: cover;
	background-color: #fff;
    background-position: 1%;
}

#partners-hero h1{
    padding-top: 0.5em;
    color: #111b40;
    font-size: 28px;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
	padding-bottom:2%;
    background-color:#fff;
}

@media (max-width: 1000px){
  	#partners-hero {
    background: none;
	background-color: #fff;
	}
}

@media (max-width: 1000px) and (min-width: 400px){
  #mobile-banner-img{
    background: url('/swa-resources/images/responsive/citizenship/swa-partners-hero-tablet.png') no-repeat center bottom;
    background-size: cover;
    height: 250px;
}
}
@media (max-width: 400px){
  #mobile-banner-img{
    background: url('/swa-resources/images/responsive/citizenship/partners-hero-mobile.jpg') no-repeat center bottom;
    background-size: cover;
    height: 200px;
}
}



@media (min-width: 767px) {
.swa-landing-page-content-detail #partners-hero .container{
    margin-bottom:1em;
	}
}

/* Partners list of copy/icons section */


.swa-landing-page-content-detail #partners-list{
    background-color:#e6e7e8;
    /* grey */
}
#partners-list .row{
    margin-top:2em;
}
@media (max-width: 1000px) {
    #partners-list .row{
flex-direction: column-reverse;
    }
}
#partners-list .row .col-lg-3{
    display: flex;
    justify-content: center;
    align-items: start;
}
#partners-list h2{
    padding-bottom:.25em;
}
#partners-list .intro {
    margin-bottom:2em;
}
#partners-list img{
  width:100%;
}


@media (max-width: 1000px) {
#partners-list img{
    margin-bottom: 4em;
  	width: 40%;
	}
}

@media (max-width: 500px) {
#partners-list img{
  	width: 50%;
	}
}

#partners .disclaimer{
    font-size: 11px;
	padding-bottom: 1em;
	font-family: 'SouthwestSans-Regular', arial, sans-serif;
}


/*  One Report Section */
.swa-landing-page-content-detail #citizenship-onereport {
    background-color: #304CB2;
    padding: 5% 1%!important;
 }
#citizenship-onereport p{
     color: #fff;
 }
 
 #citizenship-onereport h2{
     color: #ffbf27;
 }
 .swa-landing-page-content-detail .swa-button_secondary{
    color: #304cb2;
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font: bold 14px Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
    min-width: 75px;
    padding: 10px 36px 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-button_secondary:hover{
  	text-decoration: underline;
}

@media (max-width: 575px){
    #partners-onereport {
        padding: 10% 3%!important;
    }
}