/*-------------------------------------------- */
/** Import Vendor Files */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Plugins */
/*-------------------------------------------- */
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/sites/all/themes/tnl_redesign/templates/etr/assets/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*-------------------------------------------- */
/** Import supporting files */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * BASE VARIABLES
 * 
 * Define any base variables below. These should only be variables that
 * are global in scope and apply to high level elements.

 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Paths */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Colors - descriptive color variables */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Boilerplate Variables
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Layout/Base Boilerplate Variables */
/**
/** These should be used primarily in base.less
/** and layout.less during initial setup.  Avoid
/** use of them in modules/page files, as they are 
/** intended for use in top-level, global settings. */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Typography */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Common Library variables */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * SITE VARIABLES
 * 
 * Define any custom site-wide variables below. These should only be variables that
 * are global in scope and apply to high level elements.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * Z-INDEX DEFINITIONS
 *
 * Use the Z Indices variables below instead of hard coded values.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * TYPOGRAPHY
 * 
 * Define any @font-face declarations below.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Quadon */
/*-------------------------------------------- */
@font-face {
  font-family: "Quadon Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-regular/quadon-regular.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-regular/quadon-regular.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-regular/quadon-regular.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-regular/quadon-regular.svg#Quadon Regular") format("svg");
}

@font-face {
  font-family: "Quadon Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-bold/quadon-bold.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-bold/quadon-bold.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-bold/quadon-bold.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/quadon-bold/quadon-bold.svg#Quadon Bold") format("svg");
}

/*-------------------------------------------- */
/** Questa */
/*-------------------------------------------- */
@font-face {
  font-family: "Questa Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-regular/questa-regular.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-regular/questa-regular.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-regular/questa-regular.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-regular/questa-regular.svg#Questa Regular") format("svg");
}

@font-face {
  font-family: "Questa Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-italic/questa-italic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-italic/questa-italic.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-italic/questa-italic.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-italic/questa-italic.svg#Questa Italic") format("svg");
}

@font-face {
  font-family: "Questa Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold/questa-bold.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold/questa-bold.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold/questa-bold.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold/questa-bold.svg#Questa Bold") format("svg");
}

@font-face {
  font-family: "Questa Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold-italic/questa-bold-italic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold-italic/questa-bold-italic.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold-italic/questa-bold-italic.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/questa-bold-italic/questa-bold-italic.svg#Questa Bold Italic") format("svg");
}

/*-------------------------------------------- */
/** Flama */
/*-------------------------------------------- */
@font-face {
  font-family: "Flama Book";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book/flama-book.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book/flama-book.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book/flama-book.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book/flama-book.svg#Flama Book") format("svg");
}

@font-face {
  font-family: "Flama Book Italic";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book-italic/flama-book-italic.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book-italic/flama-book-italic.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book-italic/flama-book-italic.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-book-italic/flama-book-italic.svg#Flama Book Italic") format("svg");
}

@font-face {
  font-family: "Flama Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-medium/flama-medium.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-medium/flama-medium.woff") format("woff"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-medium/flama-medium.ttf") format("truetype"), url("/sites/all/themes/tnl_redesign/templates/etr/assets/font/flama-medium/flama-medium.svg#Flama Medium") format("svg");
}

/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * MIXINS
 * 
 * Define project specific mixins below.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Apply fade-scale to a positioned element */
/** so that z-index can function as needed.  */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Smart Crop */
/** Describes behavior in which img is cropped */
/** horizontally as it scales down, in order to */
/** maximize pixel real estate on mobile. */
/**
/** Ex: Featured image on article template */
/*-------------------------------------------- */
/*-------------------------------------------- */
/**  */
/*-------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- 
 *
 * BASE
 * 
 * Global element styles only (i.e. h1-h6, p, a, ul, li)
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
html,
body {
  font-size: 18px;
}

body {
  background: #f7f8f8;
  color: #232323;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Questa Regular", Georgia, serif;
}

body.is-dimmed {
  overflow: hidden;
}

body.is-dimmed .overlay {
  visibility: visible;
  opacity: 1;
}

body.has-light-bg {
  background: #fff;
}

h1,
.h1 {
  color: #232323;
  font-size: 2.7222222222rem;
  font-weight: 700;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

h2,
.h2 {
  color: #232323;
  font-size: 1.7777777778rem;
  font-weight: 700;
}

h3,
.h3 {
  color: #232323;
  font-size: 1.3333333333rem;
  font-weight: 700;
}

h4,
.h4 {
  color: #232323;
  font-size: 1.1111111111rem;
  font-weight: 700;
}

h5,
.h5 {
  color: #232323;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

h6,
.h6 {
  color: #232323;
  font-size: 0.8888888889rem;
  font-weight: 700;
}

a {
  color: #286891;
  text-decoration: none;
}

a:hover {
  color: #5285ad;
  text-decoration: underline;
}

a.active {
  color: #5285ad;
}

strong {
  font-weight: 700;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 1em 0;
}

img,
object,
embed,
video {
  display: block;
  max-width: 100%;
}

input {
  outline: none;
  border: solid 1px #d2d4d3;
}

input:focus {
  border: solid 1px #68a19a;
}

.js #noscript {
  display: none;
}

/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * LIBRARY
 * 
 * Global library type styles (i.e. .btn, .error, .warning). These styles 
 * are always classes and are never prefixed by a location specific selector.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Apply to list elements that will have a custom style applied via other classes 
 * to remove default bullets and margin
 */
.ui-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simple-menu-list {
  font-size: 0.8888888889rem;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.simple-menu-list__heading {
  margin: 0 0 20px 0;
  font-size: 0.8888888889rem;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
}

.simple-menu-list__item {
  margin: 20px 0;
}

.simple-menu-list__item:last-child {
  margin-bottom: 0;
}

.link-trailing-arrow {
  position: relative;
  padding-right: 18px;
  font-size: 0.8888888889rem;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.link-trailing-arrow:before {
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 0.8333333333rem;
}

.alt-link, .top-list__cat-nav__back-link, .ranking-list__btt {
  color: #68a19a;
}

.alt-link:hover, .top-list__cat-nav__back-link:hover, .ranking-list__btt:hover {
  color: #e7745c;
}

.ir, .menu-logo__tl-logo {
  display: block;
  text-indent: -200%;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: none;
}

.tl-logo {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  width: 160px;
  height: 100%;
  background: 50% 50% no-repeat;
  background-image: url("../img/sprites/tl-logo.png");
  background-image: url("../img/sprites/tl-logo.svg");
  background-size: contain;
}

.tl-logo--sm {
  width: 85px;
  background-image: url("../img/sprites/tl-logo-sm.png");
  background-image: url("../img/sprites/tl-logo-sm.svg");
  background-size: 85px 25px;
}

@media (max-width: 739px) {
  .absolute-cover-mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.page-bordered {
  padding-top: 40px;
  border: 1px solid #d2d4d3;
}

.page-bordered--no-top {
  border-top: 0;
}

.page-bordered--no-bottom {
  border-bottom: 0;
}

@media (max-width: 739px) {
  .node-type-genericpage .page-bordered {
    padding-top: 0px;
  }
}

.pull-quote {
  margin: 65px 30px 30px;
  padding-top: 20px;
  line-height: 1.5;
  color: #5c829b;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.4444444444rem;
  border-top: solid 5px #286891;
}

@media (min-width: 740px) {
  .pull-quote {
    width: 300px;
    margin: 60px 55px;
  }
}

.blockquote {
  position: relative;
  margin: 50px 0;
  color: #403e36;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.3333333333rem;
  line-height: 1.25;
  background: #e6e1cf;
}

.blockquote__inner {
  position: relative;
  max-width: 1000px;
  box-sizing: border-box;
  margin-right: 24px;
  margin-left: 24px;
  padding: 24px 0 24px 24px;
}

.blockquote__inner::after {
  clear: both;
  content: "";
  display: table;
}

.blockquote__inner:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  bottom: 24px;
  display: block;
  width: 4px;
  background: #403e36;
}

@media (min-width: 740px) {
  .blockquote {
    font-size: 1.5555555556rem;
  }
  .blockquote__inner {
    padding: 50px 120px 50px 44px;
  }
}

@media (min-width: 980px) {
  .blockquote {
    font-size: 1.6666666667rem;
    line-height: 1.33;
  }
  .blockquote__inner {
    margin: 0 auto;
    padding: 60px 120px 60px 64px;
  }
  .blockquote__inner:before {
    left: 24px;
  }
}

.tl-plus {
  color: #e7745c;
}

.cta-tout {
  padding-left: 30px;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 0.8333333333rem;
  text-transform: uppercase;
}

.cta-tout:hover .cta-tout__subhed {
  color: currentColor;
}

.cta-tout__subhed {
  display: block;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
  font-size: 0.7222222222rem;
  text-transform: none;
  color: #414141;
}

/*-------------------------------------------- */
/** Layout Utility Classes */
/*-------------------------------------------- */
.centered {
  text-align: center !important;
}

.hide-overflow {
  overflow: hidden;
}

.flex-ad-height--tall .flex-ad-height__flex-tout {
  display: none;
}

/*-------------------------------------------- */
/** Responsive Utility Classes */
/*-------------------------------------------- */
@media (max-width: 739px) {
  .hide-mobile {
    display: none !important;
  }
}

.visible-mobile {
  display: none !important;
}

@media (max-width: 739px) {
  .visible-mobile {
    display: block !important;
  }
}

.visible-tablet {
  display: none !important;
}

@media (min-width: 740px) {
  .visible-tablet {
    display: block !important;
  }
}

.visible-desktop {
  display: none !important;
}

@media (min-width: 980px) {
  .visible-desktop {
    display: initial !important;
  }
}

.hide-desktop {
  display: block;
}

@media (min-width: 980px) {
  .hide-desktop {
    display: none !important;
  }
}

.link-group {
  float: left;
  clear: both;
  margin: auto;
}

.link-group::after {
  clear: both;
  content: "";
  display: table;
}

.link-group a {
  margin-bottom: 10px;
  font-family: "Quadon Regular", Courier, sans-serif;
}

.link-group__stacked {
  float: none;
}

.link-group__stacked a {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@font-face {
  font-family: "tlicons";
  src: url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.eot");
  src: url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.eot?#iefix") format("embedded-opentype"), url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.woff") format("woff"), url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.ttf") format("truetype"), url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.svg#tlicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "tlicons";
    src: url("../font/tlicons_45478fb87d7d2db14c7c9ca437a82469.svg#tlicons") format("svg");
  }
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-arrow-down:before,
.icon-arrow-down-left:before,
.icon-arrow-left:before,
.pagination__prev:before,
.pagination .owl-prev:before,
.owl-nav__prev:before,
.owl-nav .owl-prev:before,
.split-links__link--prev:before,
.icon-arrow-right:before,
.link-trailing-arrow:before,
.pagination__next:before,
.pagination__next__last:before,
.pagination .owl-next:before,
.owl-nav__next:before,
.owl-nav__next__last:before,
.owl-nav .owl-next:before,
.split-links__label--next-arrow:before,
.split-links__link--next:before,
.icon-arrow-up-right:before,
.media-content__fullscreen-btn:before,
.icon-email:before,
.icon-facebook:before,
.icon-google-plus:before,
.icon-grid:before,
.top-list__cat-nav__back-link:before,
.icon-hamburger:before,
.icon-horizontal-line:before,
.icon-image-stack:before,
.ranking-list__img__slideshow-link:before,
.icon-instagram:before,
.icon-pinterest:before,
.icon-printer:before,
.venue__print-social-share .print-btn:before,
.icon-search:before,
.global-menu__search:before,
.icon-thin-x:before,
.menu-logo__menu-toggle.is-toggled:before,
.icon-twitter:before,
.icon-vertical-line:before,
.slide-out-menu__list-more:after,
.icon-x:before {
  display: inline-block;
  font-family: "tlicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-arrow-down:before {
  content: "\f116";
}

.icon-arrow-down-left:before {
  content: "\f111";
}

.icon-arrow-left:before, .pagination__prev:before,
.pagination .owl-prev:before,
.owl-nav__prev:before,
.owl-nav .owl-prev:before, .split-links__link--prev:before {
  content: "\f113";
}

.icon-arrow-right:before, .link-trailing-arrow:before, .pagination__next:before, .pagination__next__last:before,
.pagination .owl-next:before,
.owl-nav__next:before,
.owl-nav__next__last:before,
.owl-nav .owl-next:before, .split-links__label--next-arrow:before, .split-links__link--next:before {
  content: "\f114";
}

.icon-arrow-up-right:before, .media-content__fullscreen-btn:before {
  content: "\f112";
}

.icon-email:before {
  content: "\f106";
}

.icon-facebook:before {
  content: "\f107";
}

.icon-google-plus:before {
  content: "\f108";
}

.icon-grid:before, .top-list__cat-nav__back-link:before {
  content: "\f11a";
}

.icon-hamburger:before {
  content: "\f10d";
}

.icon-horizontal-line:before {
  content: "\f10e";
}

.icon-image-stack:before, .ranking-list__img__slideshow-link:before {
  content: "\f11b";
}

.icon-instagram:before {
  content: "\f115";
}

.icon-pinterest:before {
  content: "\f109";
}

.icon-printer:before, .venue__print-social-share .print-btn:before {
  content: "\f119";
}

.icon-search:before, .global-menu__search:before {
  content: "\f10f";
}

.icon-thin-x:before, .menu-logo__menu-toggle.is-toggled:before {
  content: "\f117";
}

.icon-twitter:before {
  content: "\f10a";
}

.icon-vertical-line:before {
  content: "\f110";
}

.icon-x:before {
  content: "\f10b";
}

.slide-out-menu__list-more:after {
  content: "\f116";
}

.icon-iphone:hover {
  fill: #286891;
}

/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * MODULES
 *
 * Import discrete page components (i.e. navigations, carousels, dialogs,
 * widgets etc.). Modules should be able to be moved to different parts of
 * layout without breaking.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * LAYOUT
 *
 * Major layout container components (i.e. header, main content containers,
 * footer, sidebar/aside)
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Apply to any element that will be the outmost container of site content to contain
 * the width to $page-container-width
 */
.page-container, .newsletter-signup--full-width .newsletter-signup__inner, .leaderboard-container--slideshow {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.page-container::after, .newsletter-signup--full-width .newsletter-signup__inner::after, .leaderboard-container--slideshow::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) and (max-width: 1400px) {
  .page-container, .newsletter-signup--full-width .newsletter-signup__inner, .leaderboard-container--slideshow {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media (min-width: 1400px) {
  .page-container, .newsletter-signup--full-width .newsletter-signup__inner, .leaderboard-container--slideshow {
    padding-left: 49px;
    padding-right: 49px;
  }
}

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

.page-container--no-padding {
  height: 0;
  padding: 0;
}

.page-container--padding-top-sm {
  padding-top: 10px;
}

.page-container--no-padding-with-height {
  padding: 0;
}

.page-container--no-border-bottom {
  border-bottom: 0;
}

.page-container--inactive {
  position: fixed;
}

.inner-container, .featured-article__in-right-rail, .featured-article__body > p, .featured-article__body > figure.media-content.video.article, .featured-article__body .smart-share, .featured-article .more-content-hd, .media-content--fullwidth .media-content__caption, .media-content--inline {
  max-width: 1000px;
  box-sizing: border-box;
  margin-right: 24px;
  margin-left: 24px;
}

.inner-container::after, .featured-article__in-right-rail::after, .featured-article__body > p::after, .featured-article__body > figure.media-content.video.article::after, .featured-article__body .smart-share::after, .featured-article .more-content-hd::after, .media-content--fullwidth .media-content__caption::after, .media-content--inline::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .inner-container, .featured-article__in-right-rail, .featured-article__body > p, .featured-article__body > figure.media-content.video.article, .featured-article__body .smart-share, .featured-article .more-content-hd, .media-content--fullwidth .media-content__caption, .media-content--inline {
    margin: 0 auto;
    padding: 0 24px;
  }
}

.main-col {
  clear: both;
}

@media (min-width: 980px) {
  .main-col {
    float: left;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    margin-bottom: 20px;
  }
  .main-col--no-sidebar {
    float: none;
    width: 100%;
  }
}

.side-bar {
  width: 300px;
  display: none;
}

@media (min-width: 980px) {
  .side-bar {
    position: absolute !important;
    top: 135px;
    right: 0;
  }
}

@media (min-width: 740px) {
  .side-bar {
    display: block;
    float: right;
    right: 0;
    /*     position: relative; */
  }
}

.side-bar--tall {
  height: 880px;
}

.side-bar .image-credit {
  font-size: 10px;
  color: #AAAAAA;
}

.two-col-primary {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

@media (min-width: 740px) {
  .two-col-primary {
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}

@media (min-width: 980px) {
  .two-col-primary {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
}

.two-col-sec {
  width: 100%;
}

@media (min-width: 740px) {
  .two-col-sec {
    float: right;
    width: 300px;
  }
}

.content-wrap {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.content-wrap::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 740px) {
  .content-wrap .side-bar {
    position: relative !important;
    top: auto;
  }
}

.content-wrap .grid__item__static {
  right: 20px !important;
}

@media (min-width: 741px) {
  .content-wrap .grid__item--one-fourth {
    width: 310px !important;
  }
}

.paragraph-truncate-view {
  display: block;
  float: left;
}

.paragraph-full-view {
  display: none;
  float: left;
}

.displaynone {
  display: none;
}

.displaynoneimp {
  display: none !important;
}

.universal-mobile-ads {
  margin-left: -10px;
  text-align: center;
}

.no-list-style {
  list-style: none !important;
}

.no-list-style .universal-mobile-ads {
  margin-left: -30px;
}

.listicle__body .universal-mobile-ads {
  margin-left: -20px;
}

.clear-both {
  clear: both;
}

.displaynone.show-slide {
  display: block;
}

.section-front-header .sf-bread-crumb {
  padding: 0 0 20px 0;
}

.section-front-header .sf-bread-crumb .bread-crumb-link {
  float: left;
  font-size: 14px;
  font-family: "Quadon Bold",Courier,sans-serif;
  text-transform: uppercase;
  margin-left: 2px;
}

.section-front-header .sf-bread-crumb .bread-crumb-link.bread-crumb-last-link {
  font-weight: normal;
  font-family: "Quadon Regular",Courier,sans-serif;
}

.section-front-header__title {
  padding: 5px 0 0 0;
  text-align: center;
}

.section-front-header__dek {
  margin: 0 0 25px;
  padding: 0 30px;
  font-size: 0.8888888889rem;
}

@media (min-width: 740px) {
  .section-front-header__dek {
    margin: 0 0 35px;
    padding: 0 45px;
    font-size: 1.1111111111rem;
  }
}

@media (min-width: 980px) {
  .section-front-header__dek {
    margin: 0 0 45px;
  }
}

.section-front-header__dek h2 {
  font-size: 1.2rem;
}

.section-front-header__toggle-display {
  margin-left: 10px;
  font-size: 0.8888888889rem;
  color: #286891;
  cursor: pointer;
}

.section-front-header .paragraph-truncate-view {
  width: 100%;
  float: none;
}

.section-front-header .paragraph-full-view {
  float: none;
}

.section-front-header.sf-header-secondary .more-content-hd {
  margin-bottom: 15px;
}

.section-front-header.sf-header-secondary .section-front-header__dek {
  margin-bottom: 20px;
}

.load-more {
  text-align: center;
  margin-bottom: 60px;
}

.load-more__arrow {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 44px;
  background-image: url("../img/sprites/dotted-border.png");
  background-position: 0 0;
}

.load-more__arrow:hover {
  background-position: 0 100%;
}

@media (min-width: 980px) {
  .load-more__arrow {
    height: 34px;
    width: 34px;
    background-position: 100% 0;
  }
  .load-more__arrow:hover {
    background-position: 100% 100%;
  }
}

.load-more__arrow:hover:before {
  color: #e7745c;
}

.load-more__arrow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 44px;
  font-size: 20px;
  color: #68a19a;
}

@media (min-width: 980px) {
  .load-more__arrow:before {
    line-height: 34px;
    font-size: 16px;
  }
}

.tl-section-front-more-links {
  clear: both;
}

.tl-section-front-more-links ul {
  display: inline-block;
  float: left;
  min-height: 112px;
  min-width: 216px;
  padding: 0 12px;
  width: 30%;
  list-style: none;
}

.tl-section-front-more-links ul li:before {
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  content: "";
  display: block;
  height: 0;
  left: -0.8em;
  position: relative;
  top: 1.1em;
  width: 0;
}

.tl-section-front-more-links ul li a {
  color: #232323;
  font-family: encore-sans-pro,sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 300;
  text-decoration: underline;
}

.tl-section-front-more-links__title {
  color: #232323;
  display: block;
  font-family: "Flama Book",Helvetica,Arial,sans-serif;
  font-size: 1.6666666667rem;
}

.node-type-section-front .story-group {
  margin-bottom: 0;
}

.node-type-section-front .story-card__media {
  position: relative;
}

.node-type-section-front .story-group__bottom .story-card {
  margin-bottom: 15px;
}

@media (min-width: 980px) {
  .node-type-section-front .large-image-module .story-group__left {
    width: calc(100% - 406px);
  }
}

.node-type-section-front .large-image-module .story-group__left .story-card__body:after {
  display: none;
}

@media (min-width: 980px) {
  .node-type-section-front .large-image-module .story-group__right {
    width: 352px;
    text-align: center;
  }
}

.node-type-section-front .large-image-module .story-group__right .list-tout__heading--span {
  margin-bottom: 10px;
}

.node-type-section-front .large-image-module .story-group__right .story-card {
  position: relative;
  text-align: center;
  padding: 0;
}

.node-type-section-front .large-image-module .story-group__right .story-card__media {
  display: none;
}

.node-type-section-front .large-image-module .story-group__right .story-card__body:after {
  margin: 0 auto;
  float: none;
}

.node-type-section-front .large-image-module .story-group__right .story-card__body .tag-set {
  text-align: center;
}

.node-type-section-front .large-image-module .story-group__right .story-card__headline {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.node-type-section-front .small-image-grid .four-up__block {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block {
    width: 48%;
    padding-right: 2%;
    margin-bottom: 0;
    height: 320px;
  }
}

@media (min-width: 980px) {
  .node-type-section-front .small-image-grid .four-up__block {
    width: 24%;
    height: 380px;
    padding-right: 1%;
  }
}

.node-type-section-front .small-image-grid .four-up__block .story-card__media img {
  margin: auto;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block .story-card__media img {
    margin: inherit;
  }
}

.node-type-section-front .small-image-grid .four-up__block .story-card__body--rounded {
  box-sizing: inherit;
  margin-top: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block .story-card__body--rounded {
    padding: 20px 10px 0 10px;
    margin-top: -9.1666666667%;
    text-align: left;
  }
}

.node-type-section-front .small-image-grid .four-up__block .story-card__body--rounded .tag-set {
  text-align: center;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block .story-card__body--rounded .tag-set {
    text-align: left;
  }
}

.node-type-section-front .small-image-grid .four-up__block-more {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block-more {
    width: 48%;
    padding-right: 2%;
    margin-bottom: 0;
    height: 280px;
  }
}

@media (min-width: 980px) {
  .node-type-section-front .small-image-grid .four-up__block-more {
    width: 24%;
    height: 300px;
    padding-right: 1%;
  }
}

.node-type-section-front .small-image-grid .four-up__block-more .story-card__media img {
  margin: auto;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block-more .story-card__media img {
    margin: inherit;
  }
}

.node-type-section-front .small-image-grid .four-up__block-more .story-card__body--rounded {
  box-sizing: inherit;
  margin-top: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block-more .story-card__body--rounded {
    padding: 20px 10px 0 10px;
    margin-top: -9.1666666667%;
    text-align: left;
  }
}

.node-type-section-front .small-image-grid .four-up__block-more .story-card__body--rounded .tag-set {
  text-align: center;
}

@media (min-width: 740px) {
  .node-type-section-front .small-image-grid .four-up__block-more .story-card__body--rounded .tag-set {
    text-align: left;
  }
}

.node-type-section-front .small-image-grid .story-card__headline {
  font-size: 1rem;
}

.node-type-section-front .medium-image-module {
  float: left;
}

@media (max-width: 739px) {
  .node-type-section-front .medium-image-module {
    margin-bottom: 20px;
  }
}

@media (min-width: 980px) {
  .node-type-section-front .medium-image-module {
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .node-type-section-front .medium-image-module {
    margin-bottom: 80px;
  }
}

.node-type-section-front .medium-image-module .small-grid-left {
  padding-right: 20px;
  text-align: center;
  margin-bottom: 0;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card__body--rounded {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card__body--rounded:after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  padding-top: 12px;
  background: url("../img/sprites/dotted-line-bg.png") 0 100% repeat-x;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card__body--rounded:after {
  margin: 10px auto 0;
  max-width: 75%;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card__body--rounded .tag-set {
  text-align: center;
}

.node-type-section-front .medium-image-module .small-grid-left .story-card__headline {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.node-type-section-front .medium-image-module .small-grid-right {
  padding-left: 20px;
}

@media (min-width: 740px) {
  .node-type-section-front .thres-across-module .story-card {
    height: 360px;
  }
}

@media (min-width: 980px) {
  .node-type-section-front .thres-across-module .story-card {
    height: 400px;
  }
}

.node-type-section-front .pagination-pages {
  margin: 30px 0;
}

.node-type-section-front .pagination-pages .story-card {
  width: 100%;
}

@media (min-width: 740px) {
  .node-type-section-front .pagination-pages .story-card {
    width: 48%;
    padding-right: 2%;
    float: left;
    height: 350px;
  }
}

.node-type-section-front .explore-more {
  margin: 20px 0;
}

.node-type-section-front .explore-more .explore-travel-guides h2 {
  padding: 0 5px 5px;
  color: #68a19a;
}

.node-type-section-front .story-card__media.sf_video {
  height: auto;
  padding-bottom: 0;
}

@media (min-width: 980px) {
  .node-type-section-front .story-group__left .story-card__media img {
    max-height: inherit;
  }
}

.node-type-section-front .explore-travel-guides {
  text-align: left;
}

.node-type-section-front .story-group__right article.story-card.story-card--secondary, .node-type-section-front .story-group__right article.story-card.story-card--secondary-small-text {
  float: none;
}

/*-------------------------------------------- */
/** Landing "Page" Section */
/*-------------------------------------------- */
.homepage-slider {
  height: 300px;
  overflow: hidden;
}

@media (min-width: 740px) {
  .homepage-slider {
    height: 430px;
  }
}

@media (min-width: 980px) {
  .homepage-slider {
    height: 100%;
    overflow: visible;
  }
}

.homepage-landing {
  position: relative;
  width: 100%;
  background: #232323;
  /*-------------------------------------------- */
  /** Desktop Styles */
  /*-------------------------------------------- */
}

.homepage-landing::after {
  clear: both;
  content: "";
  display: table;
}

.homepage-landing__img-tout {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 980px) {
  .homepage-landing__img-tout {
    min-height: 320px;
  }
}

.homepage-landing__img-bg {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.homepage-landing__img-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}

@media (min-width: 740px) {
  .homepage-landing__img-bg {
    height: 430px;
  }
}

.homepage-landing__tout-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.homepage-landing__tout-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.homepage-landing__tout-title, .homepage-landing__tout-dek,
.homepage-landing .tag-set {
  margin: 0 auto;
  color: #fff;
}

.homepage-landing__tout-title {
  padding: 0 10px;
  font-size: 1rem;
  font-family: "Flama Book",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

@media (min-width: 740px) {
  .homepage-landing__tout-title {
    padding: 0 50px;
    font-size: 1.4444444444rem;
  }
}

@media (min-width: 980px) {
  .homepage-landing__tout-title {
    padding: 0;
    font-size: 1.2222222222rem;
    line-height: 25px;
  }
}

.homepage-landing .tag-set {
  display: none;
}

@media (min-width: 980px) {
  .homepage-landing .tag-set {
    display: inline-block;
  }
}

@media (min-width: 980px) {
  .homepage-landing {
    height: -webkit-calc(100% - 131px);
    height: calc(100% - 131px);
    min-height: 566px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .homepage-landing__img-tout {
    position: relative;
    z-index: 10;
    float: left;
    width: 33.3333333333%;
    height: -webkit-calc(50% - 43px);
    height: calc(50% - 43px);
    min-height: 240px;
    margin-bottom: 43px;
    /*-------------------------------------------- */
    /** Target bottom three touts */
    /*-------------------------------------------- */
  }
  .homepage-landing__img-tout:nth-child(3) ~ article {
    z-index: 30;
    margin-top: 43px;
    margin-bottom: 0;
  }
  .homepage-landing__img-tout:hover .homepage-landing__img-bg {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .homepage-landing__img-tout:hover .homepage-landing__tout-overlay {
    opacity: 1;
  }
  .homepage-landing__tout-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* @include transition(opacity 0.15s ease-out);
      padding: 30% 35px 40px;
      opacity: 0; */
    padding: 0;
    opacity: 1;
    top: 70%;
  }
  .homepage-landing__tout-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

.node-type-2015homepage .announcement-tout__wrapper {
  border-bottom: 1px solid #d2d4d3;
  margin-bottom: 8px;
  max-width: none;
}

@media (min-width: 980px) {
  .node-type-2015homepage .announcement-tout__wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (max-width: 980px) {
  .node-type-2015homepage .announcement-tout__wrapper {
    padding-top: 86px;
  }
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.node-type-2015homepage .announcement-tout__wrapper a,
.node-type-2015homepage .announcement-tout__wrapper a:hover,
.node-type-2015homepage .announcement-tout__wrapper a:active,
.node-type-2015homepage .announcement-tout__wrapper a:visited {
  color: #232323;
}

.node-type-2015homepage .announcement-tout__body {
  margin: 15px;
  overflow: auto;
}

.node-type-2015homepage .announcement-tout__content-wrapper {
  text-align: center;
}

@media (min-width: 740px) {
  .node-type-2015homepage .announcement-tout__content-wrapper {
    padding-left: 20px;
  }
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__content-wrapper {
    margin-left: 0;
  }
}

.node-type-2015homepage .announcement-tout__image {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  .node-type-2015homepage .announcement-tout__image img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }
}

.node-type-2015homepage .announcement-tout__image img {
  display: inline;
}

.node-type-2015homepage .announcement-tout__headline {
  float: left;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  width: 100%;
  line-height: 1.1;
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__headline {
    margin: 10px 10px 0 0;
    font-size: 1.3333333333rem;
    float: left;
  }
}

@media (min-width: 740px) {
  .node-type-2015homepage .announcement-tout__headline {
    font-size: 1.6666666667rem;
  }
}

@media (min-width: 980px) {
  .node-type-2015homepage .announcement-tout__headline {
    font-size: 1.7777777778rem;
  }
}

.node-type-2015homepage .announcement-tout__deck {
  float: left;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.2222222222rem;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__deck {
    font-size: 1.2222222222rem;
  }
}

@media (min-width: 740px) {
  .node-type-2015homepage .announcement-tout__deck {
    font-size: 1.1111111111rem;
  }
}

@media (min-width: 980px) {
  .node-type-2015homepage .announcement-tout__deck {
    font-size: 1.2222222222rem;
  }
}

.node-type-2015homepage .announcement-tout__readmore {
  float: left;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111rem;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
}

.node-type-2015homepage .announcement-tout__readmore a {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  position: relative;
  padding: 5px 25px;
  border-radius: 5px;
  border: 2px solid #68a19a;
  font-size: 0.8888888889rem;
  letter-spacing: 0.01em;
  color: #fff !important;
  background: #68a19a;
}

.node-type-2015homepage .announcement-tout__readmore a:hover {
  background: #68a19a;
  opacity: .8;
}

@media (max-width: 739px) {
  .node-type-2015homepage .announcement-tout__readmore {
    margin: 10px 10px 10px 0;
    font-size: 1rem;
    float: left;
  }
}

@media (min-width: 740px) {
  .node-type-2015homepage .announcement-tout__readmore {
    font-size: 0.8888888889rem;
  }
}

@media (min-width: 980px) {
  .node-type-2015homepage .announcement-tout__readmore {
    font-size: 1rem;
  }
}

html,
body,
.homepage-container {
  height: 100%;
}

body, .front #main-wrapper, .front #main, .front .region-content,
.front #block-system-main, .front .content {
  height: 100% !important;
}

.front {
  background: #fff;
}

.homepage-container {
  background: #fff;
}

.homepage-container::after {
  clear: both;
  content: "";
  display: table;
}

.homepage-container .page-container:not('.page-container--no-padding'), .homepage-container .newsletter-signup--full-width .newsletter-signup__inner:not('.page-container--no-padding'), .newsletter-signup--full-width .homepage-container .newsletter-signup__inner:not('.page-container--no-padding'), .homepage-container .leaderboard-container--slideshow:not('.page-container--no-padding') {
  padding-right: 30px;
  padding-left: 30px;
}

.homepage-container .list-tout {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-width: 740px) and (max-width: 980px) {
  .homepage-container .list-tout {
    max-width: none;
  }
}

@media (min-width: 740px) {
  .homepage-container .more-content-hd {
    margin-bottom: 40px;
  }
}

.homepage-container .more-content-hd__inner {
  font-family: "Quadon Bold",Courier,sans-serif !important;
}

@media (min-width: 740px) {
  .homepage-container .latest-news-hd {
    margin-bottom: 60px;
  }
}

.homepage-container .latest-news-hd__inner {
  font-family: "Quadon Bold",Courier,sans-serif !important;
}

@media (min-width: 740px) {
  .homepage-container .top-slideshows-hd {
    margin-bottom: 0;
  }
}

@media (max-width: 739px) {
  .homepage-container .top-slideshows-hd {
    margin-bottom: 0;
  }
}

.homepage-container .top-slideshows-hd__inner {
  font-family: "Quadon Bold",Courier,sans-serif !important;
}

.homepage-container .slider {
  margin-bottom: 5px;
}

.homepage-container > .leaderboard-container {
  margin: 105px 0 20px;
}

/*-------------------------------------------- */
/** Homepage Layout Helpers */
/*-------------------------------------------- */
.three-col {
  width: 100%;
  text-align: center;
}

.three-col::after {
  clear: both;
  content: "";
  display: table;
}

.three-col__col, .three-col__col-double-wide {
  text-align: left;
}

@media (min-width: 740px) {
  .three-col__col {
    float: left;
    width: 33.3333333333%;
    box-sizing: border-box;
  }
  .three-col__col-double-wide {
    float: left;
    width: 66.6666666667%;
    box-sizing: border-box;
  }
}

/*-------------------------------------------- */
/** Modules */
/*-------------------------------------------- */
.top-slideshows {
  max-width: none;
  margin: 0 auto;
  padding: 30px 0 5px;
  clear: both;
}

@media (min-width: 740px) {
  .top-slideshows {
    padding: 30px 0 5px;
  }
}

@media (min-width: 980px) {
  .top-slideshows {
    max-width: none;
  }
}

.top-slideshows__title {
  margin-top: 30px;
}

.featured {
  max-width: 640px;
  margin: 0 auto;
  padding: 5px 0 5px;
  clear: both;
}

@media (min-width: 740px) {
  .featured {
    padding: 5px 0 5px;
  }
}

@media (min-width: 980px) {
  .featured {
    max-width: none;
  }
}

.featured__stacked .featured {
  padding-top: 25px;
  padding-bottom: 0;
  overflow: hidden;
}

.featured__stacked .featured:last-of-type {
  padding-bottom: 25px;
}

.featured .story-card {
  margin-bottom: 60px;
}

.featured .story-card__headline {
  font-size: 1rem;
}

.featured .story-card__body--rounded.tag-is-not-set {
  padding-top: 34px;
}

@media (min-width: 740px) {
  .featured .story-card {
    margin-bottom: 30px;
  }
}

.featured__tout-sm .story-card__headline {
  font-size: 1rem;
}

.featured__ad-col {
  width: 100%;
}

.featured__ad-col .square-ad-container {
  display: block;
  margin-bottom: 60px;
}

@media (min-width: 740px) {
  .featured__ad-col {
    float: right;
    width: 300px;
  }
  .featured__ad-col .square-ad-container {
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  .featured__ad-col {
    float: left;
  }
}

.featured__ad-col-latest {
  width: 33%;
}

@media (max-width: 740px) {
  .featured__ad-col-latest {
    width: 47% !important;
  }
}

@media (max-width: 739px) {
  .featured__ad-col-latest {
    width: 100% !important;
  }
}

.featured__grid {
  width: 100%;
}

@media (min-width: 980px) {
  .featured__grid {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-right: 30px;
  }
}

@media (min-width: 980px) {
  .featured__grid--latest {
    float: left;
    width: 100% !important;
  }
}

@media (min-width: 740px) {
  .featured__grid--latest {
    float: left;
    width: 100% !important;
  }
}

.featured__grid--latest .lazy-image {
  position: relative;
}

.featured__grid--full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
}

@media (min-width: 740px) {
  .featured__grid--full {
    width: 100%;
  }
}

.featured__grid-feat {
  float: left;
  width: 638px;
  max-width: 100%;
  box-sizing: border-box;
}

.featured__grid-feat .story-card__media {
  position: relative;
  padding-bottom: 74.921630094%;
  overflow: hidden;
}

.featured__grid-feat .story-card__media img {
  position: absolute;
  /* top: 50%;
    left: 50%;
    @include transform(translateX(-50%) translateY(-50%));  */
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  max-width: none;
  max-height: 100%;
  /* margin-top: 42px; */
  top: 0;
  left: 0;
}

@media (min-width: 740px) {
  .featured__grid-feat .story-card__media {
    height: 478px;
    padding-bottom: 0;
  }
}

@media (min-width: 980px) {
  .featured__grid-feat {
    max-width: 66.6666666667%;
    padding-right: 15px;
  }
  .featured__grid-feat .story-card__headline {
    font-size: 1.2222222222rem;
  }
  .featured__grid-feat img {
    margin-top: 42px;
  }
}

@media (min-width: 980px) {
  .featured__grid-feat--half {
    width: 50%;
  }
}

.featured__grid-flex-col {
  clear: both;
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .featured__grid-flex-col {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 0 40px 0 0;
  }
}

@media (min-width: 980px) {
  .featured__grid-flex-col {
    clear: none;
    max-width: 33.3333333333%;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 740px) {
  .featured__grid-flex-col--one-fourth {
    width: 48%;
    clear: none;
    padding: 0;
  }
  .featured__grid-flex-col--one-fourth:last-child {
    float: right;
  }
}

@media (min-width: 980px) {
  .featured__grid-flex-col--one-fourth {
    width: 25%;
    padding: 0 0 0 20px;
  }
}

.featured .not-phone-hide-tout {
  display: none;
}

.tout-group-list {
  max-width: 1190px;
  margin: 0 auto 40px;
  padding: 50px 0 0;
  /*-------------------------------------------- */
  /** Tout Group (Four-grid) */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** List Tout */
  /*-------------------------------------------- */
}

.tout-group-list::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .tout-group-list {
    margin: 0 auto 10px;
  }
}

.tout-group-list__flex-col {
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .tout-group-list__flex-col {
    float: left;
    width: -webkit-calc(100% - 354px);
    width: calc(100% - 354px);
    padding-right: 24px;
  }
}

.tout-group-list__flex-col-2-col {
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .tout-group-list__flex-col-2-col {
    float: left;
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.tout-group-list__ad-col {
  text-align: center;
}

.tout-group-list__ad-col .square-ad-container {
  display: inline-block;
}

@media (min-width: 740px) {
  .tout-group-list__ad-col {
    float: left;
    width: 330px;
    margin-left: 24px;
  }
}

.tout-group-list__tout-group {
  max-width: 432px;
  margin: 0 auto;
}

.tout-group-list__tout-group::after {
  clear: both;
  content: "";
  display: table;
}

.tout-group-list__tout-group .story-card,
.tout-group-list__tout-group .square-ad-container {
  margin-bottom: 5px;
  text-align: left;
}

.tout-group-list__tout-group .story-card__headline,
.tout-group-list__tout-group .square-ad-container__headline {
  font-size: 1rem;
}

@media (max-width: 739px) {
  .tout-group-list__tout-group .story-card {
    margin-bottom: 20px;
  }
}

@media (min-width: 740px) {
  .tout-group-list__tout-group {
    max-width: 710px;
  }
}

@media (min-width: 980px) {
  .tout-group-list__tout-group {
    float: left;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}

.tout-group-list__tout-group-header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
}

.tout-group-list__tout-group-header::after {
  clear: both;
  content: "";
  display: table;
}

.tout-group-list__tout-group-header:before, .tout-group-list__tout-group-header:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.tout-group-list__tout-group-header:before {
  top: auto;
  bottom: 0;
}

.tout-group-list__tout-group-header:after {
  top: auto;
  bottom: 6px;
}

.tout-group-list__tout-group-heading {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  font-family: "Quadon Bold", Courier, sans-serif;
}

@media (min-width: 375px) {
  .tout-group-list__tout-group-heading {
    display: inline-block;
    margin: 0 0 15px;
  }
}

.tout-group-list__tout-group-cta-link {
  color: #68a19a;
  display: inline-block;
}

@media (min-width: 375px) {
  .tout-group-list__tout-group-cta-link {
    float: right;
    line-height: 1.8;
  }
}

@media (min-width: 740px) {
  .tout-group-list__ad {
    padding: 15px;
    background: #ebeaea;
  }
}

.tout-group-list__list {
  clear: both;
}

@media (min-width: 980px) {
  .tout-group-list__list {
    float: right;
    clear: none;
    width: 325px;
  }
}

.list-img-grid {
  margin: 0 auto;
  padding: 30px 0 20px;
}

@media (min-width: 740px) {
  .list-img-grid {
    max-width: 802px;
  }
}

@media (min-width: 980px) {
  .list-img-grid {
    max-width: none;
  }
}

.list-img-grid__list {
  margin-bottom: 30px;
  box-sizing: border-box;
}

.list-img-grid__list::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .list-img-grid__list {
    float: left;
    padding-right: 50px;
    max-width: 325px;
  }
}

.list-img-grid__img-grid {
  clear: both;
  padding-bottom: 10px;
  max-width: 402px;
  margin: 0 auto;
  box-sizing: border-box;
}

.list-img-grid__img-grid .lazy-image {
  position: relative;
}

@media (min-width: 740px) {
  .list-img-grid__img-grid {
    max-width: none;
    padding-bottom: 40px;
  }
}

@media (min-width: 980px) {
  .list-img-grid__img-grid {
    float: right;
    clear: none;
    padding-left: 50px;
    width: -webkit-calc(100% - 325px);
    width: calc(100% - 325px);
  }
}

.list-img-grid .five-grid {
  width: 100%;
}

.list-img-grid .five-grid::after {
  clear: both;
  content: "";
  display: table;
}

.list-img-grid .five-grid .five-grid__feat {
  box-sizing: border-box;
  padding-bottom: 1px;
}

@media (min-width: 740px) {
  .list-img-grid .five-grid .five-grid__feat {
    float: left;
    max-width: 50%;
    padding-right: 1px;
  }
}

.list-img-grid .five-grid .five-grid__four-square {
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .list-img-grid .five-grid .five-grid__four-square {
    float: left;
    max-width: 50%;
    padding-left: 0;
  }
}

.list-img-grid .five-grid .five-grid__small {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding: 0 0.5px 1px 0.5px;
}

.list-img-grid .five-grid .five-grid__small:nth-child(even) {
  padding-right: 0;
}

.list-img-grid .five-grid .five-grid__small:nth-child(odd) {
  padding-left: 0;
}

.list-img-grid .five-grid .five-grid__small:nth-child(3) {
  clear: left;
}

.instagram-follow {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  color: #232323;
  font-size: 0.9444444444rem;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.instagram-follow__icon {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.8888888889rem;
  color: #5285ad;
}

.instagram-follow__handle {
  margin-left: 5px;
  color: #5285ad;
}

.most-popular {
  padding: 40px 0 5px;
}

.most-popular__articles-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.most-popular .story-card {
  max-width: 545px;
  margin: 0 auto 20px;
  font-size: 0.8333333333rem;
}

.most-popular .story-card__headline {
  font-size: 1rem;
}

@media (min-width: 980px) {
  .most-popular .story-card__headline {
    font-size: 1.1111111111rem;
  }
}

.most-popular .story-card__body--rounded {
  min-width: 90%;
}

@media (min-width: 980px) {
  .most-popular .story-card__body--rounded {
    min-width: 0;
  }
}

.most-popular .story-card .lazy-image {
  position: relative;
}

@media (min-width: 740px) {
  .most-popular .story-card {
    float: left;
    width: 33.3333333333%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

@media (min-width: 980px) {
  .most-popular .story-card {
    padding: 0 26.6666666667;
  }
  .most-popular .story-card:first-child {
    padding: 0 53.3333333333 0 0;
  }
  .most-popular .story-card:last-child {
    padding: 0 0 0 53.3333333333;
  }
}

.latest-news {
  padding: 60px 0 20px;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .latest-news {
    max-width: 640px;
  }
}

@media (min-width: 980px) {
  .latest-news {
    max-width: none;
  }
}

.latest-news__articles-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.latest-news .latest-travel-news-tout-ad {
  float: right !important;
}

.latest-news .latest-travel-news-tout-ad .story-card__body--rounded {
  background-color: transparent;
}

.latest-news .latest-travel-news-tout-3 {
  clear: left !important;
}

@media (min-width: 740px) {
  .latest-news .latest-travel-news-tout-5 {
    display: none;
  }
}

@media (min-width: 980px) {
  .latest-news .latest-travel-news-tout-5 {
    display: block;
  }
}

.latest-news .story-card {
  max-width: 545px;
  margin: 0 auto 30px;
  font-size: 0.8333333333rem;
}

.latest-news .story-card__headline {
  font-size: 1rem;
}

@media (min-width: 980px) {
  .latest-news .story-card__headline {
    font-size: 1.1111111111rem;
  }
}

.latest-news .story-card__body--rounded {
  min-width: 90%;
}

@media (min-width: 980px) {
  .latest-news .story-card__body--rounded {
    min-width: 0;
  }
}

@media (min-width: 740px) {
  .latest-news .story-card {
    float: left;
    width: 33.3333333333%;
    padding: 0 12px;
    box-sizing: border-box;
    /* &:first-child {
        padding: 0 ($total-padding / 3) 0 0;
      }

      &:last-child {
        padding: 0 0 0 ($total-padding / 3);
      } */
  }
}

@media (min-width: 980px) {
  .latest-news .story-card {
    padding: 0 26.6666666667;
  }
  .latest-news .story-card:first-child {
    padding: 0 53.3333333333 0 0;
  }
  .latest-news .story-card:last-child {
    padding: 0 0 0 53.3333333333;
  }
}

.home-popular-destinations {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  max-width: 1225px;
  text-align: center;
}

@media (max-width: 980px) {
  .home-popular-destinations {
    padding: 25px 0 25px 0;
  }
}

@media (max-width: 739px) {
  .home-popular-destinations {
    padding: 25px 0 25px 0;
    max-width: 432px;
  }
}

.home-popular-destinations:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.home-popular-destinations__tout-group-header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.home-popular-destinations__tout-group-header::after {
  clear: both;
  content: "";
  display: table;
}

.home-popular-destinations__tout-group-header:before, .home-popular-destinations__tout-group-header:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.home-popular-destinations__tout-group-header:before {
  top: auto;
  bottom: 0;
}

.home-popular-destinations__tout-group-header:after {
  top: auto;
  bottom: 6px;
}

.home-popular-destinations h2 {
  border: medium none;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px;
}

.home-popular-destinations ul {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 25px 0 0;
}

.home-popular-destinations ul li {
  float: left;
  padding-right: 1.5%;
  margin-bottom: 20px;
}

.home-popular-destinations ul li a {
  color: #232323;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.5;
}

.home-popular-destinations ul li a span {
  display: block;
  font-size: 0.6666666667rem;
  text-transform: uppercase;
  font-weight: 400;
}

.home-popular-destinations ul li img {
  height: 115px;
  margin-bottom: 10px;
  width: 115px;
}

.home-popular-destinations ul .tag-set {
  padding: 0;
}

.explore-travel-guides {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  margin: 0 auto;
  max-width: 1225px;
  text-align: center;
}

@media (max-width: 980px) {
  .explore-travel-guides {
    padding: 0 0 25px 0;
  }
}

@media (max-width: 739px) {
  .explore-travel-guides {
    padding: 0 0 25px 0;
    max-width: 432px;
  }
}

.explore-travel-guides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.explore-travel-guides__tout-group-header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.explore-travel-guides__tout-group-header::after {
  clear: both;
  content: "";
  display: table;
}

.explore-travel-guides__tout-group-header:before, .explore-travel-guides__tout-group-header:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.explore-travel-guides__tout-group-header:before {
  top: auto;
  bottom: 0;
}

.explore-travel-guides__tout-group-header:after {
  top: auto;
  bottom: 6px;
}

.explore-travel-guides h2 {
  border: medium none;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 1.1111111111rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px;
}

.explore-travel-guides p {
  color: #232323;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 1.2em;
  padding: 15px 0 0 0;
  text-align: left;
  margin: 0 auto;
}

.explore-travel-guides ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 10px 25px 10px;
  vertical-align: top;
  text-align: left;
}

@media (max-width: 739px) {
  .explore-travel-guides ul {
    padding: 10px;
  }
}

.explore-travel-guides ul span.hed {
  color: #232323;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 400;
  border-bottom: 2px solid #ebeaea;
  padding: 0 0 5px 0;
  display: block;
}

.explore-travel-guides ul li {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ebeaea;
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.explore-travel-guides ul li a {
  color: #5285ad;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 400;
  display: block;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.explore-travel-guides ul li a:hover {
  color: #fff;
}

.explore-travel-guides ul li:hover {
  background-color: #5285ad;
}

.venue .basic-article__headline {
  margin-bottom: 5px;
}

.venue__print-social-share {
  position: absolute;
  right: 0;
  /* top: 50px; */
  bottom: 4px;
  display: none;
  /*
    display: block;
    text-align: right;
    margin-top: 12px;
*/
}

@media (min-width: 740px) {
  .venue__print-social-share {
    display: block;
  }
}

.venue__print-social-share__line {
  display: none;
  width: 1px;
  height: 35px;
  margin-right: 10px;
  background-color: #d2d4d3;
}

.venue__print-social-share .print-btn {
  display: none;
  padding-top: 4px;
  background-color: transparent;
  border: none;
  vertical-align: top;
}

.venue__print-social-share .print-btn:hover:before {
  color: #e7745c;
}

.venue__print-social-share .print-btn:before {
  color: #68a19a;
  font-size: 1.4444444444rem;
}

.venue__print-social-share .print-btn:focus {
  outline: 0;
}

@media (min-width: 980px) {
  .venue__print-social-share__line,
  .venue__print-social-share .print-btn {
    display: inline-block;
  }
}

.venue__print-social-share .social-share {
  /* float: left; */
  margin-right: 20px;
  text-align: right;
  display: inline-block !important;
}

.venue__header {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 12px;
  /* 30px; */
  text-align: center;
}

.venue__header:before, .venue__header:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.venue__header:before {
  top: auto;
  bottom: 0;
}

.venue__header:after {
  top: auto;
  bottom: 6px;
}

@media (min-width: 740px) {
  .venue__header {
    text-align: left;
  }
  .venue__header .basic-article__headline {
    /* @include calc('width', '100% - 312px'); */
    width: 100%;
  }
}

@media (min-width: 980px) {
  .venue__header .basic-article__headline {
    /**
         * we need to leave room for the social share flyout menu so the
         * headline does not overlap it. Social share flyout is 200px wide
         * when open.
         */
    /* @include calc('width', '100% - 290px'); */
  }
}

.venue__contact-info {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  width: 100%;
}

@media (min-width: 740px) {
  .venue__contact-info {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}

.venue__body {
  margin-bottom: 60px;
}

@media (min-width: 740px) {
  .venue__body {
    float: left;
    width: 100%;
  }
}

@media (min-width: 980px) {
  .venue__body {
    float: none;
    width: 100%;
  }
}

.venue__body .social-share-container.visible-mobile {
  margin-bottom: 30px;
  text-align: center;
}

.venue__body .social-share-container.visible-mobile .social-share--centered {
  margin: 0;
}

@media (min-width: 980px) {
  .venue__col-main {
    float: left;
    width: 67.7419354839%;
    border-bottom: none;
  }
}

.venue__copy {
  clear: left;
  float: none;
}

@media (min-width: 740px) {
  .venue__copy {
    width: calc(100% - 328px);
    float: left;
  }
}

@media (min-width: 980px) {
  .venue__copy {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .venue__col-secondary {
    float: right;
    width: 27.9569892473%;
  }
}

.venue__closed {
  text-align: center;
  margin: 0 0 20px;
}

@media (min-width: 980px) {
  .venue__closed {
    width: 67.7419354839%;
  }
}

.venue__closed__text {
  background: #68a19a;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 3px;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .venue__closed__text {
    width: 350px;
  }
}

.venue__wb-banner-2016 {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #232323;
  border-bottom: 15px solid #232323;
  position: relative;
  width: 45%;
  margin-bottom: 10px;
}

@media (max-width: 739px) {
  .venue__wb-banner-2016 {
    width: 91%;
  }
}

.venue__wb-banner-text {
  position: absolute;
  margin-top: -15px;
  text-align: center;
  width: 100%;
  color: white;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 0 black;
  font-size: 1.1111111111rem;
  display: block;
}

.venue__wb-banner-text:before {
  content: "WORLD'S BEST AWARDS ";
}

.venue__wb-banner-year-2016 {
  font-weight: 200;
}

.venue__wb-banner-year-2016:before {
  content: "2016";
}

.venue__wb-grid-banner-2016 {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #232323;
  border-bottom: 15px solid #232323;
  position: relative;
  width: 80%;
  margin-bottom: -10px;
}

.venue__wb-grid-banner-text {
  position: absolute;
  margin-top: -12px;
  text-align: center;
  width: 100%;
  color: white;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 1px 0 black;
  font-size: 0.8888888889rem;
  display: block;
}

.venue__wb-grid-banner-text:before {
  content: "WORLD'S BEST AWARDS ";
}

.venue__wb-grid-banner-year-2016 {
  font-weight: 200;
}

.venue__wb-grid-banner-year-2016:before {
  content: "2016";
}

.venue__body .social-share--centered {
  margin: 0;
}

.top-list {
  margin-top: 30px;
}

.top-list__header-img {
  position: relative;
  text-align: center;
}

.top-list__header-img__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
}

.top-list__header {
  position: relative;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.top-list__header:before, .top-list__header:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.top-list__header:before {
  top: auto;
  bottom: 0;
}

.top-list__header:after {
  top: auto;
  bottom: 6px;
}

.top-list__header .social-share-list {
  display: inline-block;
}

@media (min-width: 980px) {
  .top-list__header .social-share-list {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.top-list__headline.article-headline {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 980px) {
  .top-list__headline.article-headline {
    width: -webkit-calc(100% - 217px);
    width: calc(100% - 217px);
    margin-bottom: 0;
    text-align: left;
  }
}

.top-list__inner::after {
  clear: both;
  content: "";
  display: table;
}

.top-list__cat-nav .mobile-select {
  max-width: none;
}

.top-list__cat-nav .accordion-nav {
  display: none;
  margin-bottom: 30px;
}

.top-list__cat-nav__inner {
  margin-bottom: 30px;
}

.top-list__cat-nav__inner::after {
  clear: both;
  content: "";
  display: table;
}

.top-list__cat-nav__back-link {
  display: block;
  margin-bottom: 18px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
  text-align: center;
}

.top-list__cat-nav__back-link:before {
  position: relative;
  top: 6px;
  margin-right: 10px;
  font-size: 1.6666666667rem;
}

.top-list__cat-nav__btt {
  display: block;
  float: right;
  width: 76px;
  height: 76px;
}

@media (min-width: 980px) {
  .top-list__cat-nav {
    float: left;
    width: 190px;
  }
  .top-list__cat-nav .accordion-nav {
    display: block;
  }
  .top-list__cat-nav .mobile-select {
    display: none;
  }
}

.top-list .most-popular {
  clear: both;
  padding: 0;
}

.top-list .most-popular .story-card img {
  width: 100%;
}

@media (min-width: 740px) {
  .top-list {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}

@media (min-width: 980px) {
  .top-list {
    width: 100%;
  }
  .top-list__cat-nav {
    display: block;
  }
  .top-list__cat-nav + .top-list__content {
    float: right;
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
}

/*-------------------------------------------- */
/** Header Styles */
/*-------------------------------------------- */
.site-header, .article-header {
  overflow: hidden;
  background: #fff;
  border-bottom: solid 1px #d2d4d3;
}

.menu-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.menu-logo__menu-toggle {
  position: relative;
  float: left;
  height: 100%;
  padding-right: 58px;
  font-size: 1.9444444444rem;
  color: #232323;
}

.menu-logo__menu-toggle.is-toggled:before, .menu-logo__menu-toggle:before {
  padding-left: 24px;
  line-height: 70px;
  vertical-align: middle;
}

.menu-logo__tl-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 121px;
  height: 100%;
  max-width: 37.8125%;
  background-position: 0% 50%;
}

@media (min-width: 740px) {
  .menu-logo {
    position: relative;
    float: left;
    width: auto !important;
    height: 100%;
  }
  .menu-logo__menu-toggle.is-toggled:before, .menu-logo__menu-toggle:before {
    padding-left: 0;
    line-height: 85px;
  }
  .menu-logo__menu-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 29px;
    display: block;
    height: 42px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #d2d4d3;
  }
  .menu-logo__tl-logo {
    position: static;
    float: left;
    max-width: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*-------------------------------------------- */
/** Import distinct headers */
/*-------------------------------------------- */
/*-------------------------------------------- */
/** Global TL Header */
/*-------------------------------------------- */
.header-wrap {
  position: relative;
  height: 70px;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 740px) {
  .header-wrap {
    height: 85px;
  }
}

@media (min-width: 980px) {
  .header-wrap--slideshow {
    height: 108px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  /*-------------------------------------------- */
  /** Simple Sticky nav */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** With Headroom.js */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Slideshow Variation */
  /*-------------------------------------------- */
}

@media (max-width: 739px) {
  .site-header {
    overflow: visible !important;
    text-align: center;
  }
}

.site-header.is-stuck {
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.site-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.site-header.headroom {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.site-header.headroom--pinned, .site-header.headroom--top,
.is-dimmed .site-header.headroom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.site-header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (min-width: 980px) {
  .site-header.headroom--unpinned {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.site-header.has-search-visible .site-header__search {
  z-index: 20;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.site-header.has-search-visible .site-header__right-container,
.site-header.has-search-visible .menu-toggle {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.site-header__right-container {
  position: relative;
  z-index: 10;
  float: right;
  display: table;
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header__right-container > * {
  display: table-cell;
  vertical-align: middle;
}

.site-header__search-toggle {
  line-height: 1;
}

.site-header__search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header__cta-tout {
  display: none;
}

.site-header__page-container {
  height: 70px;
}

.site-header a {
  color: #232323;
}

.site-header a:hover {
  color: #5285ad;
}

.site-header .social-share-list {
  display: none;
}

.site-header .social-share-list__icon {
  height: 40px;
  margin-right: 15px;
  border-width: 0;
  font-size: 1.2777777778rem;
}

@media (min-width: 740px) {
  .site-header .social-share-list {
    display: table-cell;
  }
}

@media (max-width: 768px) {
  .site-header .social-share-list {
    margin-right: 0px;
  }
  .site-header .social-share-list li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .site-header .social-share-list li:last-child a {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 740px) {
  .site-header.has-search-visible .site-header__search {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .site-header.has-search-visible .menu-toggle {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .site-header.has-search-visible .site-header__right-container {
    opacity: 0;
    -webkit-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -o-transform: translateX(15%);
    transform: translateX(15%);
  }
  .site-header__search-toggle {
    padding-right: 28px;
  }
  .site-header__search {
    width: 29%;
    right: 40px;
    left: auto;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .site-header__page-container {
    height: 85px;
  }
}

@media (min-width: 980px) {
  .site-header__cta-tout {
    display: table-cell;
  }
}

.site-header--slideshow-header {
  position: fixed;
  /*-------------------------------------------- */
  /** With Headroom.js */
  /*-------------------------------------------- */
}

.site-header--slideshow-header__ad {
  display: none;
  float: right;
}

.site-header--slideshow-header.headroom--unpinned {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 980px) {
  .site-header--slideshow-header {
    position: absolute;
  }
  .site-header--slideshow-header .site-header__page-container {
    height: 108px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .site-header--slideshow-header .menu-logo__menu-toggle:before {
    line-height: 92px;
    vertical-align: top;
  }
  .site-header--slideshow-header__ad {
    display: block;
    max-width: 75%;
  }
  .site-header--slideshow-header .site-header__right-container {
    display: none;
  }
}

.article-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 110;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.article-header.is-stuck {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.article-header__article-title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.0555555556rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 980px) {
  .article-header__article-title {
    display: block;
  }
}

.article-header__social-share-container {
  display: table-cell;
  vertical-align: middle;
}

.article-header__social-share-container .social-share {
  float: right;
  display: block;
}

@media (max-width: 400px) {
  .article-header__social-share-container .social-share .social-share-list {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (max-width: 400px) {
  .article-header__social-share-container .social-share-list {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .article-header__social-share-container .social-share-list__icon {
    display: none;
    margin-left: 0;
  }
  .article-header__social-share-container .social-share-list__icon.icon-facebook, .article-header__social-share-container .social-share-list__icon.icon-twitter {
    display: block;
    margin-left: 15px;
  }
}

.article-header .menu-logo__menu-toggle {
  padding-right: 30px;
}

.article-header .menu-logo__menu-toggle:before {
  line-height: 65px;
}

@media (min-width: 740px) {
  .article-header .menu-logo__menu-toggle {
    padding-right: 58px;
  }
}

.article-header .menu-logo__tl-logo {
  display: none;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media (min-width: 740px) {
  .article-header .menu-logo__tl-logo {
    display: inline-block;
    height: 65px;
  }
}

.article-header .page-container, .article-header .newsletter-signup--full-width .newsletter-signup__inner, .newsletter-signup--full-width .article-header .newsletter-signup__inner, .article-header .leaderboard-container--slideshow {
  display: table;
  width: 100%;
  height: 65px;
}

/*-------------------------------------------- */
/** Site header default variation in _site-header.scss */
/*-------------------------------------------- */
.header-wrap--homepage {
  height: 0;
}

@media (min-width: 980px) {
  .header-wrap--homepage {
    height: 131px;
  }
}

.header-wrap--homepage-secondary {
  height: 0;
}

@media (min-width: 980px) {
  .header-wrap--homepage-secondary {
    height: 86px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -43px;
  }
}

.site-header {
  /*-------------------------------------------- */
  /** Homepage Variation */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Secondary Homepage Variation */
  /*-------------------------------------------- */
}

.site-header--homepage {
  display: none;
  z-index: 20;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 980px) {
  .site-header--homepage {
    display: block;
  }
}

.site-header--homepage .site-header__page-container {
  height: 131px;
}

.site-header--homepage .leaderboard-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-header--homepage .menu-logo__menu-toggle:before {
  line-height: 131px;
  vertical-align: top;
}

.site-header--homepage .menu-logo__menu-toggle:after {
  display: none;
}

.site-header--homepage .site-header__search-toggle {
  padding-right: 0;
}

.site-header--homepage .site-header__search {
  right: 20px;
  padding-left: 20px;
}

@media (min-width: 980px) {
  .site-header--homepage .site-header__search {
    right: 3.5%;
  }
}

.site-header--homepage .search label, .site-header--homepage .search__close, .site-header--homepage .search:before {
  line-height: 131px;
}

@media (min-width: 980px) {
  .site-header--homepage .search input[type=text],
  .site-header--homepage .search input[type=email] {
    padding: 52px 5px 0;
    line-height: 30px;
  }
}

.site-header--homepage-secondary {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 50px;
  padding: 18px 0;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
}

.site-header--homepage-secondary.is-stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.site-header--homepage-secondary.is-stuck .site-header__right-container,
.site-header--homepage-secondary.is-stuck .menu-logo {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.site-header--homepage-secondary.has-search-visible .site-header__right-container {
  opacity: 0;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}

.site-header--homepage-secondary .site-header__search-toggle {
  line-height: 50px;
}

.site-header--homepage-secondary .search__close:before {
  line-height: 86px;
}

.site-header--homepage-secondary .search label,
.site-header--homepage-secondary .search input[type=text], .site-header--homepage-secondary .search__close, .site-header--homepage-secondary .search__close:before {
  line-height: 50px;
}

.site-header--homepage-secondary .menu-logo {
  position: relative;
}

.site-header--homepage-secondary .menu-logo__menu-toggle:before {
  padding-left: 0;
  line-height: 50px;
  vertical-align: top;
}

.site-header--homepage-secondary .menu-logo__menu-toggle:after {
  display: none;
}

.site-header--homepage-secondary .tl-logo {
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 980px) {
  .site-header--homepage-secondary {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header--homepage-secondary .site-header__right-container {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .site-header--homepage-secondary .menu-logo {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform;
    -moz-transition: -moz-transform;
    transition: transform;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}

.newsletter-signup {
  display: block;
  text-align: left;
  color: #404446;
  /*-------------------------------------------- */
  /** Variation - Full Width (ex. Homepage) */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Variation - Inline Tout (ex. Footer) */
  /*-------------------------------------------- */
}

.newsletter-signup__label {
  float: left;
  display: block;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 1.3888888889rem;
}

.newsletter-signup__cta-text {
  display: block;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
}

.newsletter-signup__form {
  width: 100%;
}

.newsletter-signup__field-wrap {
  float: right;
  width: 100%;
  height: 45px;
}

@media (min-width: 740px) {
  .newsletter-signup__field-wrap {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

.newsletter-signup__field {
  float: left;
  width: -webkit-calc(100% - 105px);
  width: calc(100% - 105px);
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.newsletter-signup__submit, .newsletter-signup__submit.btn {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.newsletter-signup--full-width {
  background: #ebeaea;
  text-align: center;
  padding: 0 5%;
  box-sizing: border-box;
}

.newsletter-signup--full-width::after {
  clear: both;
  content: "";
  display: table;
}

.newsletter-signup--full-width .newsletter-signup__form {
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .newsletter-signup--full-width .newsletter-signup__form {
    padding: 0 10.8108108108%;
  }
}

@media (min-width: 980px) {
  .newsletter-signup--full-width .newsletter-signup__form {
    width: 100%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
  }
}

.newsletter-signup--full-width .newsletter-signup__field-wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .newsletter-signup--full-width .newsletter-signup__field-wrap {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
  }
}

.newsletter-signup--full-width .newsletter-signup__cta-text {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.0555555556rem;
}

.newsletter-signup--full-width .newsletter-signup__label {
  float: left;
  display: none;
}

.newsletter-signup--full-width .newsletter-signup__field {
  width: -webkit-calc(100% - 145px);
  width: calc(100% - 145px);
  height: 45px;
  font-size: 1.2222222222rem;
  font-weight: bold;
}

.newsletter-signup--full-width .newsletter-signup__submit,
.newsletter-signup--full-width .newsletter-signup__submit.btn {
  height: auto;
  margin: 0;
  border-radius: 3px;
}

@media (max-width: 980px) {
  .newsletter-signup--full-width .newsletter-signup__submit,
  .newsletter-signup--full-width .newsletter-signup__submit.btn {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.newsletter-signup--full-width .newsletter-signup__inner {
  padding: 30px 0;
  background: transparent;
}

@media (min-width: 980px) {
  .newsletter-signup--full-width {
    text-align: left;
  }
  .newsletter-signup--full-width .newsletter-signup__inner {
    padding: 32px 170px 25px;
  }
  .newsletter-signup--full-width .newsletter-signup__field-wrap {
    height: 45px;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .newsletter-signup--full-width .newsletter-signup__submit,
  .newsletter-signup--full-width .newsletter-signup__submit.btn {
    margin: 0 0 0 15px;
    clear: none;
  }
}

.newsletter-signup--inline-tout::after {
  clear: both;
  content: "";
  display: table;
}

.newsletter-signup--inline-tout .newsletter-signup__field-wrap {
  width: 100%;
}

.newsletter-signup--inline-tout .newsletter-signup__label {
  margin-bottom: 10px;
}

@media (min-width: 740px) {
  .newsletter-signup--inline-tout {
    float: left;
    width: 350px;
  }
}

@media (min-width: 980px) {
  .newsletter-signup--inline-tout {
    float: none;
    display: inline-block;
    width: 70%;
    margin: 40px 0 30px;
    padding: 10px 9.2307692308% 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: content-box;
  }
  .newsletter-signup--inline-tout .newsletter-signup__label {
    margin-right: 15px;
  }
  .newsletter-signup--inline-tout .newsletter-signup__field-wrap {
    height: 35px;
    margin-top: 10px;
  }
  .newsletter-signup--inline-tout .newsletter-signup__submit,
  .newsletter-signup--inline-tout .newsletter-signup__submit.btn {
    padding-top: 10px;
    font-size: 0.6666666667rem;
  }
}

@media (min-width: 1250px) {
  .newsletter-signup--inline-tout .newsletter-signup__field-wrap {
    float: right;
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

.newsletter-signup--travel-deals {
  margin: 16px 0 14px;
  background-color: #ebeaea;
  border: 1px solid #ccc;
  float: left;
  padding: 2px 0 18px 4px;
}

.newsletter-signup--travel-deals .newsletter-signup__field-wrap {
  width: 99%;
  text-align: center;
}

.newsletter-signup--travel-deals .newsletter-signup__label {
  display: none;
}

.newsletter-signup--travel-deals .newsletter-signup__cta-text {
  padding: 8px 5px 22px;
  text-indent: 12px;
  line-height: 1.5;
  text-align: center;
}

.newsletter-signup--travel-deals .newsletter-signup__field {
  width: 60%;
}

.global-footer {
  clear: both;
  max-width: 1400px;
  margin: 0 auto;
  background: #d2d4d3;
  color: #404446;
}

.global-footer__mobile_privacy {
  display: block;
}

@media (min-width: 739px) {
  .global-footer__mobile_privacy {
    display: none;
  }
}

.global-footer__banner {
  padding: 50px 3.75% 0;
  text-align: center;
  background-image: url("../img/footer_background.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.global-footer__banner::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .global-footer__banner {
    padding-left: 165px;
  }
}

.global-footer__get-involved {
  text-align: center;
}

.global-footer__get-involved__tout {
  padding: 0 11.4583333333%;
  border-bottom: solid 1px #fff;
}

@media (min-width: 740px) {
  .global-footer__get-involved__tout {
    padding: 0 4.5572916667%;
    border-bottom: 0;
  }
}

@media (min-width: 980px) {
  .global-footer__get-involved__tout {
    float: right;
    padding: 0;
  }
  .global-footer__get-involved__tout:first-child {
    float: left;
    padding-left: 40px;
  }
  .global-footer__get-involved__tout--center, .global-footer__get-involved__tout--center:first-child {
    width: calc(100% - 650px);
    padding-left: 10px;
  }
}

.global-footer__get-involved__tout-group::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) {
  .global-footer__get-involved__tout-group {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
}

@media (min-width: 980px) {
  .global-footer__get-involved__tout-group {
    border: 0;
    padding-right: 40px;
  }
  .global-footer__get-involved__tout-group .newsletter-signup__get-involved__tout:last-child {
    float: right;
  }
}

.global-footer__cta-ad-tout {
  margin: 40px 0;
}

.global-footer__cta-ad-tout img {
  display: inline-block;
}

@media (min-width: 740px) {
  .global-footer__cta-ad-tout {
    float: right;
    margin-top: 50px;
  }
}

@media (min-width: 980px) {
  .global-footer__cta-ad-tout {
    float: none;
    display: inline-block;
    margin: 45px 0;
  }
}

@media (min-width: 980px) {
  .global-footer__menus {
    margin: 0 40px;
    border-top: solid 1px white;
  }
}

.global-footer__menus__main-menu, .global-footer__menus__info-network, .global-footer__menus__time-inc {
  display: none;
  margin: 45px 0;
  box-sizing: border-box;
  font-size: 0.8333333333rem;
}

.global-footer__menus__main-menu a, .global-footer__menus__info-network a, .global-footer__menus__time-inc a {
  color: #404446;
}

.global-footer__menus__main-menu a:hover, .global-footer__menus__info-network a:hover, .global-footer__menus__time-inc a:hover {
  color: #5285ad;
}

@media (min-width: 740px) {
  .global-footer__menus__main-menu, .global-footer__menus__info-network, .global-footer__menus__time-inc {
    display: inline-block;
  }
}

.global-footer__menus__main-menu {
  float: left;
  width: 25%;
  width: 170px !important;
  padding-left: 4.5572916667%;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
}

.global-footer__menus__main-menu h2 {
  display: none;
}

.global-footer__menus__main-menu li {
  float: none;
  width: auto;
  list-style: none !important;
}

@media (min-width: 980px) {
  .global-footer__menus__main-menu {
    width: 355px;
    padding-left: 0;
    max-width: 27.3076923077%;
    box-sizing: content-box;
  }
}

.global-footer__menus__info-network {
  float: right;
  width: 50%;
  padding: 0 4.5572916667%;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.global-footer__menus__info-network h2 {
  display: none;
  margin: 0 0 0;
  font-size: 0.8333333333rem;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  line-height: 2;
  color: #404446;
}

.global-footer__menus__info-network h2.title {
  display: inline-block;
}

.global-footer__menus__info-network li {
  list-style: none !important;
}

.global-footer__menus__info-network li.ad-choices {
  background-position-x: 74px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  width: 90px;
  background-image: url("../img/ad-choice.png");
}

.global-footer__menus__info-network__company-info {
  float: left;
  width: 50%;
}

.global-footer__menus__info-network__company-info .title {
  display: inline-block;
  margin: 0 0 0;
  font-size: 0.8333333333rem;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  line-height: 2;
  color: #404446;
}

.global-footer__menus__info-network__time-inc {
  float: right;
  display: inline-block;
  max-width: 50%;
  padding-top: 30px;
}

@media (min-width: 980px) {
  .global-footer__menus__info-network {
    width: 355px;
    padding-right: 0;
    max-width: 27.3076923077%;
    box-sizing: content-box;
  }
}

.global-footer__menus__logo-legal {
  padding: 45px 0;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.6666666667rem;
  text-align: center;
  color: #404446;
}

.global-footer__menus__logo-legal p {
  margin: 0;
}

.global-footer__menus__logo-legal .tl-logo {
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
}

@media (min-width: 740px) {
  .global-footer__menus__logo-legal {
    clear: both;
    border-top: solid 1px #fff;
  }
}

@media (min-width: 980px) {
  .global-footer__menus__logo-legal {
    -webkit-transform: translateY(-195px);
    -moz-transform: translateY(-195px);
    -ms-transform: translateY(-195px);
    -o-transform: translateY(-195px);
    transform: translateY(-195px);
    max-width: 25%;
    height: 0;
    margin: 0 auto;
    border-top: 0;
  }
}

.global-footer__disclaimer {
  max-width: 100%;
  text-align: justify;
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}

@media (min-width: 980px) {
  .global-footer__disclaimer {
    max-width: 275px;
    padding-top: 30px;
  }
}

.global-footer .newsletter-signup {
  margin: 45px 0;
}

@media (min-width: 740px) {
  .global-footer .social-follow-list {
    width: 375px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .global-footer .social-follow-list {
    width: 205px;
    padding: 65px 0 0;
    margin: 0;
  }
}

.subscribe-cta {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
}

@media (min-width: 980px) {
  .subscribe-cta {
    width: 465px;
  }
}

.centered .OUTBRAIN {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.centered .OUTBRAIN .ob-widget-section.ob-first {
  padding-bottom: 0 !important;
}

.centered .OUTBRAIN .ob_what {
  padding-top: 0 !important;
}

#zerglayout {
  padding-bottom: 20px;
}

.zerglayoutcl::after {
  margin-top: 5px !important;
}

.node-type-place .ext-content-lg.centered {
  float: left;
  width: 100%;
}

.node-type-place #zergnet-widget-30385 {
  float: left;
  width: 100%;
}

/*-------------------------------------------- */
/** Search Module (Located in Header) */
/*-------------------------------------------- */
.search {
  overflow: hidden;
  color: #d2d4d3;
  background: #fff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.search form,
.search form div {
  margin-bottom: 0;
}

.search .search-form-header-label {
  display: none;
}

.search label {
  display: inline-block;
  position: relative;
  line-height: 70px;
  vertical-align: top;
}

@media (min-width: 740px) {
  .search label {
    line-height: 85px;
  }
}

.search label:after {
  content: ':';
}

.search input[type=text],
.search input[type=email] {
  width: calc(100% - 120px);
  height: 100%;
  border: 0;
  outline: none !important;
  color: #232323;
  line-height: 30px;
  padding: 22px 5px 0;
}

@media (min-width: 980px) {
  .search input[type=text],
  .search input[type=email] {
    padding-top: 28px;
  }
}

@media (min-width: 740px) {
  .search input[type=text],
  .search input[type=email] {
    padding-top: 28px;
  }
}

.search input[type=text]:focus,
.search input[type=email]:focus {
  border: 0;
  outline: 0;
}

.search input[type=submit] {
  display: none;
}

.search__close {
  position: absolute;
  top: 0;
  right: 24px;
  width: 1em;
  line-height: 70px;
}

@media (min-width: 740px) {
  .search__close {
    right: 0;
    line-height: 85px;
  }
}

.search__close:before {
  line-height: 70px;
}

@media (min-width: 740px) {
  .search__close:before {
    line-height: 85px;
  }
}

.search a {
  color: #d2d4d3;
}

.search a:hover {
  color: #9ab3c3;
}

.page-container .element-invisible, .newsletter-signup--full-width .newsletter-signup__inner .element-invisible, .leaderboard-container--slideshow .element-invisible {
  position: static !important;
  height: auto;
}

.homepage-container .search label {
  line-height: 55px;
}

@media (min-width: 980px) {
  .homepage-container .search label {
    line-height: 130px;
  }
}

#midpage-landing .search label {
  line-height: 30px;
}

@media (min-width: 980px) {
  #midpage-landing .search label {
    line-height: 30px;
  }
}

#midpage-landing .container-inline {
  position: relative;
  top: 9px;
}

#midpage-landing s
.search__close {
  top: 2px;
}

#midpage-landing .search input[type=text] {
  padding-top: 1px;
  line-height: 30px;
}

#midpage-landing .social-share-list {
  display: none;
}

@media (min-width: 900px) {
  #midpage-landing .social-share-list {
    display: table-cell;
  }
}

.has-search-visible #midpage-landing .search {
  display: block;
}

@media (min-width: 980px) {
  .has-search-visible #midpage-landing .search {
    display: none;
  }
}

.has-search-visible.is-stuck #midpage-landing .search {
  display: block;
}

input:-webkit-autofill {
  color: #ffffff !important;
}

.leaderboard-container {
  text-align: center;
  background: transparent;
}

.leaderboard-container--outside-page {
  margin: 20px auto;
}

.leaderboard-container--slideshow {
  display: block;
  margin: 20px auto;
}

@media (min-width: 980px) {
  .leaderboard-container--slideshow {
    display: none;
  }
}

.leaderboard-container--centered {
  display: block;
  width: 728px;
  max-width: 56%;
  margin: 0 auto;
}

.leaderboard-container img {
  display: inline;
  vertical-align: top;
}

.square-ad-container {
  text-align: center;
}

.square-ad-container img {
  display: inline-block;
}

@media (min-width: 740px) {
  .square-ad-container {
    text-align: left;
  }
}

.advertisement {
  position: relative;
  line-height: 0;
}

#adTop {
  display: inline-block;
}

.adtxt {
  position: absolute;
  top: auto;
  bottom: 100%;
  margin: 0;
  padding-bottom: 1px;
  font-size: 12px;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  color: #a7a6a6;
  line-height: 1;
  width: 100%;
  background-color: white;
}

@media (min-width: 980px) {
  #ad_marketplace_sponsored {
    width: 300px;
    background-image: url("../img/ad_marketplace_background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    margin: 30px auto 0px;
  }
  #ad_marketplace_sponsored p {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 8px 0;
    line-height: 13px;
  }
  #ad_marketplace_sponsored p a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    color: #000;
    text-decoration: none;
  }
  #ad_marketplace_sponsored iframe {
    width: 100%;
    margin: 4px 0;
    background-color: #fff;
  }
  #ad_142x70_1 {
    background: url("../img/ad_marketplace_logo.png") top center no-repeat;
    padding-top: 110px;
  }
}

@media (min-width: 740px) {
  #ad_marketplace_sponsored {
    width: 300px;
    background-image: url("../img/ad_marketplace_background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    margin: 30px auto 0px;
  }
  #ad_marketplace_sponsored p {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 8px 0;
    line-height: 13px;
  }
  #ad_marketplace_sponsored p a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    color: #000;
    text-decoration: none;
  }
  #ad_marketplace_sponsored iframe {
    width: 100%;
    margin: 4px 0;
    background-color: #fff;
  }
  #ad_142x70_1 {
    background: url("../img/ad_marketplace_logo.png") top center no-repeat;
    padding-top: 110px;
  }
}

.flex-ad-banner__inner {
  text-align: center;
}

.advertisement-cmad-490x120 {
  display: inline-block;
}

.advertisement-cmad-490x120:first-child {
  position: relative;
}

#lastSlideAd img {
  display: none;
}

.advertisement-multiad-article-300x1050 {
  margin-top: 24px;
}

/*--------------- mobile ads ----------------------------- */
#ad_320x50_1 {
  text-align: center;
}

.advertisement-mobile-320x50 {
  text-align: center;
  position: relative;
}

.homepage-container .advertisement-mobile-320x50 {
  margin-top: 87px;
}

.advertisement-mobile-320x50 #ad_mobile_320x50 {
  position: relative;
}

.mobile-ad {
  position: relative;
  background: #fff;
}

.mobile-ad.is-stuck {
  top: 71px !important;
  position: fixed;
}

.mobile-ad.is-stuck.is-hidden {
  top: 118px !important;
  position: fixed;
}

.mobile-ad.site-header.is-hidden {
  transition: none;
}

.mobile-ad.site-header.is-stuck {
  transition: none;
}

.mobile-ad.site-header.is-stuck ~ div#main-wrapper {
  margin-top: 51px;
}

.homepage-container .mobile-ad-home .advertisement-mobile-320x50 {
  margin-top: 0;
}

.homepage-container .mobile-ad-home {
  top: 87px;
  background: #fff;
  transition: none;
}

.mobile-ad.mobile-ad-slideshow.site-header.is-stuck {
  top: 71px;
}

.mobile-ad.site-header.is-stuck.headroom--unpinned {
  top: 52px;
}

/*--------------- leaderboard sticky ads ------------------- */
.leaderboard-container.is-stuck {
  top: 65px;
  position: fixed;
  z-index: 1001;
  width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.leaderboard-container.is-stuck ~ div#main-wrapper {
  margin-top: 131px;
}

.node-type-article .inline-ad.timeinc-advertising-processed {
  margin: auto;
  width: 320px;
}

/*-------------------------------------------- */
/** Block: Generic Social Share List */
/*-------------------------------------------- */
.social-share-list {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.social-share-list::after {
  clear: both;
  content: "";
  display: table;
}

.social-share-list > li {
  float: left;
  list-style: none !important;
}

.social-share-list__icon {
  margin-left: 15px;
}

@media (min-width: 980px) {
  .social-share-list__icon {
    margin-left: 10px;
  }
}

.social-share-list__icon {
  display: block;
  height: 42px;
  width: 42px;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 2px #68a19a;
  padding: 5px;
  color: #68a19a;
  text-align: center;
  font-size: 1.2222222222rem;
}

.social-share-list__icon:before {
  line-height: 34px;
}

.social-share-list__icon:hover {
  text-decoration: none;
  color: #e7745c;
  border-color: #e7745c;
}

@media (min-width: 980px) {
  .social-share-list__icon {
    height: 32px;
    width: 32px;
    font-size: 0.8888888889rem;
  }
  .social-share-list__icon:before {
    line-height: 23px;
  }
}

/*-------------------------------------------- */
/** Block: Social Share (contains a share list) */
/*-------------------------------------------- */
.social-share {
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 5px;
  overflow: hidden;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.social-share::after {
  clear: both;
  content: "";
  display: table;
}

.social-share:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  height: 47px;
  width: 25px;
  background: #fff;
}

@media (max-width: 400px) {
  .social-share:after {
    display: none;
  }
}

@media (min-width: 980px) {
  .social-share:after {
    height: 37px;
    width: 18px;
  }
}

.social-share .social-share-list {
  float: left;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.social-share--has-cta:before {
  position: absolute;
  right: 53%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #232323;
  font-size: 0.7222222222rem;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
}

.social-share--has-cta .social-share-list {
  background: #fff;
}

@media (max-width: 400px) {
  .social-share--has-cta:before {
    display: none;
  }
}

.social-share--centered {
  margin: 0 -100%;
  -webkit-transform: translateX(-27%);
  -moz-transform: translateX(-27%);
  -ms-transform: translateX(-27%);
  -o-transform: translateX(-27%);
  transform: translateX(-27%);
  /*-------------------------------------------- */
  /** Auto expand social icons on smallest phones */
  /*-------------------------------------------- */
}

.social-share--centered .social-share-list {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

@media (max-width: 400px) {
  .social-share--centered {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .social-share--centered .social-share-list {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .social-share--centered .social-share-list .icon-facebook {
    margin: 0;
  }
}

.social-share.is-maximized.social-share--centered {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  transform: translateX(-5%);
}

.social-share.is-maximized .social-share-list {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.social-share.is-maximized .social-share__show-more:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.social-share.is-maximized .social-share__show-more .icon-vertical-line {
  left: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.social-share.extra-share-icons.is-maximized .social-share__show-more {
  margin-left: 10px;
}

.social-share.extra-share-icons .social-share__show-more {
  margin-left: -15px;
}

@media (min-width: 980px) {
  .social-share.extra-share-icons .social-share__show-more {
    margin-left: -12px;
  }
}

.social-share__show-more {
  position: relative;
  z-index: 10;
  display: table;
  float: left;
  border: 0;
  margin-top: -1px;
  margin-left: 15px;
  padding: 5px;
  line-height: 1;
  height: 44px;
  width: 44px;
  background-image: url("../img/sprites/dotted-border.png");
  background-position: 0 0;
  background-color: #fff;
}

.social-share__show-more:hover {
  background-position: 0 100%;
}

@media (min-width: 980px) {
  .social-share__show-more {
    height: 34px;
    width: 34px;
    background-position: 100% 0;
  }
  .social-share__show-more:hover {
    background-position: 100% 100%;
  }
}

.social-share__show-more:before,
.social-share__show-more .icon-vertical-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 23px;
  -webkit-transition: all 0.18s cubic-bezier(0.51, 0.01, 0.32, 1.5);
  -moz-transition: all 0.18s cubic-bezier(0.51, 0.01, 0.32, 1.5);
  transition: all 0.18s cubic-bezier(0.51, 0.01, 0.32, 1.5);
}

.social-share__show-more:before,
.social-share__show-more .icon-vertical-line:before {
  line-height: 46px;
}

@media (max-width: 400px) {
  .social-share__show-more {
    display: none;
  }
}

@media (min-width: 980px) {
  .social-share__show-more {
    margin-top: -1px;
    margin-left: 10px;
  }
  .social-share__show-more:before,
  .social-share__show-more .icon-vertical-line:before {
    font-size: 18px;
    line-height: 32px;
  }
}

.social-share--vertical {
  padding: 0 2px;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
  -webkit-transform: translateY(-41.5%);
  -moz-transform: translateY(-41.5%);
  -ms-transform: translateY(-41.5%);
  -o-transform: translateY(-41.5%);
  transform: translateY(-41.5%);
}

.social-share--vertical:after {
  height: 18px;
  width: 37px;
  top: 0;
  display: none;
}

.social-share--vertical.is-maximized {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.social-share--vertical.is-maximized .social-share-list {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.social-share--vertical .social-share-list {
  clear: both;
  margin-left: 1px;
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
  -webkit-transform: translateY(50%) translateX(0);
  -moz-transform: translateY(50%) translateX(0);
  -ms-transform: translateY(50%) translateX(0);
  -o-transform: translateY(50%) translateX(0);
  transform: translateY(50%) translateX(0);
}

.social-share--vertical .social-share-list > li {
  clear: left;
}

.social-share--vertical .social-share-list__icon {
  margin-left: 0;
  margin-bottom: 10px;
}

.social-share--vertical .social-share__show-more {
  margin: 0;
  float: left;
  clear: left;
}

span[class^="PIN_"] {
  z-index: 21 !important;
}

iframe#ebBannerIFrame_35174194_6812761315839742 {
  z-index: 10 !important;
}

.advertisement-multiad-article-300x1050 {
  z-index: 10 !important;
}

.social-follow-list {
  height: 1.5em;
  padding: 45px 0 45px;
  text-align: justify;
  font-size: 1.7777777778rem;
}

.social-follow-list:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.social-follow-list__item {
  display: inline-block;
}

.social-follow-list__icon {
  color: #414141;
}

@media (min-width: 980px) {
  .social-follow-list {
    font-size: 1.3888888889rem;
  }
}

/*-------------------------------------------- */
/** Smart Sharing Default (mobile) Module */
/*-------------------------------------------- */
@media screen and (min-width: 980px) {
  .smart-share__prompt-container {
    float: left;
    width: calc(100% - 90px) !important;
    padding-top: 3px;
  }
}

@media screen and (max-width: 980px) {
  .smart-share__prompt-container {
    float: left;
    width: calc(100% - 90px) !important;
    padding-top: 3px;
  }
}

@media screen and (max-width: 740px) {
  .smart-share__prompt-container {
    float: left;
    width: calc(100% - 115px) !important;
    padding-top: 3px;
  }
}

@media screen and (max-width: 350px) {
  .smart-share__prompt-container {
    float: left;
    width: calc(100% - 115px) !important;
    padding-top: 3px;
  }
}

.smart-share {
  position: relative;
  width: auto !important;
  margin: 25px 24px;
  padding: 15px 22px;
  box-sizing: border-box;
  background: #5c829b;
  color: #fff;
  border-radius: 3px;
  opacity: 0;
  font-size: 0.8888888889rem;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.45, -0.4, 0.45, 1.8);
  -moz-transition: all 0.3s cubic-bezier(0.45, -0.4, 0.45, 1.8);
  transition: all 0.3s cubic-bezier(0.45, -0.4, 0.45, 1.8);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  /* .smart-share__prompt-container {
    float: left;
    width: calc(100% - 115px) !important;
    padding-top: 3px;
  } */
}

.smart-share::after {
  clear: both;
  content: "";
  display: table;
}

.smart-share .smart-share__cta {
  font-family: "Flama Book Italic",Helvetica,Arial,sans-serif;
  line-height: 1 !important;
  border-bottom: none !important;
}

.smart-share .smart-share__text {
  margin: 0 0 5px;
  font-family: "Flama Medium",Helvetica,Arial,sans-serif;
  line-height: 1.2 !important;
}

.smart-share.is-visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.smart-share:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 50%;
  height: 0;
  width: 0;
  border-bottom: 9px solid #5c829b;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.smart-share__text {
  margin: 0 0 5px;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.smart-share__cta {
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
  line-height: 1;
}

.smart-share__prompt-container {
  float: left;
  /* width: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important; */
}

.smart-share .social-share-list {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.smart-share .social-share-list__icon {
  height: 45px;
  width: 45px;
  padding: 7px;
  color: #fff;
  border-color: #fff;
  font-size: 1.3888888889rem;
}

.smart-share .social-share-list__icon:hover {
  color: #bfc8cf;
  border-color: #bfc8cf;
}

.smart-share .social-share-list > li:first-child {
  margin-left: 0;
}

.dek {
  padding-bottom: 30px;
  border-bottom: 2px solid #e7745c;
  margin-bottom: 30px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.1666666667rem;
  line-height: 1.5rem;
}

.dek p {
  margin: 0;
}

@media (min-width: 740px) {
  .dek {
    font-size: 1.3333333333rem;
    line-height: 1.7222222222rem;
  }
}

@media (min-width: 980px) {
  .dek {
    font-size: 1.4444444444rem;
    line-height: 1.9444444444rem;
  }
}

.dek--featured {
  padding: 20px 30px;
  border-top: 1px solid #b0bcc4;
  border-bottom: 1px solid #b0bcc4;
  text-align: center;
  font-size: 1.2222222222rem;
  line-height: 1.36;
}

@media (min-width: 740px) {
  .dek--featured {
    padding: 20px 12.8%;
  }
}

.dek-listicle {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.1666666667rem;
  line-height: 1.5rem;
  text-align: center;
}

.dek-listicle p {
  margin: 1em 0;
}

@media (min-width: 740px) {
  .dek-listicle {
    font-size: 1.3333333333rem;
    line-height: 1.7222222222rem;
    text-align: center;
  }
}

@media (min-width: 980px) {
  .dek-listicle {
    font-size: 1.4444444444rem;
    line-height: 1.9444444444rem;
    text-align: center;
  }
}

.dek-listicle--featured {
  padding: 20px 30px;
  border-top: 1px solid #b0bcc4;
  border-bottom: 1px solid #b0bcc4;
  text-align: center;
  font-size: 1.2222222222rem;
  line-height: 1.36;
}

@media (min-width: 740px) {
  .dek-listicle--featured {
    padding: 20px 12.8%;
  }
}

/**
Name: Tag Set

Description:
The Tag Set module represents a set of content tags including Channel and Geo tags.

Variations:
--align-left
  Align the Tag Set to the left in its container.

--no-links
  Removes the blue link color from each tag in the tag set

__tag--geo
  Apply to any Geo tags that are part of the Tag Set.

Usage:
  <ul class="tag-set">
    <li class="tag-set__tag"><a href="#">Tag Name</a></li>
    <li class="tag-set__tag"><a href="#">Tag Name</a></li>
    <li class="tag-set__tag tag-set__tag--geo"><a href="#">Geo Tag Name</a></li>
  </ul>
*/
.tag-set {
  margin-bottom: 14px;
  text-align: center;
  margin-top: 6px;
  list-style-type: none;
}

.tag-set::after {
  clear: both;
  content: "";
  display: table;
}

.tag-set--align-left {
  text-align: left;
}

.tag-set--light .tag-set__tag > a {
  color: #fff;
}

.tag-set--light .tag-set__tag:after {
  background-color: #fff;
}

.tag-set--no-links .tag-set__tag {
  color: inherit;
  font-family: "Quadon Regular", Courier, sans-serif;
}

.tag-set--responsive .tag-set__tag--geo {
  display: none;
}

.tag-set--responsive .tag-set__tag:after {
  background-color: transparent;
}

@media (min-width: 740px) {
  .tag-set--responsive .tag-set__tag--geo {
    display: inline-block;
  }
  .tag-set--responsive .tag-set__tag:after {
    background-color: currentColor;
  }
}

.tag-set--responsive.nativo-orange a {
  color: orange;
}

@media (max-width: 350px) {
  .tag-set {
    margin-bottom: 0;
    line-height: 1;
  }
}

.tag-set__tag {
  display: inline-block;
  margin-right: 1px;
  color: #5285ad;
  font-size: 0.7777777778rem;
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: uppercase;
}

.tag-set__tag > a {
  color: currentColor;
  text-decoration: none;
}

.tag-set__tag:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-left: 6px;
  background-color: currentColor;
  font-weight: normal;
}

.tag-set__tag:last-child:after {
  display: none;
}

.tag-set__tag--geo {
  font-family: "Quadon Regular", Courier, sans-serif;
}

.tag-set__tag--geolast {
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
}

.tag-set__tag--home, .tag-set__tag--channel, .tag-set__tag--subchannel, .tag-set__tag--article-geo, .tag-set__tag--title {
  font-size: 0.6666666667rem;
  font-family: "Quadon Regular", Courier, sans-serif;
  text-transform: capitalize;
}

.tag-set__tag--home:after, .tag-set__tag--channel:after, .tag-set__tag--subchannel:after, .tag-set__tag--article-geo:after, .tag-set__tag--title:after {
  display: none !important;
}

.tag-set__tag--home:first-child:before, .tag-set__tag--channel:first-child:before, .tag-set__tag--subchannel:first-child:before, .tag-set__tag--article-geo:first-child:before, .tag-set__tag--title:first-child:before {
  display: none !important;
}

.tag-set__tag--home:before, .tag-set__tag--channel:before, .tag-set__tag--subchannel:before, .tag-set__tag--article-geo:before, .tag-set__tag--title:before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-right: 3px;
  background-color: currentColor;
  font-weight: normal;
}

@media (max-width: 350px) {
  .tag-set__tag {
    font-size: 0.6666666667rem;
  }
}

.tag-set__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  background: rgba(0, 0, 0, 0.35);
}

.tag-set__overlay .tag-set__tag {
  line-height: 1.5;
}

.tag-set__overlay .tag-set__tag:after {
  content: "/";
  background: none;
  width: auto;
  height: auto;
  top: auto;
  color: #fff;
}

.tag-set__overlay .tag-set__tag > a {
  color: #fff;
}

.more-content-hd {
  position: relative;
  margin: 0 auto;
  line-height: 1.2222222222rem;
  text-align: center;
  clear: both;
  max-width: 925px;
  margin-bottom: 25px;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.more-content-hd:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: #a7a6a6;
}

.more-content-hd__inner {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 25px;
  margin: 0;
  background-color: white;
  font-size: 1.2222222222rem;
  line-height: 1;
}

.more-content-hd-h1 {
  position: relative;
  margin: 0 auto;
  line-height: 1.2222222222rem;
  text-align: center;
  clear: both;
  max-width: 925px;
  margin-bottom: 25px;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.more-content-hd-h1:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: #a7a6a6;
}

.more-content-hd-h1__inner {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 25px;
  margin: 0;
  background-color: white;
  font-size: 1.2222222222rem;
  line-height: 1;
}

.more-content-hd--tg {
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.latest-news-hd {
  position: relative;
  margin: 0 auto;
  line-height: 1.2222222222rem;
  text-align: center;
  clear: both;
  max-width: 925px;
  margin-bottom: 25px;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.latest-news-hd:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: #a7a6a6;
}

.latest-news-hd__inner {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 25px;
  margin: 0;
  background-color: white;
  font-size: 1.2222222222rem;
  line-height: 1;
}

.top-slideshows-hd {
  position: relative;
  margin: 0 auto;
  line-height: 1.2222222222rem;
  text-align: center;
  clear: both;
  max-width: 925px;
  margin-bottom: 25px;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.top-slideshows-hd:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: #a7a6a6;
}

.top-slideshows-hd__inner {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 25px;
  margin: 0;
  background-color: white;
  font-size: 1.2222222222rem;
  line-height: 1;
}

.section-front-hd, .section-front-header__title > h1 {
  margin: 20px auto 15px;
  line-height: 1.2;
  font-family: "Questa Bold Italic", Georgia, serif;
  font-size: 2.3333333333rem;
}

@media (min-width: 740px) {
  .section-front-hd, .section-front-header__title > h1 {
    position: relative;
    display: inline-block;
    font-size: 2.7777777778rem;
  }
  .section-front-hd:before, .section-front-header__title > h1:before, .section-front-hd:after, .section-front-header__title > h1:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 190px;
    height: 9px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  .section-front-hd:before, .section-front-header__title > h1:before {
    left: 100%;
    margin-right: 0;
    margin-left: 30px;
  }
}

.double-underline {
  position: relative;
}

.double-underline:before, .double-underline:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.double-underline:before {
  top: auto;
  bottom: 0;
}

.double-underline:after {
  top: auto;
  bottom: 6px;
}

.article-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7777777778rem;
  line-height: 2.1111111111rem;
  text-align: center;
}

.article-headline--bordered {
  position: relative;
  padding-bottom: 20px;
}

.article-headline--bordered:before, .article-headline--bordered:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.article-headline--bordered:before {
  top: auto;
  bottom: 0;
}

.article-headline--bordered:after {
  top: auto;
  bottom: 6px;
}

@media (min-width: 740px) {
  .article-headline {
    text-align: left;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 980px) {
  .article-headline {
    font-size: 2.7222222222rem;
    line-height: 3.1111111111rem;
  }
}

.basic-article {
  position: relative;
  padding-bottom: 0px;
  border-bottom: 1px solid #d2d4d3;
}

.basic-article::after {
  clear: both;
  content: "";
  display: table;
}

.basic-article__headline {
  margin: 0 0 15px 0;
  font-size: 1.7777777778rem;
  line-height: 2.1111111111rem;
  text-align: center;
}

@media (min-width: 740px) {
  .basic-article__headline {
    text-align: left;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 980px) {
  .basic-article__headline {
    font-size: 2.7222222222rem;
    line-height: 3.1111111111rem;
  }
}

.basic-article__headline-listicle {
  margin: 0 0 15px 0;
  font-size: 1.7777777778rem;
  line-height: 2.1111111111rem;
  text-align: center;
}

@media (min-width: 740px) {
  .basic-article__headline-listicle {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 980px) {
  .basic-article__headline-listicle {
    font-size: 2.7222222222rem;
    line-height: 3.1111111111rem;
  }
}

.basic-article__byline-container {
  position: relative;
  padding: 19px 0 15px 0;
  overflow: hidden;
  text-align: center;
}

.basic-article__byline-container:before, .basic-article__byline-container:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.basic-article__byline-container:before {
  top: 0;
  bottom: auto;
}

.basic-article__byline-container:after {
  top: 6px;
  bottom: auto;
}

@media (min-width: 740px) {
  .basic-article__byline-container .byline {
    float: left;
    padding-top: 11px;
  }
  .basic-article__byline-container .social-share {
    float: right;
  }
}

@media (min-width: 980px) {
  .basic-article__byline-container {
    padding: 25px 0 18px 0;
  }
  .basic-article__byline-container .byline {
    padding-top: 6px;
  }
}

.basic-article__dateline {
  color: #666766;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
}

.basic-article__dateline__published {
  font-family: "Questa Italic", Georgia, serif;
  text-transform: lowercase;
}

.basic-article__body-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.basic-article__body-more {
  position: relative;
  margin: 0 auto 60px auto;
  width: 95%;
}

.basic-article__body {
  position: relative;
  margin: 0 auto 60px auto;
}

@media (min-width: 740px) {
  .basic-article__body {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
  .basic-article__body iframe {
    width: 100% !important;
  }
}

@media (min-width: 980px) {
  .basic-article__body {
    float: none;
    width: 77.4193548387%;
  }
  .basic-article__body iframe {
    width: auto;
  }
}

.basic-article__body .social-share-container {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
}

.basic-article__body ul {
  margin-left: 20px;
}

.basic-article__body ul li {
  margin-bottom: 10px;
  list-style: initial;
}

.basic-article__body h2 {
  font-size: 1.5rem !important;
}

.basic-article__body h3 {
  font-size: 1.2rem !important;
}

.basic-article__full-width {
  position: relative;
  margin: 0 auto 60px auto;
}

@media (min-width: 740px) {
  .basic-article__full-width {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
  .basic-article__full-width iframe {
    width: 100% !important;
  }
}

@media (min-width: 980px) {
  .basic-article__full-width {
    float: none;
    width: 100%;
  }
  .basic-article__full-width iframe {
    width: 100%;
  }
}

.basic-article__full-width .social-share-container {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
}

.basic-article__full-width ul {
  margin-left: 20px;
}

.basic-article__full-width ul li {
  margin-bottom: 10px;
  list-style: initial;
}

.basic-article__full-width h2 {
  font-size: 1.5rem !important;
}

.basic-article__full-width h3 {
  font-size: 1.2rem !important;
}

.basic-article .media-content {
  margin-bottom: 20px;
}

@media (min-width: 740px) {
  .basic-article .tag-set {
    text-align: left;
  }
}

@media (min-width: 980px) {
  .basic-article .slideshow-container {
    margin: 45px -30px;
  }
}

.basic-article .ntv-top-info {
  min-height: 40px;
  padding: 3px;
}

.basic-article .ntv-top-info span {
  color: #959595;
  font: 11px arial,sans-serif,sans-serif;
}

.basic-article .ntv-dep-connect {
  margin-top: -6px;
  float: left;
}

.basic-article .ntv-disc-logo div {
  color: #959595;
  display: inline-block;
  font: 11px arial,sans-serif,sans-serif;
  text-transform: uppercase;
  height: 25px;
}

.basic-article .ntv-disc-logo img {
  max-height: 40px;
  max-width: 110px;
}

.basic-article .ntv-disc-logo .field-label {
  display: none;
}

.basic-article .popup-text {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #dbdbdb;
  color: #464646;
  font-size: 14px;
  padding: 10px;
  display: none;
  position: absolute;
  width: 350px;
  z-index: 9;
  line-height: 16px;
}

.basic-article .sponsored_popup:hover div {
  display: block;
}

.basic-article .sponsored_popup {
  color: #0062a0;
  font-family: arial;
  font-size: 11px;
  text-decoration: underline;
  margin-top: -2px;
  position: absolute;
}

.basic-article .article-tout-main {
  clear: both;
  padding-bottom: 20px;
  /*
.story-card__body:after {
          background: url("/sites/all/themes/tnl_redesign/templates/etr/assets/img/sprites/dotted-line-bg.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
          content: "";
          display: block;
          height: 5px;
          padding-top: 12px;
          width: 140px;
      }
 */
}

.basic-article .article-tout-main .tout-column {
  float: none;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.basic-article .article-tout-main .tout-column:last-child {
  padding-bottom: 0;
}

.basic-article .article-tout-main .tout-column img {
  height: auto;
  width: 100%;
  max-height: 195px;
}

.basic-article .article-tout-main .tout-column--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.basic-article .article-tout-main .tout-column .hide-contextmenu {
  position: relative;
}

@media (max-width: 739px) {
  .basic-article .article-tout-main .tout-column img {
    max-height: 430px;
  }
}

@media (min-width: 740px) {
  .basic-article .article-tout-main .tout-column {
    float: left;
    width: 32%;
    padding-right: .5%;
    padding-left: .5%;
    height: 280px;
  }
  .basic-article .article-tout-main .tout-column:last-child {
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .basic-article .article-tout-main .tout-column .hide-contextmenu {
    height: 17.8vw;
    overflow: hidden;
    max-height: 185px;
  }
}

@media (min-width: 980px) {
  .basic-article .article-tout-main .tout-column {
    float: left;
    width: 24%;
    padding-right: .5%;
    padding-left: .5%;
    height: 310px;
  }
  .basic-article .article-tout-main .tout-column:last-child {
    padding-right: 0 !important;
    padding-bottom: 20px;
  }
  .basic-article .article-tout-main .tout-column .hide-contextmenu {
    height: 13.8vw;
    overflow: hidden;
    max-height: 195px;
  }
}

.basic-article .article-tout-main .story-card_headline {
  font-size: 17px;
  font-weight: normal;
  color: #232323;
}

.basic-article .article-tout-main .tag-set {
  margin-bottom: 0;
  margin-top: 0;
}

.basic-article .article-tout-main .tag-set__tag {
  font-size: 11px;
}

.basic-article .more-content-hd h2 {
  font-size: 1.5rem;
}

.byline {
  font-size: 0.8888888889rem;
}

.byline__by {
  color: #666766;
  font-family: "Questa Italic", Georgia, serif;
  text-transform: lowercase;
}

.byline__author {
  margin-right: 14px;
  color: #232323;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.byline--light .byline__by,
.byline--light .byline__author {
  color: #fff;
}

@media (max-width: 739px) {
  .article {
    padding-top: 0;
  }
}

/*-------------------------------------------- */
/** Skyscanner container */
/*-------------------------------------------- */
.skyscanner-script {
  margin: 15px 0;
}

.skyscanner-widget {
  margin-top: 20px;
}

.skyscanner-widget #ss-wl-search-widget.phone .search-wrapper #search {
  border-width: 0;
}

.skyscanner-widget #ss-wl-search-widget .people-selector {
  margin-left: 0;
}

.featured-article {
  position: relative;
  background: #fff;
}

.featured-article::after {
  clear: both;
  content: "";
  display: table;
}

.featured-article__banner-img {
  width: 100%;
  padding-bottom: 83.3333333333%;
  background: url("../img/test-hero.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 740px) {
  .featured-article__banner-img {
    height: 400px;
    padding-bottom: 0;
  }
}

@media (min-width: 980px) {
  .featured-article__banner-img {
    height: 515px;
    background-attachment: fixed;
  }
}

.featured-article__header {
  border-radius: 10px;
  padding: 50px 0 45px;
  background: #fff;
}

@media (min-width: 980px) {
  .featured-article__header {
    margin-top: -60px;
    padding-top: 30px;
  }
}

@media (min-width: 1175px) {
  .featured-article__header {
    padding: 30px 9.6% 45px;
    box-sizing: content-box;
    max-width: 952px;
  }
}

.featured-article__headline {
  text-align: center;
  font-size: 1.7777777778rem;
  line-height: 1.1;
}

@media (min-width: 740px) {
  .featured-article__headline {
    font-size: 2.5rem;
  }
}

@media (min-width: 980px) {
  .featured-article__headline {
    font-size: 3.3333333333rem;
  }
}

.featured-article__dateline {
  color: #666766;
}

.featured-article__byline-container {
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}

.featured-article__byline-container:before, .featured-article__byline-container:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.featured-article__byline-container:before {
  top: auto;
  bottom: 0;
}

.featured-article__byline-container:after {
  top: auto;
  bottom: 6px;
}

.featured-article__byline-container .byline {
  display: inline-block;
  position: relative;
}

.featured-article__byline-container .featured-article__dateline {
  float: right;
  margin-left: 5px;
  line-height: 1.62;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

@media (min-width: 980px) {
  .featured-article__byline-container .featured-article__dateline:before {
    content: 'published';
    font-family: "Questa Italic", Georgia, serif;
    margin-right: 5px;
  }
}

@media (min-width: 740px) {
  .featured-article__byline-container {
    overflow: hidden;
  }
  .featured-article__byline-container .social-share--centered,
  .featured-article__byline-container .social-share--centered.is-maximized {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .featured-article__byline-container .byline {
    float: left;
    margin-top: 10px;
  }
}

@media (min-width: 980px) {
  .featured-article__byline-container .byline {
    float: none;
    display: block;
  }
  .featured-article__byline-container .featured-article__dateline {
    float: left;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.featured-article__right-rail-ad, .featured-article__leaderboard-ad {
  display: none;
}

@media (min-width: 740px) {
  .featured-article__right-rail-ad, .featured-article__leaderboard-ad {
    display: block;
  }
}

.featured-article__leaderboard-ad {
  margin: 0 auto;
  padding-right: 220px;
}

@media screen and (max-width: 980px) {
  .featured-article__leaderboard-ad {
    padding-right: 200px;
  }
}

.featured-article__in-right-rail .media-credit, .featured-article__in-right-rail .media-credit-prefix {
  display: inline !important;
}

.featured-article__in-right-rail .media-content__caption {
  width: auto !important;
}

.featured-article__social-share-container {
  margin: 20px auto 0;
}

@media (min-width: 740px) {
  .featured-article__social-share-container {
    margin: 0;
    float: right;
  }
}

@media (min-width: 980px) {
  .featured-article__social-share-container {
    margin: -30px 0 0;
  }
}

.featured-article__body {
  position: relative;
}

@media (min-width: 740px) {
  .featured-article__body {
    margin-bottom: 20px;
  }
}

@media (min-width: 980px) {
  .featured-article__body {
    margin-bottom: 100px;
  }
}

.featured-article__body > p, .featured-article__body > figure.media-content.video.article, .featured-article__body .smart-share {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.featured-article__body > p:first-child, .featured-article__body > figure.media-content.video.article:first-child, .featured-article__body .smart-share:first-child {
  margin-top: 0;
}

@media (min-width: 740px) {
  .featured-article__body > p, .featured-article__body > figure.media-content.video.article, .featured-article__body .smart-share {
    padding-right: 346px;
  }
}

@media (min-width: 980px) {
  .featured-article__body > p, .featured-article__body > figure.media-content.video.article, .featured-article__body .smart-share {
    padding-right: 380px;
  }
}

.featured-article__body h2 {
  font-size: 1.5rem !important;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.featured-article__body h3 {
  font-size: 1.2rem !important;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.featured-article__body .media-content__caption {
  border-bottom: 1px solid #d2d4d3 !important;
}

.featured-article__body .media-content__caption > span {
  border-bottom: medium none !important;
  width: auto !important;
  max-width: none !important;
}

.featured-article__body .featured-article__ss-in-body {
  position: relative;
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .featured-article__body .featured-article__ss-in-body {
    padding-right: 346px;
  }
}

@media (min-width: 980px) {
  .featured-article__body .featured-article__ss-in-body {
    width: auto;
    padding-right: 380px;
  }
}

.featured-article__body .featured-article__ss-in-body .smart-share {
  padding: 10px 48px 10px 20px;
}

.featured-article .more-content-container {
  position: relative;
  z-index: 10;
  background: #fff;
}

.featured-article .more-content-hd {
  margin-bottom: 0;
  padding: 28px 24px 25px;
}

@media (min-width: 740px) {
  .featured-article .more-content-hd {
    margin-bottom: 25px;
  }
}

@media (min-width: 980px) {
  .featured-article .more-content-hd {
    margin: 28px auto 25px;
  }
}

.featured-article .more-content-hd h2 {
  font-size: 1.5rem !important;
}

.featured-article .smart-share {
  margin: 25px 48px;
}

@media (min-width: 740px) {
  .featured-article .dek {
    margin-bottom: 15px;
  }
  .featured-article__in-right-rail {
    position: relative;
    z-index: 10;
  }
  .featured-article__in-right-rail + p {
    margin-top: 0;
  }
  .featured-article__in-right-rail__inner {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    margin-left: -300px !important;
  }
}

@media (max-width: 739px) {
  .featured-article__in-right-rail {
    margin-right: 0;
    margin-left: 0;
  }
  .featured-article__in-right-rail .media-content--sidebar .media-content__caption {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.featured-article .teaser-tout h2 {
  font-size: 1.5rem !important;
}

.featured-article .media-content-header-img .media-credit, .featured-article .media-content-header-img .media-credit-prefix {
  float: right;
  margin-right: 5%;
  margin-top: 10px;
}

@media screen and (min-width: 1900px) {
  .featured-article .media-content-header-img .media-credit, .featured-article .media-content-header-img .media-credit-prefix {
    margin-right: 17%;
  }
}

@media screen and (width: 1680px) {
  .featured-article .media-content-header-img .media-credit, .featured-article .media-content-header-img .media-credit-prefix {
    margin-right: 13%;
  }
}

@media screen and (width: 1600px) {
  .featured-article .media-content-header-img .media-credit, .featured-article .media-content-header-img .media-credit-prefix {
    margin-right: 12%;
  }
}

@media screen and (width: 1440px) {
  .featured-article .media-content-header-img .media-credit, .featured-article .media-content-header-img .media-credit-prefix {
    margin-right: 9%;
  }
}

.featured-article .universal-mobile-ads {
  margin-left: 3px;
}

.media-content {
  margin: 0;
  /*-------------------------------------------- */
  /** Variations */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Sidebar Variation */
  /** Describes small images displayed in a      */
  /** sidebar at desktop and inline at full      */
  /** width on mobile.
  /**
  /** Ex: Right rail image in featured article */
  /** template
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Fullwidth Variation */
  /** Describes a full-bleed image whose edges  */
  /** stretch to edges of browser.
  /** Ex: Full width images in featured template
  /*-------------------------------------------- */
}

.media-content__media-holder {
  position: relative;
  /*    background-color: $warm-pale-grey; // TLLE-1609 */
  text-align: center;
}

.media-content__media-holder img {
  vertical-align: bottom;
  display: inline-block;
}

.media-content__media-holder img.galimghide {
  display: none !important;
}

.media-content__media-holder--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.media-content__overflow {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.media-content__overflow img {
  max-width: 100%;
  max-height: 100%;
}

.media-content__fullscreen-btn {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: -30px;
  display: block;
  height: 60px;
  width: 60px;
  border: none;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  color: #a7a6a6;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
}

.media-content__fullscreen-btn:hover {
  color: #e7745c;
}

.media-content__fullscreen-btn:hover:before,
.media-content__fullscreen-btn:hover .icon-arrow-down-left {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

.media-content__fullscreen-btn:hover:before {
  -webkit-transform: translate(8%, -8%) scale(1.1);
  -moz-transform: translate(8%, -8%) scale(1.1);
  -ms-transform: translate(8%, -8%) scale(1.1);
  -o-transform: translate(8%, -8%) scale(1.1);
  transform: translate(8%, -8%) scale(1.1);
}

.media-content__fullscreen-btn:hover .icon-arrow-down-left {
  -webkit-transform: translate(-8%, 8%) scale(1.1);
  -moz-transform: translate(-8%, 8%) scale(1.1);
  -ms-transform: translate(-8%, 8%) scale(1.1);
  -o-transform: translate(-8%, 8%) scale(1.1);
  transform: translate(-8%, 8%) scale(1.1);
}

.media-content__fullscreen-btn:before {
  position: absolute;
  top: 15px;
  right: 20px;
}

.media-content__fullscreen-btn .icon-arrow-down-left {
  position: absolute;
  bottom: 23px;
  left: 20px;
  line-height: 1;
}

.media-content__fullscreen-btn:before,
.media-content__fullscreen-btn .icon-arrow-down-left {
  -webkit-transition: -webkit-transform;
  -moz-transition: -moz-transform;
  transition: transform;
}

@media (max-width: 980px) {
  .media-content__fullscreen-btn {
    display: none;
  }
}

.media-content__caption {
  margin-top: 20px;
  color: #666766;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.7222222222rem;
  line-height: 0.9444444444rem;
}

@media (min-width: 740px) {
  .media-content__caption {
    width: 80%;
  }
}

@media (min-width: 0) {
  .media-content__smart-crop {
    position: relative;
    padding-bottom: 84.2592592593%;
    overflow: hidden;
  }
  .media-content__smart-crop img {
    position: absolute;
    /* top: 50%;
      left: $left-img-bp;
      @include transform(translateX(-50%) translateY(-50%)); */
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    max-width: none;
    max-height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 739px) {
  .media-content__smart-crop {
    height: 580px;
    padding-bottom: 0;
  }
  .media-content__smart-crop.small {
    height: 290px;
  }
}

@media (min-width: 980px) {
  .media-content__smart-crop {
    height: auto;
    padding-bottom: 0;
  }
  .media-content__smart-crop img {
    position: relative;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
    max-height: none;
  }
}

.media-content__smart-crop--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.media-content__smart-crop .media-content__more_slate img {
  position: relative;
}

@media (max-width: 980px) {
  .media-content__no-crop {
    padding-bottom: 63% !important;
  }
}

@media (min-width: 740px) {
  .media-content__no-crop {
    height: auto !important;
  }
}

@media (min-width: 980px) {
  .media-content__no-crop {
    min-height: 300px !important;
  }
}

.media-content--sidebar {
  width: auto;
}

.media-content--sidebar .media-content__media-holder {
  height: auto;
  padding-bottom: 0;
}

.media-content--sidebar .media-content__media-holder img {
  position: static;
  max-width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.media-content--sidebar .media-content__caption {
  margin: 0;
  padding: 20px 8px;
  border-bottom: 1px solid #d2d4d3;
}

.media-content--sidebar .media-credit, .media-content--sidebar .media-credit-prefix {
  display: block;
}

@media (min-width: 740px) {
  .media-content--sidebar {
    width: 300px;
  }
  .media-content--sidebar .media-content__caption {
    border-bottom: 0;
  }
}

.media-content--inline {
  margin-right: 24px;
  margin-left: 24px;
}

@media (max-width: 980px) {
  .media-content--inline {
    margin-right: 0;
    margin-left: 0;
  }
  .media-content--inline .media-content__caption {
    margin-right: 24px;
    margin-left: 24px;
  }
}

@media (min-width: 980px) {
  .media-content--inline {
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}

.media-content--fullwidth .media-content__caption, .media-content--inline .media-content__caption {
  position: relative;
  z-index: 10;
  margin-top: 0;
  border-bottom: 1px solid #d2d4d3;
}

.media-content--fullwidth .media-content__caption > span, .media-content--inline .media-content__caption > span {
  display: inline-block;
  padding: 15px 8px 16px;
}

@media (min-width: 740px) {
  .media-content--fullwidth .media-content__caption, .media-content--inline .media-content__caption {
    width: 53.3854166667%;
  }
  .media-content--fullwidth .media-content__caption > span, .media-content--inline .media-content__caption > span {
    width: 172.682926829%;
  }
}

@media (min-width: 980px) {
  .media-content--fullwidth .media-content__caption, .media-content--inline .media-content__caption {
    width: auto;
    margin: 0 auto;
    border: 0;
  }
  .media-content--fullwidth .media-content__caption > span, .media-content--inline .media-content__caption > span {
    max-width: 620px;
    padding: 15px 0 16px;
    margin: 0;
    border-bottom: 1px solid #d2d4d3;
  }
}

.media-content__more_slate {
  width: 43%;
  float: left;
  padding: 0 3%;
}

.media-content__more_slate .story-card__body {
  width: 94%;
}

.media-content__more_slate__line {
  border-left: 1px solid #ccc;
  float: left;
  min-height: 520px;
  margin-top: 1%;
}

@media (max-width: 739px) {
  .media-content__more_slate__line {
    min-height: 480px;
  }
}

.media-content__more_slate.right img {
  max-width: 90%;
}

.media-content__more_slate.right .tag-set__tag {
  font-size: 0.6666666667rem;
}

.media-content__more_slate.right a .story-card_headline {
  color: #333;
  font-size: 0.7777777778rem;
  font-weight: bold;
}

.media-content__more_slate.right a .story-card_headline:hover {
  color: #286891;
}

.media-content__more_slate.right .more-content-hd__inner {
  font-size: 0.9444444444rem;
  font-style: italic;
}

.media-content__more_slate.right .story-card__body {
  margin: 0 0 12px 0;
}

.media-content__more_slate.right .story-card__body ul.tag-set {
  margin: 0;
}

.media-content__more_slate.right .tout-column img {
  width: 280px;
  height: 200px;
}

.media-content__more_slate.left .more-content-hd__inner {
  font-size: 0.9444444444rem;
  font-style: italic;
}

.media-content__more_slate__mobile .more-content-hd {
  width: 90%;
}

.media-content__more_slate__mobile__more-from {
  width: 100%;
}

.media-content__more_slate__mobile__more-from .tout-column {
  width: 48%;
  margin: 1%;
  float: left;
}

.media-content__more_slate__mobile__more-from img {
  width: 98%;
  height: 135px;
  position: relative;
}

.media-content__more_slate__mobile__more-from .story-card_headline {
  color: #232323;
  font-size: 16px;
  font-weight: normal;
}

.media-content__more_slate__mobile__more-from .story-card_headline:hover {
  color: #286891;
  font-size: 16px;
  font-weight: normal;
}

.media-content__more_slate__mobile__more-from .story-card__body {
  padding: 0 5%;
  text-align: left;
}

.media-content__more_slate__mobile__more-from .tag-set {
  margin: 0;
}

.media-content__more_slate__mobile__more-from .tag-set--responsive .tag-set__tag--geo {
  display: block;
}

.media-credit, .media-credit-prefix {
  display: inline-block;
  color: #68a19a;
  font-size: 0.7222222222rem;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
}

.media-credit p, .media-credit-prefix p {
  margin: 0;
}

.media-credit--margin-top {
  margin-top: 10px;
}

.media-credit--light {
  color: #fff;
  z-index: 9;
}

.media-credit__bottom {
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-align: left;
}

.media-credit__featured {
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
}

@media (min-width: 980px) {
  .media-credit__featured {
    bottom: 85px;
    right: 120px;
  }
}

@media (min-width: 1400px) {
  .media-credit__featured {
    bottom: 85px;
    right: 160px;
  }
}

.media-credit__destination {
  left: 0;
  right: 0;
  bottom: -25px;
  text-align: center;
  color: #68a19a;
  z-index: 10;
}

@media (min-width: 980px) {
  .media-credit__destination {
    bottom: 85px;
    right: 120px;
    left: auto;
    color: #fff;
  }
}

@media (min-width: 1400px) {
  .media-credit__destination {
    right: 170px;
  }
}

.media-credit__shadow {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.media-credit-prefix {
  color: #a7a6a6;
}

@media (max-width: 739px) {
  .node-type-gallery .media-content__no-crop {
    padding-bottom: 100% !important;
  }
  .node-type-gallery .media-content__no-crop.last-slide-slate {
    padding-bottom: 0 !important;
  }
}

.node-type-gallery .media-content__no-crop.video {
  text-align: left;
}

.fullscreen-media.videofull {
  width: 100%;
}

#adSlide .fullscreen-media.videofull {
  display: none;
}

.fullscreen-media .video-container {
  text-align: left;
}

.node-type-gallery .video-container {
  padding-bottom: 62.55%;
}

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

.show-last-link {
  display: block;
}

/*-------------------------------------------- */
/** .ext-content-item

A single external content item
/*-------------------------------------------- */
.ob_container .item-container {
  box-sizing: border-box;
  text-align: left;
}

.ob_container .item-container .ob-text-content {
  margin: 15px 7.5% 0 2.5%;
}

.ob_container .item-container .strip-rec-link-title {
  margin: 0 0 2px 0;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
}

.ob_container .item-container .ob_source {
  display: inline-block;
  color: #8c8888;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
  font-size: 0.7222222222rem;
}

/*-------------------------------------------- */
/** Outbrain container */
/*-------------------------------------------- */
.ob_container {
  display: inline-block;
  padding-bottom: 30px;
  vertical-align: top;
}

.ob_container .item-container {
  display: inline-block;
  min-width: 43.1818181818%;
  margin-left: 4.5454545455%;
}

.ob_container .item-container:first-child {
  margin-left: 0;
}

/*-------------------------------------------- */
/** .ext-content-sm

External content module used in sidebar
/*-------------------------------------------- */
.ext-content-sm {
  margin-top: 70px;
}

.ext-content-sm__heading {
  margin-bottom: 10px;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 1.2222222222rem;
}

.ext-content-sm .ext-content-item {
  float: left;
  width: 46.6666666667%;
  margin-left: 6.6666666667%;
}

.ext-content-sm .ext-content-item:first-child {
  margin-left: 0;
}

/*-------------------------------------------- */
/** .ext-content-lg

External content module used below article body

/*-------------------------------------------- */
@media (min-width: 480px) {
  .ext-content-lg .ob_container .item-container {
    display: block;
    float: left;
    min-width: 190px;
    margin-left: 20px;
  }
}

.ext-content-lg .ob_container .item-link-container:nth-child(n + 3) {
  display: none;
}

@media (min-width: 740px) {
  .ext-content-lg .ob_container .item-link-container:nth-child(3) {
    display: block;
  }
}

@media (min-width: 980px) {
  .ext-content-lg .ob_container .item-link-container:nth-child(4) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .ext-content-lg .ob_container .item-link-container:nth-child(5) {
    display: block;
  }
}

@media (min-width: 1420px) {
  .ext-content-lg .ob_container .item-link-container:nth-child(6) {
    display: block;
  }
}

/*-------------------------------------------- */
/** Skyscanner container */
/*-------------------------------------------- */
.skyscanner-script {
  margin: 15px 0;
}

.skyscanner-widget {
  margin-top: 20px;
}

.skyscanner-widget #ss-wl-search-widget.phone .search-wrapper #search {
  border-width: 0;
}

.skyscanner-widget #ss-wl-search-widget .people-selector {
  margin-left: 0;
}

.slideshow-container {
  position: relative;
}

.slideshow-container .social-share-container {
  display: block;
  height: 45px;
  margin: 25px 0 20px;
  text-align: center;
}

@media (min-width: 980px) {
  .slideshow-container .social-share-container {
    position: absolute;
    top: 0;
    right: 100%;
  }
}

.slideshow-container .social-share--vertical {
  display: none;
  float: left;
  margin: 0px 15px 5px 0;
}

@media (min-width: 980px) {
  .slideshow-container .social-share--vertical {
    display: block;
  }
}

@media (min-width: 980px) {
  .slideshow-container .social-share--centered {
    display: none;
  }
}

.slideshow-container .media-content {
  margin-right: -21px;
  margin-left: -21px;
}

@media (min-width: 740px) {
  .slideshow-container .media-content {
    margin-right: 0;
    margin-left: 0;
  }
}

.node-type-gallery .ntv-top-info {
  min-height: 40px;
  margin-left: 4.5%;
  margin-right: auto;
  width: 60%;
  padding: 3px;
}

.node-type-gallery .ntv-top-info span {
  color: #959595;
  font: 11px arial,sans-serif,sans-serif;
}

@media (max-width: 739px) {
  .node-type-gallery .header-wrap {
    position: inherit;
    height: 22px;
  }
  .node-type-gallery #footer {
    padding-bottom: 20px;
    background: #d2d4d3;
  }
}

.node-type-gallery .sidebar {
  z-index: 0;
}

.ntv-dep-connect {
  margin-top: -6px;
  float: left;
}

.ntv-disc-logo div {
  color: #959595;
  display: inline-block;
  font: 11px arial,sans-serif,sans-serif;
  text-transform: uppercase;
  height: 25px;
}

.ntv-disc-logo img {
  max-height: 40px;
  max-width: 110px;
}

.ntv-disc-logo .field-label {
  display: none;
}

.popup-text {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #dbdbdb;
  color: #464646;
  font-size: 14px;
  padding: 10px;
  display: none;
  position: absolute;
  width: 350px;
  z-index: 9;
  line-height: 16px;
}

.sponsored_popup:hover div {
  display: block;
}

.sponsored_popup {
  color: #0062a0;
  font-family: arial;
  font-size: 11px;
  text-decoration: underline;
  margin-top: -2px;
  position: absolute;
}

.slideshow {
  padding-top: 0;
  /*-------------------------------------------- */
  /** Slideshow Copy Container (holds meta or dek)
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Slideshow Dek */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Slideshow Sidebar */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Slideshow Article Wrap */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Slideshow Article Body */
  /*-------------------------------------------- */
}

@media (min-width: 740px) {
  .slideshow {
    padding-top: 20px;
  }
}

.slideshow__title {
  position: relative;
  padding-bottom: 7px;
  margin: 0 0 15px 0;
  font-size: 1.8888888889rem;
  text-align: center;
}

.slideshow__title:after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  padding-top: 12px;
  background: url("../img/sprites/dotted-line-bg.png") 0 100% repeat-x;
  margin: 0 auto;
}

@media (min-width: 980px) {
  .slideshow__title {
    font-size: 1.5rem;
  }
}

.slideshow__title--borderless {
  display: block;
  text-align: center;
}

.slideshow__title--borderless:after {
  display: none;
}

.slideshow__copy-container {
  margin-bottom: 20px;
}

@media (min-width: 740px) {
  .slideshow__copy-container {
    float: right;
    width: 43.2692307692%;
  }
}

@media (min-width: 980px) {
  .slideshow__copy-container {
    float: right;
    width: 32.3076923077%;
  }
}

.slideshow__dek {
  box-sizing: border-box;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1rem;
  line-height: 1.3333333333rem;
}

@media (min-width: 980px) {
  .slideshow__dek {
    padding: 0 14.2857142857%;
  }
}

.slideshow__sidebar {
  display: none;
  clear: right;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}

.slideshow__sidebar__content {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .slideshow__sidebar {
    display: block;
    float: right;
    margin-bottom: 100px;
  }
}

.slideshow__article-wrap {
  position: relative;
  float: left;
  margin-bottom: 10px;
  padding-top: 36px;
  /**
    When there is no slideshow article content, we want to apply double border to bottom of
    article wrap and left align the byline and tag set.
    */
}

.slideshow__article-wrap:before, .slideshow__article-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.slideshow__article-wrap:before {
  top: 0;
  bottom: auto;
}

.slideshow__article-wrap:after {
  top: 6px;
  bottom: auto;
}

@media (min-width: 740px) {
  .slideshow__article-wrap {
    margin-bottom: 10px;
  }
}

@media (min-width: 980px) {
  .slideshow__article-wrap--content {
    width: 94%;
    float: left;
  }
}

@media (min-width: 980px) {
  .slideshow__article-wrap--header {
    width: 65%;
  }
}

.slideshow__article-wrap--no-content {
  position: relative;
  padding: 2px 0 20px 0;
}

.slideshow__article-wrap--no-content:before, .slideshow__article-wrap--no-content:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.slideshow__article-wrap--no-content:before {
  top: auto;
  bottom: 0;
}

.slideshow__article-wrap--no-content:after {
  top: auto;
  bottom: 6px;
}

.slideshow__article-wrap--no-content .byline,
.slideshow__article-wrap--no-content .tag-set {
  text-align: left;
}

.slideshow__article-wrap--no-content .slideshow__article-body {
  width: 100%;
}

@media (min-width: 740px) {
  .slideshow__article-wrap {
    width: 52.1978021978%;
  }
}

@media (min-width: 980px) {
  .slideshow__article-wrap {
    width: 65%;
    margin-left: 0;
  }
}

.slideshow__article-body {
  margin: 0 auto;
}

@media (min-width: 980px) {
  .slideshow__article-body {
    width: 85.7142857143%;
  }
}

.slideshow__article-body .tag-set {
  margin-bottom: 4px;
}

@media (max-width: 980px) {
  .slideshow__article-body .tag-set {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.slideshow__article-body .byline {
  margin-bottom: 25px;
}

.slideshow__article-author {
  margin: 0 auto;
}

@media (min-width: 980px) {
  .slideshow__article-author {
    width: 85.7142857143%;
  }
}

.slideshow__article-author-hide {
  margin: 0 auto;
}

@media (min-width: 980px) {
  .slideshow__article-author-hide {
    width: 85.7142857143%;
  }
}

/*-------------------------------------------- */
/** Slideshow Media */
/*-------------------------------------------- */
.slideshow-media {
  position: relative;
  margin-bottom: 15px;
  /*-------------------------------------------- */
  /** If Inline Modification on parent */
  /*-------------------------------------------- */
}

@media (min-width: 980px) {
  .slideshow-media {
    float: left;
    width: 65%;
  }
  .slideshow-media .media-content__smart-crop img {
    width: 100%;
  }
}

.media-content--inline .slideshow-media {
  float: none;
  width: 100%;
}

.media-content--inline .slideshow-media .media-content {
  margin-bottom: 0px;
}

/*-------------------------------------------- */
/** Mobile Meta Info */
/*-------------------------------------------- */
.mobile-meta {
  margin-bottom: 25px;
}

.mobile-meta .tag-set {
  margin-bottom: 0px;
}

.mobile-meta .slideshow-meta__title {
  margin: 0 0 5px;
  padding-bottom: 0;
}

/*-------------------------------------------- */
/** Slideshow Meta */
/*-------------------------------------------- */
.slideshow-meta {
  /*-------------------------------------------- */
  /** If Inline Modification on parent */
  /*-------------------------------------------- */
}

.media-content--inline .slideshow-meta {
  float: none;
  width: 100%;
}

.slideshow-meta__slide-title-count {
  font-size: 0.1px;
  text-align: justify;
}

.slideshow-meta__slide-title-count:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.slideshow-meta__slide-title {
  display: inline-block;
  width: 85%;
  margin: 0 0 2px 0;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111rem;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

@media (min-width: 980px) {
  .slideshow-meta__slide-title {
    font-size: 1rem;
  }
}

.slideshow-meta__count, .fullscreen-slideshow-footer__count {
  display: inline-block;
  color: #8c8888;
  font-family: "Flama Book Italic", Helvetica, Arial, sans-serif;
  font-size: 0.7777777778rem;
  text-align: right;
  vertical-align: top;
}

.slideshow-meta__slide-caption {
  position: relative;
  padding-right: 20px;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
}

.slideshow-meta__slide-caption--has-read-more {
  max-height: 135px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out 0s;
  -moz-transition: max-height 0.25s ease-out 0s;
  transition: max-height 0.25s ease-out 0s;
}

.slideshow-meta__slide-caption--has-read-more:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 25px;
  box-shadow: inset 0 -10px 10px #fff;
}

.slideshow-meta__slide-caption--has-read-more.is-open {
  max-height: 100%;
  -webkit-transition: max-height 0.55s ease-in-out;
  -moz-transition: max-height 0.55s ease-in-out;
  transition: max-height 0.55s ease-in-out;
}

.slideshow-meta__slide-caption--has-read-more.is-open:after {
  display: none;
}

@media (min-width: 740px) {
  .slideshow-meta__slide-caption {
    font-size: 0.8333333333rem;
    line-height: 1.1666666667rem;
  }
}

@media (min-width: 980px) {
  .slideshow-meta__slide-caption {
    font-size: 0.7777777778rem;
  }
}

.slideshow-meta__read-more {
  display: inline-block;
  margin-top: 15px;
  color: #68a19a;
  font-size: 0.7777777778rem;
}

.slideshow-meta__read-more:before {
  content: 'Read More';
}

.slideshow-meta__read-more.is-toggled:before {
  content: 'Show Less';
}

.skip-ad-delay {
  font-family: "freight-sans-pro";
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.125rem;
  text-align: center;
}

.skip-ad-delay .skip-ad-cnt {
  color: #b82f2a;
}

.skip-ad-link {
  font-family: "freight-sans-pro";
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.125rem;
  text-align: center;
  color: #b82f2a;
  display: none;
}

/*-------------------------------------------- */
/** Slideshow Video */
/*-------------------------------------------- */
#slideshow-content .video_object {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

#slideshow-content .video-play-button {
  background-repeat: repeat;
  background-position: 100px -119px;
  left: 50%;
  max-width: none;
  min-height: 0;
  min-width: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  cursor: pointer;
}

#slideshow-content .video-play-button:hover {
  opacity: 0.8;
}

#slideshow-content.video-wrapper img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

#slideshow-content.video-wrapper .video_object {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

#slideshow-content.video-wrapper .video-play-button {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.fullscreen-media .video_object {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.fullscreen-media .video-play-button {
  background-repeat: repeat;
  background-position: 100px -119px;
  left: 50%;
  max-width: none;
  min-height: 0;
  min-width: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  cursor: pointer;
}

.fullscreen-media .video-play-button:hover {
  opacity: 0.8;
}

.fullscreen-media.video {
  position: relative;
}

.fullscreen-media.video-wrapper img {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.fullscreen-media.video-wrapper .video_object {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.fullscreen-media.video-wrapper .video-play-button {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/*-------------------------------------------- */
/** Title Card
/*-------------------------------------------- */
.has-title-card {
  position: relative;
}

.title-card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  text-align: left;
}

.title-card__content {
  position: absolute;
  top: 48%;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 740px) {
  .title-card__content {
    padding: 0 10.1910828025% 0 10.1910828025%;
  }
}

.title-card__title {
  margin: 5px 0 30px 0;
  color: #ffffff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.7777777778rem;
  line-height: 2.1111111111rem;
}

@media (max-width: 350px) {
  .title-card__title {
    font-size: 1.5555555556rem;
  }
}

@media (min-width: 740px) {
  .title-card__title {
    margin-bottom: 7.0063694268%;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (min-width: 980px) {
  .title-card__title {
    font-size: 2.7222222222rem;
    line-height: 3.1111111111rem;
  }
}

.teaser-tout {
  position: relative;
  padding: 52px 24px;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  /*-------------------------------------------- */
  /** Variation -- Standalone (ex. Homepage) */
  /*-------------------------------------------- */
}

@media (min-width: 740px) {
  .teaser-tout {
    padding: 70px 24px;
  }
}

.teaser-tout:hover:before {
  opacity: 0.3;
}

.teaser-tout:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.teaser-tout__headline {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 1.7777777778rem;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  display: block;
}

.teaser-tout__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  z-index: 20;
}

.teaser-tout .tag-set {
  position: relative;
  z-index: 10;
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 5px;
  font-size: 0.7222222222rem;
}

@media (min-width: 740px) {
  .teaser-tout .tag-set {
    font-size: 0.7777777778rem;
  }
}

.teaser-tout--standalone {
  clear: both;
  margin: auto -20px;
  padding: 145px 24px;
}

@media (min-width: 980px) {
  .teaser-tout--standalone {
    margin: auto;
    padding: 195px 24px;
  }
}

.teaser-tout--standalone .tag-set {
  margin-bottom: 20px;
  z-index: 21;
}

.teaser-tout--standalone .byline {
  position: relative;
  margin: 20px auto 0;
  text-align: center;
}

@media (min-width: 980px) {
  .teaser-tout--standalone .byline {
    margin: 40px auto 0;
  }
}

.story-card__body > p, .story-card__intro {
  margin: 12px 0;
  line-height: 1.2222222222rem;
}

.story-card {
  position: relative;
  margin-bottom: 24px;
  /*-------------------------------------------- */
  /** Secondary Touts */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Story Card Body */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Story Card Headline */
  /*-------------------------------------------- */
  /*-------------------------------------------- */
  /** Tag Set in a Story Card */
  /*-------------------------------------------- */
}

.story-card.not-phone-hide-tout {
  display: none;
}

.story-card--dotted {
  padding-bottom: 12px;
}

.story-card--dotted.story-card--featured {
  padding-bottom: 20px;
}

@media (max-width: 739px) {
  .story-card--dotted.story-card--featured {
    width: 100%;
  }
}

.story-card--dotted .story-card__body {
  padding-left: 10px;
}

.story-card--dotted .story-card__body:after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  padding-top: 12px;
  background: url("../img/sprites/dotted-line-bg.png") 0 100% repeat-x;
}

.story-card--dotted .story-card__body:after {
  float: left;
  max-width: 75%;
}

.story-card--featured .story-card__headline {
  margin-bottom: 7px;
  font-size: 1.5555555556rem;
  line-height: 1.8333333333rem;
}

@media (min-width: 740px) {
  .story-card--featured .story-card__headline {
    font-size: 1.8333333333rem;
    line-height: 2.1111111111rem;
  }
}

@media (min-width: 980px) {
  .story-card--featured .story-card__headline {
    font-size: 1.8888888889rem;
    line-height: 2.1666666667rem;
  }
}

.story-card--latest {
  width: 33% !important;
}

@media (max-width: 739px) {
  .story-card--latest {
    width: 100% !important;
  }
}

@media (max-width: 740px) {
  .story-card--latest {
    width: 100% !important;
  }
}

@media (min-width: 741px) {
  .story-card--latest {
    width: 50% !important;
  }
}

@media (min-width: 980px) {
  .story-card--latest {
    width: 33% !important;
  }
}

.story-card--latest-flex-tout {
  width: 100% !important;
  margin-top: 110px !important;
  padding: 0 !important;
}

@media (max-width: 739px) {
  .story-card--latest-flex-tout {
    margin-top: 75px !important;
  }
}

@media (max-width: 739px) {
  .story-card--latest-flex-tout {
    margin-top: 0 !important;
  }
}

.story-card--editors {
  width: 46%;
  padding-right: 20px;
  float: left;
  height: 310px;
}

@media (max-width: 739px) {
  .story-card--editors {
    width: 100%;
    padding-right: 0;
    height: auto;
    float: none !important;
  }
}

.story-card--popular {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 980px) {
  .story-card--popular {
    width: 17%;
  }
}

@media (max-width: 980px) {
  .story-card--popular {
    width: 16%;
  }
}

@media (max-width: 739px) {
  .story-card--popular {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    float: none !important;
  }
}

@media (min-width: 740px) {
  .story-card--popular .story-card__body--rounded {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.story-card--explore-tg {
  width: 21%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 739px) {
  .story-card--explore-tg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    float: none !important;
    margin-bottom: 0;
  }
}

.story-card--small-text .story-card__headline, .story-card--secondary-small-text .story-card__headline {
  font-size: 1rem;
}

.story-card--secondary, .story-card--secondary-small-text {
  float: none;
  max-width: 312px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

@media (min-width: 740px) {
  .story-card--secondary, .story-card--secondary-small-text {
    float: left;
    clear: none;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .story-card--secondary .story-card__media, .story-card--secondary-small-text .story-card__media,
  .story-card--secondary .story-card__body, .story-card--secondary-small-text .story-card__body {
    float: none;
    width: auto;
    padding-right: 0;
    max-width: none;
  }
}

.story-card__body {
  position: relative;
  margin-top: 12px;
}

.story-card__body--rounded {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 20px 10px 0 10px;
  margin-top: -9.1666666667%;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  background-color: #ffffff;
}

.story-card__body--rounded-responsive {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 20px 10px 0 10px;
  margin-top: -9.1666666667%;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  background-color: #ffffff;
}

@media (min-width: 980px) {
  .story-card__body--rounded-responsive {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    float: right;
    width: 47.5161987041%;
    height: 280px;
    padding: 30px 0 0 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 8px;
  }
}

.story-card__media--featured {
  max-width: 545px;
  max-height: 341px;
  position: relative;
}

.story-card__media--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.story-card__tg-tips {
  width: 23%;
  padding-left: 1%;
  padding-right: 1%;
  float: left;
}

@media (max-width: 739px) {
  .story-card__tg-tips {
    width: 100% !important;
    margin-bottom: 0;
  }
  .story-card__tg-tips img {
    margin: 0 auto;
    width: 95%;
    padding-top: 10px;
  }
}

.story-card__tg-tips .story-card__media {
  height: 14.184vw;
  overflow: hidden;
}

.story-card__headline {
  margin: 0;
  font-size: 1.1111111111rem;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #232323;
  font-weight: 700;
  display: block;
}

@media (min-width: 740px) {
  .story-card__headline {
    font-size: 1.2222222222rem;
  }
}

@media (min-width: 980px) {
  .story-card__headline {
    font-size: 1.3333333333rem;
  }
}

.story-card__headline--sm {
  font-size: 1rem;
}

.story-card__headline--tg-tips {
  font-size: 0.8888888889rem;
}

@media (max-width: 739px) {
  .story-card__headline--tg-tips {
    font-size: 0.8888888889rem;
  }
}

@media (min-width: 980px) {
  .story-card__headline--tg-tips {
    font-size: 0.8888888889rem;
  }
}

.story-card .tag-set {
  margin-bottom: 0;
}

.story-group {
  margin-bottom: 40px;
}

.story-group::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) {
  .story-group {
    margin-bottom: 60px;
  }
}

@media (min-width: 980px) {
  .story-group {
    margin-bottom: 65px;
  }
}

@media (min-width: 739px) {
  .story-group__left {
    float: left;
    width: -webkit-calc(100% - 336px);
    width: calc(100% - 336px);
  }
}

@media (min-width: 0) {
  .story-group__left .story-card__media {
    position: relative;
    padding-bottom: 83.9743589744%;
    overflow: hidden;
  }
  .story-group__left .story-card__media img {
    position: absolute;
    /* top: 50%;
      left: $left-img-bp;
      @include transform(translateX(-50%) translateY(-50%)); */
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    max-width: none;
    max-height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 980px) {
  .story-group__left .story-card__media {
    height: 524px;
    padding-bottom: 0;
  }
  .story-group__left .story-card__media.small {
    height: 262px;
  }
}

@media (max-width: 739px) {
  .story-group__left .story-card__media {
    width: 100%;
    padding-bottom: 62.5%;
    overflow: visible;
  }
}

@media (min-width: 739px) {
  .story-group__right {
    float: right;
    width: 312px;
  }
}

.story-group__right .story-card__media {
  position: relative;
  padding-bottom: 83.9743589744%;
  overflow: hidden;
}

.story-group__right .story-card__media img {
  position: absolute;
  /* top: 50%;
    left: 50%;
    @include transform(translateX(-50%) translateY(-50%));  */
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  max-width: none;
  max-height: 100%;
  /* margin-top: 42px; */
  top: 0;
  left: 0;
}

@media (min-width: 740px) {
  .story-group__right .story-card__media {
    height: 262px;
    padding-bottom: 0;
  }
}

@media (min-width: 740px) and (max-width: 980px) {
  .story-group__right .story-card__media {
    position: relative;
    height: 196px;
    overflow: hidden;
  }
  .story-group__right .story-card__media img {
    position: absolute;
    /* top: 50%;
          left: 0;
          @include transform(translateY(-50%)); */
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    margin-top: 0;
  }
}

.story-group__top::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) {
  .story-group__top {
    margin-bottom: 24px;
  }
}

.story-group__bottom {
  clear: both;
}

@media (min-width: 740px) {
  .story-group__bottom > .story-card {
    width: 33.3333333333%;
    padding-right: 16px;
  }
}

@media (min-width: 0) {
  .story-group__bottom > .story-card:first-child .story-card__media {
    position: relative;
    padding-bottom: 83.9743589744%;
    overflow: hidden;
  }
  .story-group__bottom > .story-card:first-child .story-card__media img {
    position: absolute;
    /* top: 50%;
      left: $left-img-bp;
      @include transform(translateX(-50%) translateY(-50%)); */
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    max-width: none;
    max-height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 980px) {
  .story-group__bottom > .story-card:first-child .story-card__media {
    height: 262px;
    padding-bottom: 0;
  }
  .story-group__bottom > .story-card:first-child .story-card__media.small {
    height: 131px;
  }
}

.story-group__bottom > .story-card:first-child .story-card__media img {
  margin-top: 42px;
}

@media (min-width: 740px) {
  .story-group__two-up {
    float: left;
    width: 66.6666666667%;
  }
}

.story-group__two-up .story-card__media {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 46.1363636364%;
  overflow: hidden;
}

@media (min-width: 0) {
  .story-group__two-up .story-card__media {
    position: relative;
    padding-bottom: 83.9743589744%;
    overflow: hidden;
  }
  .story-group__two-up .story-card__media img {
    position: absolute;
    /* top: 50%;
      left: $left-img-bp;
      @include transform(translateX(-50%) translateY(-50%)); */
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    max-width: none;
    max-height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 980px) {
  .story-group__two-up .story-card__media {
    height: 262px;
    padding-bottom: 0;
  }
  .story-group__two-up .story-card__media.small {
    height: 131px;
  }
}

.story-group__two-up .story-card__media img {
  /* @include absolute-center(); */
  transform: translate(0%, 0%);
  max-width: none;
  max-height: 100%;
  margin-top: 42px;
}

@media (min-width: 740px) {
  .story-group__two-up .story-card {
    width: 50%;
    padding-left: 16px;
  }
}

@media (min-width: 980px) {
  .story-group__two-up .story-card {
    padding-left: 16px;
  }
}

@media (min-width: 740px) {
  .story-group__two-up .story-card:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 980px) {
  .story-group__two-up .story-card:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.story-group .ad {
  float: right;
  clear: both;
  margin-top: 14px;
  border: 6px solid #f7f8f8;
  display: none;
}

@media (min-width: 740px) {
  .story-group .ad {
    display: block;
  }
}

.btn, .btn.btn1 {
  border: none;
  border-radius: 3px;
  background-color: #68a19a;
  color: #ffffff;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
  text-transform: uppercase;
}

.btn:hover, .title-card:hover .btn {
  background-color: #78aba5;
  color: #ffffff;
}

.btn-centered {
  display: table;
  margin: auto;
}

.btn {
  padding: 14px 23px 13px 23px;
}

.btn.btn1 {
  float: right;
  background-image: url("../img/next-arrow_360.png");
  background-position: 158px center;
  background-repeat: no-repeat;
  background-size: 27px auto;
}

.video-play-button {
  background-image: url("/sites/all/themes/tnl_redesign/images/videoPlay.png");
  background-repeat: no-repeat;
  left: 35%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: -12%;
}

.video-play-button-medium {
  background-image: url("/sites/all/themes/tnl_redesign/images/videoPlay.png");
  background-position: 14px -483px;
  background-repeat: no-repeat;
  height: 80px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 80px;
}

@media (max-width: 739px) {
  .video-play-button-medium {
    left: 50%;
    top: 45%;
  }
}

@media (min-width: 980px) {
  .video-play-button-medium {
    left: 45% !important;
    top: 50% !important;
  }
}

@media (min-width: 740px) {
  .video-play-button-medium {
    left: 50%;
    top: 45%;
  }
}

.video-play-button-most-popular {
  background-image: url("/sites/all/themes/tnl_redesign/images/videoPlay.png");
  background-position: 14px -483px;
  height: 80px;
  left: 46.5%;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.node-type-2015homepage .story-card__media {
  position: relative;
}

.video-play-button-small {
  background-image: url("/sites/all/themes/tnl_redesign/images/videoPlay.png");
  background-position: 7px -792px;
  background-repeat: no-repeat;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 32%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.node-type-article .article-tout-main .tout-column {
  position: relative;
}

.node-type-2015homepage .most-popular .story-card__media {
  position: initial;
}

.btn-hollow {
  padding-top: 10px;
  padding-bottom: 13px;
  padding-left: 23px;
  padding-right: 23px;
  border: 2px solid #68a19a;
  border-radius: 10px;
  font-family: "Quadon Regular", Courier, sans-serif;
  color: #68a19a;
}

.btn-hollow:hover {
  color: #68a19a;
}

.btn-hollow__m-lg {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 740px) {
  .btn-hollow__m-lg {
    margin-top: 35px;
    margin-top: 35px;
  }
}

.fullscreen-content-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #000;
  overflow: hidden;
  text-align: center;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: opacity, -webkit-transform, height;
  -moz-transition: opacity, -moz-transform, height;
  transition: opacity, transform, height;
}

.fullscreen-content-container.is-open {
  height: 100%;
  -webkit-transition: opacity, -webkit-transform;
  -moz-transition: opacity, -moz-transform;
  transition: opacity, transform;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.fullscreen-content-container__overflow-wrapper {
  height: 100%;
  overflow: auto;
}

.fullscreen-content {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px 130px;
  box-sizing: border-box;
  color: #a7a6a6;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8333333333rem;
}

.fullscreen-content__inner {
  display: block;
  height: 100%;
}

.fullscreen-content__close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 1.4444444444rem;
}

.fullscreen-content--single {
  padding: 30px 60px;
}

.fullscreen-content .media-content__more_slate .more-content-hd__inner {
  background-color: #000;
  color: #fff;
}

.fullscreen-content .media-content__more_slate.right .tout-column img {
  width: 280px;
  height: 200px;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body {
  margin: 0 0 12px 0;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body ul.tag-set {
  margin: 0;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body a {
  color: #fff;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body a:hover {
  color: #286891;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body a .story-card_headline {
  color: #fff;
}

.fullscreen-content .media-content__more_slate.right .tout-column .story-card__body a .story-card_headline:hover {
  color: #286891;
}

.fullscreen-slideshow-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  background: #232323;
}

.fullscreen-slideshow-footer__next, .fullscreen-slideshow-footer__prev {
  display: inline-block;
  color: #fff;
  font-size: 2.1111111111rem;
}

.fullscreen-slideshow-footer__next:before, .fullscreen-slideshow-footer__prev:before {
  line-height: 80px;
}

.fullscreen-slideshow-footer__next.is-disabled, .fullscreen-slideshow-footer__prev.is-disabled {
  opacity: 0.1;
  pointer-events: none;
}

.fullscreen-slideshow-footer__count {
  margin: 0 95px 0 95px;
  line-height: 80px;
  vertical-align: top;
}

.fullscreen-slideshow-footer .social-share {
  float: right;
  margin: 15px 30px;
}

.fullscreen-slideshow-footer .social-share:after, .fullscreen-slideshow-footer .social-share__show-more {
  background-color: #232323;
}

@media (min-width: 980px) {
  .fullscreen-slideshow-footer .social-share {
    margin-top: 20px;
  }
}

.fullscreen-media {
  box-sizing: border-box;
}

.fullscreen-media img {
  max-height: 100%;
  margin: 0 auto;
}

.fullscreen-media--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 90%;
  position: absolute;
  text-align: center;
  top: 0;
}

@media (min-width: 740px) {
  .fullscreen-media--overlay {
    min-width: 95% !important;
  }
}

.fullscreen-media-meta {
  margin-bottom: 120px;
  text-align: left;
}

.fullscreen-media-meta__content-title {
  margin-top: 15px;
  color: #fff;
  font-size: 1.8333333333rem;
  font-weight: normal;
  line-height: 1.2;
}

.fullscreen-media-meta__media-title {
  font-size: 1.1111111111rem;
  color: #fff;
}

.fullscreen-media-meta__media-description {
  margin-bottom: 30px;
}

@media (min-width: 980px) {
  .fullscreen-media-meta__media-description {
    max-height: 320px;
    overflow: auto;
  }
}

.fullscreen-media-meta__credit {
  display: inline-block;
  margin-top: 0;
  padding-top: 15px;
  border-top: dotted 3px;
}

.fullscreen-media-meta--caption-only {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fullscreen-media-meta--caption-only .fullscreen-media-meta__credit {
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .fullscreen-media {
    float: left;
    width: calc(100% - 300px);
    height: 100%;
    padding-right: 4.4444444444%;
  }
  .fullscreen-media img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fullscreen-media .outbrain-full .media-content__more_slate img {
    display: block;
  }
  .fullscreen-media .media-content__more_slate img {
    transform: none;
    top: 0;
  }
  .fullscreen-media-meta {
    float: right;
    width: 300px;
    padding-bottom: 30px;
  }
  .fullscreen-media-meta__content-title {
    margin-top: 0;
  }
  .fullscreen-media-meta--caption-only {
    display: table;
    height: 100%;
    padding-bottom: 0;
  }
  .fullscreen-media-meta--caption-only .fullscreen-media-meta__inner {
    display: table-cell;
    vertical-align: bottom;
  }
}

.list-tout {
  position: relative;
  text-align: center;
}

.list-tout::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) and (max-width: 980px) {
  .list-tout {
    text-align: left;
  }
}

.list-tout__heading {
  margin: 0 auto 35px;
  padding: 0 0 20px 0;
  font-size: 1rem;
  font-family: "Quadon Bold", Courier, sans-serif;
  position: relative;
}

.list-tout__heading:before, .list-tout__heading:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bcc4;
}

.list-tout__heading:before {
  top: auto;
  bottom: 0;
}

.list-tout__heading:after {
  top: auto;
  bottom: 6px;
}

.list-tout__heading--span {
  display: block;
}

.list-tout__item {
  position: relative;
  text-align: center;
  padding: 15px 15px 17px;
}

.list-tout__item:after {
  content: '';
  display: block;
  width: 43.0769230769%;
  height: 5px;
  padding-top: 20px;
  background: url("../img/sprites/dotted-line-bg.png") 0 100% repeat-x;
  margin: 0 auto;
}

.list-tout__item:first-child {
  padding-top: 0;
}

@media (min-width: 740px) and (max-width: 980px) {
  .list-tout__item {
    float: left;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0 4.4594594595% 35px 3.6486486486%;
    background: url("../img/sprites/dotted-line-bg.png") 100% 0 repeat-y;
  }
  .list-tout__item:after {
    display: none;
  }
  .list-tout__item:last-child {
    background: none;
  }
}

.list-tout__item-snippet {
  display: inline-block;
  margin: 0 0 7px;
  color: #232323;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.list-tout__cta-link {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #68a19a;
}

@media (min-width: 740px) and (max-width: 980px) {
  .list-tout__cta-link {
    position: relative;
    float: right;
    top: 3px;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.list-tout .tag-set {
  margin-bottom: 5px;
}

.list-tout .link-trailing-arrow.link-trailing-arrow {
  position: absolute;
}

.featured-stories-list .story-card {
  margin-bottom: 0;
}

@media (min-width: 740px) {
  .featured-stories-list .story-card {
    margin-bottom: 70px;
  }
}

.slider {
  text-align: center;
}

@media (min-width: 980px) {
  .slider {
    text-align: left;
  }
}

.slider__inner {
  position: relative;
  width: 86.5384615385%;
  max-width: 1125px;
  margin: 0 auto;
}

.slider__inner::after {
  clear: both;
  content: "";
  display: table;
}

.slider__title {
  position: relative;
  margin: 0 auto;
  line-height: 1.2222222222rem;
  text-align: center;
  margin: 20px 0 45px;
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  background-color: #232323;
}

.slider__title:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  height: 1px;
  background-color: #666766;
}

.slider__title__inner {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  background-color: #232323;
  font-size: 1.2222222222rem;
  line-height: 1;
}

@media (min-width: 980px) {
  .slider__title {
    float: left;
    width: 30.2222222222%;
    margin: 0 0 25px;
    padding: 7.5555555556% 0 15px;
    border-bottom: 1px solid #666766;
    text-align: left;
  }
  .slider__title__inner {
    padding: 0;
  }
  .slider__title:before, .slider__title:after {
    display: none;
  }
}

.slider__meta {
  width: 83.3333333333%;
  margin: 0 auto;
}

.slider__meta .tag-set {
  text-align: center;
}

@media (min-width: 980px) {
  .slider__meta {
    float: left;
    clear: left;
    width: 30.2222222222%;
  }
  .slider__meta .tag-set {
    text-align: left;
  }
}

.slider__slide-title {
  margin-top: 0;
  color: #fff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.9444444444rem;
  line-height: 1.2;
}

@media (min-width: 740px) {
  .slider__slide-title {
    font-size: 2.4444444444rem;
  }
}

.slider__slide-title a, .slider__slide-title a:visited {
  color: #ffffff;
}

.slider .tag-set {
  margin-bottom: 0;
}

.slider .media-content {
  margin-bottom: 40px;
}

@media (min-width: 980px) {
  .slider .media-content {
    float: right;
    width: 65.3333333333%;
    margin-bottom: 0;
  }
}

.slider--full-width {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: #232323;
  color: #fff;
}

.slider--full-width .pagination {
  display: none;
}

@media (min-width: 980px) {
  .slider--full-width {
    padding: 50px 0;
  }
  .slider--full-width .pagination {
    display: block;
  }
  .slider--full-width .pagination__prev, .slider--full-width .pagination__next {
    font-size: 2.5rem;
  }
}

.pagination,
.owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  margin-top: -30px;
}

.pagination__prev, .pagination__next, .pagination__next__last,
.pagination .owl-prev,
.pagination .owl-next,
.owl-nav__prev,
.owl-nav__next,
.owl-nav__next__last,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  color: #8c8888;
  -webkit-transition: all 0.09s ease-out;
  -moz-transition: all 0.09s ease-out;
  transition: all 0.09s ease-out;
}

.pagination__prev:before, .pagination__next:before, .pagination__next__last:before,
.pagination .owl-prev:before,
.pagination .owl-next:before,
.owl-nav__prev:before,
.owl-nav__next:before,
.owl-nav__next__last:before,
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  line-height: 60px;
}

.pagination__prev.is-disabled, .pagination__next.is-disabled, .pagination__next__last.is-disabled,
.pagination .owl-prev.is-disabled,
.pagination .owl-next.is-disabled,
.owl-nav__prev.is-disabled,
.owl-nav__next.is-disabled,
.owl-nav__next__last.is-disabled,
.owl-nav .owl-prev.is-disabled,
.owl-nav .owl-next.is-disabled {
  pointer-events: none;
  opacity: 0.25;
}

@media (min-width: 740px) {
  .pagination__prev, .pagination__next, .pagination__next__last,
  .pagination .owl-prev,
  .pagination .owl-next,
  .owl-nav__prev,
  .owl-nav__next,
  .owl-nav__next__last,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    padding: 0 15px;
    font-size: 1.6666666667rem;
  }
}

.pagination__prev,
.pagination .owl-prev,
.owl-nav__prev,
.owl-nav .owl-prev {
  left: 0;
  margin-right: 23px;
}

@media (min-width: 740px) {
  .pagination__prev,
  .pagination .owl-prev,
  .owl-nav__prev,
  .owl-nav .owl-prev {
    padding-right: 20px;
  }
}

.pagination__next, .pagination__next__last,
.pagination .owl-next,
.owl-nav__next,
.owl-nav__next__last,
.owl-nav .owl-next {
  right: 0;
  margin-left: 23px;
}

@media (min-width: 740px) {
  .pagination__next, .pagination__next__last,
  .pagination .owl-next,
  .owl-nav__next,
  .owl-nav__next__last,
  .owl-nav .owl-next {
    padding-left: 20px;
  }
}

.pagination--overlay .pagination__prev,
.pagination--overlay .pagination__next, .pagination--overlay .pagination__next__last,
.owl-nav--overlay .pagination__prev,
.owl-nav--overlay .pagination__next,
.owl-nav--overlay .pagination__next__last {
  padding: 0 10px;
  font-size: 1.2777777778rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

.pagination--overlay .pagination__prev:hover,
.pagination--overlay .pagination__next:hover, .pagination--overlay .pagination__next__last:hover,
.owl-nav--overlay .pagination__prev:hover,
.owl-nav--overlay .pagination__next:hover,
.owl-nav--overlay .pagination__next__last:hover {
  background: #000;
}

.pagination--overlay .pagination__prev,
.owl-nav--overlay .pagination__prev {
  left: 0;
  right: auto;
  margin-right: 0;
  border-radius: 0 3px 3px 0;
}

.pagination--overlay .pagination__next, .pagination--overlay .pagination__next__last,
.owl-nav--overlay .pagination__next,
.owl-nav--overlay .pagination__next__last {
  right: 0;
  left: auto;
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}

.pagination__next--overlay, .pagination__next__last--overlay {
  position: absolute;
  height: 550%;
  width: 450%;
  opacity: 0;
  transform: translate(-88%, -65%);
  -webkit-transform: translate(-88%, -65%);
}

.pagination__prev--overlay {
  position: absolute;
  height: 520%;
  width: 450%;
  opacity: 0;
  transform: translate(-12%, -55%);
  -webkit-transform: translate(-12%, -55%);
}

@media (max-width: 739px) {
  .pagination__next--overlay, .pagination__next__last--overlay {
    height: 600%;
    width: 300%;
    transform: translate(-83%, -47%);
    -webkit-transform: translate(-84%, -50%);
  }
  .pagination__prev--overlay {
    /*height: 600%;*/
    width: 300%;
    transform: translate(-26%, -47%);
    -webkit-transform: translate(-26%, -50%);
  }
}

/*-------------------------------------------- */
/** Owl Carousel Pagination */
/*-------------------------------------------- */
.owl-controls {
  text-align: center;
}

.owl-nav {
  display: none;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  font-size: 47px;
}

@media (min-width: 980px) {
  .owl-nav {
    display: block;
  }
}

.owl-dots {
  display: inline-block !important;
  margin: 50px 0 10px;
  text-align: center;
}

@media (min-width: 980px) {
  .owl-dots {
    display: none !important;
  }
}

.owl-dot {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #726f6f;
}

.owl-dot.active {
  background: #fff;
}

/*-------------------------------------------- */
/** feature [non-JS] pager */
/*-------------------------------------------- */
.sf-pager {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}

.pager {
  font-family: "Quadon Regular", Courier, sans-serif;
  text-transform: uppercase;
}

.pager-first, .pager-previous, .pager-next, .pager-last {
  font-size: 0.6666666667rem;
  background-color: #68a19a;
  text-align: center;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.pager-first a, .pager-previous a, .pager-next a, .pager-last a {
  color: #fff;
  padding: 6px;
}

.pager-first:hover, .pager-previous:hover, .pager-next:hover, .pager-last:hover {
  background-color: #78aba5;
}

@media (max-width: 739px) {
  .pager-first, .pager-previous, .pager-next, .pager-last {
    font-size: 0.7777777778rem;
    background-color: #68a19a;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff;
  }
  .pager-first a, .pager-previous a, .pager-next a, .pager-last a {
    color: #fff;
    padding: 6px;
  }
  .pager-first:hover, .pager-previous:hover, .pager-next:hover, .pager-last:hover {
    background-color: #78aba5;
  }
  .pager li {
    padding: 1em !important;
  }
  .pager-item, .pager-ellipsis, .pager-current {
    display: none !important;
  }
}

@media (min-width: 740px) {
  .pager li {
    margin: 0 0 0.25em 1em !important;
  }
}

.pager-item, .pager-ellipsis {
  font-size: 0.7777777778rem;
  color: #78aba5;
}

.pager-item a, .pager-ellipsis a {
  color: #78aba5;
}

.pager-item:hover, .pager-ellipsis:hover {
  color: #68a19a;
}

.pager-current {
  font-size: 0.7777777778rem;
  color: #68a19a;
}

/*-------------------------------------------- */
/** Menu height will be set to equal 
/** window height when opened via JS */
/*-------------------------------------------- */
.global-menu {
  position: fixed;
  top: auto;
  left: 0;
  z-index: 110;
  width: 100%;
  margin-top: 1px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.1s ease-out, top 0s linear 0s;
  -moz-transition: all 0.1s ease-out, top 0s linear 0s;
  transition: all 0.1s ease-out, top 0s linear 0s;
}

.global-menu.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 740px) {
  .global-menu {
    left: auto;
    width: 320px;
    border-right: 1px solid #d2d4d3;
  }
}

.global-menu__inner {
  overflow: auto;
  height: 100%;
  width: 100%;
}

.global-menu__link-list {
  width: 100%;
}

.global-menu__link-list::after {
  clear: both;
  content: "";
  display: table;
}

.global-menu__link-list h2 {
  display: none;
}

.global-menu__link-list li {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  overflow: hidden;
  font-family: "Quadon Regular", Courier, sans-serif;
}

.global-menu__link-list li.is-current .global-menu__link {
  color: #e7745c;
}

.global-menu__link-list li.is-current:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  background: #e7745c;
}

.global-menu__link-list li a {
  color: #232323;
  display: block;
  padding: 20px 50px;
  border-bottom: solid 1px #d2d4d3;
}

.global-menu__list-item {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  overflow: hidden;
  font-family: "Quadon Regular", Courier, sans-serif;
}

.global-menu__list-item.is-current .global-menu__link {
  color: #e7745c;
}

.global-menu__list-item.is-current:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  background: #e7745c;
}

.global-menu__link {
  color: #232323;
}

.global-menu__link, .global-menu__search, .global-menu__social-follow,
.global-menu .simple-menu-list {
  display: block;
  padding: 25px 50px;
  border-bottom: solid 1px #d2d4d3;
}

.global-menu__search {
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
}

.global-menu__search:before {
  position: absolute;
  left: 20px;
  color: #232323;
}

.global-menu__search input[type=text] {
  width: 100%;
  height: auto;
  padding: 0 10px 0 50px;
  box-sizing: border-box;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  color: #5285ad;
}

.global-menu__search:before,
.global-menu__search input[type=text] {
  line-height: 45px;
}

.global-menu__search .search__close,
.global-menu__search label {
  display: none;
}

@media (min-width: 740px) {
  .global-menu__search:before {
    left: 25px;
  }
  .global-menu__search .search__field {
    padding-left: 25px;
  }
}

.global-menu__social-follow {
  padding-right: 62px;
}

.global-menu__social-follow .social-follow-list {
  height: 1em;
  padding: 8px 0;
}

.global-menu__social-follow .social-follow-list__item {
  height: 35px;
  padding-right: 15%;
  border-right: solid 1px #d2d4d3;
  font-size: 1.5rem;
  vertical-align: top;
}

.global-menu__social-follow .social-follow-list__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.global-menu__social-follow .social-follow-list__icon:before {
  vertical-align: top;
}

.global-menu a:hover {
  color: #e7745c;
}

#time_inc_hat {
  height: auto !important;
}

/*-------------------------------------------- */
/** Global Menu For Dropdown */
/*-------------------------------------------- */
.global-menu__link-list li.slide-out-menu__list-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: height .300s ease-out;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__sub-nav {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f3f0ed;
  overflow: hidden;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__sub-nav li a {
  color: #232323;
  display: block;
  padding: 10px 50px;
  border-bottom: none;
  font-size: 16px;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__sub-nav li a:hover {
  color: #e7745c;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__list-more {
  display: block;
  float: right;
  width: 56px;
  height: 56px;
  border-left: 1px solid #D6D4D2;
  cursor: pointer;
  transition: background .250s ease-out;
  position: absolute;
  top: 0;
  right: 0;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__list-more:hover {
  background: #598983;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__list-more:hover:after {
  color: #fff;
}

.global-menu__link-list li.slide-out-menu__list-item .slide-out-menu__list-more:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  margin: auto;
  left: 55%;
  color: #5D615F;
}

.global-menu__link-list li.slide-out-menu__list-item--is-open {
  border-bottom: 1px solid #d2d4d3;
}

.global-menu__link-list li.slide-out-menu__list-item--is-open a {
  border-bottom: solid 2px #598983;
}

.global-menu__link-list li.slide-out-menu__list-item--is-open .slide-out-menu__list-more {
  background-color: #598983;
  border-left: none;
}

.global-menu__link-list li.slide-out-menu__list-item--is-open .slide-out-menu__list-more:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  left: 40%;
  top: 45%;
  color: #fff;
}

.noscript-global-menu {
  width: 100%;
  float: left;
  z-index: 777;
  position: relative;
  margin-top: -25px;
}

.noscript-global-menu ul li {
  float: left;
  padding: 5px 10px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 16px;
}

.front .noscript-global-menu {
  margin-top: -55px;
}

.front .featured__grid-feat .pinit-share {
  top: 60px;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease-in-out;
  -moz-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
}

.overlay--dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay--near-top {
  top: 35px;
}

.overlay--is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease-in-out;
  -moz-transition: opacity 0.12s ease-in-out;
  transition: opacity 0.12s ease-in-out;
}

.overlay--dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay--near-top {
  top: 35px;
}

.overlay--is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.flex-ad-banner {
  width: 100%;
  clear: both;
  margin: 0 0 30px;
  background: #ebeaea;
}

@media (min-width: 740px) {
  .flex-ad-banner {
    margin: 20px 0 30px;
  }
}

.flex-ad-banner__inner {
  background: #ebeaea;
  text-align: center;
  padding-top: 1.0%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.flex-ad-banner__ad {
  margin: 0 auto;
}

.flex-ad-banner__ad:last-child {
  display: none;
}

.flex-ad-banner__ad--centered {
  margin: 0 auto;
}

@media (min-width: 740px) {
  .flex-ad-banner__ad:last-child {
    display: block;
  }
}

@media (min-width: 980px) {
  .flex-ad-banner__ad {
    float: left;
    width: 50%;
  }
}

.advertisement-cmad-490x120 {
  display: inline-block;
}

.split-links {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #d2d4d3;
  box-sizing: border-box;
  margin-top: 50px;
  text-decoration: none;
  font-size: 0.8888888889rem;
}

.split-links::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) {
  .split-links {
    border-top: 1px dotted #232323;
  }
}

.split-links__label {
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 1;
  color: #68a19a;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-weight: normal;
}

.split-links__label--next-arrow {
  position: relative;
}

.split-links__label--next-arrow:before {
  position: absolute;
  right: -18px;
}

.split-links__title {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4;
}

.split-links__link {
  position: relative;
  display: block;
  padding: 20px 30px 20px 30px;
  box-sizing: border-box;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  /*-------------------------------------------- */
  /** Next / Previous Link Variation */
  /*-------------------------------------------- */
}

.split-links__link, .split-links__link:hover {
  color: #232323;
}

.split-links__link:hover .split-links__label {
  color: #e7745c;
}

.split-links__link:first-child {
  border-bottom: 1px solid #d2d4d3;
}

@media (min-width: 740px) {
  .split-links__link {
    display: inline-block;
    float: left;
    width: 50%;
    border-left: 1px dotted #232323;
    margin-right: -1px;
  }
  .split-links__link:first-child {
    border-left: 0;
    border-bottom: none;
  }
}

.split-links__link--next:before, .split-links__link--prev:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #68a19a;
}

.split-links__link--next:hover:before, .split-links__link--prev:hover:before {
  color: #e7745c;
}

.split-links__link--next:before {
  right: 0;
}

.split-links__link--prev:before {
  left: 0;
}

.venue-info {
  padding: 20px 0;
  border-top: 1px solid #d2d4d3;
  border-bottom: 1px solid #d2d4d3;
  margin-bottom: 20px;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

@media (min-width: 740px) {
  .venue-info {
    font-size: 0.8888888889rem;
  }
}

@media (min-width: 980px) {
  .venue-info {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

.venue-info__group {
  margin-bottom: 20px;
}

.venue-info__hd {
  margin: 0;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}

@media (min-width: 740px) {
  .venue-info__hd {
    font-size: 0.7777777778rem;
  }
}

.venue-info__hd-book-now {
  height: 35px;
  width: 113px;
  background-color: #68a19a;
  text-align: center;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
}

.venue-info__hd-book-now a {
  color: #fff;
  display: block;
  padding: 6px;
}

.venue-info__hd-book-now:hover {
  background-color: #78aba5;
}

.venue-info__hd.venue-info-url {
  display: none;
}

.venue-info__hd.venue-info-url ~ span {
  word-wrap: break-word;
}

.venue-info ul {
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  list-style: none;
}

@media (min-width: 740px) {
  .venue-info ul {
    font-size: 0.7777777778rem;
  }
}

.venue-info li {
  margin-bottom: 15px;
}

.venue-info li:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  background-color: #e7745c;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
}

.wb-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
}

@media (min-width: 1051px) {
  .wb-logo {
    bottom: 80px;
  }
}

.wb-page-header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
}

@media (max-width: 739px) {
  .wb-page-header .destination-page-header__copy {
    padding-bottom: 10px;
  }
}

@media (min-width: 740px) {
  .wb-page-header {
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
}

@media (min-width: 980px) {
  .wb-page-header {
    margin-top: -80px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
}

@media (min-width: 1400px) {
  .wb-page-header {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wb-page-header__headline-copy {
  max-width: 835px;
  margin: auto;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.2222222222rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  display: block;
}

@media (min-width: 740px) {
  .wb-page-header__headline-copy {
    padding: 0 30px;
  }
}

.wb-page-header-title {
  padding-top: 1px !important;
}

.wb-page-header-tiled-landing-page {
  padding-bottom: 0;
}

.wb-page-header--top-cushion {
  padding-top: 45px;
}

.wb-page-header--top-cushion-sm {
  padding-top: 45px;
}

@media (min-width: 980px) {
  .wb-page-header--top-cushion-sm {
    padding-top: 25px;
  }
}

.wb-article-header::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 980px) {
  .wb-article-header {
    border-top: 1px solid #ebeaea;
  }
}

.wb-article-header__social-share-container {
  text-align: center;
}

@media (min-width: 1400px) {
  .wb-article-header__social-share-container {
    margin: 25px 11px 0 0;
    float: right;
  }
}

.wb-article-header__social-share-container .social-share-list {
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 740px) {
  .wb-article-header__social-share-container .social-share-list {
    margin: 0 0 5px;
  }
}

@media (max-width: 739px) {
  .wb-article-header__social-share-container .social-share-list {
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .wb-article-header__social-share-container--center {
    float: none;
    display: table;
    margin: auto;
  }
}

.wb-article__wrapper {
  padding-top: 0px;
}

.tiled-landing-trailing-text .alt-link, .tiled-landing-trailing-text .top-list__cat-nav__back-link, .tiled-landing-trailing-text .ranking-list__btt {
  display: inline-block;
  margin-bottom: 70px;
  margin-top: 40px;
}

.nav-filter {
  display: none;
  text-align: center;
  /* Sub Menus */
}

@media (min-width: 740px) {
  .nav-filter {
    display: block;
  }
}

@media (min-width: 1400px) {
  .nav-filter {
    text-align: left;
    float: left;
  }
}

@media (min-width: 1400px) {
  .nav-filter--travelguide {
    text-align: center !important;
    float: none !important;
  }
}

.nav-filter--light .nav-filter__item.active a {
  background: #68a19a;
  border-color: #68a19a;
}

.nav-filter--light .nav-filter__item.active a:hover {
  border-color: #68a19a;
}

.nav-filter__list {
  margin: 20px auto;
}

.nav-filter__item {
  display: inline-block;
  margin: 10px 5px;
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: uppercase;
  color: #68a19a;
}

.nav-filter__item a {
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid transparent;
  font-size: 0.7777777778rem;
  letter-spacing: 0.01em;
  color: #232323;
}

.nav-filter__item a:hover {
  border: 2px solid #d2d4d3;
}

@media (max-width: 980px) {
  .nav-filter__item {
    margin: 20px 5px 0 5px;
  }
  .nav-filter__item:last-child {
    margin: 0 5px;
  }
}

.nav-filter__item.active a {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  border: 2px solid #e7745c;
  background: #e7745c;
  color: #fff;
}

.nav-filter__item.active a:hover {
  border: 2px solid #e7745c;
}

.nav-filter__item-border {
  display: inline-block;
  margin: 0 5px;
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: uppercase;
  color: #68a19a;
}

.nav-filter__item-border a {
  -webkit-transition: border-color 0s ease-out;
  -moz-transition: border-color 0s ease-out;
  transition: border-color 0s ease-out;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #d2d4d3;
  font-size: 0.7777777778rem;
  letter-spacing: 0.01em;
  color: #232323;
  background: #fff;
}

.nav-filter__item-border a:hover {
  border: 2px solid #68a19a;
  background: #68a19a;
  color: #fff;
}

.nav-filter__item-border.active a {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  border: 2px solid #68a19a;
  background: #68a19a;
  color: #fff;
}

.nav-filter__item-border.active a:hover {
  border: 2px solid #68a19a;
}

.nav-filter__tlp {
  margin: 20px 0;
}

.nav-filter ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.nav-filter a {
  display: block;
}

.nav-filter li ul {
  position: absolute;
  display: none;
  width: inherit;
  text-align: left;
  padding-top: 5px;
  background: #68a19a;
  border-radius: 5px;
  margin-left: 5px;
  border-top: 5px solid #fff;
}

.nav-filter li ul .nav-filter__item-border {
  margin: 0;
}

.nav-filter li:hover ul {
  display: block;
}

.nav-filter li ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.nav-filter li ul li:last-child {
  border-bottom: 0;
}

.nav-filter li ul li a {
  background: transparent;
  padding: 5px;
  border: 2px solid #68a19a;
  color: #fff;
}

.nav-filter li ul li a:hover {
  color: #232323;
}

.grid__item__static {
  position: relative;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  color: #232323;
  background: #f7f8f8;
  margin-bottom: 10px;
}

.grid__item__static:hover {
  color: #232323;
}

@media (min-width: 740px) {
  .grid__item__static {
    position: absolute;
    top: 0;
    right: 10px;
    height: 320px;
    padding-left: 7px;
  }
}

.grid__item__static .grid__item__media:after {
  display: none;
}

.grid__item__static img {
  width: 100%;
}

.grid {
  padding-bottom: 39px;
}

.grid::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 740px) {
  .grid {
    width: 650px;
    margin: auto;
  }
}

@media (min-width: 1051px) {
  .grid {
    width: 975px;
    margin: auto;
  }
}

@media (min-width: 1400px) {
  .grid {
    width: 100%;
    margin: auto;
  }
}

.grid__item {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #232323;
  background: #f7f8f8;
  margin-bottom: 10px;
}

.grid__item:hover {
  color: #232323;
}

.grid__item--one-fourth {
  border: 1px solid #d2d4d3;
}

@media (min-width: 740px) {
  .grid__item--one-fourth {
    width: 315px;
  }
}

@media (min-width: 740px) {
  .grid__item--one-half {
    width: 640px;
  }
}

.grid__item img {
  width: 100%;
  height: auto;
}

.grid__item__media {
  position: relative;
}

.grid__item__media:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.grid__item__media .ad {
  margin-top: 5px;
}

.grid__item__media .adtxt {
  background-color: transparent;
}

.grid__item__media--overlay {
  background-image: url("/sites/all/themes/tnl_redesign/images/transparent-1x1.png");
  background-repeat: no-repeat;
  left: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.grid__item__details {
  margin: 15px auto 20px;
}

.grid__item__details--left {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  text-align: left;
}

.grid__item__details--left .grid__item__cat {
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: uppercase;
}

.grid__item__cat {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
  color: #232323;
}

.grid__item__cat--small {
  font-size: 0.6666666667rem;
}

.grid__item__title {
  margin: 5px 0 0;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.1111111111rem;
  font-weight: normal;
  color: #232323;
  /* line-height: 1; */
  line-height: 1.5;
  white-space: pre-line;
  display: block;
}

.grid__item__read-more {
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: capitalize;
  color: #286891;
}

.node-type-tiled-landing-page .grid__item__title {
  white-space: normal;
}

.custom-select {
  display: block;
  position: relative;
  margin: 45px auto;
  padding: 20px 0;
  border-radius: 5px;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-weight: normal;
  background: #68a19a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.custom-select--generic {
  margin: 0;
  background: transparent;
  color: #232323;
  max-width: none;
}

.custom-select--mobile-max-width {
  max-width: 300px;
}

.custom-select--tg {
  margin: 15px auto;
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #000;
  cursor: pointer;
}

.custom-select select::-ms-expand {
  display: none;
}

.hero-banner-img {
  position: relative;
  width: 100%;
  padding-bottom: 365px;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 740px) {
  .hero-banner-img {
    height: 365px;
    padding-bottom: 0;
  }
}

@media (min-width: 980px) {
  .hero-banner-img {
    height: 365px;
  }
}

.hero-banner-img--gradient:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.35);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 60%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(60%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.35) 60%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 60%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 60%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 60%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.hero-banner-img--gradient:after .destination-guide__title {
  z-index: 1;
}

.ranking-table {
  background-color: #fff;
  width: 100%;
}

.ranking-table__header {
  padding-bottom: 5px;
  border: 0;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
  text-align: left;
}

.ranking-table__row {
  border-bottom: 1px solid #ebeaea;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.ranking-table__row--highlighted,
.ranking-table__row--highlighted .ranking-table__row__location {
  color: #e7745c;
}

.ranking-table__row__col {
  position: relative;
  padding: 15px 5px;
}

.ranking-table__row__name {
  vertical-align: top;
}

.ranking-table__row__rank {
  display: table-cell;
  float: left;
  min-width: 25px;
  margin-right: 5px;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.ranking-table__row__name-inner {
  display: table-cell;
}

.ranking-table__row__name {
  display: block;
  margin-bottom: 4px;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
}

.ranking-table__row__location {
  display: block;
  color: #8c8888;
  font-size: 0.8888888889rem;
}

.ranking-table__row__link, .ranking-table__row__link:hover {
  color: currentColor;
}

.ranking-table__row__link:hover {
  text-decoration: underline;
}

.ranking-table__row__score {
  vertical-align: middle;
}

.ranking-table__row .ranking-icon-tooltip {
  position: absolute;
  top: 14px;
  left: -40px;
}

.ranking-table__header--score, .ranking-table__row__score {
  text-align: right;
  padding-right: 0;
}

.ranking-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/sprites/ranking-list-icons.svg") no-repeat 0 0;
  color: #000;
  font-style: normal;
  line-height: 1.4;
}

.ranking-icon--hof {
  background-position: 0 -60px;
}

.ranking-icon--shof {
  background-position: 0 -30px;
}

.ranking-icon--debut {
  background-position: 0 0;
}

.ranking-icon-tooltip {
  position: relative;
  z-index: 0;
}

.ranking-icon-tooltip .tooltip {
  position: absolute;
  bottom: 52px;
  left: -9999px;
  z-index: 40;
  max-height: 1000px;
  width: 250px;
  opacity: 0;
  transition: opacity .1s ease-out,  bottom .15s ease-out,  left 0s linear .2s;
}

.ranking-icon-tooltip .tooltip--show {
  bottom: 38px;
  left: -20px;
  opacity: 1;
  transition: opacity .15s ease-out, bottom .1s ease-out;
}

.ranking-list {
  margin-top: 30px;
  margin-bottom: 70px;
}

.ranking-list:before {
  display: block;
  content: " ";
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

@media (min-width: 740px) {
  .ranking-list:before {
    height: 205px;
    margin-top: -205px;
  }
}

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

@media (min-width: 980px) {
  .ranking-list__header {
    text-align: left;
  }
}

.ranking-list__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.3888888889rem;
  text-align: center;
}

@media (min-width: 740px) {
  .ranking-list__title {
    font-size: 1.3888888889rem;
  }
}

@media (min-width: 980px) {
  .ranking-list__title {
    text-align: left;
  }
}

@media (min-width: 740px) {
  .ranking-list .social-share {
    float: right;
  }
}

.ranking-list__img::after {
  clear: both;
  content: "";
  display: table;
}

.ranking-list__img__img-container {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}

.ranking-list__img__name {
  position: absolute;
  bottom: 18px;
  width: 100%;
  color: #fff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.3333333333rem;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

.ranking-list__img .media-credit, .ranking-list__img .media-credit-prefix {
  display: block;
  text-align: center;
}

@media (min-width: 740px) {
  .ranking-list__img .media-credit, .ranking-list__img .media-credit-prefix {
    display: inline-block;
    float: left;
    text-align: left;
  }
}

.ranking-list__img__slideshow-link {
  display: block;
  padding-top: 13px;
  padding-bottom: 20px;
  border-top: 1px solid #d2d4d3;
  border-bottom: 1px solid #d2d4d3;
  margin-top: 10px;
  color: #68a19a;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.ranking-list__img__slideshow-link:hover {
  color: #e7745c;
}

.ranking-list__img__slideshow-link:before {
  position: relative;
  top: 5px;
  margin-right: .4em;
  font-size: 1.5em;
}

@media (min-width: 740px) {
  .ranking-list__img__slideshow-link {
    float: right;
    padding: 0;
    border: 0;
    margin-top: 0;
    font-size: 0.7222222222rem;
  }
}

@media (min-width: 740px) {
  .ranking-list__img__img-container {
    text-align: left;
  }
  .ranking-list__img__name {
    left: 18px;
  }
}

.ranking-list__ranking-table-wrap {
  padding-left: 45px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 980px) {
  .ranking-list__ranking-table-wrap {
    padding-left: 11.4285714286%;
    padding-right: 11.4285714286%;
  }
}

.ranking-list__btt {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.1111111111rem;
}

.accordion-nav {
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
}

.accordion-nav__section {
  border-bottom: 1px solid #9ab3c3;
  list-style: none;
}

.accordion-nav__section:first-child,
.accordion-nav__section:first-child .accordion-nav__section__title {
  border-radius: 3px 3px 0 0;
}

.accordion-nav__section:last-child {
  border-bottom: 0;
}

.accordion-nav__section:last-child,
.accordion-nav__section:last-child .accordion-nav__section__title {
  border-radius: 0 0 3px 3px;
}

.accordion-nav__section--active {
  border-bottom: 0;
}

.accordion-nav__section--active .accordion-nav__section__title:before {
  content: '-';
}

.accordion-nav__section--active .accordion-nav__sub-section {
  height: auto;
}

.accordion-nav__section--active:last-child .accordion-nav__section__title {
  border-radius: 0;
}

.accordion-nav__section__title {
  position: relative;
  display: block;
  padding: 18px 30px;
  background-color: #5c829b;
  cursor: pointer;
}

.accordion-nav__section__title:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.1111111111rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-nav__section__title:hover {
  background-color: #53758b;
}

.accordion-nav__sub-section {
  height: 0;
  overflow: hidden;
}

.accordion-nav__sub-section__item {
  border-bottom: 1px solid #9ab3c3;
  background-color: #7d9baf;
}

.accordion-nav__sub-section__item:last-child {
  border-bottom: 0;
}

.accordion-nav__sub-section__item:hover {
  background-color: #6d8fa5;
}

.accordion-nav__sub-section__item > a {
  display: block;
  padding: 18px 30px;
  color: #fff;
}

.accordion-nav-tg {
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
  width: 99%;
  margin: 0 auto;
}

.accordion-nav-tg__section {
  border-bottom: 1px solid #a7c8c4;
  list-style: none;
}

.accordion-nav-tg__section:first-child,
.accordion-nav-tg__section:first-child .accordion-nav-tg__section__title {
  border-radius: 3px 3px 0 0;
}

.accordion-nav-tg__section:last-child {
  border-bottom: 0;
}

.accordion-nav-tg__section:last-child,
.accordion-nav-tg__section:last-child .accordion-nav-tg__section__title {
  border-radius: 0 0 3px 3px;
}

.accordion-nav-tg__section--active {
  border-bottom: 0;
}

.accordion-nav-tg__section--active .accordion-nav__section__title:before {
  content: '-';
}

.accordion-nav-tg__section--active .accordion-nav__sub-section {
  height: auto;
}

.accordion-nav-tg__section--active:last-child .accordion-nav__section__title {
  border-radius: 0;
}

.accordion-nav-tg__section__title {
  position: relative;
  display: block;
  padding: 18px 30px;
  background-color: #68a19a;
  cursor: pointer;
}

.accordion-nav-tg__section__title:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.1111111111rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-nav-tg__section__title:hover {
  background-color: #5c948d;
}

.accordion-nav-tg__sub-section {
  height: 0;
  overflow: hidden;
}

.accordion-nav-tg__sub-section__item {
  border-bottom: 1px solid #a7c8c4;
  background-color: #86b4ae;
}

.accordion-nav-tg__sub-section__item:last-child {
  border-bottom: 0;
}

.accordion-nav-tg__sub-section__item:hover {
  background-color: #76aaa3;
}

.accordion-nav-tg__sub-section__item > a {
  display: block;
  padding: 18px 30px;
  color: #fff;
}

.accordion-nav-tg__sub-section__item li {
  margin: 0 .5em 0 .5em;
}

.mobile-select {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 45px auto;
  padding: 20px 0;
  border-radius: 5px;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-weight: normal;
  background: #68a19a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.mobile-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  color: #000;
}

.tooltip {
  position: relative;
  padding: 18px 15px;
  box-sizing: border-box;
  background-color: #e6e1cf;
  border-radius: 3px;
  color: #232323;
  font-size: 0.7777777778rem;
  line-height: 1.4;
}

.tooltip--has-icon {
  padding-left: 45px;
}

.tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  height: 0;
  width: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #e6e1cf;
}

.tooltip__icon {
  position: absolute;
  left: 12px;
}

.tooltip__title {
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
}

.tooltip__sub-title {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

/**
 * Apply to element containing an img. It will visually crop the image from the
 * direction of the applied modifier (center, left, right)
 */
.img-crop {
  position: relative;
  overflow: hidden;
}

.img-crop > img {
  position: relative;
  top: 0;
  width: auto;
  max-width: none;
}

.img-crop--center > img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.img-crop--left > img {
  left: 0;
}

.img-crop--right > img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 100%;
}

/**
 * Apply to element containing a video.  It will create a responsive box fixed
 * to 16:9 W:H ratio.
 */
.video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-container > object.BrightcoveExperience, .video-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.venue-map {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.venue-map__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid #d2d4d3;
  box-sizing: border-box;
  background-color: #fff;
}

@media (min-width: 740px) {
  .venue-map__header {
    position: static;
    height: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.venue-map__header .nav-filter {
  float: left;
  text-align: left;
}

.venue-map__header .custom-select {
  float: left;
  padding: 12px 0;
}

.venue-map__close-btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  fill: #000000;
}

.venue-map__close-btn:hover {
  fill: #68a19a;
}

.venue-map__venues {
  position: fixed;
  top: -webkit-calc(70%);
  top: calc(70%);
  left: 0;
  z-index: 100;
  width: 100%;
  height: 30%;
  font-size: 0.7777777778rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 739px) {
  .venue-map__venues.venue-selected {
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 740px) {
  .venue-map__venues {
    position: static;
    float: left;
    width: 34.8484848485%;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
  }
}

.venue-map__venues__venue {
  padding: 12px;
  border-bottom: 1px solid #d2d4d3;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ffffff;
}

.venue-map__venues__venue:hover {
  background-color: #f7f8f8;
}

.venue-map__venues__venue:last-child {
  border-bottom: 0;
}

.venue-map__venues__venue--selected {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

@media (max-width: 740px) {
  .venue-map__venues__venue--selected {
    position: relative;
    top: auto;
    height: auto;
    overflow: scroll;
  }
}

@media (min-width: 740px) {
  .venue-map__venues__venue {
    padding: 30px;
  }
  .venue-map__venues__venue--selected {
    position: static;
    background-color: #f7f8f8;
    border-bottom: 3px solid #e7745c;
  }
}

.venue-map__venues h1 {
  font-size: 1rem;
}

.venue-map__venue-ads {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.venue-map__venue-info::after {
  clear: both;
  content: "";
  display: table;
}

.venue-map__venue-info__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  background-color: #68a19a;
  border: 0;
  color: #ffffff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111rem;
}

.venue-map__venue-info__close-btn:hover {
  background-color: #52847e;
}

.venue-map__venue-info__close-btn:focus {
  outline: 0;
}

.venue-map__venue-info__text-container {
  float: left;
  width: 52.987012987%;
  padding-left: 10px;
  box-sizing: border-box;
}

.venue-map__venue-info__category {
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
}

.venue-map__venue-info__contact {
  display: none;
  clear: both;
  padding-top: 10px;
}

.venue-map__venue-info__title {
  margin: 4px 0 0px 0;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.0555555556rem;
  line-height: 1.2;
}

.venue-map__venue-info__img {
  float: left;
  width: 33.7662337662%;
}

.venue-map__venue-info__desc {
  clear: both;
  padding-top: 30px;
  margin: 0;
  font-size: 0.8888888889rem;
}

.venue-map__venue-info .alt-link, .venue-map__venue-info .top-list__cat-nav__back-link, .venue-map__venue-info .ranking-list__btt {
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 739px) {
  .venue-map__venues__venue--selected .venue-map__venue-info__contact {
    display: block;
  }
}

@media (min-width: 740px) {
  .venue-map__venue-info {
    position: relative;
    top: auto;
    height: auto;
  }
  .venue-map__venue-info__close-btn {
    width: 30px;
    height: 30px;
    font-size: 0.8888888889rem;
  }
  .venue-map__venue-info__text-container {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .venue-map__venue-info__title {
    margin-bottom: 10px;
  }
  .venue-map__venue-info__img {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
}

@media (min-width: 980px) {
  .venue-map__venue-info__text-container {
    float: left;
    padding-left: 20px;
    width: 58.4415584416%;
  }
  .venue-map__venue-info__img {
    float: left;
    width: 41.5584415584%;
  }
}

.venue-map__map {
  position: fixed;
  top: 50px;
  left: 0;
  height: -webkit-calc(70% - 50px);
  height: calc(70% - 50px);
  width: 100%;
}

@media (min-width: 740px) {
  .venue-map__map {
    position: static;
    float: right;
    width: 65.1515151515%;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
  }
}

.venue-map__map__canvas {
  height: 100%;
}

.venue-map__map .venue-label {
  display: none;
}

.venue-map__map-info-overlay {
  max-width: 290px;
  padding: 8px;
}

.venue-map__map-info-overlay__icon {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
}

.venue-map__map-info-overlay__icon img {
  width: 100%;
}

.venue-map__map-info-overlay__title {
  padding-left: 45px;
}

.map-container {
  position: absolute;
  display: block;
  max-width: 1325px;
  height: 100%;
  max-height: 950px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 1400px) {
  .map-container {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: auto;
  }
}

@media (min-height: 950px) {
  .map-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -475px;
  }
}

.destination-guide__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.125;
  color: #fff;
  z-index: 10;
}

@media (min-width: 980px) {
  .destination-guide__title {
    bottom: 112px;
    font-size: 3.3333333333rem;
  }
}

@media (min-width: 740px) {
  .destination-page-header {
    padding-bottom: 0px;
  }
  .destination-page-header .wb-page-header__headline-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 739px) {
  .destination-page-header {
    padding-bottom: 0px;
  }
}

@media (min-width: 980px) {
  .destination-page-header {
    padding-bottom: 15px;
  }
}

@media (min-width: 980px) {
  .destination-page-header .wb-page-header__headline-copy {
    max-width: none;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.destination-page-header__body p {
  font-size: 1.2222222222rem;
  margin-bottom: 1rem;
}

.destination-page-header__body li {
  margin-left: 20px;
  list-style-type: disc;
  font-family: "Questa Regular", Georgia, serif;
  font-size: 1rem;
}

.destination-page-header__copy {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 980px) {
  .destination-page-header__copy {
    padding: 0 60px;
  }
}

.destination-page-header__copy--truncated {
  display: block;
}

.destination-page-header__copy--full {
  display: none;
}

.destination-page-header__toggle-display {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8888888889rem;
  color: #286891;
  cursor: pointer;
}

@media (min-width: 740px) {
  .destination-page-header-nav {
    padding-top: 5px;
  }
}

@media (max-width: 739px) {
  .destination-page-header-nav {
    padding-top: 5px;
  }
}

@media (min-width: 980px) {
  .destination-page-header-nav {
    padding-top: 5px;
  }
}

.destination-description {
  float: left;
  width: -webkit-calc(100% - 368px);
  width: calc(100% - 368px);
}

@media (max-width: 739px) {
  .destination-description {
    width: 100%;
  }
}

.one-up-nav,
.two-up-nav {
  border-top: 2px solid #d2d4d3;
  border-bottom: 2px solid #d2d4d3;
  margin-top: 22px;
  overflow: hidden;
}

.one-up-nav .custom-select,
.two-up-nav .custom-select {
  font-size: 0.8888888889rem;
  border-radius: 0;
  padding: 22px 0;
}

@media (min-width: 740px) {
  .one-up-nav .custom-select,
  .two-up-nav .custom-select {
    font-size: 1.1111111111rem;
  }
}

@media (min-width: 740px) {
  .one-up-nav .nav-filter,
  .two-up-nav .nav-filter {
    display: block;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

@media (min-width: 980px) {
  .one-up-nav .nav-filter,
  .two-up-nav .nav-filter {
    padding-left: 50px;
    border-right: 0;
  }
}

.one-up-nav .nav-filter__list,
.two-up-nav .nav-filter__list {
  margin: 0;
}

.one-up-nav .nav-filter__item,
.two-up-nav .nav-filter__item {
  margin-left: 0;
  margin-right: 0;
}

.one-up-nav .nav-filter__item a,
.two-up-nav .nav-filter__item a {
  font-size: 0.7777777778rem;
}

@media (min-width: 980px) {
  .one-up-nav .nav-filter__item a,
  .two-up-nav .nav-filter__item a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.two-up-nav__venue {
  border-top: 1px solid #d2d4d3;
  border-bottom: 0px solid #d2d4d3;
  border-left: 1px solid #d2d4d3;
  border-right: 1px solid #d2d4d3;
  background-color: #fff;
}

@media (min-width: 980px) {
  .two-up-nav {
    margin-top: 0;
  }
}

.two-up-nav__item {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}

.two-up-nav__item:last-child {
  float: right;
}

.two-up-nav__item:last-child a {
  border-right: 0;
}

@media (min-width: 740px) {
  .two-up-nav__item {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .two-up-nav__item:last-child {
    width: 130px;
  }
}

@media (min-width: 980px) {
  .two-up-nav__item {
    width: auto;
  }
  .two-up-nav__item:last-child {
    width: auto;
    padding-right: 25px;
  }
}

.two-up-nav__item > a {
  display: block;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  border-right: 2px solid #d2d4d3;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 0.8888888889rem;
  text-transform: uppercase;
  color: #232323;
  padding-top: 21px;
  padding-bottom: 22px;
}

@media (min-width: 740px) {
  .two-up-nav__item > a {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 0.8888888889rem;
  }
}

@media (min-width: 980px) {
  .two-up-nav__item > a {
    padding-right: 50px;
  }
}

.two-up-nav .custom-select {
  border-right: 2px solid #d2d4d3;
}

@media (max-width: 980px) {
  .two-up-nav .nav-filter {
    border-right: 2px solid #d2d4d3;
  }
}

.one-up-nav__item-sticky {
  position: fixed;
  top: 85px;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
  padding: 5px 0;
  display: none;
}

.one-up-nav__mobile-sticky {
  position: fixed;
  top: 70px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  display: none;
}

.two-up-nav__sticky {
  position: fixed;
  top: 85px;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 100;
  padding: 5px 0;
  display: none;
}

.two-up-nav__sticky .nav-filter {
  padding-left: 50px;
}

.two-up-nav__sticky .two-up-nav__item > a {
  padding-top: 10px;
}

@media (min-width: 740px) {
  .one-up-nav__item-sticky.fixed-desktop {
    display: block;
  }
  .one-up-nav__item-sticky.fixed-desktop .nav-filter__item {
    margin: 0 5px;
  }
  .two-up-nav.hide-original {
    display: none;
  }
  .two-up-nav__sticky.fixed-desktop {
    display: block;
  }
  .two-up-nav__sticky .nav-filter__item {
    margin: 0 5px;
  }
  .two-up-nav__sticky .two-up-nav__item > a {
    padding-top: 2px;
    padding-bottom: 10px;
  }
}

@media (max-width: 739px) {
  .one-up-nav__mobile-sticky.fixed-mobile {
    display: block;
  }
  .one-up-nav__mobile-sticky.fixed-mobile .custom-select {
    padding: 10px 0;
    border-bottom: 1px solid #d2d4d3;
  }
  .two-up-nav__sticky {
    height: auto;
    border-bottom: 1px solid #d2d4d3;
    padding-top: 10px;
  }
  .two-up-nav__sticky.fixed-mobile .custom-select {
    border-right: 2px solid #d2d4d3;
    border-radius: 0;
    padding: 10px 0;
  }
  .two-up-nav__sticky .two-up-nav__item > a {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .two-up-nav__sticky.fixed-mobile {
    display: block;
    top: 61px;
    padding: 10px 0 0 0;
  }
}

.menu-icon {
  position: relative;
  margin-right: 5px;
}

@media (min-width: 740px) {
  .menu-icon {
    margin-right: 10px;
  }
}

.category-icon {
  position: relative;
  top: 1px;
  width: 20px;
  height: 14px;
}

.map-icon {
  top: 3px;
  width: 26px;
  height: 18px;
}

@media (min-width: 740px) {
  .map-icon {
    top: 5px;
    width: 32px;
    height: 22px;
  }
}

.icon__calendar {
  width: 48px;
  height: 46px;
}

.icon__transportation {
  width: 43px;
  height: 50px;
}

.icon__weather {
  width: 50px;
  height: 43px;
}

.icon__globe,
.icon__lightbulb {
  width: 50px;
  height: 50px;
}

.icon__electric {
  width: 50px;
  height: 34px;
}

.icon__currency {
  display: block;
  width: 25px;
  height: 49px;
  margin: auto;
}

.icon__to-top {
  position: relative;
  top: 5px;
  width: 18px;
  height: 22px;
}

.guide-social-share .social-share-list {
  margin-top: 0;
}

@media (min-width: 740px) {
  .guide-social-share .social-share-list {
    margin-bottom: 10px;
  }
}

@media (min-width: 980px) {
  .guide-social-share .social-share-list {
    margin-bottom: 8px;
  }
}

.destination-list .side-bar {
  padding-top: 15px;
}

.destination-list .list {
  padding-top: 15px;
  float: left;
  width: -webkit-calc(100% - 328px);
  width: calc(100% - 328px);
}

@media (max-width: 739px) {
  .destination-list .list {
    width: 100%;
  }
}

.destination-list .list__item {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}

@media (max-width: 739px) {
  .destination-list .list__item {
    background: #f7f8f8;
    padding: 10px;
    margin: 0 10px 20px -10px;
  }
}

.destination-list .list__item__media {
  width: 25%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px;
  max-height: 140px;
}

@media (max-width: 739px) {
  .destination-list .list__item__media {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    max-height: 100%;
  }
}

@media (min-width: 741px) {
  .destination-list .list__item__media {
    max-height: 100px;
  }
}

@media (min-width: 980px) {
  .destination-list .list__item__media {
    max-height: 140px;
  }
}

.destination-list .list__item__details {
  display: block;
  text-align: left;
  /*         float: left; */
  /*         width: 72%; */
}

@media (max-width: 739px) {
  .destination-list .list__item__details {
    width: 100%;
  }
}

@media (min-width: 741px) {
  .destination-list .list__item__details {
    /*           width: 69%; */
  }
}

.destination-list .list__item__title {
  font-size: 1.1666666667rem;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
  width: 100%;
}

.destination-list .list__item__title a {
  color: #232323;
}

@media (max-width: 739px) {
  .destination-list .list__item__title {
    font-size: 1.1666666667rem;
  }
}

.destination-list .list__item__description {
  font-size: 0.9444444444rem;
  margin: .5em 0;
}

@media (max-width: 739px) {
  .destination-list .list__item__description {
    font-size: 1rem;
  }
}

.destination-list .list__item__read_more {
  font-size: 0.9444444444rem;
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: capitalize;
  color: #286891;
}

@media (max-width: 739px) {
  .destination-list .list__item__read_more {
    font-size: 1rem;
  }
}

.destination-list .grid {
  padding-bottom: 0;
  margin: auto;
  padding-top: 15px;
}

@media (min-width: 1400px) {
  .destination-list .grid {
    width: 1289px;
  }
}

.destination-list .grid__item {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  overflow: hidden;
}

@media (min-width: 740px) {
  .destination-list .grid__item {
    width: 313px;
    height: 435px;
  }
}

@media (min-width: 1400px) {
  .destination-list .grid__item {
    width: 310px;
  }
}

@media (max-width: 739px) {
  .destination-list .grid__item {
    width: 310px;
    height: 435px;
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.destination-list .grid__item.side-bar {
  position: relative;
  float: right;
  right: auto;
}

@media (max-width: 739px) {
  .destination-list .grid__item.side-bar {
    display: none;
  }
}

.destination-list .grid__item.side-bar--tall {
  height: 880px;
}

.destination-list .grid__item__media {
  height: 183px;
  overflow: hidden;
}

@media (max-width: 739px) {
  .destination-list .grid__item__cat {
    font-size: 1.1111111111rem;
  }
}

.destination-list .grid__item__title {
  font-size: 1.1666666667rem;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

@media (max-width: 739px) {
  .destination-list .grid__item__title {
    font-size: 1.1666666667rem;
  }
}

.destination-list .grid__item__description {
  font-size: 0.9444444444rem;
  margin: .5em 0;
}

@media (max-width: 739px) {
  .destination-list .grid__item__description {
    font-size: 1rem;
  }
}

.destination-list .grid__item__read_more {
  font-size: 0.9444444444rem;
  font-family: "Quadon Bold", Courier, sans-serif;
  text-transform: capitalize;
  color: #286891;
}

@media (max-width: 739px) {
  .destination-list .grid__item__read_more {
    font-size: 1rem;
  }
}

.destination-list .alt-link, .destination-list .top-list__cat-nav__back-link, .destination-list .ranking-list__btt {
  font-family: "Quadon Regular", Courier, sans-serif;
}

.ui-dialog-titlebar {
  display: none;
}

.popup-content {
  padding: 2%;
  float: left;
  width: 96%;
}

.modal-header {
  border-bottom: 2px solid #ccc;
  padding: 2%;
  float: left;
  width: 96%;
}

.modal-content {
  background-color: #fff;
  box-shadow: 3 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  position: relative;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  width: 100%;
  float: left;
}

.modal-footer {
  border-top: 2px solid #ccc;
  padding: 10px 2%;
  width: 96%;
  margin-top: 5px;
  text-align: right;
  float: left;
}

.modal-dialog {
  float: left;
  width: 100%;
}

button.close {
  float: right;
  max-width: 10%;
}

.modal-header h6 {
  float: left;
  max-width: 90%;
}

.popup-content ul {
  width: 100%;
  float: left;
}

.popup-content ul li {
  float: left;
  margin-right: 3%;
  width: 30%;
}

.modal-header button.close {
  background: #666;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  padding: 1px 5px 3px;
  border-radius: 32px;
  margin: 0;
  text-shadow: none;
  opacity: 1;
  border: 0;
  font-weight: bold;
}

.modal-header button.close:focus {
  outline: 0;
}

div#myModal {
  position: fixed;
  display: none;
  top: 50%;
  width: 60% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 20;
}

.ui-widget-content a {
  color: #286891;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.newsletter-signup__submit.localexpertstips::after {
  content: "\f114";
  display: inline-block;
  font-family: "tlicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 3px;
  right: 0;
  font-size: 0.8333333333rem;
}

.local-expert-tips {
  width: 275px;
  margin-bottom: 25px !important;
  cursor: pointer;
}

.local-expert-tips::before {
  content: "\f116";
  display: inline-block;
  font-family: "tlicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  bottom: 1px;
  left: 256px;
  right: 0;
  font-size: 0.8333333333rem;
}

#dg-local-experts-content {
  padding-bottom: 25px;
  display: none;
}

#dg-local-experts-content #localexpertssection {
  padding-bottom: 0px;
}

.tiled-landing-page-header {
  font-family: "Quadon Regular",Courier,sans-serif;
}

.tiled-landing-page-header .paragraph-truncate-view {
  float: none;
}

.tiled-landing-page-header .paragraph-full-view {
  float: none;
}

.tiled-landing-page-header__title {
  margin: 10px 0 0 0;
  color: #232323;
  font-size: 2.7222222222rem;
  font-weight: 700;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.tiled-landing-page-header__dek {
  margin: 0 0 10px;
  text-align: left;
  padding: 0 30px;
  font-size: 0.8888888889rem;
}

.tiled-landing-page-header__dek p {
  margin: 15px 0 0 0;
}

@media (min-width: 740px) {
  .tiled-landing-page-header__dek {
    padding: 0 45px;
    font-size: 1.1111111111rem;
  }
}

.tiled-landing-page-header__toggle-display {
  margin-left: 10px;
  font-size: 0.8888888889rem;
  color: #286891;
  cursor: pointer;
}

.destination-guide-page-2015 .more-content-hd {
  padding-top: 20px;
}

.destination-guide-page-2015 .more-content-hd:before {
  top: 64%;
}

.destination-guide-page-2015 .story-card .story-card__media {
  position: relative;
}

@media (min-width: 1400px) {
  .destination-guide-page-2015 .article-tips__item {
    margin-right: 57px;
  }
  .destination-guide-page-2015 .tg-video-tout-bottom {
    display: none;
  }
}

@media (max-width: 1400px) {
  .destination-guide-page-2015 .tg-video-tout-bottom {
    display: block;
  }
  .destination-guide-page-2015 .tg-video-tout-top {
    display: none;
  }
}

.article-tips__item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}

@media (min-width: 740px) {
  .article-tips__item {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
  }
}

@media (min-width: 1400px) {
  .article-tips__item {
    float: left;
    max-width: 425px;
    margin-right: 60px;
  }
}

.article-tips__item:last-child {
  margin-bottom: 0;
}

.article-tips__body {
  float: left;
  width: 84.1860465116%;
}

.article-tips__icon {
  float: left;
  width: 11.6279069767%;
  max-width: 50px;
  margin-right: 3.9534883721%;
  font-style: initial;
}

.article-tips__icon svg {
  max-width: 100%;
}

.article-tips__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Flama Medium", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111rem;
  line-height: 1.125;
  font-weight: 700;
  display: block;
}

.article-tips__content {
  font-family: "Questa Regular", Georgia, serif;
  margin-top: 0;
}

.article-tips .side-bar {
  width: 318px;
  background: #f7f8f8;
  padding: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .article-tips .side-bar {
    position: relative !important;
    top: auto;
  }
}

.four-up {
  width: 100%;
}

.four-up__block {
  width: 100%;
  float: left;
}

.four-up__block_tips {
  width: 100%;
  float: left;
}

@media (min-width: 740px) {
  .four-up__block {
    width: 48%;
  }
  .four-up__block:nth-child(2n) {
    float: right;
  }
  .four-up__block_tips {
    width: 48%;
  }
  .four-up__block_tips:nth-child(2n) {
    float: right;
  }
}

@media (min-width: 980px) {
  .four-up__block {
    width: 23%;
    padding-right: 2.666666667%;
  }
  .four-up__block:nth-child(2n) {
    float: left;
  }
  .four-up__block:nth-child(4n) {
    float: right;
    padding-right: 0;
  }
  .four-up__block_tips {
    width: 23%;
    padding-right: 2.666666667%;
  }
  .four-up__block_tips:nth-child(2n) {
    float: left;
  }
  .four-up__block_tips:nth-child(4n) {
    padding-right: 0;
  }
}

@media (min-width: 740px) {
  .four-up .story-card__media {
    max-height: 188px;
    overflow: hidden;
    position: relative;
  }
}

.listicle {
  position: relative;
  padding-bottom: 0px;
  border-bottom: 1px solid #d2d4d3;
}

.listicle::after {
  clear: both;
  content: "";
  display: table;
}

.listicle__banner-img {
  width: 100%;
  padding-bottom: 83.3333333333%;
  background: url("../img/test-hero.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media (min-width: 740px) {
  .listicle__banner-img {
    height: 400px;
    padding-bottom: 0;
  }
}

@media (min-width: 980px) {
  .listicle__banner-img {
    height: 515px;
    background-attachment: fixed;
  }
}

.listicle__with_header_image {
  margin-top: -100px;
  background: #fff;
  border-radius: 10px;
  padding-left: 10px;
}

@media (min-width: 740px) {
  .listicle__with_header_image .side-bar {
    right: 10px;
  }
}

.listicle__media-credit {
  float: right;
  margin: 5px 10px 0;
}

.listicle__main-body {
  margin: 0 auto 10px auto;
  float: left;
}

@media (min-width: 740px) {
  .listicle__main-body {
    float: left;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .listicle__main-body iframe {
    width: 100% !important;
  }
}

.listicle__body {
  position: relative;
  margin: 0 auto 0 auto;
  /* width: 100%; */
  float: left;
}

@media (max-width: 739px) {
  .listicle__body {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .listicle__body {
    float: left;
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
  }
  .listicle__body .listicle-ad {
    margin: 0 auto;
    width: 300px;
  }
  .listicle__body iframe {
    width: 100% !important;
  }
}

@media (min-width: 980px) {
  .listicle__body {
    /* width: 100%; */
    margin-bottom: 0;
  }
  .listicle__body .listicle-ad {
    width: 100%;
  }
}

.listicle__body-inner {
  position: relative;
  margin-bottom: 1.6rem;
  overflow: visible;
  display: table;
  height: 100%;
}

@media (max-width: 739px) {
  .listicle__body-inner {
    margin-bottom: 0;
  }
}

.listicle__body-inner:nth-last-child(2) + .hr-listicle {
  display: none;
}

.listicle__body-head {
  display: inline;
  width: 45%;
}

@media (max-width: 739px) {
  .listicle__body-head {
    width: 100%;
  }
}

.listicle__body-number {
  color: #97a8a5;
  float: left;
  display: table-cell;
  vertical-align: middle;
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 1.1;
  padding-top: 0;
  margin-bottom: 5px;
  width: 6.25rem;
  max-width: 6.25rem;
  min-width: 6.25rem;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
}

.listicle__body-title {
  margin-bottom: .25rem;
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  float: left;
  margin-right: -6.25rem;
  padding-right: 6.875rem;
  font-size: 1.625rem;
  font-weight: 700;
  vertical-align: middle;
  color: #000;
  line-height: 1.2;
  box-sizing: border-box;
}

@media (max-width: 739px) {
  .listicle__body-title {
    display: table-cell;
    vertical-align: middle;
    width: 95%;
    margin-bottom: .5625rem;
  }
}

@media (min-width: 741px) {
  .listicle__body-title {
    width: 95%;
  }
}

@media (min-width: 980px) {
  .listicle__body-title {
    width: 46%;
  }
}

.listicle__body-title-no-image {
  width: 95%;
}

.listicle__body-dek {
  float: left;
}

@media (max-width: 739px) {
  .listicle__body-dek {
    width: 100%;
  }
}

@media (min-width: 741px) {
  .listicle__body-dek {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .listicle__body-dek {
    width: 45%;
  }
}

.listicle__body-dek-no-img {
  width: 100%;
}

.listicle__body-dek p {
  margin: 1em 0 12px 0;
}

.listicle__body .media-content {
  float: right;
  margin-bottom: 20px;
  margin: 0;
}

@media (max-width: 739px) {
  .listicle__body .media-content {
    width: 100%;
  }
}

@media (min-width: 739px) {
  .listicle__body .media-content {
    padding-top: 1rem;
  }
}

@media (min-width: 741px) {
  .listicle__body .media-content {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .listicle__body .media-content {
    width: 53%;
  }
}

.listicle__body .media-content__media-holder {
  position: relative;
  text-align: center;
}

@media (min-width: 980px) {
  .listicle__body .media-content__smart-crop {
    position: relative;
    padding-bottom: 0 !important;
    overflow: hidden;
    height: auto;
  }
}

@media (min-width: 740px) {
  .listicle__body .media-content__smart-crop {
    position: relative;
    padding-bottom: 62.259259%;
    overflow: hidden;
    height: auto;
  }
}

@media (max-width: 739px) {
  .listicle__body .media-content__smart-crop {
    padding-bottom: 64%;
  }
}

.listicle__side-bar {
  width: 300px;
  position: absolute;
}

@media (max-width: 739px) {
  .listicle__side-bar {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 980px) {
  .listicle__side-bar {
    margin-top: -120px !important;
  }
}

@media (min-width: 740px) {
  .listicle__side-bar {
    display: block;
    float: right;
    right: 0;
    margin-top: 20px;
  }
}

.hr-listicle {
  margin-top: 0;
  width: 75%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  height: 1px;
  background-color: #eaeeed;
  display: block;
  border: none;
  box-sizing: border-box;
}

@media (max-width: 739px) {
  .hr-listicle {
    margin-bottom: .25rem;
  }
}

.node-type-listicle .tout-column .tout-column--overlay {
  position: relative;
}

.tg__destination {
  width: 100%;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tg__destination--title {
  text-align: center;
  display: block;
  margin: 10px 0;
  font-family: "Quadon Bold", Courier, sans-serif;
}

.tg__destination .accordion-nav__section__title {
  background: #68a19a;
}

.tg__destination .accordion-nav__sub-section__item {
  background: #86b4ae;
  margin: 0 .25em 0 .25em;
}

.tg__destination .nav-filter__tg {
  text-align: center !important;
  float: none !important;
}

.tg__destination .nav-filter__tg .item-list ul {
  margin: 0 0 0 0;
}

.tg__destination .nav-continent__item {
  color: #68a19a;
  display: inline-block;
  font-family: "Quadon Bold", Courier, sans-serif;
  margin: 10px 5px;
  text-transform: uppercase;
}

.tg__destination .nav-continent__item a {
  border: 2px solid transparent;
  border-radius: 5px;
  color: #232323;
  font-size: 0.777778rem;
  letter-spacing: 0.01em;
  padding: 5px 10px;
  position: relative;
  transition: border-color 0.15s ease-out 0s;
}

.tg__destination .nav-continent__item a:hover {
  border: 2px solid #d2d4d3;
}

.tg__more-section {
  margin: 0 auto;
  max-width: 925px;
  padding: 10px 0 10px 0;
}

@media (min-width: 980px) {
  .tg__more-section .nav-travel_ideas__item {
    float: left;
    width: 30%;
  }
}

.tg__more-section ul {
  margin: 0;
}

.tg__more-section--popular-destinations {
  text-align: left;
}

@media (min-width: 740px) {
  .tg__more-section--popular-destinations {
    display: table-cell;
  }
}

.tg__more-section--popular-destinations li {
  width: 100%;
}

.tg__more-section--ways-explore {
  float: left;
  width: 33%;
  text-align: left;
}

.tg__more-section--ways-explore ul {
  margin-top: 10px;
}

@media (max-width: 739px) {
  .tg__more-section--ways-explore {
    width: 100%;
  }
}

.tg__more-section--ways-explore li {
  width: 100%;
  margin-left: 0 !important;
}

.tg__tips-section {
  margin: 0 auto;
  max-width: 1400px;
  padding: 10px 0 10px 0;
}

.tg__tips-section .story-card__media {
  position: relative;
}

.tg-video-tout .story-card {
  margin-bottom: 34px;
}

.content-pager {
  position: fixed;
  width: 100%;
  top: 75%;
  left: 0;
  right: 0;
  z-index: 40;
}

.content-pager__link {
  height: 80px;
  position: absolute;
  outline: none;
  background: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 739px) {
  .content-pager__link {
    height: 50px;
  }
}

.content-pager__link::after {
  clear: both;
  content: "";
  display: table;
}

.content-pager__link .pagination-btn {
  height: 100%;
  width: 57px;
  color: #68a19a;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 739px) {
  .content-pager__link .pagination-btn {
    width: 25px;
  }
}

.content-pager__link--next {
  right: 0;
  border-left: 3px solid #68a19a;
}

.content-pager__link--next .pagination-btn {
  float: right;
}

.content-pager__link--next .content-pager__link-interior {
  float: left;
}

.content-pager__link--prev {
  text-align: right;
  left: 0;
  border-right: 3px solid #68a19a;
}

.content-pager__link--prev .pagination-btn {
  float: left;
}

.content-pager__link--prev .content-pager__link-interior {
  float: right;
}

.content-pager__link-dir {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #68a19a;
  font-size: 0.7777777778rem;
  line-height: 1;
  opacity: 0;
  margin: 13px 15px 5px;
}

@media (max-width: 739px) {
  .content-pager__link-dir {
    margin: 5px 15px 2px;
    font-size: 0.6666666667rem;
  }
}

.content-pager__link-title {
  color: #232323;
  line-height: 1.125;
  font-size: 0.8888888889rem;
  opacity: 0;
  margin: 0 15px 13px;
}

@media (max-width: 739px) {
  .content-pager__link-title {
    font-size: 0.7777777778rem;
  }
}

.content-pager__link-interior {
  width: 0;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.content-pager__link:hover .content-pager__link-interior {
  width: 300px;
}

@media (max-width: 739px) {
  .content-pager__link:hover .content-pager__link-interior {
    width: 280px;
  }
}

.content-pager__link:hover .content-pager__link-title,
.content-pager__link:hover .content-pager__link-dir {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s;
  -moz-transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.15s;
}

.pagination-btn {
  background-color: transparent;
  border: 0;
  height: 58px;
  width: 58px;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
}

.pagination-btn:focus {
  outline: none;
}

.pagination-btn .pagination-arrow-icon {
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 40px;
  width: 40px;
  color: #68a19a;
}

@media (max-width: 739px) {
  .pagination-btn .pagination-arrow-icon {
    height: 20px;
    width: 20px;
  }
}

.pagination-btn--prev .pagination-arrow-icon {
  left: 46%;
  -webkit-transform: rotateZ(-180deg) translateY(50%) translateX(50%);
  -moz-transform: rotateZ(-180deg) translateY(50%) translateX(50%);
  -ms-transform: rotateZ(-180deg) translateY(50%) translateX(50%);
  -o-transform: rotateZ(-180deg) translateY(50%) translateX(50%);
  transform: rotateZ(-180deg) translateY(50%) translateX(50%);
}

.pagination-btn:hover {
  background-color: #fff;
}

.pagination-btn svg {
  fill: currentColor;
}

@media (max-width: 767px) {
  .clear-left-xs {
    clear: left !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clear-left-sm {
    clear: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .clear-left-md {
    clear: left !important;
  }
}

@media (min-width: 1200px) {
  .clear-left-lg {
    clear: left !important;
  }
}

.banner-bg {
  background-color: #a7a6a6;
}

.banner-centered {
  margin: 15px auto 0 auto;
}

.page-container--cityguide {
  margin: 0 auto;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.page-container--cityguide .social-share-list__icon,
.page-container--cityguide .social-share:after {
  background-color: transparent !important;
}

@media (min-width: 980px) {
  .page-container--cityguide {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 3.5%;
    margin-right: 3.5%;
    border-left: solid 1px #d2d4d3;
    border-right: solid 1px #d2d4d3;
  }
}

@media (max-width: 980px) {
  .page-container--cityguide {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-container--hr {
  border-bottom: solid 1px #d2d4d3;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 15.5%;
  margin-right: 15.5%;
  margin-top: 25px;
}

.leaderboard-container--cityguide {
  padding-bottom: 8px;
}

.cityguide--padding-30 {
  padding: 30px;
}

.cityguide__link-more {
  font-family: "Quadon Regular", Courier, sans-serif;
  margin-left: 1rem;
}

.cityguide__read-more {
  font-family: "Quadon Bold", Courier, sans-serif;
}

.cityguide__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.125;
  color: #fff;
  z-index: 10;
}

@media (min-width: 980px) {
  .cityguide__title {
    bottom: 112px;
    font-size: 3.3333333333rem;
  }
}

.cityguide-info {
  text-align: center;
  margin-bottom: 50px;
}

.cityguide-info__article .header {
  font-family: "Questa Bold", Georgia, serif;
}

.cityguide-info p {
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.8333333333rem;
  font-weight: 700;
  line-height: 2.2em;
}

.cityguide-info__read-more {
  font-family: "Quadon Bold", Courier, sans-serif;
  color: #68a19a;
}

.cityguide-page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.cityguide .divider {
  border: 0;
  background-color: #d2d4d3;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cityguide .hero-banner-img--gradient:after .cityguide-guide__title {
  z-index: 1;
}

.cityguide .one-up-nav {
  border: none;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .cityguide .one-up-nav {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .cityguide .one-up-nav .nav-filter {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.cityguide .container {
  width: 100%;
  padding: 0 25px;
}

@media (min-width: 980px) {
  .cityguide .container {
    padding: 0;
  }
}

.cityguide .container--padding-bottom {
  padding-bottom: 50px;
}

.cityguide .container .article-wrapper {
  position: relative;
}

@media (max-width: 980px) {
  .cityguide .container .article-wrapper {
    padding: 0 8%;
  }
}

@media (max-width: 740px) {
  .cityguide .container .article-wrapper {
    padding: 0;
  }
}

.cityguide .container .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cityguide .container div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.cityguide .container .main-column {
  margin-left: -7px;
  margin-right: -7px;
  padding-right: 314px;
}

@media (max-width: 991px) {
  .cityguide .container .main-column {
    padding-right: 0;
  }
}

.cityguide .container .right-column {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
}

@media (max-width: 991px) {
  .cityguide .container .right-column {
    display: none;
  }
}

.cityguide .container .right-column .row {
  height: 100%;
}

.cityguide .cityguide-article {
  position: relative;
  padding: 20px 20px 4px 20px;
  margin-bottom: 14px;
  background-color: #ebeaea;
}

.cityguide .cityguide-article--tip {
  background-color: transparent;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}

.cityguide .cityguide-article--tip .header {
  line-height: 1.2em;
  margin: 16px 0 4px 0;
}

.cityguide .cityguide-article .header {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
}

.cityguide .cityguide-article p {
  font-family: "Questa Regular", Georgia, serif;
  font-size: 0.8888888889rem;
}

.cityguide .cityguide-article .article-image {
  position: relative;
  margin: 0;
  padding: 0;
}

.cityguide .cityguide-article .article-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.cityguide .cityguide-article .article-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.cityguide .cityguide-article .article-image img {
  position: relative;
  width: auto;
  max-width: none;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cityguide .cityguide-article .article-image--green {
  background: #69a19a;
  background: -moz-linear-gradient(top, #69a19a 0%, #39605b 100%);
  background: -webkit-linear-gradient(top, #69a19a 0%, #39605b 100%);
  background: linear-gradient(to bottom, #69a19a 0%, #39605b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a19a', endColorstr='#39605b',GradientType=0 );
}

.cityguide .cityguide-article .article-image-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  background: #000;
  color: #fff;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  padding: 4px 16px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-container--continents {
  margin: 0 auto;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.page-container--continents .social-share-list__icon,
.page-container--continents .social-share:after {
  background-color: transparent !important;
}

@media (min-width: 980px) {
  .page-container--continents {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 3.5%;
    margin-right: 3.5%;
    border-left: solid 1px #d2d4d3;
    border-right: solid 1px #d2d4d3;
  }
}

@media (max-width: 980px) {
  .page-container--continents {
    margin-left: 0;
    margin-right: 0;
  }
}

.leaderboard-container--continents {
  padding-bottom: 8px;
}

.continents .continents-header-full {
  margin: 0 0 30px 0;
}

.continents .one-up-nav {
  border-top: none;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .continents .one-up-nav {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .continents .one-up-nav .nav-filter {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.continents .container {
  width: 100%;
  padding: 0 25px;
}

@media (max-width: 739px) {
  .continents .container {
    width: auto;
  }
  .continents .container .col-sm-6 {
    width: 100%;
  }
}

@media (min-width: 741px) {
  .continents .container {
    width: auto;
  }
  .continents .container .col-sm-6 {
    width: 47%;
  }
}

@media (min-width: 980px) {
  .continents .container {
    padding: 0;
  }
}

.continents .container--padding-bottom {
  padding-bottom: 50px;
}

.continents .container .article-wrapper {
  position: relative;
}

.continents .container .main-column {
  padding-right: 314px;
}

@media (max-width: 991px) {
  .continents .container .main-column {
    padding-right: 0;
  }
}

.continents .container .right-column {
  position: absolute;
  width: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 7px 14px 7px;
}

@media (max-width: 991px) {
  .continents .container .right-column {
    display: none;
  }
}

.continents .container .right-column .row {
  height: 100%;
}

.continents .container .main-column > .row,
.continents .container .right-column > .row {
  margin-left: -7px;
  margin-right: -7px;
}

.continents .container .main-column div[class^=col-],
.continents .container .right-column div[class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.continents .carousel {
  background-color: #232323;
  position: relative;
}

.continents .carousel .carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: outside none none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 15;
}

.continents .carousel .carousel-indicators li {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.continents .carousel .carousel-indicators li.active {
  background-color: #fff;
  height: 12px;
  margin: 0;
  width: 12px;
}

.continents .carousel .carousel-control {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 15%;
}

.continents .carousel .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, transparent 100%);
  background-repeat: repeat-x;
}

.continents .carousel .carousel-control.right {
  background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}

.continents .carousel .carousel-control {
  color: #888;
  width: 55px;
  z-index: 20;
}

.continents .carousel .carousel-control .pagination__prev {
  position: absolute;
  top: 50%;
}

@media (max-width: 739px) {
  .continents .carousel .carousel-control .pagination__prev {
    top: 30%;
  }
}

.continents .carousel .carousel-control .pagination__next {
  position: absolute;
  top: 50%;
}

@media (max-width: 739px) {
  .continents .carousel .carousel-control .pagination__next {
    top: 30%;
  }
}

.continents .carousel .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.continents .carousel .carousel-inner .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .continents .carousel .carousel-inner .item .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .continents .carousel .carousel-inner .item .carousel-inner > .item.next,
  .continents .carousel .carousel-inner .item .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .continents .carousel .carousel-inner .item .carousel-inner > .item.prev,
  .continents .carousel .carousel-inner .item .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .continents .carousel .carousel-inner .item .carousel-inner > .item.next.left,
  .continents .carousel .carousel-inner .item .carousel-inner > .item.prev.right,
  .continents .carousel .carousel-inner .item .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.continents .carousel .carousel-inner .active, .continents .carousel .carousel-inner .next, .continents .carousel .carousel-inner .prev {
  display: block;
}

.continents .carousel .carousel-inner .active, .continents .carousel .carousel-inner .next.left, .continents .carousel .carousel-inner .prev.right {
  left: 0;
}

.continents .carousel .carousel-inner .next, .continents .carousel .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.continents .carousel .carousel-inner .next, .continents .carousel .carousel-inner .active.right {
  left: 100%;
}

.continents .carousel .carousel-inner .prev, .continents .carousel .carousel-inner .active.left {
  left: -100%;
}

.continents .carousel .carousel-inner > .item > a > img,
.continents .carousel .carousel-inner > .item > img {
  margin: auto;
}

.continents .carousel-wrapper {
  position: relative;
  background-color: #7f7f7f;
  padding-top: 33px;
}

.continents .carousel-wrapper .tag-set {
  margin: 0;
}

.continents .carousel-wrapper .tag-set .tag-set__tag:after,
.continents .carousel-wrapper .tag-set .tag-set__tag > a {
  color: #fff;
}

.continents .carousel-wrapper .continents-info {
  position: absolute;
  width: 100%;
  height: 100%;
}

.continents .carousel-wrapper .continents-info .info-inner {
  position: relative;
  height: 100%;
  max-width: 1006px;
  margin: 0 auto;
  z-index: 10;
}

.continents .carousel-wrapper .continents-info .info-white,
.continents .carousel-wrapper .continents-info .info-black,
.continents .carousel-wrapper .continents-info .info-location {
  position: absolute;
  display: inline-block;
}

.continents .carousel-wrapper .continents-info .info-white,
.continents .carousel-wrapper .continents-info .info-black {
  left: 50%;
  font-family: "Quadon Regular", Courier, sans-serif;
  white-space: nowrap;
}

.continents .carousel-wrapper .continents-info .info-location {
  top: 63%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 110px 25px 70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -2px;
}

@media (max-width: 739px) {
  .continents .carousel-wrapper .continents-info .info-location {
    margin: 0 auto;
  }
}

.continents .carousel-wrapper .continents-info .info-location--title {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 5.2777777778rem;
  margin: 10px 0;
  text-transform: capitalize;
}

@media (max-width: 980px) {
  .continents .carousel-wrapper .continents-info .info-location--title {
    font-size: 4.1666666667rem;
  }
}

@media (max-width: 740px) {
  .continents .carousel-wrapper .continents-info .info-location--title {
    font-size: 1.6666666667rem;
  }
}

.continents .carousel-wrapper .continents-info .info-location h1,
.continents .carousel-wrapper .continents-info .info-location p,
.continents .carousel-wrapper .continents-info .info-location a {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}

.continents .carousel-wrapper .continents-info .info-location h1 {
  font-size: 5.2777777778rem;
  margin: 10px 0;
  text-transform: capitalize;
}

.continents .carousel-wrapper .continents-info .info-location p {
  padding: 0 0 0 6px;
}

@media (max-width: 980px) {
  .continents .carousel-wrapper .continents-info .info-location p {
    padding: 0;
  }
}

.continents .carousel-wrapper .continents-info .info-location a {
  margin-right: 15px;
  text-decoration: underline;
}

@media (max-width: 739px) {
  .continents .carousel-wrapper .continents-info .info-location a {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.continents .carousel-wrapper .continents-info .info-white {
  background-color: #fff;
  padding: 2px 50px;
  font-size: 1.6666666667rem;
  z-index: 10;
  -webkit-transform: translate(-50%, 25px);
  -moz-transform: translate(-50%, 25px);
  -ms-transform: translate(-50%, 25px);
  -o-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
}

.continents .carousel-wrapper .continents-info .info-black {
  background-color: #000;
  padding: 0 20px;
  color: #fff;
  font-size: 2.0555555556rem;
  line-height: 1.2em;
  text-transform: capitalize;
  -webkit-transform: translate(-50%, 65px);
  -moz-transform: translate(-50%, 65px);
  -ms-transform: translate(-50%, 65px);
  -o-transform: translate(-50%, 65px);
  transform: translate(-50%, 65px);
}

@media (max-width: 980px) {
  .continents .carousel-wrapper .continents-info .info-white,
  .continents .carousel-wrapper .continents-info .info-black {
    display: none;
  }
  .continents .carousel-wrapper .continents-info .info-location {
    width: 100%;
    text-align: center;
    padding: 30px 0 25px 0;
    top: 50%;
  }
  .continents .carousel-wrapper .continents-info .info-location h1 {
    font-size: 4.1666666667rem;
  }
}

@media (max-width: 740px) {
  .continents .carousel-wrapper .continents-info .info-location {
    top: 40%;
  }
  .continents .carousel-wrapper .continents-info .info-location h1 {
    font-size: 1.6666666667rem;
  }
  .continents .carousel-wrapper .continents-info .info-location p {
    font-size: 0.7777777778rem;
  }
}

.continents .continent-article--location {
  margin-bottom: 30px;
  min-height: 515px;
}

@media (max-width: 739px) {
  .continents .continent-article--location {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .continents .continent-article--location {
    min-height: auto;
  }
}

.continents .continent-article--tip {
  background-color: transparent;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}

.continents .continent-article--tip .header {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 16px 0 4px 0;
}

.continents .continent-article > .content {
  padding: 10px;
}

.continents .continent-article .article-image {
  position: relative;
  margin: 0;
  padding: 0;
}

.continents .continent-article .article-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
}

.continents .continent-article .article-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.continents .continent-article .article-image img {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.continents .continent-article .article-image-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 25px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  padding: 4px 16px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.continents .continent-article .headline {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 16px 10px 10px;
  margin: -33px 40px 0 0;
  border-radius: 0 8px 0 0;
  color: #68a19a;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.2em;
}

.continents .continent-article p {
  font-size: 0.8888888889rem;
}

.continents .continent-article .list {
  list-style: disc;
  font-size: 0.7777777778rem;
  margin-left: 20px;
  margin-bottom: 10px;
}

.continents .continent-article .list li a {
  color: #232323;
}

.continents .continent-article .footer {
  text-align: center;
}

.continents .continent-article .footer .btn {
  border-radius: 8px;
  padding: 10px 30px;
  position: relative;
}

.continents--regions {
  position: relative;
  clear: both;
}

.continents--regions .main-column {
  padding-right: 330px;
}

@media (max-width: 739px) {
  .continents--regions .col-xs-12 {
    padding-left: 0;
  }
}

.continents--region {
  background-color: #d4d4d4;
  background-size: 240px 240px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 350px;
  margin: 14px 0 0;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .continents--region {
    height: auto;
    min-height: 350px;
  }
}

.continents--region ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 1.1111111111rem;
  font-weight: 700;
}

.continents--region h2 {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 2rem;
  color: #0ea5bb;
}

.continents--region-more {
  height: auto;
  background: none;
}

@media (max-width: 739px) {
  .continents--region-more {
    padding: 0;
  }
}

.continents--region-more .header {
  height: 195px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../img/continents/globe_us_canada.gif);
  background-position: 0 0;
  background-size: initial;
  background-color: #0ea5bb;
  font-family: "Quadon Regular", Courier, sans-serif;
  color: #fff;
  text-align: left;
}

.continents--region-more .header .more-wrapper {
  position: relative;
  height: 100%;
  width: 43%;
  padding-left: 10%;
}

@media (max-width: 980px) {
  .continents--region-more .header .more-wrapper {
    padding-left: 30px;
  }
}

@media (max-width: 739px) {
  .continents--region-more .header .more-wrapper {
    padding: 20px 0 20px 0 !important;
  }
}

.continents--region-more .header .list-wrapper {
  position: absolute;
  top: 40px;
  right: 0;
  width: 50%;
}

.continents--region-more .header .list-wrapper a {
  color: #fff;
}

.continents--region-more .header .more {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.continents--region-more .header .more-to-do,
.continents--region-more .header .location {
  display: block;
  line-height: 1em;
}

.continents--region-more .header .more-to-do {
  font-size: 1.2222222222rem;
}

.continents--region-more .header .location {
  font-size: 1.6666666667rem;
}

@media (max-width: 980px) {
  .continents--region-more .header .location {
    font-size: 1.3888888889rem;
  }
}

@media (max-width: 739px) {
  .continents--region-more .header {
    height: auto;
  }
  .continents--region-more .header .more-wrapper {
    height: auto;
    width: 100%;
    padding: 20px;
  }
  .continents--region-more .header .list-wrapper {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .continents--region-more .header .more {
    top: 0;
    text-align: center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.continents--region-africa--middle-east {
  background-image: url(../img/continents/globe_africa.gif);
}

.continents--region-asia {
  background-image: url(../img/continents/globe_asia.gif);
}

.continents--region-caribbean {
  background-image: url(../img/continents/globe_caribbean.gif);
}

.continents--region-europe {
  background-image: url(../img/continents/globe_europe.gif);
}

.continents--region-australia--south-pacific {
  background-image: url(../img/continents/globe_australia.gif);
}

.continents--region-latin-america {
  background-image: url(../img/continents/globe_latin.gif);
}

.continents--region-us--canada {
  background-image: url(../img/continents/globe_latin.gif);
}

.col-sm-6 {
  width: 48%;
  float: left;
}

.col-md-4 {
  width: 31.3333%;
  float: left;
}

@media (min-width: 740px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .hidden-lg {
    display: none !important;
  }
}

.page-container--local-experts {
  margin: 0 auto;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.page-container--local-experts .social-share-list__icon,
.page-container--local-experts .social-share:after {
  background-color: transparent !important;
}

@media (min-width: 980px) {
  .page-container--local-experts {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 3.5%;
    margin-right: 3.5%;
    border-left: solid 1px #d2d4d3;
    border-right: solid 1px #d2d4d3;
  }
}

@media (max-width: 980px) {
  .page-container--local-experts {
    margin-left: 0;
    margin-right: 0;
  }
}

.leaderboard-container--local-experts {
  padding-bottom: 8px;
}

.local-experts__divider {
  border: 0;
  background-color: #d2d4d3;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.local-experts--padding-30 {
  padding: 30px;
}

.local-experts--share-wrapper {
  padding: 30px;
}

@media (max-width: 991px) {
  .local-experts--share-wrapper {
    padding: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

.local-experts--share-wrapper-overlayed {
  position: relative;
  padding: 0 0 25px 0;
  margin-top: -70px;
}

.local-experts__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  margin: 0;
  padding: 0 20px;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-weight: 700;
  font-size: 4.7222222222rem;
  text-align: center;
  line-height: 1.125;
  color: #fff;
  z-index: 10;
}

@media (max-width: 991px) {
  .local-experts__title {
    bottom: auto;
    top: 165px;
  }
}

@media (max-width: 767px) {
  .local-experts__title {
    padding: 0;
    font-size: 2.7777777778rem;
  }
}

.local-experts__pre_title {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 190px;
  padding: 0 100px;
  background-color: #000;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-weight: 300;
  font-size: 2.3888888889rem;
  white-space: nowrap;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .local-experts__pre_title {
    bottom: auto;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .local-experts__pre_title {
    padding: 0 30px;
    font-size: 2.1111111111rem;
  }
}

.local-experts-info {
  text-align: center;
  margin-bottom: 50px;
}

.local-experts-info__article .header {
  font-family: "Questa Bold", Georgia, serif;
}

.local-experts-info p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 0.8888888889rem;
  line-height: 2.2em;
}

.local-experts-info__read-more {
  font-family: "Quadon Bold", Courier, sans-serif;
  color: #68a19a;
}

.local-experts .hero-banner-img--gradient:after .cityguide-guide__title {
  z-index: 1;
}

.local-experts .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 980px) {
  .local-experts .container {
    padding: 0;
  }
}

.local-experts .container--padding-bottom {
  padding-bottom: 50px;
}

.local-experts .container .article-wrapper {
  position: relative;
  margin: 0 5%;
}

@media (max-width: 980px) {
  .local-experts .container .article-wrapper {
    margin: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .local-experts .container .article-wrapper--shift-left {
    margin: 0 50px;
  }
  .local-experts .container .article-wrapper--shift-left div[class^=col-] {
    margin-left: -40px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .local-experts .container .article-wrapper {
    margin: 0 -10px;
  }
  .local-experts .container .article-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
  }
  .local-experts .container .article-wrapper div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.local-experts .container .row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}

.local-experts .container div[class^=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 740px) {
  .local-experts .container .main-column {
    padding-right: 360px;
  }
}

.local-experts .container .right-column {
  position: absolute;
  width: 330px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px 30px;
}

.local-experts .container .right-column .row {
  height: 100%;
}

.local-experts .container .right-column .side-bar {
  top: 0;
}

@media (max-width: 767px) {
  .local-experts .container .main-column.switch-xs {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .local-experts .container .main-column.switch-sm {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .local-experts .container .main-column.switch-md {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .local-experts .container .right-column.switch-xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .local-experts .container .right-column.switch-sm {
    display: none;
  }
}

@media (max-width: 991px) {
  .local-experts .container .right-column.switch-md {
    display: none;
  }
}

.local-experts .local-experts-card {
  margin: 0 auto 50px auto;
  text-align: left;
  /* max-width: 200px; */
  height: 315px;
  position: relative;
}

.local-experts .local-experts-card .location {
  display: inline-block;
  margin: 10px 0 0;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.7777777778rem;
  font-weight: 300;
}

.local-experts .local-experts-card .name {
  margin: 0;
  font-family: "Quadon Bold", Courier, sans-serif;
  font-size: 1.3888888889rem;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 1199px) {
  .local-experts .local-experts-card .name {
    font-size: 1.1111111111rem;
  }
}

.local-experts .local-experts-card p,
.local-experts .local-experts-card a {
  margin: 0;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 0.7777777778rem;
  font-weight: 700;
  color: #68a19a;
}

@media (max-width: 767px) {
  .local-experts .local-experts-card .location {
    font-size: 0.6666666667rem;
  }
  .local-experts .local-experts-card .name {
    font-size: 1rem;
  }
  .local-experts .local-experts-card p,
  .local-experts .local-experts-card a {
    font-size: 0.6666666667rem;
  }
}

.local-experts .local-experts-article {
  position: relative;
  padding: 0;
  margin-bottom: 40px;
  background-color: #000;
  text-align: center;
}

@media (max-width: 767px) {
  .local-experts .local-experts-article {
    margin-bottom: 20px;
  }
}

.local-experts .local-experts-article img {
  opacity: .4;
}

.local-experts .local-experts-article:hover img {
  opacity: .6;
}

.local-experts .local-experts-article--tip {
  background-color: transparent;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}

.local-experts .local-experts-article--tip .header {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  margin: 16px 0 4px 0;
}

.local-experts .local-experts-article p {
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  font-size: 0.8888888889rem;
}

.local-experts .local-experts-article .article-image {
  position: relative;
  margin: 0;
  padding: 0;
}

.local-experts .local-experts-article .article-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.local-experts .local-experts-article .article-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.local-experts .local-experts-article .article-image img {
  position: relative;
  width: auto;
  max-width: none;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.local-experts .local-experts-article .article-image-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  background: none;
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  padding: 4px 16px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
  .local-experts .article-wrapper .main-column {
    padding-right: 0;
  }
}

@media (max-width: 980px) {
  .local-experts .page-container, .local-experts .newsletter-signup--full-width .newsletter-signup__inner, .newsletter-signup--full-width .local-experts .newsletter-signup__inner, .local-experts .leaderboard-container--slideshow {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .local-experts .page-container .main-column, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .main-column, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .main-column, .local-experts .leaderboard-container--slideshow .main-column {
    float: left;
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
  }
  .local-experts .page-container .right-column, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .right-column, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .right-column, .local-experts .leaderboard-container--slideshow .right-column {
    width: 328px;
    float: right;
    padding-right: 20px;
  }
}

@media (min-width: 980px) {
  .local-experts .page-container, .local-experts .newsletter-signup--full-width .newsletter-signup__inner, .newsletter-signup--full-width .local-experts .newsletter-signup__inner, .local-experts .leaderboard-container--slideshow {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin: 0 auto;
  }
  .local-experts .page-container .main-column, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .main-column, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .main-column, .local-experts .leaderboard-container--slideshow .main-column {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}

@media (max-width: 739px) {
  .local-experts .page-container .main-column, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .main-column, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .main-column, .local-experts .leaderboard-container--slideshow .main-column {
    width: 100%;
  }
  .local-experts .page-container .right-column, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .right-column, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .right-column, .local-experts .leaderboard-container--slideshow .right-column {
    display: none;
  }
}

.local-experts .page-container .no-pad, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .no-pad, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .no-pad, .local-experts .leaderboard-container--slideshow .no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 980px) {
  .local-experts .page-container .pad, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .pad, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .pad, .local-experts .leaderboard-container--slideshow .pad {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media (max-width: 739px) {
  .local-experts .page-container .pad, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .pad, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .pad, .local-experts .leaderboard-container--slideshow .pad {
    padding-left: 0;
    padding-right: 0;
  }
}

.local-experts .page-container .no-top, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .no-top, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .no-top, .local-experts .leaderboard-container--slideshow .no-top {
  top: 0;
}

.local-experts .page-container .clear-left-sm, .local-experts .newsletter-signup--full-width .newsletter-signup__inner .clear-left-sm, .newsletter-signup--full-width .local-experts .newsletter-signup__inner .clear-left-sm, .local-experts .leaderboard-container--slideshow .clear-left-sm {
  clear: left;
}

.local-experts .page-container-more-local-experts {
  border-left: solid 1px #d2d4d3;
  border-right: solid 1px #d2d4d3;
  padding-left: 0;
  padding-right: 0;
  max-width: 1398px;
  background-color: #fff;
  text-align: center;
  padding-top: 8px;
}

.local-experts .page-container-more-local-experts .dg-local-experts-content {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .local-experts .page-container-more-local-experts .four-up__block_tips {
    height: 270px;
    text-align: left !important;
  }
}

@media (max-width: 980px) {
  .local-experts .page-container-more-local-experts {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .local-experts .page-container-more-local-experts .main-column {
    float: left;
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
  }
  .local-experts .page-container-more-local-experts .right-column {
    width: 328px;
    float: right;
    padding-right: 20px;
  }
}

@media (min-width: 980px) {
  .local-experts .page-container-more-local-experts {
    margin: 0 auto;
  }
  .local-experts .page-container-more-local-experts .main-column {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}

@media (max-width: 739px) {
  .local-experts .page-container-more-local-experts {
    border-left: none;
    border-right: none;
  }
  .local-experts .page-container-more-local-experts .main-column {
    width: 100%;
  }
  .local-experts .page-container-more-local-experts .right-column {
    display: none;
  }
}

.local-experts .page-container-more-local-experts .no-pad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 980px) {
  .local-experts .page-container-more-local-experts .pad {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media (max-width: 739px) {
  .local-experts .page-container-more-local-experts .pad {
    padding-left: 0;
    padding-right: 0;
  }
}

.local-experts .page-container-more-local-experts .no-top {
  top: 0;
}

.local-experts .page-container-more-local-experts .clear-left-sm {
  clear: left;
}

.local-experts-author section {
  position: relative;
}

.local-experts-author .articles {
  position: relative;
}

.local-experts-author .articles .col-sm-6 {
  position: relative;
  min-height: 1px;
  float: left;
}

@media (min-width: 980px) {
  .local-experts-author .articles .col-sm-6 {
    width: 30%;
    padding-left: 0 !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 980px) {
  .local-experts-author .articles .col-sm-6 {
    width: 41%;
    padding-left: 35px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 739px) {
  .local-experts-author .articles .col-sm-6 {
    padding-left: 3.5% !important;
    padding-right: 0 !important;
    width: 45%;
  }
}

.local-experts-author .articles .local-experts-card {
  text-align: left;
  height: 265px;
  margin: 0;
  position: relative;
}

@media (max-width: 980px) {
  .local-experts-author .articles .local-experts-card {
    height: 275px;
    line-height: 20px;
  }
}

.local-experts-author .articles .local-experts-card .lazy-image {
  position: relative;
  max-width: 200px;
}

.local-experts-author .articles .tip-article {
  margin-bottom: 40px;
  background-color: #000;
}

.local-experts-author .articles .tip-article img {
  opacity: .4;
}

.local-experts-author .articles .tip-article :hover img {
  opacity: .6;
}

@media (max-width: 739px) {
  .local-experts-author .articles .tip-article {
    margin-bottom: 20px;
  }
}

.local-experts-author .articles .tip-article .article-image-caption {
  font-family: "Quadon Regular", Courier, sans-serif;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  color: #fff;
  white-space: nowrap;
  padding: 4px 16px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.local-experts-author .articles .article-image {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

.local-experts-author .articles .article-image img {
  position: relative;
  width: auto;
  max-width: none;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.local-experts-author .articles .article-image .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.local-experts-author .articles .article-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 62.5%;
  box-sizing: border-box;
}

.local-experts-author .content-bottom .more-content-hd {
  text-align: center;
}

.local-experts-author .more-content-hd {
  text-align: left;
  padding-left: 15px;
}

@media (max-width: 991px) {
  .local-experts-author .more-content-hd {
    text-align: left;
  }
  .local-experts-author .more-content-hd .more-content-hd__inner {
    padding-left: 0;
  }
}

.local-experts-author .more-content-hd:before {
  display: none;
}

.local-experts-author .container {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 980px) {
  .local-experts-author .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .local-experts-author .container .main-column {
    float: left;
    width: -webkit-calc(100% - 348px);
    width: calc(100% - 348px);
  }
  .local-experts-author .container .right-column {
    width: 328px;
    float: right;
    padding-right: 20px;
  }
}

@media (min-width: 980px) {
  .local-experts-author .container {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin: 0 auto;
  }
  .local-experts-author .container .main-column {
    float: left;
    width: -webkit-calc(100% - 328px);
    width: calc(100% - 328px);
  }
}

@media (max-width: 739px) {
  .local-experts-author .container .main-column {
    width: 100%;
  }
  .local-experts-author .container .right-column {
    display: none;
  }
}

.local-experts-author .container .article-wrapper,
.local-experts-author .container .local-experts-author-info {
  /* max-width: 960px; */
  /*
      div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px;
      }
 */
}

.local-experts-author .container .article-wrapper .row,
.local-experts-author .container .local-experts-author-info .row {
  margin-left: -15px;
  margin-right: -15px;
}

.local-experts-author .container .article-wrapper .col-xs-4,
.local-experts-author .container .local-experts-author-info .col-xs-4 {
  width: 27%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 739px) {
  .local-experts-author .container .article-wrapper .col-xs-4,
  .local-experts-author .container .local-experts-author-info .col-xs-4 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.local-experts-author .container .article-wrapper .col-xs-8,
.local-experts-author .container .local-experts-author-info .col-xs-8 {
  width: 63%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

@media (max-width: 739px) {
  .local-experts-author .container .article-wrapper .col-xs-8,
  .local-experts-author .container .local-experts-author-info .col-xs-8 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.local-experts-author .container .article-wrapper .divider,
.local-experts-author .container .local-experts-author-info .divider {
  border: 0;
  background-color: #d2d4d3;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.local-experts-author .container .local-experts-author-info {
  margin: 30px auto;
  width: 100%;
  max-width: 1100px;
  /*
      h1 {
        margin-top: 0;
        @include breakpoint($bootstrap-xs) {
          font-size: rem(30px);
        }
      }
 */
}

@media (max-width: 739px) {
  .local-experts-author .container .local-experts-author-info {
    width: auto;
    max-width: none;
    margin: 15px -10px 0 -10px;
  }
}

.local-experts-author .container .local-experts-author-info .lazy-image {
  position: relative;
}

.local-experts-author .container .local-experts-author-info .author-name {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 2.7222222222rem;
  margin-top: 0;
}

@media (max-width: 739px) {
  .local-experts-author .container .local-experts-author-info .author-name {
    font-size: 1.6666666667rem;
  }
}

.local-experts-author .container .local-experts-author-info span {
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.1111111111rem;
}

@media (max-width: 739px) {
  .local-experts-author .container .local-experts-author-info span {
    font-size: 0.8888888889rem;
  }
}

.local-experts-author .container .article-wrapper {
  margin: 0 auto;
}

.local-experts-author .intro {
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 739px) {
  .local-experts-author .intro {
    width: auto;
    max-width: none;
    margin: 15 -10px 0 -10px;
  }
}

@media (max-width: 980px) {
  .local-experts-author .intro {
    margin: 30px 0 0;
  }
}

@media (max-width: 739px) {
  .local-experts-articles .container {
    padding-left: 3%;
    padding-right: 3%;
    width: auto;
  }
}

@media (max-width: 980px) {
  .local-experts-articles .right-column {
    padding-right: 40px !important;
  }
}

.local-experts-articles .more-content-hd {
  padding: 10px 0;
  margin: 15px auto 15px;
}

.local-experts-articles .more-content-hd:before {
  display: none;
}

.local-experts-articles .view-content {
  border: 1px solid #d2d4d3;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
}

.local-experts-articles .view-content table {
  margin-bottom: 0;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px;
}

.local-experts-articles .view-content table tr.views-row-first {
  width: 100%;
}

.local-experts-articles .view-content table tr.even {
  background-color: #fff;
}

.local-experts-articles .view-content table tr td {
  border: 0px none;
  font-size: 0.8888888889rem;
}

.local-experts-articles .view-content .table {
  width: 100%;
}

.local-experts-articles .view-content .views-table tbody {
  border-top: none;
}

.local-experts-articles .view-content .views-table .views-field a {
  font-size: 1.1111111111rem;
  padding-right: 16px;
  color: #68a19a;
  background: transparent url("/sites/all/themes/tnl_redesign/templates/etr/assets/img/skyblue_arrow.png") no-repeat scroll right 7px;
}

.local-experts-articles .view-content .views-table .views-field-nothing {
  width: 70%;
  float: left;
  padding: 10px 0 10px 10px;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 {
  width: 20%;
  float: right;
  padding: 10px 10px 10px 0;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-dollar {
  font-size: 0.0555555556rem;
  margin-top: 7px;
  color: #fff;
  padding: 6px 3px;
  background: transparent url("/sites/all/themes/tnl_redesign/templates/etr/assets/img/dollar.png") repeat-x scroll 0% 0%;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-1 {
  width: 2px;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-2 {
  width: 9px;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-3 {
  width: 16px;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-4 {
  width: 23px;
}

.local-experts-articles .view-content .views-table .views-field-nothing-1 .price-5 {
  width: 30px;
}

.local-experts-articles .view-content .views-table .attrBar8,
.local-experts-articles .view-content .views-table .attrBar9 {
  line-height: 16px;
  margin: -2px -20px 0px;
  overflow: hidden;
  padding: 7px 20px;
  font-size: 0.6666666667rem;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn {
  margin-right: 20px;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn .venueScore,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn .venueScore {
  border-radius: 5px;
  float: left;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 38px;
  margin-right: 10px;
  padding: 0px 8px;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn .venueScore.positive,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn .venueScore.positive {
  background: #68a19a none repeat scroll 0px 0px;
  color: #fff;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn sup,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn sup {
  top: -0.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn .ratingJustification,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn .ratingJustification {
  display: table-cell;
  height: 32px;
  line-height: 16px;
  font-size: 0.6666666667rem;
  vertical-align: middle;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn .ratingJustification > p,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn .ratingJustification > p {
  color: #8c8888;
  font-size: 0.6666666667rem;
  font-weight: bold;
  margin: 0px 0px 10px;
}

.local-experts-articles .view-content .views-table .attrBar8 .leftColumn .ratingJustification p:last-child,
.local-experts-articles .view-content .views-table .attrBar9 .leftColumn .ratingJustification p:last-child {
  margin-bottom: 0px;
  text-align: left;
}

.local-experts-articles .local-experts-article .article-image:before {
  padding-top: 66.67% !important;
}

.local-experts-articles .map-column {
  float: left;
}

.local-experts-articles .map-column .divider {
  border: 1px solid #d2d4d3;
}

.local-experts-articles .map-column .view-footer {
  font-size: 0.6666666667rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.local-experts-articles .map-column .view-footer img {
  background: transparent url("/sites/all/themes/tnl_redesign/templates/etr/assets/img/foursquare-icon.jpg") no-repeat scroll 0% 0%;
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0 0 5px 5px;
  vertical-align: middle;
  border: 0px none;
}

.local-experts-articles .map-column .view-footer p:last-child {
  margin-bottom: 0px;
}

.local-experts-articles-info {
  position: relative;
  margin: 30px auto;
  width: 100%;
  max-width: 1100px;
  text-align: left;
}

.local-experts-articles-info .main-column {
  float: left;
  width: -webkit-calc(100% - 348px !important);
  width: calc(100% - 348px !important);
}

.local-experts-articles-more {
  position: relative;
  margin: 40px auto;
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

@media (max-width: 739px) {
  .local-experts-articles .local-experts__pre_title {
    font-size: 1.4444444444rem;
    width: 80%;
    white-space: normal;
    line-height: 30px;
  }
}

.local-experts-articles .profile-wrapper {
  position: relative;
  overflow: hidden;
}

.local-experts-articles .profile {
  position: relative;
  float: left;
  padding-bottom: 10px;
}

.local-experts-articles .social-share-wrapper {
  position: relative;
  float: right;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .local-experts-articles .social-share-wrapper {
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
    margin: 10px 10px 0 0;
  }
}

.local-experts-articles .profile-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .local-experts-articles .profile-image {
    width: 40px;
    height: 40px;
  }
}

.local-experts-articles .profile-text {
  position: relative;
  padding-left: 80px;
}

@media (max-width: 767px) {
  .local-experts-articles .profile-text {
    font-size: 0.7777777778rem;
    padding-left: 50px;
  }
}

.local-experts-articles .profile p {
  color: #232323;
  font-family: "Flama Book", Helvetica, Arial, sans-serif;
  margin: 0;
}

.local-experts-articles .profile span {
  color: #5e6c6b;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-style: italic;
}

.local-experts-articles .article-image-caption {
  background: none;
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  text-align: center;
}

@media (min-width: 740px) {
  .local-experts-articles .main-column {
    padding-right: 360px;
  }
}

.local-experts-articles .right-column {
  width: 330px;
  padding: 70px 30px 30px 30px;
}

.local-experts-articles div[class^=col-]:not(:last-child) > .local-experts-toplist-article {
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d4d3;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .local-experts-articles div[class^=col-]:not(:last-child) > .local-experts-toplist-article {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: none;
  }
}

.local-experts-articles .local-experts-toplist-article .toplist-image {
  position: relative;
  float: left;
  padding: 20px 20px 20px 20px;
  /*
@include breakpoint($to-mobile) {
        padding: 10px 20px 20px 10px;
      }
 */
}

.local-experts-articles .local-experts-toplist-article .toplist-content {
  position: relative;
  padding-left: 190px;
  padding-right: 20px;
  /*
@include breakpoint($to-mobile) {
        padding-left: 100px;
      }
 */
}

.local-experts-articles .local-experts-toplist-article .toplist-content .header {
  font-family: "Quadon Regular", Courier, sans-serif;
}

.local-experts-articles .local-experts-toplist-article .toplist-content p {
  line-height: 1.8em;
  margin-top: 0.5em;
}

.local-experts-articles .local-experts-toplist-article .toplist-number {
  position: absolute;
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  right: 10px;
  top: 0;
}

.local-experts-articles .local-experts-toplist-article .toplist-number span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-family: "Quadon Regular", Courier, sans-serif;
  font-size: 1.4444444444rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 980px) {
  .local-experts-articles .local-experts-toplist-article .toplist-image {
    width: 100px;
    padding: 10px 20px 10px 15px;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-content {
    padding-left: 135px;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-number {
    width: 40px;
    height: 40px;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-number span {
    font-size: 1.1111111111rem;
  }
}

@media (max-width: 739px) {
  .local-experts-articles .local-experts-toplist-article .toplist-image {
    width: 70px;
    padding: 10px 20px 10px 10px;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-content {
    padding-left: 100px;
    font-size: 0.8888888889rem;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-content .header {
    font-size: 1.1111111111rem;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-number {
    width: 30px;
    height: 30px;
  }
  .local-experts-articles .local-experts-toplist-article .toplist-number span {
    font-size: 0.8888888889rem;
  }
}

.col-sm-4 {
  float: left;
}

@media (min-width: 980px) {
  .col-sm-4 {
    width: 31.33333333%;
    padding-right: 10px;
  }
}

@media (max-width: 980px) {
  .col-sm-4 {
    width: 39%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 739px) {
  .col-sm-4 {
    width: 45%;
    padding-right: 0;
    padding-left: 3.5%;
  }
}

@media (max-width: 739px) {
  .col-sm-6 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 980px) {
  .col-md-3 {
    width: 25%;
  }
}

.col-xs-12 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pull-right {
  float: right !important;
}

@media (max-width: 739px) {
  .hidden-xs {
    display: none !important;
  }
}

.blog__body {
  position: relative;
  margin: 0 auto 60px auto;
  /* width: 100%; */
  float: left;
}

@media (max-width: 739px) {
  .blog__body {
    width: 100%;
  }
}

@media (min-width: 740px) {
  .blog__body {
    float: left;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
  }
}

@media (min-width: 980px) {
  .blog__body {
    /* width: 100%; */
    margin-bottom: 2.8125rem;
  }
}

.blog__body-inner {
  position: relative;
  margin-bottom: 25px;
  overflow: visible;
  display: table;
  height: 100%;
  width: 100%;
}

.blog__body-inner:after {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  padding-top: 12px;
  background: url("../img/sprites/dotted-line-bg.png") 0 100% repeat-x;
  margin: 0 auto;
}

@media (max-width: 739px) {
  .blog__body-inner {
    margin-bottom: 10px;
  }
}

.blog__body-inner:after {
  padding-bottom: 25px;
  clear: both;
  background: none;
}

@media (max-width: 739px) {
  .blog__body-inner:after {
    padding-bottom: 15px;
  }
}

.blog__body .media-content {
  float: left;
  margin-bottom: 20px;
  margin: 0;
}

@media (max-width: 739px) {
  .blog__body .media-content {
    width: 100%;
  }
}

@media (min-width: 739px) {
  .blog__body .media-content {
    padding-top: 1rem;
  }
}

@media (min-width: 741px) {
  .blog__body .media-content {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .blog__body .media-content {
    width: 40%;
  }
}

.blog__body .media-content__media-holder {
  position: relative;
  text-align: center;
}

@media (min-width: 980px) {
  .blog__body .media-content__smart-crop {
    position: relative;
    padding-bottom: 0 !important;
    overflow: hidden;
    height: auto;
    border: 1px solid #ccc;
  }
}

@media (min-width: 740px) {
  .blog__body .media-content__smart-crop {
    position: relative;
    padding-bottom: 62.259259%;
    overflow: hidden;
    height: auto;
  }
}

@media (max-width: 739px) {
  .blog__body .media-content__smart-crop {
    padding-bottom: 64%;
  }
}

.blog__body .story-card__body {
  width: 100%;
  float: left;
}

@media (min-width: 980px) {
  .blog__body .story-card__body.body_with_image {
    width: 55%;
    position: absolute;
    height: 90%;
    display: block;
    left: 40%;
  }
}

@media (min-width: 980px) {
  .blog__body .story-card__body.body_with_image .story-card-container {
    margin-left: -10%;
    margin-top: 35px;
    background: #fff;
    padding: 15px;
    border-radius: 20px 0 0 0;
    height: 80%;
  }
}

.page-blogs .sf-pager {
  margin-bottom: 30px;
}

.html-site-map .sf-bread-crumb {
  padding: 0 0 20px 0;
}

.html-site-map .sf-bread-crumb .bread-crumb-link {
  float: left;
  font-size: 14px;
  font-family: "Quadon Bold",Courier,sans-serif;
  text-transform: uppercase;
  margin-left: 2px;
}

.html-site-map .sf-bread-crumb .bread-crumb-link.bread-crumb-last-link {
  font-weight: normal;
  font-family: "Quadon Regular",Courier,sans-serif;
}

.html-site-map article.basic-article {
  min-height: 800px;
}

.weekend-getaway-venues .header {
  text-align: left;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 0 0 40px;
  padding-left: 0px;
}

.weekend-getaway-more {
  border: 4px solid #ccc;
  float: left;
  font-family: encore-sans-pro;
  font-size: 24px;
  line-height: 24px;
  margin: 20px 0;
  padding: 15px 0px;
  text-align: center;
  width: 94%;
  margin: 0 4% 0 2%;
}

.weekend-getaway-more a {
  background: url("/sites/all/themes/travelandleisure/images/blue-arrow.png") no-repeat scroll right center transparent;
  color: #00708C;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 18px;
  padding-right: 20px;
  text-align: left;
  font-family: encore-sans-pro;
}

.weekend-getaway-more .pane-title {
  font-size: 24px;
  font-family: encore-sans-pro;
  font-weight: bold;
  margin: 5px 0 4px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-style: normal;
  line-height: 24px;
}

.weekend-getaway-more-link {
  min-width: 38%;
  float: left;
  padding-left: 24px;
  text-align: left;
}

.weekend-getaway-explore-more .item-list {
  float: left;
}

.weekend-getaway-explore-more .item-list ul {
  text-align: left;
}

.weekend-getaway-explore-more.most-popular {
  padding: 0;
}

.weekend-getaway-explore-more.most-popular .story-card {
  padding: 0 24px;
  width: 100%;
}

@media (min-width: 980px) {
  .weekend-getaway-explore-more.most-popular .story-card {
    width: 50%;
  }
}

.weekend-getaway-toplist .toplist-number.image-not-in {
  left: 20px;
  width: 40px;
  height: 40px;
}

@media (min-width: 980px) {
  .weekend-getaway-toplist .toplist-number.image-not-in {
    width: 80px;
    height: 80px;
  }
}

.weekend-getaway-top .more-content-hd:before {
  display: block;
}

.node-type-tiled-landing-page .continents .tiled-page-deck {
  margin-top: 0;
  text-align: center;
}

.node-type-tiled-landing-page .continents .youtube-video-tile-container {
  width: 100%;
  height: 0;
  padding-bottom: 62.50%;
  position: relative;
  overflow: hidden;
}

.node-type-tiled-landing-page .continents .youtube-video-tile-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.node-type-tiled-landing-page .continents .carousel {
  margin-top: 20px;
}

.node-type-tiled-landing-page .continents .carousel .carousel-control {
  background-image: none;
  text-shadow: none;
  opacity: 1;
  background-image: none;
  text-shadow: none;
  opacity: 1;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
}

.node-type-tiled-landing-page .continents .carousel .carousel-control:hover span:before {
  opacity: 0.8;
}

.node-type-tiled-landing-page .continents .carousel .carousel-control span {
  padding: 0;
}

.node-type-tiled-landing-page .continents .carousel .carousel-control span:before {
  color: #fff;
  background: #444;
  opacity: 0.5;
  line-height: 28px;
  padding: 10px;
  font-size: 20px;
}

.node-type-tiled-landing-page .continents .carousel .carousel-inner > .item > a > img {
  margin: auto;
  height: auto;
}

.node-type-tiled-landing-page .continents .carousel-wrapper {
  position: relative;
  background-color: none;
  padding-top: 0;
  max-width: 720px;
  margin: 0 auto;
}

.node-type-tiled-landing-page .continents .carousel-wrapper .continents-info {
  height: 0;
}

.node-type-tiled-landing-page .continents .continents-info {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.node-type-tiled-landing-page .continents .continents-info .info-white {
  bottom: 50px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  text-align: center;
  white-space: pre-line;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 741px) {
  .node-type-tiled-landing-page .continents .continents-info .info-white {
    display: block;
  }
}

@media (max-width: 739px) {
  .node-type-tiled-landing-page .continents .continents-info .info-white {
    display: block;
    font-size: 1.1111111111rem;
    line-height: 27px;
    bottom: 30px;
    width: 90%;
  }
}

.node-type-tiled-landing-page .continents #custom-brightcove {
  width: 100%;
  height: 0;
  padding-bottom: 62.50%;
  position: relative;
  overflow: hidden;
}

.node-type-tiled-landing-page .continents #custom-brightcove object {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.ui-component-adhesion-filler {
  visibility: hidden;
  height: 50px;
  width: 100%;
  display: block;
}

.ui-component-adhesion-ad {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  height: 50px;
}

.ui-component-adhesion-ad .ad_slot {
  max-height: 50px !important;
}

.ui-component-adhesion-ad .adhesion-ad-container {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

.ui-component-adhesion-ad .close-btn {
  position: absolute;
  background: white;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  margin: 10px;
  border-radius: 10px;
  top: -12px;
  right: -14px;
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDx0aXRsZT5CYWNrIFg8L3RpdGxlPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBpZD0ibGF5ZXIxIj4KICAgPHBhdGggZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMjVwdCIgaWQ9InBhdGg0OTUwIiBkPSJtMTAwLDYwbC00MCw0MGwxNzAsMTcwbDQwLC00MGwtMTcwLC0xNzB6Ii8+CiAgIDxwYXRoIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjI1cHQiIGlkPSJwYXRoNDk1MiIgZD0ibTYwLDIzMGwxNzAsLTE3MGw0MCw0MGwtMTcwLDE3MGwtNDAsLTQweiIvPgogIDwvZz4KIDwvZz4KPC9zdmc+");
  background-size: 100%;
  z-index: 100;
  cursor: pointer;
}

#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold',Arial;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px #000;
}

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: #FFF;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#smartbanner .sb-icon .gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}

#smartbanner .sb-info span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}

#smartbanner .android {
  border-color: #212228;
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  border-top: 5px solid #88B131;
  box-shadow: none;
}

#smartbanner .android span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
  background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

#smartbanner .android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

#smartbanner .android .sb-info strong {
  color: #fff;
}

#smartbanner .android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

#smartbanner .android .sb-close:active {
  color: #eee;
}

#smartbanner .android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
}

#smartbanner .android .sb-button:active, #smartbanner .android .sb-button:hover {
  background: none;
}

#smartbanner .android .sb-button:active span, #smartbanner .android .sb-button:hover span {
  background: #2AC7E1;
}

#smartbanner html.sb-animation {
  -webkit-transition: all .3s ease;
}

#smartbanner .no-icon .sb-info {
  left: 34px;
}

#smartbanner .no-icon .sb-icon {
  display: none;
}

.video-transcript {
  padding-bottom: 25px;
}

.transcript-title {
  font-size: 1.1666666667rem;
  color: #000000;
  font-weight: bold;
}

.transcript-container {
  height: 160px;
  overflow-y: scroll;
  background: #eee;
  padding: 10px;
  color: #666;
  font-size: 0.8888888889rem;
}

/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * PAGES
 *
 * Import page specific styles only. This section should remain small as
 * most styles should target modules instead.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Print Styles */
/*-------------------------------------------- */
@media print {
  /**
 * Hide elements not needed for print
 */
  .advertisement-cmad-135x58,
  [id^=zergnet],
  [id^=mad_is],
  .OUTBRAIN,
  .side-bar,
  .header-wrap,
  .global-footer,
  .basic-article .more-content-hd,
  .ext-content-lg,
  .article-header,
  .article-tout-main,
  .featured-article .more-content-hd,
  .featured-article__banner-img,
  .featured-article__social-share-container,
  .venue-info__hd-book-now,
  .more-content-container,
  .tag-set,
  .one-up-nav,
  .two-up-nav,
  .btn-hollow,
  .alt-link,
  .top-list__cat-nav__back-link,
  .ranking-list__btt,
  .more-content-hd,
  .tt-wrapper,
  #time_inc_hat {
    display: none !important;
  }
  /**
 * Global Print Adjustments
 */
  html,
  body {
    font-size: 14px;
  }
  .page-bordered {
    border: 0;
  }
  .social-share-container {
    display: none !important;
  }
  img {
    max-width: 100% !important;
  }
  .media-content__smart-crop {
    padding-bottom: 0 !important;
  }
  .media-content__smart-crop img {
    position: static;
  }
  .dek {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /**
 * Basic Article Print Adjustments
 */
  .basic-article {
    border-bottom: 0;
  }
  .basic-article__headline {
    margin-bottom: 0;
    font-size: 1.5555555556rem;
  }
  .basic-article__byline-container {
    padding-top: 10px;
  }
  .basic-article strong {
    font-weight: normal;
  }
  /**
 * Featured Article Print Adjustments
 */
  .featured-article {
    margin: 10px;
  }
  .featured-article .dek {
    margin-bottom: 10px;
  }
  .featured-article__header {
    padding-bottom: 0;
  }
  .featured-article__byline-container {
    padding-bottom: 10px;
  }
  .featured-article__byline-container:before, .featured-article__byline-container:after {
    display: none;
  }
  .featured-article__body p:first-of-type {
    margin-top: 0;
  }
  .featured-article__body > p,
  .featured-article__body .blockquote__inner {
    margin-left: 100px;
    margin-right: 100px;
  }
  .featured-article__body .media-content__caption {
    margin-left: 0;
    margin-right: 0;
  }
  /**
 * Venue Template Print Adjustments
 */
  .venue .media-content {
    margin-bottom: 10px;
  }
  .venue__header {
    margin-bottom: 10px;
  }
  .venue__header .basic-article__headline {
    margin-bottom: 0;
  }
  .venue__copy {
    clear: none;
  }
  .venue__col-secondary {
    float: left;
    width: 35%;
    margin-right: 35px;
  }
  .venue-info {
    padding: 10px 0;
    font-size: 10px;
  }
  .venue-info__hd {
    font-size: 12px;
  }
  .venue-info__group {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .venue-info ul {
    list-style: disc;
    font-size: 10px;
  }
  .venue-info li:before {
    display: none;
  }
  .split-links {
    display: none !important;
  }
  /**
 * Destination Guide Print Adjustments
 */
  .wb-article-header__social-share-container,
  .destination-page-header__toggle-display,
  .destination-page-header__copy--truncated {
    display: none;
  }
  .destination-page-header__copy--full {
    display: block;
  }
  .destination-page-header__copy--full p {
    font-size: 16px;
  }
  .destination-guide__title {
    position: static;
    bottom: auto;
    color: #000000;
  }
  .hero-banner-img--wb {
    height: auto;
    padding-bottom: 0;
  }
  .hero-banner-img--wb:after {
    display: none;
  }
  .hero-banner-img--wb .media-credit, .hero-banner-img--wb .media-credit-prefix {
    display: none;
  }
  .wb-page-header--top-cushion-sm {
    padding-top: 0;
  }
  .featured__stacked {
    display: none;
  }
  .grid__item__read-more {
    display: none;
  }
  .grid__item__details {
    margin-left: 0;
    margin-right: 0;
  }
  .grid__item__media:after {
    display: none;
  }
  .destination-list .grid__item {
    padding: 0;
    height: 470px;
  }
  .destination-list .grid__item .media-credit, .destination-list .grid__item .media-credit-prefix {
    position: static;
    display: block;
    margin-top: 5px;
    color: #000000;
  }
  .destination-list .grid__item__title {
    font-size: 20px;
  }
  /**
 * Listicle Print Adjustments
 */
  .listicle__banner-img {
    display: none;
  }
  .listicle__with_header_image {
    margin-top: 0;
  }
  .listicle__with_header_image .media-content-header-img {
    display: none;
  }
  .listicle__body-title {
    width: auto;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .listicle__body-number {
    display: inline-block;
    width: auto;
    min-width: 0;
    line-height: 1.2;
    font-size: 1.625rem;
    color: #000000;
    margin: 0 10px 0 0;
  }
  .listicle__body-inner {
    page-break-after: avoid;
  }
  .listicle__body-inner .media-content__caption {
    margin-top: 5px;
  }
  .listicle__body-inner img {
    page-break-inside: avoid;
  }
  /**
 * Slideshow Print Adjustments
 */
  .slideshow-media .media-content__no-crop {
    padding-bottom: 0 !important;
  }
  .slideshow-media .media-content__no-crop img {
    position: static;
  }
  .pagination.pagination--overlay {
    display: none;
  }
  .slideshow__article-wrap {
    padding-top: 0;
  }
  .slideshow__title {
    margin-bottom: 0;
  }
  #ti-editorial-navbar, #cc-handle {
    display: none;
  }
  .node-type-article #adTop {
    margin-left: 5px;
  }
}

/*# sourceMappingURL=main.css.map */