* {
	box-sizing: border-box;
}

.corporate-section-container {
	overflow: auto;
}

.corporate-section-container::after {
	content: "";
	clear: both;
	display: table;
}

.corporate-header {
    min-height: 275px;
    margin: 0 auto;
    width: 73%;
}

.corporate-header h2 {
    text-align: left;
    font-size: 40px;
    margin-top: 70px;
    color: #b3a598;
}

.in-between {
    background-color: #b3a598;
}

.in-between div {
	width: 73%;
	margin: 0 auto;
    padding: 2rem 0;
}

.in-between h3 {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: 200;
}

.in-between p {
	color: white;
}

.corporate-section .section-header {
    width: 40%;
    float: left;
	position: absolute;
    top: 50%;
    margin-top: -29.5px;
}

.corporate-section .information {
    width: 60%;
    float: right;
}

.corporate-section .corporate-image {
    clear: both;
    max-width: 100%;
    height: auto;
}

.corporate-image img {
    max-width: 100%;
}

.corporate-image img {
    max-width: 100%;
}

.corporate-section-container {
    width: 80%;
    margin: 3rem auto;
    display: block;
    position: relative;
    margin-right: 1rem;
}

.corporate-section .section-header h4 {
    font-size: 30px;
}

.executive .section-header{
	color: #6d7898;
}

.kickback .section-header{
	color: #d7a508;
}

.lounge .section-header{
	color: #8cb1b9;
}

.meeting .section-header{
	color: #a5a75e;
}

.touchdown .section-header{
	color: #ec9842;
}

.neighborhoods .section-header{
	color: #5f90b1;
}

.corporate-section .information {
    vertical-align: middle;
    border-left: 1px solid;
    height: 100%;
    padding: 0 1rem;
}

.executive .information{
	color: #6d7898;
}

.kickback .information{
	color: #d7a508;
}

.lounge .information{
	color: #8cb1b9;
}

.meeting .information{
	color: #a5a75e;
}

.touchdown .information{
	color: #ec9842;
}
.neighborhoods .information{
	color: #5f90b1;
}

.corporate-section .information p {
    margin-top: 0;
    margin-bottom: 0;
}

.executive .information {
	width: calc(100% - 180px);
}

.kickback .information {
	width: calc(100% - 183px);
}

.lounge .information {
	width: calc(100% - 148px);
}

.meeting .information {
	width: calc(100% - 153px);
}

.touchdown .information {
	width: calc(100% - 206px);
}

.neighborhoods .information {
	width: calc(100% - 261px);
}
.download-button {
    background: #b3a598;
    color: white !important;
    text-decoration: none;
    padding: .7rem .5rem .5rem .5rem;
    border-radius: 5px;
    box-shadow: -1px 2px 1px 2px #9C928A;
    display: inline-block;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: bold;
	margin-bottom: 1rem;
}








.default-content .content-wrap {
    padding: 0 !important;
}

.hero-img-container {
    position: relative;
}

.hero-img {
    width: 100%;
    height: auto;
}

h2.hero-title {
    position: absolute;
    bottom: 0;
    margin-bottom: -1rem;
    font-size: 6rem;
    color: white;
    line-height: 6rem;
    left: 2rem;
}

.hero-info-container {
    margin: 0 3rem;
}

.quote {
	margin-bottom: .5rem !important;
}

.under-quote {
	margin-top: .5rem !important; 
}

.multiple-product-description div {
    width: 48%;
    display: inline-block;
    vertical-align: bottom;
}

.slider-products.col-1 .product {
    max-width: 300px;
    display: block;
    position: relative;
    float: none;
    margin: 0 auto;
}
.slider-products.col-2 .product {
    width: calc(100% / 2);
    float: left;
}
.slider-products.col-3 .product {
    width: calc(100% / 3);
    float: left;
}
.slider-products.col-4 .product {
    width: calc(100% / 4);
    float: left;
}
.slider-products.col-5 .product {
    width: calc(100% / 5);
    float: left;
}

.slider-products.col-6 .product {
    width: calc(100% / 6);
    float: left;
}

.slider-products.col-2 .product.two-images,
.slider-products.col-2 .product.extra-wide {
    width: calc(100% / 2 * 2);
}
.slider-products.col-3 .product.two-images,
.slider-products.col-3 .product.extra-wide {
    width: calc(100% / 3 * 2);
}
.slider-products.col-4 .product.two-images,
.slider-products.col-4 .product.extra-wide {
    width: calc(100% / 4 * 2);
}
.slider-products.col-5 .product.two-images,
.slider-products.col-5 .product.extra-wide {
    width: calc(100% / 5 * 2);
}

.slider-products.col-6 .product.two-images,
.slider-products.col-6 .product.extra-wide {
    width: calc(100% / 6 * 2);
}

.slider-products.col-4 .product.extra-wide {
    width: calc(100% / 4 *2);
    float: left;
}

.slider-products .product {
		padding: 0 .5rem;
}

.slider-products .product .product-image {
	display: block;    
	height: 0;    
	overflow: hidden;    
	position: relative;    
	z-index: 1;
	min-height: 160px
}

.slider-products .product:not(.two-images) .product-image img {
	max-width: 100%;
	height: auto;
	bottom: 0;
    display: block;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
	max-height: 160px;
}

.slider-products .product.two-images .product-image img {
	width: 49%;
    display: inline;
    vertical-align: bottom;
}

.slider-products .product p {
	margin: 0 0 20px;
	min-height: 3rem;
}

.slider-products .product a {
	text-decoration: none;
}

.hero-slider-container .slick-prev, .hero-slider-container .slick-next {
    border: 0;
    box-shadow: none; 
	height: 60px;
    margin-top: -30px;
    width: 60px;
}

.hero-slider-container .slick-prev:before, .hero-slider-container .slick-next:before {
    content: '\f105';
    display: block; height: 60px;
    width: 60px;
    font-family: 'FontAwesome';
    font-size: 60px;
    color: white;
}

.hero-slider-container .slick-prev:before {
    content: '\f104';
}

.hero-slider-container .slick-prev {
	left: -10px;
}

.hero-slider-container .slick-next {
    right: -10px;
}

.hero-slider-container .slick-dots {
    padding-left: 0;
    text-align: right;
    right: 20px;
    bottom: 0;
	width: auto;
}

.hero-slider-container .hanging-image {
	margin-bottom: 0;
}

.hero-slider-container .hanging-image .slick-dots {
	bottom: 40px;
}

.hero-slider-container .hanging-image.meeting .slick-dots {
	bottom: 54px;
}

.hero-slider-container .slick-dots li button {
	border-radius: 10px;
	background: #bbbbbb;
    width: 10px;
    height: 10px;
    padding: 3px;
}
.hero-slider-container .slick-dots li {
    margin: 0 4px;
}
.hero-slider-container .slick-dots li.slick-active button {
	background: #fff;
}

@media screen and (max-width: 995px) {
	h2.hero-title {
		font-size: 3rem;
		line-height: 3rem;
		margin-bottom: -.5rem;
	}
	
	.slider-products.col-4 .product,
	.slider-products.col-5 .product,
	.slider-products.col-6 .product {
		width: calc(100% / 3);
	}
	
	.slider-products.col-2 .product.two-images,
	.slider-products.col-3 .product.two-images,
	.slider-products.col-4 .product.two-images,
	.slider-products.col-5 .product.two-images,
	.slider-products.col-6 .product.two-images {
		width: 100%;
		float: none;
		clear: both;
	}
	.slider-products.col-2 .product.extra-wide,
	.slider-products.col-3 .product.extra-wide,
	.slider-products.col-4 .product.extra-wide,
	.slider-products.col-5 .product.extra-wide,
	.slider-products.col-6 .product.extra-wide {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.slider-products.col-6 .product.two-images img {
		max-width: 160px;
	}
}

@media screen and (min-width: 600px) {
	.slider-products.col-2,
	.slider-products.col-3{
		width: 85%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.corporate-header h2 {
		padding-top: 100px;
	}

	.corporate-section-container {
		width: 90%;
	}

	.corporate-section .section-header {
		width: 100%;
		position: static;
		margin-top: 0;
		border-bottom: 1px solid;
	}

	.corporate-section .information {
		width: 100% !important;
		border: 0 !important;
		margin-top: 1rem;
	}


	h2.hero-title {
		font-size: 2rem;
		line-height: 2rem;
		margin-bottom: -.3rem;
		left: 1rem;
	}

	.slider-products.col-3 .product,
	.slider-products.col-4 .product,
	.slider-products.col-5 .product,
	.slider-products.col-6 .product {
		width: calc(100% / 2);
	}
}

div.default-content > div.header {
    display: none;
}

div.default-content ul.overview {
    margin-top: 20px;
}

div.default-content > div.column-span2 {
    width: 786px;
    max-width: 100%;
}

div.default-content > div.column-span1 {
    width: 150px;
}