@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/redesign-2014.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b2460");
@font-face {
  font-family: 'ProximaNova-Black';
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_10_0.eot?1444080364');
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_10_0.eot?&1444080364#iefix') format("embedded-opentype"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_10_0.woff2?1444080364') format("woff2"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_10_0.woff?1444080364') format("woff"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_10_0.ttf?1444080364') format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_11_0.eot?1444080364');
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_11_0.eot?&1444080364#iefix') format("embedded-opentype"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_11_0.woff2?1444080364') format("woff2"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_11_0.woff?1444080364') format("woff"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_11_0.ttf?1444080364') format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_13_0.eot?1444080364');
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_13_0.eot?&1444080364#iefix') format("embedded-opentype"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_13_0.woff2?1444080364') format("woff2"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_13_0.woff?1444080364') format("woff"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_13_0.ttf?1444080364') format("truetype");
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_14_0.eot?1444080364');
  src: url('/RockResortsBase/wrap/theme0/fonts/2C632F_14_0.eot?&1444080364#iefix') format("embedded-opentype"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_14_0.woff2?1444080364') format("woff2"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_14_0.woff?1444080364') format("woff"), url('/RockResortsBase/wrap/theme0/fonts/2C632F_14_0.ttf?1444080364') format("truetype");
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/RockResortsBase/wrap/theme0/fonts/fontawesome.eot?1444080364');
  src: url('/RockResortsBase/wrap/theme0/fonts/fontawesome.eot?&1444080364#iefix') format("embedded-opentype"), url('/RockResortsBase/wrap/theme0/fonts/fontawesome.woff?1444080364') format("woff"), url('/RockResortsBase/wrap/theme0/fonts/fontawesome.ttf?1444080364') format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* solve doubleclick iframe positioning problem */
/* line 2, ../sass/_global.scss */
iframe {
  position: absolute;
}

/* line 6, ../sass/_global.scss */
.container {
  position: relative;
}

/* line 1, ../sass/_booking-widget.scss */
.plan-book-widget {
  position: relative;
}
/* line 4, ../sass/_booking-widget.scss */
.plan-book-widget .container {
  width: 186px;
  overflow: hidden;
}
/* line 9, ../sass/_booking-widget.scss */
.plan-book-widget .collapsable {
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s, margin-top 0.5s, margin-bottom 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  -moz-transition: max-height 0.5s, margin-top 0.5s, margin-bottom 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  -ms-transition: max-height 0.5s, margin-top 0.5s, margin-bottom 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  transition: max-height 0.5s, margin-top 0.5s, margin-bottom 0.5s, padding-top 0.5s, padding-bottom 0.5s;
}
/* line 14, ../sass/_booking-widget.scss */
.plan-book-widget .collapsable#plan-book-form {
  max-height: 600px;
}
/* line 18, ../sass/_booking-widget.scss */
.plan-book-widget .collapsable li {
  font-family: ProximaNova-Light;
}
/* line 24, ../sass/_booking-widget.scss */
.plan-book-widget .collapsed > .collapsable {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 31, ../sass/_booking-widget.scss */
.plan-book-widget .collapsed > .collapsable#plan-book-form {
  max-height: 0;
}
/* line 37, ../sass/_booking-widget.scss */
.plan-book-widget header {
  position: relative;
  cursor: pointer;
}
/* line 41, ../sass/_booking-widget.scss */
.plan-book-widget header .collapse {
  position: absolute;
  top: 9px;
  right: 10px;
  overflow: hidden;
  height: 0;
  width: 0;
  border-bottom: 6px solid #ccd6e0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  text-indent: 12px;
  display: none;
}
/* line 54, ../sass/_booking-widget.scss */
.plan-book-widget header .collapse.open {
  display: block;
}
/* line 61, ../sass/_booking-widget.scss */
.plan-book-widget .expand-collapse {
  cursor: default;
}
/* line 64, ../sass/_booking-widget.scss */
.plan-book-widget .expand-collapse.expandable {
  cursor: pointer;
}
/* line 69, ../sass/_booking-widget.scss */
.plan-book-widget #plan-book-form {
  overflow: hidden;
}
/* line 73, ../sass/_booking-widget.scss */
.plan-book-widget .step {
  margin: 2px 0 0;
}
/* line 77, ../sass/_booking-widget.scss */
.plan-book-widget h3 {
  background-color: #003767;
  color: #fff;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 87, ../sass/_booking-widget.scss */
.plan-book-widget h4 {
  background-color: #99aec2;
  color: #fff;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 97, ../sass/_booking-widget.scss */
.plan-book-widget h5 {
  background-color: #ccd6e0;
  color: #003767;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2px 0 0;
}
/* line 108, ../sass/_booking-widget.scss */
.plan-book-widget .property {
  position: relative;
}
/* line 111, ../sass/_booking-widget.scss */
.plan-book-widget .property ul {
  margin: 2px 0 0;
  padding: 7px 8px;
  background-color: #ccd6e0;
}
/* line 118, ../sass/_booking-widget.scss */
.plan-book-widget .property li {
  margin: 4px 0 4px 20px;
}
/* line 122, ../sass/_booking-widget.scss */
.plan-book-widget .property label {
  position: relative;
}
/* line 125, ../sass/_booking-widget.scss */
.plan-book-widget .property label:before {
  content: '';
  height: 12px;
  width: 12px;
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 6px;
  background-color: #fff;
}
/* line 137, ../sass/_booking-widget.scss */
.plan-book-widget .property input[type="radio"] {
  display: none;
}
/* line 141, ../sass/_booking-widget.scss */
.plan-book-widget .property input[type="radio"]:checked + label:after {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 2px;
  left: -18px;
  border-radius: 4px;
  background-color: #003767;
}
/* line 155, ../sass/_booking-widget.scss */
.plan-book-widget label {
  color: #6687a3;
  font-size: 11px;
  font-family: ProximaNova-Regular, sans-serif;
  cursor: pointer;
}
/* line 162, ../sass/_booking-widget.scss */
.plan-book-widget .calendar {
  position: relative;
  margin: 2px 0 0;
}
/* line 167, ../sass/_booking-widget.scss */
.plan-book-widget .options {
  margin: 2px 0 0;
}
/* line 170, ../sass/_booking-widget.scss */
.plan-book-widget .options label {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}
/* line 178, ../sass/_booking-widget.scss */
.plan-book-widget .options input[type="radio"] {
  display: none;
}
/* line 181, ../sass/_booking-widget.scss */
.plan-book-widget .options input[type="radio"]:checked + label {
  background-color: #fff;
  border-radius: 9px;
}
/* line 187, ../sass/_booking-widget.scss */
.plan-book-widget .options ul {
  background-color: #eaeef2;
  overflow: hidden;
  margin: 2px 0 0;
}
/* line 193, ../sass/_booking-widget.scss */
.plan-book-widget .options li {
  float: left;
  margin: 4px 4px;
  width: 18px;
  overflow: hidden;
}
/* line 201, ../sass/_booking-widget.scss */
.plan-book-widget .options.adults ul {
  padding: 0 2px;
}
/* line 205, ../sass/_booking-widget.scss */
.plan-book-widget .options.adults li {
  margin: 4px 1px;
}
/* line 211, ../sass/_booking-widget.scss */
.plan-book-widget .options.children ul {
  padding: 0 2px;
}
/* line 217, ../sass/_booking-widget.scss */
.plan-book-widget .options.age-of-children li {
  margin: 4px 6px;
}
/* line 221, ../sass/_booking-widget.scss */
.plan-book-widget .options.age-of-children ul {
  padding: 0 2px;
}
/* line 226, ../sass/_booking-widget.scss */
.plan-book-widget .options .incrementer {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  cursor: default;
  outline: none;
  padding: 0;
  margin: 3px auto;
  background-color: transparent;
}
/* line 240, ../sass/_booking-widget.scss */
.plan-book-widget .options .incrementer.increase {
  border-bottom: 6px solid #99aec2;
}
/* line 244, ../sass/_booking-widget.scss */
.plan-book-widget .options .incrementer.decrease {
  border-top: 6px solid #99aec2;
}
/* line 250, ../sass/_booking-widget.scss */
.plan-book-widget .options span {
  display: block;
  color: #6687a3;
  font-size: 11px;
  font-family: ProximaNova-Regular, sans-serif;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #99aec2;
  border-radius: 9px;
}
/* line 264, ../sass/_booking-widget.scss */
.plan-book-widget .options .active span {
  background-color: #fff;
}
/* line 268, ../sass/_booking-widget.scss */
.plan-book-widget .options .active .incrementer {
  cursor: pointer;
}
/* line 271, ../sass/_booking-widget.scss */
.plan-book-widget .options .active .incrementer.increase {
  border-bottom: 6px solid #003767;
}
/* line 275, ../sass/_booking-widget.scss */
.plan-book-widget .options .active .incrementer.decrease {
  border-top: 6px solid #003767;
}
/* line 282, ../sass/_booking-widget.scss */
.plan-book-widget .submit {
  display: block;
  background-color: #6687a3;
  color: #fff;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  margin: 2px 0;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: left;
}
/* line 298, ../sass/_booking-widget.scss */
.plan-book-widget .submit[disabled] {
  background-color: #ccd6e0;
  cursor: default;
}

/* line 309, ../sass/_booking-widget.scss */
.lte-ie8 .plan-book-widget .property input[type="radio"] {
  display: block;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 318, ../sass/_booking-widget.scss */
.lte-ie8 .plan-book-widget .property label.checked:after {
  content: '';
  height: 8px;
  width: 8px;
  position: absolute;
  top: 2px;
  left: -18px;
  border-radius: 4px;
  background-color: #003767;
}
/* line 332, ../sass/_booking-widget.scss */
.lte-ie8 .plan-book-widget .options input[type="radio"] {
  display: block;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: none;
  outline: none;
  cursor: pointer;
}
/* line 340, ../sass/_booking-widget.scss */
.lte-ie8 .plan-book-widget .options label.checked {
  background-color: #fff;
  border-radius: 9px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
/* line 8, ../sass/_datepicker.scss */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* line 23, ../sass/_datepicker.scss */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 28, ../sass/_datepicker.scss */
.pika-single:after {
  clear: both;
}

/* line 29, ../sass/_datepicker.scss */
.pika-single {
  *zoom: 1;
}

/* line 31, ../sass/_datepicker.scss */
.pika-single.is-hidden {
  display: none;
}

/* line 35, ../sass/_datepicker.scss */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 40, ../sass/_datepicker.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 46, ../sass/_datepicker.scss */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 51, ../sass/_datepicker.scss */
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

/* line 64, ../sass/_datepicker.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 75, ../sass/_datepicker.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

/* line 98, ../sass/_datepicker.scss */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 103, ../sass/_datepicker.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

/* line 110, ../sass/_datepicker.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

/* line 117, ../sass/_datepicker.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 123, ../sass/_datepicker.scss */
.pika-select {
  display: inline-block;
  *display: inline;
}

/* line 128, ../sass/_datepicker.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 135, ../sass/_datepicker.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 141, ../sass/_datepicker.scss */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 149, ../sass/_datepicker.scss */
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

/* line 166, ../sass/_datepicker.scss */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 171, ../sass/_datepicker.scss */
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 176, ../sass/_datepicker.scss */
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 184, ../sass/_datepicker.scss */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

/* line 191, ../sass/_datepicker.scss */
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* RockResorts Overrides */
/* line 200, ../sass/_datepicker.scss */
.pika-single {
  border: none;
  background-color: transparent;
}

/* line 205, ../sass/_datepicker.scss */
.pika-single.is-bound {
  box-shadow: none;
  position: relative;
}

/* line 210, ../sass/_datepicker.scss */
.pika-lendar {
  width: 165px;
  margin: 0 auto;
  float: none;
}

/* line 216, ../sass/_datepicker.scss */
.pika-title {
  background-color: #ccd6e0;
  color: #003767;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  margin: 0 -11px;
}
/* line 228, ../sass/_datepicker.scss */
.pika-title select {
  top: 0;
}

/* line 233, ../sass/_datepicker.scss */
.pika-label {
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  padding: 0 3px 0 0;
}

/* line 240, ../sass/_datepicker.scss */
.pika-prev,
.pika-next {
  position: absolute;
  top: 0;
}

/* line 246, ../sass/_datepicker.scss */
.pika-prev {
  right: 20px;
}

/* line 250, ../sass/_datepicker.scss */
.pika-next {
  right: 0px;
}

/* line 254, ../sass/_datepicker.scss */
.pika-table {
  margin: 2px 0 0 -11px;
  background-color: #ccd6e0;
  border: 10px solid #ccd6e0;
  position: relative;
  width: 187px;
}
/* line 261, ../sass/_datepicker.scss */
.pika-table th {
  color: #003767;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

/* line 269, ../sass/_datepicker.scss */
.pika-button {
  background-color: transparent;
  color: #6687a3;
}

/* line 274, ../sass/_datepicker.scss */
.pika-day {
  text-align: center;
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: normal;
}

/* line 280, ../sass/_datepicker.scss */
.is-selected .pika-button {
  font-family: ProximaNova-Regular, sans-serif;
  font-weight: normal;
  background-color: #fff;
  border-radius: 18px;
  color: #6687a3;
  box-shadow: none;
}

/* line 289, ../sass/_datepicker.scss */
.is-today .pika-button {
  font-family: ProximaNova-Bold, sans-serif;
  font-weight: normal;
  color: #003767;
}

/* line 295, ../sass/_datepicker.scss */
.pika-button:hover {
  color: #fff;
  background: #003767;
  box-shadow: none;
  border-radius: 18px;
}

/* line 1, ../sass/_header.scss */
header {
  position: relative;
  z-index: 1;
}
/* line 5, ../sass/_header.scss */
header .logo-and-search {
  min-width: 980px;
  background-image: url('/RockResortsBase/wrap/theme0/images/redesign/blue-trees.jpg?1444080366');
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 12, ../sass/_header.scss */
header .logo-and-search .container {
  overflow: hidden;
  max-width: 1189px;
  min-width: 980px;
  margin: 0 auto;
  width: auto;
}
/* line 20, ../sass/_header.scss */
header .logo {
  background: url('../images/redesign/icons-sed818d9b12.png') 0 -58px no-repeat;
  height: 42px;
  width: 322px;
  margin: 31px auto 29px;
  overflow: hidden;
  text-indent: 100%;
  display: block;
}
/* line 30, ../sass/_header.scss */
header form fieldset {
  margin: 0;
  padding: 0;
}
/* line 35, ../sass/_header.scss */
header form input[type="text"] {
  display: block;
  background-color: #6687a3;
  border: none;
  outline: none;
  height: 21px;
  padding: 3px;
  font-family: Georgia, serif;
  font-size: 10pt;
  text-align: center;
  color: #ddd;
  margin: 0;
  box-sizing: border-box;
}
/* line 50, ../sass/_header.scss */
header form input[type="text"]::-webkit-input-placeholder {
  color: #becbd8;
}
/* line 54, ../sass/_header.scss */
header form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #becbd8;
}
/* line 58, ../sass/_header.scss */
header form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #becbd8;
}
/* line 62, ../sass/_header.scss */
header form input[type="text"]:-ms-input-placeholder {
  color: #becbd8;
}
/* line 66, ../sass/_header.scss */
header form button {
  display: block;
  background-color: #335f85;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  width: 29px;
  height: 21px;
}
/* line 77, ../sass/_header.scss */
header form span {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
}
/* line 86, ../sass/_header.scss */
header .email-signup {
  position: absolute;
  top: 38px;
  left: 0;
  border-top: solid 2px #335f85;
  border-right: solid 2px #335f85;
  border-bottom: solid 2px #335f85;
}
/* line 94, ../sass/_header.scss */
header .email-signup input, header .email-signup button {
  float: right;
}
/* line 98, ../sass/_header.scss */
header .email-signup span {
  background: url('../images/redesign/icons-sed818d9b12.png') 0 -100px no-repeat;
  height: 10px;
  width: 14px;
}
/* line 103, ../sass/_header.scss */
header .search {
  position: absolute;
  top: 38px;
  right: 0;
  border-top: solid 2px #335f85;
  border-left: solid 2px #335f85;
  border-bottom: solid 2px #335f85;
}
/* line 111, ../sass/_header.scss */
header .search input, header .search button {
  float: left;
}
/* line 115, ../sass/_header.scss */
header .search span {
  background: url('../images/redesign/icons-sed818d9b12.png') -14px -100px no-repeat;
  height: 15px;
  width: 10px;
}
/* line 121, ../sass/_header.scss */
header nav {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  min-width: 980px;
}
/* line 126, ../sass/_header.scss */
header nav .menu-container {
  border-top: 10px solid #99aec2;
  background-color: #fff;
  height: 33px;
  padding: 2px 0 0;
  width: auto;
}
/* line 134, ../sass/_header.scss */
header nav a {
  font-family: ProximaNova-Bold, sans-serif;
  color: #003767;
  text-decoration: none;
}
/* line 140, ../sass/_header.scss */
header nav .menu {
  font-size: 16px;
}
/* line 145, ../sass/_header.scss */
header .submenu {
  display: none;
  position: absolute;
  width: 190px;
  padding: 13px;
  background-color: #fff;
}
/* line 153, ../sass/_header.scss */
header .submenu > li {
  text-align: left;
}
/* line 156, ../sass/_header.scss */
header .submenu > li > a {
  font-family: ProximaNova-Light, sans-serif;
  font-size: 11pt;
  line-height: 1.75;
}
/* line 164, ../sass/_header.scss */
header .menu {
  width: 980px;
  height: 33px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
}
/* line 171, ../sass/_header.scss */
header .menu > li {
  display: inline-block;
  padding: 0 13px;
  position: relative;
}
/* line 176, ../sass/_header.scss */
header .menu > li > a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-top: solid 4px #99aec2;
  display: block;
  padding: 11px 0 10px;
  position: relative;
  top: -6px;
  margin: 0 0 -6px 0;
  letter-spacing: 0.5px;
}
/* line 189, ../sass/_header.scss */
header .menu > li.selected {
  background-color: #ccd6e0;
}
/* line 195, ../sass/_header.scss */
header .menu > li:hover > a {
  border-top: solid 4px #335f85;
}
/* line 199, ../sass/_header.scss */
header .menu > li:hover .submenu {
  display: block;
}

/* line 1, ../sass/_footer.scss */
footer {
  margin: 33px 0;
  border-top: 10px solid #99aec2;
  border-bottom: 10px solid #99aec2;
  min-width: 980px;
}
/* line 7, ../sass/_footer.scss */
footer .container {
  margin: 0 auto;
  width: 980px;
  height: 65px;
  position: relative;
}
/* line 13, ../sass/_footer.scss */
footer .container div {
  float: left;
  margin: 18px 49px;
  text-align: center;
}
/* line 19, ../sass/_footer.scss */
footer .container .social {
  float: none;
  margin: 0 0 0 -39px;
  background-color: #fff;
  height: 17px;
  width: 78px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  text-align: center;
}
/* line 31, ../sass/_footer.scss */
footer .container a {
  display: block;
  color: #003767;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 9px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2;
}
/* line 43, ../sass/_footer.scss */
footer .social a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  margin: 0 2px;
}
/* line 50, ../sass/_footer.scss */
footer .social .facebook {
  background: url('../images/redesign/icons-sed818d9b12.png') -24px -100px no-repeat;
  height: 17px;
  width: 17px;
}
/* line 54, ../sass/_footer.scss */
footer .social .twitter {
  background: url('../images/redesign/icons-sed818d9b12.png') -41px -100px no-repeat;
  height: 17px;
  width: 17px;
}

/* line 1, ../sass/_inner.scss */
.inner {
  color: #6687a3;
  font-family: ProximaNova-Light;
  font-size: 20px;
  line-height: 28px;
}
/* line 9, ../sass/_inner.scss */
.inner .copy.grand_summit iframe {
  position: relative;
}
/* line 12, ../sass/_inner.scss */
.inner .copy.grand_summit strong {
  font-weight: bold;
}
/* line 15, ../sass/_inner.scss */
.inner .copy.grand_summit .link-button {
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #6687a3;
  margin-top: 25px;
}
/* line 24, ../sass/_inner.scss */
.inner .copy.grand_summit .link-button:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
/* line 31, ../sass/_inner.scss */
.inner .copy.grand_summit #pixlee_container {
  text-align: center;
}
/* line 34, ../sass/_inner.scss */
.inner .copy.grand_summit div.iframe {
  text-align: center;
}
/* line 37, ../sass/_inner.scss */
.inner .copy.grand_summit .field {
  width: 300px;
  margin-bottom: 75px;
  text-align: center;
  margin: 0 auto;
}
/* line 43, ../sass/_inner.scss */
.inner .copy.grand_summit .field a {
  display: block;
  margin: auto;
  padding: 0px 38px;
}
/* line 48, ../sass/_inner.scss */
.inner .copy.grand_summit .field a:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
/* line 59, ../sass/_inner.scss */
.inner header {
  margin-bottom: 80px;
}
/* line 63, ../sass/_inner.scss */
.inner .hero-image {
  width: 1248px;
  margin: auto;
  display: block;
}
/* line 69, ../sass/_inner.scss */
.inner .container {
  width: 980px;
  margin: auto;
}
/* line 74, ../sass/_inner.scss */
.inner .intro-divide {
  padding-bottom: 68px;
  border-bottom: 4px solid #ccd6e0;
  margin-bottom: 66px;
}
/* line 80, ../sass/_inner.scss */
.inner h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: ProximaNova-Regular;
  margin-bottom: 30px;
}
/* line 86, ../sass/_inner.scss */
.inner h3 {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  margin-bottom: 30px;
}
/* line 92, ../sass/_inner.scss */
.inner h3 {
  margin-bottom: 40px;
}
/* line 96, ../sass/_inner.scss */
.inner .breadcrumb {
  width: 980px;
  margin: auto;
  margin-bottom: 48px;
}
/* line 101, ../sass/_inner.scss */
.inner .breadcrumb a,
.inner .breadcrumb span {
  color: #00294d;
  font-family: ProximaNova-Bold;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  border: none;
}
/* line 110, ../sass/_inner.scss */
.inner .breadcrumb a:after,
.inner .breadcrumb span:after {
  font-family: FontAwesome;
  color: #6687a3;
  content: "\f105";
  text-decoration: none;
  margin: 0px 13px 0px 13px;
  display: inline-block;
  vertical-align: middle;
}
/* line 120, ../sass/_inner.scss */
.inner .breadcrumb a.current,
.inner .breadcrumb span.current {
  color: #6687a3;
  text-decoration: none;
}
/* line 124, ../sass/_inner.scss */
.inner .breadcrumb a.current:after,
.inner .breadcrumb span.current:after {
  content: none;
}
/* line 131, ../sass/_inner.scss */
.inner .field-list {
  font-size: 0px;
  margin-bottom: 85px;
  padding-left: 0px;
}
/* line 136, ../sass/_inner.scss */
.inner .field-list li {
  font-size: 20px;
  width: 325px;
  margin-left: 50px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
}
/* line 144, ../sass/_inner.scss */
.inner .field-list li.row-start {
  margin-left: 0px;
}
/* line 147, ../sass/_inner.scss */
.inner .field-list li.wide {
  width: 700px;
}
/* line 150, ../sass/_inner.scss */
.inner .field-list input[type='text'] {
  width: 100%;
  height: 38px;
  display: block;
  margin-top: 20px;
}
/* line 156, ../sass/_inner.scss */
.inner .field-list .radio-option {
  display: inline-block;
  margin-right: 43px;
  margin-top: 20px;
}
/* line 161, ../sass/_inner.scss */
.inner .field-list .date-group {
  font-size: 0px;
}
/* line 164, ../sass/_inner.scss */
.inner .field-list .date-group select {
  font-size: 20px;
  width: 100px;
  margin-left: 8px;
  display: inline-block;
  height: 38px;
  margin-top: 20px;
  color: #6687a3;
}
/* line 173, ../sass/_inner.scss */
.inner .field-list .date-group select:first-child {
  margin-left: 0px;
}
/* line 179, ../sass/_inner.scss */
.inner .field {
  width: 700px;
  margin-bottom: 75px;
}
/* line 183, ../sass/_inner.scss */
.inner .field textarea {
  width: 100%;
}
/* line 187, ../sass/_inner.scss */
.inner .field button {
  display: block;
  margin: auto;
  padding: 0px 38px;
}
/* line 192, ../sass/_inner.scss */
.inner .field button:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
/* line 201, ../sass/_inner.scss */
.inner .error-summary {
  padding: 20px 25px;
  background-color: #edc8c5;
  color: #b62f25;
  font-size: 16px;
  margin-bottom: 54px;
}
/* line 208, ../sass/_inner.scss */
.inner .error-summary ul {
  margin-top: 27px;
}
/* line 212, ../sass/_inner.scss */
.inner .error-summary li {
  list-style: disc inside;
}
/* line 217, ../sass/_inner.scss */
.inner .error {
  color: #b62f25;
}
/* line 220, ../sass/_inner.scss */
.inner .error input[type='text'] {
  border: 1px solid #b62f25;
}
/* line 225, ../sass/_inner.scss */
.inner .main {
  font-size: 0px;
}
/* line 229, ../sass/_inner.scss */
.inner .sidebar {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 260px;
  margin: 0px 0px 0px 72px;
  background: #eaeef2;
  font-size: 16px;
  padding: 0px 25px;
}
/* line 239, ../sass/_inner.scss */
.inner .sidebar a {
  /*Note due to it being impossible to determine link buttons versus link wrapped items in just CSS we need css-helper.js to aide us*/
  text-decoration: none;
  color: #6687a3;
}
/* line 243, ../sass/_inner.scss */
.inner .sidebar a.link-button {
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #6687a3;
  margin-top: 25px;
}
/* line 252, ../sass/_inner.scss */
.inner .sidebar a.link-button:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
/* line 261, ../sass/_inner.scss */
.inner .sidebar h2,
.inner .sidebar a h2 {
  font-size: 21px;
  color: #6687a3;
  text-decoration: none;
  border: none;
}
/* line 269, ../sass/_inner.scss */
.inner .sidebar .padSpecials {
  line-height: normal;
  border-top: 1px solid #ccd6e0;
  padding: 25px 0px;
}
/* line 274, ../sass/_inner.scss */
.inner .sidebar .padSpecials:first-child {
  border-top: none;
}
/* line 281, ../sass/_inner.scss */
.inner #gsearch input[type='text'] {
  height: 38px;
  display: inline-block;
  padding: 0px 18px;
}
/* line 286, ../sass/_inner.scss */
.inner #gsearch input[type='submit'] {
  height: 38px;
  display: inline-block;
}
/* line 291, ../sass/_inner.scss */
.inner .plan-book-widget {
  position: relative;
  line-height: 14px;
}
/* line 295, ../sass/_inner.scss */
.inner .plan-book-widget .container {
  width: 186px;
  z-index: 1;
  overflow: hidden;
}
/* line 301, ../sass/_inner.scss */
.inner .plan-book-widget header {
  margin-bottom: 0px;
}
/* line 305, ../sass/_inner.scss */
.inner .plan-book-widget h3 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 14px;
  padding: 7px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
/* line 314, ../sass/_inner.scss */
.inner .plan-book-widget label {
  line-height: 11px;
}
/* line 318, ../sass/_inner.scss */
.inner .plan-book-widget .pika-title {
  height: 16px;
}

/* line 325, ../sass/_inner.scss */
.inner.wide .content {
  width: 100%;
  display: block;
}
/* line 329, ../sass/_inner.scss */
.inner.wide .sidebar {
  display: none;
}

/* line 335, ../sass/_inner.scss */
.inner.form .content {
  width: 700px;
  display: block;
  margin: auto;
}
/* line 340, ../sass/_inner.scss */
.inner.form .sidebar {
  display: none;
}

/* line 345, ../sass/_inner.scss */
.content {
  width: 645px;
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
/* line 351, ../sass/_inner.scss */
.content a {
  color: #00294d;
  text-decoration: underline;
  font-weight: bold;
}
/* line 357, ../sass/_inner.scss */
.content p {
  margin-bottom: 25px;
}
/* line 361, ../sass/_inner.scss */
.content ul {
  padding-left: 72px;
  margin-bottom: 25px;
}
/* line 365, ../sass/_inner.scss */
.content li {
  list-style: disc outside;
}
/* line 369, ../sass/_inner.scss */
.content input[type='text'],
.content select,
.content textarea {
  border: 1px solid #ccd6e0;
  box-sizing: border-box;
}
/* line 376, ../sass/_inner.scss */
.content button,
.content input[type='submit'] {
  background-color: #6687a3;
  height: 34px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
/* line 387, ../sass/_inner.scss */
.content .intro {
  padding-bottom: 55px;
  border-bottom: 4px solid #ccd6e0;
}
/* line 392, ../sass/_inner.scss */
.content div.contentTextBody {
  background-color: #ccd6e0;
  padding: 40px;
  margin-bottom: 46px;
}
/* line 397, ../sass/_inner.scss */
.content div.contentTextBody p {
  margin-bottom: 48px auto 0px auto;
}
/* line 401, ../sass/_inner.scss */
.content div.contentTextBody .center-wrap {
  text-align: center;
}
/* line 405, ../sass/_inner.scss */
.content div.contentTextBody .link-button {
  background-color: #6687a3;
  height: 34px;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  padding: 0px 35px;
  line-height: 34px;
  color: #fff;
}
/* line 416, ../sass/_inner.scss */
.content div.contentTextBody .link-button:after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin: 0px 0px 0px 10px;
}

/* line 2, ../sass/_search-results.scss */
.search-results b {
  font-family: ProximaNova-Bold;
}
/* line 5, ../sass/_search-results.scss */
.search-results table {
  border-bottom: 3px solid #ccd6e0;
  margin-bottom: 66px;
}
/* line 9, ../sass/_search-results.scss */
.search-results .search-result-heading {
  padding: 20px;
  background-color: #eaeef2 !important;
  /*style Hardcoded in an xslt used by all rr sites*/
  border: none !important;
  margin: 0 !important;
}
/* line 15, ../sass/_search-results.scss */
.search-results .search-result-link {
  display: block;
}
/* line 18, ../sass/_search-results.scss */
.search-results .search-result-link b {
  font-family: ProximaNova-Light;
}
/* line 22, ../sass/_search-results.scss */
.search-results .search-results-item-number {
  padding: 0px 16px 0px 0px !important;
}

/* line 1, ../sass/_home.scss */
.home-hero-images {
  position: relative;
  min-width: 980px;
}
/* line 5, ../sass/_home.scss */
.home-hero-images .images {
  height: 550px;
  overflow: hidden;
  position: relative;
}
/* line 10, ../sass/_home.scss */
.home-hero-images .images ul {
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 16, ../sass/_home.scss */
.home-hero-images .images li {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  float: left;
}
/* line 24, ../sass/_home.scss */
.home-hero-images .images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
/* line 36, ../sass/_home.scss */
.home-hero-images .caption-and-navigation {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -245px;
  width: 490px;
  height: 73px;
  overflow: hidden;
}
/* line 45, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .page-left,
.home-hero-images .caption-and-navigation .captions,
.home-hero-images .caption-and-navigation .page-right {
  height: 73px;
  float: left;
}
/* line 52, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions {
  width: 343px;
  overflow: hidden;
  background-color: #fff;
}
/* line 57, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions ul {
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* line 63, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions li {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
/* line 70, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions h3 {
  font-family: ProximaNova-Bold;
  text-transform: uppercase;
  color: #6687a3;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.3px;
  margin: 11px 0 3px;
}
/* line 79, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions h4 {
  font-family: ProximaNova-Regular;
  text-transform: uppercase;
  color: #99aec2;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
}
/* line 87, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .captions a {
  display: block;
  font-family: ProximaNova-Black;
  text-transform: uppercase;
  color: #6687a3;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 4px 0 0;
}
/* line 100, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .page-left,
.home-hero-images .caption-and-navigation .page-right {
  cursor: pointer;
  width: 73px;
  background-color: rgba(0, 30, 70, 0.25);
}
/* line 106, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .page-left span,
.home-hero-images .caption-and-navigation .page-right span {
  display: block;
  margin: 25px auto 0;
  overflow: hidden;
  text-indent: 100%;
}
/* line 115, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .page-left span {
  background: url('../images/redesign/icons-sed818d9b12.png') -140px -100px no-repeat;
  height: 23px;
  width: 14px;
}
/* line 121, ../sass/_home.scss */
.home-hero-images .caption-and-navigation .page-right span {
  background: url('../images/redesign/icons-sed818d9b12.png') -98px -100px no-repeat;
  height: 23px;
  width: 14px;
}

/* line 129, ../sass/_home.scss */
.home-welcome {
  min-width: 980px;
}
/* line 132, ../sass/_home.scss */
.home-welcome h1 {
  color: #335f85;
  text-transform: uppercase;
  margin: 0 auto;
  width: 442px;
  height: 100px;
  line-height: 100px;
  font-family: ProximaNova-Light, sans-serif;
  font-size: 28px;
  border-bottom: 4px solid #ccd6e0;
  letter-spacing: 3px;
  text-align: center;
}
/* line 146, ../sass/_home.scss */
.home-welcome .container {
  background-color: #eaeef2;
  padding: 68px 0 95px;
}
/* line 151, ../sass/_home.scss */
.home-welcome p {
  color: #6687a3;
  font-size: 23px;
  font-family: ProximaNova-Light, sans-serif;
  line-height: 32px;
  width: 980px;
  margin: 0 auto;
}

/* line 161, ../sass/_home.scss */
.home-explore {
  border-top: 10px solid #99aec2;
  border-bottom: 10px solid #99aec2;
  background-color: #6687a3;
  min-width: 980px;
  position: relative;
}
/* line 168, ../sass/_home.scss */
.home-explore h2 {
  position: relative;
  width: 343px;
  height: 45px;
  line-height: 45px;
  background-color: #99aec2;
  top: -55px;
  margin: 0 auto -55px;
  text-align: center;
  text-transform: uppercase;
  color: #003767;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 13px;
}
/* line 183, ../sass/_home.scss */
.home-explore .resorts {
  overflow: hidden;
  margin: 19px auto 9px;
  width: 992px;
  text-align: center;
}
/* line 189, ../sass/_home.scss */
.home-explore .resorts li {
  cursor: pointer;
  display: inline-block;
  width: 154px;
  height: 100px;
  background-color: #335f85;
  margin: 0 0 0 8px;
}
/* line 198, ../sass/_home.scss */
.home-explore .resorts .active {
  background-color: #003767;
}
/* line 202, ../sass/_home.scss */
.home-explore .resorts h3 {
  margin: 27px 0 5px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
/* line 212, ../sass/_home.scss */
.home-explore .resorts h4 {
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 22px;
  color: #99aec2;
  text-align: center;
}
/* line 221, ../sass/_home.scss */
.home-explore .explore-resort {
  display: none;
}
/* line 224, ../sass/_home.scss */
.home-explore .explore-resort.active {
  display: block;
}
/* line 229, ../sass/_home.scss */
.home-explore .story-tab-content {
  display: none;
}
/* line 232, ../sass/_home.scss */
.home-explore .story-tab-content.active {
  display: block;
}
/* line 237, ../sass/_home.scss */
.home-explore .story-icons {
  overflow: hidden;
  margin: 0 auto 9px;
  width: 980px;
}
/* line 242, ../sass/_home.scss */
.home-explore .story-icons li {
  cursor: pointer;
  float: left;
  width: 321px;
  height: 184px;
  margin: 0 0 0 8px;
  text-align: center;
  line-height: 184px;
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 12px black;
  background-size: cover;
}
/* line 258, ../sass/_home.scss */
.home-explore .story-icons li:first-child {
  margin: 0;
}
/* line 263, ../sass/_home.scss */
.home-explore .hero-images {
  position: relative;
  width: 1248px;
  margin: auto;
  overflow: hidden;
}
/* line 269, ../sass/_home.scss */
.home-explore .hero-images .carousel {
  overflow: hidden;
  min-width: 1248px;
  position: relative;
  visibility: hidden;
}
/* line 276, ../sass/_home.scss */
.home-explore .hero-images ul {
  height: 550px;
  overflow: hidden;
  position: relative;
}
/* line 282, ../sass/_home.scss */
.home-explore .hero-images li {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
/* line 289, ../sass/_home.scss */
.home-explore .hero-images li span {
  line-height: normal;
  position: absolute;
  display: block;
  width: 612px;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -306px;
  background-color: #6687a3;
  text-transform: uppercase;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #ccd6e0;
  letter-spacing: 1.5px;
  padding: 12px 5px 12px 5px;
}
/* line 308, ../sass/_home.scss */
.home-explore .hero-images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
/* line 319, ../sass/_home.scss */
.home-explore .hero-images .page-left,
.home-explore .hero-images .page-right {
  width: 10%;
  height: 100%;
  background-color: rgba(0, 30, 70, 0.85);
  position: absolute;
  top: 0;
  cursor: pointer;
}
/* line 328, ../sass/_home.scss */
.home-explore .hero-images .page-left span,
.home-explore .hero-images .page-right span {
  margin: 264px auto 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
}
/* line 336, ../sass/_home.scss */
.home-explore .hero-images .page-left {
  left: 0;
}
/* line 339, ../sass/_home.scss */
.home-explore .hero-images .page-left span {
  background: url('../images/redesign/icons-sed818d9b12.png') -126px -100px no-repeat;
  height: 23px;
  width: 14px;
}
/* line 344, ../sass/_home.scss */
.home-explore .hero-images .page-right {
  right: 0;
}
/* line 347, ../sass/_home.scss */
.home-explore .hero-images .page-right span {
  background: url('../images/redesign/icons-sed818d9b12.png') -112px -100px no-repeat;
  height: 23px;
  width: 14px;
}
/* line 354, ../sass/_home.scss */
.home-explore .stories {
  position: relative;
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 360, ../sass/_home.scss */
.home-explore .stories ul {
  position: relative;
  overflow: hidden;
}
/* line 365, ../sass/_home.scss */
.home-explore .stories li {
  margin: 88px auto 42px;
  border-top: 10px solid #ccd6e0;
  border-bottom: 10px solid #ccd6e0;
  width: 980px;
  font-family: ProximaNova-Light, sans-serif;
  font-size: 21px;
  line-height: 32px;
  color: #ccd6e0;
  padding: 30px 0;
}
/* line 377, ../sass/_home.scss */
.home-explore .stories p {
  margin-bottom: 32px;
}
/* line 381, ../sass/_home.scss */
.home-explore .stories .legal {
  font-size: 14px;
  line-height: normal;
  margin-top: 32px;
}
/* line 387, ../sass/_home.scss */
.home-explore .stories a {
  color: #ccd6e0;
  background-color: #99aec2;
  padding: 4px 10px;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 0 5px;
  letter-spacing: 1.5px;
}

/* line 401, ../sass/_home.scss */
.home-get-to-know-us {
  min-width: 980px;
  position: relative;
}
/* line 405, ../sass/_home.scss */
.home-get-to-know-us h2 {
  color: #335f85;
  text-transform: uppercase;
  margin: 0 auto;
  width: 270px;
  height: 100px;
  line-height: 105px;
  font-family: ProximaNova-Light, sans-serif;
  font-size: 28px;
  border-bottom: 4px solid #ccd6e0;
  letter-spacing: 3px;
  text-align: center;
}
/* line 419, ../sass/_home.scss */
.home-get-to-know-us .table-container {
  position: relative;
  background-color: #eaeef2;
  overflow: hidden;
}
/* line 425, ../sass/_home.scss */
.home-get-to-know-us table {
  margin: 42px auto;
  width: 980px;
}
/* line 431, ../sass/_home.scss */
.home-get-to-know-us td {
  border: 2px solid #fff;
  width: 33%;
  height: 213px;
  position: relative;
  cursor: pointer;
}
/* line 438, ../sass/_home.scss */
.home-get-to-know-us td:hover {
  background-color: #ccd6e0;
}
/* line 442, ../sass/_home.scss */
.home-get-to-know-us td.no-hover {
  background: none;
  cursor: default;
}
/* line 447, ../sass/_home.scss */
.home-get-to-know-us td.bottom-left {
  border-left: none;
  border-bottom: none;
}
/* line 452, ../sass/_home.scss */
.home-get-to-know-us td.bottom-right {
  border-right: none;
  border-bottom: none;
}
/* line 458, ../sass/_home.scss */
.home-get-to-know-us h3 {
  color: #003767;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin: 25px auto;
  padding: 0 10px;
  position: relative;
}
/* line 468, ../sass/_home.scss */
.home-get-to-know-us h3:after {
  content: '';
  position: absolute;
  bottom: -66px;
  left: 50%;
  margin: 0 0 0 -28px;
}
/* line 476, ../sass/_home.scss */
.home-get-to-know-us h3.dining:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -231px 0 no-repeat;
  height: 58px;
  width: 58px;
}
/* line 480, ../sass/_home.scss */
.home-get-to-know-us h3.mountain:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -178px -100px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 484, ../sass/_home.scss */
.home-get-to-know-us h3.spa:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -58px -158px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 488, ../sass/_home.scss */
.home-get-to-know-us h3.beach:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -174px -216px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 494, ../sass/_home.scss */
.home-get-to-know-us .stories {
  position: absolute;
  top: 104px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ccd6e0;
  display: none;
}
/* line 505, ../sass/_home.scss */
.home-get-to-know-us .stories .container {
  width: 980px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 80px;
}
/* line 512, ../sass/_home.scss */
.home-get-to-know-us .stories ul {
  position: relative;
  overflow: hidden;
}
/* line 517, ../sass/_home.scss */
.home-get-to-know-us .stories li {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 524, ../sass/_home.scss */
.home-get-to-know-us .stories h4 {
  text-align: center;
  padding: 39px 0;
  background-color: #99aec2;
  color: #003767;
  font-size: 30px;
  font-family: Georgia, serif;
  margin: 0 0 135px;
  position: relative;
}
/* line 534, ../sass/_home.scss */
.home-get-to-know-us .stories h4:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin: 0 0 0 -29px;
}
/* line 542, ../sass/_home.scss */
.home-get-to-know-us .stories h4.mountain:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -236px -100px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 546, ../sass/_home.scss */
.home-get-to-know-us .stories h4.beach:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -116px -216px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 550, ../sass/_home.scss */
.home-get-to-know-us .stories h4.spa:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -116px -158px no-repeat;
  height: 58px;
  width: 58px;
}
/* line 554, ../sass/_home.scss */
.home-get-to-know-us .stories h4.dining:after {
  background: url('../images/redesign/icons-sed818d9b12.png') -173px 0 no-repeat;
  height: 58px;
  width: 58px;
}
/* line 560, ../sass/_home.scss */
.home-get-to-know-us .stories h5 {
  text-align: center;
  color: #6687a3;
  margin: 0 0 80px;
  font-family: ProximaNova-Regular, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  position: relative;
}
/* line 570, ../sass/_home.scss */
.home-get-to-know-us .stories h5:after {
  content: '';
  display: block;
  height: 3px;
  width: 34px;
  background-color: #fff;
  position: absolute;
  bottom: -37px;
  left: 50%;
  margin: 0 0 0 -17px;
}
/* line 583, ../sass/_home.scss */
.home-get-to-know-us .stories .copy {
  clear: both;
  overflow: hidden;
  margin: 0 0 50px;
}
/* line 589, ../sass/_home.scss */
.home-get-to-know-us .stories .column {
  float: left;
  width: 420px;
}
/* line 595, ../sass/_home.scss */
.home-get-to-know-us .stories h6,
.home-get-to-know-us .stories .h7 {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #003767;
  margin-bottom: 10px;
}
/* line 602, ../sass/_home.scss */
.home-get-to-know-us .stories h6.cap,
.home-get-to-know-us .stories .h7.cap {
  text-transform: uppercase;
}
/* line 607, ../sass/_home.scss */
.home-get-to-know-us .stories p,
.home-get-to-know-us .stories ol li {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 15px;
  color: #6687a3;
  line-height: 28px;
  margin: 0 0 15px;
}
/* line 616, ../sass/_home.scss */
.home-get-to-know-us .stories ol {
  counter-reset: list;
}
/* line 619, ../sass/_home.scss */
.home-get-to-know-us .stories ol li:before {
  counter-increment: list;
  content: counter(list) ") ";
}
/* line 625, ../sass/_home.scss */
.home-get-to-know-us .stories .indent {
  padding-left: 20px;
}
/* line 629, ../sass/_home.scss */
.home-get-to-know-us .stories strong {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #003767;
}
/* line 634, ../sass/_home.scss */
.home-get-to-know-us .stories strong:after {
  content: " \2014 ";
}
/* line 639, ../sass/_home.scss */
.home-get-to-know-us .stories img {
  display: block;
  margin: 0 auto;
  width: 870px;
  border-top: 2px solid #003767;
}
/* line 646, ../sass/_home.scss */
.home-get-to-know-us .stories .bottom {
  display: block;
  color: #fff;
  font-family: ProximaNova-Regular, sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 58px;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  bottom: 15px;
  left: 50%;
  margin-left: -29px;
}
/* line 662, ../sass/_home.scss */
.home-get-to-know-us .stories .bottom:before {
  content: '';
  display: inline-block;
  background: url('../images/redesign/icons-sed818d9b12.png') -154px -100px no-repeat;
  height: 24px;
  width: 24px;
  top: 0;
  left: 17px;
}
/* line 672, ../sass/_home.scss */
.home-get-to-know-us .stories .top {
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background: url('../images/redesign/icons-sed818d9b12.png') -58px -100px no-repeat;
  height: 20px;
  width: 20px;
  text-indent: 200%;
  overflow: hidden;
  padding: 0;
}
/* line 688, ../sass/_home.scss */
.home-get-to-know-us .stories .pagers {
  position: absolute;
  top: 45px;
  left: 45px;
}
/* line 694, ../sass/_home.scss */
.home-get-to-know-us .stories .page-left,
.home-get-to-know-us .stories .page-right {
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: 200%;
  overflow: hidden;
  padding: 0;
  opacity: 0.5;
}
/* line 707, ../sass/_home.scss */
.home-get-to-know-us .stories .page-left {
  background: url('../images/redesign/icons-sed818d9b12.png') -140px -100px no-repeat;
  height: 23px;
  width: 14px;
  margin: 0 15px 0 0;
}
/* line 712, ../sass/_home.scss */
.home-get-to-know-us .stories .page-right {
  background: url('../images/redesign/icons-sed818d9b12.png') -98px -100px no-repeat;
  height: 23px;
  width: 14px;
}

/* line 719, ../sass/_home.scss */
.home-promo {
  position: absolute;
  top: 153px;
  left: 50%;
  width: 488px;
  margin: 0 0 0 -244px;
  background-color: rgba(0, 30, 70, 0.6);
  overflow: hidden;
}
/* line 728, ../sass/_home.scss */
.home-promo h3 {
  font-family: ProximaNova-Light, sans-serif;
  font-size: 35px;
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 394px;
  text-align: center;
  margin: 140px auto 6px;
  padding: 23px 0;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
/* line 742, ../sass/_home.scss */
.home-promo p {
  font-family: ProximaNova-Regular, sans-serif;
  font-size: 11px;
  color: #fff;
  margin: 0 auto 150px;
  width: 390px;
  text-align: center;
  line-height: 17px;
  padding: 12px 0;
  text-transform: uppercase;
  background-color: #99aec2;
  letter-spacing: 1px;
  position: relative;
}
/* line 756, ../sass/_home.scss */
.home-promo p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -197px;
  width: 394px;
  height: 4px;
  background-color: #fff;
}
/* line 769, ../sass/_home.scss */
.home-promo a {
  color: #6687a3;
  background-color: #ccd6e0;
  padding: 2px 4px;
  text-decoration: none;
  margin: 0 0 0 5px;
}
/* line 777, ../sass/_home.scss */
.home-promo .close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: 200%;
  overflow: hidden;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: url('../images/redesign/icons-sed818d9b12.png') -78px -100px no-repeat;
  height: 20px;
  width: 20px;
}

/* line 794, ../sass/_home.scss */
.home-plan-book-widget-overlay {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
}
/* line 800, ../sass/_home.scss */
.home-plan-book-widget-overlay .plan-book-widget {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1189px;
}
/* line 806, ../sass/_home.scss */
.home-plan-book-widget-overlay .container {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 812, ../sass/_home.scss */
.home-plan-book-widget-overlay li {
  font-size: 16px;
  line-height: 16px;
}

/* line 821, ../sass/_home.scss */
.lte-ie8 .home-hero-images .caption-and-navigation .page-left, .lte-ie8 .home-hero-images .caption-and-navigation .page-right {
  background-color: #003767;
}
/* line 829, ../sass/_home.scss */
.lte-ie8 .home-explore .hero-images .page-left, .lte-ie8 .home-explore .hero-images .page-right {
  background-color: #003767;
}
/* line 835, ../sass/_home.scss */
.lte-ie8 .home-promo {
  background-color: #003767;
}
