
/** 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;
}

.swa-landing-page-content-detail {
    font-family: 'SouthwestSans-Regular', arial, sans-serif;
    font-weight: normal;
}
.swa-landing-page-content-detail h1, .swa-landing-page-content-detail h2, .swa-landing-page-content-detail h3{
    font-weight: bold;
	color: #304cb2;
    font-family: 'SouthwestSans-Bold', arial, sans-serif;
    margin-bottom: 16px;
}
.swa-landing-page-content-detail ul{
    padding-left:1.5rem;
}
.swa-landing-page-content-detail section{
padding: 1em;
}

.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 a{
	color:#304cb2;
}

/*hide on mobile*/
.swa-landing-page-content-detail #supplier-info-breadcrumbs, .swa-landing-page-content-detail #supplier-info-breadcrumbs{
    display: none;
}
/*show on desktop*/
@media (min-width: 767px) {
.swa-landing-page-content-detail #supplier-info-breadcrumbs p{
    display:inline-block;
}
.swa-landing-page-content-detail #supplier-info-breadcrumbs {
    display:block;
}
}
.swa-landing-page-content-detail #supplier-info-hero{
    background-color: #e6e7e8;
}
@media (min-width: 767px) {
  .swa-landing-page-content-detail #supplier-info-hero img{
    display: none;
    }
#supplier-info-hero{
    background: url("https://www.swabiz.com/swa-resources/images/responsive/citizenship/supplier-info-hero.jpg") no-repeat;
    background-size: cover;    
    padding-bottom: 2em;
}
}
@media (min-width: 767px) {
.swa-landing-page-content-detail #supplier-info-hero .container{
    margin-top:9em;
}
}
.swa-landing-page-content-detail #supplier-info-hero h1{
    color: #304CB2;
    padding-top: 0.8em;
}

@media (min-width: 767px) {
    .swa-landing-page-content-detail #supplier-info-hero h1,
    .swa-landing-page-content-detail #supplier-info-hero p{
    color:#ffffff;
}
}

.swa-landing-page-content-detail #supplier-info-mission .container{
    margin-top:3em;
}
.swa-landing-page-content-detail #supplier-info-mission .row{
    margin-top:2em;
}
.swa-landing-page-content-detail #supplier-info-mission h2{
    padding-bottom:1em;
    color:#304cb2;
}
.swa-landing-page-content-detail #supplier-info-mission .intro {
    margin-bottom:2em;
}

@media (max-width: 992px) {
.swa-landing-page-content-detail .second-img{
 padding-top: 4%;
}
}

@media (max-width: 767px) {
.swa-landing-page-content-detail #supplier-info-mission img{
    margin-bottom:4em;
}

}

.swa-landing-page-content-detail #supplier-info-mission .disclaimer{
    font-size: 11px;
}
.swa-landing-page-content-detail #supplier-info-ethics{
padding:2em 0;
flex-direction: column;
}
@media (min-width: 767px) {
.swa-landing-page-content-detail #supplier-info-ethics{
flex-direction: row;
}
}

#supplier-info-ethics .lightblue-bg{
    background-color: #304cb2;

}
#supplier-info-ethics .darkblue-bg{
    background-color: #111B40;
}

    .swa-landing-page-content-detail #supplier-info-ethics .darkblue-bg,
    .swa-landing-page-content-detail #supplier-info-ethics .lightblue-bg{
    text-align: center;
    padding:3em;
    display: flex;
    justify-content: center;
}
@media (min-width: 767px) {
    .swa-landing-page-content-detail #supplier-info-ethics .darkblue-bg,
    .swa-landing-page-content-detail #supplier-info-ethics .lightblue-bg{
    padding:4em 0;
}
}

.swa-landing-page-content-detail #supplier-info-ethics .darkblue-bg div,
    .swa-landing-page-content-detail #supplier-info-ethics .lightblue-bg div{
    display: flex;
    flex-direction: column;
    align-items: center;
    }

.swa-landing-page-content-detail #supplier-info-ethics h2{
    color:#ffbf27;
    /* yellow */
}
.swa-landing-page-content-detail #supplier-info-ethics p{
    color:#ffffff;
}
.swa-landing-page-content-detail .btn-outline{
    width: 100%;
    background-color: white;
    font-weight: bold;
    color: #304cb2;
    border:none;   
}

.swa-landing-page-content-detail #supplier-info-our h2{
    color: #304cb2;
    /* yellow */
}

.swa-landing-page-content-detail #supplier-info-onereport h2{
    color:#ffbf27;
    /* yellow */
}
  .swa-landing-page-content-detail #supplier-info-onereport{
    padding-top: 3em;
    padding-bottom:3em;
    background-color: #111B40;
    /* dark blue */
}
.swa-landing-page-content-detail #supplier-info-onereport p{
    color:#ffffff;
    padding: 1em 2em 1em 0.3em;
}
