/* Welcome to Compass.
 * Styles Citi Android Pay
 * Autor: Melany Ramirez
 */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Function Calculate ems */
/*End Functions*/
/*Variables*/
/*teamsite*/
/*teamsite*/
/*Media Queries variables*/
/***breakpoints to fix layout issues***/
/*****Fonts*****/
@font-face {
  font-family: 'InterstateRegular';
  src: url("/JRS/fonts/AndroidPay/Interstate-Regular.eot");
  src: url("/JRS/fonts/AndroidPay/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("/JRS/fonts/AndroidPay/Interstate-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'InterstateCondensed';
  src: url("/JRS/fonts/AndroidPay/Interstate-BoldCondensed.eot");
  src: url("/JRS/fonts/AndroidPay/Interstate-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("/JRS/fonts/AndroidPay/Interstate-BoldCondensed.ttf") format("truetype");
}
@font-face {
  font-family: 'InterstateLight';
  src: url("/JRS/fonts/AndroidPay/Interstate-Light.eot");
  src: url("/JRS/fonts/AndroidPay/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("/JRS/fonts/AndroidPay/Interstate-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'InterstateBold';
  src: url("/JRS/fonts/AndroidPay/Interstate-Bold.eot");
  src: url("/JRS/fonts/AndroidPay/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("/JRS/fonts/AndroidPay/Interstate-Bold.ttf") format("truetype");
}
/******End fonts*****/

/*General styles*/
/* line 10, ../sass/apple-pay.scss */

*:focus {
    outline: solid thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    outline-color: #f02325;
}

button:focus, a:focus {
  overflow: hidden;
}

button::-moz-focus-inner {
  border:0;
}

h2#faq {
  margin: 1em auto !important;
}
.body {
  font-family: InterstateLight, Helvetica, sans-serif;
  margin: 0px;
}

/* line 15, ../sass/apple-pay.scss */
html {
  /*font-size: 100%;*/
  font-size: 10px !important;
  -webkit-text-size-adjust: none;
}

/* line 21, ../sass/apple-pay.scss */
.main {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

/* line 27, ../sass/apple-pay.scss */
.clear {
  clear: both;
}

/* line 31, ../sass/apple-pay.scss */
sup {
  font-size: 0.7em;
  line-height: 0;
  vertical-align: 5px;
}

/* line 37, ../sass/apple-pay.scss */
strong {
  font-weight: bold;
  color:#333333;
}

/* line 41, ../sass/apple-pay.scss */
i {
  font-style: italic;
}
a {
  color: #05589d;
}
.tabselection button {
  font-size: 10px;
}
/* line 44, ../sass/apple-pay.scss */
.hide-for-medium {
  display: none;
}

/* line 48, ../sass/apple-pay.scss */
.hide-for-small {
  display: block;
}

/* line 52, ../sass/apple-pay.scss */
.row {
  padding: 1em;
  clear: both;
}

/* line 57, ../sass/apple-pay.scss */
.col12 {
  width: 100%;
}

/* line 61, ../sass/apple-pay.scss */
.col4 {
  width: 33.33333%;
  float: left;
}

/* line 66, ../sass/apple-pay.scss */
.col3 {
  width: 25%;
  float: left;
}

/* line 71, ../sass/apple-pay.scss */
.small {
  display: block;
}

/* line 75, ../sass/apple-pay.scss */
.medium {
  display: none;
}

/* line 78, ../sass/apple-pay.scss */
.large {
  display: none;
}

/* line 81, ../sass/apple-pay.scss */
.medium-large {
  display: none;
}

.ie {
  display:none;
}

.nowrap {
    white-space: nowrap;
}

/* line 85, ../sass/apple-pay.scss */
h1 {
  font-size: 2.4em;
  color: #333333;
  font-family: InterstateRegular;
  margin-bottom: 0.83333em;
  line-height: 1.25em;
}

.hero-title {
  font-size: 2em;
  color: #333333;
  font-family: InterstateRegular;
  margin-bottom: 0.83333em;
  line-height: 1.25em;
  color:#fff;
  text-align: left;
}

/* line 93, ../sass/apple-pay.scss */
h2 {
  font-size: 2.4em;
  color: #333333;
  font-family: InterstateRegular;
  text-align: center;
  margin-bottom: 1.25em;
  line-height: 1.25em;
}

/* line 102, ../sass/apple-pay.scss */
h3 {
  font-size: 2.4em;
  color: #333333;
  font-family: InterstateRegular;
  margin-bottom: 1.25em;
  line-height: 1.25em;
}

/* line 110, ../sass/apple-pay.scss */
h4 {
  font-size: 1.8em;
  color: #ffffff;
  font-family: InterstateRegular;
  margin-bottom: 0.5em;
  line-height: 1.33333em;
}

#benefits h3 {
  font-size: 2.4em;
  color: #ffffff;
  font-family: InterstateLight;
  margin-bottom: 1.25em;
  line-height: 1.25em;
}

/* line 118, ../sass/apple-pay.scss */
p {
  font-size: 1.6em;
  color: #666666;
  font-family: InterstateLight;
  line-height: 1.375em;
}

/* line 125, ../sass/apple-pay.scss */
.blue-button {
  border: 1px solid #05589d;
  background-color: #05589d;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-size: 1.6em;
  color: #ffffff;
  font-family: InterstateLight;
  text-decoration: none;
  display: block;
  padding: 0.7em 1em 0.7em 1em;
}

.blue-button-hero {
    border: 1px solid #05589d;
    background-color: #05589d;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 0.8em;
    color: #ffffff;
    font-family: InterstateLight;
    text-decoration: none;
    display: block;
    padding: 0.5em 0em;
    width: 9.125em;
    text-align: center;
    margin-top: 20px;
}

/*End General styles*/
/* line 140, ../sass/apple-pay.scss */
#header {
  background: url(/JRS/images/AndroidPay/bg_header.jpg) repeat-x;
  height: 5em;
  line-height: 5em;
  background-size: contain;
  padding-left: 1em;
  padding-right: 1em;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
/* line 152, ../sass/apple-pay.scss */
#header .wrapper-header {
  max-width: 1024px;
  margin: 0 auto;
}
/* line 155, ../sass/apple-pay.scss */
#header .wrapper-header .logo {
  padding-top: 1em;
  width: 25%;
  float: left;
}
/* line 159, ../sass/apple-pay.scss */
#header .wrapper-header .logo a {
  background: url(/JRS/images/AndroidPay/citi-logo-mobile.png) no-repeat;
  display: block;
  text-indent: -99999px;
}
/* line 166, ../sass/apple-pay.scss */
#header .wrapper-header #menu-icon {
  background: url(/JRS/images/AndroidPay/menu-icon.png) no-repeat;
  margin-top: 1em;
  width: 30px;
  height: 27px;
  background-size: 30px 27px;
  cursor: pointer;
  float: right;
  text-indent: -99999px;
  border:none;
}
/* line 176, ../sass/apple-pay.scss */
#header .wrapper-header .menu-icon-close {
  background: url(/JRS/images/AndroidPay/menu-icon-close.png) no-repeat !important;
}

/* line 183, ../sass/apple-pay.scss */
.content {
  position: relative;
  margin-top: 5em;
}

/* line 187, ../sass/apple-pay.scss */
.overlay {
  background-color: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 5em;
  z-index: 2000;
  display: none;
}

/* line 198, ../sass/apple-pay.scss */
#nav {
  display: none;
  background: url(/JRS/images/AndroidPay/overlay-bg.png) repeat;
  height: 100%;
}
/* line 202, ../sass/apple-pay.scss */
#nav ul {
  width: 20em;
  position: fixed;
  z-index: 9999;
  top: 5em;
}
/* line 207, ../sass/apple-pay.scss */
#nav ul li {
  background-color: #ffffff;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 2em;
  padding-top: 2em;
  padding-left: 1em;
}
/* line 213, ../sass/apple-pay.scss */
#nav ul li a {
  text-transform: uppercase;
  color: #05589d;
  font-family: InterstateLight;
  text-decoration: none;
  font-size: 1.4em;
}

/* line 224, ../sass/apple-pay.scss */
#footer {
  padding-left: 2em;
  padding-right: 2em;
}
/* line 227, ../sass/apple-pay.scss */
#footer #nav-footer {
  margin-top: 2em;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 1px solid #333333;
  overflow: hidden;
}
/* line 234, ../sass/apple-pay.scss */
#footer #nav-footer #left-nav {
  overflow: hidden;
  margin-left: 0px;
}
/* line 237, ../sass/apple-pay.scss */
#footer #nav-footer #left-nav li {
  display: block;
  font-size: 1em;
  float: none;
  margin-bottom: 15px;
}
/* line 242, ../sass/apple-pay.scss */
#footer #nav-footer #left-nav li a {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 251, ../sass/apple-pay.scss */
#footer #nav-footer #right-nav {
  overflow: hidden;
}
/* line 253, ../sass/apple-pay.scss */
#footer #nav-footer #right-nav li {
  margin-bottom: 15px;
  display: block;
  float: none;
}
/* line 257, ../sass/apple-pay.scss */
#footer #nav-footer #right-nav li a {
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 265, ../sass/apple-pay.scss */
#footer #nav-footer #right-nav li.last-li {
  margin-right: 0px;
}

/* line 274, ../sass/apple-pay.scss */
#legal {
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
}
/* line 278, ../sass/apple-pay.scss */
#legal p {
  font-family: Arial, verdana;
  font-size: 1.2em;
  color: #6c6c6c;
  margin-bottom: 1em;
}
/* line 285, ../sass/apple-pay.scss */
#legal .footnotes a {
  color: #05589d;
}
/* line 289, ../sass/apple-pay.scss */
#legal #footer-brand {
  width: 45px;
  margin-bottom: 2em;
}
/* line 293, ../sass/apple-pay.scss */
#legal #followus {
  line-height: 1em;
  margin-top: 3em;
}
/* line 296, ../sass/apple-pay.scss */
#legal #followus a {
  background-image: url("/JRS/images/AndroidPay/sprites/social-icons.png");
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-left: 5px;
  text-indent: -99999px;
}
/* line 305, ../sass/apple-pay.scss */
#legal #twitter-icon {
  width: 30px;
  height: 30px;
  background-position: -45px -5px;
}
/* line 310, ../sass/apple-pay.scss */
#legal #facebook-icon {
  width: 30px;
  height: 30px;
  background-position: -5px -5px;
}
/* line 315, ../sass/apple-pay.scss */
#legal #youtube-icon {
  width: 29px;
  height: 30px;
  background-position: -5px -45px;
}

/**Sections**/
/* line 324, ../sass/apple-pay.scss */
#slider {
  padding: 0px;
}

/* line 328, ../sass/apple-pay.scss */
#citi-mobile {
  background: #013B80;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
/* line 333, ../sass/apple-pay.scss */
#citi-mobile .logo {
  margin-bottom: 3em;
}
/* line 336, ../sass/apple-pay.scss */
#citi-mobile p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.875em;
  font-family: Arial;
}
/* line 341, ../sass/apple-pay.scss */
#citi-mobile h2 {
  color: #ffffff;
}

/* line 347, ../sass/apple-pay.scss */
#tabs .tab {
  overflow: hidden;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
}
/* line 358, ../sass/apple-pay.scss */
#tabs .tab p {
  margin-bottom: 1em;
}
/* line 362, ../sass/apple-pay.scss */
#tabs .tabselection {
  padding: 0px;
}

#tabs .tabselection button {
  width: 100%;
  background:none;
  border: none;
  text-align: center;
}
/* line 364, ../sass/apple-pay.scss */
#tabs .tabselection a {
  text-decoration: none;
}
/* line 367, ../sass/apple-pay.scss */
#tabs .tabselection .col4 {
  border-top: 2px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 6.8em;
  background: url("/JRS/images/AndroidPay/bg-tabs-right.jpg") right bottom no-repeat, url("/JRS/images/AndroidPay/bg-tabs-right.jpg") left bottom no-repeat, url("/JRS/images/AndroidPay/bg-tabs-small.jpg") repeat-x;
}
/* line 375, ../sass/apple-pay.scss */
#tabs .tabselection .active {
  background: url("/JRS/images/AndroidPay/bg-tabs-solid.jpg") right bottom no-repeat, url("/JRS/images/AndroidPay/bg-tabs-solid.jpg") left bottom no-repeat;
  background-color: #ffffff;
  border-top: 4px solid #05589d;
  border-bottom: none;
  height: 6.6em;
  width: 33.2%;
}
/* line 384, ../sass/apple-pay.scss */
#tabs .tabselection .active h2 {
  color: #333333;
}
/* line 389, ../sass/apple-pay.scss */
#tabs .tabselection h2 {
  color: #05589d;
  font-size: 1.2em;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.6em 0.5em;
  line-height: 1.16667em;
  margin-bottom: 0;
}
/* line 398, ../sass/apple-pay.scss */
#tabs .tab1 {
  padding-top: 3em;
  padding-left: 2em;
  padding-bottom: 3em;
}
#tabs .tab1 p {
  width: 90%;
  margin: 0;
  display: inline-block;
}
/* line 402, ../sass/apple-pay.scss */
#tabs .tab1 ol {
  list-style-type: none;
  list-style-type: decimal;
  /*IE 7- hack*/
  margin: 0;
  margin-left: 2em;
  padding: 0;
  counter-reset: li-counter;
}
/* line 409, ../sass/apple-pay.scss */
#tabs .tab1 ol li {
  position: relative;
  margin: 0.475em 0;
  padding-left: 0.5em;
  font-family: InterstateLight;
  font-size: 1.6em;
  color: #666666;
  line-height: 1.375em;
  list-style-type: none;
}

#tabs .tab1 ol li > h4 {
  color:#000;
  font-size: 1.125em;
}
/* line 417, ../sass/apple-pay.scss */
#tabs .tab1 ol li div {
  margin-left: -28px;
  margin-top: 10px;
  font-family: Arial;
}
/* line 421, ../sass/apple-pay.scss */
#tabs .tab1 ol li strong {
  color: #333333;
  font-family: InterstateRegular;
  font-size: 1.125em;
}
/* line 426, ../sass/apple-pay.scss */
#tabs .tab1 ol li:before {
  position: absolute;
  top: 0;
  left: -1.45em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #05589d;
  content: counter(li-counter);
  counter-increment: li-counter;
}
/* line 446, ../sass/apple-pay.scss */
#tabs .tab2 {
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 7em;
  display: none;
}
/* line 452, ../sass/apple-pay.scss */
#tabs .tab2 .add-card {
  width: 7.2em;
  margin: 0 auto;
  text-align: center;
}
/* line 458, ../sass/apple-pay.scss */
#tabs .tab2 p {
  margin-bottom: 1.5em;
  font-family: Arial;
}
/* line 460, ../sass/apple-pay.scss */
#tabs .tab2 p strong {
  color: #333333;
  font-family: InterstateRegular;
  font-size: 1.125em;
}
/* line 466, ../sass/apple-pay.scss */
#tabs .tab2 ol {
  list-style-type: none;
  list-style-type: decimal;
  /*IE 7- hack*/
  margin: 0;
  margin-left: 2em;
  padding: 0;
  counter-reset: li-counter;
}
/* line 473, ../sass/apple-pay.scss */
#tabs .tab2 ol li {
  position: relative;
  margin-bottom: 1.875em;
  padding-left: 0.5em;
  font-family: Arial, InterstateLight;
  font-size: 1.6em;
  color: #666666;
  line-height: 1.375em;
}
/* line 481, ../sass/apple-pay.scss */
#tabs .tab2 ol li div {
  margin-left: -28px;
  margin-top: 10px;
}
/* line 485, ../sass/apple-pay.scss */
#tabs .tab2 ol li:before {
  position: absolute;
  top: 0;
  left: -1.43em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #05589d;
  content: counter(li-counter);
  counter-increment: li-counter;
}
/* line 505, ../sass/apple-pay.scss */
#tabs .tab3 {
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 7em;
  display: none;
}
/* line 511, ../sass/apple-pay.scss */
#tabs .tab3 .subhead1 {
    margin-top: 1.25em;
    font-size: 2em;
    color: #333333;
    font-family: InterstateRegular;
}

#tabs .tab3 .see-apps {
display: none;
}

#tabs .tab3 .see-apps2 {
  display: inline-block;
    width: 8.5em;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

#tabs .tab3 .parent .subparent .phone-icon-wrapper {
    width: 100%;
    text-align: center;
}
#tabs .tab3 .parent .subparent .phone-icon-wrapper img{
    text-align: center;
    max-width: 100%;
}
.phone-icon {
  margin: 0 auto;
}

#tabs .tab3 .parent .subparent .button2-wrapper {
  margin: 0 auto;
    width: 50%;
}


/* line 515, ../sass/apple-pay.scss */
#tabs .tab3 h3 {
  text-align: center;
  /*padding-left: 1em;*/
  /*padding-right: 1em;*/
}
/* line 520, ../sass/apple-pay.scss */
#tabs .tab3 p {
  text-align: center;
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-bottom: 1.25em;
  font-family: Arial;
}

#tabs .tab3 p a {
  
}

/* line 526, ../sass/apple-pay.scss */
#tabs .tab3 .logos {
  text-align: center;
  padding-top: 2em;
}
/* line 532, ../sass/apple-pay.scss */
#tabs .tab3 .logos .subhead1 {
  font-size: 2em;
  color: #333333;
  font-family: InterstateRegular;
}
#tabs .tab3 .logos .subheador {
  font-size: 2em;
  color: #333333;
  line-height:100px;
  vertical-align:top;
  padding:0 15px 0 10px;
font-family: InterstateRegular;
}
/* line 537, ../sass/apple-pay.scss */
#tabs .tab3 .logos img:first-of-type {
  
}


/* line 546, ../sass/apple-pay.scss */
#faqs {
  padding-top: 3em;
  padding-bottom: 3em;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
}
/* line 557, ../sass/apple-pay.scss */
#faqs .questions {
  border-bottom: 1px solid #cccccc;
  padding: 2em 1em 2em 1em;
  background: url("/JRS/images/AndroidPay/arrow-down.png") no-repeat right 1em top 2.5em;
}
/* line 561, ../sass/apple-pay.scss */
#faqs .questions:first-of-type {
  padding-top: 0px;
  background: url("/JRS/images/AndroidPay/arrow-down.png") no-repeat right 1em top 1em;
}
/* line 565, ../sass/apple-pay.scss */
#faqs .questions .question {
  color: #333333;
  font-size: 1.8em;
  line-height: 1.33333em;
  cursor: pointer;
  width: 95%;
  padding-right: 5%;
  font-family: Arial;
  display: block;
}

#faqs .accordion-inner {
  padding: 1.5em 0 0 30px;
}
#faqs .questions > a, #faqs .question-inner a {
  text-decoration: none;
}

#faqs .question-inner > a.question {
  padding: 0.5em 0;
  display: block;
}
#faqs .question-inner > a:before {
  content: '';
  display:inline-block;
  width: 20px;
  height: 20px;
  float:left;
  background: url(/JRS/images/AndroidPay/spr-addition.png) 0 0 no-repeat;
  margin-left: -30px;
}
#faqs .question-inner > a.opened:before {
  background-position: 0 -20px;
}

/* line 573, ../sass/apple-pay.scss */
#faqs .questions .answer {
  display: none;
  padding-top: 1em;
  font-family: Arial;
  width: 95%;
}
/* line 576, ../sass/apple-pay.scss */
#faqs .questions .answer p {
  margin-bottom: 1em;
  padding-right: 1em;
  font-family: Arial;
}
#faqs .questions .answer li{
  font-family: Arial;
  font-size: 1.6em;
  color: #666666;
  line-height: 1.2em;
  list-style: outside;
  margin-bottom: 12px;
}

#faqs .questions .answer ul, #faqs .questions .answer ol {
  padding-left: 1.6em;
} 
#faqs .questions .answer ol li {
  list-style-type: decimal;
}
#faqs .questions .answer li a{
  color: #0076c0;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}
/* line 579, ../sass/apple-pay.scss */
#faqs .questions .answer p a {
  color: #0076c0;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
}
/* line 584, ../sass/apple-pay.scss */
#faqs .questions .open {
  display: block;
}
/* line 588, ../sass/apple-pay.scss */
#faqs .arrow-up {
  background: url("/JRS/images/AndroidPay/arrow-up.png") no-repeat right 1em top 2.4em;
}
/* line 590, ../sass/apple-pay.scss */
#faqs .arrow-up:first-of-type {
  background: url("/JRS/images/AndroidPay/arrow-up.png") no-repeat right 1em top 1em;
}

/* line 596, ../sass/apple-pay.scss */
#benefits {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
}
/* line 608, ../sass/apple-pay.scss */
#benefits a {
  text-decoration: none;
  margin-bottom: 1em;
  display: inline;
    color: #ffffff;
}
/* line 613, ../sass/apple-pay.scss */
#benefits p {
  color: #ffffff;
}
/* line 617, ../sass/apple-pay.scss */
#benefits .col12 > div {
   margin-bottom: 3em;
   padding: 1.9em;
}
/* line 622, ../sass/apple-pay.scss */
#benefits .liability {
  padding: 2em 1em 2em 1em;
  overflow: hidden;
  background: #034588;
  /* min-height: 209px; */
  /* box-sizing: border-box; */
}
/* line 633, ../sass/apple-pay.scss */
#benefits .liability .image {
  /*background: url("/JRS/images/AndroidPay/benefits/zero-liability-small.png") no-repeat;*/
  width: 150px;
  float: right;
  height: 100px;
  margin-top: 15px;
}
#benefits .liability .image img{
  width: 80%;
  padding-left: 5em;
}
/* line 640, ../sass/apple-pay.scss */
#benefits .price-rewind {
  padding: 2em 1em 2em 1em;
  overflow: hidden;
  background: #034588;
 
}
/* line 651, ../sass/apple-pay.scss */
#benefits .price-rewind .image {
  /*background: url("/JRS/images/AndroidPay/benefits/price-rewind-small.png") no-repeat 2em 2em;*/
  width: 100px;
  float: right;
  height: 145px;
}
#benefits .price-rewind .image img{
  width: 100%;
}
/* line 658, ../sass/apple-pay.scss */
#benefits .private-pass {
  padding: 2em 1em 2em 1em;
  overflow: hidden;
  background: #034588;
  /* min-height: 209px; */
  /* box-sizing: border-box; */
}
/* line 669, ../sass/apple-pay.scss */
#benefits .private-pass .image {
  /*background: url("/JRS/images/AndroidPay/benefits/private-pass-small.png") no-repeat 2em 0em;*/
  width: 90px;
  float: right;
  height: 100px;
}
#benefits .private-pass .image img{
  width: 100%;
}
/**End Sections**/

@media screen and (min-width: 320px) and (max-width: 599px){
.holiday-banner{
  background: url(/JRS/images/AndroidPay/slider/generic/Google_Pay_Logo.png) 9% 56% no-repeat;
}
.holiday-banner .blue-button-hero {margin-top: 110px}
.slide-3 {
  background:url(/JRS/images/AndroidPay/slider/generic/WebBanner3_Mobile_320x325.jpg) 100% 50px no-repeat;;
}
.slide-3 .blue-button-hero {
  margin-top: 80px;
}
#benefits .private-pass {
    min-height: 209px;
    max-height: 240px;
  }
#benefits .liability {
    min-height: 209px;
    max-height: 280px;
  }
  .left-arrow.medium-large.slick-arrow, .right-arrow.medium-large.slick-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {

 #benefits .col12 > a {
  box-sizing: border-box;
 }
  #benefits .col12 > a:first-of-type {
    float: left;
    width: 49%;
    overflow: hidden;
  }
  #benefits .col12 > a:last-of-type {
    float: right;
    width: 50%;
    overflow: hidden;
  }
  
  #tabs .tab3 .parent .subparent .button2-wrapper {
    display: none;
}

.checkout-desc {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#tabs .tab3 .subhead1 {
  margin-top: 40px;
    font-size: 2em;
    color: #333333;
    font-family: InterstateRegular;
}

#tabs .tab3 .parent {
  margin: 0px auto;
    width: 100%;
}

#tabs .tab3 .parent .subparent {
  width: 100%;
  margin: 0 auto;
}

#tabs .tab3 .parent .subparent .logos {
    width: 100%;
}


#tabs .tab3 .see-apps {
  margin-top: 50px;
}

#tabs .tab3 .parent .subparent .phone-icon-wrapper {
    width: 100%;
}
#tabs .tab3 .parent .subparent .phone-icon-wrapper img{
    max-width: 100%;
    text-align: center;
}
.phone-icon {
  width: auto;
}

#tabs .tab3 .see-apps {display: inline-block;width: 8.5em;margin: 0 auto;text-align: center;margin-top: 15px;}

#tabs .tab3 .see-apps2 {
  display: none;
}

  
  #tabs .tab2 .add-card {
    margin: 0;
  }
  .ui-dialog{
  top: 15% !important;
  }
  /* line 3, ../sass/_responsive.scss */
  h1 {
    font-size: 4.2em;
    margin-bottom: 0.47619em;
    line-height: 1.07143em;
  }
  
  .hero-title {
    font-size: 4.2em;
    margin-bottom: 0.47619em;
    line-height: 1.07143em;  
  }

  /* line 9, ../sass/_responsive.scss */
  h2 {
    font-size: 3em;
    margin-bottom: 1em;
    line-height: 1em;
  }

  /* line 15, ../sass/_responsive.scss */
  h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
    line-height: 1.16667em;
  }

  /* line 21, ../sass/_responsive.scss */
  .small {
    display: none;
  }

  /* line 24, ../sass/_responsive.scss */
  .medium {
    display: block;
  }

  /* line 27, ../sass/_responsive.scss */
  .large {
    display: none;
  }

  /* line 30, ../sass/_responsive.scss */
  .medium-large {
    display: block;
  }

  /* line 33, ../sass/_responsive.scss */
  #header {
    height: 8.5em;
    padding-right: 2em;
  }
  /* line 37, ../sass/_responsive.scss */
  #header .wrapper-header .logo {
    padding-left: 3em;
    padding-top: 2em;
  }
  /* line 40, ../sass/_responsive.scss */
  #header .wrapper-header .logo a {
    background: url(/JRS/images/AndroidPay/citi-logo.png) no-repeat;
  }
  /* line 44, ../sass/_responsive.scss */
  #header .wrapper-header #menu-icon {
    background: url(/JRS/images/AndroidPay/menu-icon-large.png) no-repeat;
    background-size: 45px 46px;
    width: 45px;
    height: 46px;
    margin-top: 2em;
  }
  /* line 51, ../sass/_responsive.scss */
  #header .wrapper-header .menu-icon-close {
    background: url(/JRS/images/AndroidPay/menu-icon-close-large.png) no-repeat !important;
  }

  /* line 58, ../sass/_responsive.scss */
  #nav ul {
    top: 8.5em;
    width: 26em;
  }
  /* line 62, ../sass/_responsive.scss */
  #nav ul li a {
    font-size: 1.6em;
  }

  /* line 70, ../sass/_responsive.scss */
  #footer #legal .footnotes {
    padding-left: 6em;
  }
  /* line 73, ../sass/_responsive.scss */
  #footer #legal #footer-brand {
    float: left;
  }
  /* line 76, ../sass/_responsive.scss */
  #footer #legal #followus {
    padding-left: 5em;
  }
  /* line 81, ../sass/_responsive.scss */
  #footer #nav-footer #left-nav {
    float: left;
  }
  /* line 83, ../sass/_responsive.scss */
  #footer #nav-footer #left-nav li {
    float: left;
    margin-right: 10px;
  }
  /* line 88, ../sass/_responsive.scss */
  #footer #nav-footer #right-nav {
    float: right;
  }
  /* line 90, ../sass/_responsive.scss */
  #footer #nav-footer #right-nav li {
    float: left;
    margin-right: 20px;
  }

  /* line 97, ../sass/_responsive.scss */
  .overlay {
    top: 8.5em;
  }

  /* line 100, ../sass/_responsive.scss */
  .content {
    position: relative;
    margin-top: 8.5em;
  }

  /**Sections**/
  /* line 105, ../sass/_responsive.scss */
  #benefits {
    padding-left: 3em;
    padding-right: 3em;
  }
  /* line 108, ../sass/_responsive.scss */
  #benefits .liability {
    /* Permalink - use to edit and share this gradient: http:/colorzilla.com/gradient-editor/#13abda+0,034688+100 */
    background: #034588;
    /* Old browsers */
    overflow: hidden;
    width: 100%;
    margin-right: 10px;
    padding: 2em;
    padding-bottom: 4em;
  }
  /* line 126, ../sass/_responsive.scss */
  #benefits .liability .image {
    float: right;
    /* background: url("/JRS/images/AndroidPay/benefits/zero-liability-tab.png") no-repeat;*/
    width: 170px;
    margin-right: 5%;
  }
  /* line 131, ../sass/_responsive.scss */
  #benefits .liability h3 {
    font-size: 3em;
    color: #ffffff;
    font-family: InterstateRegular;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
    line-height: 1.33333em;
  }
  /* line 134, ../sass/_responsive.scss */
  #benefits .liability p {
    font-size: 1.8em;
  }
  /* line 138, ../sass/_responsive.scss */
  #benefits .price-rewind {
    width: 41%;
    float: right;
    margin-bottom: 1em;
    padding: 2em;
  }
  /* line 143, ../sass/_responsive.scss */
  #benefits .price-rewind .image {
    /*background: url("/JRS/images/AndroidPay/benefits/price-rewind-tab.png") no-repeat;*/
    width: 90px;
  }
  /* line 147, ../sass/_responsive.scss */
  #benefits .price-rewind h4 {
    font-size: 2.4em;
  }
  /* line 150, ../sass/_responsive.scss */
  #benefits .price-rewind p {
    font-size: 1.4em;
  }
  /* line 154, ../sass/_responsive.scss */
  #benefits .private-pass {
    width: 100%;
    padding: 2em;
    padding-bottom: 4em;
  }
  /* line 158, ../sass/_responsive.scss */
  #benefits .private-pass .image {
   /* background: url("/JRS/images/AndroidPay/benefits/private-pass-tab.png") no-repeat;*/
   height: 178px;
   margin-top: 42px;
   margin-right: 5%;
  }
  #benefits .private-pass .benefit-copy {
    float: right;
    clear: both;
  }
  /* line 161, ../sass/_responsive.scss */
  #benefits .private-pass h3 {
    font-size: 3em;
    color: #ffffff;
    font-family: InterstateRegular;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
    line-height: 1.33333em;
  }
  /* line 164, ../sass/_responsive.scss */
  #benefits .private-pass p {
    font-size: 1.8em;
  }


  /* line 169, ../sass/_responsive.scss */
  #citi-mobile {
    background: #013B80;
  }
  /* line 171, ../sass/_responsive.scss */
  #citi-mobile p {
    padding-left: 2em;
    padding-right: 2em;
  }

  /* line 176, ../sass/_responsive.scss */
  #faqs {
    padding-left: 3em;
    padding-right: 3em;
  }
  /* line 179, ../sass/_responsive.scss */
  #faqs .questions {
    background: url("/JRS/images/AndroidPay/arrow-down.png") no-repeat right 1em top 3.5em;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 185, ../sass/_responsive.scss */
  #faqs .questions .question {
    width: 90%;
    padding-right: 10%;
  }
  /* line 190, ../sass/_responsive.scss */
  #faqs .arrow-up {
    background: url("/JRS/images/AndroidPay/arrow-up.png") no-repeat right 1em top 3.4em;
  }
  /* line 192, ../sass/_responsive.scss */
  #faqs .arrow-up:first-of-type {
    background: url("/JRS/images/AndroidPay/arrow-up.png") no-repeat right 1em top 1em;
  }

  /* line 203, ../sass/_responsive.scss */
  #tabs .tabselection h2 {
    font-size: 1.4em;
    padding: 1.2em 0em;
  }
  #tabs #set-up h2 {
  /*padding: 0.7em 1em;*/
  }
  /* line 207, ../sass/_responsive.scss */
  #tabs .tabselection .active {
    height: 6.7em;
    width: 33.3%;
  }
  /* line 212, ../sass/_responsive.scss */
  #tabs .tab1 {
    padding-bottom: 5em;
  }
  /* line 215, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .image {
    /*background: url(/JRS/images/AndroidPay/how-it-works-tab.png) no-repeat;*/
    width: 196px;
    height: 320px;
    position: absolute;
    left: 2em;
    margin-top: 0em;
  }
    #tabs .tab1 .col12 .image img{ 
      width: 140%;
  }
  /* line 223, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .tab-text {
    width: 58%;
    float: right;
  }
  /* line 227, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .tab-text ol li {
    width: 22%;
    float: left;
    margin-right: 40px;
  }
  /* line 231, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .tab-text ol li:last-child {
    margin-right: 0px;
  }
  /* line 243, ../sass/_responsive.scss */
  #tabs .tab2 .col12 .image {
   /* background: url(/JRS/images/AndroidPay/set-up-tab.png) no-repeat;*/
    width: 171px;
    height: 324px;
    position: absolute;
    left: 2em;
    margin-top: 0em;
  }
  #tabs .tab2 .col12 .image img{
  width: 90%;
  }
  /* line 251, ../sass/_responsive.scss */
  #tabs .tab2 .col12 .tab-text {
    width: 67%;
    float: right;
  }
  /* line 254, ../sass/_responsive.scss */
 /* #tabs .tab2 .col12 .tab-text .add-card {
    display: none;
  }*/
  /* line 261, ../sass/_responsive.scss */
  #tabs .tab3 .col12 {
    width: 70%;
    margin: 0 auto;
  }

  /* line 269, ../sass/_responsive.scss */
  #mySwipe .bullets {
    left: 47%;
  }
  /* line 272, ../sass/_responsive.scss */
  #mySwipe .left-arrow {
    left: 1em;
    position: absolute;
    top: 18em;
    cursor: pointer;
    background: url(/JRS/images/AndroidPay/slider/left-arrow.png) no-repeat;
    width: 19px;
    height: 51px;
    text-indent: -999999px;
  }
  /* line 282, ../sass/_responsive.scss */
  #mySwipe .right-arrow {
    right: 1em;
    position: absolute;
    top: 18em;
    cursor: pointer;
    background: url(/JRS/images/AndroidPay/slider/right-arrow.png) no-repeat;
    width: 19px;
    height: 51px;
    text-indent: -999999px;
  }
  /* line 294, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content {
    padding-left: 4em;
    width: 59%;
  }
  /* line 297, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content .image {
    /*background: url(/JRS/images/AndroidPay/slider/generic/get-more-hero-tablet.png) no-repeat;*/
    background-position: right 1em bottom;
    width: 317px;
    height: 378px;
    right: 1em;
  }
  /* line 307, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content {
    padding-left: 4em;
    width: 80%;
  }
  /* line 310, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .hero-text {
    width: 90%;
    float: right;
  }
  /* line 313, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .hero-text h1 {
    font-size: 3.5em;
  }
  .hero-title {
  font-size: 3.5em;
  }
  
  /* line 317, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .image {
    /*background: url(/JRS/images/AndroidPay/slider/generic/why-choose-citi-tablet.png) no-repeat;*/
    width: 237px;
    height: 150px;
    position: absolute;
    left: 4em;
    top: 12em;
  }
  /* line 328, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content {
    padding-left: 4em;
    width: 50%;
  }
  /* line 331, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content .image {
    background: url(/JRS/images/AndroidPay/slider/generic/faster-way-hero-tablet.png) no-repeat;
    background-position: right 1em bottom;
    width: 220px;
    height: 280px;
    right: 4em;
    bottom: 9em;
  }
  /* line 341, ../sass/_responsive.scss */
  #mySwipe .slick-wrap > div {
    height: 36em;
    padding-top: 4em;
  }

  /**End sections**/
}
/**Fix layout issues**/
@media screen and (min-width: 768px) {
  .ui-dialog{
  top: 18% !important;
  }
  /* line 354, ../sass/_responsive.scss */
  #mySwipe .left-arrow {
    left: 3em;
    top: 18em;
  }
  /* line 358, ../sass/_responsive.scss */
  #mySwipe .right-arrow {
    right: 3em;
    top: 18em;
  }
  /* line 364, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content {
    padding-left: 9em;
    width: 52%;
  }
  /* line 367, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content .image {
   /* background: url(/JRS/images/AndroidPay/slider/generic/get-more-hero-tablet.png) no-repeat;*/
    background-position: right 5.5em bottom;
    width: 317px;
    height: 378px;
    right: 30px;
  }
  /* line 376, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 {
    padding-top: 5em;
    height: 35em;
  }
  /* line 379, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content {
    padding-left: 9em;
  }
  /* line 381, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .image {
    display: block;
  }
  /* line 384, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .hero-text {
    width: 68%;
  }
  /* line 390, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content {
    padding-left: 9em;
    width: 55%;
  }
  /* line 393, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content .image {
    background: url(/JRS/images/AndroidPay/slider/generic/faster-way-hero-tablet.png) no-repeat;
    background-position: right 1em bottom;
    width: 220px;
    height: 280px;
    right: 7em;
    bottom: 9em;
  }
  /* line 403, ../sass/_responsive.scss */
  #mySwipe .slick-track > div {
    height: 33em;
    padding-top: 7em;
  }

  /**Sections**/
  /* line 411, ../sass/_responsive.scss */
  #benefits .liability {
    width: 100%;
  }
  /* line 414, ../sass/_responsive.scss */
  #benefits .price-rewind {
    width: 100%%;
  }
  /* line 416, ../sass/_responsive.scss */
  #benefits .price-rewind .image {
    height: 133px;
  }
  /* line 420, ../sass/_responsive.scss */
  #benefits .private-pass {
    width: 100%%;
  }
  /* line 422, ../sass/_responsive.scss */
  #benefits .private-pass .image {
    margin-left: 10px;
    width: 113px;
    height: 113px;
  }

  /* line 430, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .image {
    left: 3.5em;
  }
  /* line 435, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .tab-text ol li {
    width: 92%;
    margin-right: 40px;
  }
  /* line 445, ../sass/_responsive.scss */
  #tabs .tab2 .col12 .image {
    left: 4em;
  }
}
/****/
@media screen and (min-width: 984px) {
  .ui-dialog{
  top: 25% !important;
  }
  
  /* line 456, ../sass/_responsive.scss */
  .small {
    display: none;
  }

  /* line 459, ../sass/_responsive.scss */
  .medium {
    display: none;
  }

  /* line 462, ../sass/_responsive.scss */
  .large {
    display: block;
  }

  /* line 466, ../sass/_responsive.scss */
  h1 {
    font-size: 4.8em;
  }
  .hero-title {
  font-size: 3.6em !important;
  margin-bottom: 0.5em !important;
  }

  /* line 472, ../sass/_responsive.scss */
  #nav ul {
    width: 28em;
  }
  /* line 474, ../sass/_responsive.scss */
  #nav ul li {
    padding-left: 3em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  padding-right: 2em;
  line-height: 1.4em;
  }

  /**Sections**/
  /* line 484, ../sass/_responsive.scss */
  #benefits .liability {
    width: 100%;
    /* Permalink - use to edit and share this gradient: http:/colorzilla.com/gradient-editor/#034689+0,13acda+100 */
    background: #034588;
    padding-bottom: 8em;
  }
  /* line 497, ../sass/_responsive.scss */
  #benefits .liability p {
    width: 100%;
  }
  /* line 500, ../sass/_responsive.scss */
  #benefits .liability h3 {
    width: 100%;
  }
  /* line 503, ../sass/_responsive.scss */
  #benefits .liability .image {
    /*background: url("/JRS/images/AndroidPay/benefits/zero-liability-large.png") no-repeat;*/
    width: 271px;
    height: 185px;
    margin-left: 16em;
    margin-top: 10px;
  }
  /* line 512, ../sass/_responsive.scss */
  #benefits .price-rewind {
    width: 45%;
  }
  /* line 514, ../sass/_responsive.scss */
  #benefits .price-rewind .image {
   /* background: url("/JRS/images/AndroidPay/benefits/price-rewind-large.png") no-repeat;*/
    width: 130px;
    height: 160px;
    margin-left: 42px;
  }
  /* line 520, ../sass/_responsive.scss */
  #benefits .price-rewind p {
    font-size: 1.6em;
  }
  /* line 524, ../sass/_responsive.scss */
  #benefits .private-pass {
    width: 100%;
    padding-bottom: 8em;
  }
  /* line 526, ../sass/_responsive.scss */
  #benefits .private-pass .image {
    /*background: url("/JRS/images/AndroidPay/benefits/private-pass-large.jpg") no-repeat;*/
    width: 40%;
    height: 178px;
    margin-left: 36px;
    margin-top: 42px;
  }
  /* line 532, ../sass/_responsive.scss */
  #benefits .private-pass p {
    font-size: 1.8em;
  }
  
  #benefits .private-pass .benefit-copy{
    float:right;
   
  }

  /* line 537, ../sass/_responsive.scss */
  #citi-mobile {
    background: #013B80;
  }
  /* line 539, ../sass/_responsive.scss */
  #citi-mobile p {
    padding-left: 10em;
    padding-right: 10em;
  }

  /* line 545, ../sass/_responsive.scss */
  #faqs .questions {
    padding: 2.5em 0em;
  }
  /* line 551, ../sass/_responsive.scss */
  #tabs .tabselection h2 {
    font-size: 1.6em;
  }
  #tabs #set-up h2 {
  /*padding: 0.4em 1em 0.7em 1em;*/
  }
  /* line 554, ../sass/_responsive.scss */
  #tabs .tabselection .active {
    width: 33.3%;
  }
  /* line 560, ../sass/_responsive.scss */
  #tabs .tab3 .col12 {
    width: 55%;
  }
  /* line 565, ../sass/_responsive.scss */
  #tabs .tab1 {
    padding-bottom: 1em;
  }
  /* line 568, ../sass/_responsive.scss */
  #tabs .tab1 .col12 .image {
    /*background: url(/JRS/images/AndroidPay/how-it-works-dsk.png) no-repeat;*/
    width: 261px;
    height: 355px;
    margin-top: 0em;
   
  }
  /* line 579, ../sass/_responsive.scss */
  #tabs .tab2 .col12 .image {
   /* background: url(/JRS/images/AndroidPay/set-up-dsk.png) no-repeat;*/
    width: 190px;
    height: 355px;
    margin-top: 0em;
    margin-left: 4em;
  }

  /* line 590, ../sass/_responsive.scss */
  #footer #legal {
    margin-bottom: 100px;
  }
  /* line 592, ../sass/_responsive.scss */
  #footer #legal .footnotes {
    padding-left: 4em;
    width: 75%;
    float: left;
  }
  /* line 597, ../sass/_responsive.scss */
  #footer #legal #footer-brand {
    float: left;
  }
  /* line 600, ../sass/_responsive.scss */
  #footer #legal #followus {
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    margin-top: 0px;
  }

  /* line 609, ../sass/_responsive.scss */
  #mySwipe .left-arrow {
    left: 3em;
    top: 19em;
  }
  /* line 613, ../sass/_responsive.scss */
  #mySwipe .right-arrow {
    right: 3em;
    top: 19em;
  }
  /* line 619, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content {
    padding-left: 12em;
  }
  /* line 621, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content .image {
   /* background: url(/JRS/images/AndroidPay/slider/generic/get-more-hero-dsk.png) no-repeat;*/
    background-position: right bottom;
    width: 353px;
    height: 421px;
    right: 12em;
  }
  /* line 628, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice1 .slide-content p {
    font-size: 2.4em;
  padding-right: 6em;
  }
  /* line 633, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 {
    padding-top: 5em;
    height: 40em;
  }
  /* line 636, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content {
    padding-left: 8em;
    width: 85%;
  }
  /* line 639, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content p {
    font-size: 2.4em;
  }
  /* line 642, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .image {
    /*background: url(/JRS/images/AndroidPay/slider/generic/why-choose-citi-dsk.png) no-repeat;*/
    width: 320px;
    top: 12em;
    left: 5em;
    height: 378px;
  }
  /* line 649, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice2 .slide-content .hero-text {
    width: 67%;
  }
  /* line 655, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content {
    width: 63%;
    padding-left: 12em;
  }
  /* line 658, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content .image {
   /* background: url(/JRS/images/AndroidPay/slider/generic/faster-way-hero-dsk.png) no-repeat;*/
    background-position: right bottom;
    width: 261px;
    height: 355px;
    right: 12em;
    bottom: 6em;
  }
  /* line 666, ../sass/_responsive.scss */
  #mySwipe .swipe-wrap .slice3 .slide-content p {
    font-size: 2.4em;
    padding-right: 6em;
  }
  /* line 672, ../sass/_responsive.scss */
  #mySwipe .slick-track > div {
    height: 40em;
    padding-top: 5em;
  }
}
/**Fix xl issues**/
@media screen and (min-width: 1015px) {
  /* line 684, ../sass/_responsive.scss */
  #benefits .liability {
    width: 100%;
  }
}


/* M1602135 Android Pay Microite Banner styles start */

.holiday-banner p,.holiday-banner h1{
color: #004785;
}
.holiday-banner h1{
color: #004785;
margin-bottom: 0.23333em;
}
#mySwipe .swipe-wrap .holiday-banner .slide-content p{
 padding-right: 4.2em;
}
@media screen and (min-width: 481px) {
.holiday-banner p,.holiday-banner h1,.holiday-banner img{
margin-left:10px;
}
.holiday-banner h1{
margin-bottom: 0.23333em;
font-size: 2.4em;
margin-top:10px;
}
#mySwipe .swipe-wrap .holiday-banner .slide-content p{
padding-right: 4em;
font-size: 1.5em;
}
}

@media screen and (min-width: 600px) and (max-width: 983px) {
.holiday-banner .slide-content{
background: url(/JRS/images/AndroidPay/slider/generic/Google_Pay_Logo.png) no-repeat;
background-position: 90% 55%;
}

.slide-3 {
  background: url(/JRS/images/AndroidPay/slider/generic/WebBanner3_Tablet_800x399.jpg) no-repeat;
  background-size: cover;
  background-position: 62% 0;
}

#mySwipe .swipe-wrap .holiday-banner .slide-content p{
padding-right: 4em;
font-size: 1.5em;
}
.holiday-banner p,.holiday-banner h1,.holiday-banner img{
margin-left: 5%;
}
.slide-3 p,.slide-3 h1,.slide-3 img{
margin-left: 5%;
}
.holiday-banner h1{  
font-size: 4.2em;
margin-bottom: 0.47619em;
}
}

@media screen and (min-width: 984px) {

#mySwipe .swipe-wrap .holiday-banner .slide-content p{
padding-right: 10em;
font-size: 2.0em;
}
.holiday-banner .slide-content{
background: url(/JRS/images/AndroidPay/slider/generic/Google_Pay_Logo.png) no-repeat 90% 60%;
}
.slide-3 {
background: url(/JRS/images/AndroidPay/slider/generic/WebBanner3_Desktop_1024x445.jpg) no-repeat;
background-size: cover;
}
.holiday-banner>.slide-content{
width:90%;
margin: 0 auto;
}
.holiday-banner p,.holiday-banner h1,.holiday-banner img{
margin-left:100px;
}
.slide-3 p,.slide-3 h1,.slide-3 img{
margin-left: 100px;
}
.holiday-banner h1{
margin-top: 0.7em;
margin-bottom:0.47619em;
font-size: 4.8em;
}
}

@media screen and (min-width: 465px) and (max-width: 599px) {
  .blue-button-hero {margin-top: 130px;}
}

@media  screen and (min-width: 1px) and (max-width: 320px) {
  .left-arrow.slick-arrow, .right-arrow.slick-arrow {display: none !important;}
}
/* M1602135 Android Pay Microite Banner styles end*/


/*Footnotes accesiblity styles*/


/*Init footnotes counter on the whole document*/
body {
  counter-reset: footnotes;
}

[aria-describedby="footnote-label"] {
  counter-increment: footnotes;
  text-decoration: none;
  color: inherit;
  cursor: default;
  outline: none;
}

[aria-describedby="footnote-label"]:after {
  content: counter(footnotes);
  vertical-align: super;
  font-size: 0.5em;
  margin-left: 2px;
  color:#05589D;
  cursor: pointer;
}

[aria-describedby="footnote-label"]:focus:after {
  outline: thin dotted;
  outline-offset: 2px;
}

[aria-label="Back to content"] {
  font-size: 0.8em;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  text-transform: lowercase !important;
}
.cbolui-ddl .modal-body .modal-title {
  font-size: 4.200em;
}
.cbolui-ddl .modal-body  p{
  font-size: 1.600em;
}

.cbolui-ddl #overlayBtn {
  font-size: 1.600em;
}

@media screen and (max-width: 766px) {
.cbolui-ddl .modal-body .modal-title {
  font-size: 2.600em;
}
.cbolui-ddl .modal-body  p{
  font-size: 1.600em;
 }
}

.cbolui-ddl p {
  line-height: 1.375em;
}

/*Banner Full images layout */

#mySwipe .swipe-wrap .full_banner_layout.banner1{
  background: url(/JRS/images/AndroidPay/Google1.795-DSK-banner.jpg) no-repeat 0 0;
  background-size: cover;
}
#mySwipe .swipe-wrap .full_banner_layout.banner3{
  background: url(/JRS/images/AndroidPay/GooglePay_WebBanner2_1024x445.jpg) no-repeat 0 0;
  background-size: cover;
}

.slide1-content {
    padding-left: 1em;
    width: 40%;
    padding-top: 4em;
}

#mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p{
    color: #000000;
}
#mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p, #mySwipe .swipe-wrap .full_banner_layout img{
  margin-left:65px;
  margin-top:25px;
}

#mySwipe .swipe-wrap .full_banner_layout h1 {
    font-size: 2.5em;
    font-weight: 800;
}
#mySwipe .swipe-wrap .full_banner_layout p {
    font-size: 1.8em;
  margin-bottom:20px;
}

@media screen and (min-width: 320px) and (max-width: 479px) {


  #mySwipe .swipe-wrap .full_banner_layout.banner1{
    background: url(/JRS/images/AndroidPay/Google1.795-MOB-banner.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 0;
  }
  #mySwipe .swipe-wrap .full_banner_layout.banner3{
    background: url(/JRS/images/AndroidPay/slider/generic/GooglePay_WebBanner2_320x375.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 0;
  }

  
  .google-pay-logo{
    max-width: 103px; 
    max-height: 25px;
  }
  

  #mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p {
    color: #000000;
  }
  #mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p, #mySwipe .swipe-wrap .full_banner_layout img{
  margin-left:0px;
  margin-top:-6px;
  }
  #mySwipe .swipe-wrap .full_banner_layout h1 { font-size:1.9em; margin-top:60px; margin-bottom:15px;}
  #mySwipe .swipe-wrap .full_banner_layout p { width:252px; font-size: 1.3em; margin-bottom:10px; padding-bottom: 1em;}
  #mySwipe .swipe-wrap .full_banner_layout .slide-content { margin-top: 7%; }

  .liability, .private-pass{
    min-height: 209px;
  }
  .slide-content p {
    margin-bottom: 3em;
  }
  #tabs .tab3 h3 {
  width: 101%;
  }

  .blue-button-hero {
    border: 1px solid #05589d;
    background-color: #05589d;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 5px;
    font-size: 1em; 
    color: #ffffff;
    font-family: InterstateLight;
    text-decoration: none;
    display: inline;
    padding: 1em;
    width: 9.125em;
    text-align: center;
    margin-top: 1em;
  }
  .small-inline{
    display: inline;
  }
}



@media screen and (min-width: 480px) and (max-width: 800px) {

  #mySwipe .swipe-wrap .full_banner_layout.banner1{
    background: url(/JRS/images/AndroidPay/Google1.795-TAB-banner.jpg) no-repeat 0;
    background-size: cover;
  }
  #mySwipe .swipe-wrap .full_banner_layout.banner3{
    background: url(/JRS/images/AndroidPay/slider/generic/GooglePay_WebBanner2_800x399.jpg) no-repeat 0;
    background-size: cover;
  }

  .slide1-content {
    padding-top: 3em;
    width: 44%;
  }

  #mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p {
    color: #000000;
  }
  #mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p, #mySwipe .swipe-wrap .full_banner_layout img{
  margin-left:60px;
  margin-top:10px;
  }
  #mySwipe .swipe-wrap .full_banner_layout h1 { font-size:3.25em; }
  #mySwipe .swipe-wrap .full_banner_layout p { font-size: 1.6em; margin-bottom:20px;}
  
    #tabs .tab3 h3 {
    font-weight: bold;
  }
}

@media screen and (min-width: 801px) and (max-width: 983px) {

  
  #mySwipe .swipe-wrap .full_banner_layout.banner1{
    background: url(/JRS/images/AndroidPay/Google1.795-DSK-banner.jpg) no-repeat 0;
    background-size: cover;
    height: 100%;
  }
  #mySwipe .swipe-wrap .full_banner_layout.banner3{
    background: url(/JRS/images/AndroidPay/slider/generic/GooglePay_WebBanner2_1024x445.jpg) no-repeat 0;
    background-size: cover;
    height: 100%;
  }
  
  .slide1-content {
    padding-top: 0;
  }
  
  #mySwipe .swipe-wrap .full_banner_layout h1, #mySwipe .swipe-wrap .full_banner_layout p, #mySwipe .swipe-wrap .full_banner_layout img{
  margin-left:100px;
  margin-top:25px;
  }
  .slide1-content {
    padding-top: 0;
  }
  #mySwipe .swipe-wrap .full_banner_layout h1 { font-size:3.25em; }
  #mySwipe .swipe-wrap .full_banner_layout p { font-size: 2.0em; margin-bottom:20px;}
}

@media screen and (max-width: 800px) {
  .slide1-content {padding-top: 0em; width:44%; }
  .slide1-content img.logo-black {display: block;}
  .slide1-content img.logo-white {display: none;}
}
@media screen and (min-width: 801px ) {
  .slide1-content img.logo-black {display: block;}
  .slide1-content img.logo-white {display: none;}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
  .slide1-content {width: 55%;
    padding: 2em 0em 0em 0em;}
  .slide1-content img.apple-logo.small {display: none;}
}
@media screen and (min-width: 320px) and (max-width: 479px){
  .slide1-content {
    width: auto;
    padding: 20em 1em 0 1em;
  }
.slide1-content img.logo-black {display: none;}
.slide1-content img.apple-logo.small {display: block; float: right; margin-right: 2em;}
}
/*Banner Full images layout end */

/* Modal Updates */
.cbolui-ddl .modal-body .modal-title {
  font-size: 4.200em;
}
.cbolui-ddl .modal-body  p{
  font-size: 1.600em;
}

.cbolui-ddl #overlayBtn {
  font-size: 1.600em;
}

@media screen and (max-width: 766px) {
.cbolui-ddl .modal-body .modal-title {
  font-size: 2.600em;
}
.cbolui-ddl .modal-body  p{
  font-size: 1.600em;
 }
}

.cbolui-ddl p {
  line-height: 1.375em;
}


@media screen and (min-width: 320px) and (max-width: 390px) {
  #mySwipe .swipe-wrap .full_banner_layout h1 { margin-top:35px !important;}
  
  .slide1-content {
    width: auto;
    padding: 17em 1em 0 1em !important;
  }
}

#citi-mobile strong{
  color: white;
}

#benefits .liability {
    padding: 2em 1em 2em 1em;
    overflow: hidden;
    background: #034588;
}

@media screen and (min-width: 600px) {
  #benefits .liability {
      background: #034588;
      overflow: hidden;
      width: 42%;
      float: left;
      margin-right: 10px;
      padding: 2em;
  }

  #benefits .private-pass {
    width: 41%;
    float: right;
    padding: 2em;
  }
}

@media screen and (min-width: 768px) {
  #benefits .liability {
      width: 44%;
  }
}

@media screen and (max-width: 599px) and (min-width: 320px) {
  #benefits .liability .image img {
      width: 72% !important;
      padding-left: 4em;
      margin: -37px 0px 0px 0px;
      padding-top: 1em;
  }

  #benefits .private-pass .image img {
    width: 100%;
    margin: -17px 0 0 0;
    padding-top: 2.5em;
  }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
  #benefits .private-pass .image img {
      width: 125%;
  }
}

@media screen and (max-width: 799px) and (min-width: 727px) {
  #benefits .private-pass br {
      display: none;
  }
}

@media screen and (min-width: 1015px){
#benefits .liability {
    width: 45.5%;
}
}

@media screen and (min-width: 984px){
#benefits .liability {
    width: 45%;
}
#benefits .private-pass {
    width: 45%;
}
}

.slide1-content button {
    border: none;
  }

.image.medium-large .show-desktop{
  display: none;
}

@media screen and (min-width: 984px){
  .image.medium-large .show-desktop{
    display: block;
  }

  .image.medium-large .show-tablet{
    display: none;
  }

}