/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
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: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container,
.sharing {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.row {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
@media (min-width: screen and (min-width:769px)) {
  .container,
  .sharing {
    max-width: 1100px;
  }
}
@media (min-width: 980px) {
  .container,
  .sharing {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .container,
  .sharing {
    width: 1100px;
    max-width: 1100px;
  }
}
.pull-right {
  float: right;
}
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
.slider__container {
  position: relative;
}
.slider__container:before,
.slider__container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slider__container:after {
  clear: both;
}
.slider__container:before,
.slider__container:after {
  display: table;
  content: "";
}
.slider__container:after {
  clear: both;
}
.featered-content .slider__container {
  margin-bottom: -20px;
}
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__wrapper {
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider__wrapper li,
.slider__item {
  width: 100%;
  float: left;
  clear: none;
}
.slider__wrapper li > img,
.slider__item > img {
  width: 100%;
  display: block;
}
.slider__arrows {
  top: 50%;
  width: 100%;
  position: absolute;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.slider__arrows-item:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.slider__arrows-item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider__arrows-item--right {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
  right: 20px;
}
.no-svg .slider__arrows-item--right {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
}
.slider__arrows-item--left {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
  left: 20px;
}
.no-svg .slider__arrows-item--left {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}
.hero-slideshow-container .slider__nav,
.content-slideshow-container .slider__nav {
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.hero-slideshow-container .slider__nav:before,
.content-slideshow-container .slider__nav:before,
.hero-slideshow-container .slider__nav:after,
.content-slideshow-container .slider__nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.hero-slideshow-container .slider__nav:after,
.content-slideshow-container .slider__nav:after {
  clear: both;
}
.hero-slideshow-container .slider__nav:before,
.content-slideshow-container .slider__nav:before,
.hero-slideshow-container .slider__nav:after,
.content-slideshow-container .slider__nav:after {
  display: table;
  content: "";
}
.hero-slideshow-container .slider__nav:after,
.content-slideshow-container .slider__nav:after {
  clear: both;
}
.hero-slideshow-container .slider__nav-item,
.content-slideshow-container .slider__nav-item {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -335px -100px;
  width: 12px;
  height: 13px;
}
.no-svg .hero-slideshow-container .slider__nav-item,
.no-svg .content-slideshow-container .slider__nav-item {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -335px -100px;
  width: 12px;
  height: 13px;
}
.hero-slideshow-container .slider__nav-item--current,
.content-slideshow-container .slider__nav-item--current,
.hero-slideshow-container .slider__nav-item:hover,
.content-slideshow-container .slider__nav-item:hover {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -355px -100px;
  width: 12px;
  height: 13px;
}
.no-svg .hero-slideshow-container .slider__nav-item--current,
.no-svg .content-slideshow-container .slider__nav-item--current,
.no-svg .hero-slideshow-container .slider__nav-item:hover,
.no-svg .content-slideshow-container .slider__nav-item:hover {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -355px -100px;
  width: 12px;
  height: 13px;
}
@media screen and (min-width:1400px) {
  .hero-slideshow {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.hero-slideshow-container .slider__item {
  display: none;
}
.hero-slideshow-container .slide-show-initialize .slider__item {
  display: block;
}
/*! jQuery UI - v1.11.2 - 2014-11-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover.ui-state-hover,
.ui-datepicker .ui-datepicker-next-hover.ui-state-hover {
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.4);
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'adelle', serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
  font-family: 'adelle', serif;
}
.ui-widget-content {
  border: 1px solid #917d6d;
  background: #ffffff url("../images/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #574b41;
}
.ui-widget-content a {
  color: #574b41;
}
.ui-widget-header {
  border: 1px solid #4c4c4c;
  background: #69819d url('../images//blue-tile.png') repeat;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #574b41;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #e9e5e1;
  background: #e6e6e6;
  font-weight: normal;
  color: #746457;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #746457;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #e9e5e1;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #917d6d;
  background: #ffffff url("../images/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #663333;
  background: #fbf9ee url("../images/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #574b41;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #574b41;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jqueryui/images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #917d6d url("../images/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #917d6d url("../images/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
#ui-datepicker-div {
  z-index: 1001 !important;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16;
  min-width: 300px;
}
body {
  font-family: 'adelle-sans', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #574b41;
  background-color: #f2f2f2;
  min-width: 300px;
  margin: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::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;
}
input[type='text'],
input[type='number'],
textarea,
select {
  font-size: 16px;
}
input[type="search"] {
  -webkit-appearance: none;
}
/****************************************
    GLOBAL STUFF
****************************************/
#main-content {
  margin-top: 50px;
}
@media screen and (min-width:769px) {
  #main-content {
    margin-top: 0;
  }
}
#site-wrapper-outer {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 300px;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#site-wrapper-outer.nav-open {
  overflow: hidden;
}
@media screen and (min-width:769px) {
  #site-wrapper-outer {
    overflow-y: auto;
    position: static;
    background-image: none;
  }
}
#site-wrapper-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
  left: 0;
}
.nav-open #site-wrapper-inner {
  padding-top: 0;
  left: 80%;
}
@media screen and (min-width:769px) {
  #site-wrapper-inner {
    padding-top: 0;
  }
  #site-wrapper-inner.mini-nav {
    padding-top: 136px;
  }
}
h1 {
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family: 'adelle', serif;
}
h2 {
  font-size: 1.4375em;
}
section:before,
section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section:after {
  clear: both;
}
section:before,
section:after {
  display: table;
  content: "";
}
section:after {
  clear: both;
}
section.dark {
  background: url('../images/paper-bg.jpg') repeat;
}
section.darker {
  background: url('../images/dark-paper-bg.jpg') repeat;
}
a {
  color: #2f4156;
  text-decoration: none;
  font-weight: bold;
}
a:link,
a:visited {
  color: #2f4156;
}
a:hover {
  color: #754747;
}
a > * {
  font-weight: normal;
}
a.orange-link {
  color: #e7691f;
  text-decoration: none;
}
a.orange-link:link,
a.orange-link:visited {
  color: #e7691f;
}
a.orange-link:hover {
  color: #bf5314;
}
a img {
  border: 0;
  outline: none;
}
a[href^="mailto"] {
  color: #6888aa;
  text-decoration: none;
}
a[href^="mailto"]:link,
a[href^="mailto"]:visited {
  color: #6888aa;
}
a[href^="mailto"]:hover {
  color: #506f8f;
}
.horizontal-scroller-container {
  position: relative;
}
.horizontal-scroller {
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
}
.horizontal-scroller-navigation {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.horizontal-scroller-list-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.horizontal-scroller-list-navigation li {
  display: inline-block;
  padding: 20px 10px;
}
.horizontal-scroller-list-navigation a {
  text-indent: -9999px;
  display: block;
  background: #837162;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.horizontal-scroller-list-navigation a.active {
  background: #574b41;
}
.horizontal-scroller-prev,
.horizontal-scroller-next {
  text-indent: -9999px;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 60px;
}
.horizontal-scroller-prev:before,
.horizontal-scroller-next:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.horizontal-scroller-prev:active,
.horizontal-scroller-next:active,
.horizontal-scroller-prev:hover,
.horizontal-scroller-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.horizontal-scroller-prev {
  left: 0;
}
.horizontal-scroller-prev:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
  left: 20px;
}
.no-svg .horizontal-scroller-prev:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
}
.horizontal-scroller-next {
  right: 0;
}
.horizontal-scroller-next:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
  right: 20px;
}
.no-svg .horizontal-scroller-next:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
}
.cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  color: #f2f2f2;
  margin: 10px 0;
}
.cta:visited {
  color: #ffffff;
}
.cta:link {
  color: #ffffff;
}
.cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .cta .paint {
  background-image: url("../images/cta-paint-brown-1.png");
}
.cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cta:visited {
  color: #f2f2f2;
}
.cta:link {
  color: #f2f2f2;
}
.cta.cta-large {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.25em;
  color: #f2f2f2;
  display: table;
  text-align: center;
  margin: 20px auto;
  padding: 60px;
}
.cta.cta-large:visited {
  color: #ffffff;
}
.cta.cta-large:link {
  color: #ffffff;
}
.cta.cta-large .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-4.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .cta.cta-large .paint {
  background-image: url("../images/cta-paint-brown-4.png");
}
.cta.cta-large .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.cta.cta-large:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cta.cta-large:visited {
  color: #f2f2f2;
}
.cta.cta-large:link {
  color: #f2f2f2;
}
.text-center {
  text-align: center;
}
img[src=""] {
  display: none;
}
.input-container :requred {
  box-shadow: none;
}
@media screen and (min-width:400px) {
  .horizontal-scroller-prev,
  .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:600px) {
  .horizontal-scroller-prev,
  .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:650px) {
  .horizontal-scroller-prev,
  .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:769px) {
  .horizontal-scroller-prev,
  .horizontal-scroller-next {
    top: -30%;
  }
}
@media screen and (min-width:1400px) {
  .horizontal-scroller-prev,
  .horizontal-scroller-next {
    top: -20%;
  }
}
.clear-both {
  clear: both;
}
.clear-both:before,
.clear-both:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clear-both:after {
  clear: both;
}
.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
}
.clear-both:after {
  clear: both;
}
/****************************************
Thin  "adelle-sans" 100 normal
Light "adelle-sans" 300 normal
Regular "adelle-sans" 400 normal
SemiBold  "adelle-sans" 600 normal
Bold  "adelle-sans" 700 normal

Thin  "adelle"  100 normal
Light "adelle"  300 normal
Regular "adelle"  400 normal
Semibold  "adelle"  600 normal
Bold  "adelle"  700 normal


// TYPE KIt INFO //
<script src="//use.typekit.net/bbe8obe.js"></script>
<script>try{Typekit.load();}catch(e){}</script>


****************************************/
.along-the-way {
  color: #fff;
  font-family: 'adelle-sans', sans-serif;
}
.along-the-way .along-the-way-wrapper {
  background: red;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:1400px) {
  .along-the-way .along-the-way-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.along-the-way .along-the-way-wrapper:before,
.along-the-way .along-the-way-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.along-the-way .along-the-way-wrapper:after {
  clear: both;
}
.along-the-way .along-the-way-wrapper:before,
.along-the-way .along-the-way-wrapper:after {
  display: table;
  content: "";
}
.along-the-way .along-the-way-wrapper:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .along-the-way .along-the-way-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.along-the-way .along-the-way-wrapper .blurry-background {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.along-the-way .along-the-way-wrapper .blurry-background img {
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.along-the-way .along-the-way-wrapper .content {
  position: relative;
  z-index: 1;
}
.along-the-way p {
  font-family: 'adelle', serif;
  font-weight: 100;
  text-align: center;
  font-size: 1.25em;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}
@media screen and (min-width:769px) {
  .along-the-way p {
    font-size: 1.25em;
    font-weight: 100;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.along-the-way dl {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.along-the-way dt,
.along-the-way dd {
  margin: 0;
  padding: 0;
}
.along-the-way dt {
  font-family: 'adelle', serif;
  font-size: 1.375em;
  position: relative;
  display: inline-block;
}
.along-the-way dt img {
  max-width: 75px;
  position: absolute;
  right: -95px;
  top: -40px;
}
.csstransforms .along-the-way dt img {
  top: 50%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.along-the-way dd a {
  text-decoration: underline;
  font-weight: 100;
  color: #fff;
}
.along-the-way dd a:hover {
  color: #b6c2cf;
}
.along-the-way .col {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
@media screen and (min-width:769px) {
  .along-the-way .col {
    position: relative;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .along-the-way .col:nth-child(odd) {
    clear: left;
    padding-right: 80px;
  }
  .along-the-way .col:nth-child(even) {
    padding-left: 80px;
  }
}
.along-the-way .covered-bridges dt img {
  right: -115px;
}
.along-the-way .hat dt img {
  top: 0;
}
.csstransforms .along-the-way .hat dt img {
  top: 0;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.csstransforms .along-the-way .festivals-stops dt img {
  top: 20%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.along-the-way .quirky-stops dt img {
  top: 0;
}
.csstransforms .along-the-way .quirky-stops dt img {
  top: 20%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.along-the-way .selfie-stops dt img {
  top: 0;
}
.csstransforms .along-the-way .selfie-stops dt img {
  top: 20%;
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.summer-accommodations-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width:769px) {
  .summer-accommodations-list .cta {
    float: right;
  }
}
.article-collection .content {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.article-collection .content:before,
.article-collection .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-collection .content:after {
  clear: both;
}
.article-collection .content:before,
.article-collection .content:after {
  display: table;
  content: "";
}
.article-collection .content:after {
  clear: both;
}
.article-collection .content h1 {
  text-transform: uppercase;
  font-weight: 700;
}
.article-collection .content h1 + p {
  margin-top: -1em;
}
.article-collection .horizontal-scroller-prev {
  left: 0;
}
.article-collection .horizontal-scroller-prev:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
  left: -5px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.no-svg .article-collection .horizontal-scroller-prev:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -232px -11px;
  width: 39px;
  height: 99px;
}
.article-collection .horizontal-scroller-next {
  right: 0;
}
.article-collection .horizontal-scroller-next:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
  right: -5px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.no-svg .article-collection .horizontal-scroller-next:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -279px -11px;
  width: 39px;
  height: 99px;
}
.article-collection .item-row,
.article-collection .article-row {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.article-collection .item-row:before,
.article-collection .article-row:before,
.article-collection .item-row:after,
.article-collection .article-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-collection .item-row:after,
.article-collection .article-row:after {
  clear: both;
}
.article-collection .item-row:before,
.article-collection .article-row:before,
.article-collection .item-row:after,
.article-collection .article-row:after {
  display: table;
  content: "";
}
.article-collection .item-row:after,
.article-collection .article-row:after {
  clear: both;
}
.article-collection .item,
.article-collection .article {
  text-align: left;
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
@media screen and (min-width:769px) {
  .article-collection .item,
  .article-collection .article {
    position: relative;
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .article-collection .item:nth-child(3n + 1),
  .article-collection .article:nth-child(3n + 1) {
    clear: both;
  }
}
.article-collection .story {
  color: #574b41;
  text-decoration: none;
}
.article-collection .story:visited {
  color: #574b41;
}
.article-collection .story:link {
  color: #574b41;
}
.article-collection .story h2 {
  font-weight: 300;
  text-align: center;
  padding-top: .75em;
  line-height: 1.2em;
}
.article-collection .story h2 + p {
  border-top: 1px solid #c5c1be;
}
.article-collection .story p {
  font-weight: 300;
}
.article-collection .story img {
  width: 100%;
  display: block;
}
@media screen and (min-width:769px) {
  .article-collection .cta {
    float: right;
  }
}
.featured-campaign {
  background: url('../images/paper-bg.jpg') repeat;
  margin-bottom: 0;
}
.featured-campaign .featured-campaign-wrapper {
  position: relative;
}
.featured-campaign .featured-campaign-wrapper:before,
.featured-campaign .featured-campaign-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.featured-campaign .featured-campaign-wrapper:after {
  clear: both;
}
.featured-campaign .featured-campaign-wrapper:before,
.featured-campaign .featured-campaign-wrapper:after {
  display: table;
  content: "";
}
.featured-campaign .featured-campaign-wrapper:after {
  clear: both;
}
@media screen and (min-width:1400px) {
  .featured-campaign .featured-campaign-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.featured-campaign .image-background {
  position: relative;
  z-index: 0;
}
.featured-campaign .image-background img {
  width: 100%;
}
.featured-campaign .campaign {
  position: relative;
  z-index: 1;
}
.featured-campaign.winter .image-background,
.featured-campaign.fall .image-background,
.featured-campaign.northern-odyssey .image-background {
  position: relative;
  z-index: 0;
  min-height: 580px;
  overflow: hidden;
}
.featured-campaign.winter .imagecta,
.featured-campaign.fall .imagecta,
.featured-campaign.northern-odyssey .imagecta{
  min-height: 261px;
}
@media screen and (min-width:500px) {
    .featured-campaign.winter .imagecta,
    .featured-campaign.fall .imagecta,
    .featured-campaign.northern-odyssey .imagecta {
        min-height: 335px;
    }
}
@media screen and (min-width:769px) {
  .featured-campaign.winter .image-background,
  .featured-campaign.fall .image-background,
  .featured-campaign.northern-odyssey .image-background {
    padding-top: 47.54098361%;
  }
}
.featured-campaign.winter .image-background img,
.featured-campaign.fall .image-background img {
  position: absolute;
  min-width: 1220px;
  min-height: 580px;
  z-index: 0;
  left: 25%;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.featured-campaign.winter .imagecta img,
.featured-campaign.fall .imagecta img {
  min-width: 500px;
  min-height: 261px;
}
@media screen and (min-width:769px) {
  .featured-campaign.winter .image-background img,
  .featured-campaign.fall .image-background img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.featured-campaign.winter .campaign .content,
.featured-campaign.fall .campaign .content {
  text-align: center;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-campaign.winter .campaign .content h1,
.featured-campaign.fall .campaign .content h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 5.625em;
  color: #fff;
  position: relative;
  font-weight: 100;
}
.featured-campaign.winter .campaign .content h1:before,
.featured-campaign.winter .campaign .content h1:after,
.featured-campaign.fall .campaign .content h1:before,
.featured-campaign.fall .campaign .content h1:after {
  content: '';
  position: absolute;
  height: 25px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.featured-campaign.winter .campaign .content h1:before,
.featured-campaign.fall .campaign .content h1:before {
  background-image: url("../images/campaign/winter/decoration-top.svg");
  top: -25px;
}
.no-svg .featured-campaign.winter .campaign .content h1:before,
.no-svg .featured-campaign.fall .campaign .content h1:before {
  background-image: url("../images/campaign/winter/decoration-top.png");
}
.featured-campaign.winter .campaign .content h1:after,
.featured-campaign.fall .campaign .content h1:after {
  background-image: url("../images/campaign/winter/decoration-bottom.svg");
}
.no-svg .featured-campaign.winter .campaign .content h1:after,
.no-svg .featured-campaign.fall .campaign .content h1:after {
  background-image: url("../images/campaign/winter/decoration-bottom.png");
}
@media screen and (min-width:769px) {
  .featured-campaign.winter .campaign .content,
  .featured-campaign.fall .campaign .content {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 8.19672131%;
  }
}
.featured-campaign.winter .campaign .content .winter-arrow,
.featured-campaign.fall .campaign .content .winter-arrow {
  margin: 10px auto;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 0.9375em;
  text-align: center;
  width: 252px;
  height: 38px;
  line-height: 38px;
  display: block;
  background: url('../images/campaign/winter/cta-bg.png');
  background-repeat: no-repeat;
}
.featured-campaign.winter .campaign .content .winter-arrow:hover,
.featured-campaign.fall .campaign .content .winter-arrow:hover {
  color: #fff;
}
.featured-campaign.winter .campaign .content .leaf,
.featured-campaign.fall .campaign .content .leaf {
  width: 50px;
  margin-top: 20px;
}
.featured-campaign.fall .arrow {
  margin: 10px auto;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 0.9375em;
  text-align: center;
  width: 280px;
  height: 38px;
  line-height: 38px;
  display: block;
  position: relative;
  z-index: 3;
  background: url('../images/campaign/fall/cta-bg.png') no-repeat;
}
.featured-campaign.fall .leaf {
  width: 190px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.featured-campaign.northern-odyssey .image-background img {
  position: absolute;
  min-width: 1220px;
  min-height: 580px;
  z-index: 0;
  left: -25%;
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
@media screen and (min-width:500px) {
  .featured-campaign.northern-odyssey .image-background img {
    left: 5%;
  }
}
@media screen and (min-width:769px) {
  .featured-campaign.northern-odyssey .image-background img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.featured-campaign.northern-odyssey .campaign .content {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width:769px) {
  .featured-campaign.northern-odyssey .campaign .content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 8.19672131%;
  }
}
.featured-campaign.northern-odyssey h1:before,
.featured-campaign.northern-odyssey h1:after {
  display: none;
}
.featured-campaign.northern-odyssey h1 img {
  max-width: 100%;
}
.featured-campaign.northern-odyssey .parallelogram {
  font-size: 0.75em;
  font-family: 'adelle', serif;
  display: inline-block;
  background: #000;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
  margin-left: 25px;
}
@media screen and (min-width:769px) {
  .featured-campaign.northern-odyssey .parallelogram {
    font-size: 0.9375em;
  }
}
.featured-campaign.northern-odyssey .parallelogram:hover {
  background-color: #354251;
}
.featured-campaign.northern-odyssey .parallelogram:hover:before {
  border-top: 45px solid #354251;
}
.featured-campaign.northern-odyssey .parallelogram:hover:after {
  border-bottom: 45px solid #354251;
}
.featured-campaign.northern-odyssey .parallelogram:before,
.featured-campaign.northern-odyssey .parallelogram:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.featured-campaign.northern-odyssey .parallelogram:before {
  width: 0;
  height: 0;
  border-top: 45px solid #000000;
  border-left: 25px solid transparent;
  top: 0;
  left: -25px;
}
.featured-campaign.northern-odyssey .parallelogram:after {
  width: 0;
  height: 0;
  border-bottom: 45px solid #000000;
  border-right: 25px solid transparent;
  top: 0;
  right: -25px;
}
.featured-campaign.summer-itinerary {
  position: relative;
  font-size: .55em;
}
@media screen and (min-width:400px) {
  .featured-campaign.summer-itinerary {
    font-size: .75em;
  }
}
@media screen and (min-width:500px) {
  .featured-campaign.summer-itinerary {
    font-size: .85em;
  }
}
@media screen and (min-width:550px) {
  .featured-campaign.summer-itinerary {
    font-size: 1em;
  }
}
@media screen and (min-width:769px) {
  .featured-campaign.summer-itinerary {
    font-size: .9em;
  }
}
@media screen and (min-width:880px) {
  .featured-campaign.summer-itinerary {
    font-size: 1em;
  }
}
.featured-campaign.summer-itinerary .content {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5%;
}
.featured-campaign.summer-itinerary .content h1 {
  font-size: 3.375em;
  font-weight: 400;
  margin: .5em 0;
}
.featured-campaign.summer-itinerary .content p {
  margin: 0;
  font-size: 1.5em;
}
.featured-campaign.summer-itinerary .content .details {
  font-size: 2.125em;
  font-weight: 100;
}
.featured-campaign.summer-itinerary .content a {
  margin-top: 20px;
  font-family: 'adelle', serif;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-weight: 100;
  color: #ffffff;
  font-size: 1.25em;
}
.featured-campaign.summer-itinerary .content a:visited {
  color: #ffffff;
}
.featured-campaign.summer-itinerary .content a:link {
  color: #ffffff;
}
@media screen and (min-width:769px) {
  .featured-campaign.summer-itinerary .content a {
    font-size: 1em;
  }
}
.featured-campaign.summer-itinerary .content a:hover {
  background: #69819d;
  border-color: #69819d;
}
@media screen and (min-width:769px) {
  .featured-campaign.summer-itinerary .content {
    padding-left: 25%;
    padding-right: 25%;
  }
}
@media screen and (min-width:1200px) {
  .featured-campaign.summer-itinerary .content {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.caption-wrapper {
  position: relative;
}
.caption-wrapper img {
  width: 100%;
  z-index: 1;
}
.caption-wrapper .caption-trigger {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  font-size: 1.625em;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 50px;
  text-align: center;
  color: #ffffff;
}
.caption-wrapper .caption-trigger:visited {
  color: #ffffff;
}
.caption-wrapper .caption-trigger:link {
  color: #ffffff;
}
@media screen and (min-width:769px) {
  .caption-wrapper .caption-trigger {
    font-size: 1.875em;
    padding: 10px 20px;
  }
}
.caption-wrapper .caption-trigger:visited {
  color: #ffffff;
}
.caption-wrapper .caption-trigger:link {
  color: #ffffff;
}
.caption-wrapper .caption-trigger .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url("../images/cta-paint-darkmaroon-1.svg");
}
.no-svg .caption-wrapper .caption-trigger .paint {
  background-image: url("../images/cta-paint-darkmaroon-1.png");
}
.caption-wrapper .caption-trigger .text {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: 'adelle', serif;
  font-style: italic;
  cursor: pointer;
}
.caption-wrapper .caption {
  background: #3a1d0e;
  color: #fff;
  position: absolute;
  bottom: -15%;
  left: 0;
  z-index: 2;
  padding: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  font-size: 0.75em;
  line-height: .95em;
}
@media screen and (min-width:769px) {
  .caption-wrapper .caption {
    font-size: 0.875em;
    line-height: 1.05em;
  }
}
.caption-wrapper.open .caption {
  cursor: pointer;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.caption-wrapper.open .caption-trigger {
  bottom: -15%;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (min-width:1400px) {
  .collapsible-listing-group {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.video-item .caption-wrapper .caption-trigger {
  top: 0;
  bottom: auto;
}

.video-item .caption-wrapper.open .caption {
  top:0;
  bottom: auto;
}


.collapsible-listing-group .title {
  font-family: 'adelle-sans', sans-serif;
  font-size: 1.375em;
  margin: 1em 0;
}
.collapsible-listing-group .title .center {
  padding: 0 10px;
  margin: 0 10px;
}
.collapsible-listing-group .title .wing {
  margin-top: -0.45em;
}
.collapsible-listing-group .collapsible-listing:nth-child(odd) {
  background: url('../images/paper-bg.jpg') repeat;
}
.collapsible-listing-group .collapsible-listing:first-child .toggle-content {
  display: block;
}
.collapsible-listing {
  color: #574b41;
  padding: 20px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width:769px) {
  .collapsible-listing {
    padding-bottom: 20px;
  }
}
.collapsible-listing .toggle {
  display: block;
  width: 100%;
  text-align: center;
  color: #574b41;
  position: static;
  padding-right: 10px;
}
@media screen and (min-width:769px) {
  .collapsible-listing .toggle {
    position: relative;
  }
}
.collapsible-listing .toggle:after {
  content: '';
  display: block;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -175px -70px;
  width: 36px;
  height: 49px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.no-svg .collapsible-listing .toggle:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -175px -70px;
  width: 36px;
  height: 49px;
}
@media screen and (min-width:769px) {
  .collapsible-listing .toggle:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
  }
}
.collapsible-listing .toggle.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapsible-listing .toggle > h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width:400px) {
  .collapsible-listing .toggle > h2 {
    font-size: 1.8em;
  }
}
.collapsible-listing > p {
  text-align: center;
  font-family: 'adelle', serif;
  font-weight: 100;
  font-size: 1.25em;
  margin-top: 0;
}
@media screen and (min-width:769px) {
  .collapsible-listing > p {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.listing-column-4 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-column-4 .item {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  word-wrap: break-word;
}
@media screen and (min-width:500px) {
  .listing-column-4 .item {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .listing-column-4 .item:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width:769px) {
  .listing-column-4 .item {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .listing-column-4 .item:nth-child(2n + 1) {
    clear: none;
  }
  .listing-column-4 .item:nth-child(4n + 1) {
    clear: both;
  }
}
.listing-column-3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing-column-3:before,
.listing-column-3:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing-column-3:after {
  clear: both;
}
.listing-column-3:before,
.listing-column-3:after {
  display: table;
  content: "";
}
.listing-column-3:after {
  clear: both;
}
.listing-column-3 .item {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .listing-column-3 .item {
    position: relative;
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .listing-column-3 .item:nth-child(3n + 1) {
    clear: both;
  }
}
.item {
  margin-bottom: 20px;
  position: relative;
}
.item:before,
.item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item:after {
  clear: both;
}
.item:before,
.item:after {
  display: table;
  content: "";
}
.item:after {
  clear: both;
}
.item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.item img {
  width: 100%;
}
.item .content {
  padding: 10px;
  vertical-align: middle;
  min-height: 75px;
  background: #fff;
  position: relative;
}
.item .content:before,
.item .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .content:after {
  clear: both;
}
.item .content:before,
.item .content:after {
  display: table;
  content: "";
}
.item .content:after {
  clear: both;
}
.item .content img {
  width: auto;
  clear: both;
  display: block;
}
.item .content a {
  color: #663333;
  text-decoration: none;
}
.item .content a:link,
.item .content a:visited {
  color: #663333;
}
.item .content a:hover {
  color: #442222;
}
.item .content a.cta {
  color: #ffffff;
}
.item .content a.cta:visited {
  color: #ffffff;
}
.item .content a.cta:link {
  color: #ffffff;
}
.item .content footer {
  text-align: center;
}
.item h2 {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
  font-style: normal;
  text-align: center;
}
.item h2 + p {
  border-top: 1px solid;
  padding-top: .5em;
  margin-top: .5em;
}
.item p {
  font-size: 0.9375em;
  text-align: left;
}
.item .ribbon {
  font-family: 'adelle', serif;
  font-size: 0.73333333em;
  color: #574b41;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #dad8d6;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  right: 0;
}
.item .ribbon:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -10px;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #574b41;
}
.item .ribbon:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #dad8d6;
  right: 0;
  bottom: 0;
}
.item .ribbon.blue-ribbon {
  background-color: #69819d;
  color: #fff;
}
.item .ribbon.blue-ribbon:nth-letter(2n1) {
  color: red;
}
.item .ribbon.blue-ribbon:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2f4156;
}
.item .ribbon.blue-ribbon:after {
  background-color: #69819d;
}
.item .deal-pricing {
  background: url('../images/paper-bg.jpg') repeat;
  text-align: center;
  padding: 10px 40px;
  margin-top: 20px;
}
.item .deal-pricing h3 {
  font-size: 2.8125em;
  font-weight: 300;
  color: #574b41;
  margin: 0;
  line-height: 1em;
}
.item .deal-pricing p {
  margin: 0;
  text-align: center;
}
.item dl.availability {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.item dl.availability dt,
.item dl.availability dd {
  margin: 0;
  padding: 0;
}
.item .text-cta {
  text-align: right;
  font-weight: 700;
  color: #663333;
}
.item .date {
  text-transform: uppercase;
  text-align: center;
}
.contact-form {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.contact-form .form-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../images/paper-bg.jpg') repeat;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.contact-form legend {
  font-family: 'adelle', serif;
  display: block;
  padding-bottom: 10px;
}
.contact-form legend {
  font-size: 0.75em;
}
.contact-form .input-container.submit {
  padding: 10px 20px;
}
.contact-form textarea {
  width: 100%;
  padding: 4px;
  border: 0;
  outline: 0;
}
.contact-form input[type="submit"] {
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: 'adelle', serif;
  text-transform: uppercase;
}
.contact-form .button.submit {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  float: right;
}
.contact-form .button.submit:visited {
  color: #ffffff;
}
.contact-form .button.submit:link {
  color: #ffffff;
}
.contact-form .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-2.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .contact-form .button.submit .paint {
  background-image: url("../images/cta-paint-brown-2.png");
}
.contact-form .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.contact-form .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:769px) {
  .contact-form {
    position: relative;
    width: 62.5%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .contact-form h1 {
    margin-top: 0;
  }
  .contact-form .form-container {
    margin-top: -20px;
  }
  .contact-form .col {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .contact-form .col:before,
  .contact-form .col:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .contact-form .col:after {
    clear: both;
  }
  .contact-form .col:before,
  .contact-form .col:after {
    display: table;
    content: "";
  }
  .contact-form .col:after {
    clear: both;
  }
}
.contact-form .col + .error {
  clear: both;
}
.contact-info {
  background: #fff;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.contact-info dd,
.contact-info dt,
.contact-info dl,
.contact-info .social {
  margin: 0;
  padding: 0;
}
.contact-info .social {
  text-align: center;
  list-style: none;
}
.contact-info .social li {
  display: inline-block;
}
.contact-info dt {
  position: relative;
  text-align: center;
  font-size: 1.375em;
  font-family: 'adelle', serif;
}
.contact-info dt:before {
  content: '';
  display: block;
  float: left;
}
.contact-info dl {
  position: relative;
}
.contact-info dl.phone {
  text-align: center;
}
.contact-info dl.phone dt:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -442px -225px;
  width: 48px;
  height: 45px;
}
.no-svg .contact-info dl.phone dt:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -442px -225px;
  width: 48px;
  height: 45px;
}
.contact-info dl.mail dt:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0px -625px;
  width: 46px;
  height: 33px;
}
.no-svg .contact-info dl.mail dt:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0px -625px;
  width: 46px;
  height: 33px;
}
.contact-info dl.mail dt + dd {
  margin-top: 20px;
}
.contact-info .social,
.contact-info dl.phone {
  position: relative;
  padding-bottom: 40px;
}
.contact-info .social:after,
.contact-info dl.phone:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  visibility: visible;
  background: url('../images/dotted-border-beige.svg') repeat-x;
  padding-bottom: 1em;
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width:769px) {
  .contact-info {
    position: relative;
    width: 34.375%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    left: 3.125%;
    padding: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width:1100px) {
  .contact-info dt {
    font-size: 1.75em;
  }
}
.contact-info .social-icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
  display: inline-block;
  text-align: center;
}
.contact-info .social-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.contact-info .social-icon.facebook {
  clear: both;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.no-svg .contact-info .social-icon.facebook {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
}
.contact-info .social-icon.twitter {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -36px -445px;
  width: 33px;
  height: 33px;
  display: inline-block;
}
.no-svg .contact-info .social-icon.twitter {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -36px -445px;
  width: 33px;
  height: 33px;
}
.image-gallery .image-wrapper {
  padding: 0;
}
.image-gallery .image-wrapper:before,
.image-gallery .image-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.image-gallery .image-wrapper:after {
  clear: both;
}
.image-gallery .image-wrapper:before,
.image-gallery .image-wrapper:after {
  display: table;
  content: "";
}
.image-gallery .image-wrapper:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .image-gallery .image-wrapper {
    background: url('../images/paper-bg.jpg') repeat;
    padding: 20px 40px;
  }
}
.image-gallery .image-container {
  position: relative;
}
.image-gallery .image-container:before,
.image-gallery .image-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.image-gallery .image-container:after {
  clear: both;
}
.image-gallery .image-container:before,
.image-gallery .image-container:after {
  display: table;
  content: "";
}
.image-gallery .image-container:after {
  clear: both;
}
.image-gallery .images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-gallery .images:before,
.image-gallery .images:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.image-gallery .images:after {
  clear: both;
}
.image-gallery .images:before,
.image-gallery .images:after {
  display: table;
  content: "";
}
.image-gallery .images:after {
  clear: both;
}
.image-gallery .images li {
  float: left;
  width: 100%;
  margin: 0 10px;
}
@media screen and (min-width:769px) {
  .image-gallery .images {
    width: 80%;
    margin: 0 auto;
  }
  .image-gallery .images li {
    float: left;
    width: 28%;
    margin: 0 10px;
  }
}
.image-gallery .gallery-thumbnail {
  display: block;
}
.image-gallery .gallery-thumbnail img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .image-gallery .gallery-thumbnail .caption {
    display: none;
  }
  .image-gallery .gallery-thumbnail.selected {
    display: none;
  }
}
.image-gallery .gallery-featured {
  display: none;
}
@media screen and (min-width:769px) {
  .image-gallery .gallery-featured {
    display: block;
    position: relative;
  }
}
.image-gallery .gallery-featured img {
  width: 100%;
}
.image-gallery .caption {
  background: #fff;
  padding: 20px 40px;
  margin: 0;
}
@media screen and (min-width:769px) {
  .image-gallery .horizontal-scroller-navigation {
    position: absolute;
    bottom: 0;
    height: 70px;
  }
}
@media screen and (min-width:769px) {
  .image-gallery .horizontal-scroller-prev,
  .image-gallery .horizontal-scroller-next {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (min-width:769px) {
  .image-gallery .horizontal-scroller-prev {
    left: -55px;
  }
}
@media screen and (min-width:769px) {
  .image-gallery .horizontal-scroller-next {
    right: -55px;
  }
}
.deals .blurb .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.deals .blurb .cta:visited {
  color: #ffffff;
}
.deals .blurb .cta:link {
  color: #ffffff;
}
.deals .blurb .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-blue-2.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .deals .blurb .cta .paint {
  background-image: url("../images/cta-paint-blue-2.png");
}
.deals .blurb .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.deals .blurb .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.deals .blurb .cta .text {
  padding: 40px;
}
.deals-results-wrapper {
  margin-bottom: 20px;
}
.deals-results-wrapper + .load-more-container {
  margin-top: 20px;
}
.deal-thumbnail .blue-ribbon {
  position: absolute;
  top: 20px;
}
.deal-logo img {
  margin: 0 auto;
}
.deals_info {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 10px;
  vertical-align: middle;
  min-height: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.deals_info dl.availability dt {
  font-size: 1em;
  text-transform: uppercase;
}
.deals_info dl.availability dd {
  font-size: 1.5em;
  font-weight: 600;
}
.deals_info dl.availability dt,
.deals_info dl.availability dd {
  font-family: 'adelle', serif;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.ribbon.blue-ribbon p,
.ribbon.blue-ribbon h2 {
  margin: 0;
  text-align: center;
  letter-spacing: .2px;
}
.ribbon.blue-ribbon h2 {
  font-size: 2em;
  font-weight: 00;
  line-height: 1em;
}
.deal-thumbnail {
  overflow: hidden;
}
.deal-thumbnail img {
  transition: all 0.1s ease-in-out;
}
.deal-thumbnail img:hover {
  transform: scale(1.1, 1.1);
}
.distance-calculator {
  padding: 40px;
}
.distance-calculator .foo {
  position: absolute;
}
.distance-calculator h1 {
  margin-top: 0;
  text-align: center;
}
.distance-calculator hr {
  visibility: hidden;
  margin-bottom: 1em;
  position: relative;
  top: -10px;
}
.distance-calculator hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  visibility: visible;
  background-image: url("../images/circle-border-brown.svg");
  background-repeat: repeat-x;
  padding-bottom: 1em;
}
.no-svg .distance-calculator hr:before {
  background-image: url("../images/circle-border-brown.png");
}
@media screen and (min-width:769px) {
  .distance-calculator hr {
    clear: both;
    float: none;
  }
}
.distance-calculator .destination-selects {
  position: relative;
}
.distance-calculator .destination-selects:before,
.distance-calculator .destination-selects:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.distance-calculator .destination-selects:after {
  clear: both;
}
.distance-calculator .destination-selects:before,
.distance-calculator .destination-selects:after {
  display: table;
  content: "";
}
.distance-calculator .destination-selects:after {
  clear: both;
}
.distance-calculator .destination-selects .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.distance-calculator .destination-selects .cta:visited {
  color: #ffffff;
}
.distance-calculator .destination-selects .cta:link {
  color: #ffffff;
}
.distance-calculator .destination-selects .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .distance-calculator .destination-selects .cta .paint {
  background-image: url("../images/cta-paint-brown-1.png");
}
.distance-calculator .destination-selects .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.distance-calculator .destination-selects .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:769px) {
  .distance-calculator .destination-selects .cta {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media screen and (min-width:769px) {
  .distance-calculator .destination-selects {
    padding-right: 60px;
    padding-top: 20px;
  }
}
.distance-calculator .custom-select-control {
  position: relative;
  overflow: hidden;
}
.distance-calculator .custom-select-control select {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.distance-calculator .custom-select-control .custom-select {
  background: #fff;
  color: #574b41;
  font-size: 1.125em;
  padding: 10px;
  z-index: 1;
}
.distance-calculator .custom-select-control .toggle {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 35px;
  height: 35px;
  background: #dad8d6;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.distance-calculator .custom-select-control .toggle:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #958e88;
}
@media screen and (min-width:500px) {
  .distance-calculator .custom-select-control {
    position: relative;
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
}
@media screen and (min-width:500px) {
  [lang="fr"] .distance-calculator .custom-select-control {
    position: relative;
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    float: right;
  }
}
.distance-calculator .field {
  margin-bottom: 20px;
}
.distance-calculator .field:before,
.distance-calculator .field:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.distance-calculator .field:after {
  clear: both;
}
.distance-calculator .field:before,
.distance-calculator .field:after {
  display: table;
  content: "";
}
.distance-calculator .field:after {
  clear: both;
}
.distance-calculator .field label {
  font-family: 'adelle', serif;
  text-transform: uppercase;
}
@media screen and (min-width:500px) {
  .distance-calculator .field label {
    text-align: right;
    line-height: 2.7em;
    position: relative;
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
}
[lang="fr"] .distance-calculator .field label {
  text-transform: none;
  font-size: 1em;
}
@media screen and (min-width:500px) {
  [lang="fr"] .distance-calculator .field label {
    position: relative;
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
}
@media screen and (min-width:769px) {
  .distance-calculator .field {
    position: relative;
    width: 43.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.east-of-ordinary {
  text-align: center;
  font-family: 'adelle', serif;
  color: #fff;
  font-weight: 100;
  line-height: 1.5em;
  font-size: 1.125em;
}
.east-of-ordinary .eoo-logo {
  max-width: 300px;
}
@media screen and (min-width:769px) {
  .east-of-ordinary .eoo-logo {
    max-width: 225px;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .csstransforms .east-of-ordinary .eoo-logo {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
}
@media screen and (min-width:960px) {
  .east-of-ordinary .eoo-logo {
    max-width: 300px;
    left: 40px;
  }
}
@media screen and (min-width:769px) {
  .east-of-ordinary p {
    padding-left: 35%;
    padding-right: 2%;
  }
}
@media screen and (min-width:1100px) {
  .east-of-ordinary p {
    padding-left: 30%;
    padding-right: 5%;
  }
}
@media screen and (min-width:550px) {
  .east-of-ordinary {
    font-size: 1.3125em;
  }
}
.east-of-ordinary-wrapper {
  position: relative;
  padding: 40px;
  background: #69819d;
}
@media screen and (min-width:1400px) {
  .east-of-ordinary-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.east-of-ordinary-wrapper img,
.east-of-ordinary-wrapper p {
  position: relative;
  z-index: 2;
}
.east-of-ordinary-wrapper:before {
  content: '';
  display: block;
  width: 181px;
  height: 145px;
  position: absolute;
  background: url('../images/eoo-top-decoration.png') no-repeat;
  z-index: 0;
  top: 0;
  left: 0;
}
.east-of-ordinary-wrapper:after {
  content: '';
  display: block;
  width: 309px;
  height: 69px;
  position: absolute;
  background: url('../images/eoo-bottom-decoration.png') no-repeat;
  z-index: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width:769px) {
  .east-of-ordinary-wrapper:before {
    width: 436px;
    height: 39px;
    left: 25%;
    background: url('../images/eoo-top-decoration-desktop.png') no-repeat;
  }
  .east-of-ordinary-wrapper:after {
    width: 726px;
    height: 91px;
    background: url('../images/eoo-bottom-decoration-desktop.png') no-repeat;
  }
}
.event-search-results {
  padding: 40px 0;
  background: url('../images/paper-bg.jpg') repeat;
}
.event-search .field.date input[type="text"],
.event-search .custom-select-control {
  border: 2px solid #dad8d6;
}
.event-search .field label {
  text-indent: -999999px;
  line-height: 0;
  position: absolute;
}
.event-search .field .date-icon {
  top: 0;
}
.event-search .location-selector {
  padding-top: 20px;
  border-top: 1px solid #dad8d6;
}
.event-search .param-selector {
  border-color: #dad8d6;
}
.event-search .date-selector:before,
.event-search .date-selector:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.event-search .date-selector:after {
  clear: both;
}
.event-search .date-selector:before,
.event-search .date-selector:after {
  display: table;
  content: "";
}
.event-search .date-selector:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .event-search .date-selector {
    padding: 20px 0;
  }
}
@media screen and (min-width:769px) {
  .event-search .range-selector {
    position: relative;
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .event-search .range-selector .field.date {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:880px) {
  .event-search .range-selector {
    padding-top: 5px;
  }
  .event-search .range-selector .field.date {
    width: 45%;
    display: inline-block;
    font-size: 0.875em;
  }
  .event-search .range-selector .to-date {
    margin: 0 5px;
  }
}
@media screen and (min-width:960px) {
  .event-search .range-selector .field.date {
    font-size: 1.125em;
  }
}
@media screen and (min-width:769px) {
  .event-search .season-selector {
    position: relative;
    width: 43.75%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    float: right;
    padding-top: 20px;
  }
  .event-search .season-selector .checkbox-container {
    display: block;
    float: left;
    width: 48%;
    margin: 0 0 2% 2%;
  }
  .event-search .season-selector .checkbox-container label {
    display: block;
    text-align: center;
  }
  .event-search .season-selector .or {
    font-size: 3.75em;
    font-family: 'Amatic SC', cursive;
    position: absolute;
    left: -4px;
  }
  .event-search .season-selector fieldset {
    padding-left: 40px;
  }
}
@media screen and (min-width:880px) {
  .event-search .season-selector {
    padding-top: 0;
  }
  .event-search .season-selector .checkbox-container {
    width: 45%;
  }
}
.event-search .amenity-selector {
  padding-top: 20px;
}
.event-search .load-more-container {
  padding-bottom: 10px;
}
.experience-collection-hero {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  background: url('../images/paper-bg.jpg') repeat;
}
@media screen and (min-width:1400px) {
  .experience-collection-hero {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.experience-collection-hero img {
  width: 100%;
}
.experience-collection-hero .tagline {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.experience-collection-hero .tagline h1 {
  font-family: 'Amatic SC', cursive;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 1.5625em;
  margin: .25em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width:500px) {
  .experience-collection-hero .tagline {
    font-size: 1.875em;
  }
}
@media screen and (min-width:600px) {
  .experience-collection-hero .tagline {
    font-size: 2.5em;
  }
}
.experience-collection .content-body {
  padding-top: 20px;
}
.experience-collection-cta {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
  background-image: url("../images/experience-collection-cta-en.svg");
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 260px;
  height: 41.6px;
}
.experience-collection-cta:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.no-svg .experience-collection-cta {
  background-image: url("../images/experience-collection-cta-en.png");
}
[lang="fr"] .experience-collection-cta {
  background-image: url("../images/ExperienceCollection-cta-FR.png");
}
@media screen and (min-width:400px) {
  .experience-collection-cta {
    width: 350px;
    height: 56px;
  }
}
@media screen and (min-width:500px) {
  .experience-collection-cta {
    width: 413px;
    height: 66.08px;
  }
}
.experience-collection-band {
  margin: 20px 0;
}
.experience-collection-band:before,
.experience-collection-band:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-band:after {
  clear: both;
}
.experience-collection-band:before,
.experience-collection-band:after {
  display: table;
  content: "";
}
.experience-collection-band:after {
  clear: both;
}
.experience-collection-band .experience-collection-band-wrapper {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  /* ----------------
    responsive wings
   ---------------- */
  /*--------------------------------------*/
}
.experience-collection-band .experience-collection-band-wrapper .mobile-off {
  display: none;
}
@media screen and (min-width:500px) {
  .experience-collection-band .experience-collection-band-wrapper .mobile-off {
    display: block;
  }
}
.experience-collection-band .experience-collection-band-wrapper .mobile-on {
  display: block;
}
@media screen and (min-width:500px) {
  .experience-collection-band .experience-collection-band-wrapper .mobile-on {
    display: none;
  }
}
.experience-collection-band .experience-collection-band-wrapper .mobile-on img {
  margin-bottom: 20px;
}
.experience-collection-band .experience-collection-band-wrapper .left-wing,
.experience-collection-band .experience-collection-band-wrapper .right-wing {
  opacity: .4;
}
.experience-collection-band .experience-collection-band-wrapper .experience-collection-cta {
  width: 413px;
}
.experience-collection-band .experience-collection-band-wrapper .experience-collection-m-cta {
  display: block;
  color: #69819d;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (min-width:500px) {
  .experience-collection-band .experience-collection-band-wrapper .experience-collection-m-cta {
    display: none;
  }
}
.experience-collection-band h3 {
  font-size: 2.5em;
  font-family: 'Amatic SC', cursive;
}
.experience-collection-band .more_info_link {
  font-size: 1.5625em;
  font-family: 'Amatic SC', cursive;
  color: #69819d;
}
.experience-collection-band a {
  position: relative;
  width: 100%;
  display: block;
  color: #574b41;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.experience-collection-band a:before,
.experience-collection-band a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-band a:after {
  clear: both;
}
.experience-collection-band a:before,
.experience-collection-band a:after {
  display: table;
  content: "";
}
.experience-collection-band a:after {
  clear: both;
}
.experience-collection-band a:visited {
  color: #574b41;
}
.experience-collection-band a:link {
  color: #574b41;
}
.experience-collection-band a:before,
.experience-collection-band a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-band a:after {
  clear: both;
}
.experience-collection-band a:before,
.experience-collection-band a:after {
  display: table;
  content: "";
}
.experience-collection-band a:after {
  clear: both;
}
.experience-collection-band a + a {
  margin-top: 10px;
}
.experience-collection-band h3,
.experience-collection-band p {
  font-weight: 300;
  margin: 0;
}
.experience-collection-band .image-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.experience-collection-band .image-container img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .experience-collection-band .image-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width:769px) {
  .experience-collection-band .image-container {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-top: 26.0756193%;
  }
}
@media screen and (min-width:1100px) {
  .experience-collection-band .image-container {
    position: relative;
    width: 37.5%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-top: 16.39344262%;
  }
}
.experience-collection-band .content {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width:769px) {
  .experience-collection-band .content {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
@media screen and (min-width:1100px) {
  .experience-collection-band .content {
    position: relative;
    width: 56.25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    left: 3.125%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.experience-collection-band .experience-collection-cta {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width:769px) {
  .experience-collection-band .experience-collection-cta {
    width: 294px;
  }
}
.experience-collection-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: -40px;
}
.experience-collection-banner .wing {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.experience-collection-banner a {
  color: #574b41;
}
.experience-collection-banner a:visited {
  color: #574b41;
}
.experience-collection-banner a:link {
  color: #574b41;
}
.experience-collection-banner p {
  font-family: 'adelle', serif;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 0.75em;
}
@media screen and (min-width:769px) {
  .experience-collection-banner p {
    font-size: 0.9375em;
  }
}
.experience-collection-banner p:before,
.experience-collection-banner p:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #574b41;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.experience-collection-banner p:before {
  left: -40px;
}
.experience-collection-banner p:after {
  right: -40px;
}
.featured-chef-callout {
  background: #3a1d0e;
  position: relative;
}
.featured-chef-callout:before,
.featured-chef-callout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.featured-chef-callout:after {
  clear: both;
}
.featured-chef-callout:before,
.featured-chef-callout:after {
  display: table;
  content: "";
}
.featured-chef-callout:after {
  clear: both;
}
.featured-chef-callout .featured-chef-callout-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.featured-chef-callout .featured-chef-callout-wrapper:before,
.featured-chef-callout .featured-chef-callout-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.featured-chef-callout .featured-chef-callout-wrapper:after {
  clear: both;
}
.featured-chef-callout .featured-chef-callout-wrapper:before,
.featured-chef-callout .featured-chef-callout-wrapper:after {
  display: table;
  content: "";
}
.featured-chef-callout .featured-chef-callout-wrapper:after {
  clear: both;
}
.featured-chef-callout .featured-image {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.featured-chef-callout .featured-image img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .featured-chef-callout .featured-image {
    position: relative;
    width: 55%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    float: right;
    overflow: hidden;
  }
}
.featured-chef-callout .content {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width:769px) {
  .featured-chef-callout .content {
    position: relative;
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    left: 5%;
  }
}
.featured-chef-callout .food-decoration {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 58px;
  height: 109px;
  right: 0;
}
.featured-chef-callout h1 small {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 0.75em;
}
.featured-chef-callout .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.featured-chef-callout .cta:visited {
  color: #ffffff;
}
.featured-chef-callout .cta:link {
  color: #ffffff;
}
.featured-chef-callout .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-beige-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .featured-chef-callout .cta .paint {
  background-image: url("../images/cta-paint-beige-1.png");
}
.featured-chef-callout .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.featured-chef-callout .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.featured-recipe .featured-recipe-hero {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-bottom: 40px;
}
.featured-recipe .featured-recipe-hero:before,
.featured-recipe .featured-recipe-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.featured-recipe .featured-recipe-hero:after {
  clear: both;
}
.featured-recipe .featured-recipe-hero:before,
.featured-recipe .featured-recipe-hero:after {
  display: table;
  content: "";
}
.featured-recipe .featured-recipe-hero:after {
  clear: both;
}
@media screen and (min-width:1400px) {
  .featured-recipe .featured-recipe-hero {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.featured-recipe .featured-recipe-hero img {
  width: 100%;
}
.featured-recipe .featured-recipe-hero .signature-recipe-badge {
  position: relative;
  background-image: url("../images/signature-recipe-en.svg");
  background-repeat: no-repeat;
  width: 167px;
  min-height: 80px;
  margin: 0 auto;
  padding-bottom: 40px;
  top: 20px;
}
.no-svg .featured-recipe .featured-recipe-hero .signature-recipe-badge {
  background-image: url("../images/signature-recipe-en.png");
}
@media screen and (min-width:600px) {
  .featured-recipe .featured-recipe-hero .signature-recipe-badge {
    position: absolute;
    top: 30px;
    left: 30px;
  }
}
.featured-recipe .featured-recipe-hero .signature-recipe-badge .picture {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  top: 15px;
  left: 12px;
  width: 50px;
  height: 50px;
}
.featured-recipe .featured-recipe-hero .signature-recipe-badge .name {
  font-family: 'adelle', serif;
  font-size: 10px;
  text-align: center;
  width: 100%;
  max-width: 140px;
  padding: 5px;
  position: relative;
  bottom: -35px;
  left: 13px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
[lang="fr"] .featured-recipe .featured-recipe-hero .signature-recipe-badge {
  background-image: url("../images/SignatureRecipeBadge-FR.png");
}
@media screen and (min-width:1400px) {
  .featured-recipe .featured-recipe-hero .signature-recipe-badge {
    left: 30px;
  }
}
.ingredients {
  list-style: none;
  font-size: 1.0625em;
  line-height: 2em;
  font-family: 'adelle', serif;
  padding-left: 30px;
}
.ingredients li {
  position: relative;
}
.ingredients li:before {
  position: absolute;
  content: '';
  display: block;
  left: -30px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -90px;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
}
.no-svg .ingredients li:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -90px;
  width: 18px;
  height: 18px;
}
.ingredients li:nth-child(2n + 1):before {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.ingredients li:nth-child(3n + 1):before {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.ingredients li:nth-child(4n + 1):before {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.ingredients li:nth-child(5n + 1):before {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
h3 + .ingredients,
h4 + .ingredients {
  margin-top: -1em;
}
.footer {
  padding-top: 40px;
  max-width: none;
}
.footer ul {
  list-style: none;
}
.footer .footer-border {
  background: transparent url('../images//footer-border.png') center bottom repeat-x;
}
.footer .footer-border img {
  display: block;
  margin: 0 auto 0;
}
.footer .footer-top {
  padding-top: 20px;
  background: #69819d url('../images//blue-tile.png') repeat;
}
.footer .promos {
  margin: 0;
  padding: 0;
}
.footer .promos:before,
.footer .promos:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer .promos:after {
  clear: both;
}
.footer .promos:before,
.footer .promos:after {
  display: table;
  content: "";
}
.footer .promos:after {
  clear: both;
}
.footer .promo {
  position: relative;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  text-align: center;
  font-family: 'adelle', serif;
  font-size: 1.125em;
}
.footer .promo:nth-child(odd) {
  clear: left;
}
.footer .promo a {
  color: #a8ccea;
  text-decoration: none;
}
.footer .promo a:link,
.footer .promo a:visited {
  color: #a8ccea;
}
.footer .promo a:hover {
  color: #ffffff;
}
.footer .promo p {
  margin-top: 0;
}
.footer .promo .first {
  display: block;
  font-size: 0.75em;
  text-transform: none;
}
@media screen and (min-width:769px) {
  .footer .promo .first {
    font-size: 0.58333333em;
    line-height: 1em;
    display: block;
  }
}
.footer .promo .second {
  text-transform: uppercase;
  font-size: 1em;
}
@media screen and (min-width:769px) {
  .footer .promo .second {
    font-size: 1em;
  }
}
[lang="fr"] .footer .promo .first {
  text-transform: uppercase;
  font-size: 1em;
}
@media screen and (min-width:769px) {
  [lang="fr"] .footer .promo .first {
    font-size: 1em;
  }
}
[lang="fr"] .footer .promo .second {
  display: block;
  font-size: 0.75em;
  text-transform: none;
}
@media screen and (min-width:769px) {
  [lang="fr"] .footer .promo .second {
    font-size: 0.58333333em;
    line-height: 1em;
    display: block;
  }
}
@media screen and (min-width:650px) {
  .footer .promo {
    position: relative;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .footer .promo:nth-child(odd) {
    clear: none;
  }
}
@media screen and (min-width:769px) {
  .footer .promo {
    color: #a8ccea;
    font-size: 1.5em;
    line-height: 1em;
  }
  .footer .promo p {
    margin-top: 0;
  }
}
.footer .image-container {
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  border: 3px solid #ffffff;
}
.footer .image-container img {
  width: 100%;
}
.footer .footer-middle {
  background: #2f4156;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2.875em;
  text-align: center;
}
.footer .footer-middle h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 2.875em;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width:880px) {
  .footer .footer-middle {
    padding-bottom: 0;
  }
  .footer .footer-middle .container {
    max-width: 880px;
    float: none;
    margin: 0 auto;
  }
  .footer .footer-middle h3 {
    margin: 0;
    padding: 0;
    float: left;
  }
}
.footer .footer-social {
  margin: 0;
  padding: 0;
}
.footer .footer-social li {
  display: inline-block;
}
@media screen and (min-width:880px) {
  .footer .footer-social {
    float: right;
  }
}
.footer .social-property {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
  display: block;
  margin-left: 10px;
}
.footer .social-property:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.footer .social-property.facebook {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -130px;
  width: 48px;
  height: 48px;
}
.no-svg .footer .social-property.facebook {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -130px;
  width: 48px;
  height: 48px;
}
.footer .social-property.twitter {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -55px -130px;
  width: 48px;
  height: 48px;
}
.no-svg .footer .social-property.twitter {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -55px -130px;
  width: 48px;
  height: 48px;
}
.footer .social-property.youtube {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -109px -130px;
  width: 48px;
  height: 48px;
}
.no-svg .footer .social-property.youtube {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -109px -130px;
  width: 48px;
  height: 48px;
}
.footer .social-property.instagram {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -163px -130px;
  width: 48px;
  height: 48px;
}
.no-svg .footer .social-property.instagram {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -163px -130px;
  width: 48px;
  height: 48px;
}
.footer .social-property.pinterest {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -217px -130px;
  width: 48px;
  height: 48px;
}
.no-svg .footer .social-property.pinterest {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -217px -130px;
  width: 48px;
  height: 48px;
}
.footer .social-property.tripadvisor {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -186px;
  width: 201px;
  height: 48px;
}
.no-svg .footer .social-property.tripadvisor {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -186px;
  width: 201px;
  height: 48px;
}
[lang="fr"] .footer .social-property.tripadvisor {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -175px -500px;
  width: 201px;
  height: 48px;
}
.no-svg [lang="fr"] .footer .social-property.tripadvisor {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -175px -500px;
  width: 201px;
  height: 48px;
}
@media screen and (min-width:880px) {
  .footer .social-property {
    margin-left: 20px;
  }
}
.footer .footer-bottom {
  background: #394f68;
  color: #69819d;
  text-align: center;
}
.footer .footer-bottom a {
  color: #a8ccea;
  text-decoration: none;
  font-weight: normal;
}
.footer .footer-bottom a:link,
.footer .footer-bottom a:visited {
  color: #a8ccea;
}
.footer .footer-bottom a:hover {
  color: #ffffff;
}
.footer .legal {
  padding: 0;
  display: none;
}
@media screen and (min-width:769px) {
  .footer .legal {
    display: block;
  }
  .footer .legal li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.full-image-text .full-image-text-wrapper {
  position: relative;
  background: url('../images/paper-bg.jpg') repeat;
}
.full-image-text .full-image-text-wrapper:before,
.full-image-text .full-image-text-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.full-image-text .full-image-text-wrapper:after {
  clear: both;
}
.full-image-text .full-image-text-wrapper:before,
.full-image-text .full-image-text-wrapper:after {
  display: table;
  content: "";
}
.full-image-text .full-image-text-wrapper:after {
  clear: both;
}
.darker .full-image-text .full-image-text-wrapper {
  background: url('../images/dark-paper-bg.jpg') repeat;
}
.full-image-text a {
  text-decoration: none;
}
.full-image-text .content-wrapper {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  position: relative;
}
.full-image-text .content-wrapper:before,
.full-image-text .content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.full-image-text .content-wrapper:after {
  clear: both;
}
.full-image-text .content-wrapper:before,
.full-image-text .content-wrapper:after {
  display: table;
  content: "";
}
.full-image-text .content-wrapper:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .full-image-text .content-wrapper {
    padding-top: 0;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width:1400px) {
  .full-image-text .content-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.full-image-text .featured-image {
  display: block;
  width: 100%;
}
@media screen and (min-width:769px) {
  .full-image-text .featured-image {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.full-image-text .content {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-top: 20px;
}
@media screen and (min-width:769px) {
  .full-image-text .content {
    padding-left: 40px;
    padding-right: 60px;
    left: 55%;
    width: 45%;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
  }
}
.full-image-text .content h1:first-child {
  margin-top: 0;
}
.full-image-text h1 {
  font-weight: 700;
}
.full-image-text hr {
  visibility: hidden;
  margin-bottom: 1em;
  position: relative;
  top: -10px;
}
.full-image-text hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  visibility: visible;
  background-image: url("../images/circle-border-brown.svg");
  padding-bottom: 1em;
}
.no-svg .full-image-text hr:before {
  background-image: url("../images/circle-border-brown.png");
}
@media screen and (min-width:769px) {
  .full-image-text hr:before {
    background: url('../images/circle-border.svg') repeat-x;
  }
}
.full-image-text .sub-head {
  display: block;
  font-size: 0.66666667em;
  font-weight: 300;
  text-transform: none;
}
.full-image-text.map,
.full-image-text.homepage-map {
  color: #574b41;
}
.full-image-text.map .full-image-text-wrapper,
.full-image-text.homepage-map .full-image-text-wrapper {
  background: url('../images/map-bg.png') repeat;
}
@media screen and (min-width:796px) {
  .full-image-text.map .content-wrapper,
  .full-image-text.homepage-map .content-wrapper {
    background-position: 28% center;
    min-height: 480px;
  }
}
@media screen and (min-width:1100px) {
  .full-image-text.map .content-wrapper,
  .full-image-text.homepage-map .content-wrapper {
    background-position: center center;
  }
}
.full-image-text.map hr,
.full-image-text.homepage-map hr {
  visibility: hidden;
  margin-bottom: 1em;
  top: auto;
}
.full-image-text.map hr:before,
.full-image-text.homepage-map hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  visibility: visible;
  background: url('../images/dotted-border.svg') repeat-x;
  padding-bottom: 1em;
}
.full-image-text.map hr + p,
.full-image-text.homepage-map hr + p {
  margin-top: 2em;
}
.full-image-text.map h1,
.full-image-text.homepage-map h1 {
  text-transform: uppercase;
}
.full-image-text.map .sub-head,
.full-image-text.homepage-map .sub-head {
  text-transform: none;
}
.full-image-text.map .content,
.full-image-text.homepage-map .content {
  position: relative;
  bottom: auto;
  padding-bottom: 40px;
  margin-top: -30%;
  color: #574b41;
  background: transparent;
}
@media screen and (min-width:769px) {
  .full-image-text.map .content,
  .full-image-text.homepage-map .content {
    padding-top: 8.19672131%;
    padding-bottom: 8.19672131%;
    margin-top: 0;
    left: 50%;
    width: 50%;
  }
}
.full-image-text.map .cta,
.full-image-text.homepage-map .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  color: #f2f2f2;
}
.full-image-text.map .cta:visited,
.full-image-text.homepage-map .cta:visited {
  color: #ffffff;
}
.full-image-text.map .cta:link,
.full-image-text.homepage-map .cta:link {
  color: #ffffff;
}
.full-image-text.map .cta .paint,
.full-image-text.homepage-map .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-2.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .full-image-text.map .cta .paint,
.no-svg .full-image-text.homepage-map .cta .paint {
  background-image: url("../images/cta-paint-brown-2.png");
}
.full-image-text.map .cta .text,
.full-image-text.homepage-map .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.full-image-text.map .cta:hover .paint,
.full-image-text.homepage-map .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.full-image-text.map .cta:visited,
.full-image-text.homepage-map .cta:visited {
  color: #f2f2f2;
}
.full-image-text.map .cta:link,
.full-image-text.homepage-map .cta:link {
  color: #f2f2f2;
}
@media screen and (min-width:796px) {
  .full-image-text.lock-to-bottom .content-wrapper {
    background-position: bottom center;
  }
}
@media screen and (min-width:1100px) {
  .full-image-text.lock-to-bottom .content-wrapper {
    background-position: bottom center;
  }
}
@media screen and (min-width:796px) {
  .full-image-text.lock-to-top .content-wrapper {
    background-position: top center;
  }
}
@media screen and (min-width:1100px) {
  .full-image-text.lock-to-top .content-wrapper {
    background-position: top center;
  }
}
.full-image-text.insider-profile-hero .content > h1 {
  margin-bottom: 0;
}
.full-image-text.itinerary-map {
  color: #574b41;
  font-family: 'adelle', serif;
  position: relative;
}
.full-image-text.itinerary-map .full-image-text-wrapper {
  padding-bottom: 80%;
}
@media screen and (min-width:400px) {
  .full-image-text.itinerary-map .full-image-text-wrapper {
    padding-bottom: 40%;
  }
}
@media screen and (min-width:500px) {
  .full-image-text.itinerary-map .full-image-text-wrapper {
    padding-bottom: 15%;
  }
}
@media screen and (min-width:600px) {
  .full-image-text.itinerary-map .full-image-text-wrapper {
    padding-bottom: 5%;
  }
}
@media screen and (min-width:769px) {
  .full-image-text.itinerary-map .full-image-text-wrapper {
    padding-bottom: 0;
  }
}
.full-image-text.itinerary-map .content-wrapper {
  position: static;
}
@media screen and (min-width:769px) {
  .full-image-text.itinerary-map .content-wrapper {
    position: relative;
  }
}
.full-image-text.itinerary-map .content {
  background: transparent;
  color: #574b41;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width:769px) {
  .full-image-text.itinerary-map .content {
    position: relative;
  }
}
.full-image-text.itinerary-map p {
  color: inherit;
}
.full-image-text.itinerary-map a {
  color: #574b41;
  font-family: 'adelle', serif;
}
.full-width-image-cta {
  margin: 20px 0;
}
@media screen and (min-width:769px) {
  .full-width-image-cta {
    margin: 40px 0;
  }
}
.full-width-image-cta a {
  color: #ffffff;
  display: block;
  padding: 2.45901639% 3.27868852%;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.full-width-image-cta a:visited {
  color: #ffffff;
}
.full-width-image-cta a:link {
  color: #ffffff;
}
@media screen and (min-width:1400px) {
  .full-width-image-cta a {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.full-width-image-cta a img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.full-width-image-cta a p,
.full-width-image-cta a .text {
  font-family: 'Amatic SC', cursive;
  display: block;
  position: relative;
  z-index: 1;
  margin: 10px;
}
.full-width-image-cta a .highlight {
  color: #663333;
  display: inline-block;
  background: url('../images/full-image-cta-highlight.svg') no-repeat center center;
  background-size: 100% 100%;
  padding-left: .25em;
  padding-right: .25em;
}
.full-width-image-cta a u {
  text-decoration: none;
  position: relative;
}
.full-width-image-cta a u:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-image: url("../images/white-line.svg");
  background-size: 100% 100%;
}
.no-svg .full-width-image-cta a u:after {
  background-image: url("../images/white-line.png");
}
.full-width-map {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .full-width-map {
    position: relative;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    background: url('../images/paper-bg.jpg') repeat;
  }
}
.full-width-map .full-width-map-wrapper {
  position: relative;
  padding-top: 100%;
}
@media screen and (min-width:769px) {
  .full-width-map .full-width-map-wrapper {
    padding-top: 36.8852459%;
  }
}
@media screen and (min-width:1400px) {
  .full-width-map .full-width-map-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.full-width-map .google-distance-map,
.full-width-map .google-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.full-width-quote {
  position: relative;
  overflow: hidden;
}
.full-width-quote .full-width-quote-wrapper {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  position: relative;
  font-size: 1.75em;
  font-family: 'Gloria Hallelujah', cursive;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width:769px) {
  .full-width-quote .full-width-quote-wrapper {
    left: 5%;
    position: relative;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    float: none;
  }
}
.full-width-quote .full-width-quote-wrapper:before,
.full-width-quote .full-width-quote-wrapper:after {
  content: '';
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
@media screen and (min-width:769px) {
  .full-width-quote .full-width-quote-wrapper:before,
  .full-width-quote .full-width-quote-wrapper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.full-width-quote .full-width-quote-wrapper:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -305px -210px;
  width: 130px;
  height: 74px;
  top: -20px;
  left: -40px;
}
.no-svg .full-width-quote .full-width-quote-wrapper:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -305px -210px;
  width: 130px;
  height: 74px;
}
.full-width-quote .full-width-quote-wrapper:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -309px -124px;
  width: 130px;
  height: 74px;
  bottom: -20px;
  right: -40px;
}
.no-svg .full-width-quote .full-width-quote-wrapper:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -309px -124px;
  width: 130px;
  height: 74px;
}
.full-width-quote .full-width-quote-wrapper * {
  position: relative;
  z-index: 1;
}
.full-width-quote .content,
.full-width-quote p {
  margin: .5em 0;
}
@media screen and (min-width:769px) {
  [lang="fr"] .header nav li {
    font-size: 0.8125em;
  }
}
@media screen and (min-width:880px) {
  [lang="fr"] .header nav li {
    font-size: 0.875em;
  }
}
@media screen and (min-width:1100px) {
  [lang="fr"] .header nav li {
    font-size: 1em;
  }
}
@media screen and (min-width:769px) {
  [lang="fr"] .header nav a.see {
    font-size: 1.625em;
  }
}
[lang="fr"] .header .telephone a {
  color: #ffffff;
  font-family: 'adelle', serif;
  font-size: 1.25em;
  line-height: 1em;
}
[lang="fr"] .header .telephone a:visited {
  color: #ffffff;
}
[lang="fr"] .header .telephone a:link {
  color: #ffffff;
}
@media screen and (min-width:769px) {
  [lang="fr"] .header .telephone a {
    margin-left: 0;
  }
}
@media screen and (min-width:769px) {
  [lang="fr"] .header nav a.do {
    font-size: 1.625em;
  }
}
@media screen and (min-width:769px) {
  [lang="fr"] .header nav a.stay {
    font-size: 1.625em;
    line-height: 1em;
  }
  [lang="fr"] .header nav a.stay span {
    display: block;
    font-size: 0.4375em;
    line-height: .65em;
  }
}
@media screen and (min-width:769px) {
  [lang="fr"] .header nav a.info {
    font-size: 1.625em;
    line-height: 1em;
  }
  [lang="fr"] .header nav a.info span {
    display: block;
    font-size: 0.4375em;
    letter-spacing: .3em;
    line-height: .5em;
  }
}
[lang="fr"] .header .flyout-wrapper {
  margin-top: -20px;
}
[lang="fr"] .mini-nav .header .stay span,
[lang="fr"] .mini-nav .header .info span {
  display: none;
}
[lang="fr"] .mini-nav .header .flyout-wrapper {
  margin-top: 0;
}
.header .search {
  width: 33px;
  height: 33px;
  -webkit-transition: width 200ms;
  transition: width 200ms;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  overflow: hidden;
}
.header .search:before,
.header .search:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .search:after {
  clear: both;
}
.header .search:before,
.header .search:after {
  display: table;
  content: "";
}
.header .search:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .header .search {
    position: absolute;
    top: -5px;
    right: 35px;
    height: 33px;
    border-radius: 30px;
    overflow: hidden;
    width: 33px;
  }
}
@media screen and (min-width:796px) {
  .header .search {
    right: 35px;
  }
}
@media screen and (min-width:880px) {
  .header .search {
    right: 40px;
  }
}
@media screen and (min-width:960px) {
  .header .search {
    right: 25px;
  }
}
.header .search .icon {
  display: inline-block;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -82px;
  width: 33px;
  height: 33px;
  border-radius: 30px;
  cursor: pointer;
  display: none;
  position: absolute;
}
.no-svg .header .search .icon {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -82px;
  width: 33px;
  height: 33px;
}
@media screen and (min-width:769px) {
  .header .search .icon {
    position: absolute;
    z-index: 10;
    right: 0;
  }
}
.header .search .search-trigger {
  display: inline-block;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -82px;
  width: 33px;
  height: 33px;
  border-radius: 30px;
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.no-svg .header .search .search-trigger {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -82px;
  width: 33px;
  height: 33px;
}
.header .search .search-trigger:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
@media screen and (min-width:769px) {
  .header .search .search-trigger {
    position: absolute;
    z-index: 10;
    right: 0;
  }
}
.header .search .input-container {
  width: 0;
  position: absolute;
  height: 33px;
  border-radius: 30px;
  display: block;
  padding: 0;
  width: 33px;
  right: 0;
  top: 0;
  background: #6888aa;
  background: transparent;
  z-index: -1;
}
@media screen and (min-width:769px) {
  .header .search .input-container {
    position: absolute;
    width: 220px;
    background: transparent;
    z-index: 0;
  }
}
.header .search .input-container input[type="search"],
.header .search .input-container input[type="text"] {
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  display: block;
  box-shadow: none;
  position: absolute;
  height: 33px;
  width: 170px;
  left: 15px;
}
.header .search.open {
  width: 220px;
}
.header .search.open .input-container {
  width: 220px;
  background: #6888aa;
}
.header .search.open .input-container input[type="search"],
.header .search.open .input-container input[type="text"] {
  color: #fff;
}
.header .search.open .search-trigger {
  display: none;
}
.header .search.open .icon {
  display: block;
  background-position: -40px -82px;
  z-index: 10;
  position: absolute;
  right: 0;
}
.header {
  max-width: none;
  width: 100%;
  position: fixed;
  top: 0;
  color: #fff;
  z-index: 1000;
  -webkit-transition: top 200ms ease-out;
  transition: top 200ms ease-out;
}
.nav-open .header {
  position: static;
  top: auto;
}
.header a {
  font-weight: normal;
}
@media screen and (min-width:769px) {
  .header {
    position: relative;
  }
}
.header a {
  color: #a8ccea;
  text-decoration: none;
}
.header a:link,
.header a:visited {
  color: #a8ccea;
}
.header a:hover {
  color: #ffffff;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header-wrapper {
  background: #69819d url('../images//blue-tile.png') repeat;
  height: 50px;
}
@media screen and (min-width:769px) {
  .header .header-wrapper {
    height: 126px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header .header-inner {
  background: #69819d url('../images//blue-tile.png') repeat;
}
@media screen and (min-width:769px) {
  .header .header-inner {
    position: static;
  }
}
.header .container {
  width: 100%;
  padding: 0;
}
@media screen and (min-width:769px) {
  .header .container {
    position: relative;
  }
}
.header .logo-wrapper {
  display: none;
}
@media screen and (min-width:769px) {
  .header .logo-wrapper {
    position: static;
    display: block;
  }
}
.header .mobile-logo-wrapper {
  position: absolute;
  top: 100px;
  z-index: 200;
  width: 100%;
}
@media screen and (min-width:769px) {
  .header .mobile-logo-wrapper {
    display: none;
  }
}
.header .logo {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 0;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 182px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.no-svg .header .logo {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 0;
  width: 182px;
  height: 76px;
}
.header .logo:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
@media screen and (min-width:769px) {
  .header .logo {
    position: static;
    float: left;
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: 0 0;
    width: 182px;
    height: 76px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .no-svg .header .logo {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: 0 0;
    width: 182px;
    height: 76px;
  }
}
@media screen and (min-width:880px) {
  .header .logo {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 10px;
  }
}
.header .nav-wrapper {
  position: absolute;
  top: 0;
  left: -80%;
  padding-top: 140px;
  width: 80%;
  height: 100%;
  z-index: 100;
  background: #69819d url('../images//blue-tile.png') repeat;
  overflow: hidden;
}
.nav-open .header .nav-wrapper {
  overflow-y: scroll;
}
@media screen and (min-width:769px) {
  .header .nav-wrapper {
    top: auto;
    right: 0;
    left: auto;
    height: auto;
    background: transparent;
    overflow: visible;
    padding-top: 0;
  }
}
.header .nav-wrapper nav {
  padding: 0 20px;
}
.header .nav-wrapper nav ul li {
  border-bottom: 1px solid #69819d;
  padding: 5px 0;
}
.header .nav-wrapper nav .language-toggle,
.header .nav-wrapper nav .contact,
.header .nav-wrapper nav .telephone {
  position: absolute;
  border: none;
}
.header .nav-wrapper nav .language-toggle a,
.header .nav-wrapper nav .contact a,
.header .nav-wrapper nav .telephone a {
  font-size: 1.125em;
}
.header .nav-wrapper nav .language-toggle a:after,
.header .nav-wrapper nav .contact a:after,
.header .nav-wrapper nav .telephone a:after {
  display: none;
}
.header .nav-wrapper nav .telephone {
  top: 0;
  width: 100%;
  text-align: center;
}
.header .nav-wrapper nav .contact {
  top: 20px;
  right: 20px;
}
.header .nav-wrapper nav .language-toggle {
  top: 20px;
  left: 20px;
}
.header .nav-wrapper nav a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.375em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}
@media screen and (min-width:769px) {
  .header .nav-wrapper nav a {
    color: #a8ccea;
  }
}
.header .nav-wrapper nav ul li > a:after {
  content: '';
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -96px -86px;
  width: 18px;
  height: 32px;
  position: absolute;
  right: 0;
}
.no-svg .header .nav-wrapper nav ul li > a:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -96px -86px;
  width: 18px;
  height: 32px;
}
@media screen and (min-width:769px) {
  .header .nav-wrapper nav ul li > a:after {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .header .nav-wrapper nav {
    padding: 10px 0;
    position: relative;
    width: 87.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    left: 6.25%;
    position: absolute;
  }
  .header .nav-wrapper nav ul li {
    border-bottom: none;
    padding: 0;
  }
  .header .nav-wrapper nav ul li.telephone,
  .header .nav-wrapper nav ul li.contact,
  .header .nav-wrapper nav ul li.language-toggle {
    position: static;
    text-align: left;
    width: auto;
  }
  .header .nav-wrapper nav ul li.telephone a,
  .header .nav-wrapper nav ul li.contact a,
  .header .nav-wrapper nav ul li.language-toggle a {
    font-size: auto;
    position: static;
  }
  .header .nav-wrapper nav ul li a {
    font-size: auto;
    position: static;
  }
}
@media screen and (min-width:960px) {
  .header .nav-wrapper nav {
    left: 9.375%;
  }
}
.header .nav-wrapper ul:before,
.header .nav-wrapper ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .nav-wrapper ul:after {
  clear: both;
}
.header .nav-wrapper ul:before,
.header .nav-wrapper ul:after {
  display: table;
  content: "";
}
.header .nav-wrapper ul:after {
  clear: both;
}
.header .nav-wrapper .legal {
  padding: 10px 20px;
}
@media screen and (min-width:769px) {
  .header .nav-wrapper .legal {
    display: none;
  }
}
.header .nav-wrapper .legal li {
  float: left;
  width: 50%;
  padding: 5px 0;
}
.header .nav-wrapper .legal li:first-child {
  display: none;
}
.header .secondary {
  font-family: 'adelle', serif;
  font-weight: 400;
}
@media screen and (min-width:769px) {
  .header .secondary {
    top: -10px;
    margin-bottom: 10px;
  }
  .header .secondary li.contact,
  .header .secondary li.language-toggle,
  .header .secondary li {
    float: left;
    margin-left: 10px;
    margin-left: 2%;
  }
  .header .secondary li.contact a,
  .header .secondary li.language-toggle a,
  .header .secondary li a {
    position: static;
    font-size: 0.84375em;
    width: auto;
    color: #a8ccea;
    text-decoration: none;
  }
  .header .secondary li.contact a:link,
  .header .secondary li.language-toggle a:link,
  .header .secondary li a:link,
  .header .secondary li.contact a:visited,
  .header .secondary li.language-toggle a:visited,
  .header .secondary li a:visited {
    color: #a8ccea;
  }
  .header .secondary li.contact a:hover,
  .header .secondary li.language-toggle a:hover,
  .header .secondary li a:hover {
    color: #ffffff;
  }
}
@media screen and (min-width:796px) {
  .header .secondary li.contact a li.language-toggle a,
  .header .secondary li a {
    font-size: 0.875em;
  }
}
@media screen and (min-width:880px) {
  .header .secondary li.contact,
  .header .secondary li.language-toggle,
  .header .secondary li {
    margin-left: 3%;
  }
}
@media screen and (min-width:960px) {
  .header .secondary li.contact,
  .header .secondary li.language-toggle,
  .header .secondary li {
    margin-left: 3.75%;
  }
  .header .secondary li.contact a,
  .header .secondary li.language-toggle a,
  .header .secondary li a {
    font-size: 0.90625em;
  }
}
.header .primary {
  font-family: 'adelle', serif;
}
@media screen and (min-width:769px) {
  .header .primary {
    text-transform: uppercase;
    top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url('../images/primary-nav-bg.svg') no-repeat;
    background-size: 100% 100%;
  }
  .header .primary ul {
    display: table;
    width: 100%;
  }
  .header .primary li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #69819d;
    position: relative;
  }
  .header .primary li:last-child {
    border: none;
  }
  .header .primary a {
    display: block;
    line-height: 1em;
  }
  .header .primary a:hover {
    color: #fff;
  }
}
@media screen and (min-width:769px) {
  .header nav a.see {
    font-size: 2.5em;
    font-weight: 300;
  }
}
.header .telephone a {
  color: #ffffff;
  font-family: 'adelle', serif;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 700;
}
.header .telephone a:visited {
  color: #ffffff;
}
.header .telephone a:link {
  color: #ffffff;
}
@media screen and (min-width:769px) {
  .header .telephone a {
    margin-left: 0;
  }
}
@media screen and (min-width:769px) {
  .header nav a.do {
    font-size: 2.5em;
    font-weight: 300;
  }
}
@media screen and (min-width:769px) {
  .header nav a.stay {
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
  }
  .header nav a.stay span {
    display: block;
    font-size: 0.4375em;
    font-weight: 700;
    line-height: .65em;
  }
}
@media screen and (min-width:769px) {
  .header nav a.info {
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
  }
  .header nav a.info span {
    display: block;
    font-size: 0.4375em;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: .5em;
  }
}
.header .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
}
.header .hamburger div {
  height: 3px;
  background-color: #a8ccea;
  margin-bottom: 6px;
}
.header .hamburger div:first-child {
  margin-top: 5px;
}
.header .hamburger div:last-child {
  margin-bottom: 0;
}
.header .hamburger:hover div,
.nav-open .header .hamburger div {
  background-color: #fff;
}
@media screen and (min-width:769px) {
  .header .hamburger {
    display: none;
  }
}
.header .mobile-title {
  font-family: 'adelle', serif;
  line-height: 50px;
  text-align: center;
  font-size: 1.0625em;
}
[lang="fr"] .header .mobile-title {
  font-size: 0.9375em;
}
@media screen and (min-width:769px) {
  .header .mobile-title {
    display: none;
  }
}
.header .flyout-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
}
.header .flyout-trigger:after {
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.header .flyout-trigger.open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width:769px) {
  .header .flyout-trigger {
    display: block;
  }
  .header .flyout-trigger.flyout-open:after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: url('../images/flyout-bg.jpg') repeat;
    position: absolute;
    bottom: -15px;
  }
}
.header .fly-out:before,
.header .fly-out:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .fly-out:after {
  clear: both;
}
.header .fly-out:before,
.header .fly-out:after {
  display: table;
  content: "";
}
.header .fly-out:after {
  clear: both;
}
.header .fly-out > ul {
  max-height: 0;
  -webkit-transition: max-height 300ms;
  transition: max-height 300ms;
  margin: 0 -20px;
  background: #6888aa;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.header .fly-out > ul li a:after {
  display: none;
}
@media screen and (min-width:769px) {
  .header .fly-out > ul {
    max-height: none;
    height: auto;
    background: transparent;
    display: table;
    margin: 0;
    padding: 80px 0;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    -webkit-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
    overflow: visible;
  }
  .header .fly-out > ul.sub-menu-open {
    left: -100%;
  }
  .header .fly-out > ul > li {
    background-image: url("../images/flyout-menu-bg1.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 5px solid transparent;
  }
  .no-svg .header .fly-out > ul > li {
    background-image: url("../images/flyout-menu-bg1.png");
  }
  .header .fly-out > ul > li:nth-child(3n + 0) {
    background-image: url("../images/flyout-menu-bg2.svg");
  }
  .no-svg .header .fly-out > ul > li:nth-child(3n + 0) {
    background-image: url("../images/flyout-menu-bg2.png");
  }
  .header .fly-out > ul > li:nth-child(3n + 1) {
    background-image: url("../images/flyout-menu-bg1.svg");
  }
  .no-svg .header .fly-out > ul > li:nth-child(3n + 1) {
    background-image: url("../images/flyout-menu-bg1.png");
  }
  .header .fly-out > ul > li:nth-child(3n + 2) {
    background-image: url("../images/flyout-menu-bg3.svg");
  }
  .no-svg .header .fly-out > ul > li:nth-child(3n + 2) {
    background-image: url("../images/flyout-menu-bg3.png");
  }
  .header .fly-out > ul a {
    font-size: 1.75em;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    color: #574b41;
    text-decoration: none;
    display: block;
    padding: 20px;
    line-height: 1em;
  }
  .header .fly-out > ul a:link,
  .header .fly-out > ul a:visited {
    color: #574b41;
  }
  .header .fly-out > ul a:hover {
    color: #663333;
  }
}
@media screen and (min-width:960px) {
  .header .fly-out > ul li {
    width: 160px;
    height: 96px;
  }
  .header .fly-out > ul a {
    font-size: 1.875em;
  }
}
@media screen and (min-width:1100px) {
  .header .fly-out > ul li {
    width: 180px;
    height: 108px;
  }
  .header .fly-out > ul a {
    font-size: 2.5em;
  }
}
@media screen and (min-width:1200px) {
  .header .fly-out > ul li {
    width: 200px;
    height: 120px;
  }
  .header .fly-out > ul a {
    font-size: 2.5em;
  }
}
.header .fly-out.open {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}
.header .fly-out.open ul {
  max-height: 800px;
}
@media screen and (min-width:769px) {
  .header .fly-out {
    display: none;
  }
}
.header .fly-out .sub-menu {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 140px;
  left: 100%;
  z-index: 200;
  background: url('../images/flyout-bg.jpg') repeat;
  -webkit-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: left 500ms ease-out;
    transition: left 500ms ease-out;
    display: none;
  }
  .header .fly-out .sub-menu:before,
  .header .fly-out .sub-menu:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .header .fly-out .sub-menu:after {
    clear: both;
  }
  .header .fly-out .sub-menu:before,
  .header .fly-out .sub-menu:after {
    display: table;
    content: "";
  }
  .header .fly-out .sub-menu:after {
    clear: both;
  }
  .header .fly-out .sub-menu.active {
    display: block;
  }
}
.header .fly-out .sub-menu .title {
  color: #574b41;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu .title {
    position: relative;
    width: 23.52941176%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .fly-out .sub-menu .title h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 3em;
  line-height: 1em;
  font-weight: 300;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:500px) {
  .header .fly-out .sub-menu .title h2 {
    font-size: 3.75em;
  }
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu .title h2 {
    font-size: 3.125em;
    padding: 10px 0;
  }
}
@media screen and (min-width:880px) {
  .header .fly-out .sub-menu .title h2 {
    font-size: 3.4375em;
  }
}
@media screen and (min-width:1100px) {
  .header .fly-out .sub-menu .title h2 {
    padding: 20px 0;
    font-size: 4.0625em;
  }
}
.header .fly-out .sub-menu .title h2:before,
.header .fly-out .sub-menu .title h2:after {
  content: '';
  display: table;
  min-height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  position: absolute;
}
.header .fly-out .sub-menu .title h2:before {
  background-image: url("../images/flyout-title-top.svg");
  background-position: top center;
  top: -15px;
}
.no-svg .header .fly-out .sub-menu .title h2:before {
  background-image: url("../images/flyout-title-top.png");
}
.header .fly-out .sub-menu .title h2:after {
  background-image: url("../images/flyout-title-bottom.svg");
  background-position: bottom center;
  bottom: -20px;
  left: 0;
}
.no-svg .header .fly-out .sub-menu .title h2:after {
  background-image: url("../images/flyout-title-bottom.png");
}
.header .fly-out .sub-menu a {
  color: #574b41;
}
.header .fly-out .sub-menu a:visited {
  color: #574b41;
}
.header .fly-out .sub-menu a:link {
  color: #574b41;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu a {
    color: #574b41;
    text-decoration: none;
    font-family: 'adelle', serif;
    text-transform: none;
    font-size: 1em;
    text-align: left;
    background-color: #dad8d6;
    padding: 10px;
  }
  .header .fly-out .sub-menu a:link,
  .header .fly-out .sub-menu a:visited {
    color: #574b41;
  }
  .header .fly-out .sub-menu a:hover {
    color: #663333;
  }
}
.header .fly-out .sub-menu a.close {
  margin: 0 auto;
  position: relative;
  top: -20px;
  font-size: 1.75em;
  color: #574b41;
  text-align: center;
  background: transparent;
}
.header .fly-out .sub-menu a.close:visited {
  color: #574b41;
}
.header .fly-out .sub-menu a.close:link {
  color: #574b41;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu a.close {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
.header .fly-out .sub-menu ul {
  padding: 0 20px;
  margin-top: 10px;
  padding-bottom: 40px;
  background: url('../images/flyout-bg.jpg') repeat;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu ul {
    display: block;
    border: none;
    position: relative;
    width: 76.47058824%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.header .fly-out .sub-menu li {
  border-color: #dad8d6;
  padding-left: 10px;
  padding-right: 10px;
}
.header .fly-out .sub-menu li:first-child {
  border-top: 1px solid #dad8d6;
}
@media screen and (min-width:769px) {
  .header .fly-out .sub-menu li {
    border: none;
    background-image: none;
    border-color: #dad8d6;
    display: block;
    float: left;
    padding: 5px;
    width: 33%;
    height: auto;
  }
  .header .fly-out .sub-menu li:first-child {
    border-top: none;
  }
  .header .fly-out .sub-menu li:nth-child(3n + 1) {
    padding-left: 0;
    clear: left;
  }
}
.header .fly-out .sub-menu.sub-menu-open {
  display: block;
  left: 0;
}
.header .flyout-wrapper {
  display: none;
}
@media screen and (min-width:769px) {
  .header .flyout-wrapper {
    position: absolute;
    display: block;
    background: url('../images/flyout-bg.jpg') repeat;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
  }
  .header .flyout-wrapper.open {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
  .header .flyout-wrapper .fly-out {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
    top: 300px;
  }
  .header .flyout-wrapper .fly-out:before,
  .header .flyout-wrapper .fly-out:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .header .flyout-wrapper .fly-out:after {
    clear: both;
  }
  .header .flyout-wrapper .fly-out:before,
  .header .flyout-wrapper .fly-out:after {
    display: table;
    content: "";
  }
  .header .flyout-wrapper .fly-out:after {
    clear: both;
  }
  .header .flyout-wrapper .fly-out.active {
    display: block;
    top: 0;
  }
}
.header .flyout-wrapper .container {
  max-width: none;
  position: relative;
  width: 90%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  left: 5%;
}
@media screen and (min-width:769px) {
  .header .flyout-inner {
    width: 100%;
    padding: 40px 0;
  }
  .header .flyout-inner:before,
  .header .flyout-inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .header .flyout-inner:after {
    clear: both;
  }
  .header .flyout-inner:before,
  .header .flyout-inner:after {
    display: table;
    content: "";
  }
  .header .flyout-inner:after {
    clear: both;
  }
}
@media screen and (min-width:769px) {
  .mini-nav .header {
    position: fixed;
    width: 100%;
    top: -60px;
  }
  .mini-nav .header .header-wrapper {
    height: 60px;
  }
  .mini-nav .header .logo {
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: -185px 0;
    width: 32px;
    height: 35px;
  }
  .no-svg .mini-nav .header .logo {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: -185px 0;
    width: 32px;
    height: 35px;
  }
  .mini-nav .header .stay span,
  .mini-nav .header .info span {
    display: none;
  }
  .mini-nav .header .nav-wrapper {
    width: 100%;
  }
  .mini-nav .header .primary {
    background-image: none;
    position: relative;
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    left: 18.75%;
    padding: 0;
    top: 0;
    position: absolute;
    z-index: 2;
  }
  .mini-nav .header .primary li {
    padding: 0 20px;
  }
  .mini-nav .header nav li a.see,
  .mini-nav .header nav li a.do,
  .mini-nav .header nav li a.stay,
  .mini-nav .header nav li a.info {
    font-size: 1.625em;
  }
  .mini-nav .header .secondary {
    position: relative;
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    position: absolute;
    top: -8px;
    left: 40px;
    z-index: 0;
  }
  .mini-nav .header .secondary li {
    display: none;
  }
  .mini-nav .header .secondary li.telephone {
    display: block;
  }
  .mini-nav .header .search {
    top: 0;
  }
}
.fixed .header {
  top: 0;
}
.header a.close .chevron {
  content: '';
  position: relative;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -175px -70px;
  width: 36px;
  height: 49px;
  display: inline-block;
  top: 12px;
}
.no-svg .header a.close .chevron {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -175px -70px;
  width: 36px;
  height: 49px;
}
.header .stay-menu-fly-out {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 140px;
  left: 100%;
  z-index: 200;
  -webkit-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}
.header .stay-menu-fly-out:before,
.header .stay-menu-fly-out:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.header .stay-menu-fly-out:after {
  clear: both;
}
.header .stay-menu-fly-out:before,
.header .stay-menu-fly-out:after {
  display: table;
  content: "";
}
.header .stay-menu-fly-out:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .header .stay-menu-fly-out {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
}
.header .stay-menu-fly-out.open {
  left: 0;
}
.header .stay-flyout {
  background: url('../images/flyout-bg.jpg') repeat;
  padding-bottom: 60px;
  text-align: left;
}
@media screen and (min-width:960px) {
  .header .stay-flyout {
    padding: 20px;
  }
}
.iframe-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-embed iframe {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.iframe-embed.leaf-peeping {
  overflow: hidden;
}
.iframe-embed.leaf-peeping iframe {
  top: -40px;
}
@media screen and (min-width:769px) {
  .illustrated-attractions {
    margin: 0 auto;
    max-width: 975px;
    position: relative;
  }
}
.illustrated-attractions .illustrated-attractions-wrapper {
  margin: 0 auto;
  max-width: 975px;
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (min-width:769px) {
  .illustrated-attractions .illustrated-attractions-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 33.02564103%;
  }
}
.illustrated-attractions .attraction {
  color: #69819d;
  font-family: 'adelle-sans', sans-serif;
  position: relative;
}
.illustrated-attractions .attraction dl {
  float: left;
  margin-right: 20px;
}
.illustrated-attractions .attraction dt {
  margin: 0;
  padding: 0;
  font-weight: 600;
  white-space: nowrap;
}
.illustrated-attractions .attraction dd {
  margin: 0;
  padding-left: 1em;
  white-space: nowrap;
}
.illustrated-attractions .attraction .attraction-icon {
  max-width: 80px;
}
@media screen and (min-width:769px) {
  .illustrated-attractions .attraction {
    position: static;
  }
  .illustrated-attractions .attraction dl {
    text-align: center;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 4;
  }
  .illustrated-attractions .attraction .attraction-icon {
    position: absolute;
    max-width: none;
    z-index: 3;
  }
  .illustrated-attractions .attraction.attraction-1 dl {
    top: 30.90128755%;
    left: 0.30769231%;
    left: 0;
    text-align: left;
  }
  .illustrated-attractions .attraction.attraction-1 dd {
    padding-left: 0;
  }
  .illustrated-attractions .attraction.attraction-1 .attraction-icon {
    top: 56.43776824%;
    left: 0%;
  }
  .illustrated-attractions .attraction.attraction-2 dl {
    top: 64.3776824%;
    left: 20.71794872%;
  }
  .illustrated-attractions .attraction.attraction-2 .attraction-icon {
    top: 9.44206009%;
    left: 23.07692308%;
  }
  .illustrated-attractions .attraction.attraction-3 dl {
    top: 9.44206009%;
    left: 41.02564103%;
  }
  .illustrated-attractions .attraction.attraction-3 .attraction-icon {
    top: 25.32188841%;
    left: 43.48717949%;
  }
  .illustrated-attractions .attraction.attraction-4 dl {
    top: 83.69098712%;
    left: 62.66666667%;
  }
  .illustrated-attractions .attraction.attraction-4 .attraction-icon {
    top: 33.26180258%;
    left: 66.15384615%;
  }
  .illustrated-attractions .attraction.attraction-5 dl {
    top: 10.72961373%;
    left: 85.02564103%;
    left: auto;
    right: 0;
    text-align: right;
  }
  .illustrated-attractions .attraction.attraction-5 .attraction-icon {
    top: 43.56223176%;
    left: 84.71794872%;
  }
}
@media screen and (min-width:880px) {
  .illustrated-attractions .attraction dl {
    font-size: 1.25em;
  }
}
@media screen and (min-width:1200px) {
  .illustrated-attractions .attraction.attraction-1 dl {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
  }
  .illustrated-attractions .attraction.attraction-1 dd {
    padding-left: 1em;
  }
}
@media screen and (min-width:1400px) {
  .illustrated-attractions .attraction.attraction-5 dl {
    width: auto;
    top: 21.24463519%;
    left: 0%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    text-align: center;
  }
  .illustrated-attractions .attraction.attraction-5 dl:before,
  .illustrated-attractions .attraction.attraction-5 dl:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .illustrated-attractions .attraction.attraction-5 dl:after {
    clear: both;
  }
  .illustrated-attractions .attraction.attraction-5 dl:before,
  .illustrated-attractions .attraction.attraction-5 dl:after {
    display: table;
    content: "";
  }
  .illustrated-attractions .attraction.attraction-5 dl:after {
    clear: both;
  }
}
.illustrated-attractions .attraction-path {
  display: none;
}
@media screen and (min-width:769px) {
  .illustrated-attractions .attraction-path {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -6.82051282%;
  }
}
.insider-archive {
  margin-left: -20px;
  margin-right: -20px;
}
.insider-archive .insider {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-size: 0.875em;
  margin-bottom: 10px;
}
@media screen and (min-width:500px) {
  .insider-archive .insider {
    position: relative;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .insider-archive .insider:nth-child(2n + 1) {
    clear: both;
  }
}
@media screen and (min-width:769px) {
  .insider-archive .insider {
    position: relative;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .insider-archive .insider:nth-child(2n + 1) {
    clear: none;
  }
  .insider-archive .insider:nth-child(4n + 1) {
    clear: both;
  }
}
@media screen and (min-width:880px) {
  .insider-archive .insider {
    font-size: 1em;
  }
}
.insider-archive .insider a {
  color: #574b41;
  text-decoration: none;
}
.insider-archive .insider a:link,
.insider-archive .insider a:visited {
  color: #574b41;
}
.insider-archive .insider a:hover {
  color: #663333;
}
.insider-archive .insider .content {
  text-align: center;
}
.insider-archive .insider .content:before,
.insider-archive .insider .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-archive .insider .content:after {
  clear: both;
}
.insider-archive .insider .content:before,
.insider-archive .insider .content:after {
  display: table;
  content: "";
}
.insider-archive .insider .content:after {
  clear: both;
}
.insider-archive .insider img {
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 10px;
}
.insider-archive .insider .info {
  background-image: url("../images/insider-archive-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 20px;
}
.no-svg .insider-archive .insider .info {
  background-image: url("../images/insider-archive-bg.png");
}
.insider-archive .insider .name {
  font-family: 'adelle', serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1em;
  margin: 0;
}
.insider-archive .insider .name + .title {
  margin-top: 10px;
}
.insider-archive .insider .title {
  font-size: 1.25em;
  margin: 0;
}
.newsletter-form:before,
.newsletter-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.newsletter-form:after {
  clear: both;
}
.newsletter-form:before,
.newsletter-form:after {
  display: table;
  content: "";
}
.newsletter-form:after {
  clear: both;
}
.newsletter-form legend {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.newsletter-form legend p {
  margin: 0 0 .5em;
}
@media screen and (min-width:769px) {
  .newsletter-form legend {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    font-size: 0.75em;
  }
}
.newsletter-form p,
.newsletter-form h1,
.newsletter-form h2,
.newsletter-form .logo-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.newsletter-form .logo-container img {
  max-width: 100%;
}
.newsletter-form h2 {
  margin-bottom: 0;
}
@media screen and (min-width:769px) {
  .newsletter-form .input-container label {
    padding-bottom: 5px;
  }
}
.newsletter-form .input-container.centered {
  margin-top: 20px;
}
.newsletter-form .custom-select-control .custom-select {
  font-size: 1em;
}
.newsletter-form .button.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.newsletter-form .button.submit:visited {
  color: #ffffff;
}
.newsletter-form .button.submit:link {
  color: #ffffff;
}
.newsletter-form .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-orange-1.svg");
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .newsletter-form .button.submit .paint {
  background-image: url("../images/cta-paint-orange-1.png");
}
.newsletter-form .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.newsletter-form .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:769px) {
  .full-image-text .newsletter-form {
    margin-left: -40px;
    margin-right: -60px;
  }
  .full-image-text .newsletter-form fieldset {
    display: block;
    width: 100%;
  }
  .full-image-text .newsletter-form p {
    color: #fff;
  }
}
.newsletter-results {
  padding: 40px 0;
}
.travel-guide-form {
  padding: 20px 0;
}
.travel-guide-form p {
  margin: 0;
}
.travel-guide-form .button.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  float: right;
}
.travel-guide-form .button.submit:visited {
  color: #ffffff;
}
.travel-guide-form .button.submit:link {
  color: #ffffff;
}
.travel-guide-form .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-2.svg");
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .travel-guide-form .button.submit .paint {
  background-image: url("../images/cta-paint-brown-2.png");
}
.travel-guide-form .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.travel-guide-form .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.travel-guide-form .custom-select-control .custom-select {
  font-size: 1em;
}
@media screen and (min-width:1100px) {
  .travel-guide-form > fieldset {
    position: relative;
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    left: 12.5%;
  }
}
.input-container {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.input-container:before,
.input-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.input-container:after {
  clear: both;
}
.input-container:before,
.input-container:after {
  display: table;
  content: "";
}
.input-container:after {
  clear: both;
}
.input-container label {
  font-family: 'adelle', serif;
  display: block;
  padding-bottom: 10px;
}
.input-container input[type="text"] {
  width: 100%;
  padding: 4px;
  border: 0;
  outline: 0;
  color: #574b41;
}
.input-container input[type="text"]:required {
  box-shadow: none !important;
}
.input-container input[type="text"] + input {
  margin-top: 10px;
}
.input-container.centered {
  text-align: center;
}
.input-container.half {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .input-container.half {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
.input-container.third {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .input-container.third {
    position: relative;
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.input-container .checkgroup input[type="checkbox"] {
  display: none;
}
.lt-ie8 .input-container .checkgroup input[type="checkbox"] {
  display: inline-block;
}
.input-container .checkgroup input[type="checkbox"]:checked + label:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -90px -600px;
  width: 20px;
  height: 20px;
}
.no-svg .input-container .checkgroup input[type="checkbox"]:checked + label:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -90px -600px;
  width: 20px;
  height: 20px;
}
.input-container .checkgroup label {
  display: inline-block;
  margin-right: 10px;
  padding-right: 30px;
  position: relative;
}
.input-container .checkgroup label:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -65px -600px;
  width: 20px;
  height: 20px;
}
.no-svg .input-container .checkgroup label:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -65px -600px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:769px) {
  .input-container .checkgroup label {
    font-size: 0.875em;
  }
}
.input-container + .error {
  margin-top: 60px;
  clear: both;
}
.input-container #captcha.g-recaptcha iframe,
.input-container #captcha.g-recaptcha div {
  width: 100% !important;
}
.input-container-column {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .input-container-column {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
.input-container-column + .error {
  margin-top: 60px;
  clear: both;
}
.error {
  background: #2f4156;
  display: block;
  padding: 5px;
  border-radius: 2px;
}
.error:before,
.error:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.error:after {
  clear: both;
}
.error:before,
.error:after {
  display: table;
  content: "";
}
.error:after {
  clear: both;
}
.error p {
  color: #a8ccea;
  margin: 2px 0;
}
.button.submit + .error {
  margin-top: 60px;
  clear: both;
}
.newsletter-form .scfForm {
  padding: 0 20px;
}
.newsletter-form .scfForm .scfRadioButtonListGeneralPanel {
  padding: 10px 0;
}
.newsletter-form .scfForm input[type="radio"] {
  display: none;
}
.lt-ie8 .newsletter-form .scfForm input[type="radio"] {
  display: inline-block;
}
.newsletter-form .scfForm input[type="radio"]:checked + label:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -90px -600px;
  width: 20px;
  height: 20px;
}
.no-svg .newsletter-form .scfForm input[type="radio"]:checked + label:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -90px -600px;
  width: 20px;
  height: 20px;
}
.newsletter-form .scfForm input[type="radio"] + label {
  display: inline-block;
  margin-right: 10px;
  padding-left: 35px;
  padding-bottom: 5px;
  position: relative;
}
.newsletter-form .scfForm input[type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -65px -600px;
  width: 20px;
  height: 20px;
}
.no-svg .newsletter-form .scfForm input[type="radio"] + label:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -65px -600px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width:769px) {
  .newsletter-form .scfForm input[type="radio"] + label {
    font-size: 0.875em;
  }
}
.newsletter-form .scfForm textarea {
  width: 100%;
  height: 125px;
  margin-bottom: 20px;
}
@media screen and (min-width:769px) {
  .newsletter-form .scfForm textarea {
    max-width: 500px;
  }
}
.newsletter-form .scfForm input[type="submit"] {
  margin-bottom: 20px;
  color: #fff;
  font-family: 'adelle', serif;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-3.svg");
  padding: 10px 20px;
  text-align: center;
}
.no-svg .newsletter-form .scfForm input[type="submit"] {
  background-image: url("../images/cta-paint-brown-3.png");
}
@media screen and (min-width:769px) {
  .newsletter-form .scfForm input[type="submit"] {
    margin-bottom: 0;
  }
}
.insider-profile .content {
  padding: 40px 0;
}
.insider-profile .content:before,
.insider-profile .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-profile .content:after {
  clear: both;
}
.insider-profile .content:before,
.insider-profile .content:after {
  display: table;
  content: "";
}
.insider-profile .content:after {
  clear: both;
}
.insider-profile .profile {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .insider-profile .profile {
    position: relative;
    width: 56.25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.insider-profile .profile img {
  width: 100%;
  border-radius: 100%;
}
@media screen and (min-width:500px) {
  .insider-profile .profile img {
    position: relative;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
}
@media screen and (min-width:500px) {
  .insider-profile .profile h1,
  .insider-profile .profile .info {
    position: relative;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.insider-profile .profile h1 {
  margin-bottom: 0;
}
@media screen and (min-width:500px) {
  .insider-profile .profile h1 {
    margin-top: 10%;
  }
}
@media screen and (min-width:650px) {
  .insider-profile .profile h1 {
    margin-top: 20%;
  }
}
@media screen and (min-width:769px) {
  .insider-profile .profile h1 {
    margin-top: 10%;
  }
}
@media screen and (min-width:960px) {
  .insider-profile .profile h1 {
    margin-top: 20%;
  }
}
.insider-profile .info {
  margin-top: 0;
}
.insider-profile .info dt {
  font-size: 1.375em;
  font-weight: 700;
  font-family: 'adelle', serif;
}
.insider-profile .info dd {
  margin-left: 0;
}
.insider-profile .info ~ p {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-family: 'Gloria Hallelujah', 'adelle-sans', sans-serif;
}
.insider-profile .info ~ p + p {
  margin: 0;
}
.insider-profile .blurb {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  font-family: 'Gloria Hallelujah', 'adelle-sans', sans-serif;
}
.insider-profile .product {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  color: #394f68;
  background: url('../images/insider-profile-product.png') no-repeat;
  background-size: 100% 100%;
  padding: 30px;
}
.insider-profile .product h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 300;
}
@media screen and (min-width:769px) {
  .insider-profile .product {
    position: relative;
    width: 43.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.insider-profile .product .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  float: right;
}
.insider-profile .product .cta:visited {
  color: #ffffff;
}
.insider-profile .product .cta:link {
  color: #ffffff;
}
.insider-profile .product .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-blue-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .insider-profile .product .cta .paint {
  background-image: url("../images/cta-paint-blue-1.png");
}
.insider-profile .product .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.insider-profile .product .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.insider-profile .cta.brown {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  float: right;
  margin: 20px 20px 0 0;
}
.insider-profile .cta.brown:visited {
  color: #ffffff;
}
.insider-profile .cta.brown:link {
  color: #ffffff;
}
.insider-profile .cta.brown .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .insider-profile .cta.brown .paint {
  background-image: url("../images/cta-paint-brown-1.png");
}
.insider-profile .cta.brown .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.insider-profile .cta.brown:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.insider-profile-info {
  margin-top: 0;
}
.insider-profile-info dt {
  font-size: 1.375em;
  font-weight: 700;
  font-family: 'adelle', serif;
}
.insider-profile-info dd {
  margin-left: 0;
}
.insider-story-listing {
  padding: 40px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.insider-story-thumbnail {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.insider-story-thumbnail:before,
.insider-story-thumbnail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-story-thumbnail:after {
  clear: both;
}
.insider-story-thumbnail:before,
.insider-story-thumbnail:after {
  display: table;
  content: "";
}
.insider-story-thumbnail:after {
  clear: both;
}
.insider-story-thumbnail > a {
  display: block;
  width: 100%;
  height: 100%;
}
.insider-story-thumbnail img {
  width: 100%;
}
.insider-story-thumbnail .content {
  padding: 10px;
  vertical-align: middle;
  min-height: 75px;
  background: #fff;
  position: relative;
}
.insider-story-thumbnail .content:before,
.insider-story-thumbnail .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-story-thumbnail .content:after {
  clear: both;
}
.insider-story-thumbnail .content:before,
.insider-story-thumbnail .content:after {
  display: table;
  content: "";
}
.insider-story-thumbnail .content:after {
  clear: both;
}
.insider-story-thumbnail .content img {
  width: auto;
  clear: both;
  display: block;
}
.insider-story-thumbnail .content a {
  color: #663333;
  text-decoration: none;
}
.insider-story-thumbnail .content a:link,
.insider-story-thumbnail .content a:visited {
  color: #663333;
}
.insider-story-thumbnail .content a:hover {
  color: #442222;
}
.insider-story-thumbnail .content a.cta {
  color: #ffffff;
}
.insider-story-thumbnail .content a.cta:visited {
  color: #ffffff;
}
.insider-story-thumbnail .content a.cta:link {
  color: #ffffff;
}
.insider-story-thumbnail .content footer {
  text-align: center;
}
.insider-story-thumbnail h2 {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
  font-style: normal;
  text-align: center;
}
.insider-story-thumbnail h2 + p {
  border-top: 1px solid;
  padding-top: .5em;
  margin-top: .5em;
}
.insider-story-thumbnail p {
  font-size: 0.9375em;
  text-align: left;
}
.insider-story-thumbnail .ribbon {
  font-family: 'adelle', serif;
  font-size: 0.73333333em;
  color: #574b41;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #dad8d6;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  right: 0;
}
.insider-story-thumbnail .ribbon:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -10px;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #574b41;
}
.insider-story-thumbnail .ribbon:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #dad8d6;
  right: 0;
  bottom: 0;
}
.insider-story-thumbnail .ribbon.blue-ribbon {
  background-color: #69819d;
  color: #fff;
}
.insider-story-thumbnail .ribbon.blue-ribbon:nth-letter(2n1) {
  color: red;
}
.insider-story-thumbnail .ribbon.blue-ribbon:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2f4156;
}
.insider-story-thumbnail .ribbon.blue-ribbon:after {
  background-color: #69819d;
}
.insider-story-thumbnail .deal-pricing {
  background: url('../images/paper-bg.jpg') repeat;
  text-align: center;
  padding: 10px 40px;
  margin-top: 20px;
}
.insider-story-thumbnail .deal-pricing h3 {
  font-size: 2.8125em;
  font-weight: 300;
  color: #574b41;
  margin: 0;
  line-height: 1em;
}
.insider-story-thumbnail .deal-pricing p {
  margin: 0;
  text-align: center;
}
.insider-story-thumbnail dl.availability {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.insider-story-thumbnail dl.availability dt,
.insider-story-thumbnail dl.availability dd {
  margin: 0;
  padding: 0;
}
.insider-story-thumbnail .text-cta {
  text-align: right;
  font-weight: 700;
  color: #663333;
}
.insider-story-thumbnail .date {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width:500px) {
  .insider-story-thumbnail {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
@media screen and (min-width:769px) {
  .insider-story-thumbnail {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .insider-story-thumbnail > a {
    min-height: 330px;
    background: #fff;
  }
}
.insider-story-thumbnail:nth-child(4n + 6) {
  clear: left;
}
.insider-story-feature {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.insider-story-feature:before,
.insider-story-feature:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-story-feature:after {
  clear: both;
}
.insider-story-feature:before,
.insider-story-feature:after {
  display: table;
  content: "";
}
.insider-story-feature:after {
  clear: both;
}
.insider-story-feature > a {
  display: block;
  width: 100%;
  height: 100%;
}
.insider-story-feature img {
  width: 100%;
}
.insider-story-feature .content {
  padding: 10px;
  vertical-align: middle;
  min-height: 75px;
  background: #fff;
  position: relative;
}
.insider-story-feature .content:before,
.insider-story-feature .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-story-feature .content:after {
  clear: both;
}
.insider-story-feature .content:before,
.insider-story-feature .content:after {
  display: table;
  content: "";
}
.insider-story-feature .content:after {
  clear: both;
}
.insider-story-feature .content img {
  width: auto;
  clear: both;
  display: block;
}
.insider-story-feature .content a {
  color: #663333;
  text-decoration: none;
}
.insider-story-feature .content a:link,
.insider-story-feature .content a:visited {
  color: #663333;
}
.insider-story-feature .content a:hover {
  color: #442222;
}
.insider-story-feature .content a.cta {
  color: #ffffff;
}
.insider-story-feature .content a.cta:visited {
  color: #ffffff;
}
.insider-story-feature .content a.cta:link {
  color: #ffffff;
}
.insider-story-feature .content footer {
  text-align: center;
}
.insider-story-feature h2 {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
  font-style: normal;
  text-align: center;
}
.insider-story-feature h2 + p {
  border-top: 1px solid;
  padding-top: .5em;
  margin-top: .5em;
}
.insider-story-feature p {
  font-size: 0.9375em;
  text-align: left;
}
.insider-story-feature .ribbon {
  font-family: 'adelle', serif;
  font-size: 0.73333333em;
  color: #574b41;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  text-transform: uppercase;
  background: #dad8d6;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
  right: 0;
}
.insider-story-feature .ribbon:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -10px;
  right: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #574b41;
}
.insider-story-feature .ribbon:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #dad8d6;
  right: 0;
  bottom: 0;
}
.insider-story-feature .ribbon.blue-ribbon {
  background-color: #69819d;
  color: #fff;
}
.insider-story-feature .ribbon.blue-ribbon:nth-letter(2n1) {
  color: red;
}
.insider-story-feature .ribbon.blue-ribbon:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2f4156;
}
.insider-story-feature .ribbon.blue-ribbon:after {
  background-color: #69819d;
}
.insider-story-feature .deal-pricing {
  background: url('../images/paper-bg.jpg') repeat;
  text-align: center;
  padding: 10px 40px;
  margin-top: 20px;
}
.insider-story-feature .deal-pricing h3 {
  font-size: 2.8125em;
  font-weight: 300;
  color: #574b41;
  margin: 0;
  line-height: 1em;
}
.insider-story-feature .deal-pricing p {
  margin: 0;
  text-align: center;
}
.insider-story-feature dl.availability {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.insider-story-feature dl.availability dt,
.insider-story-feature dl.availability dd {
  margin: 0;
  padding: 0;
}
.insider-story-feature .text-cta {
  text-align: right;
  font-weight: 700;
  color: #663333;
}
.insider-story-feature .date {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width:769px) {
  .insider-story-feature {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .insider-story-feature > a {
    height: 680px;
    background: #fff;
    overflow: hidden;
  }
}
.insider-story-feature h2 {
  font-size: 1.625em;
}
.insider-story-thumbnail > a,
.insider-story-feature > a {
  color: #574b41;
  text-decoration: none;
}
.insider-story-thumbnail > a:link,
.insider-story-feature > a:link,
.insider-story-thumbnail > a:visited,
.insider-story-feature > a:visited {
  color: #574b41;
}
.insider-story-thumbnail > a:hover,
.insider-story-feature > a:hover {
  color: #663333;
}
.insider-tips {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.insider-tips h1 {
  text-transform: uppercase;
}
.insider-tips .tips {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.insider-tips .tip {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #dad8d6;
}
.insider-tips .tip:before,
.insider-tips .tip:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.insider-tips .tip:after {
  clear: both;
}
.insider-tips .tip:before,
.insider-tips .tip:after {
  display: table;
  content: "";
}
.insider-tips .tip:after {
  clear: both;
}
.insider-tips .tip:last-child {
  border-bottom: none;
}
.insider-tips .tip img {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .insider-tips .tip img {
    position: relative;
    width: 31.25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.insider-tips .tip h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 3.375em;
  margin: 0;
}
.insider-tips .tip p {
  margin: 0;
}
@media screen and (min-width:769px) {
  .insider-tips .tip:nth-child(even) img {
    float: right;
    padding-right: 0;
  }
  .insider-tips .tip:nth-child(odd) img {
    padding-left: 0;
  }
}
.insider-tips + section.dark .sharing {
  margin-bottom: 40px;
}
.instagram-feed {
  position: relative;
  padding-top: 50px;
}
.instagram-feed:before,
.instagram-feed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-feed:after {
  clear: both;
}
.instagram-feed:before,
.instagram-feed:after {
  display: table;
  content: "";
}
.instagram-feed:after {
  clear: both;
}
.instagram-feed .feed:before,
.instagram-feed .feed:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.instagram-feed .feed:after {
  clear: both;
}
.instagram-feed .feed:before,
.instagram-feed .feed:after {
  display: table;
  content: "";
}
.instagram-feed .feed:after {
  clear: both;
}
.instagram-feed .item {
  width: 150px;
  height: 150px;
  float: left;
  margin: 0;
}
@media screen and (min-width:769px) {
  .instagram-feed .item {
    width: 244px;
    height: 244px;
  }
}
.instagram-feed .item img {
  width: 100%;
}
.instagram-feed .instagram-feed-callout {
  font-family: 'adelle', serif;
  background-color: #69819d;
  color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width:769px) {
  .instagram-feed .instagram-feed-callout {
    width: 244px;
    height: 244px;
    position: absolute;
    left: 244px;
    z-index: 1;
  }
}
.instagram-feed .instagram-feed-callout .icon {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -225px -185px;
  width: 54px;
  height: 52px;
  display: block;
  margin: 0 auto;
}
.no-svg .instagram-feed .instagram-feed-callout .icon {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -225px -185px;
  width: 54px;
  height: 52px;
}
.instagram-feed .instagram-feed-callout p {
  font-size: 0.9375em;
  line-height: 1.5 em;
  font-weight: 300;
}
@media screen and (min-width:769px) {
  .instagram-feed .instagram-feed-callout p:before {
    content: '';
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: 0 -260px;
    width: 201px;
    height: 16px;
    display: inline-block;
    margin-bottom: .5em;
  }
  .no-svg .instagram-feed .instagram-feed-callout p:before {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: 0 -260px;
    width: 201px;
    height: 16px;
  }
  .instagram-feed .instagram-feed-callout p:after {
    content: '';
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: 0 -292px;
    width: 201px;
    height: 16px;
    display: inline-block;
    margin-top: .5em;
  }
  .no-svg .instagram-feed .instagram-feed-callout p:after {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: 0 -292px;
    width: 201px;
    height: 16px;
  }
}
@media screen and (min-width: 769px) {
  .instagram-feed .instagram-feed .instagram-feed-callout {
    width: 244px;
    height: 244px;
    position: absolute;
    left: 244px;
    z-index: 1;
  }
}
.instagram-feed .horizontal-scroller-prev,
.instagram-feed .horizontal-scroller-next {
  height: 100%;
}
@media screen and (min-width:400px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:600px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:650px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: 0%;
  }
}
@media screen and (min-width:769px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: -30%;
  }
}
@media screen and (min-width:769px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: -20%;
  }
}
@media screen and (min-width:1400px) {
  .instagram-feed .horizontal-scroller-prev,
  .instagram-feed .horizontal-scroller-next {
    top: -20%;
  }
}
.instagram-feed .horizontal-scroller-prev:before,
.instagram-feed .horizontal-scroller-next:before,
.instagram-feed .horizontal-scroller-prev:after,
.instagram-feed .horizontal-scroller-next:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: 20px;
}
.language-select-landing {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url('../images/language-select-bg.jpg');
  background-position: center center;
  background-size: cover;
}
.lt-ie9 .language-select-landing {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/language}-select-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i../images/language}-select-bg.jpg', sizingMethod='scale')";
}
.language-select-landing .content {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  width: 100%;
  margin-top: -100px;
}
.language-select-landing .cta {
  position: relative;
  z-index: 100;
  display: inline-block;
  text-align: center;
}
.language-select-landing .cta .paint {
  background-image: url("../images/cta-paint-blue-1.svg");
}
.no-svg .language-select-landing .cta .paint {
  background-image: url("../images/cta-paint-blue-1.png");
}
.language-select-landing .cta .text {
  font-family: 'Amatic SC', cursive;
  font-size: 1.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.language-select-landing .logo {
  margin: 10px auto;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 0;
  width: 182px;
  height: 76px;
}
.no-svg .language-select-landing .logo {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 0;
  width: 182px;
  height: 76px;
}
.multi-faceted-event-search-form h3,
.multi-faceted-search-form h3 {
  text-align: center;
  font-size: 1.875em;
  font-weight: 300;
  margin-bottom: .25em;
}
@media screen and (min-width:769px) {
  .multi-faceted-event-search-form h3,
  .multi-faceted-search-form h3 {
    margin-bottom: 1em;
  }
}
@media screen and (min-width:769px) {
  .multi-faceted-event-search-form,
  .multi-faceted-search-form {
    float: none;
    margin: 0 auto;
  }
  .multi-faceted-event-search-form:before,
  .multi-faceted-search-form:before,
  .multi-faceted-event-search-form:after,
  .multi-faceted-search-form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .multi-faceted-event-search-form:after,
  .multi-faceted-search-form:after {
    clear: both;
  }
  .multi-faceted-event-search-form:before,
  .multi-faceted-search-form:before,
  .multi-faceted-event-search-form:after,
  .multi-faceted-search-form:after {
    display: table;
    content: "";
  }
  .multi-faceted-event-search-form:after,
  .multi-faceted-search-form:after {
    clear: both;
  }
}
.multi-faceted-event-search-form .submit-container,
.multi-faceted-search-form .submit-container {
  text-align: center;
}
.multi-faceted-event-search-form .submit-container:before,
.multi-faceted-search-form .submit-container:before,
.multi-faceted-event-search-form .submit-container:after,
.multi-faceted-search-form .submit-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.multi-faceted-event-search-form .submit-container:after,
.multi-faceted-search-form .submit-container:after {
  clear: both;
}
.multi-faceted-event-search-form .submit-container:before,
.multi-faceted-search-form .submit-container:before,
.multi-faceted-event-search-form .submit-container:after,
.multi-faceted-search-form .submit-container:after {
  display: table;
  content: "";
}
.multi-faceted-event-search-form .submit-container:after,
.multi-faceted-search-form .submit-container:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .multi-faceted-event-search-form .submit-container,
  .multi-faceted-search-form .submit-container {
    display: none;
    font-size: 1.625em;
  }
}
.location-selector:before,
.location-selector:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.location-selector:after {
  clear: both;
}
.location-selector:before,
.location-selector:after {
  display: table;
  content: "";
}
.location-selector:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .location-selector {
    width: 100%;
    position: relative;
  }
  .location-selector h3 {
    text-align: center;
  }
}
.location-selector .instructions {
  display: none;
}
@media screen and (min-width:769px) {
  .location-selector .instructions {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    font-size: 2.5em;
    -webkit-transform: translate(5%, -50%);
    -ms-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
    line-height: 1em;
    position: absolute;
    margin: 0;
    top: 50%;
  }
}
.location-selector .location-select {
  text-align: left;
  position: relative;
}
.location-selector .location-select label {
  display: none;
}
.location-selector .location-select .custom-select-control .custom-select {
  position: relative;
  padding: 10px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  display: block;
  color: #574b41;
  font-family: 'adelle', serif;
  background: url('../images/paper-bg.jpg') repeat;
  font-size: 1.375em;
}
.location-selector .location-select .custom-select-control .custom-select:visited {
  color: #574b41;
}
.location-selector .location-select .custom-select-control .custom-select:link {
  color: #574b41;
}
.location-selector .location-select .custom-select-control .toggle {
  position: absolute;
  right: 5px;
  top: 30%;
  z-index: 1;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -26px -775px;
  width: 32px;
  height: 18px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.no-svg .location-selector .location-select .custom-select-control .toggle {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -26px -775px;
  width: 32px;
  height: 18px;
}
@media screen and (min-width:769px) {
  .location-selector .location-select {
    position: relative;
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .location-selector .location-select label {
    display: block;
  }
  .location-selector .location-select .custom-select-control {
    position: relative;
  }
  .location-selector .location-select .custom-select-control .custom-select {
    background: #f2f2f2;
    color: #574b41;
    font-size: 1.125em;
    padding: 2px 5px;
    z-index: 1;
  }
  .location-selector .location-select .custom-select-control .toggle {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}
.location-selector .region-select {
  display: none;
}
@media screen and (min-width:769px) {
  .location-selector .region-select {
    width: 40%;
    float: left;
    display: block;
    position: relative;
    left: 15%;
  }
  .location-selector .region-select #NBMap-svg {
    width: 100%;
  }
  .location-selector .region-select #region-name {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 20px;
    font-family: 'adelle', serif;
    font-weight: 300;
  }
}
.location-selector .or {
  display: none;
}
@media screen and (min-width:769px) {
  .location-selector .or {
    display: block;
    position: relative;
    width: 8.33333333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    position: absolute;
    font-family: 'Amatic SC', cursive;
    font-size: 4.375em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 60%;
    top: 50%;
    text-align: center;
  }
}
.param-selector {
  width: 100%;
}
.param-selector:before,
.param-selector:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.param-selector:after {
  clear: both;
}
.param-selector:before,
.param-selector:after {
  display: table;
  content: "";
}
.param-selector:after {
  clear: both;
}
.param-selector .clear-filters {
  color: #574b41;
  display: block;
  padding: 10px;
  font-weight: normal;
  margin-bottom: 20px;
  background: url('../images/paper-bg.jpg') repeat;
  font-family: 'adelle-sans', sans-serif;
}
.param-selector .clear-filters:visited {
  color: #574b41;
}
.param-selector .clear-filters:link {
  color: #574b41;
}
@media screen and (min-width:769px) {
  .param-selector .clear-filters {
    background-image: none;
    color: #663333;
    text-decoration: none;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .param-selector .clear-filters:link,
  .param-selector .clear-filters:visited {
    color: #663333;
  }
  .param-selector .clear-filters:hover {
    color: #442222;
  }
}
.param-selector fieldset {
  display: none;
}
@media screen and (min-width:769px) {
  .param-selector fieldset {
    display: block;
  }
}
.param-selector .toggle {
  position: relative;
  padding: 10px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  display: block;
  color: #574b41;
  font-family: 'adelle', serif;
  background: url('../images/paper-bg.jpg') repeat;
  font-size: 1.375em;
}
.param-selector .toggle:visited {
  color: #574b41;
}
.param-selector .toggle:link {
  color: #574b41;
}
.param-selector .toggle:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -103px -623px;
  width: 39px;
  height: 39px;
}
.no-svg .param-selector .toggle:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -103px -623px;
  width: 39px;
  height: 39px;
}
.param-selector .toggle.open {
  margin-bottom: 2px;
}
.param-selector .toggle.open:after {
  background-position: -53px -623px;
}
@media screen and (min-width:769px) {
  .param-selector .toggle {
    display: none;
  }
}
@media screen and (min-width:769px) {
  .param-selector {
    text-align: center;
    padding-bottom: 20px;
  }
}
.checkbox-container {
  background: url('../images/paper-bg.jpg') repeat;
  margin-bottom: 2px;
}
.checkbox-container input[type="checkbox"] {
  display: none;
}
.lt-ie8 .checkbox-container input[type="checkbox"] {
  display: inline-block;
}
.checkbox-container label {
  padding: 10px 10px;
  display: block;
  position: relative;
}
.checkbox-container input[type="checkbox"]:checked + label {
  background: rgba(0, 0, 0, 0.1);
}
.checkbox-container input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -383px -608px;
  width: 43px;
  height: 34px;
}
.no-svg .checkbox-container input[type="checkbox"]:checked + label:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -383px -608px;
  width: 43px;
  height: 34px;
}
@media screen and (min-width:769px) {
  .checkbox-container {
    display: inline-block;
    margin: 5px;
    background-image: none;
    float: none;
  }
  .checkbox-container label {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  .checkbox-container label:visited {
    color: #ffffff;
  }
  .checkbox-container label:link {
    color: #ffffff;
  }
  .checkbox-container label .paint {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/filter-item.svg");
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    z-index: 0;
  }
  .no-svg .checkbox-container label .paint {
    background-image: url("../images/filter-item.png");
  }
  .checkbox-container label .text {
    font-family: 'adelle', serif;
    font-size: 0.875em;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  .checkbox-container label:hover .paint {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .checkbox-container label .text {
    text-transform: none;
  }
  .checkbox-container input[type="checkbox"]:checked + label .paint {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.checkbox-container .filter-icon {
  display: none;
}
@media screen and (min-width:769px) {
  .checkbox-container .filter-icon {
    display: block;
  }
  .checkbox-container .filter-icon ~ .text {
    padding-left: 20px;
  }
}
.cta.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.cta.submit:visited {
  color: #ffffff;
}
.cta.submit:link {
  color: #ffffff;
}
.cta.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-blue-2.svg");
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .cta.submit .paint {
  background-image: url("../images/cta-paint-blue-2.png");
}
.cta.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.cta.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cta.submit .text {
  padding-left: 20px;
  padding-right: 20px;
}
.desktop-toggles {
  display: none;
}
@media screen and (min-width:769px) {
  .desktop-toggles {
    display: block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    display: table;
    content: "";
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    display: table;
    content: "";
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    display: table;
    content: "";
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles:before,
  .desktop-toggles:after {
    display: table;
    content: "";
  }
  .desktop-toggles:after {
    clear: both;
  }
  .desktop-toggles li {
    position: relative;
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .desktop-toggles li:first-child {
    left: -10px;
  }
  .desktop-toggles li:last-child {
    right: -10px;
  }
  .desktop-toggles a {
    font-family: 'adelle', serif;
    font-size: 1.25em;
    padding: 15px 20px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1em;
  }
  .desktop-toggles a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/paper-bg.jpg') repeat;
    z-index: -1;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .desktop-toggles a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #958e88;
  }
  .content-body .desktop-toggles a {
    font-weight: 100;
  }
  .desktop-toggles a.open:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .desktop-toggles a.open:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.results-description {
  font-family: 'adelle', serif;
  text-align: center;
}
.results-description:before,
.results-description:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.results-description:after {
  clear: both;
}
.results-description:before,
.results-description:after {
  display: table;
  content: "";
}
.results-description:after {
  clear: both;
}
.results-description .clear-filters {
  padding-top: 10px;
  display: block;
}
@media screen and (min-width:769px) {
  .results-description {
    text-align: left;
  }
  .results-description a.clear-filters {
    display: inline-block;
    padding-left: 20px;
    padding-top: 0;
    font-family: 'adelle-sans', sans-serif;
    text-decoration: underline;
  }
}
.param-panel {
  margin-bottom: 10px;
}
@media screen and (min-width:769px) {
  .param-panel {
    display: none;
    background: url('../images/paper-bg.jpg') repeat;
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .param-panel.open {
    display: block;
  }
  .param-panel.open ~ .submit-container {
    display: block;
    margin-bottom: -50px;
  }
  .param-panel.open ~ .submit-container .submit {
    top: -50px;
  }
  .param-panel.open ~ .results-description {
    display: none;
  }
}
.accomodation-selector a.switch-type {
  display: none;
}
@media screen and (min-width:769px) {
  .accomodation-selector {
    padding-bottom: 60px;
  }
  .accomodation-selector a.switch-type {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline;
  }
}
.filter-icon.Pet-Friendly,
.filter-icon.pet-friendly {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -170px -600px;
  width: 19px;
  height: 19px;
}
.no-svg .filter-icon.Pet-Friendly,
.no-svg .filter-icon.pet-friendly {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -170px -600px;
  width: 19px;
  height: 19px;
}
.filter-icon.Pet-Friendly,
.filter-icon.pet-friendly {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -250px -665px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Pet-Friendly,
.no-svg .filter-icon.pet-friendly {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -250px -665px;
  width: 27px;
  height: 27px;
}
.filter-icon.Non-Smoking-Rooms,
.filter-icon.non-smoking-rooms {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -277px -665px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Non-Smoking-Rooms,
.no-svg .filter-icon.non-smoking-rooms {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -277px -665px;
  width: 27px;
  height: 27px;
}
.filter-icon.Internet,
.filter-icon.internet {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -304px -665px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Internet,
.no-svg .filter-icon.internet {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -304px -665px;
  width: 27px;
  height: 27px;
}
.filter-icon.Wheelchair-Accessible,
.filter-icon.wheelchair-accessible {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -331px -665px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Wheelchair-Accessible,
.no-svg .filter-icon.wheelchair-accessible {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -331px -665px;
  width: 27px;
  height: 27px;
}
.filter-icon.Private-Tv,
.filter-icon.private-tv {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -358px -665px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Private-Tv,
.no-svg .filter-icon.private-tv {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -358px -665px;
  width: 27px;
  height: 27px;
}
.filter-icon.Room-Service,
.filter-icon.room-service {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -250px -692px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Room-Service,
.no-svg .filter-icon.room-service {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -250px -692px;
  width: 27px;
  height: 27px;
}
.filter-icon.Pool,
.filter-icon.pool {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -277px -692px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Pool,
.no-svg .filter-icon.pool {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -277px -692px;
  width: 27px;
  height: 27px;
}
.filter-icon.Beaches-Nearby,
.filter-icon.beaches-nearby {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -304px -692px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Beaches-Nearby,
.no-svg .filter-icon.beaches-nearby {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -304px -692px;
  width: 27px;
  height: 27px;
}
.filter-icon.Private-Showers,
.filter-icon.private-showers {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -331px -692px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Private-Showers,
.no-svg .filter-icon.private-showers {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -331px -692px;
  width: 27px;
  height: 27px;
}
.filter-icon.Restaurant,
.filter-icon.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -358px -692px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Restaurant,
.no-svg .filter-icon.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -358px -692px;
  width: 27px;
  height: 27px;
}
.filter-icon.Waterfront-Property,
.filter-icon.waterfront-property {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -250px -719px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Waterfront-Property,
.no-svg .filter-icon.waterfront-property {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -250px -719px;
  width: 27px;
  height: 27px;
}
.filter-icon.Playground,
.filter-icon.playground {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -277px -719px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Playground,
.no-svg .filter-icon.playground {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -277px -719px;
  width: 27px;
  height: 27px;
}
.filter-icon.Water-View,
.filter-icon.water-view {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -304px -719px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Water-View,
.no-svg .filter-icon.water-view {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -304px -719px;
  width: 27px;
  height: 27px;
}
.filter-icon.Activity-Centre,
.filter-icon.Activity-Center,
.filter-icon.activity-center {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -331px -719px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Activity-Centre,
.no-svg .filter-icon.Activity-Center,
.no-svg .filter-icon.activity-center {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -331px -719px;
  width: 27px;
  height: 27px;
}
.filter-icon.Pull-Through,
.filter-icon.pull-through {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -358px -719px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Pull-Through,
.no-svg .filter-icon.pull-through {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -358px -719px;
  width: 27px;
  height: 27px;
}
.filter-icon.Serviced-sSites,
.filter-icon.serviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -250px -746px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Serviced-sSites,
.no-svg .filter-icon.serviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -250px -746px;
  width: 27px;
  height: 27px;
}
.filter-icon.Dumping-Sites,
.filter-icon.dumping-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -277px -746px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Dumping-Sites,
.no-svg .filter-icon.dumping-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -277px -746px;
  width: 27px;
  height: 27px;
}
.filter-icon.Washer-Dryer,
.filter-icon.washer-dryer {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -304px -746px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Washer-Dryer,
.no-svg .filter-icon.washer-dryer {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -304px -746px;
  width: 27px;
  height: 27px;
}
.filter-icon.Propane,
.filter-icon.propane {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -331px -746px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Propane,
.no-svg .filter-icon.propane {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -331px -746px;
  width: 27px;
  height: 27px;
}
.filter-icon.Unserviced-Sites,
.filter-icon.unserviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -358px -746px;
  width: 27px;
  height: 27px;
}
.no-svg .filter-icon.Unserviced-Sites,
.no-svg .filter-icon.unserviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -358px -746px;
  width: 27px;
  height: 27px;
}
.filter-icon.shared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
  height: 25px;
  background-position: -190px -556px;
}
.no-svg .filter-icon.shared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
}
.filter-icon.sheared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -225px -560px;
  width: 19px;
  height: 19px;
}
.no-svg .filter-icon.sheared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -225px -560px;
  width: 19px;
  height: 19px;
}
.filter-icon.Restaurant,
.filter-icon.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -254px -775px;
  width: 23px;
  height: 23px;
}
.no-svg .filter-icon.Restaurant,
.no-svg .filter-icon.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -254px -775px;
  width: 23px;
  height: 23px;
}
.svgmap-container .svg-region {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: pointer;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.svgmap-container .svg-region:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.svgmap-container .svg-region.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.refine-search-wrapper {
  background: url('../images/refine-search-bg.jpg') repeat;
  margin-bottom: 20px;
}
.refine-search {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: 'adelle', serif;
  font-size: 1.375em;
  text-transform: uppercase;
  min-height: 50px;
  padding: 10px 0;
}
.refine-search:link,
.refine-search:visited {
  color: #ffffff;
}
.refine-search:hover {
  color: #dad8d6;
}
.refine-search span {
  position: relative;
}
.refine-search span:after {
  content: '';
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -125px -500px;
  width: 21px;
  height: 40px;
}
.no-svg .refine-search span:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -125px -500px;
  width: 21px;
  height: 40px;
}
.refine-search:hover span:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -151px -549px;
  width: 21px;
  height: 40px;
}
.no-svg .refine-search:hover span:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -151px -549px;
  width: 21px;
  height: 40px;
}
@media screen and (min-width:400px) {
  .refine-search {
    font-size: 1.8125em;
  }
}
@media screen and (min-width:769px) {
  .refine-search {
    padding: 10px 0;
  }
}
.search-all-accommodations .winged-decorations {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.search-all-accommodations .winged-decorations:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  visibility: visible;
  background: url('../images/dotted-border-beige.svg') repeat-x;
  padding-bottom: 1em;
  position: relative;
  bottom: 5px;
}
@media screen and (min-width:650px) {
  .search-all-accommodations .winged-decorations:after {
    display: none;
  }
}
.search-all-accommodations .content-body .blurb {
  margin-bottom: 0;
}
@media screen and (min-width:769px) {
  .search-all-accommodations .content-body .blurb {
    margin-bottom: 20px;
  }
}
.lodging-search .refine-search-wrapper,
.lodging-search .lodging-search-result {
  display: none;
}
.lodging-search .multi-faceted-search-wrapper {
  display: block;
}
.lodging-search .load-more-container {
  margin-top: 0;
}
@media screen and (min-width:769px) {
  .lodging-search .blurb.switch-type {
    display: none;
  }
}
.trip-advisor-cta-bar {
  background: url('../images/paper-bg.jpg') repeat;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.trip-advisor-cta-bar a {
  font-weight: normal;
  font-family: 'adelle', serif;
  color: #574b41;
  text-decoration: none;
}
.trip-advisor-cta-bar a:link,
.trip-advisor-cta-bar a:visited {
  color: #574b41;
}
.trip-advisor-cta-bar a:hover {
  color: #663333;
}
.trip-advisor-cta-bar a strong {
  color: #663333;
  font-weight: bold;
}
.trip-advisor-cta-bar a .logo {
  max-width: 141px;
  display: inline-block;
  margin: 0 3px;
}
.trip-advisor-cta-bar a .logo img {
  width: 100%;
}
.must-see-events-listing {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.must-see-events-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width:769px) {
  .must-see-events-listing .cta {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.must-see-events-listing .cta + .event-container {
  margin-top: 30px;
}
.must-see-events-listing .event-container {
  clear: both;
}
.must-see-events-listing .event-container:before,
.must-see-events-listing .event-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.must-see-events-listing .event-container:after {
  clear: both;
}
.must-see-events-listing .event-container:before,
.must-see-events-listing .event-container:after {
  display: table;
  content: "";
}
.must-see-events-listing .event-container:after {
  clear: both;
}
.must-see-events-listing .event-container a {
  text-decoration: none;
}
.must-see-events-listing .event {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.must-see-events-listing .event:nth-child(2n + 1) {
  clear: both;
}
.must-see-events-listing .event img {
  width: 100%;
  margin-bottom: 10px;
}
.must-see-events-listing .event p {
  text-align: left;
  color: #574b41;
  margin: 10px 0;
}
.must-see-events-listing .event p:visited {
  color: #574b41;
}
.must-see-events-listing .event p:link {
  color: #574b41;
}
.must-see-events-listing .event .date,
.must-see-events-listing .event .name {
  color: #574b41;
}
.must-see-events-listing .event .date:visited,
.must-see-events-listing .event .name:visited {
  color: #574b41;
}
.must-see-events-listing .event .date:link,
.must-see-events-listing .event .name:link {
  color: #574b41;
}
.must-see-events-listing .event .date + p,
.must-see-events-listing .event .name + p {
  border-top: 1px solid #574b41;
  padding-top: 10px;
}
@media screen and (min-width:650px) {
  .must-see-events-listing .event {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .must-see-events-listing .event .content {
    padding: 10px;
  }
}
@media screen and (min-width:769px) {
  .must-see-events-listing .event {
    position: relative;
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .must-see-events-listing .event:nth-child(3n + 0 ) {
    right: -10px;
  }
  .must-see-events-listing .event:nth-child(3n + 1) {
    left: -10px;
    clear: both;
  }
  .must-see-events-listing .event:nth-child(2n + 1) {
    clear: none;
  }
}
.must-see-events-listing .event.event-featured {
  clear: none;
}
.must-see-events-listing .event.event-featured:before {
  content: '';
  width: 116px;
  height: 113px;
  position: absolute;
  top: -4px;
  left: 7px;
  background: url('../images/featured-banner.svg') no-repeat;
}
[lang="fr"] .must-see-events-listing .event.event-featured:before {
  background: url('../images/featured-banner-FR.svg') no-repeat;
}
.must-see-events-listing .event.event-featured .content {
  padding: 10px;
  background: #fff;
}
.must-see-events-listing .event.event-featured .details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px solid #dad8d6;
}
.must-see-events-listing .event.event-featured .details .location {
  font-family: 'adelle', serif;
  font-size: 1.125em;
}
.must-see-events-listing .event.event-featured .details .location + p {
  margin-top: 0;
}
.must-see-events-listing .event.event-featured .details p {
  text-align: left;
  font-size: 0.9375em;
}
.must-see-events-listing .event.event-featured + .event + .event + .event {
  clear: both;
}
@media screen and (min-width:650px) {
  .must-see-events-listing .event.event-featured {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
@media screen and (min-width:769px) {
  .must-see-events-listing .event.event-featured {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    position: absolute;
  }
  .must-see-events-listing .event.event-featured ~ .event {
    position: relative;
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    left: auto;
    right: auto;
  }
  .must-see-events-listing .event.event-featured ~ .event .content {
    padding: 10px;
  }
  .must-see-events-listing .event.event-featured + .event {
    margin-left: 50%;
  }
  .must-see-events-listing .event.event-featured + .event + .event + .event {
    clear: both;
    margin-left: 50%;
  }
}
.newsletter-thumbnail .date,
.event-detail-thumbnail .date,
.event .date {
  text-transform: uppercase;
  text-align: center;
}
.newsletter-thumbnail .name,
.event-detail-thumbnail .name,
.event .name {
  font-family: 'adelle', serif;
  text-align: center;
}
.event-detail-thumbnail a {
  color: #574b41;
  text-decoration: none;
}
.event-detail-thumbnail a:link,
.event-detail-thumbnail a:visited {
  color: #574b41;
}
.event-detail-thumbnail a:hover {
  color: #663333;
}
.event-detail-thumbnail .date {
  font-weight: 300;
}
.event-detail-thumbnail .name {
  font-weight: 300;
  font-size: 1.25em;
}
.event-detail-thumbnail .name + .info {
  border-top: 1px solid;
  padding-top: 1em;
}
.event-detail-thumbnail .info {
  text-align: left;
}
.newsletter-thumbnail .date {
  text-align: center;
}
.search-page-not-found {
  padding: 10px 0;
}
.search-page-not-found label {
  position: fixed;
  top: -999999999px;
}
.search-page-not-found .input-container {
  padding: 0;
}
.search-page-not-found input[type="search"],
.search-page-not-found input[type="text"] {
  display: block;
  padding: 4px 10px;
  float: left;
  margin: 5px 20px 10px 0;
  color: #574b41;
}
.search-page-not-found .button.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.search-page-not-found .button.submit:visited {
  color: #ffffff;
}
.search-page-not-found .button.submit:link {
  color: #ffffff;
}
.search-page-not-found .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-blue-1.svg");
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .search-page-not-found .button.submit .paint {
  background-image: url("../images/cta-paint-blue-1.png");
}
.search-page-not-found .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.search-page-not-found .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-body,
.pillar-body {
  padding-top: 40px;
  padding-bottom: 20px;
}
.content-body:before,
.pillar-body:before,
.content-body:after,
.pillar-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-body:after,
.pillar-body:after {
  clear: both;
}
.content-body:before,
.pillar-body:before,
.content-body:after,
.pillar-body:after {
  display: table;
  content: "";
}
.content-body:after,
.pillar-body:after {
  clear: both;
}
.content-body .content-body-wrapper:before,
.pillar-body .content-body-wrapper:before,
.content-body .pillar-body-wrapper:before,
.pillar-body .pillar-body-wrapper:before,
.content-body .content-body-wrapper:after,
.pillar-body .content-body-wrapper:after,
.content-body .pillar-body-wrapper:after,
.pillar-body .pillar-body-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-body .content-body-wrapper:after,
.pillar-body .content-body-wrapper:after,
.content-body .pillar-body-wrapper:after,
.pillar-body .pillar-body-wrapper:after {
  clear: both;
}
.content-body .content-body-wrapper:before,
.pillar-body .content-body-wrapper:before,
.content-body .pillar-body-wrapper:before,
.pillar-body .pillar-body-wrapper:before,
.content-body .content-body-wrapper:after,
.pillar-body .content-body-wrapper:after,
.content-body .pillar-body-wrapper:after,
.pillar-body .pillar-body-wrapper:after {
  display: table;
  content: "";
}
.content-body .content-body-wrapper:after,
.pillar-body .content-body-wrapper:after,
.content-body .pillar-body-wrapper:after,
.pillar-body .pillar-body-wrapper:after {
  clear: both;
}
.content-body hr.waves,
.pillar-body hr.waves {
  margin-top: -20px;
}
.content-body .blurb,
.pillar-body .blurb,
.content-body .burb,
.pillar-body .burb {
  text-align: center;
  font-family: 'adelle', serif;
  font-size: 1.125em;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.content-body .blurb h1,
.pillar-body .blurb h1,
.content-body .burb h1,
.pillar-body .burb h1 {
  margin-top: 0;
}
.content-body .blurb p,
.pillar-body .blurb p,
.content-body .burb p,
.pillar-body .burb p {
  margin: 0;
  font-weight: 300;
}
.content-body .blurb.right,
.pillar-body .blurb.right,
.content-body .burb.right,
.pillar-body .burb.right {
  text-align: right;
}
.content-body .blurb.left,
.pillar-body .blurb.left,
.content-body .burb.left,
.pillar-body .burb.left {
  text-align: left;
}
@media screen and (min-width:1100px) {
  .content-body .container,
  .pillar-body .container {
    max-width: 1100px;
  }
}
.content-body .content,
.pillar-body .content {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.content-body .featered-content,
.pillar-body .featered-content {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-bottom: 20px;
}
.content-body .featered-content > img,
.pillar-body .featered-content > img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .content-body .featered-content,
  .pillar-body .featered-content {
    position: relative;
    width: 68.75%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    margin-left: 5%;
    margin-top: .25em;
    float: right;
  }
}
.content-body .featered-content + p,
.pillar-body .featered-content + p {
  margin-top: 0;
}
.content-body .featered-content:empty,
.pillar-body .featered-content:empty {
  display: none;
}
.content-body p,
.pillar-body p {
  font-weight: 300;
}
.content-body a,
.pillar-body a {
  font-weight: 700;
}
.content-body dl.details,
.pillar-body dl.details {
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.75em;
}
.content-body dl.details dd,
.pillar-body dl.details dd {
  margin: 0;
}
@media screen and (min-width:769px) {
  .content-body .sidebar,
  .pillar-body .sidebar {
    position: relative;
    width: 31.25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    float: right;
    padding-right: 0;
    width: auto;
    clear: right;
  }
}
.content-body .sidebar > img,
.pillar-body .sidebar > img {
  width: 100%;
}
.content-body .sidebar .TA_selfserveprop img,
.pillar-body .sidebar .TA_selfserveprop img {
  width: auto;
}
@media screen and (min-width:769px) {
  .content-body .sidebar .TA_selfserveprop,
  .pillar-body .sidebar .TA_selfserveprop {
    float: right;
  }
}
hr.waves {
  height: 50px;
  background: url('../images/wave-border-bg.svg') top center no-repeat;
  border: none;
  outline: none;
  position: relative;
  width: 90%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}
.pillar-details-wrapper {
  position: absolute;
  z-index: 10;
  background: #69819d;
  width: 100%;
  padding: 20px;
  background: #819ebe;
  top: -600px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.pillar-details-wrapper:before,
.pillar-details-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pillar-details-wrapper:after {
  clear: both;
}
.pillar-details-wrapper:before,
.pillar-details-wrapper:after {
  display: table;
  content: "";
}
.pillar-details-wrapper:after {
  clear: both;
}
.pillar-details-wrapper.open {
  top: 0;
}
.pillar-details-wrapper .close {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 0;
  color: #a8ccea;
  text-decoration: none;
  font-family: 'adelle', serif;
  font-size: 3.75em;
  z-index: 500;
}
.pillar-details-wrapper .close:link,
.pillar-details-wrapper .close:visited {
  color: #a8ccea;
}
.pillar-details-wrapper .close:hover {
  color: #ffffff;
}
.pillar-detail {
  color: #fff;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  float: none;
  max-width: 960px;
  margin: 0 auto;
  display: none;
}
.pillar-detail:before,
.pillar-detail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pillar-detail:after {
  clear: both;
}
.pillar-detail:before,
.pillar-detail:after {
  display: table;
  content: "";
}
.pillar-detail:after {
  clear: both;
}
.pillar-detail.active {
  display: block;
}
@media screen and (min-width:880px) {
  .pillar-detail {
    font-size: 0.75em;
  }
}
@media screen and (min-width:960px) {
  .pillar-detail {
    font-size: 0.875em;
  }
}
@media screen and (min-width:1100px) {
  .pillar-detail {
    font-size: 0.9375em;
  }
}
@media screen and (min-width:1400px) {
  .pillar-detail {
    font-size: 1em;
  }
}
.pillar-detail .pillar-detal-image img {
  width: 100%;
}
@media screen and (min-width:500px) {
  .pillar-detail .pillar-detal-image {
    float: left;
    margin-right: 5%;
    margin-bottom: 2.5%;
    width: 50%;
  }
}
@media screen and (min-width:880px) {
  .pillar-detail .pillar-detal-image {
    position: relative;
    width: 43.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin: 0;
  }
}
.pillar-detail .pillar-detal-content h2 {
  font-weight: 700;
}
@media screen and (min-width:880px) {
  .pillar-detail .pillar-detal-content {
    position: relative;
    width: 56.25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.pillar-detail .pillar-detal-content a {
  color: #2f4156;
}
.pillar-detail .pillar-detal-content a:hover {
  text-decoration: underline;
}
.pillar-hero {
  position: relative;
  /*
  /*
  /*    Notes
        STANDARD
        full tile is 406x406 = 1:1
        wide tile is 406x203 = 2:1
        tall tile is 203x406 = 1:2

        POST-CAMPAIGN
        tile after campaign is 305x225 1.35 : 1
        full tile is 306x226 1.35 : 1x
        wide tile is 306x113 = 2.70:1
        tall tile is NA
  /*
  /*
  /*
  */
}
.pillar-hero:before,
.pillar-hero:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pillar-hero:after {
  clear: both;
}
.pillar-hero:before,
.pillar-hero:after {
  display: table;
  content: "";
}
.pillar-hero:after {
  clear: both;
}
.pillar-hero .pillar-hero-wrapper,
.pillar-hero .hero-pillar-wrapper {
  max-width: 1400px;
  max-height: 932px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width:500px) {
  .pillar-hero .pillar-hero-wrapper,
  .pillar-hero .hero-pillar-wrapper {
    padding-top: 500%;
    padding-top: 250%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .pillar-hero-wrapper,
  .pillar-hero .hero-pillar-wrapper {
    padding-top: 66.66666667%;
    overflow: hidden;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .pillar-hero-wrapper,
  .pillar-hero .hero-pillar-wrapper {
    max-width: 1400px;
    padding-top: 932px;
  }
}
.pillar-hero .pillar-hero-wrapper.highlight .pillar a:after,
.pillar-hero .hero-pillar-wrapper.highlight .pillar a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.pillar-hero .box {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  padding-top: 100%;
  overflow: hidden;
}
.pillar-hero .box a {
  z-index: 10;
}
.pillar-hero .box video,
.pillar-hero .box img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.pillar-hero .box video {
  display: none;
}
@media screen and (min-width:769px) {
  .pillar-hero .box video {
    display: block;
    width: 102%;
    margin-top: -1%;
    margin-left: -1%;
  }
}
.pillar-hero .box.highlighted a:after {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.pillar-hero .box.highlighted .paint {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media screen and (min-width:500px) {
  .pillar-hero .box {
    position: relative;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    position: absolute;
    padding-top: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box {
    position: absolute;
    width: 33.33333333%;
    padding-top: 33.33333333%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box {
    width: 466.66666667px;
    height: 466.66666667px;
    padding-top: 466.66666667px;
  }
}
.pillar-hero .box.box-1 .paint {
  background-image: url("../images/pillarhero-1.svg");
}
.no-svg .pillar-hero .box.box-1 .paint {
  background-image: url("../images/pillarhero-1.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-1 {
    top: 0;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-1 {
    top: 0;
  }
}
.pillar-hero .box.box-2 {
  top: 100% ;
}
.pillar-hero .box.box-2 .paint {
  background-image: url("../images/pillarhero-2.svg");
}
.no-svg .pillar-hero .box.box-2 .paint {
  background-image: url("../images/pillarhero-2.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-2 {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-2 {
    top: 0;
    left: 33.33333333%;
  }
}
.pillar-hero .box.box-3 .paint {
  background-image: url("../images/pillarhero-3.svg");
}
.no-svg .pillar-hero .box.box-3 .paint {
  background-image: url("../images/pillarhero-3.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-3 {
    top: 20%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-3 {
    top: 0;
    left: 66.66666667%;
  }
}
.pillar-hero .box.box-4 .paint {
  background-image: url("../images/pillarhero-4.svg");
}
.no-svg .pillar-hero .box.box-4 .paint {
  background-image: url("../images/pillarhero-4.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-4 {
    top: 20%;
    left: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-4 {
    top: 50%;
    left: 0;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box.box-4 {
    top: 466.66666667px;
  }
}
.pillar-hero .box.box-5 {
  padding-top: 50%;
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-5 {
    top: 60%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-5 {
    width: 16.7%;
    top: 50%;
    left: 33.33333333%;
    padding-top: 33.33333333%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box.box-5 {
    top: 466.66666667px;
  }
}
.pillar-hero .box.box-6 {
  padding-top: 50%;
}
.pillar-hero .box.box-6 .paint {
  background-image: url("../images/pillarhero-5.svg");
}
.no-svg .pillar-hero .box.box-6 .paint {
  background-image: url("../images/pillarhero-5.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-6 {
    top: 40%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-6 {
    width: 33.33333333%;
    top: 50%;
    padding-top: 16.66666667%;
    left: 50%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box.box-6 {
    top: 466.66666667px;
    padding-top: 0;
    height: 233.33333333px;
  }
}
.pillar-hero .box.box-7 {
  padding-top: 50%;
}
.pillar-hero .box.box-7 .paint {
  background-image: url("../images/pillarhero-6.svg");
}
.no-svg .pillar-hero .box.box-7 .paint {
  background-image: url("../images/pillarhero-6.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-7 {
    top: 40%;
    left: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-7 {
    top: 75%;
    padding-top: 16.66666667%;
    left: 50%;
    width: 33.33333333%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box.box-7 {
    height: 233.33333333px;
  }
}
.pillar-hero .box.box-8 .paint {
  background-image: url("../images/pillarhero-7.svg");
}
.no-svg .pillar-hero .box.box-8 .paint {
  background-image: url("../images/pillarhero-7.png");
}
@media screen and (min-width:500px) {
  .pillar-hero .box.box-8 {
    padding-top: 100%;
    width: 50%;
    top: 60%;
    left: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box.box-8 {
    width: 16.7%;
    top: 50%;
    left: 83.3%;
    padding-top: 33.33333333%;
  }
  .pillar-hero .box.box-8 .box-content {
    padding: 20px;
  }
  .pillar-hero .box.box-8 .box-content.box-itinerary {
    padding: 0;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box.box-8 {
    top: 466.66666667px;
  }
}
.pillar-hero .itinerary a,
.pillar-hero .pillar a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
}
.pillar-hero .itinerary a:after,
.pillar-hero .pillar a:after {
  content: '';
  display: block;
  position: absolute;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.lt-ie10 .pillar-hero .itinerary a:after,
.lt-ie10 .pillar-hero .pillar a:after {
  background: rgba(0, 0, 0, 0.45);
}
.pillar-hero .itinerary.highlighted a:after,
.pillar-hero .pillar.highlighted a:after {
  display: none;
}
.pillar-hero .itinerary.highlighted .paint,
.pillar-hero .pillar.highlighted .paint {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pillar-hero .callouts {
  padding-top: 0;
}
.pillar-hero .callouts:before,
.pillar-hero .callouts:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pillar-hero .callouts:after {
  clear: both;
}
.pillar-hero .callouts:before,
.pillar-hero .callouts:after {
  display: table;
  content: "";
}
.pillar-hero .callouts:after {
  clear: both;
}
.pillar-hero .callouts a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 50%;
}
.pillar-hero .callouts a:last-child {
  left: 50%;
}
.pillar-hero .callouts img {
  width: 100%;
  display: block;
}
@media screen and (min-width:500px) {
  .pillar-hero .callouts {
    padding-top: 100%;
  }
  .pillar-hero .callouts a {
    width: 100%;
  }
  .pillar-hero .callouts a:last-child {
    left: 0;
    top: 50%;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .callouts {
    padding-top: 33.33333333%;
    padding-top: 0;
  }
  .pillar-hero .callouts a {
    width: 100%;
    height: 100%;
  }
  .pillar-hero .callouts a:last-child {
    left: 0;
    top: 50%;
  }
}
.pillar-hero .box-content {
  color: #fff;
  font-family: 'Amatic SC', cursive;
  font-size: 3.125em;
  line-height: 1em;
  width: 100%;
  height: 100%;
  display: table;
  padding: 20px;
}
@media screen and (min-width:769px) {
  .pillar-hero .box-content {
    font-size: 2.1875em;
  }
}
@media screen and (min-width:880px) {
  .pillar-hero .box-content {
    font-size: 2.75em;
  }
}
@media screen and (min-width:960px) {
  .pillar-hero .box-content {
    font-size: 3.25em;
  }
}
@media screen and (min-width:1100px) {
  .pillar-hero .box-content {
    font-size: 3.625em;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero .box-content {
    font-size: 4em;
  }
}
.pillar-hero .box-content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pillar-hero .box-content .inner-inner {
  padding: 20px;
  position: relative;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.pillar-hero .box-content .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.pillar-hero .box-content .name {
  position: relative;
  z-index: 1;
}
.pillar-hero .box-content.box-itinerary {
  padding: 3.33333333px;
  line-height: 1.2em;
  font-size: 0.875em;
  font-family: 'adelle-sans', sans-serif;
}
.pillar-hero .box-content.box-itinerary .inner-inner {
  padding: 6.66666667px;
}
@media screen and (min-width:880px) {
  .pillar-hero .box-content.box-itinerary {
    font-size: 1.125em;
  }
}
.pillar-hero .box-content.box-itinerary .name {
  font-family: 'adelle', serif;
  font-size: 2.625em;
  line-height: 1em;
  font-weight: 400;
  margin: 6.66666667px 0;
  text-transform: uppercase;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:500px) {
  .pillar-hero .box-content.box-itinerary .name {
    font-size: 2.25em;
  }
}
@media screen and (min-width:796px) {
  .pillar-hero .box-content.box-itinerary .name {
    font-size: 1.25em;
  }
}
@media screen and (min-width:980px) {
  .pillar-hero .box-content.box-itinerary .name {
    font-size: 1.5em;
  }
}
@media screen and (min-width:1200px) {
  .pillar-hero .box-content.box-itinerary .name {
    font-size: 2em;
    margin: 20px 0;
  }
}
.pillar-hero .box-content.box-itinerary .name,
.pillar-hero .box-content.box-itinerary .details,
.pillar-hero .box-content.box-itinerary .description {
  position: relative;
  z-index: 5;
}
.pillar-hero .box-content.box-itinerary .details,
.pillar-hero .box-content.box-itinerary .description {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.pillar-hero .box-content.box-itinerary .details {
  font-weight: 100;
  font-size: 1.25em;
}
.pillar-hero .box-content.box-itinerary:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-image: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65));
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.lt-ie10 .pillar-hero .box-content.box-itinerary:after {
  background: rgba(0, 0, 0, 0.45);
}
.pillar-hero .box-content.box-itinerary:hover .details,
.pillar-hero .box-content.box-itinerary:hover .description,
.pillar-hero .box-content.box-itinerary:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pillar-hero.mini .pillar-hero-wrapper,
.pillar-hero.mini .hero-pillar-wrapper {
  max-height: 512px;
  padding-top: 0;
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .pillar-hero-wrapper,
  .pillar-hero.mini .hero-pillar-wrapper {
    padding-top: 144%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .pillar-hero-wrapper,
  .pillar-hero.mini .hero-pillar-wrapper {
    padding-top: 36.8852459%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero.mini .pillar-hero-wrapper,
  .pillar-hero.mini .hero-pillar-wrapper {
    padding-top: 0;
    height: 512px;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini {
    padding-top: 0;
  }
}
.pillar-hero.mini .box {
  width: 100%;
  padding-top: 74%;
  overflow: hidden;
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box {
    width: 50%;
    padding-top: 36%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box {
    width: 25%;
    padding-top: 18.5%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero.mini .box {
    width: 25%;
    height: 256px;
    padding-top: 256px;
    overflow: hidden;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-1 {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-1 {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-2 {
    top: 25%;
    left: 0;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-2 {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-3 {
    top: 25%;
    left: 50%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-3 {
    top: 0;
    left: 75%;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-4 {
    top: 50%;
    left: 0;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-4 {
    top: 50%;
    left: 0;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-5 {
    top: 0;
    left: 50%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-5 {
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-6 {
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-6 {
    top: 50%;
    left: 25%;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-7 {
    top: 75%;
    left: 0;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-7 {
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .box.box-8 {
    top: 75%;
    left: 50%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box.box-8 {
    top: 50%;
    left: 75%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.mini .box-content {
    font-size: 2.25em;
  }
}
@media screen and (min-width:880px) {
  .pillar-hero.mini .box-content {
    font-size: 3em;
  }
}
.pillar-hero.mini .callouts a {
  display: block;
  width: 100%;
}
.pillar-hero.mini .callouts a:last-child {
  top: 50%;
  left: 0;
}
@media screen and (min-width:500px) {
  .pillar-hero.mini .callouts {
    padding-top: 0;
  }
}
.pillar-hero.pillar-landing-hero .pillar-hero-wrapper,
.pillar-hero.pillar-landing-hero .hero-pillar-wrapper {
  background: #798c62;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .pillar-hero-wrapper,
  .pillar-hero.pillar-landing-hero .hero-pillar-wrapper {
    padding-top: 150%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .pillar-hero-wrapper,
  .pillar-hero.pillar-landing-hero .hero-pillar-wrapper {
    padding-top: 33.33333333%;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero.pillar-landing-hero .pillar-hero-wrapper,
  .pillar-hero.pillar-landing-hero .hero-pillar-wrapper {
    padding-top: 466.66666667px;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .box {
    padding-top: 50%;
  }
}
.pillar-hero.pillar-landing-hero .box.box-1 {
  background: #798c62;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .box.box-1 {
    overflow: visible;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .box.box-1 {
    top: 50%;
    left: 33.33%;
    height: 50%;
    width: 33.33%;
    padding-top: 0;
    overflow: hidden;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .box.box-2 {
    top: 0;
    left: 0;
    padding-top: 33.33333333%;
    width: 33.33333333%;
  }
}
.pillar-hero.pillar-landing-hero .box.box-3 {
  padding-top: 50%;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .box.box-3 {
    top: 33.33333333%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .box.box-3 {
    top: 0;
    left: 33.33333333%;
    height: 16.66666667%;
    width: 33.33333333%;
    padding-top: 16.66666667%;
  }
}
.pillar-hero.pillar-landing-hero .box.box-4 {
  padding-top: 50%;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .box.box-4 {
    top: 33.33333333%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .box.box-4 {
    top: 0;
    left: 66.66666667%;
    height: 16.66666667%;
    width: 33.33333333%;
    padding-top: 16.66666667%;
  }
}
.pillar-hero.pillar-landing-hero .box.box-5 {
  padding-top: 50%;
}
.pillar-hero.pillar-landing-hero .box.box-5 .paint {
  background-image: url("../images/pillarhero-6.svg");
}
.no-svg .pillar-hero.pillar-landing-hero .box.box-5 .paint {
  background-image: url("../images/pillarhero-6.png");
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .box.box-5 {
    top: 66.66666667%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .box.box-5 {
    top: 50%;
    left: 66.667%;
    height: 16.66666667%;
    width: 34%;
    padding-top: 16.66666667%;
  }
}
.pillar-hero.pillar-landing-hero .pillar-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.pillar-hero.pillar-landing-hero .title {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  text-align: center;
  background: url('../images/title-background.jpg') repeat;
}
.pillar-hero.pillar-landing-hero .title:before,
.pillar-hero.pillar-landing-hero .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  background: url('../images/lined-border-pink.png') repeat-x;
  left: 0;
}
.pillar-hero.pillar-landing-hero .title:before {
  top: 10px;
}
.pillar-hero.pillar-landing-hero .title:after {
  bottom: 10px;
}
.pillar-hero.pillar-landing-hero .title h1 {
  font-family: 'Amatic SC', cursive;
  font-weight: normal;
  color: #ffc1c1;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 3.25em;
  line-height: 1em;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .title h1 {
    font-size: 3.75em;
  }
}
@media screen and (min-width:650px) {
  .pillar-hero.pillar-landing-hero .title h1 {
    font-size: 4.375em;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .title h1 {
    font-size: 2.5em;
  }
  .pillar-hero.pillar-landing-hero .title h1:before {
    top: -3px;
  }
}
@media screen and (min-width:880px) {
  .pillar-hero.pillar-landing-hero .title h1 {
    font-size: 3.4375em;
  }
}
@media screen and (min-width:1200px) {
  .pillar-hero.pillar-landing-hero .title h1 {
    font-size: 5.375em;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .title {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .title {
    text-align: center;
    width: 50%;
    height: 100%;
  }
}
.pillar-hero.pillar-landing-hero .sharing {
  display: table;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  text-align: center;
}
.pillar-hero.pillar-landing-hero .sharing .sharing-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pillar-hero.pillar-landing-hero .sharing .sharing-content span {
  display: block;
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:before,
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:after {
    display: block;
    margin: 0 auto;
    content: '';
  }
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:before {
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: 0 -260px;
    width: 201px;
    height: 16px;
  }
  .no-svg .pillar-hero.pillar-landing-hero .sharing .sharing-content:before {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: 0 -260px;
    width: 201px;
    height: 16px;
  }
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:after {
    background: url("../images/tnb-sprite.svg") no-repeat;
    background-size: 496px 799px;
    background-position: 0 -292px;
    width: 201px;
    height: 16px;
  }
  .no-svg .pillar-hero.pillar-landing-hero .sharing .sharing-content:after {
    background: url("../images/tnb-sprite.png") no-repeat;
    background-position: 0 -292px;
    width: 201px;
    height: 16px;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    -ms-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
  }
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:before,
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:after {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:before,
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .pillar-hero.pillar-landing-hero .sharing .sharing-content:before {
    top: -10px;
  }
}
@media screen and (min-width:1400px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-content {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}
.pillar-hero.pillar-landing-hero .sharing .sharing-title {
  padding-right: 0;
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-title {
    font-size: 0.875em;
    margin-bottom: -10px;
  }
}
@media screen and (min-width:880px) {
  .pillar-hero.pillar-landing-hero .sharing .sharing-title {
    font-size: 1em;
  }
}
.pillar-hero.pillar-landing-hero .sharing .social {
  display: inline-block;
}
.pillar-hero.pillar-landing-hero .sharing .social a {
  padding: 0 10px;
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing .social a {
    padding: 0 2.5px;
  }
}
@media screen and (min-width:960px) {
  .pillar-hero.pillar-landing-hero .sharing .social a {
    padding: 0 5px;
  }
}
@media screen and (min-width:1100px) {
  .pillar-hero.pillar-landing-hero .sharing .social a {
    padding: 0 10px;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing .social-icon {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media screen and (min-width:880px) {
  .pillar-hero.pillar-landing-hero .sharing .social-icon {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width:500px) {
  .pillar-hero.pillar-landing-hero .sharing {
    width: 100%;
    height: 100%;
    top: 200%;
    left: 100%;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing {
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0;
  }
}
@media screen and (min-width:769px) {
  .pillar-hero.pillar-landing-hero .sharing {
    font-size: 2.5em;
  }
}
@media screen and (min-width:960px) {
  .pillar-hero.pillar-landing-hero .sharing {
    font-size: 2.75em;
  }
}
@media screen and (min-width:1100px) {
  .pillar-hero.pillar-landing-hero .sharing {
    font-size: 3em;
  }
}
.position-statement {
  font-family: 'adelle', serif;
  color: #574b41;
  text-align: center;
}
.position-statement .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.position-statement .content {
  background: url('../images/lion.png') top center no-repeat;
  background-size: contain;
  padding: 40px 10px 20px;
}
@media screen and (min-width:769px) {
  .position-statement .content {
    font-weight: 300;
    padding: 40px 0 20px;
  }
}
.position-statement h1 {
  font-size: 2.625em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1em;
}
.position-statement h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin-top: 10px;
}
.position-statement p {
  font-size: 1.125em;
  line-height: 1.75em;
}
.previous-featured-chefs {
  padding-bottom: 40px;
}
.previous-featured-chefs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.previous-featured-chefs li {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin-bottom: 20px;
}
@media screen and (min-width:500px) {
  .previous-featured-chefs li {
    position: relative;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
@media screen and (min-width:769px) {
  .previous-featured-chefs li {
    position: relative;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.previous-featured-chefs a {
  color: #574b41;
  text-decoration: none;
}
.previous-featured-chefs a:link,
.previous-featured-chefs a:visited {
  color: #574b41;
}
.previous-featured-chefs a:hover {
  color: #663333;
}
.previous-featured-chefs:before,
.previous-featured-chefs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.previous-featured-chefs:after {
  clear: both;
}
.previous-featured-chefs:before,
.previous-featured-chefs:after {
  display: table;
  content: "";
}
.previous-featured-chefs:after {
  clear: both;
}
.previous-featured-chefs .title {
  text-align: center;
}
.previous-featured-chefs .title h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 3.3125em;
}
.previous-featured-chefs .chef {
  position: relative;
}
.previous-featured-chefs .chef .picture {
  overflow: hidden;
  width: 20%;
  float: left;
  z-index: 2;
  -webkit-transform: translate(-20%, -20%);
  -ms-transform: translate(-20%, -20%);
  transform: translate(-20%, -20%);
}
.previous-featured-chefs .chef .picture img {
  width: 100%;
  border-radius: 100%;
}
@media screen and (min-width:500px) {
  .previous-featured-chefs .chef .picture {
    width: 30%;
    -webkit-transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%);
    transform: translate(-20%, -20%);
  }
}
@media screen and (min-width:769px) {
  .previous-featured-chefs .chef .picture {
    width: 30%;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }
}
.previous-featured-chefs .chef .name {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  background: #f8f8f8;
  padding: 10px 5px 10px 40px;
}
.previous-featured-chefs .wing {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.product-details-tile-list {
  margin-bottom: 20px;
}
.product-details-tile-list .product-details-holder {
  margin-top: 20px;
  clear: both;
  background-color: white;
}
.product-details-tile-list .product-details-holder:first-child {
  margin-top: 0;
}
.product-details-tile-list .product-details-holder .product-details-tile .pad {
  padding-left: 33px;
  padding-right: 33px;
}
.product-details-tile-list .product-details-holder:before,
.product-details-tile-list .product-details-holder:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile-list .product-details-holder:after {
  clear: both;
}
.product-details-tile-list .product-details-holder:before,
.product-details-tile-list .product-details-holder:after {
  display: table;
  content: "";
}
.product-details-tile-list .product-details-holder:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .product-details-tile-list .product-details-holder .image {
    min-height: 220px;
    float: left;
    width: 43%;
  }
}
.product-details-tile-list .product-details-holder .image img {
  width: 100%;
}
@media screen and (min-width:769px) {
  .product-details-tile-list .product-details-holder .image img {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    min-height: 220px;
    float: left;
  }
}
.product-details-tile-list .product-details-holder .text {
  padding: 12px 33px;
}
@media screen and (min-width:769px) {
  .product-details-tile-list .product-details-holder .text {
    float: left;
    width: 57%;
  }
}
@media screen and (min-width:960px) {
  .product-details-tile-list .product-details-holder .text {
    padding: 12px 33px;
  }
}
.product-details-tile-list .product-details-holder .text h2 {
  margin: 0;
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  line-height: 1.1em;
}
@media screen and (min-width:960px) {
  .product-details-tile-list .product-details-holder .text h2 {
    font-size: 3.125em;
  }
}
.product-details-tile-list .product-details-holder .text p {
  margin: 0.75em 0;
}
.product-details-tile-list .product-details-holder .text .more-info {
  font-family: 'Amatic SC', cursive;
  color: #69819d;
  font-size: 1.8125em;
  position: relative;
}
.product-details-tile-list .product-details-holder .text .more-info:visited {
  color: #69819d;
}
.product-details-tile-list .product-details-holder .text .more-info:link {
  color: #69819d;
}
.product-details-tile-list .product-details-holder .text .more-info:after {
  content: '';
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -254px -554px;
  width: 53px;
  height: 39px;
  right: -58px;
  top: 0;
}
.no-svg .product-details-tile-list .product-details-holder .text .more-info:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -254px -554px;
  width: 53px;
  height: 39px;
}
.product-details-tile-list .product-details-holder .text .more-info.open:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -308px -554px;
  width: 53px;
  height: 39px;
}
.no-svg .product-details-tile-list .product-details-holder .text .more-info.open:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -308px -554px;
  width: 53px;
  height: 39px;
}
.product-details-tile-list .product-details-holder .product-details-tile {
  clear: both;
}
.product-details-tile-list .product-details-holder .short-desc {
  display: block;
}
.product-details-tile-list .product-details-holder .long-desc {
  display: none;
}
.product-details-tile-list .product-details-holder.open .short-desc {
  display: none;
}
.product-details-tile-list .product-details-holder.open .long-desc {
  display: block;
}
.product-details-tile {
  width: 100%;
  position: relative;
}
.product-details-tile address {
  font-family: 'adelle', serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width:769px) {
  .product-details-tile address {
    font-size: 1.14285714em;
  }
}
.product-details-tile dl {
  position: relative;
  margin: 0;
}
.product-details-tile dl:before,
.product-details-tile dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile dl:after {
  clear: both;
}
.product-details-tile dl:before,
.product-details-tile dl:after {
  display: table;
  content: "";
}
.product-details-tile dl:after {
  clear: both;
}
.product-details-tile h4,
.product-details-tile dt {
  font-family: 'adelle', serif;
  font-weight: 700;
  float: left;
  padding-right: .65em;
  clear: left;
}
.product-details-tile dd {
  margin-left: 0;
}
.product-details-tile .icon-list dt {
  display: block;
  float: none;
  padding-bottom: 10px;
}
.product-details-tile .icon-list dd {
  float: left;
  margin: 0 5px 5px 0;
}
.product-details-tile .payment-methods dd {
  height: 24px;
}
.product-details-tile ~ .sharing .social a {
  padding: 0 10px;
}
@media screen and (min-width:769px) {
  .product-details-tile {
    font-size: 0.875em;
  }
}
@media (max-width: 768px) {
  .product-details-tile .book-online-bell-cta {
    position: relative;
    margin-left: 50%;
    left: -155px;
  }
}
@media screen and (min-width:769px) {
  .product-details-tile .book-online-bell-cta {
    padding-left: 43px !important;
    width: 100%;
    background-size: 100%;
    padding-top: 6px !important;
    height: 50px !important;
  }
}
@media (min-width: 840px) {
  .product-details-tile .book-online-bell-cta {
    padding-left: 43px !important;
    width: 100%;
    background-size: 100%;
    padding-top: 6px !important;
    height: 50px !important;
  }
}
@media (min-width: 900px) {
  .product-details-tile .book-online-bell-cta {
    width: 100%;
    background-size: 100%;
    padding-top: 10px !important;
    height: 66px !important;
  }
}
@media (min-width: 1024px) {
  .product-details-tile .book-online-bell-cta {
    padding-top: 17px !important;
  }
}
@media (max-width: 768px) {
  .product-details-tile .book-online-bell-cta:before {
    left: 50px !important;
  }
}
@media screen and (min-width:769px) {
  .product-details-tile .book-online-bell-cta:before {
    transform: scale(0.4);
    top: -3px !important;
    left: 16px !important;
  }
}
@media (min-width: 840px) {
  .product-details-tile .book-online-bell-cta:before {
    transform: scale(0.6);
    top: 0px !important;
    left: 20px !important;
  }
}
@media (min-width: 900px) {
  .product-details-tile .book-online-bell-cta:before {
    transform: scale(0.7);
    left: 30px !important;
  }
}
@media (min-width: 960px) {
  .product-details-tile .book-online-bell-cta:before {
    transform: scale(0.7);
    top: 4px !important;
    left: 40px !important;
  }
}
@media (min-width: 1024px) {
  .product-details-tile .book-online-bell-cta:before {
    transform: scale(0.8);
    left: 50px !important;
    top: 8px !important;
  }
}
.product-details-tile .map-link {
  font-family: 'adelle', serif;
  font-weight: 700;
  color: #663333;
  position: relative;
  padding: 10px 0;
}
.product-details-tile .map-link:visited {
  color: #663333;
}
.product-details-tile .map-link:link {
  color: #663333;
}
.product-details-tile .map-link:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 5px;
  top: 5px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -455px -95px;
  width: 15px;
  height: 23px;
}
.no-svg .product-details-tile .map-link:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -455px -95px;
  width: 15px;
  height: 23px;
}
@media screen and (min-width:769px) {
  .product-details-tile .map-link {
    font-size: 1.14285714em;
  }
}
.product-details-tile .contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details-tile .contact a {
  color: #6888aa;
  text-decoration: none;
}
.product-details-tile .contact a:link,
.product-details-tile .contact a:visited {
  color: #6888aa;
}
.product-details-tile .contact a:hover {
  color: #506f8f;
}
@media screen and (min-width:769px) {
  .product-details-tile .contact a {
    padding-bottom: 5px;
  }
}
.product-details-tile .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-details-tile .social:before,
.product-details-tile .social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile .social:after {
  clear: both;
}
.product-details-tile .social:before,
.product-details-tile .social:after {
  display: table;
  content: "";
}
.product-details-tile .social:after {
  clear: both;
}
.product-details-tile .social li {
  float: left;
  padding: 10px 5px;
}
.product-details-tile .social li:first-child {
  padding-left: 0;
}
.product-details-tile .social-icon {
  display: block;
  text-indent: -99999px;
}
.product-details-tile .social-icon.facebook {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
}
.no-svg .product-details-tile .social-icon.facebook {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
}
.product-details-tile .social-icon.twitter {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -37px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .product-details-tile .social-icon.twitter {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -37px -445px;
  width: 33px;
  height: 33px;
}
.product-details-tile .social-icon.instagram {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -75px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .product-details-tile .social-icon.instagram {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -75px -445px;
  width: 33px;
  height: 33px;
}
.product-details-tile .social-icon.pinterest {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -112px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .product-details-tile .social-icon.pinterest {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -112px -445px;
  width: 33px;
  height: 33px;
}
.product-details-tile .ratings {
  position: relative;
  padding: 10px 0;
}
.product-details-tile .ratings:before,
.product-details-tile .ratings:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile .ratings:after {
  clear: both;
}
.product-details-tile .ratings:before,
.product-details-tile .ratings:after {
  display: table;
  content: "";
}
.product-details-tile .ratings:after {
  clear: both;
}
.product-details-tile .ratings img + img {
  margin-top: 1em;
}
.product-details-tile .ratings .canada-select-logo {
  display: inline-block;
}
.product-details-tile .ratings span {
  display: block;
  font-size: 0.75em;
}
.product-details-tile .ratings .star-rating {
  position: relative;
}
.csstransforms .product-details-tile .ratings .star-rating {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  left: -15px;
  top: -5px;
}
.product-details-tile .product-feature {
  display: block;
  float: left;
  text-indent: -999999px;
}
.product-details-tile .product-feature.Pet-Friendly,
.product-details-tile .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Pet-Friendly,
.no-svg .product-details-tile .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Non-Smoking-Rooms,
.product-details-tile .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Non-Smoking-Rooms,
.no-svg .product-details-tile .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Internet,
.product-details-tile .product-feature.internet {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Internet,
.no-svg .product-details-tile .product-feature.internet {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Wheelchair-Accessible,
.product-details-tile .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Wheelchair-Accessible,
.no-svg .product-details-tile .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Private-Tv,
.product-details-tile .product-feature.private-tv {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Private-Tv,
.no-svg .product-details-tile .product-feature.private-tv {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Room-Service,
.product-details-tile .product-feature.room-service {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Room-Service,
.no-svg .product-details-tile .product-feature.room-service {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Pool,
.product-details-tile .product-feature.pool {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Pool,
.no-svg .product-details-tile .product-feature.pool {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Beaches-Nearby,
.product-details-tile .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Beaches-Nearby,
.no-svg .product-details-tile .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Private-Showers,
.product-details-tile .product-feature.private-showers {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Private-Showers,
.no-svg .product-details-tile .product-feature.private-showers {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Restaurant,
.product-details-tile .product-feature.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Restaurant,
.no-svg .product-details-tile .product-feature.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Waterfront-Property,
.product-details-tile .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Waterfront-Property,
.no-svg .product-details-tile .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Playground,
.product-details-tile .product-feature.playground {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Playground,
.no-svg .product-details-tile .product-feature.playground {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Water-View,
.product-details-tile .product-feature.water-view {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Water-View,
.no-svg .product-details-tile .product-feature.water-view {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Activity-Centre,
.product-details-tile .product-feature.Activity-Center,
.product-details-tile .product-feature.activity-center {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Activity-Centre,
.no-svg .product-details-tile .product-feature.Activity-Center,
.no-svg .product-details-tile .product-feature.activity-center {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Pull-Through,
.product-details-tile .product-feature.pull-through {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Pull-Through,
.no-svg .product-details-tile .product-feature.pull-through {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Serviced-sSites,
.product-details-tile .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Serviced-sSites,
.no-svg .product-details-tile .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Dumping-Sites,
.product-details-tile .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Dumping-Sites,
.no-svg .product-details-tile .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Washer-Dryer,
.product-details-tile .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Washer-Dryer,
.no-svg .product-details-tile .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Propane,
.product-details-tile .product-feature.propane {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Propane,
.no-svg .product-details-tile .product-feature.propane {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.Unserviced-Sites,
.product-details-tile .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.Unserviced-Sites,
.no-svg .product-details-tile .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.shared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
  height: 25px;
  background-position: -190px -556px;
}
.no-svg .product-details-tile .product-feature.shared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
}
.product-details-tile .product-feature.sheared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -186px -556px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.sheared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -186px -556px;
  width: 27px;
  height: 27px;
}
.product-details-tile .product-feature.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -316px -315px;
  width: 27px;
  height: 27px;
}
.no-svg .product-details-tile .product-feature.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -316px -315px;
  width: 27px;
  height: 27px;
}
.product-details-tile.toggle-enabled {
  padding-bottom: 60px;
}
.product-details-tile.toggle-enabled .additional-details {
  display: none;
}
.product-details-tile.toggle-enabled.toggle-open {
  padding-bottom: 60px;
}
.product-details-tile.toggle-enabled.toggle-open .additional-details {
  display: block;
}
.product-details-tile:before,
.product-details-tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile:after {
  clear: both;
}
.product-details-tile:before,
.product-details-tile:after {
  display: table;
  content: "";
}
.product-details-tile:after {
  clear: both;
}
.product-details-tile .pad {
  padding: 20px;
  padding-top: 0;
}
.product-details-tile .pad:before,
.product-details-tile .pad:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-details-tile .pad:after {
  clear: both;
}
.product-details-tile .pad:before,
.product-details-tile .pad:after {
  display: table;
  content: "";
}
.product-details-tile .pad:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .product-details-tile .pad {
    padding: 0;
  }
}
.product-details-tile .pad > h2 {
  margin-bottom: 20px;
}
@media screen and (min-width:769px) {
  .product-details-tile .pad > h2 {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.product-details-tile .pad > .col + .col {
  margin-top: 1em;
}
@media screen and (min-width:769px) {
  .product-details-tile .pad > .col + .col {
    margin-top: 0;
  }
}
.product-details-tile .pad > .col {
  float: none;
  width: 100%;
}
.product-details-tile .pad > .col:first-child {
  padding-top: 20px;
}
@media screen and (min-width:769px) {
  .product-details-tile .pad > .col {
    float: left;
    width: 33%;
    padding: 20px;
  }
}
.product-details-tile .pad > .col > div + div {
  padding-top: 0.8em;
}
.product-details-tile .ratings .col {
  display: block;
}
@media screen and (min-width:880px) {
  .product-details-tile .ratings .col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width:880px) {
  .product-details-tile .ratings .col + .col {
    padding-left: 20px;
  }
}
.product-details-tile dt {
  display: block;
  float: none;
}
.product-details-tile dl.inline dt {
  display: inline-block;
  float: left;
  padding-right: .65em;
  clear: left;
}
.product-details-tile a.phone-link {
  position: relative;
  top: -2px;
  color: #663333;
}
.product-details-tile a.phone-link:visited {
  color: #663333;
}
.product-details-tile a.phone-link:link {
  color: #663333;
}
@media screen and (min-width:769px) {
  .product-details-tile a.phone-link {
    font-size: 1.14285714em;
  }
}
.product-details-tile ul.contact {
  font-weight: normal;
}
.product-details-tile ul.contact li + li {
  margin-top: 0.5em;
}
.book-online-bell-cta {
  background-image: url("../images/book-online-bell-cta.svg");
  background-repeat: no-repeat;
  display: block;
  width: 309px;
  height: 66px;
  color: #ffffff;
  font-family: 'adelle', serif;
  position: relative;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 10px 10px 60px;
  cursor: pointer;
  margin-bottom: 10px;
}
.no-svg .book-online-bell-cta {
  background-image: url("../images/book-online-bell-cta.png");
}
.book-online-bell-cta:visited {
  color: #ffffff;
}
.book-online-bell-cta:link {
  color: #ffffff;
}
.book-online-bell-cta:hover {
  color: #fff;
}
.book-online-bell-cta small {
  display: block;
  font-size: 0.6em;
}
.book-online-bell-cta:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -442px -155px;
  width: 48px;
  height: 47px;
}
.no-svg .book-online-bell-cta:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -442px -155px;
  width: 48px;
  height: 47px;
}
.right-rail .book-online-bell-cta {
  display: none;
}
@media screen and (min-width:769px) {
  .right-rail .book-online-bell-cta {
    display: block;
  }
}
.product-enhanced .content-body .content .book-online-bell-cta {
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:769px) {
  .product-enhanced .content-body .content .book-online-bell-cta {
    display: none;
  }
}
[lang="fr"] .book-online-bell-cta {
  padding-top: 15px;
  font-size: 1em;
}
[lang="fr"] .book-online-bell-cta small {
  display: block;
  font-size: 0.75em;
}
[lang="fr"] .book-online-bell-cta:before {
  left: 30px;
  top: 8px;
}
.experience-collection-details {
  margin-left: -20px;
  margin-right: -20px;
}
.experience-collection-details:before,
.experience-collection-details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details:after {
  clear: both;
}
.experience-collection-details:before,
.experience-collection-details:after {
  display: table;
  content: "";
}
.experience-collection-details:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .experience-collection-details {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.experience-collection-details .col {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-bottom: 10px;
}
.experience-collection-details .col:before,
.experience-collection-details .col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details .col:after {
  clear: both;
}
.experience-collection-details .col:before,
.experience-collection-details .col:after {
  display: table;
  content: "";
}
.experience-collection-details .col:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .experience-collection-details .col {
    position: relative;
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .experience-collection-details .col:before,
  .experience-collection-details .col:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .experience-collection-details .col:after {
    clear: both;
  }
  .experience-collection-details .col:before,
  .experience-collection-details .col:after {
    display: table;
    content: "";
  }
  .experience-collection-details .col:after {
    clear: both;
  }
  .experience-collection-details .col .social + dl {
    margin-top: 0;
  }
}
.experience-collection-details h4,
.experience-collection-details dt {
  float: none;
}
.experience-collection-details dd {
  display: block;
  padding-bottom: 10px;
}
.experience-collection-details dd a {
  color: #6888aa;
  text-decoration: none;
}
.experience-collection-details dd a:link,
.experience-collection-details dd a:visited {
  color: #6888aa;
}
.experience-collection-details dd a:hover {
  color: #506f8f;
}
.experience-collection-details h4 {
  margin: 0;
}
.experience-collection-details h4 + ul {
  margin: 0;
  padding-left: 20px;
}
.experience-collection-details h4 + ul li {
  padding-bottom: 10px;
}
.experience-collection-details .product-phonenumber {
  max-width: 310px;
}
.experience-collection-details,
.product-details {
  padding: 20px 20px 0 20px;
}
.experience-collection-details address,
.product-details address {
  font-family: 'adelle', serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width:769px) {
  .experience-collection-details address,
  .product-details address {
    font-size: 1.14285714em;
  }
}
.experience-collection-details dl,
.product-details dl {
  position: relative;
}
.experience-collection-details dl:before,
.product-details dl:before,
.experience-collection-details dl:after,
.product-details dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details dl:after,
.product-details dl:after {
  clear: both;
}
.experience-collection-details dl:before,
.product-details dl:before,
.experience-collection-details dl:after,
.product-details dl:after {
  display: table;
  content: "";
}
.experience-collection-details dl:after,
.product-details dl:after {
  clear: both;
}
.experience-collection-details h4,
.product-details h4,
.experience-collection-details dt,
.product-details dt {
  font-family: 'adelle', serif;
  font-weight: 700;
  float: left;
  padding-right: .65em;
  clear: left;
}
.experience-collection-details dd,
.product-details dd {
  margin-left: 0;
}
.experience-collection-details .icon-list dt,
.product-details .icon-list dt {
  display: block;
  float: none;
  padding-bottom: 10px;
}
.experience-collection-details .icon-list dd,
.product-details .icon-list dd {
  float: left;
  margin: 0 5px 5px 0;
}
.experience-collection-details .payment-methods dd,
.product-details .payment-methods dd {
  height: 24px;
}
.experience-collection-details ~ .sharing .social a,
.product-details ~ .sharing .social a {
  padding: 0 10px;
}
@media screen and (min-width:769px) {
  .experience-collection-details,
  .product-details {
    font-size: 0.875em;
  }
}
.experience-collection-details .map-link,
.product-details .map-link {
  font-weight: 100;
  color: #574b41;
  text-decoration: underline;
}
.experience-collection-details .map-link:visited,
.product-details .map-link:visited {
  color: #574b41;
}
.experience-collection-details .map-link:link,
.product-details .map-link:link {
  color: #574b41;
}
.experience-collection-details .map-link:after,
.product-details .map-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -455px -95px;
  width: 15px;
  height: 23px;
}
.no-svg .experience-collection-details .map-link:after,
.no-svg .product-details .map-link:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -455px -95px;
  width: 15px;
  height: 23px;
}
.experience-collection-details .contact,
.product-details .contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience-collection-details .contact a,
.product-details .contact a {
  color: #6888aa;
  text-decoration: none;
}
.experience-collection-details .contact a:link,
.product-details .contact a:link,
.experience-collection-details .contact a:visited,
.product-details .contact a:visited {
  color: #6888aa;
}
.experience-collection-details .contact a:hover,
.product-details .contact a:hover {
  color: #506f8f;
}
@media screen and (min-width:769px) {
  .experience-collection-details .contact a,
  .product-details .contact a {
    padding-bottom: 5px;
  }
}
.experience-collection-details .social,
.product-details .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience-collection-details .social:before,
.product-details .social:before,
.experience-collection-details .social:after,
.product-details .social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details .social:after,
.product-details .social:after {
  clear: both;
}
.experience-collection-details .social:before,
.product-details .social:before,
.experience-collection-details .social:after,
.product-details .social:after {
  display: table;
  content: "";
}
.experience-collection-details .social:after,
.product-details .social:after {
  clear: both;
}
.experience-collection-details .social li,
.product-details .social li {
  float: left;
  padding: 10px 5px;
}
.experience-collection-details .social li:first-child,
.product-details .social li:first-child {
  padding-left: 0;
}
.experience-collection-details .social-icon,
.product-details .social-icon {
  display: block;
  text-indent: -99999px;
}
.experience-collection-details .social-icon.facebook,
.product-details .social-icon.facebook {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
}
.no-svg .experience-collection-details .social-icon.facebook,
.no-svg .product-details .social-icon.facebook {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -445px;
  width: 33px;
  height: 33px;
}
.experience-collection-details .social-icon.twitter,
.product-details .social-icon.twitter {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -37px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .experience-collection-details .social-icon.twitter,
.no-svg .product-details .social-icon.twitter {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -37px -445px;
  width: 33px;
  height: 33px;
}
.experience-collection-details .social-icon.instagram,
.product-details .social-icon.instagram {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -75px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .experience-collection-details .social-icon.instagram,
.no-svg .product-details .social-icon.instagram {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -75px -445px;
  width: 33px;
  height: 33px;
}
.experience-collection-details .social-icon.pinterest,
.product-details .social-icon.pinterest {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -112px -445px;
  width: 33px;
  height: 33px;
}
.no-svg .experience-collection-details .social-icon.pinterest,
.no-svg .product-details .social-icon.pinterest {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -112px -445px;
  width: 33px;
  height: 33px;
}
.experience-collection-details .social-icon.mail,
.product-details .social-icon.mail {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -443px -680px;
  width: 33px;
  height: 33px;
}
.no-svg .experience-collection-details .social-icon.mail,
.no-svg .product-details .social-icon.mail {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -443px -680px;
  width: 33px;
  height: 33px;
}
.experience-collection-details .ratings,
.product-details .ratings {
  position: relative;
  padding: 10px 0;
  max-width: 300px;
}
.experience-collection-details .ratings:before,
.product-details .ratings:before,
.experience-collection-details .ratings:after,
.product-details .ratings:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details .ratings:after,
.product-details .ratings:after {
  clear: both;
}
.experience-collection-details .ratings:before,
.product-details .ratings:before,
.experience-collection-details .ratings:after,
.product-details .ratings:after {
  display: table;
  content: "";
}
.experience-collection-details .ratings:after,
.product-details .ratings:after {
  clear: both;
}
.experience-collection-details .ratings .col,
.product-details .ratings .col {
  display: table-cell;
  vertical-align: middle;
}
.experience-collection-details .ratings .col + .col,
.product-details .ratings .col + .col {
  padding-left: 20px;
}
.experience-collection-details .ratings .canada-select-logo,
.product-details .ratings .canada-select-logo {
  display: inline-block;
}
.experience-collection-details .ratings span,
.product-details .ratings span {
  display: block;
  font-size: 0.75em;
}
.experience-collection-details .ratings .star-rating,
.product-details .ratings .star-rating {
  position: relative;
}
.csstransforms .experience-collection-details .ratings .star-rating,
.csstransforms .product-details .ratings .star-rating {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  left: -15px;
  top: -5px;
}
.experience-collection-details .product-feature,
.product-details .product-feature {
  display: block;
  float: left;
  text-indent: -999999px;
}
.experience-collection-details .product-feature.Pet-Friendly,
.product-details .product-feature.Pet-Friendly,
.experience-collection-details .product-feature.pet-friendly,
.product-details .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Pet-Friendly,
.no-svg .product-details .product-feature.Pet-Friendly,
.no-svg .experience-collection-details .product-feature.pet-friendly,
.no-svg .product-details .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Non-Smoking-Rooms,
.product-details .product-feature.Non-Smoking-Rooms,
.experience-collection-details .product-feature.non-smoking-rooms,
.product-details .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Non-Smoking-Rooms,
.no-svg .product-details .product-feature.Non-Smoking-Rooms,
.no-svg .experience-collection-details .product-feature.non-smoking-rooms,
.no-svg .product-details .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Internet,
.product-details .product-feature.Internet,
.experience-collection-details .product-feature.internet,
.product-details .product-feature.internet {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Internet,
.no-svg .product-details .product-feature.Internet,
.no-svg .experience-collection-details .product-feature.internet,
.no-svg .product-details .product-feature.internet {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Wheelchair-Accessible,
.product-details .product-feature.Wheelchair-Accessible,
.experience-collection-details .product-feature.wheelchair-accessible,
.product-details .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Wheelchair-Accessible,
.no-svg .product-details .product-feature.Wheelchair-Accessible,
.no-svg .experience-collection-details .product-feature.wheelchair-accessible,
.no-svg .product-details .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Private-Tv,
.product-details .product-feature.Private-Tv,
.experience-collection-details .product-feature.private-tv,
.product-details .product-feature.private-tv {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Private-Tv,
.no-svg .product-details .product-feature.Private-Tv,
.no-svg .experience-collection-details .product-feature.private-tv,
.no-svg .product-details .product-feature.private-tv {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Room-Service,
.product-details .product-feature.Room-Service,
.experience-collection-details .product-feature.room-service,
.product-details .product-feature.room-service {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Room-Service,
.no-svg .product-details .product-feature.Room-Service,
.no-svg .experience-collection-details .product-feature.room-service,
.no-svg .product-details .product-feature.room-service {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Pool,
.product-details .product-feature.Pool,
.experience-collection-details .product-feature.pool,
.product-details .product-feature.pool {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Pool,
.no-svg .product-details .product-feature.Pool,
.no-svg .experience-collection-details .product-feature.pool,
.no-svg .product-details .product-feature.pool {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Beaches-Nearby,
.product-details .product-feature.Beaches-Nearby,
.experience-collection-details .product-feature.beaches-nearby,
.product-details .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Beaches-Nearby,
.no-svg .product-details .product-feature.Beaches-Nearby,
.no-svg .experience-collection-details .product-feature.beaches-nearby,
.no-svg .product-details .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Private-Showers,
.product-details .product-feature.Private-Showers,
.experience-collection-details .product-feature.private-showers,
.product-details .product-feature.private-showers {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Private-Showers,
.no-svg .product-details .product-feature.Private-Showers,
.no-svg .experience-collection-details .product-feature.private-showers,
.no-svg .product-details .product-feature.private-showers {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Restaurant,
.product-details .product-feature.Restaurant,
.experience-collection-details .product-feature.restaurant,
.product-details .product-feature.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Restaurant,
.no-svg .product-details .product-feature.Restaurant,
.no-svg .experience-collection-details .product-feature.restaurant,
.no-svg .product-details .product-feature.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Waterfront-Property,
.product-details .product-feature.Waterfront-Property,
.experience-collection-details .product-feature.waterfront-property,
.product-details .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Waterfront-Property,
.no-svg .product-details .product-feature.Waterfront-Property,
.no-svg .experience-collection-details .product-feature.waterfront-property,
.no-svg .product-details .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Playground,
.product-details .product-feature.Playground,
.experience-collection-details .product-feature.playground,
.product-details .product-feature.playground {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Playground,
.no-svg .product-details .product-feature.Playground,
.no-svg .experience-collection-details .product-feature.playground,
.no-svg .product-details .product-feature.playground {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Water-View,
.product-details .product-feature.Water-View,
.experience-collection-details .product-feature.water-view,
.product-details .product-feature.water-view {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Water-View,
.no-svg .product-details .product-feature.Water-View,
.no-svg .experience-collection-details .product-feature.water-view,
.no-svg .product-details .product-feature.water-view {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Activity-Centre,
.product-details .product-feature.Activity-Centre,
.experience-collection-details .product-feature.Activity-Center,
.product-details .product-feature.Activity-Center,
.experience-collection-details .product-feature.activity-center,
.product-details .product-feature.activity-center {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Activity-Centre,
.no-svg .product-details .product-feature.Activity-Centre,
.no-svg .experience-collection-details .product-feature.Activity-Center,
.no-svg .product-details .product-feature.Activity-Center,
.no-svg .experience-collection-details .product-feature.activity-center,
.no-svg .product-details .product-feature.activity-center {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Pull-Through,
.product-details .product-feature.Pull-Through,
.experience-collection-details .product-feature.pull-through,
.product-details .product-feature.pull-through {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Pull-Through,
.no-svg .product-details .product-feature.Pull-Through,
.no-svg .experience-collection-details .product-feature.pull-through,
.no-svg .product-details .product-feature.pull-through {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Serviced-sSites,
.product-details .product-feature.Serviced-sSites,
.experience-collection-details .product-feature.serviced-sites,
.product-details .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Serviced-sSites,
.no-svg .product-details .product-feature.Serviced-sSites,
.no-svg .experience-collection-details .product-feature.serviced-sites,
.no-svg .product-details .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Dumping-Sites,
.product-details .product-feature.Dumping-Sites,
.experience-collection-details .product-feature.dumping-sites,
.product-details .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Dumping-Sites,
.no-svg .product-details .product-feature.Dumping-Sites,
.no-svg .experience-collection-details .product-feature.dumping-sites,
.no-svg .product-details .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Washer-Dryer,
.product-details .product-feature.Washer-Dryer,
.experience-collection-details .product-feature.washer-dryer,
.product-details .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Washer-Dryer,
.no-svg .product-details .product-feature.Washer-Dryer,
.no-svg .experience-collection-details .product-feature.washer-dryer,
.no-svg .product-details .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Propane,
.product-details .product-feature.Propane,
.experience-collection-details .product-feature.propane,
.product-details .product-feature.propane {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Propane,
.no-svg .product-details .product-feature.Propane,
.no-svg .experience-collection-details .product-feature.propane,
.no-svg .product-details .product-feature.propane {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.Unserviced-Sites,
.product-details .product-feature.Unserviced-Sites,
.experience-collection-details .product-feature.unserviced-sites,
.product-details .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.Unserviced-Sites,
.no-svg .product-details .product-feature.Unserviced-Sites,
.no-svg .experience-collection-details .product-feature.unserviced-sites,
.no-svg .product-details .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.experience-collection-details .product-feature.shared-bath,
.product-details .product-feature.shared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
  height: 25px;
  background-position: -190px -556px;
}
.no-svg .experience-collection-details .product-feature.shared-bath,
.no-svg .product-details .product-feature.shared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
}
.experience-collection-details .product-feature.sheared-bath,
.product-details .product-feature.sheared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
  height: 25px;
  background-position: -190px -556px;
}
.no-svg .experience-collection-details .product-feature.sheared-bath,
.no-svg .product-details .product-feature.sheared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
}
.experience-collection-details .product-feature.restaurant,
.product-details .product-feature.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -320px -315px;
  width: 20px;
  height: 27px;
}
.no-svg .experience-collection-details .product-feature.restaurant,
.no-svg .product-details .product-feature.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -320px -315px;
  width: 20px;
  height: 27px;
}
.experience-collection-details.toggle-enabled,
.product-details.toggle-enabled {
  padding-bottom: 60px;
}
.experience-collection-details.toggle-enabled .additional-details,
.product-details.toggle-enabled .additional-details {
  display: none;
}
.experience-collection-details.toggle-enabled.toggle-open,
.product-details.toggle-enabled.toggle-open {
  padding-bottom: 60px;
}
.experience-collection-details.toggle-enabled.toggle-open .additional-details,
.product-details.toggle-enabled.toggle-open .additional-details {
  display: block;
}
.product-details {
  background: url('../images/paper-bg.jpg') repeat;
}
.product-phonenumber {
  position: relative;
  font-family: 'adelle', serif;
  font-weight: 700;
  color: #574b41;
  background: #fff;
  padding: 20px;
  padding-left: 80px;
  font-size: 1.375em;
  line-height: 1em;
}
.product-phonenumber:before,
.product-phonenumber:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-phonenumber:after {
  clear: both;
}
.product-phonenumber:before,
.product-phonenumber:after {
  display: table;
  content: "";
}
.product-phonenumber:after {
  clear: both;
}
.product-phonenumber .content {
  text-align: center;
}
.product-phonenumber:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -442px -225px;
  width: 48px;
  height: 45px;
}
.no-svg .product-phonenumber:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -442px -225px;
  width: 48px;
  height: 45px;
}
.product-phonenumber a {
  display: block;
  text-align: left;
  clear: both;
}
.right-rail .product-phonenumber {
  display: none;
}
@media screen and (min-width:769px) {
  .right-rail .product-phonenumber {
    display: block;
  }
}
.product-enhanced .content-body .content .product-phonenumber {
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:769px) {
  .product-enhanced .content-body .content .product-phonenumber {
    display: none;
  }
}
.product-phonenumber + address {
  margin-top: 20px;
}
.book-online-bell-cta {
  background-image: url("../images/book-online-bell-cta.svg");
  background-repeat: no-repeat;
  display: block;
  width: 309px;
  height: 66px;
  color: #ffffff;
  font-family: 'adelle', serif;
  position: relative;
  text-align: center;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 10px 10px 60px;
  cursor: pointer;
  margin-bottom: 10px;
}
.no-svg .book-online-bell-cta {
  background-image: url("../images/book-online-bell-cta.png");
}
.book-online-bell-cta:visited {
  color: #ffffff;
}
.book-online-bell-cta:link {
  color: #ffffff;
}
.book-online-bell-cta:hover {
  color: #fff;
}
.book-online-bell-cta small {
  display: block;
  font-size: 0.6em;
}
.book-online-bell-cta:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -442px -155px;
  width: 48px;
  height: 47px;
}
.no-svg .book-online-bell-cta:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -442px -155px;
  width: 48px;
  height: 47px;
}
.right-rail .book-online-bell-cta {
  display: none;
}
@media screen and (min-width:769px) {
  .right-rail .book-online-bell-cta {
    display: block;
  }
}
.product-enhanced .content-body .content .book-online-bell-cta {
  width: 100%;
  max-width: 309px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:769px) {
  .product-enhanced .content-body .content .book-online-bell-cta {
    display: none;
  }
}
[lang="fr"] .book-online-bell-cta {
  padding-top: 15px;
  font-size: 1em;
}
[lang="fr"] .book-online-bell-cta small {
  display: block;
  font-size: 0.75em;
}
[lang="fr"] .book-online-bell-cta:before {
  left: 30px;
  top: 8px;
}
.experience-collection-details {
  margin-left: -20px;
  margin-right: -20px;
}
.experience-collection-details:before,
.experience-collection-details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details:after {
  clear: both;
}
.experience-collection-details:before,
.experience-collection-details:after {
  display: table;
  content: "";
}
.experience-collection-details:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .experience-collection-details {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.experience-collection-details .col {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin-bottom: 10px;
}
.experience-collection-details .col:before,
.experience-collection-details .col:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.experience-collection-details .col:after {
  clear: both;
}
.experience-collection-details .col:before,
.experience-collection-details .col:after {
  display: table;
  content: "";
}
.experience-collection-details .col:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .experience-collection-details .col {
    position: relative;
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .experience-collection-details .col:before,
  .experience-collection-details .col:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .experience-collection-details .col:after {
    clear: both;
  }
  .experience-collection-details .col:before,
  .experience-collection-details .col:after {
    display: table;
    content: "";
  }
  .experience-collection-details .col:after {
    clear: both;
  }
  .experience-collection-details .col .social + dl {
    margin-top: 0;
  }
}
.experience-collection-details h4,
.experience-collection-details dt {
  float: none;
}
.experience-collection-details dd {
  display: block;
  padding-bottom: 10px;
}
.experience-collection-details dd a {
  color: #6888aa;
  text-decoration: none;
}
.experience-collection-details dd a:link,
.experience-collection-details dd a:visited {
  color: #6888aa;
}
.experience-collection-details dd a:hover {
  color: #506f8f;
}
.experience-collection-details h4 {
  margin: 0;
}
.experience-collection-details h4 + ul {
  margin: 0;
  padding-left: 20px;
}
.experience-collection-details h4 + ul li {
  padding-bottom: 10px;
}
.experience-collection-details .product-phonenumber {
  max-width: 310px;
}
.product,
.experience-collection,
.product-enhanced {
  /*--------------------------------------*/
  /*--------------------------------------*/
  /*--------------------------------------*/
  /*--------------------------------------*/
  /*-------------------------------------------------*/
  /*-------------------------------------------------*/
}
.product h1,
.experience-collection h1,
.product-enhanced h1 {
  display: inline;
}
.product .buttonTemplate,
.experience-collection .buttonTemplate,
.product-enhanced .buttonTemplate {
  z-index: 0;
  float: left;
  width: 130px;
  padding: 5px 0;
  opacity: .7;
  cursor: pointer;
  text-align: center;
  transition: opacity 300ms ease-in;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (min-width:550px) {
  .product .buttonTemplate,
  .experience-collection .buttonTemplate,
  .product-enhanced .buttonTemplate {
    padding: 8px;
  }
}
.product .buttonTemplate:hover,
.experience-collection .buttonTemplate:hover,
.product-enhanced .buttonTemplate:hover {
  opacity: 1;
}
.product .cta_btn-red,
.experience-collection .cta_btn-red,
.product-enhanced .cta_btn-red {
  z-index: 0;
  float: left;
  width: 130px;
  padding: 5px 0;
  opacity: .7;
  cursor: pointer;
  text-align: center;
  transition: opacity 300ms ease-in;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  background-image: url("../images/book-online-bell-cta.svg");
  background-size: 100% 100%;
  padding: 15px;
  width: 150px;
}
@media screen and (min-width:550px) {
  .product .cta_btn-red,
  .experience-collection .cta_btn-red,
  .product-enhanced .cta_btn-red {
    padding: 8px;
  }
}
.product .cta_btn-red:hover,
.experience-collection .cta_btn-red:hover,
.product-enhanced .cta_btn-red:hover {
  opacity: 1;
}
.no-svg .product .cta_btn-red,
.no-svg .experience-collection .cta_btn-red,
.no-svg .product-enhanced .cta_btn-red {
  background-image: url("../images/book-online-bell-cta.png");
}
@media screen and (min-width:550px) {
  .product .cta_btn-red,
  .experience-collection .cta_btn-red,
  .product-enhanced .cta_btn-red {
    position: relative;
    left: -10px;
  }
}
.product .cta_btn-brwn,
.experience-collection .cta_btn-brwn,
.product-enhanced .cta_btn-brwn {
  z-index: 0;
  float: left;
  width: 130px;
  padding: 5px 0;
  opacity: .7;
  cursor: pointer;
  text-align: center;
  transition: opacity 300ms ease-in;
  color: white;
  font-weight: 200;
  text-transform: uppercase;
  background-color: #574b41;
}
@media screen and (min-width:550px) {
  .product .cta_btn-brwn,
  .experience-collection .cta_btn-brwn,
  .product-enhanced .cta_btn-brwn {
    padding: 8px;
  }
}
.product .cta_btn-brwn:hover,
.experience-collection .cta_btn-brwn:hover,
.product-enhanced .cta_btn-brwn:hover {
  opacity: 1;
}
.product .cta,
.experience-collection .cta,
.product-enhanced .cta {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  height: 45px;
  padding: 0;
  display: table;
  margin: 0 auto;
}
@media screen and (min-width:550px) {
  .product .cta,
  .experience-collection .cta,
  .product-enhanced .cta {
    margin: 0;
    padding: 5px 0;
  }
}
.product .cta-holder,
.experience-collection .cta-holder,
.product-enhanced .cta-holder {
  height: auto;
  display: table;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media screen and (min-width:550px) {
  .product .cta-holder,
  .experience-collection .cta-holder,
  .product-enhanced .cta-holder {
    display: block;
    margin-bottom: 20px;
  }
}
.product .cta-holder .cta,
.experience-collection .cta-holder .cta,
.product-enhanced .cta-holder .cta {
  float: left;
  margin-right: 2px;
}
@media screen and (min-width:550px) {
  .product .cta-holder .cta,
  .experience-collection .cta-holder .cta,
  .product-enhanced .cta-holder .cta {
    margin-right: 10px;
    float: none;
  }
}
.product .link-template,
.experience-collection .link-template,
.product-enhanced .link-template {
  font-size: 1em;
  color: #c52c38;
}
.product .link-template:visited,
.experience-collection .link-template:visited,
.product-enhanced .link-template:visited {
  color: #c52c38;
}
.product .link-template:link,
.experience-collection .link-template:link,
.product-enhanced .link-template:link {
  color: #c52c38;
}
.product .link-template:before,
.experience-collection .link-template:before,
.product-enhanced .link-template:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.product .caa-link,
.experience-collection .caa-link,
.product-enhanced .caa-link {
  font-size: 1em;
  color: #c52c38;
}
.product .caa-link:visited,
.experience-collection .caa-link:visited,
.product-enhanced .caa-link:visited {
  color: #c52c38;
}
.product .caa-link:link,
.experience-collection .caa-link:link,
.product-enhanced .caa-link:link {
  color: #c52c38;
}
.product .caa-link:before,
.experience-collection .caa-link:before,
.product-enhanced .caa-link:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.product .caa-link:before,
.experience-collection .caa-link:before,
.product-enhanced .caa-link:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -289px -283px;
  width: 85px;
  height: 30px;
}
.no-svg .product .caa-link:before,
.no-svg .experience-collection .caa-link:before,
.no-svg .product-enhanced .caa-link:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -289px -283px;
  width: 85px;
  height: 30px;
}
.product .good-sam-link,
.experience-collection .good-sam-link,
.product-enhanced .good-sam-link {
  font-size: 1em;
  color: #c52c38;
}
.product .good-sam-link:visited,
.experience-collection .good-sam-link:visited,
.product-enhanced .good-sam-link:visited {
  color: #c52c38;
}
.product .good-sam-link:link,
.experience-collection .good-sam-link:link,
.product-enhanced .good-sam-link:link {
  color: #c52c38;
}
.product .good-sam-link:before,
.experience-collection .good-sam-link:before,
.product-enhanced .good-sam-link:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.product .good-sam-link:before,
.experience-collection .good-sam-link:before,
.product-enhanced .good-sam-link:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -446px -645px;
  width: 33px;
  height: 30px;
}
.no-svg .product .good-sam-link:before,
.no-svg .experience-collection .good-sam-link:before,
.no-svg .product-enhanced .good-sam-link:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -446px -645px;
  width: 33px;
  height: 30px;
}
.product .canada-select-link,
.experience-collection .canada-select-link,
.product-enhanced .canada-select-link {
  font-size: 1em;
  color: #c52c38;
}
.product .canada-select-link:visited,
.experience-collection .canada-select-link:visited,
.product-enhanced .canada-select-link:visited {
  color: #c52c38;
}
.product .canada-select-link:link,
.experience-collection .canada-select-link:link,
.product-enhanced .canada-select-link:link {
  color: #c52c38;
}
.product .canada-select-link:before,
.experience-collection .canada-select-link:before,
.product-enhanced .canada-select-link:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.product .canada-select-link:before,
.experience-collection .canada-select-link:before,
.product-enhanced .canada-select-link:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -71px -775px;
  width: 67px;
  height: 30px;
}
.no-svg .product .canada-select-link:before,
.no-svg .experience-collection .canada-select-link:before,
.no-svg .product-enhanced .canada-select-link:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -71px -775px;
  width: 67px;
  height: 30px;
}
.product .camping-select-link,
.experience-collection .camping-select-link,
.product-enhanced .camping-select-link {
  font-size: 1em;
  color: #c52c38;
}
.product .camping-select-link:visited,
.experience-collection .camping-select-link:visited,
.product-enhanced .camping-select-link:visited {
  color: #c52c38;
}
.product .camping-select-link:link,
.experience-collection .camping-select-link:link,
.product-enhanced .camping-select-link:link {
  color: #c52c38;
}
.product .camping-select-link:before,
.experience-collection .camping-select-link:before,
.product-enhanced .camping-select-link:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.product .camping-select-link:before,
.experience-collection .camping-select-link:before,
.product-enhanced .camping-select-link:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -140px -775px;
  width: 67px;
  height: 30px;
}
.no-svg .product .camping-select-link:before,
.no-svg .experience-collection .camping-select-link:before,
.no-svg .product-enhanced .camping-select-link:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -140px -775px;
  width: 67px;
  height: 30px;
}
.product .ratings .col,
.experience-collection .ratings .col,
.product-enhanced .ratings .col {
  margin-bottom: 20px;
}
.product .full-width-container .content-wallpaper,
.experience-collection .full-width-container .content-wallpaper,
.product-enhanced .full-width-container .content-wallpaper {
  background: url('../images/paper-bg.jpg') repeat;
  display: block;
  height: auto;
  width: 100%;
}
.product .full-width-container .content-body,
.experience-collection .full-width-container .content-body,
.product-enhanced .full-width-container .content-body {
  overflow: auto;
  margin: 0 auto;
}
.product .content-body,
.experience-collection .content-body,
.product-enhanced .content-body {
  position: relative;
  padding: 0;
  margin: 50px 0;
  max-width: 1100px;
}
.product .right-rail .additional-details,
.experience-collection .right-rail .additional-details,
.product-enhanced .right-rail .additional-details {
  width: 210px;
}
.product .content-body .content,
.experience-collection .content-body .content,
.product-enhanced .content-body .content {
  position: relative;
}
.product .content-body .content .content-toggle,
.experience-collection .content-body .content .content-toggle,
.product-enhanced .content-body .content .content-toggle {
  background-image: -webkit-gradient(linear, left 0, left 50%, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0, #f2f2f2 50%);
  background-image: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0, #f2f2f2 50%);
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0, #f2f2f2 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#fff2f2f2', GradientType=0);
}
@media screen and (min-width:769px) {
  .product .content-body .content,
  .experience-collection .content-body .content,
  .product-enhanced .content-body .content {
    float: left;
    width: calc(100% - 350px);
  }
}
.product .caption-wrapper,
.experience-collection .caption-wrapper,
.product-enhanced .caption-wrapper {
  width: 100%;
}
.product .product-features-wrapper .icon-list dd,
.experience-collection .product-features-wrapper .icon-list dd,
.product-enhanced .product-features-wrapper .icon-list dd {
  float: left;
  margin: 0 5px 5px 0;
}
.product .product-features-wrapper .icon-list .product-feature,
.experience-collection .product-features-wrapper .icon-list .product-feature,
.product-enhanced .product-features-wrapper .icon-list .product-feature {
  display: block;
  float: left;
  text-indent: -999999px;
}
.product .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.experience-collection .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.product .product-features-wrapper .icon-list .product-feature.pet-friendly,
.experience-collection .product-features-wrapper .icon-list .product-feature.pet-friendly,
.product-enhanced .product-features-wrapper .icon-list .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Pet-Friendly,
.no-svg .product .product-features-wrapper .icon-list .product-feature.pet-friendly,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.pet-friendly,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.pet-friendly {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -310px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.experience-collection .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.product .product-features-wrapper .icon-list .product-feature.non-smoking-rooms,
.experience-collection .product-features-wrapper .icon-list .product-feature.non-smoking-rooms,
.product-enhanced .product-features-wrapper .icon-list .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Non-Smoking-Rooms,
.no-svg .product .product-features-wrapper .icon-list .product-feature.non-smoking-rooms,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.non-smoking-rooms,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.non-smoking-rooms {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -310px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Internet,
.experience-collection .product-features-wrapper .icon-list .product-feature.Internet,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Internet,
.product .product-features-wrapper .icon-list .product-feature.internet,
.experience-collection .product-features-wrapper .icon-list .product-feature.internet,
.product-enhanced .product-features-wrapper .icon-list .product-feature.internet {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Internet,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Internet,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Internet,
.no-svg .product .product-features-wrapper .icon-list .product-feature.internet,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.internet,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.internet {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -310px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.experience-collection .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.product .product-features-wrapper .icon-list .product-feature.wheelchair-accessible,
.experience-collection .product-features-wrapper .icon-list .product-feature.wheelchair-accessible,
.product-enhanced .product-features-wrapper .icon-list .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Wheelchair-Accessible,
.no-svg .product .product-features-wrapper .icon-list .product-feature.wheelchair-accessible,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.wheelchair-accessible,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.wheelchair-accessible {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -310px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Private-Tv,
.experience-collection .product-features-wrapper .icon-list .product-feature.Private-Tv,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Private-Tv,
.product .product-features-wrapper .icon-list .product-feature.private-tv,
.experience-collection .product-features-wrapper .icon-list .product-feature.private-tv,
.product-enhanced .product-features-wrapper .icon-list .product-feature.private-tv {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Private-Tv,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Private-Tv,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Private-Tv,
.no-svg .product .product-features-wrapper .icon-list .product-feature.private-tv,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.private-tv,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.private-tv {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -310px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Room-Service,
.experience-collection .product-features-wrapper .icon-list .product-feature.Room-Service,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Room-Service,
.product .product-features-wrapper .icon-list .product-feature.room-service,
.experience-collection .product-features-wrapper .icon-list .product-feature.room-service,
.product-enhanced .product-features-wrapper .icon-list .product-feature.room-service {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Room-Service,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Room-Service,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Room-Service,
.no-svg .product .product-features-wrapper .icon-list .product-feature.room-service,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.room-service,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.room-service {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -337px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Pool,
.experience-collection .product-features-wrapper .icon-list .product-feature.Pool,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Pool,
.product .product-features-wrapper .icon-list .product-feature.pool,
.experience-collection .product-features-wrapper .icon-list .product-feature.pool,
.product-enhanced .product-features-wrapper .icon-list .product-feature.pool {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Pool,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Pool,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Pool,
.no-svg .product .product-features-wrapper .icon-list .product-feature.pool,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.pool,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.pool {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -337px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.experience-collection .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.product .product-features-wrapper .icon-list .product-feature.beaches-nearby,
.experience-collection .product-features-wrapper .icon-list .product-feature.beaches-nearby,
.product-enhanced .product-features-wrapper .icon-list .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Beaches-Nearby,
.no-svg .product .product-features-wrapper .icon-list .product-feature.beaches-nearby,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.beaches-nearby,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.beaches-nearby {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -337px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Private-Showers,
.experience-collection .product-features-wrapper .icon-list .product-feature.Private-Showers,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Private-Showers,
.product .product-features-wrapper .icon-list .product-feature.private-showers,
.experience-collection .product-features-wrapper .icon-list .product-feature.private-showers,
.product-enhanced .product-features-wrapper .icon-list .product-feature.private-showers {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Private-Showers,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Private-Showers,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Private-Showers,
.no-svg .product .product-features-wrapper .icon-list .product-feature.private-showers,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.private-showers,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.private-showers {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -337px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Restaurant,
.experience-collection .product-features-wrapper .icon-list .product-feature.Restaurant,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Restaurant,
.product .product-features-wrapper .icon-list .product-feature.restaurant,
.experience-collection .product-features-wrapper .icon-list .product-feature.restaurant,
.product-enhanced .product-features-wrapper .icon-list .product-feature.restaurant {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Restaurant,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Restaurant,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Restaurant,
.no-svg .product .product-features-wrapper .icon-list .product-feature.restaurant,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.restaurant,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.restaurant {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -337px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.experience-collection .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.product .product-features-wrapper .icon-list .product-feature.waterfront-property,
.experience-collection .product-features-wrapper .icon-list .product-feature.waterfront-property,
.product-enhanced .product-features-wrapper .icon-list .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Waterfront-Property,
.no-svg .product .product-features-wrapper .icon-list .product-feature.waterfront-property,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.waterfront-property,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.waterfront-property {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -364px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Playground,
.experience-collection .product-features-wrapper .icon-list .product-feature.Playground,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Playground,
.product .product-features-wrapper .icon-list .product-feature.playground,
.experience-collection .product-features-wrapper .icon-list .product-feature.playground,
.product-enhanced .product-features-wrapper .icon-list .product-feature.playground {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Playground,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Playground,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Playground,
.no-svg .product .product-features-wrapper .icon-list .product-feature.playground,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.playground,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.playground {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -364px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Water-View,
.experience-collection .product-features-wrapper .icon-list .product-feature.Water-View,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Water-View,
.product .product-features-wrapper .icon-list .product-feature.water-view,
.experience-collection .product-features-wrapper .icon-list .product-feature.water-view,
.product-enhanced .product-features-wrapper .icon-list .product-feature.water-view {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Water-View,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Water-View,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Water-View,
.no-svg .product .product-features-wrapper .icon-list .product-feature.water-view,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.water-view,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.water-view {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -364px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.experience-collection .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.product .product-features-wrapper .icon-list .product-feature.Activity-Center,
.experience-collection .product-features-wrapper .icon-list .product-feature.Activity-Center,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Activity-Center,
.product .product-features-wrapper .icon-list .product-feature.activity-center,
.experience-collection .product-features-wrapper .icon-list .product-feature.activity-center,
.product-enhanced .product-features-wrapper .icon-list .product-feature.activity-center {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Activity-Centre,
.no-svg .product .product-features-wrapper .icon-list .product-feature.Activity-Center,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Activity-Center,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Activity-Center,
.no-svg .product .product-features-wrapper .icon-list .product-feature.activity-center,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.activity-center,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.activity-center {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -364px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Pull-Through,
.experience-collection .product-features-wrapper .icon-list .product-feature.Pull-Through,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Pull-Through,
.product .product-features-wrapper .icon-list .product-feature.pull-through,
.experience-collection .product-features-wrapper .icon-list .product-feature.pull-through,
.product-enhanced .product-features-wrapper .icon-list .product-feature.pull-through {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Pull-Through,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Pull-Through,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Pull-Through,
.no-svg .product .product-features-wrapper .icon-list .product-feature.pull-through,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.pull-through,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.pull-through {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -364px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.experience-collection .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.product .product-features-wrapper .icon-list .product-feature.serviced-sites,
.experience-collection .product-features-wrapper .icon-list .product-feature.serviced-sites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Serviced-sSites,
.no-svg .product .product-features-wrapper .icon-list .product-feature.serviced-sites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.serviced-sites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.serviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -180px -391px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.experience-collection .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.product .product-features-wrapper .icon-list .product-feature.dumping-sites,
.experience-collection .product-features-wrapper .icon-list .product-feature.dumping-sites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Dumping-Sites,
.no-svg .product .product-features-wrapper .icon-list .product-feature.dumping-sites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.dumping-sites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.dumping-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -207px -391px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.experience-collection .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.product .product-features-wrapper .icon-list .product-feature.washer-dryer,
.experience-collection .product-features-wrapper .icon-list .product-feature.washer-dryer,
.product-enhanced .product-features-wrapper .icon-list .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Washer-Dryer,
.no-svg .product .product-features-wrapper .icon-list .product-feature.washer-dryer,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.washer-dryer,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.washer-dryer {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -234px -391px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Propane,
.experience-collection .product-features-wrapper .icon-list .product-feature.Propane,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Propane,
.product .product-features-wrapper .icon-list .product-feature.propane,
.experience-collection .product-features-wrapper .icon-list .product-feature.propane,
.product-enhanced .product-features-wrapper .icon-list .product-feature.propane {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Propane,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Propane,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Propane,
.no-svg .product .product-features-wrapper .icon-list .product-feature.propane,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.propane,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.propane {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -261px -391px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.experience-collection .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.product .product-features-wrapper .icon-list .product-feature.unserviced-sites,
.experience-collection .product-features-wrapper .icon-list .product-feature.unserviced-sites,
.product-enhanced .product-features-wrapper .icon-list .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.Unserviced-Sites,
.no-svg .product .product-features-wrapper .icon-list .product-feature.unserviced-sites,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.unserviced-sites,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.unserviced-sites {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -288px -391px;
  width: 27px;
  height: 27px;
}
.product .product-features-wrapper .icon-list .product-feature.shared-bath,
.experience-collection .product-features-wrapper .icon-list .product-feature.shared-bath,
.product-enhanced .product-features-wrapper .icon-list .product-feature.shared-bath {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
  height: 25px;
  background-position: -190px -556px;
}
.no-svg .product .product-features-wrapper .icon-list .product-feature.shared-bath,
.no-svg .experience-collection .product-features-wrapper .icon-list .product-feature.shared-bath,
.no-svg .product-enhanced .product-features-wrapper .icon-list .product-feature.shared-bath {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -190px -560px;
  width: 19px;
  height: 19px;
}
/*--------------------------------------*/
/*--------------------------------------*/
.share-link {
  font-family: 'Amatic SC', cursive;
  font-size: 2em;
  color: #958e88;
  position: relative;
  top: -27.5px;
  /*half the sprite height*/
  height: 0px;
  float: right;
}
.share-link:visited {
  color: #958e88;
}
.share-link:link {
  color: #958e88;
}
.share-link:after {
  content: '';
  display: inline-block;
  position: relative;
  left: 5px;
  top: 15px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -380px -550px;
  width: 55px;
  height: 55px;
}
.no-svg .share-link:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -380px -550px;
  width: 55px;
  height: 55px;
}
.share-link:hover {
  display: block;
}
.social {
  padding-left: 15px;
}
.share-box:hover,
.share-link:hover + .share-box {
  display: block;
}
.share-box {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -212px -774px;
  width: 155px;
  height: 57px;
  position: absolute;
  right: 0;
  z-index: 1;
  background-size: 625px 1000px;
  display: none;
}
.no-svg .share-box {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -212px -774px;
  width: 155px;
  height: 57px;
}
.share-box li {
  display: inline;
}
.share-box .social-icon {
  text-indent: -99999px;
  float: left;
  margin-right: 5px;
}
.share-box .at_PinItButton {
  display: none !important;
}
.share-box .social-icon.facebook-white {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -315px 0px;
  width: 33px;
  height: 33px;
}
.no-svg .share-box .social-icon.facebook-white {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -315px 0px;
  width: 33px;
  height: 33px;
}
.share-box .social-icon.twitter-white {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -350px 0px;
  width: 33px;
  height: 33px;
}
.no-svg .share-box .social-icon.twitter-white {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -350px 0px;
  width: 33px;
  height: 33px;
}
.share-box .social-icon.pinterest-white {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -385px 0px;
  width: 33px;
  height: 33px;
}
.no-svg .share-box .social-icon.pinterest-white {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -385px 0px;
  width: 33px;
  height: 33px;
}
/*--------------------------------------*/
/*--------------------------------------*/
.black_overlay,
.boxxy,
.slider__item {
  transform: translateZ(0);
}
.black_overlay {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease-in-out;
  transform: translateZ(0);
}
.black_overlay .boxxy {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 320px;
  min-width: 320px;
  transform: translate(-50%, -50%);
  opacity: 1;
  border: 5px solid white;
  background-color: black;
}
@media screen and (min-width:550px) {
  .black_overlay .boxxy {
    width: 510px;
    min-width: 510px;
  }
}
@media screen and (min-width:769px) {
  .black_overlay .boxxy {
    width: 710px;
    min-width: 710px;
  }
}
.black_overlay .boxxy a img {
  width: 100%;
}
.black_overlay .facts {
  position: absolute;
  bottom: 0;
  width: 310px;
  min-width: 310px;
  padding: 5px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width:550px) {
  .black_overlay .facts {
    width: 500px;
    min-width: 500px;
  }
}
@media screen and (min-width:769px) {
  .black_overlay .facts {
    width: 700px;
    min-width: 700px;
  }
}
.black_overlay .facts p,
.black_overlay .facts h2 {
  line-height: 5px;
}
.black_overlay .facts-title {
  float: left;
}
.black_overlay .facts-price {
  float: right;
}
.black_overlay .box_close_btn {
  position: absolute;
  top: -15px;
  right: -20px;
  z-index: 15;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -344px -776px;
  width: 30px;
  height: 30px;
}
.no-svg .black_overlay .box_close_btn {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -344px -776px;
  width: 30px;
  height: 30px;
}
.black_overlay .slider__arrows-item--right {
  right: 20px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -307px -775px;
  width: 30px;
  height: 30px;
}
.no-svg .black_overlay .slider__arrows-item--right {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -307px -775px;
  width: 30px;
  height: 30px;
}
.black_overlay .slider__arrows-item--left {
  left: 20px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -275px -775px;
  width: 30px;
  height: 30px;
}
.no-svg .black_overlay .slider__arrows-item--left {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -275px -775px;
  width: 30px;
  height: 30px;
}
.show_black_overlay {
  left: 0%;
  opacity: 1;
}
/*--------------------------------------*/
.product-wrapper,
.product-enhanced-wrapper {
  position: relative;
}
@media screen and (min-width:550px) {
  .product-enhanced-new .content-slideshow-container,
  .product-enhanced-new .content-slideshow {
    width: 66.66667%;
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .product-enhanced-new .content-slideshow-container .content-slideshow {
    width: 100%;
    float: none;
    margin: 0;
  }
  .product-enhanced-new .content-body .content {
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .product-enhanced-new {
    width: 100%;
  }
}
.product-enhanced-new .content:before,
.product-enhanced-new .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-enhanced-new .content:after {
  clear: both;
}
.product-enhanced-new .content:before,
.product-enhanced-new .content:after {
  display: table;
  content: "";
}
.product-enhanced-new .content:after {
  clear: both;
}
.product-enhanced-new .sharing {
  clear: both;
}
.product-enhanced-new h1 {
  text-align: center;
}
.right-rail {
  word-wrap: break-word;
  clear: both;
}
.right-rail:before,
.right-rail:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.right-rail:after {
  clear: both;
}
.right-rail:before,
.right-rail:after {
  display: table;
  content: "";
}
.right-rail:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .right-rail {
    clear: none;
    width: 310px;
    float: right;
  }
}
.toggle-enabled {
  position: relative;
  -webkit-transition: height 300ms ease-out;
  transition: height 300ms ease-out;
}
.toggle-enabled.toggle-open {
  padding-bottom: 120px;
}
.content-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 40px 0 10px;
  display: none;
}
.content-toggle .toggle {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.content-toggle .toggle:visited {
  color: #ffffff;
}
.content-toggle .toggle:link {
  color: #ffffff;
}
.content-toggle .toggle .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .content-toggle .toggle .paint {
  background-image: url("../images/cta-paint-brown-1.png");
}
.content-toggle .toggle .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.content-toggle .toggle:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-toggle .toggle .close-cta {
  display: none;
}
.toggle-open .content-toggle .toggle .open-cta {
  display: none;
}
.toggle-open .content-toggle .toggle .close-cta {
  display: inline-block;
}
.toggle-enabled .content-toggle {
  display: block;
}
@media screen and (min-width:769px) {
  .content-toggle {
    display: none;
  }
}
.product-group-nav fieldset {
  display: inline;
}
.product-group-nav fieldset .checkbox-container {
  margin: 0;
  padding: 0;
}
.product-group-nav fieldset .cta {
  margin: 10px;
  padding: 0;
}
@media screen and (min-width:769px) {
  .product-group-nav fieldset {
    max-width: 500px;
  }
}
@media screen and (min-width:880px) {
  .product-group-nav fieldset {
    max-width: 600px;
  }
}
@media screen and (min-width:1100px) {
  .product-group-nav fieldset {
    max-width: 700px;
  }
}
.product-group-nav .wing {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
@media screen and (min-width:1400px) {
  .profiler-quiz .profiler-quiz-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.profiler-quiz .profiler-quiz-slider {
  position: relative;
}
.profiler-quiz .question-wrapper {
  position: relative;
}
.profiler-quiz .question-wrapper img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.profiler-quiz .question-content {
  background-image: url("../images/flyout-menu-bg1.svg");
  background-size: 100% 100%;
  padding: 20px;
}
.no-svg .profiler-quiz .question-content {
  background-image: url("../images/flyout-menu-bg1.png");
}
@media screen and (min-width:769px) {
  .profiler-quiz .question-content {
    width: 80%;
    display: table;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.profiler-quiz .question {
  font-family: 'adelle', serif;
  color: #574b41;
}
@media screen and (min-width:769px) {
  .profiler-quiz .question {
    position: relative;
    width: 71.875%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width:769px) {
  .profiler-quiz .answers {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    border-left: 1px solid #69819d;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.625em;
    float: none;
  }
}
@media screen and (min-width:880px) {
  .profiler-quiz .answers {
    font-size: 0.75em;
  }
}
@media screen and (min-width:1100px) {
  .profiler-quiz .answers {
    font-size: 0.9375em;
  }
}
.profiler-quiz .answer {
  color: #69819d;
  text-decoration: none;
  font-family: 'Amatic SC', cursive;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.1875em;
  text-align: center;
  display: block;
  float: left;
  width: 50%;
}
.profiler-quiz .answer:link,
.profiler-quiz .answer:visited {
  color: #69819d;
}
.profiler-quiz .answer:hover {
  color: #536880;
}
.profiler-quiz .profiler-quiz-progress {
  padding-top: 40px;
}
.profiler-quiz .indicators {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: center;
  display: table;
  width: 100%;
}
.profiler-quiz .indicators li {
  display: table-cell;
  position: relative;
}
.profiler-quiz .indicators li:before {
  content: '';
  display: block;
  background: #69819d;
  height: 2px;
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 40%;
  left: 30%;
}
@media screen and (min-width:769px) {
  .profiler-quiz .indicators li:before {
    height: 4px;
    top: 50%;
    left: 50%;
  }
}
.profiler-quiz .indicators li:last-child:before {
  display: none;
}
.profiler-quiz .indicatior {
  display: inline-block;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #69819d;
  text-indent: -999999px;
}
@media screen and (min-width:769px) {
  .profiler-quiz .indicatior {
    width: 40px;
    height: 40px;
    border: 4px solid #69819d;
  }
}
.profiler-quiz .indicatior.answered {
  background: #69819d;
}
.profiler-quiz .indicatior.current {
  border: none;
}
.profiler-quiz .indicatior.current:after {
  content: '';
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0px -680px;
  width: 81px;
  height: 92px;
  display: block;
  position: absolute;
  top: -37px;
  left: -30px;
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35);
}
.no-svg .profiler-quiz .indicatior.current:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0px -680px;
  width: 81px;
  height: 92px;
}
@media screen and (min-width:400px) {
  .profiler-quiz .indicatior.current:after {
    top: -38px;
    left: -25px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media screen and (min-width:769px) {
  .profiler-quiz .indicatior.current:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: -27px;
    left: -25px;
  }
}
.profile-header .profiler-background,
.profiler-cta .profiler-background {
  display: block;
}
.profile-header .profiler-background img,
.profiler-cta .profiler-background img {
  width: 100%;
}
.profile-header-wrapper,
.profiler-cta-wrapper {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'Amatic SC', cursive;
}
@media screen and (min-width:1400px) {
  .profile-header-wrapper,
  .profiler-cta-wrapper {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.profiler-cta-wrapper {
  cursor: pointer;
}
.profile-header + .container .content-body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.125em;
  line-height: 1.6em;
}
.profiler-newsletter {
  background: url('../images/paper-bg.jpg') repeat;
  text-align: center;
  font-family: 'adelle', serif;
  padding: 10px;
  margin: 40px 0;
}
.profiler-newsletter p {
  margin: .25em;
}
.profiler-profile-options .start-over {
  text-align: center;
  font-size: 1.125em;
  line-height: 1.6em;
  font-family: 'adelle', serif;
}
.profiler-profile-options .content {
  text-align: center;
}
.profiler-profile-options .content.open .more-profiles {
  display: none;
}
.profiler-profile-options .content.open .profiles {
  display: block;
}
.profiler-profile-options .profiles {
  clear: both;
  display: none;
}
.profiler-profile-options .profiles:before,
.profiler-profile-options .profiles:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.profiler-profile-options .profiles:after {
  clear: both;
}
.profiler-profile-options .profiles:before,
.profiler-profile-options .profiles:after {
  display: table;
  content: "";
}
.profiler-profile-options .profiles:after {
  clear: both;
}
.profiler-profile-options .profile {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.profiler-profile-options .profile header {
  position: relative;
  width: 100%;
  padding-top: 40%;
  text-align: center;
  overflow: hidden;
}
.profiler-profile-options .profile header img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 0;
}
.profiler-profile-options .profile header h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  color: #fff;
  margin: 0;
  font-size: 4.375em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: 'Amatic SC', cursive;
}
@media screen and (min-width:769px) {
  .profiler-profile-options .profile {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}
.profiler-profile-options .profile .description {
  text-align: left;
}
.profiler-profile-options .profile .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.profiler-profile-options .profile .cta:visited {
  color: #ffffff;
}
.profiler-profile-options .profile .cta:link {
  color: #ffffff;
}
.profiler-profile-options .profile .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/profile-cta-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .profiler-profile-options .profile .cta .paint {
  background-image: url("../images/profile-cta-1.png");
}
.profiler-profile-options .profile .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.profiler-profile-options .profile .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.profiler-profile-options .profile .cta .text {
  font-family: 'Amatic SC', cursive;
  font-size: 2.5em;
  font-weight: 300;
}
.profiler-profile-options,
.profile-header,
.profiler-cta {
  position: relative;
}
.profiler-profile-options .winged-decorations,
.profile-header .winged-decorations,
.profiler-cta .winged-decorations {
  position: absolute;
  width: 100%;
}
.profiler-profile-options .winged-decorations .wing,
.profile-header .winged-decorations .wing,
.profiler-cta .winged-decorations .wing {
  display: block;
  height: 30px;
  background-repeat: no-repeat;
}
@media screen and (min-width:769px) {
  .profiler-profile-options .winged-decorations .wing,
  .profile-header .winged-decorations .wing,
  .profiler-cta .winged-decorations .wing {
    height: 49px;
  }
}
.profiler-profile-options .winged-decorations .left-wing,
.profile-header .winged-decorations .left-wing,
.profiler-cta .winged-decorations .left-wing {
  background-position: top left;
}
.profiler-profile-options .winged-decorations .right-wing,
.profile-header .winged-decorations .right-wing,
.profiler-cta .winged-decorations .right-wing {
  background-position: top right;
}
.profiler-profile-options .nautical-star,
.profile-header .nautical-star,
.profiler-cta .nautical-star {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -90px -687px;
  width: 66px;
  height: 75px;
  margin: 0 20px;
  position: relative;
  top: 15px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.no-svg .profiler-profile-options .nautical-star,
.no-svg .profile-header .nautical-star,
.no-svg .profiler-cta .nautical-star {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -90px -687px;
  width: 66px;
  height: 75px;
}
@media screen and (min-width:769px) {
  .profiler-profile-options .nautical-star,
  .profile-header .nautical-star,
  .profiler-cta .nautical-star {
    top: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.profiler-profile-options .greeting,
.profile-header .greeting,
.profiler-cta .greeting {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-shadow: 0px 4px 12px #2f4156;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.75em;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:769px) {
  .profiler-profile-options .greeting,
  .profile-header .greeting,
  .profiler-cta .greeting {
    font-size: 0.5em;
  }
}
@media screen and (min-width:880px) {
  .profiler-profile-options .greeting,
  .profile-header .greeting,
  .profiler-cta .greeting {
    font-size: 0.625em;
  }
}
@media screen and (min-width:960px) {
  .profiler-profile-options .greeting,
  .profile-header .greeting,
  .profiler-cta .greeting {
    font-size: 0.75em;
  }
}
@media screen and (min-width:1100px) {
  .profiler-profile-options .greeting,
  .profile-header .greeting,
  .profiler-cta .greeting {
    font-size: 0.875em;
  }
}
@media screen and (min-width:1400px) {
  .profiler-profile-options .greeting,
  .profile-header .greeting,
  .profiler-cta .greeting {
    font-size: 1em;
  }
}
.profiler-profile-options .greeting h1,
.profile-header .greeting h1,
.profiler-cta .greeting h1,
.profiler-profile-options .greeting h2,
.profile-header .greeting h2,
.profiler-cta .greeting h2 {
  font-size: 6em;
  font-family: 'Amatic SC', cursive;
  margin: 0;
  font-weight: 300;
  line-height: 1em;
}
.profiler-profile-options .greeting small,
.profile-header .greeting small,
.profiler-cta .greeting small {
  font-family: 'adelle', serif;
  display: block;
  font-size: 1.75em;
  line-height: 1em;
}
.profiler-profile-options .top-decorations,
.profile-header .top-decorations,
.profiler-cta .top-decorations {
  top: -10px;
}
.profiler-profile-options .top-decorations .left-wing,
.profile-header .top-decorations .left-wing,
.profiler-cta .top-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-sm.svg");
}
.no-svg .profiler-profile-options .top-decorations .left-wing,
.no-svg .profile-header .top-decorations .left-wing,
.no-svg .profiler-cta .top-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-sm.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .top-decorations .left-wing,
  .profile-header .top-decorations .left-wing,
  .profiler-cta .top-decorations .left-wing {
    background-image: url("../images/profiler-wing-left.svg");
  }
  .no-svg .profiler-profile-options .top-decorations .left-wing,
  .no-svg .profile-header .top-decorations .left-wing,
  .no-svg .profiler-cta .top-decorations .left-wing {
    background-image: url("../images/profiler-wing-left.png");
  }
}
.profiler-profile-options .top-decorations .right-wing,
.profile-header .top-decorations .right-wing,
.profiler-cta .top-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-sm.svg");
}
.no-svg .profiler-profile-options .top-decorations .right-wing,
.no-svg .profile-header .top-decorations .right-wing,
.no-svg .profiler-cta .top-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-sm.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .top-decorations .right-wing,
  .profile-header .top-decorations .right-wing,
  .profiler-cta .top-decorations .right-wing {
    background-image: url("../images/profiler-wing-right.svg");
  }
  .no-svg .profiler-profile-options .top-decorations .right-wing,
  .no-svg .profile-header .top-decorations .right-wing,
  .no-svg .profiler-cta .top-decorations .right-wing {
    background-image: url("../images/profiler-wing-right.png");
  }
}
.profiler-profile-options .bottom-decorations,
.profile-header .bottom-decorations,
.profiler-cta .bottom-decorations {
  bottom: 0;
}
.profiler-profile-options .bottom-decorations .center,
.profile-header .bottom-decorations .center,
.profiler-cta .bottom-decorations .center {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 20px;
  position: relative;
  top: -10px;
}
.profiler-profile-options .bottom-decorations .center:visited,
.profile-header .bottom-decorations .center:visited,
.profiler-cta .bottom-decorations .center:visited {
  color: #ffffff;
}
.profiler-profile-options .bottom-decorations .center:link,
.profile-header .bottom-decorations .center:link,
.profiler-cta .bottom-decorations .center:link {
  color: #ffffff;
}
.profiler-profile-options .bottom-decorations .center .paint,
.profile-header .bottom-decorations .center .paint,
.profiler-cta .bottom-decorations .center .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/pillarhero-2.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .profiler-profile-options .bottom-decorations .center .paint,
.no-svg .profile-header .bottom-decorations .center .paint,
.no-svg .profiler-cta .bottom-decorations .center .paint {
  background-image: url("../images/pillarhero-2.png");
}
.profiler-profile-options .bottom-decorations .center .text,
.profile-header .bottom-decorations .center .text,
.profiler-cta .bottom-decorations .center .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.profiler-profile-options .bottom-decorations .center:hover .paint,
.profile-header .bottom-decorations .center:hover .paint,
.profiler-cta .bottom-decorations .center:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations .center,
  .profile-header .bottom-decorations .center,
  .profiler-cta .bottom-decorations .center {
    top: -20px;
  }
}
.profiler-profile-options .bottom-decorations .center .text,
.profile-header .bottom-decorations .center .text,
.profiler-cta .bottom-decorations .center .text {
  font-size: 2.5em;
  font-family: 'Amatic SC', cursive;
}
.profiler-profile-options .bottom-decorations .wing,
.profile-header .bottom-decorations .wing,
.profiler-cta .bottom-decorations .wing {
  max-width: 40%;
}
.profiler-profile-options .bottom-decorations .left-wing,
.profile-header .bottom-decorations .left-wing,
.profiler-cta .bottom-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-bottom-sm.svg");
}
.no-svg .profiler-profile-options .bottom-decorations .left-wing,
.no-svg .profile-header .bottom-decorations .left-wing,
.no-svg .profiler-cta .bottom-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-bottom-sm.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations .left-wing,
  .profile-header .bottom-decorations .left-wing,
  .profiler-cta .bottom-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-bottom.svg");
  }
  .no-svg .profiler-profile-options .bottom-decorations .left-wing,
  .no-svg .profile-header .bottom-decorations .left-wing,
  .no-svg .profiler-cta .bottom-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-bottom.png");
  }
}
.profiler-profile-options .bottom-decorations .right-wing,
.profile-header .bottom-decorations .right-wing,
.profiler-cta .bottom-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-bottom-sm.svg");
}
.no-svg .profiler-profile-options .bottom-decorations .right-wing,
.no-svg .profile-header .bottom-decorations .right-wing,
.no-svg .profiler-cta .bottom-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-bottom-sm.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations .right-wing,
  .profile-header .bottom-decorations .right-wing,
  .profiler-cta .bottom-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-bottom.svg");
  }
  .no-svg .profiler-profile-options .bottom-decorations .right-wing,
  .no-svg .profile-header .bottom-decorations .right-wing,
  .no-svg .profiler-cta .bottom-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-bottom.png");
  }
}
.profiler-profile-options .bottom-decorations.full,
.profile-header .bottom-decorations.full,
.profiler-cta .bottom-decorations.full {
  bottom: 30px;
}
.profiler-profile-options .bottom-decorations.full .wing,
.profile-header .bottom-decorations.full .wing,
.profiler-cta .bottom-decorations.full .wing {
  max-width: 50%;
  width: 50%;
}
.profiler-profile-options .bottom-decorations.full .center,
.profile-header .bottom-decorations.full .center,
.profiler-cta .bottom-decorations.full .center {
  position: relative;
  background-image: url("../images/profiler-wing-left-bottom-sm.svg");
  background-position: top center;
  top: -1px;
}
.no-svg .profiler-profile-options .bottom-decorations.full .center,
.no-svg .profile-header .bottom-decorations.full .center,
.no-svg .profiler-cta .bottom-decorations.full .center {
  background-image: url("../images/profiler-wing-left-bottom-sm.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations.full .center,
  .profile-header .bottom-decorations.full .center,
  .profiler-cta .bottom-decorations.full .center {
    top: -11px;
    background-image: url("../images/profiler-wing-left-bottom.svg");
  }
  .no-svg .profiler-profile-options .bottom-decorations.full .center,
  .no-svg .profile-header .bottom-decorations.full .center,
  .no-svg .profiler-cta .bottom-decorations.full .center {
    background-image: url("../images/profiler-wing-left-bottom.png");
  }
}
.profiler-cta {
  font-size: 0.6875em;
}
@media screen and (min-width:400px) {
  .profiler-cta {
    font-size: 0.8125em;
  }
}
@media screen and (min-width:500px) {
  .profiler-cta {
    font-size: 0.875em;
  }
}
@media screen and (min-width:600px) {
  .profiler-cta {
    font-size: 1em;
  }
}
@media screen and (min-width:769px) {
  .profiler-cta .center {
    font-size: 0.625em;
  }
}
@media screen and (min-width:880px) {
  .profiler-cta .center {
    font-size: 0.75em;
  }
}
@media screen and (min-width:960px) {
  .profiler-cta .center {
    font-size: 0.9375em;
  }
}
@media screen and (min-width:1100px) {
  .profiler-cta .center {
    font-size: 1em;
  }
}
.profiler-profile-options {
  padding: 80px 0;
}
.profiler-profile-options .top-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-sm-beige.svg");
  background-repeat: no-repeat;
}
.no-svg .profiler-profile-options .top-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-sm-beige.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .top-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-beige.svg");
    background-repeat: no-repeat;
  }
  .no-svg .profiler-profile-options .top-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-beige.png");
  }
}
.profiler-profile-options .top-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-sm-beige.svg");
  background-repeat: no-repeat;
}
.no-svg .profiler-profile-options .top-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-sm-beige.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .top-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-beige.svg");
    background-repeat: no-repeat;
  }
  .no-svg .profiler-profile-options .top-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-beige.png");
  }
}
.profiler-profile-options .bottom-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-bottom-sm-beige.svg");
  background-repeat: no-repeat;
}
.no-svg .profiler-profile-options .bottom-decorations .left-wing {
  background-image: url("../images/profiler-wing-left-bottom-sm-beige.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-bottom-beige.svg");
    background-repeat: no-repeat;
  }
  .no-svg .profiler-profile-options .bottom-decorations .left-wing {
    background-image: url("../images/profiler-wing-left-bottom-beige.png");
  }
}
.profiler-profile-options .bottom-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-bottom-sm-beige.svg");
  background-repeat: no-repeat;
}
.no-svg .profiler-profile-options .bottom-decorations .right-wing {
  background-image: url("../images/profiler-wing-right-bottom-sm-beige.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-bottom-beige.svg");
    background-repeat: no-repeat;
  }
  .no-svg .profiler-profile-options .bottom-decorations .right-wing {
    background-image: url("../images/profiler-wing-right-bottom-beige.png");
  }
}
.profiler-profile-options .bottom-decorations.full .center {
  background-image: url("../images/profiler-wing-left-bottom-sm-beige.svg");
  background-repeat: no-repeat;
}
.no-svg .profiler-profile-options .bottom-decorations.full .center {
  background-image: url("../images/profiler-wing-left-bottom-sm-beige.png");
}
@media screen and (min-width:769px) {
  .profiler-profile-options .bottom-decorations.full .center {
    background-image: url("../images/profiler-wing-left-bottom-beige.svg");
    background-repeat: no-repeat;
  }
  .no-svg .profiler-profile-options .bottom-decorations.full .center {
    background-image: url("../images/profiler-wing-left-bottom-beige.png");
  }
}
.profiler-profile-options .nautical-star {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -323px -335px;
  width: 66px;
  height: 75px;
}
.no-svg .profiler-profile-options .nautical-star {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -323px -335px;
  width: 66px;
  height: 75px;
}
.keyword-search-results-wrapper,
.recipe-search-results-wrapper {
  padding: 40px 0;
}
.filter ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width:769px) {
  .filter ul {
    position: relative;
    width: 87.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    left: 5%;
  }
  .filter ul:before,
  .filter ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .filter ul:after {
    clear: both;
  }
  .filter ul:before,
  .filter ul:after {
    display: table;
    content: "";
  }
  .filter ul:after {
    clear: both;
  }
}
.filter li {
  display: inline-block;
}
.filter-item {
  display: block;
  display: table;
  position: relative;
  margin: 5px;
  height: 50px;
  color: #ffffff;
}
.filter-item:visited {
  color: #ffffff;
}
.filter-item:link {
  color: #ffffff;
}
.filter-item .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  background-image: url("../images/filter-item.svg");
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.no-svg .filter-item .paint {
  background-image: url("../images/filter-item.png");
}
.filter-item .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media screen and (min-width:500px) {
  .filter-item {
    margin: 10px;
  }
}
.filter-item:hover .paint,
.filter-item.selected .paint {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.filter-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}
.filter-icon + .text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.filter-icon.see-do {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -390px;
  width: 42px;
  height: 24px;
}
.no-svg .filter-icon.see-do {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -390px;
  width: 42px;
  height: 24px;
}
.filter-icon.see-do + .text {
  padding-left: 60px;
}
.filter-icon.event {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -57px -390px;
  width: 39px;
  height: 35px;
}
.no-svg .filter-icon.event {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -57px -390px;
  width: 39px;
  height: 35px;
}
.filter-icon.event + .text {
  padding-left: 60px;
}
.filter-icon.accomodation {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -110px -390px;
  width: 50px;
  height: 30px;
}
.no-svg .filter-icon.accomodation {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -110px -390px;
  width: 50px;
  height: 30px;
}
.filter-icon.accomodation + .text {
  padding-left: 70px;
}
.search-result-thumbnail .ribbon + .search-result-type-icon.see-do {
  bottom: -15px;
}
.search-result-thumbnail .ribbon + .search-result-type-icon.event {
  bottom: -5px;
}
.search-result-thumbnail .ribbon + .search-result-type-icon.accommodation {
  bottom: -10px;
}
.search-result-thumbnail .ratings {
  padding: 10px 0;
}
.search-result-thumbnail .ratings:before,
.search-result-thumbnail .ratings:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-result-thumbnail .ratings:after {
  clear: both;
}
.search-result-thumbnail .ratings:before,
.search-result-thumbnail .ratings:after {
  display: table;
  content: "";
}
.search-result-thumbnail .ratings:after {
  clear: both;
}
.search-result-thumbnail .ratings .col {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
.search-result-thumbnail .ratings .col img {
  width: 100%;
}
.search-result-thumbnail .ratings .col + .col {
  padding-left: 10px;
  width: 70%;
}
.search-result-thumbnail .ratings .col .star-rating {
  display: inline-block;
  position: relative;
  top: -10px;
  left: 3px;
  margin-bottom: -8px;
}
.search-result-thumbnail .ratings .col .star-rating + span:before {
  content: '';
  display: block;
}
.search-result-type-icon {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: relative;
  display: block;
  float: right;
}
.search-result-type-icon.see-do {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -345px;
  width: 42px;
  height: 24px;
}
.no-svg .search-result-type-icon.see-do {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -345px;
  width: 42px;
  height: 24px;
}
.search-result-type-icon.event {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -57px -345px;
  width: 39px;
  height: 35px;
}
.no-svg .search-result-type-icon.event {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -57px -345px;
  width: 39px;
  height: 35px;
}
.search-result-type-icon.accommodation {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -110px -345px;
  width: 50px;
  height: 30px;
}
.no-svg .search-result-type-icon.accommodation {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -110px -345px;
  width: 50px;
  height: 30px;
}
.keyword-search-input {
  font-size: 1.25em;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width:500px) {
  .keyword-search-input {
    position: static;
    float: none;
    text-align: center;
    display: table;
    width: auto;
  }
}
.keyword-search-input .button.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.keyword-search-input .button.submit:visited {
  color: #ffffff;
}
.keyword-search-input .button.submit:link {
  color: #ffffff;
}
.keyword-search-input .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-3.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .keyword-search-input .button.submit .paint {
  background-image: url("../images/cta-paint-brown-3.png");
}
.keyword-search-input .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.keyword-search-input .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.keyword-search-input input[type="text"] {
  border: 2px solid #dad8d6;
  padding: 4px 10px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width:500px) {
  .keyword-search-input input[type="text"] {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.load-more-container {
  clear: both;
}
.load-more-container .spinner {
  width: 48px;
  height: 48px;
  margin: 20px auto;
}
.load-more-container .load-more-cta {
  display: table;
  margin: 20px auto;
}
.sharing {
  font-family: 'Amatic SC', cursive;
  background: #798c62;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}
.sharing:before,
.sharing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sharing:after {
  clear: both;
}
.sharing:before,
.sharing:after {
  display: table;
  content: "";
}
.sharing:after {
  clear: both;
}
@media (min-width: 1200px) {
  .sharing {
    width: 100%;
  }
}
.sharing .sharing-content {
  padding: 10px 0;
  display: table;
  margin: 0 auto;
}
.sharing .sharing-content:before,
.sharing .sharing-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sharing .sharing-content:after {
  clear: both;
}
.sharing .sharing-content:before,
.sharing .sharing-content:after {
  display: table;
  content: "";
}
.sharing .sharing-content:after {
  clear: both;
}
@media screen and (min-width:400px) {
  .sharing {
    font-size: 2.75em;
  }
}
.sharing .sharing-title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
.sharing .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.sharing .social:before,
.sharing .social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sharing .social:after {
  clear: both;
}
.sharing .social:before,
.sharing .social:after {
  display: table;
  content: "";
}
.sharing .social:after {
  clear: both;
}
.sharing .social li {
  float: left;
}
.sharing .social a {
  padding: 0 10px;
  display: block;
  cursor: pointer;
}
.sharing .social-icon {
  display: inline-block;
  cursor: pointer;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
  margin-left: 10px;
  margin-right: 10px;
}
.sharing .social-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.sharing .social-icon.facebook {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -323px 0;
  width: 18px;
  height: 30px;
}
.no-svg .sharing .social-icon.facebook {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -323px 0;
  width: 18px;
  height: 30px;
}
.sharing .social-icon.twitter {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -350px 0;
  width: 33px;
  height: 29px;
}
.no-svg .sharing .social-icon.twitter {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -350px 0;
  width: 33px;
  height: 29px;
}
.sharing .social-icon.pinterest {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -393px 0;
  width: 26px;
  height: 31px;
}
.no-svg .sharing .social-icon.pinterest {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -393px 0;
  width: 26px;
  height: 31px;
}
.park-social-icons {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
}
.park-social-icons li {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 auto;
  text-decoration: none;
}
.star-rating {
  text-indent: -9999px;
  width: 100px;
  height: 21px;
}
.star-rating.star-5 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -294px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-5 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -294px;
  width: 100px;
  height: 21px;
}
.star-rating.star-4 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -317px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-4 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -317px;
  width: 100px;
  height: 21px;
}
.star-rating.star-3 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -341px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-3 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -341px;
  width: 100px;
  height: 21px;
}
.star-rating.star-2 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -363px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-2 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -363px;
  width: 100px;
  height: 21px;
}
.star-rating.star-1 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -385px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-1 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -385px;
  width: 100px;
  height: 21px;
}
.star-rating.star-45 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -409px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-45 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -409px;
  width: 100px;
  height: 21px;
}
.star-rating.star-35 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -431px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-35 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -431px;
  width: 100px;
  height: 21px;
}
.star-rating.star-25 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -453px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-25 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -453px;
  width: 100px;
  height: 21px;
}
.star-rating.star-15 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -475px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-15 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -475px;
  width: 100px;
  height: 21px;
}
.star-rating.star-05 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -395px -497px;
  width: 100px;
  height: 21px;
}
.no-svg .star-rating.star-05 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -395px -497px;
  width: 100px;
  height: 21px;
}
.search-result-thumbnail .star-rating,
.star-rating-small {
  text-indent: -9999px;
  font-size: 0;
  position: relative;
  width: 100px;
  height: 21px;
  margin-bottom: 4px;
}
.search-result-thumbnail .star-rating:before,
.star-rating-small:before {
  content: '';
  display: block;
  position: relative;
  left: -50px;
  top: -1px;
  text-indent: -9999px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -400px -525px;
  width: 38px;
  height: 16px;
  display: none;
}
.no-svg .search-result-thumbnail .star-rating:before,
.no-svg .star-rating-small:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -400px -525px;
  width: 38px;
  height: 16px;
}
.search-result-thumbnail .star-rating.star-5,
.star-rating-small.star-5 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -523px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-5,
.no-svg .star-rating-small.star-5 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -523px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-4,
.star-rating-small.star-4 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -534px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-4,
.no-svg .star-rating-small.star-4 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -534px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-3,
.star-rating-small.star-3 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -545px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-3,
.no-svg .star-rating-small.star-3 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -545px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-2,
.star-rating-small.star-2 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -556px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-2,
.no-svg .star-rating-small.star-2 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -556px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-1,
.star-rating-small.star-1 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -568px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-1,
.no-svg .star-rating-small.star-1 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -568px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-45,
.star-rating-small.star-45 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -578px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-45,
.no-svg .star-rating-small.star-45 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -578px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-35,
.star-rating-small.star-35 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -590px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-35,
.no-svg .star-rating-small.star-35 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -590px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-25,
.star-rating-small.star-25 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -601px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-25,
.no-svg .star-rating-small.star-25 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -601px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-15,
.star-rating-small.star-15 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -612px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-15,
.no-svg .star-rating-small.star-15 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -612px;
  width: 50px;
  height: 12px;
}
.search-result-thumbnail .star-rating.star-05,
.star-rating-small.star-05 {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -444px -623px;
  width: 50px;
  height: 12px;
}
.no-svg .search-result-thumbnail .star-rating.star-05,
.no-svg .star-rating-small.star-05 {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -444px -623px;
  width: 50px;
  height: 12px;
}
.stay-menu {
  font-family: 'adelle-sans', sans-serif;
}
.stay-menu:before,
.stay-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu:after {
  clear: both;
}
.stay-menu:before,
.stay-menu:after {
  display: table;
  content: "";
}
.stay-menu:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu {
    font-size: 0.75em;
  }
}
@media screen and (min-width:880px) {
  .stay-menu {
    font-size: 0.875em;
  }
}
@media screen and (min-width:960px) {
  .stay-menu {
    font-size: 1em;
  }
}
.header .flyout-wrapper .stay-menu .container {
  left: auto;
  width: 100%;
  margin: 0 auto;
  float: none;
  max-width: 1220px;
}
.stay-menu .stay-flyout {
  color: #574b41;
  position: relative;
}
.stay-menu .stay-flyout:before,
.stay-menu .stay-flyout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .stay-flyout:after {
  clear: both;
}
.stay-menu .stay-flyout:before,
.stay-menu .stay-flyout:after {
  display: table;
  content: "";
}
.stay-menu .stay-flyout:after {
  clear: both;
}
.stay-menu .column {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 300px;
}
.stay-menu .column:before,
.stay-menu .column:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .column:after {
  clear: both;
}
.stay-menu .column:before,
.stay-menu .column:after {
  display: table;
  content: "";
}
.stay-menu .column:after {
  clear: both;
}
.stay-menu .column:before,
.stay-menu .column:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .column:after {
  clear: both;
}
.stay-menu .column:before,
.stay-menu .column:after {
  display: table;
  content: "";
}
.stay-menu .column:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu .column .cell {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.stay-menu .title {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  color: #574b41;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
.stay-menu .title:before,
.stay-menu .title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .title:after {
  clear: both;
}
.stay-menu .title:before,
.stay-menu .title:after {
  display: table;
  content: "";
}
.stay-menu .title:after {
  clear: both;
}
.stay-menu .title h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 3.75em;
  line-height: 1em;
  font-weight: 300;
  display: inline;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:500px) {
  .stay-menu .title h2 {
    font-size: 3.75em;
  }
}
@media screen and (min-width:769px) {
  .stay-menu .title h2 {
    font-size: 3.125em;
    padding: 10px 0;
  }
}
@media screen and (min-width:880px) {
  .stay-menu .title h2 {
    font-size: 3.4375em;
  }
}
@media screen and (min-width:1100px) {
  .stay-menu .title h2 {
    padding: 20px 0;
    font-size: 4.0625em;
  }
}
.stay-menu .title h2:before {
  content: '';
  display: table;
  min-height: 25px;
  height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/flyout-title-top.svg");
  background-position: top center;
  top: 0;
}
.no-svg .stay-menu .title h2:before {
  background-image: url("../images/flyout-title-top.png");
}
.stay-menu .title p {
  position: relative;
  font-family: 'adelle', serif;
  font-size: 0.75em;
}
.stay-menu .title p:after {
  content: '';
  display: table;
  min-height: 25px;
  height: 25px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/flyout-title-bottom.svg");
  background-position: bottom center;
  bottom: 0;
  left: 0;
}
.no-svg .stay-menu .title p:after {
  background-image: url("../images/flyout-title-bottom.png");
}
@media screen and (min-width:769px) {
  .stay-menu .title {
    position: relative;
    width: 18.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
}
.stay-menu .field-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.stay-menu .field-container:before,
.stay-menu .field-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .field-container:after {
  clear: both;
}
.stay-menu .field-container:before,
.stay-menu .field-container:after {
  display: table;
  content: "";
}
.stay-menu .field-container:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu .field-container {
    position: relative;
    width: 56.25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    left: 18.75%;
    border-right: 1px solid #574b41;
  }
}
.stay-menu .browse-all-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.stay-menu .browse-all-container:before,
.stay-menu .browse-all-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .browse-all-container:after {
  clear: both;
}
.stay-menu .browse-all-container:before,
.stay-menu .browse-all-container:after {
  display: table;
  content: "";
}
.stay-menu .browse-all-container:after {
  clear: both;
}
.stay-menu .browse-all-container .browse-all-wrapper {
  background-image: url("../images/flyout-menu-bg1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  clear: both;
  text-align: center;
}
.no-svg .stay-menu .browse-all-container .browse-all-wrapper {
  background-image: url("../images/flyout-menu-bg1.png");
}
.stay-menu .browse-all-container .browse-all-wrapper + .browse-all-wrapper {
  margin-top: 20px;
}
.stay-menu .browse-all-container a {
  font-size: 1.75em;
  font-family: 'Amatic SC', cursive;
  text-transform: uppercase;
  color: #574b41;
  text-decoration: none;
  display: block;
  padding: 20px;
  line-height: 1em;
}
.stay-menu .browse-all-container a:link,
.stay-menu .browse-all-container a:visited {
  color: #574b41;
}
.stay-menu .browse-all-container a:hover {
  color: #663333;
}
@media screen and (min-width:769px) {
  .stay-menu .browse-all-container {
    position: relative;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    right: 0;
  }
}
.stay-menu .aside {
  font-size: 0.75em;
  color: #574b41;
  font-style: italic;
  margin: 0;
}
.stay-menu .date-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -230px -260px;
  width: 38px;
  height: 38px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.no-svg .stay-menu .date-icon {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -230px -260px;
  width: 38px;
  height: 38px;
}
.stay-menu .date-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.stay-menu .date-icon:hover,
.stay-menu .date-icon:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.stay-menu .field {
  position: relative;
  margin-bottom: 20px;
}
.stay-menu .field label {
  color: #574b41;
  display: inline-block;
  width: 100%;
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 1.125em;
}
.stay-menu .field.date {
  padding-right: 50px;
}
.stay-menu .field.date input {
  width: 100%;
  font-family: 'adelle-sans', sans-serif;
  color: #574b41;
}
.stay-menu .field.date input[type="text"] {
  background: #f2f2f2;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 1.125em;
  padding: 4px 5px;
}
.stay-menu .date-picker-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.stay-menu .date-picker-container:before,
.stay-menu .date-picker-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .date-picker-container:after {
  clear: both;
}
.stay-menu .date-picker-container:before,
.stay-menu .date-picker-container:after {
  display: table;
  content: "";
}
.stay-menu .date-picker-container:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu .date-picker-container {
    position: relative;
    width: 45%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
}
.stay-menu .options-container {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.stay-menu .options-container:before,
.stay-menu .options-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.stay-menu .options-container:after {
  clear: both;
}
.stay-menu .options-container:before,
.stay-menu .options-container:after {
  display: table;
  content: "";
}
.stay-menu .options-container:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu .options-container {
    position: relative;
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    float: right;
  }
}
.stay-menu .submit-container {
  clear: both;
}
@media screen and (min-width:769px) {
  .stay-menu .submit-container .aside {
    position: absolute;
    bottom: 20px;
    width: 50%;
  }
}
.stay-menu .button.submit {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.stay-menu .button.submit:visited {
  color: #ffffff;
}
.stay-menu .button.submit:link {
  color: #ffffff;
}
.stay-menu .button.submit .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-brown-3.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .stay-menu .button.submit .paint {
  background-image: url("../images/cta-paint-brown-3.png");
}
.stay-menu .button.submit .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.stay-menu .button.submit:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:769px) {
  .stay-menu .button.submit {
    font-size: 1.625em;
    float: right;
  }
  .stay-menu .button.submit .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stay-menu .close {
  font-family: 'adelle', serif;
  font-size: 1.75em;
  color: #574b41;
  display: block;
  text-align: center;
  background: transparent;
}
.stay-menu .close:visited {
  color: #574b41;
}
.stay-menu .close:link {
  color: #574b41;
}
@media screen and (min-width:769px) {
  .stay-menu .close {
    display: none;
  }
}
.stay-menu select {
  width: 100%;
}
.header .nav-wrapper nav .stay-menu a {
  width: auto;
}
.header .nav-wrapper nav .stay-menu a.date-icon {
  position: absolute;
}
.stay-menu .custom-select-control .custom-select {
  padding: 4px 20px 4px 5px;
}
.header .stay-menu-fly-out.open {
  margin: 0;
}
.header .nav-wrapper nav .stay-menu a {
  width: auto;
}
.custom-select-control {
  position: relative;
}
.custom-select-control select {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.custom-select-control .custom-select {
  background: #f2f2f2;
  color: #574b41;
  font-size: 1.125em;
  padding: 2px 20px 2px 5px;
  z-index: 1;
}
.custom-select-control .toggle {
  position: absolute;
  right: 1px;
  top: 25%;
  z-index: 1;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -26px -775px;
  width: 32px;
  height: 18px;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}
.no-svg .custom-select-control .toggle {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -26px -775px;
  width: 32px;
  height: 18px;
}
.date-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -230px -260px;
  width: 38px;
  height: 38px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.no-svg .date-icon {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -230px -260px;
  width: 38px;
  height: 38px;
}
.date-icon:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.date-icon:hover,
.date-icon:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.field {
  position: relative;
  margin-bottom: 20px;
}
.field label {
  color: #574b41;
  display: inline-block;
  width: 100%;
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 1.125em;
}
.field.date {
  padding-right: 50px;
}
.field.date input {
  width: 100%;
  font-family: 'adelle-sans', sans-serif;
  color: #574b41;
}
.field.date input[type="text"] {
  background: #f2f2f2;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 1.125em;
  padding: 4px 5px;
}
.sfy-story {
  max-width: 900px;
  margin: 20px auto 0;
}
@media screen and (min-width:769px) {
  .sfy-story {
    margin: 40px auto 0;
  }
}
#popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999999999999999;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
#popup-wrapper.open {
  display: block;
}
#popup-wrapper.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
#popup-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.75);
}
.popup-container {
  background: url('../images/paper-bg.jpg') repeat;
  padding: 20px;
  max-width: 800px;
  position: absolute;
  margin: 40px;
}
.popup-container:before,
.popup-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.popup-container:after {
  clear: both;
}
.popup-container:before,
.popup-container:after {
  display: table;
  content: "";
}
.popup-container:after {
  clear: both;
}
.popup-container .popup-cancel {
  position: absolute;
  top: 5px;
  right: 5px;
  color: rgba(87, 75, 65, 0.6);
  font-family: 'Amatic SC', cursive;
  font-weight: 100;
  font-size: 3.75em;
  border: 3px solid rgba(87, 75, 65, 0.6);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 16px;
}
.popup-container .popup-cancel:visited {
  color: rgba(87, 75, 65, 0.6);
}
.popup-container .popup-cancel:link {
  color: rgba(87, 75, 65, 0.6);
}
.popup-container .popup-cancel:hover {
  color: #574b41;
  border-color: #574b41;
}
.popup-container .cta {
  text-align: center;
}
.popup-container .cta .paint {
  background-image: url("../images/cta-paint-blue-1.svg");
}
.no-svg .popup-container .cta .paint {
  background-image: url("../images/cta-paint-blue-1.png");
}
.popup-container .cta .text {
  font-family: 'Amatic SC', cursive;
  font-size: 1.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.popup-container .textlinks {
  margin-top: 10px;
}
.popup-container .textlinks a {
  display: block;
}
.popup-container .no-thanks {
  display: inline-block;
  position: relative;
}
.popup-container .no-thanks:after {
  content: '×';
  font-size: 1.25em;
  top: -7px;
  position: absolute;
}
.popup-container .col {
  padding: 10px;
}
.popup-container .col img {
  width: 100%;
  display: block;
}
@media screen and (min-width:769px) {
  .popup-container {
    position: relative;
    margin: 10% auto;
  }
  .popup-container h2:first-child {
    margin-top: 0;
  }
  .popup-container .cta {
    width: 50%;
  }
  .popup-container .textlinks {
    float: right;
    padding-left: 20px;
    width: 50%;
  }
  .popup-container .col {
    float: left;
    width: 50%;
  }
}
#tooltip {
  position: absolute;
  border-radius: 5px;
  background: #663333;
  color: #fff;
  padding: 10px;
  top: 50%;
  left: 50%;
  max-width: 300px;
  cursor: pointer;
  text-align: center;
  display: none;
}
#tooltip .arrow {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #663333;
}
#tooltip .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ffffff;
  display: none;
}
#tooltip .close:visited {
  color: #ffffff;
}
#tooltip .close:link {
  color: #ffffff;
}
.tooltip {
  cursor: pointer;
}
.modal-tooltip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #2f4156;
  color: #a8ccea;
  z-index: 19;
  font-family: 'adelle', serif;
}
.modal-tooltip.up:after,
.modal-tooltip.down:before,
.modal-tooltip.left:after,
.modal-tooltip.right:before {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: '';
}
.modal-tooltip.up:after {
  margin-left: -12px;
  border-top: 12px solid #2f4156;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  bottom: -12px;
  left: 50%;
}
.modal-tooltip.down:before {
  margin-left: -12px;
  border-bottom: 12px solid #2f4156;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  top: -12px;
  left: 50%;
}
.modal-tooltip.left:after {
  margin-top: -12px;
  border-left: 12px solid #2f4156;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 50%;
  right: -12px;
}
.modal-tooltip.right:before {
  margin-top: -12px;
  border-right: 12px solid #2f4156;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 50%;
  left: -12px;
}
.modal-tooltip .content {
  overflow: auto;
}
.modal-tooltip.scroll .content {
  padding-right: 25px;
  max-height: 270px;
}
.modal-tooltip .content .tile {
  margin: 10px 0 0;
  float: none;
  position: relative;
  overflow: auto;
}
.modal-tooltip .content .tile:first-child {
  margin-top: 0;
}
.modal-tooltip .content a.trip-idea {
  width: 10px;
  height: 19px;
  position: absolute;
  top: 6px;
  left: 20px;
  text-indent: -9999em;
}
.modal-tooltip > h5 + .content {
  margin-top: 10px;
}
.modal-tooltip h5 {
  margin: 0 23px 0 0;
  font-weight: 100;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.modal-tooltip h4 {
  margin: 0;
  font-size: 22px;
  color: #fff;
}
.modal-tooltip hr {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #a8ccea;
}
.modal-tooltip fieldset {
  margin: 0 3px;
}
.modal-tooltip input[type="submit"] {
  margin-right: 10px;
}
.modal-tooltip a.x {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 7px;
  right: 7px;
  background-color: transparent;
  color: #a8ccea;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
}
.modal-tooltip a.x:hover {
  color: #fff;
}
.modal-tooltip a {
  color: #a8ccea;
  font-weight: normal;
}
.modal-tooltip a:hover {
  color: #fff;
}
.modal-tooltip.email,
.modal-tooltip.address-verification {
  padding: 20px;
  width: 265px;
  font-size: 14px;
}
.modal-tooltip.email .aside {
  font-style: normal;
}
.modal-tooltip.address-verification address {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  position: relative;
  background-color: white;
  color: #574b41;
  font-size: 16px;
  margin: 10px 0;
}
.modal-tooltip.address-verification address:before {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  background: url(../images/sprite-icons.png) no-repeat 0 -6240px;
  content: '';
}
.modal-tooltip.address-verification address.verified:before {
  background-position: 0 -6300px;
}
.modal-tooltip.address-verification a.button {
  margin: 10px 10px 0 0;
}
.modal-tooltip.address-verification input[type="text"] {
  width: 100%;
  font-family: 'adelle-sans', sans-serif;
  color: #574b41;
  background: #f2f2f2;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 1.125em;
  padding: 4px 5px;
}
.html[lang^="fr"] .modal-tooltip.address-verification input[type="text"] {
  width: 140px;
}
.modal-tooltip.address-verification input[type="submit"] {
  margin: 0;
  vertical-align: middle;
}
.modal-tooltip.address-verification ul {
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
}
.modal-tooltip.address-verification ul li {
  margin: 10px 0;
  list-style-type: none;
}
.modal-tooltip.address-verification a.ignore {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.modal-tooltip.address-verification a.ignore:visited {
  color: #ffffff;
}
.modal-tooltip.address-verification a.ignore:link {
  color: #ffffff;
}
.modal-tooltip.address-verification a.ignore .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-lightblue-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .modal-tooltip.address-verification a.ignore .paint {
  background-image: url("../images/cta-paint-lightblue-1.png");
}
.modal-tooltip.address-verification a.ignore .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.modal-tooltip.address-verification a.ignore:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-tooltip.address-verification a.confirm {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
}
.modal-tooltip.address-verification a.confirm:visited {
  color: #ffffff;
}
.modal-tooltip.address-verification a.confirm:link {
  color: #ffffff;
}
.modal-tooltip.address-verification a.confirm .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-lightblue-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .modal-tooltip.address-verification a.confirm .paint {
  background-image: url("../images/cta-paint-lightblue-1.png");
}
.modal-tooltip.address-verification a.confirm .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.modal-tooltip.address-verification a.confirm:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-tooltip.address-verification p.aside {
  font-size: 0.75em;
  font-style: italic;
  font-weight: normal;
}
.passage-info {
  padding: 20px 0;
}
.passage-info .title h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 4em;
  margin: 0;
}
.passage-info .wing {
  margin-top: -10px;
}
.travel-options {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
@media screen and (min-width:769px) {
  .travel-options {
    position: relative;
    width: 87.5%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    left: 5%;
  }
}
.travel-option {
  position: relative;
  border-bottom: 1px solid #c2bfbd;
}
.travel-option .image-container {
  width: 50px;
  display: block;
  float: left;
  margin: 20px 10px 10px 0;
}
.travel-option .image-container img {
  width: 100%;
}
@media screen and (min-width:500px) {
  .travel-option .image-container {
    width: 15%;
    float: none;
    padding: 20px 20px 20px 0;
    margin: 0;
  }
}
@media screen and (min-width:500px) {
  .travel-option .content {
    padding: 20px 0 20px 20px;
  }
}
.travel-option h3 {
  font-family: 'Amatic SC', cursive;
  font-size: 3.375em;
  margin: 0;
}
@media screen and (min-width:500px) {
  .travel-option {
    display: table;
  }
  .travel-option .image-container,
  .travel-option .content {
    display: table-cell;
    vertical-align: middle;
  }
}
.travel-option:last-child {
  border-bottom: none;
}
.travel-provincial-details {
  padding: 40px 0;
}
.travel-provincial-details:before,
.travel-provincial-details:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.travel-provincial-details:after {
  clear: both;
}
.travel-provincial-details:before,
.travel-provincial-details:after {
  display: table;
  content: "";
}
.travel-provincial-details:after {
  clear: both;
}
.travel-provincial-details dl,
.travel-provincial-details dt,
.travel-provincial-details dd {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.travel-provincial-details .tax,
.travel-provincial-details .area-code {
  position: relative;
  padding-left: 100px;
}
.travel-provincial-details .tax:before,
.travel-provincial-details .area-code:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
@media screen and (min-width:769px) {
  .travel-provincial-details .tax,
  .travel-provincial-details .area-code {
    position: relative;
    width: 43.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding-left: 100px;
  }
}
.travel-provincial-details .tax dt,
.travel-provincial-details .area-code dt {
  font-family: 'adelle', serif;
  font-weight: 700;
  font-size: 1.375em;
}
.travel-provincial-details .area-code {
  padding-bottom: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c2bfbd;
  min-height: 103px;
  margin-top: 40px;
}
.travel-provincial-details .area-code:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -397px -700px;
  width: 87px;
  height: 83px;
}
.no-svg .travel-provincial-details .area-code:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -397px -700px;
  width: 87px;
  height: 83px;
}
.travel-provincial-details .tax {
  min-height: 95px;
}
.travel-provincial-details .tax:before {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -165px -677px;
  width: 76px;
  height: 95px;
}
.no-svg .travel-provincial-details .tax:before {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -165px -677px;
  width: 76px;
  height: 95px;
}
.travel-provincial-details .timezone {
  color: #6888aa;
  padding: 20px;
  background: url('../images/timezone.png') no-repeat;
  background-size: 100% 100%;
}
.travel-provincial-details .timezone dt {
  font-family: 'adelle', serif;
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6888aa;
}
.travel-provincial-details .timezone dd + dd {
  padding-top: 10px;
}
@media screen and (min-width:769px) {
  .travel-provincial-details .timezone {
    position: relative;
    width: 43.75%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    float: right;
  }
}
.video-container {
  position: relative;
}
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container .embedded {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-gallrey {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.video-gallrey .horizontal-scroller {
  overflow: hidden;
  overflow-x: scroll;
}
.video-gallrey .horizontal-scroller:before,
.video-gallrey .horizontal-scroller:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-gallrey .horizontal-scroller:after {
  clear: both;
}
.video-gallrey .horizontal-scroller:before,
.video-gallrey .horizontal-scroller:after {
  display: table;
  content: "";
}
.video-gallrey .horizontal-scroller:after {
  clear: both;
}
.video-gallrey .content {
  position: relative;
  padding-bottom: 56.25%;
}
.video-gallrey .content:before,
.video-gallrey .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-gallrey .content:after {
  clear: both;
}
.video-gallrey .content:before,
.video-gallrey .content:after {
  display: table;
  content: "";
}
.video-gallrey .content:after {
  clear: both;
}
.video-gallrey .content > h1 {
  text-align: center;
  margin-top: -20px;
}
@media screen and (min-width:769px) {
  .video-gallrey .content {
    padding-bottom: 0;
    position: static;
  }
}
.video-gallrey .feature-video {
  position: relative;
  padding-bottom: 56.25%;
}
.video-gallrey .videos {
  list-style: none;
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  position: static;
}
@media screen and (min-width:769px) {
  .video-gallrey .videos {
    position: relative;
  }
}
.video-gallrey .video-container {
  position: absolute;
  width: 100%;
}
.video-gallrey .video-container:before,
.video-gallrey .video-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-gallrey .video-container:after {
  clear: both;
}
.video-gallrey .video-container:before,
.video-gallrey .video-container:after {
  display: table;
  content: "";
}
.video-gallrey .video-container:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .video-gallrey .video-container {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
  }
  .video-gallrey .video-container.featured-video-container {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .video-gallrey .video-container.featured-video-container .title {
    display: none;
  }
}
.video-gallrey .video-container .title {
  text-align: center;
  font-family: 'adelle', serif;
}
.video-gallrey .video-thumbnail {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  z-index: 1;
}
.video-gallrey .video-thumbnail img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width:769px) {
  .video-gallrey .video-thumbnail {
    padding-bottom: 0;
  }
  .video-gallrey .video-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: url('../images/video-thumb-icon.png') center center no-repeat;
    background-size: contain;
    z-index: 10;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
  }
  .video-gallrey .video-thumbnail:hover:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.video-gallrey .component {
  display: none;
}
@media screen and (min-width:769px) {
  .video-gallrey .component {
    display: block;
    position: relative;
    width: 28.125%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: 300px;
  }
  .video-gallrey .component + .video-container.featured-video-container {
    position: relative;
    width: 68.75%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    left: 3.125%;
  }
}
.video-gallrey .temp {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 100;
}
.video-gallrey .temp img {
  width: 100%;
}
.video-gallrey #controls {
  position: relative;
  bottom: -20px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.video-gallrey #controls:before,
.video-gallrey #controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.video-gallrey #controls:after {
  clear: both;
}
.video-gallrey #controls:before,
.video-gallrey #controls:after {
  display: table;
  content: "";
}
.video-gallrey #controls:after {
  clear: both;
}
.video-gallrey #controls li {
  display: inline-block;
  padding: 20px 10px;
}
.video-gallrey #controls a {
  display: block;
  background: #837162;
  padding: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-indent: -99999px;
}
.video-gallrey #controls a.active {
  background: #574b41;
}
.video-gallrey .video-container.video {
  position: static;
  padding: 0;
}
.blurb .winged-decorations {
  margin-bottom: 1em;
}
.blurb .winged-decorations .center {
  margin-bottom: 0;
}
.large-tile-collection {
  padding: 40px 0;
}
.large-tile {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.large-tile:before,
.large-tile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.large-tile:after {
  clear: both;
}
.large-tile:before,
.large-tile:after {
  display: table;
  content: "";
}
.large-tile:after {
  clear: both;
}
@media screen and (min-width:769px) {
  .large-tile {
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .large-tile:nth-child(2n + 1) {
    clear: left;
  }
}
.large-tile.centered {
  float: none;
  clear: both;
  margin: 0 auto;
}
.large-tile.centered:before,
.large-tile.centered:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.large-tile.centered:after {
  clear: both;
}
.large-tile.centered:before,
.large-tile.centered:after {
  display: table;
  content: "";
}
.large-tile.centered:after {
  clear: both;
}
.large-tile a {
  font-weight: bold;
}
.drive,
.season {
  background: #fff;
  margin-bottom: 20px;
}
.drive header,
.season header {
  position: relative;
  padding-top: 73%;
  height: 0;
  width: 100%;
}
.drive header:before,
.season header:before,
.drive header:after,
.season header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.drive header:after,
.season header:after {
  clear: both;
}
.drive header:before,
.season header:before,
.drive header:after,
.season header:after {
  display: table;
  content: "";
}
.drive header:after,
.season header:after {
  clear: both;
}
.drive header img,
.season header img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}
.drive header .title,
.season header .title {
  font-family: 'Amatic SC', cursive;
  font-weight: normal;
  position: absolute;
  color: #fff;
  top: 0;
  text-align: center;
  z-index: 1;
  margin: 0;
  line-height: 1em;
  width: 100%;
}
.drive .content,
.season .content {
  padding: 20px;
}
@media screen and (min-width:769px) {
  .drive .content,
  .season .content {
    display: table;
  }
}
.drive .content .left-col,
.season .content .left-col {
  font-size: 0.9375em;
}
@media screen and (min-width:600px) {
  .drive .content .left-col,
  .season .content .left-col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid #574b41;
  }
}
.drive .content .right-col,
.season .content .right-col {
  text-align: center;
  border-top: 1px solid #574b41;
  padding-top: 20px;
}
.drive .content .right-col .graphic,
.season .content .right-col .graphic {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width:600px) {
  .drive .content .right-col,
  .season .content .right-col {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding-left: 5%;
    padding-top: 0;
    border-top: none;
  }
}
.season .title {
  left: 50%;
  -webkit-transform: translate(-50%, 25%);
  -ms-transform: translate(-50%, 25%);
  transform: translate(-50%, 25%);
  font-size: 5.625em;
}
@media screen and (min-width:400px) {
  .season .title {
    -webkit-transform: translate(-50%, 35%);
    -ms-transform: translate(-50%, 35%);
    transform: translate(-50%, 35%);
    font-size: 6.875em;
  }
}
@media screen and (min-width:600px) {
  .season .title {
    font-size: 8.8125em;
    -webkit-transform: translate(-50%, 45%);
    -ms-transform: translate(-50%, 45%);
    transform: translate(-50%, 45%);
  }
}
@media screen and (min-width:769px) {
  .season .title {
    font-size: 7.5em;
    -webkit-transform: translate(-50%, 45%);
    -ms-transform: translate(-50%, 45%);
    transform: translate(-50%, 45%);
  }
}
@media screen and (min-width:880px) {
  .season .title {
    font-size: 8.8125em;
    -webkit-transform: translate(-50%, 45%);
    -ms-transform: translate(-50%, 45%);
    transform: translate(-50%, 45%);
  }
}
.season .title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.season .temperature {
  font-family: 'Amatic SC', cursive;
  font-size: 1.625em;
}
@media screen and (min-width:600px) {
  .season .temperature {
    text-align: left;
  }
}
.season .temperature dl,
.season .temperature dt,
.season .temperature dd {
  margin: 0;
  padding: 0;
}
.season .temperature h4 {
  font-size: 1.53846154em;
  margin: 0;
}
.season.fall .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -56px -560px;
  width: 66px;
  height: 31px;
}
.no-svg .season.fall .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -56px -560px;
  width: 66px;
  height: 31px;
}
.season.winter .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -500px;
  width: 46px;
  height: 49px;
}
.no-svg .season.winter .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -500px;
  width: 46px;
  height: 49px;
}
.season.spring .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: 0 -560px;
  width: 46px;
  height: 45px;
}
.no-svg .season.spring .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: 0 -560px;
  width: 46px;
  height: 45px;
}
.season.summer .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -55px -500px;
  width: 46px;
  height: 46px;
}
.no-svg .season.summer .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -55px -500px;
  width: 46px;
  height: 46px;
}
.season header .cta {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 80%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0.875em;
}
.season header .cta:visited {
  color: #ffffff;
}
.season header .cta:link {
  color: #ffffff;
}
.season header .cta .paint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/cta-paint-lightblue-1.svg");
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  z-index: 0;
}
.no-svg .season header .cta .paint {
  background-image: url("../images/cta-paint-lightblue-1.png");
}
.season header .cta .text {
  font-family: 'adelle', serif;
  font-size: 0.875em;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.season header .cta:hover .paint {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (min-width:400px) {
  .season header .cta {
    font-size: 0.9375em;
  }
}
@media screen and (min-width:600px) {
  .season header .cta {
    font-size: 1em;
  }
}
@media screen and (min-width:1100px) {
  .season header .cta {
    bottom: 10px;
  }
}
.drive .title {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  font-size: 2.8125em;
}
@media screen and (min-width:400px) {
  .drive .title {
    font-size: 3.75em;
  }
}
@media screen and (min-width:600px) {
  .drive .title {
    font-size: 5.625em;
  }
}
@media screen and (min-width:769px) {
  .drive .title {
    font-size: 3.75em;
  }
}
@media screen and (min-width:880px) {
  .drive .title {
    font-size: 5.625em;
  }
}
.drive .title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.drive.rivervalley .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -216px -434px;
  width: 35px;
  height: 35px;
}
.no-svg .drive.rivervalley .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -216px -434px;
  width: 35px;
  height: 35px;
}
.drive.fundy .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -173px -434px;
  width: 35px;
  height: 35px;
}
.no-svg .drive.fundy .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -173px -434px;
  width: 35px;
  height: 35px;
}
.drive.acadian .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -260px -434px;
  width: 35px;
  height: 35px;
}
.no-svg .drive.acadian .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -260px -434px;
  width: 35px;
  height: 35px;
}
.drive.miramichi .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -304px -434px;
  width: 35px;
  height: 35px;
}
.no-svg .drive.miramichi .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -304px -434px;
  width: 35px;
  height: 35px;
}
.drive.appalachian .title:after {
  background: url("../images/tnb-sprite.svg") no-repeat;
  background-size: 496px 799px;
  background-position: -348px -434px;
  width: 35px;
  height: 35px;
}
.no-svg .drive.appalachian .title:after {
  background: url("../images/tnb-sprite.png") no-repeat;
  background-position: -348px -434px;
  width: 35px;
  height: 35px;
}
.drive .right-col {
  text-align: center;
}
.winged-decorations {
  position: relative;
  text-align: center;
}
.winged-decorations .wing {
  display: none;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width:650px) {
  .winged-decorations .wing {
    display: block;
  }
}
.winged-decorations .wing img {
  position: relative;
}
.winged-decorations .left-wing {
  float: left;
  left: 0;
}
.winged-decorations fieldset,
.winged-decorations .center {
  display: inline-block;
  text-align: center;
}
.winged-decorations fieldset img,
.winged-decorations .center img {
  max-width: 100%;
}
.winged-decorations .right-wing {
  float: right;
  right: 0;
  top: 0;
}
.winged-decorations .dotted-wing {
  height: 10px;
  background: url('../images/dotted-border-beige.svg') repeat-x;
}
@media screen and (min-width:400px) {
  .summer-title.winged-decorations {
    font-size: 1.63636364em;
  }
}
.summer-title.winged-decorations h2 {
  font-weight: 500;
  text-transform: uppercase;
}
.summer-title.winged-decorations .wing {
  margin-top: -10px;
}

.video-container .video.disabled::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
