/* @import url("//hello.myfonts.net/count/2998ca"); */
@font-face {font-family: 'HelveticaNeueLTStd-Lt';src: url('webfonts/2998CA_0_0.eot');src: url('webfonts/2998CA_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2998CA_0_0.woff') format('woff'),url('webfonts/2998CA_0_0.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTStd-Bd';src: url('webfonts/2998CA_1_0.eot');src: url('webfonts/2998CA_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2998CA_1_0.woff') format('woff'),url('webfonts/2998CA_1_0.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTStd-Md';src: url('webfonts/2998CA_2_0.eot');src: url('webfonts/2998CA_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2998CA_2_0.woff') format('woff'),url('webfonts/2998CA_2_0.ttf') format('truetype');}

STRONG,
.VisaReg STRONG,
.VisaBold,
.VisaBold STRONG {
	font-family: 'Myriad Bold', Arial, sans-serif;
	font-weight: normal !important;
}

/* RESET
*******************************************************************************/

/* * {margin: 0px; padding: 0px; border: 0px none; outline: 0px;} */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: 'Myriad Regular';
  src: url('webfonts/myriad-regular.eot?#iefix') format('embedded-opentype'),
     url('webfonts/myriad-regular.woff') format('woff'),
     url('webfonts/myriad-regular.ttf') format('truetype'),
     url('webfonts/myriad-regular.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Light';
  src: url('webfonts/myriad-light.eot?#iefix') format('embedded-opentype'),
     url('webfonts/myriad-light.woff') format('woff'),
     url('webfonts/myriad-light.ttf') format('truetype'),
     url('webfonts/myriad-light.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Bold';
  src: url('webfonts/myriad-bold.eot?#iefix') format('embedded-opentype'),
     url('webfonts/myriad-bold.woff') format('woff'),
     url('webfonts/myriad-bold.ttf') format('truetype'),
     url('webfonts/myriad-bold.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Myriad Light', Arial, sans-serif;
  font-size: 14px;
  color: #75787b;
  background: #fff;
}

*+html .Clearfix {min-height: 1%;} /*IE7*/
* html .Clearfix {height:1%;} /*IE6*/


/* LINKS
*******************************************************************************/
a {
  color: #1a1f71;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}

a:hover {
  opacity: 0.7;
}

a, a:active {
  cursor: pointer;
}

a:focus {
  outline: none;
}

.btn-primary {
  font-family: 'Myriad Regular', Arial, sans-serif;
  display: inline-block;
  color: #fff;
  padding: 6px 11px;
  margin-right: 15px;
  background-color: #f7b600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.btn-primary:hover {
  background-color: #fbbf4b;
  opacity: 1;
}

.btn-secondary {
  font-family: 'Myriad Regular', Arial, sans-serif;
  display: inline-block;
  line-height: 1.5em;
  padding-right: 27px;
  margin-right: 15px;
  color: #75787b;
  background: url(../img/layout/icon-arrow-secondary.png) no-repeat 100% 0;
}
.orange-bold-link {
    font-weight: bold;
    color: #faaa13;
}

/* GRID
*******************************************************************************/
.cf { clear:both; }
.Mobile .blank { font-size: 0; }
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 10px 0 10px;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
}
.row .row {
	margin: 0 -10px 0 -10px;
	width: auto;
	display: inline-block;
}

.grid_1 {width: 60px;}
.grid_2 {width: 140px;}
.grid_3 {width: 220px;}
.grid_4 {width: 300px;}
.grid_5 {width: 380px;}
.grid_6 {width: 460px;}
.grid_7 {width: 540px;}
.grid_8 {width: 620px;}
.grid_9 {width: 700px;}
.grid_10 {width: 780px;}
.grid_11 {width: 860px;}
.grid_12 {width: 940px;}




/* MAIN LAYOUT
*******************************************************************************/

/*BODY { min-width: 960px; }*/

.main-wrapper {
  position: relative;
  width: 728px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: auto;
}

@media screen and (min-width:787px) {
    #menuMobile {
        display: none;
    }
}

/* HEADER
*******************************************************************************/

header {
  font-family: 'Myriad Regular', Arial, sans-serif;
  float: left;
  width: 728px;
  /*height: 111px;*/
  height:auto;
  min-height:111px;
}

header .blue-strip {
  float: left;
  width: 728px;
  height: 10px;
  background-image: linear-gradient(left, #1a1e5a, #122d98);
  background-image: -webkit-linear-gradient(left, #1a1e5a, #122d98);
  background-image: -moz-linear-gradient(left, #1a1e5a, #122d98);
  background-image: -ms-linear-gradient(left, #1a1e5a, #122d98);
  background-image: -o-linear-gradient(left, #1a1e5a, #122d98);
  background-image: linear-gradient(left, #1a1e5a, #122d98);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a1e5a, endColorstr=#122d98);
}

header .logo-header {
  float: left;
  width: 98px;
  height: 31px;
  margin: 35px 0 0 0;
}
header .logo-header a {
  float: left;
  display: block;
  width: 98px;
  height: 31px;
  background: url(../img/layout/logo-header.png) no-repeat;
  opacity: 1;
}
header #mobile-trigger-menu {
    display:none;
}
header .primary-nav {

  float: right;
  display: inline-block;
  max-width: 630px;
  margin: 52px 0 0 0;
}

header .primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .primary-nav ul > li {
  position: relative;
  display: inline;
  margin-left: 17px;
}

header .primary-nav ul > li:first {
  margin-left: 0;
}

header .primary-nav ul > li a {
  font-size: 12px;
  padding: 0 0 5px 0;
}

header .primary-nav ul > li a.lang-select {
  position: relative;
  font-size: 11px;
  padding: 2px 14px 2px 3px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*background: url(../img/icon-caret-lang-dropdown.gif) no-repeat 89% 8px;*/
}

header .primary-nav ul > li a.active {
  border-bottom: 5px solid #faaa13;
  opacity: 1;
}

header .primary-nav #lang-dropdown {
  position: absolute;
  top: -4px;
  right: 0;
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 20;
  display: none;
}

header .primary-nav #lang-dropdown li {
  display: block;
  margin-left: 0;
  text-align: right;
}

header .primary-nav #lang-dropdown li a {
  display: block;
  font-size: 11px;
  color: #818181;
  padding: 8px 13px 8px 16px;
  transition: color 0.2s linear;
}

header .primary-nav #lang-dropdown li a:hover {
  color: #1a1f71;
  opacity: 1;
}

header .primary-nav #lang-dropdown li.label {
  border-bottom: 1px solid #ebebeb;
}

header .primary-nav #lang-dropdown li.label a {
  padding: 4px 13px 7px 16px;
  color: #1a1f71;
  /*background: url(../img/icon-caret-lang-dropdown.gif) no-repeat 93% 11px;*/
}

header .primary-nav #lang-dropdown.open {
  display: block;
}

header .secondary-nav {
  float: left;
  display: block;
  width: 728px;
  margin: 28px 0 0 0;
  border-bottom: 1px solid #ccc;
}

header .secondary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}

header .secondary-nav ul li {
  display: inline;
  margin: 0 0 0 22px;
}

header .secondary-nav ul li:first {
  margin-left: 0;
}

header .secondary-nav ul li a {
  font-size: 13px;
  color: #75787b;
  padding: 0 0 7px 0;
}

header .secondary-nav ul li a.active {
  border-bottom: 1px solid #faaa13;
  opacity: 1;
}

header .tertiary-nav {
  float: left;
  display: block;
  width: 728px;
  margin: 10px 0 0 0;
}

header .tertiary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}

header .tertiary-nav ul li {
  display: inline;
  margin: 0 0 0 22px;
}

header .tertiary-nav ul li:first {
  margin-left: 0;
}

header .tertiary-nav ul li a {
  font-size: 13px;
  color: #b4b4b4;
  padding: 0 0 7px 0;
  transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
}

header .tertiary-nav ul li a:hover {
  color: #75787b;
  opacity: 1;
}

header .tertiary-nav ul li a.active {
  color: #75787b;
  opacity: 1;
}

header .hidden-get-card {
	display:none;
}

/* MAIN CONTENT
*********************************************************************/

.main-content {
  float: left;
  width: 728px;
  margin-top: 28px;
  /*overflow: auto;*/
}

#homepage .main-content {
  margin-top: 0;
}

.main-content h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Light', Arial, sans-serif;
  font-weight: normal;
  color: #333366;
}

.main-content h2 {
  font-size: 36px;
}

.main-content h3 {
  font-size: 18px;
}
.main-content .indented-text {
	text-indent: 15px;
}
.clear-content {
    clear:both;
}

/*
 * Page Intro
 */

.page-intro {
  float: left;
  width: 728px;
  height: 200px;
  border-bottom: 10px solid #faab12;
}
.page-intro.page-intro-small {
  height: 200px !important;
}
.page-intro-smaller {
  height: 200px !important;
  margin-bottom: 50px;
}
.page-intro .page-intro-content {
  float: left;
  position: relative;
  width: 728px;
  height: 200px;
  display: block;
}

.page-intro .page-intro-content .page-intro-img {
  float: left;
  width: 728px;
  height: 200px;
}

.page-intro .page-intro-content .page-intro-copy {
  float: left;
  position: absolute;
  padding: 0px 0 0 24px;
}
.page-intro .page-intro-content .page-intro-copy .one-line{
  padding-top: 48px;
}
.page-intro .page-intro-content .page-intro-copy .two-lines{
  padding-top: 30px;
}
.page-intro .page-intro-content .page-intro-copy .three-lines{
  padding-top: 10px;
}
.page-intro .page-intro-content .page-intro-copy h2.banner-sub-title {
  margin: 0px 0px -35px 0px;
  font-size:190%;
}
.page-intro h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin: 30px 0 12px 0;
}
.page-intro h2.bnr-two-lines {
  font-size: 36px;
  line-height: 35px;
  margin: 15px 0 12px 0;
}
.page-intro h2.h2-header-no-margin{
	margin-top:10px;
}
.page-intro h2.slider-h2-margin{
  margin: 5px 0 12px 0 !important;
}
.page-intro h2.small-font-header{
	font-size:37px !important;
}
.page-intro h2.banner-two-lines{
	font-size:35px !important;
	margin-top:5px;
}
.page-intro p {
  font-family: 'Myriad Regular', Arial, sans-serif;
  color: #fff;
}
.bajada-banner-consumers{
	display:none;
}
.short-margin{
	margin-top:-15px !important;
}
#bajada-home-mobile.with-bottom-border{
	border-bottom:1px solid #ccc !important;
}
#bajada-home-mobile.with-bottom-border h3{
	font-family:'Myriad Light', Arial, sans-serif;
	color:#333366;
	padding-top:15px;
}
#page-intro-home, #page-intro-home .page-intro-content, #page-intro-home .page-intro-content .page-intro-img {
  height: 308px;
}
@media only screen and (min-width : 786px) {
    #bajada-home-mobile {
        display: none !important;
    }
}
/*
 * Touts
 */

.tout-holder {
  font-family: 'Myriad Regular', Arial, sans-serif;
  float: left;
  width: 728px;
  margin-top: 10px;
}

.tout {
  float: left;
  position: relative;
  width: 236px;
  height: 177px;
  background: #1a1f71;
  margin-left: 10px;
  cursor: pointer;
}
.tout .tout-mobile {
    display:none;
}
.tout .tout-desktop {
    display:block;
}
.tout .tout-image {
  float: left;
  width: 236px;
  height: 177px;
}

.tout .tout-copy {
  position: absolute;
  bottom: 9.5%;
  left: 9.5%;
  color: #fff;
  width: 81%;
  z-index: 5;
}

.tout .tout-copy a {
  color: #fff;
  opacity: 1;
}

.tout .tout-shadow {
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 120%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(120%, #000));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 120%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, #000 120%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, #000 120%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 120%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.tout .tout-image {
  float: left;
  width: 236px;
  height: 177px;
}

.tout:first-child {
  margin-left: 0;
}

.tout-copy-mobile{
	display:none;
}
.tout .tout-desktop-bold {
    font-family:'Myriad Bold', Arial, sans-serif;
}
.tout .tout-desktop-paragraph{
	line-height:16px;
	margin:2px 0 0 0;
}

/* ARTICLE
*******************************************************************************/
/*ARTICLE {
	float: left;
    margin: 20px 0;
    min-height: 300px;
    width: 100%;
}
*/

/*
 * Section Modules
 */

.section-holder {
  float: left;
  position: relative;
  width: 728px;
}

.section-cell {
  float: left;
  position: relative;
  width: 241px;
  height: 244px;
  border-right: 2px solid #f0efef;
  border-bottom: 2px solid #f0efef;
}
.section-cell-large {
  float: left;
  position: relative;
  width: 241px;
  height: 290px;
  border-right: 2px solid #f0efef;
  border-bottom: 2px solid #f0efef;
}
.section-cell-large.crossborder p {
  height: 60px;
}
.section-cell-large.crossborder h3 {
  font-family: 'Myriad Regular', Arial, sans-serif;
  color:#1a1f71;
}
.section-cell-large.x-large {
  height: 350px;
}
.section-cell-large p{
  height: 80px;
}
.section-cell-with-padding {
    padding-bottom: 15px;
}
.section-cell.last {
  border-right: none;
}
.section-cell-large.last {
  border-right: none;
}
.section-row {
  float: left;
  position: relative;
  width: 728px;
  height: auto;
  padding: 35px 0;
  border-bottom: 2px solid #f0efef;
  text-align: center;
}
.section-module {
  font-family: 'Myriad Light', Arial, sans-serif;
  padding: 25px 25px;
}

.section-module .card-image {
  margin-top: 20px;
  height:78px;
  width:125px;
}
.section-module .card-image-marginless {
  margin-top:0;
  height:78px;
  width:125px;
}

.section-module img.card-image-default {
  height:78px;
  width:125px;
}

.section-module .offer-image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-module h3 {
  margin-bottom: 10px;
}

.section-module p {
  margin-top: 0;
}
.section-module img.section-image-desktop {
    display:inline-block;
}
.section-module img.section-image-mobile {
    display:none;
}
.card-listings .section-cell {
  height: 300px;
}

.offer-listings .section-cell {
  height: 370px;
}
#Listado .offer-listings #Promotions .section-cell .section-module img{
    max-width: 168px;
  /*width: 192px;*/
}
#Listado .offer-listings #Promotions .section-cell h4.list-category{
  min-height: 18px;
}
#offers-load-more {
  display: inline;
  padding-bottom: 2px;
  font-family: 'Myriad Regular', Arial, sans-serif;
  /*background: url(../img/icon-arrow-down.png) no-repeat 100% 0;*/
}
.add-top-margin-get-card{
	margin-top:40px;
	clear:both;
	float:left;
}




/*
 * Articles
 */

.article-content {
  padding: 0 22px 50px 22px;
  border-bottom: 2px solid #f0efef;
}

.article-content h2 {
  margin-top: 0.3em;
  margin-bottom: 1.2em;
}

.article-content blockquote {
  font-family: 'Myriad Light', Arial, sans-serif;
  float: left;
  width: 210px;
  margin: 0 10px 0 0;
  font-size: 22px;
  line-height: 26px;
  color: #333366;
}

.article-content .indented-copy {
  padding-left: 220px;
}



/* BANNER
*******************************************************************************/
#Navigation {
	/* background-color: #f5f1e8; */
    float: left;
    height: 150px;
    position: relative;
    width: 100%;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;	
		
		behavior: url(../js/PIE.htc);
}
#Navigation .Holder {
	float: left;
    height: 120px;
    margin: 15px 0 15px 160px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
#Navigation H1 {
	color: #444444;
    float: left;
    font-size: 40px;
    font-weight: bold;
    height: 80px;
    left: 0;
    letter-spacing: -2px;
    line-height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
#Navigation H4 {
	bottom: 0;
    color: #444444;
    float: left;
    font-size: 18px;
    left: 0;
    line-height: 14px;
    position: absolute;
    width: 100%;
	letter-spacing: -1px;
}



#NavigationSmall {
	/* background-color: #f5f1e8; */
    float: left;
    height: 150px;
    position: relative;
    width: 100%;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;	
		
		behavior: url(../js/PIE.htc);
}
#NavigationSmall .Holder {
	float: left;
    height: 120px;
    margin: 15px 0 15px 160px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
#NavigationSmall H1 {
	color: #444444;
    float: left;
    font-size: 40px;
    font-weight: bold;
    height: 80px;
    left: 0;
    letter-spacing: -1px;
    line-height: 34px;
    position: absolute;
    top: 0;
    width: 100%;
}
#NavigationSmall H4 {
	bottom: 0;
    color: #444444;
    float: left;
    font-size: 18px;
    left: 0;
    letter-spacing: -0.5px;
    line-height: 18px;
    position: absolute;
    width: 100%;
}

/*
 * Contact Widget
 */

.contact-widget {
  float: left;
  width: 220px;
  margin: 0 28px 10px 0;
  border-top: 2px solid #f0efef;
}

.contact-widget ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 15px 0 24px 13px;
}

.contact-widget ul li {
  float: left;
  margin: 0 13px;
}

.contact-widget ul li a {
  float: left;
  width: 22px;
  height: 22px;
}

.contact-widget ul li .social-fb {
  background: url(../img/layout/icon-social-fb.gif) no-repeat;
}

.contact-widget ul li .social-in {
  background: url(../img/layout/icon-social-in.gif) no-repeat;
}

.contact-widget ul li .social-twitter {
  background: url(../img/layout/icon-social-twitter.gif) no-repeat;
}

.contact-widget ul li .social-gplus {
  background: url(../img/layout/icon-social-gplus.gif) no-repeat;
}
.contact-widget ul li .icon-print {
  background: url(../img/layout/print.png) no-repeat;
}
.contact-widget ul li .icon-email {
  background: url(../img/layout/email.png) no-repeat;
}

.contact-widget .contact-image {
  float: left;
  width: 220px;
  height: auto;
  border-bottom: 8px solid #fdbb0a;
}

.contact-widget .contact-tout {
  float: left;
  font-size: 12px;
  margin-top: 10px;
  padding: 18px 20px;
  background: #f1f1f2;
}

.contact-widget .contact-tout-button {
  float: left;
  font-size: 12px;
  margin: 10px 0 10px 0;
  padding: 10px 0px 5px 5px;
  background: #f1f1f2;
  width: 45%;
  text-align: center;
}
.contact-widget .contact-tout-button-right {
  float: right;
  font-size: 12px;
  margin: 10px 0 10px 0;
  padding: 10px 0px 5px 5px;
  background: #f1f1f2;
  width: 45%;
  text-align: center;
}

.contact-widget .contact-tout p {
  font-family: 'Myriad Light', Arial, sans-serif;
  margin-top: 0;
  margin-bottom: .8em;
}

.contact-widget.widget-right {
  float: right;
  margin: 0 0 10px 28px;
}

/*
 * Tab Holder
 */

.tab-holder {
  float: left;
  position: relative;
  display: block;
  width: 728px;
}

.tab-holder .tab-nav {
  float: left;
  position: absolute;
  top: 0;
  left: 0;

  width: 728px;
  margin: 10px 0 0 0;
}

.tab-holder .tab-nav ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 4px 0;
}

.tab-holder .tab-nav ul li {
  display: inline;
  margin: 0 0 0 22px;
}

.tab-holder .tab-nav ul li:first {
  margin-left: 0;
}

.tab-holder .tab-nav ul li a {
  font-family: 'Myriad Light', Arial, sans-serif;
  font-size: 18px;
  color: #1a1f71;
  padding: 0 0 7px 0;
}

.tab-holder .tab-nav ul li a.active {
  font-family: 'Myriad Regular', Arial, sans-serif;
  border-bottom: 5px solid #faac12;
  opacity: 1;
}

.tab-holder .tab-content-wrap {
  float: left;
  width: 728px;
  margin-top: 40px;
  background: #f0efef;
}

.tab-holder .tab-content-wrap .tab-content {
  display: none;
}

.tab-holder .tab-content-wrap .tab-content .tab-content-inner {
  width: 684px;
  padding: 30px 22px 25px 22px;
}

.tab-holder .tab-content-wrap .tab-content p {
  margin-top: 0;
  font-size: 14px;
}

.tab-content-more {
  float: left;
  width: 728px;
  height: 328px;
  background: #fff;
  border-bottom: 2px solid #f0efef;
  z-index: 10px;
  display: none;
}

.tab-content-more-content {
  float: left;
  position: relative;
  width: 728px;
  height: 328px;
}

.tab-content-more-close-btn {
  position: absolute;
  top: 22px;
  right: 23px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  /*background: url(../img/icon-overlay-close.png) no-repeat;*/
}

.tab-content-more-col {
  float: left;
  width: 320px;
  padding: 44px 22px 0 22px;
}

.tab-content-more-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0.3em;
  margin-bottom: 1.2em;
}

.tab-content-morecontent h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0.3em;
  margin-bottom: 1.0em;
}

.tab-content-more-content h4 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0.3em;
  margin-bottom: 0;
}

.tab-content-more-content p {
  margin-top: 0.4em;
}

/*
 * Overlay
 */

.overlay {
  position: relative;
  width: 730px;
  height: 450px;
  background: #fff;
  border: 1px solid #000;
}

.overlay-close-btn {
  position: absolute;
  top: 33px;
  right: 23px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(../img/layout/icon-overlay-close.png) no-repeat;
}

.overlay-content {
  padding: 20px 25px 20px 30px;
}

.overlay-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0.3em;
  margin-bottom: 1.2em;
}

.overlay-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0.3em;
  margin-bottom: 1.0em;
}

.overlay-content h4 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 0.3em;
  margin-bottom: 0;
}

.overlay-content p {
  margin-top: 0.4em;
}

.overlay-scrollable {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.overlay-scrollable-inner {
  width: 640px;
}

/*
 * Filter
 */

.filter-holder {
  float: left;
  width: 684px;
  padding: 0 0px 0px 15px;
  /*border-bottom: 2px solid #f0efef;*/
}

.filter-holder h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 0.3em;
  margin-bottom: 0.9em;
}

.filter-holder .filter-cell {
  float: left;
  min-width: 150px;
  margin-right: 20px;
  width: 95%;
}

.filter-holder .filter-cell label {
  font-family: 'Myriad Light', Arial, sans-serif;
  font-size: 12px;
  color: #999;
  padding: 0 0 6px 12px;
}

/*
 * Styled Dropdowns
 */

.dropdown {
  background: #f0efef;
}

.dropdown ul{
  padding-left: 0;
}

/* INTELLILINK */
#intellilink-section {
}
#intellilink-section .page-intro{
    margin-bottom: 33px;
}
#intellilink-section #Content p:first-child{
    margin-top: 0;
}
#intellilink-section #Content p strong{
    color: #0c299a;
    font-family: 'Myriad Regular', Arial, sans-serif;
}
#intellilink-section #Content p.small{
    font-size: 0.85em;
}

#intellilink-section #Content .intellilink-banner {
    position: relative;
    margin-top: 35px;
}
#intellilink-section #Content .intellilink-banner-2{
    margin-top: 50px;
}
#intellilink-section #Content .intellilink-banner img{
    display: block;
    width: 100%;
}
#intellilink-section #Content .intellilink-banner span {
    /*position: absolute;*/
    display: block;
    font-size: 22px;
    color: #1a1f71;
    margin-top: 18px;
    margin-bottom: 30px;
}

#intellilink-section #Content ul{
    margin-bottom: 35px;
    padding-right: 20px;
}
#intellilink-section #Content ol {
    padding-right: 20px;
}
#intellilink-section #Content h2 {
    font-size: 18px;
    font-family: 'Myriad Regular', Arial, sans-serif;
}
#intellilink-section #Content h3 {
    font-size: 14px;
}

#intellilink-section #Content .arrow-link {
    display: inline-block;
    font-size: 18px;
    color: #1a1f71;
    padding-right: 26px;
    background: transparent url(../img/government/cards/arrow.png) no-repeat right center;
}
#intellilink-section #Content .link {
    display: inline-block;
    font-size: 18px;
    color: #1a1f71;
}



#intellilink-section #Content hr {
    margin: 55px 0 45px 0;
    border-bottom: 1px dashed #dadada;
    border-top: none;
    border-left: none;
    border-right: none;
}
#intellilink-section #Content .members{
    padding: 0px 27px;
}
#intellilink-section #Content .members h2 {
    font-size: 22px;
    color: #1a1f71;
    font-family: 'Myriad Light', Arial, sans-serif;
    text-align: center;
}

#intellilink-section #Content .light {
    font-family: 'Myriad Light', Arial, sans-serif;
}



.arrow-link-intellilink {
     font-family: 'Myriad Regular', Arial, sans-serif;
    display: inline-block;
    color: #75787b;
    padding-right: 26px;
    margin-top: 3px;
    background: transparent url(../img/government/cards/arrow.png) no-repeat right center;
}

.intellilink-parteners-box {

}

.intellilink-parteners-box hr {
}
.intellilink-parteners-box strong {
     font-family: 'Myriad Regular', Arial, sans-serif;
}
.intellilink-parteners-box a{
    margin-left: 10px;
}
.intellilink-parteners-box p {
    padding: 0 10px;
}
.intellilink-parteners-box hr {
    margin: 45px 0 40px 0;
    border-bottom: 1px solid #dadada;
    border-top: none;
    border-left: none;
    border-right: none;
}


#intellilink-section #Content .members .grid {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
}
#intellilink-section #Content .members .grid:after {
    display: table;
    content: "";
    clear: both;    
}
#intellilink-section #Content .members .grid .item{
    float: left;
    width: 25%;
    height: 168px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;   
    box-sizing: border-box;
    position: relative;
}
#intellilink-section #Content ol ol {
    margin-top: 0;
    list-style-type:lower-alpha;
}





#intellilink-section #Content .members .grid .item img {
    display: block;
    margin: 0 auto;
}

#intellilink-section #Content .members .grid .item .table {
    display: table;
    table-layout: fixed; 
    height: 100%;
    width: 100%;
    text-align: center;   
}
#intellilink-section #Content .members .grid .item .vcenter {
    display: table-cell;
    vertical-align: middle;
}


#intellilink-section #Content .members .grid .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../img/government/intellilink/arrow-right.png) no-repeat left center;
    padding: 10px 8px 10px 10px;

    box-sizing: border-box;


    visibility:hidden;
    opacity:0;
    transition:visibility 0s ease 0.5s,opacity 0.5s ease;
}
#intellilink-section #Content .members .grid .item:hover .info{
    visibility:visible;
    opacity:1;
    transition-delay:0s;


}

#intellilink-section #Content .members .grid .item .info .vcenter {
    text-align: left;
}
#intellilink-section #Content .members .grid .item .info strong,
#intellilink-section #Content .members .grid .item .info a{
    color: #75787b;
}

#intellilink-section #Content .members + hr {
     margin: 34px 0;
}

#intellilink-section #Content .contacto h2{
    margin-bottom: 32px;
}


#intellilink-section #Content .contacto a {
    font-family: 'Myriad Regular', Arial, sans-serif;
    color: #1a1f71;
    display: inline-block;
    padding-right: 25px;
    background: transparent url(../img/government/cards/arrow.png) no-repeat right center;


}

#intellilink-section  .only-mobile {
    display: none !important;
}

@media all and (max-width: 786px) {
     #intellilink-section #Content section > a,
     #intellilink-section #Content section > span,
    #intellilink-section #Content h2,
    #intellilink-section #Content h3,
    #intellilink-section #Content p,
    #intellilink-section #Content .intellilink-banner span{
        padding: 0 20px;
    }
     #intellilink-section #Content h3{
         box-sizing: border-box;
     }
    #intellilink-section #Content .arrow-link {
        margin-left: 20px;
    }
    #intellilink-section #Content .members .grid .item {
        width: 50%;
    }
    #intellilink-section .page-intro {
        margin-bottom: 10px;
    }
    #intellilink-section  .only-mobile {
        display: block !important;
    }

    #intellilink-section  .only-desktop {
        display: none !important;
    }

    #intellilink-section #Content .intellilink-banner .banner-title {
        color: #666666;
        display: block;
        text-align: center;
        font-size: 30px;
        line-height: 1.05em;
    }
    #intellilink-section #Content .intellilink-banner .banner-title strong{
        font-family: 'Myriad Regular', Arial, sans-serif;
    }
    #intellilink-section #Content .intellilink-banner-2 {
        margin-bottom: 50px;
    }
     #intellilink-section #Content .intellilink-banner span {
        font-size: 20px;
    }

}
@media all and (max-width: 530px) {
    #intellilink-section #Content .intellilink-banner .banner-title {
        font-size: 28px;
    }
}
@media all and (max-width: 430px) {
    #intellilink-section #Content .members .grid .item {
        width: 100%;
    }
    #intellilink-section #Content .intellilink-banner .banner-title {
        font-size: 24px;
    }
   
}



/* FOOTER
*******************************************************************************/
@media only screen and (min-width : 786px) {
    footer #footer-nav-mobile {
        display: none !important;
    }
}

footer {
  float: left;
  width: 728px;
  min-height: 300px;
}

footer .footer-newsletter-container {
  float: left;
  width: 728px;
  padding: 0;
  margin-top:20px;
  margin-bottom:10px;
  cursor:pointer;
}
#homepage footer .footer-newsletter-container {
  margin-top:10px;
  margin-bottom:10px;
}
footer .footer-newsletter-container h1{
  width: 100%;
  padding: 12px 22px;
  box-sizing:border-box;
  color:#fff;
  background-color:#1b1d70;
  font-family: 'Myriad Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size:16px;
    position: relative;
}
        
footer .footer-newsletter-container h1:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: transparent url(../img/layout/arrow-down.png) no-repeat center center;

    background-size: 18px 18px;
}
footer .footer-newsletter-container h1.h1-active {
    background-color:#f7b600;
}
footer .footer-newsletter-options {
  float: left;
  width: 728px;
  position:absolute;
  display:none;
  margin-top:0;
  background-color:#eeeeee;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.40);
}
footer .footer-newsletter-options ul{
  width: 100%;
  padding:0;
  margin:0;
}
footer .footer-newsletter-options ul li:nth-child(2),footer .footer-newsletter-options ul li:nth-child(3){
  border-left:1px solid #cccccc;
}
footer .footer-newsletter-options ul li{
  padding:8px 0;
  text-align:center;
  width: 33%;
  display:inline-block;
  vertical-align:middle;
  list-style-type:none;
  font-family: 'Myriad Light', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size:16px;
  color:#6b6b6b;
  box-sizing:border-box;
  background-color:#eeeeee;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
footer .footer-newsletter-options ul li:hover{
  background-color:#f6f6f6;
}
footer .footer-newsletter-options ul li a{
  display:block;
}

footer .footer-top {
  float: left;
  width: 728px;
  padding: 36px 0;
  border-bottom: 2px solid #f0efef;
}

#homepage footer .footer-top {
  border-top: none;
}

footer .footer-top .logo-footer {
  font-family: 'Myriad Regular', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}

footer .footer-top .logo-footer .logo-brand {
  float: left;
  width: 74px;
  height: 24px;
  background: url(../includes/default/footer/logo-footer.png) no-repeat;
  opacity: 1;
}

footer .footer-top .logo-footer .logo-tagline {
  float: left;
  margin: 3px 0 0 16px;
  color: #1a1f71;
}
footer .footer-top .logo-footer .logo-tagline-marginless {
  float: left;
  margin: 3px 0 0 0;
  color: #1a1f71;
}
footer .footer-top .logo-footer .logo-tagline-orange {
  float: left;
  margin: 3px 0 0 0;
  color: #faaa13;
}
footer .btn-primary{
	background-color:#bbb;
}
footer #newsletter-trigger{
	float:left;
	margin-left:110px;
}
footer #newsletter-trigger-mobile{
	display:none;
}
footer #newsletter-list{
	display:none;
	position:absolute;
	z-index:999;
	background-color:#fff;
	width:128px;
	margin-top:0;
	list-style:none;
}
footer ul#newsletter-list li{
	padding:5px 0;
}
footer .footer-social-icons{
	float:right;
	padding-top:5px;
	margin-right:25px;
}
footer .footer-social-icons a{
	float:left;
	margin-right:15px;
}
footer .footer-social-icons a img{
	height:22px;
}
footer .footer-top .country-current {
  float: right;
  font-size: 11px;
  color: #787b7e;
  background: #f0efef;
  padding: 6px 9px 6px 15px;
}

footer .footer-top .country-current.singapore {
  background: #f0efef url(../img/flags/icon-flag-singapore.png) no-repeat;
  background-position: 6px 7px
}

footer .footer-nav {
  float: left;
  width: 728px;
}

footer .footer-nav .link-column {
  float: left;
  display: inline-block;
  width: 205px;
  list-style: none;
  margin: 16px 17px 0 20px;
  padding: 0 0 4px 0;
}

footer .footer-nav .link-column li {
  font-size: 14px;
  line-height: 35px;
  margin: 0;
}

footer .footer-nav .link-column .list-title {
  font-family: 'Myriad Bold', Arial, sans-serif;
}

footer .footer-nav .link-column li a {
  color: #75787b;
}

footer .footer-nav .link-column li a:hover {
  opacity: 0.5;
}

footer .footer-copyright {
  float: left;
  color: #75787b;
  margin: 30px 0 70px 20px;
}

footer .flagSizeSmall  {
	height: 19px;
	width: 21px;
	padding-right: 10px;
}

.overlay.newsletter-overlay {
	background:none;
	border:none;
	width:auto;
	height:auto;
}
.overlay.newsletter-overlay a.overlay-close-btn{
	top:8px;
	right:8px;
}






/* MOBILE
*******************************************************************************/
@media all and (max-width: 420px) {
    footer .footer-top.footer-top-en:after{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    footer .footer-top.footer-top-en{
        text-align: center;
    }
    footer .footer-top .logo-footer.logo-footer-en {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    footer .footer-top .logo-footer.logo-footer-en .logo-brand {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    footer .footer-top .logo-footer.logo-footer-en .logo-tagline {
        float: none;
        display: inline-block;
        vertical-align: middle;

    }
    footer .footer-top .country-current.country-current-en {
        display: inline-block;
        float: none;
        margin-top: 30px;
        margin-right: 0;

    }
    
}

/* @media screen and (max-width: 640px) {  */
@media only screen and (min-width : 200px) and (max-width : 786px) { 
	
	BODY { min-width: 300px; }
		
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12 {
		margin: 0;
		width: 100%;
	}
	.row {
		margin: 0;
		width: auto;
	}
	.row .row {
		margin: 0;
		width: auto;
	}
	
    /* MAIN LAYOUT
*******************************************************************************/

    .main-wrapper {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 0 0px;
    }
    .main-content {
        margin-top:0px;
    }
	
	/* HEADER */
	
	HEADER {
		border-bottom: 1px solid #DDD;
		margin: 0 0 1px;
        width:100%;
        float:none;
        height:50px;
		min-height:50px;
        /*background-color:#eee;*/
		background: -webkit-linear-gradient(#fff, #eaeaea); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(#fff, #eaeaea); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(#fff, #eaeaea); /* For Firefox 3.6 to 15 */
	    background: linear-gradient(#fff, #eaeaea); /* Standard syntax */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	}
	HEADER H1 {
		height: 25px;
    	margin: 10px 0;
		/*width: 48%;*/
		float: left;
	}
	HEADER H1 A {
		float: left;
		height: 25px;
		text-align: center;
		width: 100%;
	}
	HEADER H1 A IMG {
		height: 25px;	
	}	
	
	HEADER NAV {
		display: none;
	}
	
	header .blue-strip {
      display: none;
    }

    header .logo-header {
      height: 31px;
      margin: 16px 0 0 2%;
    }
    header .logo-header a {
      float: left;
      display: block;
      width: 110px;
      height: 31px;
      background: url(../img/layout/logo-header.png) no-repeat;
	  background-position-x:20px;
	  background-size:65%;
      opacity: 1;
    }
    header #mobile-trigger-menu {
        display:inline-block;
        float:right;
        margin:16px 30px 0 0;
    }
	header #mobile-trigger-menu img{
        width:25px;
    }
    header .primary-nav {
      display: none;
    }	
	header .secondary-nav {
      display: none;
    }
    header .tertiary-nav {
      display: none;
    }
    .main-content {
      width: 100%;
    }
    .main-content h2 {
      font-size: 150%;
    }
    #homepage .main-content {
      margin-top: 1px;
    }

    /*
     * Page Intro
     */

    .page-intro {
      width: 100%;
      border-bottom: 5px solid #faab12;
      height:auto !important;
    }
    .page-intro-smaller {
      margin-bottom: 50px;
    }
    .page-intro .page-intro-content {
      position: relative;
      width: 100%;
      display: block;
      height:auto !important;
    }

    .page-intro .page-intro-content .page-intro-img {
      width: 100%;
      height:auto !important;
    }

    .page-intro .page-intro-content .page-intro-img img{
      width: 100%;
      height:auto !important;
    }

    .page-intro .page-intro-content .page-intro-copy {
      float: left;
      position: absolute;
      padding: 30px 0 0 24px;
    }
    /*@media only screen and (max-width : 1024px) {*/
   .page-intro-copy {
        display: none !important;
    }
/*}*/
    .page-intro h2 {
      color: #fff;
      font-size: 42px;
      line-height: 40px;
      margin: 30px 0 12px 0;
    }

    .page-intro h2.slider-h2-margin{
      margin: 5px 0 12px 0 !important;
    }

    .page-intro p {
      font-family: 'Myriad Regular', Arial, sans-serif;
      color: #fff;
    }

    #page-intro-home, #page-intro-home .page-intro-content, #page-intro-home .page-intro-content .page-intro-img {
        height:auto !important;
    }

    #bajada-home-mobile {
        display:block;
        width:100%;
        margin:auto;
        padding:10px 0 20px 0;
        text-align:center;
        clear:both;
        border-bottom:1px solid #ccc;
    }
    #bajada-home-mobile div{
        display:none;
    }
    #bajada-home-mobile div:first-child{
        display:block;
    }
    #bajada-home-mobile h3{
        font-size:160%;
        font-family:'Myriad Light', Arial, sans-serif;
        line-height:25px;
        margin:5px 0 5px 0;
		padding:0 40px;
    }
	#bajada-home-mobile p{
		margin-top:0;
		line-height:16px;
		padding:0 20px;
    }
	.btn-primary {
	    margin-right:0;
	}
	.msj-gateway {
        width:80%;
        margin:auto;
    }
    /*
     * Touts
     */

    .tout-holder {
      font-family: 'Myriad Regular', Arial, sans-serif;
      width: 100%;
      margin-top: 10px;
    }
    .tout-holder.tout-holder-no-margin-top {
      margin-top: 0px !important;
    }

    .tout {
      position: relative;
      width: 100%;
      height: 110px;
      background: #FFF;
      cursor: pointer;
      border-bottom:1px solid #ccc;
      margin-left:0;
	  background: url(../img/layout/tout-arrow.png) no-repeat 97% 43px;
	  background-size:23px;
    }
    .tout .tout-mobile {
        display:block;
    }
    .tout .tout-desktop {
        display:none;
    }
    .tout .tout-image {
      float: left;
      width: 100%;
      height: auto;
      max-width:180px;
    }
    .tout .tout-image img{
      width: auto;
      height: 110px;
      max-height:140px;
    }

    .tout .tout-copy {
      position: absolute;
      bottom: 26.5%;
      left: 35.5%;
      color: #888;
      width: 64%;
      z-index: 5;
      font-size:110%;
    }

    .tout .tout-copy a {
      color: #666;
      opacity: 1;
    }

    .tout .tout-shadow {
      z-index: 3;
      background: none !important;
      filter: none !important; /* IE6-9 */
      position: absolute;
      height: 50%;
      width: 100%;
      bottom: 0;
      left: 0;
    }

    .tout:first-child {
      margin-left: 0;
    }

	.tout-responsive-img {
        float:left;
		width:35%
    }
    .tout-responsive-text {
		position:absolute;
		display:table;
		height:100%;
        float:left;
		width:46%;
		margin-left:135px;
		
    }
	.tout-copy-mobile{
		display:table-cell;
		vertical-align:middle;
	}
	.tout-responsive-text .tout-copy-mobile a{
		font-family:'Myriad Light', Arial, sans-serif;
		color:#666;
		font-size:112%;
	}
	
    /*
     * Section Modules
     */

    .section-holder {
      position: relative;
	  float:none;
      width:90%;
	  margin:auto;
    }

    .section-cell {
      clear:both;
      float:left;
      position: relative;
      width: 100%;
      height: auto;
      border-right: none;
      border-bottom: 2px solid #f0efef;
      margin:auto;
    }
    .page-title-cards-plataformas .PanelCrds .section-cell {
      width: 95%;
      margin-left:4%;
      height:125px;
    }
    .page-title-cards-plataformas .PanelCrds .section-cell .section-module h3 {
        margin-bottom:20px;
    }
    .section-cell-large {
      clear:both;
      float: left;
      position: relative;
      width: 100%;
      height: auto;
      border-right:none;
      border-bottom: 2px solid #f0efef;
    }
    .section-cell-large p{
      height: auto;
    }
    .section-cell-with-padding {
        padding-bottom: 0;
    }
	.section-cell-large.x-large {
		height: auto;
	}
    .section-cell.last {
      border-right: none;
    }
    .section-cell-large.last {
      border-right: none;
    }
    .section-row {
      float: left;
      position: relative;
      width: 728px;
      height: auto;
      padding: 35px 0;
      border-bottom: 2px solid #f0efef;
      text-align: center;
    }
    .section-cell .section-module, .section-cell-large .section-module{
        width:100%;
		float:left;
    }
    .section-cell .section-module img, .section-cell-large .section-module img{
      float: left;
      margin:0;
	  width:100%;
	  max-width:110px;
	  height:auto;
	  min-width:75px;
    }
    .section-cell .section-module a, .section-cell-large .section-module a{
      clear:both;
      float:right;
      margin:0 2px;
    }
    .section-module {
      font-family: 'Myriad Light', Arial, sans-serif;
      padding: 20px 0px;
	  float:left;
    }
    .section-cell .mobile-cell-container,.section-cell-large .mobile-cell-container {
        display:inline-block;
        float:left;
    }
	.section-cell .mobile-cell-container.cont-left,.section-cell-large .mobile-cell-container.cont-left {
        width:25%;
		height:100%;
    }
	.section-cell .mobile-cell-container.cont-right,.section-cell-large .mobile-cell-container.cont-right {
        width:72%;
		height:100%;
		padding-left:3%
    }
	.section-cell .mobile-cell-container.cont-right.crossborder, .section-cell-large .mobile-cell-container.cont-right.crossborder{
		width:57%;
	}
	.section-cell .mobile-cell-container.cont-left.crossborder, .section-cell-large .mobile-cell-container.cont-left.crossborder{
		width:40%;
	}
    .section-module .card-image {
      margin-top: 20px;
    }

    .section-module .offer-image {
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .section-module h3 {
      margin-bottom: 2px;
	  margin-top:0;
    }

    .section-module p {
      margin-top: 0;
    }
    .section-module img.section-image-desktop {
        display:none;
    }
    .section-module img.section-image-mobile {
        display:inline-block;
    }
    .card-listings .section-cell {
      height: 328px;
    }
	.add-top-margin-get-card{
		display:none;
	}
    .filter-holder h2 {
      font-size: 22px;
      line-height: 26px;
      margin-top: 0.3em;
      margin-bottom: 0.9em;
      width:95%;
    }

    .offer-listings .section-cell {
      height: 350px;
    }
    #Listado .offer-listings #Promotions .section-cell .section-module img{
      height: auto;
      width: 100%;
    }
    #Listado .offer-listings #Promotions .section-cell h4.list-category{
      min-height: 18px;
    }
    #offers-load-more {
      display: inline;
      padding-bottom: 2px;
      font-family: 'Myriad Regular', Arial, sans-serif;
      /*background: url(../img/icon-arrow-down.png) no-repeat 100% 0;*/
    }

    /*
     * Articles
     */

    .article-content {
      width:90%;
      padding:0 2% 5% 2%;
      border-bottom: 2px solid #f0efef;
	  margin:auto;
    }

    .article-content h2 {
      margin-top: 5%;
      margin-bottom: 5%;
      font-size:150%;
      text-align:center;
    }

    .tab-holder {
      width:100%;
    }
    .tab-holder .tab-nav {
      width:100%;
    }
    .tab-holder .tab-nav ul {
      width:100%;
    }
    .tab-holder .tab-nav ul li {
      float:left;
      text-align:center;
      width:25%;
    }
	.tab-holder .tab-nav ul li a {
      font-size:120%;
    }
    .tab-holder .tab-nav ul li a.active {
      font-family: 'Myriad Light', Arial, sans-serif;
      border-bottom: none;
      opacity: 1;
    }
    .tab-holder .tab-nav ul li.active {
      font-family: 'Myriad Regular', Arial, sans-serif;
      border-bottom: 3px solid #faac12;
      opacity: 1;
    }
    .tab-holder .tab-nav ul li {
        margin:0 0 0 18px;
    }
    .card-listings .section-cell {
      height: 145px;
    }
    .not-in-mobile {
      display:none;
    }
	.card-detail-title-container.line-mobile {
        border-bottom:1px solid #ddd;
    }
    .card-detail-title-container h2#cardText {
        font-size:190%;
        margin-bottom:25px;
    }
    /*
     * Contact Widget
     */

    .contact-widget {
      width: 100%;
      border-top: 2px solid #f0efef;
      text-align:center;
      margin-bottom:20px;
    }
    .contact-widget.widget-right {
        float:left;
        margin: 0 0 20px 0;
    }
	.contact-widget .contact-tout-button,.contact-widget .contact-tout-button-right{
		display:none;
	}
	.contact-widget .contact-image {
      float: none;
      width: 220px;
      height: auto;
      margin:auto;
      border-bottom: 8px solid #fdbb0a;
    }

    /********************************      *****************************************/

	#HeadMobile .OpLeft {
		float: left;
		height: 20px;
		margin: 13px 13% 12px 0;
		width: 13%;
		text-align: center;
	}	
	#HeadMobile .OpLeft IMG {
		width: 20px;
	}
	#HeadMobile .OpRight {
		float: left;
		height: 20px;
		margin: 13px 0;
		width: 13%;
		text-align: center;
	}	
	#HeadMobile .OpRight IMG {
		width: 20px;	
	}
	
	#HeadMobile .Country {
		float: left;
		height: 25px;
		margin: 10px 0;
		width: 13%;
		text-align: center;
	}	
	#HeadMobile .Country IMG {
		width: 25px;	
		float: right;
	}
	
	
	#Menu-Right .Country IMG {
		float: left;
    	height: 25px;
	}
	#Menu-Right .Country SPAN {
		float: left;
		font-size: 17px;
		font-weight: bold;
		line-height: 25px;
		padding: 0 10px;
	}
	#Menu-Right .Search DIV {
		display: block;
		height: 25px;
		padding: 10px;	
	}
	#Menu-Right .Search INPUT[type="text"] {
		background-color: #FFFFFF;
		border: 1px solid #CFCFCF;
		color: #333333;
		float: left;
		font-size: 15px;
		margin: 0 10px;
		padding: 0 2%;
		line-height: 25px;
		height: 25px;
		width: 55%;
		
			-webkit-border-radius: 3px;    
			border-radius: 3px;
			
			behavior: url(../js/PIE.htc);
		
			-webkit-transition:	all .5s ease-out;  
			-o-transition:		all .5s ease-out;  
			-moz-transition:	all .5s ease-out;  
			-ms-transition:		all .5s ease-out;   
			transition:			all .5s ease-out;  
	}
	#Menu-Right .Search INPUT[type="text"]:focus {
		background-color: #FFFFFF;
		box-shadow: 0 0 2px #CCCCCC;
	}
	#Menu-Right .Search INPUT[type="submit"] {
		display: inline;		
		background-color: #FAA000;
		border: 1px solid #EB9300;
		color: #FFFFFF;
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding: 0 2%;
		line-height: 27px;
		height: 27px;
		text-align: center;
		width: 25%;
		margin: 0 0 0 2%;
		
			-webkit-border-radius: 3px;    
			border-radius: 3px;
			
			behavior: url(../js/PIE.htc);
		
			-webkit-transition:	all .2s ease-out;  
			-o-transition:		all .2s ease-out;  
			-moz-transition:	all .2s ease-out;  
			-ms-transition:		all .2s ease-out;   
			transition:			all .2s ease-out;  
	
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			
	}
	#Menu-Right .Search INPUT[type="submit"]:hover {
		background-color: #EB9300;
	}
	
	
	
	
	
	
	
	ARTICLE {
		margin: 0;
	}
    .article-content img.verified-image{
        width:100%;
    }
	
	
	
	#Navigation {
		background-color: transparent;
		background-position: right top;
		background-size: cover;
		height: auto;		
		
			-webkit-border-radius: 0px;    
			border-radius: 0px;
	}
	#Navigation .Holder {
		border-top: 2px solid #FAA000;
		background-color: #f1f1f1;
		float: left;
		margin: 100px 0 0;
		padding: 5px 2%;
		width: 96%;
	}
	#Navigation H1 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0;
		height: auto;
		margin: 5px 0;
	}
	#Navigation H4 {
		margin: 0 0 5px;
	}
	
	
	
	#NavigationSmall {
		border-bottom: 2px solid #FAA000;
		background-position: right center;
		background-size: auto 100px;
		background-repeat: no-repeat;
		height: 100px;
		
			-webkit-border-radius: 0px;    
			border-radius: 0px;	
			
			behavior: url(../js/PIE.htc); 
	}
	#NavigationSmall .Holder {
		width: 50%;
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	#NavigationSmall .Holder H1 {
		font-size: 25px;
		line-height: 25px;	
		letter-spacing: -1px;
		width: 96%;
		margin: 10px 2%;
		text-shadow: 0 0 1px #FFF;
	}
	#NavigationSmall .Holder H4 {
		display: none;	
	}
	#NavigationSmall .Card {
		margin: 120px 2% 0;
		position: absolute;
		width: 130px;
	}
	#NavigationSmall .Card IMG {
		float: left;
		width: 100%;
	}
	
	
	
	/* FOOTER
*******************************************************************************/

    footer .footer-copyright {
      float: left;
      color: #75787b;
      margin: 30px 0 70px 0px;
      width:100%;
      text-align:center;
    }
    footer #footer-nav-mobile {
        clear:both;
        display:block;
    }

footer {
  clear:both;
  width: 100%;
  min-height: 300px;
}

footer .footer-top {
  width: 100%;
  padding: 36px 0;
  border-bottom: 1px solid #aaa;
}

#homepage footer .footer-top {
  border-top: none;
}

footer .footer-top .logo-footer {
  font-family: 'Myriad Regular', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-left:2%;
  width:62%;
  float:left;
  font-size:95%;
  padding-top:3px;
}

footer .footer-top .logo-footer .logo-brand {
  float: left;
  width: 74px;
  height: 24px;
  background: url(../includes/default/footer/logo-footer.png) no-repeat;
  background-size:95%;
  opacity: 1;
}

footer .footer-top .logo-footer .logo-tagline {
  float: left;
  margin: 3px 0 0 5px;
  color: #1a1f71;
}
footer .footer-top .logo-footer .logo-tagline-marginless {
  float: left;
  margin: 3px 0 0 0;
  color: #1a1f71;
}
footer .footer-top .logo-footer .logo-tagline-orange {
  float: left;
  margin: 3px 0 0 0;
  color: #faaa13;
}

footer .footer-top .country-current {
  float: right;
  margin-top:0;
  font-size: 10px;
  color: #787b7e;
  background: #f0efef;
  padding: 6px 9px 6px 15px;
  margin-right:10px;
}

footer .footer-top .country-current.singapore {
  background: #f0efef url(../img/flags/icon-flag-singapore.png) no-repeat;
  background-position: 6px 7px
}

footer .footer-nav {
    display:none;
  float: left;
  width: 100%;
}

footer .footer-nav .link-column {
  float: left;
  display: inline-block;
  width: 20%;
  list-style: none;
  margin: 16px 17px 0 20px;
  padding: 0 0 4px 0;
}

footer .footer-nav .link-column li {
  font-size: 14px;
  line-height: 35px;
  margin: 0;
}

footer .footer-nav .link-column .list-title {
  font-family: 'Myriad Bold', Arial, sans-serif;
}

footer .footer-nav .link-column li a {
  color: #75787b;
}

footer .footer-nav .link-column li a:hover {
  opacity: 0.5;
}

footer .flagSizeSmall  {
	height: 19px;
	width: 21px;
	padding-right: 10px;
}
footer #footer-nav-mobile H6 {
	background: url(../img/layout/mobile-footer-plus.png) no-repeat 95% 12px;
	background-size: 19px 19px;
	/*border-top: 1px solid #E8E8E8;
    color: #444444;*/
	color: #888;
	font-size: 1.4em;
	font-family: 'Myriad Bold', Arial, sans-serif;
    float: left;
    font-size: 15px;
    line-height: 40px;
    padding: 2px 0px 2px 0px;
    width: 98%;
	background-color: #fff;
	margin: 2px 0px 2px 0px !important;
    cursor:pointer;
    float:left;
    padding-left:2%;
    border-bottom:1px solid #aaa;
}
    footer #footer-nav-mobile .Cont{
        clear:both;
        display:none;
    width:100%;

    padding:5px 0 5px 0px;
    }
footer #footer-nav-mobile .footer-nav-mobile-option{

    width:88%;
    height:30px;
    padding:15px 0 0px 25px;
    border-bottom:1px solid #eee;
}
footer .footer-social-icons{
	display:block;
    float:none;
    width:100%;
    position:absolute;
    bottom:20px;
    text-align:center;
}
footer .footer-social-icons a{
    float:none;
}
footer .footer-social-icons a img{
    height:35px;
}
footer #newsletter-trigger{
	display:none;
}
footer #newsletter-trigger-mobile{
	display:inline-block;
	margin-left:25%;
	margin-top:25px;
}
footer #newsletter-list-mobile{
	display:none;
	position:absolute;
	z-index:999;
	background-color:#fff;
	width:128px;
	margin-top:0;
	list-style:none;
}
footer #newsletter-list-mobile li{
	padding:5px 0;
}
footer .footer-newsletter-container {
  display:none;
}


    
	/*
	FOOTER {
		border-top: 2px solid #FAA000;
		margin: 30px 0 0;
		background: #EEE;
	}
	FOOTER .Top {
		padding: 0;	
	}
	FOOTER UL {
		border-left: medium none;
		height: auto;
		padding: 0;
		width: 100%;	
		display: none;	
	}
	FOOTER UL LI A {
		border-bottom: 1px solid #DDD;
		box-shadow: 0 0 0 1px #FFF inset;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: 40px;
		text-align: center;
		width: 100%;
		
		
		background-color: #FFF;
		background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
		background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(240,240,240)),color-stop(1, rgb(255,255,255)));	
		
	}
	FOOTER H5 {
		float: right;
		margin: 10px 5%;
	}
	FOOTER H5 A {
		background: url(../img/layout/visa-small-2x.png) no-repeat scroll 0 0 / contain  transparent;
	}
	
	FOOTER .Bottom H6 {
		display: none;
	}
	
	
	FOOTER .fb-like {
		clear: both;
		margin: 10px;
	}
	FOOTER .twitter-follow-button {
		clear: both;
		margin: 10px;
	}
        */






}










/* TABLET
******************************************************************************

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	BODY { min-width: 768px; }
	
	HEADER .row {
		padding: 0 2%;	
		width: 96%;
	}
	#HeadMobile .OpLeft,
	#HeadMobile .OpRight,
	#HeadMobile .Country {
		margin-top: 15px;
	}
	#HeadMobile H1 {
		margin-top: 12px;
	}
	#HeadMobile H1 A,
	#HeadMobile H1 A IMG {
		height: 30px;
		margin: 0;	
	}	
	
	ARTICLE {
		margin: 18px 2%;	
		width: 96%; 
	}
	ARTICLE .row {
		max-width: 780px;
		margin: 0 auto;
	}
	ARTICLE .row .row {
		margin: 0;
	}
	
	footer .Top {
		float: left;
		width: 48%;	
		margin: 0 0 0 2%;
	}
	footer .fb-like,
	footer .twitter-follow-button {
		float: left !important;
		margin: 10px 0 0;
	}
	footer .Bottom {
		float: left;
		width: 50%;	
	}
	
	#NavigationSmall {
		border-bottom: 2px solid #FAA000;
		background-position: right center;
		background-size: auto 150px;
		background-repeat: no-repeat;
		height: 150px;
	}
	#NavigationSmall .Holder H1 {
		font-size: 30px;
		line-height: 30px;	
		letter-spacing: -1px;
		width: 96%;
		margin: 10px 2%;
		text-shadow: 0 0 1px #FFF;
	}
	
}

*/

/*.button.get-your-card {
    color: #1a1f71;
    padding: 10px 16px 10px 0px;
    text-align: left;
    text-decoration: none;
    background-size: 15px 15px;
    display: block;
    margin: 8px 0px 0px 0px;
    width: 160px;
    text-transform: uppercase;
    font-size: 90%;
}*/

.btn-primary.get-your-card {
    margin-top: 10px;
    font-size: 90%;
    color: #fff !important;
    text-indent: 0px;
}




/* Newsletter lightbox */

.hidden-modal{
    display: none;
    width:800px;
    min-height:850px;
}
.hidden-modal iframe{
    width:800px;
    min-height:850px;
    border:none !important;
}
.hidden-modal iframe.short-iframe{
    min-height:550px;
}
.hidden-modal .close-button{
    width:40px;
    height:40px;
    float:right;
    background: url("../img/generic/modal-mail-close.png") no-repeat;
    background-size:25px;
    background-position:left bottom;
    cursor:pointer;
}
#modal-newsletter .overlay-close-btn{
    top:55px;
}

@media all and (max-width: 800px) {
    .hidden-modal{
        width:96%;
        height:auto;
        min-height:0;
        overflow:auto;
        margin:auto;
        margin-top:35px;
    }
    .hidden-modal iframe{
        width:100%;
        min-height:400px;
    }
}

@media all and (max-width: 786px) {
    #modal-newsletter {
        position: absolute !important;
        left: 2% !important;
        top: 0px !important;
        margin: 0px !important;
    }
}