/*===================================*/
/* UHF: Application Base (base.scss) */
/*===================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
body {
  overflow-x: hidden;
}


/**
* Reset as many properties as possible to avoid bleed-through styles
*
* If it ever seems necessary, this reset can be made more specific
* by using #uhf_headerWrapper, #uhf_footerWrapper instead of .uhf_headerFooter.
*
* Note: If you are going to add any properties to this, they should use the property's default css value.
*
*/
@font-face {
  font-family: 'Graphik-Medium';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik-Semibold';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.uhf_headerFooter div {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;

  background-color: transparent;
  border: medium none transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  outline: invert none medium;
  
}

.uhf_headerFooter span {
  background: none transparent;
  border: medium none transparent;
  float: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .wallet sup{
    font-size: 75% !important;
}
.uhf_headerFooter a,
.uhf_headerFooter button,
.uhf_headerFooter input,
.uhf_headerFooter input[type="submit"] {
  outline: 0px;
}

.uhf_headerFooter {
  position: relative;
  direction: ltr;
}

.uhf_headerFooter {
  /* Global - Generics */
  /* @import _bootstrapOverrides.scss */
  /**
  * UHF: Bootstrap Overrides - Container

  IMPORTANT- Because bootstrap is not customized at all, its styles must be overridden here to allow for UHF's design.
  */
  /************* bootstrap un-styling *****************/
  /* explicitly define xs viewport for this one pixel to override part of bootstrap's small viewport*/
  /************* bootstrap overrides *****************/
  /*New Bootstrap-like view size for Tablet View (min-width:480px and max-width: 768px)*/
  /**********************************************************/
  /******************************************************************/
  /* @import _genericElements.scss */
  /**
  * UHF: Generic Elements
  */
  /* @import _utilityClasses.scss */
  /**
  * UHF: Generic & Utility Classes [u-]
  */
  /* Global - Components */
  /* @import _shared-dialog.scss */
  /**
  * UHF: Shared Dialog
  */
  /* brazilian consent */
  /* Temporary override for en_US.css to fix ie9 filter defect.
  *  TODO: remove from stylesheet when not using en_US.css
  */
  /* kisa */
  /* @import _brandBar.scss */
  /**
  * UHF: Header - Brand Bar
  */
  /* Module Variables */
  /*px*/
  /*px*/
  /*px*/
  /* header brandbar only */
  /* footer brandbar only */
  /* header only */
  /*============================================*/
  /* UHF: Shared Classes (uhf-shared-classes.scss) */
  /*============================================*/
  /* @import _globalVariables.scss */
  /**
  * UHF: Global Variables
  */
  /* $default-font-size: 14; */
  /* Default primary brand color to IHG/6C */
  /* $primary-color: #d96930; */
  /* $primary-text-color: #000; */
  /* $primary-background-color: #efefef; */
  /* $secondary-text-color: #fff; */
  /* $secondary-background-color: #3b3b3b; */
  /* $globalNav-background-color: #fff; */
  /* $universal-brand-color: #d96930; */
  /* $universal-background-color: #efefef; */
  /*==============================================*/
  /*END UHF: Shared Classes (uhf-shared-classes.scss) */
  /*==============================================*/
}
@media (min-width: 768px) and (max-width: 768px) {
  .uhf_headerFooter .col-sm-1, .uhf_headerFooter .col-sm-2, .uhf_headerFooter .col-sm-3, .uhf_headerFooter .col-sm-4, .uhf_headerFooter .col-sm-5, .uhf_headerFooter .col-sm-6, .uhf_headerFooter .col-sm-7, .uhf_headerFooter .col-sm-8, .uhf_headerFooter .col-sm-9, .uhf_headerFooter .col-sm-10, .uhf_headerFooter .col-sm-11, .uhf_headerFooter .col-sm-12 {
    float: left;
    width: 100%;
  }
  .uhf_headerFooter .col-xs-1, .uhf_headerFooter .col-xs-2, .uhf_headerFooter .col-xs-3, .uhf_headerFooter .col-xs-4, .uhf_headerFooter .col-xs-5, .uhf_headerFooter .col-xs-6, .uhf_headerFooter .col-xs-7, .uhf_headerFooter .col-xs-8, .uhf_headerFooter .col-xs-9, .uhf_headerFooter .col-xs-10, .uhf_headerFooter .col-xs-11, .uhf_headerFooter .col-xs-12 {
    float: left;
  }
  .uhf_headerFooter .col-xs-12 {
    width: 100%;
  }
  .uhf_headerFooter .col-xs-11 {
    width: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-10 {
    width: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-9 {
    width: 75%;
  }
  .uhf_headerFooter .col-xs-8 {
    width: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-7 {
    width: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-6 {
    width: 50%;
  }
  .uhf_headerFooter .col-xs-5 {
    width: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-4 {
    width: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-3 {
    width: 25%;
  }
  .uhf_headerFooter .col-xs-2 {
    width: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-1 {
    width: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-12 {
    right: 100%;
  }
  .uhf_headerFooter .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-9 {
    right: 75%;
  }
  .uhf_headerFooter .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-6 {
    right: 50%;
  }
  .uhf_headerFooter .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-3 {
    right: 25%;
  }
  .uhf_headerFooter .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-0 {
    right: auto;
  }
  .uhf_headerFooter .col-xs-push-12 {
    left: 100%;
  }
  .uhf_headerFooter .col-xs-push-11 {
    left: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-push-10 {
    left: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-push-9 {
    left: 75%;
  }
  .uhf_headerFooter .col-xs-push-8 {
    left: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-push-7 {
    left: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-push-6 {
    left: 50%;
  }
  .uhf_headerFooter .col-xs-push-5 {
    left: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-push-4 {
    left: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-push-3 {
    left: 25%;
  }
  .uhf_headerFooter .col-xs-push-2 {
    left: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-push-1 {
    left: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-push-0 {
    left: auto;
  }
  .uhf_headerFooter .col-xs-offset-12 {
    margin-left: 100%;
  }
  .uhf_headerFooter .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-9 {
    margin-left: 75%;
  }
  .uhf_headerFooter .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-6 {
    margin-left: 50%;
  }
  .uhf_headerFooter .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-3 {
    margin-left: 25%;
  }
  .uhf_headerFooter .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .uhf_headerFooter {
    /*for 768 width, do not make .container width=750px*/
  }
  .uhf_headerFooter .hidden-sm {
    display: initial !important;
  }
  .uhf_headerFooter .container {
    width: initial;
  }
}
.uhf_headerFooter .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .uhf_headerFooter .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .uhf_headerFooter .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .uhf_headerFooter .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 990px;
  }
}
.uhf_headerFooter .col-ihg-tablet-1,
.uhf_headerFooter .col-ihg-tablet-2,
.uhf_headerFooter .col-ihg-tablet-3,
.uhf_headerFooter .col-ihg-tablet-4,
.uhf_headerFooter .col-ihg-tablet-5,
.uhf_headerFooter .col-ihg-tablet-6,
.uhf_headerFooter .col-ihg-tablet-7,
.uhf_headerFooter .col-ihg-tablet-8,
.uhf_headerFooter .col-ihg-tablet-9,
.uhf_headerFooter .col-ihg-tablet-10,
.uhf_headerFooter .col-ihg-tablet-11,
.uhf_headerFooter .col-ihg-tablet-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uhf_headerFooter .visible-ihg-tablet,
.uhf_headerFooter .visible-ihg-tablet-block,
.uhf_headerFooter .visible-ihg-tablet-inline,
.uhf_headerFooter .visible-ihg-tablet-inline-block {
  display: none !important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .uhf_headerFooter .col-ihg-tablet-1,
  .uhf_headerFooter .col-ihg-tablet-2,
  .uhf_headerFooter .col-ihg-tablet-3,
  .uhf_headerFooter .col-ihg-tablet-4,
  .uhf_headerFooter .col-ihg-tablet-5,
  .uhf_headerFooter .col-ihg-tablet-6,
  .uhf_headerFooter .col-ihg-tablet-7,
  .uhf_headerFooter .col-ihg-tablet-8,
  .uhf_headerFooter .col-ihg-tablet-9,
  .uhf_headerFooter .col-ihg-tablet-10,
  .uhf_headerFooter .col-ihg-tablet-11,
  .uhf_headerFooter .col-ihg-tablet-12 {
    float: left;
  }
  .uhf_headerFooter .col-ihg-tablet-12 {
    width: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-11 {
    width: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-10 {
    width: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-9 {
    width: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-8 {
    width: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-7 {
    width: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-6 {
    width: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-5 {
    width: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-4 {
    width: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-3 {
    width: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-2 {
    width: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-1 {
    width: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-12 {
    right: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-11 {
    right: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-10 {
    right: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-9 {
    right: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-8 {
    right: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-7 {
    right: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-6 {
    right: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-5 {
    right: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-4 {
    right: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-3 {
    right: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-2 {
    right: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-1 {
    right: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-0 {
    right: auto;
  }
  .uhf_headerFooter .col-ihg-tablet-push-12 {
    left: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-11 {
    left: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-10 {
    left: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-9 {
    left: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-8 {
    left: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-7 {
    left: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-6 {
    left: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-5 {
    left: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-4 {
    left: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-3 {
    left: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-2 {
    left: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-1 {
    left: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-0 {
    left: auto;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-12 {
    margin-left: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-11 {
    margin-left: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-10 {
    margin-left: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-9 {
    margin-left: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-8 {
    margin-left: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-7 {
    margin-left: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-6 {
    margin-left: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-5 {
    margin-left: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-4 {
    margin-left: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-3 {
    margin-left: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-2 {
    margin-left: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-1 {
    margin-left: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-0 {
    margin-left: 0;
  }
  .uhf_headerFooter .visible-xs,
  .uhf_headerFooter .visible-xs-block,
  .uhf_headerFooter .visible-xs-inline,
  .uhf_headerFooter .visible-xs-inline-block {
    display: none !important;
  }
  .uhf_headerFooter .visible-sm,
  .uhf_headerFooter .visible-sm-block,
  .uhf_headerFooter .visible-sm-inline,
  .uhf_headerFooter .visible-sm-inline-block {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm {
    display: block !important;
  }
  .uhf_headerFooter table.visible-sm {
    display: table;
  }
  .uhf_headerFooter tr.visible-sm {
    display: table-row !important;
  }
  .uhf_headerFooter th.visible-sm,
  .uhf_headerFooter td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .hidden-sm {
    display: none !important;
  }
}
.uhf_headerFooter a, .uhf_headerFooter a:link, .uhf_headerFooter a:visited, .uhf_headerFooter a:hover, .uhf_headerFooter a:focus, .uhf_headerFooter a:active {
  color: #000;
  text-decoration: none;
}
.uhf_headerFooter h1, .uhf_headerFooter h2, .uhf_headerFooter h3, .uhf_headerFooter h4, .uhf_headerFooter h5, .uhf_headerFooter h6, .uhf_headerFooter dt, .uhf_headerFooter dd {
  color: #000;
}
.uhf_headerFooter .u-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .u-list-item {
  float: left;
  padding: 0;
}
.uhf_headerFooter .u-list-item > .u-link {
  display: block;
}
.uhf_headerFooter .uhfSharedDialog {
  color: #444;
}
.uhf_headerFooter .uhfSharedDialog .modal-backdrop {
  filter: alpha(opacity=30);
  opacity: .3;
}
.uhf_headerFooter .uhfSharedDialog .close {
  text-align: right;
  clear: right;
}
.uhf_headerFooter .uhfSharedDialog .modal-header {
  background-color: #3F3F3F;
  color: #FFFFFF;
}
.uhf_headerFooter .uhfSharedDialog .modal-body {
  background: #F6F6F6;
}
.uhf_headerFooter .uhfSharedDialog .modal-footer {
  background: #F6F6F6;
  border: 0px;
  border: none;
}
.uhf_headerFooter .uhfSharedDialog .btn {
  font-size: 1.2em;
  border-radius: 30px;
  text-shadow: none;
  background-image: none;
  outline: none;
  color: inherit;
  box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  height: auto;
  width: auto;
  float: none;
  min-width: 4em;
  text-shadow: none;
}

#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .btn{
  background-color:#3F3D3D;
  margin-bottom: 5px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .createPIN{
  margin-bottom: 0;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .joinNow.btn{
  margin-top: 15px;
  margin-bottom: 5px;
}

#uhf_headerWrapper .wallet .wallet-state>form>fieldset .form-dark-row .wallet-head .titleFont{
  font-family:"Graphik-Regular",Arial, sans-serif;
  color:white;
  font-size:18px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group>label {
    margin-top: 0;
    margin-bottom: 2px;
    font-family: "Graphik-Regular",Arial, sans-serif;
    font-size: 16px;
    color: #707372;
}
.uhf_headerFooter .radio, .uhf_headerFooter .checkbox{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 9px;
}
.uhf_headerFooter .wallet .btnWallet.signIn{
  margin-bottom: 5px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .forgotPinContainer>label input:checked:after,
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .rememberMeContainer>label input:checked:after {
    font-family: "Graphik-Medium",Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased
}
.uhf_headerFooter .wallet .checkbox label input ~ .checkbox-color:before{
   content:'';
   background:#d46731;
   position:absolute;
   left:0;
   top:4px;
   width:13px;
   height:13px
}
.uhf_headerFooter .wallet .checkbox label input[type="checkbox"]:checked ~ .checkbox-color:after{
   content:'';
   display:block;
   width:5px;
   height:10px;
   border:solid white;
   border-width:0 2px 2px 0;position:absolute;
   left:4px;
   top:4px;
   -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
   -o-transform:rotate(45deg);
   transform:rotate(45deg)
}
.uhf_headerFooter .uhfSharedDialog .btn-primary {
  background-color: #D96930;
  color: #fff;
  border-color: #D96930;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 12px;
}
.uhf_headerFooter .backdrop-transparent .modal-backdrop {
  filter: alpha(opacity=0);
  opacity: 0.0;
}
.uhf_headerFooter .popover {
  text-align: left;
}
.uhf_headerFooter .popover > .arrow {
  /*@noflip*/
  direction: ltr;
}
.uhf_headerFooter #dialog-ajaxDefaultError {
  display: none;
}
.uhf_headerFooter .ajaxDefaultError-Container {
  background: none;
  border: none;
  color: #F20000;
  display: block;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .ajaxDefaultError-Container i {
  font-size: 25px;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorIcon-container {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorMessage-container {
  width: 88%;
  display: inline-block;
  vertical-align: middle;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorMsg {
  color: #f20000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  background-image: none;
}
.uhf_headerFooter .ajaxDefaultError-Container .popover .errorMsg a, .uhf_headerFooter .ajaxDefaultError-Container .popover .errorMsg span {
  color: #C13A02;
  display: inline;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .popover .errorMsg a {
  color: #C13A02;
}
.uhf_headerFooter #modalBrazilianConsent p {
  margin-bottom: 1em;
}
.uhf_headerFooter #modalBrazilianConsent .modal-header {
  background-color: #F6F6F6;
  overflow: hidden;
  padding:0 0 0 4%;
}
.uhf_headerFooter #modalBrazilianConsent .modal-footer {
  text-align: left;
}
.uhf_headerFooter #modalBrazilianConsent .modal-footer .btn {
  text-transform: uppercase;
  background-color: #d96930;
  color: #fff;
  border-color: #d96930;
}
.uhf_headerFooter #modalBrazilianConsent .modal-header .close {
  padding: 15px;
}
.uhf_headerFooter #modalBrazilianConsent .modal-dialog {
  width: 45em;
  max-width: 85%;
  margin: 10% auto;
}
.uhf_headerFooter .brazillianConsentImg {
  width: 100%;
  height: auto;
}
.uhf_headerFooter #modalBrazilianConsent .btn,
.uhf_headerFooter #modalBrazilianConsent .btn-primary,
.uhf_headerFooter #modalBrazilianConsent .btn-success,
.uhf_headerFooter #modalBrazilianConsent .btn-info,
.uhf_headerFooter #modalKoreanConsent .btn,
.uhf_headerFooter #modalKoreanConsent .btn-primary,
.uhf_headerFooter #modalKoreanConsent .btn-success,
.uhf_headerFooter #modalKoreanConsent .btn-info {
  filter: none;
}
.uhf_headerFooter .brazilConsentHeaderBackground {
	background-image: url("//ihg.scene7.com/is/image/ihg/uhf_brand_new4-1x?fmt=png-alpha");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	overflow: hidden;
	padding-bottom: 4.75%;
	text-indent: -999em;
	width: 45.5em;
}

.uhf_headerFooter .scrollbox {
  position: relative;
  max-height: 7em;
  margin: 8px 0;
  overflow: auto;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
  padding: 6px;
}
.uhf_headerFooter .kisa-logo-container-ambassador {
  /*
  width: 10.5em;
  height: 6em;
  display:inline-block;
  */
  width: 22em;
  max-width: 85%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.uhf_headerFooter .kisa-logo-ambassador {
  width: 100%;
  height: 0px;
  text-indent: -999em;
  background-size: 313%;
  background-image: url("//ihg.scene7.com/is/image/ihg/uhf_brand_new2-1?fmt=png-alpha");
  background-repeat: no-repeat;
  padding-bottom: 12%;
  /* margin-top: 10px; */
  background-position: 0px 0px;
}
.uhf_headerFooter .kisa-logo-container-rewardsclub {
  width: 10.5em;
  height: 6em;
  display: inline-block;
}
.uhf_headerFooter #modalKoreanConsent {
  font-size: 11px;
  color: #707372;
  line-height: 1.4;
}
.uhf_headerFooter #modalKoreanConsent .modal-footer {
  text-align: left;
}
.uhf_headerFooter #modalKoreanConsent .modal-header {
  background-color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 0;
}
.uhf_headerFooter #modalKoreanConsent .modal-body {
  background-color: #FFFFFF;
}
.uhf_headerFooter #modalKoreanConsent .modal-footer {
  background-color: #FFFFFF;
}
.uhf_headerFooter #modalKoreanConsent .modal-header .close {
  margin-top: 10px;
}
.uhf_headerFooter #modalKoreanConsent .modal-dialog {
  width: 400px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20em;
  margin-bottom: 20em;
}
.uhf_headerFooter #modalKoreanConsent h1 {
  font-size: 1em;
  color: #c13a02;
}
.uhf_headerFooter #modalKoreanConsent h1, .uhf_headerFooter #modalKoreanConsent h2, .uhf_headerFooter #modalKoreanConsent h3, .uhf_headerFooter #modalKoreanConsent h4, .uhf_headerFooter #modalKoreanConsent h5, .uhf_headerFooter #modalKoreanConsent h6, .uhf_headerFooter #modalKoreanConsent p {
  margin: 0 0 5px 0;
}
.uhf_headerFooter #modalKoreanConsent h2, .uhf_headerFooter #modalKoreanConsent h3, .uhf_headerFooter #modalKoreanConsent h4, .uhf_headerFooter #modalKoreanConsent h5, .uhf_headerFooter #modalKoreanConsent h6 {
  color: inherit;
  font-weight: bold;
  color: #000;
}
.uhf_headerFooter #modalKoreanConsent p {
  color: inherit;
  margin: 0 0 5px 0;
}
.uhf_headerFooter #modalKoreanConsent h2 {
  font-size: 1.6em;
  font-style: italic;
}
.uhf_headerFooter #modalKoreanConsent h3 {
  font-size: 1.1em;
}
.uhf_headerFooter #modalKoreanConsent input[type=checkbox] {
  vertical-align: middle;
  margin: 3px 3px 3px 0;
  height: 1.4em;
}
.uhf_headerFooter .brandBar {
  overflow: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.uhf_headerFooter .brandBar * {
  overflow:hidden;
  image-rendering:auto;
}

.uhf_headerFooter .brandBar-link {
  display: block;
  width: 100%;
  height: 0px;
  /*padding-bottom: 72.85714%;*/
    padding-bottom:54px;
  text-indent: -999em;
  background-image: url("//ihg.scene7.com/is/image/ihg/brand_logos_sprite_2x?fmt=png-alpha");
  background-repeat: no-repeat;
  /*@noflip*/
  /*background-position: 0% 0%;
  background-size: 1442.236559%;*/ /*1328 original px*/
  background-position:.9% -82px; 
  background-size: 2626.641651%; 
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	.uhf_headerFooter .brandBar-link{
    	background-image:url("//ihg.scene7.com/is/image/ihg/brand_logos_sprite_2x?fmt=png-alpha");

    }
}

.uhf_headerFooter .brandBar-link[data-uhf-state="active"] {
  background-color: #fff;
}
.uhf_headerFooter .brandBar-link-ic {
  /*@noflip*/
  /*background-position: 7.446808511% 0%;*/
    background-position:7.30% -82px; background-size: 1816.992514%;
}
.uhf_headerFooter .brandBar-link-ul {
  /*@noflip*/
  /*background-position: 14.89361702% 0%;*/
    background-position:15.60% -82px; background-size: 2177.293935%;
}
.uhf_headerFooter .brandBar-link-cp {
  /*@noflip*/
  /*background-position: 22.34042553% 0%;*/
    background-position:22.85% -82px; background-size: 2145.580717%;
}
.uhf_headerFooter .brandBar-link-in {
  /*@noflip*/
  /*background-position: 29.78723404% 0%;*/
    background-position:29.8% -82px; background-size: 2204.280082%;
}
.uhf_headerFooter .brandBar-link-vn {
  /*@noflip*/
  /*background-position: 37.23404255% 0%;*/
    background-position:36.70% -82px; background-size: 2231.972043%;
}
.uhf_headerFooter .brandBar-link-hi {
  /*@noflip*/
  /*background-position: 44.68085106% 0%;*/
    background-position:43.35% -82px; background-size: 2622.940991%;
}
.uhf_headerFooter .brandBar-link-ex {
  /*@noflip*/
  /*background-position: 52.12765957% 0%;*/
    background-position:49.4% -82px; background-size: 2584.818989%;
}
.uhf_headerFooter .brandBar-link-rs {
  /*@noflip*/
  /*background-position: 59.57446809% 0%;*/
    background-position:55.6% -82px; background-size: 2503.898928%;
}
.uhf_headerFooter .brandBar-link-cv {
  /*@noflip*/
  /*background-position: 67.0212766% 0%;*/
    background-position:61.8% -82px; background-size: 2503.898928%;
}
.uhf_headerFooter .brandBar-link-sb {
  /*@noflip*/
  /*background-position: 74.46808511% 0%;*/
    background-position:68.50% -82px; background-size: 2231.972043%;
}
.uhf_headerFooter .brandBar-link-cw {
  /*@noflip*/
  /*background-position: 81.91489362% 0%;*/
    background-position:75.50% -82px; background-size: 2296.015429%;
}
.uhf_headerFooter .brandBar-link-ki {
  /*@noflip*/
  /*background-position: 99.36170213% 0%;
  margin-left: 3px;*/
    background-position:92.0% -82px; background-size: 2231.972043%;
}
.uhf_headerFooter .header-brandBarWrapper {
  background-color: #f4f2ed;
}
.uhf_headerFooter .header-brandBar-item {
  width: 6.73%;
}

.uhf_headerFooter .header-brandBar-item:nth-of-type(2){width: 9.73%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(3){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(4){width: 8.02%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(5){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(6){width: 8.12%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(7){width: 8.24%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(8){width: 6.74%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(9){width: 6.84%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(10){width: 7.06%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(11){width: 7.06%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(12){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(13){width: 7.70%;}

.uhf_headerFooter .footer-brandBar-link--rewards {
  /*background-size: 1050%;
  padding-bottom: 56.666666666%;*/
  /*@noflip*/
 /* background-position: 91.808511% 0%;*/

    background-size: 1280.437837%;padding-bottom:56.666666666%;background-position:84.8% 0;
}
.uhf_headerFooter .footer-brandBar-link-6c {
  /*background-size: 2000%;
  /*@noflip*/
 /* background-position: 1.45% 49%;
  background-color: #ffffff;*/
  background-size: 1690.848829%;
  background-position: 100.5% 13.2%;
  background-color: #fff;
}


.uhf_headerFooter .footer-brandBar-link {background-size: 1707.050607%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ic{background-position:7.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ki{background-position:92.600% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-in{background-position:29.700% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-vn{background-position:36.600% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ul{background-position:15.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cp{background-position:22.500% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position:43.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position:49.300% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position:55.700% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position:62.000% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position:68.750% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position:75.800% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-av{background-position: 0.5% 67%;}

.uhf_headerFooter .footer-brandBar {
  position:relative;
  line-height:1.5em;
  border:solid 2px #d96930;
  padding:.3em 0;
  width:100%;
  margin:14.4897% auto 10px auto;
  vertical-align:middle
}
.uhf_headerFooter .footer-brandBar__col {
  /* note */
  margin: 0.6em 0;
}
.uhf_headerFooter .footer-brandsCol,
.uhf_headerFooter .footer-rewardsCol {
  position: relative;
  display: inline-block;
  width: 100%;
}
.uhf_headerFooter .footer-brandBarDisclaimer{
	float: right;
	padding-top: 1%;
	margin-bottom: 2em;
	font-family: "Graphik-Regular",sans-serif;
}
.uhf_headerFooter .footer-brandBarItem {
  display: block;
  width: 100%;
  position: relative;
  /*note*/
}
.uhf_headerFooter .footer-brandBarItem-6c {
  width: 80%;
  /* percentage of logo--groupA width */
  position: absolute;
  bottom: 78%;  /* edit del done orignal 100% */
  margin-bottom: 0;
  /*same as brandBar__col padding-top */
  left: -12px;
  /*same as (.footer-brandBar border-width) + (.footer-brandBarItem padding) + (1px to be safe)*/
}
.uhf_headerFooter .footer-brandBarItem--rewards {
  padding: 0 15%;
  border-top: solid 1px #909090;
  display: block;
  width: 100%;
}

@media (max-width: 479px) and (min-width: 1px) {

	
  .uhf_headerFooter .footer-brandBar {
    margin: 12% auto;
    /*logo-6c width% * logo-6c width/height*/
    width: 60%;
    height: auto;
    vertical-align: middle;
  }
  .uhf_headerFooter .footer-brandBarItems {
    display: flex;
    flex-wrap: wrap;
}
.uhf_headerFooter .footer-brandBarItem {
    float: left;
    width: 50%;
}
.uhf_headerFooter .footer-brandBarItem-ic {
    order: 0; 
}
.uhf_headerFooter .footer-brandBarItem-ki {
    order: 1; 
}
.uhf_headerFooter .footer-brandBarItem-in {
    order: 2; 
}
.uhf_headerFooter .footer-brandBarItem-vn {
    order: 3; 
}.uhf_headerFooter .footer-brandBarItem-ul {
    order: 4; 
}
.uhf_headerFooter .footer-brandBarItem-cp {
    order: 5; 
}.uhf_headerFooter .footer-brandBarItem-hi {
    order: 6; 
}.uhf_headerFooter .footer-brandBarItem-ex {
    order: 7; 
} .uhf_headerFooter .footer-brandBarItem-cv {
  order: 8; 
}
.uhf_headerFooter .footer-brandBarItem-rs {
    order: 9; 
}
.uhf_headerFooter .footer-brandBarItem-sb {
    order: 10; 
}
.uhf_headerFooter .footer-brandBarItem-cw {
    order: 11;
}.uhf_headerFooter .footer-brandBarItem-av {
    order: 12;
    width: 100%;
}
  .uhf_headerFooter .footer-brandBar__col {
    padding: 12% 7% 3.1% 7%;
    /* padding-top must be equal to .footer-brandBarItem-6c margin-bottom*/
    /*note*/
    margin: 0px;
  }
  .uhf_headerFooter .footer-rewardsCol {
    padding: 0 20%;
  }
  /*.uhf_headerFooter .footer-brandBarItem-6c {
    width: 40%;
    margin-bottom: 36%;
    margin-left: 4%;
  }*/
  /*RightCol*/
  .uhf_headerFooter .footer-brandBarDisclaimer{
    font-size: 11px;
    line-height: 1;
    margin-top: -10px;
  }


  .uhf_headerFooter .footer-brandBar-link{background-size:1590.000%;padding-bottom:40.3%}
  .uhf_headerFooter .footer-brandBar-link--rewards{background-size:1350.000%;padding-bottom:38.666667%;background-position:84.8% 5%}
  .uhf_headerFooter .footer-brandBar-link-6c{width:100%;background-size:1750.000%;background-position:100.400% 14%;padding-bottom:56%}
  .uhf_headerFooter .footer-brandBarItem-6c{width:44.2%;left:-3.8%;top:-6.5%;bottom:auto}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ic{background-position: 6.8% 5.5%;background-size:1400.000%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ki{background-position:92.3% 4.5%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-in{background-position: 29.6% 5.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-vn{background-position:36.100% 4.5%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ul{background-position: 15.4% 2.9%;padding-bottom:57.8%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cp{background-position:21.9% 3.7%;padding-bottom:46.1%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position: 43.6% 5.5%;padding-bottom:51.1%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position: 48.9% 7.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position: 55.2% 9.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position: 62.5% 8.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position: 69.25% 9%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position: 75.400% 9%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-av{background-position: 0 67%;width:50%;margin:0 auto;padding-bottom: 17.15%;}
    .uhf_headerFooter .footer-brandBarItem--rewards {
      padding: 0 1%;
    }
}

@media (min-width: 480px) {
    .uhf_headerFooter .footer-brandBar{margin-top:9.2886673502%;}
    .uhf_headerFooter .footer-brandBarModal__dialog{display:block;}
    .uhf_headerFooter .footer-brandBar__col{margin:0;}
    .uhf_headerFooter .footer-brandsCol{display:block;float:left;text-align:center;width:86.4%;}
    .uhf_headerFooter .footer-rewardsCol{display:block;float:right;text-align:center;width:13.6%;border-top:0; padding: 1.25% 0;}
    .uhf_headerFooter .footer-brandBarItem{float:left;width:15.3%;}
    .uhf_headerFooter .footer-brandBarItem-6c{width:16.3%;position:absolute;bottom:78%;margin-bottom:0;left:-1%}
    
    .uhf_headerFooter .footer-brandBarItem-ic.footer-brandBarItem {
      margin-left: 7.2%;
  }
    .uhf_headerFooter .footer-brandBar .footer-brandBar-link{padding-bottom:63.000%}
    .uhf_headerFooter .footer-brandBarDisclaimer{float:right;font-size:.8em;padding-top:1%;margin-bottom:2em; margin-top: 5px; color: #707372;}
}


@media (min-width: 480px) and (max-width: 991px) {
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link{padding-bottom:46px; background-position:.95% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ic{background-position:7.30% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ki{background-position:92.0% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-in{background-position:29.8% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-vn{background-position:36.70% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ul{background-position:15.60% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cp{background-position:22.85% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-hi{background-position:43.35% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ex{background-position:49.4% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-rs{background-position:55.6% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cv{background-position:61.8% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-sb{background-position:68.50% -60px;}
    .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cw{background-position:75.50% -60px;}

  	.uhf_headerFooter .footer-brandBarItem--rewards{padding:28% 5% 28% 5%;border-top:0;border-left:solid 1px #909090;}
    .uhf_headerFooter .brandBar-link{padding-bottom:48%; background-position:.95% -60px;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-ic {background-position:7.200% 2%}
    .uhf_headerFooter .footer-brandBar .brandBar-link-ki {background-position:92.20% 1%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-in {background-position:29.4% 2.5%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-vn {background-position:36.600% 4%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-ul {background-position:14.900% 2%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-cp {background-position:22.500% 4%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position:43.4% 1%;padding-bottom: 78%;background-size: 2107.050607%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position:49.6% 1%;padding-bottom: 78%;background-size: 2107.050607%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position:55.700% 4%;padding-bottom: 72%;background-size: 2177.050607%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position:62.000% 4%;padding-bottom: 72%;background-size: 2177.050607%}
    .uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position:68.750% 4%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position:75.800% 4%;}
    .uhf_headerFooter .footer-brandBar .brandBar-link-av {background-position:0.1% 66%;}
    .uhf_headerFooter .footer-brandBar-link--rewards{background-position: 84.5% 3%; background-size: 1415.437837%;}
    .uhf_headerFooter .footer-brandBar-link-6c{background-position:100.6% 14%;background-color:#fff;}
    .footer-brandBarItem-in.footer-brandBarItem,
    .footer-brandBarItem-vn.footer-brandBarItem,
    .footer-brandBarItem-cp.footer-brandBarItem,
    .footer-brandBarItem-cv.footer-brandBarItem,
    .footer-brandBarItem-rs.footer-brandBarItem,
    .footer-brandBarItem-cw.footer-brandBarItem,
    .footer-brandBarItem-sb.footer-brandBarItem {
        width: 14%;
    }
    .uhf_headerFooter .footer-brandBar .brandBar-link-in,
    .uhf_headerFooter .footer-brandBar .brandBar-link-vn,
    .uhf_headerFooter .footer-brandBar .brandBar-link-cp,
    .uhf_headerFooter .footer-brandBar .brandBar-link-cv,
    .uhf_headerFooter .footer-brandBar .brandBar-link-rs,
    .uhf_headerFooter .footer-brandBar .brandBar-link-cw,
    .uhf_headerFooter .footer-brandBar .brandBar-link-sb {
      background-size: 1877.050607%;
    }
    .uhf_headerFooter .footer-brandBarItem-hi.footer-brandBarItem {
      width: 12.3%;
      margin-left: 1.6%;
    }
    .uhf_headerFooter .footer-brandBarItem-ex.footer-brandBarItem {
      width: 12.3%;
    }
    .uhf_headerFooter .footer-brandBarItem-in.footer-brandBarItem {
      margin-left: 1%;
    }
    .uhf_headerFooter .footer-brandBarItem-vn.footer-brandBarItem {
      margin-left: 0.8%;
    }
    .uhf_headerFooter .footer-brandBarItem-cp.footer-brandBarItem {
      margin-left: 0.6%;
    }
    .uhf_headerFooter .footer-brandBarItem-cv.footer-brandBarItem {
      margin-left: 1.6%;
      width: 12.3%;
    }
    .uhf_headerFooter .footer-brandBarItem-rs.footer-brandBarItem {
      margin-right: .7%;
      width: 12.3%;
    }
}

@media (min-width: 992px) {
    .uhf_headerFooter {
        /* TODO: - same as .footer-brandBarItem*/
    }
    .uhf_headerFooter .footer-brandBar {
        margin-top: 9.2886673502%;
    }
    .uhf_headerFooter .footer-brandBarModal__dialog {
        display: block;
    }
    .uhf_headerFooter .footer-brandBarItem-6c {
        width: 80%;
        /* percentage of logo--groupA width */
        position: absolute;
        bottom: 78%;  /* edit del done orignal 100% */
        margin-bottom: 0;
        /*same as brandBar__col padding-top */
        left: -1.2%; /*  add to LVP in media query original -0.5% in min-width 480px  */
        /*same as (.footer-brandBar border-width) + (.footer-brandBarItem padding) + (1px to be safe)*/
    }
    .uhf_headerFooter .footer-brandBar__col {
        margin: 0em 0;
    }
    .uhf_headerFooter .footer-brandsCol {
        display: block;
        float: left;
        text-align: center;
        width: 84%;
        padding-left: 1.5%;
    }
    .uhf_headerFooter .footer-rewardsCol {
        display: block;
        float: right;
        text-align: center;
        width: 16%;
        border-top: none;
        padding: 1% 0;
    }
    .uhf_headerFooter .footer-brandBarItem {
        float: left;
        width: 13%;
        margin-right: 2.9%;
    }
    .uhf_headerFooter .footer-brandBarItem-ic.footer-brandBarItem {
      margin-left: 5%;
  }
  .uhf_headerFooter .footer-brandBarItem-6c.footer-brandBarItem {
    width: 13.5%;
  }
  .footer-brandBarItem-in.footer-brandBarItem,
  .footer-brandBarItem-vn.footer-brandBarItem,
  .footer-brandBarItem-cp.footer-brandBarItem,
  .footer-brandBarItem-cv.footer-brandBarItem,
  .footer-brandBarItem-rs.footer-brandBarItem,
  .footer-brandBarItem-cw.footer-brandBarItem,
  .footer-brandBarItem-sb.footer-brandBarItem {
      width: 13%;
      margin-right: 1%;
  }
  .footer-brandBarItem-ki.footer-brandBarItem {
    margin-right: 2.4%;
}
.footer-brandBarItem-ul.footer-brandBarItem {
  margin-right: 2.2%;
}
.footer-brandBarItem-hi.footer-brandBarItem {
  margin-right: 1.5%;
}
.footer-brandBarItem-ex.footer-brandBarItem {
  margin-right: 2.5%;
}
.footer-brandBarItem-in.footer-brandBarItem {
  margin-right: 1.2%;
}
.footer-brandBarItem-vn.footer-brandBarItem {
  margin-right: 1.3%;
}
.footer-brandBarItem-cp.footer-brandBarItem {
  margin-right: 2.4%;
}
.footer-brandBarItem-cv.footer-brandBarItem {
  margin-right: 2.1%;
}
.footer-brandBarItem-rs.footer-brandBarItem {
  margin-right: 1.9%;
}
.footer-brandBarItem-sb.footer-brandBarItem, .footer-brandBarItem-cw.footer-brandBarItem {
  margin-right: 0;
}
    .uhf_headerFooter .footer-brandBar .footer-brandBar-link {
        padding-bottom: 66%;
    }
    .uhf_headerFooter .footer-brandBarItem-in .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-vn .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-cp .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-cv .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-rs .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-sb .footer-brandBar-link,
    .uhf_headerFooter .footer-brandBarItem-cw .footer-brandBar-link {
      padding-bottom: 55%;
  }
    .uhf_headerFooter .footer-brandBarDisclaimer{
        float: right;
        font-size: .8em;
        padding-top: 1%;
        margin-bottom: 2em;
    }
    .uhf_headerFooter .footer-brandBarItem--rewards {
        padding:12% 5% 12% 5%;border-top:0;border-left:solid 1px #909090;
    }
    .uhf_headerFooter .footer-brandBar-link--rewards {
       padding-bottom: 49.666667%;
       background-position: 85.1% 0px;
    }
}
.uhf_headerFooter .darkenContent {
  bottom: 0;
  background-color: black;
  display: none;
  /*@noflip*/
  left: 0;
  opacity: 0;
  position: absolute;
  /*@noflip*/
  right: -20%;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  width: 100%;
  z-index: 55;
}
.uhf_headerFooter .darkenContent.dark {
  display: block;
  opacity: 0.3;
}
.uhf_headerFooter .uhf_headerFooter .modal0872button {
  background-color: #d96930;
  border-color: #d96930;
  border-radius: 30px;
  box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  min-width: 4em;
  padding: 7px 12px;
  text-shadow: none;
}

/* Header - Parent element (#uhf_headerWrapper) */
/*============================================*/
/* UHF: Header - Master (header.scss) */
/*============================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
/* Header - Parent element (#uhf_headerWrapper) */
#uhf_headerWrapper {
  /* @import _header-countryLanguagePushDown.scss */
  /**
  * UHF: Header - Country Language Push Down
  */
  /* @import _header-utilityNav.scss */
  /**
  * UHF: Header - Utility Navigation
  */
  /**
   * Country/Language popover styling
   */
  /* @import _header-mobileNav.scss */
  /**
  * UHF: Header - Mobile Navigation
  */
}
#uhf_headerWrapper .notificationBar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 2000;
  display: none;
}
#uhf_headerWrapper .sessionWillExpire {
  background-color: #f6f6f6;
  border-bottom: 1px solid silver;
}
#uhf_headerWrapper .sessionWillExpire a,
#uhf_headerWrapper .sessionWillExpire a:link,
#uhf_headerWrapper .sessionWillExpire a:visited,
#uhf_headerWrapper .sessionWillExpire a:hover,
#uhf_headerWrapper .sessionWillExpire a:active {
  color: #d96930;
}
#uhf_headerWrapper .expireWarningIcon {
  color: #fa4909;
}
#uhf_headerWrapper .sessionWillExpireCol {
  margin: 10px auto;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #222;
}
#uhf_headerWrapper #singSec, #uhf_headerWrapper #singMin {
  display: none;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown {
  background-color: #000;
  /* For IE9 not supporting linear-gradient */
  background: -webkit-linear-gradient(#515151, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#515151, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#515151, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#515151, #000);
  /* Standard syntax (must be last) */
  padding: 10px 0;
}
#uhf_headerWrapper i.buttonClose {
  color: #999;
  font-weight: 700;
}
#uhf_headerWrapper i.buttonClose:hover {
  color: #ccc;
}
#uhf_headerWrapper #uhf_countryLanguagePushDownContainer {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
#uhf_headerWrapper #uhf_countryLanguagePushDownContainer span {
  display: inline-block;
  margin-right: 10px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button {
  background-color: #fff;
  border: 0px;
  border-radius: 5px;
  color: #000;
  line-height: normal;
  margin: 0 2.5px;
  padding: 1px 6px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button#uhf_countryLanguagePushDownClose {
  background-color: transparent;
  display: block;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown div.subText {
  color: #888;
  font-size: 12px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button#uhf_langNotSupported_yes:not(#uhf_countryLanguagePushDownClose) {
  display: none;
}
@media (max-width: 780px) {
  #uhf_headerWrapper #uhf_countryLanguagePushDownContainer span.buttonContainer {
    display: block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  #uhf_headerWrapper #uhf_countryLanguagePushDownContainer span.buttonContainer button {
    padding: 1px 6px;
  }
  #uhf_headerWrapper #uhf_countryLanguagePushDown button:not(#uhf_countryLanguagePushDownClose) {
    border-radius: 10px;
    display: inline-block;
    height: 30px;
    width: 45%;
  }
}
@media (max-width: 640px) {
  #uhf_headerWrapper #uhf_countryLanguagePushDown button:not(#uhf_countryLanguagePushDownClose) {
    border-radius: 10px;
    height: 30px;
    margin: 5px 0;
    width: 100%;
  }
}
#uhf_headerWrapper .utilityNavWrapper {
  background-color: #3f3d3d;
  min-height: 35px;
  font-family: "Graphik-Regular",sans-serif;
  color: #fff;
  font-size: 0.75em;
  line-height: 22px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height:22px;
}
#uhf_headerWrapper .utilityNav,
#uhf_headerWrapper .logIn {
  color: #fff;
  padding:7px 0 0 0;
}
#uhf_headerWrapper .utilityNav {
  float: left;
  padding:7px 0 6px 0;
}
#uhf_headerWrapper .utilityNav-list-item {
  vertical-align: middle;
}
#uhf_headerWrapper .utilityNav-resDir-item {
  clear: left;
  font-size: .9em;
}
#uhf_headerWrapper .utilityNav-link {
	display: inline-block;
	padding:0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.75px;
	margin-right: 10px;
	text-transform: uppercase;
    font-family: "Graphik-Regular",sans-serif;
    font-weight: 300;
}
#uhf_headerWrapper .resDirectNum-link {
  /*@noflip*/
  direction: ltr;
  padding-left: 0;
}
#uhf_headerWrapper .resDirectIcon-link {
  padding-right: 0;
  margin-right: 2px;
  margin-top:-2px;
}

.uhf_headerFooter .fa.fa-phone{
	font-size: 1em !important;
	position: relative;
	padding-right: 0 !important;
}
#uhf_headerWrapper .nav-middle {
  vertical-align: middle;
}
#uhf_headerWrapper .tooltipQuestion {
  padding: 0px;
}
#uhf_headerWrapper .hasBlankPopover + .popover {
  color: #000;
  font-size: inherit;
}
#uhf_headerWrapper .utilityNav-message {
  padding-right: 0.25em;
  padding-top: 0;
}
#uhf_headerWrapper .utilityNav-link,
#uhf_headerWrapper .utilityNav-link:link,
#uhf_headerWrapper .utilityNav-link:visited,
#uhf_headerWrapper .utilityNav-link:hover,
#uhf_headerWrapper .utilityNav-link:active {
  color: #fff;
}
#uhf_headerWrapper #uhfCountryLanguageLink {
  display: none;
  margin-top:-1px;
}
#uhf_headerWrapper #uhfCountryLanguageLink.disableCountryLanguage {
  opacity: 0.3;
  cursor: default;
}
#uhf_headerWrapper .language-icon {
  height: 20px;
  margin: -4.5px 0.25em;
  vertical-align: middle;
}
#uhf_headerWrapper #uhfLocale,
#uhf_headerWrapper #uhfCountryLanguageImageContainer {
  display: none;
}
#uhf_headerWrapper .popover {
  margin-top: 2px;
  max-width: 354px;
}
#uhf_headerWrapper .popover-content {
  padding: 0.71429em;
}
#uhf_headerWrapper .popover-content label {
  color: #333333;
  font-size: 1.07143em;
  line-height: 1.07143em;
  text-transform: capitalize;
}
#uhf_headerWrapper #uhfLanguagesSelectionContainer,
#uhf_headerWrapper #uhfCountryLanguageCTA {
  display: block;
  margin-top: 1.07143em;
}
#uhf_headerWrapper #uhfCountrySelection,
#uhf_headerWrapper #uhfLanguageSelection {
  color: #666;
  font-size: 14px;
  width: 100%;
  height: 38px;
  width: 100%;
  background: linear-gradient(white 0, #f3f3f3 100%);
  padding: 8px 12px;
  border: 1px solid #cccccc;
  line-height: 1.42857143;
  appearance:menulist;
-moz-appearance:menulist; /* Firefox */
-webkit-appearance: menulist; /* Safari and Chrome */
}
#uhf_headerWrapper #uhfCountryLanguageCTA div, #uhf_headerWrapper #uhfCountryLanguageCTA button {
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times {
  color: #ccc;
  position: absolute;
  right: 5px;
  text-transform: none;
  top: 5px;
}
#uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times:hover {
  color: #999;
}
@media (max-width: 767px) {
  #uhf_headerWrapper .mobileNavCL {
    margin: 20px 0;
    font-size: 14px;
  }
  #uhf_headerWrapper .language-icon {
    height: 32px;
	  width:32px;
  }
  #uhf_headerWrapper #uhfLocale {
    margin-top: 15px;
	padding-top:15px;
  }
  #uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times, #uhf_headerWrapper #uhfCountryLanguageMobileContainer {
    display: none;
  }
  #uhf_headerWrapper #uhfCountryLanguageMobileContainer.uhfCLContainer_show, #uhf_headerWrapper #uhfLocale {
    display: block;
  }
  #uhf_headerWrapper #uhfCountryLanguageMobileLink.disableCountryLanguage {
    opacity: 0.3;
    cursor: default;
  }
  #uhf_headerWrapper .mobileNavCL label {
    color: #707372;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
	  font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
  #uhf_headerWrapper #uhfCountryLanguageCTA button.buttonSave {
    border-radius: 0px;
  }
}
#uhf_headerWrapper #uhfCountryLanguageCTA button.buttonSave {
  background-color: #d96930;
  border: none;
  color: #fff;
  display: none;
  margin-bottom: 10px;
}
#uhf_headerWrapper .logIn {
  float: right;
  font-size: 0.85714em;
  text-align: right;
}
#uhf_headerWrapper .logIn-link,
#uhf_headerWrapper .logIn-link:link,
#uhf_headerWrapper .logIn-link:visited,
#uhf_headerWrapper .logIn-link:hover,
#uhf_headerWrapper .logIn-link:active {
  color: #fff;
  display: inline-block;
  /*padding: 0.75em;*/
}
#uhf_headerWrapper .logIn-link-logo,
#uhf_headerWrapper .logIn-link-logo:link,
#uhf_headerWrapper .logIn-link-logo:visited,
#uhf_headerWrapper .logIn-link-logo:hover,
#uhf_headerWrapper .logIn-link-logo:active {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
#uhf_headerWrapper .logIn-link-divider {
  background: #fff;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  width: 1px;
}
#uhf_headerWrapper .logIn-link.logIn-block {
	line-height: 12px;
	padding: 0 0 0 10px;
	text-align: left;
}
#uhf_headerWrapper .logIn-link.logOut {
  text-decoration: none;
}
#uhf_headerWrapper img.rewardsClubLogo {
	display: inline-block;
	height: 16px;
	max-width: 100%;
	width: auto;

}
#uhf_headerWrapper div.wrapper-UBE div.mobileNavMenuContainer div.logIn-State {
  margin-right:0;
}

#uhf_headerWrapper .logIn-State {
  display: none;
  vertical-align: middle;
  margin:0 10px 0 0;
}
#uhf_headerWrapper .logIn-State > .logIn-link {
  font-size: 9px;
}
#uhf_headerWrapper .logIn-anonymous > .logIn-link {
  font-size: 12px;
  line-height: 24px;
}
#uhf_headerWrapper .logIn-anonymous > .logIn-link:lang(es) {
  line-height: 18px;
}
#uhf_headerWrapper .logIn-anonymous > .logIn-link:lang(fr) {
  line-height: 18px;
}
#uhf_headerWrapper .logIn-State >.logIn-link.logOut{
	font-size: 12px;
    padding-right: 10px;
}

#uhf_headerWrapper div.logIn-State > a, #uhf_headerWrapper div.logIn-State > span {
  display: inline-block;
  vertical-align: middle;
}

#uhf_headerWrapper .logIn-mobile .logIn-State {
  display: none;

}
#uhf_headerWrapper .brandLogoNavWrapper {
  background-color: #fff;
}
#uhf_headerWrapper .brandLogoNavContainer {
  padding-left: 0;
  padding-right: 0;
}
#uhf_headerWrapper .brandLogo {
  float: left;
  max-width: 25%;
}
#uhf_headerWrapper .brandLogo .brandLogo-link {
  line-height: 1;
}
@media (min-width: 768px) {
  #uhf_headerWrapper .brandLogo .brandLogo-link {
    line-height: 5;
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  #uhf_headerWrapper .brandLogo .brandLogo-link {
    line-height: 7.5;
    padding: 0 1em;
  }
}
#uhf_headerWrapper .brandLogo .brandLogo-image {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  min-width: initial;
  padding: .5em;
  vertical-align: middle;
}
#uhf_headerWrapper .brandNavContainer {
  float: right;
  width: 75%;
}
#uhf_headerWrapper .brandNav {
  text-align: right;
}
#uhf_headerWrapper .brandNav-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#uhf_headerWrapper .brandNav-list-item {
  float: left;
}
@media (max-width: 768px) {
	#uhf_headerWrapper .brandNav-list li:nth-child(4):lang(in){
    	width:30%
	}
}
#uhf_headerWrapper .brandNav-link,
#uhf_headerWrapper .brandNav-link:link,
#uhf_headerWrapper .brandNav-link:visited,
#uhf_headerWrapper .brandNav-link:hover,
#uhf_headerWrapper .brandNav-link:active {
  color: #d96930;
  display: block;
  font-size: 1.285714em;
  font-weight: bold;
  padding: 26px 13px;
}
@media (min-width: 992px) {
  #uhf_headerWrapper .brandNav-link,
  #uhf_headerWrapper .brandNav-link:link,
  #uhf_headerWrapper .brandNav-link:visited,
  #uhf_headerWrapper .brandNav-link:hover,
  #uhf_headerWrapper .brandNav-link:active {
    padding: 40px 22px;
  }
}
#uhf_headerWrapper .mobileNav,
#uhf_headerWrapper .logIn-mobile {
  float: right;
}
#uhf_headerWrapper .mobileNav {


}
#uhf_headerWrapper .mobileNav-link,
#uhf_headerWrapper .mobileNav-link:link,
#uhf_headerWrapper .mobileNav-link:visited,
#uhf_headerWrapper .mobileNav-link:hover,
#uhf_headerWrapper .mobileNav-link:active {
  color: #fff;
  display: inline-block;
  padding: 1.57143em;
}
#uhf_headerWrapper .logIn-mobile {

  font-size: 1em;
  min-height: 72px;
  text-align: center;
  width: 125px;
  max-width: 25%;
}
#uhf_headerWrapper .logIn-mobile:lang(fr) {
  font-size: 0.5em;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link {
  font-size: 0.8em;
  padding: 0 0.5em;
}
#uhf_headerWrapper .logIn-mobile div.logIn-anonymous a.logIn-link {
  padding: 0;
  text-transform;capitalize;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link-logo {
  margin-top: 1.4em;
  display: inline-block;
  padding: 0 1em;
  width: auto;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link-logo .rewardsClubLogo {
  max-width: 135px;
  width: 100%;
  height: auto;
}
#uhf_headerWrapper .mobileNavContainer {
  position: relative;
  clear: both;
  width: 100%;
  z-index: 1000;
  /*TODO: Z-INDEX*/
}
#uhf_headerWrapper .mobileNavInner {
  position: absolute;
  width: 100%;
  background-color: #efefef;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
  font-size: 16px;
}
#uhf_headerWrapper .mobileNav-hidden {
  display: none;
}
#uhf_headerWrapper .mobileNavMenu,
#uhf_headerWrapper .mobileNavCL {
  line-height: 1.5;
  padding: 0px 10px;
  text-transform: uppercase;
}
#uhf_headerWrapper .mobileNavMenu-list {
  padding: .7em 0px 0px 0px;
  border-bottom: 2px solid #fff;
  color: #d96930;
  margin: 0px;
}
#uhf_headerWrapper .mobileNavMenu-subList {
  list-style-type: none;
  padding-left: 1.75em;
}
#uhf_headerWrapper .mobileNavHeading {
  font-weight: 600;
}
#uhf_headerWrapper .mobileNavMenu-list-item {
  line-height: 2;
}
#uhf_headerWrapper .mobileNavMenu-list:last-child {
  padding-bottom: .7em;
}
#uhf_headerWrapper .mobileNavLink {
  display: block;
  padding: .7em 0;
}
@media (min-width: 480px) {
  #uhf_headerWrapper .logIn-mobile {
    width: 175px;
  }
  #uhf_headerWrapper .logIn-mobile > .logIn-link {
    font-size: 1em;
    padding: 0.25em 0.5em 0 0.5em;
  }
  #uhf_headerWrapper .logIn-mobile > .logIn-link-logo {
    margin-top: 0.75em;
    padding: 0 0.5em;
  }
  #uhf_headerWrapper .logIn-mobile > a.logIn-link-logo.explicit {
    margin: 0;
  }
}

/*==============================================*/
/*END UHF: Header - Master (header.scss) */
/*==============================================*/
.uhf_headerFooter {
  /* Wallet - Parent element (.wallet) */
  /*============================================*/
  /* UHF: Header - Wallet (wallet.scss) */
  /*============================================*/
  /* @import _globalVariables.scss */
  /**
  * UHF: Global Variables
  */
  /* $default-font-size: 14; */
  /* Default primary brand color to IHG/6C */
  /* $primary-color: #d96930; */
  /* $primary-text-color: #000; */
  /* $primary-background-color: #efefef; */
  /* $secondary-text-color: #fff; */
  /* $secondary-background-color: #3b3b3b; */
  /* $globalNav-background-color: #fff; */
  /* $universal-brand-color: #d96930; */
  /* $universal-background-color: #efefef; */
  /* CSS Transitions for the Wallet fly-out effect... */
  /***********************************************************************************/
  /* Modal Dialogs.
  /***********************************************************************************/
  /***********************************************************************************/
  /* Media queries... */
  /***********************************************************************************/
  /***********************************************************************************/
  /*END TODO: Mockup Overrides! - If these are to be kept - remove the originals!... */
  /***********************************************************************************/
  /* EBA */
  /* Manage Account */
  /*==============================================*/
  /*END UHF: Header - Wallet (wallet.scss) */
  /*==============================================*/
}
.uhf_headerFooter .mainContentTransition {
  opacity: 0.4;
}
.uhf_headerFooter .mainContentTransition.show {
  opacity: 1;
}
.uhf_headerFooter .wallet {
  background-color: #F4F2ED;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  box-shadow: -5px 5px 7px -7px rgba(0, 0, 0, 0.17);
  color: #444444;
  display: none;
  font-family: "Graphik-Regular", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px 40px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 480px;
  z-index: 55;
  /* Temporary override for en_US.css to fix ie9 filter defect.
  *  TODO: remove from stylesheet when not using en_US.css
  */
  /* basic wallet button - (looks like ihg brand buttons)*/
  /* basic wallet button - (looks like ihg brand buttons)*/
}
.uhf_headerFooter .wallet .titleFont {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
}
.uhf_headerFooter .wallet p {
  font-family: "Graphik-Regular",Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #707372;
  line-height: 17px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group> p{
  font-size: 14px;
}
.uhf_headerFooter .wallet .wallet-login-shared {
  display: none;
}
.uhf_headerFooter .wallet .wallet-anonymous {
  display: none;
}
.uhf_headerFooter .wallet .wallet-logInToContinue {
  display: none;
}
.uhf_headerFooter .wallet .wallet-implicit {
  display: none;
}
.uhf_headerFooter .wallet .wallet-createPin {
  display: none;
}
.uhf_headerFooter .wallet .wallet-createPinSuccess {
  display: none;
}
.uhf_headerFooter .wallet .wallet-forgotPin {
  display: none;
}
.uhf_headerFooter .wallet .wallet-forgotPin .btnForgotPin {
  margin: 24px auto 0 auto;
}
.uhf_headerFooter .wallet .wallet-forgotPinSuccess {
  display: none;
}
.uhf_headerFooter .wallet .helpFont {
  color: #707372;
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.uhf_headerFooter .wallet .helpInstructions {
  color: #707372;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 29px;
}
.uhf_headerFooter .wallet .helpInstructions sup{
    font-size: 75%;
}
.uhf_headerFooter .wallet .helpInstructionsSuccess {
  color: #3d9900;
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: -4px 0 14px;
}
.uhf_headerFooter .wallet .helpInstructionsSuccess.lighterText {
  color: #888;
}
.uhf_headerFooter .createPIN sup,
.uhf_headerFooter .wallet .joinFont sup{
    font-size: 75% !important;
}
.uhf_headerFooter .wallet .joinFont {
  color: #707372;
  font-family: "Graphik-Regular",Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 20px 0 0;
}
.uhf_headerFooter .wallet .accentLine {
  background-color: #D46731;
  margin: 0 -21px 20px;
  height: 4px;
}
.uhf_headerFooter .wallet .form-dark-row {
  background-color: #3F3D3D;
  color: #fff;
  margin: 0 -21px 0;
  padding: 8px 0 0 5px;
}
.uhf_headerFooter .wallet .form-dark-row .wallet-head {
  float: left;
  margin: 0.5em 0 0 0;
  position: relative;
  width: 94%;
}
.uhf_headerFooter .wallet .form-group {
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);

}
.uhf_headerFooter .wallet .formLink {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 0;
}
.uhf_headerFooter .wallet .gridButton-text,
.uhf_headerFooter .wallet .formLink a,
.uhf_headerFooter .wallet .formLink a:link,
.uhf_headerFooter .wallet .formLink a:visited,
.uhf_headerFooter .wallet .formLink a:hover,
.uhf_headerFooter .wallet .formLink a:active {
  color: #D46731;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .formLink a.notYou,
.uhf_headerFooter .wallet .formLink a:link.notYou,
.uhf_headerFooter .wallet .formLink a:visited.notYou,
.uhf_headerFooter .wallet .formLink a:hover.notYou,
.uhf_headerFooter .wallet .formLink a:active.notYou {
  color: #fff;
  text-decoration: underline;
}
.uhf_headerFooter .wallet .formLink .notYou {
  padding: 0 0 0 30px;
}
.uhf_headerFooter .wallet .formLink .signOutClose {
  padding: 0 0 0 30px;
}
.uhf_headerFooter .wallet .formLink .logOut {
  padding: 0 0 0 0px;
  margin-left: 16px;
}
.uhf_headerFooter .wallet .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  color: black;
  height: 40px;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .form-control:focus {
  color: #333333;
  border-color: #b7b7b7;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
}
.uhf_headerFooter .wallet .form-control::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
}
.uhf_headerFooter .wallet .form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.uhf_headerFooter .wallet .form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.uhf_headerFooter .wallet .formBottomButton {
  margin-top: 20px;
}
.uhf_headerFooter .wallet .paragraphLink a,
.uhf_headerFooter .wallet .paragraphLink a:link,
.uhf_headerFooter .wallet .paragraphLink a:visited,
.uhf_headerFooter .wallet .paragraphLink a:hover,
.uhf_headerFooter .wallet .paragraphLink a:active {
    color: #D46731;
    text-decoration: underline;
    font-family: "Graphik-Regular", Arial, sans-serif;
}
.uhf_headerFooter .wallet label {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}
.uhf_headerFooter .wallet label.pin {
  margin-top: 4px;
}
.uhf_headerFooter .wallet .custom-text {
  font-family: "Graphik-Medium",Arial,sans-serif;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #707372;
}
.uhf_headerFooter .wallet .smallfont {
  margin: 0;
}
.uhf_headerFooter .wallet .smallfont label {
  font-size: 14px !important;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .forgotPinContainer,
.uhf_headerFooter .wallet .retrievePinContainer{
  float: right;
}
.uhf_headerFooter .wallet .retrievePinContainer {
  float: right;
}
.uhf_headerFooter .wallet .rememberMeContainer {
  float: left;
}
.uhf_headerFooter .wallet .radio label,
.uhf_headerFooter .wallet .checkbox label {
  padding: 0 0 0 20px;
}
.uhf_headerFooter .wallet .radio input[type="radio"],
.uhf_headerFooter .wallet .radio-inline input[type="radio"],
.uhf_headerFooter .wallet .checkbox input[type="checkbox"],
.uhf_headerFooter .wallet .checkbox-inline input[type="checkbox"] {
  margin: 4px 0 0 -20px;
}
.uhf_headerFooter .wallet .checkbox input[type="checkbox"] {
  display: none;
}
.uhf_headerFooter .wallet .btnFluid {
  white-space: normal;
  width: auto;
}
.uhf_headerFooter .wallet .btn,
.uhf_headerFooter .wallet .btn-primary,
.uhf_headerFooter .wallet .btn-success,
.uhf_headerFooter .wallet .btn-info,
.uhf_headerFooter .wallet .btn-social {
  filter: none;
  float: none;
  height: auto;
}
.uhf_headerFooter .wallet .btnWallet,
.uhf_headerFooter .wallet .btnWallet:link,
.uhf_headerFooter .wallet .btnWallet:visited,
.uhf_headerFooter .wallet .btnWallet:hover,
.uhf_headerFooter .wallet .btnWallet:active {
    background-color: #3f3d3d;
    background-image: none;
    border-color: #3f3d3d;
    border-radius: 0;
    box-shadow: 1px 4px 7px 0 rgba(0,0,0,0.07);
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    min-width: 260px;
    height: 42px;
    line-height: 27px;
}
.uhf_headerFooter .wallet .btnWallet.signIn,
.uhf_headerFooter .wallet .btnWallet:link.signIn,
.uhf_headerFooter .wallet .btnWallet:visited.signIn,
.uhf_headerFooter .wallet .btnWallet:hover.signIn,
.uhf_headerFooter .wallet .btnWallet:active.signIn {
  margin: 10px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWallet.joinNow,
.uhf_headerFooter .wallet .btnWallet:link.joinNow,
.uhf_headerFooter .wallet .btnWallet:visited.joinNow,
.uhf_headerFooter .wallet .btnWallet:hover.joinNow,
.uhf_headerFooter .wallet .btnWallet:active.joinNow {
  margin: -4px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWallet:hover,
.uhf_headerFooter .wallet .btnWallet:focus,
.uhf_headerFooter .wallet .btnWallet:active,
.uhf_headerFooter .wallet .btnWallet.active,
.uhf_headerFooter .wallet .btnWallet.disabled,
.uhf_headerFooter .wallet .btnWallet[disabled] {
  background-color: #3f3d3d;
  *background-color: #3f3d3d;
  border-color: #3f3d3d;
  outline: 0 none;
}
.uhf_headerFooter .wallet .btnWalletDefault,
.uhf_headerFooter .wallet .btnWalletDefault:link,
.uhf_headerFooter .wallet .btnWalletDefault:visited,
.uhf_headerFooter .wallet .btnWalletDefault:hover,
.uhf_headerFooter .wallet .btnWalletDefault:active {
  background-color: #fff;
  background-image: none;
  border-color: #ccc;
  border-radius: 30px;
  box-shadow: 1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 12px;
  text-shadow: none;
  min-width: 58%;
}
.uhf_headerFooter .wallet .btnWalletDefault.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:link.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:visited.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:hover.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:active.signIn {
  margin: 10px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWalletDefault.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:link.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:visited.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:hover.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:active.joinNow {
  margin: 10px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWalletDefault:hover,
.uhf_headerFooter .wallet .btnWalletDefault:focus,
.uhf_headerFooter .wallet .btnWalletDefault:active,
.uhf_headerFooter .wallet .btnWalletDefault.active,
.uhf_headerFooter .wallet .btnWalletDefault.disabled,
.uhf_headerFooter .wallet .btnWalletDefault[disabled] {
  background-color: #fff;
  background-color: #fff;
  outline: 0 none;
}
.uhf_headerFooter .wallet .createPIN {
  background-color: #D8D3CB;
  border: 0 none;
  border-radius: 0;
  font-size: 13px;
  margin: 4px 0 0px;
  padding: 14px;
  outline: none;
  width: 100%;
}
.uhf_headerFooter .wallet .createPIN p {
  font-size: 18px;
  text-align: center;
  color: #3F3D3D;
}
.uhf_headerFooter .wallet .createPIN span {
  font-size: 14px;
  text-decoration: underline;
  color: #d46731;
}
.uhf_headerFooter .wallet .createPin-memberNumberContainer,
.uhf_headerFooter .wallet .createPin-zipCodeContainer,
.uhf_headerFooter .wallet .createPin-pinContainer,
.uhf_headerFooter .wallet .createPin-verifyPinContainer {
  float: left;
}
.uhf_headerFooter .wallet .gridButtonContainer {
  float: left;
}
.uhf_headerFooter .wallet .gridButton {
  background-color: #fff;
  border: 0px none;
  border-radius: 0;
  display: inline-block;
  height: auto;
  font-size: inherit;
  float: none;
  line-height: 1.4;
  margin: 20px 0 4px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  text-align: center;
  text-shadow: none;
  transition: opacity 500ms ease 0s;
  width: 100%;
  height: 191px;
}
.uhf_headerFooter .wallet .gridButton:hover {
  cursor: pointer;
  opacity: 0.7;
}
.uhf_headerFooter .wallet .gridButton-icon {
  max-width: 280px;
  padding: 25% 0;
  width: 100%;
}
.uhf_headerFooter .wallet .gridButton-text {
  bottom: 0;
  color: #D46731;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D46731;
  text-decoration: none;
}
.uhf_headerFooter .wallet .wallet-implicit .titleFont {
  display: inline-block;
  line-height: 1.2;
  max-width: 82%;
}
.uhf_headerFooter .wallet .wallet-implicit .formLink {
  display: inline-block;
  line-height: 1.1;
  margin-top: 3px;
  vertical-align: top;
  float: right;
}
.uhf_headerFooter .wallet .wallet-implicit .formLink .notYou {
  font-size: 0.8571em;
  float: right;
  margin-bottom: 12px;
}
.uhf_headerFooter .wallet .wallet-explicit {
  display: none;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row {
  margin-bottom: 0;
  padding: 0.7143em 0.7143em 0.5em 1.0714em;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:link,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:visited,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:hover,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:active {
  color: #fff;
  font-size: 12px;
  font-family: "Graphik-Regular",Arial,sans-serif;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberName {
  color: #fff;
  display: block;
  line-height: 1.2;
  margin-right: 83px;
  overflow: hidden;
  padding: inherit;
  text-overflow: ellipsis;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberNumber {
  line-height: 1;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberNumber span {
  color: #fff;
  font-size: 0.8571em;
  font-weight: normal;
}

.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOutContainer{
    font-size: 10px;
    padding: 5px 0 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 92px;
    text-decoration: none;
    top: 0;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOut{
    text-decoration: underline;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel{
  font-family: "Graphik-Semibold", Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.PLATINUM{
  color: #818183;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.CLUB{
  color: #D46731;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.GOLD{
  color: #85754E;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.SPIRE{
  color: #AB2328;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance {
  margin: 2.1429em 0;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance a, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:link, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:visited, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:hover, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:active {
  color: #000;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance .pie_progress svg {
  overflow: visible;
  min-width: 14em;
  min-height: 14em;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}

.uhf_headerFooter .wallet .wallet-explicit #explicitMsgContainer {
  margin-top: 40px;
}

.uhf_headerFooter .ebaContainer .walletSlotLink > .row > .explicit-header{
    padding-top: 0;
    padding-bottom: 10px;
}

.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging {
  display: none;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging p,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract p{
  color: #707372;
  font-size: 18px;
  text-align: center;
  padding-top: 24px;
}

.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract a{
 color: #d46731;
 text-decoration: underline;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging .pointsValue {
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, serif;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress {
  margin: 0 0 2.1429em 0;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress svg {
  margin: 0 auto;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__content,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__number,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__label,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__icon {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__number {
  font-family: "Graphik-Semibold",Arial, sans-serif;
  color: #707372;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__label {
  margin-top: -24px;
  font-size: 14px;
  font-family: "Graphik-Regular",Arial, sans-serif;
  color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlot {
  margin: 50px -20px 0;
  padding: 0 30px;
  position: relative;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlotCTA {
  color: #D46731;
  font-size: 1.24em;
  position: absolute;
  right: 0.429em;
  top: 50%;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:hover
.walletSlotLink:hover,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:link,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:active,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:visited {
  color: inherit;
  text-decoration: none;
}
/*
* START - US10687 & US12355
*/
.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile {
    display: block;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    position: relative;
    margin-left: 15px
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .click-overlay-revise {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
    z-index: 200
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc,.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc p {
    font-size: 20px;
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section {
    display: block;
    padding-top: 10px;
    font-size: 22px;
    font-family: "Graphik-Medium",Arial,sans-serif;
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section:after {
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    position: absolute;
    content: "\f138";
    right: -12px
}
/*
* END - US10687 & US12355
*/
.uhf_headerFooter .wallet .wallet-explicit .explicit-header {
  padding: 15px 0;
  color: #707372;
  font-size: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit .explicit-header span{
    font-family: "Graphik-Medium", Arial, sans-serif;
    font-size: 22px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer {
  background-color: #D8D3CB;
  cursor: pointer;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .explicit-header {
  text-transform: capitalize;
  color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .upComingRes {
  padding-bottom: 15px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .brandPropertyInfoContainer {
  background-color: #eee;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer img.hotelImg {
  width: 49%;
  display: inline-block;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .brandHotelContainer {
  display: inline-block;
  text-align: center;
  width: 49%;
  vertical-align: middle;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer img.propertyLogo {
  max-height: 40px;
  max-width: 50%;
  display: inline;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .hotelName {
  color: #707372;
  font-family: "Graphik-Regular", Arial, sans-serif;
  font-size: 16px;
  margin-top: 10px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .resInfo {
  margin-top: 5px;
  color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut {
  display: inline-block;
  width: 49%;
  font-size: 1em;
  vertical-align: middle;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn span, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut span {
  display: block;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .date {
  font-size: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .desc{
    font-size: 14px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .time{
    font-size: 14px;
}
.uhf_headerFooter .wallet .slideBtnContainer {
  float: right;
  max-width: 6%;
  padding: 0.5em;
}
.uhf_headerFooter .wallet .slideBtnContainer:hover {
  cursor: pointer;
}
.uhf_headerFooter .wallet .slideClosedBtn {
  color: #FFF;
}
.uhf_headerFooter .wallet .closeBtn {
  background: url("images/ihg_page/temp/closeBtnWhite.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 14px;
  margin: 6px 8px 0 0;
  width: 12px;
}
.uhf_headerFooter .wallet .uhfCancelContainer {
  float: left;
}
.uhf_headerFooter .wallet .uhfCancel {
  color: #D96930;
}
.uhf_headerFooter .wallet .uhfCancel .fa-chevron-circle-left {
  margin-right: 4px;
}
.uhf_headerFooter .wallet .messageIconContainer,
.uhf_headerFooter .wallet .messageContainer {
  float: left;
}
.uhf_headerFooter .wallet .successContainer {
  background-color: #d9ffca;
  background-image: none;
  border-color: #3d9900;
  border-radius: 0;
  color: #3d9900;
  margin: 2px 2px 20px;
  padding: 12px 0 0;
  position: relative;
}
.uhf_headerFooter .wallet .successContainer i {
  font-size: 25px;
}
.uhf_headerFooter .wallet .successContainer .col-xs-custom {
  position: absolute;
  width: 34px;
}
.uhf_headerFooter .wallet .successContainer .col-xs-percent {
  float: right;
  padding-top: 3px;
  width: 92%;
}
.uhf_headerFooter .wallet .errorMsg {
  color: #F20000;
}
.uhf_headerFooter .wallet .errorMsgInput,
.uhf_headerFooter .wallet .errorMsgInput:focus {
  border-color: #F20000;
}
.uhf_headerFooter .wallet .errorTopMsg {
  background: none repeat scroll 0 0 #FFDDE3;
  border: 1px solid #F20000;
  border-radius: 0;
  color: #F20000;
  margin: 2px 2px 20px;
  padding: 12px 0 0;
  display: none;
}
.uhf_headerFooter .wallet .errorTopMsg i {
  font-size: 25px;
}
.uhf_headerFooter .wallet .errorTopMsg .col-xs-custom {
  width: 10%;
}
.uhf_headerFooter .wallet .errorTopMsg .col-xs-percent {
  width: 89%;
}
.uhf_headerFooter .wallet .errorTopMsg .errorTopMsgText {
  color: #f20000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.uhf_headerFooter .wallet .btn[disabled], .uhf_headerFooter .wallet .btn[disabled]:hover {
  background-color: #D96930;
}
.uhf_headerFooter .walletTransition {
  /*@noflip*/
  left: auto;
  /*@noflip*/
  right: 0;
  -webkit-transform: translateX(50rem);
  -ms-transform: translateX(50rem);
  -o-transform: translateX(50rem);
  transform: translateX(50rem);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.uhf_headerFooter .walletTransition.show {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.uhf_headerFooter .mainContentTransition {
  -webkit-transform: translateX(-50rem);
  -ms-transform: translateX(-50rem);
  -o-transform: translateX(-50rem);
  transform: translateX(-50rem);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 1;
}
.uhf_headerFooter .mainContentTransition.show {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.uhf_headerFooter #modalCreateEmail {
  color: #444;
  position: absolute;
  top: 0;
}
.uhf_headerFooter #modalCreateEmail .modal-dialog {
  padding-left: 16px;
  margin: 133px auto;
  width: 90%;
}
.uhf_headerFooter #modalCreateEmail .close {
  float: right;
  margin-left: 1em;
  text-align: right;
}
.uhf_headerFooter #modalCreateEmail .btnWalletDlg {
  font-size: 18px;
  margin: 14px;
  min-width: 41%;
}
.uhf_headerFooter #modalCreateEmail .modal-header {
  background-color: #3F3F3F;
  font-size: 20px;
  overflow: auto;
}
.uhf_headerFooter #modalCreateEmail .modal-header h4 {
  color: #FFFFFF;
  float: left;
  clear: none;
  padding: initial;
}
.uhf_headerFooter #modalCreateEmail .modal-header .close {
  color: #FFFFFF;
  opacity: 1;
}
.uhf_headerFooter #modalCreateEmail .modal-body {
  background: #F6F6F6;
}
.uhf_headerFooter .generic-dialog .modal-dialog {
  width: 300px;
}
@media (max-width: 430px) {
  .uhf_headerFooter .col-xs-2 {
    display: none;
  }
  .uhf_headerFooter .wallet .formLink .notYou {
    display: block;
    padding: 0;
  }
  .uhf_headerFooter .wallet .formLink .signOutClose {
    display: block;
    padding: 0;
  }
  .uhf_headerFooter .wallet .formLink .logOut {
    display: block;
    float: right;
    padding: 0;
  }
  .uhf_headerFooter .wallet .slideClosedBtn {
    margin: -4px 0 0;
  }
  .uhf_headerFooter .wallet .createPIN p {
    font-size: 14px;
  }
  .uhf_headerFooter .wallet .joinFont {
    font-size: 16px;
    font-family: "Graphik-Regular",Arial, sans-serif;
  }
  .uhf_headerFooter .wallet .wallet-implicit .titleFont {
    max-width: 72%;
  }
  .uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOutContainer {
    right: 6px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .walletSlot {
    padding: 0 20px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .walletSlotCTA {
    right: 0.143em;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .hotelName {
    font-size: 1em;
    margin-top: 5px;
    line-height: 120%;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut {
    font-size: 0.9em;
    width: 49%;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .date {
    font-size: 1.3em;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog {
    padding-left: 0px;
    margin: 100px auto;
    width: 100%;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog .btnWalletDlg {
    width: 85%;
  }
}
@media (max-width: 420px) {
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile {
    margin-left: 8px
  }
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section {
    font-size: 22px
  }
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section:after {
    right: -17px;
  }
}
@media (max-width: 496px) {
  .uhf_headerFooter .wallet {
    width: 100%;
  }
  .uhf_headerFooter .wallet .cardImage {
    display: none;
  }
  .uhf_headerFooter .wallet .chart {
    width: 100%;
  }
  .uhf_headerFooter .wallet .form-dark-row .col-xs-10 {
    width: 72%;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog {
    padding-left: 12px;
    margin: 100px auto;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .uhf_headerFooter .logIn {

  }
  .uhf_headerFooter .mainContent .lg-paragraph {
    display: none;
  }
  .uhf_headerFooter .mainContent .sm-paragraph {
    display: none;
  }
  .uhf_headerFooter .wallet .gridButtonContainer {
    float: none;
  }
  .uhf_headerFooter .wallet .gridButton .gridButton-icon {
    padding: 0.8em 0 2.4em 0;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .uhf_headerFooter .mainContent .lg-paragraph {
    display: none;
  }
  .uhf_headerFooter .wallet .helpFont {
    margin: 6px 0 0;
  }
}
@media (min-width: 1150px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-40rem);
    -ms-transform: translateX(-40rem);
    -o-transform: translateX(-40rem);
    transform: translateX(-40rem);
  }
  .uhf_headerFooter .wallet .helpFont {
    margin: 6px 0 0;
  }
}
@media (min-width: 1420px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-30rem);
    -ms-transform: translateX(-30rem);
    -o-transform: translateX(-30rem);
    transform: translateX(-30rem);
  }
}
@media (min-width: 1530px) and (max-width: 1669px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-22rem);
    -ms-transform: translateX(-22rem);
    -o-transform: translateX(-22rem);
    transform: translateX(-22rem);
  }
}
@media (min-width: 1670px) {
  .uhf_headerFooter .walletTransition {
    -webkit-transform: translateX(60rem);
    -ms-transform: translateX(60rem);
    -o-transform: translateX(60rem);
    transform: translateX(60rem);
  }
  .uhf_headerFooter .wallet {
    width: 580px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .col-sm-custom {
    width: 12%;
  }
}
@media (min-width: 1880px) {
  .uhf_headerFooter .walletTransition {
    -webkit-transform: translateX(70rem);
    -ms-transform: translateX(70rem);
    -o-transform: translateX(70rem);
    transform: translateX(70rem);
  }
  .uhf_headerFooter .wallet {
    width: 680px;
  }
}
.uhf_headerFooter header {
  outline: 0px;
}
.uhf_headerFooter a {
  outline: 0 !important;
}
.uhf_headerFooter a:hover {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  -webkit-transition: text-shadow 500ms ease 0s;
  -o-transition: text-shadow 500ms ease 0s;
  transition: text-shadow 500ms ease 0s;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:link,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:visited,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:hover,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:active {
  padding: 22px 0 18px 30px;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandLogo .brandLogo-image {
  min-width: 90px;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandLogo .brandLogo-link {
  line-height: 5;
}
.uhf_headerFooter .logIn-link, .uhf_headerFooter .logIn-link:link, .uhf_headerFooter .logIn-link:visited, .uhf_headerFooter .logIn-link:hover, .uhf_headerFooter .logIn-link:active {
  /*padding: 0.77em;*/
}
.uhf_headerFooter .ebaContainer {
  display: none;
  font-size: 14px;
  margin: 50px auto 15px auto;
  width: auto;
  word-spacing: -4px;
}
.uhf_headerFooter .ebaContainer .explicit-header {
  word-spacing: normal;
}
.uhf_headerFooter .wallet .ebaContainer .additionalItems,
.uhf_headerFooter .wallet .ebaContainer .youCanAlso {
  float: none;
  display: inline-block;
  vertical-align: middle;
  word-spacing: normal;
  margin: 0 0 10px 0;
}
.uhf_headerFooter .wallet .ebaContainer .additionalItems {
  /* RC 2.0 Change - Changing background color for circle box */
  font-size: 14px;
  padding: 0 4px 0 0;
  text-align: center;
}
.uhf_headerFooter .wallet .ebaContainer .youCanAlso {
  font-size: 1.1em;
  padding-right: 0px;
  padding-left: 7px;
  line-height: 1.5;
  width: inherit;
}
.uhf_headerFooter .additionalBlock {
  display: inline-block;
  vertical-align: top;
  width: 5.1em;
  word-spacing: normal;
}
.uhf_headerFooter .circle {
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
}
.uhf_headerFooter .circle.gold {
  background-color: #85754E;
}
.uhf_headerFooter .circle.platinum {
  background-color: #818183;
}
.uhf_headerFooter .circle.spire {
  background-color: #AB2328;
}
.uhf_headerFooter .circleInner {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.4em;
  text-align: center;
  font-family: "Graphik-Medium",Arial,sans-serif;
  font-weight: 700;
}
.uhf_headerFooter .ebaPlus {
  height: 2.4em;
  font-size: 17px;
  line-height: 2.4em;
  display: inline-block;
  text-align: center;
}
.uhf_headerFooter .ebaPadding {
  /* START - RC 2.0 Change - Added this for solid verticle line */
  /*@noflip*/
  border-right: 2px solid #e1e1e1;
  /* END - RC 2.0 Change - Added this for solid verticle line */
  padding: 8px 4px 0;
  word-spacing: -4px;
}
.uhf_headerFooter .ebaPadding-youCanAlso {
  padding: 0px 0;
}
.uhf_headerFooter .youCanALsoElement {
  display: inline-block;
  text-align: left;
}
.uhf_headerFooter .wallet .additionalText {
  line-height: 1.2;
  font-size: 12px;
  margin: .2em auto;
  text-align: center;
  max-width: 100%;
}
.uhf_headerFooter .youCanAlsoHeading {
    font-size: 14px;
    color: #707372;
    font-weight: 700;
    font-family: "Graphik-Medium",Arial,sans-serif;
}
.uhf_headerFooter .youCanAlsoList {
  font-family: "Graphik-Regular",Arial,sans-serif;
    color: #707372;
    font-size: 12px;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0;
    margin: 0
}
.uhf_headerFooter .youCanAlsoList li{
  list-style: inside;
}
.uhf_headerFooter .bold {
  font-weight: 700;
}
.uhf_headerFooter .manageAccount {
  text-align: center;
}
.uhf_headerFooter .wallet .walletSlot .wallet-container {
  margin: 50px auto 35px auto;
  width: auto;
  padding: 0;
}
.uhf_headerFooter .rcIconContainer {
  width: 100%;
  height: 100%;
}
.uhf_headerFooter .rcIcon {
    padding-bottom: 33.899%;
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: auto;

}
.uhf_headerFooter .learnIcon {
  /*@noflip*/
  background-image: url(//ihg.scene7.com/is/image/ihg/ihg-rc-wallet-gray?fmt=png-alpha&wid=145&hei=55);
}
.uhf_headerFooter .earnIcon {
  /*@noflip*/
  background-image: url(//ihg.scene7.com/is/image/ihg/img-earn?fmt=png-alpha&wid=110&hei=55);

}
.uhf_headerFooter .redeemIcon {
  /*@noflip*/
      background-image: url(//ihg.scene7.com/is/image/ihg/img-redeem?fmt=png-alpha&wid=110&hei=55);

}
.uhf_headerFooter .enjoyIcon {
  /*@noflip*/
      background-image: url(//ihg.scene7.com/is/image/ihg/img-enjoy?fmt=png-alpha&wid=110&hei=55);

}

/* Footer - Parent element (#uhf_footerWrapper) */
/*====================================*/
/* UHF: Footer - Master (footer.scss) */
/*====================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
/*$footer-lighterColor: #EDEDED;*/
@media (max-width: 479px) and (min-width: 1px) {
  .body-non-scrollable {
    height: 100%;
    overflow: hidden;
  }
}
/* Footer - Parent element (#uhf_footerWrapper) */
#uhf_footerWrapper {
  background-color: #fff;
  color: #707372;
  height: auto;
  overflow: hidden;
  clear: both;
  font-family: "Graphik-Regular",sans-serif !important;
  font-weight: 300;
  border-top: 4px solid #d96930;
  /* @import _footer-euCookie.scss */
  /**
  * UHF: Footer - EU Cookie
  */
  /* BPG drawer */
  /*brand colors*/
  /* general base styles */
  /*a, a:link, a:hover, a:focus, a:active, a:visited {color: inherit;}*/
  /*TODO: Check whether image-rendering property is still necessary in February*/
  /*img{image-rendering: optimizeQuality;}*/
  /*all*/
  /* Top Level Structuring */
  /* note */
  /* Modules */
  /* resdirect */
  /* best price guarantee  */
  /* footer brand nav */
  /* social */
  /* top destinations */
  /* footer brandBar*/
  /*Copyright*/
  /* Extra Small Device styles only*/
  /* Small devices (tablets, 480px and up) */
  /* Medium devices (desktops, 769px and up) */
  /* Large devices (large desktops, 961px and up) */
}
#uhf_footerWrapper .euCookieContainer {
  position: fixed;
  z-index: 2005;
  bottom: 0;
  right: 0;
  display: none;
  max-height: 100%;
  max-width: 100%;
  width: 400px;
}
#uhf_footerWrapper .euCookieContainer h3, #uhf_footerWrapper .euCookieCloseIcon .fa {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  vertical-align: top;
}
#uhf_footerWrapper .euCookieContainer a, #uhf_footerWrapper .euCookieContainer a:link, #uhf_footerWrapper .euCookieContainer a:hover, #uhf_footerWrapper .euCookieContainer a:focus, #uhf_footerWrapper .euCookieContainer a:active, #uhf_footerWrapper .euCookieContainer a:visited {
  color: inherit;
}
#uhf_footerWrapper .euCookieContent {
  padding: 10px;
  margin: 30px 15px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #FFF;
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #000;
}
#uhf_footerWrapper .euCookieContent .underLine {
  text-decoration: underline;
}
#uhf_footerWrapper .euCookieCloseIcon {
  display: inline-block;
  float: right;
  clear: both;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: .4;
}
#uhf_footerWrapper .drawer-outer {
  overflow: hidden;
  position: relative;
}
#uhf_footerWrapper .drawer-content {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#uhf_footerWrapper .drawer-toggle,
#uhf_footerWrapper .drawer-close {
  cursor: pointer;
}
#uhf_footerWrapper .brand-color-bkg {
  background-color: #d96930;
}
#uhf_footerWrapper h1 {
  font-size: 35px;
}
#uhf_footerWrapper h2 {
  font-size: 30px;
}
#uhf_footerWrapper h3 {
  font-size: 25px;
}
#uhf_footerWrapper h4 {
  font-size: 20px;
}
#uhf_footerWrapper h5 {
  font-size: 18px;
}
#uhf_footerWrapper p {
  margin-bottom: 0px;
}
#uhf_footerWrapper a, #uhf_footerWrapper a:link, #uhf_footerWrapper a:hover, #uhf_footerWrapper a:focus, #uhf_footerWrapper a:active, #uhf_footerWrapper a:visited {
  outline: 0 none;
}
#uhf_footerWrapper .footerHr {
  margin: .4em 0px;
  border: 0px;
  border-top: 1px solid #CBCBCB;
}
#uhf_footerWrapper .contentContainer {
  margin: .5em auto;
  line-height: 1.4;
}
#uhf_footerWrapper .stackingModule {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}
#uhf_footerWrapper .footerWrap {
  overflow: hidden;
  /* integrates container-fluid with fixed-width container overrides */
}
#uhf_footerWrapper .socialMedia,
#uhf_footerWrapper .marketingNav {
  float: left;
}
#uhf_footerWrapper .bpgResDirectWrapper {
  float: left;
}
#uhf_footerWrapper .BPGstackingModule {
  display: inline-block;
  float: left;
}
#uhf_footerWrapper .resDirectCol {
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
}
#uhf_footerWrapper .resDirectText {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}
#uhf_footerWrapper .resDirectDisclaimer {
  font-size: .9em;
  margin-top: 0px;
  margin-bottom: 1em;
}
#uhf_footerWrapper .resDirectDisclaimer a, #uhf_footerWrapper .resDirectDisclaimer a:link, #uhf_footerWrapper .resDirectDisclaimer a:hover, #uhf_footerWrapper .resDirectDisclaimer a:focus, #uhf_footerWrapper .resDirectDisclaimer a:active, #uhf_footerWrapper .resDirectDisclaimer a:visited {
  color: inherit;
}
#uhf_footerWrapper .resDirectNum {
  color: inherit;
  /*@noflip*/
  direction: ltr;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  font-family: "Graphik-Medium",sans-serif !important;
}
#uhf_footerWrapper .footer-bpg {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 12em;
  max-width: 100%;
  cursor: pointer;
}
#uhf_footerWrapper .BPGdrawerModule {
  margin: 0 1.3em;
}
#uhf_footerWrapper .BPGdrawer-close {
  font-size: 1.5em;
  float: right;
  margin: 0 0 0 20px;
}
#uhf_footerWrapper .BPGdrawer-close > .fa {
  vertical-align: top;
}
#uhf_footerWrapper .BPGdrawer-item {
  margin-top: .8em;
}
#uhf_footerWrapper .BPGdrawer-heading {
  font-size: 1.5em;
  font-style: italic;
}
#uhf_footerWrapper .BPGdrawer-titleLink {
  font-size: 1.3em;
  font-style: italic;
}
#uhf_footerWrapper .BPGdrawer-heading {
  color: #d96930;
}
#uhf_footerWrapper .BPGdrawer-copy {
  font-size: 1.3em;
}
#uhf_footerWrapper .footer-brandNav a, #uhf_footerWrapper .footer-brandNav a:link, #uhf_footerWrapper .footer-brandNav a:hover, #uhf_footerWrapper .footer-brandNav a:focus, #uhf_footerWrapper .footer-brandNav a:active, #uhf_footerWrapper .footer-brandNav a:visited {
  color: inherit;
}
#uhf_footerWrapper .brandNav__heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2.94em;
  font-family: "Graphik-Medium",sans-serif !important;
  color: #707372;
}
#uhf_footerWrapper .footer-brandNav-list {
  margin: 0;
}
#uhf_footerWrapper .brandNav__navItem {
  line-height: 1.4em;
  display: block;
  padding-top: .35em;
  padding-bottom: .35em;
  vertical-align: middle;
  width: 48%;
}
#uhf_footerWrapper .brandNav__navItem {
  float: left;
}
#uhf_footerWrapper .navColumns {
  display: block;
  width: 100%;
}
#uhf_footerWrapper .first-xs {
  float: left;
  clear: left;
  margin-right: 4%;
}
#uhf_footerWrapper .second-xs {
  float: right;
  clear: right;
}
#uhf_footerWrapper .colOne,
#uhf_footerWrapper .colTwo,
#uhf_footerWrapper .colThree {
  display: inline;
  padding: 0;
}
#uhf_footerWrapper .cookieUsageItem {
  height: auto;
}
#uhf_footerWrapper .social,
#uhf_footerWrapper .destinationsList {
  padding-left: 0;
}
#uhf_footerWrapper .social {
  display: block;
  width: 100%;
  margin: 10px auto 0 auto;
  -webkit-margin-after: 0;
}
#uhf_footerWrapper .socialElement {
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
#uhf_footerWrapper .socialElement--ourApps {
  max-width: 64%;
  width: -webkit-fit-content;
  display: inline-block;
}
#uhf_footerWrapper .socialElement__text {
  font-size: .9em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  font-family: "Graphik-Medium",sans-serif !important;
}
#uhf_footerWrapper .socialElement__icon {
  max-width: 100%;
  display: inline-block;
}
#uhf_footerWrapper .socialElement__icon .fa {
  color: #fff;
  font-size: 20px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 39px;
}
#uhf_footerWrapper .uhf_facebook {
  background-color: #3B5998;
}
#uhf_footerWrapper .uhf_twitter {
  background-color: #55ACEE;
}
#uhf_footerWrapper .uhf_linkedin {
  background-color: #4875B4;
}
#uhf_footerWrapper .uhf_weibo {
  background-color: #E6162D;
}
#uhf_footerWrapper .uhf_instagram {
  background-color: #3F729B;
}
#uhf_footerWrapper .uhf_pinterest {
  background-color: #CC2127;
}
#uhf_footerWrapper .socialElement__icon--ourApps {
  margin-right: .3em;
  display: inline;
}
#uhf_footerWrapper .ourAppsWrapper {
  float: right;
}
#uhf_footerWrapper .ourApps a,
#uhf_footerWrapper .ourApps a:link,
#uhf_footerWrapper .ourApps a:visited,
#uhf_footerWrapper .ourApps a:hover,
#uhf_footerWrapper .ourApps a:active {
  color: #d96930;
}
#uhf_footerWrapper .ourApps .androidApp,
#uhf_footerWrapper .ourApps .iosApp {
  float: left;
  height: 2.1em;
  margin-bottom: 8px;
  margin-right: 4%;
  width: auto;
}
#uhf_footerWrapper .topDestinations {
  text-align: left;
}
#uhf_footerWrapper .topDestinations .destinationsToggle {
  cursor: pointer;
  display: inline;
	font-weight: 500;
	font-family: "Graphik-Medium",sans-serif !important;
	font-size: 15px;
}
#uhf_footerWrapper .topDestinations .topDestinationsIcon {
  padding-right: 0.5em;
}
#uhf_footerWrapper .topDestinations .destinationElement {
  border-right: 1px solid #888;
  margin: 0.4em 0px;
  padding-bottom: 0;
}
#uhf_footerWrapper .topDestinations .destinationElement.destiationElement--lastChild {
  border-right: 0px;
}
#uhf_footerWrapper .topDestinations .destinationElement a,
#uhf_footerWrapper .topDestinations .destinationElement a:link,
#uhf_footerWrapper .topDestinations .destinationElement a:hover,
#uhf_footerWrapper .topDestinations .destinationElement a:focus,
#uhf_footerWrapper .topDestinations .destinationElement a:active,
#uhf_footerWrapper .topDestinations .destinationElement a:visited {
  color: inherit;
}
#uhf_footerWrapper .lozengeContainer {
  margin-top: 1em;
}
#uhf_footerWrapper .brandBarLozengeModule {
  position: relative;
  text-align: right;
  display: none;
}
#uhf_footerWrapper .lozengeTagLine,
#uhf_footerWrapper .brandBarTagLine {
  color: #000000;
  font: italic bold 1em georgia, serif;
  display: inline-block;
  vertical-align: bottom;
}
#uhf_footerWrapper .lozengeTagLine {
  text-align: right;
  max-width: 69%;
  margin: 15px auto;
}
#uhf_footerWrapper .brandBarTagLine {
  display: none;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
}
#uhf_footerWrapper .brandBarLozenge {
  background-color: #fff;
  /*note: ie8, opera mini, opera mobile 10 : border-radius not supported*/
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 3px -2px 6px 0px rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin-left: 4%;
  width: 4.8em;
  max-width: 25%;
  bottom: 0px;
  top: 0px;
  padding: 1.2em 0.6em;
}
#uhf_footerWrapper .brandBarLozengeInner {
  width: 100%;
  vertical-align: middle;
}
#uhf_footerWrapper .footer-brandBarModal__close {
  display: none;
}
#uhf_footerWrapper .footer-copyrightBlock {
  padding: .4em 0em;
}
#uhf_footerWrapper .footer-copyrightText {
  color: white;
}
#uhf_footerWrapper .footer-copyrightText .link-copyright-cn{
  color: white;
  text-decoration: underline;
}
@media (max-width: 479px) and (min-width: 1px) {
  #uhf_footerWrapper {
    /*actual brandBar layout*/
    /* jquery related styles */
  }
  #uhf_footerWrapper .stackingModule {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #uhf_footerWrapper .topDestinationsContainer {
    display: none;
  }
  #uhf_footerWrapper .ourAppsText {
    max-width: 15em;
  }
  #uhf_footerWrapper .footer-brandBarModal__backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    /*note*/
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #uhf_footerWrapper .footer-brandBarModal__close {
    text-align: right;
    display: block;
    font-size: 1.5em;
  }
  #uhf_footerWrapper .footer-brandBarModal__close:hover {
    cursor: pointer;
  }
  #uhf_footerWrapper .footer-brandBarModal__dialog {
    position: relative;
    /* modal version */
    /*
    width: auto;
    margin: 10px;
    border-radius:12px;
    */
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2% 4%;
  }
  #uhf_footerWrapper .footer-brandBarModal__dialog,
  #uhf_footerWrapper .footer-brandBar-link-6c {
    background-color: #ffffff;
  }
  #uhf_footerWrapper .brandBarLozengeModule {
    display: block;
  }
  #uhf_footerWrapper .footer-copyrightText {
    display: none;
    /*can remove after bootstrap customization*/
  }
  #uhf_footerWrapper .footer-brandBarModal--mobileHidden {
    display: none;
  }
  #uhf_footerWrapper .footer-brandBarModal--mobileVisible {
    display: block;
  }
}
@media (min-width: 480px) {
  #uhf_footerWrapper .contentContainer {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
  }
  #uhf_footerWrapper .footer-bpg {
    max-width: 100%;
  }
  #uhf_footerWrapper .resDirectText {
    padding-top: inherit;
    vertical-align: text-top;
  }
  #uhf_footerWrapper .contentContainer > .row > .hrCol {
    margin-top: 0px;
  }
  #uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group .formLink:lang(en) {
    top: 0;
    right: 0;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #uhf_footerWrapper {
    /* footer social */
    /* footer brand bar */
  }
  #uhf_footerWrapper .navColumns {
    display: table;
  }
  #uhf_footerWrapper .brandNav__navItem {
    width: 100%;
  }
  #uhf_footerWrapper .first-xs,
  #uhf_footerWrapper .second-xs {
    float: none;
    clear: both;
    margin-right: 0;
  }
  #uhf_footerWrapper .colOne,
  #uhf_footerWrapper .colTwo,
  #uhf_footerWrapper .colThree {
    display: table-cell;
    vertical-align: top;
    width: 31.5%;
  }
  #uhf_footerWrapper .colOne,
  #uhf_footerWrapper .colTwo {
    padding: auto 3% auto auto;
    width: 34.25%;
  }
  #uhf_footerWrapper .colThree {
    margin: auto 0 auto auto;
  }
  #uhf_footerWrapper .socialElement--ourApps {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-top: .8em;
  }
  #uhf_footerWrapper .marketingNav > .navColumns > [class*="col"] > .brandNav__navItem:first-child {
    margin-top: 41px;
  }
}

/*======================================*/
/*END UHF: Footer - Master (footer.scss) */
/*======================================*/
/*============================================*/
/* UHF: Application Wrapper Pushover (application-wrapper-pushover.scss) */
/*============================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
body .uhf-walletPushOver {
  position: relative;
  right: 0px;
  transition: right 500ms;
  -webkit-transition: right 500ms;
  -o-transition: right 500ms;
  -moz-transition: right 500ms;
}

body.walletIsOpen .uhf-walletPushOver {
  right: 480px;
}

#uhf_headerWrapper .booknow{
  display: none;
}

.adChoiceImage{
	padding-bottom: 4px;
	margin-left: 2px;
}

@media (max-width: 496px) {
  body.walletIsOpen .uhf-walletPushOver {
    right: 100%;
  }
}
@media (min-width: 1670px) {
  body.walletIsOpen .uhf-walletPushOver {
    right: 580px;
  }
}
@media (min-width: 1880px) {
  body.walletIsOpen .uhf-walletPushOver {
    right: 680px;
  }
}
@media only screen
and (max-width : 332px) {
  .uhf_headerFooter .wallet .createPin-zipCodeContainer{
    padding-left: 0;
  }
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-implicit {
    margin-right: -0.9%;
    margin-left: -1.7%;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-explicit {
    margin-right: -3.9%;
    margin-left: -4.5%;
}
.uhf_headerFooter .wallet .wallet-explicit .gridButton {
    margin: 0 0 26px 0;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlot .wallet-container:last-child {
    margin-top: 0;
}

.uhf_headerFooter .wallet .wallet-explicit .walletSlot:last-child{
  margin-top: 40px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-explicit .gridButtonContainer .form-group,
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-implicit .gridButtonContainer .form-group {
    margin-bottom: 4px;
}
.uhf_headerFooter .wallet .checkbox label{
  font-family: "Graphik-Regular",Arial, sans-serif;
  font-size: 14px !important;
  color: #707372;
}
.uhf_headerFooter .gridTextContainer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  padding: 0 10px 0 10px;
}
.uhf_headerFooter .gridTextContainer span sup {
    font-size: 75% !important;
    text-decoration: none;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group .joinFont:lang(en) {
  display:inline-block;
  margin-top: 0;
}
/*IE styles*/
@media screen and (min-width:0\0) {
  .uhf_headerFooter .wallet .joinFont{
    margin: 10px 65px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	#uhf_headerWrapper .utilityNav{
	  width:40%;
  	}
    #uhf_headerWrapper .utilityNav:lang(en) {
    	width: 32%;
	}
	#uhf_headerWrapper .utilityNav:lang(ru) {
    	width: 33%;
	}
    #uhf_headerWrapper .utilityNav:lang(de) {
        width: 31%;
    }
    #uhf_headerWrapper .utilityNav:lang(it) {
        width: 37%;
	}
    #uhf_headerWrapper .utilityNav:lang(pt) {
        width: 34%;
    }
    #uhf_headerWrapper .utilityNav:lang(ja) {
        width: 34%;
    }
	#uhf_headerWrapper .utilityNav:lang(es) {
   	 	width: 26%;
	}
    #uhf_headerWrapper .utilityNav:lang(fr) {
        width: 28%;
    }
    #uhf_headerWrapper .utilityNav:lang(nl) {
        width: 27%;
    }
    #uhf_headerWrapper .utilityNav:lang(tr) {
        width: 30%;
	}
	#uhf_headerWrapper .utilityNav:lang(ko) {
    	width: 33%;
	}
}


@media (min-width: 991px){
	#uhf_headerWrapper .utilityNav {
   	 	width: 44%;
	}
	#uhf_headerWrapper .utilityNav:lang(es) {
   	 	width: 40%;
	}
	#uhf_headerWrapper .utilityNav:lang(fr) {
        width: 38%;
  }
	#uhf_headerWrapper .utilityNav:lang(pt) {
      width: 47%;
  }
  #uhf_headerWrapper .utilityNav:lang(it) {
      width: 47%;
    }
  #uhf_headerWrapper .utilityNav:lang(nl) {
      width: 41%;
    }
  #uhf_headerWrapper .utilityNav:lang(ru) {
      width: 45%;
    }
	#uhf_headerWrapper .utilityNav:lang(de) {
        width: 43%;
    }
	#uhf_headerWrapper .utilityNav:lang(ja) {
        width: 46%;
    }
	#uhf_headerWrapper .utilityNav:lang(tr) {
        width: 41%;
    }
}


@media (max-width: 768px) {
  	#uhf_headerWrapper .logIn {
	  color: #fff;
	  padding:0;
	}
}

@media (min-width: 768px){
    #uhf_headerWrapper div.logIn-State > span {
		font-size:12px;
		line-height:12px;
    }
}

#uhf_headerWrapper .mobileNavMenuContainer .mobileResDirectNumber .fa.fa-phone.fa-2x{
    font-size: 2em !important;

}

/*==============================================*/
/*END UHF: Application Wrapper Pushover (application-wrapper-pushover.scss) */
/*==============================================*/
/*=====================================*/
/*END UHF: Application Base (base.scss) */
/*=====================================*/

/*==========================================*/
/* START : UHF: BASE UBE  (base_ube.css)    */
/*==========================================*/

#uhf_headerWrapper .mobileNavMenu-subList{
	padding-left: 0;
}

#uhf_headerWrapper ul.mobileNavMenu-subList a.mobileNavLink{
  font-weight: normal;
}

#uhf_headerWrapper .mobileNavMenu{
	padding: 0;
}

#uhf_headerWrapper div.wrapper-UBE a.mobileNavLink{
	padding: .7em 1em;
}

/*========================================*/
/* END : UHF: BASE UBE  (base_ube.css)    */
/*========================================*/
/*===================================*/
/* UHF: Application Base (base.scss) */
/*===================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
body {
  overflow-x: hidden;
}


@font-face {
  font-family: 'Graphik-Medium';
  src: url("/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot");
  src: url("/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff2") format("woff2"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff") format("woff"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Graphik-Regular';
  src: url("/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot");
  src: url("/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff2") format("woff2"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff") format("woff"), url("/static/ihg/common/global/fonts/ihg-com/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/**
* Reset as many properties as possible to avoid bleed-through styles
*
* If it ever seems necessary, this reset can be made more specific
* by using #uhf_headerWrapper, #uhf_footerWrapper instead of .uhf_headerFooter.
*
* Note: If you are going to add any properties to this, they should use the property's default css value.
*
*/
@font-face {
  font-family: 'Graphik-Medium';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik-Regular';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik-Semibold';
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.eot');
  src: url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.woff2') format('woff2'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold-Web.woff') format('woff'),
    url('/static/ihg/common/global/fonts/ihg-com/Graphik-Semibold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.uhf_headerFooter div {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: auto;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  background-color: transparent;
  border: medium none transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  outline: invert none medium;
}

.uhf_headerFooter span {
  background: none transparent;
  border: medium none transparent;
  float: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .wallet sup{
    font-size: 75% !important;
}
.uhf_headerFooter a,
.uhf_headerFooter button,
.uhf_headerFooter input,
.uhf_headerFooter input[type="submit"] {
  outline: 0px;
}

.uhf_headerFooter {
  direction: rtl;
  position: relative;
  font: "Graphik-Regular",sans-serif;
}

.uhf_headerFooter {
  /* Global - Generics */
  /* @import _bootstrapOverrides.scss */
  /**
  * UHF: Bootstrap Overrides - Container

  IMPORTANT- Because bootstrap is not customized at all, its styles must be overridden here to allow for UHF's design.
  */
  /************* bootstrap un-styling *****************/
  /* explicitly define xs viewport for this one pixel to override part of bootstrap's small viewport*/
  /************* bootstrap overrides *****************/
  /*New Bootstrap-like view size for Tablet View (min-width:480px and max-width: 768px)*/
  /**********************************************************/
  /******************************************************************/
  /* @import _genericElements.scss */
  /**
  * UHF: Generic Elements
  */
  /* @import _utilityClasses.scss */
  /**
  * UHF: Generic & Utility Classes [u-]
  */
  /* Global - Components */
  /* @import _shared-dialog.scss */
  /**
  * UHF: Shared Dialog
  */
  /* brazilian consent */
  /* Temporary override for en_US.css to fix ie9 filter defect.
  *  TODO: remove from stylesheet when not using en_US.css
  */
  /* kisa */
  /* @import _brandBar.scss */
  /**
  * UHF: Header - Brand Bar
  */
  /* Module Variables */
  /*px*/
  /*px*/
  /*px*/
  /* header brandbar only */
  /* footer brandbar only */
  /* header only */
  /*============================================*/
  /* UHF: Shared Classes (uhf-shared-classes.scss) */
  /*============================================*/
  /* @import _globalVariables.scss */
  /**
  * UHF: Global Variables
  */
  /* $default-font-size: 14; */
  /* Default primary brand color to IHG/6C */
  /* $primary-color: #d96930; */
  /* $primary-text-color: #000; */
  /* $primary-background-color: #efefef; */
  /* $secondary-text-color: #fff; */
  /* $secondary-background-color: #3b3b3b; */
  /* $globalNav-background-color: #fff; */
  /* $universal-brand-color: #d96930; */
  /* $universal-background-color: #efefef; */
  /*==============================================*/
  /*END UHF: Shared Classes (uhf-shared-classes.scss) */
  /*==============================================*/
}
@media (min-width: 768px) and (max-width: 768px) {
  .uhf_headerFooter .col-sm-1, .uhf_headerFooter .col-sm-2, .uhf_headerFooter .col-sm-3, .uhf_headerFooter .col-sm-4, .uhf_headerFooter .col-sm-5, .uhf_headerFooter .col-sm-6, .uhf_headerFooter .col-sm-7, .uhf_headerFooter .col-sm-8, .uhf_headerFooter .col-sm-9, .uhf_headerFooter .col-sm-10, .uhf_headerFooter .col-sm-11, .uhf_headerFooter .col-sm-12 {
    float: right;
    width: 100%;
  }
  .uhf_headerFooter .col-xs-1, .uhf_headerFooter .col-xs-2, .uhf_headerFooter .col-xs-3, .uhf_headerFooter .col-xs-4, .uhf_headerFooter .col-xs-5, .uhf_headerFooter .col-xs-6, .uhf_headerFooter .col-xs-7, .uhf_headerFooter .col-xs-8, .uhf_headerFooter .col-xs-9, .uhf_headerFooter .col-xs-10, .uhf_headerFooter .col-xs-11, .uhf_headerFooter .col-xs-12 {
    float: right;
  }
  .uhf_headerFooter .col-xs-12 {
    width: 100%;
  }
  .uhf_headerFooter .col-xs-11 {
    width: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-10 {
    width: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-9 {
    width: 75%;
  }
  .uhf_headerFooter .col-xs-8 {
    width: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-7 {
    width: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-6 {
    width: 50%;
  }
  .uhf_headerFooter .col-xs-5 {
    width: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-4 {
    width: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-3 {
    width: 25%;
  }
  .uhf_headerFooter .col-xs-2 {
    width: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-1 {
    width: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-12 {
    left: 100%;
  }
  .uhf_headerFooter .col-xs-pull-11 {
    left: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-10 {
    left: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-9 {
    left: 75%;
  }
  .uhf_headerFooter .col-xs-pull-8 {
    left: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-7 {
    left: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-6 {
    left: 50%;
  }
  .uhf_headerFooter .col-xs-pull-5 {
    left: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-4 {
    left: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-3 {
    left: 25%;
  }
  .uhf_headerFooter .col-xs-pull-2 {
    left: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-pull-1 {
    left: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-pull-0 {
    left: auto;
  }
  .uhf_headerFooter .col-xs-push-12 {
    right: 100%;
  }
  .uhf_headerFooter .col-xs-push-11 {
    right: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-push-10 {
    right: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-push-9 {
    right: 75%;
  }
  .uhf_headerFooter .col-xs-push-8 {
    right: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-push-7 {
    right: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-push-6 {
    right: 50%;
  }
  .uhf_headerFooter .col-xs-push-5 {
    right: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-push-4 {
    right: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-push-3 {
    right: 25%;
  }
  .uhf_headerFooter .col-xs-push-2 {
    right: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-push-1 {
    right: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-push-0 {
    right: auto;
  }
  .uhf_headerFooter .col-xs-offset-12 {
    margin-right: 100%;
  }
  .uhf_headerFooter .col-xs-offset-11 {
    margin-right: 91.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-10 {
    margin-right: 83.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-9 {
    margin-right: 75%;
  }
  .uhf_headerFooter .col-xs-offset-8 {
    margin-right: 66.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-7 {
    margin-right: 58.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-6 {
    margin-right: 50%;
  }
  .uhf_headerFooter .col-xs-offset-5 {
    margin-right: 41.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-4 {
    margin-right: 33.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-3 {
    margin-right: 25%;
  }
  .uhf_headerFooter .col-xs-offset-2 {
    margin-right: 16.66666667%;
  }
  .uhf_headerFooter .col-xs-offset-1 {
    margin-right: 8.33333333%;
  }
  .uhf_headerFooter .col-xs-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .uhf_headerFooter {
    /*for 768 width, do not make .container width=750px*/
  }
  .uhf_headerFooter .hidden-sm {
    display: initial !important;
  }
  .uhf_headerFooter .container {
    width: initial;
  }
}
.uhf_headerFooter .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .uhf_headerFooter .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .uhf_headerFooter .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .uhf_headerFooter .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 990px;
  }
}
.uhf_headerFooter .col-ihg-tablet-1,
.uhf_headerFooter .col-ihg-tablet-2,
.uhf_headerFooter .col-ihg-tablet-3,
.uhf_headerFooter .col-ihg-tablet-4,
.uhf_headerFooter .col-ihg-tablet-5,
.uhf_headerFooter .col-ihg-tablet-6,
.uhf_headerFooter .col-ihg-tablet-7,
.uhf_headerFooter .col-ihg-tablet-8,
.uhf_headerFooter .col-ihg-tablet-9,
.uhf_headerFooter .col-ihg-tablet-10,
.uhf_headerFooter .col-ihg-tablet-11,
.uhf_headerFooter .col-ihg-tablet-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.uhf_headerFooter .visible-ihg-tablet,
.uhf_headerFooter .visible-ihg-tablet-block,
.uhf_headerFooter .visible-ihg-tablet-inline,
.uhf_headerFooter .visible-ihg-tablet-inline-block {
  display: none !important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .uhf_headerFooter .col-ihg-tablet-1,
  .uhf_headerFooter .col-ihg-tablet-2,
  .uhf_headerFooter .col-ihg-tablet-3,
  .uhf_headerFooter .col-ihg-tablet-4,
  .uhf_headerFooter .col-ihg-tablet-5,
  .uhf_headerFooter .col-ihg-tablet-6,
  .uhf_headerFooter .col-ihg-tablet-7,
  .uhf_headerFooter .col-ihg-tablet-8,
  .uhf_headerFooter .col-ihg-tablet-9,
  .uhf_headerFooter .col-ihg-tablet-10,
  .uhf_headerFooter .col-ihg-tablet-11,
  .uhf_headerFooter .col-ihg-tablet-12 {
    float: right;
  }
  .uhf_headerFooter .col-ihg-tablet-12 {
    width: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-11 {
    width: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-10 {
    width: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-9 {
    width: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-8 {
    width: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-7 {
    width: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-6 {
    width: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-5 {
    width: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-4 {
    width: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-3 {
    width: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-2 {
    width: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-1 {
    width: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-12 {
    left: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-11 {
    left: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-10 {
    left: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-9 {
    left: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-8 {
    left: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-7 {
    left: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-6 {
    left: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-5 {
    left: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-4 {
    left: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-3 {
    left: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-2 {
    left: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-1 {
    left: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-pull-0 {
    left: auto;
  }
  .uhf_headerFooter .col-ihg-tablet-push-12 {
    right: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-11 {
    right: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-10 {
    right: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-9 {
    right: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-8 {
    right: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-7 {
    right: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-6 {
    right: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-5 {
    right: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-4 {
    right: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-3 {
    right: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-2 {
    right: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-1 {
    right: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-push-0 {
    right: auto;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-12 {
    margin-right: 100%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-11 {
    margin-right: 91.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-10 {
    margin-right: 83.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-9 {
    margin-right: 75%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-8 {
    margin-right: 66.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-7 {
    margin-right: 58.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-6 {
    margin-right: 50%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-5 {
    margin-right: 41.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-4 {
    margin-right: 33.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-3 {
    margin-right: 25%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-2 {
    margin-right: 16.66666667%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-1 {
    margin-right: 8.33333333%;
  }
  .uhf_headerFooter .col-ihg-tablet-offset-0 {
    margin-right: 0;
  }
  .uhf_headerFooter .visible-xs,
  .uhf_headerFooter .visible-xs-block,
  .uhf_headerFooter .visible-xs-inline,
  .uhf_headerFooter .visible-xs-inline-block {
    display: none !important;
  }
  .uhf_headerFooter .visible-sm,
  .uhf_headerFooter .visible-sm-block,
  .uhf_headerFooter .visible-sm-inline,
  .uhf_headerFooter .visible-sm-inline-block {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uhf_headerFooter .visible-ihg-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm {
    display: block !important;
  }
  .uhf_headerFooter table.visible-sm {
    display: table;
  }
  .uhf_headerFooter tr.visible-sm {
    display: table-row !important;
  }
  .uhf_headerFooter th.visible-sm,
  .uhf_headerFooter td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uhf_headerFooter .hidden-sm {
    display: none !important;
  }
}
.uhf_headerFooter a, .uhf_headerFooter a:link, .uhf_headerFooter a:visited, .uhf_headerFooter a:hover, .uhf_headerFooter a:focus, .uhf_headerFooter a:active {
  color: #000;
  text-decoration: none;
}
.uhf_headerFooter h1, .uhf_headerFooter h2, .uhf_headerFooter h3, .uhf_headerFooter h4, .uhf_headerFooter h5, .uhf_headerFooter h6, .uhf_headerFooter dt, .uhf_headerFooter dd {
  color: #000;
}
.uhf_headerFooter .u-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .u-list-item {
  float: right;
  padding: 0;
}
.uhf_headerFooter .u-list-item > .u-link {
  display: block;
}
.uhf_headerFooter .uhfSharedDialog {
  color: #444;
}
.uhf_headerFooter .uhfSharedDialog .modal-backdrop {
  filter: alpha(opacity=30);
  opacity: .3;
}
.uhf_headerFooter .uhfSharedDialog .close {
  text-align: left;
  clear: left;
}
.uhf_headerFooter .uhfSharedDialog .modal-header {
  background-color: #3F3F3F;
  color: #FFFFFF;
}
.uhf_headerFooter .uhfSharedDialog .modal-body {
  background: #F6F6F6;
}
.uhf_headerFooter .uhfSharedDialog .modal-footer {
  background: #F6F6F6;
  border: 0px;
  border: none;
}
.uhf_headerFooter .uhfSharedDialog .btn {
  font-size: 1.2em;
  border-radius: 30px;
  text-shadow: none;
  background-image: none;
  outline: none;
  color: inherit;
  box-shadow: -1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  height: auto;
  width: auto;
  float: none;
  min-width: 4em;
  text-shadow: none;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .btn{
  background-color:#3F3D3D;
  margin-bottom: 5px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .createPIN{
  margin-bottom: 0;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .joinNow.btn{
  margin-top: 15px;
  margin-bottom: 5px;
}

#uhf_headerWrapper .wallet .wallet-state>form>fieldset .form-dark-row .wallet-head .titleFont{
  font-family:"Graphik-Regular",Arial, sans-serif;
  color:white;
  font-size:18px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group>label {
    margin-top: 0;
    margin-bottom: 2px;
    font-family: "Graphik-Regular",Arial, sans-serif;
    font-size: 16px;
    color: #707372;
}
.uhf_headerFooter .radio, .uhf_headerFooter .checkbox{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 9px;
}
.uhf_headerFooter .wallet .btnWallet.signIn{
  margin-bottom: 5px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .forgotPinContainer>label input:checked:after,
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row>[class*="col-"] .form-group .rememberMeContainer>label input:checked:after {
    font-family: "Graphik-Medium",Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased
}
.uhf_headerFooter .wallet .checkbox label input ~ .checkbox-color:before{
   content:'';
   background:#d46731;
   position:absolute;
   right: 0;
   top:4px;
   width:13px;
   height:13px
}
.uhf_headerFooter .wallet .checkbox label input[type="checkbox"]:checked ~ .checkbox-color:after{
   content:'';
   display:block;
   width:5px;
   height:10px;
   border:solid white;
   border-width:0 2px 2px 0;position:absolute;
   right: 4px;
   top:4px;
   -webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
   -o-transform:rotate(45deg);
   transform:rotate(45deg)
}
.uhf_headerFooter .uhfSharedDialog .btn-primary {
  background-color: #D96930;
  color: #fff;
  border-color: #D96930;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 12px;
}
.uhf_headerFooter .backdrop-transparent .modal-backdrop {
  filter: alpha(opacity=0);
  opacity: 0.0;
}
.uhf_headerFooter .popover {
  text-align: right;
}
.uhf_headerFooter .popover > .arrow {
  /*@noflip*/
  direction: ltr;
}
.uhf_headerFooter #dialog-ajaxDefaultError {
  display: none;
}
.uhf_headerFooter .ajaxDefaultError-Container {
  background: none;
  border: none;
  color: #F20000;
  display: block;
  margin: 0;
  padding: 0;
}
.uhf_headerFooter .ajaxDefaultError-Container i {
  font-size: 25px;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorIcon-container {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorMessage-container {
  width: 88%;
  display: inline-block;
  vertical-align: middle;
}
.uhf_headerFooter .ajaxDefaultError-Container .errorMsg {
  color: #f20000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  background-image: none;
}
.uhf_headerFooter .ajaxDefaultError-Container .popover .errorMsg a, .uhf_headerFooter .ajaxDefaultError-Container .popover .errorMsg span {
  color: #C13A02;
  display: inline;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .popover .errorMsg a {
  color: #C13A02;
}
.uhf_headerFooter #modalBrazilianConsent p {
  margin-bottom: 1em;
}
.uhf_headerFooter #modalBrazilianConsent .modal-header {
  background-color: #F6F6F6;
  padding: 0;
}
.uhf_headerFooter #modalBrazilianConsent .modal-footer {
  text-align: right;
}
.uhf_headerFooter #modalBrazilianConsent .modal-footer .btn {
  text-transform: uppercase;
  background-color: #d96930;
  color: #fff;
  border-color: #d96930;
}
.uhf_headerFooter #modalBrazilianConsent .modal-header .close {
  padding: 15px;
}
.uhf_headerFooter #modalBrazilianConsent .modal-dialog {
  width: 45em;
  max-width: 85%;
  margin: 10% auto;
}
.uhf_headerFooter .brazillianConsentImg {
  width: 100%;
  height: auto;
}
.uhf_headerFooter #modalBrazilianConsent .btn,
.uhf_headerFooter #modalBrazilianConsent .btn-primary,
.uhf_headerFooter #modalBrazilianConsent .btn-success,
.uhf_headerFooter #modalBrazilianConsent .btn-info,
.uhf_headerFooter #modalKoreanConsent .btn,
.uhf_headerFooter #modalKoreanConsent .btn-primary,
.uhf_headerFooter #modalKoreanConsent .btn-success,
.uhf_headerFooter #modalKoreanConsent .btn-info {
  filter: none;
}
.uhf_headerFooter .brazilConsentHeaderBackground {
  display: inline-block;
  width: 100%;
  height: 0px;
  text-indent: -999em;
  background-size: 100%;
  background-image: url("//ihg.scene7.com/is/image/ihg/uhf_brand_new2-1?fmt=png");
  background-repeat: no-repeat;
  padding-bottom: 42.75%;
  /* margin-top: 10px; */
  background-position: 0% 105%;
}
.uhf_headerFooter .scrollbox {
  position: relative;
  max-height: 7em;
  margin: 8px 0;
  overflow: auto;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
  padding: 6px;
}
.uhf_headerFooter .kisa-logo-container-ambassador {
  /*
  width: 10.5em;
  height: 6em;
  display:inline-block;
  */
  width: 22em;
  max-width: 85%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.uhf_headerFooter .kisa-logo-ambassador {
  width: 100%;
  height: 0px;
  text-indent: -999em;
  background-size: 313%;
  background-image: url("//ihg.scene7.com/is/image/ihg/uhf_brand_new2?fmt=png-alpha");
  background-repeat: no-repeat;
  padding-bottom: 12%;
  /* margin-top: 10px; */
  background-position: 0px 0px;
}
.uhf_headerFooter .kisa-logo-container-rewardsclub {
  width: 10.5em;
  height: 6em;
  display: inline-block;
}
.uhf_headerFooter #modalKoreanConsent {
  font-size: 11px;
  color: #707372;
  line-height: 1.4;
}
.uhf_headerFooter #modalKoreanConsent .modal-footer {
  text-align: right;
}
.uhf_headerFooter #modalKoreanConsent .modal-header {
  background-color: #FFFFFF;
  padding-top: 0;
  padding-bottom: 0;
}
.uhf_headerFooter #modalKoreanConsent .modal-body {
  background-color: #FFFFFF;
}
.uhf_headerFooter #modalKoreanConsent .modal-footer {
  background-color: #FFFFFF;
}
.uhf_headerFooter #modalKoreanConsent .modal-header .close {
  margin-top: 10px;
}
.uhf_headerFooter #modalKoreanConsent .modal-dialog {
  width: 400px;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20em;
  margin-bottom: 20em;
}
.uhf_headerFooter #modalKoreanConsent h1 {
  font-size: 1em;
  color: #c13a02;
}
.uhf_headerFooter #modalKoreanConsent h1, .uhf_headerFooter #modalKoreanConsent h2, .uhf_headerFooter #modalKoreanConsent h3, .uhf_headerFooter #modalKoreanConsent h4, .uhf_headerFooter #modalKoreanConsent h5, .uhf_headerFooter #modalKoreanConsent h6, .uhf_headerFooter #modalKoreanConsent p {
  margin: 0 0 5px 0;
}
.uhf_headerFooter #modalKoreanConsent h2, .uhf_headerFooter #modalKoreanConsent h3, .uhf_headerFooter #modalKoreanConsent h4, .uhf_headerFooter #modalKoreanConsent h5, .uhf_headerFooter #modalKoreanConsent h6 {
  color: inherit;
  font-weight: bold;
  color: #000;
}
.uhf_headerFooter #modalKoreanConsent p {
  color: inherit;
  margin: 0 0 5px 0;
}
.uhf_headerFooter #modalKoreanConsent h2 {
  font-size: 1.6em;
  font-style: italic;
}
.uhf_headerFooter #modalKoreanConsent h3 {
  font-size: 1.1em;
}
.uhf_headerFooter #modalKoreanConsent input[type=checkbox] {
  vertical-align: middle;
  margin: 3px 0 3px 3px;
  height: 1.4em;
}

.uhf_headerFooter .brandBar {
  overflow: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.uhf_headerFooter .brandBar * {
  overflow:hidden;
  image-rendering:auto;
}

.uhf_headerFooter .brandBar-link {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 72.85714%;
  text-indent: -999em;
  background-image: url("//ihg.scene7.com/is/image/ihg/brand_logos_sprite_2x?fmt=png-alpha");
  background-repeat: no-repeat;
  /*@noflip*/
  background-position:.9% -82px; 
  background-size: 2626.641651%;
  padding-bottom:54px;
}
.uhf_headerFooter .brandBar-link[data-uhf-state="active"] {
  background-color: #fff;
}
.uhf_headerFooter .brandBar-link-ic{background-position:7.30% -82px; background-size: 1816.992514%;}
.uhf_headerFooter .brandBar-link-ul{background-position:15.60% -82px; background-size: 2177.293935%;}
.uhf_headerFooter .brandBar-link-cp{background-position:22.85% -82px; background-size: 2145.580717%;}
.uhf_headerFooter .brandBar-link-in{background-position:29.8% -82px; background-size: 2204.280082%;}
.uhf_headerFooter .brandBar-link-vn{background-position:36.70% -82px; background-size: 2231.972043%;}
.uhf_headerFooter .brandBar-link-hi{background-position:43.35% -82px; background-size: 2622.940991%;}
.uhf_headerFooter .brandBar-link-ex{background-position:49.4% -82px; background-size: 2584.818989%;}
.uhf_headerFooter .brandBar-link-rs{background-position:55.6% -82px; background-size: 2503.898928%;}
.uhf_headerFooter .brandBar-link-cv{background-position:61.8% -82px; background-size: 2503.898928%;}
.uhf_headerFooter .brandBar-link-sb{background-position:68.50% -82px; background-size: 2231.972043%;}
.uhf_headerFooter .brandBar-link-cw{background-position:75.50% -82px; background-size: 2296.015429%;}
.uhf_headerFooter .brandBar-link-ki{background-position:92.0% -82px; background-size: 2231.972043%;}

.uhf_headerFooter .header-brandBarWrapper {
  background-color: #f4f2ed;
}
.uhf_headerFooter .header-brandBar-item{width: 6.73%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(2){width: 9.73%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(3){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(4){width: 8.02%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(5){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(6){width: 8.12%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(7){width: 8.24%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(8){width: 6.74%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(9){width: 6.84%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(10){width: 7.06%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(11){width: 7.06%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(12){width: 7.92%;}
.uhf_headerFooter .header-brandBar-item:nth-of-type(13){width: 7.70%;}
.uhf_headerFooter .footer-brandBar-link--rewards{background-size: 1280.437837%;padding-bottom:56.666666666%;background-position:84.8% 0;}
.uhf_headerFooter .footer-brandBar-link-6c{
  background-size: 1690.848829%;
  background-position: 100.5% 13.2%;
  background-color: #fff;
}

.uhf_headerFooter .footer-brandBar-link {background-size: 1707.050607%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ic{background-position:7.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ki{background-position:92.600% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-in{background-position:29.700% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-vn{background-position:36.600% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ul{background-position:15.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cp{background-position:22.500% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position:43.200% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position:49.300% 2%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position:55.700% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position:62.000% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position:68.750% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position:75.800% 5%;}
.uhf_headerFooter .footer-brandBar .brandBar-link-av{background-position: 0.5% 67%;}

.uhf_headerFooter .footer-brandBar {
  position: relative;
  line-height: 1.5em;
  border: solid 2px #d96930;
  padding: .3em 0em;
  width: 100%;
  margin: 14.4897% auto 10px auto;
  vertical-align: middle;
}
.uhf_headerFooter .footer-brandBar__col {
  /* note */
  margin: 0.6em 0;
}
.uhf_headerFooter .footer-brandsCol,
.uhf_headerFooter .footer-rewardsCol {
  position: relative;
  display: inline-block;
  width: 100%;
}
.uhf_headerFooter .footer-brandBarDisclaimer{
  float: left;
  padding-top: 1%;
  margin-bottom: 2em;
  font-family: "Graphik-Regular",sans-serif;
}
.uhf_headerFooter .footer-brandBarItem {
  display: block;
  width: 100%;
  position: relative;
  /*note*/
}
.uhf_headerFooter .footer-brandBarItem-6c {
  width: 80%;
  /* percentage of logo--groupA width */
  position: absolute;
  bottom: 78%;
  margin-bottom: 0;
  /*same as brandBar__col padding-top */
  left: -12px;
  /*same as (.footer-brandBar border-width) + (.footer-brandBarItem padding) + (1px to be safe)*/
}
.uhf_headerFooter .footer-brandBarItem--rewards {
  padding: 0 15%;
  border-top: solid 1px #909090;
  display: block;
  width: 100%;
}
@media (max-width: 479px) and (min-width: 1px) {
  .uhf_headerFooter .footer-brandBar {
    margin: 12% auto;
    /*logo-6c width% * logo-6c width/height*/
    width: 60%;
    height: auto;
    vertical-align: middle;
  }
  .uhf_headerFooter .footer-brandBarItems {
    display: flex;
    flex-wrap: wrap;
}
.uhf_headerFooter .footer-brandBarItem {
    float: left;
    width: 50%;
}
.uhf_headerFooter .footer-brandBarItem-ic {
    order: 0; 
}
.uhf_headerFooter .footer-brandBarItem-ki {
    order: 1; 
}
.uhf_headerFooter .footer-brandBarItem-in {
    order: 2; 
}
.uhf_headerFooter .footer-brandBarItem-vn {
    order: 3; 
}.uhf_headerFooter .footer-brandBarItem-ul {
    order: 4; 
}
.uhf_headerFooter .footer-brandBarItem-cp {
    order: 5; 
}.uhf_headerFooter .footer-brandBarItem-hi {
    order: 6; 
}.uhf_headerFooter .footer-brandBarItem-ex {
    order: 7; 
} .uhf_headerFooter .footer-brandBarItem-cv {
  order: 8; 
}
.uhf_headerFooter .footer-brandBarItem-rs {
    order: 9; 
}
.uhf_headerFooter .footer-brandBarItem-sb {
    order: 10; 
}
.uhf_headerFooter .footer-brandBarItem-cw {
    order: 11;
}.uhf_headerFooter .footer-brandBarItem-av {
    order: 12;
    width: 100%;
}
  .uhf_headerFooter .footer-brandBar__col {
    padding: 12% 7% 3.1% 7%;
    /* padding-top must be equal to .footer-brandBarItem-6c margin-bottom*/
    /*note*/
    margin: 0px;
  }
  .uhf_headerFooter .footer-rewardsCol {
    padding: 0 20%;
  }
  .uhf_headerFooter .footer-brandBarItem-6c {
    width: 40%;
    margin-bottom: 36%;
    margin-left: 4%;
  }
  
  .uhf_headerFooter .footer-brandBar-link{background-size:1590.000%;padding-bottom:40.3%}
  .uhf_headerFooter .footer-brandBar-link--rewards{background-size:1350.000%;padding-bottom:38.666667%;background-position:84.8% 5%}
  .uhf_headerFooter .footer-brandBar-link-6c{width:100%;background-size:1750.000%;background-position:100.400% 14%;padding-bottom:56%}
  .uhf_headerFooter .footer-brandBarItem-6c{width:44.2%;left:-3.8%;top:-6.5%;bottom:auto;margin:0}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ic{background-position: 6.3% 4.5%;background-size:1400.000%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ki{background-position: 93.3% 4.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-in{background-position: 29.2% 5.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-vn{background-position: 37% 4.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ul{background-position: 14.9% 2.9%;padding-bottom:57.8%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cp{background-position: 22.9% 3.7%;padding-bottom:46.1%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position: 43.1% 5.5%;padding-bottom:51.1%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position: 49.8% 7.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position: 56.3% 9.5%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position:62.5% 8.5%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position: 69.1% 9%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position: 76.4% 9%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-av{background-position:0 67%;width:50%;margin:0 auto;padding-bottom:17.15%}
   .uhf_headerFooter .footer-brandBarItem--rewards {
    padding: 0 1%;
  }   
   
  /*RightCol*/
  .uhf_headerFooter .footer-brandBarDisclaimer {
    font-size: 11px;
    line-height: 1;
    margin-top: -10px;
  }
}


@media (min-width: 480px) {
  .uhf_headerFooter {
    /* note */
  }
  .uhf_headerFooter .footer-brandBar {
    margin-top: 9.2886673502%;
  }
  .uhf_headerFooter .footer-brandBarModal__dialog {
    display: block;
  }
  .uhf_headerFooter .footer-brandBar__col {
    margin: 0em 0;
  }
  .uhf_headerFooter .footer-brandsCol {
    display: block;
    float: left;
    text-align: center;
    width: 86.4%;
  }
  .uhf_headerFooter .footer-rewardsCol {
    display: block;
    float: right;
    text-align: center;
    width: 13.6%;
    border-top: none;
    padding-top: 1.25%;
  }
  .uhf_headerFooter .footer-brandBarItem {
    float: right;
    width: 15.3%;
  }
  .uhf_headerFooter .footer-brandBarItem-6c {
    width: 16.3%;
    /* percentage of logo--groupA width */
    position: absolute;
    bottom: 78%;  /* edit del done orignal 100% */
    margin-bottom: 0;
    /*same as brandBar__col padding-top */
    left: -1%; /* edited from -0.5%  */
    /*same as (.footer-brandBar border-width) + (.footer-brandBarItem padding) + (1px to be safe)*/
  }
  .uhf_headerFooter .footer-brandBarItem-ic.footer-brandBarItem {
    margin-right: 7.2%;
}
  .uhf_headerFooter .footer-brandBar .footer-brandBar-link {
    padding-bottom: 68%;
  }
  .uhf_headerFooter .footer-brandBarDisclaimer {
    float: right;
    font-size: .8em;
    padding-top: 1%;
    margin-bottom: 2em;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link{padding-bottom:46px;background-position:.95% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ic{background-position:7.30% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ki{background-position:92% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-in{background-position:29.8% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-vn{background-position:36.70% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ul{background-position:15.60% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cp{background-position:22.85% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-hi{background-position:43.35% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-ex{background-position:49.4% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-rs{background-position:55.6% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cv{background-position:61.8% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-sb{background-position:68.50% -60px}
  .uhf_headerFooter .header-brandBarWrapper .brandBar-link-cw{background-position:75.50% -60px}

  .uhf_headerFooter .footer-brandBarItem--rewards{padding:28% 5% 28% 5%;border-top:0;border-left:solid 1px #909090;}
  .uhf_headerFooter .brandBar-link{padding-bottom:48%; background-position:.95% -60px;}
	.uhf_headerFooter .footer-brandBar .brandBar-link-ic{background-position:7.200% 2%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ki{background-position: 92.6% 1%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-in{background-position:29.4% 2.5%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-vn{background-position:36.600% 4%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ul{background-position: 15.3% 2%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cp{background-position:22.500% 4%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-hi{background-position:43.4% 1%;padding-bottom:78%;background-size:2107.050607%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-ex{background-position:49.6% 1%;padding-bottom:78%;background-size:2107.050607%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-rs{background-position:55.700% 4%;padding-bottom:72%;background-size:2177.050607%;}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cv{background-position:62.000% 4%;padding-bottom:72%;background-size:2177.050607%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-sb{background-position:68.750% 4%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-cw{background-position:75.800% 4%}
  .uhf_headerFooter .footer-brandBar .brandBar-link-av{background-position:.1% 66%}
	.uhf_headerFooter .footer-brandBar-link--rewards{background-position: 84.5% 3%;background-size: 1415.437837%;}
	.uhf_headerFooter .footer-brandBar-link-6c{background-position:100.6% 14%;background-color:#fff;}
  .uhf_headerFooter .footer-brandBarItem{float:right;}
  .footer-brandBarItem-in.footer-brandBarItem,
  .footer-brandBarItem-vn.footer-brandBarItem,
  .footer-brandBarItem-cp.footer-brandBarItem,
  .footer-brandBarItem-cv.footer-brandBarItem,
  .footer-brandBarItem-rs.footer-brandBarItem,
  .footer-brandBarItem-cw.footer-brandBarItem,
  .footer-brandBarItem-sb.footer-brandBarItem {
      width: 14%;
  }
  .uhf_headerFooter .footer-brandBar .brandBar-link-in,
  .uhf_headerFooter .footer-brandBar .brandBar-link-vn,
  .uhf_headerFooter .footer-brandBar .brandBar-link-cp,
  .uhf_headerFooter .footer-brandBar .brandBar-link-cv,
  .uhf_headerFooter .footer-brandBar .brandBar-link-rs,
  .uhf_headerFooter .footer-brandBar .brandBar-link-cw,
  .uhf_headerFooter .footer-brandBar .brandBar-link-sb {
    background-size: 1877.050607%;
  }
  .uhf_headerFooter .footer-brandBarItem-hi.footer-brandBarItem {
    width: 12.3%;
  }
  .uhf_headerFooter .footer-brandBarItem-ki.footer-brandBarItem {
    margin-right: 1.6%;
  }
  .uhf_headerFooter .footer-brandBarItem-ex.footer-brandBarItem {
    width: 12.3%;
  }
  .uhf_headerFooter .footer-brandBarItem-in.footer-brandBarItem {
    margin-right: 1%;
  }
  .uhf_headerFooter .footer-brandBarItem-vn.footer-brandBarItem {
    margin-right: 0.8%;
  }
  .uhf_headerFooter .footer-brandBarItem-cp.footer-brandBarItem {
    margin-right: 0.6%;
  }
  .uhf_headerFooter .footer-brandBarItem-cv.footer-brandBarItem {
    margin-right: 1.6%;
    width: 12.3%;
  }
  .uhf_headerFooter .footer-brandBarItem-rs.footer-brandBarItem {
    margin-left: .7%;
    width: 12.3%;
  }
}
@media (min-width: 992px) {
  .uhf_headerFooter {
    /* TODO: - same as .footer-brandBarItem*/
  }
  .uhf_headerFooter .footer-brandBar {
    margin-top: 9.2886673502%;
  }
  .uhf_headerFooter .footer-brandBarModal__dialog {
    display: block;
  }
  .uhf_headerFooter .footer-brandBarItem-6c {
    width: 80%;
    /* percentage of logo--groupA width */
    position: absolute;
    bottom: 78%;  /* edit del done orignal 100% */
    margin-bottom: 0;
    /*same as brandBar__col padding-top */
    left: -1.2%;
    /*same as (.footer-brandBar border-width) + (.footer-brandBarItem padding) + (1px to be safe)*/
  }
  .uhf_headerFooter .footer-brandBar__col {
    margin: 0em 0;
  }
  .uhf_headerFooter .footer-brandsCol {
    display: block;
    float: left;
    text-align: center;
    width: 84%;
    padding-left: 1.5%;
  }
  .uhf_headerFooter .footer-rewardsCol {
    display: block;
    float: right;
    text-align: center;
    width: 16%;
    border-top: none;
    padding: 1% 0;
  }
  .uhf_headerFooter .footer-brandBarItem {
    float: right;
    width: 13%;
    margin-left: 2.9%;
  }
  .uhf_headerFooter .footer-brandBarItem-ic.footer-brandBarItem {
    margin-right: 5%;
}
.uhf_headerFooter .footer-brandBarItem-in.footer-brandBarItem {
  margin-left: 1%;
}
.uhf_headerFooter .footer-brandBarItem-6c.footer-brandBarItem {
  width: 13.5%;
  margin-left: 0;
}
.footer-brandBarItem-in.footer-brandBarItem,
.footer-brandBarItem-vn.footer-brandBarItem,
.footer-brandBarItem-cp.footer-brandBarItem,
.footer-brandBarItem-cv.footer-brandBarItem,
.footer-brandBarItem-rs.footer-brandBarItem,
.footer-brandBarItem-cw.footer-brandBarItem,
.footer-brandBarItem-sb.footer-brandBarItem {
    width: 13%;
    margin-left: 1%;
}
.footer-brandBarItem-ki.footer-brandBarItem {
  margin-left: 2.4%;
}
.footer-brandBarItem-ul.footer-brandBarItem {
margin-left: 2.2%;
}
.footer-brandBarItem-hi.footer-brandBarItem {
margin-left: 1.5%;
}
.footer-brandBarItem-ex.footer-brandBarItem {
margin-left: 2.5%;
}
.footer-brandBarItem-in.footer-brandBarItem {
  margin-left: 1.2%;
}
.footer-brandBarItem-vn.footer-brandBarItem {
  margin-left: 1.3%;
}
.footer-brandBarItem-cp.footer-brandBarItem {
  margin-left: 2.4%;
}
.footer-brandBarItem-cv.footer-brandBarItem {
  margin-left: 2.1%;
}
.footer-brandBarItem-rs.footer-brandBarItem {
  margin-left: 1.9%;
}
.footer-brandBarItem-sb.footer-brandBarItem, .footer-brandBarItem-cw.footer-brandBarItem {
  margin-left: 0;
}
  .uhf_headerFooter .footer-brandBar .footer-brandBar-link {
    padding-bottom: 66%;
  }
  .uhf_headerFooter .footer-brandBarItem-in .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-vn .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-cp .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-cv .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-rs .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-sb .footer-brandBar-link,
  .uhf_headerFooter .footer-brandBarItem-cw .footer-brandBar-link {
    padding-bottom: 55%;
}
  .uhf_headerFooter .footer-brandBarDisclaimer{
    float: right;
    font-size: .8em;
    padding-top: 1%;
    margin-bottom: 2em;
}
  .uhf_headerFooter .footer-brandBarItem--rewards {
    padding: 12% 5% 12% 5%;
    border-top: none;
    border-left: solid 1px #909090;
  }
  .uhf_headerFooter .footer-brandBar-link--rewards {
    padding-bottom: 49.666667%;
    background-position: 85.1% 0px;
 }
}
.uhf_headerFooter .darkenContent {
  bottom: 0;
  background-color: black;
  display: none;
  /*@noflip*/
  left: 0;
  opacity: 0;
  position: absolute;
  /*@noflip*/
  right: -20%;
  transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  width: 100%;
  z-index: 55;
}
.uhf_headerFooter .darkenContent.dark {
  display: block;
  opacity: 0.3;
}
.uhf_headerFooter .uhf_headerFooter .modal0872button {
  background-color: #d96930;
  border-color: #d96930;
  border-radius: 30px;
  box-shadow: -1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  min-width: 4em;
  padding: 7px 12px;
  text-shadow: none;
}

/* Header - Parent element (#uhf_headerWrapper) */
/*============================================*/
/* UHF: Header - Master (header.scss) */
/*============================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
/* Header - Parent element (#uhf_headerWrapper) */
#uhf_headerWrapper {
  /* @import _header-countryLanguagePushDown.scss */
  /**
  * UHF: Header - Country Language Push Down
  */
  /* @import _header-utilityNav.scss */
  /**
  * UHF: Header - Utility Navigation
  */
  /**
   * Country/Language popover styling
   */
  /* @import _header-mobileNav.scss */
  /**
  * UHF: Header - Mobile Navigation
  */
}
#uhf_headerWrapper .notificationBar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 2000;
  display: none;
}
#uhf_headerWrapper .sessionWillExpire {
  background-color: #f6f6f6;
  border-bottom: 1px solid silver;
}
#uhf_headerWrapper .sessionWillExpire a,
#uhf_headerWrapper .sessionWillExpire a:link,
#uhf_headerWrapper .sessionWillExpire a:visited,
#uhf_headerWrapper .sessionWillExpire a:hover,
#uhf_headerWrapper .sessionWillExpire a:active {
  color: #d96930;
}
#uhf_headerWrapper .expireWarningIcon {
  color: #fa4909;
}
#uhf_headerWrapper .sessionWillExpireCol {
  margin: 10px auto;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #222;
}
#uhf_headerWrapper #singSec, #uhf_headerWrapper #singMin {
  display: none;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown {
  background-color: #000;
  /* For IE9 not supporting linear-gradient */
  background: -webkit-linear-gradient(#515151, #000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#515151, #000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#515151, #000);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#515151, #000);
  /* Standard syntax (must be last) */
  padding: 10px 0;
}
#uhf_headerWrapper i.buttonClose {
  color: #999;
  font-weight: 700;
}
#uhf_headerWrapper i.buttonClose:hover {
  color: #ccc;
}
#uhf_headerWrapper #uhf_countryLanguagePushDownContainer {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
#uhf_headerWrapper #uhf_countryLanguagePushDownContainer span {
  display: inline-block;
  margin-left: 10px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button {
  background-color: #fff;
  border: 0px;
  border-radius: 5px;
  color: #000;
  line-height: normal;
  margin: 0 2.5px;
  padding: 1px 6px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button#uhf_countryLanguagePushDownClose {
  background-color: transparent;
  display: block;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 0px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown div.subText {
  color: #888;
  font-size: 12px;
}
#uhf_headerWrapper #uhf_countryLanguagePushDown button#uhf_langNotSupported_yes:not(#uhf_countryLanguagePushDownClose) {
  display: none;
}
@media (max-width: 780px) {
  #uhf_headerWrapper #uhf_countryLanguagePushDownContainer span.buttonContainer {
    display: block;
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  #uhf_headerWrapper #uhf_countryLanguagePushDownContainer span.buttonContainer button {
    padding: 1px 6px;
  }
  #uhf_headerWrapper #uhf_countryLanguagePushDown button:not(#uhf_countryLanguagePushDownClose) {
    border-radius: 10px;
    display: inline-block;
    height: 30px;
    width: 45%;
  }
}
@media (max-width: 640px) {
  #uhf_headerWrapper #uhf_countryLanguagePushDown button:not(#uhf_countryLanguagePushDownClose) {
    border-radius: 10px;
    height: 30px;
    margin: 5px 0;
    width: 100%;
  }
}
#uhf_headerWrapper .utilityNavWrapper {
  background-color: #3f3d3d;
  min-height: 35px;
  font-family: "Graphik-Regular",sans-serif;
  color: #fff;
  font-size: 0.75em;
  line-height: 22px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  line-height:22px;
}
#uhf_headerWrapper .utilityNav,
#uhf_headerWrapper .logIn {
  color: #fff;
}
#uhf_headerWrapper .utilityNav {
  float: right;
  padding:7px 0 6px 0;
}
#uhf_headerWrapper .utilityNav-list-item {
  vertical-align: middle;
}
#uhf_headerWrapper .utilityNav-resDir-item {
  clear: right;
  font-size: .9em;
}
#uhf_headerWrapper .utilityNav-link {
	display: inline-block;
	padding:0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.75px;
	margin-left: 10px;
	text-transform: uppercase;
    font-family: "Graphik-Regular",sans-serif;
    font-weight: 300;
}
#uhf_headerWrapper .resDirectNum-link {
  /*@noflip*/
  direction: ltr;
  padding-right: 0;
}
#uhf_headerWrapper .resDirectIcon-link {
  padding-left: 0;
}
#uhf_headerWrapper .nav-middle {
  vertical-align: middle;
}
#uhf_headerWrapper .tooltipQuestion {
  padding: 0px;
}
#uhf_headerWrapper .hasBlankPopover + .popover {
  color: #000;
  font-size: inherit;
}
#uhf_headerWrapper .utilityNav-message {
  padding-left: 0.25em;
  padding-top: 0;
}
#uhf_headerWrapper .utilityNav-link,
#uhf_headerWrapper .utilityNav-link:link,
#uhf_headerWrapper .utilityNav-link:visited,
#uhf_headerWrapper .utilityNav-link:hover,
#uhf_headerWrapper .utilityNav-link:active {
  color: #fff;
}
#uhf_headerWrapper #uhfCountryLanguageLink {
  display: none;
}
#uhf_headerWrapper #uhfCountryLanguageLink.disableCountryLanguage {
  opacity: 0.3;
  cursor: default;
}
#uhf_headerWrapper .language-icon {
  height: 20px;
  margin: -4.5px 0.25em;
  vertical-align: middle;
}
#uhf_headerWrapper #uhfLocale,
#uhf_headerWrapper #uhfCountryLanguageImageContainer {
  display: none;
}
#uhf_headerWrapper .popover {
  margin-top: 2px;
  max-width: 354px;
}
#uhf_headerWrapper .popover-content {
  padding: 0.71429em;
}
#uhf_headerWrapper .popover-content label {
  color: #333333;
  font-size: 1.07143em;
  line-height: 1.07143em;
  text-transform: capitalize;
}
#uhf_headerWrapper #uhfLanguagesSelectionContainer,
#uhf_headerWrapper #uhfCountryLanguageCTA {
  display: block;
  margin-top: 1.07143em;
}
#uhf_headerWrapper #uhfCountrySelection,
#uhf_headerWrapper #uhfLanguageSelection {
  color: #666;
  font-size: 14px;
  width: 100%;
  height: 38px;
  width: 100%;
  background: linear-gradient(white 0, #f3f3f3 100%);
  padding: 8px 12px;
  border: 1px solid #cccccc;
  line-height: 1.42857143;
}
#uhf_headerWrapper #uhfCountryLanguageCTA div, #uhf_headerWrapper #uhfCountryLanguageCTA button {
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times {
  color: #ccc;
  position: absolute;
  left: 5px;
  text-transform: none;
  top: 5px;
}
#uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times:hover {
  color: #999;
}
@media (max-width: 767px) {
  #uhf_headerWrapper .mobileNavCL {
    margin: 20px 0;
    font-size: 14px;
  }
  #uhf_headerWrapper .language-icon {
    height: 32px;
	width:32px;
  }
  #uhf_headerWrapper #uhfLocale {
    margin-top: 20px;
  }
  #uhf_headerWrapper #uhfCountryLanguageCTA i.fa-times, #uhf_headerWrapper #uhfCountryLanguageMobileContainer {
    display: none;
  }
  #uhf_headerWrapper #uhfCountryLanguageMobileContainer.uhfCLContainer_show, #uhf_headerWrapper #uhfLocale {
    display: block;
  }
  #uhf_headerWrapper #uhfCountryLanguageMobileLink.disableCountryLanguage {
    opacity: 0.3;
    cursor: default;
  }
  #uhf_headerWrapper .mobileNavCL label {
    color: #707372;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
	font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
  #uhf_headerWrapper #uhfCountryLanguageCTA button.buttonSave {
    border-radius: 0px;
  }
}
#uhf_headerWrapper #uhfCountryLanguageCTA button.buttonSave {
  background-color: #d96930;
  border: none;
  color: #fff;
  display: none;
  margin-bottom: 10px;
}
#uhf_headerWrapper .logIn {
  float: left;
  font-size: 0.85714em;
  text-align: left;
  padding:7px 0 0 0;
}
#uhf_headerWrapper .logIn-link,
#uhf_headerWrapper .logIn-link:link,
#uhf_headerWrapper .logIn-link:visited,
#uhf_headerWrapper .logIn-link:hover,
#uhf_headerWrapper .logIn-link:active {
  color: #fff;
  display: inline-block;
  padding: 0;
}
#uhf_headerWrapper .logIn-link-logo,
#uhf_headerWrapper .logIn-link-logo:link,
#uhf_headerWrapper .logIn-link-logo:visited,
#uhf_headerWrapper .logIn-link-logo:hover,
#uhf_headerWrapper .logIn-link-logo:active {
  display: inline-block;
  float: left;
  vertical-align: middle;
}

.uhf_headerFooter #uhf_headerWrapper .logIn-link-logo{
	padding:0 10px 0 0;
}

#uhf_headerWrapper .logIn-link-divider {
  background: #fff;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  width: 1px;
}
#uhf_headerWrapper .logIn-link.logIn-block {
  line-height: 12px;
  padding: 0 10px 0 0;
  text-align: right;
}
#uhf_headerWrapper .logIn-link.logOut, #uhf_headerWrapper .logIn-explicit .user-first-name {
  text-decoration: none;
}
#uhf_headerWrapper img.rewardsClubLogo {
	display: inline-block;
	height: 16px;
	max-width: 100%;
	width: auto;
}
#uhf_headerWrapper .logIn-State {
  display: none;
  vertical-align: middle;
  margin:0 0 0 10px;
}
#uhf_headerWrapper .logIn-State > .logIn-link {
  font-size: 9px;
}
#uhf_headerWrapper .logIn-anonymous > .logIn-link {
  font-size: 12px;
  line-height: 24px;
}
#uhf_headerWrapper .logIn-State >.logIn-link.logOut{
	font-size: 12px;
    padding: 0 0 0 10px;
}
#uhf_headerWrapper div.logIn-State > a, #uhf_headerWrapper div.logIn-State > span {
  display: inline-block;
  vertical-align: middle;
}
#uhf_headerWrapper div.logIn-State > span {
	color:#fff;
	margin: -3px 0 0 0px;
}
#uhf_headerWrapper .logIn-mobile .logIn-State {
  display: none;
  margin-top: 6px;
}
#uhf_headerWrapper .brandLogoNavWrapper {
  background-color: #fff;
}
#uhf_headerWrapper .brandLogoNavContainer {
  padding-right: 0;
  padding-left: 0;
}
#uhf_headerWrapper .brandLogo {
  float: right;
  max-width: 25%;
}
#uhf_headerWrapper .brandLogo .brandLogo-link {

  line-height: 1;
  /*padding: 0.5em;*/
}

@media (min-width: 768px) {
  #uhf_headerWrapper .brandLogo .brandLogo-link {
    line-height: 5;

  }
  #uhf_headerWrapper .brandLogo .brandLogo-image{
    margin-right:15px;
  }
}
@media (min-width: 992px) {
  #uhf_headerWrapper .brandLogo .brandLogo-link {
    line-height: 7.5;
    padding: 0 1em;
  }
  .uhf_headerFooter .col-md-12{
	  width:100%;
  }
}
#uhf_headerWrapper .brandLogo .brandLogo-image {
  max-height: 72px;
  width: auto;
  max-width: 100%;
  min-width: initial;
  padding: .5em;
  vertical-align: middle;
}
#uhf_headerWrapper .brandNavContainer {
  float: left;
  width: 75%;
}
#uhf_headerWrapper .brandNav {
  text-align: left;
}
#uhf_headerWrapper .brandNav-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#uhf_headerWrapper .brandNav-list-item {
  float: right;
}
#uhf_headerWrapper .brandNav-link,
#uhf_headerWrapper .brandNav-link:link,
#uhf_headerWrapper .brandNav-link:visited,
#uhf_headerWrapper .brandNav-link:hover,
#uhf_headerWrapper .brandNav-link:active {
  color: #d96930;
  display: block;
  font-size: 1.285714em;
  font-weight: bold;
  padding: 26px 13px;
}
@media (min-width: 992px) {
  #uhf_headerWrapper .brandNav-link,
  #uhf_headerWrapper .brandNav-link:link,
  #uhf_headerWrapper .brandNav-link:visited,
  #uhf_headerWrapper .brandNav-link:hover,
  #uhf_headerWrapper .brandNav-link:active {
    padding: 40px 22px;
  }
}
#uhf_headerWrapper .mobileNav,
#uhf_headerWrapper .logIn-mobile {
  float: left;
}

#uhf_headerWrapper .mobileNav-link,
#uhf_headerWrapper .mobileNav-link:link,
#uhf_headerWrapper .mobileNav-link:visited,
#uhf_headerWrapper .mobileNav-link:hover,
#uhf_headerWrapper .mobileNav-link:active {
  color: #fff;
  display: inline-block;
  /* 22px / 14px */
  padding: 1.57143em;
}
#uhf_headerWrapper .logIn-mobile {
  font-size: 1em;
  min-height: 72px;
  text-align: center;
  width: 125px;
  max-width: 25%;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link {
  font-size: 0.8em;
  padding: 0 0.5em;
}
#uhf_headerWrapper .logIn-mobile div.logIn-anonymous a.logIn-link {
  padding: 0;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link-logo {
  margin-top: 1.4em;
  display: inline-block;
  padding: 0 1em;
  width: auto;
}
#uhf_headerWrapper .logIn-mobile > .logIn-link-logo .rewardsClubLogo {
  max-width: 135px;
  width: 100%;
}
#uhf_headerWrapper .mobileNavContainer {
  position: relative;
  clear: both;
  width: 100%;
  z-index: 1000;
  /*TODO: Z-INDEX*/
}
#uhf_headerWrapper .mobileNavInner {
  position: absolute;
  width: 100%;
  background-color: #efefef;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
  font-size: 16px;
}
#uhf_headerWrapper .mobileNav-hidden {
  display: none;
}
#uhf_headerWrapper .mobileNavMenu,
#uhf_headerWrapper .mobileNavCL {
  line-height: 1.5;
  padding: 0px 10px;
  text-transform: uppercase;
}
#uhf_headerWrapper .mobileNavMenu-list {
  padding: .7em 0px 0px 0px;
  border-bottom: 2px solid #fff;
  color: #d96930;
  margin: 0px;
}
#uhf_headerWrapper .mobileNavMenu-subList {
  list-style-type: none;
}
#uhf_headerWrapper .mobileNavHeading {
  font-weight: 600;
}
#uhf_headerWrapper .mobileNavMenu-list-item {
  line-height: 2;
  /*
  padding-top: .62em;
  padding-bottom: 1.75em;
  */
}
#uhf_headerWrapper .mobileNavMenu-list:last-child {
  padding-bottom: .7em;
}
#uhf_headerWrapper .mobileNavLink {
  display: block;
  padding: .7em 0;
}
@media (min-width: 480px) {
  #uhf_headerWrapper .logIn-mobile {
    width: 175px;
  }
  #uhf_headerWrapper .logIn-mobile > .logIn-link {
    font-size: 1em;
    padding: 0.25em 0.5em 0 0.5em;
  }
  #uhf_headerWrapper .logIn-mobile > .logIn-link-logo {
    margin-top: 0.75em;
    padding: 0 0.5em;
  }
  #uhf_headerWrapper .logIn-mobile > a.logIn-link-logo.explicit {
    margin: 0;
    line-height: 72px;
  }
}

.uhf_headerFooter{
	font-family: "Graphik-Regular",sans-serif;
}

/*==============================================*/
/*END UHF: Header - Master (header.scss) */
/*==============================================*/
.uhf_headerFooter {
  /* Wallet - Parent element (.wallet) */
  /*============================================*/
  /* UHF: Header - Wallet (wallet.scss) */
  /*============================================*/
  /* @import _globalVariables.scss */
  /**
  * UHF: Global Variables
  */
  /* $default-font-size: 14; */
  /* Default primary brand color to IHG/6C */
  /* $primary-color: #d96930; */
  /* $primary-text-color: #000; */
  /* $primary-background-color: #efefef; */
  /* $secondary-text-color: #fff; */
  /* $secondary-background-color: #3b3b3b; */
  /* $globalNav-background-color: #fff; */
  /* $universal-brand-color: #d96930; */
  /* $universal-background-color: #efefef; */
  /* CSS Transitions for the Wallet fly-out effect... */
  /***********************************************************************************/
  /* Modal Dialogs.
  /***********************************************************************************/
  /***********************************************************************************/
  /* Media queries... */
  /***********************************************************************************/
  /***********************************************************************************/
  /*END TODO: Mockup Overrides! - If these are to be kept - remove the originals!... */
  /***********************************************************************************/
  /* EBA */
  /* Manage Account */
  /*==============================================*/
  /*END UHF: Header - Wallet (wallet.scss) */
  /*==============================================*/
}
.uhf_headerFooter .mainContentTransition {
  opacity: 0.4;
}
.uhf_headerFooter .mainContentTransition.show {
  opacity: 1;
}
.uhf_headerFooter .wallet {
  background-color: #F4F2ED;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  box-shadow: 5px 5px 7px -7px rgba(0, 0, 0, 0.17);
  color: #444444;
  display: none;
  font-family:  "Graphik-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px 40px;
  position: absolute;
  left: 0;
  text-align: right;
  width: 480px;
  z-index: 55;
  /* Temporary override for en_US.css to fix ie9 filter defect.
  *  TODO: remove from stylesheet when not using en_US.css
  */
  /* basic wallet button - (looks like ihg brand buttons)*/
  /* basic wallet button - (looks like ihg brand buttons)*/
}
.uhf_headerFooter .wallet .titleFont {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
}
.uhf_headerFooter .wallet p {
  font-family: "Graphik-Regular",Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #707372;
  line-height: 17px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group> p{
  font-size: 14px;
}
.uhf_headerFooter .wallet .wallet-login-shared {
  display: none;
}
.uhf_headerFooter .wallet .wallet-anonymous {
  display: none;
}
.uhf_headerFooter .wallet .wallet-logInToContinue {
  display: none;
}
.uhf_headerFooter .wallet .wallet-implicit {
  display: none;
}
.uhf_headerFooter .wallet .wallet-createPin {
  display: none;
}
.uhf_headerFooter .wallet .wallet-createPinSuccess {
  display: none;
}
.uhf_headerFooter .wallet .wallet-forgotPin {
  display: none;
}
.uhf_headerFooter .wallet .wallet-forgotPin .btnForgotPin {
  margin: 24px auto 0 auto;
}
.uhf_headerFooter .wallet .wallet-forgotPinSuccess {
  display: none;
}
.uhf_headerFooter .wallet .helpFont {
  color: #707372;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.uhf_headerFooter .wallet .helpInstructions {
  color: #707372;
  float: right;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 29px;
}
.uhf_headerFooter .wallet .helpInstructions sup{
    font-size: 75%;
}
.uhf_headerFooter .wallet .helpInstructionsSuccess {
  color: #3d9900;
  float: right;
  font-size: 13px;
  font-weight: normal;
  margin: -4px 0 14px;
}
.uhf_headerFooter .wallet .helpInstructionsSuccess.lighterText {
  color: #888;
}
.uhf_headerFooter .wallet .joinFont {
  font-family: "Graphik-Regular",Arial, sans-serif;
  color: #707372;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0 0 20px;
}
.uhf_headerFooter .wallet .accentLine {
  background-color: #D46731;
  margin: 0 -21px 20px;
  height: 4px;
}
.uhf_headerFooter .wallet .form-dark-row {
  background-color: #3F3D3D;
  color: #fff;
  margin: 0 -21px 0;
  padding: 8px 5px 0 0;
}
.uhf_headerFooter .wallet .form-dark-row .wallet-head {
  float: right;
  margin: 0.5em 0 0 0;
  position: relative;
  width: 94%;
}
.uhf_headerFooter .wallet .form-group {
  margin-bottom: 10px;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.05);
  /* xgfgtgx */
}
.uhf_headerFooter .wallet .formLink {
  font-size: 14px;
  font-weight: normal;
  margin: 10px 0 0;
}
.uhf_headerFooter .wallet .gridButton-text,
.uhf_headerFooter .wallet .formLink a,
.uhf_headerFooter .wallet .formLink a:link,
.uhf_headerFooter .wallet .formLink a:visited,
.uhf_headerFooter .wallet .formLink a:hover,
.uhf_headerFooter .wallet .formLink a:active {
  color: #D46731;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .formLink a.notYou,
.uhf_headerFooter .wallet .formLink a:link.notYou,
.uhf_headerFooter .wallet .formLink a:visited.notYou,
.uhf_headerFooter .wallet .formLink a:hover.notYou,
.uhf_headerFooter .wallet .formLink a:active.notYou {
  color: #fff;
  text-decoration: underline;
}
.uhf_headerFooter .wallet .formLink .notYou {
  padding: 0 30px 0 0;
}
.uhf_headerFooter .wallet .formLink .signOutClose {
  padding: 0 30px 0 0;
}
.uhf_headerFooter .wallet .formLink .logOut {
  padding: 0 0 0 0;
}
.uhf_headerFooter .wallet .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  color: black;
  height: 40px;
  min-width:290px;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .form-control:focus {
  color: #333333;
  border-color: #b7b7b7;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
}
.uhf_headerFooter .wallet .form-control::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  opacity: 1;
}
.uhf_headerFooter .wallet .form-control:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.uhf_headerFooter .wallet .form-control::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.uhf_headerFooter .wallet .formBottomButton {
  margin-top: 20px;
}
.uhf_headerFooter .wallet .paragraphLink a,
.uhf_headerFooter .wallet .paragraphLink a:link,
.uhf_headerFooter .wallet .paragraphLink a:visited,
.uhf_headerFooter .wallet .paragraphLink a:hover,
.uhf_headerFooter .wallet .paragraphLink a:active {
    color: #D46731;
    text-decoration: underline;
    font-family: "Graphik-Regular", Arial, sans-serif;
}
.uhf_headerFooter .wallet label {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}
.uhf_headerFooter .wallet label.pin {
  margin-top: 4px;
}
.uhf_headerFooter .wallet .custom-text {
  font-family: "Graphik-Medium",Arial,sans-serif;
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #707372;
}
.uhf_headerFooter .wallet .smallfont {
  margin: 0;
}
.uhf_headerFooter .wallet .smallfont label {
  font-size: 14px !important;
  font-family: "Graphik-Regular",Arial, sans-serif;
}
.uhf_headerFooter .wallet .forgotPinContainer,
.uhf_headerFooter .wallet .retrievePinContainer{
  float: left;
}
.uhf_headerFooter .wallet .retrievePinContainer {
  float: left;
}
.uhf_headerFooter .wallet .rememberMeContainer {
  float: right;
}
.uhf_headerFooter .wallet .radio label,
.uhf_headerFooter .wallet .checkbox label {
  padding: 0 20px 0 0;
}
.uhf_headerFooter .wallet .radio input[type="radio"],
.uhf_headerFooter .wallet .radio-inline input[type="radio"],
.uhf_headerFooter .wallet .checkbox input[type="checkbox"],
.uhf_headerFooter .wallet .checkbox-inline input[type="checkbox"] {
  margin: 4px -20px 0 0;
}
.uhf_headerFooter .wallet .checkbox input[type="checkbox"] {
  display: none;
}
.uhf_headerFooter .wallet .btnFluid {
  white-space: normal;
  width: auto;
}
.uhf_headerFooter .wallet .btn,
.uhf_headerFooter .wallet .btn-primary,
.uhf_headerFooter .wallet .btn-success,
.uhf_headerFooter .wallet .btn-info,
.uhf_headerFooter .wallet .btn-social {
  filter: none;
  float: none;
  height: auto;
}
.uhf_headerFooter .wallet .btnWallet,
.uhf_headerFooter .wallet .btnWallet:link,
.uhf_headerFooter .wallet .btnWallet:visited,
.uhf_headerFooter .wallet .btnWallet:hover,
.uhf_headerFooter .wallet .btnWallet:active {
    background-color: #3f3d3d;
    background-image: none;
    border-color: #3f3d3d;
    border-radius: 0;
    box-shadow: 1px 4px 7px 0 rgba(0,0,0,0.07);
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    min-width: 260px;
    height: 42px;
    line-height: 27px;
}
.uhf_headerFooter .wallet .btnWallet.signIn,
.uhf_headerFooter .wallet .btnWallet:link.signIn,
.uhf_headerFooter .wallet .btnWallet:visited.signIn,
.uhf_headerFooter .wallet .btnWallet:hover.signIn,
.uhf_headerFooter .wallet .btnWallet:active.signIn {
  margin: 10px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWallet.joinNow,
.uhf_headerFooter .wallet .btnWallet:link.joinNow,
.uhf_headerFooter .wallet .btnWallet:visited.joinNow,
.uhf_headerFooter .wallet .btnWallet:hover.joinNow,
.uhf_headerFooter .wallet .btnWallet:active.joinNow {
  margin: 10px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWallet:hover,
.uhf_headerFooter .wallet .btnWallet:focus,
.uhf_headerFooter .wallet .btnWallet:active,
.uhf_headerFooter .wallet .btnWallet.active,
.uhf_headerFooter .wallet .btnWallet.disabled,
.uhf_headerFooter .wallet .btnWallet[disabled] {
  background-color: #3f3d3d;
  *background-color: #3f3d3d;
  border-color: #3f3d3d;
  outline: 0 none;
}
.uhf_headerFooter .wallet .btnWalletDefault,
.uhf_headerFooter .wallet .btnWalletDefault:link,
.uhf_headerFooter .wallet .btnWalletDefault:visited,
.uhf_headerFooter .wallet .btnWalletDefault:hover,
.uhf_headerFooter .wallet .btnWalletDefault:active {
  background-color: #fff;
  background-image: none;
  border-color: #ccc;
  border-radius: 30px;
  box-shadow: -1px 4px 7px 0 rgba(0, 0, 0, 0.07);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 12px;
  text-shadow: none;
  min-width: 58%;
}
.uhf_headerFooter .wallet .btnWalletDefault.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:link.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:visited.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:hover.signIn,
.uhf_headerFooter .wallet .btnWalletDefault:active.signIn {
  margin: -4px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWalletDefault.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:link.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:visited.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:hover.joinNow,
.uhf_headerFooter .wallet .btnWalletDefault:active.joinNow {
  margin: 4px 0 0;
  text-transform: none;
}
.uhf_headerFooter .wallet .btnWalletDefault:hover,
.uhf_headerFooter .wallet .btnWalletDefault:focus,
.uhf_headerFooter .wallet .btnWalletDefault:active,
.uhf_headerFooter .wallet .btnWalletDefault.active,
.uhf_headerFooter .wallet .btnWalletDefault.disabled,
.uhf_headerFooter .wallet .btnWalletDefault[disabled] {
  background-color: #fff;
  *background-color: #fff;
  outline: 0 none;
}
.uhf_headerFooter .wallet .createPIN {
  background-color: #D8D3CB;
  border: 0 none;
  border-radius: 0;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 14px;
  outline: none;
  width: 100%;
}
.uhf_headerFooter .wallet .createPIN p {
  font-size: 18px;
  text-align: center;
  color: #3F3D3D;
}
.uhf_headerFooter .wallet .createPIN span {
  font-size: 14px;
  text-decoration: underline;
  color: #d46731;
}
.uhf_headerFooter .wallet .createPin-memberNumberContainer,
.uhf_headerFooter .wallet .createPin-zipCodeContainer,
.uhf_headerFooter .wallet .createPin-pinContainer,
.uhf_headerFooter .wallet .createPin-verifyPinContainer {
  float: right;
}
.uhf_headerFooter .wallet .gridButtonContainer {
  float: right;
}
.uhf_headerFooter .wallet .gridButton {
  background-color: #fff;
  border: 0px none;
  border-radius: 0;
  display: inline-block;
  height: auto;
  font-size: inherit;
  float: none;
  line-height: 1.4;
  margin: 20px 0 4px 0;
  opacity: 1;
  padding: 10px;
  position: relative;
  text-align: center;
  text-shadow: none;
  transition: opacity 500ms ease 0s;
  width: 100%;
  height: 191px;
}
.uhf_headerFooter .wallet .gridButton:hover {
  cursor: pointer;
  opacity: 0.7;
}
.uhf_headerFooter .wallet .gridButton-icon {
  max-width: 280px;
  padding: 25% 0;
  width: 100%;
}
.uhf_headerFooter .wallet .gridButton-text {
  bottom: 0;
  color: #D46731;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D46731;
  text-decoration: none;
}
.uhf_headerFooter .wallet .wallet-implicit .titleFont {
  display: inline-block;
  line-height: 1.2;
  max-width: 82%;
}
.uhf_headerFooter .wallet .wallet-implicit .formLink {
  display: inline-block;
  line-height: 1.1;
  margin-top: 3px;
  vertical-align: top;
  float: left;
}
.uhf_headerFooter .wallet .wallet-implicit .formLink .notYou {
  font-size: 0.8571em;
  float: left;
  margin-bottom: 12px;
}
.uhf_headerFooter .wallet .wallet-explicit {
  display: none;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row {
  margin-bottom: 0;
  padding: 0.7143em 1.0714em 0.5em 0.7143em;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:link,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:visited,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:hover,
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row a:active {
  color: #fff;
  font-size: 12px;
  font-family: "Graphik-Regular",Arial,sans-serif;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberName {
  color: #fff;
  display: block;
  line-height: 1.2;
  margin-left: 83px;
  overflow: hidden;
  padding: inherit;
  text-overflow: ellipsis;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberNumber {
  line-height: 1;
}
.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .memberNumber span {
  color: #fff;
  font-size: 0.8571em;
  font-weight: normal;
}

.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOutContainer{
    font-size: 10px;
    padding: 5px 0 0 0;
    position: absolute;
    left:  0;
    text-align: center;
    width: 92px;
    text-decoration: none;
    top: 0;
}

.uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOut{
    text-decoration: underline;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel{
  font-family: "Graphik-Semibold", Arial, sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 12px;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.PLATINUM{
  color: #818183;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.CLUB{
  color: #D46731;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.GOLD{
  color: #85754E;
}
.uhf_headerFooter .wallet .wallet-explicit .memberLevel-text.SPIRE{
  color: #AB2328;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance {
  margin: 2.1429em 0;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance a, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:link, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:visited, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:hover, .uhf_headerFooter .wallet .wallet-explicit .pointsBalance a:active {
  color: #000;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalance .pie_progress svg {
  overflow: visible;
  min-width: 14em;
  min-height: 14em;
  width: 48%;
  margin-right: auto;
  margin-left: auto;
}
.uhf_headerFooter .wallet .wallet-explicit .pointsBalanceContainer {
  /*width: 48%;
  margin: 0 auto;
  min-width: 14em;
  min-height: 14em;
  */
}
.uhf_headerFooter .wallet .wallet-explicit #explicitMsgContainer {
  margin-top: 40px;
}
.uhf_headerFooter .ebaContainer .walletSlotLink > .row > .explicit-header{
    padding-top: 0;
    padding-bottom: 10px;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging {
  display: none;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging p,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract,
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract p {
  color: #707372;
  font-size: 18px;
  text-align: center;
  padding-top: 24px;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessagingInteract a{
  color: #d46731;
  text-decoration: underline;
}
.uhf_headerFooter .wallet .wallet-explicit .dynamicMessaging .pointsValue {
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, serif;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress {
  margin: 0 0 2.1429em 0;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress svg {
  margin: 0 auto;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__content,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__number,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__label,
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__icon {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__number {
  font-family: "Graphik-Semibold",Arial, sans-serif;
  color: #707372;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit .pie_progress__label {
  margin-top: -24px;
  font-size: 14px;
  font-family: "Graphik-Regular",Arial, sans-serif;
  color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlot {
  margin: 50px -20px 0;
  padding: 0 30px;
  position: relative;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlotCTA {
  color: #D46731;
  font-size: 1.24em;
  position: absolute;
  left: 0.429em;
  top: 50%;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:hover
.walletSlotLink:hover,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:link,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:active,
.uhf_headerFooter .wallet .wallet-explicit .walletSlotLink:visited {
  color: inherit;
  text-decoration: none;
}

/*
* START - US10687 & US12355
*/
.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile {
    display: block;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
    position: relative;
    margin-right: 15px
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .click-overlay-revise {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=);
    z-index: 200
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc,.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc p {
    font-size: 20px;
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section {
    display: block;
    padding-top: 10px;
    font-size: 22px;
    font-family: "Graphik-Medium",Arial,sans-serif;
}

.uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section:after {
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    position: absolute;
    content: "\f137";
    left: -12px
}
/*
* END - US10687 & US12355
*/

.uhf_headerFooter .wallet .wallet-explicit .explicit-header {
  padding: 15px 0;
  color: #707372;
  font-size: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit .explicit-header span{
  font-family: "Graphik-Medium", Arial, sans-serif;
  font-size: 22px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer {
  background-color: #D8D3CB;
  cursor: pointer;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .explicit-header {
  text-transform: capitalize;
   color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .upComingRes {
  padding-bottom: 15px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .brandPropertyInfoContainer {
  background-color: #eee;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer img.hotelImg {
  width: 49%;
  display: inline-block;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .brandHotelContainer {
  display: inline-block;
  text-align: center;
  width: 49%;
  vertical-align: middle;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer img.propertyLogo {
  max-height: 40px;
  max-width: 50%;
  display: inline;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .hotelName {
  color: #707372;
  font-family: "Graphik-Regular", Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif;
  font-size: 16px;
  margin-top: 10px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .resInfo {
  margin-top: 5px;
  color: #707372;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut {
  display: inline-block;
  width: 49%;
  font-size: 1em;
  vertical-align: middle;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn span, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut span {
  display: block;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .date {
  font-size: 20px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .desc{
    font-size: 14px;
}
.uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .time{
    font-size: 14px;
}
.uhf_headerFooter .wallet .slideBtnContainer {
  float: left;
  max-width: 6%;
  padding: 0.5em;
}
.uhf_headerFooter .wallet .slideBtnContainer:hover {
  cursor: pointer;
}
.uhf_headerFooter .wallet .slideClosedBtn {
  color: #FFF;
}
.uhf_headerFooter .wallet .closeBtn {
  background: url("images/ihg_page/temp/closeBtnWhite.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 14px;
  margin: 6px 0 0 8px;
  width: 12px;
}
.uhf_headerFooter .wallet .uhfCancelContainer {
  float: right;
}
.uhf_headerFooter .wallet .uhfCancel {
  color: #D96930;
}
.uhf_headerFooter .wallet .uhfCancel .fa-chevron-circle-left {
  margin-left: 4px;
}
.uhf_headerFooter .wallet .messageIconContainer,
.uhf_headerFooter .wallet .messageContainer {
  float: right;
}
.uhf_headerFooter .wallet .successContainer {
  background-color: #d9ffca;
  background-image: none;
  border-color: #3d9900;
  border-radius: 0;
  color: #3d9900;
  margin: 2px 2px 20px;
  padding: 12px 0 0;
  position: relative;
}
.uhf_headerFooter .wallet .successContainer i {
  font-size: 25px;
}
.uhf_headerFooter .wallet .successContainer .col-xs-custom {
  position: absolute;
  width: 34px;
}
.uhf_headerFooter .wallet .successContainer .col-xs-percent {
  float: left;
  padding-top: 3px;
  width: 92%;
}
.uhf_headerFooter .wallet .errorMsg {
  color: #F20000;
}
.uhf_headerFooter .wallet .errorMsgInput,
.uhf_headerFooter .wallet .errorMsgInput:focus {
  border-color: #F20000;
}
.uhf_headerFooter .wallet .errorTopMsg {
  background: none repeat scroll 0 0 #FFDDE3;
  border: 1px solid #F20000;
  border-radius: 0;
  color: #F20000;
  margin: 2px 2px 20px;
  padding: 12px 0 0;
  display: none;
}
.uhf_headerFooter .wallet .errorTopMsg i {
  font-size: 25px;
}
.uhf_headerFooter .wallet .errorTopMsg .col-xs-custom {
  width: 10%;
}
.uhf_headerFooter .wallet .errorTopMsg .col-xs-percent {
  width: 89%;
}
.uhf_headerFooter .wallet .errorTopMsg .errorTopMsgText {
  color: #f20000;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.uhf_headerFooter .wallet .btn[disabled], .uhf_headerFooter .wallet .btn[disabled]:hover {
  background-color: #D96930;
}
.uhf_headerFooter .walletTransition {
  /*@noflip*/
  left: 0;
  /*@noflip*/
  right: auto;
  -webkit-transform: translateX(-50rem);
  -ms-transform: translateX(-50rem);
  -o-transform: translateX(-50rem);
  transform: translateX(-50rem);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.uhf_headerFooter .walletTransition.show {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.uhf_headerFooter .mainContentTransition {
  -webkit-transform: translateX(-50rem);
  -ms-transform: translateX(-50rem);
  -o-transform: translateX(-50rem);
  transform: translateX(-50rem);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 1;
}
.uhf_headerFooter .mainContentTransition.show {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.uhf_headerFooter #modalCreateEmail {
  color: #444;
  position: absolute;
  top: 0;
}
.uhf_headerFooter #modalCreateEmail .modal-dialog {
  padding-right: 16px;
  margin: 133px auto;
  width: 90%;
}
.uhf_headerFooter #modalCreateEmail .close {
  float: left;
  margin-right: 1em;
  text-align: left;
}
.uhf_headerFooter #modalCreateEmail .btnWalletDlg {
  font-size: 18px;
  margin: 14px;
  min-width: 41%;
}
.uhf_headerFooter #modalCreateEmail .modal-header {
  background-color: #3F3F3F;
  font-size: 20px;
  overflow: auto;
}
.uhf_headerFooter #modalCreateEmail .modal-header h4 {
  color: #FFFFFF;
  float: right;
  clear: none;
  padding: initial;
}
.uhf_headerFooter #modalCreateEmail .modal-header .close {
  color: #FFFFFF;
  opacity: 1;
}
.uhf_headerFooter #modalCreateEmail .modal-body {
  background: #F6F6F6;
}
.uhf_headerFooter .generic-dialog .modal-dialog {
  width: 300px;
}
@media (max-width: 430px) {
  .uhf_headerFooter .col-xs-2 {
    display: none;
  }
  .uhf_headerFooter .wallet .formLink .notYou {
    display: block;
    padding: 0;
  }
  .uhf_headerFooter .wallet .formLink .signOutClose {
    display: block;
    padding: 0;
  }
  .uhf_headerFooter .wallet .formLink .logOut {
    display: block;
    float: left;
    padding: 0;
  }
  .uhf_headerFooter .wallet .slideClosedBtn {
    margin: -4px 0 0;
  }
  .uhf_headerFooter .wallet .createPIN p {
    font-size: 14px;
  }
  .uhf_headerFooter .wallet .joinFont {
    font-size: 16px;
    font-family: "Graphik-Regular",Arial, sans-serif;
  }
  .uhf_headerFooter .wallet .wallet-implicit .titleFont {
    max-width: 72%;
  }
  .uhf_headerFooter .wallet .wallet-explicit .form-dark-row .logOutContainer {
    left: 6px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .walletSlot {
    padding: 0 20px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .walletSlotCTA {
    left: 0.143em;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .hotelName {
    font-size: 1em;
    margin-top: 5px;
    line-height: 120%;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkIn, .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .checkOut {
    font-size: 0.9em;
    width: 49%;
  }
  .uhf_headerFooter .wallet .wallet-explicit #upComingResContainer .date {
    font-size: 1.3em;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog {
    padding-right: 0px;
    margin: 100px auto;
    width: 100%;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog .btnWalletDlg {
    width: 85%;
  }
}
@media (max-width: 420px) {
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile {
    margin-right: 8px
  }
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section {
    font-size: 22px
  }
  .uhf_headerFooter .wallet .wallet-explicit .offerSlot .generic-tile .desc .highlight-section:after {
    left: -17px;
  }
}
@media (max-width: 496px) {
  .uhf_headerFooter .wallet {
    width: 100%;
  }
  .uhf_headerFooter .wallet .cardImage {
    display: none;
  }
  .uhf_headerFooter .wallet .chart {
    width: 100%;
  }
  .uhf_headerFooter .wallet .form-dark-row .col-xs-10 {
    width: 72%;
  }
  .uhf_headerFooter #modalCreateEmail .modal-dialog {
    padding-right: 12px;
    margin: 100px auto;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .uhf_headerFooter .logIn {

  }
  .uhf_headerFooter .mainContent .lg-paragraph {
    display: none;
  }
  .uhf_headerFooter .mainContent .sm-paragraph {
    display: none;
  }
  .uhf_headerFooter .wallet .gridButtonContainer {
    float: none;
  }
  .uhf_headerFooter .wallet .gridButton .gridButton-icon {
    padding: 0.8em 0 2.4em 0;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .uhf_headerFooter .mainContent .lg-paragraph {
    display: none;
  }
  .uhf_headerFooter .wallet .helpFont {
    margin: 6px 0 0;
  }
}
@media (min-width: 1150px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-40rem);
    -ms-transform: translateX(-40rem);
    -o-transform: translateX(-40rem);
    transform: translateX(-40rem);
  }
  .uhf_headerFooter .wallet .helpFont {
    margin: 6px 0 0;
  }
}
@media (min-width: 1420px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-30rem);
    -ms-transform: translateX(-30rem);
    -o-transform: translateX(-30rem);
    transform: translateX(-30rem);
  }
}
@media (min-width: 1530px) and (max-width: 1669px) {
  .uhf_headerFooter .mainContentTransition {
    -webkit-transform: translateX(-22rem);
    -ms-transform: translateX(-22rem);
    -o-transform: translateX(-22rem);
    transform: translateX(-22rem);
  }
}
@media (min-width: 1670px) {
  .uhf_headerFooter .walletTransition {
    -webkit-transform: translateX(-60rem);
    -ms-transform: translateX(-60rem);
    -o-transform: translateX(-60rem);
    transform: translateX(-60rem);
  }
  .uhf_headerFooter .wallet {
    width: 580px;
  }
  .uhf_headerFooter .wallet .wallet-explicit .col-sm-custom {
    width: 12%;
  }
}
@media (min-width: 1880px) {
  .uhf_headerFooter .walletTransition {
    -webkit-transform: translateX(-70rem);
    -ms-transform: translateX(-70rem);
    -o-transform: translateX(-70rem);
    transform: translateX(-70rem);
  }
  .uhf_headerFooter .wallet {
    width: 680px;
  }
}
.uhf_headerFooter header {
  outline: 0px;
}
.uhf_headerFooter a {
  outline: 0 !important;
}
.uhf_headerFooter a:hover {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  -webkit-transition: text-shadow 500ms ease 0s;
  -o-transition: text-shadow 500ms ease 0s;
  transition: text-shadow 500ms ease 0s;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:link,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:visited,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:hover,
.uhf_headerFooter .brandLogoNavContainer .row .brandNav-link:active {
  padding: 22px 30px 18px 0;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandLogo .brandLogo-image {
  min-width: 90px;
}
.uhf_headerFooter .brandLogoNavContainer .row .brandLogo .brandLogo-link {
  line-height: 5;
}
.uhf_headerFooter .logIn-link, .uhf_headerFooter .logIn-link:link, .uhf_headerFooter .logIn-link:visited, .uhf_headerFooter .logIn-link:hover, .uhf_headerFooter .logIn-link:active {
  padding: 0.77em;
}
.uhf_headerFooter .ebaContainer {
  display: none;
  font-size: 14px;
  margin: 50px auto 35px auto;
  width: auto;
  word-spacing: -4px;
}
.uhf_headerFooter .ebaContainer .explicit-header {
  word-spacing: normal;
}
.uhf_headerFooter .wallet .ebaContainer .additionalItems,
.uhf_headerFooter .wallet .ebaContainer .youCanAlso {
  float: none;
  display: inline-block;
  vertical-align: middle;
  word-spacing: normal;
  margin: 0 0 10px 0;
}
.uhf_headerFooter .wallet .ebaContainer .additionalItems {
  /* RC 2.0 Change - Changing background color for circle box */
  /* background-color: #E3E2E2; */
  font-size: 14px;
  padding: 0 0 0 4px;
  text-align: center;
}
.uhf_headerFooter .wallet .ebaContainer .youCanAlso {
  font-size: 1.1em;
  padding-left: 0px;
  padding-right: 7px;
  line-height: 1.5;
  width: inherit;
}
.uhf_headerFooter .additionalBlock {
  display: inline-block;
  vertical-align: top;
  width: 5.1em;
  word-spacing: normal;
}
.uhf_headerFooter .circle {
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
}
.uhf_headerFooter .circle.gold {
  background-color: #85754E;
}
.uhf_headerFooter .circle.platinum {
  background-color: #818183;
}
.uhf_headerFooter .circle.spire {
  background-color: #AB2328;
}
.uhf_headerFooter .circleInner {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.4em;
  text-align: center;
  font-family: "Graphik-Medium",Arial,sans-serif;
  font-weight: 700;
}
.uhf_headerFooter .ebaPlus {
  height: 2.4em;
  font-size: 17px;
  line-height: 2.4em;
  display: inline-block;
  text-align: center;
}
.uhf_headerFooter .ebaPadding {
  /* START - RC 2.0 Change - Added this for solid verticle line */
  /*@noflip*/
  border-left: 2px solid #e1e1e1;
  /* END - RC 2.0 Change - Added this for solid verticle line */
  padding: 8px 4px 0;
  word-spacing: -4px;
}
.uhf_headerFooter .ebaPadding-youCanAlso {
  padding: 0px 0;
}
.uhf_headerFooter .youCanALsoElement {
  display: inline-block;
  text-align: right;
}
.uhf_headerFooter .wallet .additionalText {
  line-height: 1.2;
  font-size: 12px;
  margin: .2em auto;
  text-align: center;
  max-width: 100%;
}
.uhf_headerFooter .youCanAlsoHeading {
  font-family: "Graphik-Medium",Arial,sans-serif;
  font-size: 14px;
  color: #707372;
  font-weight: 700;
}
.uhf_headerFooter .youCanAlsoList {
  font-family: "Graphik-Regular",Arial,sans-serif;
  color: #707372;
  font-size: 12px;
  list-style-type: disc;
  list-style-position: inside;
  padding-right: 0;
  margin: 0;
}
.uhf_headerFooter .youCanAlsoList li{
  list-style: inside;
}
.uhf_headerFooter .bold {
  font-weight: 700;
}
.uhf_headerFooter .manageAccount {
  text-align: center;
}
.uhf_headerFooter .wallet .walletSlot .wallet-container {
  margin: 50px auto 35px auto;
  width: auto;
  padding: 0;
}
.uhf_headerFooter .rcIconContainer {
  width: 100%;
  height: 100%;
}
.uhf_headerFooter .rcIcon {
  padding-bottom: 33.899%;
  width: 100%;
  height: 100%;
  display: block;
  clear: both;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  image-rendering: optimizeQuality;
  image-rendering: auto;
}
.uhf_headerFooter .learnIcon {
  /*@noflip*/
  background-image: url(//ihg.scene7.com/is/image/ihg/ihg-rc-wallet-gray?fmt=png-alpha&wid=145&hei=55);

}
.uhf_headerFooter .earnIcon {
  /*@noflip*/
  background-image: url(//ihg.scene7.com/is/image/ihg/img-earn?fmt=png-alpha&wid=110&hei=55);

}
.uhf_headerFooter .redeemIcon {
  /*@noflip*/
      background-image: url(//ihg.scene7.com/is/image/ihg/img-redeem?fmt=png-alpha&wid=110&hei=55);

}
.uhf_headerFooter .enjoyIcon {
  /*@noflip*/
      background-image: url(//ihg.scene7.com/is/image/ihg/img-enjoy?fmt=png-alpha&wid=110&hei=55);

}

/* Footer - Parent element (#uhf_footerWrapper) */
/*====================================*/
/* UHF: Footer - Master (footer.scss) */
/*====================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
/*$footer-lighterColor: #EDEDED;*/
@media (max-width: 479px) and (min-width: 1px) {
  .body-non-scrollable {
    height: 100%;
    overflow: hidden;
  }
  #uhf_footerWrapper .footer-brandBarModal__dialog .col-sm-12 {
    float: none;
  }
}
/* Footer - Parent element (#uhf_footerWrapper) */
#uhf_footerWrapper {
  background-color: #fff;
  color: #707373;
  height: auto;
  overflow: hidden;
  clear: both;
  /* @import _footer-euCookie.scss */
  /**
  * UHF: Footer - EU Cookie
  */
  /* BPG drawer */
  /*brand colors*/
  /* general base styles */
  /*a, a:link, a:hover, a:focus, a:active, a:visited {color: inherit;}*/
  /*TODO: Check whether image-rendering property is still necessary in February*/
  /*img{image-rendering: optimizeQuality;}*/
  /*all*/
  /* Top Level Structuring */
  /* note */
  /* Modules */
  /* resdirect */
  /* best price guarantee  */
  /* footer brand nav */
  /* social */
  /* top destinations */
  /* footer brandBar*/
  /*Copyright*/
  /* Extra Small Device styles only*/
  /* Small devices (tablets, 480px and up) */
  /* Medium devices (desktops, 769px and up) */
  /* Large devices (large desktops, 961px and up) */
}
#uhf_footerWrapper .euCookieContainer {
  position: fixed;
  z-index: 2005;
  bottom: 0;
  left: 0;
  display: none;
  max-height: 100%;
  max-width: 100%;
  width: 400px;
}
#uhf_footerWrapper .euCookieContainer h3, #uhf_footerWrapper .euCookieCloseIcon .fa {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  vertical-align: top;
}
#uhf_footerWrapper .euCookieContainer a, #uhf_footerWrapper .euCookieContainer a:link, #uhf_footerWrapper .euCookieContainer a:hover, #uhf_footerWrapper .euCookieContainer a:focus, #uhf_footerWrapper .euCookieContainer a:active, #uhf_footerWrapper .euCookieContainer a:visited {
  color: inherit;
}
#uhf_footerWrapper .euCookieContent {
  padding: 10px;
  margin: 30px 15px;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #FFF;
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #000;
}
#uhf_footerWrapper .euCookieContent .underLine {
  text-decoration: underline;
}
#uhf_footerWrapper .euCookieCloseIcon {
  display: inline-block;
  float: left;
  clear: both;
  text-align: left;
  z-index: 2;
  cursor: pointer;
  filter: alpha(opacity=40);
  opacity: .4;
}
#uhf_footerWrapper .drawer-outer {
  overflow: hidden;
  position: relative;
}
#uhf_footerWrapper .drawer-content {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#uhf_footerWrapper .drawer-toggle,
#uhf_footerWrapper .drawer-close {
  cursor: pointer;
}
#uhf_footerWrapper .brand-color-bkg {
  background-color: #d96930;
}
#uhf_footerWrapper h1 {
  font-size: 35px;
}
#uhf_footerWrapper h2 {
  font-size: 30px;
}
#uhf_footerWrapper h3 {
  font-size: 25px;
}
#uhf_footerWrapper h4 {
  font-size: 20px;
}
#uhf_footerWrapper h5 {
  font-size: 18px;
}
#uhf_footerWrapper p {
  margin-bottom: 0px;
}
#uhf_footerWrapper a, #uhf_footerWrapper a:link, #uhf_footerWrapper a:hover, #uhf_footerWrapper a:focus, #uhf_footerWrapper a:active, #uhf_footerWrapper a:visited {
  outline: 0 none;
}
#uhf_footerWrapper .footerHr {
  margin: .4em 0px;
  border: 0px;
  border-top: 1px solid #CBCBCB;
}
#uhf_footerWrapper .contentContainer {
  margin: .5em auto;
  line-height: 1.4;
}
#uhf_footerWrapper .stackingModule {
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}
#uhf_footerWrapper .footerWrap {
  overflow: hidden;
  /* integrates container-fluid with fixed-width container overrides */
  /* max-width: 960px; margin: 0 auto; */
}
#uhf_footerWrapper .socialMedia,
#uhf_footerWrapper .marketingNav {
  float: right;
}

#uhf_footerWrapper .bpgResDirectWrapper {
  float: right;
}
#uhf_footerWrapper .BPGstackingModule {
  display: inline-block;
  float: right;
}
#uhf_footerWrapper .resDirectCol {
  /*margin-bottom: .8em;*/
  display: inline-block;
  vertical-align: middle;
  max-width: 47%;
}
#uhf_footerWrapper .resDirectText {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}
#uhf_footerWrapper .resDirectDisclaimer {
  font-size: .9em;
  margin-top: 0px;
  margin-bottom: 1em;
}
#uhf_footerWrapper .resDirectDisclaimer a, #uhf_footerWrapper .resDirectDisclaimer a:link, #uhf_footerWrapper .resDirectDisclaimer a:hover, #uhf_footerWrapper .resDirectDisclaimer a:focus, #uhf_footerWrapper .resDirectDisclaimer a:active, #uhf_footerWrapper .resDirectDisclaimer a:visited {
  color: inherit;
}
#uhf_footerWrapper .resDirectNum {
  color: inherit;
  /*@noflip*/
  direction: ltr;
  display: inline-block;
      font-size: 18px;
    font-weight: 500;
  width: 100%;
  text-align: right;
  font-family: "Graphik-Medium",sans-serif !important;
}
#uhf_footerWrapper .footer-bpg {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 12em;
  max-width: 100%;
  /*min-width: 12em;*/
  cursor: pointer;
}
#uhf_footerWrapper .BPGdrawerModule {
  margin: 0 1.3em;
}
#uhf_footerWrapper .BPGdrawer-close {
  font-size: 1.5em;
  float: left;
  margin: 0 20px 0 0;
}
#uhf_footerWrapper .BPGdrawer-close > .fa {
  vertical-align: top;
}
#uhf_footerWrapper .BPGdrawer-item {
  margin-top: .8em;
}
#uhf_footerWrapper .BPGdrawer-heading {
  font-size: 1.5em;
  font-style: italic;
}
#uhf_footerWrapper .BPGdrawer-titleLink {
  font-size: 1.3em;
  font-style: italic;
}
#uhf_footerWrapper .BPGdrawer-heading {
  color: #d96930;
}
#uhf_footerWrapper .BPGdrawer-copy {
  font-size: 1.3em;
}
#uhf_footerWrapper .footer-brandNav a, #uhf_footerWrapper .footer-brandNav a:link, #uhf_footerWrapper .footer-brandNav a:hover, #uhf_footerWrapper .footer-brandNav a:focus, #uhf_footerWrapper .footer-brandNav a:active, #uhf_footerWrapper .footer-brandNav a:visited {
  color: inherit;
}
#uhf_footerWrapper .brandNav__heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 2.94em;
  font-family: "Graphik-Medium",sans-serif !important;
  color: #707372;
}
#uhf_footerWrapper .footer-brandNav-list {
  margin: 0;
}
#uhf_footerWrapper .brandNav__navItem {
  line-height: 1.4em;
  display: block;
  padding-top: .35em;
  padding-bottom: .35em;
  vertical-align: middle;
  width: 48%;
}
#uhf_footerWrapper .brandNav__navItem {
  float: right;
}
#uhf_footerWrapper .navColumns {
  display: block;
  width: 100%;
}
#uhf_footerWrapper .first-xs {
  float: right;
  clear: right;
  margin-left: 4%;
}
#uhf_footerWrapper .second-xs {
  float: left;
  clear: left;
}
#uhf_footerWrapper .colOne,
#uhf_footerWrapper .colTwo,
#uhf_footerWrapper .colThree {
  display: inline;
  padding: 0;
}
#uhf_footerWrapper .cookieUsageItem {
  height: auto;
}
#uhf_footerWrapper .social,
#uhf_footerWrapper .destinationsList {
  padding-right: 0;
}
#uhf_footerWrapper .social {
  display: block;
  width: 100%;
  margin: 10px auto 0 auto;
  -webkit-margin-after: 0;
}
#uhf_footerWrapper .socialElement {
  /*  max-width:49%; for images*/
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
#uhf_footerWrapper .socialElement--ourApps {
  max-width: 64%;
  width: -webkit-fit-content;
  display: inline-block;
}
#uhf_footerWrapper .socialElement__text {
  font-size: .9em;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  font-family: "Graphik-Medium",sans-serif !important;
}
#uhf_footerWrapper .socialElement__icon {
  max-width: 100%;
  display: inline-block;
}
#uhf_footerWrapper .socialElement__icon .fa {
  color: #fff;
  font-size: 20px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 39px;
}
#uhf_footerWrapper .uhf_facebook {
  background-color: #3B5998;
}
#uhf_footerWrapper .uhf_twitter {
  background-color: #55ACEE;
}
#uhf_footerWrapper .uhf_linkedin {
  background-color: #4875B4;
}
#uhf_footerWrapper .uhf_weibo {
  background-color: #E6162D;
}
#uhf_footerWrapper .uhf_instagram {
  background-color: #3F729B;
}
#uhf_footerWrapper .uhf_pinterest {
  background-color: #CC2127;
}
#uhf_footerWrapper .socialElement__icon--ourApps {
  margin-left: .3em;
  display: inline;
}
#uhf_footerWrapper .ourAppsWrapper {
  float: left;
}
#uhf_footerWrapper .ourApps a,
#uhf_footerWrapper .ourApps a:link,
#uhf_footerWrapper .ourApps a:visited,
#uhf_footerWrapper .ourApps a:hover,
#uhf_footerWrapper .ourApps a:active {
  color: #d96930;
}
#uhf_footerWrapper .ourApps .androidApp,
#uhf_footerWrapper .ourApps .iosApp {
  float: right;
  height: 2.1em;
  margin-bottom: 8px;
  margin-left: 4%;
  width: auto;
}
#uhf_footerWrapper .topDestinations {
  text-align: right;
}
#uhf_footerWrapper .topDestinations .destinationsToggle {
  cursor: pointer;
  display: inline;
  font-weight: 500;
	font-family: "Graphik-Medium",sans-serif !important;
	font-size: 15px;
}
#uhf_footerWrapper .topDestinations .topDestinationsIcon {
  padding-left: 0.5em;
}
#uhf_footerWrapper .topDestinations .destinationElement {
  border-left: 1px solid #888;
  margin: 0.4em 0px;
  padding-bottom: 0;
}
#uhf_footerWrapper .topDestinations .destinationElement.destiationElement--lastChild {
  border-left: 0px;
}
#uhf_footerWrapper .topDestinations .destinationElement a,
#uhf_footerWrapper .topDestinations .destinationElement a:link,
#uhf_footerWrapper .topDestinations .destinationElement a:hover,
#uhf_footerWrapper .topDestinations .destinationElement a:focus,
#uhf_footerWrapper .topDestinations .destinationElement a:active,
#uhf_footerWrapper .topDestinations .destinationElement a:visited {
  color: inherit;
}
#uhf_footerWrapper .lozengeContainer {
  margin-top: 1em;
}
#uhf_footerWrapper .brandBarLozengeModule {
  position: relative;
  text-align: left;
  display: none;
}
#uhf_footerWrapper .lozengeTagLine,
#uhf_footerWrapper .brandBarTagLine {
  color: #000000;
  font: italic bold 1em georgia, serif;
  display: inline-block;
  vertical-align: bottom;
}
#uhf_footerWrapper .lozengeTagLine {
  text-align: left;
  max-width: 69%;
  margin: 15px auto;
}
#uhf_footerWrapper .brandBarTagLine {
  display: none;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
}
#uhf_footerWrapper .brandBarLozenge {
  background-color: #fff;
  /*note: ie8, opera mini, opera mobile 10 : border-radius not supported*/
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  box-shadow: -3px -2px 6px 0px rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin-right: 4%;
  width: 4.8em;
  max-width: 25%;
  bottom: 0px;
  top: 0px;
  padding: 1.2em 0.6em;
}
#uhf_footerWrapper .brandBarLozengeInner {
  width: 100%;
  vertical-align: middle;
}
#uhf_footerWrapper .footer-brandBarModal__close {
  display: none;
}
#uhf_footerWrapper .footer-copyrightBlock {
  padding: .4em 0em;
}
#uhf_footerWrapper .footer-copyrightText {
  color: white;
}
@media (max-width: 479px) and (min-width: 1px) {
  #uhf_footerWrapper {
    /*actual brandBar layout*/
    /* jquery related styles */
  }
  #uhf_footerWrapper .stackingModule {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #uhf_footerWrapper .topDestinationsContainer {
    display: none;
  }
  #uhf_footerWrapper .ourAppsText {
    max-width: 15em;
  }
  #uhf_footerWrapper .footer-brandBarModal__backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    /*note*/
    background-color: rgba(0, 0, 0, 0.7);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #uhf_footerWrapper .footer-brandBarModal__close {
    text-align: left;
    display: block;
    font-size: 1.5em;
  }
  #uhf_footerWrapper .footer-brandBarModal__close:hover {
    cursor: pointer;
  }
  #uhf_footerWrapper .footer-brandBarModal__dialog {
    position: relative;
    /* modal version */
    /*
    width: auto;
    margin: 10px;
    border-radius:12px;
    */
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2% 4%;
  }
  #uhf_footerWrapper .footer-brandBarModal__dialog,
  #uhf_footerWrapper .footer-brandBar-link-6c {
    background-color: #ffffff;
  }
  #uhf_footerWrapper .brandBarLozengeModule {
    display: block;
  }
  #uhf_footerWrapper .footer-copyrightText {
    display: none;
    /*can remove after bootstrap customization*/
  }
  #uhf_footerWrapper .footer-brandBarModal--mobileHidden {
    display: none;
  }
  #uhf_footerWrapper .footer-brandBarModal--mobileVisible {
    display: block;
  }
}
@media (min-width: 480px) {
  #uhf_footerWrapper .contentContainer {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
  }
  #uhf_footerWrapper .footer-bpg {
    max-width: 100%;
  }
  #uhf_footerWrapper .resDirectText {
    padding-top: inherit;
    vertical-align: text-top;
  }
  #uhf_footerWrapper .contentContainer > .row > .hrCol {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  #uhf_footerWrapper {
    /* footer social */
    /* footer brand bar */
  }
  #uhf_footerWrapper .navColumns {
    display: table;
  }
  #uhf_footerWrapper .brandNav__navItem {
    width: 100%;
  }
  #uhf_footerWrapper .first-xs,
  #uhf_footerWrapper .second-xs {
    float: none;
    clear: both;
    margin-left: 0;
  }
  #uhf_footerWrapper .colOne,
  #uhf_footerWrapper .colTwo,
  #uhf_footerWrapper .colThree {
    display: table-cell;
    vertical-align: top;
    width: 31.5%;
  }
  #uhf_footerWrapper .colOne,
  #uhf_footerWrapper .colTwo {
    padding: auto auto auto 3%;
    width: 34.25%;
  }
  #uhf_footerWrapper .colThree {
    margin: auto auto auto 0;
  }
  #uhf_footerWrapper .socialElement--ourApps {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-top: .8em;
  }
  #uhf_footerWrapper .marketingNav > .navColumns > [class*="col"] > .brandNav__navItem:first-child {
    margin-top: 41px;
  }
}

/*======================================*/
/*END UHF: Footer - Master (footer.scss) */
/*======================================*/
/*============================================*/
/* UHF: Application Wrapper Pushover (application-wrapper-pushover.scss) */
/*============================================*/
/* @import _globalVariables.scss */
/**
* UHF: Global Variables
*/
/* $default-font-size: 14; */
/* Default primary brand color to IHG/6C */
/* $primary-color: #d96930; */
/* $primary-text-color: #000; */
/* $primary-background-color: #efefef; */
/* $secondary-text-color: #fff; */
/* $secondary-background-color: #3b3b3b; */
/* $globalNav-background-color: #fff; */
/* $universal-brand-color: #d96930; */
/* $universal-background-color: #efefef; */
body .uhf-walletPushOver {
  position: relative;
  left: 0px;
  transition: left 500ms;
  -webkit-transition: left 500ms;
  -o-transition: left 500ms;
  -moz-transition: left 500ms;
}

body.walletIsOpen .uhf-walletPushOver {
  left: 480px;
}

#uhf_headerWrapper .booknow{
  display: none;
  }

.adChoiceImage{
  padding-bottom: 4px;
    margin-left: -2px;
}

@media (max-width: 496px) {
  body.walletIsOpen .uhf-walletPushOver {
    left: 100%;
  }
}
@media (min-width: 1670px) {
  body.walletIsOpen .uhf-walletPushOver {
    left: 580px;
  }
}
@media (min-width: 1880px) {
  body.walletIsOpen .uhf-walletPushOver {
    left: 680px;
  }
}
@media only screen
and (max-width : 332px) {
  .uhf_headerFooter .wallet .createPin-zipCodeContainer{
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  #uhf_footerWrapper .resDirectCol {
    max-width: 100%;
  }
}

#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-implicit {
    margin-right: -0.9%;
    margin-left: -1.7%;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-explicit {
    margin-right: -3.9%;
    margin-left: -3.7%;
}

.uhf_headerFooter .wallet .wallet-explicit .gridButton {
 margin: 0 0 26px 0;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlot .wallet-container:last-child {
  margin-top: 0;
}
.uhf_headerFooter .wallet .wallet-explicit .walletSlot:last-child{
  margin-top: 40px;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-explicit .gridButtonContainer .form-group,
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-implicit .gridButtonContainer .form-group {
    margin-bottom: 4px;
}
.uhf_headerFooter .wallet .checkbox label{
  font-family: "Graphik-Regular",Arial, sans-serif;
  font-size: 14px !important;
  color: #707372;
}
.uhf_headerFooter .gridTextContainer{
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 10px;
  padding: 0 10px 0 10px;
}
.uhf_headerFooter .gridTextContainer span sup {
    font-size: 75% !important;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group .formLink:lang(en) {
    top: 0;
    right: 0;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    margin-top: 0;
}
#uhf_headerWrapper .wallet .wallet-state>form>fieldset .row.wallet-anonymous .col-sm-12 .form-group .joinFont:lang(en) {
  display:inline-block;
  margin-top: 0;
}
/*IE styles*/
@media screen and (min-width:0\0) {
  .uhf_headerFooter .wallet .joinFont{
    margin: 10px 65px 0 0;
  }
}
/*==============================================*/
/*END UHF: Application Wrapper Pushover (application-wrapper-pushover.scss) */
/*==============================================*/
/*=====================================*/
/*END UHF: Application Base (base.scss) */
/*=====================================*/

