html {
	-webkit-font-smoothing: antialiased;
}
select::-ms-expand {
    display: none;
}
.home #masthead {
	padding: 35px 0 40px;
}
#masthead {
	padding: 35px 0 0;
}
.home .header-spacer {
	height: 175px;
}
.header-spacer {
	height: 145px;
}

.single-room p,
.single-room li {
	text-transform: none;
}
.single-room li.ib {
	font-size: 14px;
}

/* Two Column Promos - Two Col Hero */
.two-col-promos, 
.two-col-hero {
	padding: 0 0 15px;
}
.two-col-promos ul, 
.two-col-hero ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.two-col-promos li, 
.two-col-hero li {
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
}

.three-col-hero li {
	width: 32%;
	margin: 0 2% 20px 0;
}

.three-col-hero figure {
	height: 330px !important;
}

.two-col-hero li a,
.three-col-hero li a {
	text-decoration: none;
}

.two-col-hero.three-col-hero li:last-child {
	margin: 0 0 20px;
}

.two-col-hero li {
	margin-bottom: 0;
}

.two-col-promos li:nth-child(2n) {
	margin: 0 0 20px;
}

.two-col-hero.three-col-hero li:nth-child(2n) {
	margin: 0 2% 20px 0;
}

.two-col-hero li:nth-child(2n) {
	margin: 0;
}

.two-col-hero figure {
	height: 515px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.two-col-hero .text-container {
	text-align: center;
	display: table;
	background-color: #eeeeee;
	padding: 55px 0;
}

.two-col-promos figure {
	height: 205px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	text-align: center;
}
.two-col-promos .cell,
.two-col-hero .cell {
	vertical-align: middle;
	padding: 0 2.5%;
}
.two-col-hero .cell {
	padding: 0 7%;
}
.two-col-promos h2, 
.two-col-hero h2 {
	color: #fff;
	font-family: 'Futura PT', sans-serif;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
}

.two-col-promos h2 {
	letter-spacing: 1px;
}


.two-col-hero h2 {
	margin: 0 0 20px;
	font-family: 'Futura PT Book', sans-serif;
	font-size: 24px;
}

.two-col-hero h2, 
.two-col-hero p {
	line-height: 30px;
	color: #000;
}
.three-col-hero p {
	line-height: 40px;
}
.three-col-hero h2 {
	margin: 0 0 7px;
}
.two-col-hero p:last-of-type {
	margin: 0;
}

.two-col-hero p {
	font-size: 20px;
	font-weight: 300;
}

.two-col-promos a {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-family: 'Futura PT Book', sans-serif;
	display: block;
	text-decoration: none;
}

.two-col-promos a:hover, 
.two-col-promos a:focus {
	text-decoration: underline;
}

.home .menu-toggle, 
#masthead .header-cta {
	margin-top: 20px;
}
.menu-toggle, 
#masthead .header-cta {
	margin-top: 5px;
}
.social-bar .extra-content {
	bottom: 30px;
}

.social-bar .extra-content p {
	line-height: 18px;
}

.footnav2 ul {
	margin: 40px auto 0 !important;
}
.footnav2 a {
	font-size: 18px !important;
	line-height: 40px !important;
}

#footnav ul {
	margin: 15px auto 17px !important;
}

.third.header-cta.right {
	position: relative;
	z-index: 2;
}

.slider-wrapper .text-block > p {
	margin: 0;
}

.slider-wrapper .text-block p strong {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}
.text-block p {
	font-size: 18px;
	line-height: 30px;
}

.slider-wrapper .text-block p {
	font-size: 24px;
	line-height: 34px;
}

.slider-wrapper .text-block p.small {
	font-size: 14px;
	line-height: 30px;
}

.general-content {
	padding: 30px 0;
}

.general-content form li {
	margin: 0 0 13px;
}

.general-content .gform_heading {
	margin: 0 auto 35px;
	color: #333333;
	max-width: 560px;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Futura PT Book', sans-serif;
	text-align: center;
}

.general-content .gform_body, 
.general-content .gform_footer {
	max-width: 305px;
	margin: 0 auto;
}
.general-content input[type="submit"] {
	font-size: 18px;
	font-weight: 500;
}
.general-content input[type="text"],
.general-content input[type="email"],
.general-content select,
.general-content option,
.general-content textarea {
	background-color: #eeeeee;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Futura PT Book', sans-serif;
	color: #646464 !important;
	font-weight: 500;
}

.general-content .gform_body li.gfield_error input,
.general-content .gform_body li.gfield_error textarea {
	background-color: #ff0000;
	color: #fff;
}

.general-content .gform_body li:last-child {
	margin: 0 0 3px;
}

.general-content .validation_message, 
.general-content .validation_error {
	display: none;
}

.general-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Futura PT Book', sans-serif !important;
  color: #646464 !important;

}
.general-content ::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Futura PT Book', sans-serif !important;
  color: #646464 !important;

}
.general-content :-ms-input-placeholder { /* IE 10+ */
  font-family: 'Futura PT Book', sans-serif !important;
  color: #646464 !important;

}
.general-content :-moz-placeholder { /* Firefox 18- */
  font-family: 'Futura PT Book', sans-serif !important;
  color: #646464 !important;

}

.general-content select {
	background-image: url(img/select-down.png);
	font-weight: lighter !important;
}

.general-content textarea {
	height: 188px;
	padding-top: 0;
}

.text-block.uppercase * {
	line-height: 18px;
}

/* Content and Slider */
.content-slider {
	padding: 25px 0;
	margin: 0 0 40px;
}
.content-slider .left, .content-slider .right {
	width: 50%;
}

.content-wrapper-small {
	padding: 0 6.5%;
}

.content-slider .right .slider {
	visibility: hidden;
}

.content-slider .right .slider.slick-initialized {
	visibility: visible;
}

.content-slider .left {
	float: left;
	padding: 45px 6% 0 0;
}

.content-slider .file-btn {
	text-transform: uppercase;
    font-size: 14px;
    line-height: 56px;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.06em;
    background-color: #333;
    padding: 12px 24px;
    color: #fff;
    letter-spacing: 1px;
}

.content-slider .file-btn:hover,
.content-slider .file-btn:focus {
	background-color: #ffd200;
	color: #333333;
	text-decoration: none;
}

.content-slider .left a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	color: #ea5b0c;
	margin: 0;
	letter-spacing: 2px;
	text-decoration: none;
}

.content-slider .left a:hover,
.content-slider .left a:focus {
	text-decoration: underline;
}

.content-slider .left p {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Futura PT Book', sans-serif;
	color: #333333;
}

.page-title {
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Futura PT';
	font-weight: 500;
	font-size: 42px;
	line-height: 56px;
}

.content-slider .right {
	float: right;
	position: relative;
	max-width: 715px;
}
.content-slider .right .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.content-slider .right .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.content-slider .right .slick-dots button {
	padding: 0;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: solid 2px #fff;
	font-size: 0;
	background-color: transparent;
}

.content-slider .right .slick-dots .slick-active button {
	background-color: #fff;
	
}

.content-slider .slide-inner figure {
	height: 715px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#masthead .header-cta a {
	padding: 10.5px 28px;
	min-width: 183px;
	text-align: center;
	font-size: 14px;
}

#masthead .header-cta a:hover, 
#masthead .header-cta a:focus {
	padding: 10.5px 28px;
}
.home #masthead.scrolled {
	padding: 10px;
}
#masthead.scrolled .header-cta a {
	padding: 6px 31px !important;
}


@media only screen and (max-width: 959px) {
	.page-title br {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.two-col-promos li,
	.two-col-hero li {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}

	.two-col-hero.three-col-hero li:nth-child(2n) {
		margin: 0 auto 20px;
	}

	#masthead #logo img {
		height: auto;
	}
	.content-slider {
		margin: 0 0 20px;
	}
	.content-slider .left,
	.content-slider .right {
		float: none;
		width: 100%;
	}

	.content-slider .right {
		max-width: 100%;
	}

	.content-slider .left {
		padding: 0;
		margin-bottom: 20px;
	}

	.content-slider .slide-inner figure {
		height: 400px;
	}

}

@media only screen and (max-width: 479px) {
	.content-wrapper-small {
		padding: 0;
	}
}



