/* <top banner> */
#top-banner {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#top-banner p, #top-banner small {
  color: #fff;
}

#top-banner .banner-box {
  padding: 2.9rem 0;
}

#top-banner.big-box .banner-box > div {
  display: table;
}

#top-banner.big-box .apply-box {
  display: table-cell;
  vertical-align: middle;
}

#top-banner .card-box {
  height: 25rem;
  position: relative;
}

#top-banner .card-box:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#top-banner .card-box > img {
  display: inline-block;
  vertical-align: middle;
}

#top-banner .card-box .card-box-priority {
  height: 240px;
}

#top-banner .card-box .card-box-phone {
  height: 450px;
}

#top-banner .card-box-mastercard {
  max-height: 25rem;
  position: relative;
}

#top-banner .card-box-mastercard:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#top-banner .card-box-mastercard > img {
  display: inline-block;
  vertical-align: middle;
}

#top-banner .apply-box {
  width: 34.3rem;
  padding: 4rem 3.8rem;
}

#top-banner.big-box .apply-box {
  width: auto;
}

#top-banner .apply-box h2,
#top-banner .apply-box h5,
#top-banner .apply-box p {
  line-height: 1.4em;
  margin: 0 0 2rem;
}

#top-banner .apply-box h2 {
  line-height: 1.2em;
}

#top-banner .apply-box h2.apply-box-smallaqui {
  font: 400 1.5rem/2.4rem Interstate, sans-serif;
}

#top-banner .apply-box .btn {
  margin: 0;
}

#top-banner p.disclaimer,
#top-banner .disclaimer small {
  line-height: 1.3em;
}

@media only screen and (max-width: 1199px) {
  #top-banner .banner-box {
    padding: 2rem 0 1rem;
  }
}

@media only screen and (max-width: 991px) {
  #top-banner {
    height: auto;
  }
  #top-banner .container-full {
    padding-bottom: 3.1rem;
  }
  #top-banner .banner-box {
    padding: 0;
  }
  #top-banner .apply-box {
    width: 100%;
    height: auto;
    padding: 2.1rem 1rem 1.2rem;
  }
  #top-banner .apply-box h2,
  #top-banner .apply-box h5,
  #top-banner .apply-box p {
    margin-bottom: 1.2rem;
  }
  #top-banner .apply-box.theme-dark-aplha-80,
  .citi-gold #top-banner .apply-box.theme-dark-aplha-80,
  .citi-gold-priority #top-banner .apply-box.theme-dark-aplha-80,
  .citi-priority #top-banner .apply-box.theme-dark-aplha-80 {
    background: none;
  }
  #top-banner .disclaimer {
    border-top: 1px solid #518eb5;
    padding-top: 1.2rem;
  }
  #top-banner p.disclaimer,
  #top-banner .disclaimer small {
    font-size: 11px;
  }
  .citi-gold #top-banner .disclaimer,
  .citi-gold-priority #top-banner .disclaimer,
  .citi-priority #top-banner .disclaimer {
    border-color: #999;
  }
}

/* </top banner> */
/* <hero boxes> */
.hero-box h1, .hero-box h2, .hero-box h3, .hero-box h4, .hero-box h5 {
  color: #fff;
  text-align: center;
}

.hero-box h3 {
  font-size: 2rem;
}

.hero-box .hero-header {
  background-color: #002a54;
  padding: 3.5rem 0;
}

.citi-priority .hero-box .hero-header {
  background-color: #0f2a48;
}

.citi-gold .hero-box .hero-header {
  background-color: #333;
}

.citi-gold-priority .hero-box .hero-header {
  background-color: #000;
}

.hero-icons {
  text-align: center;
  padding: 0;
  margin: 0;
}

.hero-icons li {
  width: 150px;
  display: inline-block;
}

.hero-icons a {
  color: #fff;
}

.hero-icons .cbol-icon {
  display: block;
  width: 6rem;
  height: 6rem;
  border: 2px solid #34a9df;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #34a9df;
  font-size: 3.6rem;
  line-height: 5.6rem;
  text-align: center;
  margin: 1rem auto;
}

.hero-box.hero-cards .hero-header {
  padding-bottom: 6rem;
  margin-bottom: -5rem;
}

.hero-box.hero-cards .hero-body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 2rem auto;
}

.hero-box.hero-cards .cross-link-cards {
  position: relative;
}

.hero-box.hero-cards .cross-link-cards .cross-link-card {
  padding: 40px;
}

.hero-box.hero-cards .cross-link-cards .cross-link-card:first-child:before,
.hero-box.hero-cards .cross-link-cards .cross-link-card:nth-child(2n):before {
  display: block;
  position: absolute;
  top: 40px;
  bottom: 40px;
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background-color: #ccc;
}

.hero-box.hero-cards .cross-link-cards .cross-link-card:first-child:before {
  right: 0;
}

.hero-box.hero-cards .cross-link-cards .cross-link-card:nth-child(2n):before {
  left: -1px;
}

@media only screen and (max-width: 767px) {
  .hero-box .hero-header {
    padding: 2.5rem 0;
  }
  .hero-box h3 {
    font-size: 2.4rem;
    line-height: 1.4em;
  }
  .hero-box.hero-cards .cross-link-cards .cross-link-card {
    padding: 20px;
  }
  .hero-box.hero-cards .cross-link-cards .cross-link-card:first-child:before,
  .hero-box.hero-cards .cross-link-cards .cross-link-card:nth-child(2n):before {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 1px;
  }
  .hero-box.hero-cards .cross-link-cards .cross-link-card:first-child:before {
    top: auto;
    bottom: 0;
  }
  .hero-box.hero-cards .cross-link-cards .cross-link-card:nth-child(2n):before {
    top: -1px;
    bottom: auto;
  }
  .hero-icons li {
    width: auto;
    margin: 0 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .hero-icons li {
    margin: 0 0.5rem;
  }
  .hero-icons .cbol-icon {
    width: 4.6rem;
    height: 4.6rem;
    border-width: 1px;
    font-size: 2.6rem;
    line-height: 4.6rem;
  }
}

.cbolui-ddl .hero-4 .common-module-body .hero-4-box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin-top: 20px;
}

.cbolui-ddl .hero-4 .common-module-body .hero-4-box .dropdown-wrap-box h3 {
  line-height: 58px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .cbolui-ddl .hero-4 .common-module-body .hero-4-box {
    padding: 20px;
  }
}

/* </hero boxes> */
/* <login box> */
#login-box {
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
}

#login-box a {
  text-decoration: none;
}

#login-box p {
  margin: 5px 0;
}

#login-box hr {
  border-top-color: #ddd;
  color: #ddd;
  margin: 1rem 0;
}

#login-box .alert-msg {
  margin-bottom: 10px;
}

#login-box .alert-msg .chat-msg-icon {
  float: left;
  font-size: 1rem;
  margin-right: 0;
}

#login-box .alert-msg .chat-msg-icon i {
  margin-top: 4px;
}

#login-box .alert-msg .alert-msg-text {
  margin-left: 30px;
}

#login-box .form-box .btn {
  width: 100%;
  margin: 15px 0;
}

@media only screen and (max-width: 991px) {
  #login-box .form-box .btn {
    padding: 0 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #login-box .form-box .btn {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  #login-box .form-box .btn-left-col {
    padding-right: 40px;
  }
  #login-box .form-box .btn-right-col {
    padding-left: 39px;
  }
  #login-box .form-box .btn-left-col:before,
  #login-box .form-box .btn-right-col:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: calc(100%);
    background-color: #ccc;
  }
  #login-box .form-box .btn-left-col:before {
    right: 0px;
  }
  #login-box .form-box .btn-right-col:before {
    left: -1px;
  }
}

@media only screen and (min-width: 1200px) {
  #login-box .alert-msg {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  #login-box > .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #login-box .form-box {
    padding-right: 40px;
  }
  #login-box .more-actions {
    padding-left: 40px;
  }
  #login-box .form-box:before,
  #login-box .more-actions:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: calc(100%);
    background-color: #ccc;
  }
  #login-box .form-box:before {
    right: 0px;
  }
  #login-box .more-actions:before {
    left: -1px;
  }
}

@media only screen and (max-width: 767px) {
  #login-box .form-box .btn {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 479px) {
  #login-box {
    padding: 20px;
  }
  #login-box .form-box .btn {
    font-size: 0.8rem;
  }
}

.main-login-box #login-box {
  padding: 20px 40px;
}

/* </login box> */
/* <info boxes module> */
@media only screen and (min-width: 768px) {
  .info-boxes-module .info-boxes-left {
    padding-right: 2rem;
  }
  .info-boxes-module .info-boxes-right {
    padding-left: 2rem;
  }
  .info-boxes-module .info-boxes-left:before,
  .info-boxes-module .info-boxes-right:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: calc(100%);
    background-color: #ccc;
  }
  .info-boxes-module .info-boxes-left:before {
    right: 0px;
  }
  .info-boxes-module .info-boxes-right:before {
    left: -1px;
  }
}

.info-boxes-module .info-boxes-icon,
.info-boxes-module .info-boxes-numeric {
  width: 80px;
  float: left;
}

.info-boxes-module .info-boxes-icon + .info-boxes-item,
.info-boxes-module .info-boxes-numeric + .info-boxes-item {
  margin-left: 80px;
}

.info-boxes-module .info-boxes-icon .cbol-icon {
  color: #03294e;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 1.5rem;
}

.info-boxes-module .info-boxes-bb {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 1.5rem;
}

.info-boxes-module .info-boxes-numeric span {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #112848;
  font-size: 2rem;
  line-height: 48px;
  text-align: center;
}

.info-boxes-module.info-boxes-border .info-boxes-wrapper {
  border: 1px solid #ddd;
  padding: 0;
  margin: 10px;
}

.info-boxes-module.info-boxes-border .info-boxes-single + .info-boxes-single {
  padding-left: 10px;
}

.info-boxes-module.info-boxes-border .info-boxes-single .info-boxes-item {
  padding: 25px;
}

.info-boxes-module.info-boxes-border .info-boxes-bb {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .info-boxes-module.info-boxes-border .info-boxes-single,
  .info-boxes-module.info-boxes-border .info-boxes-single + .info-boxes-single {
    padding-left: 0;
    padding-right: 0;
  }
}

/* </info boxes module> */
/* <common module> */
.common-module .module-content {
  padding-left: 1.6rem;
}

.common-module .col-sm-pull-6 .module-content {
  padding-right: 1.6rem;
  padding-left: 0;
}

.common-module .module-content .btn {
  margin: 0;
}

.common-module .image-container {
  padding-right: 1.6rem;
}

.common-module .image-container > img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
}

.common-module .col-sm-push-6 .image-container {
  padding-left: 1.6rem;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .common-module .module-content {
    height: auto;
  }
  .common-module .module-content,
  .common-module .col-sm-push-6 .image-container {
    padding-left: 0.9rem;
  }
  .common-module .image-container,
  .common-module .col-sm-pull-6 .module-content {
    padding-right: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .common-module .module-content .vertical-inner,
  .common-module .module-content .btn {
    width: 100%;
  }
  .common-module .module-content,
  .common-module .col-sm-pull-6 .module-content,
  .common-module .image-container,
  .common-module .col-sm-push-6 .image-container {
    padding: 0;
  }
  .common-module .module-content,
  .common-module .col-sm-pull-6 .module-content {
    text-align: center;
    padding-top: 1.8rem;
  }
  .common-module .module-content ul {
    display: inline-block;
  }
  .common-module .module-content li {
    text-align: left;
  }
  .common-module .disclaimer {
    text-align: center;
  }
}

.common-module.subpage-common-module .image-container > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.common-module.subpage-common-module .col-sm-push-6 .image-container {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .common-module.subpage-common-module .common-module-item {
    margin: 0 -10px;
  }
  .common-module.subpage-common-module .common-module-item > div {
    padding-left: 0;
    padding-right: 0;
  }
  .common-module.subpage-common-module .module-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* </common module> */
/* <form> */
.cbolui-ddl .form-grey {
  padding: 30px;
}

.cbolui-ddl form .form-control.validation-input-success {
  border: 1px solid #006E0A;
}

.cbolui-ddl form .form-title {
  margin: 0 0 10px;
}

.cbolui-ddl form .alert {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.cbolui-ddl form #FormGlobalMessage {
  display: none;
}

.cbolui-ddl form .success {
  font-size: 26px;
  margin: 7rem 0;
}

.cbolui-ddl form .success .cbol-icon {
  width: 2.9rem;
  height: 2.9rem;
  color: #006e0a;
  font-size: 2.9rem;
  font-weight: bold;
}

/* </form> */
/* <addToHomeScreen> */
.add-to-home-screen {
  background: #fff;
  padding: 10px 25px 25px 25px;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: none;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
  display: none;
}

.add-to-home-screen-image {
  width: 72px;
  margin: 0 auto;
  display: block;
}

.add-to-home-screen-share-icon {
  background: url("/images/layout/share-icon.png");
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* </addToHomeScreen */
