html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Hide Horizontal Bar */
body {
  overflow-x: hidden;
}

/* FONTS */
@font-face {
  font-family: "SouthwestSans-Regular";
  src: url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.eot");
  src: url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "SouthwestSans-Bold";
  src: url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.eot");
  src: url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("https://espanol.southwest.com/assets/mkt/fonts/SouthwestSans-Bold.otf");
  font-display: swap;
}

/* MAIN STYLES */
#action-plan h1 {
  color: #304cb2;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
#action-plan h2 {
  color: #1a2c80;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 36px;
  margin: 0 0 1rem 0;
  font-weight: normal;
}
#action-plan h3 {
  color: #304cb2;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  /* font-size: 1.125rem; */
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
#action-plan h4 {
  color: #304cb2;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
#action-plan p {
  color: #111b40;
  font-family: "SouthwestSans-Regular", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
}
#action-plan p:last-child,
#action-plan p:only-child {
  margin: 0;
}
#action-plan p.disclaimer {
  font-size: 0.75rem;
  padding: 0px;
}
#action-plan ul {
  text-align: left;
}

#action-plan li {
  color: #111b40;
  font-family: "SouthwestSans-Regular", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
}
#action-plan ol {
  counter-reset: item;
  -webkit-padding-start: 0;
}
#action-plan ol li {
  display: block;
}
#action-plan ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-weight: normal;
}
#action-plan li ul {
  margin: 0;
}
#action-plan a {
  color: #304cb2;
  font-size: 1.1em;
  font-family: 'SouthwestSans-Bold', arial, sans-serif;
  font-weight: normal;
}

#action-plan strong {
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-weight: normal;
}

/* Buttons */
#action-plan .swa-button.swa-button_primary_yellow {
  color: #111b40;
}
#action-plan .swa-button.swa-button_primary_yellow {
  /* font-family: Arial, sans-serif;
    font-size: 13px; */
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 0;
  padding: 7px 28px;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  background: #ffbf27;
  -webkit-transition: color ease-out 0.3s, background ease-out 0.3s,
    border-color ease-out 0.3s;
  transition: color ease-out 0.3s, background ease-out 0.3s,
    border-color ease-out 0.3s;
  text-decoration: none;
  border-color: #fad101 #fad101 #d2af01;
}

#action-plan a.btn-primary {
  background-color: #ffbf27;
  border-color: #fad101 #fad101 #d2af01 #fad101;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #111b40;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
#action-plan a.btn-primary:hover {
  border-color: #111b40;
}
#action-plan a.btn-primary:active {
  -webkit-box-shadow: 0 2px #8f8f8f inset;
  box-shadow: 0 2px #8f8f8f inset;
}
#action-plan a.btn-secondary {
  background-color: #ffffff;
  border-color: #304cb2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #304cb2;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
#action-plan a.btn-secondary:hover {
  text-decoration: underline;
}
#action-plan a.btn-secondary:active {
  background-color: #304cb2;
  -webkit-box-shadow: 0 2px #1a2c80 inset;
  box-shadow: 0 2px #1a2c80 inset;
  color: #ffffff;
  text-decoration: none;
}
#action-plan a.btn-blue {
  background-color: #304cb2;
  border-color: #304cb2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
#action-plan a.btn-blue:hover {
  border-color: #111b40;
}
#action-plan a.btn-blue:active {
  -webkit-box-shadow: 0 2px #111b40 inset;
  box-shadow: 0 2px #111b40 inset;
}

#action-plan .yellow-font {
  color: #ffbf27;
}

@media (max-width: 992px) {
}
@media (max-width: 415px) {
  #restore-confidence.hero h1 {
    font-size: 38px !important;
  }
}

/* Restore confidence - Hero */

@media (min-width: 768px) {
  #mobile-banner-image {
    display: none;
  }
}
@media (max-width: 768px) {
  #mobile-banner-image {
    display: block;
  }
  #action-plan-section .benefit {
  	padding-bottom: 1rem!important;
	}
}
.padding-box {
  padding: 4rem;
}
#action-plan #mobile-banner-image {
  background: url("https://www.southwest.com/assets/images/responsive/actionplan/m-brand_restoration-hero.png") no-repeat center bottom;
  background-size: cover;
  background-position: 1%;
  height: 300px;
}
#action-plan #restore-confidence {
  background: url("https://www.southwest.com/assets/images/responsive/actionplan/d-brand_restoration-hero.jpg") no-repeat center bottom;
  background-size: cover;
}
.hero-styles {
  padding: 3rem 2rem;
}
@media (max-width: 991.9px) {
  #action-plan #restore-confidence {
    background: none;
    background-color: #1a2c80;
  }
}

#restore-confidence.hero h1 {
  font-size: 46px;
  color: #ffbf27;
}
#restore-confidence p {
  color: #fff;
}
#restore-confidence.hero span {
  color: #304cb2;
  font-weight: bold;
}

.card-body {
  padding: 10px;
}
.card-title {
  color: #d5152e;
  font-weight: bold;
  cursor: pointer;
  margin-bottom:0;
  font-size: 1.125rem;
}

/* 2023 action plan section */

#action-plan-section {
  padding: 3.75rem 0rem;
}

#action-plan-section h2 {
  color: #1a2c80;
  text-align: center;
  margin-bottom: 1.5rem;
}

#action-plan-section p {
  margin: 0;
}

#action-plan-section .benefit {
  padding: 0 2rem;
  text-align: center;
}
#action-plan-section .benefit img {
  margin: 1rem 0;
  min-height: 38px;
  width: 85%;
}

#action-plan-section .disclaimer {
  font-size: 0.75rem;
  text-align: center;
}

/* customer experience section */

#customer-experience {
  background-color: #111b40;
}
#customer-experience h2 {
  color: #fff;
}
#customer-experience p {
  color: #fff;
}
#customer-experience a {
  color: #ffbf27;
}
.padding-style {
  padding: 3rem 2rem 3rem 1rem;
}

@media (min-width: 992px) {
  .img-cabin {
    object-fit: cover;
    width: 50vw;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .img-cabin {
    width: 100%;
  }
}


/* Read the latest and record plan */

#record-plan-section {
  background: linear-gradient(
    90deg,
    rgba(48, 76, 178, 1) 50%,
    rgba(26, 44, 128, 1) 50%
  );
}

.hear-latest {
  background-color: #304cb2;
  padding: 4rem 1rem;
}
.record-left-row {
  background-color: #304cb2;
}

.record-plan {
  background-color: #1a2c80;
  padding: 4rem;
}

@media (max-width: 768px) {
  .record-plan {
    padding: 4rem 1rem;
  }
}

#record-plan-section h2 {
  color: #fff;
}
#record-plan-section p {
  color: #fff;
}
#record-plan-section a {
  color: #ffbf27;
}
@media (max-width: 768px) and (min-width: 576px) {
  .mobile-width {
    max-width: 100% !important;
  }
}


/* MEDIA QUERIES */
/* IE Specific Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #action-plan h1,
  #action-plan h2,
  #action-plan h3,
  #action-plan h4,
  #action-plan a.btn-primary,
  #action-plan a.btn-secondary,
  #action-plan a.btn-blue,
  #action-plan strong {
    font-weight: bold;
  }
}
/* Extra large devices (large desktops) */
@media (max-width: 1199px) {
  #restore-confidence.hero h1 {
    font-size: 40px;
  }
}
/* Large devices (desktops) */
@media (max-width: 992px) {
  #restore-confidence.hero .left {
    padding: 0 15px;
  }
  #restore-confidence.hero .right {
    padding: 0 15px;
  }
}
/* Medium devices (tablets) */
@media (max-width: 768px) {
  #action-plan .benefit img {
    width: 56%;
  }
  #action-plan .box-row .dividing-line {
    margin-top: 8% !important;
    padding-top: 5% !important;
  }
}
/* Small devices (phones) */
@media (min-width: 577px) {
  #action-plan section:first-child {
    margin-top: 0;
  }
  #action-plan section:last-child {
    margin-bottom: 0;
  }
  .hide-on-desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }
}
@media all and (max-width: 574px) {
  #action-plan .benefit img {
    width: 60%;
  }
  #action-plan .img-fluid {
    padding-bottom: 6% !important;
  }
}

#action-plan .box-row.pad-top {
  padding-top: 40px;
}
#action-plan.box-row {
  text-align: center;
  padding-bottom: 40px;
}
#action-plan.midnight-blue-bg {
  background-color: #111b40;
}
#action-plan .yellow {
  color: #ffbf27;
}
#action-plan ul.list-of-list {
  text-align: left;
  margin-top: 30px;
}
#action-plan .box-row {
  text-align: center;
  padding-bottom: 40px;
}

#action-plan .box-row .dropdown-info {
  text-align: left;
}
#action-plan #blue-font-p {
  color: #304cb2;
  font-family: "SouthwestSans-Bold", arial, sans-serif;
}

#action-plan .box-row .dividing-line {
  border-top: 1px solid #cccccc;
  margin-top: 5%;
  padding-top: 3%;
}
#action-plan.midnight-blue-bg a {
  color: #ffbf27;
  font-weight: bold;
  text-decoration: underline;
}

#action-plan .greybg-color {
  background-color: #f5f5f5;
}

#action-plan .strong-list-item {
  font-weight: bold;
  color: #304cb2;
}

