body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
div.gray {
  background: #f1f3f5;
}
.width {
  width: 91.875%;
}
/*@highdpi: ~"(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)";

.at2x(@path, @w: auto, @h: auto) {
  background-image: url(/themes/expedia/@path);
  @at2x_path: ~`@{path}.replace(/\.\w+$/, function(match) { return "@2x" + match; })`;

  @media @highdpi {
    background-image: url("/themes/expedia/@{at2x_path}");
    background-size: @w @h;
  }
}*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.box-shadow {
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.16);
}
.image-box-shadow {
  -webkit-box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.3);
}
/* ================= General Layout ===================*/
body {
  font-size: 1em;
}
#ems {
  position: relative;
  font-size: 1em;
  padding: 0;
  /* ================= Header ===================*/
}
#ems #contact,
#ems #brand,
#ems nav#main,
#ems nav#sub,
#ems #footer {
  width: 90%;
  max-width: 940px;
  padding: 0 10px;
  font-size: 1em;
}
#ems div.section,
#ems #full {
  position: relative;
  padding: 40px 0;
  width: 91.875%;
  max-width: 960px;
}
#ems #wrappercontact {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 200;
  background: #0084a8;
  border-bottom: solid 6px #ffd200;
  height: 0px;
}
#ems #wrappercontact #contact {
  overflow: hidden;
  padding: 35px 0 0 0;
  width: 91.875%;
  max-width: 700px;
  color: #ffffff;
  font-size: 0.9em;
  border-top: none;
}
#ems #wrappercontact #contact .formblock .hs-form fieldset {
  margin: 0 0 0 0px !important;
}
#ems #wrappercontact #contact .contact,
#ems #wrappercontact #contact .HTMLBlock,
#ems #wrappercontact #contact .subscribe {
  display: block;
  float: left;
  width: 66.66666667%;
  margin: 0 1.04166667%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
#ems #wrappercontact #contact div.fields {
  width: 103.03030303%;
  margin: 0 -1.51515152%;
  *zoom: 1;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ems #wrappercontact #contact div.fields:before,
#ems #wrappercontact #contact div.fields:after {
  content: "";
  display: table;
}
#ems #wrappercontact #contact div.fields:after {
  clear: both;
}
#ems #wrappercontact #contact div.field:nth-child(-n+4),
#ems #wrappercontact #contact div.field-select {
  display: block;
  float: left;
  width: 46.96969697%;
  margin: 0 1.51515152%;
  margin-left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ems #wrappercontact #contact div.field:nth-child(5),
#ems #wrappercontact #contact div.field-textarea {
  margin-left: 0;
  display: block;
  float: left;
  width: 96.96969697%;
  margin: 0 1.51515152%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ems #wrappercontact #contact input[type=submit],
#ems #wrappercontact #contact .emsbtn {
  clear: both;
  width: 240px;
}
#ems #wrappercontact #contact input[type=submit] {
  margin-top: 30px;
}
#ems #wrappercontact #contact .emsbtn {
  margin-bottom: 0;
}
#ems #wrappercontact #contact .sidebar {
  display: block;
  clear: right;
  float: right!important;
  width: 250px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 10px 20px 0;
  padding: 25px 10px 0 10px;
  background: #008fb6;
  border-radius: 10px;
}
#ems #wrappercontact #contact .sidebar h4 {
  line-height: 1.6em;
}
#ems #wrappercontact #contact .sidebar .emsbtn {
  width: auto;
}
#ems #wrappercontact #contact h2,
#ems #wrappercontact #contact h3,
#ems #wrappercontact #contact h4,
#ems #wrappercontact #contact h5,
#ems #wrappercontact #contact p {
  color: #ffffff;
}
#ems #wrappercontact #contact h1 {
  color: #ffffff;
  padding: 0 0 15px 50px;
  line-height: 1em;
  font-weight: normal;
  background: url(/themes/expedia/images/mail_icon.png) top left no-repeat;
}
#ems #wrappercontact #contact p {
  color: #ffffff;
  font-size: 0.9em;
}
#ems #wrappercontact #contact a.close {
  display: block;
  float: right;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  background: url(/themes/expedia/images/close_white.png) top right no-repeat;
}
.gt-ie8 #ems #wrappercontact #contact select {
  margin: 10px 0;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: #e6e9eb url(/themes/expedia/images/arrow_down_blue_light.png) no-repeat 94% center;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 4px;
}
#ems #wrappercontact #contact textarea {
  display: block;
  margin: 10px 0;
  padding: 10px;
  color: #ffffff;
  background: #008fb6;
  border: none;
  border-radius: 10px;
}
#ems #wrappercontact #util-wrapper {
  position: absolute;
  top: 100%;
  let: 0;
  width: 100%;
  height: 0;
}
#ems #wrappercontact #util {
  clear: both;
  display: block;
  position: relative;
  width: 90%;
  max-width: 940px;
  padding: 0 20px;
}
#ems #wrappercontact #util nav#utility {
  position: absolute;
  bottom: -52px;
  right: -10px;
  height: 52px;
  width: 257px;
  z-index: 90;
  background: url(/themes/expedia/images/bg_yellow_tabs.png) top right no-repeat;
}
#ems #wrappercontact #util nav#utility ul {
  margin-left: 12px;
}
#ems #wrappercontact #util nav#utility ul li {
  display: block;
  float: left;
  line-height: 1em;
}
#ems #wrappercontact #util nav#utility ul li a {
  float: left;
  display: block;
  margin: 1px 0 0 2px;
  padding: 18px 13px 12px 12px;
  height: 19px;
  width: 96px;
  text-align: center;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #00355f;
  border-bottom-left-radius: 10px;
}
#ems #wrappercontact #util nav#utility ul li a#btnsubscribe {
  margin: 1px 0 0 0;
  padding: 18px 18px 12px 15px;
  height: 19px;
  width: 75px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
#ems #wrappercontact #util nav#utility ul li a#btncontact.active,
#ems #wrappercontact #util nav#utility ul li a#btncontact:hover,
#ems #wrappercontact #util nav#utility ul li a#btnsubscribe.active,
#ems #wrappercontact #util nav#utility ul li a#btnsubscribe:hover {
  background: url(/themes/expedia/images/bg_yellow_tabs_active_left.png) top left no-repeat;
}
#ems #brand {
  position: relative;
  height: 95px;
}
#ems #headersearch {
  float: none;
  position: absolute;
  bottom: -55px;
  right: 55px;
  height: 55px;
  width: 57px;
  overflow: hidden;
  z-index: 10;
}
#ems #headersearch a#headerbtnsearch {
  display: block;
  float: right;
  height: 55px;
  width: 55px;
  background: #00355f url(/themes/expedia/images/search.png) top left no-repeat;
  z-index: 21;
  text-indent: -9999px;
  font-size: 0;
  border-left: solid 1px #004983;
  border-right: solid 1px #004983;
}
#ems #headersearch a.close {
  background: url(/themes/expedia/images/close.png) top left no-repeat;
}
#ems #headersearch #headerfullsearch {
  display: block;
  position: absolute;
  top: 0;
  right: -365px;
  float: right;
  padding: 10px;
  height: 55px;
  width: 310px;
  background: #00355f;
  border-left: solid 1px #004983;
  border-right: solid 1px #004983;
}
#ems #headersearch #headerfullsearch #searchResults {
  display: none;
}
#ems #headersearch #headerfullsearch .ccm-search-block-form h3 {
  display: none;
}
#ems #headersearch #headerfullsearch input[type="text"] {
  display: block;
  float: left;
  margin: 0;
  height: 33px;
  width: 240px;
  padding: 3px 10px 7px 20px;
  font-size: 0.95em;
  border-top: solid 1px #e3e3e3;
  border-right: none;
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #f5f5f5;
}
#ems #headersearch #headerfullsearch input[type="text"]:focus {
  border-top: solid 1px #e3e3e3;
  border-right: none;
  border-bottom: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
}
#ems #headersearch #headerfullsearch input[type="submit"] {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 33px;
  text-indent: -9999px;
  font-size: 0;
  background: #f5f5f5 url(/themes/expedia/images/search_form_icon.png) center right no-repeat;
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
  vertical-align: bottom;
}
#ems #headersearch #headerfullsearch #headerfullsearch input[type="submit"]:hover {
  margin: 0;
  padding: 0;
}
#ems a.logo {
  margin: 0;
  padding: 0;
  width: 256px;
  height: 80px;
  background: url(/themes/expedia/images/logo_desktop.png) bottom left no-repeat;
}
#ems #localization {
  display: none;
  position: absolute;
  top: 4px;
  right: 239px;
  width: 150px;
  height: 35px;
  z-index: 20;
  overflow: visible;
}
#ems #localization #language {
  padding: 5px 10px 20px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ems #localization #language.active {
  background: #f2f2f2;
}
#ems #localization #shim {
  display: none;
  margin-top: -14px;
  width: 166px;
  height: 14px;
  background: url(/themes/expedia/images/shim.jpg) bottom right no-repeat;
}
#ems #localization a.tab {
  display: block;
  padding: 0 0 0 20px;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #0084a8;
  background: url(/themes/expedia/images/arrow_down_blue_dark.png) center left no-repeat;
}
#ems #localization a.active {
  color: #00355f;
  background: #f2f2f2 url(/themes/expedia/images/arrow_up_blue_dark.png) center left no-repeat;
}
#ems #localization div.panel {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 10px 20px 5px 20px;
  width: 300px;
  color: #00355f;
  font-size: 0.9em;
  background: #f2f2f2;
  border-top-right-radius: 8px;
}
#ems #localization input[type=submit] {
  padding: 10px 0;
  font-size: 1em;
}
/* ==================== Menu =================== */
/* Note: Classes for use with Superfish plug-in reserved in case client wishes to use it instead of pure CSS */
#ems #menu {
  position: relative;
}
#ems #menu,
#ems #submenu {
  min-height: 55px;
  background: #00355f;
}
#ems #submenu {
  background: #0084a8;
  display: none;
}
#ems nav#main {
  position: relative;
}
#ems #mobilemain {
  display: block;
  opacity: 1;
  position: static;
  background: transparent;
}
#ems input[type=checkbox]#toggle,
#ems label.toggle,
#ems label.toggle:after {
  display: none;
}
#ems #mobilecontact {
  display: none;
}
#ems #social {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  width: 80px
    overflow: hidden;
}
#ems #social ul li {
  float: left;
  border: none;
}
#ems #social ul li a {
  float: left;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 35px;
  text-indent: -9999px;
  font-size: 0;
  border: none;
}
#ems #social ul li a.twitter {
  background: url(/themes/expedia/images/twitter.png) center right no-repeat;
}
#ems #social ul li a.linkedin {
  background: url(/themes/expedia/images/linkedin.png) center right no-repeat;
}
#ems #social ul li a.twitter:hover {
  background: url(/themes/expedia/images/twitter_active.png) center right no-repeat;
}
#ems #social ul li a.linkedin:hover {
  background: url(/themes/expedia/images/linkedin_active.png) center right no-repeat;
}
#ems nav#main ul.sf-menu,
#ems nav#sub ul.nav-header {
  position: static;
  display: block;
  opacity: 1;
  margin-left: -15px;
  padding: 0;
  width: 85%;
  min-height: 55px;
  background: transparent;
}
#ems nav#sub {
  display: block;
}
#ems nav#sub ul.nav-header {
  display: block;
  width: 100%;
}
#ems nav#main ul.sf-menu li,
#ems nav#sub ul.nav-header li,
#ems nav#main ul.sf-menu li ul.ddnav li {
  display: block;
  float: left;
  padding: 0;
  height: 55px;
  width: auto;
  border: none;
  background: transparent;
  cursor: pointer;
}
#ems nav#sub ul.nav-header li:hover a,
#ems nav#main ul.sf-menu li ul.ddnav li:hover a {
  margin: 0 11px;
  padding: 17px 5px 0 5px;
  height: 33px;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border-top: none;
  border-bottom: solid 5px #99cedc;
}
#ems nav#main ul.sf-menu li a,
#ems nav#sub ul.nav-header li a,
#ems nav#main ul.sf-menu li ul.ddnav li a {
  display: block;
  margin: 0;
  padding: 17px 16px 0px 16px;
  width: auto;
  height: 38px;
  color: #ffffff;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.025em;
  border-bottom: none;
}
.no-touch #ems nav#main ul.sf-menu li a:hover,
.no-touch #ems nav#main ul.sf-menu li.sfHover a:hover {
  background: #0084a8;
}
#ems nav#main ul.sf-menu li a.nav-selected,
#ems nav#main ul.sf-menu li a.nav-path-selected {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  background: #0084a8;
}
#ems nav#main ul.sf-menu li.sfHover a {
  background: transparent;
}
#ems nav#sub ul.nav-header li a.nav-selected,
#ems nav#sub ul.nav-header li a.nav-path-selected,
.no-touch #ems nav#sub ul.nav-header li a:hover,
.no-touch #ems nav#main ul.sf-menu li.sfHover ul li a:hover {
  margin: 0 11px;
  padding: 17px 5px 0 5px;
  height: 33px;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border-top: none;
  border-bottom: solid 5px #99cedc;
}
#ems nav#main ul.sf-menu li.sfHover ul.ddnav {
  display: none;
  position: absolute;
  top: 100%;
  left: 5px;
  width: 100%;
  height: 55px;
  z-index: 99;
  background: transparent;
  cursor: default;
  margin-left: 0;
}
.no-touch #ems nav#main ul.sf-menu li:hover,
#ems nav#main ul.sf-menu li.nav-path-selected,
#ems nav#main ul.sf-menu li ul.ddnav li,
#ems nav#main ul.sf-menu li ul.ddnav li:last-child,
#ems nav#main ul.sf-menu li.sfHover ul.ddnav li,
#ems nav#main ul.sf-menu li.sfHover ul.ddnav li:last-child {
  border: none;
}
.no-touch #ems nav#main ul.sf-menu li.sfHover:hover > ul.ddnav {
  display: block;
}
.no-touch #ems nav#main ul.sf-menu li.nav-selected:hover > ul.ddnav {
  display: none;
}
#ems #dropdown {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 55px;
  background: #0084a8;
  z-index: 10;
}
.no-touch #ems nav#main ul.sf-menu.open > li:hover > a {
  background: #0F7597;
  color: #fff;
}
.no-touch #ems nav#main ul.sf-menu.open > li:hover ul.ddnav {
  background: #0F7597;
}
.no-touch #ems nav#main ul.sf-menu.open > li:hover ul.ddnav li {
  background: #0F7597;
}
#ems #dropdown.darkHover {
  background: #0F7597 !important;
}
.no-touch #ems nav#main ul.sf-menu.open > li.nav-path-selected:hover > a {
  background: #0084a8;
  color: #fff;
}
.no-touch #ems nav#main ul.sf-menu.open > li.nav-path-selected:hover ul.ddnav {
  background: #0084a8;
}
.no-touch #ems nav#main ul.sf-menu.open > li.nav-path-selected:hover ul.ddnav li {
  background: #0084a8;
}
body.brands #ems nav#sub,
body.brands_home #ems nav#sub {
  display: block;
  background: transparent;
  padding: 0;
}
body.brands #ems nav#sub ul,
body.brands_home #ems nav#sub ul {
  background: #0084a8;
  border-radius: 0;
}
body.brands #ems nav#sub ul li,
body.brands_home #ems nav#sub ul li {
  display: block;
  visibility: visible;
  padding: 0;
}
body.brands #ems nav#sub ul li.nav-selected,
body.brands_home #ems nav#sub ul li.nav-selected,
body.brands #ems nav#sub ul li.first,
body.brands_home #ems nav#sub ul li.first {
  display: block;
  background: transparent;
}
body.brands #ems nav#sub ul li a,
body.brands_home #ems nav#sub ul li a {
  margin: 0 11px;
  padding: 17px 5px 0 5px;
  font-size: 1em;
  letter-spacing: 0.025em;
}
body#our-brands #ems nav#sub ul li.first {
  background: transparent;
}
/* =================== Page Sections & Rows ================== */
#ems {
  /*================= Page Lists and nav link blocks =============*/
}
#ems div.col1 {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.04166667%;
  clear: both;
  *zoom: 1;
}
#ems div.col1:before,
#ems div.col1:after {
  content: "";
  display: table;
}
#ems div.col1:after {
  clear: both;
}
#ems div.half,
#ems div.halflast {
  display: block;
  float: left;
  width: 47.91666667%;
  margin: 10px 1.04166667%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
}
#ems div.third {
  display: block;
  float: left;
  width: 31.22916667%;
  margin: 10px 1.04166667%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  clear: none;
}
#ems div.fourth {
  display: block;
  float: left;
  width: 22.91666667%;
  margin: 10px 1.04166667%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
}
#ems #hero {
  position: relative;
  height: 425px;
  overflow: hidden;
  background: #00355f;
}
#ems #hero .homehero {
  display: block;
  text-align: center;
}
#ems #hero .homehero-mobile {
  display: none;
}
#ems #hero img {
  margin: 0 auto;
  text-align: center;
}
#ems #hero div.section {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  width: 91.875%;
  max-width: 960px;
  background: transparent;
  padding: 0 10px;
}
#ems #hero div.herotext {
  display: block;
  float: left;
  width: 54.16666667%;
  margin: 0 1.04166667%;
  min-width: 530px;
}
#ems #hero div.herotext h1 {
  font-size: 3.25em;
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
#ems #hero div.herotext p {
  margin: 15px 0;
  line-height: 1.4em;
  color: #00172a;
}
#ems #hero div.herotext .emsbtn {
  width: 200px;
  font-size: 1em;
  padding: 10px 0;
}
#ems ul.brandlogos {
  padding: 20px 0 60px 0;
}
#ems ul.brandlogos li {
  float: none;
  padding: 0 0 0 1%;
  margin-left: 1%;
  width: 12.1%;
  text-align: center;
  border-bottom: none;
  border-left: solid 1px #e1e1e1;
  display: inline-block;
}
#ems ul.brandlogos li a img {
  border-bottom: none;
}
#ems ul.brandlogos li:first-child,
#ems ul.brandlogos li.first {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  border-top: none;
}
#ems div.home-featured {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 31.22916667%;
  margin: 0 1.04166667%;
}
#ems div.home-featured .featured {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  padding-bottom: 80px;
  position: relative;
}
#ems div.home-featured .featured .featured-image a {
  display: block;
}
#ems div.home-featured .featured .featured-image a img {
  display: block;
  margin: 0 auto;
}
#ems div.home-featured .featured .featured-text {
  padding: 20px;
}
#ems div.home-featured .featured .pagelistlink {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px 10px 20px;
  width: 100%;
  height: 80px;
}
#ems ul.productslides {
  *zoom: 1;
}
#ems ul.productslides:before,
#ems ul.productslides:after {
  content: "";
  display: table;
}
#ems ul.productslides:after {
  clear: both;
}
#ems ul.productslides li {
  margin-top: 10px;
  padding: 40px 0;
  display: block;
  float: left;
  width: 31.22916667%;
  margin: 10px 1.04166667%;
}
#ems ul.productslides li img {
  border: 0;
}
#ems div.brandstats h1,
#ems div.brandstats h4 {
  margin: 0;
  line-height: 1.2em;
}
#ems div.brandstats h1 {
  margin-top: 5px;
  font-size: 2.4em;
}
body.home #ems div.main-content-thumb {
  margin-top: 0;
  margin-bottom: 0;
}
body.home #ems div.gray div.section {
  padding: 60px 0;
}
body.home #ems div.main-content-thumb {
  min-height: 40px;
}
body.home #ems div.flex-viewport {
  margin-left: 1.04166667%;
  padding: 2px 0;
}
/*============== Brands styles================*/
body.brands #ems #hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}
body.brands #ems #hero p.blurb,
body.brands #ems #hero #prevnext {
  display: block;
}
#ems #hero #prevnext {
  position: absolute;
  top: 178px;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: visible;
}
#ems #hero #prevnext .ccm-next-previous-wrapper {
  position: relative;
}
#ems #hero #prevnext:hover {
  z-index: 3;
}
#ems #hero #prevnext .ccm-next-previous-parentlink {
  display: none;
}
#ems #hero #prevnext .ccm-next-previous-previouslink {
  display: block;
  float: left;
  background: #ffd200 url(/themes/expedia/images/arrow_left_blue_dark_prev.png) center right no-repeat;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 35px 0 0;
  height: 55px;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#ems #hero #prevnext .ccm-next-previous-nextlink {
  display: block;
  float: right;
  background: #ffd200 url(/themes/expedia/images/arrow_right_blue_dark_next.png) center left no-repeat;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 0 0 35px;
  height: 55px;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#ems #hero #prevnext a {
  display: block;
  background: #ffffff;
  overflow: hidden;
  padding: 16px 0px 24px 0px;
  height: 15px;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  width: 0;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#ems #hero #prevnext .ccm-next-previous-previouslink:hover > a,
#ems #hero #prevnext .ccm-next-previous-nextlink:hover > a {
  padding: 16px 10px 24px 10px;
  width: auto;
  font-size: 1em;
}
body.brands #ems #hero div.col2 div.halflast {
  margin-top: 36px;
  margin-bottom: 0;
  height: 320px;
  text-align: right;
  overflow: hidden;
}
body.brands #ems #hero div.col2 div.halflast p {
  margin: 0;
  line-height: 0;
  text-align: right;
}
body.brands #ems #hero div.col2 div.halflast p img {
  margin: 0 0 0 auto;
}
body.brands #ems:first-child div.gray {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 2px solid #D4D5D7;
}
body#our-brands #ems div.third {
  text-align: left;
}
body#our-brands #ems div.third p.brandstats,
body#our-brands #ems div.third div.brandstats {
  float: left;
  margin-right: 30px;
}
body#our-brands #ems div.gray div.section,
body#our-brands #ems:first-child div.gray {
  padding: 40px 0 30px 0;
}
body#our-brands #ems:first-child div.gray {
  border-top: none;
  border-bottom: none;
}
body#our-brands #ems div.white div.col3 {
  padding: 30px 0 0 0;
}
body#our-brands #ems ul.productslides {
  padding-top: 20px;
}
body#our-brands #ems ul.productslides li {
  margin-bottom: 70px;
  -webkit-transition: all opacity 0.5s ease-out;
  -moz-transition: all opacity 0.5s ease-out;
  -o-transition: all opacity 0.5s ease-out;
  transition: all opacity 0.5s ease-out;
}
body.brands #ems div.piechart {
  margin-top: 4px;
  width: 170px;
}
body.brands #ems div.piechart p {
  color: #00355f;
  text-align: center;
}
body.brands #ems div.piechart div.stat1,
body.brands #ems div.piechart div.stat2 {
  float: left;
}
body.brands #ems div.piechart div.stat2 {
  margin-left: 30px;
  float: right;
}
body.brands #ems div.piechart div.stat1 span {
  color: #00355f;
  font-size: 1.3em;
  font-weight: bold;
}
body.brands #ems div.piechart div.stat2 span {
  color: #ffd200;
  font-size: 1.3em;
  font-weight: bold;
}
body.brands #ems div.piestats {
  margin-top: 0;
  clear: none;
  float: right;
  width: 55%;
}
#ems table.brandstats {
  border-collapse: collapse;
  width: 100%;
  color: #00355f;
  text-align: left;
}
#ems table.brandstats tr td {
  margin: 0;
  padding: 15px 20px 15px 20px;
  border-bottom: solid 1px #e1e1e1;
  font-size: 0.95em;
}
#ems div.featured_wide {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  height: auto;
  position: relative;
}
#ems div.featured_wide div.pagelistlink {
  position: static;
  padding: 18px 20px;
  height: 63px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
}
#ems div.featured_wide div.featured-image img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/*=========================Audience Styles===============*/
body#audience #ems #hero {
  height: 400px;
}
body#audience #ems #hero div.herotext h1 {
  margin-top: 30px;
  color: #ffffff;
}
body#audience #ems #hero div.herotext p.blurb {
  color: #ffffff;
}
body#audience #ems #hero a.emsbtn {
  display: block;
  width: 200px;
}
body#audience #ems div.colcustom {
  display: block;
  float: left;
  width: 66.66666667%;
  margin: 10px 1.04166667%;
}
body#audience #ems div.colcustomlast {
  display: block;
  float: left;
  width: 29.16666667%;
  margin: 10px 1.04166667%;
}
body#audience #ems div.colcustom div.audiencestats,
body#audience #ems div.colcustom div.audiencestatslast {
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0;
  width: 30%;
  margin-right: 5%;
}
body#audience #ems div.colcustom div.audiencestatslast {
  margin-right: 0;
}
/*===================Press Release Styles=============*/
body.press_releases #full {
  font-size: 0.9em;
}
body.press_releases #pageheader {
  position: relative;
  padding-bottom: 0;
  border-bottom: solid 1px #e1e1e1;
}
body.press_releases #pageheader p {
  margin-right: 200px;
}
body.press_releases div.actions {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 175px;
}
body.press_releases div#dojo-filter-options {
  position: relative;
}
body.press_releases div.actions ul#filters {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 5;
  background: #ffffff;
  border: solid 1px #e1e1e1;
}
body.press_releases div.actions ul#filters li {
  padding: 0;
}
body.press_releases div.actions ul#filters:first-child li {
  padding-top: 15px;
}
body.press_releases div.actions ul#filters li a {
  display: block;
  padding: 5px 10px;
  width: 153px;
  border-bottom: solid 1px #e1e1e1;
}
body.press_releases div.actions ul#filters li:last-child a {
  border-bottom: none;
}
body.press_releases div.actions ul#filters li a:hover,
body.press_releases div.actions ul#filters li a.selected {
  background: #0084a8;
  color: #ffffff;
}
body.press_releases ul.prlist li {
  display: block;
  float: left;
  width: 47.91666667%;
  margin: 10px 1.04166667%;
  padding: 0;
  min-height: 75px;
}
/*================== Products styles ============*/
body#products #ems #full {
  max-width: 960px;
  padding: 0;
}
body#products #ems ul.productslides {
  margin: 30px 0 80px 0;
}
body#products #ems ul.productslides li {
  min-height: 270px;
}
body.products #ems #hero {
  margin: 0 auto;
  padding: 40px 0;
  width: 91.875%;
  max-width: 960px;
  clear: both;
  height: auto;
  min-height: 200px;
  background: transparent;
}
body.products #ems #hero .product_tagline {
  display: block;
}
body.products #ems .product-nav .product_tagline {
  display: none;
}
body.products #ems nav#productmobile {
  display: none;
}
body.products #ems .section:first-child {
  padding: 0;
}
body.products #ems .default-flexslider-pglist {
  display: block;
  padding: 0!important;
}
body.products #ems div.main-content-thumb {
  padding: 20px 0 0 0;
}
body.products #ems .flex-direction-nav li {
  padding: 0;
}
body.products #ems .image-link img {
  text-align: left;
  padding-bottom: 5px;
}
/* ======================== Footer =================== */
#ems footer {
  border-top: solid 1px #00355f;
}
#ems #footer {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  width: 91.875%;
  max-width: 960px;
}
#ems #notices {
  float: right!important;
  padding: 26px 30px 80px 30px;
  display: block;
  float: left;
  width: 35.41666667%;
  margin: 0 1.04166667%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  max-width: 300px;
  border-top: 6px solid #FFC60B;
}
#ems #notices a.logo {
  width: 184px;
  height: 46px;
  background: url(/themes/expedia/images/logo_footer@2x.png) top left no-repeat;
  background-size: 184px auto;
}
#ems nav#sitemap {
  margin-top: 0;
  padding: 10px 0 0 0;
  display: block;
  float: left;
  width: 60.41666667%;
  margin: 0 1.04166667%;
  background: transparent;
  margin: 0;
}
#ems div.linklist,
#ems div.linklist:last-child {
  clear: none;
  float: left;
  padding: 0;
  margin-top: 6px;
  margin-right: 1.5%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  width: 46%;
  color: #00355f;
  font-size: 0.85em;
}
#ems div.linklist ul,
#ems div.linklist:last-child ul {
  float: left;
  width: 45%;
  margin-right: 1.5%;
}
#ems div.linklist ul li,
#ems div.linklist:last-child ul li {
  margin: 0;
  line-height: 20px;
}
/*======================Tables======================*/
body#audience #ems div.white div.audience-analytics-mobile {
  display: none;
}
body#audience #ems div.white div.audience-analytics {
  display: none;
  overflow-x: scroll;
  position: relative;
}
body#audience #ems div.white div.audience-analytics.show {
  display: block;
}
body#audience #ems div.white table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 0.95em;
}
body#audience #ems div.white table tr td.tableheader,
body#audience #ems div.white .tableheader {
  margin: 0;
  padding: 13px 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #00355f;
  border-top: none;
  background: #f6f8f9 url('/themes/expedia/images/arrow_down_blue_dark.png') no-repeat right 20px top 28px;
  cursor: pointer;
}
body#audience #ems div.white table tr td.tableheader:hover,
body#audience #ems div.white .tableheader:hover {
  background: #f6f8f9 url('/themes/expedia/images/arrow_down_blue_light.png') no-repeat right 20px top 28px;
}
body#audience #ems div.white table tr td.tableheader.open,
body#audience #ems div.white .tableheader.open {
  background: #f6f8f9 url('/themes/expedia/images/arrow_up_blue_dark.png') no-repeat right 20px top 28px;
}
body#audience #ems div.white table tr td.tableheader.open:hover,
body#audience #ems div.white .tableheader.open:hover {
  background: #f6f8f9 url('/themes/expedia/images/arrow_up_blue_light.png') no-repeat right 20px top 28px;
}
body#audience #ems div.white .tableheader {
  border-top: solid 1px #e1e1e1;
}
body#audience #ems div.white table tr.head td,
body#audience #ems div.white table tr.head td:nth-child(even),
body#audience #ems div.white table tr.head td:nth-child(2),
body#audience #ems div.white table tr.head td:nth-child(4),
body#audience #ems div.white table tr.head td:nth-child(6),
body#audience #ems div.white table tr.head td:nth-child(8) {
  padding: 16px 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background: #00355f;
  border-right: solid 1px #004c89;
}
body#audience #ems div.white table tr.head td:first-child {
  width: 200px;
  background: #ffffff;
}
body#audience #ems div.white table tr.head td:nth-child(8) {
  border-right: none;
}
body#audience #ems div.white table tr td {
  margin: 0;
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: solid 1px #e1e1e1;
  font-family: 'open_sansbold', Arial, sans-serif;
}
body#audience #ems div.white table tr td:first-child {
  width: 200px;
  font-family: 'open_sansregular', Arial, sans-serif;
}
body#audience #ems div.white table tr.head td:hover,
body#audience #ems div.white table tr.head td.highlight {
  background: #0084a8;
}
body#audience #ems div.white table tr td.highlight,
body#audience #ems div.white table tr td:hover {
  background: #ddecf1;
}
body#audience #ems div.white .scroll-indicator {
  display: block;
  position: absolute;
  width: 100px;
  height: 42px;
  top: 1px;
  right: 0px;
  padding: 0;
  background: url('/themes/expedia/images/audience_scroll_indicator.png');
}
body#audience #ems div.white .hideScroll .scroll-indicator {
  display: none;
}
body#audience #ems div.white .audience-analytics thead.tableFloatingHeaderOriginal {
  overflow: hidden;
}
body#audience #ems div.white .audience-analytics thead.tableFloatingHeaderOriginal.current {
  transform: translateY(-1px);
}
/* ======================== Forms =================== */
#ems input[type=submit],
#ems .emsbtn {
  display: block;
  margin: 10px 0;
  padding: 15px 0;
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  background: #ffd200;
  color: #00355f;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  border-radius: 4px;
  border: none;
}
#ems input[type=submit]:hover,
#ems .emsbtn:hover {
  padding: 15px 0;
  color: #00355f;
}
#ems label {
  font-size: 1em;
  margin: 0;
}
#ems input[type="text"],
#ems input[type="email"],
#ems input[type="tel"] {
  display: block;
  margin: 10px 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 0.95em;
  border: none;
  border-radius: 4px;
  background: #ffffff;
}
/*====================Additional break =============*/
@media screen and (min-width: 641px) and (max-width: 1040px) {
  body#our-brands #ems #hero div.half p.blurb {
    display: block;
  }
  body.brands #ems #hero .contain-img p {
    padding-right: 10px;
  }
  body#our-brands #ems div.third p.brandstats,
  body#our-brands #ems div.third div.brandstats {
    float: none;
  }
  body#our-brands #ems ul.productslides li {
    height: 220px;
  }
  body#our-brands #ems ul.productslides li .image-link {
    height: 90px;
  }
  body#audience #ems div.colcustom div.audiencestats,
  body#audience #ems div.colcustom div.audiencestatslast {
    height: auto;
  }
  body.brands #ems div.piechart {
    float: none;
    margin: 4px auto;
  }
  body.brands #ems div.piestats {
    margin-top: 30px;
    float: none;
    clear: left;
    width: 100%;
  }
  body#products #ems ul.productslides li p.description {
    font-size: 0.9em;
  }
  body#products #ems ul.productslides li {
    min-height: 310px;
  }
}
/*====================Footer list break =============*/
@media screen and (min-width: 641px) and (max-width: 959px) {
  #ems div.linklist ul,
  #ems div.linklist:last-child ul {
    float: left;
    width: 92%;
    margin-right: 1.5%;
  }
}
/*===================== Mummy Bear===================*/
@media screen and (min-width: 641px) and (max-width: 853px) {
  #ems nav#main ul.sf-menu,
  #ems nav#sub ul.nav-header {
    margin-left: -6px;
  }
  #ems nav#main ul.sf-menu li a,
  #ems nav#sub ul.nav-header li a,
  #ems nav#main ul.sf-menu li ul.ddnav li a {
    padding-left: 7px;
    padding-right: 7px;
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 0.9em;
  }
  #ems nav#sub ul.nav-header li a,
  #ems nav#main ul.sf-menu li.sfHover ul.ddnav li a {
    margin: 0 2px;
  }
  #ems nav#sub ul.nav-header li a.nav-selected,
  #ems nav#sub ul.nav-header li a.nav-path-selected,
  #ems nav#sub ul.nav-header li a:hover,
  #ems nav#main ul.sf-menu li.sfHover ul li a:hover {
    margin: 0 2px;
    padding-left: 7px;
    padding-right: 7px;
    border-bottom: solid 5px #99cedc;
  }
  #ems nav#main ul.sf-menu li.sfHover ul.ddnav {
    height: 55px;
  }
  body.home #ems div.featured {
    height: auto;
    height: 350px;
    padding-bottom: 40px;
  }
  body.home #ems div.featured-image img {
    margin-left: -5%;
    max-width: 110%;
    height: auto;
  }
  body.home #ems div.featured-text {
    font-size: 0.9em;
    padding: 20px;
  }
  body.brands #ems nav#sub ul li a,
  body.brands_home #ems nav#sub ul li a {
    margin: 0 2px;
    padding-left: 7px;
    padding-right: 7px;
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 0.9em;
  }
}
.success-story-blurb {
  display: block;
  float: left;
}
.demo-header {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  font-size: 1em;
  padding: 0;
  overflow: hidden;
}
.demo-header a.logo {
  margin: 0;
  padding: 0;
  width: 256px;
  height: 80px;
  display: block;
  background: url(/themes/expedia/images/logo_desktop.png) bottom left no-repeat;
}
.demo-header .left {
  float: left;
}
.demo-header .right {
  float: right;
  text-align: right;
  width: 600px;
}
.demo-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.demo-wrapper .demo-container {
  position: relative;
  top: 0px;
  max-height: 1085px;
}
.demo-wrapper .background-image {
  position: relative;
}
.demo-wrapper #swf1 {
  position: absolute;
  top: 97px;
}
.demo-wrapper #swf2 {
  position: absolute;
  top: 643px;
  left: 21px;
}
.demo-wrapper #swf3 {
  position: absolute;
  left: 1008px;
  top: 97px;
}
.demo-wrapper .booking-overlay {
  position: absolute;
  left: 14px;
  top: 113px;
}
#interacting-ads #ems #wrappercontact {
  border: solid 4px #ffd200;
}
#ems #hero.map div.section {
  height: 100%;
  top: 0;
}
#ems #hero.map div.section .text {
  width: 335px;
  bottom: 40%;
}
#ems #hero.map div.section .brands_map .map {
  min-height: 100%;
  max-height: 100%;
  height: auto;
}
#ems #hero.map div.section .brands_map .map.hide,
#ems #hero.map div.section .brands_map .map.mobile {
  display: none;
}
#ems #hero.map div.section .brands_map .map.desktop {
  display: block;
}
#ems #hero.map div.section .brands_map .point {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  margin-right: -7px;
}
#ems #hero.map div.section .brands_map .point.large {
  margin-right: -20px;
}
#ems #hero.map div.section .brands_map .point.large img.small {
  display: none;
}
#ems #hero.map div.section .brands_map .point.large img.large {
  display: block;
}
#ems #hero.map div.section .brands_map .point img.small {
  display: block;
}
#ems #hero.map div.section .brands_map .point img.large {
  display: none;
}
#ems #hero.map div.section .brands_map .point_na {
  right: 80%;
  bottom: 58%;
}
#ems #hero.map div.section .brands_map .tooltip_na {
  left: 33%;
}
#ems #hero.map div.section .brands_map .point_eu {
  right: 48%;
  bottom: 68%;
}
#ems #hero.map div.section .brands_map .tooltip_eu {
  right: 54%;
}
#ems #hero.map div.section .brands_map .point_as {
  right: 27%;
  bottom: 59%;
}
#ems #hero.map div.section .brands_map .tooltip_as {
  right: 39%;
}
#ems #hero.map div.section .brands_map .point_la {
  right: 72%;
  bottom: 37%;
}
#ems #hero.map div.section .brands_map .tooltip_la {
  left: 38%;
}
#ems #hero.map div.section .brands_map .point_af {
  right: 48%;
  bottom: 46%;
}
#ems #hero.map div.section .brands_map .tooltip_af {
  left: 61%;
}
#ems #hero.map div.section .brands_map .point_oc {
  right: 10%;
  bottom: 22%;
}
#ems #hero.map div.section .brands_map .tooltip_oc {
  right: 23%;
}
#ems #hero.map div.section .brands_map .point_me {
  right: 42%;
  bottom: 56%;
}
#ems #hero.map div.section .brands_map .tooltip_me {
  left: 65%;
}
#ems #hero.map div.section .brands_map .tooltip {
  display: block;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
}
#ems #hero.map div.section .brands_map .tooltip.single {
  width: 150px;
}
#ems #hero.map div.section .brands_map .tooltip.double {
  width: 300px;
}
#ems #hero.map div.section .brands_map .tooltip .arrow {
  position: absolute;
  margin-top: -5px;
  top: 50%;
}
#ems #hero.map div.section .brands_map .tooltip .arrow.left {
  left: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #FFFFFF;
}
#ems #hero.map div.section .brands_map .tooltip .arrow.right {
  right: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #FFFFFF;
}
#ems #hero.map div.section .brands_map .tooltip .header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffd200;
  padding: 5px 0px;
  color: #00355f;
  font-size: 20px;
  font-weight: bolder;
}
#ems #hero.map div.section .brands_map .tooltip .map_brands {
  padding: 5px 0px;
}
#ems #hero.map div.section .brands_map .tooltip .map_brands .brand_img {
  width: 100px;
  height: 40px;
  padding: 5px 15px;
  margin: 0px 5px;
}
#ems #hero.map div.section .brands_map .tooltip .map_brands .brand_img.border {
  border-bottom: 1px solid lightgrey;
}
#ems #hero.map div.section .brands_map .tooltip .map_brands .brand_img:last-child {
  border-bottom: none;
}
#ems #hero.map div.section .brands_map .tooltip.hide {
  display: none;
}
.addthis_sharing_toolbox {
  float: right;
  margin-right: 10px;
  clear: both;
}
.fancybox-overlay .addthis_sharing_toolbox {
  right: 5px;
  bottom: -3px;
  position: absolute;
}
