/* Prod 10-28-25 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import "/css/ahq_2017.css";
@import "/css/ahq_responsive.css";
@import "/css/southwest_mainnav.css";
@font-face {
  font-family: "SouthwestSans";
  src: url("/images/client/southwest/font/wfs/SouthwestSansW01-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SouthwestSansBold";
  src: url("/images/client/southwest/font/wfs/SouthwestSansW01-Bold.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SouthwestSans";
  src: url("/images/client/southwest/font/wfs/SouthwestSansW01-Bold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SouthwestSansLight";
  src: url("/images/client/southwest/font/wfs/SouthwestSansW01-Light.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SouthwestSans";
  src: url("/images/client/southwest/font/wfs/SouthwestSansW01-Light.woff") format("woff");
  font-weight: 300;
}
:root {
  --body-font-family: 'SouthwestSans', Arial, sans-serif;
  --body-txt-color: #111b40;
  --primary-link-color: #304cb2;
  --swa-brand-yellow: #FFBF27;
  --swa-dark-blue: #1c2d6a;
  --swa-dark-blue-txt: #111B40;
  --btn-primary-bgnd-color: var(--swa-brand-yellow);
  --btn-primary-txt-color: var(--swa-dark-blue-txt);
  /*--btn-primary-bgnd-color-hover: #000000;
    --btn-primary-txt-color-hover: #FFFFFF;*/
}
/* ----------------------------------- */
/*   custom OneTrust styles for SWA    */
/* ----------------------------------- */
#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc {
  font-size: .875em !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: var(--primary-link-color) !important;
  border-color: var(--primary-link-color) !important;
  background-color: #FFFFFF !important;
  font-family: var(--body-font-family);
}
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #FFBF27 !important;
  border-color: #FFBF27 !important;
  color: var(--swa-dark-blue-txt) !important;
  font-family: var(--body-font-family);
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #FFBF27 !important;
  border-color: #FFBF27 !important;
  color: var(--swa-dark-blue-txt) !important;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #F8F8F8;
  border: 1px solid #1C1C1C;
}
#onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob::before {
  background-color: #304cb2 !important;
}
#onetrust-pc-sdk .ot-always-active {
  color: var(--primary-link-color) !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover, #onetrust-banner-sdk #onetrust-reject-all-handler:hover {
  background-color: #FFBF27 !important;
  border-color: var(--swa-dark-blue-txt) !important;
  opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover {
  background-color: #FFBF27 !important;
  border-color: var(--swa-dark-blue-txt) !important;
  opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler:hover {
  opacity: 1;
  color: var(--swa-dark-blue-txt) !important;
}
/* Temprarily hide the ship choice on shipping page */
.shipChoice > div[data-role="fieldcontain"]:first-of-type {
  display: none;
}
#myInfoForm .ftrButtons {
  display: none;
}
body {
  color: var(--body-txt-color);
  font-family: var(--body-font-family);
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--primary-link-color);
}
select {
  border-radius: 0;
}
.swa-nmp * {}
.swa-nmp {
  color: #000;
  font-family: var(--body-font-family);
  display: flex;
  background: #e2e7f0;
  align-items: center;
  justify-content: space-between;
}
.swa-nmp-copy {
  font-size: 1.063rem;
  345 background: #F6F7FB;
  background: radial-gradient(circle, #f8f9fd 0%, #e2e7f0 100%);
  /* flex-grow: 1; */
  padding: 1.25rem 1rem 1.75rem 3rem;
}
.swa-nmp p {
  margin: 0;
}
.swa-nmp-ttl {
  font-size: 2.625rem;
}
.swa-nmp-cta {
  padding: 0 4rem 0 1rem;
  flex-shrink: 0;
}
.swa-nmp-cta a {
  display: inline-flex;
  background: var(--btn-primary-bgnd-color);
  color: var(--btn-primary-txt-color);
  height: 2.813rem;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid var(--btn-primary-bgnd-color);
  transition: all .5s ease-out;
}
.swa-nmp-cta a:hover, .swa-nmp-cta a:focus-visible {
  text-decoration: underline;
  color: var(--btn-primary-txt-color);
  border-color: var(--btn-primary-txt-color);
  outline: none;
}
@media only screen and (max-width :775px) {
  .swa-nmp-copy {
    font-size: 1rem;
    padding: 1.25rem 1rem 1.5rem 1.5rem;
  }
  .swa-nmp-ttl {
    font-size: 2rem;
  }
  .swa-nmp-cta {
    padding: 0 2rem 0 1rem;
  }
  .swa-nmp-cta a {
    font-size: 1rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width :560px) {
  .swa-nmp {
    flex-flow: column;
    align-items: normal;
    background: radial-gradient(circle, #f8f9fd 0%, #e2e7f0 100%);
    padding: 1.125rem 1.25rem 1.25rem;
    gap: 1rem;
  }
  .swa-nmp-copy {
    font-size: .875rem;
    padding: 0;
    background: none;
  }
  .swa-nmp-ttl {
    font-size: 1.25rem;
    margin-bottom: .5rem !important;
  }
  .swa-nmp-cta {
    padding: 0;
  }
  .swa-nmp-cta a {
    font-size: .875rem;
    height: 2.25rem;
    padding: 0 1.125rem;
  }
}
.fancybox-overlay {
  background: rgba(0, 0, 0, .85);
}
.clear {
  clear: both;
}
.container {
  height: auto;
}
#topSpot {
  display: none;
}
.container { /*! max-width:1024px; */
}
#home div.main {
  max-width: 100% !important;
  padding: 0;
}
div.main {
  max-width: 1250px;
  padding: 0 1rem;
}
#itemListing div.main, #itemDetail div.main {
  padding-top: 1rem;
}
.topHdr {
  display: none;
}
.top_links {
  float: right;
  letter-spacing: 0;
  margin-top: 12px;
  margin-right: 8px;
}
.top_links a {
  color: var(--primary-link-color);
  font-size: .75rem;
  letter-spacing: 0 !important;
  font-family: Arial, sans-serif;
}
.top_links li:nth-child(4) a, .top_links li:nth-child(5) a {
  font-weight: bold;
}
.paxInfo .paxGreeting {
  float: left;
  font-size: .75rem !important;
  line-height: 1 !important;
}
.browse .paxGreeting::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  margin-right: 3px;
  top: -1px;
  position: relative;
}
.home.swa_cardmember.browse .paxGreeting::before {
  border-top: 1px solid #1A2C80;
  border-left: 1px solid #1A2C80;
}
.paxInfo .pointText {
  float: left;
  font-size: .75rem !important;
  line-height: 1 !important;
  padding: 0 15px 0 13px;
}
.browse .paxInfo .pointText {
  display: none;
}
.browse .paxInfo {
  margin-right: 20px;
}
.swa_link {
  font-weight: bold;
}
.topNav {
  position: static;
  float: left;
}
.topNav li:nth-of-type(2), .topNav li:nth-of-type(3) {
  display: none;
}
.swa_broswe .paxInfo {
  display: none;
}
.swa_broswe .topNav li:nth-child(2) {
  display: none;
}
.swa_broswe .topNav li:nth-child(4) {
  display: none;
}
.swa_broswe .topNav li:nth-child(5) {
  display: none;
}
@media only screen and (max-width :710px) {
  .top_links {
    display: none;
  }
  .paxInfo {
    display: none;
  }
  #mPAXgreeting {
    display: block;
  }
}
.siteLogo {
  top: 42px;
  transition: none;
  left: 1.25rem;
  height: 48px;
}
.swa_cardmember .siteLogo {
  top: 34px;
  height: 70px;
}
.nav_container {
  float: right;
  width: 63%;
  position: relative;
  padding-top: 50px;
}
.centerNav {
  float: left;
}
.nav_search_icon {
  height: 30px;
  width: 30px;
  float: right;
  background: #ffffff url(/images/search_icon_swa_blue.svg) no-repeat center center / 80% 80%;
  right: -42px;
  position: relative;
  display: none;
}
.searchIcon .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
label.searchIcon .x-mark, label.searchIcon .search-icon {
  display: none;
}
label.searchIcon {
  display: block;
  height: 1.625rem;
  top: 50px;
  width: 1.625rem;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}
label.searchIcon::before {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  content: '';
  background: #fff url(/images/search_icon_swa_blue.svg) no-repeat center center;
}
#searchIcon:checked ~ label.searchIcon .search-icon, #searchIcon:checked ~ label.searchIcon::before {
  display: none;
}
#searchIcon:checked ~ label.searchIcon .x-mark {
  display: block;
}
#searchIcon:checked ~ .search {
  display: block;
  max-width: 40.5rem;
  padding: .875rem;
  width: 100%;
}
#searchIcon:checked ~ .search::before {
  content: '';
  display: block;
  background: white;
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  transform: rotate(45deg);
  top: calc(-.5rem - 1px);
  right: 22px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#searchIcon:checked ~ .search::after {}
.swa_broswe .nav_container {
  display: none;
}
.swa_broswe #mPAXgreeting {
  display: none;
}
.swa_broswe .mm-listview > li:first-of-type {
  display: none;
}
.swa_broswe #mTopNav > li:nth-child(4) {
  display: none;
}
@media only screen and (max-width :950px) {
  .hamburger {
    top: 10px !important;
    left: 10px;
    height: 35px;
    width: 35px;
    padding: 8px 7px;
  }
  .hamburger > div {
    background: #000;
    height: 3px;
    /* margin-bottom: 4px; */
    /* margin-left: 7px; */
    /* margin-right: 7px; */
  }
  .hamburger > div:first-child {
    /* margin-top: 9px; */
  }
  label.searchIcon {
    top: 21px;
    right: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .siteLogo {
    top: 16px;
    left: 62px;
    height: 43px;
    z-index: 1;
  }
  .swa_cardmember .siteLogo {
    top: 14px;
    height: 52px;
  }
  .nav_container {
    width: 100%;
  }
  .nav_container > .clearBoth {
    display: none;
  }
  .nav_search_icon {
    height: 40px;
    width: 40px;
    top: -50px;
    /*! right: -109px; */
  }
  .miniCart {
    top: -30px;
    position: relative;
    right: 10px;
  }
  .miniCart .miniCartItems {
    height: 25px;
    left: -18px;
  }
  .miniCart .listDropDown {
    top: 38px !important;
    right: 16px !important;
  }
  .topNav {
    display: none;
  }
  #mTopNav {
    display: block;
  }
  .top_links {
    margin-top: 0;
    position: absolute;
    right: 93px;
    top: 33px;
  }
  .browse .paxInfo {
    margin-right: 8px;
  }
}
@media only screen and (max-width :558px) {
  .siteLogo {
    height: 30px;
  }
  .swa_cardmember .siteLogo {
    height: 40px;
  }
  #searchIcon:checked ~ .search::before {
    right: 14px;
  }
  label.searchIcon {
    top: -46px;
    right: 10px;
  }
  #searchIcon:checked ~ .search {
    top: 0 !important;
    right: 0;
  }
  .nav_search_icon {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 0 0 10px;
  }
  .nav_container {
    width: 100%;
    position: absolute;
    top: 65px;
    right: 0;
    height: auto;
  }
  .nav_search_icon {
    top: -95px;
    right: -122px;
  }
  .miniCart {
    top: -96px;
    right: 20px;
  }
}
@media only screen and (min-width : 479px) and (max-width : 868px) {
  .points-entry:not(#search-wrap.points-entry) #typeAhead {
    top: 3.875rem;
    left: -.875rem;
    width: calc(100% + 1.75rem) !important;
  }
}
@media only screen and (max-width :478px) {
  #searchIcon:checked ~ .search > form {
    height: 5rem;
  }
  #pointsEntry, fieldset#pointsEntry {
    border-left-width: 0;
    width: calc(100% - 2.9rem);
  }
  #typeAhead, .points-entry #typeAhead {
    width: calc(100% + 1.75rem) !important;
    left: -.875rem;
    top: 7.125rem !important;
  }
}
@media only screen and (max-width :450px) {
  /*.miniCart .miniCartItems {
        height: 20px;
    }*/
}
/* homepage */
.swa_homepage_home { /*! max-width:940px; */ margin: 0 auto;
}
.checkout_container {
  float: right;
  margin: 8px 0 0 0;
}
.checkout_link {
  float: left;
  margin: 12px 12px 0 0;
}
.checkout_link > a {
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: .75rem;
}
.swa_cart {
  float: left;
  position: relative; /*! height: 34px; */
}
.miniCartItems {
  background: url(/images/client/southwest/checkout_btn_2023.png) no-repeat center top; /*! height:49px; */ background-size: contain;
  float: right;
  left: -40px;
}
.miniCartItems::before {
  background: none;
  content: " ";
  display: block;
  height: 0;
  position: static;
  width: 0;
}
.miniCartItemsText {
  display: none;
}
.miniCart .listDropDown {
  right: 37px;
  top: 86px;
  z-index: 3;
}
.nuetralBgnd {
  background: none !important;
}
.miniCheckoutBtn a {
  background: #ffbf27;
  color: #000;
}
@media only screen and (max-width :950px) {
  .checkout_container {
    float: left;
  }
  .checkout_link {
    display: none;
  }
}
@media only screen and (max-width :558px) {
  .checkout_container {
    margin: 3px 0 0 0;
  }
  .miniCartItems { /*! background-size: 30px 30px; */
  }
  .miniCart .listDropDown {
    right: -20px !important;
    top: 32px;
  }
  .listDropDown > div::before {
    right: 57px;
  }
  .hdr .search {
    top: 0;
    right: 0;
  }
}
.XMcartHeader {
  border-bottom: 1px solid #e0e0e0;
}
.hdr {
  height: 128px;
  position: relative;
  transition: none;
  background-color: #FFF;
  max-width: 1360px;
  margin: 0 auto;
}
.hdrOpen .hdr { /*! height:148px; */
}
.hdr .search, .points-entry.hdr .search {
  position: absolute;
  top: 5.875rem;
  right: 0;
  display: none;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  width: 100%;
  box-sizing: border-box;
}
.hdr .search_open .search {
  display: block;
}
#searchbar {
  /* color: #1A2C80; */
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid var(--swa-brand-yellow);
}
#typeAhead, .points-entry #typeAhead {
  border-radius: 0;
  top: 4.75rem;
  border-width: 0;
}
#pointsEntry, fieldset#pointsEntry {
  /*! margin-right: 15px; */
  /* text-transform: lowercase; */
  color: #1A2C80 !important;
  border-bottom-color: var(--swa-brand-yellow);
  border-bottom-width: 3px;
  border-top-width: 0;
  margin-right: 2px;
}
.points-entry:not(#search-wrap.points-entry) .search-to {
  bottom: 0;
}
#searchbtn {
  background: var(--swa-brand-yellow) url(/images/client/southwest/search-icon-dark-blue.svg?v=2) no-repeat center center / 60% 60%;
  url(/images/search_icon_white.svg) no-repeat center center / 70% 70%;
  border-radius: 0 !important;
  border: 0;
}
.suggestion-open #searchbar {
  border-radius: 0;
}
.search-bar {
  /* border-bottom: 3px solid var(--swa-brand-yellow); */
}
.hdr .search > form {
  box-shadow: none;
}
@media only screen and (max-width :950px) {
  .hdr {
    padding: .313rem .938rem 0 .938rem;
    margin: 0 !important;
    height: 4.625rem;
  }
  .hdr .search, .points-entry.hdr .search {
    top: 4.625rem !important;
    right: -.938rem;
  }
  #pointsEntry {
    /* display: none; */
  }
}
@media only screen and (max-width :558px) {
  .hdr {
    padding: 15px 15px 0 15px;
    height: 50px;
  }
  .hdr .search > form {
    /*overflow: visible;*/
  }
  #searchbar {
    /*left: 0;
        width: calc(100% - 36px);
        margin: 0;*/
  }
  #pointsEntry {
    /* width: calc(98% - 36px); */
    /* padding: 0 1%; */
  }
  #pointsEntry input {
    /* width: 36%; */
  }
  #searchbtn {
    float: right;
    margin: 0;
  }
}
.customFont, h1, h2, h3, .paxInfo, .specials, .miniCart, .topNav, .mainNav, #pointsEntry, .mainLeftNav a, .breadCrumbs, .wishwidget, #userPrefs legend, #shipPrefs legend, .smallHead, .bigPrompt {
  font-family: 'Open Sans', sans-serif;
  color: #304cb2;
}
.breadCrumbs {
  font-size: 13px;
  letter-spacing: normal;
}
.breadCrumbs a {
  color: var(--primary-link-color);
}
.breadCrumbs a.mainCrumb {
  color: var(--body-txt-color);
  font-size: 13px;
  font-weight: bold;
}
.breadCrumbs .here a {
  color: var(--primary-link-color);
  font-weight: bold;
}
.leftNav h2 {
  color: var(--swa-dark-blue-txt);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding-bottom: 2px;
}
.leftNav h3 {
  font-size: 13px;
  color: var(--swa-dark-blue-txt);
  font-weight: bold;
  text-transform: uppercase;
}
.refine li {
  margin-bottom: 7px;
  padding: 1px 10px 2px 25px;
  position: relative;
}
.refine .checkbox {
  background: url(../images/site_sprite.png) no-repeat scroll 100px -903px transparent;
  border: 1px solid #C7C3BF;
  border-radius: 2px 2px 2px 2px;
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
  width: 13px;
}
.refine a {
  color: var(--body-txt-color);
  font-size: 13px;
  line-height: 16px;
}
.number-products, #catLanding .number-products {
  color: #304cb2;
}
.mainLeftNav > li > a {
  color: var(--primary-link-color);
  font-size: 13px;
  line-height: 21px;
}
#slider-range {
  left: 8px;
}
#slider-range div.ui-widget-header {
  background: #ffbf27 !important;
}
#slider-range {
  border: 0;
  width: calc(100% - 20px);
}
.main #slider-range .ui-state-default, .main #slider-range .ui-widget-content .ui-state-default, .main #slider-range .ui-widget-header .ui-state-default, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #ffbf27;
  border: none;
  border-radius: 50%;
}
#slider-range.ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
}
.main #slider-range {
  height: 5px;
  left: 9px;
}
.main .ui-widget-content {
  border: none;
  background: #dee1e3;
}
.main .ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
}
a.compareBtn {
  background: #FFFFFF;
  color: var(--primary-link-color);
  border: 1px solid #304cb2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.quickView a {
  border: 1px solid #CCC;
  background: #FFF;
  text-transform: uppercase;
  font-size: .75rem;
  padding: 6px 6px 4px 6px;
}
.quickView a:hover, .quickView a:focus {
  color: #000;
  background: #FFF;
  border: 1px solid #333;
}
.gridView .quickView, .listView .quickView {
  border: none;
}
#itemListing #listingPromo img {
  width: 100%;
  max-width: 710px;
}
.itemDetail .points {
  font-size: 22px;
  color: #203371;
  font-weight: normal;
  margin-bottom: 5px;
}
p.itemTtl {
  color: #3854b1;
  font-size: 28px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}
.itemDetail .itemSummary #itemNo {
  color: #aaaaaa;
  font-size: 12px;
}
.button-swa.primary, input.goBtn, a.goBtn, .addCart input.standardBtn {
  color: var(--swa-dark-blue-txt);
  background-color: #FFBF27;
  font-size: 14px;
  margin: 10px 0px;
  font-weight: bold !important;
  border: none;
  padding: 0 18px;
  border-radius: 0;
}
.contShop a {
  margin: 25px 0 0 0;
}
.checkout-continue {
  color: var(--swa-dark-blue-txt);
  background: #FFBF27;
  font-weight: bold;
}
input.wishListBtn {
  background: url(/images/client/southwest/wishlistheart.png) no-repeat 0 3px / 16px auto;
  color: #324faf;
  border: none;
  height: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 20px;
}
.vertItem p {
  color: #304cb2;
}
.acctTabs a, .itemTabs a {
  font-family: var(--body-font-family);
  font-weight: normal;
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding: 15px;
  text-decoration: none;
  border: none;
  background: none #304cb2;
  color: #FFFFFF;
}
.acctTabs a.current, .acctTabs a.current:hover, .itemTabs a.current, .itemTabs a.current:hover {
  border: none;
  background: url(/images/client/southwest/nav_bottom_selected.png) no-repeat center 42px #1f3173;
  color: #FFF;
  cursor: default;
}
.bx-wrapper img {
  border: none;
}
.non_card_cart_message {
  background-color: #e4e9ed;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
}
.non_card_cart_message .message_content {
  float: left;
  width: 70%;
}
.non_card_cart_message .title {
  color: #182981;
  font-size: 22px;
  font-weight: bold;
}
.non_card_cart_message .button {
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  color: #182981;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cardmember_cart_message {
  background-color: #304cb2;
  font-size: 16px;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.cardmember_cart_message span {
  color: #ffbf27;
}
@media only screen and (max-width :650px) {
  .non_card_cart_message {
    margin: 0 0 20px 0;
  }
  .non_card_cart_message .text {
    margin: 10px 0;
  }
  .non_card_cart_message .message_content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .non_card_cart_message .button {
    position: static;
    text-align: center;
    margin: 30px 0 0 0;
  }
}
.non_card_footer_banner {
  background-color: #304cb2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.non_card_footer_banner .banner_content {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.non_card_footer_banner .banner_img {
  position: absolute;
  left: 20px;
  top: 52%;
  max-width: 140px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.non_card_footer_banner .banner_img img {
  width: 100%;
}
.non_card_footer_banner .banner_text {
  font-size: 18px;
  padding: 25px 0px;
  margin: 0 auto;
  width: calc(100% - 320px);
}
.non_card_footer_banner .banner_text span {
  color: #ffbf27;
}
.non_card_footer_banner .banner_button {
  position: absolute;
  right: 20px;
  top: 50%;
  border: 1px solid #ffbf27;
  color: #ffbf27;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.non_card_footer_banner .banner_button a {
  color: #ffbf27;
}
@media only screen and (max-width :558px) {
  .non_card_footer_banner .banner_content {
    padding: 20px 0;
  }
  .non_card_footer_banner .banner_img {
    position: static;
    margin: 0 auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .non_card_footer_banner .banner_text {
    width: 80%;
    padding: 25px 0px;
  }
  .non_card_footer_banner .banner_button {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 50%;
    margin: 0 auto;
  }
}
.main.shoppingCart {
  padding-top: 1rem;
}
.orderSummBox h3 {
  background: #304cb2;
  color: #FFF;
}
input.neutralBtn, a.neutralBtn {
  border-radius: 0px;
  background: #ffffff;
  color: var(--primary-link-color);
  border: 1px solid var(--primary-link-color);
  padding: 0 18px;
  height: 34px;
  min-width: 150px;
  margin: 20px 0 0 0;
}
#checkout .hdr {
  height: 110px;
}
#checkout .hdr h1 {
  font-size: 40px;
  color: #304cb2;
  top: 20px !important;
}
#checkout div.main {
  padding-top: 1rem;
}
#checkout .breadCrumbs span {
  color: var(--primary-link-color);
}
/*#checkout .breadCrumbs ol li:nth-child(2) {display:none;}*/
.itemsTable th, .statement th {
  background: none #304cb2;
  color: #FFF;
}
@media only screen and (max-width :950px) {
  #checkout .siteLogo {
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width :558px) {
  #checkout .siteLogo {
    float: none;
    margin: 15px auto 0 auto;
    width: 100%;
  }
  #checkout .hdr {
    padding: 0;
  }
  #checkout .hdr h1 {
    font-size: 20px;
    left: 10px;
    top: 75px !important;
    right: auto;
  }
}
/* ---------------------------------- */
/* -----      START Footer      ----- */
/* ---------------------------------- */
.swa_broswe .ftr {
  border: none;
  background-color: #f5f5f5;
  padding: 50px 25px;
}
.swa_broswe .ftr a {
  color: #2f51af;
  font-size: 14px;
}
.swa_broswe .ftr .swa_footer_broswe a:first-of-type {
  font-weight: bold;
}
.rFtr .search {
  display: none;
}
.ftr {
  border: none;
}
.sw_footer {
  background: #f5f5f5;
}
.lFtr {
  width: 100%; /*! max-width:640px; */ text-align: left;
}
.sw_footer_container {
  max-width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 20px;
}
.sw_footer_container::after {
  content: '';
  display: block;
  clear: both;
}
.lFtr p.needHelp {
  font-size: 1.25rem;
  font-family: var(--body-font-family);
  font-weight: bold;
  margin-bottom: 10px;
  color: #515151;
}
.lFtr p.ftrContact span {
  font-size: 12px;
}
.lFtr p.ftrContact {
  font-size: 2rem;
  font-family: var(--body-font-family);
  font-weight: bold;
  margin-bottom: 10px;
  color: #304cb2;
  font-weight: bold;
  /*! margin-bottom:10px; */
}
.lFtr p {
  font-size: 11px;
}
.footerLinks {
  display: inline-block;
  height: 125px;
  width: 300px;
  /*! position: relative; */
  /*! top: 0; */
}
.footerLinks h3 {
  font-size: 1.50rem;
  font-family: var(--body-font-family);
  font-weight: bold;
  margin-bottom: 10px;
}
.footerLinks a {
  display: block;
  font-size: 1rem;
  font-family: var(--body-font-family);
  /*color: #636363;*/
  margin-bottom: 2%
}
#swaftTopContent {
  margin-bottom: 5%
}
#swaftBtmContent {
  display: flex;
}
.travelNav > ul > li:last-child {
  display: none;
}
/* ---------------------------------- */
/* -----      travel better      ----- */
/* ---------------------------------- */
.swa_travel_better {
  max-width: 950px;
  margin: 0 auto
}
.swa_travel_better img {
  height: auto;
  display: block;
}
.swa_travel_better a:hover {
  text-decoration: none;
}
.travel_better_nav {
  background-color: var(--primary-link-color);
}
.travel_nav_item {
  float: left;
  width: 20%;
  text-align: center;
}
.travel_nav_item a {
  display: inline-block;
  padding: 10px 0 8px 0;
}
.travel_nav_item:hover {
  background-color: #1a2c80;
}
.travel_better_nav_img {
  float: left;
  width: 100%;
  max-width: 20px;
}
.travel_better_nav_text {
  float: left;
  color: #ffffff;
  margin: 3px 0 0 10px;
}
.travel_better_1 {
  position: relative;
  margin: 0 0 15px 0;
}
.travel_better_1 a {
  display: inline-block;
  position: lative;
}
.travel_better_1 .content {
  position: absolute;
  top: 80px;
  left: 100px;
}
.travel_better_1 .icon {
  max-width: 20px;
  position: relative;
  top: 25px;
  left: -30px;
}
.travel_better_1 .title {
  color: #f3b736;
  font-size: 28px;
  font-weight: bold;
}
.travel_better_1 .text {
  color: #1a2c80;
  font-size: 22px;
  margin: 17px 0 15px 0;
  line-height: 35px;
}
.travel_better_1 .button {
  color: #f3b736;
  font-size: 22px;
}
.travel_better_2, .travel_better_3, .travel_better_4 {
  width: 32.3%;
  float: left;
}
.travel_better_3 {
  margin: 0 1.5%;
}
.travel_better_2 .content, .travel_better_3 .content, .travel_better_4 .content {
  background-color: #304cb2;
  padding: 0 25px 25px 25px;
}
.travel_better_2 .icon, .travel_better_3 .icon, .travel_better_4 .icon {
  max-width: 20px;
  position: relative;
  top: 25px;
  left: 0;
}
.travel_better_2 .title, .travel_better_3 .title, .travel_better_4 .title {
  color: #f3b736;
  font-size: 22px;
  position: relative;
  left: 30px;
  top: 3px;
}
.travel_better_2 .text, .travel_better_3 .text, .travel_better_4 .text {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0;
  line-height: 26px;
}
.travel_better_2 .button, .travel_better_3 .button, .travel_better_4 .button {
  color: #f3b736;
  font-size: 16px;
}
.travel_better_social {
  float: right;
  margin: 25px 0 0 0;
}
.travel_better_social a {
  display: block;
  float: left;
  padding: 0px 5px;
}
.travel_better_social img {
  max-width: 52px !important;
}
.travel_better_mobile_nav {
  display: none;
  margin: 30px 0 0 0;
}
.bnav_section {
  border-bottom: 1px solid #cccccc;
}
.bnav_section:first-child {
  border-top: 1px solid #cccccc;
}
.bnav_container {
  width: 215px;
  margin: 0 auto;
  height: 70px;
  position: relative;
}
.bnav_img {
  max-width: 45px;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bnav_text {
  float: left;
  margin: 8px 0 0 20px;
  position: absolute;
  top: 40%;
  left: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width :850px) {
  .travel_better_nav {
    display: none;
  }
  .travel_better_mobile_nav {
    display: block;
  }
  .travel_better_1 .content {
    position: absolute;
    top: 20px;
    left: 50px;
  }
}
@media only screen and (max-width :558px) {
  .travel_better_1 .content {
    position: static;
    top: static;
    left: static;
    background-color: #304cb2;
    padding: 0 25px 25px 25px;
  }
  .travel_better_1 .icon {
    left: 0;
  }
  .travel_better_1 .title {
    color: #f3b736;
    font-size: 22px;
    position: relative;
    left: 30px;
    top: 3px;
    font-weight: normal;
  }
  .travel_better_1 .text {
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0;
    line-height: 26px;
  }
  .travel_better_1 .button {
    color: #f3b736;
    font-size: 16px;
  }
  .travel_better_2, .travel_better_3, .travel_better_4 {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  .travel_better_3 {
    margin: 0 0 15px 0
  }
}
/* ---------------------------------- */
/* -----      Auction Landing     ----- */
/* ---------------------------------- */
.swa_auction_landing {
  max-width: 1270px;
  margin: 0 auto;
  font-family: var(--body-font-family) !important;
  padding: 0 1rem;
  box-sizing: border-box;
}
.auction_banner {
  margin: 0 0 20px 0;
}
.auction_container { /*! float:left; */ /*! width:calc(33.33% - 2px); */
  margin: 0 0 20px 3px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  container-type: inline-size;
}
.auction { /*! float:left; */ /*! width:calc(33.33% - 2px); */
  /* margin: 0 0 20px 3px; */
  /* width: 32%; */
  display: block;
  /* margin-right: 1%; */
}
.auction:nth-of-type(4), .auction:nth-of-type(1), .auction:nth-of-type(3) { /*! display: none; */
}
.auction:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.auction > a, .auction > span {
  text-decoration: none;
  display: flex;
  height: 100%;
  flex-flow: column;
}
.auction:hover {
  opacity: 0.8;
}
.auction img {
  display: block;
}
.auction_img {
  overflow: hidden;
  position: relative;
  container-type: inline-size;
}
.auction-ribbon {
  background: #FFBF27;
  /* background: #1A2C80; */
  /* background: #304CB2; */
  color: var(--swa-dark-blue-txt);
  /* color: #FFBF27; */
  position: absolute;
  z-index: 1;
  top: 9%;
  font-family: var(--body-font-family);
  font-weight: bold;
  font-size: 5.5cqi;
  width: 90cqi;
  height: 11cqi;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1cqi;
  transform: rotateZ(-34deg);
  left: -28%;
}
.auction_title {
  background-color: #304CB2;
  color: #ffffff;
  padding: 2cqi;
  font-weight: bold;
  font-size: 1.6cqi;
  /* height: 115px; */
  flex-grow: 1;
}
.auction_title h2 {
  color: #FFBF27;
  font-size: 1.125em;
  font-family: var(--body-font-family);
  margin-bottom: .5em;
  font-weight: 700;
}
.auction_title p {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: .5em;
}
.auction_title p:last-child {
  margin: 0;
}
.auction_title div {
  color: red;
  display: block;
  margin: 15px 0 0 0;
}
@media only screen and (max-width :950px) {
  .auction_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .auction_title {
    font-size: 2.4cqi;
    padding: 2.6cqi;
  }
}
@media only screen and (max-width :728px) {
  .auction {
    width: 100%;
  }
  .auction:nth-child(3n+1) {
    margin-left: 3px;
    clear: none;
  }
  .auction:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}
/* auction landing intro */
.swa-auction-intro {
  display: flex;
  background: radial-gradient(circle, #f8f9fd 0%, #e2e7f0 100%);
  container-type: inline-size;
  margin-bottom: 2rem;
}
.sai-copy {
  width: 52%;
  font-size: 1cqi;
  font-family: var(--body-font-family);
  color: #304cb2;
  padding: 6cqi;
}
.swa-auction-intro h1 {
  font-size: 3.25em;
  color: #304cb2;
  font-weight: 600;
  font-family: inherit;
}
.swa-auction-intro h1 span {
  font-size: 1.5em;
  display: block;
  line-height: 1;
}
.swa-auction-intro p {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: .25em;
}
.swa-auction-intro p.sai-hurry {
  font-size: 2.875em;
  color: #d7112a;
  margin: 0;
}
.sai-card {
  display: block;
  width: 50%;
  display: flex;
  align-items: center;
}
.sai-card img {
  display: block;
  width: 33cqi !important;
}
@media only screen and (max-width :800px) {
  .sai-copy {
    width: 55%;
    padding: 4.8cqi;
    font-size: 1.25cqi;
  }
  .sai-card {
    width: 40%;
  }
  .sai-card img {
    width: 90% !important;
  }
}
@media only screen and (max-width :558px) {
  .auction {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .auction_container > div:nth-child(2), .auction_container > div:nth-child(5) {
    margin: 0 0 20px 0;
  }
  .auction_container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .auction_title {
    font-size: 4.5cqi;
    padding: 5cqi;
  }
  .swa-auction-intro {
    flex-flow: column;
    padding: 1.25rem;
    gap: 1rem;
  }
  .sai-copy {
    width: 100%;
    padding: 0;
    font-size: .4rem;
  }
  .sai-card {
    width: 100%;
  }
  .sai-card img {
    width: 100% !important;
    max-width: 179px;
  }
}
/* ---------------------------------- */
/* -----      Auction pages    ----- */
/* ---------------------------------- */
#auction {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 50px 10px 0;
}
#auction .strong {
  font-weight: bold;
}
#auction .strong_blue {
  font-weight: bold;
  color: #304cb2;
}
#auction .strong_red {
  font-weight: bold;
  color: #d5152e;
}
#auction .button {
  margin: 45px 0 0 0;
}
#auction .coming_soon {
  background-color: #cecece;
  color: var(--swa-dark-blue-txt);
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
#auction .cta_button {
  background-color: #ffbf27;
  color: var(--swa-dark-blue-txt);
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none;
}
#auction .cta_button:hover {
  background-color: #ffb300;
}
#auction .left { /*! float:left; */ width: 56%; /*! text-align: ; */ /*! margin-left: -57px; */ margin-right: 3%;
}
#auction .left h1 {
  margin: 15px 0 20px 0;
  font-weight: bold;
}
#auction .left h2 {
  margin: 0 0 15px 0;
}
#auction .left ul li {
  margin: 15px 0;
}
#auction .right { /*! float:right; */ width: 40%;
}
#auction .imgtwo {
  margin: 25px auto 0 auto;
  max-width: 179px;
}
#auction .location {
  margin: 0 0 15px 0;
}
#auction .location_left {
  float: left;
  width: 75px;
}
#auction .location_right {
  float: left;
  width: 250px;
}
#bottom_text {
  margin: 40px 0 0 0;
}
#auction #terms {
  font-size: 11px;
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #cccccc;
}
#auction .comming_soon, #auction .get_with_points, #auction .bid_with_points, #auction .sold_out {
  display: none;
}
#auction .mob {
  display: none;
}
@media only screen and (max-width : 950px) {
  #auction {
    margin: 10px;
  }
}
@media only screen and (max-width : 558px) {
  #auction .mob {
    display: block;
  }
  #auction .norm {
    display: none !important;
  }
  #auction .left, #auction .right {
    float: none;
    width: 100%;
  }
  #auction .right {
    border-top: 1px solid #cccccc;
    margin: 30px 0 0 0;
  }
  #auction .left h2 {
    margin: 0;
  }
  #auction .top_img {
    margin: 0 0 30px 0;
  }
  #bottom_text {
    margin: 20px 0 0 0;
  }
  #auction .button a {
    display: block;
    text-align: center;
  }
}
/* ---------------------------------- */
/* -----      Browse Home   ----- */
/* ---------------------------------- */
.swa_enter_cardmember {
  float: left;
  position: relative;
  border: 1px solid #adadad;
  width: 60%;
  height: 320px;
  background: #ffffff url(/images/client/southwest/browse_splash.jpg) no-repeat right center;
}
.swa_enter_cardmember .title {
  color: #627d94;
  font-size: 34px;
  font-weight: bold;
  margin: 35px 0 0 35px;
}
.swa_enter_cardmember .title span {
  font-size: 20px;
}
.swa_enter_cardmember .button {
  margin: 40px 0 0 35px;
}
.swa_enter_cardmember .button a {
  background-color: #f8c137;
  font-weight: bold;
  color: #000000;
  padding: 15px 30px;
  font-size: 16px;
}
.swa_enter_cardmember .img {
  width: 130px;
  position: absolute;
  right: 35px;
  bottom: 25px;
}
.swa_enter_cardmember .img img {
  width: 100%;
}
.swa_enter_non_cardmember {
  float: right;
  border: 1px solid #adadad;
  width: 37%;
  height: 320px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dae0e6+0,f4f6f8+50,dae0e6+100 */
  background: #dae0e6; /* Old browsers */
  background: -moz-linear-gradient(top, #dae0e6 0%, #f4f6f8 50%, #dae0e6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dae0e6 0%, #f4f6f8 50%, #dae0e6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dae0e6 0%, #f4f6f8 50%, #dae0e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dae0e6', endColorstr='#dae0e6', GradientType=0); /* IE6-9 */
}
.swa_enter_non_cardmember .title {
  color: #627d94;
  font-size: 30px;
  font-weight: bold;
  margin: 35px 0 0 35px;
}
.swa_enter_non_cardmember .title span {
  font-size: 20px;
}
.swa_enter_non_cardmember .button {
  margin: 50px 0 0 35px;
}
.swa_enter_non_cardmember .button a {
  background-color: #f8c137;
  font-weight: bold;
  color: #000000;
  padding: 15px 30px;
  font-size: 16px;
}
.swa_enter_non_cardmember .text {
  margin: 45px 0 0 35px;
  font-size: 16px;
  color: #627d94;
}
.swa_enter_non_cardmember .text a {
  color: #627d94;
  text-decoration: underline;
}
.swa_homepage_browse .legal {
  float: right;
  width: 36%;
  color: #8a8a8a;
  margin: 15px 0 0 0;
}
@media only screen and (max-width :950px) {
  .swa_enter_cardmember {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
  }
  .swa_enter_non_cardmember {
    float: none;
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .swa_homepage_browse .legal {
    float: none;
    width: 90%;
    margin: 15px auto 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width :588px) {
  .swa_enter_cardmember .title {
    font-size: 20px;
    color: #ffffff;
  }
  .swa_enter_cardmember .button {
    margin: 40px auto 0 auto;
    width: 90%;
  }
  .swa_enter_cardmember .button a {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    display: block;
  }
  .swa_enter_cardmember .img {
    width: 100px;
  }
  .swa_enter_non_cardmember .title {
    font-size: 20px;
  }
  .swa_enter_non_cardmember .button {
    margin: 40px auto 0 auto;
    width: 90%;
  }
  .swa_enter_non_cardmember .button a {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    display: block;
  }
  .swa_enter_non_cardmember .text {
    padding: 0 45px 0 0;
  }
  .swa_enter_non_cardmember .text br {
    display: none;
  }
}
/* --------------------------------------------- */
/* -----      Non-Card & Cardmember Home   ----- */
/* --------------------------------------------- */
.container {
  background: none;
}
.swa_broswe .hdr {
  background: none;
  /*! width: 984px; */
  padding: 0;
}
.home .hamburger > div {
  background: #1A2C80;
}
.swa_homepage_home {
  display: block;
}
.swa_homepage_home img {
  display: block;
  width: 100%;
}
/*.swa_cardmember .freddies {display:none;}*/
.freddies {
  margin: 0 0 25px 0;
}
.swa_hero {
  margin: 0 0 25px 0;
  position: relative;
  display: none;
}
.swa_cardmember .swa_hero {
  display: none;
}
.swa_non_card .swa_hero_spacer {
  display: none;
}
.swa_non_card .swa_hero_content { /*! display:none; */
}
.swa_cardmember_hero {}
.swa_hero_content {
  min-height: 550px;
  max-width: 950px;
  margin: 0 auto 3%;
  padding: 0 1.5rem;
}
.swa_title {
  font-size: 2.875rem;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding-top: 100px;
}
.swa_text {
  font-size: 1.875rem;
  font-weight: bold;
  margin: 12px 0 55px 0;
}
.swa_button a {
  background-color: #ffbf27;
  color: #000000;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 50px;
}
.featured_items_container {
  max-width: 950px;
  margin: 0 auto 3%;
  padding: 0 1.5rem;
}
.featured_items_title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.featured_items_title h2 {
  color: #304CB2;
  font-size: 2rem;
  font-family: var(--body-font-family);
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.featured_items_title a {
  color: #304CB2;
  font-size: 1.25rem;
  font-family: var(--body-font-family);
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  position: absolute;
  top: 17px;
  right: 14px;
}
#fiInnerContainer {
  display: flex;
}
.featured_item {
  width: 25%;
}
.featured_item a {
  /*! padding: 0 5px; */
  display: block;
  text-align: center;
  color: black;
}
.half_banners_container {
  margin: 0 auto;
  max-width: 950px;
  display: flex;
  padding: 0 1.5rem;
}
.banner1, .banner2, .banner3 {
  width: 32.7%;
  margin-right: 1%;
}
.half_banners_container .banner3 {
  margin-right: 0
}
.gift_cards_container {
  max-width: 950px;
  margin: 0 auto 3%;
  padding: 0 1.5rem;
}
.gift_cards_title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.gift_cards_title h2 {
  color: #304CB2;
  font-size: 2rem;
  font-family: var(--body-font-family);
  text-align: center;
  font-weight: bold;
}
.gift_cards_title a {
  color: var(--primary-link-color);
  font-size: 1.25rem;
  font-family: var(--body-font-family);
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 17px;
}
a i {
  border: solid #304CB2;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -2px;
  position: relative;
  right: -2px;
}
#gcInnerContainer {
  display: flex;
}
.gift_card {
  width: 20.5%;
  margin-right: 6%;
}
.gift_card:nth-of-type(4) {
  margin-right: 0;
}
#stayConnectBanner {
  max-width: 950px;
  margin: 0 auto 3%;
  padding: 0 1.5rem;
}
.swa_non_card #cmHalfBanners {
  display: none;
}
#cmHalfBanners {
  display: flex;
  margin: 0 auto 3%;
  max-width: 950px;
  padding: 0 1.5rem;
}
#cmHalfBanners a {
  width: 49.3%;
}
#cmHalfBanners a:nth-of-type(1) {
  margin-right: 1.5%;
}
.swa_cardmember #morePoints {
  display: none;
}
#morePoints {
  max-width: 950px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
#pointValue, #RDPoints {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
#pointValue span, #RDPoints span {
  display: table;
  color: #5D7E95;
}
#pointValue {
  padding-right: 54px;
}
#RDPoints {
  color: #D22336;
  font-weight: bold;
}
#RDButton {
  background: white;
  display: inline-block;
  padding: 15px 18px;
  color: #304CB2;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 9px 8px -6px rgba(173, 123, 31, 0.21);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#rapidDeal img {
  width: 41.3%;
  display: inline-block;
  position: absolute;
  bottom: 55px;
  right: 0;
  max-height: 100%;
}

@media only screen and (max-width :950px) {
  .swa_cardmember .hdr {
    margin: 0;
  }
  .swa_cardmember_hero .swa_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .swa_cardmember_hero .swa_text {
    font-size: 20px;
    margin: 30px 0 60px 0;
  }
  .swa_cardmember_hero .swa_text span {
    font-size: 16px;
  }
  .swa_cardmember_hero .swa_button a {
    background-color: #ffbf27;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
  }
  .gift_cards_title h2, .featured_items_title h2 {
    font-size: 1.5rem
  }
  .featured_items_title h2 {
    margin-bottom: 10px;
  }
  .featured_items_title a, .gift_cards_title a {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width :750px) {
  #smallText {
    width: 50%
  }
  .swa_hero_content {
    min-height: 300px;
    padding-left: 21px;
  }
  .swa_title {
    padding-top: 50px
  }
  #cmHalfBanners, #fiInnerContainer, .half_banners_container, #gcInnerContainer {
    flex-wrap: wrap;
  }
  #cmHalfBanners a {
    width: 100%;
    margin-right: 0 !important;
    ;
  }
  #cmHalfBanners a:nth-of-type(1) {
    margin-bottom: 5%
  }
  #fiInnerContainer .featured_item {
    width: 50%;
  }
  .banner1, .banner2, .banner3 {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width :700px) {
  .swa_cardmember_hero .swa_text {
    font-size: 20px;
    margin: 15px 0 30px 0;
  }
}
@media only screen and (max-width :558px) {
  .gift_card {
    margin: 0 1% 1% 0 !important;
    width: 49.5% !important;
  }
  .gift_card:nth-of-type(2), .gift_card:nth-of-type(4) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  #topBanner {
    display: none !important;
  }
  #topMobileBanner {
    display: block !important;
  }
}
@media only screen and (max-width :350px) {
  .swa_hero_spacer img {
    width: 100%;
  }
}
/*Golf Store Fixes*/
#subNav ul {
  background: #304CB2 !important;
}
#clubSection .clubSectionContainer {
  border-top: solid 5px #304CB2 !important;
}
#clubSection .clubSectionContainer div a {
  background: none !important;
  color: #1A2C80 !important;
  padding: 10px 0 !important;
}
.bottomCta a {
  background: #FEBD27 !important;
  color: var(--swa-dark-blue-txt) !important;
  font-weight: bold;
}
#bottomSection {}
#bottomSection h2, #bottomSection h2 + p {
  color: #304cb2 !important;
}
