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

@font-face {
    font-family: 'SouthwestSans-Bold';
    src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot');
    src: url('https://espanol.southwest.com/swa-resources/fonts/SouthwestSans-Bold.eot?#iefix') format('embedded-opentype'), 
    url('https://espanol.southwest.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;
}

.no-pad {
    padding: 0;
}

.no-mar {
    margin: 0;
}


body{
  margin: 0 !important; 
}
/** Added Page Specific Styles **/

.swa-landing-page-content-detail section{
    /*padding-bottom: 1.5rem;*/

}

.swa-landing-page-content-detail img{
   /* max-inline-size: 100%;
    block-size:  auto;*/
    object-fit:  contain;
    
}

/*.swa-landing-page-content-detail #supplier-intro .hero-image:after{
  width:100%;
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(to right, rgba(34, 67, 165,1) 0%,rgba(255,255,255,0) 69%);
  height:100%;

}*/

.swa-landing-page-content-detail h2{
    font-weight: bold;

}

.swa-landing-page-content-detail #mobile-banner-img{
    background: url('https://www.southwest.com/swa-resources/images/responsive/citizenship/sd-hero.jpg') no-repeat center bottom;
    background-size: cover;
    background-position: 0 26%;
    height: 200px;
}
.swa-landing-page-content-detail #breadcrumb a{
    color: #304cb2;
}

.swa-landing-page-content-detail #supplier-intro{
    background-size: cover;
}

#supplier-intro{
    background-color: #fff;
    padding: 6% 3%;
}

#citizenship-sections{
    padding:0 3% 0% 3%;
    background-color: #1A2C80;
    color: #fff;
}

.swa-landing-page-content-detail .flex-grid{
    display: flex; 
    justify-content: space-between;
}
#citizenship-sections .people-subsection, #citizenship-sections .perf-subsection, #citizenship-sections .planet-subsection{
  
}

#citizenship-sections .people-subsection, #citizenship-sections .perf-subsection{
 background-color: #1A2C80;
 padding-top: 5px;
 padding-bottom: 6%;
 max-height: 815px;
 display: flex;
 flex-wrap: wrap;
}
#citizenship-sections .planet-subsection{
 background-color: #304CB2;
 padding-top: 5px;
 padding-bottom: 6%;
 max-height: 815px;

}

#supplier-intro h1{
    color: #304CB2;
    font-size: 28px;
    font-weight: bold;
}
  .swa-landing-page-content-detail .swa-button_secondary{
    color: #304cb2;
    background: #fff none repeat scroll 0 0;
    /*border-color: #fff;*/
    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 !important;
    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 #citizenship-sections .swa-button_secondary{
    align-self: flex-end;
}

#citizenship-onereport{
   background-color: #E6E7E8;
   padding: 2% 3%;
}

.swa-landing-page-content-detail #citizenship-onereport h2{
    color: #304CB2;
}

#citizenship-blog{
   background-color: #1A2C80;
   color: #fff;
   padding: 2% 3%;
}

#max8-wrapper #more-info .swa-button_secondary{
    margin-left: 0;
}

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

/** Bob Quote Start **/
.about-bob img {
    border-radius: 50%;
    width: 70%;
}

.quote-block {
	padding-top: 2em;
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 1em;
}

.swa-button.swa-button_primary_yellow {
    font-weight: bold;
    letter-spacing: -.01em;
    display: inline-block;
    margin: 0 0 1em 0;
    padding: 7px 28px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    background-color: #FFBF27;
    transition: color ease-out 0.3s, background ease-out 0.3s;
    text-decoration: none;
    border-color: #fad101 #fad101 #d2af01;
}

.bob-copy {
    padding-left: 5%;
}

.quote-img {
    position: relative;
    text-align: center;
}

.quote-img:before {
    content: " ";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #304cb2;
}

.quote-img:after {
    content: " ";
    height: 1px;
    width: 200px;
    background: #304cb2;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}
/** Quote End **/

  .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%;
}

               
/** MAIN STYLES **/

/*------Supplier Diversity  -------*/
.swa-landing-page-content-detail #supplier-diversity{
    background-color: #304CB2;
    color: #fff;
    padding: 4% 3%;
}
.swa-landing-page-content-detail #supplier-diversity a{
  color: #fff;
  font-weight: bold;
}

.swa-landing-page-content-detail #supplier-diversity img{
 padding-bottom: 4%; 
}

/*------Prospective Supplier-------*/
.swa-landing-page-content-detail #prospective-supplier{
     background-color: #1A2C80;
    color: #fff;
    padding: 4% 3%;
}
.swa-landing-page-content-detail #prospective-supplier h3{
     color: #fff;
}

.swa-landing-page-content-detail #prospective-supplier a{
    color: #fff;
    text-decoration: underline;
}

/*------ General and Technical Support -------*/
.swa-landing-page-content-detail #genTec-support{
    background-color: #E6E7E8;
    padding: 4% 3%;
}
.swa-landing-page-content-detail #genTec-support h2{
    color: #304CB2;
}
.swa-landing-page-content-detail #genTec-support h3{
     color: #1a2c80;
}
.swa-landing-page-content-detail #genTec-support a, .swa-landing-page-content-detail #breadcrumb a{
    color: #111b40;
}
.swa-landing-page-content-detail #genTec-support a, .swa-landing-page-content-detail #supplier-diversity a{
    text-decoration: underline;
}
.swa-landing-page-content-detail #genTec-support .read-more-link{
    padding: 4% 0;
}

/*------Certifying Agencies and Orgs -------*/
.swa-landing-page-content-detail #certifying-org{
    
    padding: 4% 3%;
}
.swa-landing-page-content-detail #certifying-org h2{
    color: #304CB2;
}
.swa-landing-page-content-detail #certifying-org h3{
     color: #1a2c80;
}
.swa-landing-page-content-detail #certifying-org h4{
     color: #000;
     font-size: 20px;
     font-weight: bold;
}
.swa-landing-page-content-detail #certifying-org a, .swa-landing-page-content-detail #breadcrumb a{
    color: #304CB2;
}
.swa-landing-page-content-detail #certifying-org a, .swa-landing-page-content-detail #supplier-diversity a{
    text-decoration: underline;
}
.swa-landing-page-content-detail #certifying-org .read-more-link{
    padding: 4% 0;
}

/*------One Report-------*/

.swa-landing-page-content-detail #one-report{
    background-color: #111B40;
    color: #fff;
    padding: 4% 3%;
}

.swa-landing-page-content-detail #one-report h2{
    color: #ffbf27;
}

.swa-landing-page-content-detail #one-report h3{
    color: #fff;
}

.swa-landing-page-content-detail #one-report a{
    
    text-decoration: underline;
}


/*----- -------*/ 
.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;
    color: #FFBF27;
    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 span.main-copy {
    float: left;
    line-height: 1em;
    position: relative;
    top: 4px;
}


.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;
}

.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;
}

/** MEDIA QUERIES **/

@media (min-width: 420px) { 


}

@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
    .swa-landing-page-content-detail #mobile-image-fullwidth-1, .swa-landing-page-content-detail #mobile-image-fullwidth-2, .swa-landing-page-content-detail #mobile-image-fullwidth-3, .swa-landing-page-content-detail .mobile-grid-item{
        display: none;
    }

}

@media(min-width: 817px){
  
}

@media(min-width: 845px){
  
}

@media(min-width: 937px){
  
}

@media (max-width: 992px) {
	.about-bob {
    display: none;
}
	.bob-copy {
    padding-left: 0;
    padding-right: 0;
    margin: 10px;
    text-align: center;
}
}

@media (min-width: 992px) {

}

@media (max-width: 1200px) { 
   
}

@media (min-width: 992px) and (max-width: 1080px) { 
    

}

@media (min-width: 768px) and (max-width: 992px) { 
   
}

@media (max-width: 1082px) {
  
}

@media (max-width: 992px) { 
    #supplier-intro h1{
    color: #304CB2;
    }

    .swa-landing-page-content-detail .full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

    .swa-landing-page-content-detail .container{
        padding: 0;
    }


}

@media (max-width: 860px) {

}

@media (max-width: 834px) {

}

@media (max-width: 767px) {
    .swa-landing-page-content-detail #citizenship-sections{
        display: none;
    }



    .swa-landing-page-content-detail .mobile-grid-item .perf-subsection, .swa-landing-page-content-detail .mobile-grid-item .people-subsection{
        background-color: #1A2C80;
        padding: 2% 3%;
        color: #fff;
    }

    .swa-landing-page-content-detail #people-section-mobile, .swa-landing-page-content-detail #perf-section-mobile{
        background-color: #1A2C80;
        padding: 8%;
    }

    .swa-landing-page-content-detail .mobile-grid-item .planet-subsection{
        background-color: #304CB2;
        padding-top: 5px;
        padding-bottom: 6%;
        color: #fff;
    }

    .swa-landing-page-content-detail #planet-section-mobile{
        background-color: #304cb2;
        padding: 8%;
    }

    .swa-landing-page-content-detail #citizenship-onereport{
       
        padding: 8%;
    }

    .swa-landing-page-content-detail #citizenship-blog{
        padding: 8%;
    }
}

@media (max-width: 720px) {
 
}

@media (max-width: 700px) {

}

@media (max-width: 638px) {
    .swa-landing-page-content-detail #DEI-report-supplier .swa-dei-report{
    padding: 3% 8%;
}

.swa-landing-page-content-detail #DEI-report-supplier .supplier-diversity{
    padding: 3% 8%;
}
 
}
@media (max-width: 608px) {

}

@media (max-width: 575px) {
    .swa-landing-page-content-detail img{
    width: 100%;
    
}
.swa-landing-page-content-detail #breadcrumb{
 display: none;
}

 
}

@media (max-width: 467px) {

}

@media (max-width: 420px) { 
    

}