
@charset "UTF-8";
#wrapper {
    padding: 0;
    background: #FFF;
}

@font-face {
	font-family: "InterstateBold";
	src: url("fonts/Interstate-Bold.eot");
	src: url("fonts/Interstate-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Interstate-Bold.woff") format("woff"), url("fonts/Interstate-Bold.ttf") format("truetype"), url("fonts/Interstate-Bold.svg#citi") format("svg");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "InterstateExtraLight";
	src: url("fonts/Interstate-ExtraLight.eot");
	src: url("fonts/Interstate-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Interstate-ExtraLight.woff") format("woff"), url("fonts/Interstate-ExtraLight.ttf") format("truetype"), url("fonts/Interstate-ExtraLight.svg#citi") format("svg");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: "InterstateLight";
	src: url("fonts/Interstate-Light.eot");
	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#citi") format("svg");
	font-style: normal
}
@font-face {
	font-family: "InterstateRegular";
	src: url("fonts/Interstate-Regular.eot");
	src: url("fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Interstate-Regular.woff") format("woff"), url("fonts/Interstate-Regular.ttf") format("truetype"), url("fonts/Interstate-Regular.svg#citi") format("svg");
	font-weight: normal;
	font-style: normal
}

.topContentArea {}

.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #0076c0;
	background: -moz-linear-gradient(top, #0076c0 0, #0047aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0076c0), color-stop(100%, #0047aa));
	background: -webkit-linear-gradient(top, #0076c0 0, #0047aa 100%);
	background: -o-linear-gradient(top, #0076c0 0, #0047aa 100%);
	background: -ms-linear-gradient(top, #0076c0 0, #0047aa 100%);
	background: linear-gradient(to bottom, #0076c0 0, #0047aa 100%);
	color: #fff;
	width: auto;
	text-align: center;
	font-family: "InterstateRegular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	padding: 12px 25px;
	width: 100%;
	text-decoration: none;
	margin: 10px 0;
	filter: none;
	behavior: url("/pie/PIE.htc")
}
.btn:hover {
	text-decoration: none;
	background: #0041a5;
	background: -moz-linear-gradient(top, #0041a5 0, #002d72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0041a5), color-stop(100%, #002d72));
	background: -webkit-linear-gradient(top, #0041a5 0, #002d72 100%);
	background: -o-linear-gradient(top, #0041a5 0, #002d72 100%);
	background: -ms-linear-gradient(top, #0041a5 0, #002d72 100%);
	background: linear-gradient(to bottom, #0041a5 0, #002d72 100%);
	filter: none;
	behavior: url("/pie/PIE.htc")
}
.btn.btn-light {
	background: #fff;
	color: #0076c0;
	behavior: url("/pie/PIE.htc")
}
.btn.btn-light:hover {
	background: #002d72;
	filter: none;
	behavior: url("/pie/PIE.htc")
}
@media(min-width:768px) {
.btn {
	font-size: 16px !important
}
}

section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 0;
	background: #fff;
	//display: none;
}
section.activated {
	display: block
}
@media(min-width:768px) {
section {
	/* padding-top: 35px */
}
}
section>.grid-container {
	z-index: 1;
	position: relative;
	height: 100%
}
section .section-header {
	padding: 0
}
@media(min-width:768px) {
section .section-header {
	padding-left: 10px;
	padding-right: 10px
}
}
section .section-header h1/*, h2#instant-rewards-points-default, h2.headerOneClone, h2#travel-header, h2#voucher-header*/ {
	margin: 0 auto 20px auto;
	color: #fff;
	font-size: 28px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
section .section-header h1/*, h2#instant-rewards-points-default, h2#travel-header, h2#voucher-header*/ {
	color: #fff !important;
	font-size: 48px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}
/*h2.headerOneClone {
	font-size: 48px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}*/
}
/*#shop .section-header h2 {
	color: #303030 !important
}*/
section .section-header a {
	color: #0076c0;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px
}
section .section-header a.btn {
	padding-bottom: 10px
}
section .section-header a:hover {
	text-decoration: none;
	border-bottom: 1px solid #0076c0
}
@media(max-width:958px) {
section .section-header {
	padding: 0 0 25px 0;
	padding-bottom: 15px
}
}
section .sub-section {
	display: none
}
section .sub-section.active {
	display: block
}
section .sub-section a.btn {
	margin: 0
}
section .section-footer {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0
}


/* Global rewards */

#cm-pageContainerGR {
	position: relative;
	top: 20px;
	margin: 0 auto;

}
#cm-pageContainerGR section {
	background:#f6f6f6;

}

#mainBanner {
	color: #fff;
	/* top:20px; */
	height: 460px;
	z-index: 60;
	/*	-webkit-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15)*/
}


#mainBanner a.btn {
	color: #fff;
	border: 0
}
#mainBanner .section-header a.btn {
	display: inline-block;
	width: auto
}
#mainBanner .background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0
}
#mainBanner .background .the-background {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: url(../images/mainBanner.jpg) #b2c0c9 no-repeat scroll left bottom;
}
#mainBanner .grid-container {
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#mainBanner .sub-section a.btn {
	max-width: 125px;
	margin-left: 5px
}
#mainBanner h2#mainBanner-header {
	color: #202020 !important;
	font-size: 36px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 20px;
}
#mainBanner p.promotion-top-subheadline {
	color: #202020 !important;
	font-size: 16px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 10px;
	margin:auto;
	width:70%
}
h2#mainBanner-header {
	margin: 0 auto 20px auto;
	color: #202020;
	font-size: 28px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#mainBanner .background .the-background {
	background-size: cover
}

#contentWrap {
	background:#F6F6F6;
	font-size:16px;
	overflow:hidden
}


#contentWrap p{	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;

    padding: 0 10px;

}
#contentWrap section {
	background:#f6f6f6;

}

#contentWrap h2{
	color: #202020 !important;
	font-size: 48px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 30px;
	
	
}


#contentWrap h3{
	color: #202020 !important;
	font-size:18px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1.2em;
	padding: 30px 30px;
	text-transform:none;
}


#contentWrap ul.stepLst { margin:10px 0; padding:0;  overflow:hidden}
#contentWrap ul.stepLst li { display:inline; float:left; width:30%; padding:0 1% 0 2%; text-align:center; }
#contentWrap ul.stepLst li:first-child {border-left:none;}
#contentWrap ul.stepLst li img{
	margin:20px
}

#contentWrap a.btn {
	color: #fff;
	border: 0
}
#contentWrap .section-content a.btn {
	display: inline-block;
	width: auto
}

#contentWrap .content-cta p{
	margin: 30px 0;
}
.textCap { text-transform:uppercase}
#contentWrap .content-cta a.cta {
	font-size:16px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

#contentWrap .content-cta a.cta:hover {
	text-decoration:none;
	color:#000
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
#cm-pageContainerGR {
	position: relative;
	top: 20px;
	width: 100%;
	margin: 0 auto;
	padding: 0 ;

}	
#mainBanner .background .the-background {
width:100%;
background: url(../images/mainBanner-m.jpg) #b2c0c9 no-repeat scroll left;
}
#mainBanner .icon { width:80px}
	
#contentWrap ul.stepLst li {border:none;  float:left; width:90%; }
#contentWrap ul.stepLstli img{border:none;}
	
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {

#cm-pageContainerGR {
	position: relative;
	top: 20px;
	width: 100%;
	margin: 0 auto;
	padding: 0 ;

}

#contentWrap {
	padding: 0 10px
}

#mainBanner {
	color: #fff;
	/* top:20px; */
	height: 460px;
	z-index: 60;
	/*	-webkit-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.15)*/
}
#mainBanner .icon { width:80px}
#mainBanner .background .the-background {
width:100%;
background: url(../images/mainBanner-m.jpg) #b2c0c9 no-repeat scroll left top;
}
	

#contentWrap ul.stepLst li {border:none;  float:left; width:90%;padding-top:20px }
#contentWrap ul.stepLst li img{border:none; }
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */

#mainBanner {
	height: 460px
}
#mainBanner .background .the-background {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: url(../images/mainBanner.jpg) #b2c0c9 no-repeat scroll center bottom;
}	
	
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { /* STYLES GO HERE */

#cm-pageContainerGR {
	position: relative;
	/* top: 20px; */
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#mainBanner .background .the-background {
width:100%;
background: url(../images/mainBanner-m.jpg) #b2c0c9 no-repeat scroll left bottom;
}
	
}
/*@media(max-width:958px) {
#mainBanner .background .the-background-1, #mainBanner .background .the-background {
	right: 0;
	width: 200%
}
}
@media(max-width:768px) {
#mainBanner .background .the-background {
	background-position: top left !important
}
}
@media(min-width:768px) {
#mainBanner {
	height: 380px
}
}
@media(min-width:960px) {
#mainBanner {
	margin-top: 0
}
@media(min-width:421px) {
h2#mainBanner-header {
font-size:31px;
color:#303030
}
}
@media(min-width:768px) {
h2#mainBanner-header {
	color: #fff !important;
	font-size: 48px;
	font-family: "InterstateLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}
@media(min-width:960px) {
#mainBanner {
margin-top:0
}
}
@media(min-width:301px) {
#mainBanner .background .the-background {
	width: 160%;
	left: -35%
}
}
@media(min-width:391px) {
#mainBanner .background .the-background {
	width: 160%;
	left: -28%
}
}
@media(min-width:481px) {
#mainBanner .background .the-background {
	width: 125%;
	left: 0
}
}
@media(min-width:768px) {
#mainBanner .background .the-background {
	width: 145%;
	left: -15%;
	background-size: cover
}
}
@media(min-width:960px) {
#mainBanner .background .the-background {
	width: 114%;
	left: 0
}
}
@media(max-width:1024px) {
#mainBanner {
	margin-top: -11px
}
}
@media only screen and (min-resolution:117dpi) and (max-resolution:119dpi), only screen and (min-resolution:131dpi) and (max-resolution:133dpi), only screen and (min-resolution:145dpi) and (max-resolution:154dpi), only screen and (min-resolution:162dpi) and (max-resolution:164dpi), only screen and (min-resolution:169dpi) {
#mainBanner {
	margin-top: -65px
}
}
@media(max-device-width:1024px) and (min-device-width:320px) {
#mainBanner {
	margin-top: -12px
}
}
#header-mobile #mobile-account-menu-logged-out {
	top: 80px !important;
	padding-bottom: 20px !important
}
@media(max-width:1024px) {
#mainBanner {
	margin-top: -11px
}
}*/
