/* line 4, ../sass/_base.scss */
html {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 11, ../sass/_base.scss */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_base.scss */
body {
  font: 16px / 21px Arial, Helvetica, sans-serif;
  position: relative;
  height: 100%;
}

/* line 24, ../sass/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}

/* line 34, ../sass/_base.scss */
a {
  color: #AA483D;
  text-decoration: none;
}

/* line 39, ../sass/_base.scss */
ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

/* line 40, ../sass/_base.scss */
ul {
  margin-left: 0;
}

/* line 42, ../sass/_base.scss */
hr {
  margin: 2em auto;
  padding: 0;
  width: 100%;
  background: #000;
  height: 1px !important;
  border: 0 none;
}
/* line 49, ../sass/_base.scss */
hr.no-top {
  margin-top: 1em;
}

/* line 54, ../sass/_base.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 58, ../sass/_base.scss */
tr.even, tr.odd {
  padding: 0;
}

/* line 60, ../sass/_base.scss */
::-ms-clear {
  display: none;
}

/* line 61, ../sass/_base.scss */
::-ms-reveal {
  display: none;
}

/* line 63, ../sass/_base.scss */
::-webkit-resizer {
  display: none;
}

/* line 66, ../sass/_base.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 67, ../sass/_base.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 68, ../sass/_base.scss */
audio:not([controls]) {
  display: none;
}

/* line 69, ../sass/_base.scss */
[hidden] {
  display: none;
}

/* line 71, ../sass/_base.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 72, ../sass/_base.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/* line 75, ../sass/_base.scss */
::-moz-selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

/* line 76, ../sass/_base.scss */
::selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

/* line 78, ../sass/_base.scss */
a {
  color: #1a3967;
}

/* line 79, ../sass/_base.scss */
a:visited {
  color: #1a3967;
}

/* line 80, ../sass/_base.scss */
a:hover {
  color: #1a3967;
}

/* line 81, ../sass/_base.scss */
a:focus {
  outline: thin dotted;
}

/* line 82, ../sass/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 83, ../sass/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 84, ../sass/_base.scss */
b, strong {
  font-weight: bold;
}

/* line 85, ../sass/_base.scss */
blockquote {
  margin: 1em 40px;
}

/* line 86, ../sass/_base.scss */
dfn {
  font-style: italic;
}

/* line 87, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 88, ../sass/_base.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 89, ../sass/_base.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 90, ../sass/_base.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 91, ../sass/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 93, ../sass/_base.scss */
q {
  quotes: none;
}

/* line 94, ../sass/_base.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 95, ../sass/_base.scss */
small {
  font-size: 85%;
}

/* line 96, ../sass/_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 97, ../sass/_base.scss */
sup {
  top: -0.5em;
}

/* line 98, ../sass/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 100, ../sass/_base.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 25px;
}
/* line 104, ../sass/_base.scss */
ul li, ol li {
  background: url(/App_Themes/TravelMedia/theme/img/bul-black-circle.svg) 0 9px no-repeat;
  padding: 0 0 0 15px;
}

/* line 109, ../sass/_base.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 110, ../sass/_base.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* line 115, ../sass/_base.scss */
nav ul li, nav ol li {
  background: none;
  padding: 0;
}

/* line 121, ../sass/_base.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 122, ../sass/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 123, ../sass/_base.scss */
figure {
  margin: 0;
}

/* line 125, ../sass/_base.scss */
form {
  margin: 0;
}

/* line 126, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 128, ../sass/_base.scss */
label {
  cursor: pointer;
}

/* line 129, ../sass/_base.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/* line 130, ../sass/_base.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 131, ../sass/_base.scss */
button, input {
  line-height: normal;
}

/* line 132, ../sass/_base.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 133, ../sass/_base.scss */
button[disabled], input[disabled] {
  cursor: default;
}

/* line 134, ../sass/_base.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

/* line 135, ../sass/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 136, ../sass/_base.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 137, ../sass/_base.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 138, ../sass/_base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 140, ../sass/_base.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 142, ../sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 143, ../sass/_base.scss */
td {
  vertical-align: top;
}

/* line 145, ../sass/_base.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; *behavior: url(/TravelMedia/CMSScripts/boxsizing.htc);}*/
/* line 6, ../sass/modules/_header.scss */
header .headernavbg {
  position: absolute;
  top: 108px;
  width: 100%;
  height: 41px;
  z-index: 50;
  /** background: transparent url(/App_Themes/TravelMedia/Images/bg_headernav_sides.png) no-repeat 50% 0; **/
}

/* line 16, ../sass/modules/_header.scss */
header .wrapper {
  width: 962px;
  padding: 0px;
  height: 224px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
/* line 23, ../sass/modules/_header.scss */
header .wrapper p {
  margin: 0;
  padding: 0;
}

/* line 30, ../sass/modules/_header.scss */
header .wrapper .logo_snbc,
header .wrapper .logo_tm,
header .wrapper .bcgovt,
header .wrapper .toolnav,
header .wrapper .globalsearch,
header .wrapper .social {
  position: absolute;
}

/* line 40, ../sass/modules/_header.scss */
header .wrapper .logo_snbc {
  top: 46px;
  left: 0px;
}
/* line 43, ../sass/modules/_header.scss */
header .wrapper .logo_snbc img {
  display: block;
  width: 471px;
  height: 102px;
}

/* line 50, ../sass/modules/_header.scss */
header .wrapper .bcgovt {
  top: 17px;
  right: 12px;
  display: none;
}

/* line 58, ../sass/modules/_header.scss */
header .wrapper .toolnav {
  top: 89px;
  left: 662px;
}
/* line 61, ../sass/modules/_header.scss */
header .wrapper .toolnav li {
  display: inline;
  float: left;
  margin-left: 5px;
  line-height: 1em;
  height: 1em;
}
/* line 67, ../sass/modules/_header.scss */
header .wrapper .toolnav li a {
  display: inline;
  float: left;
  padding-left: 8px;
  color: #AA483D;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  height: 1em;
  background: url(/App_Themes/TravelMedia/theme/img/bul-red-circle.svg) 0 5px no-repeat;
  background-size: 4px 4px;
}
/* line 80, ../sass/modules/_header.scss */
header .wrapper .toolnav li:first-child {
  margin-left: 0;
}
/* line 82, ../sass/modules/_header.scss */
header .wrapper .toolnav li:first-child a {
  padding-left: 0;
  background: none;
}

/* line 92, ../sass/modules/_header.scss */
header .wrapper .globalsearch {
  top: 115px;
  left: 662px;
  width: 220px;
  height: 30px;
  border: 0;
  background-color: #ededed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, ../sass/modules/_header.scss */
header .wrapper .globalsearch .header-search-button {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/App_Themes/TravelMedia/theme/img/ico-search.svg) 0 0 no-repeat;
  background-size: 15px 15px;
  border: 0;
  position: relative;
  top: 4px;
  padding: 0;
}
/* line 111, ../sass/modules/_header.scss */
header .wrapper .globalsearch .text {
  width: 186px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
  display: inline-block;
  background: transparent;
  border: 0;
  position: relative;
}
/* line 123, ../sass/modules/_header.scss */
header .wrapper .globalsearch .text:focus {
  text-transform: none;
}
/* line 127, ../sass/modules/_header.scss */
header .wrapper .globalsearch .image {
  margin: 2px 3px;
}

/* line 133, ../sass/modules/_header.scss */
header .wrapper .social {
  top: 120px;
  left: 890px;
}
/* line 136, ../sass/modules/_header.scss */
header .wrapper .social .rss,
header .wrapper .social .twitter,
header .wrapper .social .facebook {
  display: inline-block;
  margin: 0;
  width: 21px;
  height: 21px;
}
/* line 144, ../sass/modules/_header.scss */
header .wrapper .social .rss {
  background: url(/App_Themes/TravelMedia/theme/img/ico-rss.png) 0 0 no-repeat;
  background-size: 21px 21px;
}
/* line 145, ../sass/modules/_header.scss */
header .wrapper .social .twitter {
  background: url(/App_Themes/TravelMedia/theme/img/ico-twitter.png) 0 0 no-repeat;
  background-size: 21px 21px;
}
/* line 146, ../sass/modules/_header.scss */
header .wrapper .social .facebook {
  background: url(/App_Themes/TravelMedia/theme/img/ico-facebook.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

/* line 153, ../sass/modules/_header.scss */
header .wrapper .globalnav {
  position: absolute;
  left: 0px;
  top: 178px;
  height: 46px;
  width: 100%;
}
/* line 160, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li {
  display: inline;
  float: left;
  height: 46px;
  margin-left: 3px;
}
/* line 165, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.about {
  width: 109px;
  margin-left: 0;
}
/* line 166, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.regions {
  width: 98px;
}
/* line 167, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.cities {
  width: 79px;
}
/* line 168, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.tthemes {
  width: 151px;
}
/* line 169, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.sideas {
  width: 159px;
}
/* line 170, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.fevents {
  width: 181px;
}
/* line 171, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.pvideos {
  width: 167px;
}
/* line 172, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li a {
  display: inline;
  float: left;
  height: 41px;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  line-height: 41px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  color: #fff;
  background-color: #677667;
}
/* line 186, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li a.active, header .wrapper .globalnav > ul li a.selected {
  height: 46px;
  line-height: 52px;
  margin-top: 0;
  color: #fff;
  background-color: #000;
}
/* line 194, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li a.selected {
  background-color: #275139;
}
/* line 201, ../sass/modules/_header.scss */
header .wrapper .globalnav > ul li.regions a, header .wrapper .globalnav > ul li.cities a, header .wrapper .globalnav > ul li.tthemes a {
  background-image: url(/App_Themes/TravelMedia/theme/img/ico-nav-bottom-corner.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
/* line 209, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout {
  position: absolute;
  top: 46px;
  left: 0;
  width: 962px;
  display: none;
  background-color: #000;
  color: #fff;
}
/* line 218, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout ul li {
  height: 49px;
}
/* line 221, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout ul li:first-child {
  border: none;
}
/* line 223, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout ul li:first-child a {
  border: 0;
}
/* line 227, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout ul li a {
  display: block;
  padding: 0 15px;
  height: 49px;
  line-height: 49px;
  border-top: 1px solid #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item.svg) 230px 50% no-repeat;
  background-size: 24px 24px;
}
/* line 238, ../sass/modules/_header.scss */
header .wrapper .globalnav .flyout ul li a:hover {
  background: #677667 url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item.svg) 230px 50% no-repeat;
  background-size: 24px 24px;
  color: #fff;
}

/* line 251, ../sass/modules/_header.scss */
.flyout a {
  color: #fff;
}

/* line 255, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions,
header .wrapper .globalnav #cities,
header .wrapper .globalnav #travelthemes {
  overflow: auto;
  padding: 0 0 5px 0;
}

/* line 260, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .map,
header .wrapper .globalnav #cities .map {
  display: inline;
  float: left;
  width: 322px;
  position: relative;
}

/* line 267, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .map {
  height: 281px;
}

/* line 270, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions ul,
header .wrapper .globalnav #cities ul {
  display: inline;
  float: left;
  width: 263px;
}

/* line 276, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions ul {
  margin-right: 25px;
  margin-top: 4px;
}

/* line 279, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent,
header .wrapper .globalnav #cities .relatedContent {
  display: inline;
  float: left;
  width: 325px;
  position: relative;
}

/* line 286, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent .content,
header .wrapper .globalnav #cities .relatedContent .content,
header .wrapper .globalnav #travelthemes .relatedContent .content {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 75%;
  line-height: 1.2em;
  display: none;
}

/* line 296, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent .content,
header .wrapper .globalnav #cities .relatedContent .content,
header .wrapper .globalnav #travelthemes .relatedContent .content {
  background-color: #000;
  width: 325px;
  height: 300px;
  overflow: hidden;
}

/* line 304, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent .content img {
  display: block;
  width: 310px;
  height: 215px;
  margin: 15px 15px 8px 0;
}

/* line 310, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .map img.bc {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
}

/* line 316, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .map img.region {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 25;
}

/* line 323, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-region-default.png) no-repeat 0 15px;
}

body.ZHCN header .wrapper .globalnav #regions .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-region-default-cn.png) no-repeat 0 15px;
}

/* line 327, ../sass/modules/_header.scss */
header .wrapper .globalnav #regions .relatedContent .content p {
  margin-right: 15px;
}

/* line 332, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map {
  height: 283px;
  width: 408px;
  margin-right: 15px;
}

/* line 337, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.city {
  display: none;
  position: absolute;
  z-index: 25;
}

/* line 343, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.vancouver {
  top: 174px;
  left: 139px;
}

/* line 344, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.whistler {
  top: 86px;
  left: 135px;
}

/* line 345, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.victoria {
  top: 244px;
  left: 111px;
}

/* line 346, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.kamloops {
  top: 36px;
  left: 291px;
}

/* line 347, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.kelowna {
  top: 108px;
  left: 343px;
}

/* line 348, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.richmond {
  top: 183px;
  left: 121px;
}

/* line 349, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .map img.bc {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 20;
}

/* line 350, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities ul {
  width: 158px;
  margin-right: 29px;
  margin-top: 4px;
}

/* line 355, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .relatedContent .content img {
  display: block;
  width: 310px;
  height: 215px;
  margin: 15px 15px 8px 0;
}

/* line 361, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-cities-default.png) no-repeat 0 15px;
}

body.ZHCN header .wrapper .globalnav #cities .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-cities-default-cn.png) no-repeat 0 15px;
}

/* line 365, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities ul li a {
  background-position: 129px 50%;
  padding-left: 3px;
}

/* line 369, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities ul li a:hover {
  background-position: 129px 50%;
}

/* line 372, ../sass/modules/_header.scss */
header .wrapper .globalnav #cities ul li a img {
  margin-right: 5px;
}

/* line 377, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-travel-default.png) no-repeat 315px 15px;
}

body.ZHCN header .wrapper .globalnav #travelthemes .relatedContent {
  height: 300px;
  background: #000 url(/App_Themes/TravelMedia/theme/img/gnav-travel-default-cn.png) no-repeat 315px 15px;
}

/* line 381, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes .relatedContent .content img {
  display: block;
  width: 310px;
  height: 215px;
  margin: 15px 15px 8px 0;
}

/* line 388, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col1 {
  display: inline;
  float: left;
  width: 300px;
  margin-top: 25px;
}

/* line 394, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col2 {
  display: inline;
  float: right;
  width: 300px;
  margin-top: 25px;
}

/* line 401, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes .relatedContent .content {
  left: 315px;
}

/* line 402, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col1 li a {
  background-position: 270px 50%;
}

/* line 403, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col1 li a:hover {
  background-position: 270px 50%;
}

/* line 405, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col2 li a {
  padding-left: 40px;
  background-position: 5px 50%;
  background-image: url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item-left.svg);
  background-size: 24px 24px;
}

/* line 411, ../sass/modules/_header.scss */
header .wrapper .globalnav #travelthemes ul.col2 li a:hover {
  background-position: 5px 50%;
}

/* line 415, ../sass/modules/_header.scss */
header .wrapper .headerbg {
  display: none;
}

/* line 5, ../sass/modules/_footer.scss */
footer .wrapper {
  position: relative;
}
/* line 8, ../sass/modules/_footer.scss */
footer .footer-top {
  background: #677667;
}
/* line 10, ../sass/modules/_footer.scss */
footer .footer-top .inner {
  width: 962px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  *zoom: 1;
}
/* line 16, ../sass/modules/_footer.scss */
footer .footer-top .inner a {
  color: #fff;
}
/* line 21, ../sass/modules/_footer.scss */
footer .footer-top .inner h4 {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 29, ../sass/modules/_footer.scss */
footer .footer-top .inner h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 38, ../sass/modules/_footer.scss */
footer .footer-bottom {
  background: #000;
}
/* line 40, ../sass/modules/_footer.scss */
footer .footer-bottom .inner {
  width: 962px;
  margin: 0 auto;
  position: relative;
  padding: 38px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 46, ../sass/modules/_footer.scss */
footer .footer-bottom .inner .legal {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  float: right;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
}
/* line 55, ../sass/modules/_footer.scss */
footer .footer-bottom .inner .logos {
  display: inline-block;
  vertical-align: top;
  width: 520px;
  float: left;
}
/* line 60, ../sass/modules/_footer.scss */
footer .footer-bottom .inner .logos img {
  display: block;
  width: 516px;
  height: 50px;
}

/* line 70, ../sass/modules/_footer.scss */
.footer-top-left {
  display: inline-block;
  vertical-align: top;
  width: 690px;
  float: left;
  padding: 20px 0 30px 20px;
}
/* line 76, ../sass/modules/_footer.scss */
.footer-top-left .col {
  display: inline-block;
  vertical-align: top;
}
/* line 79, ../sass/modules/_footer.scss */
.footer-top-left .col.col1 {
  width: 104px;
  padding-right: 20px;
}
/* line 83, ../sass/modules/_footer.scss */
.footer-top-left .col.col2 {
  width: 232px;
  padding-right: 20px;
}
/* line 87, ../sass/modules/_footer.scss */
.footer-top-left .col.col3 {
  width: 112px;
  padding-right: 20px;
}
/* line 91, ../sass/modules/_footer.scss */
.footer-top-left .col.col4 {
  width: 190px;
  padding: 0;
}

/* line 97, ../sass/modules/_footer.scss */
.footer-top-right {
  display: inline-block;
  vertical-align: top;
  width: 272px;
  float: right;
  padding: 20px 20px 30px 0;
}

/* line 105, ../sass/modules/_footer.scss */
ul.get-needed {
  margin: 0 0 30px 0;
}

/* line 4, ../sass/modules/_general.scss */
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/modules/_general.scss */
#main {
  position: relative;
  z-index: 50;
}

/* line 11, ../sass/modules/_general.scss */
h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 170%;
  line-height: 1.2em;
}

/* line 13, ../sass/modules/_general.scss */
.homeLayout {
  background: #000 url(/App_Themes/TravelMedia/theme/img/bg-content-area.jpg) 0 0;
  background-size: cover;
  padding: 0 0 30px 0;
  color: #fff;
}
/* line 18, ../sass/modules/_general.scss */
.homeLayout h2 {
  font-size: 37px;
  line-height: 40px;
}

/* line 24, ../sass/modules/_general.scss */
article header {
  background: none;
}

/* line 25, ../sass/modules/_general.scss */
article header p {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 26, ../sass/modules/_general.scss */
article header .author {
  font-size: 110%;
  font-weight: bold;
}

/* line 27, ../sass/modules/_general.scss */
article header .tags a {
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
}

/* line 29, ../sass/modules/_general.scss */
ul.inlineList {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  overflow: auto;
}

/* line 30, ../sass/modules/_general.scss */
ul.inlineList li {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/TravelMedia/CMSScripts/boxsizing.htc);
  font-size: 75%;
  font-weight: bold;
  word-wrap: break-word;
}

/* line 31, ../sass/modules/_general.scss */
ul.inlineList li a {
  text-decoration: none;
}

/* line 37, ../sass/modules/_general.scss */
.oneColumn,
.twoColumn {
  width: 962px;
  padding: 0;
  margin: 0 auto 15px auto;
  min-height: 200px;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
  z-index: 40;
}

/* line 48, ../sass/modules/_general.scss */
.oneColumn .col1 {
  overflow-x: hidden;
}

/* line 49, ../sass/modules/_general.scss */
.twoColumn .col1 {
  display: inline;
  float: left;
}

/* line 53, ../sass/modules/_general.scss */
.twoColumn .col2 {
  display: inline;
  float: right;
}

/* line 57, ../sass/modules/_general.scss */
.equal .col1 {
  width: 470px;
}

/* line 58, ../sass/modules/_general.scss */
.equal .col2 {
  width: 475px;
}

/* line 59, ../sass/modules/_general.scss */
.wideLeft .col1 {
  width: 636px;
}

/* line 60, ../sass/modules/_general.scss */
.wideLeft .col2 {
  width: 302px;
}

/* line 61, ../sass/modules/_general.scss */
.storyLanding .twoColumn .col1 {
  float: right;
  width: 715px;
  overflow-x: hidden;
}

/* line 66, ../sass/modules/_general.scss */
.storyLanding .twoColumn .col2 {
  float: left;
  width: 226px;
}

/* line 70, ../sass/modules/_general.scss */
.equal .tile iframe {
  width: 460px !important;
  height: 260px !important;
}

/* line 79, ../sass/modules/_general.scss */
.interiorLayout {
  background: #fff;
}

/* line 82, ../sass/modules/_general.scss */
.interiorLayout p {
  font-size: 16px;
  line-height: 21px;
}

/* line 86, ../sass/modules/_general.scss */
.interiorLayout .titleWrapper {
  width: 962px;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
}

/* line 92, ../sass/modules/_general.scss */
.interiorLayout .hero {
  margin-bottom: 30px;
  position: relative;
  z-index: 50;
}

/* line 99, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper {
  height: 240px;
  background: #677667 url() repeat 50% 0;
  overflow: hidden;
  position: relative;
}
/* line 104, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper img {
  display: none;
}
/* line 105, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper div {
  height: 240px;
}
/* line 107, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper div.shadow {
  width: 100%;
  background: transparent url(/App_Themes/TravelMedia/theme/img/bg-content-hero.png) repeat-y 50% 0;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
}
/* line 115, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper div.left {
  width: 962px;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background: #677667 !important;
}
/* line 125, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper div.right {
  width: 962px;
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background: #677667 !important;
}
/* line 135, ../sass/modules/_general.scss */
.interiorLayout .hero .wrapper div.centre {
  margin: 0 auto;
  position: relative;
  z-index: 55;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 962px 240px;
}

/* line 146, ../sass/modules/_general.scss */
.hero .introContent {
  width: 962px;
  margin: 0 auto;
}
/* line 149, ../sass/modules/_general.scss */
.hero .introContent p {
  margin: 0 0 15px 5px;
  padding: 20px 0 0 0;
  line-height: 1.5em;
  font-size: 16px;
  line-height: 21px;
}

/* line 151, ../sass/modules/_general.scss */
.interiorLayout .hero .introContent p {
  display: inline;
  float: left;
  width: 600px;
  padding: 0;
  margin: 0 0 15px 0px;
}

/* line 158, ../sass/modules/_general.scss */
.interiorLayout .hero .introContent .didYouKnow + p, .interiorLayout .hero .introContent p:first-child {
  padding-top: 20px;
}

/* line 160, ../sass/modules/_general.scss */
.didYouKnow {
  display: inline;
  float: right;
  width: 270px;
  margin: 20px 15px -20px 0;
  background-color: #A7ACA3;
  color: #fff;
  min-height: 122px;
  position: relative;
}
/* line 169, ../sass/modules/_general.scss */
.didYouKnow h4 {
  margin: 8px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 95%;
}
/* line 175, ../sass/modules/_general.scss */
.didYouKnow h4 img {
  display: none;
}
/* line 179, ../sass/modules/_general.scss */
.didYouKnow ul {
  margin: 0 28px;
  padding: 0;
  background: url(/App_Themes/TravelMedia/theme/img/white-dot.png) 0 0 repeat-x;
}
/* line 183, ../sass/modules/_general.scss */
.didYouKnow ul li {
  background: none;
  font-weight: normal;
  display: none;
  margin: 0;
  padding: 14px 12px;
  list-style: none;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
}
/* line 197, ../sass/modules/_general.scss */
.didYouKnow a.nav {
  display: none;
  outline: none;
  position: absolute;
}
/* line 200, ../sass/modules/_general.scss */
.didYouKnow .prev {
  top: 50px;
  left: -11px;
  width: 24px;
  height: 24px;
  background-image: url(/App_Themes/TravelMedia/theme/img/ico-nav-back.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
/* line 210, ../sass/modules/_general.scss */
.didYouKnow .next {
  top: 50px;
  right: -11px;
  width: 24px;
  height: 24px;
  background-image: url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

/* line 222, ../sass/modules/_general.scss */
.titleWrapper {
  position: relative;
}

/* line 225, ../sass/modules/_general.scss */
.titleWrapper h1 {
  clear: both;
  padding: 10px 0px 15px 0px;
  margin: 0;
  font-size: 37px;
  line-height: 40px;
}

/* line 232, ../sass/modules/_general.scss */
.titleWrapper p {
  clear: left;
  padding: 0 0 0 0px;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 21px;
}

/* line 239, ../sass/modules/_general.scss */
.titleWrapper .social {
  position: relative;
  text-align: right;
  float: right;
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 13px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 247, ../sass/modules/_general.scss */
.titleWrapper .social * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 252, ../sass/modules/_general.scss */
.genericPage .hero {
  margin-bottom: 10px;
}

/* line 253, ../sass/modules/_general.scss */
.genericPage h3 {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 255, ../sass/modules/_general.scss */
.genericPage p,
.genericPage li,
.genericPage td {
  font-size: 16px;
  line-height: 21px;
}

/* line 262, ../sass/modules/_general.scss */
.genericPage ul,
.genericPage ol {
  margin-top: 20px;
}

/* line 264, ../sass/modules/_general.scss */
.genericPage p {
  margin: 0 0 10px 0;
}

/* line 265, ../sass/modules/_general.scss */
.genericPage li {
  margin-bottom: 5px;
}

/* line 271, ../sass/modules/_general.scss */
.tile {
  margin-bottom: 20px;
}

/* line 272, ../sass/modules/_general.scss */
.tile figure {
  position: relative;
  cursor: pointer;
}

/* line 276, ../sass/modules/_general.scss */
.tile figure figcaption {
  position: absolute;
  width: 100%;
  padding: 10px 12px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 285, ../sass/modules/_general.scss */
.tile figure img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* line 291, ../sass/modules/_general.scss */
.tile figure .storyIcons {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 60;
  background-color: #333;
  font-size: 70%;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px 0 0 5px;
}

/* line 292, ../sass/modules/_general.scss */
.tile figure .storyIcons span {
  display: inline;
  float: right;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  padding: 0 5px 0 17px;
}

/* line 293, ../sass/modules/_general.scss */
.tile figure .storyIcons .pub {
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat 0 -251px;
}

/* line 294, ../sass/modules/_general.scss */
.tile figure .storyIcons .slide {
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat 0 -273px;
}

/* line 296, ../sass/modules/_general.scss */
.tilegrid {
  overflow: auto;
}

/* line 297, ../sass/modules/_general.scss */
.oneColumn .col1 .tilegrid {
  width: 962px;
}

/* line 301, ../sass/modules/_general.scss */
.storyLanding .tilegrid {
  width: 712px;
}

/* line 304, ../sass/modules/_general.scss */
.tilegrid .tile {
  display: inline;
  float: left;
  width: 471px;
  margin: 0 20px 20px 0;
}
/* line 309, ../sass/modules/_general.scss */
.tilegrid .tile:nth-of-type(2n) {
  margin: 0 0 20px 0;
}

/* line 314, ../sass/modules/_general.scss */
.storyLanding .tilegrid .tile {
  width: 346px;
  margin: 0 20px 20px 0;
}
/* line 317, ../sass/modules/_general.scss */
.storyLanding .tilegrid .tile:nth-of-type(2n) {
  margin: 0 0 20px 0;
}

/* line 322, ../sass/modules/_general.scss */
.photoGrid .tilegrid .tile {
  width: 306px;
  margin: 0 20px 20px 0;
}
/* line 325, ../sass/modules/_general.scss */
.photoGrid .tilegrid .tile:nth-of-type(3n) {
  margin: 0 0 20px 0;
}

/* line 330, ../sass/modules/_general.scss */
.tile .map {
  height: 260px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #d7dedf;
  position: relative;
  zoom: 1;
}

/* line 338, ../sass/modules/_general.scss */
.tile .map a.mapFullscreen {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 50;
  display: none;
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat -113px 0;
}

/* line 339, ../sass/modules/_general.scss */
.tile .storyMap a.mapFullscreen {
  right: 160px;
}

/* line 340, ../sass/modules/_general.scss */
.tile .storyMap {
  overflow: auto;
}

/* line 341, ../sass/modules/_general.scss */
.tile .storyMap .mapPins {
  display: inline;
  float: right;
  width: 157px;
  height: 252px;
  background-color: #c1d8de;
  overflow: auto;
  overflow-x: hidden;
}

/* line 350, ../sass/modules/_general.scss */
.tile .storyMap .mapPins ol {
  margin: 10px 15px 15px 5px;
  padding: 0;
}

/* line 351, ../sass/modules/_general.scss */
.tile .storyMap .mapPins ol li {
  clear: left;
  list-style: none;
  margin: 0 0 5px 0;
  line-height: 1em;
  padding: 0;
  background: none;
}

/* line 359, ../sass/modules/_general.scss */
.tile .storyMap .mapPins ol li a {
  overflow: auto;
  padding-bottom: 5px;
  font-size: 75%;
  color: #1a3967;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
}

/* line 360, ../sass/modules/_general.scss */
.tile .storyMap .mapPins ol li a img {
  width: 20px;
  height: auto;
  display: inline;
  float: left;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* line 361, ../sass/modules/_general.scss */
.tile .map #mapContainer {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 40;
  font-size: 75%;
}

/* line 362, ../sass/modules/_general.scss */
.tile .map #mapContainer h4 {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 363, ../sass/modules/_general.scss */
.tile .map #mapContainer p {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 364, ../sass/modules/_general.scss */
.tile .storyMap #mapContainer {
  width: 310px;
}

/* line 365, ../sass/modules/_general.scss */
#cboxContent #mapContainer {
  width: 100%;
  height: 100%;
}

/* line 366, ../sass/modules/_general.scss */
#cboxContent #mapContainer h4, #cboxContent #mapContainer p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 70%;
}

/* line 368, ../sass/modules/_general.scss */
.tile .links {
  margin-top: 4px;
  padding: 0 15px;
  background-color: #fff;
}
/* line 372, ../sass/modules/_general.scss */
.tile .links a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) 580px 50% no-repeat;
  background-size: 24px 24px;
}

/* line 387, ../sass/modules/_general.scss */
.equal .col1 .tile .links,
.equal .col2 .tile .links {
  margin-top: 4px;
  padding: 0 15px;
  background-color: #A7ACA3;
}
/* line 391, ../sass/modules/_general.scss */
.equal .col1 .tile .links a,
.equal .col2 .tile .links a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) 414px 50% no-repeat;
  background-size: 24px 24px;
}

/* line 405, ../sass/modules/_general.scss */
.equal .tile .links a {
  background-position: 410px -25px;
}

/* line 407, ../sass/modules/_general.scss */
.tilegrid .full {
  clear: left;
  display: block;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  background: #fff url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) 918px 50% no-repeat;
  background-size: 24px 24px;
}

/* line 421, ../sass/modules/_general.scss */
.equal .full {
  display: block;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  background: #A7ACA3 url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) 425px 50% no-repeat;
  background-size: 24px 24px;
}

/* line 433, ../sass/modules/_general.scss */
.tile figure a {
  color: #fff;
}

/* line 434, ../sass/modules/_general.scss */
.tile figcaption h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
}

/* line 440, ../sass/modules/_general.scss */
.photoGrid .tile figcaption h3 {
  font-size: 15px;
  line-height: 18px;
}

/* line 444, ../sass/modules/_general.scss */
.tile figcaption p {
  margin: 0;
  padding: 0 35px 0 0;
  font-size: 13px;
  line-height: 15px;
  height: 0;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item.svg) 420px 50% no-repeat;
  background-size: 24px 24px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}

/* line 459, ../sass/modules/_general.scss */
.photoGrid .tile figcaption p {
  font-size: 70%;
  background-position: 255px -42px;
}

/* line 463, ../sass/modules/_general.scss */
.storyLanding .tile figcaption p {
  background: url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item.svg) 290px 50% no-repeat;
  background-size: 24px 24px;
}

/* line 472, ../sass/modules/_general.scss */
.filters {
  font-size: 85%;
  position: relative;
}
/* line 475, ../sass/modules/_general.scss */
.filters .section {
  margin: 0 0 3px 0;
}
/* line 478, ../sass/modules/_general.scss */
.filters .clearfilter {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 100;
  font-size: 90%;
  font-weight: bold;
  color: #232323;
  text-decoration: none;
}
/* line 489, ../sass/modules/_general.scss */
.filters h3 {
  margin: 0 0 20px 0;
  padding: 0 15px;
  color: #232323;
  font-size: 21px;
  line-height: 48px;
  background-color: #A7ACA3;
}
/* line 497, ../sass/modules/_general.scss */
.filters h4 {
  margin: 0;
  padding: 0 0 0 10px;
  background: #677667 url(/App_Themes/TravelMedia/theme/img/ico-nav-up.svg) no-repeat 186px 50%;
  background-size: 24px 24px;
  color: #000;
  font-size: 21px;
  line-height: 37px;
  cursor: pointer;
  font-weight: normal;
}
/* line 507, ../sass/modules/_general.scss */
.filters h4.expanded {
  background: #677667 url(/App_Themes/TravelMedia/theme/img/ico-nav-dn.svg) no-repeat 186px 50%;
  background-size: 24px 24px;
}
/* line 512, ../sass/modules/_general.scss */
.filters ul {
  margin: 0;
  padding: 0;
  display: none;
}
/* line 516, ../sass/modules/_general.scss */
.filters ul li {
  list-style: none;
  margin: 0;
  background-color: #A7ACA3;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  border-bottom: 1px solid #f6feff;
  background-image: none;
  padding: 0;
}
/* line 526, ../sass/modules/_general.scss */
.filters ul li label {
  padding: 6px 15px 5px 10px;
  display: block;
}
/* line 529, ../sass/modules/_general.scss */
.filters ul li label.checked {
  background-color: #fff;
}
/* line 532, ../sass/modules/_general.scss */
.filters ul li label input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
/* line 538, ../sass/modules/_general.scss */
.filters ul li.indent label {
  padding-left: 10px;
}

/* line 549, ../sass/modules/_general.scss */
.pagination {
  margin: 15px 0;
  position: relative;
  background-color: #A7ACA3;
  height: 48px;
  line-height: 48px;
  color: #fff;
}
/* line 556, ../sass/modules/_general.scss */
.pagination a, .pagination span {
  font-size: 15px;
  text-decoration: none;
  color: #000;
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: normal;
}
/* line 565, ../sass/modules/_general.scss */
.pagination .prev {
  width: 111px;
  padding-right: 12px;
  text-align: right;
  border-right: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item-left.svg) no-repeat 6px 50%;
  background-size: 24px 24px;
  background-color: #A7ACA3;
}
/* line 577, ../sass/modules/_general.scss */
.pagination .next {
  width: 84px;
  padding-left: 11px;
  text-align: left;
  border-left: 2px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-bg-nav-dd-item.svg) no-repeat 52px 50%;
  background-size: 24px 24px;
  background-color: #A7ACA3;
}
/* line 589, ../sass/modules/_general.scss */
.pagination .disabled {
  color: #727889;
  cursor: default;
}
/* line 593, ../sass/modules/_general.scss */
.pagination ol {
  text-indent: -9999em;
  margin: 0 0 0 109px;
  padding: 0;
}
/* line 598, ../sass/modules/_general.scss */
.pagination ol li {
  text-indent: 0;
  list-style: none;
  display: inline;
  float: left;
  height: 48px;
  line-height: 48px;
  border-right: 2px solid #fff;
  background: none;
  padding: 0;
  background-color: #A7ACA3;
}
/* line 609, ../sass/modules/_general.scss */
.pagination ol li a, .pagination ol li span {
  padding: 0 15px;
}
/* line 611, ../sass/modules/_general.scss */
.pagination ol li a.active, .pagination ol li span.active {
  background-color: #677667;
  color: #fff;
}
/* line 616, ../sass/modules/_general.scss */
.pagination ol li.flex a {
  color: #000;
  text-align: center;
  font-size: 26px;
  position: relative;
  vertical-align: middle;
  top: -5px;
}

/* line 632, ../sass/modules/_general.scss */
.storyLanding a.rss,
.storyLanding a.FeedLink {
  display: block;
  margin: 10px 0 0 0;
  background: #000 url(/App_Themes/TravelMedia/theme/img/ico-xml-rss.svg) no-repeat 10px 10px;
  background-size: 48px 48px;
  padding: 12px 12px 12px 74px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

/* line 645, ../sass/modules/_general.scss */
.storyLanding a.rss span {
  font-family: "brandon-grotesque", sans-serif;
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

/* line 652, ../sass/modules/_general.scss */
.relatedSlideshowLinks {
  clear: both;
  margin: 4px 0 0 0;
  padding: 5px 15px;
  background-color: #A7ACA3;
}
/* line 657, ../sass/modules/_general.scss */
.relatedSlideshowLinks h4 {
  margin: 0 0 5px 0;
  color: #000;
}
/* line 661, ../sass/modules/_general.scss */
.relatedSlideshowLinks p {
  font-size: 75%;
  margin: 0 0 3px 0;
  padding: 0;
}
/* line 665, ../sass/modules/_general.scss */
.relatedSlideshowLinks p a {
  color: #000;
}

/* line 673, ../sass/modules/_general.scss */
.photoOverlayContainer {
  margin: 0 10px;
}

/* line 674, ../sass/modules/_general.scss */
.photoOverlayContainer img {
  display: block;
  margin: 0 auto;
  max-height: 350px;
  max-width: 100%;
}

/* line 675, ../sass/modules/_general.scss */
.photoOverlayContainer a.prev {
  position: absolute;
  top: 30%;
  left: 10px;
  display: block;
  width: 39px;
  height: 39px;
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat -320px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 676, ../sass/modules/_general.scss */
.photoOverlayContainer a.next {
  position: absolute;
  top: 30%;
  right: 10px;
  display: block;
  width: 39px;
  height: 39px;
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat -282px 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 677, ../sass/modules/_general.scss */
.photoOverlayContainer p {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 75%;
}

/* line 678, ../sass/modules/_general.scss */
.photoOverlayContainer .title {
  margin-top: 10px;
  font-size: 105%;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 679, ../sass/modules/_general.scss */
.photoOverlayContainer fieldset {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 85%;
}

/* line 680, ../sass/modules/_general.scss */
.photoOverlayContainer fieldset .download {
  display: block;
  margin: 10px 0 0 0;
  width: 200px;
  height: 45px;
  border: 1px solid #040e2d;
  background-color: #d4ebf1;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  cursor: pointer;
}

/* line 681, ../sass/modules/_general.scss */
.photoOverlayContainer fieldset input[disabled] {
  color: #999;
  background-color: #efefef;
  cursor: default;
}

/* line 682, ../sass/modules/_general.scss */
.photoOverlayContainer fieldset a {
  font-weight: bold;
}

/* line 684, ../sass/modules/_general.scss */
.tmSlideshowContainer,
#tmEmbedSlideshow {
  background: #A7ACA3;
}

/* line 688, ../sass/modules/_general.scss */
.tmSlideshowContainer, .tmEmbedSlideshowContainer {
  margin: 0;
}

/* line 689, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer {
  background-color: #d4ebf1;
}

/* line 691, ../sass/modules/_general.scss */
#tmSlideshow, #tmEmbedSlideshow {
  margin: 0 auto;
}

/* line 693, ../sass/modules/_general.scss */
.galleria-container {
  margin: 0;
  background: #A7ACA3;
}

/* line 697, ../sass/modules/_general.scss */
.galleria-info-text {
  background: rgba(0, 0, 0, 0.6);
}

/* line 700, ../sass/modules/_general.scss */
.galleria-thumbnails-container {
  background: #A7ACA3;
}

/* line 703, ../sass/modules/_general.scss */
.galleria-info {
  bottom: 50px;
}

/* line 707, ../sass/modules/_general.scss */
#tmEmbedSlideshow .galleria-container {
  margin: 0;
}

/* line 708, ../sass/modules/_general.scss */
#tmEmbedSlideshow .galleria-info-title, #tmEmbedSlideshow .galleria-info-description {
  font-size: 12px;
}

/* line 709, ../sass/modules/_general.scss */
.related {
  display: inline;
  float: left;
  width: 25%;
}

/* line 710, ../sass/modules/_general.scss */
.related h4 {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 711, ../sass/modules/_general.scss */
.related p {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 712, ../sass/modules/_general.scss */
.tmSlideshowCode {
  clear: left;
  margin: 15px 200px;
}

/* line 713, ../sass/modules/_general.scss */
.tmSlideshowCode {
  border: none;
}

/* line 714, ../sass/modules/_general.scss */
.tmSlideshowCode legend {
  padding-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
}

/* line 715, ../sass/modules/_general.scss */
.tmSlideshowCode textarea {
  width: 100%;
  height: 50px;
  font-family: monospace, sans-serif;
  font-size: 11px;
}

/* line 716, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer h4.tmEmbedTitle {
  margin: 0 0 3px 0;
  padding: 3px;
}

/* line 717, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer div.tmEmbedRelated {
  padding: 3px;
  font-size: 75%;
}

/* line 718, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer div.tmEmbedRelated h4 {
  margin: 0 0 3px 0;
  padding: 0;
}

/* line 719, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer div.tmEmbedRelated p {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 75%;
}

/* line 720, ../sass/modules/_general.scss */
.tmEmbedSlideshowContainer p.tmEmbedFooter {
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 3px 0 5px 0;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 727, ../sass/modules/_general.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 728, ../sass/modules/_general.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 729, ../sass/modules/_general.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 730, ../sass/modules/_general.scss */
#cboxContent {
  position: relative;
}

/* line 731, ../sass/modules/_general.scss */
#cboxLoadedContent {
  overflow: auto;
}

/* line 732, ../sass/modules/_general.scss */
#cboxTitle {
  margin: 0;
}

/* line 733, ../sass/modules/_general.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 734, ../sass/modules/_general.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 735, ../sass/modules/_general.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

/* line 736, ../sass/modules/_general.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 743, ../sass/modules/_general.scss */
#cboxOverlay {
  background: #000;
}

/* line 744, ../sass/modules/_general.scss */
#colorbox {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 746, ../sass/modules/_general.scss */
#colorbox * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 750, ../sass/modules/_general.scss */
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) no-repeat 0 0;
}

/* line 751, ../sass/modules/_general.scss */
.mapoverlay #cboxTopLeft {
  height: 10px;
  background: none;
}

/* line 752, ../sass/modules/_general.scss */
#cboxTopCenter {
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) repeat-x 0 -50px;
}

/* line 753, ../sass/modules/_general.scss */
.mapoverlay #cboxTopCenter {
  height: 10px;
  background: none;
}

/* line 754, ../sass/modules/_general.scss */
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) no-repeat -25px 0;
}

/* line 755, ../sass/modules/_general.scss */
.mapoverlay #cboxTopRight {
  height: 10px;
  background: none;
}

/* line 756, ../sass/modules/_general.scss */
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) no-repeat 0 -25px;
}

/* line 757, ../sass/modules/_general.scss */
.mapoverlay #cboxBottomLeft {
  height: 0;
  background: none;
}

/* line 758, ../sass/modules/_general.scss */
#cboxBottomCenter {
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) repeat-x 0 -75px;
}

/* line 759, ../sass/modules/_general.scss */
.mapoverlay #cboxBottomCenter {
  height: 0;
  background: none;
}

/* line 760, ../sass/modules/_general.scss */
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/App_Themes/TravelMedia/Images/border1.png) no-repeat -25px -25px;
}

/* line 761, ../sass/modules/_general.scss */
.mapoverlay #cboxBottomRight {
  height: 0;
  background: none;
}

/* line 762, ../sass/modules/_general.scss */
#cboxMiddleLeft {
  width: 25px;
  background: url(/App_Themes/TravelMedia/Images/border2.png) repeat-y 0 0;
}

/* line 763, ../sass/modules/_general.scss */
.mapoverlay #cboxMiddleLeft {
  background: none;
}

/* line 764, ../sass/modules/_general.scss */
#cboxMiddleRight {
  width: 25px;
  background: url(/App_Themes/TravelMedia/Images/border2.png) repeat-y -25px 0;
}

/* line 765, ../sass/modules/_general.scss */
.mapoverlay #cboxMiddleRight {
  background: none;
}

/* line 766, ../sass/modules/_general.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 767, ../sass/modules/_general.scss */
.mapoverlay #cboxContent {
  background: #000;
  padding-top: 40px;
}

/* line 768, ../sass/modules/_general.scss */
.cboxIframe {
  background: #fff;
}

/* line 769, ../sass/modules/_general.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 770, ../sass/modules/_general.scss */
#cboxLoadedContent {
  margin-top: 0;
}

/* line 771, ../sass/modules/_general.scss */
.photooverlay #cboxLoadedContent {
  margin-top: 40px;
  position: relative;
}

/* line 772, ../sass/modules/_general.scss */
.ssoverlay #cboxLoadedContent {
  margin-top: 40px;
  position: relative;
}

/* line 773, ../sass/modules/_general.scss */
#cboxTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 150%;
  font-weight: bold;
}

/* line 774, ../sass/modules/_general.scss */
.photooverlay #cboxTitle {
  padding-left: 10px;
  font-size: 160%;
}

/* line 775, ../sass/modules/_general.scss */
.ssoverlay #cboxTitle {
  padding-left: 10px;
}

/* line 776, ../sass/modules/_general.scss */
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

/* line 777, ../sass/modules/_general.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

/* line 778, ../sass/modules/_general.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

/* line 779, ../sass/modules/_general.scss */
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

/* line 780, ../sass/modules/_general.scss */
#cboxLoadingOverlay {
  background: #fff url(/App_Themes/TravelMedia/Images/loading.gif) no-repeat 5px 5px;
}

/* line 781, ../sass/modules/_general.scss */
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #fff;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(/App_Themes/TravelMedia/theme/img/ico-cbox-close.svg) 0 0 no-repeat;
  background-size: 20px 20px;
}

/* line 795, ../sass/modules/_general.scss */
.mapoverlay #cboxClose {
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat -136px 0;
  top: 8px;
  right: 10px;
}

/* line 805, ../sass/modules/_general.scss */
.contactContent .hero {
  margin-bottom: 0;
}

/* line 807, ../sass/modules/_general.scss */
.contactContent .twoColumn h4 {
  margin: 0 0 10px 3px;
  padding: 0;
}

/* line 808, ../sass/modules/_general.scss */
.contactContent p {
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 809, ../sass/modules/_general.scss */
.contactContent .twoColumn p {
  padding-left: 3px;
}

/* line 811, ../sass/modules/_general.scss */
.contactContent .twoColumn .col1 .col1 {
  width: 50%;
  padding: 0 20px 0 0;
}

/* line 812, ../sass/modules/_general.scss */
.contactContent .twoColumn .col1 .col2 {
  width: 50%;
}

/* line 813, ../sass/modules/_general.scss */
.contactContent .twoColumn .col1 .col1 div, .contactContent .twoColumn .col1 .col2 div {
  margin-bottom: 40px;
}

/* line 814, ../sass/modules/_general.scss */
.contactContent p.warning {
  padding: 20px;
  color: #fff;
  background-color: #e65c2e;
  font-weight: bold;
}

/* line 815, ../sass/modules/_general.scss */
.contactContent .warning a {
  color: #fff;
  margin: 0 0 15px 0;
}

/* line 816, ../sass/modules/_general.scss */
.contactContent .name {
  margin-bottom: 3px;
  font-size: 90%;
  font-weight: bold;
  color: #677667;
}
/* line 821, ../sass/modules/_general.scss */
.contactContent .name a {
  color: #677667;
}

/* line 825, ../sass/modules/_general.scss */
.contactContent .twoColumn h5 {
  margin: 0 0 8px 0;
  padding: 0 0 0 3px;
  border-bottom: 3px solid #677667;
  font-size: 95%;
}

/* line 831, ../sass/modules/_general.scss */
.generalContactForm label {
  display: block;
  margin: 0 0 10px 0;
}

/* line 832, ../sass/modules/_general.scss */
.generalContactForm label span {
  display: none;
}

/* line 833, ../sass/modules/_general.scss */
.generalContactForm label input, .generalContactForm label select, .generalContactForm label textarea {
  width: 302px;
  border: 2px solid #999;
  display: block;
  padding: 8px 5px;
  font-size: 85%;
  font-weight: bold;
  color: #999;
}

/* line 842, ../sass/modules/_general.scss */
.generalContactForm label select {
  width: 302px;
  height: 35px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* line 847, ../sass/modules/_general.scss */
.generalContactForm label input.text:focus, .generalContactForm label select:focus, .generalContactForm label textarea:focus {
  color: #000;
}

/* line 848, ../sass/modules/_general.scss */
.generalContactForm .blockButton {
  display: block;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  border: none;
  height: 48px;
  line-height: 48px;
  color: #000;
  background: #A7ACA3 url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) no-repeat 258px 50%;
  background-size: 24px 24px;
  font-weight: bold;
}

/* line 866, ../sass/modules/_general.scss */
.subscribeContactForm label {
  display: block;
  margin: 0 0 10px 0;
}

/* line 867, ../sass/modules/_general.scss */
.subscribeContactForm span {
  font-size: 85%;
}

/* line 868, ../sass/modules/_general.scss */
.subscribeContactForm label span {
  display: none;
  font-size: 100%;
}

/* line 869, ../sass/modules/_general.scss */
.subscribeContactForm label span.visible {
  display: inline;
}

/* line 870, ../sass/modules/_general.scss */
.subscribeContactForm div.checkbox {
  margin: 5px 0 0 0;
}

/* line 871, ../sass/modules/_general.scss */
.subscribeContactForm .checkbox label {
  margin: 0 0 1px 0;
  padding: 7px 15px 7px 25px;
  background-color: #ededed;
  font-size: 85%;
  font-weight: bold;
}

/* line 878, ../sass/modules/_general.scss */
.subscribeContactForm .checkbox label input.checkbox {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

/* line 879, ../sass/modules/_general.scss */
.subscribeContactForm .checkbox label.checked {
  background: #677667 url(/App_Themes/TravelMedia/theme/img/ico-checkmark.svg) no-repeat 5px 50%;
  background-size: 16px 13px;
  zoom: 1;
  color: #fff;
}

/* line 885, ../sass/modules/_general.scss */
.subscribeContactForm label input,
.subscribeContactForm label select,
.subscribeContactForm label textarea {
  width: 470px;
  border: 2px solid #999;
  display: block;
  padding: 8px 5px;
  font-size: 85%;
  font-weight: bold;
  color: #999;
}

/* line 896, ../sass/modules/_general.scss */
.subscribeContactForm label textarea {
  height: 178px;
}

/* line 897, ../sass/modules/_general.scss */
.subscribeContactForm label input:focus, .subscribeContactForm label select:focus, .subscribeContactForm label textarea:focus {
  color: #000;
}

/* line 898, ../sass/modules/_general.scss */
.subscribeContactForm label input.checkbox {
  width: auto;
  display: inline;
  margin: 0 5px 0 0;
}

/* line 899, ../sass/modules/_general.scss */
.subscribeContactForm .blockButton {
  display: block;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  border: none;
  height: 48px;
  line-height: 48px;
  color: #000;
  background: #A7ACA3 url(/App_Themes/TravelMedia/theme/img/ico-nav-forward.svg) no-repeat 424px 50%;
  background-size: 24px 24px;
  font-weight: bold;
}

/* line 913, ../sass/modules/_general.scss */
span.ErrorLabel {
  display: block;
  margin: 0 0 5px 3px;
  font-size: 80%;
  color: #990000;
}

/* line 914, ../sass/modules/_general.scss */
span.ErrorLabel p {
  margin-bottom: 8px;
  font-size: 85%;
  font-weight: bold;
  line-height: 1em;
}

/* line 915, ../sass/modules/_general.scss */
.generalContactForm label input.error, .generalContactForm label select.error, .generalContactForm label textarea.error, .subscribeContactForm label input.error, .subscribeContactForm label select.error, .subscribeContactForm label textarea.error {
  color: #990000;
  background-color: #ffffcc;
}

/* line 917, ../sass/modules/_general.scss */
.festivalsEvents .hero {
  margin-bottom: 10px;
}

/* line 918, ../sass/modules/_general.scss */
.festivalsEvents .oneColumn p {
  margin-left: 5px;
}

/* line 919, ../sass/modules/_general.scss */
.feTable {
  margin-bottom: 20px;
  border-bottom: 3px solid #1a3967;
}

/* line 920, ../sass/modules/_general.scss */
.feTable table {
  width: 100%;
}

/* line 921, ../sass/modules/_general.scss */
.feTable th {
  padding: 0 5px 5px 4px;
  font-size: 85%;
  text-align: left;
  border-bottom: 3px solid #1a3967;
}

/* line 922, ../sass/modules/_general.scss */
.feTable th.date {
  width: 130px;
}

/* line 923, ../sass/modules/_general.scss */
.feTable td {
  border-top: 1px solid #1a3967;
  padding: 5px 5px 5px 4px;
  font-size: 75%;
}

/* line 924, ../sass/modules/_general.scss */
.feTable tr:first-child td {
  border: none;
}

/* line 925, ../sass/modules/_general.scss */
.feTable td p {
  margin: 0 !important;
  font-size: 100%;
}

/* line 926, ../sass/modules/_general.scss */
.feTable td span {
  white-space: nowrap;
}

/* line 927, ../sass/modules/_general.scss */
.feTable td a {
  font-weight: bold;
  text-decoration: none;
}

/* line 933, ../sass/modules/_general.scss */
.searchResults .hero {
  margin-bottom: 0;
}

/* line 934, ../sass/modules/_general.scss */
.searchResults .hero .titleWrapper p {
  font-size: 110%;
}

/* line 935, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults {
  padding-left: 5px;
  border-top: 3px solid #677667;
  min-height: 200px;
}

/* line 940, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults > div {
  padding: 10px 0;
  border-top: 1px solid #a8aeaf;
}

/* line 944, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults > div:first-child {
  border: none;
}

/* line 945, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults > div p {
  margin: 0 0 10px 0;
}

/* line 946, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults > div p.title a {
  color: #1a3967;
  text-decoration: none;
  font-size: 115%;
  font-weight: bold;
}

/* line 947, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults .relevance div {
  padding: 0;
}

/* line 948, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults .relevance .url {
  color: #1a3967;
  font-size: 80%;
}

/* line 949, ../sass/modules/_general.scss */
.searchResults .oneColumn .searchResults .relevance .url a {
  text-decoration: none;
}

/* line 955, ../sass/modules/_general.scss */
.twitterLink {
  display: block;
  padding-left: 60px;
  height: 48px;
  line-height: 48px;
  font-size: 130%;
  font-weight: bold;
  color: #000;
  background: transparent url(/App_Themes/TravelMedia/Images/sprite_icons.png) no-repeat 0 -190px;
  text-decoration: none;
}

/* line 956, ../sass/modules/_general.scss */
.twitterLink:hover {
  color: #000;
}

/* line 957, ../sass/modules/_general.scss */
.twitterfeed {
  background-color: #c1d8de;
  padding: 15px;
}

/* line 958, ../sass/modules/_general.scss */
.twitterfeed ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 959, ../sass/modules/_general.scss */
.twitterfeed li {
  font-size: 70%;
  margin: 0 0 10px 0;
  clear: left;
}

/* line 960, ../sass/modules/_general.scss */
.twitterfeed li .tweet_avatar {
  display: inline;
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 15px 0;
}

/* line 961, ../sass/modules/_general.scss */
.twitterfeed li .tweet_avatar img {
  border: 2px solid #fff;
  -moz-box-shadow: 0 0 2px 1px #999;
}

/* line 967, ../sass/modules/_general.scss */
.ir {
  display: block;
  border: 0;
  /*text-indent: -999em; overflow: hidden;*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 968, ../sass/modules/_general.scss */
.ir br {
  display: none;
}

/* line 969, ../sass/modules/_general.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 970, ../sass/modules/_general.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 971, ../sass/modules/_general.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 972, ../sass/modules/_general.scss */
.invisible {
  visibility: hidden;
}

/* line 973, ../sass/modules/_general.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 974, ../sass/modules/_general.scss */
.clearfix:after {
  clear: both;
}

/* line 975, ../sass/modules/_general.scss */
.clearfix {
  *zoom: 1;
}

header #calogo, header #zhlogo {

top: 46px;
position: relative;
left: 0;
}

@media only screen and (device-width: 768px) and (orientation: portrait) {
  /* line 978, ../sass/modules/_general.scss */
  html {
    -webkit-text-size-adjst: none;
  }

  /* line 979, ../sass/modules/_general.scss */
  html, body {
    width: 100%;
  }

  /* line 980, ../sass/modules/_general.scss */
  header {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media only screen and (device-width: 768px) and (orientation: landscape) {
  /* line 983, ../sass/modules/_general.scss */
  html {
    -webkit-text-size-adjst: none;
  }

  /* line 984, ../sass/modules/_general.scss */
  html, body {
    width: 100%;
  }

  /* line 985, ../sass/modules/_general.scss */
  header {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media print {
  /* line 993, ../sass/modules/_general.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 994, ../sass/modules/_general.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 995, ../sass/modules/_general.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 996, ../sass/modules/_general.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 997, ../sass/modules/_general.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 998, ../sass/modules/_general.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 999, ../sass/modules/_general.scss */
  thead {
    display: table-header-group;
  }

  /* line 1000, ../sass/modules/_general.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 1001, ../sass/modules/_general.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 1003, ../sass/modules/_general.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 1004, ../sass/modules/_general.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 4, ../sass/modules/_hero-slider.scss */
.homeLayout .hero {
  margin-bottom: 30px;
}

/* line 5, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .wrapper {
  position: relative;
  height: 470px;
}

/* line 10, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slideWrapper {
  height: 470px;
  background: url(/App_Themes/TravelMedia/theme/img/bg-hero-gradient-repeat.png) repeat-x 0 -14px;
}

/* line 15, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slideWrapper .slide a {
  color: #fff;
}

/* line 16, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slideWrapper .slide img.arrow {
  position: relative;
  top: -2px;
  left: 5px;
}

/* line 17, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slides {
  display: none;
}

/* line 19, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide {
  position: absolute;
  z-index: 50;
  width: 100%;
  background: transparent url() 50% 0;
  background-repeat: no-repeat;
  height: 420px;
}

/* line 27, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide div {
  display: block;
  height: 470px;
  margin: 0 auto;
  outline: none;
  background: transparent url(/App_Themes/TravelMedia/theme/img/bg-hero-gradient.png) no-repeat 50% -14px;
  color: #fff;
  text-decoration: none;
}

/* line 37, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide div span {
  display: block;
  width: 962px;
  padding: 0 10px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}

/* line 46, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide div span span {
  display: block;
  position: absolute;
  bottom: 120px;
  left: 60px;
  width: auto;
  height: auto;
  margin: 0;
}

/* line 47, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide h1 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0 200px 0 0;
  font-size: 320%;
  line-height: 1.1em;
}

/* line 48, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .slide p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 50, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .controls {
  position: relative;
  z-index: 60;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  width: 964px;
  height: 51px;
  padding: 13px 0 0 0;
  top: -51px;
  text-align: center;
}

/* line 62, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .controls a {
  display: inline;
  float: left;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  line-height: 25px;
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-slider-nav.svg) no-repeat 0 0;
  background-size: 24px 24px;
  color: #677667;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
/* line 77, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .controls a.active {
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-slider-nav-active.svg) no-repeat 0 0;
  background-size: 24px 24px;
  color: #fff;
}

/* line 84, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .controls a.playpause {
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-slider-nav-pause.svg) no-repeat 0 0;
  background-size: 24px 24px;
}

/* line 88, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .controls a.pause {
  background: transparent url(/App_Themes/TravelMedia/theme/img/ico-slider-nav-play.svg) no-repeat 0 0;
  background-size: 24px 24px;
}

/* line 93, ../sass/modules/_hero-slider.scss */
.homeLayout .hero .single .controls {
  display: none;
}
