/*Assorted Extends and Mixin Effects*/
/* line 4, sass/public/_mixins.scss */
.featuredArticles h2 {
  font-size: 1.1em; }
/* line 8, sass/public/_mixins.scss */
.featuredArticles ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  /* line 12, sass/public/_mixins.scss */
  .featuredArticles ul li {
    margin: 10px 0; }
  /* line 16, sass/public/_mixins.scss */
  .featuredArticles ul img {
    max-width: 100%; }
  /* line 19, sass/public/_mixins.scss */
  .featuredArticles ul h3 {
    font-size: .9em;
    margin: 5px 0 0 0; }
  /* line 23, sass/public/_mixins.scss */
  .featuredArticles ul p {
    font-size: .8em;
    color: #5a5a5a;
    line-height: 1.2;
    margin-top: 0; }
  /* line 30, sass/public/_mixins.scss */
  .featuredArticles ul.thumbnails figure {
    float: left;
    width: 20%; }
  /* line 34, sass/public/_mixins.scss */
  .featuredArticles ul.thumbnails h3 {
    float: right;
    width: 75%; }
/* line 41, sass/public/_mixins.scss */
.featuredArticles a:link, .featuredArticles a:visited {
  color: #094A6C;
  text-decoration: none; }
  /* line 44, sass/public/_mixins.scss */
  .featuredArticles a:link.viewAll, .featuredArticles a:visited.viewAll {
    text-decoration: underline; }
/* line 49, sass/public/_mixins.scss */
.featuredArticles .viewAll {
  font-size: .8em;
  float: right;
  margin: 15px 15px 0 0; }

/* line 56, sass/public/_mixins.scss */
.listNav, .featuredArticles ul, .media-room .releases ul, .directoryList .tabs, .gallery-display, .map-list, .map-list--inline {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 62, sass/public/_mixins.scss */
.hideForMobile, .placeSummary .submittedBy {
  display: none; }
  @media screen and (min-width: 760px) {
    /* line 62, sass/public/_mixins.scss */
    .hideForMobile, .placeSummary .submittedBy {
      display: block; } }

/* Text meant only for screen readers. */
/* line 70, sass/public/_mixins.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  /* line 77, sass/public/_mixins.scss */
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* line 98, sass/public/_mixins.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 110, sass/public/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 212, sass/public/_mixins.scss */
.featuredArticles header, .media-room .releases header {
  margin: .5em 0;
  padding: .75em;
  background: #094A6C; }
  /* line 217, sass/public/_mixins.scss */
  .featuredArticles header h2, .media-room .releases header h2 {
    color: #ffffff;
    float: left;
    font-size: 1.1em;
    margin: 0 2%; }
  /* line 223, sass/public/_mixins.scss */
  .featuredArticles header a:link, .media-room .releases header a:link, .featuredArticles header a:visited, .media-room .releases header a:visited {
    color: #ffffff;
    display: block;
    font-size: .7em;
    float: right;
    margin-top: .4em; }
  @media screen and (min-width: 760px) {
    /* line 212, sass/public/_mixins.scss */
    .featuredArticles header, .media-room .releases header {
      background: none; }
      /* line 232, sass/public/_mixins.scss */
      .featuredArticles header h2, .media-room .releases header h2 {
        color: #094A6C;
        margin: 0; }
      /* line 236, sass/public/_mixins.scss */
      .featuredArticles header a:link, .media-room .releases header a:link, .featuredArticles header a:visited, .media-room .releases header a:visited {
        color: #094A6C; } }
/* line 239, sass/public/_mixins.scss */
.featuredArticles ul, .media-room .releases ul {
  padding: 0 3%; }
  /* line 242, sass/public/_mixins.scss */
  .featuredArticles ul li, .media-room .releases ul li {
    font-size: .8em;
    margin: 10px 0;
    line-height: 1.2;
    position: relative; }
    /* line 247, sass/public/_mixins.scss */
    .featuredArticles ul li a, .media-room .releases ul li a {
      display: block; }
    /* line 251, sass/public/_mixins.scss */
    .featuredArticles ul li h3, .media-room .releases ul li h3 {
      margin: 5px .5em 5px;
      font-size: 1.1em; }
    /* line 255, sass/public/_mixins.scss */
    .featuredArticles ul li p, .media-room .releases ul li p {
      margin: 5px 0.75em 5px;
      font-size: 1em;
      color: #5a5a5a; }

/* line 268, sass/public/_mixins.scss */
.featuredArticles ul li a:visited, .featuredArticles ul li a:link {
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
  text-decoration: none; }
  /* line 272, sass/public/_mixins.scss */
  .featuredArticles ul li a:visited .dates, .featuredArticles ul li a:link .dates {
    font-size: 0.9em;
    color: #5a5a5a; }
  /* line 276, sass/public/_mixins.scss */
  .featuredArticles ul li a:visited .city, .featuredArticles ul li a:link .city {
    font-size: 0.9em;
    font-weight: normal;
    color: #5a5a5a; }
/* line 282, sass/public/_mixins.scss */
.featuredArticles ul li .location {
  font-size: .8em;
  color: gray;
  display: block;
  margin: 5px 0 5px 22%; }
/* line 288, sass/public/_mixins.scss */
.featuredArticles ul li figure {
  float: left;
  margin-right: 1%;
  width: 20%; }
  /* line 292, sass/public/_mixins.scss */
  .featuredArticles ul li figure img {
    max-width: 100%; }
/* line 294, sass/public/_mixins.scss */
.featuredArticles ul li h3, .featuredArticles ul li .dates, .featuredArticles ul li .city {
  margin-left: 22%; }
/* line 297, sass/public/_mixins.scss */
.featuredArticles ul li .category {
  display: block;
  margin: 5px 0;
  font-size: .7em;
  text-decoration: none;
  font-weight: normal;
  color: #5a5a5a; }

/* line 454, sass/public/_mixins.scss */
.directoryInfo .buttons .pop-up {
  border: 3px solid #5a5a5a;
  left: 2%;
  top: -7.6em; }
  /* line 458, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up select {
    width: 100%; }
  /* line 460, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up .addingToTrip a.closePopup {
    float: right;
    border: 0; }
    /* line 462, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up .addingToTrip a.closePopup:link, .directoryInfo .buttons .pop-up .addingToTrip a.closePopup:visited {
      color: #5a5a5a;
      font-size: 1.25em;
      width: 15%; }
      @media screen and (min-width: 760px) {
        /* line 462, sass/public/_mixins.scss */
        .directoryInfo .buttons .pop-up .addingToTrip a.closePopup:link, .directoryInfo .buttons .pop-up .addingToTrip a.closePopup:visited {
          width: 25%; } }
  /* line 470, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up .addingToTrip div p {
    color: #5a5a5a;
    font-size: 1.25em;
    padding: 0.25em 0 0.5em 0; }
  /* line 477, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up .popupArrow {
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #5a5a5a;
    bottom: -1em;
    left: 5.0em; }
  /* line 482, sass/public/_mixins.scss */
  .directoryInfo .buttons .top.pop-up {
    top: -123px; }
    /* line 484, sass/public/_mixins.scss */
    .directoryInfo .buttons .top.pop-up .popupArrow {
      width: 0;
      height: 0;
      border-left: 1em solid transparent;
      border-right: 1em solid transparent;
      border-top: 1em solid #5a5a5a;
      bottom: -1em; }
  /* line 489, sass/public/_mixins.scss */
  .directoryInfo .buttons .bottom.pop-up {
    top: 55px; }
    /* line 491, sass/public/_mixins.scss */
    .directoryInfo .buttons .bottom.pop-up .popupArrow {
      width: 0;
      height: 0;
      border-left: 1em solid transparent;
      border-right: 1em solid transparent;
      border-bottom: 1em solid #5a5a5a;
      top: 1em;
      right: 1em; }
  /* line 497, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up .actionBtns {
    margin-top: 1em; }
    /* line 500, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up .actionBtns a {
      width: 39%; }
    /* line 501, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up .actionBtns .confirmBtn {
      float: left;
      text-align: center;
      background: #026634;
      color: #fff;
      display: block;
      padding: 0.5em 1em;
      font-size: 0.9em;
      border-radius: 3px;
      text-decoration: none; }
    /* line 506, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up .actionBtns .cancelBtn {
      float: right;
      text-align: center;
      background: #5a5a5a;
      color: #fff;
      display: block;
      padding: 0.5em 1em;
      font-size: 0.9em;
      border-radius: 3px;
      text-decoration: none; }
  /* line 512, sass/public/_mixins.scss */
  .directoryInfo .buttons .pop-up .availableDays {
    margin: .75em 0;
    border-bottom: 1px solid #0d6a9b; }
    /* line 516, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up .availableDays .day {
      float: left;
      margin: 0 .25em .5em;
      background: #0d6a9b;
      color: #fff;
      display: block;
      padding: 0.5em;
      font-size: 0.9em;
      border-radius: 3px;
      text-decoration: none; }
      /* line 520, sass/public/_mixins.scss */
      .directoryInfo .buttons .pop-up .availableDays .day.active {
        background: #094A6C; }
  @media screen and (min-width: 760px) {
    /* line 454, sass/public/_mixins.scss */
    .directoryInfo .buttons .pop-up {
      left: -1.0em;
      width: 20em; } }
  /* line 528, sass/public/_mixins.scss */
  .directoryInfo .buttons .deleteConfirm.pop-up {
    left: -14em; }

/* Stitching effect */
/* Contain floats: h5bp.com/q */
/* line 2, sass/public/_clearfix.scss */
.clearfix:before, .featuredArticles ul li:before, .featuredArticles header:before, .media-room .releases header:before, .featuredArticles ul li a:before, .media-room .releases ul li a:before, .directoryInfo .buttons .pop-up .actionBtns:before, .directoryInfo .buttons .pop-up .availableDays:before, .mobileSubCats .subcategory:before, .article__content .truncatedStory:before, .clearfix:after, .featuredArticles ul li:after, .featuredArticles header:after, .media-room .releases header:after, .featuredArticles ul li a:after, .media-room .releases ul li a:after, .directoryInfo .buttons .pop-up .actionBtns:after, .directoryInfo .buttons .pop-up .availableDays:after, .mobileSubCats .subcategory:after, .article__content .truncatedStory:after, .gemut__sec::after:after, .gemut__sec--reg::after:after, .gemut__sec--island::after:after, .stickyfoot:after, .stickyhead:after {
  content: "";
  display: table; }

/* line 3, sass/public/_clearfix.scss */
.clearfix:after, .featuredArticles ul li:after, .featuredArticles header:after, .media-room .releases header:after, .featuredArticles ul li a:after, .media-room .releases ul li a:after, .directoryInfo .buttons .pop-up .actionBtns:after, .directoryInfo .buttons .pop-up .availableDays:after, .mobileSubCats .subcategory:after, .article__content .truncatedStory:after, .gemut__sec::after:after, .gemut__sec--reg::after:after, .gemut__sec--island::after:after, .stickyfoot:after, .stickyhead:after {
  clear: both; }

/* line 4, sass/public/_clearfix.scss */
.clearfix, .featuredArticles ul li, .featuredArticles header, .media-room .releases header, .featuredArticles ul li a, .media-room .releases ul li a, .directoryInfo .buttons .pop-up .actionBtns, .directoryInfo .buttons .pop-up .availableDays, .mobileSubCats .subcategory, .article__content .truncatedStory, .gemut__sec::after, .gemut__sec--reg::after, .gemut__sec--island::after, .stickyfoot:after, .stickyhead:after {
  *zoom: 1; }

/* line 6, sass/public/_clearfix.scss */
.video-row, .video-row .truncatedStory {
  *zoom: 1; }
  /* line 8, sass/public/_clearfix.scss */
  .video-row:before, .video-row .truncatedStory:before, .video-row:after, .video-row .truncatedStory:after {
    content: "";
    display: table; }
  /* line 9, sass/public/_clearfix.scss */
  .video-row:after, .video-row .truncatedStory:after {
    clear: both; }

/* line 15, sass/public/_cities-regions.scss */
.line-bottom {
  padding-bottom: 50px; }
  /* line 2, sass/public/_cities-regions.scss */
  .line-bottom:after {
    content: ' ';
    background-image: url("/Images/citiesregions/handdrawnline.svg");
    height: 140px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-size: cover; }

/* line 21, sass/public/_cities-regions.scss */
.destination:after {
  content: ' ';
  background-image: url("/Images/citiesregions/handdrawnline-short.svg");
  height: 47px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background-size: cover;
  z-index: 1; }

/* line 35, sass/public/_cities-regions.scss */
.region {
  background-image: url("/Images/citiesregions/latloglines.png");
  background-position: top right;
  background-repeat: repeat-y; }
  /* line 2, sass/public/_cities-regions.scss */
  .region:last-child:after {
    content: ' ';
    background-image: url("/Images/citiesregions/handdrawnline.svg");
    height: 140px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-size: cover; }
  @media only screen and (min-width: 1023px) {
    /* line 47, sass/public/_cities-regions.scss */
    .region:before {
      content: ' ';
      background-image: url("/Images/citiesregions/latloglines.png");
      background-position: top right;
      background-repeat: repeat-y;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 33px;
      z-index: 2; } }

/* line 62, sass/public/_cities-regions.scss */
.region-hero {
  overflow: hidden;
  position: relative; }

/* line 67, sass/public/_cities-regions.scss */
.region-overlay-background {
  padding: 50px 15px;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (min-width: 1023px) {
    /* line 67, sass/public/_cities-regions.scss */
    .region-overlay-background {
      padding: 200px 15px; } }
  /* line 2, sass/public/_cities-regions.scss */
  .region-overlay-background:after {
    content: ' ';
    background-image: url("/Images/citiesregions/handdrawnline.svg");
    height: 140px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-size: cover; }

/* line 77, sass/public/_cities-regions.scss */
.overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  display: block; }

/* line 95, sass/public/_cities-regions.scss */
.region__info {
  text-align: left; }
  @media only screen and (min-width: 1175px) {
    /* line 95, sass/public/_cities-regions.scss */
    .region__info {
      text-align: center; } }

/* line 102, sass/public/_cities-regions.scss */
.region-cta {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

/* line 107, sass/public/_cities-regions.scss */
.region-padded-section {
  padding: 40px 0; }
  @media only screen and (min-width: 480px) {
    /* line 107, sass/public/_cities-regions.scss */
    .region-padded-section {
      padding: 100px 0; } }
  /* line 112, sass/public/_cities-regions.scss */
  .region-padded-section:last-child {
    padding-bottom: 20px; }

/* line 117, sass/public/_cities-regions.scss */
.randomizer-callout {
  padding: 25px; }
  @media only screen and (min-width: 480px) {
    /* line 117, sass/public/_cities-regions.scss */
    .randomizer-callout {
      padding: 100px 15px; } }

/* line 124, sass/public/_cities-regions.scss */
.randomizer-callout__image {
  margin: 15px auto;
  max-width: 100%;
  display: block; }
  @media only screen and (min-width: 760px) {
    /* line 124, sass/public/_cities-regions.scss */
    .randomizer-callout__image {
      display: none; } }

/* line 133, sass/public/_cities-regions.scss */
.randomizer-callout__cta {
  display: inline-block;
  width: 250px;
  max-width: 100%; }

/* line 139, sass/public/_cities-regions.scss */
.city-hero-placeholder {
  min-height: 300px; }
  @media only screen and (min-width: 760px) {
    /* line 139, sass/public/_cities-regions.scss */
    .city-hero-placeholder {
      min-height: 500px; } }

/* line 147, sass/public/_cities-regions.scss */
.city-header {
  box-sizing: border-box;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  z-index: 3;
  position: absolute;
  margin: 0;
  padding: 20px 15px;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -55px;
  width: 100%;
  height: auto;
  color: rgba(255, 255, 255, 0.95); }
  @media only screen and (min-width: 480px) {
    /* line 147, sass/public/_cities-regions.scss */
    .city-header {
      margin-top: -115px; } }
  @media only screen and (min-width: 1023px) {
    /* line 147, sass/public/_cities-regions.scss */
    .city-header {
      width: 75%;
      margin-left: -37%;
      margin-top: -130px; } }

/* line 173, sass/public/_cities-regions.scss */
.city-header__heading {
  max-width: 600px; }
  @media only screen and (min-width: 760px) {
    /* line 173, sass/public/_cities-regions.scss */
    .city-header__heading {
      float: left;
      font-size: 3em;
      margin-top: 70px; } }
  @media only screen and (min-width: 1382px) {
    /* line 173, sass/public/_cities-regions.scss */
    .city-header__heading {
      font-size: 4.5em;
      max-width: 650px; } }

/* line 186, sass/public/_cities-regions.scss */
.city-header__map {
  display: none;
  position: relative;
  top: -40%; }
  @media only screen and (min-width: 760px) {
    /* line 186, sass/public/_cities-regions.scss */
    .city-header__map {
      display: block;
      float: right;
      width: 200px;
      height: 214px; } }
  @media only screen and (min-width: 1175px) {
    /* line 186, sass/public/_cities-regions.scss */
    .city-header__map {
      width: 243px;
      height: 261px; } }
  /* line 200, sass/public/_cities-regions.scss */
  .city-header__map img {
    max-width: 100%; }

/* Styles for animation */
/* line 208, sass/public/_cities-regions.scss */
.sm__icon {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  z-index: 3;
  display: none; }

/* line 220, sass/public/_cities-regions.scss */
.sm__icon__body {
  position: relative;
  width: 70px;
  /*69.6*/
  height: 57px; }
  /* line 230, sass/public/_cities-regions.scss */
  .sm__icon__body.reverse {
    transform: rotate(180deg); }

/* line 245, sass/public/_cities-regions.scss */
.sm__icon__paddles {
  position: absolute;
  height: 20px;
  bottom: 5px;
  left: -25px; }
  /* line 257, sass/public/_cities-regions.scss */
  .reverse + .sm__icon__paddles {
    bottom: auto;
    top: 5px;
    left: 75px; }

/* line 276, sass/public/_cities-regions.scss */
.sm__path {
  position: absolute;
  z-index: 2;
  overflow: visible;
  pointer-events: none; }

/* line 282, sass/public/_cities-regions.scss */
.sm__path svg {
  overflow: visible; }

/* line 286, sass/public/_cities-regions.scss */
.sm__path__line {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-dasharray: 5.9964,5.9964; }

/* line 295, sass/public/_cities-regions.scss */
.mark {
  position: relative;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 2; }

@media only screen and (min-width: 1023px) {
  /* line 304, sass/public/_cities-regions.scss */
  .region-image__copy {
    padding-left: 100px; } }

@media only screen and (min-width: 1023px) {
  /* line 311, sass/public/_cities-regions.scss */
  .region-image {
    width: 200px;
    height: 214px;
    position: absolute;
    top: 40px;
    left: 15px;
    background-size: cover;
    background-image: url("/Images/citiesregions/landing/wisconsin.png"); }
    /* line 321, sass/public/_cities-regions.scss */
    .region-image:before {
      content: ' ';
      width: 0;
      height: 0; }
    /* line 326, sass/public/_cities-regions.scss */
    .region--northwest.active .region-image, .region--northwest .region-image:before {
      background-image: url("/Images/citiesregions/landing/northwest.png"); }
    /* line 329, sass/public/_cities-regions.scss */
    .region--northeast.active .region-image, .region--northeast .region-image:before {
      background-image: url("/Images/citiesregions/landing/northeast.png"); }
    /* line 332, sass/public/_cities-regions.scss */
    .region--central.active .region-image, .region--central .region-image:before {
      background-image: url("/Images/citiesregions/landing/central.png"); }
    /* line 335, sass/public/_cities-regions.scss */
    .region--east-central.active .region-image, .region--east-central .region-image:before {
      background-image: url("/Images/citiesregions/landing/eastcentral.png"); }
    /* line 338, sass/public/_cities-regions.scss */
    .region--south-central.active .region-image, .region--south-central .region-image:before {
      background-image: url("/Images/citiesregions/landing/southcentral.png"); }
    /* line 341, sass/public/_cities-regions.scss */
    .region--southeast.active .region-image, .region--southeast .region-image:before {
      background-image: url("/Images/citiesregions/landing/southeast.png"); }
    /* line 344, sass/public/_cities-regions.scss */
    .region--southwest.active .region-image, .region--southwest .region-image:before {
      background-image: url("/Images/citiesregions/landing/southwest.png"); } }
  @media only screen and (min-width: 1023px) and (min-width: 1175px) {
    /* line 311, sass/public/_cities-regions.scss */
    .region-image {
      width: 241px;
      height: 261px;
      top: 140px; } }

/* line 357, sass/public/_cities-regions.scss */
.gps {
  position: fixed;
  top: 45%;
  right: 30px;
  font-size: .7em;
  color: rgba(255, 255, 255, 0.7);
  z-index: 997;
  display: none;
  padding-right: 15px; }
  /* line 366, sass/public/_cities-regions.scss */
  .gps:after {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    right: 0;
    top: 2px; }

/* line 380, sass/public/_cities-regions.scss */
.wiscmap {
  position: absolute;
  display: none;
  z-index: 1;
  top: 140px;
  left: 50px;
  width: 170px;
  height: 230px;
  background-color: rgba(255, 255, 255, 0.8); }

/* line 395, sass/public/_cities-regions.scss */
.ani-paddles {
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: kayakPaddling .5s infinite;
  /* IE 10+, Fx 29+ */
  /*animation-delay: 2s;*/ }

@keyframes kayakPaddling {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  25% {
    transform: rotate(45deg); }
  75% {
    transform: rotate(-45deg);
    opacity: 0; }
  100% {
    transform: rotate(0deg); } }
/* line 1, sass/public/_weather-card.scss */
.weather-background {
  background-color: #f3ede6;
  padding: 20px 0;
  margin: auto;
  position: relative;
  z-index: 3; }

/* line 11, sass/public/_weather-card.scss */
.weather__copy {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1175px) {
    /* line 11, sass/public/_weather-card.scss */
    .weather__copy {
      width: 40%; } }
  @media screen and (min-width: 1382px) {
    /* line 11, sass/public/_weather-card.scss */
    .weather__copy {
      width: 50%;
      padding: 80px 100px 40px; } }

/* line 31, sass/public/_weather-card.scss */
.weather__background {
  position: absolute;
  z-index: 0; }
  /* line 34, sass/public/_weather-card.scss */
  .weather__background img {
    max-width: 100%; }
  @media screen and (min-width: 1175px) {
    /* line 31, sass/public/_weather-card.scss */
    .weather__background {
      top: -100px; } }

/* line 42, sass/public/_weather-card.scss */
.weather-grid {
  box-sizing: border-box;
  padding: 40px 15px;
  display: block;
  max-width: 670px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 480px) {
    /* line 42, sass/public/_weather-card.scss */
    .weather-grid {
      padding: 20px 40px; } }
  @media screen and (min-width: 1175px) {
    /* line 42, sass/public/_weather-card.scss */
    .weather-grid {
      display: inline-block;
      vertical-align: middle;
      width: 60%;
      padding: 0; } }
  @media screen and (min-width: 1382px) {
    /* line 42, sass/public/_weather-card.scss */
    .weather-grid {
      width: 50%; } }

/* line 65, sass/public/_weather-card.scss */
.weather-card {
  box-sizing: border-box;
  width: 250px;
  margin: 10px 20px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
  display: inline-block; }

/* line 73, sass/public/_weather-card.scss */
.weather-card__title {
  color: #fff;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.4em; }

/* line 79, sass/public/_weather-card.scss */
.weather-card__label {
  text-align: center;
  overflow: hidden; }
  /* line 82, sass/public/_weather-card.scss */
  .weather-card__label h3 {
    color: #fff; }

/* line 87, sass/public/_weather-card.scss */
.weather-card__icon {
  margin: 15px auto 10px; }

/* line 91, sass/public/_weather-card.scss */
.weather-card--summer {
  background-color: #e07338; }
  /* line 93, sass/public/_weather-card.scss */
  .weather-card--summer .weather-card__label {
    background-color: #e3834e; }

/* line 98, sass/public/_weather-card.scss */
.weather-card--winter {
  background-color: #068382; }
  /* line 100, sass/public/_weather-card.scss */
  .weather-card--winter .weather-card__label {
    background-color: #079b9a; }

/* line 105, sass/public/_weather-card.scss */
.weather-card--fall {
  background-color: #D02C2F; }
  /* line 107, sass/public/_weather-card.scss */
  .weather-card--fall .weather-card__label {
    background-color: #d63f42; }

/* line 112, sass/public/_weather-card.scss */
.weather-card--spring {
  background-color: #508510; }
  /* line 114, sass/public/_weather-card.scss */
  .weather-card--spring .weather-card__label {
    background-color: #5e9c13; }

/* line 119, sass/public/_weather-card.scss */
.weather-card__temps {
  padding: 0 10px;
  text-align: left; }
  /* line 122, sass/public/_weather-card.scss */
  .weather-card__temps table {
    width: 100%; }
  /* line 125, sass/public/_weather-card.scss */
  .weather-card__temps td {
    padding: 10px 0 15px;
    color: #fff; }
  /* line 129, sass/public/_weather-card.scss */
  .weather-card__temps tr:first-child {
    border-bottom: 1px solid #fff; }

/* line 134, sass/public/_weather-card.scss */
.weather-card__value {
  text-align: right; }

/* Call out blocks with text + photo where the photo is larger than the text */
@media screen and (min-width: 480px) {
  /* line 3, sass/public/_photo-pop-callout.scss */
  .photo-pop-callout {
    padding: 50px 20px; } }
@media screen and (min-width: 760px) {
  /* line 3, sass/public/_photo-pop-callout.scss */
  .photo-pop-callout {
    padding: 100px 0; } }

@media screen and (min-width: 760px) {
  /* line 15, sass/public/_photo-pop-callout.scss */
  .photo-pop-callout__callout {
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    width: 50%;
    vertical-align: middle; } }

/* line 25, sass/public/_photo-pop-callout.scss */
.photo-pop-callout__copy {
  background-color: #304757;
  padding: 40px 20px;
  color: #fff;
  font-size: 1.4em; }
  @media screen and (min-width: 480px) {
    /* line 25, sass/public/_photo-pop-callout.scss */
    .photo-pop-callout__copy {
      padding: 40px; } }
  /* line 33, sass/public/_photo-pop-callout.scss */
  .photo-pop-callout__copy h2 {
    color: #fff;
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
    margin-bottom: 0; }

/* line 40, sass/public/_photo-pop-callout.scss */
.photo-pop-callout__image {
  display: block;
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 40, sass/public/_photo-pop-callout.scss */
    .photo-pop-callout__image {
      display: inline-block;
      width: 50%;
      vertical-align: middle; } }
  /* line 48, sass/public/_photo-pop-callout.scss */
  .photo-pop-callout__image img {
    width: 100%; }

/* line 3, sass/public/_accent-bar-block.scss */
.accent-bar-block {
  position: relative;
  margin: 10px; }
  @media screen and (min-width: 1175px) {
    /* line 3, sass/public/_accent-bar-block.scss */
    .accent-bar-block {
      margin: 40px 0; }
      /* line 8, sass/public/_accent-bar-block.scss */
      .accent-bar-block:before {
        content: ' ';
        background-color: #e07338;
        height: 250px;
        width: 7px;
        position: absolute;
        left: -7px;
        top: 20px;
        z-index: 0; }
      /* line 19, sass/public/_accent-bar-block.scss */
      .accent-bar-block:after {
        content: ' ';
        background-color: #e07338;
        height: 250px;
        width: 7px;
        position: absolute;
        right: -7px;
        bottom: 20px;
        z-index: 0; } }

/* line 32, sass/public/_accent-bar-block.scss */
.accent-bar-block__content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0 15px 15px; }
  @media screen and (min-width: 760px) {
    /* line 32, sass/public/_accent-bar-block.scss */
    .accent-bar-block__content {
      padding: 50px 15px 15px; } }
  @media screen and (min-width: 1175px) {
    /* line 32, sass/public/_accent-bar-block.scss */
    .accent-bar-block__content {
      padding: 40px; } }

/* line 4, sass/public/_responsive-image-background.scss */
.responsive-image-bg {
  height: 722px;
  width: 100%;
  overflow: hidden;
  position: relative; }

/* line 11, sass/public/_responsive-image-background.scss */
.responsive-image-bg--short {
  height: 470px; }
  /* line 14, sass/public/_responsive-image-background.scss */
  .responsive-image-bg--short .responsive-image-bg__background {
    min-height: 470px; }

/* line 19, sass/public/_responsive-image-background.scss */
.responsive-image-bg--short-to-regular {
  height: 470px;
  min-height: 470px; }
  @media screen and (min-width: 760px) {
    /* line 19, sass/public/_responsive-image-background.scss */
    .responsive-image-bg--short-to-regular {
      height: 722px;
      min-height: 722px; } }

/* line 28, sass/public/_responsive-image-background.scss */
.responsive-image-bg__background {
  min-width: 100%;
  min-height: 722px;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%); }

/* line 42, sass/public/_responsive-image-background.scss */
.tint::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -70%;
  background-color: rgba(0, 0, 0, 0.2); }

/* line 3, sass/public/_hero-search.scss */
.hero-search {
  text-align: center;
  padding: 0 15px; }

/* line 8, sass/public/_hero-search.scss */
.hero-search__input {
  box-sizing: border-box;
  width: 430px;
  max-width: 80%;
  font-size: 1.5em;
  height: 46px;
  line-height: 46px;
  border: none;
  padding: 0px 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px; }

/* line 23, sass/public/_hero-search.scss */
.hero-search__button-container {
  display: inline-block;
  width: 260px;
  vertical-align: middle; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 7, sass/public/_subcategory-nav.scss */
.lt-ie9 .subcategories .subcategory {
  margin: 0 0.25%; }

/* line 9, sass/public/_subcategory-nav.scss */
.subcategories {
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 760px) {
    /* line 9, sass/public/_subcategory-nav.scss */
    .subcategories {
      margin: 1em 0; } }
  /* line 17, sass/public/_subcategory-nav.scss */
  .subcategories .subcategory.active {
    background: #0d6a9b; }
  @media screen and (min-width: 760px) {
    /* line 16, sass/public/_subcategory-nav.scss */
    .subcategories .subcategory {
      display: inline-block;
      vertical-align: top;
      margin: 0 0.5%;
      width: 12.9%; }
      /* line 23, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory:nth-child(7n+1) {
        margin-left: 0; }
      /* line 24, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory:nth-child(7n) {
        margin-right: 0; } }
  /* line 26, sass/public/_subcategory-nav.scss */
  .subcategories .subcategory a {
    display: block;
    text-decoration: none; }
    /* line 29, sass/public/_subcategory-nav.scss */
    .subcategories .subcategory a .categoryThumb {
      position: relative; }
      /* line 31, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory a .categoryThumb:before, .subcategories .subcategory a .categoryThumb:after {
        content: " ";
        height: 55px;
        position: absolute;
        width: 101%;
        z-index: 1; }
      /* line 38, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory a .categoryThumb:before {
        top: 0;
        background: url(/images/public/catthumbtop.png) no-repeat top center;
        background-size: 100%; }
      /* line 43, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory a .categoryThumb:after {
        bottom: -1px;
        background: url(/images/public/catthumbbtm.png) no-repeat bottom center;
        background-size: 100%;
        left: 0; }
    /* line 50, sass/public/_subcategory-nav.scss */
    .subcategories .subcategory a img {
      max-width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 51, sass/public/_subcategory-nav.scss */
      .subcategories .subcategory a div {
        font-weight: bold;
        text-align: left;
        font-size: .8em; } }

/* line 61, sass/public/_subcategory-nav.scss */
.mobileSubCats {
  margin: 1px 0; }
  /* line 62, sass/public/_subcategory-nav.scss */
  .mobileSubCats.subCatHid {
    display: none; }
  /* line 64, sass/public/_subcategory-nav.scss */
  .mobileSubCats .subcategory {
    float: left;
    width: 33%;
    text-align: center;
    background: #0f7ab3;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    /* line 73, sass/public/_subcategory-nav.scss */
    .mobileSubCats .subcategory a:link, .mobileSubCats .subcategory a:visited {
      color: #fff;
      padding: 10px 0;
      text-decoration: none; }
    /* line 78, sass/public/_subcategory-nav.scss */
    .mobileSubCats .subcategory.active {
      background: #0d6a9b; }
  /* line 81, sass/public/_subcategory-nav.scss */
  .mobileSubCats .prev_btn, .mobileSubCats .next_btn {
    position: absolute;
    width: 8%;
    color: white;
    font-size: 1.5em;
    height: 39px;
    padding-left: 0.5em;
    cursor: pointer;
    z-index: 2; }
  /* line 91, sass/public/_subcategory-nav.scss */
  .mobileSubCats .prev_btn {
    box-shadow: 14px 0px 14px -6px rgba(0, 0, 0, 0.44); }
  /* line 92, sass/public/_subcategory-nav.scss */
  .mobileSubCats .next_btn {
    right: 0;
    box-shadow: -14px 0px 14px -6px rgba(0, 0, 0, 0.44); }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 7, sass/public/_truncated-story.scss */
.truncatedStory {
  height: auto;
  margin-top: -1px;
  padding: 1px 0 20px; }
  @media screen and (min-width: 760px) {
    /* line 7, sass/public/_truncated-story.scss */
    .truncatedStory {
      padding: 1px 20px 20px; } }
  /* line 14, sass/public/_truncated-story.scss */
  .truncatedStory h2 {
    margin-top: 0; }
    @media screen and (min-width: 760px) {
      /* line 14, sass/public/_truncated-story.scss */
      .truncatedStory h2 {
        margin-top: 1em; } }
  /* line 20, sass/public/_truncated-story.scss */
  .truncatedStory h2, .truncatedStory p, .truncatedStory address {
    margin: 1em 2.5%; }
    @media screen and (min-width: 760px) {
      /* line 20, sass/public/_truncated-story.scss */
      .truncatedStory h2, .truncatedStory p, .truncatedStory address {
        margin: 1em 0; } }

/* line 28, sass/public/_truncated-story.scss */
.generalWidget {
  clear: both;
  margin: 1em 0; }
  /* line 31, sass/public/_truncated-story.scss */
  .generalWidget .truncatedStory {
    padding: 0; }

/* line 37, sass/public/_truncated-story.scss */
.hubPage .roughEdge {
  background: #fff;
  clear: both; }
  /* line 41, sass/public/_truncated-story.scss */
  .hubPage .roughEdge .truncatedStory h2 {
    margin: 1em 2%; }
    @media screen and (min-width: 760px) {
      /* line 41, sass/public/_truncated-story.scss */
      .hubPage .roughEdge .truncatedStory h2 {
        margin: 1em 0; } }
  /* line 48, sass/public/_truncated-story.scss */
  .hubPage .roughEdge.small {
    clear: left; }
    /* line 50, sass/public/_truncated-story.scss */
    .hubPage .roughEdge.small.fltR {
      clear: right; }

/* line 3, sass/public/_ui-autocomplete.scss */
.events .ui-autocomplete .ui-menu-item, body .ui-autocomplete .ui-menu-item {
  text-align: left;
  margin: 0; }
  /* line 6, sass/public/_ui-autocomplete.scss */
  .events .ui-autocomplete .ui-menu-item a,
  .events .ui-autocomplete .ui-menu-item a:link,
  .events .ui-autocomplete .ui-menu-item a:visited, body .ui-autocomplete .ui-menu-item a,
  body .ui-autocomplete .ui-menu-item a:link,
  body .ui-autocomplete .ui-menu-item a:visited {
    color: #000;
    font-family: arial, sans-serif;
    font-size: 0.85em;
    padding: 0;
    text-transform: capitalize; }
  /* line 15, sass/public/_ui-autocomplete.scss */
  .events .ui-autocomplete .ui-menu-item a.ui-state-hover, body .ui-autocomplete .ui-menu-item a.ui-state-hover {
    margin: 0;
    background: #3399ff;
    color: #fff; }

/* line 24, sass/public/_ui-autocomplete.scss */
body .ui-autocomplete {
  background: #fff;
  display: none;
  list-style-type: none;
  padding: 0 0 0 0.25em;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 6; }
  /* line 36, sass/public/_ui-autocomplete.scss */
  body .ui-autocomplete .ui-menu-item a,
  body .ui-autocomplete .ui-menu-item a:link,
  body .ui-autocomplete .ui-menu-item a:visited {
    font-size: 0.75em; }

/* line 1, sass/public/_directory-search.scss */
.directory-search {
  box-sizing: border-box;
  padding: 1px 20px 20px 20px;
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 1, sass/public/_directory-search.scss */
    .directory-search {
      display: table; } }

/* line 10, sass/public/_directory-search.scss */
.directory-search--simple {
  text-align: center; }
  @media screen and (min-width: 760px) {
    /* line 10, sass/public/_directory-search.scss */
    .directory-search--simple {
      display: block; } }

/* line 16, sass/public/_directory-search.scss */
.directory-search--shaded {
  background-color: #e6e6e6;
  padding: 20px; }

/* line 21, sass/public/_directory-search.scss */
.directory-search--transparent {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7); }

/* line 25, sass/public/_directory-search.scss */
.directory-search__input {
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ccc;
  font-size: 0.8125em;
  margin: 10px 0;
  padding: 7px;
  width: 100%;
  display: block; }
  @media screen and (min-width: 1023px) {
    /* line 25, sass/public/_directory-search.scss */
    .directory-search__input {
      max-width: 140px;
      margin: 5px 0;
      display: inline-block; } }

/* line 42, sass/public/_directory-search.scss */
.directory-search__input--larger {
  font-size: 1em; }

@media screen and (min-width: 1023px) {
  /* line 46, sass/public/_directory-search.scss */
  .directory-search__input--block {
    display: block;
    max-width: none;
    margin: 0; } }
@media screen and (min-width: 1023px) {
  /* line 52, sass/public/_directory-search.scss */
  .directory-search__input--block ~ .directory-search__input--block {
    margin: 30px 0 0; } }
@media screen and (min-width: 1023px) {
  /* line 58, sass/public/_directory-search.scss */
  .tight .directory-search__input--block ~ .directory-search__input--block {
    margin: 10px 0 0; } }

/* line 66, sass/public/_directory-search.scss */
.directory-search__input--datepicker {
  background-image: url(/images/public/calendar.png);
  background-position: right center;
  background-repeat: no-repeat; }

/* line 72, sass/public/_directory-search.scss */
.directory-column {
  display: block;
  padding: 0 5px; }
  @media screen and (min-width: 1023px) {
    /* line 72, sass/public/_directory-search.scss */
    .directory-column {
      display: table-cell;
      vertical-align: middle;
      padding: 5px; }
      /* line 81, sass/public/_directory-search.scss */
      .directory-column.v-top {
        vertical-align: top; } }

@media screen and (min-width: 1023px) {
  /* line 87, sass/public/_directory-search.scss */
  .directory-column--pagination {
    width: 310px; } }
/* line 91, sass/public/_directory-search.scss */
.directory-column--pagination .pagination {
  text-align: left; }

/* line 96, sass/public/_directory-search.scss */
.directory-column--buttons {
  box-sizing: border-box;
  /* So as not to assume what the initial value was */ }
  @media screen and (max-width: 1023px) {
    /* line 100, sass/public/_directory-search.scss */
    .directory-column--buttons .button, .directory-column--buttons .listing-share .social-share-button a, .listing-share .social-share-button .directory-column--buttons a {
      margin-right: 10px;
      margin-bottom: 10px; }
    /* line 104, sass/public/_directory-search.scss */
    .directory-column--buttons .button--filter {
      width: 45%; } }
  @media screen and (min-width: 1023px) {
    /* line 96, sass/public/_directory-search.scss */
    .directory-column--buttons {
      padding-left: 10px;
      padding-right: 10px;
      width: 130px;
      vertical-align: bottom; }
      /* line 113, sass/public/_directory-search.scss */
      .directory-column--buttons .button, .directory-column--buttons .listing-share .social-share-button a, .listing-share .social-share-button .directory-column--buttons a {
        width: 100%; }
      /* line 116, sass/public/_directory-search.scss */
      .directory-column--buttons .button--filter:first-child {
        margin-bottom: 25px; } }

/* line 123, sass/public/_directory-search.scss */
.directory-column___heading {
  font-size: 0.8125em;
  font-weight: bold;
  color: #666; }

/* line 129, sass/public/_directory-search.scss */
.directory-search__size {
  font-size: .9em; }

/* line 133, sass/public/_directory-search.scss */
.directory-search-heading {
  font-size: 2em;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  margin: 10px 15px; }
  @media screen and (min-width: 1023px) {
    /* line 133, sass/public/_directory-search.scss */
    .directory-search-heading {
      font-size: 2.4em;
      margin: 5px 0; } }

/* line 143, sass/public/_directory-search.scss */
.directory-search-location {
  font-weight: bold; }

/* line 147, sass/public/_directory-search.scss */
.directory-search__results {
  color: #666;
  font-size: .85em;
  margin-bottom: 20px;
  margin-left: 15px; }
  @media screen and (min-width: 1023px) {
    /* line 147, sass/public/_directory-search.scss */
    .directory-search__results {
      margin-left: 0; } }

/* line 157, sass/public/_directory-search.scss */
.directory-search__results-label {
  font-weight: bold; }

/* line 161, sass/public/_directory-search.scss */
.directory__heading {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.625em;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

/* line 172, sass/public/_directory-search.scss */
.directoryGrid__filters-attributes {
  text-align: left;
  margin-bottom: 1em;
  clear: both;
  padding: 1em 15px;
  color: #5a5a5a;
  background-color: #FFF; }
  @media screen and (max-width: 760px) {
    /* line 172, sass/public/_directory-search.scss */
    .directoryGrid__filters-attributes {
      width: 83%;
      margin: auto; } }
  @media screen and (max-width: 480px) {
    /* line 180, sass/public/_directory-search.scss */
    .directoryGrid__filters-attributes ul {
      padding-left: 10px; } }
  /* line 187, sass/public/_directory-search.scss */
  .directoryGrid__filters-attributes .directoryGrid__filters-attributes--header {
    width: 100%;
    clear: both;
    padding: 1em 0 0 0;
    position: relative;
    display: block;
    left: 0; }
  /* line 201, sass/public/_directory-search.scss */
  .directoryGrid__filters-attributes ul {
    list-style-type: none; }

/* line 208, sass/public/_directory-search.scss */
.directoryGrid__checkbox {
  font-size: 0.9em;
  width: 22%;
  margin: 10px 0 10px 10px;
  text-align: center;
  position: relative;
  height: 3.2em;
  background-color: #aaa;
  display: inline-block;
  border-radius: 7px; }
  @media screen and (max-width: 480px) {
    /* line 208, sass/public/_directory-search.scss */
    .directoryGrid__checkbox {
      width: 45%;
      font-size: 0.7em; } }
  @media screen and (min-width: 480px) and (max-width: 760px) {
    /* line 208, sass/public/_directory-search.scss */
    .directoryGrid__checkbox {
      width: 31.0%;
      font-size: 0.8em; } }
  /* line 233, sass/public/_directory-search.scss */
  .directoryGrid__checkbox:before {
    content: ' ';
    height: 100%;
    width: 1%;
    vertical-align: middle;
    display: inline-block; }
  /* line 241, sass/public/_directory-search.scss */
  .directoryGrid__checkbox .directoryGrid__checkbox--label {
    width: 88%;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 5px;
    color: #FFF;
    cursor: pointer; }
  /* line 253, sass/public/_directory-search.scss */
  .directoryGrid__checkbox.active {
    background-color: #094A6C; }

/* line 261, sass/public/_directory-search.scss */
.directoryList {
  margin: 30px 0;
  clear: both;
  padding-top: 1em; }
  @media screen and (min-width: 760px) {
    /* line 261, sass/public/_directory-search.scss */
    .directoryList {
      display: block; } }
  /* line 270, sass/public/_directory-search.scss */
  .directoryList .tabs li {
    background: #094A6C;
    float: left;
    margin-right: 1px; }
    /* line 274, sass/public/_directory-search.scss */
    .directoryList .tabs li a:link, .directoryList .tabs li a:visited {
      color: #fff;
      display: block;
      text-decoration: none;
      font-size: .8em;
      padding: 10px; }
    /* line 281, sass/public/_directory-search.scss */
    .directoryList .tabs li.ui-state-active {
      background: #5a5a5a; }
  /* line 288, sass/public/_directory-search.scss */
  .directoryList .filters {
    padding: 1em 0; }
    /* line 291, sass/public/_directory-search.scss */
    .directoryList .filters .filter-dropdown {
      float: left;
      font-size: .8em;
      margin: 0 1% 0 0;
      color: #fff;
      width: 99%; }
      /* line 297, sass/public/_directory-search.scss */
      .directoryList .filters .filter-dropdown input {
        box-sizing: border-box;
        margin-right: 1.0%;
        width: 20%; }
      /* line 302, sass/public/_directory-search.scss */
      .directoryList .filters .filter-dropdown input.filterkeyword {
        width: 16%; }
      /* line 303, sass/public/_directory-search.scss */
      .directoryList .filters .filter-dropdown input.filterdatepicker {
        width: 14%; }
      /* line 304, sass/public/_directory-search.scss */
      .directoryList .filters .filter-dropdown input.city, .directoryList .filters .filter-dropdown input.county {
        width: 28.5%; }
      /* line 305, sass/public/_directory-search.scss */
      .directoryList .filters .filter-dropdown select {
        padding: 0.1em 0;
        width: 18%; }
    /* line 311, sass/public/_directory-search.scss */
    .directoryList .filters a:link.btn, .directoryList .filters a:visited.btn {
      background: #094A6C;
      color: #fff;
      display: block;
      padding: 5px;
      font-size: 0.7em;
      border-radius: 3px;
      text-decoration: none; }
    /* line 315, sass/public/_directory-search.scss */
    .directoryList .filters a:link.btn--filter, .directoryList .filters a:visited.btn--filter {
      display: inline-block; }
      /* line 317, sass/public/_directory-search.scss */
      .directoryList .filters a:link.btn--filter.update, .directoryList .filters a:visited.btn--filter.update {
        background-color: #094A6C; }
    /* line 322, sass/public/_directory-search.scss */
    .directoryList .filters form {
      margin: 0 0 1em 1.0%;
      display: inline-block;
      width: 99%; }
  /* line 328, sass/public/_directory-search.scss */
  .directoryList .ajaxLoader {
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 100%;
    top: 0;
    left: 0; }
    /* line 336, sass/public/_directory-search.scss */
    .directoryList .ajaxLoader img {
      position: relative;
      top: 18em; }

/* line 343, sass/public/_directory-search.scss */
.regionDirectory ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 347, sass/public/_directory-search.scss */
  .regionDirectory ul.tabs li {
    float: left;
    margin-right: 1px; }
    @media screen and (max-width: 760px) {
      /* line 347, sass/public/_directory-search.scss */
      .regionDirectory ul.tabs li {
        width: 49.5%; } }
    /* line 351, sass/public/_directory-search.scss */
    .regionDirectory ul.tabs li a:link, .regionDirectory ul.tabs li a:visited {
      background: #094A6C;
      color: #fff;
      display: block;
      text-decoration: none;
      font-size: .8em;
      padding: 10px; }
  /* line 361, sass/public/_directory-search.scss */
  .regionDirectory ul.tabs li.ui-state-active a:link, .regionDirectory ul.tabs li.ui-state-active a:visited {
    background: #0d6a9b; }

/* line 1, sass/public/_child-category.scss */
.child-category-wrapper {
  text-align: left;
  margin: 10px auto;
  width: 285px; }
  @media screen and (min-width: 760px) {
    /* line 1, sass/public/_child-category.scss */
    .child-category-wrapper {
      margin: 25px auto;
      width: auto;
      text-align: center; } }

/* line 12, sass/public/_child-category.scss */
.child-category-wrapper--wide {
  max-width: 382px; }
  @media screen and (min-width: 760px) {
    /* line 12, sass/public/_child-category.scss */
    .child-category-wrapper--wide {
      max-width: none; } }

/* line 19, sass/public/_child-category.scss */
.child-category {
  display: inline-block;
  text-align: center;
  margin: 10px;
  width: 72px;
  vertical-align: top; }

@media screen and (max-width: 760px) {
  /* line 27, sass/public/_child-category.scss */
  .child-category--large-mobile {
    width: 120px; } }

@media screen and (min-width: 760px) {
  /* line 33, sass/public/_child-category.scss */
  .child-category--spaced {
    margin-left: 20px;
    margin-right: 20px; } }

/* line 40, sass/public/_child-category.scss */
.child-category__image {
  height: 55px;
  max-width: 100%;
  display: inline-block; }
  @media screen and (max-width: 760px) {
    /* line 44, sass/public/_child-category.scss */
    .child-category--large-mobile .child-category__image {
      height: 110px; } }

/* line 51, sass/public/_child-category.scss */
.child-category__header {
  font-size: .8em;
  display: block; }

/* line 56, sass/public/_child-category.scss */
.child-category__header--light {
  color: #fff; }

/* line 61, sass/public/_child-category.scss */
a.child-category__link:link, a.child-category__link:visited {
  color: #000;
  text-decoration: none; }

/* line 7, sass/public/_travel-green.scss */
.travel-green__col-left {
  vertical-align: top;
  display: block;
  margin: 10px 20px 0;
  width: auto; }
  @media screen and (min-width: 760px) {
    /* line 7, sass/public/_travel-green.scss */
    .travel-green__col-left {
      display: inline-block;
      margin: 10px 10px 0 20px;
      max-width: 350px;
      width: 43%; } }

/* line 19, sass/public/_travel-green.scss */
.travel-green__col-right {
  vertical-align: top;
  display: block;
  margin: 10px 20px 0;
  width: auto; }
  @media screen and (min-width: 760px) {
    /* line 19, sass/public/_travel-green.scss */
    .travel-green__col-right {
      display: inline-block;
      margin: 10px 20px 0 10px;
      width: 43%;
      float: right; } }

/* line 33, sass/public/_travel-green.scss */
.travel-green__sec {
  position: relative;
  margin: 60px 0; }
  /* line 37, sass/public/_travel-green.scss */
  .travel-green__sec h3 {
    position: relative;
    margin: 0 0 10px 0;
    color: #00a04f;
    font-size: 1.0em; }

/* line 47, sass/public/_travel-green.scss */
.travel-green__title {
  position: relative;
  display: block;
  margin: 0 20px 0; }
  /* line 52, sass/public/_travel-green.scss */
  .travel-green__title h2 {
    position: relative;
    display: inline-block;
    margin: 5px 0 0;
    color: #00a04f;
    font-size: 1.0em;
    vertical-align: top; }
    @media screen and (min-width: 480px) {
      /* line 52, sass/public/_travel-green.scss */
      .travel-green__title h2 {
        font-size: 1.2em; } }

/* line 67, sass/public/_travel-green.scss */
.travel-green__leaf {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0;
  background-image: url("../../Images/public/tg_leaf.png");
  background-image: url("../../Images/public/tg_leaf.svg"); }

/* line 81, sass/public/_travel-green.scss */
.travel-green__innovations ul {
  margin: 0;
  padding: 0; }
  /* line 85, sass/public/_travel-green.scss */
  .travel-green__innovations ul li {
    margin: 0 0 5px 15px;
    font-size: .9em;
    line-height: 1.35em; }

/* line 93, sass/public/_travel-green.scss */
.travel-green__badge {
  margin: 0 auto 10px;
  display: block;
  text-align: center; }
  @media screen and (min-width: 760px) {
    /* line 93, sass/public/_travel-green.scss */
    .travel-green__badge {
      margin: 0 5px 10px 0;
      text-align: left;
      display: inline-block; } }

/* line 107, sass/public/_travel-green.scss */
.travel-green__indicator-bar {
  border: 2px solid #00a04f;
  height: 33px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
  border-radius: 6px; }
  /* line 116, sass/public/_travel-green.scss */
  .travel-green__indicator-bar .travel-green__perc-mark {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 33px;
    background-color: rgba(0, 160, 79, 0.4); }
    /* line 123, sass/public/_travel-green.scss */
    .travel-green__indicator-bar .travel-green__perc-mark .perc {
      position: absolute;
      top: -13px;
      transform: translateX(-50%);
      font-size: 8px;
      font-weight: 100; }
  /* line 133, sass/public/_travel-green.scss */
  .travel-green__indicator-bar .travel-green__score {
    height: 30px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    background: #64de79;
    background: linear-gradient(#64de79 70%, #5bc86d);
    border-radius: 5px 0px 0px 5px; }
  /* line 143, sass/public/_travel-green.scss */
  .travel-green__indicator-bar .travel-green__score-text {
    position: absolute;
    top: -24px;
    padding: 3px 6px 1px;
    background-color: #e07338;
    left: 0;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 3px;
    color: white;
    font-size: 10px;
    font-weight: bold; }
    /* line 157, sass/public/_travel-green.scss */
    .travel-green__indicator-bar .travel-green__score-text .pts {
      margin-left: 2px;
      font-style: italic;
      font-weight: 100;
      font-size: 9px; }
    /* line 163, sass/public/_travel-green.scss */
    .travel-green__indicator-bar .travel-green__score-text .arrow-dn {
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 5px solid #e07338; }
  @media screen and (min-width: 760px) {
    /* line 107, sass/public/_travel-green.scss */
    .travel-green__indicator-bar {
      margin: 10px 5px 0 0;
      width: 45%;
      float: right; } }

/* line 184, sass/public/_travel-green.scss */
.travel-green__iscertified {
  font-size: .7em;
  margin: 10px auto 0;
  font-weight: bold; }

/* line 189, sass/public/_travel-green.scss */
.travel-green__disclaimer {
  font-size: 0.6em;
  margin-top: 0.5em;
  line-height: 1.4em; }
  /* line 194, sass/public/_travel-green.scss */
  .travel-green__disclaimer a:link, .travel-green__disclaimer a:visited {
    color: #00a04f; }

/* line 1, sass/public/_onoffswitch.scss */
.onoffswitch {
  position: relative;
  width: 69px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block; }

/* line 6, sass/public/_onoffswitch.scss */
.onoffswitch-checkbox {
  display: none; }

/* line 9, sass/public/_onoffswitch.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 7px; }

/* line 13, sass/public/_onoffswitch.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

/* line 18, sass/public/_onoffswitch.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 11px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

/* line 23, sass/public/_onoffswitch.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #094A6C;
  color: #FFFFFF; }

/* line 28, sass/public/_onoffswitch.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right; }

/* line 34, sass/public/_onoffswitch.scss */
.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 2.5px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  transition: all 0.3s ease-in 0s; }

/* line 42, sass/public/_onoffswitch.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

/* line 45, sass/public/_onoffswitch.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 7, sass/public/_place-summary.scss */
.placeSummary {
  font-size: .8em; }
  @media screen and (min-width: 760px) {
    /* line 7, sass/public/_place-summary.scss */
    .placeSummary {
      background: #d9d9d9;
      float: right;
      width: 22.87234042553191%; } }
  /* line 13, sass/public/_place-summary.scss */
  .placeSummary .travelGreenScoreMeter {
    margin-top: 15px;
    padding: 0 5%; }
    /* line 16, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter h3 {
      color: #00a04f; }
    /* line 17, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter a:link, .placeSummary .travelGreenScoreMeter a:visited {
      color: #00a04f; }
    /* line 20, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter .certifiedLevel {
      font-size: .8em;
      margin: 0 0 0 20%; }
    /* line 24, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter .travelGreenDisclaimer {
      font-size: 0.85em;
      margin-top: 0.5em; }
    /* line 29, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter .travelGreenInnovations ul {
      margin: 0;
      padding: 0 0 0 20px; }
    /* line 31, sass/public/_place-summary.scss */
    .placeSummary .travelGreenScoreMeter .indicatorBar {
      border: 1px solid #00a04f;
      height: 25px;
      position: relative;
      z-index: 3;
      border-radius: 4px; }
      /* line 37, sass/public/_place-summary.scss */
      .placeSummary .travelGreenScoreMeter .indicatorBar:before {
        position: absolute;
        bottom: 0;
        content: "";
        width: 20%;
        height: 25px;
        border-right: 1px solid #00a04f; }
      /* line 45, sass/public/_place-summary.scss */
      .placeSummary .travelGreenScoreMeter .indicatorBar .travelGreenScore {
        height: 22px;
        padding-top: 3px;
        text-align: center;
        color: #fff;
        background: #64de79;
        background-image: linear-gradient(#64de79 70%, #5bc86d); }
  /* line 56, sass/public/_place-summary.scss */
  .placeSummary .submittedBy {
    background: #e6e6e6;
    font-size: .85em;
    margin-top: 1em;
    padding: 10px 0; }
    /* line 62, sass/public/_place-summary.scss */
    .placeSummary .submittedBy p {
      margin: .5em 0;
      padding: 0 1em; }
      /* line 65, sass/public/_place-summary.scss */
      .placeSummary .submittedBy p.author {
        margin: 0; }
  /* line 70, sass/public/_place-summary.scss */
  .placeSummary .authorInfo {
    margin: .5em 0; }
    /* line 72, sass/public/_place-summary.scss */
    .placeSummary .authorInfo span {
      display: block; }

/* line 78, sass/public/_place-summary.scss */
.travelGreenCert {
  padding: .5em 3%;
  color: #00a04f; }
  /* line 81, sass/public/_place-summary.scss */
  .travelGreenCert .travelGreenScore {
    font-family: "Helvetica", "Arial", "sans-serif";
    font-weight: bold; }

/* line 85, sass/public/_place-summary.scss */
.locationSocialLinks {
  list-style-type: none;
  margin: 0;
  padding: 5px 0; }
  @media screen and (min-width: 760px) {
    /* line 89, sass/public/_place-summary.scss */
    .locationSocialLinks .additionalLink {
      font-size: 1.2em;
      margin: 3px 7%; }
      /* line 93, sass/public/_place-summary.scss */
      .locationSocialLinks .additionalLink p {
        margin: 5px 0; } }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 9, sass/public/_maps-guides.scss */
.mapsGuides .emailSignUp {
  padding: 1em;
  width: 29%; }
  /* line 10, sass/public/_maps-guides.scss */
  .mapsGuides .emailSignUp h3 {
    margin-top: 0;
    text-align: center; }
  @media screen and (max-width: 760px) {
    /* line 9, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp {
      width: 100%;
      padding: 0;
      margin: 0 auto; } }
  /* line 14, sass/public/_maps-guides.scss */
  .mapsGuides .emailSignUp a {
    text-decoration: none; }
  /* line 15, sass/public/_maps-guides.scss */
  .mapsGuides .emailSignUp .orderSubmit {
    overflow: hidden;
    padding: 0;
    width: 100%; }
    /* line 19, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp .orderSubmit input[type="text"] {
      width: 100%;
      box-sizing: border-box; }
    /* line 20, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp .orderSubmit h2 {
      font-size: 1.2em;
      margin-bottom: 0.75em; }
    /* line 21, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp .orderSubmit h3 {
      border: 0; }
    /* line 22, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp .orderSubmit h4 {
      margin: 0.25em 2% 0;
      padding: 0;
      font-size: 1.0em; }
    /* line 23, sass/public/_maps-guides.scss */
    .mapsGuides .emailSignUp .orderSubmit select {
      width: 100%;
      box-sizing: border-box; }
  /* line 25, sass/public/_maps-guides.scss */
  .mapsGuides .emailSignUp input[type="submit"] {
    box-sizing: border-box;
    background: #094A6C;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 0.9em;
    text-decoration: none;
    border: 0;
    float: left; }
    @media screen and (max-width: 760px) {
      /* line 25, sass/public/_maps-guides.scss */
      .mapsGuides .emailSignUp input[type="submit"] {
        margin: 0.5em 0%; } }
    @media screen and (min-width: 760px) {
      /* line 25, sass/public/_maps-guides.scss */
      .mapsGuides .emailSignUp input[type="submit"] {
        margin: 1.4em 2%; } }
/* line 38, sass/public/_maps-guides.scss */
.mapsGuides #pages {
  margin: 0; }
  @media screen and (min-width: 760px) {
    /* line 38, sass/public/_maps-guides.scss */
    .mapsGuides #pages {
      width: 66%;
      float: left;
      margin: 0; } }
  /* line 41, sass/public/_maps-guides.scss */
  .mapsGuides #pages .maps {
    clear: both; }
    @media screen and (max-width: 760px) {
      /* line 41, sass/public/_maps-guides.scss */
      .mapsGuides #pages .maps {
        margin: 0 2%; } }
    /* line 44, sass/public/_maps-guides.scss */
    .mapsGuides #pages .maps img {
      width: 100%; }
      @media screen and (min-width: 760px) {
        /* line 44, sass/public/_maps-guides.scss */
        .mapsGuides #pages .maps img {
          width: 45%;
          float: left; } }
    /* line 48, sass/public/_maps-guides.scss */
    .mapsGuides #pages .maps .mapDownload {
      width: 100%; }
      /* line 49, sass/public/_maps-guides.scss */
      .mapsGuides #pages .maps .mapDownload h2 {
        margin-top: 0; }
      @media screen and (min-width: 760px) {
        /* line 48, sass/public/_maps-guides.scss */
        .mapsGuides #pages .maps .mapDownload {
          width: 50%;
          float: right; } }
    /* line 53, sass/public/_maps-guides.scss */
    .mapsGuides #pages .maps .otherMapDownload {
      clear: both;
      padding-top: 0.1em; }
    /* line 54, sass/public/_maps-guides.scss */
    .mapsGuides #pages .maps p {
      font-size: 0.9em; }
  /* line 56, sass/public/_maps-guides.scss */
  .mapsGuides #pages .guides {
    clear: both; }
    /* line 58, sass/public/_maps-guides.scss */
    .mapsGuides #pages .guides h2 {
      margin-top: 0; }
    /* line 59, sass/public/_maps-guides.scss */
    .mapsGuides #pages .guides p {
      font-size: 0.9em; }
  /* line 61, sass/public/_maps-guides.scss */
  .mapsGuides #pages .telephone {
    white-space: nowrap; }
  /* line 64, sass/public/_maps-guides.scss */
  .mapsGuides #pages .order {
    clear: both; }
    @media screen and (max-width: 760px) {
      /* line 64, sass/public/_maps-guides.scss */
      .mapsGuides #pages .order {
        margin: 0 2%; } }
    /* line 67, sass/public/_maps-guides.scss */
    .mapsGuides #pages .order h2 {
      margin-top: 0; }
    /* line 68, sass/public/_maps-guides.scss */
    .mapsGuides #pages .order h3 {
      background: #094A6C;
      color: #fff;
      padding: 0.25em 2%; }
      @media screen and (min-width: 760px) {
        /* line 68, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order h3 {
          margin-bottom: 0;
          border-top: 1px solid #094A6C;
          padding-top: 1.0em;
          background: none;
          color: #094A6C; } }
    /* line 80, sass/public/_maps-guides.scss */
    .mapsGuides #pages .order p {
      font-size: 0.9em; }
    /* line 81, sass/public/_maps-guides.scss */
    .mapsGuides #pages .order ul.orderList {
      list-style: none;
      clear: both;
      display: block;
      padding: 0; }
      @media screen and (min-width: 760px) {
        /* line 81, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order ul.orderList {
          display: inline-block; } }
      /* line 87, sass/public/_maps-guides.scss */
      .mapsGuides #pages .order ul.orderList li {
        display: block;
        width: 100%;
        margin: 0; }
        @media screen and (min-width: 760px) {
          /* line 87, sass/public/_maps-guides.scss */
          .mapsGuides #pages .order ul.orderList li {
            width: 27.3333333%;
            display: inline-block;
            vertical-align: top;
            margin: 0.5em 2%; } }
        /* line 97, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order ul.orderList li input[type="checkbox"] {
          margin-right: 1%; }
        /* line 98, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order ul.orderList li label {
          color: #094A6C; }
        /* line 101, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order ul.orderList li figure.mapBrochure {
          width: 100%;
          text-align: center;
          min-height: 9.25em; }
          /* line 105, sass/public/_maps-guides.scss */
          .mapsGuides #pages .order ul.orderList li figure.mapBrochure img {
            max-height: 9em; }
        /* line 107, sass/public/_maps-guides.scss */
        .mapsGuides #pages .order ul.orderList li section {
          width: 100%;
          text-align: center; }
          /* line 109, sass/public/_maps-guides.scss */
          .mapsGuides #pages .order ul.orderList li section h4 {
            padding: 0;
            margin: 1.0em 0 0.5em 0; }
          /* line 110, sass/public/_maps-guides.scss */
          .mapsGuides #pages .order ul.orderList li section p:last-child {
            text-align: left; }
    /* line 116, sass/public/_maps-guides.scss */
    .mapsGuides #pages .order select {
      width: 100%; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* NEWS RELEASE LISTING */
/* line 13, sass/public/_press-releases.scss */
.newsListing {
  padding: 1%; }
  @media screen and (min-width: 760px) {
    /* line 13, sass/public/_press-releases.scss */
    .newsListing {
      padding: 0; } }
  /* line 16, sass/public/_press-releases.scss */
  .newsListing .leftCol {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 16, sass/public/_press-releases.scss */
      .newsListing .leftCol {
        float: left;
        width: 19.95798319327731%; } }
    /* line 22, sass/public/_press-releases.scss */
    .newsListing .leftCol .listView {
      margin-top: 0;
      width: 100%; }
      /* line 25, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView a:link, .newsListing .leftCol .listView a:visited {
        display: block;
        text-decoration: none;
        color: #fff;
        line-height: 1;
        padding: 10px; }
      /* line 33, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView ul {
        padding: 0; }
      /* line 36, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView li {
        background: #094A6C;
        border-radius: 2px;
        padding: 0;
        margin: 0 0 2px 0;
        list-style-type: none;
        width: 100%;
        float: left; }
      /* line 45, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .topLevel {
        color: #ffffff;
        font-size: .9em;
        font-weight: bold;
        position: relative; }
      /* line 51, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .listingToggle:after {
        font-family: 'icomoon';
        content: 'k';
        float: right; }
      /* line 56, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .listingToggle.sectionOpen:after {
        font-family: 'icomoon';
        content: 'j';
        float: right; }
      /* line 61, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .toggle-link {
        width: 65%;
        float: left; }
      /* line 65, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .empty-toogle {
        width: 7%;
        float: right; }
      /* line 69, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .active {
        background: #094A6C; }
        /* line 71, sass/public/_press-releases.scss */
        .newsListing .leftCol .listView .active a {
          color: #fff; }
      /* line 73, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .listing {
        display: none;
        padding: 5px 1%;
        position: relative;
        box-sizing: border-box; }
        /* line 80, sass/public/_press-releases.scss */
        .newsListing .leftCol .listView .listing li {
          background: none;
          line-height: 1;
          padding: 0 0 6px 0; }
          /* line 84, sass/public/_press-releases.scss */
          .newsListing .leftCol .listView .listing li a {
            color: #fff;
            font-weight: normal;
            margin-left: 18px;
            text-decoration: underline; }
        /* line 91, sass/public/_press-releases.scss */
        .newsListing .leftCol .listView .listing a.current {
          font-weight: bold;
          margin-left: -1px;
          text-decoration: none; }
          /* line 95, sass/public/_press-releases.scss */
          .newsListing .leftCol .listView .listing a.current:before {
            display: block;
            float: left;
            font-family: "icomoon";
            margin-right: 5px;
            content: "l"; }
        /* line 103, sass/public/_press-releases.scss */
        .newsListing .leftCol .listView .listing h3 {
          margin: 0; }
        /* line 106, sass/public/_press-releases.scss */
        .newsListing .leftCol .listView .listing p {
          margin: 0; }
      /* line 110, sass/public/_press-releases.scss */
      .newsListing .leftCol .listView .opened {
        display: block; }
  /* line 116, sass/public/_press-releases.scss */
  .newsListing .rightCol {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 116, sass/public/_press-releases.scss */
      .newsListing .rightCol {
        width: 77.83193277310924%;
        float: right; } }
    /* line 122, sass/public/_press-releases.scss */
    .newsListing .rightCol .sectionInfo {
      background: #e6e6e6;
      padding: 1em;
      border-radius: 5px; }
      @media screen and (min-width: 760px) {
        /* line 122, sass/public/_press-releases.scss */
        .newsListing .rightCol .sectionInfo {
          background: #ffffff;
          margin-left: 1em;
          margin-top: 0; } }
    /* line 133, sass/public/_press-releases.scss */
    .newsListing .rightCol ul.news_items {
      list-style-type: none;
      margin: 0 1em;
      padding: 0; }
      @media screen and (min-width: 760px) {
        /* line 133, sass/public/_press-releases.scss */
        .newsListing .rightCol ul.news_items {
          padding-left: 1em;
          width: 93%; } }
      /* line 141, sass/public/_press-releases.scss */
      .newsListing .rightCol ul.news_items li {
        list-style: none;
        padding: 1em 0;
        margin-top: 0;
        border-bottom: solid 1px #b3b3b3;
        width: 100%; }
        @media screen and (min-width: 760px) {
          /* line 141, sass/public/_press-releases.scss */
          .newsListing .rightCol ul.news_items li {
            display: inline-block; } }
        /* line 145, sass/public/_press-releases.scss */
        .newsListing .rightCol ul.news_items li img {
          max-width: 100%; }
          @media screen and (min-width: 760px) {
            /* line 145, sass/public/_press-releases.scss */
            .newsListing .rightCol ul.news_items li img {
              float: left;
              padding: 0 1em 0 0; } }
        /* line 157, sass/public/_press-releases.scss */
        .newsListing .rightCol ul.news_items li:last-child {
          border: 0; }
        /* line 158, sass/public/_press-releases.scss */
        .newsListing .rightCol ul.news_items li h3 {
          margin: 0px;
          font-size: 1em; }
          /* line 161, sass/public/_press-releases.scss */
          .newsListing .rightCol ul.news_items li h3 a:link, .newsListing .rightCol ul.news_items li h3 a:visited {
            text-decoration: none; }
        /* line 163, sass/public/_press-releases.scss */
        .newsListing .rightCol ul.news_items li p {
          margin: 0px;
          font-size: .8em; }
          /* line 164, sass/public/_press-releases.scss */
          .newsListing .rightCol ul.news_items li p .posted {
            padding: 0.25em 0 0.4em 0; }

/* line 172, sass/public/_press-releases.scss */
.bigBtn {
  background: #094A6C;
  color: #fff;
  display: block;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  margin: 1em; }

/* line 178, sass/public/_press-releases.scss */
.media-room .featuredArticles {
  float: left;
  min-height: 0; }
  /* line 181, sass/public/_press-releases.scss */
  .media-room .featuredArticles.fltR {
    float: right; }
  /* line 185, sass/public/_press-releases.scss */
  .media-room .featuredArticles .bigBtn:link, .media-room .featuredArticles .bigBtn:visited {
    color: #fff; }
/* line 190, sass/public/_press-releases.scss */
.media-room .releases {
  background: #fff;
  clear: both;
  padding-bottom: 1em; }
  /* line 191, sass/public/_press-releases.scss */
  .media-room .releases header {
    margin-bottom: 0; }
    /* line 193, sass/public/_press-releases.scss */
    .media-room .releases header h2 {
      color: #5a5a5a; }
    /* line 197, sass/public/_press-releases.scss */
    .media-room .releases header .viewMore:link, .media-room .releases header .viewMore:visited {
      color: #094A6C; }
  @media screen and (min-width: 760px) {
    /* line 206, sass/public/_press-releases.scss */
    .media-room .releases .releases__list-item {
      float: left;
      margin: 1em 1em 1em 0;
      width: 47%; }
      /* line 211, sass/public/_press-releases.scss */
      .media-room .releases .releases__list-item:nth-child(even) {
        float: right; }
      /* line 214, sass/public/_press-releases.scss */
      .media-room .releases .releases__list-item:nth-child(2n+3), .media-room .releases .releases__list-item.third {
        clear: left; } }
  /* line 220, sass/public/_press-releases.scss */
  .media-room .releases .releases__link {
    text-decoration: none; }
    /* line 223, sass/public/_press-releases.scss */
    .media-room .releases .releases__link:link .releases__item-date, .media-room .releases .releases__link:visited .releases__item-date {
      color: #5a5a5a; }
  /* line 228, sass/public/_press-releases.scss */
  .media-room .releases .releases__item-date {
    text-decoration: none;
    font-size: 0.9em; }
  /* line 232, sass/public/_press-releases.scss */
  .media-room .releases .releases__title {
    margin: 0;
    font-size: 1.2em; }
/* line 237, sass/public/_press-releases.scss */
.media-room .pageSummary {
  height: auto;
  padding: 1em; }
/* line 241, sass/public/_press-releases.scss */
.media-room .flex-content-spacer {
  min-height: 9.25em; }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  /* line 246, sass/public/_press-releases.scss */
  .media-relations {
    float: right;
    width: 77.83193277310924%; }
    /* line 250, sass/public/_press-releases.scss */
    .media-relations .press-contact {
      clear: none;
      float: left;
      width: 48%; } }

/* line 257, sass/public/_press-releases.scss */
.press-contact {
  margin: 1em 0; }
  /* line 259, sass/public/_press-releases.scss */
  .press-contact * {
    margin: 0;
    font-size: 0.75em;
    line-height: 1.2; }
  /* line 264, sass/public/_press-releases.scss */
  .press-contact strong {
    font-size: 1em; }

/* line 268, sass/public/_press-releases.scss */
.press-contact__thumb {
  float: left;
  margin-right: 0.75em;
  width: 33.5%; }

/* line 273, sass/public/_press-releases.scss */
.full-column-white {
  background: #fff;
  clear: both; }

/* line 278, sass/public/_press-releases.scss */
.subcategories.media-image-categories .subcategory {
  width: 18%; }

/* line 282, sass/public/_press-releases.scss */
.imageGallery {
  padding: 0; }

@media screen and (min-width: 760px) {
  /* line 285, sass/public/_press-releases.scss */
  .gallery-display {
    padding: 2em; } }

/* line 291, sass/public/_press-releases.scss */
.gallery-display__item {
  float: left;
  margin: 1em 2%;
  width: 46%; }
  @media screen and (min-width: 760px) {
    /* line 291, sass/public/_press-releases.scss */
    .gallery-display__item {
      margin: 2em 4.5%;
      width: 23.40425531914894%; } }
  /* line 299, sass/public/_press-releases.scss */
  .gallery-display__item img {
    max-width: 100%; }

/* line 303, sass/public/_press-releases.scss */
.gallery-display__caption {
  position: relative;
  min-height: 3em; }

/* line 307, sass/public/_press-releases.scss */
.gallery-display__title {
  margin: 0; }

/* line 310, sass/public/_press-releases.scss */
.gallery-display__download-link {
  background: url(/images/public/figcaption-tile-bg.png);
  bottom: 3em;
  display: block;
  padding: 0.5em 5%;
  position: absolute;
  text-align: right;
  width: 90%; }

/* line 320, sass/public/_press-releases.scss */
.story-idea-row {
  margin: 0; }
  /* line 322, sass/public/_press-releases.scss */
  .story-idea-row:before, .story-idea-row:after {
    content: "";
    display: table; }
  /* line 323, sass/public/_press-releases.scss */
  .story-idea-row:after {
    clear: both; }
  @media screen and (min-width: 760px) {
    /* line 320, sass/public/_press-releases.scss */
    .story-idea-row {
      border-top: 1px solid #888;
      padding-top: 1em; } }

/* line 329, sass/public/_press-releases.scss */
.story-idea {
  padding: 1em;
  max-width: 250px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (min-width: 760px) {
    /* line 329, sass/public/_press-releases.scss */
    .story-idea {
      float: left;
      margin: 0;
      width: 33.333%; } }

/* line 342, sass/public/_press-releases.scss */
.truncatedStory .story-idea * {
  font-size: 0.85em;
  margin: 0; }
/* line 346, sass/public/_press-releases.scss */
.truncatedStory .story-idea img {
  margin-bottom: 0.75em;
  max-width: 100%; }
/* line 350, sass/public/_press-releases.scss */
.truncatedStory .story-idea figure {
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 367, sass/public/_press-releases.scss */
.featuredArticles {
  background: #fff;
  margin: 1em 0; }
  @media screen and (min-width: 760px) {
    /* line 367, sass/public/_press-releases.scss */
    .featuredArticles {
      min-height: 22em;
      width: 47%; } }
  /* line 375, sass/public/_press-releases.scss */
  .featuredArticles h2, .featuredArticles ul {
    margin: 15px 4%; }
  /* line 378, sass/public/_press-releases.scss */
  .featuredArticles p {
    margin: 0 4% 15px 4%; }
    /* line 380, sass/public/_press-releases.scss */
    .featuredArticles p:last-child {
      margin-bottom: 15px; }
  @media screen and (min-width: 760px) {
    /* line 367, sass/public/_press-releases.scss */
    .featuredArticles {
      float: right; } }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 8, sass/public/_sign-up.scss */
.emailSignUp .col1 {
  margin: 0 2%;
  width: 96%; }
  @media screen and (min-width: 760px) {
    /* line 8, sass/public/_sign-up.scss */
    .emailSignUp .col1 {
      float: left;
      margin: 0;
      width: 45%; } }
/* line 13, sass/public/_sign-up.scss */
.emailSignUp .col2 {
  margin: 15px 2%;
  width: 96%; }
  @media screen and (min-width: 760px) {
    /* line 13, sass/public/_sign-up.scss */
    .emailSignUp .col2 {
      float: left;
      margin: 0;
      width: 55%; } }
/* line 18, sass/public/_sign-up.scss */
.emailSignUp .loginEmail {
  background: #fff; }
/* line 19, sass/public/_sign-up.scss */
.emailSignUp .updates {
  width: 96%;
  margin: 0 2%; }
  /* line 22, sass/public/_sign-up.scss */
  .emailSignUp .updates p {
    font-size: 0.9em;
    margin: 0 0 1em 0; }
  /* line 26, sass/public/_sign-up.scss */
  .emailSignUp .updates ul {
    font-size: 0.9em;
    margin: 0 0 1em 0;
    list-style-type: circle; }
  @media screen and (min-width: 760px) {
    /* line 19, sass/public/_sign-up.scss */
    .emailSignUp .updates {
      width: 90%;
      margin: 0 10% 0 0; } }
/* line 37, sass/public/_sign-up.scss */
.emailSignUp .email h3 {
  margin: 0.5em 0;
  padding: 0;
  font-size: 0.9em; }
@media screen and (max-width: 760px) {
  /* line 38, sass/public/_sign-up.scss */
  .emailSignUp .email input[type="text"] {
    width: 70%; } }

/* line 46, sass/public/_sign-up.scss */
.reports {
  padding: 1.0em 6%;
  box-sizing: border-box; }

/* line 50, sass/public/_sign-up.scss */
.reports__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 55, sass/public/_sign-up.scss */
.reports__item {
  margin: 0;
  margin-bottom: 1.5em; }

/* line 61, sass/public/_sign-up.scss */
.reports__link:link, .reports__link:visited, .reports__link:hover {
  text-decoration: none; }

/* line 63, sass/public/_sign-up.scss */
.newsletter__figure {
  width: 25%;
  display: inline-block; }
  /* line 65, sass/public/_sign-up.scss */
  .newsletter__figure img {
    height: auto;
    max-width: 100%; }

/* line 68, sass/public/_sign-up.scss */
.newsletter__name {
  font-size: 0.8em;
  margin-left: 3%;
  width: 65%;
  display: inline-block; }
  /* line 72, sass/public/_sign-up.scss */
  .newsletter__name ul {
    color: #000;
    margin: 0; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 8, sass/public/_deals.scss */
.deals ul.dealsListing {
  padding: 0;
  margin: 0;
  list-style: none; }
  /* line 12, sass/public/_deals.scss */
  .deals ul.dealsListing li {
    clear: both;
    border-top: 1px solid #b3b3b3; }
    /* line 15, sass/public/_deals.scss */
    .deals ul.dealsListing li:first-child {
      border: none; }
    /* line 16, sass/public/_deals.scss */
    .deals ul.dealsListing li figure {
      width: 96%;
      padding: 1em 2%; }
      @media screen and (min-width: 760px) {
        /* line 16, sass/public/_deals.scss */
        .deals ul.dealsListing li figure {
          float: left;
          width: 20%;
          padding: 1em 2% 1em 0; } }
    /* line 26, sass/public/_deals.scss */
    .deals ul.dealsListing li figure img {
      width: 100%; }
    /* line 27, sass/public/_deals.scss */
    .deals ul.dealsListing li .dealContent {
      width: 96%;
      margin: 1em 2%; }
      /* line 28, sass/public/_deals.scss */
      .deals ul.dealsListing li .dealContent a {
        text-decoration: none;
        font-size: 0.9em;
        margin-left: 1%; }
      @media screen and (min-width: 760px) {
        /* line 27, sass/public/_deals.scss */
        .deals ul.dealsListing li .dealContent {
          width: 75%;
          float: left;
          margin: 0; } }
      /* line 38, sass/public/_deals.scss */
      .deals ul.dealsListing li .dealContent .dealName a {
        margin: 0;
        font-size: 1.0em; }
      /* line 39, sass/public/_deals.scss */
      .deals ul.dealsListing li .dealContent .dealName .dealLocation {
        color: #5a5a5a;
        font-size: 0.8em; }
      /* line 41, sass/public/_deals.scss */
      .deals ul.dealsListing li .dealContent p {
        margin: 0.5em 0 1em 0;
        padding: 0; }
      /* line 42, sass/public/_deals.scss */
      .deals ul.dealsListing li .dealContent p.dealEnd {
        color: #5a5a5a;
        margin: 0;
        padding: 0;
        color: #5a5a5a;
        font-size: 0.8em;
        clear: both; }

/* line 2, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
#directoryList .filters--album .btn {
  background: #094A6C; }

/* line 4, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
.featureContent > .directoryList ul > li > a {
  box-sizing: border-box; }

/* line 8, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
.album-view .filters--album .search__form {
  float: none;
  width: 98%;
  display: inline-block; }
  /* line 12, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view .filters--album .search__form p > input {
    width: 100%;
    font-size: 12px; }
  /* line 13, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view .filters--album .search__form p > input.filterKeyword {
    display: block;
    font-size: 1em;
    margin: 0.5em auto;
    padding: 10px;
    width: 90%;
    box-sizing: border-box; }
    @media screen and (min-width: 760px) {
      /* line 13, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
      .album-view .filters--album .search__form p > input.filterKeyword {
        margin: 0 0 0 2%;
        padding: 1px;
        width: 25%;
        display: inline-block; } }
  @media screen and (min-width: 760px) {
    /* line 8, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
    .album-view .filters--album .search__form {
      margin: 0 0 0 1%;
      width: 75%; } }
/* line 32, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
.album-view .filters--album .search-form__btns {
  padding-top: 0.6em;
  width: 98%;
  display: block; }
  /* line 36, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view .filters--album .search-form__btns a.btn {
    margin: 0 4px; }
  @media screen and (min-width: 760px) {
    /* line 32, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
    .album-view .filters--album .search-form__btns {
      padding-top: 0;
      width: 23%;
      display: inline-block; } }
/* line 44, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
.album-view ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
/* line 45, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
.album-view li.container {
  border-bottom: 0;
  float: none;
  height: 100%;
  margin: 1em 0;
  overflow: hidden;
  padding: 10px 1%;
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  /* line 56, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view li.container img.album__image {
    float: left;
    width: 23%; }
  /* line 60, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view li.container h3 {
    font-size: 0.625em; }
  /* line 61, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view li.container h2 {
    color: #094A6C;
    font-size: 1.25em;
    line-height: 1;
    margin: 0.25em 0; }
    /* line 66, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
    .album-view li.container h2 a:link, .album-view li.container h2 a:visited, .album-view li.container h2 a:hover {
      text-decoration: none; }
    @media screen and (min-width: 760px) {
      /* line 61, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
      .album-view li.container h2 {
        width: 78%; } }
  /* line 69, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view li.container .social-album {
    display: none;
    padding-right: 2%;
    position: absolute;
    right: 0;
    text-align: right;
    width: 58%; }
    /* line 77, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
    .album-view li.container .social-album .social-album__link .social__figure {
      width: 11%;
      display: inline-block; }
      /* line 80, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
      .album-view li.container .social-album .social-album__link .social__figure img {
        max-width: 100%;
        height: auto; }
    @media screen and (min-width: 760px) {
      /* line 69, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
      .album-view li.container .social-album {
        display: block;
        width: 25%; } }
  /* line 88, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
  .album-view li.container .content {
    float: right;
    padding: 0 2%;
    width: 71%; }
    /* line 92, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
    .album-view li.container .content .text {
      color: #7f7f7f;
      margin-top: 0.4em; }
      /* line 97, ../../../../../../../../Visual Studio Projects/wdot-travelwisconsin-website/Wdot.TravelWisconsin.Web/sass/media/_album-view.scss */
      .album-view li.container .content .text a:link, .album-view li.container .content .text a:visited, .album-view li.container .content .text a:hover {
        color: #7f7f7f;
        text-decoration: none; }

/* line 2, sass/public/_buttons.scss */
a.button:link, .listing-share .social-share-button a:link, a.button:visited, .listing-share .social-share-button a:visited, a.button:hover, .listing-share .social-share-button a:hover {
  color: #fff;
  text-decoration: none; }

/* line 7, sass/public/_buttons.scss */
.button, .listing-share .social-share-button a {
  background: #094A6C;
  font-size: 0.75em;
  padding: 8px; }
  /* line 11, sass/public/_buttons.scss */
  .button:link, .listing-share .social-share-button a:link, .button:visited, .listing-share .social-share-button a:visited, .button:hover, .listing-share .social-share-button a:hover {
    color: #fff;
    text-decoration: none; }

/* line 18, sass/public/_buttons.scss */
a.button--deal-text, .listing-share .social-share-button a, button.button--deal-text {
  display: inline-block;
  font-size: 0.75em;
  padding: 8px;
  background: none;
  height: 32px;
  line-height: 32px;
  border: 0;
  color: #e07338; }
  /* line 27, sass/public/_buttons.scss */
  a.button--deal-text:link, .listing-share .social-share-button a:link, a.button--deal-text:visited, .listing-share .social-share-button a:visited, a.button--deal-text:hover, .listing-share .social-share-button a:hover, button.button--deal-text:link, button.button--deal-text:visited, button.button--deal-text:hover {
    color: #e07338;
    text-decoration: none; }

/* line 34, sass/public/_buttons.scss */
.button--link {
  color: #5a5a5a; }
  /* line 36, sass/public/_buttons.scss */
  .button--link, .button--link:link, .button--link:active, .button--link:hover {
    text-decoration: underline;
    background: none;
    border: none;
    color: #5a5a5a; }

/* line 44, sass/public/_buttons.scss */
a.button--flush-left, button.button--flush-left {
  padding-left: 0; }

/* line 48, sass/public/_buttons.scss */
.button--accent {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }

/* line 52, sass/public/_buttons.scss */
.button--caps {
  text-transform: uppercase; }

/* line 56, sass/public/_buttons.scss */
.button--medium {
  padding: 10px 15px;
  line-height: normal; }

/* line 61, sass/public/_buttons.scss */
.button--large {
  font-size: 1em;
  padding: 15px 20px;
  display: inline-block; }

/* line 67, sass/public/_buttons.scss */
.button--extra-large {
  font-size: 1.5em;
  display: inline-block;
  padding: 15px 25px;
  font-weight: bold; }
  /* line 73, sass/public/_buttons.scss */
  .quiz .button--extra-large {
    font-size: 1.2em; }

/* line 78, sass/public/_buttons.scss */
.button--flat {
  border: none;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px; }

/* line 85, sass/public/_buttons.scss */
.button--subscribe {
  display: block;
  font-family: "Helvetica";
  margin: 0 auto;
  padding: 8px 12px;
  text-transform: uppercase;
  width: 52px; }

/* line 94, sass/public/_buttons.scss */
.button--menu {
  background: #094A6C;
  border: 0;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block; }

/* line 105, sass/public/_buttons.scss */
.button--bevel {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  border: none;
  box-shadow: 1px 2px 0px 2px #08405e;
  border-radius: 5px;
  margin: 5px 0;
  height: 32px;
  line-height: 32px;
  padding: 2px 8px 0;
  text-align: center; }
  /* line 120, sass/public/_buttons.scss */
  .button--bevel:hover {
    background-color: #0a5075;
    box-shadow: 1px 2px 0px 2px #094767; }
  /* line 124, sass/public/_buttons.scss */
  .button--bevel:active {
    position: relative;
    box-shadow: none;
    background-color: #08405e;
    top: 4px;
    left: 2px; }
  /* line 131, sass/public/_buttons.scss */
  .button--bevel.button--disabled {
    padding-top: 0; }

/* line 136, sass/public/_buttons.scss */
.button--deal {
  background-color: #e07338;
  box-shadow: 1px 2px 0px 2px #de6a2b; }
  /* line 139, sass/public/_buttons.scss */
  .button--deal:hover {
    background-color: #e17941;
    box-shadow: 1px 2px 0px 2px #df7034; }
  /* line 143, sass/public/_buttons.scss */
  .button--deal:active {
    background-color: #de6a2b; }

/* line 148, sass/public/_buttons.scss */
.button--dialog {
  color: #304757;
  background-color: #cccccc;
  box-shadow: 1px 2px 0px 2px #363f48; }
  /* line 152, sass/public/_buttons.scss */
  .button--dialog:hover {
    background-color: #d1d1d1;
    box-shadow: 1px 2px 0px 2px #343c45; }
  /* line 156, sass/public/_buttons.scss */
  .button--dialog:active {
    background-color: #c4c4c4; }

/* line 161, sass/public/_buttons.scss */
.button--stretch {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-sizing: border-box; }

@media screen and (max-width: 480px) {
  /* line 168, sass/public/_buttons.scss */
  .button--stretch-mobile {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box; } }

/* line 179, sass/public/_buttons.scss */
.button--disabled, .button--disabled:link, .button--disabled:hover, .button--disabled:visited {
  background-color: #ccc;
  box-shadow: none; }

/* line 185, sass/public/_buttons.scss */
.button--small {
  font-size: .75em;
  padding: 4px 25px;
  font-weight: normal;
  height: auto;
  line-height: normal; }
  /* line 191, sass/public/_buttons.scss */
  .button--small.button--bevel {
    padding-top: 6px; }

/* line 196, sass/public/_buttons.scss */
.button--filter {
  font-size: .75em;
  padding: 6px 25px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  vertical-align: top; }
  /* line 203, sass/public/_buttons.scss */
  .button--filter.button--bevel {
    padding-top: 8px; }

/* line 208, sass/public/_buttons.scss */
.button--white {
  background-color: #fff;
  color: #000;
  /*&.active {
  	background-color: #ddd;
  	box-shadow: 0px 1px 0px 1px #888;
  }*/ }
  /* line 211, sass/public/_buttons.scss */
  .button--white.button--bevel {
    box-shadow: 1px 1px 0px 1px #aaa; }
    /* line 213, sass/public/_buttons.scss */
    .button--white.button--bevel:hover {
      background-color: #eee;
      color: #000; }
    /* line 217, sass/public/_buttons.scss */
    .button--white.button--bevel:active {
      background-color: #fff;
      color: #000; }
  /* line 222, sass/public/_buttons.scss */
  .toggle-checkbox:checked + .button--white {
    background-color: #094A6C;
    color: #fff;
    box-shadow: none; }

/* line 234, sass/public/_buttons.scss */
.button--festival-red {
  background-color: #a2432d;
  color: #fff;
  border: 3px solid #fff; }
  /* line 238, sass/public/_buttons.scss */
  .button--festival-red:hover {
    background-color: #fff;
    color: #a2432d; }

/* line 244, sass/public/_buttons.scss */
.button--festival-red-inverse {
  background-color: #fff;
  color: #a2432d;
  border: 3px solid #fff; }
  /* line 248, sass/public/_buttons.scss */
  .button--festival-red-inverse:hover {
    background-color: #a2432d;
    color: #fff; }

/* line 254, sass/public/_buttons.scss */
.button--tertiary {
  background-color: #068382;
  color: #fff;
  border: 3px solid #fff; }
  /* line 258, sass/public/_buttons.scss */
  .button--tertiary:hover {
    background-color: #fff;
    color: #068382; }

/* line 263, sass/public/_buttons.scss */
.button--tertiary-inverse {
  background-color: #fff;
  color: #068382;
  border: 3px solid #fff; }
  /* line 267, sass/public/_buttons.scss */
  .button--tertiary-inverse:hover {
    background-color: #068382;
    color: #fff; }

/* line 273, sass/public/_buttons.scss */
.button--unstyle {
  border: 0;
  padding: 0;
  background: none;
  margin: 0;
  text-align: left; }
  /* line 279, sass/public/_buttons.scss */
  .button--unstyle:link, .button--unstyle:visited {
    text-decoration: none; }

/* line 284, sass/public/_buttons.scss */
.button--attribute {
  height: 25px;
  font-size: .75em;
  font-weight: normal;
  line-height: normal;
  padding: 3px;
  vertical-align: top;
  margin: 3px 0; }
  /* line 292, sass/public/_buttons.scss */
  .button--attribute.button--bevel {
    padding-top: 4px; }

@media screen and (max-width: 760px) {
  /* line 297, sass/public/_buttons.scss */
  .button--medium-mobile {
    font-weight: normal;
    font-size: 1em;
    padding: 10px 15px; } }

@media screen and (max-width: 760px) {
  /* line 305, sass/public/_buttons.scss */
  .button--small-mobile {
    font-weight: normal;
    font-size: .75em;
    padding: 2px 8px 0; } }
@media screen and (max-width: 760px) {
  /* line 312, sass/public/_buttons.scss */
  .listing__main .button--small-mobile {
    min-width: 120px; } }

/* line 319, sass/public/_buttons.scss */
.button--reversible {
  width: 120px;
  text-align: center;
  background-color: #e07338;
  box-shadow: 1px 2px 0px 2px #de6a2b;
  font-weight: normal; }
  /* line 324, sass/public/_buttons.scss */
  .button--reversible:hover {
    background-color: #e17941;
    box-shadow: 1px 2px 0px 2px #df7034; }
  /* line 328, sass/public/_buttons.scss */
  .button--reversible:active {
    background-color: #de6a2b; }

@media screen and (min-width: 760px) {
  /* line 337, sass/public/_buttons.scss */
  a.button--reversible {
    background: none;
    box-shadow: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left; }
    /* line 344, sass/public/_buttons.scss */
    a.button--reversible .button__icon {
      margin-left: 0; }
    /* line 347, sass/public/_buttons.scss */
    a.button--reversible:hover {
      background: none;
      box-shadow: none;
      color: #e07338; }
    /* line 352, sass/public/_buttons.scss */
    a.button--reversible:link, a.button--reversible:visited {
      color: #e07338; } }

/* line 359, sass/public/_buttons.scss */
.button--sibling-space + .button--sibling-space {
  margin-left: 2em; }

/* line 364, sass/public/_buttons.scss */
.button--mobile-float-right {
  float: right; }
  @media screen and (min-width: 760px) {
    /* line 364, sass/public/_buttons.scss */
    .button--mobile-float-right {
      float: none; } }

/* line 371, sass/public/_buttons.scss */
.button-container {
  text-align: center; }

/* line 375, sass/public/_buttons.scss */
.button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  /* line 382, sass/public/_buttons.scss */
  .trip-planner__button .button__icon {
    margin-top: -4px; }
  /* line 386, sass/public/_buttons.scss */
  .button .button__icon, .listing-share .social-share-button a .button__icon {
    height: 100%; }

/* line 391, sass/public/_buttons.scss */
.button__icon--add {
  width: 21px;
  height: 21px;
  background-image: url("/Images/trip-planner/add.png"); }

/* line 397, sass/public/_buttons.scss */
.button__icon--favorite {
  width: 21px;
  height: 17px;
  background-image: url("/Images/trip-planner/fav.png"); }

/* line 403, sass/public/_buttons.scss */
.button__icon--expand {
  width: 22px;
  height: 21px;
  background-image: url("/Images/trip-planner/expand.png"); }
  /* line 407, sass/public/_buttons.scss */
  .is-open .button__icon--expand {
    width: 22px;
    height: 21px;
    background-image: url("/Images/trip-planner/collapse.png"); }

/* line 414, sass/public/_buttons.scss */
.button__icon--print {
  width: 32px;
  height: 25px;
  background-image: url("/Images/trip-planner/print.png"); }

/* line 420, sass/public/_buttons.scss */
.button__icon--share {
  width: 27px;
  height: 20px;
  background-image: url("/Images/trip-planner/share.png"); }

/* line 426, sass/public/_buttons.scss */
.button__icon--light-share {
  width: 19px;
  height: 14px;
  background-image: url("/Images/trip-planner/share--white.png"); }

/* line 432, sass/public/_buttons.scss */
.button__icon--clock {
  width: 17px;
  height: 21px;
  background-image: url(/images/public/icons/icon-clock.png);
  background-image: url(/images/public/icons/icon-clock.svg), none; }

/* line 439, sass/public/_buttons.scss */
.button__icon--monitor {
  width: 13px;
  height: 12px;
  background-image: url("/images/public/icons/icon-monitor.png"); }

/* line 445, sass/public/_buttons.scss */
.button__icon--briefcase {
  width: 13px;
  height: 32px;
  background-image: url("/images/public/icons/icon-briefcase.png"); }

/* line 451, sass/public/_buttons.scss */
.button__icon--monitor-reversed {
  width: 13px;
  height: 12px;
  background-image: url("/images/public/icons/icon-monitor-inverse.png"); }

/* line 457, sass/public/_buttons.scss */
.button__icon--pin {
  width: 13px;
  height: 12px;
  background-image: url("/images/public/icons/icon-pin.png"); }

@media screen and (max-width: 760px) {
  /* line 463, sass/public/_buttons.scss */
  .button__icon--pin-reversible {
    background-image: url("/images/public/icons/icon-pin-inverse.png"); } }

/* line 469, sass/public/_buttons.scss */
.button__icon--glass {
  width: 13px;
  height: 12px;
  background-image: url("/images/public/icons/icon-glass.png"); }

/* line 475, sass/public/_buttons.scss */
.button__icon--glass-reversed {
  background-image: url("/images/public/icons/icon-glass-inverse.png"); }

/* line 479, sass/public/_buttons.scss */
.button__icon--email {
  width: 13px;
  height: 12px;
  background-image: url("/images/public/icons/icon-email.png"); }

@media screen and (max-width: 760px) {
  /* line 485, sass/public/_buttons.scss */
  .button__icon--email-reversible {
    background-image: url("/images/public/icons/icon-email-inverse.png"); } }

/* line 491, sass/public/_buttons.scss */
.button__icon--share {
  width: 13px;
  height: 18px;
  background-image: url("/Images/public/icons/icon-share.svg"); }

/* line 497, sass/public/_buttons.scss */
.button__icon--calendar {
  width: 12px;
  height: 10px;
  background-image: url("/Images/public/icons/icon-calendar.svg"); }

/* line 503, sass/public/_buttons.scss */
.button__icon--pet-friendly {
  width: 15px;
  height: 14px;
  background-image: url("/Images/public/icons/icon-pet-friendly.svg"); }

/* line 509, sass/public/_buttons.scss */
.button__icon--travel-green {
  width: 14px;
  height: 13px;
  background-image: url("/Images/public/icons/icon-travel-green.svg"); }

/* line 515, sass/public/_buttons.scss */
.button__icon--randomizer {
  width: 26px;
  height: 26px;
  background-image: url("/Images/public/icons/icon-randomizer-small.svg"); }

/* line 521, sass/public/_buttons.scss */
.button__icon--toggle {
  width: 11px;
  height: 14px;
  background-image: url("/Images/public/icons/icon-filter--more.svg"); }
  /* line 525, sass/public/_buttons.scss */
  .active .button__icon--toggle {
    background-image: url("/Images/public/icons/icon-filter--less.svg"); }

/* line 530, sass/public/_buttons.scss */
.rounded-blue__button {
  text-align: center;
  background: #094A6C;
  color: #fff;
  display: block;
  padding: 4px;
  font-size: 0.9em;
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 10px; }
  @media screen and (min-width: 760px) {
    /* line 530, sass/public/_buttons.scss */
    .rounded-blue__button {
      float: right; } }
  /* line 537, sass/public/_buttons.scss */
  .rounded-blue__button:link, .rounded-blue__button:visited, .rounded-blue__button:hover {
    color: #fff; }

/* line 542, sass/public/_buttons.scss */
.button__text {
  color: #fff;
  font-size: 0.9em; }
  /* line 545, sass/public/_buttons.scss */
  .button__text:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    content: "";
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 1px; }

/* line 554, sass/public/_buttons.scss */
.filter-buttons {
  margin: 0 1% 1em;
  text-align: right; }

/* line 560, sass/public/_buttons.scss */
.btn {
  margin: 0 1.0% 0 0;
  background: #094A6C;
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 0.7em;
  border-radius: 3px;
  text-decoration: none; }

/* line 566, sass/public/_buttons.scss */
a:link.btn, a:visited.btn {
  color: #fff; }

/* line 571, sass/public/_buttons.scss */
.btn--filter {
  display: inline-block; }

/* line 576, sass/public/_buttons.scss */
.mobileDirectoryList header .btn {
  float: right;
  margin: 1em .5em;
  background: #0d6a9b;
  color: #FFF;
  display: block;
  padding: 0.5em;
  font-size: 0.8em;
  text-decoration: none;
  border-radius: 3px; }

/* line 588, sass/public/_buttons.scss */
.button--divided + .button--divided {
  border-left: 1px solid #fff; }

/* line 3, sass/public/_listing.scss */
.listing__main {
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 20px;
  padding-top: 0; }
  @media screen and (min-width: 760px) {
    /* line 3, sass/public/_listing.scss */
    .listing__main {
      width: 46%;
      float: right;
      padding-top: 20px; } }

/* line 16, sass/public/_listing.scss */
.listing__header {
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 2.1em;
  line-height: 1.2; }

/* line 27, sass/public/_listing.scss */
.listing__name {
  display: block;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #5a5a5a;
  font-size: 1.5em; }

/* line 35, sass/public/_listing.scss */
.listing__location {
  display: block;
  color: #5a5a5a;
  margin-top: 1em; }
  @media screen and (min-width: 760px) {
    /* line 35, sass/public/_listing.scss */
    .listing__location {
      margin-top: 0; } }

/* line 44, sass/public/_listing.scss */
.listing__contact-container {
  margin: 10px 0; }
  @media screen and (min-width: 760px) {
    /* line 44, sass/public/_listing.scss */
    .listing__contact-container {
      margin: 0; } }

/* line 51, sass/public/_listing.scss */
.listing__contact {
  display: block;
  margin: 5px 0; }
  @media screen and (min-width: 1023px) {
    /* line 54, sass/public/_listing.scss */
    .listing__contact + .listing__contact {
      margin-left: 20px; } }
  @media screen and (min-width: 1023px) {
    /* line 51, sass/public/_listing.scss */
    .listing__contact {
      display: inline-block; } }

/* line 64, sass/public/_listing.scss */
.listing__date {
  margin: .5em 20px 0;
  font-weight: bold;
  color: #5a5a5a;
  font-size: 1.1em; }

/* line 71, sass/public/_listing.scss */
.listing__label {
  font-weight: bold; }

/* line 75, sass/public/_listing.scss */
.listing__action {
  display: inline-block;
  position: relative;
  margin-bottom: 10px; }
  /* line 80, sass/public/_listing.scss */
  .listing__action + .listing__action {
    margin-left: 10px; }

/* line 85, sass/public/_listing.scss */
.listing__price {
  display: inline-block;
  color: #e07338;
  padding: 0 20px; }

/* line 91, sass/public/_listing.scss */
.listing__share {
  display: inline-block;
  padding: 0 20px;
  width: 116px; }

/* line 97, sass/public/_listing.scss */
.listing__header-icon {
  display: inline-block;
  margin: 10px; }

/* line 102, sass/public/_listing.scss */
.listing__section-heading {
  color: #5a5a5a;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2.1em;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 .5em; }

/* line 112, sass/public/_listing.scss */
.listing__section-heading--inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px; }

/* line 119, sass/public/_listing.scss */
.listing-map {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden; }
  @media screen and (min-width: 760px) {
    /* line 119, sass/public/_listing.scss */
    .listing-map {
      height: 600px; } }
  /* line 127, sass/public/_listing.scss */
  .listing-map .infobox-close {
    padding: 5px; }

/* line 132, sass/public/_listing.scss */
.listing-map-container {
  margin: 0 15px; }
  @media screen and (min-width: 760px) {
    /* line 132, sass/public/_listing.scss */
    .listing-map-container {
      margin: 0; } }

/* line 139, sass/public/_listing.scss */
.map-toggle {
  padding: 15px; }

/* line 143, sass/public/_listing.scss */
.map-toggle__label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

/* line 149, sass/public/_listing.scss */
.map-toggle__label + .onoffswitch {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

/* line 155, sass/public/_listing.scss */
.listing-info {
  /*@media screen and (min-width:$mq-mobile-landscape){
  	width: 50%;
  	float: left;
  	margin-right: 10px;
  }*/ }
  @media screen and (min-width: 760px) {
    /* line 155, sass/public/_listing.scss */
    .listing-info {
      width: auto;
      float: none;
      margin-right: 0; } }

/* line 168, sass/public/_listing.scss */
.listing-buttons {
  margin-bottom: 10px;
  	/*@media screen and (min-width:$mq-mobile-landscape){
  		float: left;
          
  	}*/ }
  @media screen and (min-width: 760px) {
    /* line 168, sass/public/_listing.scss */
    .listing-buttons {
      width: auto;
      float: none; } }

/* line 181, sass/public/_listing.scss */
.listing-share {
  display: inline-block;
  width: 77px; }
  /* line 184, sass/public/_listing.scss */
  .listing-share .social-share-button {
    height: 32px;
    line-height: 32px; }
    /* line 188, sass/public/_listing.scss */
    .listing-share .social-share-button a {
      padding: 0;
      font-family: inherit; }
    /* line 194, sass/public/_listing.scss */
    .listing-share .social-share-button .button__icon {
      width: 15px;
      height: 16px;
      background-image: url("/Images/public/icons/icon-share-color.svg"); }

/* line 202, sass/public/_listing.scss */
.listing-slider {
  box-sizing: border-box;
  position: relative;
  padding: 20px 0; }
  @media screen and (min-width: 760px) {
    /* line 202, sass/public/_listing.scss */
    .listing-slider {
      width: 54%;
      float: left;
      padding: 20px; } }
  /* line 211, sass/public/_listing.scss */
  .listing-slider .carousel-dots {
    margin-bottom: 0; }

/* line 221, sass/public/_listing.scss */
.listing-slider__inner {
  position: relative;
  padding-top: 0px; }
  /* line 224, sass/public/_listing.scss */
  .notice .listing-slider__inner {
    padding-top: 30px; }

/* line 230, sass/public/_listing.scss */
.listing__body__links {
  margin: 15px 0 0; }

/* line 236, sass/public/_listing.scss */
.listing__travel-green__btn {
  position: relative;
  margin: 4px 5px 0 50px;
  font-size: .8em;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #00a04f;
  vertical-align: middle; }
  /* line 246, sass/public/_listing.scss */
  .listing__travel-green__btn a:visited, .listing__travel-green__btn a:link {
    color: #00a04f;
    text-decoration: none; }
  /* line 254, sass/public/_listing.scss */
  .listing__travel-green__btn .icon {
    position: absolute;
    display: inline-block;
    left: -25px;
    top: -10px;
    width: 20px;
    height: 30px;
    margin: 0;
    background-image: url("/Images/public/tg_leaf.png");
    background-image: url("/Images/public/tg_leaf.svg"); }

/* line 269, sass/public/_listing.scss */
.listing__social-links {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  vertical-align: middle; }

/* line 279, sass/public/_listing.scss */
.listing__social-link {
  position: relative;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block; }

/* line 289, sass/public/_listing.scss */
.listing__social-link__icon, .listing__social-link__icon--facebook, .listing__social-link__icon--twitter, .listing__social-link__icon--youtube, .listing__social-link__icon--pinterest, .listing__social-link__icon--instagram {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

/* line 301, sass/public/_listing.scss */
.listing__social-link__icon--facebook {
  background-image: url("/Images/public/social/primary-facebook.png");
  background-image: url("/Images/public/social/primary-facebook.svg"); }

/* line 306, sass/public/_listing.scss */
.listing__social-link__icon--twitter {
  background-image: url("/Images/public/social/primary-twitter.png");
  background-image: url("/Images/public/social/primary-twitter.svg"); }

/* line 311, sass/public/_listing.scss */
.listing__social-link__icon--youtube {
  background-image: url("/Images/public/social/primary-youtube.png");
  background-image: url("/Images/public/social/primary-youtube.svg"); }

/* line 316, sass/public/_listing.scss */
.listing__social-link__icon--pinterest {
  background-image: url("/Images/public/social/primary-pinterest.png");
  background-image: url("/Images/public/social/primary-pinterest.svg"); }

/* line 321, sass/public/_listing.scss */
.listing__social-link__icon--instagram {
  background-image: url("/Images/public/social/primary-instagram.png");
  background-image: url("/Images/public/social/primary-instagram.svg"); }

/* line 329, sass/public/_listing.scss */
.listing__submittedby {
  position: relative;
  margin: 10px 0 0; }
  /* line 332, sass/public/_listing.scss */
  .listing__submittedby p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em; }
    /* line 338, sass/public/_listing.scss */
    .listing__submittedby p.title {
      margin: 0 0 5px; }
    /* line 342, sass/public/_listing.scss */
    .listing__submittedby p.author {
      font-style: italic; }
    /* line 346, sass/public/_listing.scss */
    .listing__submittedby p.issue {
      margin: 10px 0 0; }
    /* line 350, sass/public/_listing.scss */
    .listing__submittedby p a:link, .listing__submittedby p a:visited {
      position: relative;
      text-decoration: none; }
  /* line 356, sass/public/_listing.scss */
  .listing__submittedby .issue__icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Images/public/report-issue.png");
    background-image: url("/Images/public/report-issue.svg"); }
  /* line 371, sass/public/_listing.scss */
  .listing__submittedby .issue__text {
    position: relative;
    vertical-align: top; }

/* line 377, sass/public/_listing.scss */
.listing__hashtag-gallery {
  margin: 60px 0 90px; }

/* line 384, sass/public/_listing.scss */
.sponsor-horizontal--listing ul:before {
  content: " ";
  padding-top: 50px; }

/* line 392, sass/public/_listing.scss */
.listing-flag {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 2; }

/* line 399, sass/public/_listing.scss */
.notice-bar ~ .listing-flag {
  top: 30px; }

/* line 409, sass/public/_listing.scss */
.ajaxLoader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5); }
  /* line 418, sass/public/_listing.scss */
  .ajaxLoader .ajaxImage {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    background-image: url(/images/ajax-loader.gif); }

/*.InfoboxExtension{
    border: 1px solid red;
    z-index: 3!important;
}*/
 /*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* Places, Events, Locations Page Styles */
/* line 9, sass/public/_items-pages.scss */
.placePage .callOuts {
  margin-top: 85px; }

/* line 11, sass/public/_items-pages.scss */
.contentNav {
  margin-bottom: 20px;
  font-size: 1.0em;
  overflow: hidden;
  background: #5a5a5a; }
  @media screen and (max-width: 760px) {
    /* line 12, sass/public/_items-pages.scss */
    .contentNav.subCatHid {
      display: none; } }
  @media screen and (min-width: 760px) {
    /* line 11, sass/public/_items-pages.scss */
    .contentNav {
      background: #094A6C;
      display: block;
      border-radius: 5px; } }
  @media screen and (min-width: 1023px) {
    /* line 11, sass/public/_items-pages.scss */
    .contentNav {
      float: left;
      width: 74.46809%; } }
  /* line 26, sass/public/_items-pages.scss */
  .contentNav .prev_btn, .contentNav .next_btn {
    background: #5a5a5a;
    color: white;
    cursor: pointer;
    font-size: 1.5em;
    height: 39px;
    padding-left: 0.5em;
    position: absolute;
    width: 8%;
    z-index: 2; }
  /* line 37, sass/public/_items-pages.scss */
  .contentNav .prev_btn {
    box-shadow: 9px 0px 9px -6px #094A6C; }
  /* line 38, sass/public/_items-pages.scss */
  .contentNav .next_btn {
    right: 0;
    box-shadow: -9px 0px 9px -6px #094A6C; }
  @media screen and (min-width: 760px) {
    /* line 11, sass/public/_items-pages.scss */
    .contentNav {
      background: #094A6C; }
      /* line 44, sass/public/_items-pages.scss */
      .contentNav .prev_btn {
        display: none; }
      /* line 45, sass/public/_items-pages.scss */
      .contentNav .next_btn {
        display: none; } }
  /* line 48, sass/public/_items-pages.scss */
  .contentNav ul li {
    background: #094A6C;
    display: inline-block;
    padding: 0 .8em;
    zoom: 1;
    *display: inline; }
    @media screen and (max-width: 760px) {
      /* line 48, sass/public/_items-pages.scss */
      .contentNav ul li {
        text-align: center; } }
    /* line 55, sass/public/_items-pages.scss */
    .contentNav ul li a:link, .contentNav ul li a:visited {
      color: #fff;
      display: block;
      padding: 5px 10px;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        /* line 55, sass/public/_items-pages.scss */
        .contentNav ul li a:link, .contentNav ul li a:visited {
          margin: 0 auto;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 83%;
          white-space: nowrap; } }
    /* line 69, sass/public/_items-pages.scss */
    .contentNav ul li.active {
      background: #0d6a9b; }

/* line 76, sass/public/_items-pages.scss */
.directoryInfo {
  list-style-type: none;
  margin-bottom: 1.0em;
  padding: 5px 0 5px 0; }
  /* line 80, sass/public/_items-pages.scss */
  .directoryInfo img {
    max-width: 100%; }
  /* line 81, sass/public/_items-pages.scss */
  .directoryInfo h3 {
    margin: 0; }
  /* line 82, sass/public/_items-pages.scss */
  .directoryInfo p {
    margin: 0; }
  /* line 83, sass/public/_items-pages.scss */
  .directoryInfo li {
    border: none;
    padding: 0 3%; }
    @media screen and (min-width: 760px) {
      /* line 83, sass/public/_items-pages.scss */
      .directoryInfo li {
        padding: 0 7%; } }
    /* line 87, sass/public/_items-pages.scss */
    .directoryInfo li.buttons {
      padding: 2px 0;
      margin-top: 15px; }
      @media screen and (min-width: 760px) {
        /* line 87, sass/public/_items-pages.scss */
        .directoryInfo li.buttons {
          margin: 5px 0; } }
    /* line 91, sass/public/_items-pages.scss */
    .directoryInfo li .phone {
      margin: 10px 0;
      font-size: 1.1em;
      color: #0d6a9b; }
    /* line 92, sass/public/_items-pages.scss */
    .directoryInfo li .iconFont {
      font-size: 1.8em;
      line-height: 1;
      margin-right: 5px; }
    /* line 93, sass/public/_items-pages.scss */
    .directoryInfo li.iconLink {
      color: #0d6a9b;
      margin: 5px 0; }
      /* line 96, sass/public/_items-pages.scss */
      .directoryInfo li.iconLink .iconFont {
        font-size: 1.2em; }
      /* line 97, sass/public/_items-pages.scss */
      .directoryInfo li.iconLink a:link, .directoryInfo li.iconLink a:visited {
        color: #0d6a9b;
        font-family: "Helvetica", "Arial", "sans-serif";
        font-weight: bold;
        text-decoration: none; }
      @media screen and (min-width: 760px) {
        /* line 99, sass/public/_items-pages.scss */
        .directoryInfo li.iconLink.map {
          display: none; } }
    /* line 103, sass/public/_items-pages.scss */
    .directoryInfo li .details {
      background: #094A6C;
      color: #fff;
      display: block;
      padding: 10px;
      font-size: 1.2em;
      border-radius: 3px;
      text-decoration: none;
      width: 80%;
      margin: 20px auto 0;
      text-align: center;
      clear: both; }
  /* line 111, sass/public/_items-pages.scss */
  .directoryInfo .mapThumbnail {
    width: 80%;
    margin: 0.1em auto;
    height: 14em;
    position: relative; }
    @media screen and (min-width: 760px) {
      /* line 111, sass/public/_items-pages.scss */
      .directoryInfo .mapThumbnail {
        display: block;
        margin: 0 7% .4em;
        padding: 0;
        position: relative;
        width: 86%; } }
    /* line 124, sass/public/_items-pages.scss */
    .directoryInfo .mapThumbnail .MapPushpinBase .isInTrip {
      width: 100%;
      height: 100%; }
      /* line 127, sass/public/_items-pages.scss */
      .directoryInfo .mapThumbnail .MapPushpinBase .isInTrip .infoboxText {
        background: #9a3930;
        border: 1px solid #fff;
        position: relative;
        height: 1.65em;
        top: 0.5em; }
      /* line 134, sass/public/_items-pages.scss */
      .directoryInfo .mapThumbnail .MapPushpinBase .isInTrip .point {
        bottom: -0.4em;
        left: 0.5em;
        top: auto;
        width: 0;
        height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-top: 0.5em solid #9a3930; }
  /* line 143, sass/public/_items-pages.scss */
  .directoryInfo .icons {
    color: #094A6C;
    margin: 10px 0; }
  /* line 147, sass/public/_items-pages.scss */
  .directoryInfo .travelGreenCert {
    color: #026634;
    clear: left;
    margin-top: 20px;
    font-family: "Helvetica", "Arial", "sans-serif";
    font-weight: bold; }
    /* line 153, sass/public/_items-pages.scss */
    .directoryInfo .travelGreenCert .iconFont {
      position: relative;
      top: -10px; }
    @media screen and (min-width: 760px) {
      /* line 147, sass/public/_items-pages.scss */
      .directoryInfo .travelGreenCert {
        padding: 20px 0 0px;
        background: url(/images/public/dividing-stripe.png) top center no-repeat; } }
  /* line 159, sass/public/_items-pages.scss */
  .directoryInfo .buttons {
    position: relative;
    background: #0d6a9b; }
    /* line 162, sass/public/_items-pages.scss */
    .directoryInfo .buttons a {
      border-right: 1px solid #094a6c;
      display: block;
      float: left;
      font-size: .8em;
      text-align: center;
      width: 27%; }
      @media screen and (min-width: 760px) {
        /* line 162, sass/public/_items-pages.scss */
        .directoryInfo .buttons a {
          width: 34%; } }
      /* line 170, sass/public/_items-pages.scss */
      .directoryInfo .buttons a .iconFont {
        float: none;
        font-size: 2em;
        margin: 5px auto; }
      /* line 175, sass/public/_items-pages.scss */
      .directoryInfo .buttons a:visited, .directoryInfo .buttons a:link {
        color: #fff;
        text-decoration: none; }
      /* line 179, sass/public/_items-pages.scss */
      .directoryInfo .buttons a.favorite, .directoryInfo .buttons a.share {
        width: 22%; }
      /* line 182, sass/public/_items-pages.scss */
      .directoryInfo .buttons a.share {
        border: none; }
        @media screen and (min-width: 760px) {
          /* line 182, sass/public/_items-pages.scss */
          .directoryInfo .buttons a.share {
            display: none; } }
      /* line 187, sass/public/_items-pages.scss */
      .directoryInfo .buttons a.favorite.isFavorite {
        color: #f5ca04; }
      @media screen and (min-width: 760px) {
        /* line 186, sass/public/_items-pages.scss */
        .directoryInfo .buttons a.favorite {
          border: none;
          width: 30%; } }
    /* line 195, sass/public/_items-pages.scss */
    .directoryInfo .buttons .pop-up .popupArrow {
      left: 9.25em; }
    /* line 201, sass/public/_items-pages.scss */
    .directoryInfo .buttons.noBook .pop-up .popupArrow {
      left: 5em; }
    /* line 205, sass/public/_items-pages.scss */
    .directoryInfo .buttons.noBook a {
      width: 35.1%; }
      @media screen and (min-width: 760px) {
        /* line 205, sass/public/_items-pages.scss */
        .directoryInfo .buttons.noBook a {
          width: 50%; } }
      /* line 208, sass/public/_items-pages.scss */
      .directoryInfo .buttons.noBook a.favorite, .directoryInfo .buttons.noBook a.share {
        width: 32%; }
        @media screen and (min-width: 760px) {
          /* line 208, sass/public/_items-pages.scss */
          .directoryInfo .buttons.noBook a.favorite, .directoryInfo .buttons.noBook a.share {
            width: 49%; } }

/* line 216, sass/public/_items-pages.scss */
.mobileInfoLinks {
  width: 35%;
  float: right;
  margin: 0 3% 0 0; }
  /* line 220, sass/public/_items-pages.scss */
  .mobileInfoLinks li {
    font-size: .8em; }

/* line 227, sass/public/_items-pages.scss */
.lt-ie8 .placeSummary .directoryInfo li {
  padding-right: 0; }

/* line 232, sass/public/_items-pages.scss */
.placeDetail {
  padding: 0 3%; }
  @media screen and (min-width: 760px) {
    /* line 232, sass/public/_items-pages.scss */
    .placeDetail {
      clear: left;
      float: left;
      padding: 0;
      width: 74.46808510638298%; }
      /* line 239, sass/public/_items-pages.scss */
      .placeDetail .amenities {
        float: left;
        width: 49%; }
      /* line 243, sass/public/_items-pages.scss */
      .placeDetail .hours {
        float: left;
        width: 49%; } }
  /* line 249, sass/public/_items-pages.scss */
  .placeDetail .eventDateDetail p {
    padding: 0;
    margin: 0; }
  /* line 252, sass/public/_items-pages.scss */
  .placeDetail .amenities ul, .placeDetail .hours ul {
    margin: 0 3% 0 0;
    padding: 0;
    list-style-type: none; }
  /* line 256, sass/public/_items-pages.scss */
  .placeDetail .iconFont {
    font-size: 2em;
    position: relative;
    top: -10px;
    margin-right: 10px; }
  /* line 265, sass/public/_items-pages.scss */
  .placeDetail .carousel-tabs {
    float: left;
    position: static; }

/* line 271, sass/public/_items-pages.scss */
.relatedItems {
  clear: left;
  float: left;
  padding: 0 3%; }
  @media screen and (min-width: 760px) {
    /* line 271, sass/public/_items-pages.scss */
    .relatedItems {
      padding: 0;
      width: 74.46808510638298%; }
      /* line 278, sass/public/_items-pages.scss */
      .relatedItems .directoryList {
        margin: 0 0 30px 0; } }

/* EVENTS PAGE DATE SLIDER (TABLE AND DESKTOP) */
/* line 284, sass/public/_items-pages.scss */
.eventsWrap {
  margin-top: 30px;
  width: 100%; }

/* line 288, sass/public/_items-pages.scss */
.eventSliderWrap {
  float: left;
  width: 80%; }

/* line 293, sass/public/_items-pages.scss */
.eventSliderPrev,
.eventSliderNext {
  background: #0d6a9b;
  height: 86px;
  text-align: center;
  width: 8.7%; }
  /* line 299, sass/public/_items-pages.scss */
  .eventSliderPrev .eventNext, .eventSliderPrev .eventPrev,
  .eventSliderNext .eventNext,
  .eventSliderNext .eventPrev {
    font-size: 3em;
    text-align: center;
    text-decoration: none; }
    /* line 300, sass/public/_items-pages.scss */
    .eventSliderPrev .eventNext:link, .eventSliderPrev .eventNext:visited, .eventSliderPrev .eventPrev:link, .eventSliderPrev .eventPrev:visited,
    .eventSliderNext .eventNext:link,
    .eventSliderNext .eventNext:visited,
    .eventSliderNext .eventPrev:link,
    .eventSliderNext .eventPrev:visited {
      color: #ffffff; }

/* line 309, sass/public/_items-pages.scss */
.eventSliderNext {
  float: right;
  margin-left: 1.17021276595745%; }

/* line 314, sass/public/_items-pages.scss */
.eventSliderPrev {
  margin-right: 1.27659574468085%;
  float: left; }

/* line 319, sass/public/_items-pages.scss */
.eventSlider ul {
  list-style: none;
  height: 96px;
  margin: 0;
  padding: 0; }

/* line 327, sass/public/_items-pages.scss */
.events h1 {
  margin-bottom: 0; }
/* line 328, sass/public/_items-pages.scss */
.events .eventDate > h2 {
  margin: 0 0 0.5em 0;
  padding: 0;
  display: inline; }
/* line 329, sass/public/_items-pages.scss */
.events .eventCity {
  font-size: 0.9em;
  color: #5a5a5a; }

/* line 334, sass/public/_items-pages.scss */
.dateBlocks li {
  background: #0d6a9b;
  cursor: pointer;
  float: left;
  height: 86px;
  margin: 0 .25em;
  text-align: center;
  text-transform: uppercase;
  width: 4em; }
  /* line 343, sass/public/_items-pages.scss */
  .dateBlocks li:last-child {
    margin-right: 0; }
  /* line 346, sass/public/_items-pages.scss */
  .dateBlocks li a {
    font-size: 3em;
    margin: 0;
    text-decoration: none; }
    /* line 347, sass/public/_items-pages.scss */
    .dateBlocks li a:link, .dateBlocks li a:visited {
      color: #ffffff; }
  /* line 352, sass/public/_items-pages.scss */
  .dateBlocks li h2 {
    color: #ffffff;
    font-size: 1.25em;
    line-height: 1;
    margin: 11px 0 0 0;
    padding: 0; }
  /* line 359, sass/public/_items-pages.scss */
  .dateBlocks li p {
    margin: 0;
    line-height: 1; }
  /* line 363, sass/public/_items-pages.scss */
  .dateBlocks li.active {
    background: #094A6C;
    position: relative; }
    /* line 366, sass/public/_items-pages.scss */
    .dateBlocks li.active:after {
      top: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }

/* line 377, sass/public/_items-pages.scss */
.dateBlocks li.active:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #094A6C;
  border-width: 10px;
  left: 50%;
  margin-left: -10px; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* line 12, sass/public/_hubpage.scss */
.hubPage .directoryList .tabs li {
  color: #ffffff; }
/* line 17, sass/public/_hubpage.scss */
.hubPage .hubnav {
  float: none;
  width: 100%; }
  /* line 21, sass/public/_hubpage.scss */
  .hubPage .hubnav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 .8em; }
@media screen and (max-width: 760px) {
  /* line 31, sass/public/_hubpage.scss */
  .hubPage .tabbedContent ul {
    padding: 0;
    margin: 0 2%; }
  /* line 32, sass/public/_hubpage.scss */
  .hubPage .tabbedContent ul.slider {
    padding: 0; } }
/* line 34, sass/public/_hubpage.scss */
.hubPage .tabbedContent ul.slider li.slide figure figcaption {
  text-align: left;
  font-size: 1em; }

/* line 40, sass/public/_hubpage.scss */
.hubPage figure.smallImg {
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 40, sass/public/_hubpage.scss */
    .hubPage figure.smallImg {
      width: 20%; } }
/* line 46, sass/public/_hubpage.scss */
.hubPage figure.mediumImg {
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 46, sass/public/_hubpage.scss */
    .hubPage figure.mediumImg {
      width: 40%; } }
/* line 52, sass/public/_hubpage.scss */
.hubPage figure.largeImg {
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 52, sass/public/_hubpage.scss */
    .hubPage figure.largeImg {
      width: 60%; } }
/* line 58, sass/public/_hubpage.scss */
.hubPage figure img {
  max-width: 100%; }
/* line 61, sass/public/_hubpage.scss */
.hubPage figure figcaption {
  font-size: .85em;
  color: #5a5a5a;
  text-align: center; }

/* line 19, sass/public/_inspiration.scss */
.page-insp {
  background: url("/Images/inspiration/article_bg.png") no-repeat;
  background-position: bottom center; }

/* line 26, sass/public/_inspiration.scss */
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none; }

/******
UNIQUE PAGES: 
KAYAK - wonder
LIGHTHOUSE - family
MADELINE - gem
********/
/***************
VIDEO HEADER
***************/
/* line 55, sass/public/_inspiration.scss */
#Inspiration_YouTube-Container {
  background: none !important; }

/* line 59, sass/public/_inspiration.scss */
.insp-head {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: white; }

/* line 69, sass/public/_inspiration.scss */
.insp-head__text {
  display: block;
  z-index: 2;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: white;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 79, sass/public/_inspiration.scss */
  .insp-head__text .truncatedStory {
    margin: 0;
    padding: 0; }
  /* line 84, sass/public/_inspiration.scss */
  .insp-head__text p {
    margin: 0; }
  /* line 91, sass/public/_inspiration.scss */
  .text-big .insp-head__text {
    text-align: center;
    top: 20px; }
    @media only screen and (min-width: 480px) {
      /* line 91, sass/public/_inspiration.scss */
      .text-big .insp-head__text {
        top: 50px; } }
    @media only screen and (min-width: 600px) {
      /* line 91, sass/public/_inspiration.scss */
      .text-big .insp-head__text {
        top: 75px; } }
    @media only screen and (min-width: 760px) {
      /* line 91, sass/public/_inspiration.scss */
      .text-big .insp-head__text {
        top: 100px; } }
    @media only screen and (min-width: 1023px) {
      /* line 91, sass/public/_inspiration.scss */
      .text-big .insp-head__text {
        top: 150px; } }
  /* line 115, sass/public/_inspiration.scss */
  .text-small .insp-head__text {
    text-align: left;
    top: 10px; }
    @media only screen and (min-width: 480px) {
      /* line 115, sass/public/_inspiration.scss */
      .text-small .insp-head__text {
        top: 25px; } }

/* line 127, sass/public/_inspiration.scss */
.insp-head__text__head {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0;
  cursor: default;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 139, sass/public/_inspiration.scss */
  .text-big .insp-head__text__head {
    font-size: 1.2em;
    margin: 0 20px; }
    @media only screen and (min-width: 480px) {
      /* line 139, sass/public/_inspiration.scss */
      .text-big .insp-head__text__head {
        font-size: 2.25em;
        margin: 0 50px; } }
    @media only screen and (min-width: 600px) {
      /* line 139, sass/public/_inspiration.scss */
      .text-big .insp-head__text__head {
        font-size: 2.75em; } }
    @media only screen and (min-width: 760px) {
      /* line 139, sass/public/_inspiration.scss */
      .text-big .insp-head__text__head {
        font-size: 3.75em; } }
    @media only screen and (min-width: 1023px) {
      /* line 139, sass/public/_inspiration.scss */
      .text-big .insp-head__text__head {
        font-size: 4.75em; } }
  /* line 162, sass/public/_inspiration.scss */
  .text-small .insp-head__text__head {
    margin: 0 20px;
    font-size: .8em;
    line-height: 1.25em; }
    @media only screen and (min-width: 480px) {
      /* line 162, sass/public/_inspiration.scss */
      .text-small .insp-head__text__head {
        margin: 0 30px;
        font-size: 1em; } }

/* line 178, sass/public/_inspiration.scss */
.insp-head__text__sub {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.25em;
  cursor: default;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 186, sass/public/_inspiration.scss */
  .text-big .insp-head__text__sub {
    font-size: .7em;
    margin: 0 20px; }
    @media only screen and (min-width: 480px) {
      /* line 186, sass/public/_inspiration.scss */
      .text-big .insp-head__text__sub {
        font-size: 1.1em;
        margin: 0 50px; } }
    @media only screen and (min-width: 760px) {
      /* line 186, sass/public/_inspiration.scss */
      .text-big .insp-head__text__sub {
        font-size: 1.5em; } }
    @media only screen and (min-width: 1023px) {
      /* line 186, sass/public/_inspiration.scss */
      .text-big .insp-head__text__sub {
        font-size: 2em; } }
  /* line 205, sass/public/_inspiration.scss */
  .text-small .insp-head__text__sub {
    margin: 3px 20px 0;
    font-size: .5em;
    line-height: 1.25em; }
    @media only screen and (min-width: 480px) {
      /* line 205, sass/public/_inspiration.scss */
      .text-small .insp-head__text__sub {
        margin: 5px 30px 0;
        font-size: .8em; } }

/* line 221, sass/public/_inspiration.scss */
.insp-head__image {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 229, sass/public/_inspiration.scss */
  .insp-head__image img {
    width: 100%; }
  /* line 233, sass/public/_inspiration.scss */
  .novideo .insp-head__image {
    top: 0;
    margin: 0;
    position: relative; }

/* line 243, sass/public/_inspiration.scss */
.insp-head__video {
  display: block;
  z-index: 80; }

/* line 255, sass/public/_inspiration.scss */
.insp-head__video__initplay {
  display: inline-block;
  opacity: 0;
  position: relative;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: url("/Images/inspiration/main_play.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 26.4px;
  height: 26.4px; }
  @media only screen and (min-width: 480px) {
    /* line 255, sass/public/_inspiration.scss */
    .insp-head__video__initplay {
      margin: 20px 0 0;
      width: 52.8px;
      height: 52.8px; } }
  /* line 276, sass/public/_inspiration.scss */
  .text-big .insp-head__video__initplay {
    margin: 10px 0 0; }
  /* line 280, sass/public/_inspiration.scss */
  .text-small .insp-head__video__initplay {
    margin: 10px 20px 0; }

/* line 286, sass/public/_inspiration.scss */
.insp-head__video__controller {
  display: none;
  position: absolute;
  z-index: 81;
  padding: 10px;
  left: 10px;
  bottom: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 480px) {
    /* line 286, sass/public/_inspiration.scss */
    .insp-head__video__controller {
      left: 15px;
      bottom: 10px; } }

/* line 304, sass/public/_inspiration.scss */
.insp-head__video__icon {
  display: block;
  position: relative;
  float: left;
  margin: 0 5px 0 5px;
  cursor: pointer; }
  @media only screen and (min-width: 480px) {
    /* line 304, sass/public/_inspiration.scss */
    .insp-head__video__icon {
      margin: 0 10px 0 10px; } }

/* line 318, sass/public/_inspiration.scss */
.insp-head__video__icon--pause.pause {
  background: url("/Images/inspiration/pause.png") no-repeat;
  background-size: 100%;
  width: 6.6px;
  height: 10.2px; }
  @media only screen and (min-width: 480px) {
    /* line 318, sass/public/_inspiration.scss */
    .insp-head__video__icon--pause.pause {
      width: 11px;
      height: 17px; } }
/* line 330, sass/public/_inspiration.scss */
.insp-head__video__icon--pause.play {
  background: url("/Images/inspiration/small_play.png") no-repeat;
  background-size: 100%;
  width: 8.4px;
  height: 11.4px; }
  @media only screen and (min-width: 480px) {
    /* line 330, sass/public/_inspiration.scss */
    .insp-head__video__icon--pause.play {
      width: 14px;
      height: 19px; } }

/* line 345, sass/public/_inspiration.scss */
.insp-head__video__icon--mute.mute {
  background: url("/Images/inspiration/sound_on.png") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px; }
  @media only screen and (min-width: 480px) {
    /* line 345, sass/public/_inspiration.scss */
    .insp-head__video__icon--mute.mute {
      width: 20px;
      height: 20px; } }
/* line 357, sass/public/_inspiration.scss */
.insp-head__video__icon--mute.unmute {
  background: url("/Images/inspiration/mute.png") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px; }
  @media only screen and (min-width: 480px) {
    /* line 357, sass/public/_inspiration.scss */
    .insp-head__video__icon--mute.unmute {
      width: 20px;
      height: 20px; } }

/* line 370, sass/public/_inspiration.scss */
.insp-head__video__icon--replay {
  background: url("/Images/inspiration/replay.png") no-repeat;
  background-size: 100%;
  width: 17.4px;
  height: 14.4px; }
  @media only screen and (min-width: 480px) {
    /* line 370, sass/public/_inspiration.scss */
    .insp-head__video__icon--replay {
      width: 29px;
      height: 24px; } }

/***************
MEDIA GALLERY
***************/
/* line 394, sass/public/_inspiration.scss */
.insp-holder {
  display: block;
  position: relative;
  background-color: white;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%; }
  /* line 403, sass/public/_inspiration.scss */
  .insp-holder.pt-0 {
    padding-top: 0 !important; }
  /* line 406, sass/public/_inspiration.scss */
  .insp-holder.pb-5 {
    padding-bottom: 3rem !important; }
  /* line 409, sass/public/_inspiration.scss */
  .insp-holder .w-75 {
    max-width: 75%; }
  /* line 412, sass/public/_inspiration.scss */
  .insp-holder .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }

/* line 418, sass/public/_inspiration.scss */
.insp-share {
  position: absolute;
  margin-top: -88px;
  right: 25px; }
  @media only screen and (max-width: 480px) {
    /* line 418, sass/public/_inspiration.scss */
    .insp-share {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; } }

/* line 431, sass/public/_inspiration.scss */
.insp-gallery {
  display: block;
  margin: 50px auto 100px;
  padding: 0;
  width: 95%; }
  @media only screen and (min-width: 480px) {
    /* line 431, sass/public/_inspiration.scss */
    .insp-gallery {
      width: 85%; } }

/* line 443, sass/public/_inspiration.scss */
.insp-gallery__head {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  margin: 0 auto 0;
  padding: 0;
  display: block; }

/* line 451, sass/public/_inspiration.scss */
.insp-icon {
  margin: 0 auto;
  padding: 0;
  display: block;
  background-size: 100%;
  width: 98px;
  height: 69px; }
  /* line 460, sass/public/_inspiration.scss */
  .wonder .insp-icon {
    background: url("/Images/inspiration/icon_boot.jpg") no-repeat;
    width: 98px;
    height: 69px; }
  /* line 466, sass/public/_inspiration.scss */
  .family .insp-icon {
    background: url("/Images/inspiration/icon_van.jpg") no-repeat;
    width: 92px;
    height: 101px; }
  /* line 472, sass/public/_inspiration.scss */
  .gem .insp-icon {
    background: url("/Images/inspiration/icon_fence.jpg") no-repeat;
    width: 88px;
    height: 101px; }
  /* line 477, sass/public/_inspiration.scss */
  .girlfriend .insp-icon {
    background: url("/Images/inspiration/icon_bag.png") no-repeat;
    width: 113px;
    height: 112px; }
  /* line 482, sass/public/_inspiration.scss */
  .city .insp-icon {
    background: url("/Images/inspiration/icon_city.png") no-repeat;
    width: 120px;
    height: 117px; }
  /* line 488, sass/public/_inspiration.scss */
  .fall-getaways .insp-icon {
    background: url("/Images/inspiration/icon_fall.png") no-repeat;
    width: 107px;
    height: 90px; }
  /* line 494, sass/public/_inspiration.scss */
  .guys .insp-icon {
    background: url("/Images/inspiration/icon_guys.png") no-repeat;
    width: 89px;
    height: 80px; }
  /* line 500, sass/public/_inspiration.scss */
  .romantic-getaways .insp-icon {
    background: url("/Images/inspiration//icon_romantic.png") no-repeat;
    width: 87px;
    height: 92px; }
  /* line 506, sass/public/_inspiration.scss */
  .winter .insp-icon {
    background: url("/Images/inspiration//icon_winter.png") no-repeat;
    width: 110px;
    height: 105px; }
  /* line 511, sass/public/_inspiration.scss */
  .music .insp-icon {
    background: url("/Images/inspiration//icon_music.png") no-repeat;
    width: 110px;
    height: 105px; }
  /* line 516, sass/public/_inspiration.scss */
  .pet .insp-icon {
    background: url("/Images/inspiration//icon_pet.png") no-repeat;
    width: 110px;
    height: 105px; }
  /* line 521, sass/public/_inspiration.scss */
  .spring-campaign .insp-icon, .spring .insp-icon {
    background: url("/Images/inspiration//icon_spring.png") no-repeat;
    width: 97px;
    height: 111px; }
  /* line 527, sass/public/_inspiration.scss */
  .summer .insp-icon {
    background: url("/Images/inspiration//icon_summer.png") no-repeat;
    width: 99px;
    height: 110px; }
  /* line 532, sass/public/_inspiration.scss */
  .flw .insp-icon {
    background: url("/Images/inspiration//icon_flw.png") no-repeat;
    width: 113px;
    height: 107px; }

/* line 539, sass/public/_inspiration.scss */
.insp-gallery__head__h1 {
  margin: 10px auto 20px;
  padding: 0;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 900;
  color: #444; }

/* line 557, sass/public/_inspiration.scss */
.insp-gallery__body {
  margin: 0;
  padding: 0 50px;
  display: block;
  position: relative; }

/* line 565, sass/public/_inspiration.scss */
.insp-gallery__pagination {
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 100;
  color: #ccc; }

/* line 583, sass/public/_inspiration.scss */
.insp-gallery__body .Media-Scroller_Items {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto; }

/* line 594, sass/public/_inspiration.scss */
.insp-gallery__body .Media-Scroller_Item {
  padding: 0;
  display: block;
  position: relative;
  background: #ccc;
  height: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 605, sass/public/_inspiration.scss */
  .insp-gallery__body .Media-Scroller_Item img {
    width: 100%;
    display: block; }
  /* line 611, sass/public/_inspiration.scss */
  .mobile .insp-gallery__body .Media-Scroller_Item {
    width: 100%;
    margin: 0 auto 6%;
    float: none; }
  /* line 618, sass/public/_inspiration.scss */
  .notmobile .insp-gallery__body .Media-Scroller_Item {
    float: left;
    width: 31.3%;
    margin: 0px 1% 2%; }

/* line 629, sass/public/_inspiration.scss */
.insp-gallery__body .Media-Scroller_Item_Caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  bottom: 0px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0;
  pointer-events: none; }
  /* line 641, sass/public/_inspiration.scss */
  .mobile .insp-gallery__body .Media-Scroller_Item_Caption {
    display: block;
    opacity: 1; }
  /* line 645, sass/public/_inspiration.scss */
  .notmobile .insp-gallery__body .Media-Scroller_Item_Caption {
    display: none;
    opacity: 0; }
  /* line 650, sass/public/_inspiration.scss */
  .insp-gallery__body .Media-Scroller_Item_Caption p {
    margin: 0;
    padding: 5px 10px;
    color: white;
    display: block;
    position: relative;
    font-size: .7em;
    font-weight: 100; }
    /* line 659, sass/public/_inspiration.scss */
    .insp-gallery__body .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
      display: inline-block;
      color: #d77423;
      margin: 0; }
    @media only screen and (min-width: 480px) {
      /* line 650, sass/public/_inspiration.scss */
      .insp-gallery__body .Media-Scroller_Item_Caption p {
        font-size: 1em;
        padding: 10px 20px; } }

/* line 674, sass/public/_inspiration.scss */
.insp-gallery__body .Media-Scroller_Next-Button {
  margin: -22px 0px 0px;
  padding: 0;
  display: block;
  background: url("/Images/inspiration/arrow_right.png") no-repeat;
  background-size: 100%;
  width: 38px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 46%;
  cursor: pointer; }

/* line 689, sass/public/_inspiration.scss */
.insp-gallery__body .Media-Scroller_Previous-Button {
  margin: -22px 0px 0px;
  padding: 0;
  display: block;
  background: url("/Images/inspiration/arrow_left.png") no-repeat;
  background-size: 100%;
  width: 38px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 46%;
  cursor: pointer; }

/***************
FEATURE 1
***************/
/* see _compass-feature.scss */
/***************
TWITTER FEATURE
***************/
/* line 726, sass/public/_inspiration.scss */
.insp-twit {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1148px;
  width: 80%; }

/* line 737, sass/public/_inspiration.scss */
.insp-twit__container {
  display: table;
  width: 100%;
  height: 376px;
  position: relative;
  /* *** STRATEGY:
  	Use pseudo elements to hold space for break out areas, using breakpoint $mq-twitter-feature to limit them to desktop if the break out area disappears when the screen gets smaller. If the break out area is on the right, max-width can be used instead to avoid the jerky transition of the media query. 
  *** */ }
  /* line 745, sass/public/_inspiration.scss */
  .wonder .insp-twit__container {
    max-width: 1065px; }
  @media only screen and (min-width: 1435px) {
    /* line 751, sass/public/_inspiration.scss */
    .gem .insp-twit__container:before {
      content: '\00A0';
      display: table-cell;
      width: 52px; } }
  /* line 759, sass/public/_inspiration.scss */
  .family .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 54px; }
  /* line 766, sass/public/_inspiration.scss */
  .romantic-getaways .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 73px; }
  /* line 773, sass/public/_inspiration.scss */
  .girlfriend .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 59px; }
  /* line 780, sass/public/_inspiration.scss */
  .guys .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 52px; }
  /* line 787, sass/public/_inspiration.scss */
  .city .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 67px; }
  /* line 793, sass/public/_inspiration.scss */
  .music .insp-twit__container {
    max-width: 1060px; }
  /* line 797, sass/public/_inspiration.scss */
  .fall-getaways .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 70px; }
  /* line 803, sass/public/_inspiration.scss */
  .pet .insp-twit__container {
    max-width: 1063px; }
  /* line 807, sass/public/_inspiration.scss */
  .spring .insp-twit__container {
    margin-top: 64px; }
  /* line 811, sass/public/_inspiration.scss */
  .summer .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 69px; }
  /* line 819, sass/public/_inspiration.scss */
  .flw .insp-twit__container:after {
    content: '\00A0';
    display: table-cell;
    width: 52px; }

/* line 832, sass/public/_inspiration.scss */
.insp-twit__img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 1148px;
  min-height: 406px;
  width: auto;
  height: auto;
  padding: 15px;
  box-sizing: border-box; }
  /* line 843, sass/public/_inspiration.scss */
  .wonder .insp-twit__img {
    background: url("/Images/inspiration/twitter-wonder.png") no-repeat;
    background-size: cover;
    background-position: left center; }
  /* line 849, sass/public/_inspiration.scss */
  .family .insp-twit__img {
    background: url("/Images/inspiration/twitter-family.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 855, sass/public/_inspiration.scss */
  .gem .insp-twit__img {
    background: url("/Images/inspiration/twitter-gem.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 860, sass/public/_inspiration.scss */
  .girlfriend .insp-twit__img {
    background: url("/Images/inspiration/twitter-girlfriend.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 865, sass/public/_inspiration.scss */
  .city .insp-twit__img {
    background: url("/Images/inspiration/twitter-city.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 870, sass/public/_inspiration.scss */
  .fall-getaways .insp-twit__img {
    background: url("/Images/inspiration/twitter-fall.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 876, sass/public/_inspiration.scss */
  .guys .insp-twit__img {
    background: url("/Images/inspiration/twitter-guys.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 882, sass/public/_inspiration.scss */
  .romantic-getaways .insp-twit__img {
    background: url("/Images/inspiration/twitter-romantic.png") no-repeat;
    background-size: cover;
    background-position: right center; }
  /* line 887, sass/public/_inspiration.scss */
  .winter .insp-twit__img {
    background: url("/Images/inspiration/twitter-winter.jpg") no-repeat;
    background-size: cover;
    background-position: left center; }
  /* line 892, sass/public/_inspiration.scss */
  .music .insp-twit__img {
    background: url("/Images/inspiration/twitter-music.png") no-repeat;
    background-size: cover;
    background-position: left center; }
  /* line 897, sass/public/_inspiration.scss */
  .spring .insp-twit__img {
    background: url("/Images/inspiration/twitter-spring.png") no-repeat;
    background-size: cover;
    background-position: left center; }
  /* line 901, sass/public/_inspiration.scss */
  .pet .insp-twit__img {
    background: url("/Images/inspiration/twitter-pet.png") no-repeat;
    background-size: cover;
    background-position: left center; }
  /* line 906, sass/public/_inspiration.scss */
  .spring .insp-twit__img {
    background: url("/Images/inspiration/twitter-spring.png") no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 467px; }
  /* line 912, sass/public/_inspiration.scss */
  .summer .insp-twit__img {
    background: url("/Images/inspiration/twitter-summer.jpg") no-repeat;
    background-size: cover;
    background-position: right center;
    min-height: 407px; }
  /* line 918, sass/public/_inspiration.scss */
  .flw .insp-twit__img {
    background: url("/Images/inspiration/twitter-flw.png") no-repeat;
    background-size: cover;
    background-position: right center; }

/* line 925, sass/public/_inspiration.scss */
.insp-twit__info .truncatedStory:before, .insp-twit__info .truncatedStory:after {
  color: white;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .5em;
  opacity: .6; }
  @media only screen and (min-width: 760px) {
    /* line 925, sass/public/_inspiration.scss */
    .insp-twit__info .truncatedStory:before, .insp-twit__info .truncatedStory:after {
      font-size: 3.5em; } }

/* line 938, sass/public/_inspiration.scss */
.insp-twit__info {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  height: auto;
  border: 1px solid #fff;
  padding: 20px; }
  @media only screen and (min-width: 480px) {
    /* line 938, sass/public/_inspiration.scss */
    .insp-twit__info {
      padding: 30px 50px; } }
  /* line 949, sass/public/_inspiration.scss */
  .insp-twit__info .truncatedStory {
    margin: 0;
    padding: 0;
    position: relative; }
    /* line 953, sass/public/_inspiration.scss */
    .insp-twit__info .truncatedStory:before {
      content: '\201C';
      position: absolute;
      left: -15px;
      top: 0; }
      @media only screen and (min-width: 480px) {
        /* line 953, sass/public/_inspiration.scss */
        .insp-twit__info .truncatedStory:before {
          left: -45px; } }
      /* line 962, sass/public/_inspiration.scss */
      .flw .insp-twit__info .truncatedStory:before {
        display: none; }
    /* line 966, sass/public/_inspiration.scss */
    .insp-twit__info .truncatedStory:after {
      content: '\201D';
      position: absolute;
      right: -15px;
      top: 0; }
      @media only screen and (min-width: 480px) {
        /* line 966, sass/public/_inspiration.scss */
        .insp-twit__info .truncatedStory:after {
          right: -45px; } }
      /* line 975, sass/public/_inspiration.scss */
      .flw .insp-twit__info .truncatedStory:after {
        display: none; }
  /* line 982, sass/public/_inspiration.scss */
  .insp-twit__info p:first-child {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    color: white;
    font-size: .9em;
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 0; }
    /* line 994, sass/public/_inspiration.scss */
    .insp-twit__info p:first-child a:link, .insp-twit__info p:first-child a:visited {
      color: white;
      text-decoration: underline;
      word-break: break-all; }
    @media only screen and (min-width: 760px) {
      /* line 982, sass/public/_inspiration.scss */
      .insp-twit__info p:first-child {
        font-size: 1.4em; } }
  @media only screen and (min-width: 760px) {
    /* line 938, sass/public/_inspiration.scss */
    .insp-twit__info {
      padding: 50px 100px; } }
  @media only screen and (min-width: 760px) {
    /* line 938, sass/public/_inspiration.scss */
    .insp-twit__info {
      padding: 50px 150px; } }

/* line 1022, sass/public/_inspiration.scss */
.insp-twit__info__handle {
  display: block;
  position: relative;
  margin: 15px 0 10px;
  color: white;
  font-size: .8em;
  line-height: 1.25em;
  font-weight: 100;
  letter-spacing: 0; }
  @media only screen and (min-width: 480px) {
    /* line 1022, sass/public/_inspiration.scss */
    .insp-twit__info__handle {
      font-size: 1.0em; } }

/* line 1042, sass/public/_inspiration.scss */
.insp-twit__allbtn {
  display: block;
  position: relative;
  margin: 5px auto 20px;
  background: url("/Images/inspiration/icon_twitter.jpg") no-repeat;
  background-size: 100%;
  width: 51px;
  height: 44px;
  cursor: pointer;
  left: -30px; }
  /* line 1053, sass/public/_inspiration.scss */
  .insp-twit__allbtn::after {
    content: "All Tweets";
    color: #d77423;
    width: 100px;
    left: 55px;
    top: 12px;
    display: block;
    position: absolute; }
  /* line 1062, sass/public/_inspiration.scss */
  .flw .insp-twit__allbtn {
    display: none; }

/***************
FEATURE 2
***************/
/* See _floating-feature.scss */
/***************
MUST READS
***************/
/* line 1102, sass/public/_inspiration.scss */
.insp-must {
  display: block;
  position: relative;
  margin: 50px auto;
  width: 80%; }

/* line 1116, sass/public/_inspiration.scss */
.insp-must__item {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box; }
  @media only screen and (min-width: 480px) {
    /* line 1116, sass/public/_inspiration.scss */
    .insp-must__item {
      width: 50%; } }
  @media only screen and (min-width: 760px) {
    /* line 1116, sass/public/_inspiration.scss */
    .insp-must__item {
      width: 33.3%; } }

/* line 1139, sass/public/_inspiration.scss */
.insp-must__article {
  background: #e6e6e6;
  margin: 0 0 30px 0;
  padding: 0 0 5px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #666;
  cursor: pointer; }
  /* line 1152, sass/public/_inspiration.scss */
  .insp-must__article img {
    width: 100%; }
  /* line 1156, sass/public/_inspiration.scss */
  .insp-must__article .truncatedStory {
    margin: 0;
    padding: 0; }
  /* line 1161, sass/public/_inspiration.scss */
  .insp-must__article p {
    margin: 15px auto 10px;
    padding: 0 20px; }
  /* line 1166, sass/public/_inspiration.scss */
  .insp-must__article a:link, .insp-must__article a:visited {
    text-decoration: none;
    border-bottom: 0;
    color: #666; }
  /* line 1172, sass/public/_inspiration.scss */
  .insp-must__article a:hover, .insp-must__article a:active {
    color: #666;
    text-decoration: none; }
  @media only screen and (min-width: 480px) {
    /* line 1139, sass/public/_inspiration.scss */
    .insp-must__article {
      margin: 0 30px 30px 0; } }

/* line 1184, sass/public/_inspiration.scss */
.insp-must__intro {
  background: #d77423;
  margin: 0 0 30px 0;
  padding: 20px 20px 20px;
  height: 100%;
  color: white;
  line-height: 1.5em; }
  /* line 1192, sass/public/_inspiration.scss */
  .insp-must__intro .truncatedStory {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 480px) {
    /* line 1184, sass/public/_inspiration.scss */
    .insp-must__intro {
      margin: 0 30px 30px 0; } }
  @media only screen and (min-width: 1023px) {
    /* line 1184, sass/public/_inspiration.scss */
    .insp-must__intro {
      padding: 20px 30px 20px; } }

/* line 1216, sass/public/_inspiration.scss */
.insp-must__intro__head {
  display: block;
  position: relative;
  margin: 0 0 10px 0;
  width: auto;
  min-height: 100px;
  height: auto; }
  @media only screen and (min-width: 760px) {
    /* line 1216, sass/public/_inspiration.scss */
    .insp-must__intro__head {
      height: 100px; } }

/* line 1230, sass/public/_inspiration.scss */
.insp-must__intro__icon {
  float: right;
  display: block;
  position: relative;
  background: url("/Images/inspiration/article_intro_icon.png") no-repeat;
  background-size: contain;
  background-position: right top;
  margin: 0 -15px 10px 10px;
  padding: 0px;
  width: 35%;
  height: 100px; }
  @media only screen and (min-width: 1023px) {
    /* line 1230, sass/public/_inspiration.scss */
    .insp-must__intro__icon {
      width: 90px; } }

/* line 1251, sass/public/_inspiration.scss */
.insp-must__intro__h1 {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  position: absolute;
  display: block;
  margin: 0 100px 0 0;
  padding: 0 0 0 5px;
  bottom: 0;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0; }
  @media only screen and (min-width: 760px) {
    /* line 1251, sass/public/_inspiration.scss */
    .insp-must__intro__h1 {
      padding: 0; } }

/* line 1273, sass/public/_inspiration.scss */
.insp-must__intro__btn {
  position: relative;
  display: block;
  margin: 5px 0 0px;
  padding: 0;
  border: 1px solid white;
  width: auto;
  height: auto;
  cursor: pointer;
  font-size: .9em;
  line-height: 1.25em;
  font-weight: 100;
  letter-spacing: 0;
  color: white;
  text-align: center; }
  /* line 1290, sass/public/_inspiration.scss */
  .insp-must__intro__btn:hover {
    background: rgba(255, 255, 255, 0.1); }
  /* line 1295, sass/public/_inspiration.scss */
  .insp-must__intro__btn a:link, .insp-must__intro__btn a:visited {
    padding: 10px 20px;
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: 0; }
  /* line 1304, sass/public/_inspiration.scss */
  .insp-must__intro__btn a:hover, .insp-must__intro__btn a:active {
    color: white;
    text-decoration: none; }

/* line 1, sass/public/_floating-feature.scss */
.floating-feature {
  display: block;
  position: relative;
  margin: 0; }
  /* line 7, sass/public/_floating-feature.scss */
  .floating-feature.padtop {
    margin-top: 50px;
    margin-bottom: 50px; }
  /* line 11, sass/public/_floating-feature.scss */
  .floating-feature.mb-0 {
    margin-bottom: 0 !important; }
  @media only screen and (min-width: 480px) {
    /* line 1, sass/public/_floating-feature.scss */
    .floating-feature {
      margin: 0 0 50px; } }
  @media only screen and (min-width: 1023px) {
    /* line 1, sass/public/_floating-feature.scss */
    .floating-feature {
      margin: 0 0 150px; }
      /* line 21, sass/public/_floating-feature.scss */
      .floating-feature.padtop {
        margin: 150px 0 150px; } }
  /* line 26, sass/public/_floating-feature.scss */
  .homepage .floating-feature {
    margin-bottom: 0; }
    @media only screen and (min-width: 1023px) {
      /* line 26, sass/public/_floating-feature.scss */
      .homepage .floating-feature {
        margin-bottom: 150px; } }
  /* line 37, sass/public/_floating-feature.scss */
  .floating-feature .family {
    z-index: 2; }
  /* line 40, sass/public/_floating-feature.scss */
  .flw .floating-feature {
    margin: 0;
    padding: 0; }
  /* line 44, sass/public/_floating-feature.scss */
  .guys .floating-feature {
    margin-bottom: 0;
    padding-bottom: 0; }

/* line 50, sass/public/_floating-feature.scss */
.floating-feature__img {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  /* line 56, sass/public/_floating-feature.scss */
  .homepage .floating-feature__img {
    background: url("/Images/public/floatingbg-home-052018.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 628px; }
  /* line 63, sass/public/_floating-feature.scss */
  .campaign .floating-feature__img.floating-feature__img--1 {
    background: url("/Images/inspiration/floatingbg-campaign1.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 68, sass/public/_floating-feature.scss */
  .campaign .floating-feature__img.floating-feature__img--2 {
    background: url("/Images/inspiration/floatingbg-campaign2.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 73, sass/public/_floating-feature.scss */
  .campaign .floating-feature__img.floating-feature__img--3 {
    background: url("/Images/inspiration/floatingbg-campaign3.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 79, sass/public/_floating-feature.scss */
  .spring-campaign .floating-feature__img.floating-feature__img--1 {
    background: url("/Images/inspiration/floatingbg-spring-campaign1.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 84, sass/public/_floating-feature.scss */
  .spring-campaign .floating-feature__img.floating-feature__img--2 {
    background: url("/Images/inspiration/floatingbg-spring-campaign2.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 89, sass/public/_floating-feature.scss */
  .spring-campaign .floating-feature__img.floating-feature__img--3 {
    background: url("/Images/inspiration/floatingbg-spring-campaign3.jpg") no-repeat;
    background-size: cover;
    background-position: center center; }
  /* line 102, sass/public/_floating-feature.scss */
  .wonder .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-wonder.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 500px; }
  /* line 111, sass/public/_floating-feature.scss */
  .family .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-family.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 500px; }
  /* line 118, sass/public/_floating-feature.scss */
  .gem .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-gem.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 628px; }
  /* line 125, sass/public/_floating-feature.scss */
  .girlfriend .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-girlfriend.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 628px; }
  /* line 131, sass/public/_floating-feature.scss */
  .city .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-city.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 628px; }
  /* line 137, sass/public/_floating-feature.scss */
  .fall-getaways .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-fall.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 628px; }
  /* line 143, sass/public/_floating-feature.scss */
  .guys .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-guys.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 628px; }
  /* line 149, sass/public/_floating-feature.scss */
  .romantic-getaways .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-romantic.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 627px; }
  /* line 155, sass/public/_floating-feature.scss */
  .winter .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-winter.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 500px; }
  /* line 161, sass/public/_floating-feature.scss */
  .music .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-music.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 500px; }
  /* line 167, sass/public/_floating-feature.scss */
  .pet .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-pet.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 500px; }
  /* line 173, sass/public/_floating-feature.scss */
  .spring .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-spring.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 627px; }
  /* line 179, sass/public/_floating-feature.scss */
  .summer .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-summer.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 522px; }
  /* line 185, sass/public/_floating-feature.scss */
  .flw .floating-feature__img {
    background: url("/Images/inspiration/floatingbg-flw.jpg") no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 627px; }

/* line 194, sass/public/_floating-feature.scss */
.floating-feature__info {
  display: block;
  position: relative;
  max-width: 500px;
  width: auto;
  height: auto;
  margin: 20px 20px;
  padding: 30px;
  background: #094A6C;
  background: rgba(9, 74, 108, 0.7); }
  @media only screen and (min-width: 480px) {
    /* line 194, sass/public/_floating-feature.scss */
    .floating-feature__info {
      margin: 50px auto; } }
  @media only screen and (min-width: 760px) {
    /* line 194, sass/public/_floating-feature.scss */
    .floating-feature__info {
      margin: 50px; }
      /* line 214, sass/public/_floating-feature.scss */
      .--right .floating-feature__info {
        margin-left: auto; } }
  /* line 220, sass/public/_floating-feature.scss */
  .homepage .floating-feature__info {
    padding-bottom: 100px; }
    @media only screen and (min-width: 1175px) {
      /* line 220, sass/public/_floating-feature.scss */
      .homepage .floating-feature__info {
        margin-left: 210px;
        margin-top: 95px; } }
  /* line 227, sass/public/_floating-feature.scss */
  .wonder .floating-feature__info {
    float: none; }
  /* line 231, sass/public/_floating-feature.scss */
  .family .floating-feature__info {
    float: none; }
  /* line 235, sass/public/_floating-feature.scss */
  .gem .floating-feature__info {
    float: none; }
  /* line 238, sass/public/_floating-feature.scss */
  .girlfriend .floating-feature__info {
    float: none; }
    @media only screen and (min-width: 480px) {
      /* line 238, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__info {
        position: absolute;
        top: 120px; } }
  /* line 246, sass/public/_floating-feature.scss */
  .city .floating-feature__info {
    float: none; }
    @media only screen and (min-width: 480px) {
      /* line 246, sass/public/_floating-feature.scss */
      .city .floating-feature__info {
        position: absolute;
        top: 120px; } }
  /* line 253, sass/public/_floating-feature.scss */
  .fall-getaways .floating-feature__info {
    float: none; }
  /* line 257, sass/public/_floating-feature.scss */
  .guys .floating-feature__info {
    float: none; }
  /* line 262, sass/public/_floating-feature.scss */
  .floating-feature__info .floating-feature__info1 .truncatedStory {
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    padding: 0; }
    /* line 268, sass/public/_floating-feature.scss */
    .floating-feature__info .floating-feature__info1 .truncatedStory p {
      margin: 0;
      font-size: 2em;
      line-height: 1.25em;
      font-weight: 900;
      letter-spacing: 0;
      color: white; }
    /* line 277, sass/public/_floating-feature.scss */
    .floating-feature__info .floating-feature__info1 .truncatedStory ul {
      color: #fff;
      list-style-type: none;
      margin: 0 0 10px 0;
      padding: 0; }
      /* line 283, sass/public/_floating-feature.scss */
      .floating-feature__info .floating-feature__info1 .truncatedStory ul li {
        margin: 0 0 7px 0;
        padding: 0;
        font-size: 1.1em;
        line-height: 1.25em;
        font-weight: 200; }
        /* line 289, sass/public/_floating-feature.scss */
        .floating-feature__info .floating-feature__info1 .truncatedStory ul li a:link, .floating-feature__info .floating-feature__info1 .truncatedStory ul li a:visited {
          color: #fff;
          text-decoration: none; }
        /* line 293, sass/public/_floating-feature.scss */
        .floating-feature__info .floating-feature__info1 .truncatedStory ul li a:hover, .floating-feature__info .floating-feature__info1 .truncatedStory ul li a:active {
          color: #fff; }
  /* line 301, sass/public/_floating-feature.scss */
  .floating-feature__info .floating-feature__info2 .truncatedStory ul {
    color: #fff;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; }
    /* line 307, sass/public/_floating-feature.scss */
    .floating-feature__info .floating-feature__info2 .truncatedStory ul li {
      margin: 0 0 7px 0;
      padding: 0;
      font-size: 1.1em;
      line-height: 1.25em;
      font-weight: 200; }
      /* line 313, sass/public/_floating-feature.scss */
      .floating-feature__info .floating-feature__info2 .truncatedStory ul li a:link, .floating-feature__info .floating-feature__info2 .truncatedStory ul li a:visited {
        color: #fff;
        text-decoration: none; }
      /* line 317, sass/public/_floating-feature.scss */
      .floating-feature__info .floating-feature__info2 .truncatedStory ul li a:hover, .floating-feature__info .floating-feature__info2 .truncatedStory ul li a:active {
        color: #fff; }
  /* line 325, sass/public/_floating-feature.scss */
  .winter .floating-feature__info {
    float: none; }
  /* line 328, sass/public/_floating-feature.scss */
  .music .floating-feature__info {
    float: none; }
  /* line 331, sass/public/_floating-feature.scss */
  .floating-feature__info .truncatedStory {
    margin: 0;
    padding: 0;
    border: 0px solid blue; }
    /* line 336, sass/public/_floating-feature.scss */
    .floating-feature__info .truncatedStory p {
      line-height: 1.25em;
      font-weight: 200;
      letter-spacing: 0;
      color: white; }
  /* line 344, sass/public/_floating-feature.scss */
  .pet .floating-feature__info {
    float: none; }
  /* line 348, sass/public/_floating-feature.scss */
  .flw .floating-feature__info {
    float: none; }

/* line 356, sass/public/_floating-feature.scss */
.floating-feature__info__btn {
  position: relative;
  display: block;
  margin: 5px 0 0px;
  padding: 0;
  border: 1px solid white;
  width: auto;
  height: auto;
  cursor: pointer;
  float: left;
  font-size: .9em;
  line-height: 1.25em;
  font-weight: 100;
  letter-spacing: 0;
  color: white; }
  /* line 374, sass/public/_floating-feature.scss */
  .floating-feature__info__btn:hover {
    background: #41769e; }
  /* line 378, sass/public/_floating-feature.scss */
  .floating-feature__info__btn a:link, .floating-feature__info__btn a:visited {
    padding: 10px 20px;
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: 0; }
  /* line 387, sass/public/_floating-feature.scss */
  .floating-feature__info__btn a:hover, .floating-feature__info__btn a:active {
    color: white;
    text-decoration: none; }

/* line 398, sass/public/_floating-feature.scss */
.floating-feature__float1 {
  position: absolute;
  z-index: 1;
  left: 20px; }
  /* line 405, sass/public/_floating-feature.scss */
  .homepage .floating-feature__float1 {
    background: url("/Images/public/float1-homepage.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 405, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float1 {
        width: 241.5px;
        height: 180.6px;
        bottom: 100px; } }
    @media only screen and (min-width: 1382px) {
      /* line 405, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float1 {
        bottom: 50px;
        left: 10%;
        z-index: 3;
        width: 345px;
        height: 258px; } }
  /* line 424, sass/public/_floating-feature.scss */
  .wonder .floating-feature__float1 {
    width: 181px;
    height: 215px;
    background: url("/Images/inspiration/float1-wonder.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 600px) {
      /* line 424, sass/public/_floating-feature.scss */
      .wonder .floating-feature__float1 {
        display: block;
        bottom: 40px; } }
    @media only screen and (min-width: 1023px) {
      /* line 424, sass/public/_floating-feature.scss */
      .wonder .floating-feature__float1 {
        bottom: 100px; } }
  /* line 441, sass/public/_floating-feature.scss */
  .family .floating-feature__float1 {
    width: 409px;
    height: 174px;
    left: 10%;
    top: 70%;
    background: url("/Images/inspiration/float1-family.png") no-repeat;
    background-size: contain;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 441, sass/public/_floating-feature.scss */
      .family .floating-feature__float1 {
        display: block; } }
  /* line 455, sass/public/_floating-feature.scss */
  .gem .floating-feature__float1 {
    width: 250px;
    height: 113px;
    background: url("/Images/inspiration/float1-gem.png") no-repeat;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 455, sass/public/_floating-feature.scss */
      .gem .floating-feature__float1 {
        display: block;
        bottom: 120px; } }
  /* line 467, sass/public/_floating-feature.scss */
  .girlfriend .floating-feature__float1 {
    width: 177px;
    height: 97px;
    background: url("/Images/inspiration/float1-girlfriend.png") no-repeat;
    left: 2%;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 467, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float1 {
        display: block;
        bottom: 60px; } }
    @media only screen and (min-width: 1023px) {
      /* line 467, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float1 {
        left: 150px; } }
    @media only screen and (min-width: 1382px) {
      /* line 467, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float1 {
        left: 300px; } }
  /* line 489, sass/public/_floating-feature.scss */
  .city .floating-feature__float1 {
    width: 234px;
    height: 409px;
    background: url("/Images/inspiration/float1-city.png") no-repeat;
    left: 2%;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 489, sass/public/_floating-feature.scss */
      .city .floating-feature__float1 {
        display: block;
        bottom: -150px; } }
    @media only screen and (min-width: 1023px) {
      /* line 489, sass/public/_floating-feature.scss */
      .city .floating-feature__float1 {
        left: 150px; } }
    @media only screen and (min-width: 1382px) {
      /* line 489, sass/public/_floating-feature.scss */
      .city .floating-feature__float1 {
        left: 300px; } }
  /* line 511, sass/public/_floating-feature.scss */
  .fall-getaways .floating-feature__float1 {
    width: 266px;
    height: 164px;
    background: url("/Images/inspiration/float1-fall.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 511, sass/public/_floating-feature.scss */
      .fall-getaways .floating-feature__float1 {
        display: block;
        bottom: 0px;
        left: 150px; } }
  /* line 526, sass/public/_floating-feature.scss */
  .guys .floating-feature__float1 {
    background: url("/Images/inspiration/float1-guys.png") no-repeat;
    background-size: cover;
    left: auto;
    right: 2%;
    bottom: 140px;
    width: 183.6px;
    height: 121.2px;
    display: none; }
    @media only screen and (min-width: 480px) {
      /* line 526, sass/public/_floating-feature.scss */
      .guys .floating-feature__float1 {
        right: 9%;
        bottom: 140px;
        width: 229.5px;
        height: 151.5px; } }
    @media only screen and (min-width: 760px) {
      /* line 526, sass/public/_floating-feature.scss */
      .guys .floating-feature__float1 {
        right: 9%;
        width: 321.3px;
        height: 212.1px;
        bottom: 140px; } }
    @media only screen and (min-width: 1023px) {
      /* line 526, sass/public/_floating-feature.scss */
      .guys .floating-feature__float1 {
        right: 9%;
        width: 459px;
        height: 303px;
        bottom: 140px; } }
    @media only screen and (min-width: 1374px) {
      /* line 526, sass/public/_floating-feature.scss */
      .guys .floating-feature__float1 {
        right: 200px;
        width: 459px;
        height: 303px;
        bottom: 140px; } }
  /* line 564, sass/public/_floating-feature.scss */
  .romantic-getaways .floating-feature__float1 {
    width: 218px;
    height: 170px;
    background: url("/Images/inspiration/float1-romantic.png") no-repeat;
    left: 2%;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 564, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float1 {
        display: block;
        bottom: 100px; } }
    @media only screen and (min-width: 1023px) {
      /* line 564, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float1 {
        left: 150px; } }
    @media only screen and (min-width: 1382px) {
      /* line 564, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float1 {
        left: 300px; } }
  /* line 586, sass/public/_floating-feature.scss */
  .winter .floating-feature__float1 {
    width: 164px;
    height: 131px;
    left: 10%;
    top: 60%;
    background: url("/Images/inspiration/float1-winter.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 586, sass/public/_floating-feature.scss */
      .winter .floating-feature__float1 {
        display: block; } }
  /* line 599, sass/public/_floating-feature.scss */
  .music .floating-feature__float1 {
    width: 332px;
    height: 190px;
    left: 10%;
    top: 71%;
    background: url("/Images/inspiration/float1-music.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 599, sass/public/_floating-feature.scss */
      .music .floating-feature__float1 {
        display: block; } }
  /* line 612, sass/public/_floating-feature.scss */
  .pet .floating-feature__float1 {
    width: 199px;
    height: 65px;
    left: 10%;
    top: 71%;
    background: url("/Images/inspiration/float1-pet.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 612, sass/public/_floating-feature.scss */
      .pet .floating-feature__float1 {
        display: block; } }
  /* line 625, sass/public/_floating-feature.scss */
  .spring .floating-feature__float1 {
    width: 433px;
    height: 229px;
    left: 10%;
    top: 78%;
    background: url("/Images/inspiration/float1-spring.png") no-repeat;
    background-size: contain;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 625, sass/public/_floating-feature.scss */
      .spring .floating-feature__float1 {
        display: block; } }
  /* line 638, sass/public/_floating-feature.scss */
  .summer .floating-feature__float1 {
    width: 409px;
    height: 175px;
    left: 5%;
    top: 75%;
    background: url("/Images/inspiration/float1-summer.png") no-repeat;
    background-size: contain;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 638, sass/public/_floating-feature.scss */
      .summer .floating-feature__float1 {
        display: block; } }

/* line 659, sass/public/_floating-feature.scss */
.floating-feature__float2 {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none; }
  /* line 665, sass/public/_floating-feature.scss */
  .homepage .floating-feature__float2 {
    background: url("/Images/public/float2-homepage-052018.png") no-repeat;
    background-size: 100%;
    display: none; }
    @media only screen and (min-width: 1023px) {
      /* line 665, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float2 {
        display: block;
        right: 10%;
        width: 236.6px;
        height: 493.5px;
        bottom: -105px; } }
    @media only screen and (min-width: 1382px) {
      /* line 665, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float2 {
        right: 15%;
        bottom: -140px;
        width: 338px;
        height: 705px; } }
  /* line 689, sass/public/_floating-feature.scss */
  .wonder .floating-feature__float2 {
    background: url("/Images/inspiration/float2-wonder.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 95px;
    width: 154.4px;
    height: 206.4px; }
    @media only screen and (min-width: 480px) {
      /* line 689, sass/public/_floating-feature.scss */
      .wonder .floating-feature__float2 {
        right: 5%;
        bottom: 0px;
        width: 270.2px;
        height: 361.2px; } }
    @media only screen and (min-width: 1023px) {
      /* line 689, sass/public/_floating-feature.scss */
      .wonder .floating-feature__float2 {
        width: 386px;
        height: 516px;
        bottom: 0; } }
  /* line 712, sass/public/_floating-feature.scss */
  .family .floating-feature__float2 {
    background: url("/Images/inspiration/float2-family.png") no-repeat;
    background-size: cover;
    background-position: right;
    right: 5%;
    bottom: 80px;
    width: 242.4px;
    height: 184.8px; }
    @media only screen and (min-width: 480px) {
      /* line 712, sass/public/_floating-feature.scss */
      .family .floating-feature__float2 {
        right: 10%;
        bottom: 40px;
        width: 303px;
        height: 231px; } }
    @media only screen and (min-width: 1023px) {
      /* line 712, sass/public/_floating-feature.scss */
      .family .floating-feature__float2 {
        width: 363.6px;
        height: 277.2px;
        bottom: 100px; } }
  /* line 735, sass/public/_floating-feature.scss */
  .gem .floating-feature__float2 {
    background: url("/Images/inspiration/float2-gem.png") no-repeat;
    background-size: cover;
    right: 35%;
    bottom: 30px;
    width: 181.8px;
    height: 300px; }
    @media only screen and (min-width: 480px) {
      /* line 735, sass/public/_floating-feature.scss */
      .gem .floating-feature__float2 {
        right: 40%;
        bottom: 40px;
        width: 212.1px;
        height: 350px; } }
    @media only screen and (min-width: 1023px) {
      /* line 735, sass/public/_floating-feature.scss */
      .gem .floating-feature__float2 {
        right: 45%;
        width: 272.7px;
        height: 450px; } }
    @media only screen and (min-width: 1382px) {
      /* line 735, sass/public/_floating-feature.scss */
      .gem .floating-feature__float2 {
        right: 50%;
        width: 303px;
        height: 500px; } }
  /* line 766, sass/public/_floating-feature.scss */
  .girlfriend .floating-feature__float2 {
    background: url("/Images/inspiration/float2-girlfriend.png") no-repeat;
    background-size: cover;
    right: 20px;
    bottom: 0px;
    width: 182.5px;
    height: 287.5px; }
    @media only screen and (min-width: 480px) {
      /* line 766, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float2 {
        left: 65%;
        bottom: 40px;
        width: 292px;
        height: 460px; } }
    @media only screen and (min-width: 1023px) {
      /* line 766, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float2 {
        left: 60%;
        width: 328.5px;
        height: 517.5px; } }
    @media only screen and (min-width: 1382px) {
      /* line 766, sass/public/_floating-feature.scss */
      .girlfriend .floating-feature__float2 {
        left: 65%;
        width: 365px;
        height: 575px; } }
  /* line 795, sass/public/_floating-feature.scss */
  .city .floating-feature__float2 {
    background: url("/Images/inspiration/float2-city.png") no-repeat;
    background-size: cover;
    right: 20px;
    bottom: 0px;
    width: 222.5px;
    height: 284px;
        /*@media only screen and (min-width: $mq-mobile-landscape) {//$mq-other-mid
			left: 65%;
			bottom: 40px;
			width: (445px * .8);
			height: (568px * .8);
		}*/ }
    @media only screen and (min-width: 1023px) {
      /* line 795, sass/public/_floating-feature.scss */
      .city .floating-feature__float2 {
        left: 50%;
        width: 400.5px;
        height: 511.2px; } }
    @media only screen and (min-width: 1382px) {
      /* line 795, sass/public/_floating-feature.scss */
      .city .floating-feature__float2 {
        left: 65%;
        width: 445px;
        height: 568px; } }
  /* line 821, sass/public/_floating-feature.scss */
  .fall-getaways .floating-feature__float2 {
    background: url("/Images/inspiration/float2-car.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 100px;
    width: 199.2px;
    height: 167.6px; }
    @media only screen and (min-width: 480px) {
      /* line 821, sass/public/_floating-feature.scss */
      .fall-getaways .floating-feature__float2 {
        right: 10%;
        bottom: 200px;
        width: 249px;
        height: 209.5px; } }
    @media only screen and (min-width: 760px) {
      /* line 821, sass/public/_floating-feature.scss */
      .fall-getaways .floating-feature__float2 {
        right: 10%;
        width: 348.6px;
        height: 293.3px;
        bottom: 100px; } }
    @media only screen and (min-width: 1023px) {
      /* line 821, sass/public/_floating-feature.scss */
      .fall-getaways .floating-feature__float2 {
        right: 10%;
        width: 498px;
        height: 419px;
        bottom: 100px; } }
    @media only screen and (min-width: 1374px) {
      /* line 821, sass/public/_floating-feature.scss */
      .fall-getaways .floating-feature__float2 {
        right: 275px;
        width: 498px;
        height: 419px;
        bottom: 100px; } }
  /* line 858, sass/public/_floating-feature.scss */
  .guys .floating-feature__float2 {
    width: 229.5px;
    height: 151.5px;
    left: 20px;
    bottom: 80px;
    background: url("/Images/inspiration/float2-guys.png") no-repeat;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 480px) {
      /* line 858, sass/public/_floating-feature.scss */
      .guys .floating-feature__float2 {
        left: 200px; } }
    @media only screen and (min-width: 1023px) {
      /* line 858, sass/public/_floating-feature.scss */
      .guys .floating-feature__float2 {
        width: 459px;
        height: 303px;
        left: 450px;
        bottom: 50px; } }
  /* line 880, sass/public/_floating-feature.scss */
  .romantic-getaways .floating-feature__float2 {
    background: url("/Images/inspiration/float2-romantic.png") no-repeat;
    background-size: cover;
    right: 20px;
    bottom: 0px;
    width: 134.5px;
    height: 265.5px; }
    @media only screen and (min-width: 480px) {
      /* line 880, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float2 {
        left: 65%;
        bottom: 40px;
        width: 215.2px;
        height: 424.8px; } }
    @media only screen and (min-width: 1023px) {
      /* line 880, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float2 {
        left: 60%;
        width: 242.1px;
        height: 477.9px; } }
    @media only screen and (min-width: 1382px) {
      /* line 880, sass/public/_floating-feature.scss */
      .romantic-getaways .floating-feature__float2 {
        left: 65%;
        width: 269px;
        height: 531px; } }
  /* line 908, sass/public/_floating-feature.scss */
  .winter .floating-feature__float2 {
    background: url("/Images/inspiration/float2-winter.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 95px;
    width: 206.4px;
    height: 176.8px; }
    @media only screen and (min-width: 480px) {
      /* line 908, sass/public/_floating-feature.scss */
      .winter .floating-feature__float2 {
        right: 10%;
        bottom: 0px;
        width: 361.2px;
        height: 309.4px; } }
    @media only screen and (min-width: 1023px) {
      /* line 908, sass/public/_floating-feature.scss */
      .winter .floating-feature__float2 {
        width: 516px;
        height: 442px;
        bottom: 0; } }
  /* line 930, sass/public/_floating-feature.scss */
  .music .floating-feature__float2 {
    background: url("/Images/inspiration/float2-music.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 95px;
    width: 129.6px;
    height: 268.8px; }
    @media only screen and (min-width: 480px) {
      /* line 930, sass/public/_floating-feature.scss */
      .music .floating-feature__float2 {
        right: 10%;
        bottom: 0px;
        width: 194.4px;
        height: 403.2px; } }
    @media only screen and (min-width: 1023px) {
      /* line 930, sass/public/_floating-feature.scss */
      .music .floating-feature__float2 {
        width: 324px;
        height: 672px;
        bottom: 0; } }
  /* line 952, sass/public/_floating-feature.scss */
  .pet .floating-feature__float2 {
    background: url("/Images/inspiration/float2-pet.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 95px;
    width: 228.8px;
    height: 129.2px; }
    @media only screen and (min-width: 480px) {
      /* line 952, sass/public/_floating-feature.scss */
      .pet .floating-feature__float2 {
        right: 10%;
        bottom: 0px;
        width: 343.2px;
        height: 193.8px; } }
    @media only screen and (min-width: 1023px) {
      /* line 952, sass/public/_floating-feature.scss */
      .pet .floating-feature__float2 {
        width: 572px;
        height: 323px;
        bottom: 0; } }
  /* line 974, sass/public/_floating-feature.scss */
  .spring .floating-feature__float2 {
    background: url("/Images/inspiration/float2-spring.png") no-repeat;
    background-size: cover;
    background-position: right;
    right: 2%;
    bottom: 32px;
    width: 170px;
    height: 296px; }
    @media only screen and (min-width: 480px) {
      /* line 974, sass/public/_floating-feature.scss */
      .spring .floating-feature__float2 {
        right: 10%;
        bottom: 0px;
        width: 255px;
        height: 444px; } }
    @media only screen and (min-width: 1023px) {
      /* line 974, sass/public/_floating-feature.scss */
      .spring .floating-feature__float2 {
        width: 425px;
        height: 740px;
        bottom: 0; } }
  /* line 997, sass/public/_floating-feature.scss */
  .summer .floating-feature__float2 {
    background: url("/Images/inspiration/float2-summer.png") no-repeat;
    background-size: cover;
    background-position: right;
    right: 2%;
    bottom: 32px;
    width: 161.6px;
    height: 122.8px; }
    @media only screen and (min-width: 480px) {
      /* line 997, sass/public/_floating-feature.scss */
      .summer .floating-feature__float2 {
        right: 5%;
        bottom: 70px;
        width: 242.4px;
        height: 184.2px; } }
    @media only screen and (min-width: 1023px) {
      /* line 997, sass/public/_floating-feature.scss */
      .summer .floating-feature__float2 {
        width: 404px;
        height: 307px; } }

/* line 1020, sass/public/_floating-feature.scss */
.floating-feature__float3 {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none; }
  /* line 1026, sass/public/_floating-feature.scss */
  .homepage .floating-feature__float3 {
    background: url("/Images/public/float3-homepage.png") no-repeat;
    width: 194.8px;
    height: 259.2px;
    background-size: cover;
    right: 4%;
    bottom: 40px; }
    @media only screen and (min-width: 760px) {
      /* line 1026, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float3 {
        width: 340.9px;
        height: 453.6px; } }
    @media only screen and (min-width: 1175px) {
      /* line 1026, sass/public/_floating-feature.scss */
      .homepage .floating-feature__float3 {
        width: 487px;
        height: 648px; } }
  /* line 1042, sass/public/_floating-feature.scss */
  .guys .floating-feature__float3 {
    background: url("/Images/inspiration/float3-guys.png") no-repeat;
    background-size: cover;
    right: 2%;
    bottom: 100px;
    width: 126px;
    height: 249.6px; }
    @media only screen and (min-width: 480px) {
      /* line 1042, sass/public/_floating-feature.scss */
      .guys .floating-feature__float3 {
        right: 10%;
        bottom: 100px;
        width: 157.5px;
        height: 312px; } }
    @media only screen and (min-width: 760px) {
      /* line 1042, sass/public/_floating-feature.scss */
      .guys .floating-feature__float3 {
        right: 10%;
        width: 220.5px;
        height: 436.8px;
        bottom: 0; } }
    @media only screen and (min-width: 1023px) {
      /* line 1042, sass/public/_floating-feature.scss */
      .guys .floating-feature__float3 {
        right: 10%;
        width: 315px;
        height: 624px;
        bottom: 0; } }
    @media only screen and (min-width: 1374px) {
      /* line 1042, sass/public/_floating-feature.scss */
      .guys .floating-feature__float3 {
        right: 275px;
        width: 315px;
        height: 624px;
        bottom: 0; } }

/* line 1080, sass/public/_floating-feature.scss */
.floating-feature__float4 {
  position: absolute;
  display: block;
  z-index: 2;
  pointer-events: none; }
  /* line 1081, sass/public/_floating-feature.scss */
  .homepage .floating-feature__float4 {
    /*@media only screen and (min-width: $mq-tablet-landscape) {
        background: url('/Images/public/goggles-01.png') no-repeat;
        width: (131px * .7);
        height: (79px * .7);
        background-size: cover;
        left: 17%;
        bottom: 32px;
    }*/ }

/* line 1, sass/public/_compass-feature.scss */
.compass-feature {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  /* line 7, sass/public/_compass-feature.scss */
  .homepage .compass-feature {
    margin-bottom: 3em; }

/* line 13, sass/public/_compass-feature.scss */
.compass-feature__img {
  display: block;
  position: relative;
  min-height: 200px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 21, sass/public/_compass-feature.scss */
  .homepage .compass-feature__img {
    background: url("/Images/inspiration/compass-homepage-052018.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-homepage-052018.jpg', sizingMethod='scale')"; }
  /* line 30, sass/public/_compass-feature.scss */
  .campaign .compass-feature__img {
    background: url("/Images/inspiration/compass-campaign.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-campaign.jpg', sizingMethod='scale')"; }
  /* line 38, sass/public/_compass-feature.scss */
  .wonder .compass-feature__img {
    background: url("/Images/inspiration/compass-wonder.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-wonder.jpg', sizingMethod='scale')"; }
  /* line 46, sass/public/_compass-feature.scss */
  .family .compass-feature__img {
    background: url("/Images/inspiration/compass-family.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-family.jpg', sizingMethod='scale')"; }
  /* line 54, sass/public/_compass-feature.scss */
  .gem .compass-feature__img {
    background: url("/Images/inspiration/compass-gem.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-gem.jpg', sizingMethod='scale')"; }
  /* line 62, sass/public/_compass-feature.scss */
  .girlfriend .compass-feature__img {
    background: url("/Images/inspiration/compass-girlfriend.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-girlfriend.jpg', sizingMethod='scale')"; }
  /* line 69, sass/public/_compass-feature.scss */
  .city .compass-feature__img {
    background: url("/Images/inspiration/compass-city.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-city.jpg', sizingMethod='scale')"; }
  /* line 76, sass/public/_compass-feature.scss */
  .fall-getaways .compass-feature__img {
    background: url("/Images/inspiration/compass-fall.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-fall.jpg', sizingMethod='scale')"; }
  /* line 84, sass/public/_compass-feature.scss */
  .guys .compass-feature__img {
    background: url("/Images/inspiration/compass-guys.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-guys.jpg', sizingMethod='scale')"; }
  /* line 91, sass/public/_compass-feature.scss */
  .romantic-getaways .compass-feature__img {
    background: url("/Images/inspiration/compass-romantic.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-romantic.jpg', sizingMethod='scale')"; }
  /* line 98, sass/public/_compass-feature.scss */
  .winter .compass-feature__img {
    background: url("/Images/inspiration/compass-winter.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-winter.jpg', sizingMethod='scale')"; }
  /* line 105, sass/public/_compass-feature.scss */
  .music .compass-feature__img {
    background: url("/Images/inspiration/compass-music.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-music.jpg', sizingMethod='scale')"; }
  /* line 112, sass/public/_compass-feature.scss */
  .pet .compass-feature__img {
    background: url("/Images/inspiration/compass-pet.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-pet.jpg', sizingMethod='scale')"; }
  /* line 119, sass/public/_compass-feature.scss */
  .spring .compass-feature__img {
    background: url("/Images/inspiration/compass-spring.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-spring.jpg', sizingMethod='scale')"; }
  /* line 126, sass/public/_compass-feature.scss */
  .summer .compass-feature__img {
    background: url("/Images/inspiration/compass-summer.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-summer.jpg', sizingMethod='scale')"; }
  /* line 133, sass/public/_compass-feature.scss */
  .flw .compass-feature__img {
    background: url("/Images/inspiration/compass-flw.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/inspiration/compass-flw.jpg', sizingMethod='scale')"; }

/* line 143, sass/public/_compass-feature.scss */
.compass-feature__info {
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 30px;
  background: url("/Images/inspiration/texture_topography.jpg") no-repeat;
  background-size: 100% 100%; }
  /* line 155, sass/public/_compass-feature.scss */
  .homepage .compass-feature__info {
    background: url("/Images/public/homepage-compass-bg.png") repeat; }
    /* line 157, sass/public/_compass-feature.scss */
    .homepage .compass-feature__info .truncatedStory:first-child {
      padding-right: 30px; }
      /* line 160, sass/public/_compass-feature.scss */
      .homepage .compass-feature__info .truncatedStory:first-child p {
        font-size: 1.7em; }
        /* line 162, sass/public/_compass-feature.scss */
        .homepage .compass-feature__info .truncatedStory:first-child p a:link, .homepage .compass-feature__info .truncatedStory:first-child p a:visited {
          color: #fff; }
        /* line 165, sass/public/_compass-feature.scss */
        .homepage .compass-feature__info .truncatedStory:first-child p a:hover, .homepage .compass-feature__info .truncatedStory:first-child p a:active {
          color: #fff; }
      @media only screen and (min-width: 480px) {
        /* line 157, sass/public/_compass-feature.scss */
        .homepage .compass-feature__info .truncatedStory:first-child {
          padding-right: 100px; } }
    /* line 173, sass/public/_compass-feature.scss */
    .homepage .compass-feature__info .compass-feature__copy .truncatedStory p {
      font-size: 1em;
      margin: 1em auto;
      font-family: "Helvetica", sans-serif;
      font-weight: normal; }
    /* line 180, sass/public/_compass-feature.scss */
    .homepage .compass-feature__info .truncatedStory p {
      color: #fff; }
    /* line 183, sass/public/_compass-feature.scss */
    .homepage .compass-feature__info .truncatedStory ul {
      color: #fff; }
      /* line 186, sass/public/_compass-feature.scss */
      .homepage .compass-feature__info .truncatedStory ul li a:link, .homepage .compass-feature__info .truncatedStory ul li a:visited {
        color: #fff; }
      /* line 189, sass/public/_compass-feature.scss */
      .homepage .compass-feature__info .truncatedStory ul li a:hover, .homepage .compass-feature__info .truncatedStory ul li a:active {
        color: #fff; }
  /* line 197, sass/public/_compass-feature.scss */
  .compass-feature__info .truncatedStory:first-child {
    margin: 0 0 15px;
    padding: 0; }
    /* line 202, sass/public/_compass-feature.scss */
    .compass-feature__info .truncatedStory:first-child p {
      margin: 0;
      display: block;
      font-size: 2em;
      line-height: 1.25em;
      font-weight: 900;
      letter-spacing: 0; }
      /* line 210, sass/public/_compass-feature.scss */
      .compass-feature__info .truncatedStory:first-child p a:link, .compass-feature__info .truncatedStory:first-child p a:visited {
        color: #5a5a5a;
        text-decoration: none;
        border-bottom: 0; }
      /* line 216, sass/public/_compass-feature.scss */
      .compass-feature__info .truncatedStory:first-child p a:hover, .compass-feature__info .truncatedStory:first-child p a:active {
        color: #5a5a5a;
        text-decoration: underline; }
  /* line 225, sass/public/_compass-feature.scss */
  .compass-feature__info .truncatedStory {
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0; }
    /* line 232, sass/public/_compass-feature.scss */
    .compass-feature__info .truncatedStory p {
      margin: 0;
      font-size: 1.1em;
      line-height: 1.25em;
      font-weight: 200;
      letter-spacing: 0;
      color: #068382; }
    /* line 242, sass/public/_compass-feature.scss */
    .compass-feature__info .truncatedStory ul {
      color: #068382;
      margin: 0 0 10px 0;
      padding: 0; }
      /* line 248, sass/public/_compass-feature.scss */
      .compass-feature__info .truncatedStory ul li {
        list-style: none;
        font-size: 1.1em;
        line-height: 1.25em;
        font-weight: 200;
        letter-spacing: 0;
        margin: 0 0 7px 0;
        padding: 0;
        text-decoration: none; }
        /* line 260, sass/public/_compass-feature.scss */
        .compass-feature__info .truncatedStory ul li a:link, .compass-feature__info .truncatedStory ul li a:visited {
          color: #068382;
          text-decoration: none;
          border-bottom: 0; }
        /* line 266, sass/public/_compass-feature.scss */
        .compass-feature__info .truncatedStory ul li a:hover, .compass-feature__info .truncatedStory ul li a:active {
          text-decoration: underline; }
  @media only screen and (min-width: 760px) {
    /* line 143, sass/public/_compass-feature.scss */
    .compass-feature__info {
      margin: 50px 0 50px;
      position: absolute;
      top: 0px;
      right: 50px;
      border-bottom: 0px solid gray;
      max-width: 400px;
      min-width: 300px; } }

/* line 291, sass/public/_compass-feature.scss */
.compass-feature__info__icon {
  display: block;
  position: relative;
  width: 55px;
  height: 47px;
  margin: 0 0 0 20px;
  padding: 0;
  float: right;
  background: url("/Images/inspiration/icon_compass.png") no-repeat;
  background-size: 100% 100%; }
  /* line 303, sass/public/_compass-feature.scss */
  .homepage .compass-feature__info__icon {
    background: url("/images/public/icons/icon-play.svg") no-repeat;
    width: 55px;
    height: 55px;
    background-size: cover;
    margin: 10px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
        /*display: none;

        @media only screen and (min-width: $mq-mobile-landscape) {
            display: block;
        }*/ }
    @media only screen and (min-width: 480px) {
      /* line 303, sass/public/_compass-feature.scss */
      .homepage .compass-feature__info__icon {
        width: 95px;
        height: 95px; } }
  @media only screen and (min-width: 760px) {
    /* line 291, sass/public/_compass-feature.scss */
    .compass-feature__info__icon {
      width: 110px;
      height: 95px; } }

/* line 1, sass/public/_media-scroller.scss */
.media-scroller-container {
  display: block;
  margin: 50px auto 50px;
  padding: 0;
  width: 95%; }
  @media only screen and (min-width: 760px) {
    /* line 1, sass/public/_media-scroller.scss */
    .media-scroller-container {
      width: 85%;
      margin: 50px auto 100px; } }

/* line 13, sass/public/_media-scroller.scss */
.media-scroller-header .truncatedStory h2 {
  text-align: center;
  color: #5a5a5a;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    /* line 13, sass/public/_media-scroller.scss */
    .media-scroller-header .truncatedStory h2 {
      font-size: 3em; } }
/* line 24, sass/public/_media-scroller.scss */
.media-scroller-header .truncatedStory {
  margin: 0;
  padding: 0; }

/* line 30, sass/public/_media-scroller.scss */
.media-scroller {
  margin: 0;
  padding: 0 50px;
  display: block;
  position: relative; }

/* line 38, sass/public/_media-scroller.scss */
.media-scroller__pagination {
  margin: 0 auto 10px;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 100;
  color: #ccc; }

/* line 52, sass/public/_media-scroller.scss */
.Media-Scroller_Items {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto; }

/* line 60, sass/public/_media-scroller.scss */
.Media-Scroller_Item {
  padding: 0;
  display: block;
  position: relative;
  background: #ccc;
  height: auto;
  cursor: pointer;
  width: 100%;
  margin: 0 auto 6%;
  float: none;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 74, sass/public/_media-scroller.scss */
  .Media-Scroller_Item img {
    width: 100%;
    display: block; }
  @media only screen and (min-width: 768px) {
    /* line 60, sass/public/_media-scroller.scss */
    .Media-Scroller_Item {
      float: left;
      width: 31.3%;
      margin: 0px 1% 2%; } }
  /* line 94, sass/public/_media-scroller.scss */
  .media-scroller--no-links .Media-Scroller_Item {
    cursor: default; }

/* line 100, sass/public/_media-scroller.scss */
.Media-Scroller_Item_Caption {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  bottom: 0px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0;
  pointer-events: none; }
  /* line 112, sass/public/_media-scroller.scss */
  .mobile .Media-Scroller_Item_Caption {
    display: block;
    opacity: 1; }
  /* line 116, sass/public/_media-scroller.scss */
  .notmobile .Media-Scroller_Item_Caption {
    display: none;
    opacity: 0; }
  /* line 121, sass/public/_media-scroller.scss */
  .Media-Scroller_Item_Caption p {
    margin: 0;
    padding: 5px 10px;
    color: white;
    display: block;
    position: relative;
    font-size: .8em;
    font-weight: 100; }
    /* line 130, sass/public/_media-scroller.scss */
    .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
      display: inline-block;
      color: #d77423;
      margin: 0; }
      /* line 135, sass/public/_media-scroller.scss */
      .media-scroller--expandable .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
        display: block;
        margin-top: 0px; }
        @media only screen and (min-width: 480px) {
          /* line 135, sass/public/_media-scroller.scss */
          .media-scroller--expandable .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
            margin-top: 20px; } }
        @media only screen and (min-width: 760px) {
          /* line 135, sass/public/_media-scroller.scss */
          .media-scroller--expandable .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
            margin-top: 0px; } }
        @media only screen and (min-width: 1382px) {
          /* line 135, sass/public/_media-scroller.scss */
          .media-scroller--expandable .Media-Scroller_Item_Caption p .Media-Scroller_Item_Caption_readMore {
            margin-top: 20px; } }
    @media only screen and (min-width: 480px) {
      /* line 121, sass/public/_media-scroller.scss */
      .Media-Scroller_Item_Caption p {
        padding: 10px 20px;
        font-size: 1em; } }
    @media only screen and (min-width: 760px) {
      /* line 121, sass/public/_media-scroller.scss */
      .Media-Scroller_Item_Caption p {
        font-size: .8em;
        padding: 5px 10px; } }
    @media only screen and (min-width: 1382px) {
      /* line 121, sass/public/_media-scroller.scss */
      .Media-Scroller_Item_Caption p {
        font-size: 1em;
        padding: 10px 20px; } }
  /* line 165, sass/public/_media-scroller.scss */
  .media-scroller--expandable .Media-Scroller_Item_Caption {
    box-sizing: border-box;
    height: 100%;
    padding: 15px 10px;
    visibility: hidden; }
    @media only screen and (min-width: 480px) {
      /* line 165, sass/public/_media-scroller.scss */
      .media-scroller--expandable .Media-Scroller_Item_Caption {
        padding: 20% 5%; } }
    @media only screen and (min-width: 760px) {
      /* line 165, sass/public/_media-scroller.scss */
      .media-scroller--expandable .Media-Scroller_Item_Caption {
        padding: 15px 10px; } }
    @media only screen and (min-width: 1382px) {
      /* line 165, sass/public/_media-scroller.scss */
      .media-scroller--expandable .Media-Scroller_Item_Caption {
        padding: 20% 5%; } }
  /* line 180, sass/public/_media-scroller.scss */
  .desktop .media-scroller--expandable .Media-Scroller_Item:hover .Media-Scroller_Item_Caption {
    visibility: visible; }

/* line 186, sass/public/_media-scroller.scss */
.Media-Scroller_Next-Button {
  margin: -22px 0px 0px;
  padding: 0;
  display: block;
  background: url("/Images/inspiration/arrow_right.png") no-repeat;
  background-size: 100%;
  width: 38px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 46%;
  cursor: pointer;
  border: none; }
  /* line 200, sass/public/_media-scroller.scss */
  .Media-Scroller_Next-Button:focus {
    outline: none;
    border: 1px dashed #999;
    border-radius: 25%; }

/* line 207, sass/public/_media-scroller.scss */
.Media-Scroller_Previous-Button {
  margin: -22px 0px 0px;
  padding: 0;
  display: block;
  background: url("/Images/inspiration/arrow_left.png") no-repeat;
  background-size: 100%;
  width: 38px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 46%;
  cursor: pointer;
  z-index: 2;
  border: none; }
  /* line 222, sass/public/_media-scroller.scss */
  .Media-Scroller_Previous-Button:focus {
    outline: none;
    border: 1px dashed #999;
    border-radius: 25%; }

/* line 230, sass/public/_media-scroller.scss */
.media-scroller--expandable .media-scroller__title {
  font-weight: bold; }

/* line 2, sass/public/_video-container.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  /* line 6, sass/public/_video-container.scss */
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 2%;
    width: 95%;
    height: 95%; }

/* line 21, sass/public/_video-container.scss */
.video-row span {
  width: 100%; }
  /* line 23, sass/public/_video-container.scss */
  .video-row span .limelight-player-footprint {
    width: 100% !important; }
  @media screen and (min-width: 760px) {
    /* line 21, sass/public/_video-container.scss */
    .video-row span {
      width: 48%;
      float: right; }
      /* line 29, sass/public/_video-container.scss */
      .video-row span:first-child {
        float: left; } }
  /* line 33, sass/public/_video-container.scss */
  .video-row span object, .video-row span video {
    width: 100%; }
  /* line 36, sass/public/_video-container.scss */
  .video-row span iframe {
    max-width: 100%; }

/* line 43, sass/public/_video-container.scss */
.single-youtube__video .youtube__container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  /* line 48, sass/public/_video-container.scss */
  .single-youtube__video .youtube__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 1, sass/public/_marquee.scss */
.marquee {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: white;
  overflow: hidden; }

/* line 12, sass/public/_marquee.scss */
.marquee__headline {
  display: block;
  z-index: 3;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 22, sass/public/_marquee.scss */
  .marquee__headline .truncatedStory {
    margin: 0;
    padding: 0; }
  /* line 27, sass/public/_marquee.scss */
  .marquee__headline p, .marquee__headline h1 {
    margin: 0; }
  /* line 32, sass/public/_marquee.scss */
  .marquee__headline .marquee__heading-container {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-max-content;
    margin: auto; }
  /* line 40, sass/public/_marquee.scss */
  .text-big .marquee__headline {
    text-align: center;
    top: 30%; }
    @media only screen and (min-width: 760px) {
      /* line 40, sass/public/_marquee.scss */
      .text-big .marquee__headline {
        top: 14%; } }
  /* line 54, sass/public/_marquee.scss */
  .text-small .marquee__headline {
    text-align: left;
    top: 15px; }
    @media only screen and (min-width: 480px) {
      /* line 54, sass/public/_marquee.scss */
      .text-small .marquee__headline {
        top: 25px; } }
  /* line 64, sass/public/_marquee.scss */
  .text-big .marquee__headline.align__center-left {
    text-align: left; }

/* line 72, sass/public/_marquee.scss */
.marquee__headline--default {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95); }

@media only screen and (max-width: 1023px) {
  /* line 78, sass/public/_marquee.scss */
  .marquee__headline--mobile-block {
    background-color: #f3f3f3;
    position: static !important; } }

/* line 86, sass/public/_marquee.scss */
.text-big .marquee__headline--bottom {
  top: auto;
  bottom: 10px; }
  @media only screen and (min-width: 760px) {
    /* line 86, sass/public/_marquee.scss */
    .text-big .marquee__headline--bottom {
      bottom: 20px; } }

/* line 96, sass/public/_marquee.scss */
.text-big .marquee__headline--mid-bottom {
  top: auto;
  bottom: 20px; }
  @media only screen and (min-width: 1382px) {
    /* line 96, sass/public/_marquee.scss */
    .text-big .marquee__headline--mid-bottom {
      bottom: 100px; } }

/* line 107, sass/public/_marquee.scss */
.text-big .marquee__headline--compressed.marquee__headline--bottom .marquee__cta-btns {
  margin: 20px auto 10px; }
  @media only screen and (min-width: 760px) {
    /* line 107, sass/public/_marquee.scss */
    .text-big .marquee__headline--compressed.marquee__headline--bottom .marquee__cta-btns {
      margin: 10px auto; } }
/* line 115, sass/public/_marquee.scss */
.text-big .marquee__headline--compressed.marquee__headline--bottom .marquee__skip {
  margin: 20px auto; }
  @media only screen and (min-width: 480px) {
    /* line 115, sass/public/_marquee.scss */
    .text-big .marquee__headline--compressed.marquee__headline--bottom .marquee__skip {
      margin: 40px auto; } }
  @media only screen and (min-width: 760px) {
    /* line 115, sass/public/_marquee.scss */
    .text-big .marquee__headline--compressed.marquee__headline--bottom .marquee__skip {
      margin: 10px auto; } }
/* line 131, sass/public/_marquee.scss */
.text-big .marquee__headline--compressed .marquee__heading--image {
  /*         @media only screen and (min-width: $mq-tablet-portrait) {
              width: 50%;
          } */
  width: auto; }

/* line 142, sass/public/_marquee.scss */
.marquee__heading {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0;
  cursor: default;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 154, sass/public/_marquee.scss */
  .text-big .marquee__heading {
    margin: 0 20px; }
    @media only screen and (min-width: 600px) {
      /* line 154, sass/public/_marquee.scss */
      .text-big .marquee__heading {
        margin: 0 50px; } }
    /* line 159, sass/public/_marquee.scss */
    .text-big .marquee__heading h1, .text-big .marquee__heading p {
      font-size: 2.25em;
      line-height: normal;
      /*@media only screen and (min-width: $mq-mobile-landscape) {
      	font-size: 2.25em;
      	margin: 0 50px;
      }*/ }
      @media only screen and (min-width: 600px) {
        /* line 159, sass/public/_marquee.scss */
        .text-big .marquee__heading h1, .text-big .marquee__heading p {
          font-size: 2.75em; } }
      @media only screen and (min-width: 760px) {
        /* line 159, sass/public/_marquee.scss */
        .text-big .marquee__heading h1, .text-big .marquee__heading p {
          font-size: 3.75em; } }
      @media only screen and (min-width: 1023px) {
        /* line 159, sass/public/_marquee.scss */
        .text-big .marquee__heading h1, .text-big .marquee__heading p {
          font-size: 4.75em; } }
    /* line 182, sass/public/_marquee.scss */
    .text-big .marquee__heading.marquee__heading--long h1, .text-big .marquee__heading.marquee__heading--long p {
      font-size: 1.4em; }
      @media only screen and (min-width: 1023px) {
        /* line 182, sass/public/_marquee.scss */
        .text-big .marquee__heading.marquee__heading--long h1, .text-big .marquee__heading.marquee__heading--long p {
          font-size: 4em; } }
    /* line 190, sass/public/_marquee.scss */
    .text-big .marquee__heading.marquee__heading--flush {
      margin-left: 0;
      margin-right: 0; }
  /* line 197, sass/public/_marquee.scss */
  .text-small .marquee__heading {
    margin: 0 20px;
    line-height: 1.25em; }
    @media only screen and (min-width: 480px) {
      /* line 197, sass/public/_marquee.scss */
      .text-small .marquee__heading {
        margin: 0 30px; } }
    /* line 204, sass/public/_marquee.scss */
    .text-small .marquee__heading h1, .text-small .marquee__heading p {
      font-size: 1em;
      text-align: left; }
      @media only screen and (min-width: 480px) {
        /* line 204, sass/public/_marquee.scss */
        .text-small .marquee__heading h1, .text-small .marquee__heading p {
          font-size: 1em; } }

/* line 217, sass/public/_marquee.scss */
.marquee___headline--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* line 225, sass/public/_marquee.scss */
.marquee__heading--image {
  max-width: 100%;
  display: inline; }
  /* line 228, sass/public/_marquee.scss */
  .text-big .marquee__heading--image {
    width: auto; }
    @media only screen and (min-width: 760px) {
      /* line 228, sass/public/_marquee.scss */
      .text-big .marquee__heading--image {
        width: auto; } }
  /* line 235, sass/public/_marquee.scss */
  .text-small .marquee__heading--image {
    width: 25%; }
    @media only screen and (min-width: 760px) {
      /* line 235, sass/public/_marquee.scss */
      .text-small .marquee__heading--image {
        width: 30%; } }
    @media only screen and (min-width: 1382px) {
      /* line 235, sass/public/_marquee.scss */
      .text-small .marquee__heading--image {
        width: 35%; } }

/* line 247, sass/public/_marquee.scss */
.marquee__subheading {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.25em;
  cursor: default;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 255, sass/public/_marquee.scss */
  .text-big .marquee__subheading {
    font-size: 1em;
    margin: 0 20px;
    /*@media only screen and (min-width: $mq-mobile-landscape) {
    	font-size: 1em;
    	margin: 0 50px;
    }*/ }
    @media only screen and (min-width: 760px) {
      /* line 255, sass/public/_marquee.scss */
      .text-big .marquee__subheading {
        font-size: 1.1em;
        margin: 0 50px; } }
    @media only screen and (min-width: 1023px) {
      /* line 255, sass/public/_marquee.scss */
      .text-big .marquee__subheading {
        font-size: 1.5em; } }
  /* line 275, sass/public/_marquee.scss */
  .text-small .marquee__subheading {
    margin: 3px 20px 0;
    font-size: .8em;
    line-height: 1.25em; }
    @media only screen and (min-width: 480px) {
      /* line 275, sass/public/_marquee.scss */
      .text-small .marquee__subheading {
        margin: 5px 30px 0;
        font-size: .8em; } }

/* line 290, sass/public/_marquee.scss */
.marquee__image {
  display: block;
  z-index: 1;
  position: relative;
  top: 0;
  width: 100%;
  left: -25%; }
  @media only screen and (min-width: 760px) {
    /* line 290, sass/public/_marquee.scss */
    .marquee__image {
      left: auto; } }
  /* line 302, sass/public/_marquee.scss */
  .marquee__image img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    width: 150%; }
    @media only screen and (min-width: 760px) {
      /* line 302, sass/public/_marquee.scss */
      .marquee__image img {
        width: 100%; } }
  /* line 312, sass/public/_marquee.scss */
  .marquee__image.marquee__image--left {
    left: 0%; }
  /* line 316, sass/public/_marquee.scss */
  .marquee__image.marquee__image--right {
    left: -50%; }
    @media only screen and (min-width: 760px) {
      /* line 316, sass/public/_marquee.scss */
      .marquee__image.marquee__image--right {
        left: auto; } }
  /* line 323, sass/public/_marquee.scss */
  .marquee__image.marquee__image--zoomed {
    left: -70%; }
    @media only screen and (min-width: 760px) {
      /* line 323, sass/public/_marquee.scss */
      .marquee__image.marquee__image--zoomed {
        left: auto; } }
    /* line 328, sass/public/_marquee.scss */
    .marquee__image.marquee__image--zoomed img {
      width: 200%; }
      @media only screen and (min-width: 760px) {
        /* line 328, sass/public/_marquee.scss */
        .marquee__image.marquee__image--zoomed img {
          width: 100%; } }
  /* line 336, sass/public/_marquee.scss */
  .desktop .marquee__image {
    position: absolute; }
  /* line 340, sass/public/_marquee.scss */
  .novideo .marquee__image {
    top: 0;
    margin: 0;
    position: relative; }
  /* line 347, sass/public/_marquee.scss */
  .marquee__image.nozoom {
    left: 0; }
    /* line 350, sass/public/_marquee.scss */
    .marquee__image.nozoom img {
      width: 100%; }

/* line 355, sass/public/_marquee.scss */
.marquee__image-container {
  position: static;
  top: 0;
  overflow: hidden;
  width: 100%;
  /*.desktop & {
  	position: absolute;
  }
  .desktop .novideo & {
  	position: static;
  }*/ }

/*.marquee__image--zoomed {
	position: relative; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 400px;
	overflow: hidden;
	clear: both;
	
	@media only screen and (max-width: $mq-mobile-portrait) {
		height: 425px;
	}
	@media only screen and (min-width: $mq-mobile-landscape) {
		height: 425px;
	}

	@media only screen and (min-width: $mq-tablet-landscape) {
		height: 600px;
	}

	@media only screen and (min-width: $mq-desktop) {
		height: 782px;
	}
	.desktop & {
		height: 0;
		padding-bottom: 56.25%;
		padding-top: 25px;
	}
	.desktop .novideo & {
		padding-top: 0;
	}
	img {

		// width: 100%;
		position: absolute; 
		top: 0; 
		left: 0; 
		right: 0; 
		bottom: 0; 
		margin: 0 auto; 
		min-width: 50%;
		min-height: 50%;
		overflow-x: hidden;
		clear: both;
		width: auto;
	}
}*/
/* line 416, sass/public/_marquee.scss */
.marquee__video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }
  /* line 424, sass/public/_marquee.scss */
  .desktop .marquee__video {
    position: relative;
    z-index: 2;
    width: auto;
    height: auto; }
  /* line 431, sass/public/_marquee.scss */
  .marquee__video .buttonBar {
    display: none; }

/* line 437, sass/public/_marquee.scss */
.marquee__play-container {
  text-align: center; }
  /* line 441, sass/public/_marquee.scss */
  .marquee__play-container.overlay {
    position: absolute;
    top: 15%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    padding: 20px; }
    @media only screen and (min-width: 1023px) {
      /* line 441, sass/public/_marquee.scss */
      .marquee__play-container.overlay {
        display: none; } }

/* line 458, sass/public/_marquee.scss */
.marquee__play {
  display: inline-block;
  opacity: 0;
  position: relative;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: url("/Images/inspiration/main_play.png") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 33px;
  height: 33px; }
  @media only screen and (min-width: 480px) {
    /* line 458, sass/public/_marquee.scss */
    .marquee__play {
      margin: 20px 0 0;
      width: 66px;
      height: 66px; } }
  /* line 480, sass/public/_marquee.scss */
  .text-big .marquee__play {
    margin: 10px 0 0; }
  /* line 484, sass/public/_marquee.scss */
  .text-small .marquee__play {
    margin: 10px 20px 0; }
  /* line 487, sass/public/_marquee.scss */
  .marquee__play.marquee__play--top {
    display: block;
    margin: 0 auto 20px; }
    @media only screen and (min-width: 1023px) and (min-height: 700px) {
      /* line 487, sass/public/_marquee.scss */
      .marquee__play.marquee__play--top {
        margin: 0 auto 180px; } }

/* line 497, sass/public/_marquee.scss */
.marquee__controls {
  display: none;
  position: absolute;
  z-index: 81;
  padding: 10px;
  left: 10px;
  top: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1023px) {
    /* line 497, sass/public/_marquee.scss */
    .marquee__controls {
      left: 15px;
      bottom: 10px;
      top: unset; } }

/* line 517, sass/public/_marquee.scss */
.marquee__control {
  display: block;
  position: relative;
  float: left;
  margin: 0 5px 0 5px;
  cursor: pointer; }
  @media only screen and (min-width: 480px) {
    /* line 517, sass/public/_marquee.scss */
    .marquee__control {
      margin: 0 10px 0 10px; } }

/* line 531, sass/public/_marquee.scss */
.marquee__control--pause.pause {
  background: url("/Images/inspiration/pause.png") no-repeat;
  background-size: 100%;
  width: 6.6px;
  height: 10.2px; }
  @media only screen and (min-width: 480px) {
    /* line 531, sass/public/_marquee.scss */
    .marquee__control--pause.pause {
      width: 11px;
      height: 17px; } }
/* line 543, sass/public/_marquee.scss */
.marquee__control--pause.play {
  background: url("/Images/inspiration/small_play.png") no-repeat;
  background-size: 100%;
  width: 8.4px;
  height: 11.4px; }
  @media only screen and (min-width: 480px) {
    /* line 543, sass/public/_marquee.scss */
    .marquee__control--pause.play {
      width: 14px;
      height: 19px; } }

/* line 558, sass/public/_marquee.scss */
.marquee__control--mute.mute {
  background: url("/Images/inspiration/sound_on.png") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px; }
  @media only screen and (min-width: 480px) {
    /* line 558, sass/public/_marquee.scss */
    .marquee__control--mute.mute {
      width: 20px;
      height: 20px; } }
/* line 570, sass/public/_marquee.scss */
.marquee__control--mute.unmute {
  background: url("/Images/inspiration/mute.png") no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px; }
  @media only screen and (min-width: 480px) {
    /* line 570, sass/public/_marquee.scss */
    .marquee__control--mute.unmute {
      width: 20px;
      height: 20px; } }

/* line 583, sass/public/_marquee.scss */
.marquee__control--replay {
  background: url("/Images/inspiration/replay.png") no-repeat;
  background-size: 100%;
  width: 17.4px;
  height: 14.4px; }
  @media only screen and (min-width: 480px) {
    /* line 583, sass/public/_marquee.scss */
    .marquee__control--replay {
      width: 29px;
      height: 24px; } }

/* line 595, sass/public/_marquee.scss */
.marquee__skip {
  display: block;
  width: 27px;
  margin: 10px auto;
  z-index: 2; }
  @media only screen and (min-width: 480px) {
    /* line 595, sass/public/_marquee.scss */
    .marquee__skip {
      margin: 40px auto; } }
  @media only screen and (min-width: 1023px) {
    /* line 595, sass/public/_marquee.scss */
    .marquee__skip {
      bottom: 60px; } }

/* line 609, sass/public/_marquee.scss */
.marquee__action {
  position: relative;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media only screen and (min-width: 1023px) {
    /* line 609, sass/public/_marquee.scss */
    .marquee__action {
      margin: 40px 0;
      padding-left: 0;
      padding-right: 0; } }
  /* line 620, sass/public/_marquee.scss */
  .marquee__action p {
    padding: 0;
    margin: 0 !important; }

/* line 626, sass/public/_marquee.scss */
.color-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  z-index: 999; }
  /* line 634, sass/public/_marquee.scss */
  .color-bar--yellow {
    background-color: #FACD10; }

/*** THIS IS LEGACY CODE ***
**** Eventually, this code should be retired. 
**** Avoid referencing it in new places.
**** Remove it if it is no longer referenced anywhere.
***/
/* Press Release Specific Styles */
/* line 12, sass/public/_blog.scss */
.pressReleases h1,
.blog h1 {
  line-height: 1;
  margin-bottom: 0; }
@media screen and (min-width: 760px) {
  /* line 16, sass/public/_blog.scss */
  .pressReleases .callOuts,
  .blog .callOuts {
    margin-top: 4em; } }
/* line 21, sass/public/_blog.scss */
.pressReleases .postDate,
.blog .postDate {
  color: #5a5a5a;
  margin: 0; }
/* line 25, sass/public/_blog.scss */
.pressReleases .attachedDocs,
.blog .attachedDocs {
  list-style-type: none;
  padding: 0; }
  /* line 28, sass/public/_blog.scss */
  .pressReleases .attachedDocs li,
  .blog .attachedDocs li {
    float: left;
    font-size: .9em;
    margin: 5px 0;
    width: 49%; }
    /* line 33, sass/public/_blog.scss */
    .pressReleases .attachedDocs li:nth-child(odd),
    .blog .attachedDocs li:nth-child(odd) {
      clear: left; }
/* line 38, sass/public/_blog.scss */
.pressReleases .placeSummary,
.blog .placeSummary {
  margin-top: 1em;
  margin-bottom: 1em; }
  /* line 41, sass/public/_blog.scss */
  .pressReleases .placeSummary h2,
  .blog .placeSummary h2 {
    font-family: "Helvetica", "Arial", "sans-serif";
    font-weight: bold;
    font-size: 1.3em; }
  /* line 46, sass/public/_blog.scss */
  .pressReleases .placeSummary h2, .pressReleases .placeSummary h3, .pressReleases .placeSummary .postDate,
  .pressReleases .placeSummary .authorInfo,
  .pressReleases .placeSummary .relatedList,
  .blog .placeSummary h2,
  .blog .placeSummary h3,
  .blog .placeSummary .postDate,
  .blog .placeSummary .authorInfo,
  .blog .placeSummary .relatedList {
    margin: 10px 7%; }
  /* line 52, sass/public/_blog.scss */
  .pressReleases .placeSummary .authorInfo h3,
  .blog .placeSummary .authorInfo h3 {
    line-height: 1;
    margin: 0 0 0 24.93023255813953%; }
  /* line 56, sass/public/_blog.scss */
  .pressReleases .placeSummary .authorInfo img,
  .blog .placeSummary .authorInfo img {
    float: left;
    width: 20.93023255813953%; }
  /* line 57, sass/public/_blog.scss */
  .pressReleases .placeSummary .authorInfo span, .pressReleases .placeSummary .authorInfo a,
  .blog .placeSummary .authorInfo span,
  .blog .placeSummary .authorInfo a {
    display: block;
    font-size: .85em;
    margin: 0 0 0 24.93023255813953%; }
  /* line 62, sass/public/_blog.scss */
  .pressReleases .placeSummary .authorInfo span,
  .blog .placeSummary .authorInfo span {
    color: #5a5a5a; }
  /* line 65, sass/public/_blog.scss */
  .pressReleases .placeSummary .authorInfo.authorInfo--press-release,
  .blog .placeSummary .authorInfo.authorInfo--press-release {
    margin: 10px 0; }
    /* line 67, sass/public/_blog.scss */
    .pressReleases .placeSummary .authorInfo.authorInfo--press-release h3, .pressReleases .placeSummary .authorInfo.authorInfo--press-release span, .pressReleases .placeSummary .authorInfo.authorInfo--press-release a,
    .blog .placeSummary .authorInfo.authorInfo--press-release h3,
    .blog .placeSummary .authorInfo.authorInfo--press-release span,
    .blog .placeSummary .authorInfo.authorInfo--press-release a {
      margin-left: 28%; }
    /* line 70, sass/public/_blog.scss */
    .pressReleases .placeSummary .authorInfo.authorInfo--press-release img,
    .blog .placeSummary .authorInfo.authorInfo--press-release img {
      width: 25%; }
  @media screen and (max-width: 480px) {
    /* line 76, sass/public/_blog.scss */
    .pressReleases .placeSummary .details h3,
    .blog .placeSummary .details h3 {
      clear: both; } }
  /* line 81, sass/public/_blog.scss */
  .pressReleases .placeSummary .relatedList,
  .blog .placeSummary .relatedList {
    list-style-type: none;
    padding: 0; }
    /* line 84, sass/public/_blog.scss */
    .pressReleases .placeSummary .relatedList li,
    .blog .placeSummary .relatedList li {
      margin: .75em 0; }
      /* line 86, sass/public/_blog.scss */
      .pressReleases .placeSummary .relatedList li p,
      .blog .placeSummary .relatedList li p {
        font-size: .85em;
        line-height: 1;
        margin: 0; }
      /* line 91, sass/public/_blog.scss */
      .pressReleases .placeSummary .relatedList li a,
      .blog .placeSummary .relatedList li a {
        font-size: 1.1em; }

/* line 100, sass/public/_blog.scss */
.blog select, .pressReleases select, .blogArticle select, .pageSummary select {
  width: 90%; }
/* line 101, sass/public/_blog.scss */
.blog small, .pressReleases small, .blogArticle small, .pageSummary small {
  color: #5a5a5a; }
/* line 104, sass/public/_blog.scss */
.blog figure, .pressReleases figure, .blogArticle figure, .pageSummary figure {
  background: #fff;
  padding: 0;
  display: block; }
  @media screen and (min-width: 760px) {
    /* line 104, sass/public/_blog.scss */
    .blog figure, .pressReleases figure, .blogArticle figure, .pageSummary figure {
      padding: 0.5em; } }
  /* line 109, sass/public/_blog.scss */
  .blog figure.listing, .pressReleases figure.listing, .blogArticle figure.listing, .pageSummary figure.listing {
    background: none;
    padding: 0; }
  /* line 110, sass/public/_blog.scss */
  .blog figure.smallImg, .pressReleases figure.smallImg, .blogArticle figure.smallImg, .pageSummary figure.smallImg {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 110, sass/public/_blog.scss */
      .blog figure.smallImg, .pressReleases figure.smallImg, .blogArticle figure.smallImg, .pageSummary figure.smallImg {
        width: 20%; } }
  /* line 116, sass/public/_blog.scss */
  .blog figure.mediumImg, .pressReleases figure.mediumImg, .blogArticle figure.mediumImg, .pageSummary figure.mediumImg {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 116, sass/public/_blog.scss */
      .blog figure.mediumImg, .pressReleases figure.mediumImg, .blogArticle figure.mediumImg, .pageSummary figure.mediumImg {
        width: 40%; } }
  /* line 122, sass/public/_blog.scss */
  .blog figure.largeImg, .pressReleases figure.largeImg, .blogArticle figure.largeImg, .pageSummary figure.largeImg {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 122, sass/public/_blog.scss */
      .blog figure.largeImg, .pressReleases figure.largeImg, .blogArticle figure.largeImg, .pageSummary figure.largeImg {
        width: 60%; } }
  /* line 128, sass/public/_blog.scss */
  .blog figure.floatRight, .pressReleases figure.floatRight, .blogArticle figure.floatRight, .pageSummary figure.floatRight {
    float: none;
    margin: 0; }
    @media screen and (min-width: 760px) {
      /* line 128, sass/public/_blog.scss */
      .blog figure.floatRight, .pressReleases figure.floatRight, .blogArticle figure.floatRight, .pageSummary figure.floatRight {
        float: right;
        margin: 0.25em 0 0.25em 0.75em; } }
  /* line 135, sass/public/_blog.scss */
  .blog figure.floatLeft, .pressReleases figure.floatLeft, .blogArticle figure.floatLeft, .pageSummary figure.floatLeft {
    float: none;
    margin: 0; }
    @media screen and (min-width: 760px) {
      /* line 135, sass/public/_blog.scss */
      .blog figure.floatLeft, .pressReleases figure.floatLeft, .blogArticle figure.floatLeft, .pageSummary figure.floatLeft {
        float: left;
        margin: 0.25em 0.75em 0.25em 0; } }
  /* line 141, sass/public/_blog.scss */
  .blog figure img, .pressReleases figure img, .blogArticle figure img, .pageSummary figure img {
    max-width: 100%;
    width: auto; }
  /* line 145, sass/public/_blog.scss */
  .blog figure figcaption, .pressReleases figure figcaption, .blogArticle figure figcaption, .pageSummary figure figcaption {
    font-size: .85em;
    color: #5a5a5a;
    text-align: center; }
/* line 151, sass/public/_blog.scss */
.blog .slide > figure, .pressReleases .slide > figure, .blogArticle .slide > figure, .pageSummary .slide > figure {
  background: none;
  padding: 0; }
/* line 152, sass/public/_blog.scss */
.blog .statistics td, .pressReleases .statistics td, .blogArticle .statistics td, .pageSummary .statistics td {
  padding: 3px 5px; }
/* line 155, sass/public/_blog.scss */
.blog .image-row, .pressReleases .image-row, .blogArticle .image-row, .pageSummary .image-row {
  text-align: center; }
  /* line 157, sass/public/_blog.scss */
  .blog .image-row:before, .blog .image-row:after, .pressReleases .image-row:before, .pressReleases .image-row:after, .blogArticle .image-row:before, .blogArticle .image-row:after, .pageSummary .image-row:before, .pageSummary .image-row:after {
    content: "";
    display: table; }
  /* line 160, sass/public/_blog.scss */
  .blog .image-row:after, .pressReleases .image-row:after, .blogArticle .image-row:after, .pageSummary .image-row:after {
    clear: both; }
  /* line 161, sass/public/_blog.scss */
  .blog .image-row .truncatedStory, .pressReleases .image-row .truncatedStory, .blogArticle .image-row .truncatedStory, .pageSummary .image-row .truncatedStory {
    padding: 0; }
    /* line 163, sass/public/_blog.scss */
    .blog .image-row .truncatedStory .mediumImg, .pressReleases .image-row .truncatedStory .mediumImg, .blogArticle .image-row .truncatedStory .mediumImg, .pageSummary .image-row .truncatedStory .mediumImg {
      display: inline-block;
      width: 45%;
      margin: 0.5em; }
      @media screen and (min-width: 760px) {
        /* line 163, sass/public/_blog.scss */
        .blog .image-row .truncatedStory .mediumImg, .pressReleases .image-row .truncatedStory .mediumImg, .blogArticle .image-row .truncatedStory .mediumImg, .pageSummary .image-row .truncatedStory .mediumImg {
          margin: 0;
          width: 21%; } }

/* line 179, sass/public/_blog.scss */
.blogArticle p {
  margin: 0.9em 0; }

/* line 181, sass/public/_blog.scss */
.xsmallTag {
  font-size: 0.6em; }

/* line 182, sass/public/_blog.scss */
.smallTag {
  font-size: 0.8em; }

/* line 183, sass/public/_blog.scss */
.mediumTag {
  font-size: 1.0em; }

/* line 184, sass/public/_blog.scss */
.largeTag {
  font-size: 1.3em; }

/* line 185, sass/public/_blog.scss */
.xlargeTag {
  font-size: 1.5em; }

/* line 187, sass/public/_blog.scss */
.tagCloud span a {
  text-decoration: none; }

/* line 191, sass/public/_blog.scss */
.blog {
  padding: 1%; }
  @media screen and (min-width: 760px) {
    /* line 191, sass/public/_blog.scss */
    .blog {
      padding: 0; } }
  /* line 194, sass/public/_blog.scss */
  .blog .rightCol {
    width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 194, sass/public/_blog.scss */
      .blog .rightCol {
        width: 73.831933%;
        float: right; } }
    /* line 200, sass/public/_blog.scss */
    .blog .rightCol ul.blog_items {
      list-style-type: none;
      margin: 0;
      padding-left: 0; }
      /* line 204, sass/public/_blog.scss */
      .blog .rightCol ul.blog_items li {
        list-style: none;
        padding: 1em 2% 1em 2%;
        margin-top: 0;
        border-bottom: solid 1px #b3b3b3; }
        @media screen and (max-width: 760px) {
          /* line 205, sass/public/_blog.scss */
          .blog .rightCol ul.blog_items li div {
            width: 100%; } }
        /* line 211, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li .blog__header--large {
          font-size: 1.8em;
          font-family: "Helvetica", "sans-serif";
          font-weight: bold; }
        @media screen and (min-width: 760px) {
          /* line 204, sass/public/_blog.scss */
          .blog .rightCol ul.blog_items li {
            display: block; } }
        /* line 217, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li img {
          max-width: 100%; }
          @media screen and (min-width: 760px) {
            /* line 217, sass/public/_blog.scss */
            .blog .rightCol ul.blog_items li img {
              float: left;
              padding: 0 1em 0 0; } }
        /* line 225, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li:first-child {
          padding-top: 0; }
        /* line 229, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li h5 {
          margin: 0;
          padding: 0;
          font-size: 0.8em; }
        /* line 230, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li:last-child {
          border: 0; }
        /* line 231, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li h3 {
          margin: 0px;
          font-size: 1.0em; }
          /* line 234, sass/public/_blog.scss */
          .blog .rightCol ul.blog_items li h3 a {
            text-decoration: none; }
        /* line 236, sass/public/_blog.scss */
        .blog .rightCol ul.blog_items li p {
          margin: 0.9em 0;
          padding: 0;
          font-size: 1.0em; }
          /* line 237, sass/public/_blog.scss */
          .blog .rightCol ul.blog_items li p.posted {
            padding: 0 0 0.25em 0;
            margin: 0;
            font-size: 0.8em; }
  /* line 245, sass/public/_blog.scss */
  .blog .leftCol {
    width: 98%;
    margin: 0 1%; }
    @media screen and (min-width: 760px) {
      /* line 245, sass/public/_blog.scss */
      .blog .leftCol {
        float: left;
        width: 23%;
        margin: 0; } }
    /* line 253, sass/public/_blog.scss */
    .blog .leftCol select {
      font-size: 0.85em;
      box-sizing: border-box;
      width: 100%; }
    /* line 258, sass/public/_blog.scss */
    .blog .leftCol h5 {
      font-size: 1.0em; }
    /* line 260, sass/public/_blog.scss */
    .blog .leftCol section.guestBlog figure {
      background: 0;
      padding: 0;
      width: 22%;
      margin: 1.0em 1% 0 1%;
      display: inline-block; }
      @media screen and (min-width: 760px) {
        /* line 260, sass/public/_blog.scss */
        .blog .leftCol section.guestBlog figure {
          width: 33%;
          margin: 1.0em 2% 0 2%; } }
    /* line 261, sass/public/_blog.scss */
    .blog .leftCol section.guestBlog h5 {
      width: 60%;
      display: inline-block; }
      /* line 264, sass/public/_blog.scss */
      .blog .leftCol section.guestBlog h5 a:link, .blog .leftCol section.guestBlog h5 a:visited {
        text-decoration: none; }
    /* line 266, sass/public/_blog.scss */
    .blog .leftCol section.guestBlog p {
      font-size: 0.85em; }
    /* line 268, sass/public/_blog.scss */
    .blog .leftCol h3 {
      font-size: .8em;
      font-weight: bold;
      color: #656565;
      margin-bottom: 0px; }
    /* line 274, sass/public/_blog.scss */
    .blog .leftCol h5 {
      margin: 1.0em 0 0.5em 0;
      padding: 0; }
    /* line 275, sass/public/_blog.scss */
    .blog .leftCol ul {
      margin: 0px;
      padding: 0px; }
      /* line 278, sass/public/_blog.scss */
      .blog .leftCol ul li {
        color: #656565;
        font-size: .75em;
        list-style-type: none;
        margin-left: 0; }

@media screen and (max-width: 760px) {
  /* line 290, sass/public/_blog.scss */
  .blogArticle ul.directoryInfo h3, .blog ul.directoryInfo h3 {
    margin: 0 3%; } }
/* line 293, sass/public/_blog.scss */
.blogArticle h2, .blog h2 {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }

/* line 297, sass/public/_blog.scss */
.blog p.posted {
  margin: 0.5em 3%; }

/* line 299, sass/public/_blog.scss */
.blogger-summary,
.article-grey-callout {
  background: #D9D7D4;
  padding: 0.75em;
  margin-bottom: 1em; }

/* line 306, sass/public/_blog.scss */
.media-room .image-row {
  margin-bottom: 3px; }
  /* line 308, sass/public/_blog.scss */
  .media-room .image-row .mediumImg {
    vertical-align: top; }

/* line 8, sass/public/_trip-ideas.scss */
.page-ideas {
  background: url("/Images/inspiration/article_bg.png") no-repeat;
  background-position: bottom center; }

/* line 15, sass/public/_trip-ideas.scss */
.ideas-head {
  display: block;
  position: relative;
  margin: 0;
  background-color: white;
  overflow: hidden; }

/* line 24, sass/public/_trip-ideas.scss */
.ideas-head__text {
  display: block;
  z-index: 2;
  position: absolute;
  margin: 0;
  width: 100%;
  height: auto;
  color: white;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  /* line 33, sass/public/_trip-ideas.scss */
  .ideas-head__text .truncatedStory {
    margin: 0;
    padding: 0; }
  /* line 38, sass/public/_trip-ideas.scss */
  .ideas-head__text p {
    margin: 0; }
  /* line 45, sass/public/_trip-ideas.scss */
  .text-big .ideas-head__text {
    text-align: center;
    top: 25px; }
    @media only screen and (min-width: 480px) {
      /* line 45, sass/public/_trip-ideas.scss */
      .text-big .ideas-head__text {
        top: 50px; } }
    @media only screen and (min-width: 760px) {
      /* line 45, sass/public/_trip-ideas.scss */
      .text-big .ideas-head__text {
        top: 150px; } }
    @media only screen and (min-width: 1023px) {
      /* line 45, sass/public/_trip-ideas.scss */
      .text-big .ideas-head__text {
        top: 150px; } }
    @media only screen and (min-width: 1382px) {
      /* line 45, sass/public/_trip-ideas.scss */
      .text-big .ideas-head__text {
        top: 200px; } }

/* line 72, sass/public/_trip-ideas.scss */
.ideas-head__text__head {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 1.25em;
  font-weight: 900;
  letter-spacing: 0;
  cursor: default;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 40px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 320px) {
    /* line 72, sass/public/_trip-ideas.scss */
    .ideas-head__text__head {
      font-size: 40px; } }
  @media only screen and (min-width: 480px) {
    /* line 72, sass/public/_trip-ideas.scss */
    .ideas-head__text__head {
      font-size: 50px; } }
  @media only screen and (min-width: 1023px) {
    /* line 72, sass/public/_trip-ideas.scss */
    .ideas-head__text__head {
      font-size: 80px; } }
  @media only screen and (min-width: 1382px) {
    /* line 72, sass/public/_trip-ideas.scss */
    .ideas-head__text__head {
      font-size: 80px; } }
  /* line 104, sass/public/_trip-ideas.scss */
  .ideas-head--dark .ideas-head__text__head {
    color: #5a5a5a; }

/* line 111, sass/public/_trip-ideas.scss */
.ideas-head__text__sub {
  position: relative;
  display: block;
  font-style: italic;
  padding: 0 20px;
  line-height: 1.25em;
  cursor: default;
  max-width: 1100px;
  margin: 30px auto 0 auto;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }
  @media only screen and (max-width: 320px) {
    /* line 111, sass/public/_trip-ideas.scss */
    .ideas-head__text__sub {
      font-size: 14px; } }
  @media only screen and (min-width: 480px) {
    /* line 111, sass/public/_trip-ideas.scss */
    .ideas-head__text__sub {
      font-size: 16px; } }
  @media only screen and (min-width: 1023px) {
    /* line 111, sass/public/_trip-ideas.scss */
    .ideas-head__text__sub {
      font-size: 25px; } }
  @media only screen and (min-width: 1382px) {
    /* line 111, sass/public/_trip-ideas.scss */
    .ideas-head__text__sub {
      font-size: 25px; } }
  /* line 141, sass/public/_trip-ideas.scss */
  .ideas-head--dark .ideas-head__text__sub {
    color: #5a5a5a; }

/* line 152, sass/public/_trip-ideas.scss */
.ideas-pillar__container {
  width: 300px;
  position: relative;
  margin: 15px auto 60px auto;
  overflow: hidden; }
  @media only screen and (max-width: 320px) {
    /* line 152, sass/public/_trip-ideas.scss */
    .ideas-pillar__container {
      width: 300px; } }
  @media only screen and (min-width: 480px) {
    /* line 152, sass/public/_trip-ideas.scss */
    .ideas-pillar__container {
      width: 630px; } }
  @media only screen and (min-width: 1023px) {
    /* line 152, sass/public/_trip-ideas.scss */
    .ideas-pillar__container {
      width: 960px; } }
  @media only screen and (min-width: 1382px) {
    /* line 152, sass/public/_trip-ideas.scss */
    .ideas-pillar__container {
      width: 960px; } }
  /* line 173, sass/public/_trip-ideas.scss */
  .ideas-pillar__container .ideas-pillar {
    height: 438px;
    width: 300px;
    background-color: #068382;
    position: relative;
    float: left;
    margin: 15px 0px; }
    /* line 185, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar a {
      color: #FFF;
      text-decoration: none; }
    @media only screen and (max-width: 480px) {
      /* line 173, sass/public/_trip-ideas.scss */
      .ideas-pillar__container .ideas-pillar {
        width: 100%; } }
    /* line 194, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar__img {
      background-color: #094A6C;
      padding-bottom: 30px; }
    /* line 201, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .gems:before {
      content: url("/Images/trip-ideas/HiddenGems.png");
      left: 50%;
      margin-left: -49px;
      position: absolute;
      top: 208px;
      z-index: 1; }
    /* line 212, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .wonders:before {
      content: url("/Images/trip-ideas/NaturalWonders.png");
      left: 50%;
      margin-left: -49px;
      position: absolute;
      top: 223px;
      z-index: 1; }
    /* line 223, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .getaways:before {
      content: url("/Images/trip-ideas/FamilyGetaways.png");
      left: 50%;
      margin-left: -49px;
      position: absolute;
      top: 208px;
      z-index: 1; }
    /* line 234, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .girlfriend:before {
      content: url("/Images/trip-ideas/GirlfriendGetaways.png");
      left: 50%;
      margin-left: -57px;
      position: absolute;
      top: 198px;
      z-index: 1; }
    /* line 245, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .fall-getaways:before {
      content: url("/Images/trip-ideas/FallGetaways.png");
      left: 50%;
      margin-left: -53px;
      position: absolute;
      top: 210px;
      z-index: 1; }
    /* line 256, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .city:before {
      content: url("/Images/trip-ideas/City.png");
      left: 50%;
      margin-left: -60px;
      position: absolute;
      top: 199px;
      z-index: 1; }
    /* line 267, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .guys:before {
      content: url("/Images/trip-ideas/GuysGetaways.png");
      left: 50%;
      margin-left: -45px;
      position: absolute;
      top: 218px;
      z-index: 1; }
    /* line 278, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .romantic-getaways:before {
      content: url("/Images/trip-ideas/RomanticGetaways.png");
      left: 50%;
      margin-left: -43px;
      position: absolute;
      top: 222px;
      z-index: 1; }
    /* line 288, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .winter:before {
      content: url("/Images/trip-ideas/WinterGetaways.png");
      left: 50%;
      margin-left: -47px;
      position: absolute;
      top: 203px;
      z-index: 1; }
    /* line 298, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .music:before {
      content: url("/Images/trip-ideas/MusicFestivals.png");
      left: 50%;
      margin-left: -44px;
      position: absolute;
      top: 218px;
      z-index: 1; }
    /* line 309, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .pet:before {
      content: url("/Images/trip-ideas/PetFriendlyTravel.png");
      left: 50%;
      margin-left: -50px;
      position: absolute;
      top: 198px;
      z-index: 1; }
    /* line 319, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .spring:before {
      content: url("/Images/trip-ideas/SpringGetaways.png");
      left: 50%;
      margin-left: -48px;
      position: absolute;
      top: 203px;
      z-index: 1; }
    /* line 329, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .summer:before {
      content: url("/Images/trip-ideas/SummerGetaways.png");
      left: 50%;
      margin-left: -48px;
      position: absolute;
      top: 204px;
      z-index: 1; }
    /* line 339, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .flw:before {
      content: url("/Images/trip-ideas/FLW.png");
      left: 50%;
      margin-left: -50px;
      position: absolute;
      top: 218px;
      z-index: 1; }
    /* line 350, sass/public/_trip-ideas.scss */
    .bigger-fonts .ideas-pillar__container .ideas-pillar {
      height: 405px; }
    /* line 355, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .ideas-pillar__name {
      font-size: 25px;
      font-weight: 700;
      text-align: center;
      padding: 0 10px;
      margin: 20px auto 10px auto;
      display: block;
      overflow: hidden; }
      /* line 364, sass/public/_trip-ideas.scss */
      .no-names .ideas-pillar__container .ideas-pillar .ideas-pillar__name {
        display: none; }
    /* line 370, sass/public/_trip-ideas.scss */
    .ideas-pillar__container .ideas-pillar .ideas-pillar__summary {
      font-size: 13px;
      text-align: center;
      padding: 0 25px;
      margin: 0 auto;
      display: block;
      overflow: hidden;
      max-height: 75px; }
      @media only screen and (max-width: 480px) {
        /* line 370, sass/public/_trip-ideas.scss */
        .ideas-pillar__container .ideas-pillar .ideas-pillar__summary {
          line-height: 1.2; } }
      /* line 381, sass/public/_trip-ideas.scss */
      .no-names .ideas-pillar__container .ideas-pillar .ideas-pillar__summary {
        margin: 15px auto; }
      /* line 384, sass/public/_trip-ideas.scss */
      .bigger-fonts .ideas-pillar__container .ideas-pillar .ideas-pillar__summary {
        font-size: 20px;
        padding: 0 15px;
        max-height: 120px; }

/* line 1, sass/public/_contest.scss */
.js .clue {
  visibility: hidden; }

/* line 5, sass/public/_contest.scss */
.js .clue.js-clue-ready {
  visibility: visible; }

/* line 9, sass/public/_contest.scss */
.clue__location, .clue > .truncatedStory {
  box-sizing: border-box;
  background-color: #fff;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #aaa;
  margin: 1em auto;
  position: relative;
  background-position: center 12px;
  background-repeat: no-repeat;
  padding: 71px 15px 20px;
  margin-bottom: 150px;
  color: #63615b;
  font-weight: bold; }
  /* line 23, sass/public/_contest.scss */
  .lt-ie9 .clue__location, .lt-ie9 .clue > .truncatedStory {
    		/*filter: progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=0),
             progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=90),
             progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=180),
             progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=270);*/
    border: 1px solid #aaa; }
  @media screen and (min-width: 760px) {
    /* line 9, sass/public/_contest.scss */
    .clue__location, .clue > .truncatedStory {
      margin-bottom: 0; } }

/* line 35, sass/public/_contest.scss */
.clue__location {
  padding-top: 20px;
  margin-bottom: 50px; }
  /* line 38, sass/public/_contest.scss */
  .clue__location:before {
    content: '\00A0';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-left-width: 10px;
    border-right-width: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px; }
  /* line 52, sass/public/_contest.scss */
  .lt-ie9 .clue__location:before {
    content: ''; }
  /* line 57, sass/public/_contest.scss */
  .lt-ie9 .clue__location.js-content-reset:before {
    content: '\00A0'; }
  @media screen and (min-width: 760px) {
    /* line 35, sass/public/_contest.scss */
    .clue__location {
      margin-right: 0;
      margin-left: auto;
      margin-bottom: 0;
      margin-top: -20px; }
      /* line 66, sass/public/_contest.scss */
      .clue__location:before {
        border-bottom-color: transparent;
        border-right-color: #fff;
        top: 50%;
        margin-top: -10px;
        left: -20px;
        margin-left: auto; }
      /* line 74, sass/public/_contest.scss */
      .clue__location:after {
        position: absolute;
        content: url("/Images/contest/shoe-right.png");
        right: auto;
        margin-right: auto;
        left: -110px;
        bottom: auto;
        top: 50%;
        margin-top: -45px; }
      /* line 85, sass/public/_contest.scss */
      .lt-ie9 .clue__location:after {
        content: ''; }
      /* line 90, sass/public/_contest.scss */
      .lt-ie9 .clue__location.js-content-reset:after {
        content: url("/Images/contest/shoe-right.png"); } }

/* line 97, sass/public/_contest.scss */
.clue__image {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/* line 105, sass/public/_contest.scss */
.clue__caption {
  padding-top: 10px;
  display: block;
  font-size: .9em; }

/* Sort of hacky way to achieve ie8 compatible nth-child. Only works if there are no more than three of this class */
/* line 115, sass/public/_contest.scss */
.clue > .truncatedStory:before {
  content: '\00A0';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #fff;
  border-left-width: 10px;
  border-right-width: 10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px; }
/* line 128, sass/public/_contest.scss */
.clue > .truncatedStory:after {
  content: url("/Images/contest/shoe-left.png");
  position: absolute;
  bottom: -130px;
  width: 90px;
  left: 50%;
  margin-left: -45px; }
/* line 138, sass/public/_contest.scss */
.lt-ie9 .clue > .truncatedStory:before {
  content: ''; }
/* line 141, sass/public/_contest.scss */
.lt-ie9 .clue > .truncatedStory:after {
  content: ''; }
@media screen and (min-width: 760px) {
  /* line 114, sass/public/_contest.scss */
  .clue > .truncatedStory {
    margin-left: 0; }
    /* line 147, sass/public/_contest.scss */
    .clue > .truncatedStory:before {
      border-top-color: transparent;
      border-left-color: #fff;
      right: -20px;
      bottom: auto;
      top: 70%;
      margin-top: -10px;
      margin-left: auto; }
    /* line 156, sass/public/_contest.scss */
    .clue > .truncatedStory:after {
      left: auto;
      margin-left: auto;
      right: -110px;
      bottom: auto;
      top: 70%;
      margin-top: -45px; } }
/* line 167, sass/public/_contest.scss */
.lt-ie9 .clue > .truncatedStory.js-content-reset:before {
  content: '\00A0'; }
/* line 170, sass/public/_contest.scss */
.lt-ie9 .clue > .truncatedStory.js-content-reset:after {
  content: url("/Images/contest/shoe-left.png"); }

/* line 179, sass/public/_contest.scss */
.clue--0 {
  background-image: url("/Images/contest/clue01.jpg"); }

/* line 183, sass/public/_contest.scss */
.clue--1 {
  background-image: url("/Images/contest/clue02.jpg"); }

/* line 187, sass/public/_contest.scss */
.clue--2 {
  background-image: url("/Images/contest/clue03.jpg"); }

/* line 191, sass/public/_contest.scss */
.contest__header .truncatedStory:first-child, .contest-winners .truncatedStory:first-child {
  /* Ribbon */
  display: inline-block;
  background-color: #d8612a;
  padding: 5px 20px;
  margin-bottom: 20px;
  color: #fff;
  position: relative; }
  /* line 199, sass/public/_contest.scss */
  .contest__header .truncatedStory:first-child h2, .contest-winners .truncatedStory:first-child h2 {
    margin: 0;
    font-weight: bold;
    color: #fff; }
  /* line 204, sass/public/_contest.scss */
  .contest__header .truncatedStory:first-child em, .contest-winners .truncatedStory:first-child em {
    font-style: normal;
    font-size: .8em;
    font-weight: normal;
    vertical-align: text-bottom; }
  /* line 210, sass/public/_contest.scss */
  .contest__header .truncatedStory:first-child:before, .contest-winners .truncatedStory:first-child:before {
    content: '\00A0';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #918b79;
    border-left-width: 15px;
    border-right-width: 3px;
    position: absolute;
    left: 0;
    bottom: -10px; }
  /* line 222, sass/public/_contest.scss */
  .contest__header .truncatedStory:first-child:after, .contest-winners .truncatedStory:first-child:after {
    content: '\00A0';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #918b79;
    border-left-width: 3px;
    border-right-width: 15px;
    position: absolute;
    right: 0;
    bottom: -10px; }

/* line 236, sass/public/_contest.scss */
.contest {
  box-sizing: border-box;
  background-image: url("/Images/contest/bg-mobile.png");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 2242px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 760px) {
    /* line 236, sass/public/_contest.scss */
    .contest {
      background-image: url("/Images/contest/bg.png");
      min-height: 1964px;
      padding-top: 100px;
      padding-bottom: 100px; } }

/* line 255, sass/public/_contest.scss */
.contest-intro {
  max-width: 960px;
  margin: 0 auto 25px;
  text-align: center;
  color: #63615b;
  padding: 0 10px; }
  /* line 261, sass/public/_contest.scss */
  .contest-intro p {
    font-size: 1.1em; }
  /* line 264, sass/public/_contest.scss */
  .contest-intro h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 2.3em;
    margin-top: 1.5em;
    margin-bottom: .5em; }
  /* line 271, sass/public/_contest.scss */
  .contest-intro a {
    font-size: .8em; }
  @media screen and (min-width: 760px) {
    /* line 255, sass/public/_contest.scss */
    .contest-intro {
      padding: 0 50px;
      margin: 0 auto 0; } }
  /* line 278, sass/public/_contest.scss */
  .contest-intro .truncatedStory {
    box-sizing: border-box;
    /* For browsers that don't support CSS columns */ }
    @media screen and (min-width: 760px) {
      /* line 278, sass/public/_contest.scss */
      .contest-intro .truncatedStory {
        display: inline-block;
        vertical-align: top; }
        /* line 285, sass/public/_contest.scss */
        .contest-intro .truncatedStory .video-container {
          margin-top: 100px; } }
    @media screen and (min-width: 760px) {
      /* line 290, sass/public/_contest.scss */
      .contest-intro .truncatedStory .contest-intro__column {
        width: 50%;
        float: left; } }
  /* line 298, sass/public/_contest.scss */
  .contest-intro--2 {
    display: none; }

/* line 304, sass/public/_contest.scss */
.contest-column {
  text-align: left; }
  @media screen and (min-width: 760px) {
    /* line 304, sass/public/_contest.scss */
    .contest-column {
      width: 50%;
      float: left; } }

/* line 314, sass/public/_contest.scss */
.contest-column--custom-list ul > li {
  margin: 15px 0; }

/* line 319, sass/public/_contest.scss */
.contest-column--sun-list ul {
  list-style-image: url("/images/contest/sun-bullet.png"); }
  /* line 321, sass/public/_contest.scss */
  .contest-column--sun-list ul > li {
    font-size: 1.3em; }

/* line 326, sass/public/_contest.scss */
.contest-column--sun-list .truncatedStory {
  margin: 0;
  padding: 0; }

/* line 331, sass/public/_contest.scss */
.contest__prize {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }
  /* line 336, sass/public/_contest.scss */
  .contest__prize img {
    display: inline-block; }
  @media screen and (min-width: 760px) {
    /* line 331, sass/public/_contest.scss */
    .contest__prize {
      bottom: 115px; } }

/* line 344, sass/public/_contest.scss */
.contest__header {
  text-align: center; }
  /* line 349, sass/public/_contest.scss */
  .contest__header .truncatedStory + .truncatedStory {
    /* Text */
    max-width: 720px;
    margin: 0 auto;
    color: #63615b;
    font-size: 1.1em;
    padding: 0; }

/* line 359, sass/public/_contest.scss */
.contest-winners {
  box-sizing: border-box;
  max-width: 1175px;
  margin: 100px auto 0;
  color: #63615b;
  padding-bottom: 20px; }
  /* line 367, sass/public/_contest.scss */
  .contest-winners p {
    font-size: 1.1em; }
  @media screen and (min-width: 760px) {
    /* line 359, sass/public/_contest.scss */
    .contest-winners {
      padding: 0 1.5%;
      margin: 100px auto;
      width: 97%;
      text-align: left; }
      /* line 375, sass/public/_contest.scss */
      .contest-winners .truncatedStory {
        padding: 0; } }
  /* line 382, sass/public/_contest.scss */
  .contest-winners .media-scroller {
    margin-top: 10px;
    padding: 0; }
    @media screen and (min-width: 760px) {
      /* line 382, sass/public/_contest.scss */
      .contest-winners .media-scroller {
        margin-top: 50px; } }

/* line 391, sass/public/_contest.scss */
.contest-winners__photo {
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 295px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #aaa;
  text-align: center; }
  /* line 401, sass/public/_contest.scss */
  .lt-ie9 .contest-winners__photo {
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#aaaaaa, Strength=3, Direction=270); }
  @media screen and (min-width: 760px) {
    /* line 391, sass/public/_contest.scss */
    .contest-winners__photo {
      display: block;
      float: right;
      margin: 0 10px; } }
  /* line 412, sass/public/_contest.scss */
  .contest-winners__photo + .truncatedStory {
    min-height: 200px;
    margin-bottom: 20px; }

/* line 422, sass/public/_contest.scss */
.contest-winners__image {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

/* line 428, sass/public/_contest.scss */
.contest-winners__caption {
  font-size: .9em;
  color: #63615b;
  font-weight: bold; }

/* line 434, sass/public/_contest.scss */
.contest-form {
  max-width: 960px;
  margin: 0 auto;
  color: #63615b;
  padding: 50px 10px; }
  /* line 440, sass/public/_contest.scss */
  .stay-unique .contest-form {
    padding: 0 10px; }

/* line 3, sass/public/_photo-credit.scss */
.photo-credit {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5%; }
  /* line 11, sass/public/_photo-credit.scss */
  .photo-credit .photo-credit__icon-container {
    height: 50px;
    width: 50px;
    position: relative;
    margin-right: -16px;
    float: right;
    cursor: pointer; }
    /* line 20, sass/public/_photo-credit.scss */
    .photo-credit .photo-credit__icon-container .photo-credit__icon {
      position: relative;
      height: 19px;
      width: 19px;
      padding-top: 15px;
      margin: 0 auto;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      /* line 32, sass/public/_photo-credit.scss */
      .photo-credit .photo-credit__icon-container .photo-credit__icon:before {
        content: url("/Images/photo-credit/photo-credit__open.png"); }
      /* line 38, sass/public/_photo-credit.scss */
      .photo-credit .photo-credit__icon-container .photo-credit__icon.active:before {
        content: url("/Images/photo-credit/photo-credit__close.png"); }
  /* line 48, sass/public/_photo-credit.scss */
  .photo-credit .photo-credit__text {
    overflow: hidden;
    display: none;
    position: relative;
    padding: 10px;
    top: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    border: thin solid white;
    font-weight: 900; }
    @media screen and (max-width: 480px) {
      /* line 48, sass/public/_photo-credit.scss */
      .photo-credit .photo-credit__text {
        padding: 3px;
        font-size: .75em; } }

/* line 68, sass/public/_photo-credit.scss */
.HasCaption .photo-credit {
  bottom: 20%; }

/* line 75, sass/public/_photo-credit.scss */
.StaticCredit .photo-credit {
  bottom: 70px; }
  @media screen and (max-width: 760px) {
    /* line 75, sass/public/_photo-credit.scss */
    .StaticCredit .photo-credit {
      bottom: 10%; } }

/* line 1, sass/public/_card.scss */
.cards-container {
  display: none; }
  @media print {
    /* line 1, sass/public/_card.scss */
    .cards-container {
      display: block; } }
  @media print {
    /* line 6, sass/public/_card.scss */
    .cards-container .button, .cards-container .listing-share .social-share-button a, .listing-share .social-share-button .cards-container a {
      display: none; } }

/* line 13, sass/public/_card.scss */
.cards-container--visible {
  display: block; }

/* line 17, sass/public/_card.scss */
.cards-container--flex-wrapper {
  max-width: 1175px;
  margin: auto;
  padding: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (min-width: 1023px) {
    /* line 17, sass/public/_card.scss */
    .cards-container--flex-wrapper {
      -ms-flex-pack: justify;
      justify-content: space-between; } }

/* line 31, sass/public/_card.scss */
.cards-container--featured {
  text-align: center; }
  @media screen and (min-width: 1023px) {
    /* line 31, sass/public/_card.scss */
    .cards-container--featured {
      text-align: left; } }

/* line 38, sass/public/_card.scss */
.cards-container--small-trio {
  max-width: 705px;
  margin: auto; }

/* line 43, sass/public/_card.scss */
.cards-container--medium-trio {
  max-width: 940px;
  margin: auto; }

/* line 48, sass/public/_card.scss */
.cards-container--directory {
  margin-top: 50px;
  text-align: center; }
  @media screen and (min-width: 1023px) {
    /* line 48, sass/public/_card.scss */
    .cards-container--directory {
      text-align: left;
      margin-top: 100px; } }
  /* line 56, sass/public/_card.scss */
  .deals-campaign .cards-container--directory {
    margin-top: 25px !important; }

/* line 61, sass/public/_card.scss */
.card-container {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 30px 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: #dbdbdb 0 4px 2px;
  position: relative;
  text-align: left;
  width: 269px; }
  @media print {
    /* line 61, sass/public/_card.scss */
    .card-container {
      margin-bottom: 0;
      width: auto; } }
  /* line 77, sass/public/_card.scss */
  .slide .card-container {
    margin-bottom: 10px;
    overflow-x: hidden; }
  @media screen and (min-width: 480px) {
    /* line 61, sass/public/_card.scss */
    .card-container {
      margin: 0 5px 60px 5px; } }

/* line 88, sass/public/_card.scss */
.card-container--square {
  border-radius: 0; }
  /* line 90, sass/public/_card.scss */
  .card-container--square .card {
    border-radius: 0; }

/* line 95, sass/public/_card.scss */
.card-container--flat {
  box-shadow: none;
  border: none;
  margin-bottom: 30px; }

/* line 101, sass/public/_card.scss */
.card-container--small {
  width: 215px; }

/* line 105, sass/public/_card.scss */
.card-container--small-medium {
  width: 250px; }

/* line 109, sass/public/_card.scss */
.card-container--medium {
  width: 300px; }

@media screen and (min-width: 760px) {
  /* line 113, sass/public/_card.scss */
  .card-container--large {
    width: 375px; } }

/* line 119, sass/public/_card.scss */
.card-container--empty {
  margin-bottom: 0; }

@media screen and (min-width: 760px) and (max-width: 1023px) {
  /* line 123, sass/public/_card.scss */
  .card-container--small-at-medium {
    width: 215px; }
    /* line 127, sass/public/_card.scss */
    .card-container--small-at-medium .card {
      box-shadow: #dbdbdb 0 2px 1px;
      max-width: 215px; }
    /* line 131, sass/public/_card.scss */
    .card-container--small-at-medium .card__image {
      width: 215px;
      height: 215px; } }

/* line 138, sass/public/_card.scss */
.card-extra-small-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 149px);
  /* Small card (145px + margin + border) */
  grid-gap: 10px; }

@media screen and (max-width: 1382px) {
  /* line 144, sass/public/_card.scss */
  .card-container--medium-below-large {
    width: 300px;
    height: 500px; }
    /* line 148, sass/public/_card.scss */
    .card-container--medium-below-large .card {
      box-shadow: #dbdbdb 0 2px 1px;
      max-width: 300px;
      height: 100%; }
    /* line 153, sass/public/_card.scss */
    .card-container--medium-below-large .card__image {
      width: 300px;
      height: 300px; } }

/* line 160, sass/public/_card.scss */
.card-container--deals-giveaway,
.card-container--deals-campaign {
  width: 93%; }
  /* line 168, sass/public/_card.scss */
  .card-container--deals-giveaway .card__image,
  .card-container--deals-campaign .card__image {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 480px) {
    /* line 160, sass/public/_card.scss */
    .card-container--deals-giveaway,
    .card-container--deals-campaign {
      width: calc(50% - 15px); } }
  @media screen and (min-width: 760px) {
    /* line 160, sass/public/_card.scss */
    .card-container--deals-giveaway,
    .card-container--deals-campaign {
      width: calc(33% - 15px); } }
  @media screen and (min-width: 1023px) {
    /* line 187, sass/public/_card.scss */
    .max-4-up .card-container--deals-giveaway, .max-4-up
    .card-container--deals-campaign {
      width: calc(25% - 15px); } }

/* line 201, sass/public/_card.scss */
.card {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: #dbdbdb 0 4px 2px;
  position: relative;
  text-align: left; }
  /* line 210, sass/public/_card.scss */
  .campaign-summer .card, .deals-giveaway .card, .deals-campaign .card {
    box-shadow: none; }
  /* line 220, sass/public/_card.scss */
  .campaign-summer .card, .info-only .card {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    overflow: hidden; }
  /* line 227, sass/public/_card.scss */
  .cssanimations .card {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
  @media print {
    /* line 201, sass/public/_card.scss */
    .card {
      display: block !important;
      opacity: 1 !important;
      border-bottom: 1px solid #000;
      box-shadow: none;
      border-radius: 0;
      visibility: visible;
      page-break-inside: avoid; } }

/* line 247, sass/public/_card.scss */
.card--small {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: #dbdbdb 0 2px 1px;
  max-width: 215px; }

/* line 254, sass/public/_card.scss */
.card--small-medium {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: #dbdbdb 0 2px 1px;
  max-width: 250px; }

/* line 261, sass/public/_card.scss */
.card--medium {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: #dbdbdb 0 2px 1px;
  max-width: 300px; }

/* line 268, sass/public/_card.scss */
.card--flat {
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #fff; }

/* line 274, sass/public/_card.scss */
.card__title {
  display: block;
  color: #5a5a5a;
  font-size: .9em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 385px;
  white-space: nowrap;
  text-decoration: none; }
  @media print {
    /* line 274, sass/public/_card.scss */
    .card__title {
      display: none; } }

/* line 291, sass/public/_card.scss */
.card__title--extra-small {
  max-width: 125px; }

/* line 295, sass/public/_card.scss */
.card__title--larger {
  font-size: 1em; }

/* line 299, sass/public/_card.scss */
.card__title--long {
  white-space: normal;
  overflow: visible;
  max-width: none;
  font-size: 1em;
  margin-bottom: 0;
  height: 44px; }
  /* line 307, sass/public/_card.scss */
  .campaign-summer .card__title--long, .deals-giveaway .card__title--long, .deals-campaign .card__title--long {
    height: auto;
    padding: 0; }

/* line 315, sass/public/_card.scss */
.card__title--free {
  white-space: normal;
  overflow: visible;
  max-width: none; }

/* line 321, sass/public/_card.scss */
.card__title--overflow {
  overflow: hidden; }

/* line 326, sass/public/_card.scss */
.card__input .dialog-input {
  margin: 0px;
  padding: 8px 5px 7px 5px; }
  /* line 328, sass/public/_card.scss */
  .card__input .dialog-input input {
    width: 75%; }
  /* line 333, sass/public/_card.scss */
  .card__input .dialog-input .dialog-input__action {
    padding: 0px; }

/* line 339, sass/public/_card.scss */
.card__title--small {
  max-width: 215px; }

/* line 343, sass/public/_card.scss */
.card__image {
  width: 269px;
  height: 269px; }
  @media print {
    /* line 343, sass/public/_card.scss */
    .card__image {
      display: none; } }

/* line 351, sass/public/_card.scss */
.card__image--extra-small {
  width: 125px;
  height: 115px;
  margin: 10px 10px 0 10px; }

/* line 357, sass/public/_card.scss */
.card__image--small {
  width: 195px;
  height: 145px;
  margin: 10px 10px 0 10px; }

/* line 363, sass/public/_card.scss */
.card__image--small-medium {
  width: 230px;
  height: 188px;
  margin: 10px 10px 0 10px; }

/* line 369, sass/public/_card.scss */
.card__image--medium {
  width: 280px;
  height: 213px;
  margin: 10px 10px 0 10px; }

/* line 375, sass/public/_card.scss */
.card__image--medium-expanded {
  width: 300px;
  height: 223px; }

/* line 380, sass/public/_card.scss */
.card__image--small-expanded {
  width: 215px;
  height: 165px; }

@media screen and (min-width: 760px) {
  /* line 385, sass/public/_card.scss */
  .card__image--large {
    width: 375px;
    height: 375px; } }

/* line 392, sass/public/_card.scss */
.card__votes {
  text-align: center;
  height: 32px;
  width: 100%; }

/* line 398, sass/public/_card.scss */
.card__details {
  padding: 10px;
  box-sizing: border-box; }
  @media print {
    /* line 402, sass/public/_card.scss */
    .card__details .button, .card__details .listing-share .social-share-button a, .listing-share .social-share-button .card__details a {
      display: none; } }
  /* line 407, sass/public/_card.scss */
  .deals-campaign .card__details {
    height: 100px;
    padding: 0 10px; }
  /* line 413, sass/public/_card.scss */
  .campaign-summer .card__details, .deals-giveaway .card__details {
    height: auto;
    padding: 0 10px; }
  /* line 420, sass/public/_card.scss */
  .bg-green .card__details {
    padding: 10px; }
    /* line 422, sass/public/_card.scss */
    .bg-green .card__details a:link, .bg-green .card__details a:visited, .bg-green .card__details a:hover, .bg-green .card__details a:active {
      color: white; }
  /* line 427, sass/public/_card.scss */
  .info-only .card__details {
    padding: 1rem 10px 0; }

/* line 433, sass/public/_card.scss */
.card__details--short {
  padding-top: 0; }

/* line 437, sass/public/_card.scss */
.card__details--container {
  position: relative; }

/* line 441, sass/public/_card.scss */
.card__count {
  font-size: .8em;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #5a5a5a; }

/* line 448, sass/public/_card.scss */
.card__share {
  margin-bottom: 10px;
  float: right;
  margin-right: 10px; }

/* line 454, sass/public/_card.scss */
.card__icon {
  border: none;
  display: inline-block;
  background: none;
  width: 19px;
  height: 17px;
  background-repeat: no-repeat;
  float: right;
  margin: 2px 10px; }

/* line 465, sass/public/_card.scss */
.card__icon--notes {
  background-image: url("/Images/trip-planner/note-unselected.png"); }
  /* line 467, sass/public/_card.scss */
  .card__icon--notes.has-note {
    background-image: url("/Images/trip-planner/note-selected.png"); }
  @media print {
    /* line 465, sass/public/_card.scss */
    .card__icon--notes {
      display: none; } }

/* line 475, sass/public/_card.scss */
.card__icon--favorite {
  background-image: url("/Images/trip-planner/fav-unselected.png"); }
  /* line 477, sass/public/_card.scss */
  .card__icon--favorite.favorited {
    background-image: url("/Images/trip-planner/fav-selected.png"); }
  @media print {
    /* line 475, sass/public/_card.scss */
    .card__icon--favorite {
      display: none; } }

/* line 485, sass/public/_card.scss */
.card__location-pin {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px; }

/* line 492, sass/public/_card.scss */
.card__location {
  color: #5a5a5a;
  display: inline-block;
  font-size: .8em; }
  @media print {
    /* line 492, sass/public/_card.scss */
    .card__location {
      display: none; } }
  /* line 499, sass/public/_card.scss */
  .card__location a {
    text-decoration: none; }
  /* line 502, sass/public/_card.scss */
  .card__location:link {
    text-decoration: none; }

/* line 507, sass/public/_card.scss */
.card__location--block {
  display: block;
  color: #666; }

/* line 512, sass/public/_card.scss */
.card__location--directory {
  font-size: .8em;
  min-height: 42px; }
  /* line 515, sass/public/_card.scss */
  .card__location--directory a {
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  /* line 523, sass/public/_card.scss */
  .campaign-summer .card__location--directory, .deals-giveaway .card__location--directory, .deals-campaign .card__location--directory {
    min-height: 20px; }

/* line 530, sass/public/_card.scss */
.card__city {
  min-height: 42px; }
  /* line 532, sass/public/_card.scss */
  .deals-campaign .card__city, .deals-campaign .card__city {
    min-height: 20px; }

/* line 538, sass/public/_card.scss */
.card__actions {
  margin-top: 15px; }
  @media print {
    /* line 538, sass/public/_card.scss */
    .card__actions {
      width: 53px;
      float: left; } }
  /* line 544, sass/public/_card.scss */
  .campaign-summer .card__actions, .deals-giveaway .card__actions, .deals-campaign .card__actions {
    margin-top: 6px; }

/* line 551, sass/public/_card.scss */
.card--small-text {
  font-size: .8em; }

/* line 555, sass/public/_card.scss */
.card__pin-number {
  position: relative;
  display: inline-block;
  background-color: #a51400;
  padding: 1px 7px;
  color: #fff;
  margin-right: 10px;
  font-size: .8em; }
  /* line 563, sass/public/_card.scss */
  .card__pin-number:after {
    content: '\00A0';
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #a51400;
    bottom: -10px;
    right: 5px; }
  @media print {
    /* line 555, sass/public/_card.scss */
    .card__pin-number {
      display: inline-block !important;
      background-color: transparent;
      color: #000;
      border: 1px solid #000;
      margin: 15px; }
      /* line 579, sass/public/_card.scss */
      .card__pin-number:after {
        content: '';
        border: none; } }

/* line 586, sass/public/_card.scss */
.card-detail {
  position: absolute;
  background-color: #fff;
  background-image: url("/images/trip-planner/card_bg.png");
  background-repeat: repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1; }
  @media print {
    /* line 586, sass/public/_card.scss */
    .card-detail {
      display: block !important;
      position: static;
      background-image: none; } }

/* line 607, sass/public/_card.scss */
.card-detail__map {
  width: 98%;
  height: 165px;
  position: relative;
  margin: 3px auto;
  border: 1px solid #363f48; }
  @media print {
    /* line 607, sass/public/_card.scss */
    .card-detail__map {
      display: none; } }

/* line 619, sass/public/_card.scss */
.card-detail__title {
  color: #094A6C;
  display: block;
  font-weight: bold;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 385px;
  white-space: nowrap;
  text-decoration: none; }
  @media print {
    /* line 619, sass/public/_card.scss */
    .card-detail__title {
      font-size: .9em; } }

/* line 634, sass/public/_card.scss */
.card-detail__map-link {
  display: block;
  font-size: .7em;
  text-decoration: underline;
  text-align: right; }
  @media print {
    /* line 634, sass/public/_card.scss */
    .card-detail__map-link {
      display: none; } }

/* line 644, sass/public/_card.scss */
.card-detail__detail {
  padding: 0 10px 10px 10px; }
  @media print {
    /* line 644, sass/public/_card.scss */
    .card-detail__detail {
      width: 80%;
      float: left; } }

/* line 652, sass/public/_card.scss */
.card-detail__address {
  display: block;
  overflow: hidden;
  font-size: .8em;
  font-weight: bold;
  padding: 0 10px; }
  /* line 658, sass/public/_card.scss */
  .card-detail__address a {
    text-decoration: none; }
  @media print {
    /* line 652, sass/public/_card.scss */
    .card-detail__address {
      font-size: .7em; } }

/* line 666, sass/public/_card.scss */
.card-detail__share {
  display: block;
  padding: 5px 10px; }
  @media print {
    /* line 666, sass/public/_card.scss */
    .card-detail__share {
      display: none; } }

/* line 674, sass/public/_card.scss */
.card-detail__close {
  display: block;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  font-size: .9em;
  background-color: #666;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  @media print {
    /* line 674, sass/public/_card.scss */
    .card-detail__close {
      display: none; } }

/* line 692, sass/public/_card.scss */
.card-detail__x {
  border: none;
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: #333;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 3px solid #fff;
  z-index: 1;
  font-weight: bold;
  font-size: .8em; }
  @media print {
    /* line 692, sass/public/_card.scss */
    .card-detail__x {
      display: none; } }

/* line 711, sass/public/_card.scss */
.card-note {
  position: absolute;
  width: 269px;
  height: 269px;
  top: 0;
  left: 0;
  background-color: #efefef;
  border: 10px solid #fff;
  box-sizing: border-box;
  padding: 10px; }
  @media print {
    /* line 711, sass/public/_card.scss */
    .card-note {
      display: block !important;
      background-color: transparent;
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      border: none; } }

/* line 732, sass/public/_card.scss */
.card-note__input {
  display: block;
  background-color: #eee;
  border: none;
  width: 225px;
  height: 160px;
  margin-bottom: 10px;
  resize: none;
  outline: 0; }
  @media print {
    /* line 732, sass/public/_card.scss */
    .card-note__input {
      width: 100%;
      height: auto;
      background-color: transparent;
      margin: 0 0 0 70px;
      overflow: visible;
      font-size: .7em; } }

/* line 751, sass/public/_card.scss */
.card__image-container {
  position: relative; }

/* line 756, sass/public/_card.scss */
.card__image-container--decoration:after {
  content: '\00A0';
  background-image: url("/images/public/jagged_line.png");
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 100%; }
/* line 768, sass/public/_card.scss */
.info-only .card__image-container--decoration:after {
  content: '';
  background-image: none;
  position: relative;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0; }

/* line 780, sass/public/_card.scss */
.card__price {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #e07338;
  color: #fff;
  padding: 10px; }
  /* line 789, sass/public/_card.scss */
  .info-only .card__price {
    display: none; }

/* line 794, sass/public/_card.scss */
.card-options {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-decoration: none;
  text-align: center; }
  /* line 805, sass/public/_card.scss */
  .card-options a:link, .card-options a:visited {
    color: white; }
  /* line 808, sass/public/_card.scss */
  .cssanimations .card-options {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: .3s; }
  /* line 817, sass/public/_card.scss */
  .cards-container--directory .card-options {
    border-radius: 0; }

/* line 822, sass/public/_card.scss */
.card-options--square {
  border-radius: 0; }

/* line 826, sass/public/_card.scss */
.card-options__option {
  padding: 0px;
  margin: 35px 0 10px 0;
  display: block;
  text-decoration: none; }

/* line 833, sass/public/_card.scss */
.card-vote-button {
  position: absolute;
  width: 195px;
  top: 0; }
  /* line 837, sass/public/_card.scss */
  .card-vote-button:active {
    position: absolute; }

/* line 842, sass/public/_card.scss */
.card-content-container {
  padding: 2em 15px;
  text-align: center; }
  @media screen and (min-width: 760px) {
    /* line 842, sass/public/_card.scss */
    .card-content-container {
      text-align: left;
      padding: 2em 0; } }

/* line 851, sass/public/_card.scss */
.cards-side-container--flex-wrapper {
  max-width: 1175px;
  margin: auto;
  padding: 0;
  text-align: center; }
  @media screen and (min-width: 760px) {
    /* line 851, sass/public/_card.scss */
    .cards-side-container--flex-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }

/* line 864, sass/public/_card.scss */
.card-side-container {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 30px 5px;
  position: relative;
  text-align: left; }
  @media print {
    /* line 864, sass/public/_card.scss */
    .card-side-container {
      margin-bottom: 0;
      width: auto; } }

/* line 877, sass/public/_card.scss */
.card-side-container--medium {
  width: 450px;
  height: 260px; }

@media screen and (max-width: 1023px) {
  /* line 882, sass/public/_card.scss */
  .card-side-container--small-at-small {
    width: 320px;
    height: auto;
    margin-right: 0;
    margin-left: 0; }
    /* line 888, sass/public/_card.scss */
    .card-side-container--small-at-small .card-side {
      max-width: 320px; }
    /* line 891, sass/public/_card.scss */
    .card-side-container--small-at-small .card-side__image {
      width: 170px;
      height: 150px; }
    /* line 895, sass/public/_card.scss */
    .card-side-container--small-at-small .card-side__details {
      width: 145px; }
    /* line 898, sass/public/_card.scss */
    .card-side-container--small-at-small .card-side__location {
      width: 145px; } }

/* line 905, sass/public/_card.scss */
.card-side {
  background-color: #fff;
  position: relative;
  text-align: left;
  height: 100%; }
  /* line 910, sass/public/_card.scss */
  .cssanimations .card-side {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
  @media print {
    /* line 905, sass/public/_card.scss */
    .card-side {
      display: block !important;
      opacity: 1 !important;
      border-bottom: 1px solid #000;
      box-shadow: none;
      border-radius: 0;
      visibility: visible;
      page-break-inside: avoid; } }

/* line 930, sass/public/_card.scss */
.card-side__image {
  display: inline-block; }
  @media print {
    /* line 930, sass/public/_card.scss */
    .card-side__image {
      display: none; } }

/* line 937, sass/public/_card.scss */
.card-side__image--medium {
  width: 296px;
  height: auto; }

/* line 942, sass/public/_card.scss */
.card-side__details {
  display: inline-block;
  vertical-align: middle; }

/* line 947, sass/public/_card.scss */
.card-side__details--medium {
  width: 149px; }

/* line 951, sass/public/_card.scss */
.card-side__title {
  display: block;
  color: #5a5a5a;
  font-size: .9em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  text-decoration: none; }
  @media print {
    /* line 951, sass/public/_card.scss */
    .card-side__title {
      display: none; } }

/* line 964, sass/public/_card.scss */
.card-side__title--overflow {
  overflow: hidden; }

/* line 968, sass/public/_card.scss */
.card-side__title--medium {
  max-width: 385px; }

/* line 972, sass/public/_card.scss */
.card-side__category {
  box-sizing: border-box;
  font-size: .9em;
  display: block;
  font-weight: bold;
  width: 145px;
  padding: 10px;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 985, sass/public/_card.scss */
.card-side__location {
  box-sizing: border-box;
  display: block;
  color: #666;
  font-size: .8em;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 145px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1000, sass/public/_card.scss */
.card-side__location--medium {
  width: 149px; }

/* If more flags are added, will need to account for positioning here */
/* line 1006, sass/public/_card.scss */
.card__flag {
  position: absolute;
  top: 10px;
  right: 25px; }

/* line 1012, sass/public/_card.scss */
.card__flag + .card__flag {
  right: 64px; }

/* line 1016, sass/public/_card.scss */
.card__date {
  font-size: .9em; }

/* line 1020, sass/public/_card.scss */
.card__summary {
  font-size: .9em; }

/* line 1026, sass/public/_card.scss */
.flip-card {
  display: block;
  text-align: center; }
  @media screen and (min-width: 760px) {
    /* line 1026, sass/public/_card.scss */
    .flip-card {
      display: -ms-flexbox;
      display: flex;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left; } }
  /* line 1035, sass/public/_card.scss */
  .flip-card.is-selected {
    background-color: #e6e6e6; }

/* line 1040, sass/public/_card.scss */
.flip-card__image-container {
  position: relative;
  display: inline-block; }

/* line 1045, sass/public/_card.scss */
.flip-card__image {
  width: 280px;
  height: 213px;
  margin: 10px 0; }
  @media screen and (min-width: 760px) {
    /* line 1045, sass/public/_card.scss */
    .flip-card__image {
      width: 195px;
      height: 145px; } }
  @media print {
    /* line 1045, sass/public/_card.scss */
    .flip-card__image {
      display: none; } }

/* line 1060, sass/public/_card.scss */
.flip-card__details {
  text-align: left;
  display: inline-block;
  width: 280px; }
  /* line 1064, sass/public/_card.scss */
  .flip-card__details .card__title {
    padding-left: 0;
    padding-top: 0; }
  /* line 1068, sass/public/_card.scss */
  .flip-card__details .card-detail__address {
    padding-left: 0; }
  @media screen and (min-width: 760px) {
    /* line 1060, sass/public/_card.scss */
    .flip-card__details {
      padding-left: 20px;
      width: auto; } }

/* line 3, sass/public/_social-overlay.scss */
.social-share-button {
  padding: 5px 10px;
  text-align: center; }
  /* line 6, sass/public/_social-overlay.scss */
  .social-share-button a {
    max-width: 100px;
    margin: 0 auto;
    background: #094A6C;
    color: #fff;
    display: block;
    padding: 0.5em;
    font-size: 1em;
    border-radius: 3px;
    text-decoration: none;
    text-decoration: none;
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
    outline: none; }
    /* line 13, sass/public/_social-overlay.scss */
    .social-share-button a:link {
      color: white; }
    /* line 16, sass/public/_social-overlay.scss */
    .social-share-button a .button__icon {
      margin: -5px 5px 0 0; }

/* line 22, sass/public/_social-overlay.scss */
.social-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(198, 186, 168, 0.8);
  z-index: 3001;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed; }

/* line 34, sass/public/_social-overlay.scss */
.social-overlay__close {
  right: 2%;
  top: 2%;
  position: absolute; }
  /* line 38, sass/public/_social-overlay.scss */
  .social-overlay__close a {
    color: #5a5a5a;
    text-decoration: none;
    outline: none;
    font-size: 1.5em;
    color: #000; }
    /* line 44, sass/public/_social-overlay.scss */
    .social-overlay__close a:visited {
      color: #000; }
    /* line 47, sass/public/_social-overlay.scss */
    .social-overlay__close a:link {
      color: #000; }

/* line 53, sass/public/_social-overlay.scss */
.social-overlay__content {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  color: #5a5a5a;
  text-align: center;
  width: 100%; }

/* line 62, sass/public/_social-overlay.scss */
.social-overlay__inner-content {
  display: inline-block;
  background-color: #ebebeb;
  padding: 25px 25px 35px 25px;
  position: relative; }

/* line 69, sass/public/_social-overlay.scss */
.social-overlay__content--header {
  font-size: 50px;
  font-size: 3vw;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 3vw; }
  @media (max-width: 1000px) {
    /* line 69, sass/public/_social-overlay.scss */
    .social-overlay__content--header {
      font-size: 30px; } }
  @media (min-width: 4000px) {
    /* line 69, sass/public/_social-overlay.scss */
    .social-overlay__content--header {
      font-size: 120px; } }

/* line 75, sass/public/_social-overlay.scss */
.social-overlay__content--icons {
  min-width: 250px;
  display: inline-block;
  width: 28%;
  right: 36%; }
  /* line 82, sass/public/_social-overlay.scss */
  .social-overlay__content--icons a {
    width: 20%;
    margin-right: 3%;
    position: relative;
    text-decoration: none;
    outline: none; }
    /* line 88, sass/public/_social-overlay.scss */
    .social-overlay__content--icons a:last-child {
      margin-right: 0%; }
    /* line 95, sass/public/_social-overlay.scss */
    .social-overlay__content--icons a img {
      width: 20%; }

/* line 1, sass/public/_trip-map.scss */
.trip-map {
  width: 90%;
  height: 250px;
  max-width: 1300px;
  position: relative;
  margin: 25px auto;
  border: 1px solid #cecece;
  box-shadow: 0 0 10px #777;
  padding-bottom: 100px; }
  @media (min-width: 760px) {
    /* line 1, sass/public/_trip-map.scss */
    .trip-map {
      height: 600px; } }

/* line 15, sass/public/_trip-map.scss */
.trip-map .infobox {
  box-sizing: border-box;
  background-color: #000;
  left: 50%;
  color: #fff;
  padding: 5px 5px 10px 5px;
  cursor: default;
  width: 300px;
  height: 254px;
  font-size: .9em;
  overflow: hidden; }
  /* line 27, sass/public/_trip-map.scss */
  .trip-map .infobox a:link, .trip-map .infobox a:visited {
    color: #fff;
    text-decoration: underline; }

/* line 33, sass/public/_trip-map.scss */
.infobox__close {
  cursor: pointer;
  padding: 2px;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1; }

/* line 42, sass/public/_trip-map.scss */
.trip-map .MapPushpinBase {
  cursor: pointer !important; }

/* line 46, sass/public/_trip-map.scss */
.trip-map .infobox_content {
  max-height: 249px;
  overflow: hidden; }
  /* line 49, sass/public/_trip-map.scss */
  .trip-map .infobox_content img {
    max-width: 100%;
    margin: 0 auto 10px auto;
    display: block;
    max-height: 193px; }
  /* line 55, sass/public/_trip-map.scss */
  .trip-map .infobox_content iframe {
    max-width: 100%;
    max-height: 193px; }

/* line 61, sass/public/_trip-map.scss */
.trip-map .infobox_pointer {
  height: 0;
  width: 0;
  border: 16px solid transparent;
  border-top-width: 30px;
  border-top-color: #000;
  margin-left: 134px; }

/* line 70, sass/public/_trip-map.scss */
.trip-map .infobox-green {
  background-color: #04a700; }
  /* line 72, sass/public/_trip-map.scss */
  .trip-map .infobox-green + .infobox_pointer {
    border-top-color: #04a700; }

/* line 77, sass/public/_trip-map.scss */
.trip-map .infobox-orange {
  background-color: #f7941e; }
  /* line 79, sass/public/_trip-map.scss */
  .trip-map .infobox-orange + .infobox_pointer {
    border-top-color: #f7941e; }

/* line 84, sass/public/_trip-map.scss */
.trip-map .infobox-red {
  background-color: #901300; }
  /* line 86, sass/public/_trip-map.scss */
  .trip-map .infobox-red + .infobox_pointer {
    border-top-color: #901300; }

/* line 91, sass/public/_trip-map.scss */
.trip-map .infobox-blue {
  background-color: #0015ff; }
  /* line 93, sass/public/_trip-map.scss */
  .trip-map .infobox-blue + .infobox_pointer {
    border-top-color: #0015ff; }

/* line 98, sass/public/_trip-map.scss */
.trip-map .infobox-purple {
  background-color: #9000ff; }
  /* line 100, sass/public/_trip-map.scss */
  .trip-map .infobox-purple + .infobox_pointer {
    border-top-color: #9000ff; }

/* line 1, sass/public/_article.scss */
.article {
  padding: 1em 0; }

/* line 5, sass/public/_article.scss */
.article-hero {
  position: relative;
  margin: 10px 0; }

/* line 10, sass/public/_article.scss */
.article-hero__image {
  width: 100%;
  height: auto;
  display: block; }

/* line 16, sass/public/_article.scss */
.article-title {
  font-size: 2.3em;
  text-transform: none;
  font-weight: bold;
  margin: 10px 20px; }
  @media screen and (min-width: 760px) {
    /* line 16, sass/public/_article.scss */
    .article-title {
      font-size: 2.8em;
      margin: 10px 0; } }

/* line 28, sass/public/_article.scss */
.article__content .truncatedStory {
  padding: 0;
  margin: 0;
  color: #5a5a5a;
  font-size: 1.1em;
  /* Dealing with various WYSIWYG content */
  /* For some legacy content with wordpress stuff in it */ }
  /* line 35, sass/public/_article.scss */
  .article__content .truncatedStory p {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.8; }
    @media screen and (min-width: 760px) {
      /* line 35, sass/public/_article.scss */
      .article__content .truncatedStory p {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1.5em;
        margin-bottom: 1.5em; } }
  /* line 47, sass/public/_article.scss */
  .article__content .truncatedStory h2 {
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin: .8em 15px 15px; }
    /* line 51, sass/public/_article.scss */
    .article__content .truncatedStory h2 em a:link, .article__content .truncatedStory h2 em a:visited {
      font-weight: normal; }
    @media screen and (min-width: 760px) {
      /* line 47, sass/public/_article.scss */
      .article__content .truncatedStory h2 {
        font-size: 1.7em;
        margin: 1em 0; } }
  /* line 59, sass/public/_article.scss */
  .article__content .truncatedStory a:link, .article__content .truncatedStory a:visited {
    font-weight: bold;
    color: #094A6C;
    text-decoration: none; }
  /* line 64, sass/public/_article.scss */
  .article__content .truncatedStory blockquote {
    background-color: #f8f8f8;
    line-height: 1.8;
    color: #0d6a9b;
    font-style: italic;
    margin: 1em 0;
    padding: 15px; }
    @media screen and (min-width: 760px) {
      /* line 64, sass/public/_article.scss */
      .article__content .truncatedStory blockquote {
        padding: 30px 25%;
        font-size: 1.3em;
        margin: 2em 0; } }
    /* line 76, sass/public/_article.scss */
    .article__content .truncatedStory blockquote p {
      margin: 0; }
  /* line 80, sass/public/_article.scss */
  .article__content .truncatedStory img {
    max-width: 100%; }
  /* line 83, sass/public/_article.scss */
  .article__content .truncatedStory .floatRight {
    float: none;
    margin: 15px; }
    @media screen and (min-width: 760px) {
      /* line 83, sass/public/_article.scss */
      .article__content .truncatedStory .floatRight {
        float: right;
        max-width: 50%;
        margin: 1em 0 1em 1em; } }
    /* line 91, sass/public/_article.scss */
    .article__content .truncatedStory .floatRight img {
      max-width: 100%;
      display: block;
      margin: auto; }
  /* line 97, sass/public/_article.scss */
  .article__content .truncatedStory .floatLeft {
    float: none;
    margin: 15px; }
    @media screen and (min-width: 760px) {
      /* line 97, sass/public/_article.scss */
      .article__content .truncatedStory .floatLeft {
        float: left;
        max-width: 50%;
        margin: 1em 1em 1em 0; } }
    /* line 105, sass/public/_article.scss */
    .article__content .truncatedStory .floatLeft img {
      max-width: 100%;
      display: block;
      margin: auto; }
  /* line 112, sass/public/_article.scss */
  .article__content .truncatedStory .wp-caption > figure {
    text-align: center; }
  /* line 115, sass/public/_article.scss */
  .article__content .truncatedStory .wp-caption img {
    max-width: 100%;
    display: inline-block; }
  /* line 120, sass/public/_article.scss */
  .article__content .truncatedStory figure figcaption {
    background: #e6e6e6;
    display: block;
    position: static;
    font-style: italic;
    font-size: .9em;
    padding: .5em; }
    @media screen and (min-width: 760px) {
      /* line 120, sass/public/_article.scss */
      .article__content .truncatedStory figure figcaption {
        padding: 20px 3%; } }
    /* line 130, sass/public/_article.scss */
    .article__content .truncatedStory figure figcaption p {
      width: auto;
      margin: 0;
      padding: 0; }

/* line 139, sass/public/_article.scss */
.article__byline {
  font-size: .8em;
  display: block;
  margin: 10px 20px;
  color: #000; }
  @media screen and (min-width: 760px) {
    /* line 139, sass/public/_article.scss */
    .article__byline {
      margin: 10px 0; } }

/* line 150, sass/public/_article.scss */
.article__byline-link:link, .article__byline-link:visited {
  text-decoration: none; }

/* line 155, sass/public/_article.scss */
.article-aside {
  background-color: #f8f8f8;
  text-align: center;
  padding: 20px;
  margin: 1em 0; }
  @media screen and (min-width: 760px) {
    /* line 155, sass/public/_article.scss */
    .article-aside {
      padding: 30px 15%;
      margin: 2em 0; } }

/* line 166, sass/public/_article.scss */
.article-aside__image {
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px; }

/* line 173, sass/public/_article.scss */
.article-aside__link {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 190px; }
  /* line 178, sass/public/_article.scss */
  .article-aside__link:link, .article-aside__link:visited {
    color: #094A6C;
    text-decoration: none; }

/* line 184, sass/public/_article.scss */
.article-aside__title {
  font-size: 1.3em;
  margin: 0;
  font-weight: normal;
  color: #094A6C; }

/* line 191, sass/public/_article.scss */
.article-aside__subtitle {
  font-size: .9em;
  margin: 0; }

/* line 196, sass/public/_article.scss */
.article-aside__email-input {
  background-color: #e6e6e6;
  border: 1px solid #b3b3b3;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin: 5px 0; }

/* line 205, sass/public/_article.scss */
.article-author {
  color: #5a5a5a;
  margin: 1em 15px;
  font-size: .9em; }
  @media screen and (min-width: 760px) {
    /* line 205, sass/public/_article.scss */
    .article-author {
      margin: 2em 0 0;
      font-size: 1em; } }
  /* line 213, sass/public/_article.scss */
  .article-author figure {
    max-width: 100px;
    margin-bottom: 1em; }
    @media screen and (min-width: 760px) {
      /* line 213, sass/public/_article.scss */
      .article-author figure {
        float: left;
        margin-right: 1em; } }
    /* line 220, sass/public/_article.scss */
    .article-author figure img {
      max-width: 100%; }
  /* line 224, sass/public/_article.scss */
  .article-author .truncatedStory {
    padding: 0; }
  /* line 227, sass/public/_article.scss */
  .article-author .truncatedStory p {
    margin: 5px 0; }
    @media screen and (min-width: 760px) {
      /* line 227, sass/public/_article.scss */
      .article-author .truncatedStory p {
        margin: 0; } }

/* line 235, sass/public/_article.scss */
.article-intro {
  text-align: center;
  font-size: .9em;
  padding: 1em 0; }
  /* line 236, sass/public/_article.scss */
  .article-intro h1 {
    font-size: 3em;
    text-transform: none;
    font-weight: bold; }
    @media screen and (min-width: 760px) {
      /* line 236, sass/public/_article.scss */
      .article-intro h1 {
        font-size: 3.5em;
        margin-bottom: 0; } }
  /* line 245, sass/public/_article.scss */
  .article-intro h2 {
    margin: .5em 0;
    font-size: 1.2em; }
    @media screen and (min-width: 760px) {
      /* line 245, sass/public/_article.scss */
      .article-intro h2 {
        font-size: 1.5em; } }

/* line 257, sass/public/_article.scss */
.fb-comments {
  margin: 1em auto; }

/* line 261, sass/public/_article.scss */
.article-share .social-share-button a {
  margin: 10px 0 0; }

/* line 265, sass/public/_article.scss */
.article-share .social-share-button {
  padding: 5px 15px; }
  @media screen and (min-width: 760px) {
    /* line 265, sass/public/_article.scss */
    .article-share .social-share-button {
      padding: 5px 0; } }

/* line 1, sass/public/_content-header.scss */
.content-header {
  color: #fff;
  background-color: #068382; }

/* line 6, sass/public/_content-header.scss */
.content-header__image {
  display: block;
  width: 100%; }
  @media screen and (min-width: 760px) {
    /* line 6, sass/public/_content-header.scss */
    .content-header__image {
      width: 60%;
      display: inline-block;
      vertical-align: middle; } }

/* line 16, sass/public/_content-header.scss */
.content-header-content {
  box-sizing: border-box;
  display: block;
  padding: 2em; }
  @media screen and (min-width: 760px) {
    /* line 16, sass/public/_content-header.scss */
    .content-header-content {
      width: 40%;
      display: inline-block;
      vertical-align: middle; } }
  /* line 25, sass/public/_content-header.scss */
  .content-header-content a:link, .content-header-content a:visited {
    color: #fff;
    text-decoration: underline; }

/* line 31, sass/public/_content-header.scss */
.content-header-content__intro {
  color: #fff;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-size: 1.7em;
  margin: 0; }

/* line 38, sass/public/_content-header.scss */
.content-header-content__title {
  color: #fff;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-size: 2.4em;
  line-height: 1;
  margin: .4em 0;
  font-weight: normal; }
  @media screen and (min-width: 760px) {
    /* line 38, sass/public/_content-header.scss */
    .content-header-content__title {
      font-size: 3.2em; } }

/* line 1, sass/public/_link-block.scss */
.link-block-container {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 50px; }

/* line 7, sass/public/_link-block.scss */
.link-block-container--medium {
  max-width: 562px; }
  @media screen and (min-width: 1200px) {
    /* line 7, sass/public/_link-block.scss */
    .link-block-container--medium {
      max-width: none; } }

/* line 14, sass/public/_link-block.scss */
.link-block-slider {
  box-sizing: border-box;
  padding: 0 20px; }

/* line 19, sass/public/_link-block.scss */
.link-block-container--unconstrained {
  max-width: none; }

/* line 23, sass/public/_link-block.scss */
.link-block {
  position: relative;
  display: inline-block;
  width: 187px;
  margin: 10px;
  vertical-align: top;
  text-decoration: none; }
  /* line 30, sass/public/_link-block.scss */
  .link-block--medium .link-block {
    width: 258px;
    max-width: 100%; }
  /* line 34, sass/public/_link-block.scss */
  .link-block--large-to-medium .link-block {
    width: 258px;
    max-width: 100%;
    margin: 0; }
    @media screen and (min-width: 480px) {
      /* line 34, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block {
        width: 526px; } }
    @media screen and (min-width: 760px) {
      /* line 34, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block {
        width: 258px;
        margin: 10px; } }
  /* line 46, sass/public/_link-block.scss */
  .link-block--link-to-medium .link-block {
    width: 125px; }
    @media screen and (min-width: 760px) {
      /* line 46, sass/public/_link-block.scss */
      .link-block--link-to-medium .link-block {
        width: 258px; } }
  /* line 52, sass/public/_link-block.scss */
  .link-block--large .link-block {
    width: 526px;
    max-width: 100%;
    margin: 0; }
    @media screen and (min-width: 760px) {
      /* line 52, sass/public/_link-block.scss */
      .link-block--large .link-block {
        width: 320px;
        margin: 10px; } }

/* line 63, sass/public/_link-block.scss */
.link-block--large-to-medium {
  overflow: hidden; }

/* line 67, sass/public/_link-block.scss */
.link-block--single {
  display: block; }

/* line 71, sass/public/_link-block.scss */
.link-block--unconstrained {
  width: auto; }

/* line 75, sass/public/_link-block.scss */
.link-block--full {
  width: 100%; }

/* line 80, sass/public/_link-block.scss */
a.link-block--white:link, a.link-block--white:visited {
  color: #fff; }

@media screen and (min-width: 760px) {
  /* line 87, sass/public/_link-block.scss */
  .link-block-slider .link-block--media {
    width: 200px; } }
@media screen and (min-width: 1175px) {
  /* line 87, sass/public/_link-block.scss */
  .link-block-slider .link-block--media {
    width: 326px; } }
@media screen and (min-width: 1023px) {
  /* line 96, sass/public/_link-block.scss */
  .no-slider .link-block--media {
    width: 326px; } }

/* line 103, sass/public/_link-block.scss */
.link-block__image {
  position: relative;
  width: 187px;
  height: 121px; }
  /* line 107, sass/public/_link-block.scss */
  .link-block--medium .link-block__image {
    width: 258px;
    height: auto;
    max-width: 100%; }
  /* line 112, sass/public/_link-block.scss */
  .link-block--link-to-medium .link-block__image {
    display: none;
    width: 125px; }
    @media screen and (min-width: 760px) {
      /* line 112, sass/public/_link-block.scss */
      .link-block--link-to-medium .link-block__image {
        display: inline;
        width: 258px;
        height: auto; } }
  /* line 121, sass/public/_link-block.scss */
  .link-block--large .link-block__image {
    width: 526px;
    height: auto;
    max-width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 121, sass/public/_link-block.scss */
      .link-block--large .link-block__image {
        width: 320px; } }
  /* line 129, sass/public/_link-block.scss */
  .link-block--large-to-medium .link-block__image {
    width: 258px;
    height: auto;
    max-width: 100%; }
    @media screen and (min-width: 480px) {
      /* line 129, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block__image {
        width: 526px; } }
    @media screen and (min-width: 760px) {
      /* line 129, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block__image {
        width: 258px;
        height: auto; } }
  /* line 141, sass/public/_link-block.scss */
  .link-block--unconstrained .link-block__image {
    width: 100%;
    height: auto;
    max-width: 100%; }

@media screen and (min-width: 760px) {
  /* line 149, sass/public/_link-block.scss */
  .link-block-slider .link-block__image--media {
    width: 200px; } }
@media screen and (min-width: 1175px) {
  /* line 149, sass/public/_link-block.scss */
  .link-block-slider .link-block__image--media {
    width: 326px;
    height: 211px; } }
@media screen and (min-width: 1023px) {
  /* line 159, sass/public/_link-block.scss */
  .no-slider .link-block__image--media {
    width: 326px;
    height: 211px; } }

/* line 167, sass/public/_link-block.scss */
.link-block__title {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.1em;
  width: 187px;
  margin: 0 auto; }
  /* line 174, sass/public/_link-block.scss */
  .link-block--left .link-block__title {
    padding-left: 0;
    font-weight: bold; }
  /* line 178, sass/public/_link-block.scss */
  .link-block--unconstrained .link-block__title {
    width: auto; }
  /* line 181, sass/public/_link-block.scss */
  .link-block--link-to-medium .link-block__title {
    text-decoration: underline;
    width: 125px; }
    @media screen and (min-width: 760px) {
      /* line 181, sass/public/_link-block.scss */
      .link-block--link-to-medium .link-block__title {
        width: 258px;
        text-decoration: none; } }
  /* line 189, sass/public/_link-block.scss */
  .link-block--medium .link-block__title {
    width: 258px;
    height: 30px;
    max-width: 100%; }
  /* line 194, sass/public/_link-block.scss */
  .link-block--large .link-block__title {
    width: 526px;
    height: 70px;
    max-width: 100%; }
    @media screen and (min-width: 760px) {
      /* line 194, sass/public/_link-block.scss */
      .link-block--large .link-block__title {
        width: 320px; } }
  /* line 202, sass/public/_link-block.scss */
  .link-block--large-to-medium .link-block__title {
    width: 258px;
    height: 30px; }
    @media screen and (min-width: 480px) {
      /* line 202, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block__title {
        width: 526px; } }
    @media screen and (min-width: 760px) {
      /* line 202, sass/public/_link-block.scss */
      .link-block--large-to-medium .link-block__title {
        width: 258px; } }

/* line 214, sass/public/_link-block.scss */
.link-block__title--space {
  margin-top: 15px; }

/* line 219, sass/public/_link-block.scss */
.link-block__title--media {
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 20px 25px;
  font-size: 1em; }
  @media screen and (min-width: 760px) {
    /* line 221, sass/public/_link-block.scss */
    .link-block-slider .link-block__title--media {
      width: 200px;
      height: 110px; } }
  @media screen and (min-width: 1175px) {
    /* line 221, sass/public/_link-block.scss */
    .link-block-slider .link-block__title--media {
      width: 326px;
      height: 89px; } }
  @media screen and (min-width: 1023px) {
    /* line 232, sass/public/_link-block.scss */
    .no-slider .link-block__title--media {
      width: 326px;
      height: 89px; } }
  /* line 243, sass/public/_link-block.scss */
  a.video .link-block__title--media:after {
    content: ' ';
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    right: 0;
    top: -28px;
    padding: 5px;
    width: 37px;
    height: 28px;
    padding: 5px;
    background-color: white;
    background-image: url("/Images/public/icons/icon-film-strip.png");
    background-image: url("/Images/public/icons/icon-film-strip.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%; }

/* line 1, sass/public/_floating-caption.scss */
.floating-caption-container {
  position: relative; }

/* line 6, sass/public/_floating-caption.scss */
.floating-caption-background img {
  width: 100%;
  height: auto; }

/* line 12, sass/public/_floating-caption.scss */
.floating-caption {
  background-color: white;
  text-align: center;
  width: 100%;
  padding: 0; }
  @media screen and (min-width: 1023px) {
    /* line 12, sass/public/_floating-caption.scss */
    .floating-caption {
      position: absolute;
      bottom: 40px;
      left: 50%;
      margin-left: -500px;
      max-width: 500px;
      background-color: rgba(255, 255, 255, 0.85); } }
  /* line 25, sass/public/_floating-caption.scss */
  .floating-caption p {
    line-height: 1.7;
    font-size: 1em; }
  /* line 29, sass/public/_floating-caption.scss */
  .floating-caption h1, .floating-caption h2 {
    color: #5a5a5a;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    margin: .8em 0;
    text-transform: none; }
    @media screen and (min-width: 1023px) {
      /* line 29, sass/public/_floating-caption.scss */
      .floating-caption h1, .floating-caption h2 {
        font-size: 2em; } }
  /* line 43, sass/public/_floating-caption.scss */
  .floating-caption .truncatedStory {
    padding: 1px 20px 10px; }

/* line 1, sass/public/_landing-section.scss */
.landing-section {
  padding: 25px 0; }
  /* line 3, sass/public/_landing-section.scss */
  .landing-section + .landing-section {
    padding-top: 0; }
  /* line 6, sass/public/_landing-section.scss */
  .landing-section h2 {
    text-align: center;
    color: #5a5a5a;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 .5em 0; }
  @media screen and (min-width: 1023px) {
    /* line 1, sass/public/_landing-section.scss */
    .landing-section {
      padding: 50px 0; }
      /* line 19, sass/public/_landing-section.scss */
      .landing-section h2 {
        margin: 0 0 1em 0; } }

/* line 1, sass/public/_split-layout.scss */
.split-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 600px; }
  @media screen and (min-width: 760px) {
    /* line 1, sass/public/_split-layout.scss */
    .split-layout {
      -ms-flex-flow: row;
      flex-flow: row; } }

/* line 10, sass/public/_split-layout.scss */
.split-layout-landscape {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 600px; }
  @media screen and (min-width: 1023px) {
    /* line 10, sass/public/_split-layout.scss */
    .split-layout-landscape {
      -ms-flex-flow: row;
      flex-flow: row; } }

/* line 20, sass/public/_split-layout.scss */
.split-layout--inner {
  min-height: 0; }

@media screen and (min-width: 760px) {
  /* line 24, sass/public/_split-layout.scss */
  .split-layout__column {
    width: 50%; } }

/* line 30, sass/public/_split-layout.scss */
.split-layout__column--solid {
  background-color: #f5efe0; }

/* line 34, sass/public/_split-layout.scss */
.split-layout__column--neutral {
  background-color: #fff; }

/* line 40, sass/public/_split-layout.scss */
.split-layout__column--special-list ul {
  list-style-type: none;
  font-size: 1.3em;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }
  /* line 44, sass/public/_split-layout.scss */
  .split-layout__column--special-list ul a {
    text-decoration: none; }

/* line 50, sass/public/_split-layout.scss */
.banner-heading {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  height: 70px;
  padding: 10px 15px; }
  /* line 57, sass/public/_split-layout.scss */
  .banner-heading h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 760px) {
    /* line 50, sass/public/_split-layout.scss */
    .banner-heading {
      padding: 10px 30px; } }

/* line 68, sass/public/_split-layout.scss */
.banner-heading__image {
  float: left;
  max-height: 50px;
  margin: 0 15px 0 0; }
  @media screen and (min-width: 760px) {
    /* line 68, sass/public/_split-layout.scss */
    .banner-heading__image {
      margin: 0 15px; } }

@media screen and (min-width: 1023px) {
  /* line 77, sass/public/_split-layout.scss */
  .desktop-first-landscape {
    -ms-flex-order: -1;
    order: -1; } }

/* line 83, sass/public/_split-layout.scss */
.discover-more {
  position: absolute;
  bottom: 0; }
  @media screen and (min-width: 1023px) {
    /* line 83, sass/public/_split-layout.scss */
    .discover-more {
      position: static;
      margin-top: 15px; } }

/* line 92, sass/public/_split-layout.scss */
.discover-more-container {
  position: relative;
  padding-bottom: 117px; }
  @media screen and (min-width: 1023px) {
    /* line 92, sass/public/_split-layout.scss */
    .discover-more-container {
      padding-bottom: 0; } }

/* line 1, sass/public/_progress-bar.scss */
.progress-bar {
  -webkit-display: flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 9, sass/public/_progress-bar.scss */
.progress-bar__button {
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #094A6C;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em; }
  /* line 20, sass/public/_progress-bar.scss */
  .is-active .progress-bar__button {
    color: #fff; }

/* line 24, sass/public/_progress-bar.scss */
.progress-bar__item {
  box-sizing: border-box;
  position: relative;
  margin: 0 1em;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent; }
  /* line 36, sass/public/_progress-bar.scss */
  .progress-bar__item.is-active {
    background-color: #094A6C;
    color: #fff; }

/* line 1, sass/public/_options.scss */
.options {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 10, sass/public/_options.scss */
.option {
  display: inline-block;
  position: relative;
  padding: 0 5px 20px;
  width: 40%; }
  @media screen and (min-width: 760px) {
    /* line 10, sass/public/_options.scss */
    .option {
      width: 30%; } }

/* line 20, sass/public/_options.scss */
.options__radio {
  position: absolute;
  left: 50%;
  top: 50%; }

/* line 25, sass/public/_options.scss */
.option__image {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  width: 75%;
  height: auto;
  position: relative;
  z-index: 2;
  pointer-events: none; }
  /* line 37, sass/public/_options.scss */
  .options__radio:checked ~ .option__image {
    opacity: .8; }
  @media screen and (min-width: 480px) {
    /* line 25, sass/public/_options.scss */
    .option__image {
      width: auto; } }

/* line 45, sass/public/_options.scss */
img.option__image {
  z-index: 2; }

/* line 1, sass/public/_date-block.scss */
.date-block {
  text-align: center; }

/* line 5, sass/public/_date-block.scss */
.date-block__date {
  display: inline-block;
  max-width: 140px; }

/* line 10, sass/public/_date-block.scss */
.date-block__separator {
  font-size: .9em;
  margin: 0; }
  @media screen and (min-width: 760px) {
    /* line 10, sass/public/_date-block.scss */
    .date-block__separator {
      margin: 0 40px; } }

/* line 3, sass/public/_map-list.scss */
.region-map-wrapper {
  padding: 10px 20px;
  text-align: center; }

/* line 8, sass/public/_map-list.scss */
.region-map {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 10px; }
  @media screen and (min-width: 760px) {
    /* line 8, sass/public/_map-list.scss */
    .region-map {
      max-width: 360px; } }

/* line 18, sass/public/_map-list.scss */
.map-list-container {
  display: inline-block;
  vertical-align: middle; }

/* line 23, sass/public/_map-list.scss */
.map-list, .map-list--inline {
  padding: 1.0em 0 0.5em; }
  @media screen and (min-width: 760px) {
    /* line 27, sass/public/_map-list.scss */
    .map-list.flt-rt, .flt-rt.map-list--inline {
      float: right;
      padding: 1.0em 2.0em 0.5em 0; } }

/* line 34, sass/public/_map-list.scss */
.map-list--inline {
  padding: 0 5px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle; }
  /* line 46, sass/public/_map-list.scss */
  .map-list--inline:first-of-type {
    padding-left: 20px; }

/* line 52, sass/public/_map-list.scss */
.map-list__item {
  position: relative;
  padding: 0;
  margin: 0 0 .5em;
  box-sizing: border-box; }

/* line 60, sass/public/_map-list.scss */
.map-list__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: .5em 1.25em;
  border-radius: 20px;
  background-color: #094A6C;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: white; }
  /* line 77, sass/public/_map-list.scss */
  .map-list__link:hover, .map-list__link.active {
    background-color: #0d6a9b; }

@media screen and (min-width: 760px) {
  /* line 89, sass/public/_map-list.scss */
  .map-list__button {
    margin-left: 1.7em; } }

/* line 1, sass/public/_map-pane.scss */
.map-pane {
  position: absolute; }
  /* line 3, sass/public/_map-pane.scss */
  .fixed ~ .map-pane {
    margin-top: 250px; }
    @media screen and (min-width: 1023px) {
      /* line 3, sass/public/_map-pane.scss */
      .fixed ~ .map-pane {
        margin-top: 0; } }
  @media screen and (min-width: 1023px) {
    /* line 1, sass/public/_map-pane.scss */
    .map-pane {
      width: 665px; } }

/* line 15, sass/public/_map-pane.scss */
.map-pane__inner {
  padding: 20px; }
  @media screen and (min-width: 760px) {
    /* line 15, sass/public/_map-pane.scss */
    .map-pane__inner {
      padding: 0 0 0 80px; } }
  /* line 24, sass/public/_map-pane.scss */
  .map-pane__inner h1 {
    padding-right: 80px; }

/* line 29, sass/public/_map-pane.scss */
.map-pane__key {
  font-size: .9em; }
  /* line 31, sass/public/_map-pane.scss */
  .map-pane__key img {
    vertical-align: text-bottom; }

/* line 36, sass/public/_map-pane.scss */
.map-pane__title {
  color: #5a5a5a;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin: 0; }

/* line 43, sass/public/_map-pane.scss */
.map-pane__title--profile {
  font-size: 1.5em; }

/* line 47, sass/public/_map-pane.scss */
.map-pane__title--region {
  font-size: 1.2em; }

/* line 51, sass/public/_map-pane.scss */
.map-pane__heading {
  box-sizing: border-box;
  background-color: #068382;
  color: #fff;
  padding: 0 5px;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 45px; }
  /* line 60, sass/public/_map-pane.scss */
  .map-pane__heading span {
    display: inline-block;
    vertical-align: middle; }
  /* line 64, sass/public/_map-pane.scss */
  .map-pane__heading:before {
    content: ' ';
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    width: 1px; }

/* line 73, sass/public/_map-pane.scss */
.map-pane__heading-additional {
  display: inline-block;
  vertical-align: baseline;
  font-size: .8em;
  font-weight: normal; }

/* line 80, sass/public/_map-pane.scss */
.map-pane-map-container {
  width: 100%;
  height: 250px;
  z-index: 2; }
  /* line 85, sass/public/_map-pane.scss */
  .map-pane-map-container.fixed {
    top: 0;
    right: 0; }
  @media screen and (min-width: 1023px) {
    /* line 80, sass/public/_map-pane.scss */
    .map-pane-map-container {
      float: right;
      width: 50%; } }

/* line 95, sass/public/_map-pane.scss */
.map-pane-map {
  width: 100%;
  height: 100%; }

/* line 100, sass/public/_map-pane.scss */
.map-pane__start-over, a.map-pane__start-over {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: .9em; }
  /* line 105, sass/public/_map-pane.scss */
  .map-pane__start-over, .map-pane__start-over:link, .map-pane__start-over:visited, .map-pane__start-over:hover, .map-pane__start-over:active, a.map-pane__start-over, a.map-pane__start-over:link, a.map-pane__start-over:visited, a.map-pane__start-over:hover, a.map-pane__start-over:active {
    text-decoration: none;
    background: none;
    border: none;
    color: #5a5a5a; }

/* line 116, sass/public/_map-pane.scss */
.map-btns {
  display: none;
  position: relative;
  z-index: 3000;
  left: 0px;
  background-color: white;
  padding: 0 20px;
  box-sizing: border-box;
  transition: .4s ease-in-out; }
  /* line 126, sass/public/_map-pane.scss */
  .map-btns.init {
    display: block; }
  /* line 130, sass/public/_map-pane.scss */
  .map-btns.fixed {
    position: fixed;
    width: 100%;
    top: 0px; }
  /* line 137, sass/public/_map-pane.scss */
  .map-btns.fixed.map-visible {
    top: 250px; }
  @media screen and (min-width: 1023px) {
    /* line 116, sass/public/_map-pane.scss */
    .map-btns {
      display: none !important;
      top: -9999px; } }

/* line 153, sass/public/_map-pane.scss */
.map-btn {
  position: relative;
  display: block;
  width: 80px;
  margin: 0 auto;
  padding: 0;
  color: #094A6C;
  background-color: rgba(197, 185, 166, 0.27);
  text-align: center;
  font-size: .55em;
  text-transform: uppercase;
  line-height: 3em; }

/* line 1, sass/public/_loading-overlay.scss */
.loading-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 600px;
  background-color: #e6e6e6; }

/* line 11, sass/public/_loading-overlay.scss */
.loading-overlay__message {
  position: absolute;
  width: 90%;
  max-width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

/* line 21, sass/public/_loading-overlay.scss */
.loading-overlay__text {
  font-size: 1.1em;
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }

/* line 26, sass/public/_loading-overlay.scss */
.loading-overlay__icon {
  opacity: 0;
  animation: 1s scaleUp forwards;
  animation-iteration-count: infinite; }

/**
NOTE: THE MARKUP COULD NOT BE ALTERED ON SOME WIDGETS. THE CLASSES ARE A LITTLE CONFUSING BECAUSE OF THAT AND THE WYSIWYG EDITORS.
*/
/* line 37, sass/public/_gemutlichkeit.scss */
.gemut {
  background-color: #f3ede7; }

/* line 44, sass/public/_gemutlichkeit.scss */
.gemut-bgcolor-1 {
  background-color: #62bfb0; }
  /* line 47, sass/public/_gemutlichkeit.scss */
  .gemut-bgcolor-1 h1 {
    color: white !important; }
  /* line 50, sass/public/_gemutlichkeit.scss */
  .gemut-bgcolor-1 .truncatedStory {
    color: white !important; }

/* line 56, sass/public/_gemutlichkeit.scss */
.gemut-bgcolor-2 {
  background-color: #fedb00; }
  /* line 58, sass/public/_gemutlichkeit.scss */
  .gemut-bgcolor-2 .truncatedStory {
    color: #5a5a5a !important; }

/* line 63, sass/public/_gemutlichkeit.scss */
.gemut-color-block {
  position: relative; }

/* line 67, sass/public/_gemutlichkeit.scss */
.gemut-max-width, .gemut__title, .gemut__intro, .gemut__info, .gemut__sec p, .gemut__sec--reg p, .gemut__sec--island p {
  max-width: 1175px; }

/* line 77, sass/public/_gemutlichkeit.scss */
.gemut__title {
  position: relative;
  margin: 35px auto 15px;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center; }
  @media only screen and (min-width: 480px) {
    /* line 77, sass/public/_gemutlichkeit.scss */
    .gemut__title {
      margin: 75px auto 15px;
      font-size: 60px; } }
  @media only screen and (min-width: 760px) {
    /* line 77, sass/public/_gemutlichkeit.scss */
    .gemut__title {
      margin: 75px auto 15px;
      font-size: 90px; } }

/* line 101, sass/public/_gemutlichkeit.scss */
.gemut__intro {
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 760px) {
    /* line 101, sass/public/_gemutlichkeit.scss */
    .gemut__intro {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row; } }

/* line 115, sass/public/_gemutlichkeit.scss */
.gemut__intro__h2 {
  position: relative;
  margin: 10px auto 15px;
  padding: 0 15px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 25px;
  font-family: 'Oswald', sans-serif; }
  @media only screen and (min-width: 760px) {
    /* line 115, sass/public/_gemutlichkeit.scss */
    .gemut__intro__h2 {
      font-size: 45px;
      text-align: right;
      width: 50%; } }
  /* line 134, sass/public/_gemutlichkeit.scss */
  .gemut__intro__h2 .slash {
    font-weight: 900; }
    /* line 139, sass/public/_gemutlichkeit.scss */
    .gemut__intro__h2 .slash.end {
      margin-left: 5px; }
  /* line 144, sass/public/_gemutlichkeit.scss */
  .gemut__intro__h2 .reg {
    margin: 0;
    padding: 0;
    font-weight: 200; }
  /* line 150, sass/public/_gemutlichkeit.scss */
  .gemut__intro__h2 .bold {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-style: italic; }

/* line 162, sass/public/_gemutlichkeit.scss */
.gemut__intro__p {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto 15px;
  padding: 0 15px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
  text-align: center;
  font-family: 'Oswald', sans-serif; }
  @media only screen and (min-width: 760px) {
    /* line 162, sass/public/_gemutlichkeit.scss */
    .gemut__intro__p {
      font-size: 26px;
      width: 50%;
      text-align: left; } }

/* line 184, sass/public/_gemutlichkeit.scss */
.gemut__info {
  position: relative;
  box-sizing: border-box;
  margin: 10px auto 15px;
  padding: 0 15px 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.45em;
  color: #7f7f7f;
  text-align: center; }
  @media only screen and (min-width: 760px) {
    /* line 184, sass/public/_gemutlichkeit.scss */
    .gemut__info {
      font-size: 20px;
      width: 70%; } }

/* line 206, sass/public/_gemutlichkeit.scss */
.gemut__sec, .gemut__sec--reg, .gemut__sec--island {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 100%; }
  /* line 214, sass/public/_gemutlichkeit.scss */
  .gemut__sec .truncatedStory, .gemut__sec--reg .truncatedStory, .gemut__sec--island .truncatedStory {
    position: relative;
    box-sizing: border-box; }
  /* line 220, sass/public/_gemutlichkeit.scss */
  .gemut__sec h1, .gemut__sec--reg h1, .gemut__sec--island h1 {
    font-size: 36px;
    line-height: 1.45em;
    text-transform: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 20px 0 10px; }
  /* line 229, sass/public/_gemutlichkeit.scss */
  .gemut__sec a:link, .gemut__sec--reg a:link, .gemut__sec--island a:link, .gemut__sec a:visited, .gemut__sec--reg a:visited, .gemut__sec--island a:visited {
    display: inline-block;
    margin: 15px auto 10px;
    padding: 10px 20px;
    background-color: #7D0000;
    color: white;
    text-decoration: none;
    font-size: 14px; }
  /* line 240, sass/public/_gemutlichkeit.scss */
  .gemut__sec a:hover, .gemut__sec--reg a:hover, .gemut__sec--island a:hover, .gemut__sec a:active, .gemut__sec--reg a:active, .gemut__sec--island a:active {
    color: white;
    text-decoration: none; }
  /* line 245, sass/public/_gemutlichkeit.scss */
  .gemut__sec p, .gemut__sec--reg p, .gemut__sec--island p {
    margin: 0 auto; }

/* line 259, sass/public/_gemutlichkeit.scss */
.gemut__sec--reg {
  display: block;
  text-align: center;
  padding: 0 15px 0; }
  /* line 267, sass/public/_gemutlichkeit.scss */
  .gemut__sec--reg.imgdbleft .truncatedStory, .gemut__sec--reg.img650left .truncatedStory {
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto; }
  /* line 272, sass/public/_gemutlichkeit.scss */
  .gemut__sec--reg.imgdbright .truncatedStory, .gemut__sec--reg.img650right .truncatedStory {
    -ms-flex-order: 1;
    order: 1;
    margin-right: auto; }
  /* line 280, sass/public/_gemutlichkeit.scss */
  .gemut__sec--reg .truncatedStory {
    max-width: none;
    width: 100%;
    font-size: 16px; }
  /* line 286, sass/public/_gemutlichkeit.scss */
  .gemut__sec--reg.padtop {
    padding-top: 10px; }
  /* line 289, sass/public/_gemutlichkeit.scss */
  .gemut__sec--reg.padbot {
    padding-bottom: 10px; }
  @media only screen and (min-width: 760px) {
    /* line 259, sass/public/_gemutlichkeit.scss */
    .gemut__sec--reg {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 50px 0; }
      /* line 301, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.imgdbleft .truncatedStory {
        margin-left: 50px;
        max-width: calc(1175px - 380px - 60px);
        width: calc(100% - 380px - 60px); }
      /* line 306, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.imgdbright .truncatedStory {
        margin-right: 70px;
        max-width: calc(1175px - 380px - 60px);
        width: calc(100% - 380px - 60px); }
      /* line 312, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.img650left .truncatedStory {
        margin-left: 20px;
        max-width: calc(1175px - (650px * .5));
        width: calc(100% - (650px * .5)); }
      /* line 317, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.img650right .truncatedStory {
        margin-right: 30px;
        max-width: calc(1175px - (650px * .5));
        width: calc(100% - (650px * .5)); }
      /* line 323, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg .truncatedStory {
        text-align: left;
        font-size: 24px; }
      /* line 328, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.padtop {
        padding-top: 50px; }
      /* line 331, sass/public/_gemutlichkeit.scss */
      .gemut__sec--reg.padbot {
        padding-bottom: 50px; } }
  @media only screen and (min-width: 1023px) {
    /* line 339, sass/public/_gemutlichkeit.scss */
    .gemut__sec--reg.img650left .truncatedStory {
      margin-left: 50px;
      max-width: calc(1175px - (650px * .7));
      width: calc(100% - (650px * .7)); }
    /* line 344, sass/public/_gemutlichkeit.scss */
    .gemut__sec--reg.img650right .truncatedStory {
      margin-right: 70px;
      max-width: calc(1175px - (650px * .7));
      width: calc(100% - (650px * .7)); } }

/* line 356, sass/public/_gemutlichkeit.scss */
.gemut__sec--island {
  background-color: rgba(255, 255, 255, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 50px auto 60px;
  padding: 25px;
  min-height: 50px;
  text-align: center; }
  /* line 371, sass/public/_gemutlichkeit.scss */
  .gemut__sec--island .truncatedStory {
    padding: 50px 0; }
  /* line 375, sass/public/_gemutlichkeit.scss */
  .gemut__sec--island h1 {
    color: white; }
  /* line 379, sass/public/_gemutlichkeit.scss */
  .gemut__sec--island p {
    margin: 0 20px;
    color: white; }
  @media only screen and (min-width: 760px) {
    /* line 356, sass/public/_gemutlichkeit.scss */
    .gemut__sec--island {
      width: 75%; }
      /* line 388, sass/public/_gemutlichkeit.scss */
      .gemut__sec--island p {
        margin: 0 auto; } }

/* line 396, sass/public/_gemutlichkeit.scss */
.gemut__spacer, .gemut__spacer--mobile {
  position: relative;
  display: block; }
  /* line 400, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height20, .height20.gemut__spacer--mobile {
    height: 20px; }
  /* line 403, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height50, .height50.gemut__spacer--mobile {
    height: 50px; }
  /* line 406, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height100, .height100.gemut__spacer--mobile {
    height: 100px; }
  /* line 409, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height150, .height150.gemut__spacer--mobile {
    height: 150px; }
  /* line 412, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height200, .height200.gemut__spacer--mobile {
    height: 20px; }
    @media only screen and (min-width: 760px) {
      /* line 412, sass/public/_gemutlichkeit.scss */
      .gemut__spacer.height200, .height200.gemut__spacer--mobile {
        height: 200px; } }
  /* line 418, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height300, .height300.gemut__spacer--mobile {
    height: 30px; }
    @media only screen and (min-width: 760px) {
      /* line 418, sass/public/_gemutlichkeit.scss */
      .gemut__spacer.height300, .height300.gemut__spacer--mobile {
        height: 300px; } }
  /* line 424, sass/public/_gemutlichkeit.scss */
  .gemut__spacer.height400, .height400.gemut__spacer--mobile {
    height: 40px; }
    @media only screen and (min-width: 760px) {
      /* line 424, sass/public/_gemutlichkeit.scss */
      .gemut__spacer.height400, .height400.gemut__spacer--mobile {
        height: 300px; } }
    @media only screen and (min-width: 1200px) {
      /* line 424, sass/public/_gemutlichkeit.scss */
      .gemut__spacer.height400, .height400.gemut__spacer--mobile {
        height: 400px; } }

/* line 435, sass/public/_gemutlichkeit.scss */
.gemut__spacer--mobile {
  display: block; }
  @media only screen and (min-width: 760px) {
    /* line 435, sass/public/_gemutlichkeit.scss */
    .gemut__spacer--mobile {
      display: none; } }

/* line 447, sass/public/_gemutlichkeit.scss */
.gemut__word {
  position: absolute;
  display: none;
  z-index: 1;
  transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in; }

/* line 458, sass/public/_gemutlichkeit.scss */
#word_2 {
  white-space: nowrap;
  overflow: hidden; }

/* line 462, sass/public/_gemutlichkeit.scss */
#word_2c {
  padding-left: 20px; }

/* line 467, sass/public/_gemutlichkeit.scss */
.gemut__arrow {
  position: absolute;
  display: none;
  z-index: 99;
  transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in; }

/**
GEMULTLICHEIT USED ITEMS, BUT COMING FROM GENERIC NAMED WIDGETS
*/
/* line 481, sass/public/_gemutlichkeit.scss */
.mark {
  position: relative;
  width: 10px;
  height: 10px;
  opacity: 0; }

/* line 489, sass/public/_gemutlichkeit.scss */
.audio-play {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px auto 0;
  display: block;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  line-height: 0; }
  @media only screen and (min-width: 760px) {
    /* line 489, sass/public/_gemutlichkeit.scss */
    .audio-play {
      display: inline-block;
      margin-left: 50px;
      bottom: 35px; } }
  /* line 508, sass/public/_gemutlichkeit.scss */
  .audio-play img {
    position: relative;
    width: 100%; }

/* line 517, sass/public/_gemutlichkeit.scss */
.drop-border {
  position: relative;
  width: calc(380px * .5);
  height: calc(500px * .5);
  max-width: none;
  margin: 20px auto;
  padding: 0; }
  @media only screen and (min-width: 760px) {
    /* line 517, sass/public/_gemutlichkeit.scss */
    .drop-border {
      margin: 0;
      width: 380px;
      height: 500px; } }
  /* line 531, sass/public/_gemutlichkeit.scss */
  .imgdbleft .drop-border {
    -ms-flex-order: 1;
    order: 1; }
  /* line 534, sass/public/_gemutlichkeit.scss */
  .imgdbright .drop-border {
    -ms-flex-order: 2;
    order: 2; }
  /* line 538, sass/public/_gemutlichkeit.scss */
  .negbot .drop-border {
    margin-bottom: -100px; }
  @media only screen and (min-width: 760px) {
    /* line 541, sass/public/_gemutlichkeit.scss */
    .negbot-dtop .drop-border {
      margin-bottom: -100px; } }

/* line 549, sass/public/_gemutlichkeit.scss */
.drop-border__img {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  width: calc(380px * .5);
  height: calc(500px * .5); }
  @media only screen and (min-width: 760px) {
    /* line 549, sass/public/_gemutlichkeit.scss */
    .drop-border__img {
      width: 380px;
      height: 500px; } }
  /* line 562, sass/public/_gemutlichkeit.scss */
  .drop-border__img img {
    width: 100%; }

/* line 567, sass/public/_gemutlichkeit.scss */
.drop-border__db {
  border: 2px solid white;
  content: " ";
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 1;
  width: calc(380px * .5);
  height: calc(500px * .5); }
  @media only screen and (min-width: 760px) {
    /* line 567, sass/public/_gemutlichkeit.scss */
    .drop-border__db {
      width: 380px;
      height: 500px; } }
  /* line 583, sass/public/_gemutlichkeit.scss */
  #sec_2 .drop-border__db {
    top: 30px; }

/* line 590, sass/public/_gemutlichkeit.scss */
.img650x440 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0 auto;
  padding: 0; }
  /* line 598, sass/public/_gemutlichkeit.scss */
  .img650x440 img {
    width: 100%; }
  /* line 602, sass/public/_gemutlichkeit.scss */
  .img650left .img650x440 {
    -ms-flex-order: 1;
    order: 1; }
  /* line 605, sass/public/_gemutlichkeit.scss */
  .img650right .img650x440 {
    -ms-flex-order: 2;
    order: 2; }
  @media only screen and (min-width: 480px) {
    /* line 590, sass/public/_gemutlichkeit.scss */
    .img650x440 {
      margin: 0 auto;
      width: calc(650px * .6); } }
  @media only screen and (min-width: 760px) {
    /* line 590, sass/public/_gemutlichkeit.scss */
    .img650x440 {
      margin: 0;
      width: calc(650px * .7); } }
  @media only screen and (min-width: 1023px) {
    /* line 590, sass/public/_gemutlichkeit.scss */
    .img650x440 {
      width: 650px; } }

/**
    Prefooter section above main footer
*/
/* line 6, sass/public/_stickyfooter.scss */
.stickyfoot {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #068382; }

/* line 27, sass/public/_stickyfooter.scss */
.stickyfoot__info {
  position: relative;
  display: block;
  z-index: 1;
  margin: 10px auto 13px;
  width: 85%;
  height: auto;
  text-align: center; }

/* line 41, sass/public/_stickyfooter.scss */
.stickyfoot__info__text {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.35em;
  font-weight: 100;
  color: white;
  text-align: center;
  /*@media only screen and (min-width: $mq-tablet-portrait) {
      font-size: 24px;
  }*/ }
  /* line 53, sass/public/_stickyfooter.scss */
  .stickyfoot__info__text b {
    font-weight: 700; }
  @media only screen and (min-width: 480px) {
    /* line 41, sass/public/_stickyfooter.scss */
    .stickyfoot__info__text {
      display: inline-block;
      font-size: 16px; } }

/* line 67, sass/public/_stickyfooter.scss */
.stickyfoot__info__link {
  position: relative;
  display: block;
  margin: 7px auto 0;
  padding: 0;
  width: auto; }
  @media only screen and (min-width: 480px) {
    /* line 67, sass/public/_stickyfooter.scss */
    .stickyfoot__info__link {
      display: inline-block;
      margin: 0 0 0 20px; } }
  /* line 79, sass/public/_stickyfooter.scss */
  .stickyfoot__info__link a:link, .stickyfoot__info__link a:visited,
  .stickyfoot__info__link a:hover, .stickyfoot__info__link a:active {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    width: 80px;
    background-color: #e07338;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.35em;
    font-weight: 100;
    color: white;
    text-align: center;
    text-decoration: none; }
    @media only screen and (min-width: 480px) {
      /* line 79, sass/public/_stickyfooter.scss */
      .stickyfoot__info__link a:link, .stickyfoot__info__link a:visited,
      .stickyfoot__info__link a:hover, .stickyfoot__info__link a:active {
        margin: 0;
        font-size: 12px;
        padding: 5px 10px;
        width: 100px; } }

/* line 109, sass/public/_stickyfooter.scss */
.stickyfoot__close {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background-color: #08b4b2;
  cursor: pointer;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 125, sass/public/_stickyfooter.scss */
  .stickyfoot__close span {
    font-size: 1.5em;
    color: white;
    text-align: center;
    text-transform: lowercase; }

/**
    Preheader section above main header
*/
/* line 6, sass/public/_stickyheader.scss */
.stickyhead {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #e07338; }

/* line 27, sass/public/_stickyheader.scss */
.stickyhead__info {
  position: relative;
  display: block;
  z-index: 1;
  margin: 10px auto 13px;
  width: 85%;
  height: auto;
  text-align: center; }

/* line 41, sass/public/_stickyheader.scss */
.stickyhead__info__text {
  position: relative;
  display: block;
  margin: 0 0 4px;
  padding: 0;
  font-size: 13px;
  line-height: 1.35em;
  font-weight: 100;
  color: white;
  text-align: center; }
  /* line 53, sass/public/_stickyheader.scss */
  .stickyhead__info__text b {
    font-weight: 700; }
  @media only screen and (min-width: 480px) {
    /* line 41, sass/public/_stickyheader.scss */
    .stickyhead__info__text {
      display: inline-block;
      font-size: 16px; } }
  /* line 62, sass/public/_stickyheader.scss */
  .stickyhead__info__text a:link, .stickyhead__info__text a:visited,
  .stickyhead__info__text a:hover, .stickyhead__info__text a:active {
    color: white; }

/* line 68, sass/public/_stickyheader.scss */
.stickyhead__info__link {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  width: 80px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.35em;
  font-weight: 700;
  color: #e07338;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }
  @media only screen and (min-width: 480px) {
    /* line 68, sass/public/_stickyheader.scss */
    .stickyhead__info__link {
      margin: 0;
      font-size: 12px;
      padding: 5px 10px;
      width: 100px; } }

/* line 111, sass/public/_stickyheader.scss */
.stickyhead__close {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background-color: #094A6C;
  cursor: pointer;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 127, sass/public/_stickyheader.scss */
  .stickyhead__close span {
    font-size: 1.5em;
    color: white;
    text-align: center;
    text-transform: lowercase; }

/* line 136, sass/public/_stickyheader.scss */
.stickyhead-spacer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 49px; }

/* line 1, sass/public/_typography.scss */
.no-break {
  white-space: nowrap; }

/* line 3, sass/public/_featured-articles.scss */
.featured-articles__wrapper {
  margin-bottom: 2rem !important; }

/* line 3, sass/public/_bootstrap.scss */
.flex-direction-column {
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 7, sass/public/_bootstrap.scss */
.justify-content-space-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 10, sass/public/_bootstrap.scss */
.justify-content-flex-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 14, sass/public/_bootstrap.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 19, sass/public/_bootstrap.scss */
.w-33 {
  width: 33.333% !important; }

/* line 23, sass/public/_bootstrap.scss */
.w-66 {
  width: 66.666% !important; }

/* line 27, sass/public/_bootstrap.scss */
.w-90 {
  width: 90% !important; }

/* line 3, sass/public/_utilities.scss */
.font-family-accent {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }
  /* line 5, sass/public/_utilities.scss */
  .font-family-accent h1, .font-family-accent h2, .font-family-accent h3, .font-family-accent h4, .font-family-accent h5, .font-family-accent h6 {
    font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }

/* line 10, sass/public/_utilities.scss */
.text-shadow {
  text-shadow: 2px 2px 8px #000000; }

@media screen and (min-width: 760px) {
  /* line 13, sass/public/_utilities.scss */
  .text-shadow-md {
    text-shadow: 2px 2px 8px #000000; } }

/* line 21, sass/public/_utilities.scss */
.font-size-4rem {
  font-size: 4rem; }

/* line 25, sass/public/_utilities.scss */
.bred {
  border: 1px solid red; }

/* line 28, sass/public/_utilities.scss */
.bblu {
  border: 1px solid blue; }

/* line 32, sass/public/_utilities.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 36, sass/public/_utilities.scss */
.clickable {
  cursor: pointer; }

/* line 41, sass/public/_utilities.scss */
.unpad-nested .truncatedStory {
  padding: 0 !important; }

/* line 46, sass/public/_utilities.scss */
.text-hint {
  font-size: .9rem;
  color: gray; }

/* line 51, sass/public/_utilities.scss */
.text-accent {
  font-family: groldrounded-bold, Oswald, Helvetica, Arial, sans-serif; }

/* line 57, sass/public/_utilities.scss */
.progress-spinner {
  display: block;
  width: 30px;
  height: 30px;
  margin: 1rem auto;
  border: 7px solid rgba(9, 74, 108, 0.2);
  border-top: 8px solid #094A6C;
  border-radius: 100%;
  animation: spin 1s infinite linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* line 107, ./sass/public/required_2.scss */
.olapic {
  /* Integrated with Olapic - styles compile into special stylesheet */ }
  /* line 3, sass/public/_media-carousel.scss */
  .olapic .media-carousel__prev {
    background: url("/Images/inspiration/arrow_left.png") no-repeat;
    background-size: 100%;
    width: 38px;
    height: 35px; }
    /* line 8, sass/public/_media-carousel.scss */
    .olapic .media-carousel__prev:before {
      content: ''; }
  /* line 13, sass/public/_media-carousel.scss */
  .olapic .media-carousel__next {
    background: url("/Images/inspiration/arrow_right.png") no-repeat;
    background-size: 100%;
    width: 38px;
    height: 35px; }
    /* line 18, sass/public/_media-carousel.scss */
    .olapic .media-carousel__next:before {
      content: ''; }
  /* line 24, sass/public/_media-carousel.scss */
  .olapic .media-carousel__button a, .olapic .media-carousel__button a:link, .olapic .media-carousel__button a:visited, .olapic .media-carousel__button a:hover {
    background-color: #094A6C;
    color: #fff; }
  /* line 30, sass/public/_media-carousel.scss */
  .olapic .media-carousel__item {
    width: 215px;
    height: 215px; }
  /* line 35, sass/public/_media-carousel.scss */
  .olapic .media-carousel__title {
    color: #5a5a5a;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-transform: none;
    padding: 30px 15px 0; }
  /* line 45, sass/public/_media-carousel.scss */
  .olapic .media-carousel__desc {
    text-align: center;
    margin: 1em 0; }
  /* line 1, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__avatar {
    width: 90px;
    height: 90px; }
  /* line 6, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__name {
    color: #094A6C;
    font-size: 1.6em;
    max-width: 158px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1382px) {
      /* line 6, sass/public/_media-lightbox.scss */
      .olapic .media-lightbox__name {
        max-width: 235px; } }
  /* line 18, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__username {
    color: #000;
    max-width: 158px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1382px) {
      /* line 18, sass/public/_media-lightbox.scss */
      .olapic .media-lightbox__username {
        max-width: 235px; } }
  /* line 29, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__subheading {
    padding-bottom: 15px; }
  /* line 33, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__link {
    color: #094A6C;
    font-size: .9em; }
  /* line 39, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__prev a, .olapic .media-lightbox__next a {
    background-size: 100%;
    width: 38px;
    height: 35px; }
    /* line 43, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__prev a:before, .olapic .media-lightbox__next a:before {
      content: ''; }
  /* line 51, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__prev a {
    background: url("/Images/inspiration/arrow_left.png") no-repeat; }
    /* line 53, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__prev a:hover {
      background: url("/Images/inspiration/arrow_left.png") no-repeat; }
  /* line 61, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__next a {
    background: url("/Images/inspiration/arrow_right.png") no-repeat; }
    /* line 63, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__next a:hover {
      background: url("/Images/inspiration/arrow_right.png") no-repeat; }
  /* line 69, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__prev-category, .olapic .media-lightbox__next-category {
    height: 80%; }
    /* line 71, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__prev-category a:link, .olapic .media-lightbox__next-category a:link, .olapic .media-lightbox__prev-category a:visited, .olapic .media-lightbox__next-category a:visited {
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #ccc; }
      /* line 76, sass/public/_media-lightbox.scss */
      .olapic .media-lightbox__prev-category a:link:before, .olapic .media-lightbox__next-category a:link:before, .olapic .media-lightbox__prev-category a:visited:before, .olapic .media-lightbox__next-category a:visited:before {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 20px;
        height: 20px;
        font-size: 1.2em;
        line-height: 20px;
        color: #fff; }
  /* line 90, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__prev-category {
    left: -20px; }
    /* line 94, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__prev-category a:before {
      content: '\2039'; }
  /* line 100, sass/public/_media-lightbox.scss */
  .olapic .media-lightbox__next-category {
    right: -30px; }
    /* line 104, sass/public/_media-lightbox.scss */
    .olapic .media-lightbox__next-category a:before {
      content: '\203A'; }
  /* line 1, sass/public/_media-gallery.scss */
  .olapic .media-gallery .media-gallery__wrapper .media-gallery__body {
    max-width: 100%; }
  /* line 5, sass/public/_media-gallery.scss */
  .olapic .media-gallery__button, .olapic .media-gallery__button:link, .olapic .media-gallery__button:visited, .olapic .media-gallery__button:hover {
    background-color: #094A6C !important;
    color: #fff !important; }
    /* line 8, sass/public/_media-gallery.scss */
    .olapic .media-gallery__button:before, .olapic .media-gallery__button:link:before, .olapic .media-gallery__button:visited:before, .olapic .media-gallery__button:hover:before {
      border-top-color: #fff !important; }
  /* line 13, sass/public/_media-gallery.scss */
  .olapic .media-gallery__dropdown {
    margin-top: 0 !important; }
    /* line 15, sass/public/_media-gallery.scss */
    .olapic .media-gallery__dropdown > li > a {
      color: #094A6C !important; }
    /* line 18, sass/public/_media-gallery.scss */
    .olapic .media-gallery__dropdown > li.active > a {
      background-color: transparent !important;
      color: #094A6C !important; }
