/* Minification failed. Returning unminified contents.
(1004,25): run-time error CSS1030: Expected identifier, found '.'
(1004,32): run-time error CSS1031: Expected selector, found ')'
(1004,32): run-time error CSS1025: Expected comma or open brace, found ')'
(1019,25): run-time error CSS1030: Expected identifier, found '.'
(1019,32): run-time error CSS1031: Expected selector, found ')'
(1019,32): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@import "/css/fontello/css/fontello.css";
@import "/css/fontello/social/fontello.css";
@import "/css/custom-theme/jquery-ui.min.css";
@import "/css/widgets/jquery.mCustomScrollbar.min.css";
/* Variables
**********************************/
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* MDAdmin styles 
*****************************************/




br[mce_bogus], br[data-mce-bogus] {
  display: none;
}

.edit-mode .ui-dialog,
.is-admin .ui-dialog {
  position: fixed !important;
  left: 20px;
  z-index: 999999;
}

.edit-mode .ui-widget-overlay,
.is-admin .ui-widget-overlay {
  opacity: .8;
}

div.admin_panel {
  z-index: 1111;
}

/* not sure what this does but it's covering everything */
.callout_capture {
  display: none !important;
}

html.edit-mode .site-header {
  top: 40px;
}

html.edit-mode body {
  margin-top: 40px;
}

.mceEditor {
  position: relative;
  z-index: 2;
}

.tox-form svg {
  width: initial;
  height: initial;
}

.icon-twitter {
  display: none !important;
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/*
	Print style sheet: print.css
*/
@media print {
  .utility,
.site-nav,
#secondary {
    display: none;
  }
  img {
    max-width: 500px;
  }
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/*************************************** 
	INLINE STYLES - Above the fold
****************************************/
/*************************************** 
	DEFERRED STYLES
****************************************/
/* This is used on links using an outer div */
.button {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  margin-bottom: 1.4em;
}

.button a, .button .site-footer a#ot-sdk-btn, .site-footer .button a#ot-sdk-btn {
  display: inline-block;
  color: #fff;
  padding: 1em 1.4em 1em 1.6em;
}

.button a:hover, .button .site-footer a#ot-sdk-btn:hover, .site-footer .button a#ot-sdk-btn:hover {
  background-color: #228848;
}

/* cta buttons round with caret */
/*
.btn-cta { 
	display: inline-block;
	letter-spacing: .075em;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: .4em 1em .4em 1.075em;
	font-size: inherit;
}
*/
/* 
	learn more buttons
	usage: <a href="" class="lm">Learn More</a>
*/
.lm {
  display: inline-block;
  position: relative;
  color: currentColor;
  font-family: "PetitSerif", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.lm:after {
  content: '\e81d';
  font-family: 'fontello';
  padding-left: .25em;
  font-size: .9em;
}

.lm:hover {
  color: #ccc;
}

/* inline buttons */
.inline-buttons {
  font-size: 13px;
}

.inline-buttons a, .inline-buttons .site-footer a#ot-sdk-btn, .site-footer .inline-buttons a#ot-sdk-btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.inline-buttons a + a, .inline-buttons .site-footer a#ot-sdk-btn + a, .site-footer .inline-buttons a#ot-sdk-btn + a, .inline-buttons .site-footer a + a#ot-sdk-btn, .site-footer .inline-buttons a + a#ot-sdk-btn {
  margin-left: 8px;
}

.inline-buttons.centered {
  text-align: center;
}

.inline-buttons.centered a, .inline-buttons.centered .site-footer a#ot-sdk-btn, .site-footer .inline-buttons.centered a#ot-sdk-btn {
  margin: 0 8px 8px;
}

@media screen and (max-width: 767px) {
  .inline-buttons {
    text-align: center;
  }
}

/* button down - scroll */
.btn-down {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 3.5em;
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: .9em;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  filter: drop-shadow(0 0 0.5em #000);
  transition: color .35s;
}

@media screen and (max-width: 767px) {
  .btn-down {
    display: none;
  }
}

.btn-down:after {
  content: '\e817';
  font-family: 'fontello';
  display: block;
  transition: transform .35s;
}

.btn-down:hover::after {
  transform: translateY(0.5em);
}

/* video buttons */
/*
.btn-play {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%; 
	height: 100%; 
	background: url(/images/layout/buttons/video-play.png) center no-repeat;
}

.btn-pause {	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: none;
	display: none;
}
*/
.ca.slick-arrow {
  text-indent: 0;
  width: 44px;
}

.ca.slick-arrow span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
}

.ca.slick-arrow:before, .ca.slick-arrow:after {
  width: 25px;
  height: 2px;
}

.ca-prev {
  left: 2%;
}

.ca-prev:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: -4px;
}

.ca-prev:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 15px;
  left: -4px;
}

.ca-next {
  right: 2%;
}

.ca-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  right: -4px;
}

.ca-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 15px;
  right: -4px;
}

/* Close button / Magnific pop close button */
.gridder-close,
.btn-close {
  transition: transform 0.35s;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 36px;
  height: 36px;
  color: currentColor;
  display: block;
  /*
	&:active {
		top: 6px;
	}*/
}

.gridder-close:before,
.btn-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 16px;
  left: 2px;
  width: 32px;
  height: 2px;
  background-color: currentColor;
}

.gridder-close:after,
.btn-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 16px;
  right: 2px;
  width: 32px;
  height: 2px;
  background-color: currentColor;
}

.gridder-close:hover,
.btn-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .gridder-close,
.btn-close {
    top: 8px;
    right: 8px;
  }
}

/* Close */
/*
.btn-close {

	// Modifier
	&.btn-close-light {
		&:before,
		&:after {
			background-color: #fff;
		}
	}
	
}
*/
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Object fit images */
.object-fit {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-top {
  object-position: 50% 20%;
}

.object-fit-bottom {
  object-position: 50% 80%;
}

@media screen and (max-width: 767px) {
  .object-fit-bottom {
    object-position: 50% 90%;
  }
}

.object-fit-right {
  object-position: 80% 50%;
}

@media screen and (max-width: 767px) {
  .object-fit-right {
    object-position: 90% 50%;
  }
}

.object-fit-left {
  object-position: 20% 50%;
}

.object-fit-right-top {
  object-position: 80% 20%;
}

@media screen and (max-width: 767px) {
  .object-fit-right-top {
    object-position: 90% 10%;
  }
}

.object-fit-right-bottom {
  object-position: 80% 80%;
}

@media screen and (max-width: 767px) {
  .object-fit-right-bottom {
    object-position: 90% 90%;
  }
}

.object-fit-left-top {
  object-position: 20% 20%;
}

@media screen and (max-width: 767px) {
  .object-fit-left-top {
    object-position: 10% 10%;
  }
}

.flex-pairs {
  max-width: 1080px;
  margin: 0 auto 2em;
}

.flex-pairs .flex-pair {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  .flex-pairs .flex-pair > div {
    height: 100%;
  }
}

.flex-pairs .flex-pair:not(.no-switch):nth-child(even) .flex-pair-img {
  order: 2;
}

@media screen and (max-width: 1276px) {
  .flex-pairs .flex-pair {
    display: block;
    padding-bottom: 1em;
  }
}

.flex-pairs .flex-pair-img {
  width: 50%;
  overflow: hidden;
  height: 420px;
  display: flex;
}

.flex-pairs .flex-pair-img > div {
  width: 100%;
  height: 100%;
}

.flex-pairs .flex-pair-img:after {
  content: '';
  min-height: inherit;
  font-size: 0;
  pointer-events: none;
}

@media screen and (max-width: 1276px) {
  .flex-pairs .flex-pair-img {
    display: block;
    width: auto;
    height: 360px;
    margin: 0 auto 1.5em;
  }
}

.flex-pairs .flex-pair-content {
  width: 50%;
  padding: 0 4em;
  display: flex;
}

.flex-pairs .flex-pair-content h3 {
  font-family: "PetitSerif", sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: .75em;
}

.flex-pairs .flex-pair-content .inline-buttons .btn {
  margin: 0 .5em 1em 0;
}

@media screen and (max-width: 1276px) {
  .flex-pairs .flex-pair-content {
    display: block;
    width: auto;
    padding: 0;
  }
}

/* Content pairs - floated image with text */
/*
.content-pairs {
	max-width: 860px;
	margin: 0 auto 36px;	
	padding-top: 1em;
	
	.inline-right {
		margin-left: 60px;
		
		@media screen and (max-width: 767px){
			margin-left: auto;
		}
	}
	
	.inline-left {
		margin-right: 60px;
		
		@media screen and (max-width: 767px){
			margin-right: auto;
		}		
	}
	
	&:after {
		content: "";
		display: block;
		clear: both;
	}
	
	@supports(display:flow-root){
		&:after { content: none; }
		display: flow-root;
	}
	
}*/
/* this is for waypooint stickies */
.sticky-wrapper {
  float: right;
}

@media only screen and (max-width: 1680px) {
  .sticky-wrapper {
    position: relative;
  }
}

.stuck {
  position: fixed;
  top: 0;
  z-index: 11;
}

/* Lazy loaded content */
/*
.lazyload {
	@include transition(opacity 1s ease-in .2s);
	opacity: 0;
	
	&.active { opacity: 1; }
}
*/
/*
.lede {
	text-transform: uppercase;
	font-weight: 700;
}*/
.unit-listing {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.unit-listing td, .unit-listing th {
  padding: 10px;
  vertical-align: middle;
  line-height: 1.5em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .unit-listing td, .unit-listing th {
    text-align: left;
  }
  .unit-listing td:last-child, .unit-listing th:last-child {
    border: 0;
  }
}

.unit-listing th {
  padding: 15px;
  font-weight: bold;
}

.unit-listing thead tr {
  background-color: #228848;
  color: #fff;
}

.unit-listing tbody tr {
  background: #fff;
}

.unit-listing tbody tr:nth-child(2n) {
  background: #f3f3f3;
}

.unit-listing tbody tr:hover {
  background-color: #777;
  color: #fff;
}

.unit-listing tbody tr.active {
  color: #fff;
}

.unit-listing-grid {
  text-align: center;
}

.unit-listing-grid h3 {
  font-weight: bold;
}

.unit-listing-grid .col-1-2 {
  float: left;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .unit-listing-grid .col-1-2 {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
}

.unit-listing-grid .row {
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .unit-listing-grid .row {
    margin-bottom: 20px;
  }
  .unit-listing-grid .row:nth-child(2n) {
    background: #f6f6f6;
  }
}

.unit-listing-grid .row:nth-child(2n + 1) .col-1-2:first-child {
  float: right;
}

@media screen and (max-width: 767px) {
  .unit-listing-grid .row:nth-child(2n + 1) .col-1-2:first-child {
    float: none;
  }
}

.unit-listing-grid .vcenter {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .unit-listing-grid .vcenter {
    width: 90%;
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.unit-listing-grid .image {
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .unit-listing-grid .image {
    display: none;
  }
}

.unit-listing-grid .content-row {
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.unit-listing-grid .content-row:last-child {
  border-bottom: 0;
}

.unit-listing-grid .label {
  width: 100px;
  float: left;
  padding: 10px;
  font-weight: bold;
}

.unit-listing-grid .text {
  float: left;
  padding: 10px;
  line-height: 1.4em;
}

.unit-listing-grid .tabs {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 50%;
  top: 0;
  width: 260px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.unit-listing-grid .tabs li {
  padding: 10px 20px;
  float: left;
  background: #228848;
  color: #fff;
  width: 130px;
  cursor: pointer;
  transition: all 0.4s;
  box-sizing: border-box;
}

.unit-listing-grid .tabs li.active, .unit-listing-grid .tabs li:hover {
  background: #4c4e21;
}

.unit-listing-grid .sold {
  font-weight: bold;
  text-transform: uppercase;
}

.unit-listing-grid .tab-content {
  display: none;
}

.unit-listing-grid .tab-content.active {
  display: block;
}

/* end .unit-listing-grid */
[hdmtype="ShowOnEdit"] {
  display: none;
}

.fwc {
  max-width: 320px;
}

.fwc > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
@media screen and (max-width: 1276px) {
  .primary-nav > li:has(.dd-nav) .pn-link::after {
    content: '+';
    top: .65rem;
    left: auto;
    right: .5em;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 1.35rem;
    transform: none;
    line-height: 1;
  }
}

@media screen and (max-width: 1276px) {
  .primary-nav > li:has(.dd-nav):hover .pn-link::after {
    content: '-' !important;
    top: .65rem;
    left: auto;
    right: .5em;
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 1.35rem;
    transform: none;
    line-height: 1;
  }
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
.site-footer {
  background-color: #7c7c7c;
  color: #fff;
  padding: 3em 0;
  position: relative;
  font-size: 12px;
}

.site-footer a, .site-footer a#ot-sdk-btn {
  transition: color 0.35s;
  color: currentColor;
}

.site-footer a:hover, .site-footer a#ot-sdk-btn:hover {
  color: #ccc;
}

.site-footer a[href^=tel], .site-footer a[href^=tel]#ot-sdk-btn {
  color: currentColor;
}

.site-footer a#ot-sdk-btn {
  font-size: 1em;
  padding: 0;
  border: 0;
}

.site-footer a#ot-sdk-btn:hover {
  background-color: #7c7c7c;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 2em 0;
  }
}

p.rewards {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}

p.rewards a, p.rewards .site-footer a#ot-sdk-btn, .site-footer p.rewards a#ot-sdk-btn {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.hyatt-logos {
  padding-left: 20px;
}

.hyatt-logos .woh-logo {
  fill: white;
  height: 46px;
  margin: 0 auto;
  padding-top: 15px;
}

.hyatt-logos .hyatt-corp-logo {
  fill: white;
  height: 36px;
  margin: 0 auto;
}

.ftr-inner {
  display: flex;
  max-width: 1080px;
}

.ftr-inner > div:not(:first-child) {
  border-left: 1px solid;
}

@media screen and (max-width: 900px) {
  .ftr-inner > div:not(:first-child) {
    border-left: none;
    border-top: 1px solid #9f9e9e;
    padding-top: 2em;
  }
}

@media screen and (max-width: 1220px) {
  .ftr-inner {
    justify-content: center;
  }
}

@media screen and (max-width: 900px) {
  .ftr-inner {
    display: block;
    text-align: center;
    width: auto;
  }
}

.ftr-logo {
  margin: 1em 3em 1em 0;
}

.ftr-logo .site-logo-stacked-1,
.ftr-logo .site-logo-stacked-2 {
  fill: currentColor;
}

.ftr-logo a:hover, .ftr-logo .site-footer a#ot-sdk-btn:hover, .site-footer .ftr-logo a#ot-sdk-btn:hover {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .ftr-logo {
    margin: 0 auto 2em;
  }
}

@media screen and (max-width: 767px) {
  .ftr-logo {
    width: 100px;
    height: 74px;
  }
}

.ftr-links {
  font-family: "BrownPro", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  padding: .75em 5em 0;
  text-align: center;
}

.ftr-links .two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0 3em 0 0;
  text-align: left;
}

@media screen and (max-width: 1180px) {
  .ftr-links .two-col {
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .ftr-links .two-col {
    text-align: center;
    margin: 0 0 2em;
  }
}

.ftr-links .ftr-spsr {
  margin-bottom: 0;
}

.ftr-links a, .ftr-links .site-footer a#ot-sdk-btn, .site-footer .ftr-links a#ot-sdk-btn {
  display: block;
  padding: .4em 0;
}

.ftr-links ul {
  line-height: 1.25em;
}

.ftr-links .social {
  font-size: 20px;
  min-width: 96px;
}

@media screen and (max-width: 767px) {
  .ftr-links .social {
    text-align: center;
    min-width: 0;
  }
}

@media screen and (max-width: 1180px) {
  .ftr-links {
    padding: .75em 3em 0;
  }
}

@media screen and (max-width: 900px) {
  .ftr-links {
    justify-content: center;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .ftr-links {
    display: block;
  }
}

.ftr-tel,
.ftr-eclub-btn {
  margin: 0 0 1em .75em;
}

@media screen and (max-width: 767px) {
  .ftr-tel,
.ftr-eclub-btn {
    text-align: center;
    margin: 1em 0;
  }
}

.ftr-tel .eclub-btn,
.ftr-eclub-btn .eclub-btn {
  font-family: "BrownPro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  transition: 0.35s;
}

.ftr-tel .eclub-btn:hover,
.ftr-eclub-btn .eclub-btn:hover {
  color: #ccc;
}

.ftr-eclub-btn {
  margin: 0;
}

.ftr-sponsors {
  padding: 0 1.5em;
}

@media screen and (max-width: 1180px) {
  .ftr-sponsors {
    padding: 0 .75em;
  }
}

.ftr-spsr {
  text-align: center;
  color: #fff;
  margin: 0 1.5em;
}

.ftr-spsr:first-child {
  margin-bottom: 2em;
}

.ftr-spsr > img {
  display: block;
  margin: 0 auto .25em;
}

.ftr-spsr figcaption {
  font-size: 10px;
  line-height: 1.3em;
}

.ftr-spsr .dim {
  opacity: .5;
}

.ftr-spsr .equal {
  width: 32px;
  height: auto;
}

.ftr-spsr .mb {
  width: 110px;
  height: auto;
}

.ftr-spsr .ai-cert {
  width: 44px;
  height: auto;
}

@media screen and (max-width: 1220px) {
  .ftr-spsr {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 900px) {
  .ftr-spsr {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .ftr-spsr {
    display: block;
    margin: 0 auto 1em;
  }
}

.logo-dest {
  padding: 1.5em 0 0 3em;
}

.logo-dest a, .logo-dest .site-footer a#ot-sdk-btn, .site-footer .logo-dest a#ot-sdk-btn {
  display: block;
  width: 122px;
  height: 92px;
  background: url(/images/layout/logos/destination-hotels.png) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .logo-dest a, .logo-dest .site-footer a#ot-sdk-btn, .site-footer .logo-dest a#ot-sdk-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1180px) {
  .logo-dest {
    padding-left: 2em;
  }
}

@media screen and (max-width: 900px) {
  .logo-dest {
    padding-left: 0;
  }
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Responsive grids
*****************************************/
.grid {
  box-sizing: border-box;
  /* special case - 10px gutter */
  /* one col */
  /* two col */
  /* three col */
  /* four col */
  /* five col */
}

.grid:after {
  content: '';
  display: table;
  clear: both;
}

.grid [class*='col-'] {
  box-sizing: border-box;
  float: left;
  position: relative;
}

.grid.pad {
  margin: 0 -25px;
}

.grid.pad [class*='col-'] {
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .grid.pad [class*='col-'] {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .grid.pad {
    margin: 0 -10px;
  }
}

.grid.compact {
  margin: 0;
}

.grid.compact [class*='col-'] {
  padding: 0 10px 0 0;
}

.grid.compact [class*='col-']:last-of-type {
  padding-right: 0;
}

.grid img:not(.object-fit) {
  max-width: 100%;
  height: auto;
}

.grid .col-1-1 {
  width: 100%;
}

.grid .col-1-2 {
  width: 50%;
}

.grid .col-2-2 {
  width: 100%;
}

.grid .col-1-3 {
  width: 33.3333333333%;
}

.grid .col-2-3 {
  width: 66.6666666667%;
}

.grid .col-3-3 {
  width: 100%;
}

.grid .col-1-4 {
  width: 25%;
}

.grid .col-2-4 {
  width: 50%;
}

.grid .col-3-4 {
  width: 75%;
}

.grid .col-4-4 {
  width: 100%;
}

.grid .col-1-5 {
  width: 20%;
}

.grid .col-2-5 {
  width: 40%;
}

.grid .col-3-5 {
  width: 60%;
}

.grid .col-4-5 {
  width: 80%;
}

.grid .col-5-5 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .grid [class*='col-'] {
    float: none;
    padding: 0;
  }
  .grid .col-1-2,
.grid .col-2-2,
.grid .col-1-3,
.grid .col-2-3,
.grid .col-3-3,
.grid .col-1-4,
.grid .col-2-4,
.grid .col-3-4,
.grid .col-4-4,
.grid .col-1-5,
.grid .col-2-5,
.grid .col-3-5,
.grid .col-4-5,
.grid .col-5-5 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    margin: 0;
  }
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
span.ui-button-icon.ui-icon.ui-icon-closethick:before {
  content: 'x';
  display: block;
}

.ui-datepicker {
  font-family: "Lato", serif;
  padding: 1em 1.25em;
  color: #666666;
  width: auto;
}

.ui-datepicker table {
  font-size: 12px;
}

.ui-datepicker th {
  font-weight: 400;
  padding: .3em;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  color: currentColor;
  border: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: .25em;
}

.ui-datepicker .ui-datepicker-header a, .ui-datepicker .ui-datepicker-header .site-footer a#ot-sdk-btn, .site-footer .ui-datepicker .ui-datepicker-header a#ot-sdk-btn {
  color: currentColor;
}

.ui-datepicker .ui-datepicker-title {
  letter-spacing: normal;
}

.ui-state-hover,
.ui-datepicker .ui-state-hover,
.ui-datepicker-header .ui-state-hover,
.ui-state-focus,
.ui-datepicker .ui-state-focus,
.ui-datepicker-header .ui-state-focus {
  background-color: transparent;
}

.ui-state-default,
.ui-datepicker .ui-state-default,
.ui-datepicker-header .ui-state-default {
  border: none;
  background-color: transparent;
  letter-spacing: .05em;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
  background: none;
}

.ui-icon-circle-triangle-w:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid;
}

.ui-icon-circle-triangle-e:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid;
}

.ui-state-active,
.ui-datepicker .ui-state-custom-highlight .ui-state-default,
.ui-datepicker .ui-state-active,
.ui-datepicker-header .ui-state-active {
  font-weight: 700;
  background-color: #228848;
  color: #fff;
}

.ui-state-highlight,
.ui-datepicker .ui-state-highlight,
.ui-datepicker-header .ui-state-highlight {
  background-color: #ccc;
  color: #000;
  font-weight: 700;
}

.ui-datepicker td {
  padding: 0;
  border: 1px solid #ccc;
}

.ui-datepicker td span,
.ui-datepicker td a,
.ui-datepicker td .site-footer a#ot-sdk-btn,
.site-footer .ui-datepicker td a#ot-sdk-btn {
  text-align: center;
  padding: .75em;
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/*
	Notes:
	- counter styles are set in /css/partials/_helpers.scss
*/
.callout-wrap {
  box-sizing: border-box;
  padding: 5em 0;
  background-color: #e3e3e3;
  background-image: url(/images/layout/bg/bg_clouds.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  clear: both;
}

@media screen and (max-width: 1276px) {
  .callout-wrap .slick-list {
    padding: 0;
  }
}

@media screen and (max-width: 1276px) {
  .callout-wrap .ca-prev {
    left: 2em;
  }
}

@media screen and (max-width: 1276px) {
  .callout-wrap .ca-next {
    right: 2em;
  }
}

@media screen and (max-width: 1276px) {
  .callout-wrap {
    padding: 3em 0;
  }
}

/* Callouts wrapper */
.callouts {
  position: relative;
}

.callout {
  transition: transform 1s ease-in;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  box-sizing: border-box;
  padding: 3em 0;
  position: relative;
}

.callout.slick-active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  z-index: 2;
}

.callout.slick-active .co-image {
  width: 60%;
  transform: scale(1);
}

.callout.slick-active .co-image img {
  opacity: 1;
}

@media screen and (max-width: 1276px) {
  .callout.slick-active .co-image {
    width: 100%;
  }
}

.callout.slick-active .co-slide {
  z-index: 2;
  /*
			p { display: block; }
			.btn { display: block; }
			.co-image { opacity: 1; }
			
			&:after {
				background: -webkit-linear-gradient(bottom, rgba(0,0,0,.8) 0%, transparent 100%);
				background: -o-linear-gradient(bottom, rgba(0,0,0,.8) 0%, transparent 100%);
				background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 100%);
				bottom: 0;
				content: '';
				height: 50%;
				left: 0;
				position: absolute;
				width: 100%;				
				pointer-events: none;	
			}			
			
			@media screen and (max-width: 768px){
				@include transform(none);
			}
			*/
}

.callout.slick-active .co-slide figcaption {
  width: 40%;
  padding: 2em;
  opacity: 1;
}

@media screen and (max-width: 1276px) {
  .callout.slick-active .co-slide figcaption {
    width: 100%;
    text-align: center;
    padding: 0 3em;
  }
}

@media screen and (max-width: 1276px) {
  .callout {
    padding: 0;
  }
}

.co-slide {
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
  width: 94%;
  height: 420px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.co-slide figcaption {
  box-sizing: border-box;
  width: 0;
  overflow-x: hidden;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  transition: opacity .5s ease-in .5s, width .3s, padding .3s;
}

@media screen and (max-width: 1276px) {
  .co-slide figcaption {
    position: absolute;
    opacity: 1;
    z-index: 2;
  }
}

.co-slide .inner {
  width: auto;
}

.co-slide p {
  margin-bottom: 1em;
  line-height: 1.3em;
}

.co-slide h3 {
  font-family: "PetitSerif", sans-serif;
  font-size: 24px;
  color: #228848;
  letter-spacing: .075em;
  margin-bottom: .25em;
  line-height: 1.2em;
}

@media screen and (max-width: 1276px) {
  .co-slide h3 {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .co-slide h3 {
    font-size: 20px;
  }
}

.co-slide .inline-buttons .btn {
  margin: 0;
}

.co-slide .inline-buttons a + a, .co-slide .inline-buttons .site-footer a#ot-sdk-btn + a, .site-footer .co-slide .inline-buttons a#ot-sdk-btn + a, .co-slide .inline-buttons .site-footer a + a#ot-sdk-btn, .site-footer .co-slide .inline-buttons a + a#ot-sdk-btn {
  margin-left: 0;
}

@media screen and (max-width: 1276px) {
  .co-slide {
    display: block;
    background-color: #000;
    color: #fff;
  }
}

.co-image {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #000;
  transform: scale(0.6);
  transition: width .7s, transform .7s;
}

.co-image img {
  opacity: .5;
  transition: opacity .7s;
}

@media screen and (max-width: 1276px) {
  .co-image {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    opacity: .5;
  }
}

/* Admin */
/*
.is-admin { 
	.field1.callout {		
		background-color: #f2f2f2;
		padding: 10px; 
		line-height: 1.4em;
		
		.thumb { 
			max-width: 100px; 
			height: auto;
			float: left;
			display: block;
			margin: 0 10px 0 0;
		}
		
		& + .field2 { padding: 2px 2px 2px 10px; }		
	}
}
*/
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
/*************************************** 
	INLINE STYLES - Above the fold
****************************************/
/*************************************** 
	DEFERRED STYLES
****************************************/
/* Popup widget */
.popup-outer {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
}

.popup-inner {
  transition: all 0.8s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: -50%;
  box-sizing: border-box;
}

.popup-inner.active {
  top: 50%;
}

.popup-inner.bottom {
  top: 150%;
}

.popup-inner.bottom.active {
  top: 50%;
}

.popup-inner.right {
  top: 50%;
  left: 150%;
}

.popup-inner.right.active {
  left: 50%;
}

.popup-inner.pin-right {
  top: 50%;
  left: auto;
  right: -100%;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.popup-inner.pin-right.active {
  right: 0;
}

.popup-inner.left {
  top: 50%;
  left: -50%;
}

.popup-inner.left.active {
  left: 50%;
}

.popup-close {
  transition: transform 0.35s;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 2;
  width: 36px;
  height: 36px;
  background-color: transparent;
  cursor: pointer;
}

.popup-close:before, .popup-close:after {
  transition: background-color 0.35s;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 36px;
  height: 1px;
  background-color: #fff;
}

.popup-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 17px;
}

.popup-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
.featured-articles {
  margin-bottom: 3em;
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}

.featured-articles .sh {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0 1%;
  letter-spacing: .09em;
  position: relative;
  margin-bottom: 2em;
}

.featured-articles .sh:before {
  content: '';
  background: #b9b9b9;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 200%;
  right: 100%;
}

.featured-articles .sh:after {
  content: '';
  background: #b9b9b9;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 200%;
  left: 100%;
}

.featured-articles-slider {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .featured-articles-slider {
    width: 100%;
  }
}

.featured-articles-slider .article {
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
}

.featured-articles-slider .article .article-image {
  margin-bottom: 1em;
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-articles-slider .article figcaption {
  text-align: left;
}

.featured-articles-slider .article .category {
  color: #b9b9b9;
  font-size: .9em;
  margin-bottom: .5em;
}

.featured-articles-slider .article .title {
  text-align: left;
  color: #228848;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: .5em;
}

.featured-articles-slider .article .subtitle {
  line-height: 1.4em;
}

.featured-articles-slider .slick-prev:before, .featured-articles-slider .slick-prev:after,
.featured-articles-slider .slick-next:before,
.featured-articles-slider .slick-next:after {
  background-color: #228848;
}

@media screen and (max-width: 767px) {
  .featured-articles-slider .slick-prev:before, .featured-articles-slider .slick-prev:after,
.featured-articles-slider .slick-next:before,
.featured-articles-slider .slick-next:after {
    background-color: #fff;
  }
}

.featured-articles-slider .slick-prev {
  left: -45px;
}

@media screen and (max-width: 767px) {
  .featured-articles-slider .slick-prev {
    left: 30px;
  }
}

.featured-articles-slider .slick-next {
  right: -45px;
}

@media screen and (max-width: 767px) {
  .featured-articles-slider .slick-next {
    right: 30px;
  }
}

/* Variables
**********************************/
/* all vars, no need for @if critical */
/* breakpoints */
/* Animation - see header.scss for usage examples */
/* Form placeholders */
/* Usage:

	.foo {
	  @include placeholder {
		color: green;
	  }
	}

	@include placeholder {
	  color: red;
	}
*/
/* Flexbox 
***************************************/
/* Card */
/* Filter */
/* Gridder */
