.r-main-footer {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.r-main-footer a {
  cursor: pointer;
}
.r-main-footer .section {
  clear: both;
  margin: 0 auto;
  padding: 0;
}
.r-main-footer .maxwidth {
  max-width: 1000px;
  margin: 0 auto;
}
.r-main-footer .r-footerExpand {
  width: 100%;
  background-color: #ffffff;
}
.r-main-footer .col {
  float: left;
  width: 25%;
  padding: 20px 0;
}
.r-main-footer .col3 {
  width: 25%;
}
.r-main-footer .rightCol {
  float: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.r-main-footer #LinksMenu {
  width: 100%;
  margin: 0 auto;
}
.r-main-footer #LinksMenu > .content {
  left: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.r-main-footer #LinksMenu > .nonExpandHeight {
  height: 330px;
  max-height: 330px;
}
.r-main-footer #LinksMenu > .content.expanded {
  max-height: 500px;
  transition: max-height .3s ease-in;
}
.r-main-footer .openClose {
  display: block;
  width: 100%;
  height: 32px;
  margin-top: 4px;
  cursor: pointer;
  text-align: right;
}
.r-main-footer .openClose span#openCloseBtn {
  display: block;
  float: right;
  width: 85px;
  height: 32px;
  background: url('/repo/DAL/desktop/footer/02-images/1703ss_DAL_FooterSprite.png');
  background-position: -396px 0;
}
.r-main-footer .openClose span#openCloseBtn.dropdownactive {
  background-position: -489px 0;
}
.r-main-footer .r-footerSubtitle {
  font: 0.65em 'CircularBold', Arial, Helvetica, sans-serif;
  padding-bottom: 7px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* Newsletter Sign Up */
.r-main-footer #r-newsletter {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0;
  text-align: center;
  background: #eeeeee;
}
.r-main-footer #r-newsletter #r-newsletterContent {
  position: relative;
  display: inline;
}
.r-main-footer #r-newsletterNonExpand {
  float: right;
  margin: 0 0 48px 0;
}
.r-main-footer h4#r-newsletterTitle {
  font: 1em/1em 'CircularBold', Arial, Helvetica, sans-serif;
  position: relative;
  top: 2px;
  display: inline-block;
  height: auto;
  margin: 0 15px 0 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0em;
  color: #000;
}
@media (min-width: 1024px) {
  .r-main-footer h4#r-newsletterTitle {
    font-size: 1.2em;
    margin: 0 25px 0 0;
  }
}
.r-main-footer #newsletterForm {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 304px;
  height: 40px;
}
.r-main-footer #newsletterForm .email {
  flex-grow: 2;
  padding: 15px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
}
.r-main-footer #newsletterForm .r-footerSubmit {
  font-family: "CircularBook";
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  width: 50px;
  height: 40px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000;
  -webkit-appearance: none;
}
.r-main-footer .r-newsletterLink {
  font: .8em/1 'CircularBold', Arial, Helvetica, sans-serif;
  text-align: center;
  display: inline-block;
  position: relative;
  background: #000;
  color: #fff;
  margin: 0;
  width: auto;
  padding: 15px 3%;
  text-decoration: none;
  vertical-align: middle;
}
/* Text links */
.r-main-footer #r-footerLinkTitles {
  display: block;
  width: 100%;
  height: 40px;
  text-align: left;
}
.r-main-footer h4#r-footerLinkTitles {
  font: 16px 'CircularBold', Arial, Helvetica, sans-serif;
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  margin: 16px 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.0125em;
  text-transform: capitalize;
  color: #6a6a6a;
}
.r-main-footer h4#r-footerSocialTitles {
  font: 16px 'CircularBold', Arial, Helvetica, sans-serif;
  display: inline-block;
  float: left;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: capitalize;
  color: #6a6a6a;
}
.r-main-footer .r-footerLinks .cat {
  font: 12px 'CircularBook', Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  text-align: left;
  color: #878787;
}
.r-main-footer .r-footerLinks .cat span {
  font-size: 0.85em;
  display: block;
}
.r-main-footer .r-footerLinks .cat strong {
  font-family: 'CircularBold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  float: right;
  width: 37px;
  text-align: right;
  letter-spacing: 0.05em;
}
.r-main-footer .r-footerLinks .cat:hover {
  text-decoration: underline;
}
/* Social */
.r-main-footer #r-social {
  overflow: hidden;
  width: 75px;
  margin: 0 auto;
  text-align: center;
}
.r-main-footer #r-social a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  text-indent: -9999px;
  background-image: url(/repo/DAL/desktop/footer/02-images/1807_DAL_FooterSprite.png);
}
.r-main-footer #r-social .r-facebook {
  width: 18px;
  background-position: -10px 0;
}
.r-main-footer #r-social .r-twitter {
  background-position: -37px 0;
}
.r-main-footer #r-social .r-instagram {
  background-position: -77px 0;
}
.r-main-footer #r-social .r-youtube {
  margin-right: 0;
  background-position: -225px 0;
}
/* Right Column banners */
#fourth-col-banner {
  float: left;
  width: 100%;
  margin: 0;
}
ul.spreadthecost {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fourth-col-banner > ul.spreadthecost > li {
  float: left;
  width: 274px;
  height: 105px;
  margin: 0;
}
#fourth-col-banner > ul.spreadthecost > li > a > div {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/repo/SBI/desktop/footer/02-images/SBI_Footer_Credit_15112022_DT.png");
  background-repeat: no-repeat;
  background-size: cover;
}
ul.payment {
  padding: 0;
  list-style-type: none;
}
#fourth-col-banner > ul.payment > li {
  display: inline-block;
  zoom: 1;
  margin: 10px 9px 0 0;
}
#fourth-col-banner > ul.payment > li > a {
  display: block;
  height: 55px;
  width: 55px;
  text-indent: -9999px;
}
#fourth-col-banner > ul > li.footer-personal-account a {
  background: url(/repo/JDW/desktop/header/02-images/header-footer-sprite.png) no-repeat 0 -400px;
}
#fourth-col-banner > ul > li.footer-mastercard a {
  background: url(/repo/JDW/desktop/header/02-images/header-footer-sprite.png) no-repeat -72px -400px;
}
#fourth-col-banner > ul > li.footer-visa a {
  background: url('/repo/JDW/desktop/header/02-images/header-footer-sprite.png') no-repeat -216px -400px;
}
/* Bottom bar */
.r-main-footer #FooterBottom {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  background: #000;
}
.r-main-footer #FooterBottomContent {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 8px auto;
}
/* Bottom right links */
.r-main-footer #BottomLinks {
  position: relative;
  float: right;
  margin-right: 10px;
}
.r-main-footer #BottomLinks a {
  font: 0.8em/1em 'CircularBook', Arial, Helvetica, sans-serif;
  position: relative;
  margin-left: 15px;
  text-align: right;
  color: #fff;
}
/* Feedback modal popup styling */
#FeedbackModal {
  z-index: 9999;
}
.FeedbackLightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  /*overflow: hidden; */
}
a.lightbox-close {
  position: absolute;
  top: -80px;
  right: 0;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-decoration: none;
  color: black;
  background: url(/repo/JDF/desktop/footer/02-images/FeedbackClose.gif) no-repeat;
}
.FeedbackLightbox-target:target {
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 1;
}
.FeedbackLightbox-target:target img {
  max-width: 100%;
  max-height: 100%;
}
.FeedbackLightbox-target:target a.lightbox-close {
  top: 0px;
}
.FeedbackEmbed {
  width: 630px;
  height: 692px;
  min-height: 634px;
  background-color: #fff;
}
.Tablet {
  display: none;
}
/* Hides extra iFrame, to prevent white gap at bottom of PLP and PDP */
iframe[name="google_conversion_frame"] {
  display: none;
}
/* Responsive fixes */
@media only screen and (max-width: 1024px) {
  #r-siteHeader, #r-siteHeader.r-sticky {
    width: 100%;
  }
  #feedbackButton {
    display: none;
  }
  .r-main-footer .col {
    width: 17%;
    margin: 1% 3%;
    padding: 5px 0px;
  }
  .r-main-footer .col3 {
    width: 25%;
  }
  .r-main-footer .rightCol {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .Desktop {
    display: none !important;
  }
  .Tablet {
    display: block !important;
  }
  .r-main-footer .col {
    width: 20%;
    margin: 1% 5.6%;
    padding: 20px 0;
  }
  .r-main-footer .col3 {
    width: 30%;
    margin: 1%;
  }
  .r-main-footer .tabletFull {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .r-main-footer #r-footerLinkTitles.rightColSpacing {
    margin-top: 30px;
  }
  #r-socialContainer, #r-appContainer {
    margin-left: 2%;
  }
  #r-creditContainer {
    position: absolute;
    right: 0;
    width: 36%;
    max-width: 274px;
  }
  #r-creditContainer #r-footerLinkTitles.rightColSpacing {
    margin-top: 16px;
  }
  .r-main-footer #FooterBottom {
    margin-top: 40px;
  }
}
/*utility class that keep footer visible even if some javascript might modify inline display css*/
.u--always-block {
  display: block !important;
}