/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
.color-brand-red {
  color: #d01a1a;
}

/*
 * Media Queries
 * @source: https://github.com/guardian/sass-mq
*/
/*
 * @description
 * Truncate text to ensure it doesn't overflow its container.
 * Possible $overflow values are: clip, ellipsis, or a string
*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/**
 * @description
 * This mixin will enable using the CSS3 value `rem`, which lets you define
 * property-sizes based on the root-element's font-size.
 *
 * @source
 * https://github.com/bitmanic/rem
 *
 * @example
 *   .element {
 *      @include rem('padding', 10px 5px 0 10px);
 *      @include rem('font-size', 16px);
 *   }
 *
 * @returns
 *   <property>: <value>px;
 *   <property>: <value>rem;
*
*/
/*
	Contain floats usage:
	.this-has-floated-children {
	    @extend %clearfix;
	}
*/
.location-search, .content-wrapper, .searchbox .header-search-form, .swiper-pagination, .sharing-saving-dialog .popout-create-result, .search-tabs, .search-actions-row, .search-header, .sort-options, .display-options, .image-view .search-results-listings, .listings-per-page, .listing-title .heritage-badge {
  *zoom: 1;
}
.location-search:before, .content-wrapper:before, .searchbox .header-search-form:before, .swiper-pagination:before, .sharing-saving-dialog .popout-create-result:before, .search-tabs:before, .search-actions-row:before, .search-header:before, .sort-options:before, .display-options:before, .image-view .search-results-listings:before, .listings-per-page:before, .listing-title .heritage-badge:before, .location-search:after, .content-wrapper:after, .searchbox .header-search-form:after, .swiper-pagination:after, .sharing-saving-dialog .popout-create-result:after, .search-tabs:after, .search-actions-row:after, .search-header:after, .sort-options:after, .display-options:after, .image-view .search-results-listings:after, .listings-per-page:after, .listing-title .heritage-badge:after {
  content: " ";
  display: table;
}
.location-search:after, .content-wrapper:after, .searchbox .header-search-form:after, .swiper-pagination:after, .sharing-saving-dialog .popout-create-result:after, .search-tabs:after, .search-actions-row:after, .search-header:after, .sort-options:after, .display-options:after, .image-view .search-results-listings:after, .listings-per-page:after, .listing-title .heritage-badge:after {
  clear: both;
}

@media all and (max-width: 47.99em) {
  .no-mobile {
    display: none !important;
  }
}

@media all and (min-width: 48em) {
  .mobile-only {
    display: none !important;
  }
}

.push-right {
  float: right;
}

.pull-left {
  float: left;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

@media all and (max-width: 47.99em) {
  .no-padding-top-bottom-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.is-ie9 .hide-for-ie9 {
  display: none !important;
}

.text-center {
  text-align: center;
}

@media all and (max-width: 47.99em) {
  .sidebar h3,
  .mobile-main-menu h3, .additional-nav-list > li > span,
  .additional-nav-list > li > a,
  .additional-nav-list > li > button, .facet-group, .sidebar-sharing-actions, .listing-sidebar-sublist {
    padding: 12px 13px;
    padding: 1.2rem 1.3rem;
  }
}
@media all and (min-width: 48em) {
  .sidebar h3,
  .mobile-main-menu h3, .additional-nav-list > li > span,
  .additional-nav-list > li > a,
  .additional-nav-list > li > button, .facet-group, .sidebar-sharing-actions, .listing-sidebar-sublist {
    padding: 13px 17px;
    padding: 1.3rem 1.7rem;
  }
}
@media all and (min-width: 70em) {
  .sidebar h3,
  .mobile-main-menu h3, .additional-nav-list > li > span,
  .additional-nav-list > li > a,
  .additional-nav-list > li > button, .facet-group, .sidebar-sharing-actions, .listing-sidebar-sublist {
    padding: 14px 25px;
    padding: 1.4rem 2.5rem;
  }
}

/*
  Vertically align center an element. Usage:
  .this-has-floated-children {
      @extend %vertAlignCenter;
  }

  add text-align: center; to have horizontally center too
*/
/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.75;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  /* leave some space for counter at right side */
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
/* Scale navigation arrows and reduce padding from sides */
@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
* https://github.com/johndyer/mediaelement/
*/
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
  height: auto;
  width: auto;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("../../img/media/bigplay.svg") no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url("../../img/media/bigplay.png");
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("../../img/media/background.png");
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../../img/media/loading.gif") 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("../../img/media/background.png");
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("../../img/media/controls.svg") no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
    visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
    display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("../../img/media/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
    visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url("../../img/media/background.png");
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("../../img/media/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/media/background.png");
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../img/media/background.png");
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("../../img/media/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url("../../img/media/skipback.png") no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.timeline-container {
  position: relative;
}
@media all and (max-width: 47.99em) {
  .timeline-container {
    margin-bottom: 20px;
  }
}

.timeline-swiper {
  /* autoprefixer: off */
  width: 78%;
  width: calc(100% - ((32px * 2) + 16px));
  width: -webkit-calc(100% - ((32px * 2) + 16px));
  height: 152px;
  position: relative;
  overflow: hidden;
  /* autoprefixer: on */
}
@media all and (min-width: 48em) {
  .timeline-swiper {
    /* autoprefixer: off */
    width: 88%;
    width: calc(100% - (16px * 3));
    width: -webkit-calc(100% - (16px * 3));
    /* autoprefixer: on */
  }
}
.timeline-swiper .timeline-line {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 126px;
  background-color: #ede9e0;
}

.time-period-slide {
  width: 144px;
  height: 152px;
  float: left;
  padding: 0 3px;
  text-align: center;
  position: relative;
  box-sizing: content-box;
}
.time-period-slide:hover .image:after, .time-period-slide:focus .image:after {
  border-top-color: #d01a1a;
}
.time-period-slide:hover img,
.time-period-slide:hover .no-image-place, .time-period-slide:focus img,
.time-period-slide:focus .no-image-place {
  border-color: #d01a1a;
}
.time-period-slide:hover .indicator-dot, .time-period-slide:focus .indicator-dot {
  background-color: #d01a1a;
  border-color: #d01a1a;
}
.time-period-slide:hover .date, .time-period-slide:focus .date {
  color: #d01a1a;
}
.time-period-slide .image {
  height: 116px;
  width: 100%;
}
.time-period-slide .image:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 7px solid #ede9e0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  margin-left: -4px;
}
.time-period-slide .image a {
  display: block;
}
.time-period-slide .no-image-place,
.time-period-slide img {
  max-width: 145px;
  max-height: 106px;
  border-bottom: 3px solid #ede9e0;
}
.time-period-slide .no-image-place {
  width: 145px;
  height: 106px;
  background: transparent url("../../img/search/no-place-image.png") no-repeat center center;
}
.time-period-slide .indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 122px;
  left: 50%;
  background-color: #fff;
  margin-left: -2px;
  border: 2px solid #ede9e0;
  box-shadow: 0 0 0 3px #fff;
}
.time-period-slide .date {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.timeline-nav {
  width: 32px;
  height: 152px;
  position: relative;
  background-color: #f2efe9;
  position: absolute;
  top: 0;
}
@media all and (min-width: 48em) {
  .timeline-nav {
    width: 16px;
  }
}
.timeline-nav:hover, .timeline-nav:focus {
  background-color: #d01a1a;
}
.timeline-nav:hover .icon, .timeline-nav:focus .icon {
  color: #fff;
}
.timeline-nav.left {
  left: 0;
}
.timeline-nav.right {
  right: 0;
}
.timeline-nav .icon {
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -5px;
}

#map-canvas {
  width: 100%;
  background-color: #E5E3DF;
  border: 1px solid #dedede;
}

.map-container {
  position: relative;
}
.map-container p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.map-container p.more-detailed-text .icon {
  width: 12px;
  height: 10px;
}
@media all and (min-width: 48em) {
  .map-container p.more-detailed-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.map-container .filter-map-results.disabled {
  color: #c7c7c7;
}
.map-container .filter-map-results .text {
  margin: 8px 0;
}
.map-container .hide-map-filters {
  top: 0;
  right: 0;
  position: absolute;
  width: 44px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
}
@media all and (max-width: 47.99em) {
  .map-container .hide-map-filters {
    display: none;
  }
}
.map-container .hide-map-filters .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24px;
  left: 3px;
  color: #555;
}
.map-container .show-map-filters {
  display: none;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 2;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  color: #000;
  cursor: pointer;
}
.map-container .show-map-filters:hover {
  color: #000;
  background-color: #fff;
}
.map-container.hide-filters .hide-map-filters {
  display: none;
}
.map-container.hide-filters .show-map-filters {
  display: block;
}

.zoom-controls {
  width: 34px;
  height: 68px;
  top: 160px;
  left: 15px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 2px;
}
@media all and (max-width: 47.99em) {
  .tour-modal .zoom-controls {
    top: 110px;
  }
}
@media all and (min-width: 48em) {
  .zoom-controls {
    width: 30px;
    height: 58px;
    top: 15px;
  }
}
.zoom-controls .divider {
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 5px;
}
.zoom-controls .icon {
  color: #656565;
  width: 12px;
  height: 100%;
}

.map-zoom-in,
.map-zoom-out {
  width: 100%;
  height: 50%;
  text-align: center;
  padding: 0;
  background-color: transparent;
  display: block;
}
.map-zoom-in:active,
.map-zoom-out:active {
  background-color: #eee;
}

.no-results {
  opacity: 0.00001;
  position: absolute;
  top: 55px;
  left: 15px;
  border-radius: 2px;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 14px 30px;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: none;
  transition: opacity .3s;
  color: #d01a1a;
}
@media all and (min-width: 48em) {
  .no-results {
    top: 15px;
    left: auto;
    right: 240px;
  }
}
.is-ie .no-results {
  display: none;
}
.no-results.show {
  opacity: 0.9999;
  transition: opacity .6s;
}
.is-ie .no-results.show {
  display: block;
}

.hide-filters .map-overlay {
  display: none;
}
@media all and (min-width: 48em) {
  .map-overlay {
    /* autoprefixer: off */
    width: 218px;
    height: 364px;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    padding: 30px 14px 14px 14px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 15px;
    right: 15px;
    border-radius: 2px;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    /* autoprefixer: on */
  }
}
.map-overlay .divider {
  background-color: #e9e9e9;
  height: 1px;
  margin: 12px -14px;
}
@media all and (max-width: 47.99em) {
  .map-overlay .divider {
    display: none;
  }
}

@media all and (max-width: 47.99em) {
  .location-search {
    background-color: #2c2b2b;
    padding: 8px;
  }
}
@media all and (max-width: 47.99em) {
  .location-search .search-term {
    /* autoprefixer: off */
    width: 190px;
    width: calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    display: block;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* autoprefixer: on */
  }
}
@media all and (min-width: 48em) {
  .location-search .search-term {
    margin-bottom: 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 47.99em) {
  .location-search .map-search-button {
    width: 40px;
    height: 30px;
    border-radius: 2px;
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left;
    padding: 0;
    min-width: 0;
  }
  .location-search .map-search-button .icon {
    color: #fff;
    vertical-align: text-top;
  }
}
@media all and (min-width: 48em) {
  .location-search .map-search-button {
    width: 100%;
  }
}
.location-search .locate-button {
  color: #000;
  margin-top: 0;
}
@media all and (max-width: 47.99em) {
  .location-search .locate-button {
    width: 40px;
    height: 30px;
    display: block;
    background-color: #eae5db;
    float: right;
    padding: 0;
  }
  .location-search .locate-button:focus, .location-search .locate-button:hover {
    background-color: #fff;
  }
}
@media all and (min-width: 48em) {
  .location-search .locate-button {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #cecece;
    padding-left: 40px;
    padding-right: 14px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .location-search .locate-button:focus, .location-search .locate-button:hover {
    background-color: #fff;
  }
}
@media all and (max-width: 47.99em) {
  .location-search .locate-button .icon-wrapper {
    position: static;
    background-color: transparent;
  }
}
@media all and (min-width: 48em) {
  .location-search .locate-button .icon-wrapper {
    width: 30px;
    background-color: #eae5db;
    border-right: 1px solid #cecece;
  }
}
.location-search .locate-button .icon {
  color: #000;
}
@media all and (max-width: 47.99em) {
  .location-search .locate-button .icon {
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
  }
}
@media all and (min-width: 48em) {
  .location-search .locate-button .icon {
    width: 13px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px;
  }
}

.mobile-info-balloon {
  background-color: #eae5db;
  padding: 13px;
}
.mobile-info-balloon p {
  margin: 4px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.mobile-info-balloon p.name {
  margin-top: 0;
  font-weight: bold;
}
.mobile-info-balloon p.vhr {
  margin-bottom: 0;
  font-weight: bold;
}

.infobox-wrapper {
  display: none;
}

#info-balloon {
  position: absolute;
  width: 276px;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 47.99em) {
  #info-balloon {
    display: none;
  }
}
#info-balloon:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}
#info-balloon .column {
  padding: 0;
}
#info-balloon .col-thumb {
  width: 112px;
  padding-right: 12px;
  min-height: 60px;
  background: transparent url("../../img/search/no-place-image.png") no-repeat 30px center;
}
#info-balloon .col-thumb img {
  max-width: 100%;
}
#info-balloon .col-text {
  /* autoprefixer: off */
  width: calc(100% - 112px);
  width: -webkit-calc(100% - 112px);
  /* autoprefixer: on */
}
#info-balloon .col-text p {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}
#info-balloon .col-text p:last-of-type {
  margin-bottom: 0;
}
#info-balloon .col-text .name,
#info-balloon .col-text .vhr {
  font-weight: bold;
}
.account-tours #info-balloon .col-text .vhr {
  display: none;
}
#info-balloon .col-text #tour-add-place-form {
  display: none;
}
.account-tours #info-balloon .col-text #tour-add-place-form {
  display: block;
}
#info-balloon .col-text .tour-exists-text {
  font-size: 13px;
  font-size: 1.3rem;
}

.message {
  display: none;
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.message.show {
  display: block;
}
.message p,
.message li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.message.info {
  background-color: #fcf8e3;
  margin-bottom: 0;
  display: block;
}
.message.success {
  background-color: #c4f1d9;
}
.message.error {
  background-color: #f89494;
}
.message .col-icon {
  width: 30px;
}
.message .icon {
  width: 16px;
  height: 17px;
  margin-top: 4px;
}
.message a {
  font-weight: bold;
}
.message a:focus, .message a:hover {
  text-decoration: underline;
}
.message .col-message {
  /* autoprefixer: off */
  width: 70%;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  /* autoprefixer: on */
}
.message .col-message p {
  margin: 0;
}
.message .col-message ul {
  margin: 0;
  padding-left: 20px;
}

.standard-modal {
  max-width: 740px;
  margin: 44px auto;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4);
}
.standard-modal .image {
  text-align: center;
  background-color: #efefef;
}
.standard-modal .image img {
  max-height: 280px;
}
@media all and (min-width: 48em) {
  .standard-modal .image img {
    max-height: 380px;
  }
}
@media all and (min-width: 70em) {
  .standard-modal .image img {
    max-height: 440px;
  }
}

button.mfp-close {
  top: -44px;
  opacity: 0.999;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
button.mfp-close:active {
  top: -43px;
}

.modal-content {
  padding: 16px 12px;
}
@media all and (min-width: 48em) {
  .modal-content {
    padding: 25px;
  }
}
.modal-content h1 {
  margin-bottom: 30px;
}
@media all and (min-width: 48em) {
  .modal-content h1 {
    margin-bottom: 40px;
  }
}
.modal-content h3 {
  margin-top: 0;
}
.modal-content p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}
@media all and (min-width: 48em) {
  .modal-content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.modal-content .print {
  color: #6e6e6e;
  float: right;
  font-weight: normal;
  display: block;
  padding-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.modal-content .print:hover, .modal-content .print:focus {
  color: #d01a1a;
}
.modal-content .print .icon {
  width: 12px;
  height: 11px;
  margin-right: 5px;
}

.add-image-modal .upload-fineprint p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
}
.add-image-modal .thumbnail-btn {
  background-color: transparent;
  width: 78px;
  height: 78px;
  border: 1px dashed #cecece;
  position: relative;
}
@media all and (max-width: 47.99em) {
  .add-image-modal .thumbnail-btn {
    margin-bottom: 20px;
  }
}
.add-image-modal .thumbnail-btn:hover, .add-image-modal .thumbnail-btn:focus {
  border-color: #a4a4a4;
}
.add-image-modal .thumbnail-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  color: #cecece;
}
@media all and (max-width: 47.99em) {
  .add-image-modal .col-thumbnail {
    width: 98px;
  }
}
@media all and (max-width: 47.99em) {
  .add-image-modal .col-fineprint {
    /* autoprefixer: off */
    width: 184px;
    width: calc(100% - (78px + 20px));
    width: -webkit-calc(100% - (78px + 20px));
    max-width: 300px;
    /* autoprefixer: on */
  }
}

@media all and (min-width: 48em) {
  .add-note-modal textarea {
    height: 190px;
  }
}

#map-canvas.tour-modal-map {
  width: 100%;
  height: 215px;
  border: 0;
}
@media all and (min-width: 48em) {
  #map-canvas.tour-modal-map {
    height: 365px;
  }
}

@media all and (max-width: 47.99em) {
  .modal-options {
    display: none;
    background-color: #fff;
  }
  .mfp-content .modal-options {
    display: block;
  }
  .mfp-content .modal-options #search-results-actions {
    display: block;
  }
  .modal-options .filter-popout {
    top: 0;
    background-color: #fff;
    color: #000;
  }
  .modal-options .filter-popout:after {
    display: none !important;
  }
  .modal-options .options-list {
    background-color: #fff;
  }
  .modal-options .add-to-tour .open-tour-modal {
    display: none;
  }
}
@media all and (min-width: 48em) {
  .modal-options.mfp-hide {
    display: block !important;
  }
}

.options-dialog-open .mfp-content {
  vertical-align: top;
  top: 140px;
}

@media all and (max-width: 47.99em) {
  .mobile-modal-menu {
    padding: 0;
    transition: transform .3s;
  }
  .popout-open .mobile-modal-menu {
    transform: translate3d(-100%, 0, 0);
  }
}
@media all and (max-width: 47.99em) {
  .mobile-modal-menu > li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;
    position: static;
  }
  .popout-open .mobile-modal-menu > li {
    border-bottom: 0;
  }
}
.mobile-modal-menu > li.has-popout.active .icon {
  color: #d01a1a;
}
.mobile-modal-menu > li > a {
  color: #000;
}
@media all and (max-width: 47.99em) {
  .mobile-modal-menu > li > a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.mobile-modal-menu > li > a:hover, .mobile-modal-menu > li > a:focus {
  color: #d01a1a;
}
@media all and (max-width: 47.99em) {
  .mobile-modal-menu > li .icon {
    margin-left: 17px;
    margin-right: 14px;
    color: #d01a1a;
  }
}
.mobile-modal-menu > li .icon-arrow-right {
  float: right;
  margin: 20px 15px 0 0;
  width: 6px;
  height: 10px;
  color: #838383;
}
@media all and (max-width: 47.99em) {
  .mobile-modal-menu .filter-popout {
    width: 100%;
  }
}
.mobile-modal-menu .filter-popout label {
  color: #000;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.image-preview-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-preview-list li {
  display: inline-block;
  width: 130px;
  margin-bottom: 25px;
  margin-right: 6px;
  vertical-align: top;
}
@media all and (min-width: 48em) and (max-width: 69.99em) {
  .image-preview-list li {
    width: 155px;
    margin-right: 10px;
  }
}
@media all and (min-width: 70em) {
  .image-preview-list li {
    width: 140px;
  }
}
.image-preview-list a:hover p {
  color: #d01a1a;
}
.image-preview-list p {
  font-weight: bold;
  margin: 4px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media all and (min-width: 48em) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.icons-svg {
  display: none;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
h2 .icon {
  margin-right: 7px;
  color: #d01a1a;
  vertical-align: middle;
}

.icon-account {
  width: 10px;
  height: 11px;
}
h2 .icon-account {
  width: 18px;
  height: 18px;
}

.icon-arrow-down {
  width: 28px;
}

.icon-arrow-up {
  width: 31px;
}
.btn-with-icon .icon-arrow-up {
  width: 14px;
  height: 9px;
  margin-left: -7px;
  margin-top: -4px;
}

.icon-bookmark {
  width: 17px;
}
.sidebar-sharing-actions .icon-bookmark {
  width: 14px;
  height: 18px;
}

.icon-dashboard {
  width: 22px;
}

.icon-delete {
  width: 11px;
  height: 11px;
}

.sidebar-sharing-actions .icon-download {
  width: 18px;
  height: 17px;
}

.icon-email {
  width: 14px;
  height: 12px;
}

.icon-hamburger {
  width: 23px;
}

.icon-home {
  width: 12px;
  height: 9px;
}

.icon-image {
  width: 25px;
}
h2 .icon-image {
  width: 20px;
  height: 14px;
}

.icon-locate {
  width: 28px;
}

.icon-login {
  width: 11px;
  height: 9px;
}
h2 .icon-login {
  width: 18px;
  height: 15px;
}

.icon-marker-icon {
  width: 23px;
}
h2 .icon-marker-icon {
  width: 12px;
  height: 17px;
}

.icon-marker-single {
  width: 14px;
}

.sidebar .icon-minus {
  width: 10px;
  height: 10px;
}

h2 .icon-note {
  width: 19px;
  height: 16px;
}

.sidebar .icon-plus {
  width: 10px;
  height: 10px;
}
.sidebar-sharing-actions .icon-plus {
  width: 18px;
  height: 18px;
}

.icon-print {
  width: 11px;
  height: 11px;
}

.sidebar .icon-refine {
  width: 16px;
  height: 19px;
}
.btn-with-icon .icon-refine {
  width: 18px;
  height: 22px;
  margin-left: -9px;
  margin-top: -11px;
}

.sidebar-sharing-actions .icon-share {
  width: 17px;
  height: 17px;
}

.sidebar-sharing-actions .icon-shortlist {
  width: 18px;
  height: 18px;
}

h2 .icon-signup {
  width: 19px;
  height: 22px;
  vertical-align: text-bottom;
}

.icon-skip {
  width: 11px;
  height: 11px;
}

.icon-tick {
  width: 13px;
  height: 13px;
  color: #38c994 !important;
  margin-right: 5px;
  position: static;
}

h2 .icon-timeline {
  width: 18px;
  height: 12px;
}

h2 .icon-tour {
  width: 18px;
  height: 17px;
}
.sidebar-sharing-actions .icon-tour {
  width: 19px;
  height: 18px;
}

h2 .icon-welcome {
  width: 16px;
  height: 14px;
}

h1.no-border,
h2.no-border {
  border: 0 !important;
}

h1 {
  border-bottom-color: #f1f1f1;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media all and (max-width: 47.99em) {
  h1 {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) {
  h1 {
    border-bottom-width: 4px;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media all and (min-width: 70em) {
  h1 {
    padding-bottom: 35px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media all and (max-width: 47.99em) {
  h2,
  .mobile-h2 {
    padding: 0 0 8px 0;
    margin-top: 0;
    font-weight: bold;
    position: relative;
    margin-bottom: 22px;
    margin-bottom: 2.2rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media all and (max-width: 47.99em) and (max-width: 47.99em) {
  h2,
  .mobile-h2 {
    border-bottom-color: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
@media all and (max-width: 47.99em) and (min-width: 48em) {
  h2:after,
  .mobile-h2:after {
    background-color: #f1f1f1;
    content: " ";
    width: 85px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media all and (min-width: 48em) and (max-width: 69.99em) {
  h2:not(.mobile-h2),
  .mobile-h2:not(.mobile-h2) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 48em) {
  h2:not(.mobile-h2),
  .mobile-h2:not(.mobile-h2) {
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    margin-top: 35px;
    margin-top: 3.5rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
@media all and (min-width: 48em) and (max-width: 47.99em) {
  h2:not(.mobile-h2),
  .mobile-h2:not(.mobile-h2) {
    border-bottom-color: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
@media all and (min-width: 48em) and (min-width: 48em) {
  h2:not(.mobile-h2):after,
  .mobile-h2:not(.mobile-h2):after {
    background-color: #f1f1f1;
    content: " ";
    width: 85px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media all and (min-width: 48em) {
  .content > h2:not(.mobile-h2), .content >
  .mobile-h2:not(.mobile-h2) {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 70em) {
  h2:not(.mobile-h2),
  .mobile-h2:not(.mobile-h2) {
    font-size: 20px;
    font-size: 2rem;
  }
}
h2 .note,
.mobile-h2 .note {
  float: right;
  color: #737373;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 47.99em) {
  h2 .note,
  .mobile-h2 .note {
    display: none;
  }
}

h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  color: #d01a1a;
}
a.red-link {
  color: #d01a1a !important;
}
a.red-link:hover, a.red-link:focus {
  color: #e34040 !important;
  text-decoration: underline !important;
}

.view-all {
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.view-all .icon {
  width: 6px;
  height: 8px;
  margin-right: 0;
}

.row,
.column {
  margin: 0;
  vertical-align: top;
}

.row {
  display: block;
  width: auto;
  font-size: 0;
}

.column {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 13px;
  padding: 0 1.3rem;
}
@media all and (min-width: 48em) {
  .column {
    padding: 0 20px;
    padding: 0 2rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.column:first-of-type {
  padding-left: 0;
}
.column:last-of-type {
  padding-right: 0;
}
@media all and (max-width: 47.99em) {
  .column:not(.col-sml-50) {
    padding: 0;
  }
}
.no-pad > .column {
  padding: 0;
}
@media all and (max-width: 47.99em) {
  .column.col-empty {
    display: none;
  }
}

@media all and (max-width: 47.99em) {
  .col-sml-15 {
    width: 15%;
  }

  .col-sml-20 {
    width: 20%;
  }

  .col-sml-25 {
    width: 25%;
  }

  .col-sml-30 {
    width: 30%;
  }

  .col-sml-33 {
    width: 33%;
  }

  .col-sml-40 {
    width: 40%;
  }

  .col-sml-50 {
    width: 50%;
  }

  .col-sml-60 {
    width: 60%;
  }

  .col-sml-67 {
    width: 67%;
  }

  .col-sml-70 {
    width: 70%;
  }

  .col-sml-75 {
    width: 75%;
  }

  .col-sml-80 {
    width: 80%;
  }
}
@media all and (min-width: 48em) {
  .col-15 {
    width: 15%;
  }

  .col-20 {
    width: 20%;
  }

  .col-25 {
    width: 25%;
  }

  .col-30 {
    width: 30%;
  }

  .col-33 {
    width: 33%;
  }

  .col-40 {
    width: 40%;
  }

  .col-50 {
    width: 50%;
  }

  .col-60 {
    width: 60%;
  }

  .col-67 {
    width: 67%;
  }

  .col-70 {
    width: 70%;
  }

  .col-75 {
    width: 75%;
  }

  .col-80 {
    width: 80%;
  }
}
.container {
  padding: 0 13px;
  padding: 0 1.3rem;
}
@media all and (min-width: 48em) {
  .container {
    padding: 0 20px;
    padding: 0 2rem;
    max-width: 1120px;
    margin: 0 auto;
  }
}

.main-content {
  background-color: #eae5db;
}
@media all and (min-width: 48em) {
  .main-content {
    padding: 30px 0 50px 0;
    padding: 3rem 0 5rem 0;
  }
  .page.home .main-content {
    padding-top: 0;
  }
}
@media all and (max-width: 47.99em) {
  .main-content > .container {
    padding: 0;
  }
}
@media all and (min-width: 72.5em) {
  .main-content > .container {
    padding: 0;
  }
}

.content-wrapper {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media all and (min-width: 48em) {
  .content-wrapper {
    border-radius: 3px;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }
  .content-wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .content-wrapper.sidebar-right:before {
    left: 70%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #2c2b2b;
  }
}
@media all and (min-width: 48em) and (min-width: 56.875em) {
  .content-wrapper.sidebar-right:before {
    left: 75%;
  }
}
@media all and (min-width: 48em) {
  .content-wrapper.sidebar-left:before {
    right: 70%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #2c2b2b;
  }
}
@media all and (min-width: 48em) and (min-width: 56.875em) {
  .content-wrapper.sidebar-left:before {
    right: 75%;
  }
}

.content {
  background-color: #fff;
  border-radius: 3px;
  padding: 13px;
  padding: 1.3rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
}
@media all and (min-width: 48em) {
  .content {
    padding: 20px;
    padding: 2rem;
  }
  .sidebar-right .content {
    width: 70%;
    float: left;
  }
}
@media all and (min-width: 48em) and (min-width: 56.875em) {
  .sidebar-right .content {
    width: 75%;
  }
}
@media all and (min-width: 48em) {
  .sidebar-left .content {
    width: 70%;
    float: right;
  }
}
@media all and (min-width: 48em) and (min-width: 56.875em) {
  .sidebar-left .content {
    width: 75%;
  }
}

@media all and (min-width: 70em) {
  .content {
    padding: 25px;
    padding: 2.5rem;
  }
}

.sidebar {
  background-color: #2c2b2b;
}
@media all and (max-width: 47.99em) {
  .sidebar {
    border-radius: 2px;
  }
  .sidebar:not(.mobile-show) {
    display: none;
  }
  .sidebar.content-embed {
    background-color: #fff;
    padding: 0 13px;
    padding: 0 1.3rem;
  }
  .sidebar:not(.content-embed) {
    margin: 0 13px;
    margin: 0 1.3rem;
  }
}
@media all and (min-width: 48em) {
  .sidebar {
    width: 30%;
    color: #fff;
  }
  .sidebar-right .sidebar {
    float: right;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .sidebar-left .sidebar {
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
@media all and (min-width: 56.875em) {
  .sidebar {
    width: 25%;
  }
}

.breadcrumbs {
  height: 35px;
  margin: 0;
  padding: 0;
  line-height: 35px;
  background-color: #e0dbcf;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs a {
  color: #4e4c48;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline;
  margin-right: 5px;
}
.breadcrumbs .icon-arrow-left-thick {
  width: 6px;
  height: 9px;
  color: #9e9682;
  margin-right: 4px;
}

button,
input[type="submit"] {
  border: 0;
  font-family: "Helvetica", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0;
}
button.plain,
input[type="submit"].plain {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.btn, .btn-primary, .btn-secondary, .btn-alt {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  padding: 9px 22px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media all and (max-width: 47.99em) {
  .btn, .btn-primary, .btn-secondary, .btn-alt {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .btn, .btn-primary, .btn-secondary, .btn-alt {
    transition: background-color 0.3s, color 0.3s;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.btn:hover, .btn-primary:hover, .btn-secondary:hover, .btn-alt:hover, .btn:focus, .btn-primary:focus, .btn-secondary:focus, .btn-alt:focus {
  color: #fff;
}

.btn-transparent {
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: left;
}

.btn-primary {
  background-color: #d01a1a;
  min-width: 120px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #e34040;
}
.btn-primary:disabled {
  background-color: #f1baba;
}

.btn-secondary {
  background-color: #2c2b2b;
  min-width: 120px;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #505050;
}
.btn-secondary:disabled {
  background-color: #afafaf;
}

.btn-alt {
  background-color: transparent;
  border: 3px solid #d01a1a;
  font-size: 18px;
  font-size: 1.8rem;
}
.btn-alt.active, .btn-alt:hover {
  background-color: #d01a1a;
}
@media all and (max-width: 47.99em) {
  .btn-alt {
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .btn-alt span {
    display: none;
  }
  .page.home .btn-alt {
    width: 100%;
    text-align: left;
    padding-left: 8px;
  }
  .page.home .btn-alt span {
    display: inline;
  }
}
@media all and (min-width: 48em) {
  .btn-alt:focus {
    background-color: #d01a1a;
  }
}
.btn-alt .icon {
  vertical-align: text-top;
}
@media all and (max-width: 47.99em) {
  .btn-alt .icon {
    width: 100%;
  }
  .page.home .btn-alt .icon {
    width: 21px;
    margin-right: 20px;
  }
}

.btn-small {
  padding: 6px 9px;
  min-width: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.btn-with-icon {
  position: relative;
  padding-left: 62px;
  margin-top: 20px;
  color: #000;
}
@media all and (max-width: 47.99em) {
  .btn-with-icon {
    padding-left: 22px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn-with-icon:hover, .btn-with-icon:focus {
  color: #000;
}
.btn-with-icon .icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #161515;
  width: 40px;
  height: 100%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media all and (min-width: 48em) {
  .btn-with-icon .icon-wrapper {
    transition: background-color 0.3s, color 0.3s;
  }
}
.btn-with-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d01a1a;
}

.return-to-top {
  color: #fff;
}
.return-to-top:hover, .return-to-top:focus {
  color: #fff;
}

.options-button {
  position: relative;
  width: 44px;
  height: 44px;
  float: right;
  margin-left: 10px;
}
@media all and (min-width: 48em) {
  .options-button {
    display: none;
  }
}
.options-button:hover .icon {
  color: #000;
}
.options-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  color: #d01a1a;
}

.btn-back {
  position: relative;
  float: right;
  width: 44px;
  height: 22px;
  margin-left: 20px;
  padding: 0;
  line-height: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media all and (min-width: 48em) {
  .btn-back {
    display: none;
  }
}
.btn-back:after {
  top: 0;
  left: -11px;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #d01a1a;
}
.btn-back:hover:after, .btn-back:focus:after {
  border-right-color: #e34040;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin: 0;
}
.list-inline > li {
  display: inline-block;
}

.audio-list {
  padding: 0;
  list-style: none;
  max-width: 480px;
}
.audio-list li {
  margin-bottom: 25px;
}
.audio-list li .text {
  margin-bottom: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}
.audio-list.left {
  max-width: 100%;
}
.audio-list.left li {
  overflow: auto;
}
.audio-list.left .image, .audio-list.left .text {
  float: left;
  margin-right: 20px;
}
.audio-list.left .image {
  width: 150px;
}

.header-options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
@media all and (max-width: 47.99em) {
  .header-options-list:not(.mobile-list) {
    display: none;
  }
}
@media all and (max-width: 47.99em) {
  .header-options-list.mobile-list {
    margin-top: 12px;
  }
  .header-options-list.mobile-list li {
    display: inline;
  }
  .header-options-list.mobile-list li:nth-child(2) {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #bcbcbc;
  }
  .header-options-list.mobile-list li:last-of-type {
    display: block;
    margin-top: 10px;
  }
}
@media all and (min-width: 48em) {
  .header-options-list {
    float: right;
    line-height: 34px;
  }
}
.header-options-list li {
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (min-width: 48em) {
  .header-options-list li {
    display: inline;
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #bcbcbc;
  }
}
@media all and (min-width: 48em) {
  .header-options-list li:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media all and (min-width: 48em) {
  .header-options-list a:not(.btn-primary) {
    color: #000;
  }
}
@media all and (min-width: 48em) {
  .header-options-list a:not(.btn-primary):hover, .header-options-list a:not(.btn-primary):focus {
    color: #d01a1a;
  }
}
@media all and (min-width: 48em) {
  .header-options-list .icon {
    display: none;
  }
}

::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}

:-moz-placeholder {
  font-style: italic;
  color: #999999;
}

::-moz-placeholder {
  font-style: italic;
  color: #999999;
}

:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}

.placeholder {
  color: #999;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  height: 35px;
  border: 1px solid #cecece;
  border-radius: 2px;
  padding: 0 10px;
  box-shadow: inset 1px 1px 7px -3px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
}
@media all and (max-width: 47.99em) {
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 16px !important;
  }
}
@media all and (min-width: 48em) {
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea {
    height: 30px;
    line-height: 30px;
    outline: none;
  }
}
input[type="text"].transparent-input,
input[type="search"].transparent-input,
input[type="password"].transparent-input,
input[type="email"].transparent-input,
input[type="tel"].transparent-input,
textarea.transparent-input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="checkbox"] {
  margin-right: 8px;
}

textarea {
  height: auto;
  min-height: 90px;
  padding: 5px 10px;
  line-height: 20px;
  line-height: 2rem;
}

select[multiple="multiple"] {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 13px;
  padding: 5px;
}
@media all and (min-width: 48em) {
  select[multiple="multiple"] {
    max-width: 260px;
  }
}

.standard-form label:not(.plain) {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
@media all and (max-width: 47.99em) {
  .standard-form label:not(.plain) {
    margin-bottom: 12px;
    display: block;
  }
}
.standard-form label.label-small {
  display: block;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
}

.form-element-container {
  margin-bottom: 20px;
}
@media all and (min-width: 48em) {
  .form-element-container {
    margin-bottom: 14px;
  }
}
.form-element-container:last-of-type {
  margin-bottom: 0;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  border-radius: 2px;
  font-size: 13px;
  transition: background-color 0.3s, color 0.3s;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .custom-select {
    height: 30px;
    max-width: 260px;
  }
}
.custom-select:hover, .custom-select:focus {
  background-color: #fff;
}
.custom-select:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 10px;
  top: 12px;
  pointer-events: none;
}
.is-ie9 .custom-select:after {
  display: none;
}
.custom-select.dark-bg {
  border-color: #fff;
  background-color: transparent;
}
.custom-select.dark-bg:hover, .custom-select.dark-bg:focus {
  background-color: #181e1f;
}
.custom-select.dark-bg:after {
  border-top-color: #fff;
}
.custom-select.dark-bg select {
  color: #fff;
}
.custom-select select {
  padding: 0 24px 0 6px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (min-width: 48em) {
  .custom-select select {
    padding: 0 26px 0 9px;
  }
}
.custom-select select:focus {
  outline: none;
}
.is-ie9 .custom-select select {
  padding: 0 0 0 9px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}
.firefox .custom-select select, .custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.firefox .custom-select select {
  width: 120%;
  width: calc(100% + 43px);
  padding: 0 54px 0 5px;
}
@-moz-document url-prefix() {
  .custom-select select {
    width: 120%;
    width: calc(100% + 43px);
    padding: 0 54px 0 5px;
  }
}
.custom-select.disabled,
.disabled .custom-select {
  background-color: #fff;
  border-color: #f0f0f0;
}
.custom-select.disabled:after,
.disabled .custom-select:after {
  border-top-color: #c7c7c7;
}
.custom-select.disabled select,
.disabled .custom-select select {
  color: #c7c7c7;
}

.col-checkbox {
  width: 26px;
  padding: 0;
}

.col-label {
  /* autoprefixer: off */
  width: 210px;
  width: calc(100% - 26px);
  width: -webkit-calc(100% - 26px);
  padding: 0;
  /* autoprefixer: on */
}

.overflow-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.header {
  width: 100%;
  height: 70px;
  background-color: #2c2b2b;
  color: #fff;
  padding: 15px 0;
  padding: 1.5rem 0;
}
@media all and (max-width: 47.99em) {
  .header {
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
  }
  .page.home .header {
    position: static;
  }
  .page.home .header, .mobile-searchbox-open .header {
    height: 125px;
  }
  .mobile-menu-open .header {
    border-bottom: 1px solid #1f1e1e;
  }
}
@media all and (min-width: 48em) {
  .header {
    height: 130px;
    padding: 30px 0;
    padding: 3rem 0;
  }
}

.content-buffer {
  height: 70px;
}
.page.home .content-buffer {
  display: none;
}
.mobile-searchbox-open .content-buffer, .page.home .content-buffer {
  height: 125px;
}
@media all and (min-width: 48em) {
  .content-buffer {
    display: none;
  }
}

.vhd-logo {
  display: block;
  float: left;
  width: 190px;
  height: 40px;
  line-height: 14px;
  padding-left: 110px;
  background-image: url("../../img/shared/HCV-logo-red-white-text-2019.png");
  background-size: 100px 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.vhd-logo:hover, .vhd-logo:focus {
  color: #fff;
}
@media all and (max-width: 47.99em) {
  .mobile-searchbox-open .vhd-logo, .page.home .vhd-logo {
    float: none;
    width: auto;
  }
}
@media all and (max-width: 47.99em) {
  .page.home .vhd-logo {
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 48em) {
  .vhd-logo {
    width: 340px;
    height: 75px;
    padding-left: 205px;
    background-size: 185px 75px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
  .vhd-logo span {
    color: #c0c0c0;
  }
}

@media all and (max-width: 47.99em) {
  .searchbox {
    margin-top: 12px;
    display: none;
  }
  .mobile-searchbox-open .searchbox {
    display: block;
  }
}
@media all and (min-width: 48em) {
  .searchbox {
    width: 430px;
    float: right;
  }
}
@media all and (min-width: 70em) {
  .searchbox {
    width: 586px;
  }
}
.searchbox .search-input-container {
  /* autoprefixer: off */
  float: left;
  width: 70%;
  width: calc(100% - 96px);
  width: -webkit-calc(100% - 96px);
  height: 44px;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
  /* autoprefixer: on */
}
@media all and (min-width: 48em) {
  .searchbox .search-input-container {
    width: 360px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 2px;
  }
}
@media all and (min-width: 70em) {
  .searchbox .search-input-container {
    width: 460px;
  }
}
.searchbox .search-input {
  display: block;
  float: left;
  height: 100%;
  border: 0;
  border-radius: 2px 0 0 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media all and (min-width: 48em) {
  .searchbox .search-input {
    /* autoprefixer: off */
    width: 230px;
    width: calc(100% - 124px);
    width: -webkit-calc(100% - 124px);
    font-size: 18px;
    font-size: 1.8rem;
    /* autoprefixer: on */
  }
}
.searchbox .btn-close-search {
  height: 44px;
  width: 44px;
  float: right;
  padding: 0;
  background-color: transparent;
}
@media all and (min-width: 48em) {
  .searchbox .btn-close-search {
    display: none;
  }
}
.searchbox .icon-close {
  width: 12px;
  height: 12px;
  color: #d01a1a;
  float: right;
}
.searchbox .search-dropdown-container {
  float: right;
  position: relative;
  height: 100%;
}
@media all and (max-width: 47.99em) {
  .searchbox .search-dropdown-container {
    display: none;
  }
}
.searchbox .search-dropdown-btn {
  display: block;
  width: 124px;
  height: 100%;
  padding: 9px 12px;
  background-color: #fff;
  color: #000;
  border-left: 1px solid #c1c1c1;
  border-radius: 0 2px 2px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.searchbox .search-dropdown-btn:hover, .searchbox .search-dropdown-btn:focus {
  background-color: #f6f6f6;
  color: #666;
}
.searchbox .search-dropdown-btn .text {
  display: block;
  float: left;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchbox .search-dropdown-btn .icon {
  width: 5px;
  height: 7px;
  margin-left: 5px;
}
.searchbox .filter-popout {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 48em) and (max-width: 69.99em) {
  .searchbox .filter-popout.popout-below {
    left: auto;
    right: 0;
  }
}
.searchbox .filter-popout label {
  display: block;
  padding: 12px 15px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.searchbox .filter-popout label.active {
  background-color: #f6f6f6;
}
.searchbox .filter-popout .side-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.searchbox .filter-popout p {
  margin: 0;
  font-weight: normal;
}
.searchbox .filter-popout .search-in {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.searchbox .filter-popout .ok-btn-wrapper {
  padding-top: 15px;
}
.searchbox .filter-popout .ok-btn-wrapper .btn-primary {
  min-width: 0;
}
.searchbox .btn-alt.search-submit-button span {
  display: none;
}
.searchbox .btn-alt.search-submit-button .icon {
  width: 21px;
  height: 22px;
}
@media all and (max-width: 47.99em) {
  .searchbox .btn-alt.search-submit-button {
    width: 50px;
    height: 44px;
    padding: 0;
    min-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
    background-color: #d01a1a;
  }
  .searchbox .btn-alt.search-submit-button .icon {
    width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 69.99em) {
  .searchbox .btn-alt.search-submit-button {
    width: 50px;
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .searchbox .btn-alt.search-submit-button {
    height: 50px;
    float: right;
  }
}
@media all and (min-width: 70em) {
  .searchbox .btn-alt.search-submit-button .icon {
    display: none;
  }
  .searchbox .btn-alt.search-submit-button span {
    display: inline;
  }
}

@media all and (max-width: 47.99em) {
  .advanced-search-links-header {
    margin-top: 12px;
    background-color: #1f1e1e;
    margin-left: -13px;
    margin-right: -13px;
    padding: 13px;
  }
  .page.home .advanced-search-links-header {
    position: absolute;
    width: 100%;
    z-index: 800;
  }
}
@media all and (min-width: 48em) {
  .advanced-search-links-header {
    float: right;
    margin-top: 10px;
  }
}
.advanced-search-links-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.advanced-search-links-header li {
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
  font-size: 13px;
  font-size: 1.3rem;
}
.advanced-search-links-header li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}
.advanced-search-links-header a {
  color: #E6E6E6;
}
.advanced-search-links-header a:hover, .advanced-search-links-header a:focus {
  color: #fff;
}

.header-extras {
  height: 28px;
  line-height: 28px;
  background-color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 47.99em) {
  .header-extras {
    display: none;
  }
}

.page-controls {
  float: left;
  color: #868686;
}
.page-controls li {
  margin-right: 25px;
}
.page-controls a {
  color: white;
  font-weight: bold;
}
.page-controls a:hover, .page-controls a:focus {
  color: #fff;
}
.page-controls .icon {
  color: #fff;
  fill: #fff;
  margin-right: 5px;
}

.account-controls {
  float: right;
}
.account-controls a {
  display: block;
  color: #b2b2b2;
  background-color: #2c2b2b;
  padding: 0 15px;
}
.account-controls a:hover, .account-controls a:focus {
  color: #fff;
}
.account-controls .icon {
  color: #d01a1a;
  fill: #d01a1a;
  margin-right: 5px;
}

.mobile-menu-search {
  width: 90px;
  float: right;
}
.mobile-searchbox-open .mobile-menu-search {
  display: none;
}
@media all and (min-width: 48em) {
  .mobile-menu-search {
    display: none;
  }
}
.page.home .mobile-menu-search {
  margin-top: 12px;
  width: 100%;
}
body:not(.home) .mobile-menu-search .column {
  padding: 0;
}
body:not(.home) .mobile-menu-search .last-button {
  float: right;
}

.mobile-main-menu-wrapper {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 799;
  overflow: hidden;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}
@media all and (min-width: 48em) {
  .mobile-main-menu-wrapper {
    display: none !important;
  }
}
.mobile-menu-open .mobile-main-menu-wrapper {
  display: block;
}
.page.home .mobile-main-menu-wrapper {
  top: 125px;
}

.mobile-main-menu {
  width: 100%;
  color: #fff;
  background-color: #2c2b2b;
  transition: transform .3s;
}
.popout-open .mobile-main-menu {
  transform: translate3d(-100%, 0, 0);
}
.mobile-main-menu .account-links {
  padding: 10px 0;
  background-color: #1f1e1e;
}
.mobile-main-menu .account-links a {
  color: #c4c4c4;
  font-weight: bold;
}
.mobile-main-menu .account-links a:hover, .mobile-main-menu .account-links a:focus {
  color: #fff;
}
.mobile-main-menu .account-links a .icon {
  color: #d01a1a;
  margin-right: 4px;
}

.menu-back {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 100%;
  background-color: #1f1e1e;
  color: #898989;
  border-radius: 0;
  text-align: left;
  padding: 0 13px;
  font-size: 13px;
  font-size: 1.3rem;
}
.menu-back:hover, .menu-back:focus {
  color: #fff;
}
.menu-back .icon {
  height: 8px;
}

.sub-nav-bg {
  background-color: #2c2b2b;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 40px;
  z-index: 699;
}

.footer {
  background-color: #2c2b2b;
  color: #bababa;
}
@media all and (max-width: 47.99em) {
  .footer {
    padding-top: 22px;
  }
}
@media all and (min-width: 48em) {
  .footer {
    padding: 30px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer a {
  color: #bababa;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
.footer .container {
  position: relative;
}

@media all and (max-width: 47.99em) {
  .site-by {
    height: 52px;
    margin-top: 22px;
    line-height: 52px;
    background-color: #000;
    color: #bababa;
  }
}
.site-by a {
  color: #fff;
}
.site-by a:hover, .site-by a:focus {
  color: #bababa;
}

.footer-account {
  max-width: 330px;
}
.footer-account a {
  color: #fff;
  font-weight: bold;
}
.footer-account a:hover, .footer-account a:focus {
  color: #bababa;
}
.footer-account .icon {
  color: #d01a1a;
  margin-right: 4px;
}
.footer-account .icon-account {
  width: 12px;
  height: 12px;
}
.footer-account .icon-login {
  width: 13px;
  height: 11px;
}

.footer-link-list ul {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 48em) and (max-width: 56.25em) {
  .footer-link-list ul {
    width: 530px;
  }
}
.footer-link-list li {
  list-style: none;
}
@media all and (max-width: 47.99em) {
  .footer-link-list li {
    margin: 12px 0;
  }
}
@media all and (min-width: 48em) {
  .footer-link-list li {
    display: inline-block;
  }
}

.links-footer1 {
  color: #fff;
}
@media all and (max-width: 47.99em) {
  .links-footer1 {
    border-top: 1px solid #4a4c4d;
    border-bottom: 1px solid #4a4c4d;
    margin: 20px 0;
    padding: 5px 0;
  }
}
@media all and (min-width: 48em) {
  .links-footer1 li {
    margin-right: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.links-footer1 a {
  color: #fff;
}
.links-footer1 a:hover, .links-footer1 a:focus {
  color: #bababa;
}

@media all and (min-width: 48em) {
  .links-footer2 {
    margin: 3px 0;
  }
}
@media all and (min-width: 48em) {
  .links-footer2 li {
    margin-right: 22px;
  }
}
.links-footer2 li:last-child {
  margin-bottom: 0;
}

.footer-state-logo {
  position: absolute;
  width: 74px;
  height: 42px;
  background-image: url("../../img/shared/state-logo.png");
  right: 13px;
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .footer-state-logo {
    right: 20px;
    bottom: auto;
  }
}

.sidebar h3,
.mobile-main-menu h3 {
  margin: 0;
  text-transform: uppercase;
  background-color: #1d1d1d;
  color: #848484;
  font-weight: bold;
  border-bottom: 1px solid #393838;
  font-size: 10px;
  font-size: 1rem;
}
@media all and (min-width: 70em) {
  .sidebar h3,
  .mobile-main-menu h3 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media all and (max-width: 47.99em) {
  .sidebar h3:first-of-type {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}
.sidebar h3 .icon {
  color: #d01a1a;
  margin-right: 8px;
  vertical-align: middle;
}
@media all and (min-width: 70em) {
  .sidebar h3 .icon {
    margin-right: 15px;
  }
}

.mobile-main-menu h3 {
  padding: 15px 13px;
  padding: 1.5rem 1.3rem;
}
.mobile-main-menu h3 .icon {
  display: none;
}

.additional-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media all and (min-width: 48em) {
  .additional-nav-list.accordion > li:hover > button.collapsed {
    background-color: #181e1f;
  }
}
.additional-nav-list.accordion > li > button {
  background-color: #181e1f;
}
.additional-nav-list.accordion > li > button .icon-minus {
  display: block;
}
.additional-nav-list.accordion > li > button .icon-plus {
  display: none;
}
.search .additional-nav-list.accordion > li > button:focus {
  background-color: #d01a1a;
  color: #fff;
}
.additional-nav-list.accordion > li > button.collapsed {
  background-color: transparent;
}
.additional-nav-list.accordion > li > button.collapsed .icon-minus {
  display: none;
}
.additional-nav-list.accordion > li > button.collapsed .icon-plus {
  display: block;
}
.additional-nav-list > li {
  position: relative;
  width: 100%;
  border: 0;
  outline: none;
}
.additional-nav-list > li > span,
.additional-nav-list > li > a,
.additional-nav-list > li > button {
  width: 100%;
  display: block;
  background-color: transparent;
  text-align: left;
  position: relative;
  outline: none;
  color: #b9b9b9;
  border-bottom: 1px solid #393838;
}
.mobile-main-menu .additional-nav-list > li > span, .mobile-main-menu
.additional-nav-list > li > a, .mobile-main-menu
.additional-nav-list > li > button {
  color: #c4c4c4;
  border-bottom: 1px solid #393838;
  padding: 15px 13px;
  padding: 1.5rem 1.3rem;
}
@media all and (min-width: 48em) {
  .additional-nav-list > li > span,
  .additional-nav-list > li > a,
  .additional-nav-list > li > button {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 70em) {
  .additional-nav-list > li > span,
  .additional-nav-list > li > a,
  .additional-nav-list > li > button {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.additional-nav-list > li.active > a,
.additional-nav-list > li.active > span,
.additional-nav-list > li.active > button, .additional-nav-list > li.active-child > a,
.additional-nav-list > li.active-child > span,
.additional-nav-list > li.active-child > button, .additional-nav-list > li:hover > a,
.additional-nav-list > li:hover > span,
.additional-nav-list > li:hover > button, .additional-nav-list > li:focus > a,
.additional-nav-list > li:focus > span,
.additional-nav-list > li:focus > button {
  color: #fff;
  cursor: pointer;
  background-color: #181e1f;
}
.additional-nav-list > li.active > a .icon-arrow-right,
.additional-nav-list > li.active > span .icon-arrow-right,
.additional-nav-list > li.active > button .icon-arrow-right, .additional-nav-list > li.active-child > a .icon-arrow-right,
.additional-nav-list > li.active-child > span .icon-arrow-right,
.additional-nav-list > li.active-child > button .icon-arrow-right, .additional-nav-list > li:hover > a .icon-arrow-right,
.additional-nav-list > li:hover > span .icon-arrow-right,
.additional-nav-list > li:hover > button .icon-arrow-right, .additional-nav-list > li:focus > a .icon-arrow-right,
.additional-nav-list > li:focus > span .icon-arrow-right,
.additional-nav-list > li:focus > button .icon-arrow-right {
  color: #d01a1a;
}
.display-indicator .additional-nav-list > li.active:after, .display-indicator .additional-nav-list > li.active-child:after {
  display: block;
}
.additional-nav-list > li:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  display: none;
  top: 15px;
  right: 0;
}
.additional-nav-list > li:last-of-type > button {
  border-bottom: 0;
}
.mobile-main-menu .additional-nav-list > li.has-popout {
  position: static;
}
.additional-nav-list > li .icon {
  display: block;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 17px;
}
@media all and (min-width: 70em) {
  .additional-nav-list > li .icon {
    right: 25px;
  }
}
.additional-nav-list > li .icon-plus {
  margin-top: -5px;
}
.additional-nav-list > li .icon-minus {
  margin-top: -5px;
}
.additional-nav-list > li .icon-arrow-right {
  margin-top: -5px;
  width: 6px;
  height: 9px;
}

@media all and (max-width: 47.99em) {
  .content-embed .additional-nav-list.accordion > li > button {
    background-color: #fff;
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 47.99em) and (max-width: 47.99em) {
  .content-embed .additional-nav-list.accordion > li > button {
    border-bottom-color: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
@media all and (max-width: 47.99em) and (min-width: 48em) {
  .content-embed .additional-nav-list.accordion > li > button:after {
    background-color: #f1f1f1;
    content: " ";
    width: 85px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 47.99em) {
  .content-embed .additional-nav-list > li > span,
  .content-embed .additional-nav-list > li > a,
  .content-embed .additional-nav-list > li > button {
    color: #000;
  }
  .content-embed .additional-nav-list > li.active > a,
  .content-embed .additional-nav-list > li.active > span,
  .content-embed .additional-nav-list > li.active > button, .content-embed .additional-nav-list > li.active-child > a,
  .content-embed .additional-nav-list > li.active-child > span,
  .content-embed .additional-nav-list > li.active-child > button, .content-embed .additional-nav-list > li:hover > a,
  .content-embed .additional-nav-list > li:hover > span,
  .content-embed .additional-nav-list > li:hover > button, .content-embed .additional-nav-list > li:focus > a,
  .content-embed .additional-nav-list > li:focus > span,
  .content-embed .additional-nav-list > li:focus > button {
    color: #000;
    background-color: #fff;
  }
  .content-embed .additional-nav-list > li.active .icon-arrow-right, .content-embed .additional-nav-list > li.active-child .icon-arrow-right, .content-embed .additional-nav-list > li:hover .icon-arrow-right, .content-embed .additional-nav-list > li:focus .icon-arrow-right {
    color: #000;
  }
  .content-embed .additional-nav-list > li .icon {
    color: #d01a1a;
  }
}
.facet-group {
  list-style: none;
  margin: 0;
  background-color: #1f1e1e;
}
.facet-group li {
  color: #b0b0b0;
  padding: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.facet-group a {
  color: #fff;
}
.facet-group a:hover, .facet-group a:focus {
  text-decoration: underline;
}

.facet-icon {
  color: #fff;
  display: inline-block;
  margin-right: 2px;
}

.facet-sub-group {
  margin: 0;
  padding: 3px 0 0 20px;
  list-style: none;
}

.page.home .main-content > .container {
  padding: 0;
  max-width: none;
}
.page.home h2:not(:first-of-type) {
  margin-top: 50px;
  margin-top: 5rem;
}
.page.home .tour-name {
  font-size: 14px;
  font-size: 1.4rem;
}
.page.home .tour-stops {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.page.home .col-tour {
  width: 100%;
}
@media all and (max-width: 69.99em) {
  .page.home .col-tour.column {
    padding: 0;
  }
}
@media all and (min-width: 70em) {
  .page.home .col-tour {
    width: 33.33%;
  }
}

@media all and (max-width: 47.99em) {
  .homepage-content-container {
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .homepage-content-container {
    margin-top: -25px;
  }
}
@media all and (min-width: 70em) {
  .homepage-content-container {
    margin-top: -75px;
  }
}

.hero-swiper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 290px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 48em) {
  .hero-swiper,
  .hero-swiper .swiper-slide {
    height: 350px;
  }
}
@media all and (min-width: 70em) {
  .hero-swiper,
  .hero-swiper .swiper-slide {
    height: 470px;
  }
}

@media all and (max-width: 47.99em) {
  .hero-swiper {
    background-color: #fff;
  }
}
@media all and (max-width: 47.99em) {
  .hero-swiper .swiper-wrapper {
    position: absolute;
  }
}
@media all and (max-width: 47.99em) {
  .hero-swiper .text-container {
    padding: 0;
  }
}
@media all and (min-width: 48em) {
  .hero-swiper .text-container,
  .hero-swiper .pagination-container {
    padding: 0 37px;
  }
}
@media all and (min-width: 70em) {
  .hero-swiper .text-container,
  .hero-swiper .pagination-container {
    padding: 0 45px;
  }
}

.hero-image {
  width: 100%;
  height: 142px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 48em) {
  .hero-image {
    height: 100%;
    position: absolute;
    top: 0;
  }
}

.hero-text {
  color: #232b2d;
  font-weight: bold;
}
@media all and (max-width: 47.99em) {
  .hero-text {
    background-color: #eae5db;
    padding: 13px;
    height: 105px;
    overflow: hidden;
  }
}
@media all and (min-width: 48em) {
  .hero-text {
    color: #fff;
    position: absolute;
    bottom: 82px;
    max-width: 550px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  }
}
@media all and (min-width: 70em) {
  .hero-text {
    bottom: 124px;
  }
}
.hero-text .title {
  margin-bottom: 7px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media all and (min-width: 48em) {
  .hero-text .title {
    margin-bottom: 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media all and (min-width: 70em) {
  .hero-text .title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
}
.hero-text .divider {
  width: 100px;
  height: 3px;
  background-color: #fff;
  margin: 18px 0 24px 0;
}
.hero-text .location {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media all and (min-width: 48em) {
  .hero-text .location {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media all and (max-width: 47.99em) {
  .hero-text .icon-arrow-right {
    color: #d01a1a;
    width: 6px;
    height: 9px;
  }
}
@media all and (min-width: 48em) {
  .hero-text .icon-arrow-right {
    width: 7px;
    height: 10px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: 52px;
  z-index: 1;
}
@media all and (max-width: 47.99em) {
  .swiper-pagination {
    top: 260px;
  }
}
@media all and (min-width: 48em) {
  .swiper-pagination {
    bottom: 52px;
  }
}
@media all and (min-width: 70em) {
  .swiper-pagination {
    bottom: 95px;
  }
}
.swiper-pagination .swiper-pagination-switch {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e3e3e3;
  border-radius: 50%;
  float: left;
  margin-right: 7px;
  cursor: pointer;
}
@media all and (min-width: 48em) {
  .swiper-pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.5;
  }
}
.swiper-pagination .swiper-active-switch {
  opacity: 0.999;
}
@media all and (max-width: 47.99em) {
  .swiper-pagination .swiper-active-switch {
    background-color: #d01a1a;
  }
}

@media all and (max-width: 47.99em) {
  #map-canvas.homepage-map {
    height: 215px;
    border-bottom: 0;
    border-top: 0;
  }
}
@media all and (min-width: 48em) {
  #map-canvas.homepage-map {
    height: 395px;
  }
}

.has-popout {
  position: relative;
  cursor: pointer;
}
.has-popout.active .filter-popout {
  display: block;
}

.filter-popout {
  display: none;
  padding: 15px;
  position: absolute;
  left: 100%;
  z-index: 700;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 47.99em) {
  .filter-popout {
    /* autoprefixer: off */
    width: 100%;
    height: 100%;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    top: 40px;
    background-color: #2c2b2b;
    color: #c4c4c4;
    /* autoprefixer: on */
  }
  .filter-popout.login-required {
    color: #000;
    line-height: 18px;
  }
}
@media all and (min-width: 48em) {
  .filter-popout {
    width: 270px;
    top: 0;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
}
.filter-popout:not(.no-indicator):after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  top: 12px;
  left: -9px;
}
.mobile-main-menu .filter-popout:after {
  display: none;
}
@media all and (min-width: 48em) {
  .filter-popout.popout-below {
    /* autoprefixer: off */
    top: 105%;
    top: calc(100% + 5px);
    top: -webkit-calc(100% + 5px);
    left: 0;
    /* autoprefixer: on */
  }
}
.filter-popout.popout-below:not(.no-indicator):after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -18px;
  left: 11px;
  pointer-events: none;
}
.filter-popout .column {
  font-size: 12px;
  font-size: 1.2rem;
}
.filter-popout .divider {
  background-color: #4a4c4d;
  height: 1px;
  margin: 15px -15px;
}
@media all and (min-width: 48em) {
  .filter-popout .divider {
    background-color: #f3f3f3;
  }
}
.filter-popout label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 17px;
  line-height: 1.7rem;
}
@media all and (min-width: 48em) {
  .filter-popout label {
    display: inline-block;
  }
}
.filter-popout .col-label label {
  margin-bottom: 0;
}
.filter-popout .and {
  font-weight: bold;
  line-height: 30px;
  line-height: 3rem;
}
.filter-popout.sharing > span {
  display: block;
  line-height: 32px;
}

.filter-popout.download-search {
  height: auto;
  line-height: 22px;
  line-height: 2.2rem;
}
@media all and (min-width: 48em) {
  .filter-popout.download-search {
    right: 0;
    left: auto;
  }
  .filter-popout.download-search:after {
    left: auto !important;
    right: 11px !important;
  }
}
.filter-popout.download-search .search-download-btn {
  margin-top: 12px;
}

@media all and (max-width: 47.99em) {
  .header-options-list.mobile-list .popout-below {
    left: 0;
    top: 24px;
    height: auto;
    width: 200px;
    background-color: #fff;
    color: #000;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
  .header-options-list.mobile-list .popout-below .popout-back {
    display: none;
  }
}

.sharing-saving-dialog {
  padding: 0;
}
.sharing-saving-dialog .no-load {
  display: block;
  padding: 16px;
}
.sharing-saving-dialog .options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sharing-saving-dialog .options-list li {
  line-height: 16px;
  border-bottom: 1px solid #eee;
  padding: 0 16px;
}
.sharing-saving-dialog .options-list li.title, .sharing-saving-dialog .options-list li.popout-create-result, .sharing-saving-dialog .options-list li.popout-create-trigger, .sharing-saving-dialog .options-list li.popout-create-target {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sharing-saving-dialog .options-list li.popout-create-trigger, .sharing-saving-dialog .options-list li.popout-create-target {
  border-bottom: 0;
}
@media all and (max-width: 47.99em) {
  .sharing-saving-dialog .options-list li.title {
    color: #000;
  }
}
.sharing-saving-dialog .popout-add-to-btn {
  font-weight: bold;
  display: block;
  padding: 16px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sharing-saving-dialog .name {
  /* autoprefixer: off */
  display: none;
  width: 100%;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* autoprefixer: on */
}
.sharing-saving-dialog .popout-create-target {
  background-color: #f6f6f6;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.sharing-saving-dialog .list-feedback {
  display: none;
}
.sharing-saving-dialog .list-feedback .icon-tick {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  position: static;
}
.sharing-saving-dialog .popout-create-result {
  color: #979797;
}
.sharing-saving-dialog .popout-create-result .popout-add-to-btn {
  display: none;
}
.sharing-saving-dialog .popout-create-result a {
  display: inline;
}
.sharing-saving-dialog .popout-create-result .list-feedback {
  display: block;
}
.sharing-saving-dialog .popout-create-result .name {
  display: block;
}

.search-places .content h5,
.search-shipwrecks .content h5, .search-places .content label:not(.row),
.search-shipwrecks .content label:not(.row) {
  margin: 0;
  font-weight: bold;
  line-height: 20px;
  line-height: 2rem;
}

.advanced-search-form {
  margin-top: 40px;
}

.search-places .content .row,
.search-shipwrecks .content .row {
  position: relative;
}
.search-places .content .column,
.search-shipwrecks .content .column {
  padding: 0;
}
.search-places .content .column input[type="text"],
.search-places .content .column .custom-select,
.search-shipwrecks .content .column input[type="text"],
.search-shipwrecks .content .column .custom-select {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 47.99em) {
  .search-places .content .column input[type="text"],
  .search-places .content .column .custom-select,
  .search-shipwrecks .content .column input[type="text"],
  .search-shipwrecks .content .column .custom-select {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 48em) {
  .search-places .content .column input[type="text"],
  .search-places .content .column .custom-select,
  .search-shipwrecks .content .column input[type="text"],
  .search-shipwrecks .content .column .custom-select {
    max-width: 260px;
  }
  .search-places .content .column input[type="text"].by-side,
  .search-places .content .column .custom-select.by-side,
  .search-shipwrecks .content .column input[type="text"].by-side,
  .search-shipwrecks .content .column .custom-select.by-side {
    width: 190px;
    float: right;
  }
}
.search-places .content .column .double-selects .custom-select,
.search-shipwrecks .content .column .double-selects .custom-select {
  margin-bottom: 10px;
}
.search-places .content h4,
.search-shipwrecks .content h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 17px;
  font-size: 1.7rem;
}
@media all and (min-width: 48em) {
  .search-places .content h5,
  .search-shipwrecks .content h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.search-places .content p,
.search-shipwrecks .content p {
  margin: 0 0 20px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}
.search-places .content label:not(.row),
.search-shipwrecks .content label:not(.row) {
  display: block;
  margin-bottom: 10px;
}
@media all and (min-width: 48em) {
  .search-places .content label:not(.row),
  .search-shipwrecks .content label:not(.row) {
    margin-bottom: 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.search-places .content label:not(.row).inline-label,
.search-shipwrecks .content label:not(.row).inline-label {
  display: inline;
}
.search-places .content .select-authority-types label,
.search-shipwrecks .content .select-authority-types label {
  margin-bottom: 14px;
  display: block;
  font-weight: normal;
}
@media all and (min-width: 48em) {
  .search-places .content .select-authority-types label,
  .search-shipwrecks .content .select-authority-types label {
    margin-bottom: 4px;
  }
}
.search-places .content .select-authority-types .column,
.search-shipwrecks .content .select-authority-types .column {
  line-height: 15px;
  line-height: 1.5rem;
}
@media all and (min-width: 48em) {
  .search-places .content .select-authority-types .column,
  .search-shipwrecks .content .select-authority-types .column {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.search-places .content .select-authority-types input[type="checkbox"],
.search-shipwrecks .content .select-authority-types input[type="checkbox"] {
  vertical-align: top;
}
.search-places .content .select-authority-types .custom-select,
.search-shipwrecks .content .select-authority-types .custom-select {
  display: block;
  margin-top: 5px;
}

.search-input-group {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
@media all and (max-width: 47.99em) {
  .search-input-group {
    border-bottom-color: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
}
@media all and (min-width: 48em) {
  .search-input-group:after {
    background-color: #f1f1f1;
    content: " ";
    width: 85px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media all and (min-width: 48em) {
  .search-input-group {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
}

@media all and (min-width: 48em) {
  .col-narrow {
    width: 260px;
  }
}

@media all and (min-width: 48em) {
  .col-search-options {
    width: 460px;
  }
}

.col-search-tips {
  display: none;
}
@media all and (min-width: 48em) {
  .col-search-tips {
    /* autoprefixer: off */
    display: inline-block;
    text-align: right;
    width: 30%;
    width: calc(100% - 460px);
    width: -webkit-calc(100% - 460px);
    /* autoprefixer: on */
  }
}
@media all and (min-width: 48em) and (min-width: 70em) {
  .col-search-tips {
    /* autoprefixer: off */
    width: 52%;
    width: calc(100% - 460px);
    width: -webkit-calc(100% - 460px);
    /* autoprefixer: on */
  }
}

@media all and (min-width: 48em) {
  .col-search-tips .tips {
    /* autoprefixer: off */
    width: 90%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    max-width: 340px;
    display: inline-block;
    text-align: left;
    /* autoprefixer: on */
  }
}

.search-input-row {
  margin-bottom: 25px;
}
@media all and (min-width: 48em) {
  .search-input-row {
    margin-bottom: 30px;
  }
}
.search-input-row:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 48em) {
  .search-input-row .column {
    padding-right: 10px !important;
  }
  .search-input-row .column:last-child {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 48em) {
  .search-tabs {
    float: left;
  }
}

.search-success {
  display: none;
  color: #000;
}

.search-tab-left, .search-tab-right {
  float: left;
  border: 0;
  padding: 10px 15px;
  background-color: #efefef;
  color: #666;
  font-weight: bold;
  border-left: 1px solid #cecece;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 47.99em) {
  .search-tab-left, .search-tab-right {
    width: 49.999%;
  }
}
@media all and (min-width: 48em) {
  .search-tab-left, .search-tab-right {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.search-tab-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.display-places .search-tab-left {
  background-color: #fff;
  color: #000;
}

.search-tab-right {
  border-right: 1px solid #cecece;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.display-ships .search-tab-right {
  background-color: #fff;
  color: #000;
}

.search-header {
  margin: 18px 0;
}
@media all and (min-width: 48em) {
  .search-header {
    margin: 28px 0;
  }
}
.search-header .search-topic {
  font-size: 19px;
  font-size: 1.9rem;
}
@media all and (max-width: 47.99em) {
  .search-header .search-topic {
    min-height: 44px;
  }
}
@media all and (min-width: 48em) {
  .search-header .search-topic {
    float: left;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.sort-options {
  float: right;
}
@media all and (max-width: 47.99em) {
  .sort-options form {
    height: 28px;
  }
  .sort-options .custom-select {
    width: 65px;
    height: 28px;
  }
  .sort-options label {
    display: none;
  }
}
@media all and (min-width: 48em) {
  .sort-options {
    width: 212px;
  }
  .sort-options label {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sort-options .custom-select {
    float: right;
    width: 160px;
  }
}

.display-options {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 5px 0;
}
@media all and (min-width: 48em) {
  .display-options {
    padding: 7px 0;
  }
}
.display-options .text {
  float: left;
}
.display-options .options {
  float: right;
}
.display-options .options .btn {
  width: 28px;
  height: 28px;
  position: relative;
  display: block;
  float: left;
  margin-right: 7px;
  padding: 0;
  color: #fff;
  background-color: #cccdd0;
}
.display-options .options .btn.active {
  background-color: #d01a1a;
}
.display-options .options .btn:hover {
  background-color: #2c2b2b;
}
.display-options .options .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px auto auto -9px;
  pointer-events: none;
}

.search-filter-tags {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.search-filter-tags strong {
  margin-right: 10px;
}
.search-filter-tags a {
  position: relative;
  display: inline-block;
  margin: 0 12px 10px 0;
  padding: 2px 30px 2px 10px;
  background-color: #2c2b2b;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
.search-filter-tags a:hover:after {
  background-color: #d01a1a;
}
.search-filter-tags a:hover .icon {
  color: #fff;
}
.search-filter-tags a:after {
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  background-color: transparent;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search-filter-tags .icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 9px;
  right: 9px;
  margin-left: 12px;
  color: #d01a1a;
  z-index: 1;
}

.display-ships .display-control-places {
  display: none;
}

.display-places .display-control-ships {
  display: none;
}

@media all and (max-width: 47.99em) {
  .listings-container .column {
    padding: 0 12px 0 0;
  }
}
@media all and (min-width: 48em) {
  .listings-container .column {
    padding: 0 24px 0 0;
  }
}
@media all and (max-width: 47.99em) {
  .listings-container.detailed-view .col-thumbnail {
    width: 180px;
  }
}
@media all and (min-width: 48em) {
  .listings-container.detailed-view .col-thumbnail {
    width: 30%;
  }
}
@media all and (max-width: 47.99em) {
  .listings-container.detailed-view .col-name-details {
    /* autoprefixer: off */
    width: 50%;
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    padding-right: 0;
    /* autoprefixer: on */
  }
}
@media all and (min-width: 48em) {
  .listings-container.detailed-view .col-name-details {
    width: 45%;
  }
}
.listings-container.detailed-view .col-authority {
  padding-right: 0;
}
@media all and (max-width: 47.99em) {
  .listings-container.detailed-view .col-authority {
    margin-top: 10px;
  }
}
@media all and (min-width: 48em) {
  .listings-container.detailed-view .col-authority {
    width: 25%;
  }
}
.listings-container.detailed-view .col-heritage {
  padding-right: 0;
}
.listings-container.detailed-view .col-other-auth {
  padding-right: 0;
}
@media all and (max-width: 47.99em) {
  .listings-container.detailed-view .col-other-auth {
    display: none;
  }
}
.listings-container.detailed-view .also {
  color: #5b5c5c;
  margin: 12px 0 4px 0;
}
@media all and (max-width: 47.99em) {
  .listings-container.detailed-view .also {
    display: none;
  }
}
.listings-container.list-view .col-thumbnail {
  display: none;
}
@media all and (min-width: 48em) {
  .listings-container.list-view .col-name-details {
    width: 40%;
  }
}
.listings-container.list-view .col-authority {
  padding-right: 0;
}
@media all and (min-width: 48em) {
  .listings-container.list-view .col-authority {
    width: 60%;
  }
}
@media all and (min-width: 48em) {
  .listings-container.list-view .col-heritage {
    width: 50%;
  }
}
.listings-container.list-view .col-other-auth {
  padding-right: 0;
}
@media all and (min-width: 48em) {
  .listings-container.list-view .col-other-auth {
    width: 50%;
  }
}
.listings-container.list-view .also {
  display: none;
}
.listings-container.image-view .col-thumbnail {
  margin-bottom: 14px;
}
.listings-container.image-view .col-other-auth {
  display: none;
}
.listings-container.image-view .authority-name {
  display: none;
}
.listings-container.image-view .col-heritage {
  font-weight: normal;
}
.listings-container.image-view .col-heritage img {
  display: none;
}

.listings-header {
  color: #7f7f7f;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  line-height: 14px;
  line-height: 1.4rem;
}
.listings-header .column {
  font-size: 10px;
  font-size: 1rem;
}
.detailed-view .listings-header .col-other-auth {
  display: none;
}
.image-view .listings-header {
  display: none;
}

.search-results-listings {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
}
.image-view .search-results-listings {
  margin-top: 25px;
}
.search-results-listings > .row {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.image-view .search-results-listings > .row {
  /* autoprefixer: off */
  display: inline-block;
  width: 48%;
  width: calc(49.99% - 5px);
  width: -webkit-calc(49.99% - 5px);
  padding: 0;
  margin-bottom: 25px;
  border-bottom: 0;
  /* autoprefixer: on */
}
@media all and (min-width: 20em) {
  .image-view .search-results-listings > .row {
    width: 100%;
  }
}
@media all and (min-width: 48em) {
  .image-view .search-results-listings > .row {
    /* autoprefixer: off */
    width: 32.33%;
    width: calc(33.33% - 5px);
    width: -webkit-calc(33.33% - 5px);
    /* autoprefixer: on */
  }
}
.search-results-listings p,
.search-results-listings .other-auth-list {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
@media all and (min-width: 48em) {
  .search-results-listings p,
  .search-results-listings .other-auth-list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.search-results-listings .name {
  margin-bottom: 8px;
  font-weight: bold;
}
.search-results-listings .search-shortlist-item {
  display: none;
}
@media all and (min-width: 48em) {
  .search-results-listings .search-shortlist-item {
    display: block;
  }
}
.search-results-listings .search-shortlist-item .filter-popout {
  left: -14px;
  text-align: left;
}
.search-results-listings .location {
  margin-bottom: 8px;
  font-weight: bold;
}
.search-results-listings .description {
  color: #5b5c5c;
  font-style: italic;
}
@media all and (max-width: 47.99em) {
  .search-results-listings .description {
    display: none;
  }
}
.list-view .search-results-listings .description, .image-view .search-results-listings .description {
  display: none;
}
@media all and (min-width: 48em) {
  .search-results-listings .col-heritage {
    font-weight: bold;
  }
  .search-results-listings .col-heritage span {
    display: block;
  }
}
.search-results-listings .col-heritage img {
  max-height: 26px;
  float: left;
  margin-right: 9px;
}
.search-results-listings .no-ship-image {
  width: 100%;
  min-height: 40px;
  background: transparent url("../../img/search/no-ship-image.png") no-repeat center center;
}
.image-view .search-results-listings .no-ship-image {
  height: 110px;
  border: 1px solid #eee;
}
@media all and (min-width: 70em) {
  .image-view .search-results-listings .no-ship-image {
    height: 130px;
  }
}
.search-results-listings .no-place-image {
  width: 100%;
  min-height: 39px;
  background: transparent url("../../img/search/no-place-image.png") no-repeat center center;
}
.image-view .search-results-listings .no-place-image {
  height: 130px;
}
.search-results-listings .divider .bg {
  display: none;
}
.image-view .search-results-listings .divider .bg {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #eee;
}
.search-results-listings .icon-bookmark-solid {
  width: 11px;
  height: 13px;
}

.other-auth-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 47.99em) {
  .other-auth-list {
    display: none;
  }
}
.other-auth-list li {
  position: relative;
  font-weight: bold;
  margin: 3px 0;
}
.other-auth-list li .icon {
  width: 8px;
  height: 8px;
  color: #d01a1a;
}
.other-auth-list a {
  color: #000;
}
.other-auth-list a:hover, .other-auth-list a:focus {
  color: #d01a1a;
}

.select2 {
  width: 100% !important;
}

.select2,
.select2-results__options {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 15px;
  line-height: 1.5rem;
}

.select2-container .select2-selection--multiple {
  min-height: inherit;
  border-color: #cecece;
  border-radius: 2px;
  box-shadow: inset 1px 1px 7px -3px rgba(0, 0, 0, 0.4);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
  vertical-align: top;
}

@media all and (max-width: 47.99em) {
  .listings-per-page {
    margin: 30px auto 20px auto;
    width: 200px;
  }
}
@media all and (min-width: 48em) {
  .listings-per-page {
    float: left;
  }
}
.listings-per-page label {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.listings-per-page .custom-select {
  width: 60px;
  float: left;
  margin-left: 12px;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media all and (max-width: 47.99em) {
  .pagination {
    text-align: center;
  }
}
@media all and (min-width: 48em) {
  .pagination {
    float: right;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pagination li a {
  color: #d01a1a;
}

@media all and (max-width: 47.99em) {
  .register-form {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 22px;
  }
}
@media all and (min-width: 48em) {
  .register-form {
    max-width: 390px;
  }
}

@media all and (min-width: 48em) {
  .login-form {
    max-width: 360px;
  }
}

.page.places .content p,
.page.places .content span[class^="c"],
.page.shipwrecks .content p,
.page.shipwrecks .content span[class^="c"] {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.9rem;
}
@media all and (min-width: 48em) {
  .page.places .content p,
  .page.places .content span[class^="c"],
  .page.shipwrecks .content p,
  .page.shipwrecks .content span[class^="c"] {
    line-height: 21px;
    line-height: 2.1rem;
  }
}

@media all and (min-width: 48em) {
  .individual-listing-content {
    min-height: 650px;
  }
}

.details-jump-to {
  padding: 15px 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-bottom: 26px;
}
@media all and (min-width: 70em) {
  .details-jump-to {
    margin-bottom: 36px;
  }
}
.details-jump-to .col-text {
  width: 70px;
  font-size: 14px;
  font-size: 1.4rem;
}
.details-jump-to .col-list {
  /* autoprefixer: off */
  width: 80%;
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  font-size: 14px;
  font-size: 1.4rem;
  /* autoprefixer: on */
}

.details-jump-to-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.details-jump-to-list li {
  display: inline;
}
.details-jump-to-list a {
  font-weight: bold;
}
.details-jump-to-list span {
  color: #a6a6a6;
  font-size: 16px;
  margin: 0 4px;
}

.listing-title {
  padding-bottom: 0;
  margin-bottom: 18px;
}
@media all and (max-width: 47.99em) {
  .listing-title {
    min-height: 44px;
  }
}
@media all and (min-width: 48em) {
  .listing-title {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 70em) {
  .listing-title {
    margin-bottom: 40px;
  }
}
.listing-title .col-place-thumb,
.listing-title .col-place-name {
  float: left;
}
.listing-title .col-place-thumb {
  width: 52px;
}
@media all and (min-width: 48em) {
  .listing-title .col-place-thumb {
    width: 52px;
  }
}
.listing-title .col-place-title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media all and (min-width: 48em) {
  .listing-title .col-place-title {
    width: 139px;
    width: calc(100% - 139px);
    width: -webkit-calc(100% - 139px);
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media all and (min-width: 70em) {
  .listing-title .col-place-title {
    width: 254px;
    width: calc(100% - 254px);
    width: -webkit-calc(100% - 254px);
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.listing-title .col-badge {
  padding: 0;
}
@media all and (max-width: 47.99em) {
  .listing-title .col-badge {
    margin: 20px 0;
  }
}
@media all and (min-width: 48em) {
  .listing-title .col-badge {
    width: 139px;
  }
}
@media all and (min-width: 70em) {
  .listing-title .col-badge {
    width: 254px;
  }
}
.listing-title .heritage-badge {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 10px;
  color: #888;
}
@media all and (max-width: 47.99em) {
  .listing-title .heritage-badge {
    display: table;
  }
}
@media all and (min-width: 48em) {
  .listing-title .heritage-badge {
    text-align: center;
  }
}
@media all and (min-width: 70em) {
  .listing-title .heritage-badge {
    text-align: left;
    display: table;
  }
}
.listing-title .heritage-badge img {
  max-width: 100px;
  max-height: 51px;
  margin-right: 15px;
}
@media all and (min-width: 48em) and (max-width: 69.99em) {
  .listing-title .heritage-badge img {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.listing-title .heritage-badge .text {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
@media all and (max-width: 47.99em) {
  .listing-title .heritage-badge .text {
    display: table-cell;
    vertical-align: middle;
  }
}
@media all and (min-width: 70em) {
  .listing-title .heritage-badge .text {
    display: table-cell;
    vertical-align: middle;
  }
}
.listing-title .col-place-name {
  /* autoprefixer: off */
  width: 90%;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  /* autoprefixer: on */
}
@media all and (min-width: 48em) {
  .listing-title .col-place-name {
    width: calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
  }
}
.listing-title .heritage-thumb {
  width: 40px;
  height: 40px;
}
.listing-title .heritage-thumb img {
  max-height: 100%;
}
.listing-title .place-location {
  margin-top: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
@media all and (min-width: 48em) {
  .listing-title .place-location {
    margin-top: 16px;
  }
}

.gallery-container {
  margin-bottom: 30px;
}
@media all and (min-width: 70em) {
  .gallery-container {
    margin-bottom: 45px;
  }
}

.expand-image-btn {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media all and (max-width: 47.99em) {
  .expand-image-btn {
    display: none;
  }
}
.expand-image-btn .icon {
  color: #fff;
  margin-top: 13px;
}

.listing-gallery-window {
  height: 200px;
  background-color: #efefef;
  text-align: center;
  position: relative;
  border-radius: 2px;
}
@media all and (min-width: 48em) {
  .listing-gallery-window {
    height: 280px;
  }
}
@media all and (min-width: 70em) {
  .listing-gallery-window {
    height: 420px;
  }
}
.listing-gallery-window .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.listing-gallery-window img {
  height: 100%;
}
.listing-gallery-window .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}

.listing-gallery-thumbnails {
  background-color: #eee;
  height: 50px;
  margin-top: 5px;
  width: 100%;
  position: relative;
}
@media all and (min-width: 48em) {
  .listing-gallery-thumbnails {
    height: 65px;
  }
}
.listing-gallery-thumbnails .gallery-slide {
  width: 65px;
  height: 100%;
  float: left;
  padding-right: 5px;
  opacity: 0.35;
}
@media all and (min-width: 48em) {
  .listing-gallery-thumbnails .gallery-slide {
    width: 85px;
  }
}
.listing-gallery-thumbnails .gallery-slide.thumbnail-active {
  opacity: 0.999;
}
.listing-gallery-thumbnails .gallery-slide .gallery-image {
  width: 100%;
  height: 100%;
}

.sidebar-sharing-actions {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #393838;
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
.sidebar-sharing-actions > li.has-popout.active .icon {
  color: #d01a1a;
}
.sidebar-sharing-actions > li > a {
  display: block;
  color: #000;
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions > li > a {
    color: #a1a1a1;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.sidebar-sharing-actions > li > a:hover, .sidebar-sharing-actions > li > a:focus {
  color: #d01a1a;
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions > li > a:hover, .sidebar-sharing-actions > li > a:focus {
    color: #fff;
  }
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions > li .icon {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
  }
  .sidebar-sharing-actions > li .icon.icon-share {
    left: 1px;
  }
  .sidebar-sharing-actions > li .icon.icon-bookmark {
    left: 2px;
  }
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions > li .icon-arrow-right {
    display: none;
  }
}
.sidebar-sharing-actions .filter-popout {
  width: 100%;
}
@media all and (min-width: 48em) {
  .sidebar-sharing-actions .filter-popout {
    /* autoprefixer: off */
    width: calc(100% + 24px);
    width: -webkit-calc(100% + 24px);
    left: -12px;
    top: 105%;
    top: calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    /* autoprefixer: on */
  }
  .sidebar-sharing-actions .filter-popout:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    top: -18px;
    left: 11px;
  }
}

.listing-sidebar-sublist {
  margin: 0;
  list-style: none;
}
@media all and (max-width: 47.99em) {
  .listing-sidebar-sublist {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 48em) {
  .listing-sidebar-sublist {
    border-bottom: 1px solid #393838;
  }
}
.listing-sidebar-sublist li {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.listing-sidebar-sublist li:last-of-type {
  margin-bottom: 0;
}
.listing-sidebar-sublist li .icon {
  color: #d01a1a;
  margin-top: 0;
  right: 0;
  position: static;
  display: inline;
}
.listing-sidebar-sublist li p {
  margin-top: 0;
}
.listing-sidebar-sublist.no-margin li {
  margin: 0;
}
.listing-sidebar-sublist h5 {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
@media all and (max-width: 47.99em) {
  .listing-sidebar-sublist h5 {
    color: #717171;
  }
}
@media all and (min-width: 48em) {
  .listing-sidebar-sublist h5 {
    color: #878787;
  }
}
.listing-sidebar-sublist a {
  font-weight: bold;
}
@media all and (min-width: 48em) {
  .listing-sidebar-sublist a {
    color: #fff;
  }
}
.listing-sidebar-sublist a:hover, .listing-sidebar-sublist a:focus {
  text-decoration: underline;
}
.listing-sidebar-sublist .sub-sub-list {
  padding-left: 20px;
  list-style: none;
}
.listing-sidebar-sublist .sub-sub-list li {
  margin-bottom: 5px;
}

.listing-sidebar-map {
  height: 290px;
}
@media all and (min-width: 48em) {
  .listing-sidebar-map {
    height: 240px;
  }
}

#related-places .related-places-collection {
  display: none;
}
#related-places .related-places-collection.show {
  display: block;
}
#related-places .explore-label {
  float: left;
  margin-right: 12px;
  height: 30px;
  line-height: 30px;
}
@media all and (min-width: 48em) {
  #related-places .custom-select {
    max-width: 150px;
  }
}
@media all and (min-width: 48em) {
  #related-places .listing-sidebar-sublist {
    border-bottom: none;
  }
}
#related-places .row {
  font-size: 0;
}
#related-places .col-related-thumb {
  width: 85px;
}
#related-places .col-related-text {
  /* autoprefixer: off */
  padding-left: 0;
  width: calc(100% - 85px);
  width: -webkit-calc(100% - 85px);
  /* autoprefixer: on */
}
#related-places .col-related-text a {
  color: #d01a1a;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
#related-places .col-related-text a:hover {
  color: #e34040;
}
#related-places .authority {
  margin-top: 10px;
}
#related-places .authority .column {
  padding: 0;
}
#related-places .authority .col-auth-img {
  width: 35px;
  padding-right: 10px;
}
#related-places .authority .col-auth-text {
  /* autoprefixer: off */
  padding: 0;
  width: calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  /* autoprefixer: on */
}
#related-places .authority img {
  max-width: 100%;
}

@media all and (max-width: 69.99em) {
  .public-contributions .column:not(.col-note) {
    padding: 0;
    width: 100%;
  }
}
.public-contributions .col-note {
  margin-bottom: 30px;
}
@media all and (min-width: 48em) and (max-width: 69.99em) {
  .public-contributions .col-note {
    width: 50%;
  }
}
@media all and (min-width: 70em) {
  .public-contributions .col-note {
    padding: 0;
  }
}
@media all and (max-width: 47.99em) {
  .public-contributions h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.public-contributions p {
  margin: 4px 0;
}
.public-contributions p.text {
  color: #232b2d;
}
@media all and (max-width: 47.99em) {
  .public-contributions p.text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.public-contributions .contribution-user-name {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.public-contributions .contribution-user-name .icon {
  vertical-align: text-bottom;
}
.public-contributions .bullet {
  color: #c6c6c6;
}

h2.contrib-tabs-wrapper {
  margin-top: 44px;
  margin-bottom: 30px;
}
h2.contrib-tabs-wrapper .row {
  max-width: 400px;
}
h2.contrib-tabs-wrapper .contrib-tab {
  color: #aeaeae;
  cursor: pointer;
}
h2.contrib-tabs-wrapper .contrib-tab .icon {
  color: #aeaeae;
}
h2.contrib-tabs-wrapper .contrib-tab:hover, h2.contrib-tabs-wrapper .contrib-tab.active {
  color: #000;
}
h2.contrib-tabs-wrapper .contrib-tab:hover .icon, h2.contrib-tabs-wrapper .contrib-tab.active .icon {
  color: #d01a1a;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.public-contributions .view-all-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.public-contributions .view-all-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.public-contributions .view-all-list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page.account .content h2 {
  margin-top: 45px;
}
.page.account .content h2 a {
  color: inherit;
}
.page.account .content h2 a:hover .view-all, .page.account .content h2 a:focus .view-all {
  color: #e34040;
}
.page.account .content .view-all {
  color: #d01a1a;
}
.page.account .account-list .option,
.page.account .image-preview-list .option {
  font-size: 12px;
  font-size: 1.2rem;
}
.page.account .account-list .option a,
.page.account .image-preview-list .option a {
  color: #d01a1a;
}
.page.account .account-list .option a:hover, .page.account .account-list .option a:focus,
.page.account .image-preview-list .option a:hover,
.page.account .image-preview-list .option a:focus {
  color: #e34040;
}
.page.account .account-list .text,
.page.account .image-preview-list .text {
  color: #676767;
}
.page.account .image-preview-list li {
  margin-right: 15px;
}
@media all and (max-width: 47.99em) {
  .page.account .image-preview-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 48em) {
  .page.account .standard-form .col-label {
    width: 115px;
  }
  .page.account .standard-form .col-label.long {
    width: 200px;
  }
}
@media all and (min-width: 48em) {
  .page.account .standard-form .col-input {
    /* autoprefixer: off */
    width: 340px;
    width: calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    /* autoprefixer: on */
  }
  .page.account .standard-form .col-input input[type="text"],
  .page.account .standard-form .col-input input[type="email"],
  .page.account .standard-form .col-input input[type="password"] {
    max-width: 260px;
  }
  .page.account .standard-form .col-input.long {
    /* autoprefixer: off */
    width: 240px;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    /* autoprefixer: on */
  }
}

.account-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-list li {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.account-list a {
  color: #000;
  font-weight: bold;
}
.account-list a:hover, .account-list a:focus {
  color: #d01a1a;
}
.account-list .option {
  margin-left: 20px;
}

.account-tours-create .standard-form {
  margin-top: 40px;
}

.account .standard-form p {
  margin-top: 0;
}

.account-tours .standard-form em {
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 47.99em) {
  .account-tours .submit-note {
    margin-top: 10px;
    display: block;
  }
}
@media all and (min-width: 48em) {
  .account-tours .submit-note {
    margin-left: 10px;
  }
}

#edit-tour-form,
#create-tour-form {
  margin-top: 40px;
  margin-bottom: 35px;
}
@media all and (min-width: 48em) {
  #edit-tour-form,
  #create-tour-form {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 47.99em) {
  #edit-tour-form .update-tour-name-btn,
  #create-tour-form .update-tour-name-btn {
    margin-top: 15px;
  }
}

.tour-places-list {
  margin-bottom: 25px;
}
.tour-places-list li {
  margin-bottom: 10px;
}
.tour-places-list .icon-arrow-down {
  width: 10px;
  height: 10px;
  color: #000;
}
.tour-places-list .option {
  margin-left: 12px;
}

.tours-contributed-tours .display-options,
.tours-recommended-tours .display-options {
  margin-bottom: 26px;
}

.tours-page-list {
  padding: 0;
  margin: 0;
}
.tours-page-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 26px;
  padding-bottom: 26px;
}
.tours-page-list .col-tour-image {
  width: 100px;
}
@media all and (max-width: 47.99em) {
  .tours-page-list .col-tour-image {
    padding-right: 12px;
  }
}
@media all and (min-width: 48em) {
  .tours-page-list .col-tour-image {
    width: 155px;
  }
}
.tours-page-list .no-image-place {
  width: 100%;
  height: 80px;
  background: transparent url("../../img/search/no-place-image.png") no-repeat center center;
}
.tours-page-list .col-tour-text {
  /* autoprefixer: off */
  width: 70%;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  /* autoprefixer: on */
}
@media all and (min-width: 48em) {
  .tours-page-list .col-tour-text {
    width: 75%;
    width: calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
  }
}
.tours-page-list .tour-name {
  font-weight: bold;
}
.tours-page-list .tour-name .icon-audio {
  color: #d01a1a;
  width: 13px;
  height: 8px;
  margin-left: 10px;
}
.tours-page-list .tour-date {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.tours-page-list .tour-places {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

@media print {
  .header-extras,
  .header,
  .footer,
  .hero-swiper,
  .sidebar,
  #timeline-title,
  .timeline-container,
  .return-to-top,
  .pagination,
  .display-options .options,
  .gallery-container,
  .options-button,
  .print,
  .mfp-close,
  .delete-item,
  .not-submitted-actions,
  .account-list .option > a,
  .breadcrumbs,
  .zoom-controls,
  .details-jump-to {
    display: none !important;
  }

  .no-print {
    display: none !important;
  }

  .mfp-content {
    top: 0;
    position: absolute;
    left: 0;
  }

  .sidebar-right .content {
    width: 100%;
  }

  #map-canvas.tour-modal-map {
    height: 365px;
  }
}
/*
*
* Temp styles
*
* asTODO. Remove or Move when testing finished
*
*/
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.tt-hint {
  display: block;
  width: 100%;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.twitter-typeahead {
  width: 100%;
}
@media all and (min-width: 48em) {
  .twitter-typeahead {
    width: 260px;
  }
}
.twitter-typeahead pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.browsehappy {
  display: block;
  padding: 30px;
  font-size: 16px;
  background-color: #eee;
  margin: 0;
  border-bottom: 1px solid #2c2b2b;
}

.mejs-time-rail {
  width: 100px !important;
}
.mejs-time-rail .mejs-time-slider {
  width: 90px !important;
}

.mejs-offscreen {
  left: 0 !important;
}
