/* Apply to all styles*/
@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/styles/landing-pages/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;
}

/* Apply to all styles*/
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1 {
  color: #111b40;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
  font-size: 48px;
  padding-bottom: 10px;
}
h2 {
  color: #ffbf27;
  text-align: center;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
}
h3, h5{
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
}
p, li {
	font-family:'SouthwestSans-Regular', arial, sans-serif;
  	font-weight: normal;
}

.swa-landing-page-content-detail .swa-button.swa-button_primary_yellow {
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  background: #ffbf27;
  transition: color ease-out 0.3s;
  text-decoration: none;
  border-color: #111b40;
  color: #111b40;
}

/* Section: Welcome header*/

.swa-landing-page-content-detail .header.welcome {
  background: url("https://www.southwest.com/swa-resources/images/cargo/hphero-bg-cargo-large.jpg") no-repeat;
  background-size: cover !important;
  background-position: 10% 40%;
}
.swa-landing-page-content-detail .header {
  transition: background-position 0s ease;
  position: relative;
  display: flex;
  align-items: center;
}
#leaderLeft {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
}
.header-sub {
  padding-bottom: 80px;
  padding-top: 80px;
}
.apply-now {
  scroll-behavior: smooth;
}
.header p {
  color: #111b40;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 28px;
}

@media (max-width: 767px) {
  .swa-landing-page-content-detail .header .header-sub {
    padding: 20px 35px 30px !important;
    margin: 0 -30px;
    background: #fff;
  }
  .swa-landing-page-content-detail .header {
    background-size: 100% auto !important;
    color: #111b40;
  }
  .swa-landing-page-content-detail .header .container {
    padding-top: 260px;
  }
  #leaderLeft {
    padding: 0;
  }
  .swa-landing-page-content-detail .header .header-white-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 260px);
  }

  .header p {
    font-size: 1em;
    line-height: 22px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .swa-landing-page-content-detail .header .container {
    padding-top: 180px;
  }
  .swa-landing-page-content-detail .header .header-white-bg {
    display: none;
  }
  .swa-landing-page-content-detail .header.welcome {
    background-position: right 35% bottom 80px;
  }
}

/* Section: No matter how you ship*/
.swa-landing-page-content-detail .midnight-blue-bg {
  background-color: #111b40;
}
.swa-landing-page-content-detail #shipping {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.swa-landing-page-content-detail #shipping p {
  color: #fff;
}

/* Section: four cards*/
.swa-landing-page-content-detail #four-cards {
  background-color: #343d5c;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
#four-cards .card {
  background-color: #343d5c;
  padding: 1rem;
  border: 0;
}
#four-cards .card-body {
  padding: 10px 0;
}
.small {
  font-size: 60%;
}
#four-cards p {
  color: #fff;
}
#four-cards .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0;
}
@media (max-width: 767px) and (min-width: 575px) {
  #four-cards .card-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Section: From coast to coast */
.swa-landing-page-content-detail #coast {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.swa-landing-page-content-detail #coast h2 {
  padding-bottom: 2rem;
}


/* Section: Apply cargo form */
#apply {
  background-color: #1a2c80;
  padding-top: 3rem;
}
#cargo-iframe {
  width: 100%;
}

@media (max-width: 440px){
  iframe {
    height: 1380px;
  }
}


/*Section: take your shipping to next level*/

.swa-landing-page-content-detail .take-your-business .right-image {
	position: absolute;
	background: url("https://www.southwest.com/swa-resources/images/cargo/hphero-bg-cargo-large.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position:bottom;
	width: 55vw;
	height: 100%;
    left:0;
	top:0;
}

#take-your-shipping{
	background-color: #304cb2;
}

#take-your-shipping h3{
	color: #ffbf27;
}

#take-your-shipping li{
	color: #fff;
}

#take-your-shipping .checklist-side{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.swa-landing-page-content-detail ul.check-list li{
	background: url("https://www.southwest.com/swa-resources/images/responsive/png/icon-yellow-check-small.png");
	background-repeat:no-repeat;
	padding-left: 30px;
    margin-bottom: 15px;
    background-position: left 3px;
}

#take-your-shipping ul.list-of-list {
	margin:0;
	list-style:none;
	padding: 1rem 1rem 0 0;
}



/*Section FAQ*/
.swa-landing-page-content-detail #faq {
  background-color: #eaeaea;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#faq h3 {
  color: #111b40;
}

.swa-landing-page-content-detail #faq .main-header {
  background-color: #111b40;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  line-height: 1em;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 10px 0;
  text-align: left;
  border-bottom: none;
}
.swa-landing-page-content-detail #faq .card {
  border: none;
  background-color: #eaeaea;
}
.swa-landing-page-content-detail #faq .card-header {
  border-bottom: none;
  background-color: #eaeaea;
  padding: 0;
}

.swa-landing-page-content-detail #faq .mb-0 > a:after {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  color: #ffbf27;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  content: url("https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-closed.png");
}

.swa-landing-page-content-detail #faq .mb-0 > a[aria-expanded="true"]:after {
  content: url("https://www.southwest.com/swa-resources/images/air/corp-travel/icon-arrow-opened.png");
}

.swa-landing-page-content-detail #faq button {
  background: transparent;
  color: #111b40;
  padding: 0 0 0 36px;
  margin: 15px 0;
  line-height: 22px;
  text-align: left;
  border: none;
  cursor: pointer;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
}
#swacargo ul.check-list li {
    background: url("https://www.southwest.com/swa-resources/images/responsive/png/icon-yellow-check-small.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
    background-position: left 3px;
}
.swa-landing-page-content-detail #faq button:after {
  content: "+";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  background: #304cb2;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'SouthwestSans-Regular', arial, sans-serif;
  font-weight: normal;
}

.swa-landing-page-content-detail #faq button[aria-expanded="true"]:after {
  content: "-";
}

.swa-landing-page-content-detail #faq a{
  color: #304cb2;
}

.header-wrapper .swa-header--link,.header-wrapper.swa-header--language:hover,.header-wrapper .swa-header--nav .swa-header--link,.header-wrapper .swa-header--nav .swa-header--link:hover{
  color:#ffffff
}
#sw_main { 
  background-color:#111B40
}
@media (max-width: 575px){
  #sw_main { 
    background-color:#ffffff
  }
}

.swa-mobile-nav-header{
  background-color:#111B40
}