/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/themes/expedia//images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/themes/expedia//images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/themes/expedia//images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.no-touch .fancybox-nav:hover span {
  visibility: visible;
}
.touch .fancybox-nav span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/themes/expedia//images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/themes/expedia//images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/themes/expedia//images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/themes/expedia//images/lib/flexslider/fonts/flexslider-icon.eot');
  src: url('/themes/expedia//images/lib/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/themes/expedia//images/lib/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/themes/expedia//images/lib/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/themes/expedia//images/lib/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ==================================== RESET ======================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  vertical-align: baseline;
}
#ems article,
#ems aside,
#ems details,
#ems figcaption,
#ems figure,
#ems footer,
#ems header,
#ems hgroup,
#ems menu,
#ems nav,
#ems section {
  display: block;
}
#ems figure {
  margin: 0;
}
#ems ul,
#ems ol {
  margin: 0;
  margin-left: 20px;
  padding: 0;
}
#ems ul.no-bullets,
#ems ol.no-bullets {
  margin-left: 0;
  list-style: none;
}
#ems .section img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#ems embed,
#ems object,
#ems video,
#ems iframe {
  max-width: 100%;
}
#ems iframe {
  display: block;
  padding: 30px 0;
}
#ems svg:not(:root) {
  overflow: hidden;
}
#ems .clearfix:before,
#ems .clearfix:after {
  content: "";
  display: table;
}
#ems .clearfix:after {
  clear: both;
}
#ems .clearfix {
  *zoom: 1;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html.ie6 img.full,
html.ie6 object.full,
html.ie6 embed,
html.ie6 video {
  width: 100%;
}
html.ie8 img {
  width: auto;
}
audio:not([controls]) {
  display: none;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
#ems button,
#ems input,
#ems select,
#ems textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
#ems input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0;
}
#ems button,
#ems input {
  *overflow: visible;
  line-height: normal;
}
#ems button::-moz-focus-inner,
#ems input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#ems button,
#ems input[type="button"],
#ems input[type="reset"],
#ems input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
#ems input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
#ems input[type="search"]::-webkit-search-decoration,
#ems input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#ems textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
div.gray {
  background: #f1f3f5;
}
.width {
  width: 91.875%;
}
/*================= Typography =================*/
@font-face {
  font-family: 'open_sansregular';
  src: url('/themes/expedia/fonts/OpenSans-Regular-webfont.eot');
  src: url('/themes/expedia/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/themes/expedia/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/themes/expedia/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('/themes/expedia/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/themes/expedia/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/themes/expedia/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/themes/expedia/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('/themes/expedia/fonts/OpenSans-Bold-webfont.eot');
  src: url('/themes/expedia/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/OpenSans-Bold-webfont.woff') format('woff'), url('/themes/expedia/fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('/themes/expedia/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geometr415_md_btmedium';
  src: url('/themes/expedia/fonts/tt0522m_-webfont.eot');
  src: url('/themes/expedia/fonts/tt0522m_-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/tt0522m_-webfont.woff') format('woff'), url('/themes/expedia/fonts/tt0522m_-webfont.ttf') format('truetype'), url('/themes/expedia/fonts/tt0522m_-webfont.svg#geometr415_md_btmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geometr415_blk_btblack';
  src: url('/themes/expedia/fonts/tt0524m_-webfont.eot');
  src: url('/themes/expedia/fonts/tt0524m_-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/tt0524m_-webfont.woff') format('woff'), url('/themes/expedia/fonts/tt0524m_-webfont.ttf') format('truetype'), url('/themes/expedia/tt0524m_-webfont.svg#geometr415_blk_btblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'geometr415_lt_btlite';
  src: url('/themes/expedia/fonts/geometric415bt_litea-webfont.eot');
  src: url('/themes/expedia/fonts/geometric415bt_litea-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/expedia/fonts/geometric415bt_litea-webfont.woff') format('woff'), url('/themes/expedia/fonts/geometric415bt_litea-webfont.ttf') format('truetype'), url('/themes/expedia/fonts/geometric415bt_litea-webfont.svg#geometr415_lt_btlite') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.4em;
}
html,
button,
input,
select,
textarea {
  font-family: 'open_sansregular', Arial, sans-serif;
  color: #3d3d3d;
}
body {
  font-size: 0.775em;
}
a {
  color: #00355f;
  text-decoration: none;
}
p {
  padding: 10px 0;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.65em;
  color: #3f3f3f;
}
p small {
  font-size: 0.85em;
  line-height: 1.3em;
}
p strong {
  font-family: 'open_sansbold', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  color: #00355f;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 2em;
  line-height: 2.1em;
}
h2 {
  font-size: 1.8em;
  line-height: 1.75em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.47em;
}
h4,
h5,
h6 {
  line-height: 1.4em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1.1em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 0.7em 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ol {
  list-style: decimal;
}
li {
  line-height: 1.4em;
}
ul.styled,
ol.styled {
  margin-left: 0;
  list-style: none;
}
.content ul li {
  padding: 3px 0;
}
dl {
  margin-bottom: 1.4em;
}
dt,
dd {
  line-height: 1.4em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0.7em;
}
.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  background-color: #d4d5d7;
  color: #fff;
  height: 1px;
  border: none;
}
strong {
  font-family: 'open_sansbold', Arial, sans-serif;
}
em {
  font-style: italic;
}
.muted {
  color: #d2d2d2;
}
abbr[title] {
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.4em;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.4em;
  font-style: normal;
  line-height: 1.4em;
}
placeholder {
  color: #00355f;
}
/*@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);
}
/* ===================== Header =================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: #000000;
  opacity: 0.8;
}
#ems {
  /* ===================== Menu =================== */
}
#ems header {
  height: 56px;
  background: #ffffff;
  border-top: solid 6px #ffd200;
}
#ems #contact,
#ems #util,
#ems #brand,
#ems nav#main,
#ems nav#sub,
#ems div.section,
#ems #full,
#ems #footer {
  margin: 0 auto;
}
#ems #util {
  display: none;
}
#ems #brand,
#ems nav#main,
#ems nav#sub,
#ems div.section,
#ems #full {
  padding: 20px;
  min-width: 280px;
}
#ems #wrappercontact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1004;
  background: #0084a8;
  -webkit-transition: 1s height;
  transition: 1s height;
  border-bottom: solid 6px #ffd200;
  height: 0px;
}
#ems #wrappercontact #contact-wrapper {
  overflow: hidden;
  max-height: 100%;
}
#ems #wrappercontact #contact {
  padding: 20px;
  color: #ffffff;
  border-top: solid 6px #ffd200;
}
#ems #wrappercontact #contact .sidebar {
  display: none;
}
#ems #wrappercontact #contact .contact,
#ems #wrappercontact #contact .HTMLBlock,
#ems #wrappercontact #contact .subscribe {
  float: none;
}
#ems #wrappercontact #contact .subscribe {
  display: none;
}
#ems #wrappercontact #contact div.fields {
  margin: 10px auto 0 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 35px;
  line-height: 0.9em;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-weight: normal;
  background: url(/themes/expedia/images/mail_mobile.png) top left no-repeat;
}
#ems #wrappercontact #contact p {
  color: #ffffff;
  line-height: 1.7em;
}
#ems #wrappercontact #contact a.close {
  display: block;
  float: right;
  height: 26px;
  width: 26px;
  background: url(/themes/expedia/images/close_white_mobile.png) top right no-repeat;
}
#ems #wrappercontact #contact input[type=submit] {
  margin-top: 30px;
  height: 50px;
}
#ems #brand {
  position: relative;
  height: 56px;
  padding: 0 20px;
}
#ems #localization {
  display: none;
}
#ems #headersearch {
  position: absolute;
  bottom: 56px;
  right: 0;
  height: 1px;
  width: 100%;
  z-index: 100;
}
#ems #headersearch a#headerbtnsearch {
  display: block;
  float: left;
  margin-left: 20px;
  height: 56px;
  width: 30px;
  background: url(/themes/expedia/images/search_mobile.png) top 13px left no-repeat;
  z-index: 21;
  text-indent: -9999px;
  font-size: 0;
  border-left: none;
  border-right: none;
  background-size: contain;
}
#ems #headersearch a#headerbtnsearch.active {
  background: url(/themes/expedia/images/search_mobile_close.png) top left no-repeat;
}
#ems #headersearch #headerfullsearch {
  display: none;
  float: none;
  position: absolute;
  top: 56px;
  right: 0px;
  padding: 10px 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  text-align: center;
  z-index: 20;
  background: #00355f;
}
#ems #headersearch #headerfullsearch #searchResults {
  display: none;
}
#ems #headersearch #headerfullsearch .ccm-search-block-form h3 {
  display: none;
}
#ems #headersearch #headerfullsearch .ccm-pagination {
  display: none;
}
#ems #headersearch #headerfullsearch .newsearch {
  display: block !important;
}
#ems #headersearch #headerfullsearch .headerRule {
  display: none;
}
#ems a.logo {
  display: block;
  margin: 0 auto;
  width: 188px;
  height: 48px;
  text-indent: -9999px;
  font-size: 0;
  z-index: 10;
  background: url(/themes/expedia/images/logo.png) top left no-repeat;
  background-size: contain;
}
#ems a.logo:visited,
#ems a.logo:hover {
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
}
#ems #menu {
  position: relative;
}
#ems nav#main {
  padding: 0;
}
#ems #toggle {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#ems label.toggle {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* Disables OS callout when touching and holding a link */
  -webkit-user-select: none;
  user-select: none;
  float: right;
  width: 48px;
}
#ems nav#main input[type=checkbox]:checked ~ div#mobilemain,
#ems nav#main input[type=checkbox]:checked ~ ul#mobilecontact,
#ems nav#main input[type=checkbox]:checked ~ #social {
  display: block;
  opacity: 1;
}
#ems nav#main input[type=checkbox]:checked ~ label.toggle:after {
  background-position-y: -28px;
}
#ems input[type=checkbox]#toggle,
#ems label.toggle,
#ems label.toggle:after {
  display: block;
}
#ems label.toggle:after {
  font-size: 0;
  background: url(/themes/expedia/images/menu_mobile.png) center right no-repeat;
  background-position-y: 0;
  content: attr(data-open);
  display: block;
  margin-top: -45px;
  padding: 0px 0 0px 0;
  width: 28px;
  height: 28px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #fff;
  background-size: cover;
  transition: none;
}
#ems .toggle:hover:after {
  background-position-y: -28px;
}
#ems #toggle:checked + .toggle:after {
  content: attr(data-close);
}
#ems #mobilemain {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #00355f;
}
#ems nav#main ul.sf-menu,
#ems nav#main ul#mobilecontact {
  width: 100%;
  margin-left: 0;
  list-style: none;
  text-align: left;
}
#ems nav#main ul.sf-menu li,
#ems nav#main ul#mobilecontact li,
#ems #social ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #007493;
}
#ems nav#main ul.sf-menu li a,
#ems nav#main ul#mobilecontact li a#btnmobilecontact,
#ems nav#main ul#mobilecontact li a#btnmobilesubscribe,
#ems #social ul li a {
  display: block;
  float: none;
  padding: 17px 20px 25px 20px;
  height: 12px;
  color: #ffffff;
  font-size: 1.3em;
  font-family: 'geometr415_md_btmedium', Arial, sans-serif;
  letter-spacing: 0.055em;
}
#ems nav#main ul.sf-menu li.sfHover a {
  background: url(/themes/expedia/images/arrow_down_white_menu_mobile.png) center right no-repeat;
}
#ems nav#main ul.sf-menu li.sfHover ul li a {
  background: transparent;
}
#ems nav#main ul.sf-menu li.sfHover ul.ddnav {
  display: none;
}
#ems nav#main ul.sf-menu li.sfHover ul.ddnav li,
#ems nav#main ul.sf-menu li.nav-path-selected,
.no-touch #ems nav#main ul.sf-menu li:hover {
  background: #0084a8;
  border-bottom: none;
}
#ems nav#main ul.sf-menu li.sfHover ul.ddnav li:last-child {
  border-bottom: solid 1px #00acbe;
}
.no-touch #ems nav#main ul.sf-menu li.sfHover:hover > ul.ddnav {
  display: block;
}
#ems nav#main ul#mobilecontact li a#btnmobilecontact,
#ems nav#main ul#mobilecontact li a#btnmobilesubscribe,
#ems #social ul li a {
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
}
#ems #social ul li a.twitter {
  background: url(/themes/expedia/images/twitter_mobile.png) center right no-repeat;
}
#ems #social ul li a.linkedin {
  background: url(/themes/expedia/images/linkedin_mobile.png) center right no-repeat;
}
#ems nav#sub {
  display: none;
}
body.brands #ems nav#sub,
body.brands_home #ems nav#sub {
  display: block;
  padding: 10px 20px;
  background: #00355f;
}
body.brands #ems nav#sub ul,
body.brands_home #ems nav#sub ul {
  background: #0084a8;
  border-radius: 2px;
}
body.brands #ems nav#sub ul li,
body.brands_home #ems nav#sub ul li {
  display: none;
  padding: 8px 0;
}
body.brands #ems nav#sub ul li.nav-selected,
body.brands_home #ems nav#sub ul li.nav-selected {
  display: block;
}
body.brands #ems nav#sub ul li a,
body.brands_home #ems nav#sub ul li a {
  padding-left: 15px;
  color: #ffffff;
  font-size: 1.1em;
}
/* =================== Page Sections & Rows ================== */
#ems {
  /*============ Page lists and featured nav boxes ===============*/
}
#ems div.col1 {
  width: 100%;
  text-align: left;
}
#ems div.col2,
#ems div.col3,
#ems div.col4 {
  width: 100%;
  text-align: left;
  overflow: hidden;
}
#ems div.half,
#ems div.halflast,
#ems div.third,
#ems div.fourth {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
  text-align: left;
}
#ems .linklists {
  margin-left: 0;
  list-style: none;
}
@media screen and (max-width: 641px) {
  #ems div.ccm-layout-col {
    margin-top: 40px;
    width: 100%!important;
  }
  #ems .ccm-layout-col-spacing {
    margin: 0px !important;
  }
}
#ems #hero {
  position: relative;
  height: auto;
  overflow: visible;
  background: #00355f;
}
#ems #hero .hero-content {
  position: relative;
  z-index: 3;
  display: none;
}
#ems #hero .hero-content:first-child {
  display: block;
}
#ems #hero .background {
  position: absolute;
  height: 100%;
  width: auto;
  left: 50%;
}
#ems #hero .background .overlay-color {
  height: 100%;
  left: -50%;
  position: relative;
}
#ems #hero .homehero {
  display: none;
  left: 50%;
}
#ems #hero .homehero img {
  position: absolute;
  height: 100%;
  width: auto;
  left: -50;
}
#ems #hero div.section {
  position: static;
  background: #f1f3f5;
  text-align: left;
}
#ems #hero div.herotext h1 {
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  line-height: 1.15em;
  font-weight: normal;
}
#ems #hero div.herotext p {
  margin-top: 5px;
  line-height: 1.4em;
  color: #00355f;
}
#ems #hero div.herotext .emsbtn {
  width: 150px;
}
#ems div.section {
  position: relative;
  padding: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#ems ul.brandlogos {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
#ems ul.brandlogos li {
  float: none;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  border-bottom: solid 1px #e1e1e1;
}
#ems ul.brandlogos li a img {
  border: none;
}
#ems ul.brandlogos li:first-child {
  border-top: solid 1px #e1e1e1;
  margin-left: 0;
}
#ems div.home-featured {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 400px;
  text-align: left;
}
#ems div.home-featured .featured {
  margin: 10px auto;
  background: #ffffff;
  width: auto;
  overflow: hidden;
  -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);
  text-align: left;
  height: 420px !important;
}
#ems div.home-featured .featured img {
  width: 100%;
}
#ems div.home-featured .featured-image {
  overflow: hidden;
}
#ems div.home-featured .featured-image img {
  height: auto;
}
#ems div.home-featured .featured-text {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  overflow: hidden;
}
#ems ul.productslides li {
  margin: 40px auto;
  padding: 40px 0;
  text-align: center;
  background: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -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);
  border-top: solid 5px #ffc60f;
}
#ems ul.flex-direction-nav .flex-disabled {
  opacity: 1 !important;
}
#ems ul.flex-direction-nav li a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: none;
}
#ems div.main-content-thumb {
  padding: 40px 0;
  text-align: center;
  background: #ffffff;
  -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);
  border-top: solid 5px #eeb11b;
}
#ems div.main-content-thumb h3,
#ems div.main-content-thumb p {
  display: none;
}
body.home #ems div.main-content-thumb {
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.home #ems ul.productslides li p.description {
  display: none;
}
/*==================Brands Styles=================*/
body.brands #ems #hero p.blurb,
body.brands #ems #hero #prevnext {
  display: none;
}
body#our-brands #ems nav#sub ul li.first {
  display: block;
}
body.brands #ems #hero div.section {
  background: transparent;
}
body.brands #ems #hero div.half h2 {
  line-height: 1.2em;
}
body#our-brands #ems #hero div.half p.blurb {
  display: block;
  margin: 10px 0;
  line-height: 1.65em;
}
body.brands #ems #hero div.col2 div.halflast {
  margin-bottom: -35px;
}
body#our-brands #ems div.third {
  text-align: center;
  padding: 30px 0;
}
body#our-brands #ems div.third p.brandstats,
body#our-brands #ems div.third p img,
body#our-brands #ems div.third div.brandstats {
  float: none;
}
body#our-brands #ems ul.productslides li,
body#products #ems ul.productslides li {
  padding: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
body#our-brands #ems ul.productslides li a,
body#products #ems ul.productslides li a {
  display: block;
  padding: 5px 20px 25px 20px;
}
body#our-brands #ems ul.productslides li {
  position: relative;
  height: 175px;
}
body#our-brands #ems ul.productslides li.hotelscom {
  border-top: solid 5px #ee3124;
}
body#our-brands #ems ul.productslides li.travelocity {
  border-top: solid 5px #56a1d5;
}
body#our-brands #ems ul.productslides li.hotwire {
  border-top: solid 5px #af2224;
}
body#our-brands #ems ul.productslides li.elong {
  border-top: solid 5px #216bb4;
}
body#our-brands #ems ul.productslides li.airasiago {
  border-top: solid 5px #a7a9ab;
}
body#our-brands #ems ul.productslides li.venere {
  border-top: solid 5px #ff9000;
}
body#our-brands #ems ul.productslides li p.description,
body#products #ems ul.productslides li p.description {
  margin: 0;
  padding: 0;
}
body#products #ems ul.productslides li p.description {
  padding: 20px 20px 0;
}
body#our-brands #ems ul.productslides li p.description {
  position: absolute;
  bottom: 25px;
  padding-right: 20px;
}
@media screen and (max-width: 1040px) {
  body#our-brands #ems ul.productslides li p.description {
    position: relative;
    padding: 0;
    bottom: 0;
  }
}
body#our-brands #ems:first-child div.gray {
  border: none;
}
body.brands #ems:first-child div.gray {
  border-top: solid 2px #d4d5d7;
  border-bottom: solid 2px #d4d5d7;
}
#ems div.featured_wide {
  display: inline-block;
  margin: 30px auto;
  padding-bottom: 0px;
  padding: 0 7px;
  height: auto;
  text-align: left;
  height: auto !important;
}
#ems div.featured_wide div.pagelistlink {
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
  height: 43px;
  -webkit-box-shadow: 0px 2px 1px 0px #e0e0e0;
  -moz-box-shadow: 0px 2px 1px 0px #e0e0e0;
  box-shadow: 0px 2px 1px 0px #e0e0e0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
}
#ems div.featured_wide div.featured-text {
  padding-bottom: 50px;
}
#ems #hero.map {
  overflow: visible;
}
#ems #hero.map div.section {
  background-color: #00355f;
  height: 375px;
}
@media screen and (max-width: 515px) {
  #ems #hero.map div.section {
    height: 300px;
  }
}
#ems #hero.map div.section .text {
  position: absolute;
  width: 255px;
  bottom: 10%;
}
#ems #hero.map div.section .text h1 {
  font-size: 3em;
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
  color: #ffffff;
}
#ems #hero.map div.section .text p {
  color: #ffffff;
}
#ems #hero.map div.section .brands_map {
  position: absolute;
  height: 100%;
  width: 700px;
  max-width: 100%;
  right: 0;
  top: 0;
}
#ems #hero.map div.section .brands_map .map {
  position: absolute;
  right: 0;
  height: auto;
  max-width: 100%;
}
#ems #hero.map div.section .brands_map .map.hide,
#ems #hero.map div.section .brands_map .map.desktop {
  display: none;
}
#ems #hero.map div.section .brands_map .map.mobile {
  display: block;
}
#ems #hero.map div.section .brands_map .tooltip,
#ems #hero.map div.section .brands_map .point {
  display: none;
}
body.brands #ems div.piechart {
  margin: 4px auto;
  width: 170px;
}
body.brands #ems div.piechart p {
  color: #00355f;
  text-align: center;
}
body.brands #ems div.piechart div.stat1 {
  float: left;
}
body.brands #ems div.piechart div.stat2 {
  float: right;
  margin-left: 30px;
}
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: 30px;
  float: none;
  clear: left;
  width: 100%;
}
#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;
}
.brands .hero-content {
  height: 355px;
}
.success_story .share {
  margin-top: 10px;
}
.success_story .share a {
  font-family: "open_sansbold";
  font-size: 14px;
  color: #0084a8;
  float: right;
}
.success_story #ems .content.clearfix + div .section {
  padding: 10px 0;
}
.success_story #ems #hero {
  height: 400px;
}
.success_story #ems #hero .hero-content {
  height: 360px;
}
#insights #ems #hero,
#awards #ems #hero {
  height: 400px;
}
#insights #ems #hero .hero-content,
#awards #ems #hero .hero-content {
  height: 400px;
}
/*==============Audience Styles================*/
body#audience #ems #hero div.herotext h1 {
  color: #00355f;
}
body#audience #ems #hero div.herotext p.blurb {
  font-size: 1em;
  line-height: 1.65em;
}
body#audience #ems #hero a.emsbtn {
  display: none;
  width: 200px;
}
body#audience #ems div.audiencestats,
body#audience #ems div.audiencestatslast {
  margin: 0 0 20px 0;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: #00355f;
  background: #ffd200;
}
body#audience #ems div.colcustomlast {
  margin-top: 30px;
}
body#audience #ems div.colcustomlast table {
  border-collapse: collapse;
  width: 100%;
  color: #00355f;
  text-align: left;
}
body#audience #ems div.colcustomlast table tr td {
  margin: 0;
  padding: 0px 0px 10px 0px;
}
body#audience #ems div.white div.audience-analytics {
  display: none;
}
body#audience #ems div.white table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
body#audience #ems div.white table tr:first-child th:first-child div {
  width: 150px;
}
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;
}
body#audience #ems div.white .tableheader {
  border-top: solid 1px #e1e1e1;
}
body#audience #ems div.white table tr.head td {
  padding: 16px 20px;
  font-weight: normal;
  text-align: left;
  font-size: 1.1em;
  vertical-align: top;
  color: #ffffff;
  background: #00355f;
  border-right: none;
}
body#audience #ems div.white table tr td {
  margin: 0;
  padding: 13px 20px;
  vertical-align: top;
  border-bottom: solid 1px #e1e1e1;
}
body#audience #ems div.white table tr th {
  text-align: left;
  line-height: 32px;
}
body#audience #ems div.white table tr th h2 {
  padding-left: 10px;
}
body#audience #ems div.white .audience-table {
  margin-top: 10px;
}
body#audience #ems div.white .scroll-indicator {
  display: none;
  cursor: pointer;
}
body#audience #ems div.white .audience-download {
  text-align: right;
}
body#audience #ems div.white .audience-download a {
  font-size: 14px;
  color: #0084a9;
  font-weight: bold;
  line-height: 30px;
}
/*==============FAQ Styles================*/
.faq-toc {
  margin-top: 40px;
  margin-bottom: 40px;
}
.faq-toc h1 {
  font-size: 32px;
  line-height: 32px;
}
.faq-toc h3 {
  font-size: 22px;
}
.faq-toc p,
.faq-toc a {
  font-family: 'open_sansbold', Arial, sans-serif;
  font-size: 14px;
  color: #0084a8;
  padding: 5px 0;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
.submission-guideline,
.faq-content,
.policies {
  margin-bottom: 60px;
  margin-top: 40px;
}
.submission-guideline h1,
.faq-content h1,
.policies h1 {
  font-size: 32px;
  line-height: 32px;
}
.submission-guideline h3,
.faq-content h3,
.policies h3 {
  font-size: 22px;
}
.submission-guideline ol li,
.faq-content ol li,
.policies ol li {
  padding: 10px 0;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.65em;
  color: #3f3f3f;
  margin-left: 65px;
  list-style-type: decimal;
}
.submission-guideline ul li,
.faq-content ul li,
.policies ul li {
  padding: 10px 0;
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.65em;
  color: #3f3f3f;
  list-style: disc;
  margin-left: 25px;
}
.submission-guideline p,
.faq-content p,
.policies p {
  font-size: 0.9em;
}
.back-to-top {
  background: url('/themes/expedia/images/back-to-top.png') center center no-repeat;
  width: 100px;
  height: 68px;
  position: fixed;
  bottom: 0;
  right: 15%;
  display: none;
  overflow: hidden;
  z-index: 1;
  background-position: 0 0;
}
.back-to-top:hover {
  background-position: 0 -68px;
}
.back-to-top p {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 22px 20px;
  text-align: center;
  font-family: 'open_sansbold', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.back-to-top p a {
  color: #FFF;
}
.back-to-top p a:visited {
  color: #FFF;
}
/*=============Pres Realeases=================*/
body.press_releases hr {
  background-color: #e1e1e1;
}
body.press_releases #pageheader {
  position: relative;
  margin: 0;
  padding-bottom: 35px;
  border-bottom: none !important;
}
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 {
  padding: 10px 0;
  width: 100%;
  border-bottom: solid 1px #e1e1e1;
}
body.press_releases ul.prlist li p {
  margin: 0;
  padding: 0;
}
body.press_releases ul.prlist li p a {
  font-family: 'open_sanssemibold', Arial, sans-serif;
  color: #0084a8;
}
body.press_releases .ccm-pagination {
  display: inline-block;
}
body.press_releases .ccm-pagination span {
  background: #ffffff;
}
.press-story .share {
  float: right;
  margin-top: 30px;
  width: 160px;
}
.press-story .share a {
  font-family: "open_sansbold";
  font-size: 14px;
}
.press-story .share .addthis_sharing_toolbox {
  margin-left: 0px;
  margin-right: 0px;
}
.press-story h2 {
  font-size: 22px;
  line-height: 28px;
}
.press-story h2.title {
  margin: 20px 0 5px;
}
.press-story p {
  padding: 5px 0;
}
.press-story a {
  color: #0084a8;
}
.pr-page-list {
  margin-bottom: 50px;
  position: relative;
}
.pr-page-list #pl-container {
  overflow: hidden;
  clear: both;
}
.pr-page-list hr.mobile {
  display: none;
}
.pr-page-list hr {
  clear: both;
}
.pr-page-list .list-item {
  width: 48%;
  padding-right: 2%;
  float: left;
  margin-bottom: 10px;
}
.pr-page-list .list-item a {
  font-family: 'open_sansbold', Arial, sans-serif;
  color: #0083aa;
  font-size: 14px;
}
.pr-page-list .list-item p {
  font-family: 'open_sans', Arial, sans-serif;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.pr-page-list hr {
  margin: 0;
  clear: both;
}
/*=============Twitter=================*/
#twitter-widget-0 {
  width: 100% !important;
  height: 350px !important;
  margin-bottom: 80px;
}
/*=============Succes Page List=================*/
#ajax-pages-mobile {
  display: none;
}
#success-filter,
#success-filter-mobile {
  position: relative;
}
#success-filter ul,
#success-filter-mobile ul {
  margin-left: 0;
  list-style: none;
}
#success-filter input,
#success-filter-mobile input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#success-filter hr,
#success-filter-mobile hr {
  margin: 10px 0;
}
#success-filter .hide,
#success-filter-mobile .hide {
  display: none !important;
}
#success-filter #filterBy,
#success-filter-mobile #filterBy {
  background-color: #dfe4e7;
  color: #00355f;
  position: absolute;
  right: 0px;
  top: -42px;
  padding-left: 15px;
}
#success-filter #filterBy.closed,
#success-filter-mobile #filterBy.closed {
  top: -52px;
}
#success-filter #filterBy i,
#success-filter-mobile #filterBy i {
  color: #0084a8;
  padding-left: 45px;
}
#success-filter .page-list-filters,
#success-filter-mobile .page-list-filters {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background-color: #dfe4e7;
  width: 100%;
  padding: 1.5%;
}
#success-filter .page-list-filters .page-list-filter ul,
#success-filter-mobile .page-list-filters .page-list-filter ul {
  display: block;
}
#success-filter .page-list-filters .page-list-filter.showList ul,
#success-filter-mobile .page-list-filters .page-list-filter.showList ul {
  display: block !important;
}
#success-filter .page-list-filters.subHide .page-list-filter ul,
#success-filter-mobile .page-list-filters.subHide .page-list-filter ul {
  display: none;
}
#success-filter .page-list-filters.subHide .form-buttons,
#success-filter-mobile .page-list-filters.subHide .form-buttons {
  display: none;
}
#success-filter .page-list-filter,
#success-filter-mobile .page-list-filter {
  width: 25%;
  box-sizing: border-box;
  padding-left: 1%;
}
#success-filter .page-list-filter.first,
#success-filter-mobile .page-list-filter.first {
  padding: 0;
}
#success-filter .page-list-filter ul,
#success-filter-mobile .page-list-filter ul {
  padding-left: 15px;
}
#success-filter .page-list-filter .disabled,
#success-filter-mobile .page-list-filter .disabled {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
#success-filter .page-list-filter .disabled a,
#success-filter-mobile .page-list-filter .disabled a {
  cursor: default;
}
#success-filter .page-list-filter a,
#success-filter-mobile .page-list-filter a {
  font-size: 14px;
  font-family: 'open_sansregular', Arial, sans-serif;
}
#success-filter .page-list-filter a i,
#success-filter-mobile .page-list-filter a i {
  padding-right: 5px;
}
#success-filter .page-list-filter a.active,
#success-filter-mobile .page-list-filter a.active {
  background: none;
}
#success-filter .page-list-filter .fa-check-square,
#success-filter-mobile .page-list-filter .fa-check-square {
  color: #0084a8;
}
#success-filter button,
#success-filter-mobile button {
  font-family: 'geometr415_md_btmedium', Arial, sans-serif;
  border: none;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#success-filter button.apply,
#success-filter-mobile button.apply,
#success-filter button.filterHeader,
#success-filter-mobile button.filterHeader {
  font-color: #000000;
}
#success-filter button.filterHeader,
#success-filter-mobile button.filterHeader {
  background-color: #ffffff;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
#success-filter button.filterHeader .count,
#success-filter-mobile button.filterHeader .count {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  background-color: #0084a8;
  color: #ffffff;
  border: 1px #00355f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#success-filter button.filterHeader i,
#success-filter-mobile button.filterHeader i {
  color: #0084a8;
  font-size: 10px;
}
#success-filter button i,
#success-filter-mobile button i {
  float: right;
  line-height: 30px;
  padding-right: 5px;
}
#success-filter .form-buttons,
#success-filter-mobile .form-buttons {
  right: 0px;
  bottom: 0px;
  position: absolute;
  margin-bottom: 15px;
  margin-right: 15px;
}
#success-filter .form-buttons button,
#success-filter-mobile .form-buttons button {
  padding: 4px 40px;
  margin: 5px;
}
#success-filter .form-buttons .clear,
#success-filter-mobile .form-buttons .clear {
  background-color: #d2d2d2;
  font-color: #00355f;
}
#success-filter .form-buttons .clear:hover,
#success-filter-mobile .form-buttons .clear:hover {
  background-color: #0084a8;
}
#success-filter .form-buttons .apply,
#success-filter-mobile .form-buttons .apply {
  background-color: #ffd200;
}
#success-filter .form-buttons .apply:hover,
#success-filter-mobile .form-buttons .apply:hover {
  background-color: #ffdb33;
}
#success-filter .success-story-blurb,
#success-filter-mobile .success-story-blurb {
  width: 31.25%;
  text-align: left;
  padding-bottom: 1%;
  margin-left: 3.125%;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  background-color: #ffffff;
  max-height: 430px;
  -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);
}
#success-filter .success-story-blurb.first,
#success-filter-mobile .success-story-blurb.first {
  margin-left: 0;
}
#success-filter .success-story-blurb .image,
#success-filter-mobile .success-story-blurb .image {
  height: 0;
  padding: 38.5% 0;
  position: relative;
  overflow: hidden;
}
#success-filter .success-story-blurb img,
#success-filter-mobile .success-story-blurb img {
  width: 100%;
  height: auto;
  margin-top: -38.5%;
}
#success-filter .success-story-blurb .text,
#success-filter-mobile .success-story-blurb .text {
  padding: 15px;
  height: 165px;
}
#success-filter .success-story-blurb .link,
#success-filter-mobile .success-story-blurb .link {
  position: absolute;
  bottom: 15px;
  padding-left: 15px;
}
#success-filter .success-story-blurb .link .fa,
#success-filter-mobile .success-story-blurb .link .fa {
  padding-left: 15px;
  font-size: 14px;
  color: #00355f;
}
#success-filter .success-story-blurb a,
#success-filter-mobile .success-story-blurb a {
  color: #0084a8;
}
#success-filter .pagination,
#success-filter-mobile .pagination {
  float: right;
  clear: both;
  margin-bottom: 80px;
  margin-left: 0;
  font: 'open_sansregular', Arial, sans-serif;
  font-size: 18px;
}
#success-filter .pagination a,
#success-filter-mobile .pagination a {
  color: #0084a8;
}
#success-filter .pagination .ccm-page-left,
#success-filter-mobile .pagination .ccm-page-left,
#success-filter .pagination .ccm-page-right,
#success-filter-mobile .pagination .ccm-page-right,
#success-filter .pagination .numbers,
#success-filter-mobile .pagination .numbers {
  background-color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#success-filter .pagination .ccm-page-left i,
#success-filter-mobile .pagination .ccm-page-left i,
#success-filter .pagination .ccm-page-right i,
#success-filter-mobile .pagination .ccm-page-right i,
#success-filter .pagination .numbers i,
#success-filter-mobile .pagination .numbers i {
  padding: 5px 5px;
}
#success-filter .pagination .ccm-page-left i,
#success-filter-mobile .pagination .ccm-page-left i,
#success-filter .pagination .ccm-page-right i,
#success-filter-mobile .pagination .ccm-page-right i {
  color: #00355f;
  background-color: #ffffff;
  line-height: 32px;
}
#success-filter .pagination .ccm-page-left i,
#success-filter-mobile .pagination .ccm-page-left i {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#success-filter .pagination .ccm-page-right i,
#success-filter-mobile .pagination .ccm-page-right i {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#success-filter .pagination .numbers,
#success-filter-mobile .pagination .numbers {
  padding: 10px;
  padding-top: 8px;
}
#success-filter .pagination .currentPage,
#success-filter-mobile .pagination .currentPage {
  color: #00355f;
}
#success-filter .pagination .active,
#success-filter-mobile .pagination .active {
  background-image: none;
}
/*=============General Page List=================*/
.page-list-filters {
  padding-bottom: 32px;
}
.page-list-filters .clear {
  clear: both;
}
.page-list-filter {
  float: left;
  min-width: 150px;
}
#ajax-article-list {
  clear: both;
}
#ajax-pages input:focus {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
/*=============== Products Styles ================*/
body.products #ems > .content {
  padding: 20px 0;
}
body.products #ems > .content.clearfix,
body.products #ems > .content.product-nav {
  padding: 0;
}
.ie8 .products .product-nav .flex-slide {
  margin-right: 40px;
}
/*mobile product dropdown*/
body.products #ems .default-flexslider-pglist {
  display: none;
}
body.products #ems #hero .product_tagline {
  display: none;
}
body.products #ems .product-nav .product_tagline {
  font-size: 1.3em;
}
body.products #ems nav#productmobile {
  display: block;
  padding: 10px 10px 10px 0;
}
body.products #ems nav#productmobile ul {
  width: 93%;
  text-align: left;
  border-radius: 2px;
  background: #e6e9eb url(/themes/expedia/images/arrow_down_blue_light_mobile.png) top 10px right no-repeat;
}
body.products #ems nav#productmobile ul.active {
  background: #e6e9eb url(/themes/expedia/images/arrow_up_blue_light_mobile.png) top 10px right no-repeat;
}
body.products #ems nav#productmobile ul li {
  display: none;
  padding: 8px 0;
}
body.products #ems nav#productmobile ul li.nav-selected {
  display: block;
}
body.products #ems nav#productmobile ul li a {
  padding-left: 15px;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 1.2em;
}
body#products #ems ul.productslides li div.image-link {
  padding: 20px 0 0;
  text-align: center;
}
.ie8 #ems .flexslider-bare .slides div.desktop a img {
  width: 100%;
}
#ems .graph ul.bars li label.display-value {
  font-size: 20px;
}
body.products #ems .product-nav {
  height: 0;
  overflow: hidden;
  /*.flex-slide{
        &.main-content-thumb{
            padding: 20px 20px 0 20px;
        }
        margin-right: 0;
        width: auto !important;
        .image-link{
            img{
                height: 50px;
                width:auto;
            }
        }
    }*/
}
body.products #ems .product-nav .flex-direction-nav .flex-prev,
body.products #ems .product-nav .flex-direction-nav .flex-next {
  opacity: 1 !important;
}
body.products #ems .product-nav .flex-direction-nav .flex-prev.flex-disabled,
body.products #ems .product-nav .flex-direction-nav .flex-next.flex-disabled {
  opacity: 0 !important;
}
body.products #ems .product-nav .flex-direction-nav .flex-prev {
  left: -40px;
}
body.products #ems .product-nav .flex-direction-nav .flex-next {
  right: -40px;
}
body.products #ems #hero {
  background: transparent;
  padding: 20px;
}
body.products #ems #hero img {
  max-width: 90%;
  height: auto;
}
body.products #ems ul.productslides li {
  padding: 20px 0;
  text-align: center;
  border-top: none;
}
body.products #ems div.main-content-thumb {
  padding: 20px 0;
  background: transparent;
  text-align: center;
  border-top: none;
  box-shadow: none;
}
/*=============Hero Block Styles=================*/
.trans .section {
  background: transparent !important;
}
.hero-content {
  height: 425px;
}
@media screen and (max-width: 687px) {
  .hero-content {
    height: auto;
  }
}
.hero-content .mobile {
  display: none;
}
@media screen and (max-width: 687px) {
  .hero-content .mobile {
    display: block !important;
  }
}
@media screen and (max-width: 687px) {
  .hero-content .desktop {
    display: none;
  }
}
.hero-content .background.mobile {
  display: none;
  width: 100% !important;
  height: auto !important;
  position: static !important;
  left: 0 !important;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}
.hero-content .herotextt {
  max-width: 400px;
  margin-top: 40px;
  overflow: hidden;
}
.hero-content .herotextt h1 {
  font-size: 3.25em !important;
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
.hero-content .herotextt p {
  margin: 15px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 687px) {
  .hero-content .herotextt {
    margin-top: 0;
    max-width: 100%;
  }
}
.hero-content .herotextt .emsbtn {
  display: inline-block;
  width: auto !important;
  margin: 0px 0;
  padding: 15px 25px !important;
  cursor: pointer;
  padding: 15px 30px;
  min-width: 50%;
  width: auto;
  float: left;
}
.hero-content .herotextt .emsbtn:hover {
  padding: 15px 25px;
}
.hero-content.right .herotextt {
  float: right;
}
.hero-content .contain-img {
  width: 100% !important;
  top: 0 !important;
  height: 100%;
}
@media screen and (max-width: 687px) {
  .hero-content .contain-img {
    padding: 0 !important;
    max-width: 400px;
  }
  .hero-content .contain-img * {
    float: none !important;
    width: 100% !important;
  }
  .hero-content .contain-img .center,
  .hero-content .contain-img .bottom {
    margin-bottom: -20px;
  }
  .hero-content .contain-img .herotextt {
    margin-bottom: 20px;
  }
}
.hero-content .contain-img .herotextt {
  margin-top: 40px !important;
}
.hero-content .contain-img .herotextt h1 {
  font-size: 3.25em !important;
  font-family: 'geometr415_lt_btlite', Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
.hero-content .contain-img .herotextt p {
  margin: 15px 0;
  line-height: 1.4em;
}
.hero-content .contain-img .herotextt h1,
.hero-content .contain-img .herotextt p {
  color: #FFF;
}
.hero-content .contain-img .herotextt h1 {
  font-size: 2em;
}
.hero-content .contain-img .center {
  margin-top: 60px;
}
.hero-content .contain-img .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-content.left .contain-img .bottom,
.hero-content.left .contain-img .center {
  float: right;
  width: 50%;
}
.hero-content.left .contain-img .bottom img,
.hero-content.left .contain-img .center img {
  float: right;
}
.hero-content.left .contain-img .herotextt {
  float: left;
  width: 48%;
}
.hero-content.right .contain-img .bottom,
.hero-content.right .contain-img .center {
  float: left;
  width: 50%;
}
.hero-content.right .contain-img .bottom img,
.hero-content.right .contain-img .center img {
  float: left;
}
.hero-content.right .contain-img .herotextt {
  float: right;
  width: 48%;
}
.hero-content.right .contain-img .bottom {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
}
#about-us #hero > div {
  visibility: hidden;
}
#about-us .slides {
  margin-left: 0;
}
#about-us .slides li {
  height: 425px;
  padding: 0;
  display: none !important;
  position: relative;
}
#about-us .slides li .lightbox-centered {
  position: absolute;
  left: 50%;
}
#about-us .slides li .lightbox-centered img {
  height: 425px;
  width: auto;
  max-width: none;
  position: relative;
  left: -50%;
}
#about-us .slides li:first-child {
  display: block !important;
}
#home #hero .herotextt {
  max-width: 435px;
}
#home #hero .flex-control-nav {
  border-top: 1px solid #EAE7E2;
  border-bottom: 1px solid #EAE7E2;
  width: 32px;
  right: 0;
  padding-top: 10px !important;
  background: #FFF;
  z-index: 80;
}
#home #hero .flex-control-nav li a {
  background: #C8CDD0;
}
#home #hero .flex-control-nav li a.flex-active {
  background: #1385A8;
}
#home #hero .flex-direction-nav {
  position: relative;
  right: 0;
}
#home #hero .flex-direction-nav li {
  padding: 0;
}
#home #hero .flex-direction-nav li a {
  margin: 0;
  left: auto;
  right: 0;
  top: auto;
  text-indent: 0;
  width: 32px;
  height: 25px;
  background: #FFF;
  text-align: center;
}
#home #hero .flex-direction-nav li a:before {
  display: none;
}
#home #hero .flex-direction-nav li a.flex-prev {
  border-radius: 5px 0 0 0;
}
#home #hero .flex-direction-nav li a.flex-next {
  border-radius: 0 0 0 5px;
}
#home #hero .flex-direction-nav li a i {
  color: #00355f;
}
#home #ems .flex-viewport {
  margin-left: 0px;
}
#home #ems .flex-viewport .main-content-thumb {
  width: 218px !important;
  margin-left: 11px;
  margin-right: 11px;
}
#press-releases #pagination,
#in-the-news #pagination {
  margin-bottom: 80px;
}
#pagination {
  height: 37px;
}
#pagination .ccm-pagination {
  display: block;
  float: right;
}
#pagination .ccm-pagination > span {
  float: left;
  background: #fff;
}
#pagination .ccm-pagination span,
#pagination .ccm-pagination a {
  line-height: 37px;
  margin-right: 0;
}
#pagination .ccm-pagination span.numbers,
#pagination .ccm-pagination a.numbers {
  padding: 0 10px;
}
#pagination .ccm-pagination span.numbers a,
#pagination .ccm-pagination a.numbers a {
  font-family: open_sansbold, Arial, sans-serif;
  font-size: 16px;
  color: #0084a8;
}
#pagination .ccm-pagination span.numbers.currentPage,
#pagination .ccm-pagination a.numbers.currentPage {
  color: #00355f;
  font-size: 16px;
  font-family: open_sansbold, Arial, sans-serif;
}
#pagination .ccm-pagination .ccm-page-left,
#pagination .ccm-pagination .ccm-page-right {
  position: static;
  width: 30px;
  height: 37px;
  display: block;
}
#pagination .ccm-pagination .ccm-page-left span,
#pagination .ccm-pagination .ccm-page-right span,
#pagination .ccm-pagination .ccm-page-left a,
#pagination .ccm-pagination .ccm-page-right a {
  background: transparent;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #00355f;
}
#pagination .ccm-pagination .ccm-page-left,
#pagination .ccm-pagination .jp-previous {
  border-radius: 5px 0 0 5px;
  margin-right: 1px;
}
#pagination .ccm-pagination .ccm-page-right,
#pagination .ccm-pagination .jp-next {
  border-radius: 0 5px 5px 0;
  margin-left: 1px;
}
#pagination.jpages .ccm-pagination > span,
#pagination.jpages .ccm-pagination > a {
  float: left;
  background: #fff;
}
#pagination.jpages .ccm-pagination span,
#pagination.jpages .ccm-pagination a {
  height: 37px;
  padding: 0 10px;
  font-family: open_sansbold, Arial, sans-serif;
  font-size: 16px;
  color: #0084a8;
  cursor: pointer;
}
#pagination.jpages .ccm-pagination span.jp-current,
#pagination.jpages .ccm-pagination a.jp-current {
  color: #00355f;
  font-size: 16px;
  font-family: open_sansbold, Arial, sans-serif;
  cursor: auto;
}
#pagination.jpages .ccm-pagination span.elipses,
#pagination.jpages .ccm-pagination a.elipses {
  cursor: auto;
}
#pagination.jpages .ccm-pagination .jp-previous,
#pagination.jpages .ccm-pagination .jp-next {
  font-size: 18px;
  font-weight: bold;
  color: #00355f;
}
.events-page-list {
  position: relative;
  margin-bottom: 40px;
}
.events-page-list #pl-container {
  overflow: hidden;
  clear: both;
}
.events-page-list.news .aboutus-year-list {
  top: -50px;
}
.events-page-list.news .list-item .title {
  font-family: 'open_sansbold', Arial, sans-serif;
  color: #0083aa;
  font-size: 14px;
  line-height: 16px;
}
.events-page-list.news .list-item .date {
  font-family: 'open_sans', Arial, sans-serif;
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 10px;
  padding: 2px 0;
}
.events-page-list .list-item {
  width: 47%;
  padding-right: 3%;
  float: left;
  margin-top: 25px;
  overflow: hidden;
}
.events-page-list .list-item .img-container {
  float: left;
  width: 78px;
  height: 78px;
  line-height: 78px;
  margin: 0 22px 22px 0;
}
.events-page-list .list-item .img-container img {
  width: auto;
  border: 0;
  height: auto;
  max-width: 78px;
  max-height: 78px;
}
.events-page-list .list-item .title {
  font-size: 20px;
  color: #0084a8;
  line-height: 20px;
  font-family: 'geometr415_md_btmedium', Arial, sans-serif;
}
.events-page-list .list-item .date {
  font-size: 13px;
  color: #00355f;
  font-family: 'open_sansbold', Arial, sans-serif;
  padding: 5px 0;
}
.events-page-list .list-item .des {
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 100px;
}
.events-page-list hr.mobile {
  display: none;
}
.events-page-list hr {
  clear: both;
}
.events-page-list.awards .year {
  margin-top: 60px;
  line-height: 64px;
  height: 60px;
  background: #f6f8f9;
  border: 1px solid #e1e1e1;
  text-align: left;
  padding-left: 25px;
  color: #00355f;
  font-size: 22px;
  clear: both;
  font-family: 'geometr415_md_btmedium', Arial, sans-serif;
}
.events-page-list.awards .list-item {
  cursor: pointer;
  width: 49%;
  padding-right: 1%;
  border: 1px solid #e1e1e1;
  height: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.events-page-list.awards .list-item.right-item {
  padding-right: 0;
  float: right;
}
.events-page-list.awards .list-item .text {
  float: left;
  text-align: left;
  border-left: 1px solid #e1e1e1;
  padding-left: 2%;
  width: 77%;
  height: 100%;
}
.events-page-list.awards .list-item .img-container {
  height: 100%;
  line-height: 105px;
  width: 19%;
  margin: 0;
}
.events-page-list.awards .list-item .img-container img {
  max-height: 100px;
  max-width: 90% !important;
  height: auto;
  width: auto;
}
.events-page-list.awards .list-item p {
  padding: 0;
  font-size: 13px;
}
.events-page-list.awards .list-item .title {
  font-size: 18px;
  color: #00355f;
  padding: 10px 0 8px;
}
@media screen and (max-width: 800px) {
  .events-page-list.awards .list-item {
    width: 100%;
  }
  .events-page-list.awards .list-item.right-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .events-page-list .list-item {
    width: 100%;
    float: none;
  }
  .events-page-list hr.mobile {
    display: block;
  }
}
#targeting #ems div.ccm-layout-col-spacing {
  margin: 0 3px !important;
  background-color: white;
  border: 1px solid #e1e1e1;
}
#targeting #ems .ccm-layout-table {
  overflow: hidden;
}
#targeting #ems .ccm-layout-table .ccm-layout-cell > div.ccm-layout-col-spacing {
  margin-bottom: -1000px !important;
  padding-bottom: 1000px;
}
#targeting .contact-btn {
  background-color: #ffd200;
  padding: 0px 20px;
  margin: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #00355f;
  border-radius: 5px;
  float: right;
  margin-bottom: 80px;
}
#targeting .contact-btn p {
  font-family: 'open_sansbold', Arial, sans-serif;
  padding: 5px 0px;
}
#targeting .contact-btn:hover {
  background-color: #ffdb33;
  cursor: pointer;
}
#targeting table {
  border-spacing: 0;
  background-color: white;
  width: 100%;
}
#targeting table td:first-child {
  width: 60px;
}
#targeting .thead {
  width: 33.33%;
  background-color: #00355f;
  color: #ffffff;
  text-align: left;
}
#targeting .thead td {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}
#targeting td {
  vertical-align: middle;
  font-size: 14px;
}
#targeting td img {
  display: block;
}
#targeting td p {
  margin: 5px 15px;
}
#targeting td p strong {
  color: #00355f;
  font-size: 16px;
}
#specs .fancybox-nav {
  max-height: 1000px;
}
#specs .table-cell-striped ul {
  list-style: none;
}
#specs .specsFilterHeaderWrapper {
  position: relative;
  min-height: 40px;
}
#specs .specsFilterContainer {
  background-color: #dfe4e7;
  margin-bottom: 10px;
  padding: 20px;
  display: none;
  position: relative;
}
#specs .specsFilterContainer .filterHeader {
  width: 230px;
}
#specs .specsFilterContainer .filterHeader em {
  float: right;
  line-height: 30px;
  padding-right: 5px;
  color: #0084a8;
  font-size: 10px;
}
#specs .specsFilterContainer ul {
  list-style: none;
  padding-left: 15px;
  display: none;
}
#specs .specsFilterContainer ul li {
  padding: 3px 0;
}
#specs .specsFilterContainer ul li a {
  color: #00355f;
  font-size: 14px;
  cursor: pointer;
}
#specs .specsFilterContainer ul li a em {
  padding-right: 5px;
}
#specs .specsFilterContainer ul li.disabled {
  opacity: 0.5;
}
#specs .specsFilterContainer ul li.disabled a {
  cursor: default;
}
#specs .specsFilterContainer .form-buttons {
  right: 0px;
  bottom: 0px;
  position: absolute;
  margin-bottom: 15px;
  margin-right: 15px;
}
#specs .specsFilterContainer .form-buttons button {
  padding: 4px 40px;
  margin: 5px;
}
#specs .filterBy {
  background-color: #dfe4e7;
  color: #00355f;
  position: absolute;
  right: 0px;
  top: -8px;
  text-align: left;
  padding-left: 15px;
  width: 137px;
}
#specs .filterBy em {
  float: right;
  line-height: 30px;
  padding-right: 5px;
  color: #0084a8;
}
#specs .filterBy.closed {
  top: -52px;
}
#specs .filterBy i {
  color: #0084a8;
  padding-left: 45px;
}
#specs button {
  font-family: 'geometr415_md_btmedium', Arial, sans-serif;
  border: none;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#specs button.apply,
#specs button.filterHeader {
  font-color: #000000;
}
#specs button.filterHeader {
  background-color: #ffffff;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
#specs button.filterHeader .count {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  background-color: #0084a8;
  color: #ffffff;
  border: 1px #00355f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#specs button.filterHeader i {
  color: #0084a8;
  font-size: 10px;
}
#specs button i {
  float: right;
  line-height: 30px;
  padding-right: 5px;
}
#specs .collapse-wrapper .spec-toggle {
  display: none;
}
#specs .collapse-wrapper.open .spec-toggle {
  display: inherit;
}
#specs .collapse-wrapper.open .spec-toggle.mobile {
  display: none;
}
@media screen and (max-width: 687px) {
  #specs .collapse-wrapper.open .spec-toggle.desktop {
    display: none;
  }
  #specs .collapse-wrapper.open .spec-toggle.mobile {
    display: inherit;
  }
}
#specs .collapse-wrapper.open table.spec-toggle {
  display: table;
}
#specs .collapse-wrapper.open table.spec-toggle.mobile {
  display: none;
}
@media screen and (max-width: 687px) {
  #specs .collapse-wrapper.open table.spec-toggle {
    display: none;
  }
  #specs .collapse-wrapper.open table.spec-toggle.mobile {
    display: table;
  }
}
#specs .collapse-wrapper.open .tableheader:before {
  background: #f1f3f5 url('/themes/expedia/../expedia/images/arrow_up_blue_dark.png') no-repeat;
}
#specs .collapse-wrapper.open .tableheader:hover:before {
  background: #f1f3f5 url('/themes/expedia/../expedia/images/arrow_up_blue_light.png') no-repeat;
}
#specs .collapse-wrapper .tableheader {
  cursor: pointer;
  display: block;
}
#specs .collapse-wrapper .tableheader:before {
  content: " ";
  float: right;
  display: block;
  background: #f1f3f5 url('/themes/expedia/../expedia/images/arrow_down_blue_dark.png') no-repeat;
  width: 12px;
  height: 12px;
  margin-top: 15px;
}
#specs .collapse-wrapper .tableheader:hover:before {
  background: #f1f3f5 url('/themes/expedia/../expedia/images/arrow_down_blue_light.png') no-repeat;
}
#specs #filter-table {
  width: 100%;
  table-layout: fixed;
}
#specs #filter-table .tableFloatingHeaderOriginal th,
#specs #filter-table .tableFloatingHeader th {
  white-space: nowrap;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child,
#specs #filter-table .tableFloatingHeader th:first-child {
  width: 16%;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child + th,
#specs #filter-table .tableFloatingHeader th:first-child + th {
  width: 12%;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child + th + th,
#specs #filter-table .tableFloatingHeader th:first-child + th + th {
  width: 22%;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child + th + th + th,
#specs #filter-table .tableFloatingHeader th:first-child + th + th + th {
  width: 20%;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child + th + th + th + th,
#specs #filter-table .tableFloatingHeader th:first-child + th + th + th + th {
  width: 15%;
}
#specs #filter-table .tableFloatingHeaderOriginal th:first-child + th + th + th + th + th,
#specs #filter-table .tableFloatingHeader th:first-child + th + th + th + th + th {
  width: 15%;
}
#ems .image_blurb img {
  height: 66px;
  max-width: 100%;
}
#ems .image_blurb a {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.video-js video {
  position: relative !important;
}
#objectives .video-js-box {
  max-width: 100%;
  height: auto !important;
}
#objectives .video-js-box .video-js {
  height: auto !important;
}
#objectives .video-js-box img {
  height: auto !important;
  max-width: 100%;
}
#objectives #ems .ccm-lightboxGalleryBlock-display .caption h5 {
  color: #0084a8;
}
#ems .ccm-lightboxGalleryBlock-display .slides li {
  display: list-item !important;
  visibility: hidden;
}
#ems .ccm-lightboxGalleryBlock-display .slides li.flex-active-slide {
  visibility: visible;
}
#ems .ccm-lightboxGalleryBlock-display .flex-direction-nav a {
  top: 1px !important;
}
.flex-control-paging li a {
  margin: 10px 0;
}
html.touch #ems .ccm-lightboxGalleryBlock-display .flex-direction-nav {
  top: -35px;
  left: -5px;
}
html.touch #ems .ccm-lightboxGalleryBlock-display .flex-direction-nav a {
  padding: 5px;
}
html.touch .flex-control-paging li a {
  width: 12px;
  height: 12px;
  margin: 9px 0;
}
#headerfullsearch form h4 {
  display: none;
}
.mobileSpecsContainer {
  display: none;
}
#awards .awards {
  position: relative;
  overflow: visible;
}
#awards .award-year-list,
.aboutus-year-list {
  width: 175px;
  color: #00355f;
  font-size: 15px;
  font-family: 'open_sansbold', Arial, sans-serif;
  text-align: left;
  position: absolute;
  right: 0;
  top: -100px;
}
#awards .award-year-list .filter-title,
.aboutus-year-list .filter-title {
  height: 35px;
  background: #e6e9eb;
  padding-left: 10px;
  line-height: 35px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  cursor: pointer;
}
#awards .award-year-list .filter-title i,
.aboutus-year-list .filter-title i {
  color: #0084a8;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}
#awards .award-year-list .filter-title i.fa-sort-up,
.aboutus-year-list .filter-title i.fa-sort-up {
  margin-top: 12px;
}
#awards .award-year-list .dropdown-list,
.aboutus-year-list .dropdown-list {
  margin-top: -3px;
  display: none;
}
#awards .award-year-list .dropdown-list a,
.aboutus-year-list .dropdown-list a {
  display: block;
  height: 35px;
  padding-left: 10px;
  line-height: 35px;
  border: 1px solid #e3e3e3;
  border-top: none;
  background: #FFF;
}
#awards .award-year-list .dropdown-list a:hover,
.aboutus-year-list .dropdown-list a:hover {
  color: #FFF;
  background: #0084a8;
}
#awards .award-year-list.open .dropdown-list,
.aboutus-year-list.open .dropdown-list {
  display: block;
}
#ems .ccm-comparisonGraphBlock-display {
  margin-top: 12px !important;
}
#ems .ccm-comparisonGraphBlock-display .pairs.has-positive-lift-label li label.liftLabel {
  margin-bottom: 10px !important;
  font-size: 18px !important;
}
#ems .ccm-comparisonGraphBlock-display .pairs.has-positive-lift-label {
  margin-top: 33px !important;
}
.ie8 .video-js {
  width: 960px;
  height: 540px;
}
/* ======================== forms ===================== */
#ems input[type=submit],
#ems .emsbtn,
#ems .emsbtngray {
  display: block;
  margin: 15px 0 0 0;
  padding: 5px 0;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  background: #ffd200;
  color: #00355f;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  border-radius: 4px;
  border: none;
}
#ems .emsbtngray {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px 8px 10px;
  height: 33px;
  background: #e6e9eb url(/themes/expedia/images/arrow_down_blue_light_actions.png) center right no-repeat;
  z-index: 10;
  font-size: 1em;
  text-align: left;
}
#ems .active {
  background: #e6e9eb url(/themes/expedia/images/arrow_up_blue_light_actions.png) center right no-repeat;
}
#ems input[type=submit]:hover,
#ems .emsbtn:hover {
  background: #ffde00;
}
#ems label {
  margin: 0;
  font-size: 1.2em;
}
#ems input[type="text"],
#ems input[type="email"],
#ems input[type="tel"] {
  display: block;
  margin: 12px 0;
  height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%;
  font-size: 1em;
  border: none;
  border-radius: 2px;
  background: #ffffff;
}
.gt-ie8 #ems #contact select {
  margin: 12px 0;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  background: #e6e9eb url(/themes/expedia/images/arrow_down_blue_light_mobile.png) center right no-repeat;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 2px;
}
#ems #contact textarea {
  display: block;
  margin: 10px 0;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #ffffff;
  background: #008fb6;
  border: none;
  border-radius: 5px;
}
#ems #localization .panel .ccm-multilingual-language-list-item {
  height: auto;
}
#ems #localization .panel .ccm-multilingual-language-list-item input[type=radio] {
  opacity: 0;
  width: 0;
  float: left;
}
#ems #localization .panel .ccm-multilingual-language-list-item label {
  color: #00355f;
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
#ems #localization .panel .ccm-multilingual-language-list-item input[type=radio] + label {
  display: block;
  margin: 5px 0;
  padding: 7px 10px;
  cursor: pointer;
}
#ems #localization .panel .ccm-multilingual-language-list-item input[type=radio]:checked + label {
  background-color: #ffffff;
  border-radius: 4px;
}
#ems #localization .panel .ccm-multilingual-language-list-item input[type=radio]:hover + label {
  background-color: #ffffff;
  border-radius: 4px;
}
#ems #localization .panel .ccm-multilingual-language-list-item img.ccm-region-flag {
  margin-right: 15px;
}
#ems #localization .panel input[type=checkbox] {
  display: none;
}
#ems #localization .panel input[type=checkbox] + label {
  display: inline-block;
  margin: 5px 0;
  padding-left: 15px;
  cursor: pointer;
  background: url(/themes/expedia/images/unchecked.png) center left no-repeat;
  overflow: visible;
}
#ems #localization .panel input[type=checkbox]:checked + label {
  background: url(/themes/expedia/images/checked.png) center left no-repeat;
}
#ems #localization .panel .ccm-multilingual-site-default-remember label {
  text-indent: 10px;
  width: auto;
}
#ems #headerfullsearch input[type="text"] {
  display: block;
  float: left;
  margin: 0;
  height: 40px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;
  font-size: 1.1em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 2px;
  background: #ffffff;
}
#ems #headerfullsearch input[type="submit"] {
  display: block;
  float: left;
  margin: 0 0 0 -30px;
  padding: 0;
  width: 30px;
  height: 40px;
  text-indent: -9999px;
  font-size: 0;
  background: #ffffff url(/themes/expedia/images/search_form_mobile.png) center right no-repeat;
  border-top: none;
  border-right: none;
  border-bottom: none;
  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 #headerfullsearch input[type="submit"]:hover {
  margin: 0;
  padding: 0;
}
#ems {
  overflow: hidden;
}
#ems footer {
  border-top: solid 6px #00355f;
  margin-top: 80px;
}
#ems #footer {
  box-sizing: border-box;
}
#ems nav#sitemap {
  margin-top: -6px;
  padding: 15px 0 20px 20px;
  background: url(/themes/expedia/images/color_bar_mobile_ext.png) top right no-repeat;
}
#ems div.linklist {
  *zoom: 1;
  padding: 10px 0 5px 0;
  font-size: 1.1em;
  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:before,
#ems div.linklist:after {
  content: "";
  display: table;
}
#ems div.linklist:after {
  clear: both;
}
#ems div.linklist ul {
  float: left;
  width: 45%;
  margin-right: 1.5%;
}
#ems div.linklist ul li {
  margin: 5px 0;
  line-height: 1.45em;
}
#ems div.linklist ul {
  float: left;
  width: 45%;
  margin-right: 1%;
  padding-bottom: 15px;
}
#ems div.linklist ul li {
  margin: 3px 0;
}
#ems div.linklist ul li a {
  color: #4A4A4A;
  font-size: 12px;
  font-family: arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 22px;
}
#ems div.linklist p {
  font-family: 'open_sansbold', Arial, sans-serif;
  color: #00355f;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  padding-bottom: 1px;
  line-height: 22px;
}
#ems div.linklist p strong {
  font-weight: bold;
  font-family: Arial;
}
#ems #notices {
  background: #f9f9f9;
  text-align: left;
  padding: 20px 20px 40px 20px;
  position: absolute;
  background: #ededed;
  right: 0;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3em;
}
#ems #notices p,
#ems #notices p a {
  color: #4A4A4A;
  font-size: 12px;
  padding: 8px 0;
}
#ems #notices a.logo {
  width: 188px;
  height: 48px;
  margin: 0 10px 0 0;
  background: url(/themes/expedia/images/logo_footer@2x.png) top left no-repeat;
  background-size: 184px auto;
  margin-bottom: 10px;
}
#ems .header-spacer {
  height: 81px;
  display: block;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
#ems .header-spacer.fixed {
  height: 55px;
}
#ems .black-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 85;
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.3s ease;
  -moz-transition: visibility 0s, opacity 0.3s ease;
  -o-transition: visibility 0s, opacity 0.3s ease;
  transition: visibility 0s, opacity 0.3s ease;
}
#ems .black-overlay.open {
  visibility: visible;
}
#ems .black-overlay.display {
  opacity: 1;
}
#ems header {
  border-top: none;
  border-bottom: 1px solid #00355F;
  height: 40px;
  padding: 20px 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
#ems header.editing {
  top: 50px;
}
#ems header .header-wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
#ems header .left {
  float: left;
}
#ems header .right {
  float: right;
}
#ems header .mobile-menu-icon,
#ems header #headerfullsearch {
  display: none;
}
#ems header a.logo {
  background: none;
  width: auto;
  height: auto;
  position: relative;
}
#ems header a.logo img {
  display: block;
  width: 132px;
  padding: 0;
  -webkit-transition: width 0.25s ease, padding 0.25s ease;
  -moz-transition: width 0.25s ease, padding 0.25s ease;
  -o-transition: width 0.25s ease, padding 0.25s ease;
  transition: width 0.25s ease, padding 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#ems header a.logo img.small {
  visibility: hidden;
}
#ems header a.logo.center {
  display: none;
}
#ems header .social {
  width: 17px;
  height: 15px;
  margin: 12px 0 0 10px;
  cursor: pointer;
  background-image: url('/themes/expedia/images/social_sprite.png');
  background-size: 80px 40px;
}
#ems header .social.linkedin {
  background-position: -20px 0;
}
#ems header .social:hover {
  background-position: 0 -20px;
}
#ems header .social:hover.linkedin {
  background-position: -20px -20px;
}
#ems header #headerbtnsearch {
  width: 18px;
  height: 18px;
  margin: 10px 0 0 10px;
  cursor: pointer;
  background-image: url('/themes/expedia/images/social_sprite.png');
  background-size: 80px 40px;
  background-position: -40px 0;
}
#ems header #headerbtnsearch.selected {
  background-position: -40px -20px;
}
#ems header .button {
  border: 2px solid #FFC60B;
  border-radius: 5px;
  padding: 6px 8px 4px;
  text-transform: uppercase;
  font-family: 'geometr415_blk_btblack';
  color: #00355F;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  margin: 6px 4px 0;
  position: relative;
  z-index: 98;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ems header .button.selected {
  background-color: #FFC60B;
}
#ems header .button.contact-btn {
  margin-left: 10px;
}
#ems header .social-menu {
  display: none;
  text-align: center;
  line-height: 50px;
  font-family: 'geometr415_lt_btlite';
  font-size: 18px;
  color: #00355F;
}
#ems header .button-menu {
  display: none;
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
}
#ems header input[type=text],
#ems header input[type=email],
#ems header select {
  font-size: 13px;
  color: #4A4A4A;
  padding: 0 5px;
  background-clip: padding-box;
}
#ems header input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
#ems header .hsformerror {
  display: none !important;
}
#ems header .menu > ul {
  margin: 0;
}
#ems header .menu > ul > li {
  list-style: none;
  margin: 8px 9px 0;
  float: left;
  overflow: visible;
  position: relative;
}
#ems header .menu > ul > li:hover > a {
  border-bottom: 2px solid #FFC60B;
}
#ems header .menu > ul > li:first-child {
  margin-left: 0;
}
#ems header .menu > ul > li.nav-path-selected a {
  border-bottom: 2px solid #FFC60B;
}
#ems header .menu > ul > li .ddnav {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 5px 0px 0px;
  left: -15px;
  top: 22px;
  min-width: 100%;
  min-width: calc(100% + 25px);
  z-index: 97;
  background: transparent;
}
#ems header .menu > ul > li .ddnav a {
  font-family: 'open_sansregular';
  font-size: 12px;
  line-height: 14px;
}
#ems header .menu > ul > li .ddnav li {
  padding: 5px 15px;
  background: #fff;
}
#ems header .menu > ul > li .ddnav li:last-child {
  padding-bottom: 10px;
}
#ems header .menu > ul > li .ddnav li a {
  border-bottom: 2px solid #fff;
  white-space: nowrap;
}
#ems header .menu > ul > li:hover .ddnav {
  display: block;
}
#ems header .menu > ul > li > a {
  text-transform: uppercase;
  font-family: 'geometr415_blk_btblack';
  color: #00355F;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#ems header .subscribe,
#ems header .subscribe-mobile {
  position: absolute;
  z-index: 96;
  background: #fff;
  width: 270px;
  top: 61px;
  right: 86px;
  padding: 0px 15px;
  display: none;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
#ems header .subscribe.open,
#ems header .subscribe-mobile.open {
  display: block;
}
#ems header .subscribe h1,
#ems header .subscribe-mobile h1 {
  font-family: 'open_sansregular';
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 25px;
  color: #00355F;
  margin-top: 35px;
}
#ems header .subscribe .close-btn,
#ems header .subscribe-mobile .close-btn {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 5px solid #fff;
  top: 27px;
  right: 10px;
  cursor: pointer;
  background-image: url('/themes/expedia/images/social_sprite.png');
  background-size: 80px 40px;
  background-position: -60px 0;
}
#ems header .subscribe label,
#ems header .subscribe-mobile label {
  margin-top: 12px;
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #00355F;
  display: block;
}
#ems header .subscribe input[type=text],
#ems header .subscribe-mobile input[type=text],
#ems header .subscribe input[type=email],
#ems header .subscribe-mobile input[type=email] {
  margin-bottom: 0;
  margin-top: 5px;
  height: 30px;
  border: 1px solid #979797;
}
#ems header .subscribe input[type=text].invalid,
#ems header .subscribe-mobile input[type=text].invalid,
#ems header .subscribe input[type=email].invalid,
#ems header .subscribe-mobile input[type=email].invalid {
  border: 3px solid #D0021B;
  background-color: rgba(204, 204, 204, 0.5);
}
#ems header .subscribe input[type=submit],
#ems header .subscribe-mobile input[type=submit] {
  max-width: 106px;
  margin: 15px auto 25px;
  font-family: 'geometr415_blk_btblack';
  color: #fff;
  background-color: #00355F;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 0;
}
#ems header .subscribe input[type=submit]:hover,
#ems header .subscribe-mobile input[type=submit]:hover {
  background-color: #FFC60B;
}
#ems header .subscribe div.actions,
#ems header .subscribe-mobile div.actions {
  position: static;
  width: auto;
}
#ems header .subscribe .hs-error-msgs,
#ems header .subscribe-mobile .hs-error-msgs {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#ems header .subscribe ul,
#ems header .subscribe-mobile ul {
  list-style: none;
}
#ems header .subscribe ul input[type=radio],
#ems header .subscribe-mobile ul input[type=radio] {
  margin-right: 5px;
}
#ems header .subscribe ul label,
#ems header .subscribe-mobile ul label {
  margin-top: 5px;
}
#ems header .subscribe select,
#ems header .subscribe-mobile select {
  width: 100%;
}
#ems header .subscribe-mobile {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
#ems header .subscribe-mobile h1 {
  margin: 0;
  padding: 20px 0;
}
#ems header .subscribe-mobile input[type=submit] {
  max-width: 136px;
  font-size: 16px;
  padding: 10px 0;
  margin-bottom: 0;
}
#ems header .subscribe-mobile .close-btn {
  top: 20px;
  right: 0;
}
#ems header #headerfullsearch {
  position: absolute;
  z-index: 95;
  top: 61px;
  right: 50px;
  background-color: #fff;
  width: 350px;
  padding: 0px 12px;
  display: none;
  -webkit-transition: top 0.25s ease;
  -moz-transition: top 0.25s ease;
  -o-transition: top 0.25s ease;
  transition: top 0.25s ease;
}
#ems header #headerfullsearch.open {
  display: block;
}
#ems header #headerfullsearch h3 {
  font-size: 13px;
  font-family: 'open_sansregular';
  font-weight: 400;
  margin-bottom: 5px;
}
#ems header #headerfullsearch form {
  overflow: hidden;
  margin: 12px 0;
}
#ems header #headerfullsearch input[type=text] {
  border: 1px solid #979797;
  width: 292px;
  height: 30px;
  outline: none;
}
#ems header #headerfullsearch hr {
  display: none;
}
#ems header #headerfullsearch input[type=submit] {
  font-family: 'geometr415_blk_btblack';
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-indent: 0;
  background: #00355F;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  float: right;
  font-weight: 400;
  outline: none;
}
#ems header #headerfullsearch input[type=submit]:hover {
  background-color: #FFC60B;
}
#ems header #headerfullsearch #searchResults {
  display: none;
}
#ems header #headerfullsearch .newsearch {
  display: block;
}
#ems header.fixed {
  padding: 7px 0;
}
#ems header.fixed a.logo img {
  width: 106px;
  padding: 4px 0;
}
#ems header.fixed a.logo img.large {
  visibility: hidden;
}
#ems header.fixed a.logo img.small {
  visibility: visible;
}
#ems header.fixed #headerfullsearch,
#ems header.fixed .subscribe {
  top: 48px;
}
#ems > .hbspt-form {
  display: none;
}
body#expedia #ems footer {
  margin-top: 40px;
}
#our-brands #ems footer,
#insights #ems footer,
#success-stories #ems footer,
#research #ems footer,
#products #ems footer,
#targeting #ems footer,
#faq #ems footer,
#policies-and-standards #ems footer,
#submission-guidelines #ems footer,
#press-releases #ems footer,
#in-the-news #ems footer,
#events #ems footer {
  margin-top: 0px;
}
html.no-touch #ems header .button:hover,
html.no-touch #ems header.fixed .button:hover {
  background-color: #FFC60B;
}
html.no-touch #ems header #headerbtnsearch:hover,
html.no-touch #ems header.fixed #headerbtnsearch:hover {
  background-position: -40px -20px;
}
html.no-touch #ems header .menu > ul > li .ddnav li a:hover,
html.no-touch #ems header.fixed .menu > ul > li .ddnav li a:hover {
  border-bottom: 2px solid #FFC60B;
}
html.no-touch #ems header .subscribe .close-btn:hover,
html.no-touch #ems header.fixed .subscribe .close-btn:hover,
html.no-touch #ems header .subscribe-mobile .close-btn:hover,
html.no-touch #ems header.fixed .subscribe-mobile .close-btn:hover {
  background-position: -60px -20px;
}
@media screen and (max-width: 1065px) {
  #home .default-flexslider-pglist .flex-direction-nav .flex-next {
    right: -30px;
  }
  #home .default-flexslider-pglist .flex-direction-nav .flex-prev {
    left: -30px;
  }
  .ccm-comparisonGraphBlock-display .pairs li label.display-value,
  #ems .ccm-comparisonGraphBlock-display .pairs li label.display-value {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 1024px) {
  #interacting-ads #full .demo-wrapper .demo-container div {
    display: none;
  }
  #interacting-ads #full .demo-wrapper .demo-container div.background-image {
    display: block;
  }
  #interacting-ads #full .demo-wrapper .demo-container div.background-image img {
    width: 100%;
    height: auto;
  }
  #specs .download,
  #audience .download {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #ems footer #footer {
    padding: 0;
    margin: 0;
    max-width: none;
    width: 100%;
  }
  #ems footer #footer #sitemap {
    float: none;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 30px 0;
    margin: 0;
  }
  #ems footer #footer #notices {
    width: 100%;
    float: none !important;
    clear: both;
    margin: 0;
    max-width: none;
    position: static;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  #ems footer #footer div.linklist ul {
    width: 48%;
  }
  #ems header,
  #ems header.fixed {
    padding: 0px;
    box-sizing: border-box;
    height: 59px;
  }
  #ems header .header-wrapper,
  #ems header.fixed .header-wrapper {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
  }
  #ems header .social,
  #ems header.fixed .social {
    background-image: url(/themes/expedia/images/header_sprite_mobile.png);
    background-size: 150px 100px;
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    margin: 0px 0 0 15px;
  }
  #ems header .social.right,
  #ems header.fixed .social.right {
    display: none;
  }
  #ems header .social.twitter,
  #ems header.fixed .social.twitter {
    background-position: -50px 0;
  }
  #ems header .social.twitter:hover,
  #ems header.fixed .social.twitter:hover {
    background-position: -50px -50px;
  }
  #ems header .social.linkedin,
  #ems header.fixed .social.linkedin {
    background-position: -100px 0;
  }
  #ems header .social.linkedin:hover,
  #ems header.fixed .social.linkedin:hover {
    background-position: -100px -50px;
  }
  #ems header #headerbtnsearch,
  #ems header.fixed #headerbtnsearch {
    width: 30px;
    height: 30px;
    margin: 0;
    border-top: 14px solid #fff;
    border-right: 20px solid #fff;
    border-left: 10px solid #fff;
    border-bottom: 12px solid #fff;
    background-image: url(/themes/expedia/images/header_sprite_mobile.png);
    background-size: 150px 100px;
    background-position: 0 0;
  }
  #ems header #headerbtnsearch.selected,
  #ems header.fixed #headerbtnsearch.selected {
    background-position: 0 -50px;
  }
  #ems header .button,
  #ems header.fixed .button {
    margin: 15px 4px 0;
  }
  #ems header .social-menu,
  #ems header.fixed .social-menu {
    display: block;
  }
  #ems header .scroll-wrapper,
  #ems header.fixed .scroll-wrapper {
    position: fixed;
    background: #fff;
    top: 59px;
    width: 100%;
    max-height: calc(100% - 59px);
    overflow-y: scroll;
    left: 0;
    visibility: hidden;
  }
  #ems header .scroll-wrapper.show,
  #ems header.fixed .scroll-wrapper.show {
    visibility: visible;
  }
  #ems header .menu,
  #ems header.fixed .menu {
    display: none;
    position: static;
    background: #fff;
    width: 100%;
    left: 0;
  }
  #ems header .menu.open,
  #ems header.fixed .menu.open {
    display: block;
  }
  #ems header .menu > ul,
  #ems header.fixed .menu > ul {
    margin-left: 0;
  }
  #ems header .menu > ul > li,
  #ems header.fixed .menu > ul > li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #ems header .menu > ul > li.sfHover,
  #ems header.fixed .menu > ul > li.sfHover {
    cursor: pointer;
    background-image: url('/themes/expedia//images/nav_arrow_sprite.png');
    background-repeat: none;
    background-size: 20px 50px;
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
  }
  #ems header .menu > ul > li:hover .ddnav,
  #ems header.fixed .menu > ul > li:hover .ddnav {
    display: none;
  }
  #ems header .menu > ul > li.selected.sfHover,
  #ems header.fixed .menu > ul > li.selected.sfHover,
  #ems header .menu > ul > li.selected.sfHover:hover,
  #ems header.fixed .menu > ul > li.selected.sfHover:hover {
    background-position: right 20px top -13px;
  }
  #ems header .menu > ul > li.selected.sfHover .ddnav,
  #ems header.fixed .menu > ul > li.selected.sfHover .ddnav,
  #ems header .menu > ul > li.selected.sfHover:hover .ddnav,
  #ems header.fixed .menu > ul > li.selected.sfHover:hover .ddnav {
    display: block;
  }
  #ems header .menu > ul > li > a,
  #ems header.fixed .menu > ul > li > a {
    font-size: 18px;
    line-height: 40px;
    border: none !important;
    display: block;
  }
  #ems header .menu > ul > li.sfHover > a,
  #ems header.fixed .menu > ul > li.sfHover > a {
    display: inline;
  }
  #ems header .menu > ul > li.nav-path-selected > a,
  #ems header.fixed .menu > ul > li.nav-path-selected > a {
    border-bottom: none !important;
    color: #FFC60B;
  }
  #ems header .menu > ul > li .ddnav,
  #ems header.fixed .menu > ul > li .ddnav {
    position: static;
    padding: 0 0 0 40px;
    border-top: 1px solid #FFC60B;
    margin-left: -20px;
    min-width: 0;
  }
  #ems header .menu > ul > li .ddnav li,
  #ems header.fixed .menu > ul > li .ddnav li {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  #ems header .menu > ul > li .ddnav li:last-child,
  #ems header.fixed .menu > ul > li .ddnav li:last-child {
    border: none;
  }
  #ems header .menu > ul > li .ddnav li a,
  #ems header.fixed .menu > ul > li .ddnav li a {
    font-size: 15px;
    line-height: 30px;
    border: none !important;
    cursor: pointer;
    display: block;
  }
  #ems header .mobile-menu-icon,
  #ems header.fixed .mobile-menu-icon {
    display: block;
  }
  #ems header .fa-bars,
  #ems header.fixed .fa-bars {
    color: #00355F;
    font-size: 30px;
    margin: 0;
    padding: 14px 20px;
    cursor: pointer;
  }
  #ems header .fa-bars.selected,
  #ems header.fixed .fa-bars.selected {
    color: #ffc60b;
  }
  #ems header .subscribe,
  #ems header.fixed .subscribe {
    top: 50px;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
  }
  #ems header #headerfullsearch,
  #ems header.fixed #headerfullsearch {
    top: 59px;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
  }
  #ems header #headerfullsearch input[type=text],
  #ems header.fixed #headerfullsearch input[type=text] {
    width: calc(100% - 60px);
  }
  #ems header a.logo img,
  #ems header.fixed a.logo img {
    width: 132px;
    padding: 0;
    top: 9px;
  }
  #ems header a.logo img.small,
  #ems header.fixed a.logo img.small {
    visibility: hidden;
  }
  #ems header a.logo img.large,
  #ems header.fixed a.logo img.large {
    visibility: visible;
  }
  #ems .header-spacer,
  #ems .header-spacer.fixed {
    height: 59px;
  }
  #ems .black-overlay {
    display: block;
  }
  html.no-touch #ems header #headerbtnsearch:hover,
  html.no-touch #ems header.fixed #headerbtnsearch:hover {
    background-position: 0 -50px;
  }
}
@media screen and (max-width: 950px) {
  #research #success-filter,
  #success-stories #success-filter {
    margin-top: 50px;
  }
}
@media screen and (max-width: 935px) {
  body#specs #ems table {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 900px) {
  body#audience #ems div.white table {
    font-size: 11px !important;
  }
  body#audience #ems div.white table tr td {
    padding: 10px 10px !important;
  }
}
@media screen and (max-width: 770px) {
  #ems #wrappercontact #contact .contact {
    box-sizing: border-box;
    padding-bottom: 10px;
    width: 100% !important;
    margin: -30px 0 0 0 !important;
    display: none;
  }
  #ems #wrappercontact #contact .contact *,
  #ems #wrappercontact #contact .contact .formblock .hs-form div.field {
    width: 100% !important;
  }
  #ems #wrappercontact #contact .contact .formblock .hs-form fieldset {
    max-width: none !important;
  }
  #ems #wrappercontact #contact .formblock .hs-form div.field {
    width: 100% !important;
  }
  #ems #wrappercontact #contact .sidebar {
    display: none !important;
  }
  #ems #wrappercontact #contact a.close {
    position: relative;
    z-index: 1;
  }
  #ems .graph ul.bars li label.label {
    font-size: 12px;
  }
}
@media screen and (max-width: 718px) {
  #home #ems .default-flexslider-pglist .flex-direction-nav {
    display: none;
  }
  #home #ems .default-flexslider-pglist .flex-viewport .slides {
    width: 100% !important;
  }
  #home #ems .default-flexslider-pglist .flex-viewport .slides .main-content-thumb {
    width: 99% !important;
    margin-left: 2px;
    margin-bottom: 10px;
  }
  body.products #ems div.main-content-thumb {
    margin-right: 40px;
  }
}
@media screen and (max-width: 687px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #ajax-pages-mobile {
    display: none;
  }
  .ccm-lightboxGalleryBlock-display .desktop {
    display: block;
  }
  .addthis_sharing_toolbox {
    width: 100%;
    overflow: hidden;
  }
  .addthis_sharing_toolbox > div {
    float: right;
  }
  body.products #ems .product-nav {
    min-height: 100px;
    height: auto;
    overflow: visible;
    z-index: 1000;
    position: relative;
  }
  .products .addthis_sharing_toolbox {
    margin-top: -30px;
  }
  .press-story .share {
    overflow: visible;
  }
  .press-story .share > div {
    float: right;
  }
  .press-story .share .addthis_sharing_toolbox {
    width: auto;
  }
  #hero .section .hero-content {
    height: auto;
  }
  #hero .section.contain-img .herotextt {
    margin-top: 0 !important;
  }
  #hero .section.contain-img .bottom {
    position: relative;
  }
  #hero .section.contain-img p {
    display: none;
  }
  .success_story #ems .content.clearfix + div .section {
    padding: 10px 20px;
  }
  .success_story #ems #hero {
    height: auto;
    overflow: hidden;
  }
  .success_story #ems #hero .section {
    padding: 0;
  }
  .success_story #ems #hero .section .hero-content {
    padding: 20px 20px 0 20px;
    height: auto;
  }
  .success_story #ems #hero .section.contain-img {
    background: transparent;
  }
  .success_story #ems #hero #prevnext {
    display: none;
  }
  #home #hero .flex-control-nav,
  #home #hero .flex-direction-nav {
    display: none;
  }
  #home ul.brandlogos li a img {
    border: none;
    height: 70px;
    width: auto;
  }
  #home div.home-featured {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 290px;
    text-align: left;
  }
  #home div.home-featured .featured {
    position: relative;
  }
  #home div.home-featured .featured .pagelistlink {
    padding: 10px 0;
  }
  #home .default-flexslider-pglist .flex-direction-nav .flex-next {
    right: -30px;
  }
  #home .default-flexslider-pglist .flex-direction-nav .flex-prev {
    left: -30px;
  }
  body#our-brands #ems ul.productslides li {
    list-style: none;
  }
  body#our-brands #ems ul.productslides li.travelocity {
    padding-top: 10px;
  }
  body#our-brands #ems ul.productslides li img {
    height: 90px;
    width: auto;
  }
  .brands .content p {
    text-align: center;
  }
  .brands #ems nav#sub ul,
  .brands_home #ems nav#sub ul,
  .brands body.brands_home #ems nav#sub ul,
  .brands_home body.brands_home #ems nav#sub ul {
    margin-left: 0;
    background: #0084a8 url(/themes/expedia/images/arrow_down_white_brands.png) top 8px right no-repeat !important;
  }
  .brands #ems nav#sub ul.active,
  .brands_home #ems nav#sub ul.active,
  .brands body.brands_home #ems nav#sub ul.active,
  .brands_home body.brands_home #ems nav#sub ul.active {
    background: #0084a8 url(/themes/expedia/images/arrow_up_white_brands.png) top 8px right no-repeat !important;
  }
  #ems div.featured_wide {
    position: relative;
    margin: 30px 7px;
    padding: 0;
  }
  #ems div.featured_wide div.pagelistlink {
    bottom: -40px;
    width: 100%;
  }
  #ems div.featured_wide div.pagelistlink a {
    font-size: 10px;
  }
  #success-filter #ajax-pages-mobile {
    display: block;
  }
  #success-filter .success-story-blurb {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
  }
  #success-filter .success-story-blurb.first {
    margin-left: auto;
  }
  #success-filter .form-buttons {
    display: block;
    position: relative;
    clear: both;
    float: right;
  }
  #success-filter .page-list-filter,
  #success-filter .page-list-filter.first {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #products .productslides .main-content-thumb {
    list-style: none;
    padding: 0 20px 20px !important;
  }
  #targeting #ems div.ccm-layout-col-spacing {
    height: auto !important;
  }
  .pr-page-list hr.mobile {
    display: block;
  }
  .pr-page-list .list-item {
    width: 98%;
  }
  body.products #ems #hero span.product_tagline {
    display: block;
  }
  body.products #ems #hero p.Body {
    display: none;
  }
  body.products #ems .ccm-layout-col-spacing img.ccm-image-block {
    height: 70px;
    width: auto;
  }
  body#audience #ems div.colcustomlast table tr td:first-child {
    width: 50px;
  }
  body#audience #ems div.colcustomlast table tr td {
    font-size: 16px;
  }
  #about-us #ccm-layout-wrapper-1706 {
    display: none;
  }
  #about-us #hero {
    height: 200px;
  }
  #about-us #hero .slides li {
    height: 200px;
  }
  #about-us #hero .slides li img {
    height: 200px;
  }
  #ems div.featured_wide div.pagelistlink {
    padding: 10px 10px;
    font-size: 1.1em;
  }
  #ems #wrappercontact #contact .formblock .hs-form fieldset {
    margin: 0 0 0 0px !important;
  }
  #ems #headersearch {
    z-index: 1003;
  }
  #ems #headerfullsearch input[type="submit"] {
    margin: 2px 0 0 -30px;
    padding: 0;
    width: 28px;
    height: 36px;
  }
  #ems #headerfullsearch input[type="submit"]:hover {
    margin: 2px 0 0 -30px;
  }
  #ems .graph ul.bars {
    padding-top: 20% !important;
  }
  #ems .graph ul.bars li label.display-value {
    font-size: 15px;
  }
  #ems .graph ul.bars li label.label {
    font-size: 10px;
  }
  #ems nav#main ul.sf-menu li {
    border-bottom: solid 1px #007493;
  }
  #ems nav#main ul.sf-menu li:hover {
    border-bottom: solid 1px #007493;
  }
  #ems nav#main ul.sf-menu li.sfHover {
    border-bottom: solid 1px #007493;
    background: url(/themes/expedia/images/arrow_down_white_large.png) top right 20px no-repeat;
    background-size: 20px 54px;
  }
  #ems nav#main ul.sf-menu li.sfHover > ul.ddnav {
    margin-left: 0;
  }
  #ems nav#main ul.sf-menu li.sfHover a {
    background: none;
    width: 70%;
  }
  #ems nav#main ul.sf-menu li.sfHover:hover {
    border-bottom: solid 1px #007493;
  }
  #ems nav#main ul.sf-menu li.sfHover:hover > ul.ddnav {
    display: none;
  }
  #ems nav#main ul.sf-menu li.sfHover.active {
    background: url(/themes/expedia/images/arrow_up_white_large.png) top right 20px no-repeat;
    background-size: 20px 54px;
  }
  #ems nav#main ul.sf-menu li.sfHover.active ul.ddnav {
    display: block;
  }
  #awards #ems #hero {
    height: auto;
  }
  #awards #ems #hero .hero-content {
    height: auto;
  }
  #awards #ems #hero .hero-content .background.mobile {
    display: none !important;
  }
  #awards #ems #hero .hero-content .image-contain-top {
    display: block !important;
    margin: 0px auto 10px;
    padding-top: 10px;
    width: 98%;
    max-width: 445px;
  }
  #awards #ems #hero .hero-content .section.contain-img {
    margin: 0;
    padding: 0 10% !important;
    max-width: none;
  }
  #awards #ems #hero .hero-content .herotextt {
    padding-top: 10px;
  }
  #awards #ems #hero .hero-content .herotextt h1,
  #awards #ems #hero .hero-content .herotextt span,
  #awards #ems #hero .hero-content .herotextt p {
    color: #00355f !important;
  }
  #awards #ems #hero .hero-content .center,
  #awards #ems #hero .hero-content .bottom {
    display: none;
  }
  .mobileSpecsContainer {
    font-size: 12px;
  }
  .mobileSpecsContainer p,
  .mobileSpecsContainer a {
    font-size: 12px;
  }
  .mobileSpecsContainer table {
    width: 100%;
    table-layout: fixed;
  }
  .mobileSpecsContainer .mobileTableHeader {
    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;
    font-size: 16px;
  }
  .mobileSpecsContainer th.mobileSectionHeader {
    background-color: #00355f;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
  }
  .mobileSpecsContainer .mobileSubHeader {
    background: #f6f8f9;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    color: #00355f;
    font-family: 'open_sansbold', Arial, sans-serif;
  }
  .mobileSpecsContainer td {
    padding: 20px;
    border: solid 1px #E1E1E1;
  }
  .mobileSpecsContainer td a {
    color: #0084a8;
    font-family: 'open_sansbold', Arial, sans-serif;
  }
  .mobileSpecsContainer .mobileSpacerRow td {
    border: none;
    line-height: 20px;
    padding: 0px;
  }
  #insights #ems #hero {
    height: auto;
  }
  #insights #ems #hero .hero-content {
    height: auto;
  }
  #specs .collapse-wrapper .tableheader:before {
    margin-top: 9px;
  }
  #specs .specsFilterHeaderWrapper .download {
    display: none;
  }
  #specs .specsFilterContainer .filterHeader {
    width: 70%;
  }
  #specs .specsFilterContainer ul {
    padding-left: 0;
    margin-top: 2px;
  }
  #specs .specsFilterContainer .form-buttons {
    width: 25%;
  }
  #specs .specsFilterContainer .form-buttons .clear {
    line-height: 27px;
    width: 100%;
    padding: 4px 0;
  }
  #ems div.linklist {
    float: none;
    width: 100%;
    font-size: 1em;
  }
  #awards .award-year-list,
  .aboutus-year-list {
    position: static;
    float: right;
  }
  #ems footer {
    border-top: solid 1px #00355f;
  }
  #ems footer #footer #sitemap {
    background: transparent;
  }
  #ems footer #footer #notices {
    border-top: 6px solid #FFC60B;
  }
  #ems footer #footer div.linklist p {
    font-family: 'open_sansbold', Arial, sans-serif;
    color: #00355f;
    text-transform: uppercase;
  }
  #ems footer #footer div.linklist ul li a {
    color: #4A4A4A;
    font-size: 12px;
  }
}
@media screen and (max-width: 641px) {
  body.products #ems img[src="/files/3614/0722/6208/Solutions_OffsiteRetarg_howitworks_arrow.png"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: -120px auto;
    display: block;
    margin-left: 113px;
  }
  #ems div.ccm-layout-col {
    margin-top: 0px;
  }
  #insights #ems div.ccm-layout-col {
    margin-top: 60px;
  }
  #about-us #ems div.ccm-layout-col,
  #solutions #ems div.ccm-layout-col {
    margin-top: 40px;
  }
}
@media screen and (max-width: 470px) {
  #ems header .header-wrapper > .button,
  #ems header.fixed .header-wrapper > .button {
    display: none;
  }
  #ems header .button-menu,
  #ems header.fixed .button-menu {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  #ems header .button-menu .button,
  #ems header.fixed .button-menu .button {
    width: calc(50% - 30px);
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 11px 8px 9px;
  }
  #ems header .button-menu .button.subscribe-btn-mobile,
  #ems header.fixed .button-menu .button.subscribe-btn-mobile {
    margin-left: 16px;
  }
  #ems header a.logo.left,
  #ems header.fixed a.logo.left {
    display: none;
  }
  #ems header a.logo.center,
  #ems header.fixed a.logo.center {
    display: inline-block;
  }
  #ems header a.logo.center img,
  #ems header.fixed a.logo.center img {
    margin: 9px 0 0;
    position: static;
  }
  #ems header .logo-center,
  #ems header.fixed .logo-center {
    display: block;
    text-align: center;
  }
  #ems header .subscribe-mobile input[type=text],
  #ems header.fixed .subscribe-mobile input[type=text],
  #ems header .subscribe-mobile input[type=email],
  #ems header.fixed .subscribe-mobile input[type=email] {
    font-size: 16px;
  }
  #ems header #headerfullsearch input[type=text],
  #ems header.fixed #headerfullsearch input[type=text],
  #ems header #headerfullsearch input[type=email],
  #ems header.fixed #headerfullsearch input[type=email] {
    font-size: 16px;
  }
}
