/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

header, footer, aside, div, a, span {
  transition: all 0.2s; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* Page General */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px; }

.underline {
  text-decoration: underline; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 90%;
    width: 1180px;
    padding: 0px; } }
/* Header */
#site-header {
  position: relative;
  border-top: 32px solid #b0b2b6;
  padding-bottom: 12px; }
#site-header-aside {
  float: right;
  text-align: right; }
  #site-header-aside h3 {
    margin: 0px;
    padding: 14px 0px 7px;
    color: #004684;
    font-weight: 900;
    font-size: 24px; }
  #site-header-aside h4 {
    margin: 0px;
    color: #004684;
    background: #fef200;
    font-weight: 700;
    font-size: 21px;
    padding: 10px 20px; }
  #site-header-aside p {
    margin: 0px;
    color: #004684;
    font-weight: 500;
    font-size: 17px; }
#site-logo {
  float: left;
  max-width: 255px;
  margin-top: -30px;
  margin-right: 25px; }
  #site-logo img {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24); }

#resort-location {
  float: left;
  max-width: 360px;
  color: #363636;
  font-size: 500;
  font-size: 30px;
  letter-spacing: -1px;
  padding-top: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-header-aside h3 {
    font-size: 21px; }
  #site-header-aside h4 {
    font-size: 18px; }
  #site-logo {
    max-width: 210px; }

  #resort-location {
    font-size: 26px;
    letter-spacing: -1px;
    padding-top: 20px; } }
@media only screen and (max-width: 991px) {
  #site-header-aside {
    float: none;
    text-align: center; }
    #site-header-aside h3 {
      padding: 14px 0px 7px;
      font-size: 20px; }
    #site-header-aside h4 {
      font-size: 18px;
      padding: 10px 20px; }
    #site-header-aside p {
      font-size: 16px; }
  #site-logo {
    float: none;
    max-width: 100%;
    margin-right: 0px;
    text-align: center; }
    #site-logo img {
      margin: 0px auto;
      max-width: 190px; }

  #resort-location {
    float: none;
    text-align: center;
    max-width: 100%;
    padding-top: 15px;
    font-size: 26px; } }
/* Site Main Banner */
#site-main-banner {
  background: url("../img/banner-bg.jpg") top center no-repeat;
  background-size: cover;
  min-height: 445px;
  padding: 59px 0px 69px; }
  #site-main-banner .title-wrapper {
    padding: 50px 36px;
    background: -webkit-linear-gradient(left, rgba(30, 105, 160, 0.9) 0%, rgba(16, 58, 92, 0.9) 100%);
    background: -o-linear-gradient(left, rgba(30, 105, 160, 0.9) 0%, rgba(16, 58, 92, 0.9) 100%);
    background: linear-gradient(to right, rgba(30, 105, 160, 0.9) 0%, rgba(16, 58, 92, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61e69a0', endColorstr='#e6103a5c',GradientType=1 ); }
    #site-main-banner .title-wrapper h1 {
      max-width: 605px;
      margin: 0px 0px;
      color: #fff;
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-size: 44px;
      line-height: 1.2em;
      letter-spacing: -1px; }
    #site-main-banner .title-wrapper h2 {
      max-width: 605px;
      margin: 0 0 15px;
      color: #fef200;
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-size: 34px;
      line-height: 1.2em;
      letter-spacing: -1px; }

@media only screen and (max-width: 1260px) {
  #site-main-banner .title-wrapper h1 {
    max-width: 560px;
    font-size: 40px; }
  #site-main-banner .title-wrapper h2 {
    max-width: 560px;
    font-size: 30px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-main-banner .title-wrapper h1 {
    max-width: 480px;
    font-size: 35px; }
  #site-main-banner .title-wrapper h2 {
    max-width: 480px;
    font-size: 25px; } }
@media only screen and (max-width: 991px) {
  #site-main-banner {
    min-height: auto;
    padding: 55px 0px; }
    #site-main-banner .title-wrapper {
      padding: 50px 30px; }
      #site-main-banner .title-wrapper h1 {
        max-width: none;
        font-size: 35px;
        text-align: center; }
      #site-main-banner .title-wrapper h2 {
        max-width: none;
        font-size: 25px;
        text-align: center; } }
@media only screen and (max-width: 599px) {
  #site-main-banner .title-wrapper {
    padding: 30px 20px; }
    #site-main-banner .title-wrapper h1 {
      font-size: 25px; }
    #site-main-banner .title-wrapper h2 {
      font-size: 20px; } }
/* Main Content */
#site-main p {
  color: #363636;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.286em;
  margin: 0px 0px 30px; }
#site-main img {
  max-width: 100%; }

.custom-content-one {
  padding-top: 30px; }

#form-wrap {
  max-width: 468px;
  margin-top: -480px;
  margin-bottom: 15px;
  padding: 12px 12px 25px;
  border: 3px solid #b0b2b6;
  border-radius: 5px;
  background: #fff; }
  #form-wrap form {
    padding: 10px 20px 0px; }
    #form-wrap form h3 {
      color: #f19800;
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-size: 26px;
      line-height: 1.107em;
      letter-spacing: -1px;
      text-transform: uppercase; }
    #form-wrap form h4 {
      margin: 0px;
      padding-bottom: 30px;
      color: #004785;
      font-family: 'Roboto Slab', serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 1.238em; }
    #form-wrap form .phone-num {
      white-space: nowrap;
      color: #f19800; }
    #form-wrap form .form-group {
      margin-bottom: 16px; }
      #form-wrap form .form-group label {
        color: #383e48;
        font-weight: 500;
        font-size: 16px; }
      #form-wrap form .form-group .form-control {
        height: 40px;
        border-color: #c7cacc;
        border-radius: 2px;
        box-shadow: none;
        background-color: #f3f9fe;
        font-weight: 400;
        font-size: 16px; }
      #form-wrap form .form-group.button {
        padding: 20px 0px 10px;
        text-align: center; }
        #form-wrap form .form-group.button a {
          max-width: 324px;
          display: block;
          margin: 0px auto; }
          #form-wrap form .form-group.button a:hover {
            box-shadow: 0 0 25px #ffab37;
            border-radius: 25px;
            transform: scale(1.06); }
          #form-wrap form .form-group.button a:active {
            box-shadow: 0 0 25px #ffab37;
            border-radius: 25px;
            transform: scale(1); }
    #form-wrap form .form-note {
      color: #686868;
      text-align: center;
      font-size: 14px; }
      #form-wrap form .form-note .fa {
        color: #929292;
        font-size: 20px;
        vertical-align: bottom;
        margin-right: 5px; }

#vacation-valued {
  max-width: 468px;
  padding: 10px;
  color: #ffcb13;
  background: #004785;
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center; }

#bottom-cta {
  border-top: 1px solid #bfbfbf;
  padding: 40px 0;
  margin-top: 40px;
  text-align: center; }
  #bottom-cta h3 {
    margin: 0;
    padding: 0 15px;
    color: #004785;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1em;
    letter-spacing: -1px; }
    #bottom-cta h3 strong {
      white-space: nowrap;
      color: #f19800;
      font-weight: 900; }

@media only screen and (max-width: 1260px) {
  #form-wrap form h3 {
    font-size: 25px; }
  #form-wrap form h4 {
    font-size: 19px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #form-wrap {
    margin-top: -430px; }
    #form-wrap form h3 {
      font-size: 21px; }
    #form-wrap form h4 {
      font-size: 16px; }

  #vacation-valued {
    font-size: 27px; }

  #bottom-cta h3 {
    font-size: 28px; } }
@media only screen and (min-width: 992px) {
  .custom-content-one .col-md-7 {
    width: 56%; }
  .custom-content-one .col-md-5 {
    width: 44%; } }
@media only screen and (max-width: 991px) {
  .main-content {
    text-align: center; }

  #form-wrap {
    max-width: 468px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }

  #vacation-valued {
    max-width: none;
    font-size: 25px; } }
@media only screen and (max-width: 599px) {
  #site-main p {
    font-weight: 400;
    font-size: 16px; }

  #vacation-valued {
    font-size: 20px; }

  #bottom-cta {
    padding: 30px 0;
    margin-top: 30px; }
    #bottom-cta h3 {
      font-size: 20px;
      letter-spacing: 0; } }
/* Site Footer */
#site-footer {
  background: #0b2648;
  color: #fff;
  text-align: center;
  padding: 45px 0; }

#footer-socials {
  margin-bottom: 25px; }
  #footer-socials a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #296997;
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    border-radius: 50%; }
    #footer-socials a:hover {
      text-decoration: none;
      background: #ffcb13;
      color: #1d2b3b; }

#copyrights p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5em; }
  #copyrights p:last-child {
    margin: 0; }
#copyrights a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline; }
  #copyrights a:hover {
    color: #ffcb13; }

.modal-body {
  padding: 30px;
  max-height: 400px;
  overflow-y: scroll; }

@media only screen and (max-width: 599px) {
  #copyrights p {
    font-size: 12px;
    line-height: 1.4em; } }
/* Gallery Page */
#site-main-banner .title-wrapper.gallery-title {
  padding: 30px 10px;
  min-height: 340px;
  text-align: center; }
  #site-main-banner .title-wrapper.gallery-title h1 {
    margin-bottom: 20px;
    max-width: none;
    font-size: 42px; }
    #site-main-banner .title-wrapper.gallery-title h1 img {
      vertical-align: bottom;
      margin-right: 10px; }
  #site-main-banner .title-wrapper.gallery-title h3 {
    margin: 0 -10px 30px;
    padding: 15px 10px;
    background: #85c5f3;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    text-shadow: 0 0 5px rgba(9, 76, 129, 0.75); }

#gallery-wrapper {
  max-width: 1114px;
  margin: -214px auto 0;
  padding: 30px 30px 15px;
  border: 3px solid #85c5f3;
  border-radius: 5px;
  background: #fff; }
  #gallery-wrapper .row {
    margin-right: -8px;
    margin-left: -8px; }
    #gallery-wrapper .row div[class^="col"] {
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 16px;
      text-align: center; }

#goback-links {
  text-align: center;
  padding: 25px 0 0; }
  #goback-links > div {
    margin-bottom: 20px; }
    #goback-links > div a {
      color: #686868;
      font-weight: 500;
      font-size: 14px; }
      #goback-links > div a .fa {
        margin-right: 4px; }
      #goback-links > div a:hover {
        text-decoration: underline;
        color: #b46800; }
    #goback-links > div a.plan-btn {
      display: inline-block; }
      #goback-links > div a.plan-btn:hover {
        box-shadow: 0 0 25px #ffab37;
        border-radius: 25px;
        transform: scale(1.06); }
      #goback-links > div a.plan-btn:active {
        box-shadow: 0 0 25px #ffab37;
        border-radius: 25px;
        transform: scale(1); }

.mfp-bg {
  opacity: 0.67; }

.mfp-container {
  position: relative;
  max-width: 1114px;
  margin: 0 auto;
  padding: 0; }

.mfp-arrow {
  opacity: 0.5;
  filter: alpha(opacity=5);
  top: 50%;
  margin-top: -37px;
  width: 48px;
  height: 74px;
  z-index: 1050;
  cursor: pointer; }
  .mfp-arrow:before, .mfp-arrow:after {
    display: none; }
  .mfp-arrow:active {
    margin-top: -37px; }
  .mfp-arrow.mfp-arrow-right {
    right: 33px;
    background: url("../img/gallery/next-arrow.png") 0 0 no-repeat; }
  .mfp-arrow.mfp-arrow-left {
    left: 34px;
    background: url("../img/gallery/prev-arrow.png") 0 0 no-repeat; }

.mfp-content {
  padding: 30px 30px 20px;
  background: #fff;
  border: 3px solid #85c5f3;
  border-radius: 5px; }
  .mfp-content .mfp-figure:after {
    display: none; }

img.mfp-img {
  padding: 0; }

.mfp-bottom-bar {
  margin-top: 15px;
  position: relative;
  top: auto;
  left: auto; }
  .mfp-bottom-bar .mfp-counter {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    color: #686868;
    font-weight: 500;
    font-size: 14px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #site-main-banner .title-wrapper.gallery-title h1 {
    font-size: 38px; } }
@media only screen and (max-width: 991px) {
  #site-main-banner {
    padding: 35px 0px; }
    #site-main-banner .title-wrapper.gallery-title {
      min-height: inherit; }
      #site-main-banner .title-wrapper.gallery-title h1 {
        font-size: 32px; }
        #site-main-banner .title-wrapper.gallery-title h1 img {
          display: none; }
      #site-main-banner .title-wrapper.gallery-title h3 {
        font-size: 22px;
        margin-bottom: 0; }

  #gallery-wrapper {
    margin: 20px auto 0; } }
@media only screen and (max-width: 599px) {
  .mfp-content {
    padding: 10px; }

  .mfp-arrow.mfp-arrow-right {
    right: 13px; }
  .mfp-arrow.mfp-arrow-left {
    left: 13px; } }
.thanks-wrapper {
  padding: 25px;
  text-align: center; }
  .thanks-wrapper h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px; }
  .thanks-wrapper p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px !important; }
