.app-store, .amazon, .google-play, .activity, .alert-1, .apple-pay-logo, .discover-mobile, .phone, .tablet, .watch, .payments {
  background: url(../images/sprites.png);
  background-repeat: no-repeat;
}

.amazon {
  background-position: -15px -102px;
  width: 123px;
  height: 42px;
}

.google-play {
  background-position: -3px -51px;
  width: 144px;
  height: 42px;
}

.app-store {
  background-position: -6px -3px;
  width: 140px;
  height: 42px;
  display: inline-block;
}

.activity {
  background-position: -29px -167px;
  width: 50px;
  height: 62px;
  display: inline-block;
  margin-bottom: 8px;
}

.alert-1 {
  background-position: -21px -270px;
  width: 57px;
  height: 62px;
  display: inline-block;
  margin-bottom: 8px;
}

.apple-pay-logo {
  background-position: -22px -412px;
  width: 50px;
  height: 24px;
}

.discover-mobile {
  background-position: -121px -175px;
  width: 57px;
  height: 57px;
  display: inline-block;
}

.phone {
  background-position: -113px -279px;
  width: 24px;
  height: 39px;
  display: inline-block;
}

.tablet {
  background-position: -157px -278px;
  width: 31px;
  height: 39px;
  display: inline-block;
}

.watch {
  background-position: -209px -280px;
  width: 28px;
  height: 40px;
  display: inline-block;
}

.payments {
  background-position: -121px -377px;
  width: 60px;
  height: 50px;
  display: inline-block;
  margin: 6px 0 14px;
}

/*-----   GLOBAL  -----*/
html {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #293033;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #293033;
}
body *:focus {
  outline: 1px dotted #000;
  outline-offset: 1px;
}

.mobile-responsive .navbar-wrapper .mobile-links {
  font-size: 15px;
}

header li a, header li label, footer li a, footer li label {
  font-size: 15px;
}

main section {
  overflow: hidden;
}
main a {
  display: inline-block;
  color: #2477ab;
}
main h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: normal;
}
main p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
}
main p sup {
  line-height: 22px;
}
main strong {
  font-weight: bold;
}
main abbr {
  cursor: default !important;
  border-bottom: none !important;
}
main a:hover, main a:active, main a:focus {
  text-decoration: underline;
}
main a:hover sup, main a:active sup, main a:focus sup {
  text-decoration: underline;
}
main .sr {
  position: absolute;
  text-indent: -9999px !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-holder {
  display: inline-block;
  white-space: nowrap;
}
.img-holder a {
  margin-right: 15px;
}
.img-holder a.last {
  margin-right: 0;
}

.block {
  display: block;
}

.image-holders-container {
  white-space: nowrap;
}

.footer-container {
  margin-top: 0 !important;
}

.footer-container .no-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/*---   BOOTSTRAP OVERRIDES  ---*/
main .container, main .container-fluid {
  max-width: 940px !important;
  padding: 0;
}
main .row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
main .col-xs-1, main .col-sm-1, main .col-md-1, main .col-lg-1, main .col-xs-2, main .col-sm-2, main .col-md-2, main .col-lg-2, main .col-xs-3, main .col-sm-3, main .col-md-3, main .col-lg-3, main .col-xs-4, main .col-sm-4, main .col-md-4, main .col-lg-4, main .col-xs-5, main .col-sm-5, main .col-md-5, main .col-lg-5, main .col-xs-6, main .col-sm-6, main .col-md-6, main .col-lg-6, main .col-xs-7, main .col-sm-7, main .col-md-7, main .col-lg-7, main .col-xs-8, main .col-sm-8, main .col-md-8, main .col-lg-8, main .col-xs-9, main .col-sm-9, main .col-md-9, main .col-lg-9, main .col-xs-10, main .col-sm-10, main .col-md-10, main .col-lg-10, main .col-xs-11, main .col-sm-11, main .col-md-11, main .col-lg-11, main .col-xs-12, main .col-sm-12, main .col-md-12, main .col-lg-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media (max-width: 991px) {
  main .col-xs-1, main .col-sm-1, main .col-md-1, main .col-lg-1, main .col-xs-2, main .col-sm-2, main .col-md-2, main .col-lg-2, main .col-xs-3, main .col-sm-3, main .col-md-3, main .col-lg-3, main .col-xs-4, main .col-sm-4, main .col-md-4, main .col-lg-4, main .col-xs-5, main .col-sm-5, main .col-md-5, main .col-lg-5, main .col-xs-6, main .col-sm-6, main .col-md-6, main .col-lg-6, main .col-xs-7, main .col-sm-7, main .col-md-7, main .col-lg-7, main .col-xs-8, main .col-sm-8, main .col-md-8, main .col-lg-8, main .col-xs-9, main .col-sm-9, main .col-md-9, main .col-lg-9, main .col-xs-10, main .col-sm-10, main .col-md-10, main .col-lg-10, main .col-xs-11, main .col-sm-11, main .col-md-11, main .col-lg-11, main .col-xs-12, main .col-sm-12, main .col-md-12, main .col-lg-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  main .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mobile-responsive main .container, .mobile-responsive main .container-fluid {
    padding: 0;
  }
}
header .row, footer .row {
  margin-right: -10px;
  margin-left: -10px;
}
header .row .col-lg-1, header .row .col-lg-10, header .row .col-lg-11, header .row .col-lg-12, header .row .col-lg-2, header .row .col-lg-3, header .row .col-lg-4, header .row .col-lg-5, header .row .col-lg-6, header .row .col-lg-7, header .row .col-lg-8, header .row .col-lg-9, header .row .col-md-1, header .row .col-md-10, header .row .col-md-11, header .row .col-md-12, header .row .col-md-2, header .row .col-md-3, header .row .col-md-4, header .row .col-md-5, header .row .col-md-6, header .row .col-md-7, header .row .col-md-8, header .row .col-md-9, header .row .col-sm-1, header .row .col-sm-10, header .row .col-sm-11, header .row .col-sm-12, header .row .col-sm-2, header .row .col-sm-3, header .row .col-sm-4, header .row .col-sm-5, header .row .col-sm-6, header .row .col-sm-7, header .row .col-sm-8, header .row .col-sm-9, header .row .col-xs-1, header .row .col-xs-10, header .row .col-xs-11, header .row .col-xs-12, header .row .col-xs-2, header .row .col-xs-3, header .row .col-xs-4, header .row .col-xs-5, header .row .col-xs-6, header .row .col-xs-7, header .row .col-xs-8, header .row .col-xs-9, footer .row .col-lg-1, footer .row .col-lg-10, footer .row .col-lg-11, footer .row .col-lg-12, footer .row .col-lg-2, footer .row .col-lg-3, footer .row .col-lg-4, footer .row .col-lg-5, footer .row .col-lg-6, footer .row .col-lg-7, footer .row .col-lg-8, footer .row .col-lg-9, footer .row .col-md-1, footer .row .col-md-10, footer .row .col-md-11, footer .row .col-md-12, footer .row .col-md-2, footer .row .col-md-3, footer .row .col-md-4, footer .row .col-md-5, footer .row .col-md-6, footer .row .col-md-7, footer .row .col-md-8, footer .row .col-md-9, footer .row .col-sm-1, footer .row .col-sm-10, footer .row .col-sm-11, footer .row .col-sm-12, footer .row .col-sm-2, footer .row .col-sm-3, footer .row .col-sm-4, footer .row .col-sm-5, footer .row .col-sm-6, footer .row .col-sm-7, footer .row .col-sm-8, footer .row .col-sm-9, footer .row .col-xs-1, footer .row .col-xs-10, footer .row .col-xs-11, footer .row .col-xs-12, footer .row .col-xs-2, footer .row .col-xs-3, footer .row .col-xs-4, footer .row .col-xs-5, footer .row .col-xs-6, footer .row .col-xs-7, footer .row .col-xs-8, footer .row .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

/*--------   MEDIA QUERIES  --------*/
@media (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 730px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 729px) {
  .hidden-xs {
    display: none !important;
  }
}
/*--------  RESET BOOTSTRAP OVERRIDES  --------*/
main .col-padding {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.apple-btn,
.google-play-btn,
.amazon-btn,
.apple-fade,
.android-fade,
.app-store-btn,
#management img,
#phone img,
#tablet img,
#watch img {
  display: none;
}

#marquee, #mobile-placeholder {
  position: relative;
  width: 100%;
}
#marquee h1, #mobile-placeholder h1 {
  margin: 80px 0 15px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
}
#marquee h2, #mobile-placeholder h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
}
#marquee img, #mobile-placeholder img {
  margin-top: -42px;
}
#marquee a, #mobile-placeholder a {
  color: #fff;
  text-decoration: underline;
  vertical-align: middle;
}
#marquee .img-holder, #mobile-placeholder .img-holder {
  margin: 25px 0 75px;
  height: 42px;
}
#marquee #manage-account, #mobile-placeholder #manage-account {
  margin: 6px 10px 0 0;
  font-weight: bold;
}
#marquee #manage-account, #marquee button, #mobile-placeholder #manage-account, #mobile-placeholder button {
  float: left;
}
#marquee button, #mobile-placeholder button {
  background: none;
  border: 1px solid #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  cursor: pointer;
}
#marquee button#apple-btn, #mobile-placeholder button#apple-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px 22px 5px 25px;
}
#marquee button#android-btn, #mobile-placeholder button#android-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 4px 10px 5px 15px;
}
#marquee button#android-btn span, #marquee button#android-btn sup, #mobile-placeholder button#android-btn span, #mobile-placeholder button#android-btn sup {
  float: left;
}
#marquee button#android-btn sup, #mobile-placeholder button#android-btn sup {
  top: 7px;
  vertical-align: initial;
}
#marquee button.selected, #mobile-placeholder button.selected {
  background: #fff;
  color: #293033;
  font-weight: bold;
}

#marquee {
  height: 455px;
  background-image: url(../images/marquee.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#marquee .row {
  display: none;
}
#marquee #marquee-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#marquee #marquee-image.apple-marquee {
  background-image: url(../images/marquee-apple.jpg);
}
#marquee #marquee-image.android-marquee {
  background-image: url(../images/marquee-android.png);
}

#marquee-mobile {
  display: none;
  color: #293033;
  padding: 0 50px;
  text-align: center;
}
#marquee-mobile #mobile-placeholder {
  display: none;
}
#marquee-mobile #manage-account {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
#marquee-mobile #manage-account {
  float: none;
  font-weight: bold;
}
#marquee-mobile #buttons {
  display: inline-block;
}
#marquee-mobile button {
  border: 1px solid #293033;
}
#marquee-mobile button.selected {
  background: #293033;
  color: #fff;
}
#marquee-mobile h1 {
  margin-top: 20px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 26px;
}
#marquee-mobile h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
}
#marquee-mobile .img-holder {
  margin-bottom: 30px;
}
#marquee-mobile .google-play-btn {
  margin-bottom: 15px;
}

#notices {
  padding: 35px 0 42px;
  background: #f8f8f8;
  text-align: center;
}
#notices #push-left {
  margin-left: -2px;
}

#management {
  padding: 65px 0 55px;
}
#management .col-md-7 img {
  float: right;
}
#management p {
  margin-bottom: 55px;
}
#management .img-holder {
  margin-right: 55px;
  text-align: center;
}
#management .img-holder span {
  display: block;
  margin: 20px 0 5px;
}
#management .img-holder.last {
  margin-right: 0;
}

#phone, #tablet {
  color: #fff;
  text-align: center;
}
#phone h3 sup, #tablet h3 sup {
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: top;
  padding-left: 1px;
  top: -7px;
  line-height: 30px;
}
#phone p sup, #tablet p sup {
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  top: -7px;
  padding-left: 1px;
}
#phone a, #tablet a {
  color: #fff;
}
#phone a:hover, #phone a:active, #phone a:focus, #tablet a:hover, #tablet a:active, #tablet a:focus {
  text-decoration: none;
}

#phone {
  border-top: 1px solid #dbdbdb;
  height: 420px;
  background: #036dad;
}
#phone img {
  margin-top: 20px;
}
#phone h3 {
  margin-top: 145px;
}
#phone p {
  max-width: 370px;
  margin: 0 auto;
}

#tablet {
  height: 416px;
  background: #656d70;
}
#tablet img {
  margin: 74px auto 0;
}
#tablet h3 {
  margin-top: 140px;
}
#tablet p {
  max-width: 375px;
  margin: 0 auto;
}

#watch {
  height: 340px;
}
#watch img {
  margin: 51px auto 0;
  display: block;
}
#watch h3 {
  margin-top: 125px;
}
#watch p span#fix-sup {
  margin-left: -5px;
}

#get-discover {
  padding: 50px 0;
  text-align: center;
  background: #f8f8f8;
}
#get-discover span br {
  display: none;
}
#get-discover h3 {
  margin-bottom: 15px;
}
#get-discover p {
  margin: 40px auto 0;
  max-width: 400px;
}
#get-discover .img-holder {
  margin-top: 30px;
}
#get-discover .img-holder a {
  vertical-align: middle;
}

#disclaimers {
  margin: 40px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}
#disclaimers ol {
  padding-left: 0;
}
#disclaimers li {
  margin: 15px 0 0;
  list-style-type: decimal;
}
#disclaimers li sup {
  line-height: 16px;
}
#disclaimers p {
  margin-left: -15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  #marquee {
    background-position: center center;
  }
  #marquee #marquee-image {
    background-position: center center;
  }
  #marquee .col-xs-offset-6 {
    width: 470px !important;
    float: right;
  }

  #notices, #management, #phone, #tablet, #watch, #disclaimers {
    padding-right: 50px;
    padding-left: 50px;
  }

  #notices {
    height: auto;
  }

  #management {
    text-align: center;
  }
  #management .col-md-7 img {
    float: none;
    margin: 0 auto 40px;
  }
  #management p {
    margin-bottom: 0;
  }
  #management .image-holders-container {
    margin-top: 30px;
  }

  #tablet h3 {
    margin-top: 100px;
  }
  #tablet h3 span {
    white-space: nowrap;
  }
  #tablet br {
    display: none;
  }
  #tablet .vertical-holder {
    height: 416px;
    position: relative;
  }
  #tablet .vertical-holder img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 729px) {
  #notices, #management, #phone, #tablet, #watch {
    padding-right: 30px;
    padding-left: 30px;
  }

  #mobile-placeholder .hidden-mobile {
    display: none;
  }

  h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 26px;
  }

  #marquee {
    background-position: -70px;
    max-height: 340px;
  }
  #marquee #marquee-image {
    background-position: -70px;
  }
  #marquee .col-xs-6 {
    width: 100%;
  }
  #marquee .content {
    display: none;
  }

  #marquee-mobile {
    display: block;
    padding: 0 30px;
  }
  #marquee-mobile .img-holder {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #marquee-mobile .img-holder a {
    margin-right: 0;
  }
  #marquee-mobile .img-holder a div {
    display: inline-block;
  }

  #notices {
    padding-bottom: 10px;
  }
  #notices .col-xs-12 {
    margin-bottom: 25px;
  }
  #notices h3 {
    margin-top: 0;
  }

  #management {
    padding: 40px 30px 35px;
  }
  #management .col-sm-11 img {
    display: none !important;
  }
  #management .img-holder {
    margin-right: 50px;
  }

  #phone {
    height: auto;
    padding-bottom: 40px;
  }
  #phone h3 {
    margin-top: 5px;
  }

  #tablet {
    height: auto;
    padding-bottom: 55px;
  }
  #tablet h3 {
    margin-top: 55px;
  }
  #tablet .vertical-holder {
    height: auto;
  }
  #tablet .vertical-holder img {
    margin: 45px 0 0;
    position: initial;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }

  #watch {
    height: auto;
    padding-bottom: 45px;
    text-align: center;
  }
  #watch h3 {
    margin-top: 40px;
  }
  #watch img {
    margin-top: 45px;
  }

  #get-discover {
    padding: 40px 30px;
  }
  #get-discover .img-holder {
    float: left;
    width: 100%;
    text-align: center;
  }
  #get-discover .img-holder a {
    margin-right: 0;
  }
  #get-discover .img-holder a.google-play-btn {
    margin-bottom: 15px;
  }
  #get-discover .img-holder a div {
    display: inline-block;
  }

  #disclaimers {
    padding-right: 15px;
    padding-left: 15px;
    margin: 25px 30px 35px;
  }
}
