/* Adopt a Pilot CSS */
/** 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;
}

#breadcrumb {margin: 20px}

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;
	width:100%;
    
}

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

}*/

.swa-landing-page-content-detail #citizenship-intro .hero-image{
    
}

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

}

.swa-landing-page-content-detail #mobile-banner-img{
    background: url('/swa-resources/images/responsive/citizenship/aap-pilots-hero-opt-2024.jpg') no-repeat;
    height: 200px;
    background-size: cover;
    background-position: 20% 10%;
}
.swa-landing-page-content-detail #breadcrumb a{
    color: #1A2C80;
    text-decoration: none;

}
 
.swa-landing-page-content-detail #citizenship-intro a, .swa-landing-page-content-detail #employees a {
    color: #1A2C80;
    text-decoration: underline;
}

.swa-landing-page-content-detail #citizenship-intro{
    background: url('/swa-resources/images/responsive/citizenship/aap-hero-pilots-wide-2024.jpg') no-repeat;
    background-size: cover;
    background-position: 10% 10%;
    padding-bottom: 6%;
    padding-top: 8%;
}

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

.swa-landing-page-content-detail section{
    padding: 3% 3%;
}

/*------ Employees Section ---------*/

.swa-landing-page-content-detail #employees, .swa-landing-page-content-detail #communities{
    background-color: #111B40;
    color: #fff;
}

.swa-landing-page-content-detail #employees h2{
    color: #FFBF27;
}

.swa-landing-page-content-detail #employees h3, .swa-landing-page-content-detail #communities h3{
    color: #FFBF27;
}

.swa-landing-page-content-detail #employees .employee-row{
	padding-bottom: 2%;
}

.swa-landing-page-content-detail #employee img{
	width: 70%;
}
/*------ Customers Section ---------*/
.swa-landing-page-content-detail #customer{
    background-color: #1A2C80;
    color: #fff;
}

.swa-landing-page-content-detail #customer h2{
    color: #FFBF27;
}

.swa-landing-page-content-detail #customer h3{
    color: #FFBF27;
}

.swa-landing-page-content-detail #customer .hos-chart{
 	padding-bottom: 2%;
    object-fit: cover;
    object-position: 40% 100%;
    height: 95%;
    width: 90%;
}

/*------ Communities Section ---------*/

/*------ RST Section ---------*/

.swa-landing-page-content-detail #r-s-t{
    background-color: #ccc;
}

.swa-landing-page-content-detail #r-s-t h2{
    color: #304CB2;
}

.swa-landing-page-content-detail #r-s-t h3{
    color: black;
}

/*------  ---------*/

#citizenship-intro h1{
    color: #111B40;
    font-size: 28px;
    font-weight: bold;
	padding-bottom: 2%;
}
  .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-landing-page-content-detail #citizenship-sections .swa-button_secondary{
    align-self: flex-end;
}

#citizenship-onereport{
   background-color: #304CB2;
   color: #fff;
   padding: 2% 3%;
}

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

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


div .classroom-video{
    border: 2px solid white;
    padding: 40px;
    border-radius: 5px;
    background-color:white;
}

div .curriculum{
    border: 2px solid white;
    padding: 50px;
    border-radius: 5px;
    background-color:white;
}

div .ed-resources{
    border: 2px solid white;
    padding: 50px;
    border-radius: 5px;
    background-color:white;
}

h3 .classroom-video{
    color:black;
}

h3 .curriculum{ 
    color:black;
}

h3 .ed-resources{ 
    color:black;
}

div .need-info{
    text-align:center;
    margin-bottom: -3.5%;
}
border-co
p .need-info{
    font-weight:bold;
}
    

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

.curriculum li {
    list-style-type: disc;
}

.ed-resources li {
    list-style-type: disc;
}

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

.swa-landing-page-content-detail .welcome .quotes {
    width: 25px;
    height: 20px;
    object-fit: unset;
    margin-right: 2px;
}

.swa-landing-page-content-detail .curriculum .external {
    width: 15px;
    height: 15px;
    object-fit: unset;
    margin-right: 1px;
}

.swa-landing-page-content-detail .ed-resources .external {
    width: 15px;
    height: 15px;
    object-fit: unset;
    margin-right: 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 (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) { 
    #citizenship-intro{
    background-color: #fff;
    color: #111b40;
    }
    #citizenship-intro h1{
    color: #111b40;
    }

@media (max-width: 768px){ 
    div .aap-video{
            width: 100%;
            height: 100%;
        }
    }

@media (min-width: 768px) and (max-width: 992px){ 
    #customer .hos-chart{
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 992px){ 
 .swa-landing-page-content-detail #citizenship-intro{
    padding-top: 2%;
    padding-bottom: .5%;
    }
}    

@media screen and (max-width: 992px) { 
#citizenship-intro{
        padding-bottom: 0%;
        padding-top: 2.5%;
    }
}    


@media (max-width: 992px){ 
    img .hos-chart{
        width: 100%;
    }
}
@media (max-width: 992px) {
    .swa-landing-page-content-detail #r-s-t .classroom-photo
    {
        display: none;
    }
}

    .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;
    }
    
  .swa-landing-page-content-detail #citizenship-intro{
    background: none;
    background-size: cover;
}

.swa-landing-page-content-detail #employee img{
	width: 100%;
}

.swa-landing-page-content-detail #customer .hos-chart{
    width: 100%;
}


}

@media (max-width: 860px) {

}

@media (max-width: 834px) {

}

@media (max-width: 767px) {
    

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

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

    .swa-landing-page-content-detail #r-s-t .col-lg-6{
        padding-top: 4%;
    }
}

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

@media (max-width: 700px) {

}

@media (max-width: 638px) {
 
}
@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) { 
    

}