/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Custom Fonts
   ========================================================================== */

@font-face {
  font-family: "interstate";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/interstate.eot?#iefix") format("embedded-opentype"), url("../fonts/interstate.woff") format("woff"), url("../fonts/interstate.ttf") format("truetype"), url("../fonts/interstate.svg#Citibank") format("svg");
}

@font-face {
  font-family: "interstate-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/interstate-light.eot?#iefix") format("embedded-opentype"), url("../fonts/interstate-light.woff") format("woff"), url("../fonts/interstate-light.ttf") format("truetype"), url("../fonts/interstate-light.svg#Citibank") format("svg");
}

@font-face {
  font-family: "interstate-elight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/interstate-extra-light.eot?#iefix") format("embedded-opentype"), url("../fonts/interstate-extra-light.woff") format("woff"), url("../fonts/interstate-extra-light.ttf") format("truetype"), url("../fonts/interstate-extra-light.svg#Citibank") format("svg");
}

/* header and footer */

body {
  font-size: 15px;
  font-family: "interstate-light";
  line-height: normal;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
  color: #333;
}

img {
  max-width: 100%;
}

a {
  color: #056dae;
  text-shadow: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.blue-text {
  color: #056dae;
}

.container {
  padding: 0 10px;
}

.citi-gradient {
  background: #00bdf2;
  background: -moz-linear-gradient(top, #00bdf2 0%, #00b3f0 18%, #0066b3 77%, #004985 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00bdf2), color-stop(18%, #00b3f0), color-stop(77%, #0066b3), color-stop(100%, #004985));
  background: -webkit-linear-gradient(top, #00bdf2 0%, #00b3f0 18%, #0066b3 77%, #004985 100%);
  background: -o-linear-gradient(top, #00bdf2 0%, #00b3f0 18%, #0066b3 77%, #004985 100%);
  background: -ms-linear-gradient(top, #00bdf2 0%, #00b3f0 18%, #0066b3 77%, #004985 100%);
  background: linear-gradient(to bottom, #00bdf2 0%, #00b3f0 18%, #0066b3 77%, #004985 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdf2', endColorstr='#004985', GradientType=0);
}

header {
  transition: all 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
}

.citi-logo {
  width: 50px;
  margin: 10px 0;
  float: left;
}

.hamburger {
  display:block;
  overflow: visible;
  margin-top: 13px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  float: right;
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 27px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -8px
}

.hamburger-inner:after {
  bottom: -8px
}

.hamburger .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .22s
}

.hamburger .hamburger-inner:before {
  transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
  transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .12s;
  opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
  transform: rotate(-90deg)
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

nav {
  background: #353633;
  color: #fff;
  position: fixed;
  right: -250px;
  top: 50px;
  width: 250px;
  border: none;
  box-shadow: 5px 0px 10px #222 inset;
  height: 100%;
  z-index: 9999999;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li a {
  background: url("../images/right-arrow.png") no-repeat 20px 50%;
  background-size: 8px;
  padding: 15px 10px 15px 34px;
  font-size: 13px;
  display: block;
  color: #fff;
  text-decoration: none;
}

nav li a:hover {
  color: #fff;
}

nav li.active,
.head-menu li:hover {
  background: #0e4e7a;
}

nav.menu-open {
  -moz-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

main {
  margin-top: 50px;
}

.banner {
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  color: #fff;
}

.banner-info {
  width: 100%;
  text-align: center;
  padding-top: 8%;
}

.banner-icon {
  background: url(../images/banner-icon.png) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.banner-title-small {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.banner-title-small span {
  position: absolute;
  height: 1px;
  background: #fff;
}

.line-lt-1,
.line-rt-1 {
  width: 50px;
  top: 45%;
}

.line-lt-2,
.line-rt-2 {
  width: 40px;
  top: 62%
}

.line-lt-1 {
  left: -60px;
}

.line-lt-2 {
  left: -50px;
}

.line-rt-1 {
  right: -60px;
}

.line-rt-2 {
  right: -50px;
}

.banner-title-large {
  font-size: 20px;
  font-family: "interstate";
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.tabs-list {
  margin: 0 -10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.tabs-list li {
  font-size: 14px;
  line-height: 20px;
  display:block;
  padding: 10px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 50%;
  text-align: center;
  background: #FFFFFF;
  box-sizing: border-box;
}

.tabs-list li.tab-active {
  background: #056dae;
  color: #fff;
}

h1 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 45px 0;
  text-align: center;
  position: relative;
}

h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #056dae;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -25px;
}

h3,
h5 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

.tab-content {
  display: none;
}

.tabs-container section {
  padding: 25px 0;
}

#Diners section#important-information-dinner,
#Diners section#manage-your-account-dinner {
  padding-bottom: 0;
}

#activate-now {
  text-align: center;
}

#activate-now h3 {
  padding-bottom: 15px;
}

.card-art {
  width: 150px;
  margin: 0 auto;
  max-height: 232px;
  overflow: hidden;
}

.step-1,
.step-2 {
  padding: 20px;
  border: 1px solid rgba(153, 153, 153, 0.40);
}

.step-1 {
  border-bottom: 0;
}

.step-icon {
  width: 52px;
  height: 39px;
  display: inline-block;
  margin-bottom: 15px;
}

.step-card {
  background: url(../images/card-icon.png) no-repeat center;
}

.step-comp {
  background: url(../images/comp-icon.png) no-repeat center;
}

.step-call {
  background: url(../images/call-icon.png) no-repeat center;
}

.step-content p {
  margin-bottom: 10px;
}

.step-content p:last-child {
  margin: 0;
}

.step-divider {
  position: relative;
  padding: 20px 0;
}

.step-divider span {
  background: #fff;
  display: inline-block;
  padding: 0 25px;
  z-index: 1;
  position: absolute;
  font-weight: bold;
  left: 50%;
  margin-left: -34px;
}

.step-divider:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 75%;
}

#shop-spend-earn {
  background:#f5f5f5;
}



.slider-wrap {
  margin: 0 -10px 40px;
}

.slider {
  width: 100%;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev {
  background: url(../images/arrow-slider-left-active.png) no-repeat center;
}

.slick-next {
  background: url(../images/arrow-slider-right-active.png) no-repeat center;
}

.slick-prev.slick-disabled {
  background: url(../images/arrow-slider-left.png) no-repeat center;
}

.slick-next.slick-disabled {
  background: url(../images/arrow-slider-right.png) no-repeat center;
}

.thumpnail {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
}

.thumpnail-img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.thumpnail:hover .thumpnail-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.info,
.info-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  backface-visibility: hidden;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.info {
  z-index: 99;
}

.info-details {
  background: #056dae;
  z-index: 999;
}

.info-details ul {
  text-align: left;
  margin: 0;
}

.info:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.4);
}

.info-details p {
  margin-bottom: 10px;
}

.info-details a {
  color: #fff;
}

i.icon {
  width: 73px;
  height: 68px;
  display: block;
  margin: 0 auto;
}

.thumpnail a.more-link {
  font-family: "interstate-light";
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  width: 100%;
  outline: 0;
  text-decoration: none;
  z-index: 1;
}

.info i.icon {
  margin: 30% auto 4%;
}
#shop-spend-earn .info i.icon {
  margin: 8% auto 4%;
}

i.qantas {
  background: url(../images/shop-spend-earn/qantas.png) no-repeat;
  background-size: 100% 100%;
}

i.plane {
  background: url(../images/redeem-points/plane.png) no-repeat;
  background-size: 100% 100%;
}
i.mouse {
  background: url(../images/redeem-points/mouse.png) no-repeat;
  background-size: 100% 100%;
}
i.shoping {
  background: url(../images/redeem-points/shoping.png) no-repeat;
  background-size: 100% 100%;
}
i.calculator {
  background: url(../images/redeem-points/calc.png) no-repeat;
  background-size: 100% 100%;
}
i.e-voucher {
  background: url(../images/redeem-points/e-voucher-icons.png) no-repeat;
  background-size: 100% 100%;
}

.external-Link {
  background: url(../images/external-link.png) no-repeat right 4px;
  background-size: 11px 10px;
  display: inline-block !important;
  width: 14px;
  height: 14px;
}

.close-btn {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
  color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}

.info-details {
  padding: 50px 10px 60px;
  display: none;
}

#exclusive-benefits {
  background: #f5f5f5;
}

i.dining {
  background: url(../images/exclusive-benefits/dining.png) no-repeat;
  background-size: 100% 100%;
}

i.rewards {
  background: url(../images/exclusive-benefits/rewards.png) no-repeat;
  background-size: 100% 100%;
}

i.calendor {
  background: url(../images/exclusive-benefits/calendor.png) no-repeat;
  background-size: 100% 100%;
}

i.airport {
  background: url(../images/exclusive-benefits/airport.png) no-repeat;
  background-size: 100% 100%;
}

.tabs-container section#impor-inform-note {
  padding: 35px 0;
}

.security-icon {
  width: 64px;
  height: 69px;
  background: url(../images/security.png) no-repeat;
  display: block;
  margin: 0 auto;
}

.security-content {
  padding: 10px 0 0;
}

.thumpnail-content {
  background: url(../images/important-information/pattern.png) repeat;
  color: #fff;
  padding: 15px 15px 80px 15px;
  text-align: center;
  position: relative;
  z-index: 99;
}

.thumpnail-content h4 {
  padding: 18px 0 10px 0;
}

.thumpnail-content a {
  color: #fff;
}

i.lost-stolen {
  background: url(../images/important-information/lost-stolen.png) no-repeat;
  background-size: 100% 100%;
}

i.faster-way {
  background: url(../images/important-information/faster-way.png) no-repeat;
  background-size: 100% 100%;
}

i.your-pin {
  background: url(../images/important-information/your-pin.png) no-repeat;
  background-size: 100% 100%;
}

i.easy-access {
  background: url(../images/important-information/easy-access.png) no-repeat;
  background-size: 100% 100%;
}

.tabs-container section#important-information {
  padding-bottom: 0;
}

.box-content {
  border: 1px solid rgba(153, 153, 153, 0.50);
  padding: 30px 30px 60px;
  font-size: 14px;
}

.box-content h5 {
  margin-bottom: 15px;
  color: #056dae;
}

.icon-small {
  width: 44px;
  height: 32px;
  display: block;
  margin-bottom: 16px;
}

.box-link {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-decoration: none;
}

i.online-banking {
  background: url(../images/manage-your-account/online-banking.png) no-repeat;
  background-size: 100% 100%;
}

i.e-statement {
  background: url(../images/manage-your-account/e-statement.png) no-repeat;
  background-size: 100% 100%;
}

i.citi-alert {
  background: url(../images/manage-your-account/citi-alert.png) no-repeat;
  background-size: 100% 100%;
}

i.supplementary-cards {
  background: url(../images/manage-your-account/supplementary-cards.png) no-repeat;
  background-size: 100% 100%;
}

i.multiple-cards {
  background: url(../images/manage-your-account/multiple-cards.png) no-repeat;
  background-size: 100% 100%;
}

i.direct-debit {
  background: url(../images/manage-your-account/direct-debit.png) no-repeat;
  background-size: 100% 100%;
}

.tabs-container section#app-store {
  background: url(../images/pattern.jpg) repeat;
  padding: 40px 0;
  color: #fff;
  overflow: hidden;
}

.app-content {
  text-align: center;
  margin-bottom: 30px;
}

.app-img {
  margin-bottom: 15px;
}

.app-content h2 {
  font-size: 25px;
  margin-bottom: 3px;
}

.app-links {
  margin: 0;
  padding: 0;
}

.app-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
}

.app-links li:last-child {
  padding: 0;
}

#terms-conditions {
  background: #f5f5f5;
}

.terms-conditions-inner {
  margin: 0 auto;
  text-align: center;
}

.terms-conditions-inner p {
  padding-bottom: 10px;
}

.terms-conditions-inner p:last-child {
  padding: 0;
}
.tel-element{
  cursor: default;
  text-decoration: none;
}
/** Newly Added **/

#shop-sec.linkers {
  text-align: center;
  color: #333333;
  background: #f5f5f5;
}


#shop-sec.linkers .special-container h1:after {
    background: #056dae;
    left: 50%;
}

#shop-sec.linkers .terms-conditions-inner h1:after {
    background: #056dae;
}

.special-container {
	clear: both;
	position: relative;
	overflow: hidden;
	display: block;
}

.left-thumb {
	float: none;
	text-align: center;
	margin: 0 auto;
	line-height: 0;
}

.left-thumb img {
	max-width: 100%;
}

.right-desc {
	float: none;
	text-align: center;
    padding-top: 20px;
	width: auto;
	margin: 0 auto;
}

.right-desc h1 {
	text-align: center;
	margin: 0 0 37px 0;
}

.dine-terms-conditions-inner p {padding-bottom: 10px;}

/** Newly Added **/

/*** OVERLAY ***/
.overlay-box {
	top: 25px;
    left: 0;
    /*background: url(../images/popup_bg.png) repeat 0 0;*/  
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
	display: none;
}
.light-box {
	max-width: 750px;
    width: 70%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: 10%;
    z-index: 1100;
    padding: 15px;
    line-height: 20px;
    font-size: 12px;
}

.lb-title-text {
	color: #005BAC;
    text-align: center;
    font-family: "interstate-light";
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 18px;
    margin-top: 0px;
}
.lb-close {
    z-index: 99;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 13px;
    height: 12px;
    background: url(../images/close_btn.png) no-repeat 0 0;
}
.overlay-box .scrollbox {
    height: 400px;
    overflow: auto;
    width: 100% !important;
    padding-right: 10px !important;
    box-sizing: border-box;
}
.poupList ul {
    padding: 0px !important;
	overflow: hidden;
	clear:both;
}
.poupList ul li {
    display: block;
}
.blue_circle {
    background: #494949;
    border-radius: 100%;
    font-size: 30px;
    margin: 0 auto 0px;
    padding: 32px 0;
    text-align: center;
    width: 120px;
    font-family: "interstate-light";
    color: #fff;
}
.light-box p {
    font-family: "interstate-light";
	line-height: 20px;
}
.light-box p.thump-note {
    padding-right: 10px;
}
.smlFnt {
    font-family: "interstate-light";
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    padding-top: 7px;
}
.lstCnt {
    text-align: center;
    font-size: 13px;
    padding: 10px;
}

p.thump-notes {
    font-size: 14px !important;
    line-height: 18px;
	padding: 0 10px 0 0;
}
.overlay-box .scrollboxs {
	height: 350px;
	width: 100% !important;
	overflow: auto;
	box-sizing: border-box;
}
.poupTitletxt {
	text-align: left;
	color: #333;
    font-family: "interstate-light";
	font-size: 26px;
    border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	padding-right: 15px;
    margin-bottom: 10px;
}

.poupTitletxt span {
	padding-right: 15px;
    vertical-align: text-bottom;
	width: 46px;
    display: inline-block;
}

.poupTitletxt span img {
	vertical-align: top;
}

.poupTitletxt:after {
  content: "";
  width: 50px;
  height: 3px;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -25px;
}

.vertical-track {
	width: 5px;
	background-color: #F1F1F1; 
}
.vertical-handle {
	width: 5px; 
	background-color: #AAA;
}

#faq {
    text-align: center;
    background-color: #f0f1f3;
    color: #002554;
    padding: 25px 0;
}

.tabs-container section#faq {
    padding: 30px 0;
}


/*** OVERLAY ***/

@media (min-width:320px) {
	.overlay-box .scrollboxs {
		height: 180px;
	}
}

@media (min-width:360px) {
	.overlay-box .scrollboxs {
		height: 350px;
	 }
}

@media (min-width:480px) {
	.overlay-box .scrollboxs {
	  height: 110px;
	}
}

@media (min-width:568px) {
	.overlay-box .scrollboxs {
	  height: 120px;
	}
}

@media (min-width:768px) {
  .tabs-list li {
    font-size: 18px;
    line-height: 0;
    padding: 28px 0 32px;
  }
  .poupList ul li {
      width: 23%;
      margin-right: 1%;
      display: inline-block;
      vertical-align: top;
  }
  .light-box {
    padding: 15px 35px;
  }
  .overlay-box .scrollboxs {
	height: 350px;
  }
}

@media (min-width:768px) {

	/** Newly Added **/
	.left-thumb { width: 350px; float: left; }
	.right-desc {
		padding-left: 30px;
		padding-top: 0px;
		float: left;
		width: 370px;
		text-align: left;
	}
	.right-desc h1 {
		text-align: left;
	}
	#shop-sec.linkers .special-container h1:after
	{
		background: #056dae;
		left: 5%;
	}
	/** Newly Added **/
  .container {
    width: 750px;
    padding: 0;
    margin: 0 auto;
  }
  nav {
    top: 58px;
  }
  main {
    margin-top: 58px;
  }
  .citi-logo {
    width: 58px;
    margin: 12px 0;
  }
  .hamburger {
    margin-top: 16px;
  }
  .banner {
    height: 300px;
  }
  .banner-info {
    line-height: 35px;
    padding-top: 5%;
  }
  .banner-icon {
    width: 70px;
    height: 70px
  }
  .banner-title-small {
    font-size: 30px;
  }
  .banner-title-small span {
    height: 2px;
  }
  .banner-title-large {
    font-size: 44px;
  }
  .line-lt-1 {
    left: -120px;
  }
  .line-lt-1,
  .line-rt-1 {
    width: 100px;
  }
  .line-lt-2 {
    left: -100px;
  }
  .line-lt-2,
  .line-rt-2 {
    width: 80px;
  }
  .line-rt-1 {
    right: -120px;
  }
  .line-rt-2 {
    right: -100px;
  }
  .tabSection {
    position: relative;
    top: -30px;
    padding-bottom: 30px;
  }
  h1 {
    font-size: 30px;
    line-height: 28px;
    margin: 0 0 47px 0;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .tabs-list {
    margin: 0;
    overflow: inherit;
  }
  .tabs-container section {
    padding: 50px 0;
  }
  #activate-now {
    text-align: left;
  }
  .activate-wrap {
    overflow: hidden;
  }
  .card-art {
    width: 25%;
    float: left;
  }
  .step-warap {
    width: 72%;
    float: right;
    display: table;
  }
  .step-1,
  .step-2 {
    display: table-cell;
  }
  .step-1 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.40);
    border-right: 0;
  }
  .step-content {
    display: table;
  }
  .step-inner {
    display: table-cell;
    vertical-align: top;
  }
  .step-inner:last-child {
    vertical-align: middle;
    padding: 5px 0 0;
  }
  .step-inner .step-icon {
    margin: 0 15px 0 0;
    ;
  }
  .step-divider span {
    left: 90px;
  }
  #shop-spend-earn h3 {
    margin-bottom: 20px;
  }
  .security-wrap {
    display: table;
  }
  .security-icon,
  .security-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
  }
  .manage-your-account-slider {
    overflow: hidden;
  }
  #manage-your-account .slider-wrap{
    margin-bottom: 0;
  }
  #manage-your-account .thumpnail {
    float: left;
    width: 31.33%;
    margin: 0 1% 2%;
  }
  .app-content {
    display: table;
    width: 100%;
  }
  .app-content div {
    display: table-cell;
    vertical-align: middle;
  }
  .app-img {
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
  .app-info {
    text-align: left;
  }
  .app-links {
    display: table;
    margin: 0 auto;
  }
  .app-links li {
    display: table-cell;
    width: auto;
    padding: 0 15px;
  }
  .terms-conditions-inner p {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
/** Newly Added **/
	
	.left-thumb { width: 450px; }
	.right-desc { width: 450px; }

	/** Newly Added **/
  .container {
    width: 950px;
  }
  #important-information .slider-wrap,
  #exclusive-benefits .slider-wrap, #important-information-dinner .slider-wrap {
    margin-bottom: 0;
  }
  .app-content {
    width: 58%;
    float: left;
    margin: 0;
    ;
  }
  .app-links {
    float: right;
    width: 42%;
    margin: 15px 0 0
  }
  #shop-spend-earn .info i.icon {
    margin: 12% auto 4%;
  }
}

@media (min-width: 1200px) {
 /** Newly Added **/
	.left-thumb { width: 500px; }
	.right-desc { width: auto; }
	.dine-terms-conditions-inner p {padding-bottom: 20px;}
	/** Newly Added **/
  .container {
    width: 1180px;
  }
  .citi-logo {
    width: auto;
    margin: 19px 0;
  }
  nav {
    top: 80px;
  }
  .hamburger {
    margin-top: 30px;
  }
  main {
    margin-top: 80px;
  }
  .banner {
    height: 500px;
  }
  .banner-info {
    line-height: 50px;
    padding-top: 13%;
  }
  .banner-icon {
    width: 112px;
    height: 112px
  }
  .banner-title-small {
    font-size: 40px;
  }
  .banner-title-small span {
    height: 4px;
  }
  .banner-title-large {
    font-size: 72px;
  }
  .line-lt-1 {
    left: -218px;
  }
  .line-lt-1,
  .line-rt-1 {
    width: 180px;
  }
  .line-lt-2 {
    left: -198px;
  }
  .line-lt-2,
  .line-rt-2 {
    width: 160px;
  }
  .line-rt-1 {
    right: -218px;
  }
  .line-rt-2 {
    right: -198px;
  }
  .tabSection {
    top: -40px;
    padding-bottom: 40px;
  }
  .tabs-list li {
    font-size: 25px;
    padding: 38px 0 42px;
  }
  h1 {
    margin: 0 0 57px 0;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .tabs-container section {
    padding: 75px 0;
  }

  #shop-spend-earn .info i.icon {
    margin: 15% auto 4%;
  }
  #shop-spend-earn h3 {
    margin-bottom: 25px;
  }

  .app-links {
    width: auto;
  }
  .app-links li {
    padding: 0 20px;
  }
  .app-img {
    padding: 0 20px;
  }
  .terms-conditions-inner p {
    padding-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner {
    height: 600px;
  }
  .tabs-container section {
    padding: 100px 0;
  }
}

@media (min-width: 1920px) {
  .banner {
    height: 700px;
  }
}

/* Diners */

#shop-sec {
  text-align: center;
  background: url(../images/shop-spend-earn.png) no-repeat;
  background-size: cover;
  color: #fff;
}

#shop-sec h3 {
  margin-bottom: 15px;
  letter-spacing: -0.5px
}
#shop-sec h1:after {
  background: #fff;
}


#exclusive-benefits-dinner .box-content{
  padding: 30px;
  text-align: center;
}
.icon-medium {
  width: 55px;
  height: 48px;
  display: inline-block;
  margin-bottom: 16px;
}

i.dollar {
  background: url(../images/exclusive-benefits/dollar.png) no-repeat;
  background-size: 100% 100%;
}

i.zoom {
  background: url(../images/exclusive-benefits/zoom.png) no-repeat;
  background-size: 100% 100%;
}

i.payment {
  background: url(../images/exclusive-benefits/payment.png) no-repeat;
  background-size: 100% 100%;
}

#merchan-find {
  background: url("../images/blu-bg.png") no-repeat top center;
  background-size: cover;
}

.merchan-find-inner-sec {
  text-align: center;
  color: #fff;
  font-family: "interstate-elight";
}
.merchan-find-inner-sec h2{
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 25px;
}

.merchan-find-inner-sec h1 {
  font: normal 48px/58px 'interstate-elight';
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 25px 0 0 0px;
}

.merchan-find-inner-sec h1:after {
  display: none;
}

.merchan-find-inner-sec h1 span {
  font-weight: bold;
}

.merchan-find-inner-sec h3 {
  padding-bottom: 45px;
}

.merchan-find-inner-sec img {
  max-width: 247px;
}

.wht-btn {
  background: #fff;
  text-transform: uppercase;
  font: normal 15px/30px 'interstate';
  padding: 15px 40px;
  text-decoration: none;
  letter-spacing: 4px;
  color: #002554;
}

.blue-btn {
  background: #056DAE;
  font: normal 14px/30px 'interstate';
  padding: 10px 35px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
  clear: both;
}

#dine-terms-conditions {
  background: #f5f5f5;
  overflow: hidden;
}

.pdf-sec {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.pdf-sec li {
  list-style: none;
  width: 100%;
  padding-bottom: 25px;
}

.pdf-sec li a {
  color: #2477AB;
  text-decoration: none;
}

.pdf-sec li a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  background: url("../images/pdf-icon.png") no-repeat;
  position: relative;
  top: 7px;
  padding-right: 15px;
}

.dine-terms-conditions-inner {
  max-width: 830px;
  margin: 0 auto;
}

#faq-sec {
  overflow: hidden;
}

.faq-sec-inner {
  border-top: 1px solid #999999;
  padding-bottom: 40px;
  text-align: justify;
}

.faq-block {
  overflow: hidden;
  border-bottom: 1px solid #999999;
}

.collapse-view {
  position: relative;
  display: block;
  /*float: left;
  width: 100%;*/
  font: normal 16px/24px 'interstate-elight';
  text-decoration: none;
  padding:30px 15px 30px 50px;
}

.collapse-view:before {
  content: "";
  width: 14px;
  height: 6px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 38px;
  color: #056DAE;
  background: url("../images/down-arrow.png") no-repeat;
  padding-right: 35px;
}

.collapse-view.hide-collapse:before {
  background: url("../images/up-arrow.png") no-repeat;
}

.collapse-view.hide-collapse {
  border-bottom: none;
  padding-bottom: 15px;
  background: #eeeeee;
}

.cnt {
  display: none;
  padding:0 15px 30px 50px;
  overflow: hidden;
  background: #eeeeee;
}

#faq-sec h2 {
  padding-bottom: 15px;
}

#footer-sec {
  background: #1E1E20;
  padding: 20px 0;
  color: #fff;
  font-size: 13px;
}

.footer-disc{
  padding-bottom: 20px;
}
.footer-inner {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.footer-inner ul{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer-inner li{
  margin: 0;
  padding: 0;
}
ul.social-media{
  margin-bottom: 10px;
  padding:0 0 10px 32%;
  border-bottom: 1px #fff solid;
}
ul.social-media li{
  float: left;
  margin: 0 5px;
}
ul.social-media li:first-child{
  margin-left: 0;
}
ul.social-media li a{
  width: 20px;
  height: 20px;
  display: block;
}

ul.footer-menu {
  width: 300px;
  margin: 0 auto;
}
.footer-menu li{
  float: left;
  border-right: 1px solid #fff;
  padding: 0 8px;
}
.footer-menu li:last-child{
  padding-right: 0;
  border: 0;
}
.footer-menu li:first-child{
  padding-left: 0;
}
.footer-menu li a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding:4px 0 4px 27px;
  position: relative;
}

.footer-menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.footer-menu li.cal-icon a:before {
  background: url("../images/call.png") no-repeat;
  background-size: 100% auto;
}

.footer-menu li.mail-icon a:before {
  background: url("../images/email.png") no-repeat;
  background-size: 100% auto;
}

.footer-menu li.bran-icon a:before {
  background: url("../images/branch.png") no-repeat;
  background-size: 100% auto;
}
.copyright{
  overflow: hidden;
}
.copy-left,.copy-right{
 padding-top: 10px;
}
.copy-left{
  float: left;
}
.copy-right{
  float: right;
 }
.copy-left a{
  text-decoration: none;
  color: #0e797e;
}


@media(min-width:480px) { 
  ul.social-media{
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .footer-menu{
    float: right;
  }

}

@media(min-width:768px) {
  .pdf-sec li {
    float: left;
    width: 48%;
    text-align: center;
  }
  .pdf-sec {
    width: 75%;
    padding: 0;
  }
  .collapse-view, .cnt {
    padding-right: 30px;
 }
  
  #exclusive-benefits-dinner .slider-wrap{
    margin-bottom: 0;
  }
  
  #shop-sec h3 {
    margin-bottom: 20px;
  }
  #footer-sec {
    padding: 50px 0;
    font-size: 15px;
  }
  .footer-disc {
    padding-bottom: 25px;
  }
  .footer-inner {
    padding: 15px 0;
  }
  ul.social-media li {
    margin: 0 10px;
}
  ul.social-media li a {
    width: 35px;
    height: 35px;
  }
  ul.footer-menu{
    width: auto;
    margin: 0;;
  }
  .footer-menu li{
    padding: 0 20px;
  }
  
  .footer-menu li a {
    padding: 10px 0 10px 50px;
  }  
  .footer-menu li a:before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  .copy-left, .copy-right {
    padding-top: 40px;
  }
  .copy-left{
    float: left;
  }

  .copy-right{
    float: right;
  }
}
@media (min-width: 1200px){
  #shop-sec h3  {
      margin-bottom: 25px;
  }
 #manage-your-account-dinner .slider-wrap{
  margin-bottom: 0;
  }
  .tabs-container section#merchan-find {
    padding: 50px 0;
  }
}

