@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
/*
	font-family: 'Raleway', sans-serif;
*/

body {
	background: #ffffff;
	color: #222222;
	font-family: 'Raleway','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
	font-size: 16px;
	margin: 0;
	overflow-x: hidden;
	padding: 58px 0 0 0;
}

.ss-section-wrap p,
.ss-section-wrap ul,
.ss-section-wrap ol,
.ss-section-wrap table,
.ss-section-wrap td,
.ss-section-wrap .ss-content-block {
	font-size: 16px;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: rgba(255,0,0,0.5);
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 60px;
}
.middle-area-inner > .wrapper > h1 {
	display: none;
}

h2 {	
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 30px;
	margin: 0 0 25px 0;
}

h4 {
	font-size: 25px;
	margin: 0 0 18px 0;
}

h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 18px;
	margin: 0 0 15px 0;
}

p {
	font-weight: 500;
	margin: 0 0 43px 0;
	line-height: 225%;
	padding: 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 15px;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 0;
}

iframe {
	display: block;
	max-width: 100%;
	margin: 0 0 20px 0;
}

:target {
	display: block;
	position: relative;
	top: -120px; 
	visibility: hidden;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Header --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.header {
	-moz-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.22);
	box-shadow: 0 24px 36px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	position: fixed;
	height: 58px;
	padding: 21px 0 18px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 95;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
}

.header .logo {
	display: inline-block;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header a:hover {
	opacity: 1;
}


/**************** SEARCH *********************************/
#search {
	background: rgba(0,0,0,0.87);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

#close-search-link {
	background: url(/images/icons/l-sd185279891.png) 0 -420px;
	height: 25px;
	display: inline-block;
	top: 50px;
	right: 50px;	
	position: absolute;
	text-indent: -999em;
	width: 25px;
}

.site-search-form {
	width: 490px;
	margin: 150px auto 0 auto;
	float: none;
	display: block;
	text-align: center;
	max-width: 100%;
}

.site-search-form input[type=text] {
    -moz-box-shadow: 0px 3px 3px -2px rgba(102, 102, 102, 0.5);
    -webkit-box-shadow: 0px 3px 3px -2px rgba(102, 102, 102, 0.5);
    box-shadow: 0px 3px 3px -2px rgba(102, 102, 102, 0.5);
    background: none;
    border: none;
    border-bottom: solid 1px rgba(102, 102, 102, 0.6);
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    height: auto;
    color: #fff;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.site-search-form input[type=submit] {
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	text-align: center;
	background: rgba(255, 0, 0, 0.6) url(/images/icons/l-sd185279891.png) 13px -2116px;
	text-align: center;
	text-indent: -999em;
	border: 0;
}

.site-search-form input[type=submit]:hover {
	background-color: #fff;
	background-position: 13px -2157px;
}

.search-toggle {
	float: right;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Primary Nav ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.nav-toggle {
	color: #ff6652;	
	cursor: pointer;
	display: block;
	float: left;
	height: 17px;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 17px;
	text-decoration: none;
	z-index: 102;
	width: 20px;
}

.nav-toggle:hover {
	color: #ff6652;	
	text-decoration: none;
}

.nav-toggle .first {
	width: 20px;
	left: 0;
	top: 0;
}

.nav-toggle .second {
	width: 20px;
	top: 7px;
}

.nav-toggle .third {
	width: 20px;
	top: 14px;
}

.nav-toggle .first, .nav-toggle .second, .nav-toggle .third {
	background-color: #ff6652;
	height: 3px;
	border-radius: 0;
	position: absolute;
	transition: all .3s ease;
	left: 0;
}

.nav-active .first,
.nav-active .third {
	transform: rotate(45deg);
	width: 32px;
	top: 8px;
}

.nav-active .second {
	opacity: 0;
}

.nav-active .third {
	transform: rotate(-45deg);
}

.nav-active .nav-toggle-text {
	opacity: 0;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Primary Nav ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.primary-nav-wrap {
	background: rgba(0,0,0,0.87);
	height: 0;
	opacity: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	transition: opacity 0.2s ease;
	width: 100%;
	z-index: 101;
}

body.nav-active .primary-nav-wrap {
	height: 100%;
	opacity: 1;
	padding: 64px 0;
}

.primary-nav-wrap ul {
	list-style: none;
	margin: 0 auto 22px;
	padding: 0 0 32px;
	max-width: 480px;
	position: relative;
	text-align: center;
}

.primary-nav-wrap ul:after {
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -100px;
	width: 200px;
	bottom: 0;
	border-bottom: solid 1px rgba(102, 102, 102, 0.5);
}

.primary-nav-wrap ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}

.primary-nav-wrap ul a {
	color: #ffffff;
	display: block;
	font-size: 32px;
	font-weight: 300;
	padding: 14px 0 13px;
	text-decoration: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.primary-nav-wrap ul a:hover,
.primary-nav-wrap ul li.selected a {
	color: #ff0000;
	opacity: 1;
}


.menu-description {
	font-size: 20px;
	text-align: center;
	color: #999;
	line-height: 1.5;
	margin: 0 0 33px;
}

.tooltip {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-align: center;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 121px;
	height: 64px;
	background: rgba(255, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 19px 8px;
	line-height: 1.2;
	moz-transition: ease-in-out,0.25s;
	-o-transition: ease-in-out,0.25s;
	-webkit-transition: ease-in-out,0.25s;
	transition: ease-in-out,0.25s;
}

.tooltip:after {
	background: url(/images/icons/bubble.png) 0 0 no-repeat;
	width: 38px;
	height: 18px;
	text-indent: -999em;
	display: inline-block;
	content: '';
	position: absolute;
	top: 100%;
	right: 15px;
}

.tooltip:hover, .tooltip:focus, .tooltip:active {
    -moz-box-shadow: 5px -5px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 5px -5px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 5px -5px 8px rgba(0,0,0,0.8);
    color: #fff;
}

body:not(.mobile) .tooltip:hover, body:not(.mobile) .tooltip:focus, body:not(.mobile) .tooltip:active {
    -moz-transform: perspective(200px) rotatey(-8deg) rotatex(-20deg) scale(1.05, 1.05);
    -ms-transform: perspective(200px) rotatey(-8deg) rotatex(-20deg) scale(1.05, 1.05);
    -webkit-transform: perspective(200px) rotatey(-8deg) rotatex(-20deg) scale(1.05, 1.05);
    transform: perspective(200px) rotatey(-8deg) rotatex(-20deg) scale(1.05,1.05);
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Banner/Section Header ------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
.section-header {
	padding: 34px 0 35px;
	moz-box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	-webkit-box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	margin: 0 0 49px;
	padding: 10px 0 15px;
}

@media only screen and (min-width: 40.063em) {
	.section-header {
		padding: 34px 0 35px;
	}
}

.section-header h1 {
	line-height: 90%;
	margin-bottom: 9px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Middle Area ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.middle-area {}

.middle-area-inner {}

@media screen and (min-width: 840px) {
	.main-content {
		padding-bottom: 80px;
	}
}

.with-section-footer-questions-widget .main-content {
	padding-bottom: 0;
}

.main-content ul {
	list-style: none;
	margin: 0 0 50px -10px;
	padding-left: 23px;
}
.main-content ul.embedded-gallery-nav {
	list-style-image: none;
	margin: 0;
	padding-left: 0;
}
.main-content ul.list-items {
	list-style-image: none;
	margin: 0 0 15px;
	padding-left: 0;
}

.main-content ul li {
	line-height: 125%;
	margin-bottom: 8px;
	position: relative;
}
.main-content ul.embedded-gallery-nav li {
	position: absolute;	
}
.main-content ul.list-items li {
	
}
.main-content .social-share-links ul li {
	line-height: normal;
	margin: 0;
}

.main-content ul li:before {
	content: '+';
	color: rgba(255, 0, 0, 0.87);
	position: absolute;
	left: -14px;
	top: 0;
}
.main-content ul.embedded-gallery-nav li:before {
	display: none;
}
.main-content ul.list-items li:before {
	display: none;
}
.main-content .social-share-links ul li:before {
	display: none;
}



.ss-section-wrap {

}

.ss-section-wrap-inner {

}

.ss-content-block {

}

.page-banner {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Submission Form (Contact) -------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-type-8 .driving-directions-wrap .submit-wrap {
	margin-bottom: 40px
}

@media screen and (min-width: 800px) {
	.page-type-8 .driving-directions-wrap {
		float: right;
		width: 45%;
	}
}

@media screen and (max-width: 800px) {
	.submission-form-wrap.has-driving-directions {
		border-bottom: 1px solid #cccccc;
		float: none;
		margin-bottom: 50px;
		padding-bottom: 50px;
		width: 100%;
	}
	
	.driving-directions-input-fields {
		margin-bottom: 30px;
	}

	.page-type-8 .print-button {
		display: none;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Footer --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.footer-top {
	background-color: #000;
	color: #666;
	padding: 50px 0;
}

.footer-top .wrapper {
	max-width: 1080px;
}

.footer-top p {
	margin: 0;
}

/************* footer social media links ************************************/
.footer-social {
	margin: 0 0 40px;
}

.footer-social img {
	display: inline-block;
	opacity: .5;
	padding: 0 7px;
}

.footer-social a:hover img {
	opacity: 1;
}

/************* footer large links ************************************/
.footer-large-links {
	text-align: center;
}

.footer-large-links ul {
	list-style: none;
	display: inline-block;
	margin: 1px auto 10px;
	padding: 0;
}
@media only screen and (min-width: 40.063em) {
	.footer-large-links ul {
		margin-bottom: 8px;
	}
}

.footer-large-links li {
	display: block;
	margin: 0 0 8px;
}
@media only screen and (min-width: 40.063em) {
	.footer-large-links li {
		display: inline-block;
	}
}
@media only screen and (min-width: 840px) {
	.footer-large-links li {
		float: left;
		margin-bottom: 0;
	}
}

.footer-large-links li a {
	padding: 5px 28px 11px;
	color: #fff;
	line-height: 102%;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}

.footer-large-links li a:hover {
	color: #f00;
}

/************* footer small links ************************************/
.footer-links ul {
	padding: 0 20px;
	margin: 0 0 49px;
	text-align: center;
}

.footer-links ul li {
	display: inline-block;
}

.footer-links ul li a {
	color: #666;
	font-size: 12px;
	display: inline-block;
	padding: 10px 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.footer-links ul li a:hover {
	color: #fff;
}

/************* footer logo ************************************/
.footer-bottom {
	display: block;
	background: #fff;
	padding: 43px 0;
	position: relative;
	text-align: center;
}
@media only screen and (min-width: 64.063em) {
	.footer-bottom {
		padding-bottom: 40px;
	}
}

.footer-logo img {
	max-width: 100%;
}

/************* copyright ************************************/
.copyright {
	background: #dedede;
	color: #848484;
	font-size: 11px;
	padding: 5px 10px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;

}




/*************** gray question box that is in the footer of some pages ***********************/
.section-footer-questions-widget.section-footer,
.section-footer-questions-widget.content-box {
	background: rgba(51,51,51,0.87);
	padding: 60px 0 55px;
	margin-top: 50px;
	color: #9d9d9d;
}
.section-footer-questions-widget.content-box {
	background: transparent none;
	margin-top: 0;
	padding: 30px 0 25px;
}

.section-footer-questions-widget.section-footer .ss-section-wrap-inner {
	padding: 0;
}

.section-footer-questions-widget.section-footer p,
.section-footer-questions-widget.content-box p {
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 225%;
}

.section-footer-questions-widget.section-footer h2,
.section-footer-questions-widget.content-box h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 36px;
	line-height: 102%;
}

.section-footer-questions-widget.section-footer .ss-content-block.col-3 {
	margin-left: .9%;
	margin-right: .9%;
}

.section-footer-questions-widget.section-footer .ss-content-block.col-3 a,
.section-footer-questions-widget.content-box a {
	font-size: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #9d9d9d;
	font-weight: 600;
	margin: 0;
}

.section-footer-questions-widget .responsive-grid-layout-row {
	padding: 0;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Miscellaneous -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.cb { clear: both; }

.clear:after {
	content: '';
	clear: both;
	display: table;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Buttons -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
button,
.button, 
.small-action-button {
	background: rgba(0,0,0,0.47);
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial,'raleway','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: auto;
	line-height: normal;
	margin: 0 0 0;
	opacity: 1;
	padding: 12px 22px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

button:hover,
.button:hover, 
.small-action-button:hover,
.pager:hover, 
.pager-prev:hover,
.pager-next:hover, 
.pager.on {
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 1;
}

.button-gray {
	background: #383838;
}
.button-gray:hover {
	background: #999;
}

.search-page-form-wrap .text-search-wrap .submit {
	background: rgba(0,0,0,0.47);
	opacity: 1;
	height: 28px;
	line-height: 10px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Forms ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
input,
select,
textarea,
form .field-wrap input[type=text],
form .field-wrap select,
form .field-wrap textarea {
	box-sizing: border-box;
	max-width: 100%;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: white;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 1rem;
	margin: 0 0 1.25rem 0;
	padding: 0.625rem;
	height: 2.8125rem;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

textarea,
form .field-wrap textarea {
	height: auto;
}

input[type=submit],
input[type=button] {
	width: auto;
}

form .field-wrap label {
	margin: 0 0 10px 0;
	color: #4d4d4d;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

form .field-wrap span.checkbox-wrap,
form .field-wrap span.radio-wrap {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/************** custom form styles ****************************/
.field-wrap.field-sign_me_up_for_your_newsletter label {
	display: none;
}
	

/* ---------------------------------------------------------------------------------------------------------- */
/* Blog Page ------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.page-type-5 .middle-area-inner > .wrapper {
		padding: 0;
	}
}

.page-type-5 .main-content,
.page-type-5 #banner-wrapper {
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.page-type-5.loaded .main-content,
.page-type-5.loaded #banner-wrapper {
	opacity: 1;
}

.page-type-5 .section-header {
	margin-bottom: 0;
	padding-bottom: 150px;
}

.blog-right-column {
	display: none;
}

#banner-wrapper .categories h3 {
	display: none;
}

#banner-wrapper .categories ul {
	display: inline-block;
	list-style: none;
	margin: 0 -5px;
	padding: 15px 0 30px;
	vertical-align: middle;
}

#banner-wrapper .categories ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 5px;
	position: relative;
	vertical-align: top;
}

#banner-wrapper .categories ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	padding: 6px 12px;
	text-transform: uppercase;
	vertical-align: middle;}

#banner-wrapper .categories ul li a:hover {
	background: rgba(0, 0, 0, 0.27);
}

#banner-wrapper .categories ul li.selected a {
	background: rgba(0, 0, 0, 0.47)
}

.blog-left-column {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	margin-top: -150px;
	min-height: 150px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}

.blog-left-column:before {
	content: '';
	position: absolute;
	display: block !important;
	background: #ececec;
	left: 0;
	right: 0;
	top: 150px;
	bottom: 0;
}
@media only screen and (min-width: 64.063em) {
	.blog-left-column:before {
		width: 1200px;
		margin-left: -600px;
		left: 50%;
		right: auto;
	}
}

.show-more-posts-link-wrap {
	margin-top: 50px;
}

.page-type-5 .list-items.blog-items > li {
	border: 0;
	margin: 0 0 21px;
	padding: 0;
}
@media only screen and (max-width: 640px) {
	.page-type-5 .list-items.blog-items > li {
		margin: 0;
	}
}

.page-type-5 .main-content ul.list-items.blog-items > li .list-item.blog-item {
	background-position: 50% 50%;
}

.page-type-5 .blog-items .blog-item .blog-link-wrap {
	display: block;
	height: 390px;
	position: relative;
}
@media only screen and (max-width: 640px) {
	.page-type-5 .blog-items .blog-item .blog-link-wrap {
		height: 320px;
	}
}

.page-type-5 .blog-items .blog-item .blog-link-wrap:before {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	z-index: 2;
}

.page-type-5 .blog-items .blog-item .blog-link-wrap:hover:before {
	background: rgba(0,0,0,0.25);
}

.page-type-5 .blog-items .blog-item .blog-link-wrap:after {
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	content: '';
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.74)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	bottom: 0;
	right: 0;
	left: 0;
	height: 65%;
	z-index: 1;
}

.page-type-5 .blog-items .blog-item h3.date,
.page-type-5 .blog-items .blog-item .social-share-links,
.page-type-5 .list-items li .hr {
	display: none;
}

.page-type-5 .blog-items .blog-item h2.title,
.page-type-5 .blog-items .blog-item h2.title a {
	color: #fff;
	font-size: 40px;
	line-height: 100%;
	margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
	.page-type-5 .blog-items .blog-item h2.title,
	.page-type-5 .blog-items .blog-item h2.title a {
		font-size: 28px;
	}
}

.page-type-5 .blog-items .blog-item .content {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	padding: 37px 15px 37px 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75%;
	z-index: 3;
}

.page-type-5 .blog-items .blog-item p,
.page-type-5 .blog-items .blog-item .content p {
	margin: 0;
	line-height: 125%;
}
@media only screen and (max-width: 640px) {
	.page-type-5 .blog-items .blog-item p,
	.page-type-5 .blog-items .blog-item .content p {
		font-size: 14px;
		line-height: 130%;
	}
}

.page-type-5 .blog-items li.no-image .blog-item {
	background: none !important;	
	border-bottom: 1px solid #bdbdbd;
}

.page-type-5 .blog-items li.no-image .blog-item .blog-link-wrap {
	height: auto;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.page-type-5 .blog-items li.no-image .blog-item .blog-link-wrap:hover {
	opacity: .7;
}

.page-type-5 .blog-items li.no-image .blog-item .blog-link-wrap:before,
.page-type-5 .blog-items li.no-image .blog-item .blog-link-wrap:after {
	display: none;
}

.page-type-5 .blog-items li.no-image .blog-item h2.title,
.page-type-5 .blog-items li.no-image .blog-item h2.title a,
.page-type-5 .blog-items li.no-image .blog-item .content {
	color: #000;
	position: static;
}


/********************** blog detail page ********************************************/
@media only screen and (max-width: 640px) {
	.body-detail-page.page-type-5 .main-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.body-detail-page.page-type-5 .section-header {
	margin-bottom: 49px;
	padding-bottom: 35px;
}
@media only screen and (max-width: 640px) {
	.body-detail-page.page-type-5 .section-header {
		padding-top: 35px;
	}
}

.body-detail-page .detail-page-banner {
	display: block;
	margin: 0;
}

.body-detail-page .detail-page-banner img {
	display: block;
	width: 100%;
}

.body-detail-page .blog-left-column:before { display: none !important; }

.body-detail-page .blog-left-column {
	margin-top: 0;
	min-height: 0;
}

.body-detail-page #banner-wrapper:after {
	content: '';
	clear: both;
	display: table;
}

.body-detail-page #banner-wrapper h1 {
	float: left;
	margin-top: 25px;
}
@media only screen and (max-width: 640px) {
	.body-detail-page #banner-wrapper h1 {
		float: none;
		font-size: 35px;
		line-height: 90%;
		margin-top: 0;
		margin-bottom: 25px;
	}
}

.body-detail-page #banner-wrapper .author-wrap {
	float: right;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.body-detail-page #banner-wrapper .author-wrap {
		float: none;
		text-align: left;
	}
}

.body-detail-page #banner-wrapper .author-wrap a {
	color: #fff;
	display: block;
}

.body-detail-page #banner-wrapper .author-wrap .image {
	background-color: rgba(0,0,0,0.2);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	display: block;
	height: 81px;
	margin: 0 auto 10px auto;
	width: 81px;
}
@media only screen and (max-width: 640px) {
	.body-detail-page #banner-wrapper .author-wrap .image {
		display: inline-block;
		height: 33px;
		margin: 0 4px 0 0;
		width: 33px;
		vertical-align: middle;
	}
}

.blog.detail-page .hr {
	margin-bottom: 40px;
}

.blog.detail-page .fr.button.negmt,
.blog.detail-page .posted-in,
.blog.detail-page h3.date {
	display: none;
}

.responsive-grid-layout-row {
	padding: 50px;
}
@media only screen and (max-width: 700px) {
	.responsive-grid-layout-row {
		padding: 15px;
	}
}

.responsive-grid-layout-row h3 {
	text-align: center;
}

.responsive-grid-layout-row p:last-child {
	clear: both;
	margin: 0;
	padding-top: 40px;
}

.sign-up-for-newsletter-box {
	margin: 50px auto;
	padding: 70px 30px;
	text-align: center;
}

.sign-up-for-newsletter-box h3 {
	margin: 0;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Process Page --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-id-652909 .section-header {
	display: none;
}

.page-id-652909 .main-content {
	padding-bottom: 0;
}

.page-id-652909 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.ss-section-wrap-inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 38px 0 15px;
}
.page-id-652909 .ss-section-wrap-inner {
	padding: 0;
}

.ss-section-wrap-inner .ss-content-block {
	margin: 0;
	position: relative;
}
@media only screen and (max-width: 1150px) {
	.page-id-652909 .ss-section-wrap-inner .ss-content-block {
		padding: 25px;
	}
}

@media only screen and (max-width: 840px) {
	.head-image {
		float: none !important;
		display: block;
		margin: 0 auto;
	}
}



/************ big image box *********************************/
.big-banner-image-box {
	height: 512px;
	position: relative;
}
@media only screen and (min-width: 840px) {
	.big-banner-image-box {
		height: 720px;
	}
}

.page-id-628143 .big-banner-image-box .ss-section-wrap-inner {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
@media only screen and (min-width: 840px) {
	.big-banner-image-box .ss-section-wrap-inner {
		position: relative;
	}
	
	.big-banner-image-box.work-intro-gallery-section .ss-section-wrap-inner {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.big-banner-image-box .ss-content-block {
	width: 90%;
	position: absolute;
	bottom: 27px;
	right: 5%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px !important;
	color: #fff;
}
@media only screen and (min-width: 500px) {
	.big-banner-image-box .ss-content-block {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media only screen and (min-width: 840px) {
	.big-banner-image-box .ss-content-block {
		padding-left: 20px;
		padding-right: 20px;
		width: 50%;
		height: auto;
		right: 0;
		top: 18.9%;
		bottom: auto;
		padding-top: 33px;
		padding-bottom: 90px;
	}
}
@media only screen and (min-width: 64.063em) {
	.big-banner-image-box .ss-content-block {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.big-banner-image-box .ss-content-block {
		width: 55.7%;
		right: -59px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652909 .big-banner-image-box .ss-content-block {
		width: 55%;
		min-height: 150px;
	}
}
@media screen and (min-width: 1280px) {
	.page-id-652909 .big-banner-image-box .ss-content-block {
		min-height: 434px;
		width: 59.2%;
	}
}



.big-banner-image-box .ss-content-block h1 {
	margin-bottom: 21px;
}



/************* gray section **************************/
.section-background-light-gray:before {
    content: '';
    position: absolute;
    display: block !important;
    background: #ececec;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
@media only screen and (min-width: 64.063em) {
	.section-background-light-gray:before {
		width: 1200px;
		margin-left: -600px;
		left: 50%;
		right: auto;
	}
}

.section-background-light-gray {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 92px;
}
@media only screen and (min-width: 840px) {
	.section-background-light-gray {
		padding-top: 30px;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 64.063em) {
	.section-background-light-gray {
		padding-top: 50px;
	}
}

.section-background-light-gray h2 {
	margin-bottom: 12px;
}

.section-background-light-gray .ss-content-block:nth-child(even) h2 {
	margin-top: -15px;
}

.section-background-light-gray .ss-content-block:nth-child(odd) p {
	margin-bottom: 12px;
}



/*********** number circles *************************/
.process-no {
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 56px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	height: 113px;
	width: 113px;
	display: block;
	margin: -57px 0 0;
	padding: 25px 0;
	position: relative;
	z-index: 2;
}
.process-no {
	display: none;
}

@media only screen and (min-width: 40.063em) {
	.process-no {
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 840px) {
	.process-no {
		display: block;
		position: absolute;
		margin: -87px 0 0 -57px;
		top: 50%;
		left: 0;
	}
	
	.ss-content-block:nth-child(2n+1) .process-no {
		left: 100%;
	}
}
@media only screen and (min-width: 64.063em) {
	.process-no {
		width: 160px;
		height: 160px;
		margin: -106px 0 0 -80px;
		font-size: 80px;
		line-height: 80px;
		padding: 34px 0;
	}
}


.right-padding,
.left-padding {
	padding: 0;
}
@media only screen and (min-width: 840px) {
	.right-padding {
		padding-right: 70px;
	}
	.left-padding {
		padding-left: 70px;
	}
}
@media only screen and (min-width: 64.063em) {
	.right-padding {
		padding-right: 100px;
	}
	.left-padding {
		padding-left: 100px;
	}
}

@media only screen and (min-width: 840px) {
	.process-text-right {
		text-align: right;
	}
}


/*********** tan box *************************/
.page-id-652909 .section-background-tan {
	background: transparent none;
	padding-top: 16px;
}
@media only screen and (max-width: 64.063em) {
	.page-id-652909 .section-background-tan {
		background: rgba(183, 150, 118, 0.87);
	}
}

.page-id-652909 .section-background-tan:before {
	background: rgba(183, 150, 118, 0.87);
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-tan:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-tan:before {
	    right: 15px;
	    left: -60px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652909 .section-background-tan:before {
	    bottom: 69px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-tan:before {
	    bottom: 116px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652909 .section-background-tan:before {
	    bottom: 95px;
	}
}


.page-id-652909 .section-background-tan p:nth-child(1) > img {
	margin-top: -60px;
	margin-bottom: 60px;
}


/*********** brown box *************************/
.page-id-652909 .section-background-brown {
	background: transparent none;
	padding-top: 16px;
}
@media only screen and (max-width: 64.063em) {
	.page-id-652909 .section-background-brown {
		background: rgba(173, 59, 11, 0.87);
	}
}

.page-id-652909 .section-background-brown:before {
	background: rgba(173, 59, 11, 0.87);
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-brown:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-brown:before {
	    right: 15px;
	    left: -60px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652909 .section-background-brown:before {
	    bottom: 69px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-brown:before {
	    bottom: 116px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652909 .section-background-brown:before {
	    bottom: 95px;
	}
}


.page-id-652909 .section-background-brown p:nth-child(1) > img {
	margin-top: -51px;
}



/*********** gray box *************************/
.page-id-652909 .section-background-gray {
	background: transparent none;
	padding-bottom: 50px;
	padding-top: 80px;
}
@media only screen and (max-width: 64.063em) {
	.page-id-652909 .section-background-gray {
		background: rgba(51,51,51,0.87);
	}
}

.page-id-652909 .section-background-gray.section-footer {
	background: rgba(51,51,51,0.87);
	padding: 60px 0 55px;
	color: #9d9d9d;
}

.page-id-652909 .section-background-gray:before {
	background: rgba(51,51,51,0.87);
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-gray:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-gray:before {
	    right: 15px;
	    left: -60px;
	}
}
.page-id-652909 .section-background-gray.section-footer:before {
	display: none;
}


/*********** red box *************************/
.page-id-652909 .section-background-red {
	background: transparent none;
	padding-bottom: 30px;
	padding-top: 50px;
}
.page-id-652909 .section-background-red.section-arrow {
	background: rgba(255, 0, 0, 0.87);
	padding-bottom: 0;
	padding-top: 0;
}

.page-id-652909 .section-background-red:before {
	background: rgba(255, 0, 0, 0.87);
	display: none;
}
.page-id-652909 .section-background-red.section-arrow:before {
	display: none !important;
}
@media only screen and (min-width: 64.063em) {
	.page-id-652909 .section-background-red:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 1150px) {
	.page-id-652909 .section-background-red:before {
	    right: 15px;
	    left: -60px;
	}
}

@media only screen and (min-width: 1150px) {
	.page-id-652909 .have-a-question-box-wrap {
		margin-top: 50px;
	}
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Culture Page --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-id-652878 .section-header {
	display: none;
}

.page-id-652878 .main-content {
	padding-bottom: 0;
}

.page-id-652878 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.ss-section-wrap-inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 30px 15px;
}

.full-bleed-section .ss-section-wrap-inner {
	max-width: 100%;
	padding: 0;
}

.full-bleed-section .arrow-wrap,
.full-bleed-section .caption-wrap {
	margin: 0 auto;
	max-width: 1080px;
	position: relative;
	top: 49.1%;
}

.full-bleed-section .embedded-gallery .stage {
	height: 600px;
}

.full-bleed-section .arrow-wrap {
	top: 100px
}

.ss-section-wrap-inner .ss-content-block {
	margin: 0;
	position: relative;
}

.page-id-652878 .section-background-red h1 {
	margin-bottom: 65px;
}

.page-id-652878 .section-background-green {
	padding-bottom: 30px;
	padding-top: 50px;
}


.big-banner-image-box .ss-content-block {
	width: 90%;
	position: absolute;
	bottom: 27px;
	right: 5%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px !important;
	color: #fff;
}
.big-banner-image-box .ss-content-block .button,
.project-entry-content-box.ss-content-block .small-action-button,
.project-entry-content-box.ss-content-block .button,
.after-big-banner-image-box .button,
.after-big-banner-image-box .small-action-button {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
@media only screen and (min-width: 500px) {
	.big-banner-image-box .ss-content-block {
		padding-right: 40px;
		padding-left: 40px;
	}
	
	.big-banner-image-box .ss-content-block .button,
	.project-entry-content-box.ss-content-block .small-action-button,
	.project-entry-content-box.ss-content-block .button,
	.after-big-banner-image-box .button,
	.after-big-banner-image-box .small-action-button {
		width: auto;
	}
}
@media only screen and (min-width: 840px) {
	.big-banner-image-box .ss-content-block {
		padding-left: 20px;
		padding-right: 20px;
		width: 50%;
		height: auto;
		right: 0;
		top: 18.9%;
		bottom: auto;
		padding-top: 33px;
		padding-bottom: 90px;
	}
}
@media only screen and (min-width: 64.063em) {
	.big-banner-image-box .ss-content-block {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.big-banner-image-box .ss-content-block {
		width: 55.7%;
		right: 0;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-652878 .big-banner-image-box .ss-content-block {
		width: 55%;
		min-height: 150px;
	}
}
@media screen and (min-width: 1280px) {
	.page-id-652878 .big-banner-image-box .ss-content-block {
		min-height: 434px;
		width: 59.2%;
	}
}


@media only screen and (max-width: 500px) {
	.big-banner-image-box .ss-content-block p {
		margin-bottom: 15px;
	}
	
	.big-banner-image-box .ss-content-block .button,
	.project-entry-content-box.ss-content-block .small-action-button,
	.project-entry-content-box.ss-content-block .button,
	.after-big-banner-image-box .button,
	.after-big-banner-image-box .small-action-button {
		margin-bottom: -10px;
		margin-top: -10px;
	}
}

.big-banner-image-box .ss-content-block h1 {
	margin-bottom: 21px;
}


/********************* culture subpages ***************************************/
.top-level-652878 > .section-header {
	display: none;
}

.top-level-652878 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.top-level-652878 .middle-area-inner .main-content > .section-header {
	padding-bottom: 23px;
	padding-top: 20px;
	margin: 0;
}
@media only screen and (max-width: 550px) {
	.top-level-652878 .middle-area-inner .main-content > .section-header .ss-content-block.col-4-5 {
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
		width: 66%;
	}
	.top-level-652878 .middle-area-inner .main-content > .section-header .ss-content-block.col-5 {
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
		width: 34%;
	}
}

.top-level-652878 .middle-area-inner .main-content > .section-header .ss-section-wrap-inner {
	padding: 0 15px;
}

.top-level-652878 .middle-area-inner .main-content > .section-header p {
	margin: 0;
}

.top-level-652878 .middle-area-inner .main-content > .section-header a img {
	opacity: 0.5;
}

.top-level-652878 .middle-area-inner .main-content > .section-header a:hover img {
	opacity: 1;
}

.top-level-652878 .section-background-light-gray .ss-section-wrap-inner {
	padding: 0 15px;
}

.top-level-652878 .section-background-light-gray {
	margin-bottom: 55px;
}




/*********** blue box *************************/
.top-level-652878 .section-background-blue {
	background: transparent none;
	padding-top: 16px;
	position: relative;
}
@media only screen and (max-width: 64.063em) {
	.top-level-652878 .section-background-blue {
		background: rgba(51, 102, 204, 0.87);
	}
}


.top-level-652878 .section-background-blue:before {
	background: rgba(51, 102, 204, 0.87);
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.top-level-652878 .section-background-blue:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 1150px) {
	.top-level-652878 .section-background-blue:before {
		margin: 0 auto;
	}
}




	

/* ---------------------------------------------------------------------------------------------------------- */
/* Inline Slideshow Styles ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.slideshow-box {
	margin-bottom: 55px;
}

.slideshow-box > .ss-section-wrap-inner {
	max-width: 1200px;
}

.inline-gallery-wrap .embedded-gallery .stage {
	border: 0;
	width: 100%;
}
@media only screen and (max-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .stage {
		height: 500px;
	}
}
@media only screen and (max-width: 600px) {
	.inline-gallery-wrap .embedded-gallery .stage {
		height: 600px;
	}
}
@media only screen and (max-width: 420px) {
	.inline-gallery-wrap .embedded-gallery .stage {
		height: 700px;
	}
}


@media only screen and (max-width: 840px) {
	.embedded-gallery.static-page-inline-gallery .slide .image {
		bottom: 50%;
	}
}


/********** caption *******************************************************/
.inline-gallery-wrap {
	margin-bottom: 45px;
}

.full-bleed-section {
	margin-bottom: 45px;
}

.full-bleed-section .inline-gallery-wrap {
	margin-bottom: 0;
}

.inline-gallery-wrap .embedded-gallery .slide .caption {
	background: rgba(204, 51, 102, 0.87) none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	display: block !important;
	height: auto !important;
	bottom: 0;
	left: auto;
	padding: 15px !important;
	position: absolute;
	right: 0;
	margin: 0 !important;
}

@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .slide .caption {
		position: absolute;
		width: 375px;
		top: 49.1%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 466px !important;
		padding: 110px 21px 22px !important;
	}
}
@media only screen and (min-width: 64.063em) {
	.inline-gallery-wrap .embedded-gallery .slide .caption {
		min-height: 240px;
		width: 375px;
		height: 466px !important;
		padding: 40px 41px 42px !important;
	}
}
@media only screen and (min-width: 64.063em) {
	.inline-gallery-wrap .embedded-gallery .slide .caption {
		padding-top: 98px !important;
		padding-bottom: 90px !important;
	}
}

@media only screen and (max-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .slide .caption {
		left: 0;
		top: 50%;
	}
}

.inline-gallery-wrap .embedded-gallery .slide .caption h2 {
	line-height: 105%;
	margin-bottom: 10px;
}

.inline-gallery-wrap .embedded-gallery .slide .caption p {
	line-height: 200%;
	margin-bottom: 20px;
}


/********** arrows *******************************************************/
.inline-gallery-wrap .embedded-gallery .prev-arrow,
.inline-gallery-wrap .embedded-gallery .next-arrow {
	background: rgba(0,0,0,0.27);
	height: 41px;
	left: auto;
	right: 300px;
	margin: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	top: 20%;
	width: 41px;
	z-index: 94;
	display: block;
	line-height: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	outline: none;
	-webkit-transition: ease-in-out,0.25s;
	transition: ease-in-out,0.25s;
	-moz-border-radius: 99px;
	-webkit-border-radius: 99px;
	border-radius: 99px;
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		top: 9%;
	}
}
@media only screen and (min-width: 950px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		top: 13%;
	}
}
@media only screen and (min-width: 1080px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		top: 18%;
	}
}
@media only screen and (min-width: 1200px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		top: 20%;
	}
}


.full-bleed-section .inline-gallery-wrap .embedded-gallery .prev-arrow,
.full-bleed-section .inline-gallery-wrap .embedded-gallery .next-arrow {
	top: 15%;
}

.inline-gallery-wrap .embedded-gallery .next-arrow {
	right: 249px;
}

.inline-gallery-wrap .embedded-gallery .prev-arrow:hover,
.inline-gallery-wrap .embedded-gallery .next-arrow:hover {
	outline: none;
	background: rgba(0,0,0,0.47);
	color: transparent;
}

.inline-gallery-wrap .embedded-gallery.no-captions .prev-arrow,
.inline-gallery-wrap .embedded-gallery.no-captions .next-arrow {
	margin-top: -20.5px;
	left: 20px;
	top: 50%;
}

.inline-gallery-wrap .embedded-gallery.no-captions .next-arrow {
	left: auto;
	right: 20px;
}

@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
	    width: 41px;
	    height: 41px;
	}
	.inline-gallery-wrap .embedded-gallery .prev-arrow {
	    //position: relative;
	    //float: left;
	}
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow {
	    //position: relative;
	}
}

.inline-gallery-wrap .embedded-gallery .prev-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	background: url(/images/icons/arrow-left-small.png) 0 0 no-repeat;
	width: 14px;
	height: 20px;
	margin: -10px -7px 0 0;
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 50%;
	    background: url(/images/icons/arrow-left-small.png) 0 0 no-repeat;
	    width: 11px;
	    height: 20px;
	    margin: -10px -6px 0 0;
	}
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow:after {
	    margin-right: -4px;
	}
}


.inline-gallery-wrap .embedded-gallery .next-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	background: url(/images/icons/arrow-right-small.png) 0 0 no-repeat;
	width: 14px;
	height: 20px;
	margin: -10px -7px 0 0;
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .next-arrow:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 50%;
	    background: url(/images/icons/arrow-right-small.png) 0 0 no-repeat;
	    width: 11px;
	    height: 20px;
	    margin: -10px -6px 0 0;
	}
}
@media only screen and (min-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .next-arrow:after {
	    margin-right: -7px;
	}
}




@media only screen and (max-width: 840px) {
	.inline-gallery-wrap .embedded-gallery .prev-arrow,
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		top: auto;
		bottom: 15px;
		right: 15px;
	}
	.inline-gallery-wrap .embedded-gallery .next-arrow {
		right: 15px;
	}
	.inline-gallery-wrap .embedded-gallery .prev-arrow {
		right: 65px;
	}

	.inline-gallery-wrap {
		margin-bottom: 0;
	}
}





/* ---------------------------------------------------------------------------------------------------------- */
/* Homepage ------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 840px) {
	.page-id-628143 .main-content {
		padding-bottom: 0;
	}
}


.page-id-628143 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.page-id-628143 .ss-section-wrap-inner {
	max-width: 1200px;
}

@media screen and (max-width: 1024px) {
	.page-id-628143 .ss-section-wrap-inner {
		padding: 0;
	}
}

.left-caption .inline-gallery-wrap .embedded-gallery .slide .caption {
	left: 0;
	right: auto;
}

.page-id-628143 .left-caption .inline-gallery-wrap .embedded-gallery .slide .caption {
	padding-top: 35px !important;
}

/*********** Top box *************************/
.homepage-banner {
	margin-bottom: 60px;
}

.homepage-banner .inline-gallery-wrap {
	margin: 0;
}

.homepage-banner:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, 0.34) 100%);
    background-size: 100% auto;
    top: 0;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.25s ease 0s;
    z-index: 1;
}

.homepage-banner .ss-section-wrap-inner {
	max-width: none;
	padding: 0;
}

.homepage-banner .gallery-intro {
	box-sizing: border-box;
	bottom: 27px;
	width: 90%;
	padding: 33px 40px 20px 40px;
	position: absolute;
	right: 5%;
	z-index: 20;
}

.homepage-banner .inline-gallery-wrap .embedded-gallery .slide .caption {
	display: none !important;
}

.homepage-banner  .inline-gallery-wrap .embedded-gallery .prev-arrow,
.homepage-banner  .inline-gallery-wrap .embedded-gallery .next-arrow {
	display: none;
}

.homepage-banner .gallery-intro h1 {
	margin-bottom: 18px;
}

.homepage-banner .gallery-intro h1 img {
	display: block;
	max-width: none;
	margin-top: -13px;	
}

.homepage-banner .embedded-gallery.static-page-inline-gallery,
.homepage-banner .embedded-gallery.static-page-inline-gallery .slide,
.homepage-banner .embedded-gallery.static-page-inline-gallery .slide .image {
	height: 512px;
	overflow: hidden;
}

.homepage-banner .embedded-gallery.static-page-inline-gallery .slide .image {
	bottom: auto;
}

@media only screen and (min-width: 500px) {
	.homepage-banner .gallery-intro h1 img {
	    margin-top: -20%;
	}
}
@media only screen and (min-width: 840px) {
	.homepage-banner .gallery-intro-wrap {
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
		text-align: right;
		top: 100px;
	}

	.homepage-banner .gallery-intro {
		bottom: auto;
		position: absolute;
		text-align: left;
		width: 50%;	
	}
	
	.homepage-banner .gallery-intro h1 img {
	    margin: -23px 0px 0px -470px;
	}

	.homepage-banner .embedded-gallery.static-page-inline-gallery {
		height: auto;
	}
	
	.homepage-banner .embedded-gallery.static-page-inline-gallery .slide,
	.homepage-banner .embedded-gallery.static-page-inline-gallery .slide .image {
		height: 720px;
	}

}
@media screen and (min-width: 1280px) {
	.homepage-banner .gallery-intro h1 img {
	    margin: -52px 0px 0px -505px;
	}
}


@media only screen and (max-width: 840px) {
	.homepage-banner .gallery-intro h1 img {
	    max-width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.homepage-banner.big-banner-image-box .ss-content-block .button {
		margin-bottom: 0;
		margin-top: 0;
	}
}


/*********** aqua box *************************/
.aqua-box-homepage-text-image img {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 60px 25px 100px;
}
@media only screen and (min-width: 840px) {
	.aqua-box-homepage-text-image img {
		margin-left: 140px;
		padding: 0;
	}
}

.page-id-628143 .section-background-aqua {
	background: transparent none;
	padding-top: 16px;
	margin: 0 auto;
	max-width: 1080px;
}

.page-id-628143 .section-background-aqua:before {
	background: rgba(39, 127, 161, 0.87);
	display: none;
}
@media only screen and (min-width: 64.063em) {
	.page-id-628143 .section-background-aqua:before {
		content: '';
		z-index: -1;
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 1200px;
	}
}
@media screen and (min-width: 1024px) {
	.page-id-628143 .section-background-aqua:before {
	    right: 15px;
	    left: -60px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-628143 .section-background-aqua:before {
	    bottom: 69px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-628143 .section-background-aqua:before {
	    bottom: 116px;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-628143 .section-background-aqua:before {
	    bottom: 95px;
	}
}

@media screen and (max-width: 1024px) {
	.page-id-628143 .section-background-aqua {
		background: rgba(39, 127, 161, 0.87);
		margin-top: 40px;
		padding: 25px;
	}
}


.page-id-628143 .section-background-aqua p:nth-child(1) > img {
	margin-top: -180px;
	margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
	.page-id-628143 .section-background-aqua p:nth-child(1) {
		text-align: center;
	}
	.page-id-628143 .section-background-aqua p:nth-child(1) > img {
		float: none !important;
		margin: -180px auto 0;
	}
}


.page-id-628143 .have-a-question-box-wrap {
	padding-left: 25px;
	padding-right: 25px;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Grid Image Links ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-type-25 {
	overflow-x: hidden;
}

.page-type-25 .middle-area-inner,
.page-type-25 .middle-area-inner .wrapper {
	max-width: none;
	padding: 0;
}

.page-type-25 .middle-area-inner .wrapper {}

.image-grid-link-items {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	margin: -150px auto 55px;
	min-height: 150px;
	padding-bottom: 50px;
	position: relative;
	max-width: 1080px;
	width: 100%;
}
@media screen and (max-width: 840px) {
	.image-grid-link-items {
		margin-bottom: 0;
	}
}

.image-grid-link-items:before {
	content: '';
	position: absolute;
	display: block !important;
	background: #ececec;
	left: 0;
	right: 0;
	top: 150px;
	bottom: 0;
}
@media only screen and (min-width: 64.063em) {
	.image-grid-link-items:before {
		width: 1200px;
		margin-left: -600px;
		left: 50%;
		right: auto;
	}
}

.image-grid-link-items li, 
.image-grid-link-items .element-item,
.image-grid-link-items .grid-sizer {
	box-sizing: border-box;
	margin: 0 0.666666666666666666666666667% 10px;
	width: 32%;
}

.image-grid-link-items .gutter-sizer {
	width: 0;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	-webkit-transition: filter .2s ease;
	transition: filter .2s ease;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap:before {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	z-index: 2;
}

.image-grid-link-items .list-item.image-link-grid-item:hover .image-wrap:before {
	background: rgba(0,0,0,0.25);
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap:after {
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	content: '';
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.74)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	bottom: 0;
	right: 0;
	left: 0;
	height: 65%;
	z-index: 1;
}

.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap {
	background: transparent none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0 31px 28px;
	width: 100%;
	z-index: 3;
}

.image-grid-link-items .list-item.image-link-grid-item .title-link-wrap .title {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	z-index: 3;
	margin: 0;
	position: relative;
	line-height: 102%;
	width: 100%;
	text-align: left;
	height: auto;
}

.image-grid-link-items a.list-item.image-link-grid-item .link.button {
	display: none;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap img {
	display: none;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap {
	display: none;
}

.grid-filters-wrap {
	display: none;
}


/*************** filters **************************************/
.page-type-25 .grid-filters-section-header {
	webkit-box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	margin-bottom: 0;
	padding: 34px 0 150px;
	text-align: left;
}
@media screen and (max-width: 800px) {
	.page-type-25 .grid-filters-section-header {
		text-align: center;
	}
}

.page-type-25 .grid-filters-section-header .wrapper {
	max-width: 1080px;
}

.page-type-25 .grid-filters-section-header h1 {
    line-height: 90%;
    margin-bottom: 9px;
}

.page-type-25 .grid-filters-section-header h2 {
	margin: 11px 0 9px;
}

.custom-grid-filters-wrap {
	position: relative;
	z-index: 2;
}

.custom-grid-filters-wrap ul {
	display: inline-block;
	list-style: none;
	margin: 0 -5px;
	padding: 15px 0 30px;
	vertical-align: middle;
}

.custom-grid-filters-wrap ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 5px;
	position: relative;
	vertical-align: top;
}

.custom-grid-filters-wrap ul li:before {
	display: none;
}

.custom-grid-filters-wrap ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	padding: 6px 12px;
	text-transform: uppercase;
	vertical-align: middle;
}

.custom-grid-filters-wrap ul li a:hover {
	background: rgba(0, 0, 0, 0.27);
}

.custom-grid-filters-wrap ul li.selected > a {
	background: rgba(0, 0, 0, 0.47)
}

.custom-grid-filters-wrap ul ul {
	left: 0;
	opacity: 0;
	position: absolute;
	white-space: nowrap;
	margin-top: -10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
}

.custom-grid-filters-wrap ul .selected ul {
	margin: 0;
	padding-top: 8px;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 800px) {
	.image-grid-link-items li, 
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		margin: 0 1% 10px;
		width: 48%;
	}
}

@media screen and (max-width: 550px) {
	.image-grid-link-items li, 
	.image-grid-link-items .element-item,
	.image-grid-link-items .grid-sizer {
		margin: 0;
		width: 100%;
	}
}


.page-id-652878 .slideshow-box {
	margin-top: -92px;
}
@media screen and (max-width: 840px) {
	.page-id-652878 .slideshow-box {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.page-id-652878 .slideshow-box .ss-section-wrap-inner {
		padding: 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Portfolio Page ------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-type-16 {
	overflow-x: hidden;
}

.page-type-16 .middle-area-inner,
.page-type-16 .middle-area-inner .wrapper {
	max-width: none;
	padding: 0;
}

.page-type-16 .middle-area-inner .wrapper {}

.inspiration-gallery-items {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: none;
	//height: auto !important;
	margin: -150px auto 55px;
	min-height: 150px;
	padding-bottom: 50px;
	position: relative;
	max-width: 1080px;
	width: 100%;
}

.inspiration-gallery-items:before {
	content: '';
	position: absolute;
	display: block !important;
	background: #ececec;
	left: 0;
	right: 0;
	top: 140px;
	bottom: 0;
}
@media only screen and (min-width: 64.063em) {
	.inspiration-gallery-items:before {
		width: 1200px;
		margin-left: -600px;
		left: 50%;
		right: auto;
	}
}

.inspiration-gallery-items:after {
	clear: both;
	content: '';
	display: table;
}


.inspiration-gallery-items .masonry-item, 
.inspiration-gallery-items .element-item,
.inspiration-gallery-items .grid-sizer {
	box-sizing: border-box;
	margin: 0 0.666666666666666666666666667% 10px;
	padding: 0;
	width: 32%;
}

.inspiration-gallery-items .masonry-item {
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.2s ease;
}

.inspiration-gallery-items .masonry-item.visible {
	opacity: 1;
	transform: scale(1);
}

.inspiration-gallery-items .gutter-sizer {
	width: 0;
}

.inspiration-gallery-items .masonry-item a {
	border: 0;
}

.inspiration-gallery-items a .caption {
	position: relative;
}

.inspiration-gallery-items a .caption .image {
	background-size: cover;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	-webkit-transition: filter .2s ease;
	transition: filter .2s ease;
}

.inspiration-gallery-items a .caption .image:before {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	z-index: 2;
}

.inspiration-gallery-items a:hover .image:before {
	background: rgba(0,0,0,0.25);
}

.inspiration-gallery-items a .image:after {
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	content: '';
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.74)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
	bottom: 0;
	right: 0;
	left: 0;
	height: 65%;
	z-index: 1;
}
.masonry-item a:before {
	background: rgba(0,0,0,0.25);
	backdrop-filter: none;
}
.masonry-item a span.title {
	filter: none;
	background: transparent none;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	height: auto;
	right: 0;
	left: 0;
	margin: 0;
	opacity: 1;
	padding: 0 31px 28px;
	text-align: left;
	top: auto;
	transform: none;
	width: 100%;
	z-index: 3;
}

.inspiration-gallery-items a .caption .image img,
.inspiration-gallery-filters {
	display: none;
}
.masonry-item a:hover span.title {
	height: auto;
	transform: none;
	transition-delay: 0s;
}

/* MOBILE ===================== */

@media (max-width: 1024px) {
	.masonry-item a span.title,
	.masonry-item a:hover span.title {
		backdrop-filter: none;
		background: none;
		padding: 0px 31px 28px;
	}
}

/*************** filters **************************************/
.page-type-16 .grid-filters-section-header {
	webkit-box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	box-shadow: 0 50px 41px -38px rgba(0, 0, 0, 0.32) inset;
	margin-bottom: 0;
	padding: 34px 0 150px;
	text-align: left;
}

.page-type-16 .grid-filters-section-header .wrapper {
	max-width: 1080px;
}

.page-type-16 .grid-filters-section-header h1 {
    line-height: 90%;
    margin-bottom: 9px;
}

.page-type-16 .grid-filters-section-header h2 {
	margin: 11px 0 9px;
}





@media screen and (max-width: 800px) {
	.inspiration-gallery-items .masonry-item, 
	.inspiration-gallery-items .element-item,
	.inspiration-gallery-items .grid-sizer {
		margin: 0 1% 10px;
		width: 48%;
	}
}

@media screen and (max-width: 550px) {
	.inspiration-gallery-items .masonry-item, 
	.inspiration-gallery-items .element-item,
	.inspiration-gallery-items .grid-sizer {
		margin: 0;
		width: 100%;
	}
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Work Page ------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
.page-id-635420 .section-header,
.page-id-657109 .section-header {
	display: none;
}

.page-id-635420 .main-content,
.page-id-657109 .main-content {
	padding-bottom: 0;
}

.max-width-1200 {
	margin: 0 auto 45px;
	max-width: 1200px;
	padding: 0;
	position: relative;
}
@media only screen and (max-width: 840px) {
	.max-width-1200 {
		margin-bottom: 0;
	}
}

.page-id-635420 .max-width-1200 > .ss-section-wrap-inner,
.page-id-657109 .max-width-1200 > .ss-section-wrap-inner {
	max-width: 1200px;
}
@media only screen and (max-width: 840px) {
	.page-id-657109 .inspiration-gallery-items {
		margin-bottom: 0;
	}
	.page-id-657109 .max-width-1200 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 840px) {
	.page-id-635420 .background-image-box,
	.page-id-657109 .background-image-box {
		height: 584px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-635420 .background-image-box,
	.page-id-657109 .background-image-box {
		height: 692px;
	}
}

.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
	text-align: left;
	padding: 40px 40px 40px;
	position: relative;
}
.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
    padding-bottom: 20px;
}
@media only screen and (min-width: 840px) {
	.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
	.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
		position: absolute;
		width: 375px;
		top: 49.1%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 466px;
		padding: 20px 21px 22px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
	.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
		min-height: 240px;
		width: 375px;
		height: 466px;
		padding: 40px 41px 42px;
	}
}
@media only screen and (min-width: 500px) {
	.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
	.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
		padding-bottom: 40px;
	}
}
@media only screen and (min-width: 64.063em) {
	.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
	.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
		padding-top: 35px;
		top: 51.9%;
	}
}
@media only screen and (min-width: 840px) {
	.page-id-635420 .background-image-box .ss-section-wrap-inner > .ss-content-block,
	.page-id-657109 .background-image-box .ss-section-wrap-inner > .ss-content-block {
		right: 0;
	}
}


/*************** work subpages ***************************************************/
.top-level-635420 > .section-header,
.top-level-657109 > .section-header {
	display: none;
}

.top-level-635420 .middle-area-inner > .wrapper,
.top-level-657109 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.top-level-635420 .big-banner-image-box,
.top-level-657109 .big-banner-image-box {
	height: 250px;
	padding: 25px;
}
.top-level-635420 .big-banner-image-box.work-intro-gallery-section,
.top-level-657109 .big-banner-image-box.work-intro-gallery-section {
	height: 512px;
	padding: 0;
}
@media only screen and (min-width: 840px) {
	.top-level-635420 .big-banner-image-box,
	.top-level-657109 .big-banner-image-box {
		height: 560px;
		margin-bottom: 55px;
	}
}

.top-level-635420 .big-banner-image-box:nth-child(1),
.top-level-657109 .big-banner-image-box:nth-child(1) {
	margin-bottom: 0;
}
@media only screen and (max-width: 840px) {
	.top-level-657109 .big-banner-image-box:nth-child(1) {
		//margin-bottom: 100px;
	}
}

.top-level-635420 .big-banner-image-box .ss-section-wrap-inner,
.top-level-657109 .big-banner-image-box .ss-section-wrap-inner {
	padding: 0;
}

.top-level-635420 .big-banner-image-box .ss-content-block,
.top-level-657109 .big-banner-image-box .ss-content-block {
	padding: 20px;
	bottom: auto;
	right: auto;
	width: 100%;
	position: relative;
}
.top-level-635420 .big-banner-image-box.work-intro-gallery-section .ss-content-block,
.top-level-657109 .big-banner-image-box.work-intro-gallery-section .ss-content-block {
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}
@media only screen and (min-width: 840px) {
	.top-level-635420 .big-banner-image-box .ss-content-block,
	.top-level-657109 .big-banner-image-box .ss-content-block {
		width: 375px;
	}
}
@media only screen and (min-width: 64.063em) {
	.top-level-635420 .big-banner-image-box .ss-content-block,
	.top-level-657109 .big-banner-image-box .ss-content-block {
		height: 466px;
		width: 375px;
	}
}

.top-level-635420 .big-banner-image-box .ss-content-block p,
.top-level-657109 .big-banner-image-box .ss-content-block p {
	//margin-bottom: 12px;
}




.after-big-banner-image-box.ss-section-wrap-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.after-big-banner-image-box.ss-section-wrap-inner > .ss-content-block {
	padding: 50px 25px 20px;
	width: 100% !important;
}
@media only screen and (max-width: 500px) {
	.after-big-banner-image-box.ss-section-wrap-inner > .ss-content-block {
		padding: 20px;
	}
}


/********************* Work Intro Gallery Handling **********************************/
.work-intro-gallery-section .ss-content-block {
	position: static;
}

.work-intro-gallery-section .inline-gallery-wrap {
	bottom: 1px;
	right: 0;
	margin: 0 0 0 75px;
	position: absolute;
	white-space: nowrap;
	left: 50%;
	width: 42%;
}
@media only screen and (max-width: 840px) {
	.work-intro-gallery-section .inline-gallery-wrap {
		margin-left: 30px;
	}
}
@media only screen and (max-width: 840px) {
	.work-intro-gallery-section .inline-gallery-wrap {
		margin-left: 10px;
		left: 0;
		bottom: -111px;
	}
}

.work-intro-slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 1%;
	height: 91px;
	position: relative;
	width: 19%;
	max-width: 102px;
	vertical-align: top;
}

.work-intro-slide.dn {
	display: none;
}

.work-intro-slide:after {
	background: #000;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.work-intro-slide:hover:after {
	opacity: .4;
}

.work-intro-slide img {
	display: none;
}

.work-intro-slide.view-gallery-slide {
	background: rgba(255, 0, 0, 0.87);
	line-height: 91px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.work-intro-slide.view-gallery-slide span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
	vertical-align: middle;
}

.work-intro-slide.view-gallery-slide:after {
	display: none;
}

.work-intro-slide.view-gallery-slide:hover {
	background: rgba(0,0,0,0.87);
}


@media only screen and (max-width: 500px) {
	.work-intro-slide {
		display: none;
	}
	
	.work-intro-slide:nth-child(1) {
		display: block;
		height: 48px;
		left: 20px;
		max-width: none;
		opacity: 0;
		position: absolute;
		right: 16px;
		width: auto;
		z-index: 2;
	}
	
	.work-intro-slide.view-gallery-slide {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 12px 22px 10px;
		height: auto !important;
		line-height: 110%;
		max-width: 100%;
	}
}




/********************* top project box *******************************************/
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box {
	color: #fff;
	padding: 59px 30px 20px;
	position: relative;
	width: auto;
	margin: 0 -15px 20px;
	vertical-align: top;	
}
@media screen and (min-width: 840px) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box {
		padding: 59px 20px 20px;
		width: 50%;
		margin: 0;
		position: relative;
		top: -190px;
		margin-bottom: -160px;
	}
}
@media only screen and (min-width: 64.063em) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box {
		top: -311px;
		margin-bottom: -311px;
		padding: 61px 40px 40px;
	}
}
@media only screen and (min-width: 64.063em) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box {
		top: -311px;
		margin-bottom: -311px;
		padding: 59px 30px 20px;
	}
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box > p:first-child,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box > p:first-child {
	 margin: 0;
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box .top-box-link,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box .top-box-link {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 0 30px 0 40px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	line-height: 27px;
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	width: 100%;
}
@media only screen and (min-width: 64.063em) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box .top-box-link,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box .top-box-link {
		padding: 0 40px 0 35px;
	}
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h1,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h1 {
	font-size: 50px;
	font-weight: normal;
	margin: 0 0 14px;
	line-height: 102%;
}
@media screen and (min-width: 840px) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h1,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h1 {
		font-size: 50px;
	}
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h2,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 22px;
}
@media screen and (min-width: 840px) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h2,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box h2 {
		font-size: 25px;
	}
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box p,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box p {
	font-size: 17px;
	line-height: 1.8;
}
@media only screen and (min-width: 64.063em) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box p,
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box p {
		font-size: 20px;
	}
}


.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .col-4,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .col-4 {
	padding-top: 10px;
	padding-left: 15px;
}

.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .col-4:nth-child(2),
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .col-4:nth-child(2) {
	padding-left: 75px;
}
@media only screen and (max-width: 840px) {
	.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .col-4:nth-child(2),
	.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .col-4:nth-child(2) {
		padding-left: 15px;
	}
}


.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .col-4 ul li,
.top-level-657109 .arrow-box-white > .ss-section-wrap-inner > .col-4 ul li {
	margin-bottom: 8px;
	line-height: 125%;
}


/*************** 3-column project box ***********************/
.three-column-section > .ss-section-wrap-inner {
	padding: 47px 0 50px;
	margin-bottom: 39px;
}
@media only screen and (max-width: 840px) {
	.three-column-section > .ss-section-wrap-inner {
		margin-bottom: 0;
	}
}

.three-column-section > .ss-section-wrap-inner h3 {
	color: #fff;
	text-align: center;
	margin: 0 0 45px;
}

.three-column-section .ss-content-block.col-3 {
	margin-left: .9%;
	margin-right: .9%;
	margin-bottom: 40px;
}
@media only screen and (max-width: 550px) {
	.three-column-section .ss-content-block.col-3 {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.three-column-section .ss-content-block.col-1 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.three-column-section .ss-content-block.col-1 p {
		margin: 0;
	}
	
	.three-column-section .button {
		display: block;
		margin-top: 30px;
	}
}

.box-image-link .image-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	position: relative;
}

.box-image-link a .image-wrap:before {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
}

.box-image-link a:hover .image-wrap:before {
	background: rgba(0,0,0,0.25);
}

.box-image-link a .image-wrap:after {
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    content: '';
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.74)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
    bottom: 0;
    right: 0;
    left: 0;
    height: 65%;
    z-index: 1;
}

.box-image-link .caption,
.three-column-section .ss-content-block.col-3 .caption {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 102%;
	padding: 0 31px 28px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
@media only screen and (min-width: 500px) {
	.box-image-link .caption,
	.three-column-section .ss-content-block.col-3 .caption {
		font-size: 16px;
	}
}
@media only screen and (min-width: 840px) {
	.box-image-link .caption,
	.three-column-section .ss-content-block.col-3 .caption {
		font-size: 18px;
	}
}

.box-image-link img {
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Questions Pages Styling ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.page-id-656155 .section-footer-questions-widget.section-footer {
	margin-top: 0;
}


/***************** questions subpages **********************/
.top-level-656155 .section-header {
	display: none;
}

.top-level-656155 .middle-area-inner > .wrapper {
	max-width: none;
	padding: 0;
}

.wide-overlay-text > .ss-section-wrap-inner,
.wide-overlay-text.big-banner-image-box > .ss-section-wrap-inner {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	right: auto;
	margin-right: 0;
	position: relative;
	max-width: none;
	width: 100%;
}
@media only screen and (min-width: 840px) {
	.wide-overlay-text > .ss-section-wrap-inner,
	.wide-overlay-text.big-banner-image-box > .ss-section-wrap-inner {
		right: auto;
		margin-right: 0;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		max-width: none;
		width: 100%;
	}
}

@media only screen and (min-width: 840px) {
	.wide-overlay-text .ss-content-block,
	.wide-overlay-text.big-banner-image-box .ss-content-block {
		width: 100%;
		position: absolute;
		bottom: -1px;
		right: 0;
		left: 0;
		top: auto;
		padding: 40px 0 20px;
	}
}
@media only screen and (min-width: 64.063em) {
	.wide-overlay-text .ss-content-block,
	.wide-overlay-text.big-banner-image-box .ss-content-block {
		padding: 45px 0 65px;
	}
}
@media screen and (min-width: 1280px){
	.wide-overlay-text .ss-content-block,
	.wide-overlay-text.big-banner-image-box .ss-content-block {
		width: 100%;
		right: 0;
	}
}

@media only screen and (max-width: 840px) {
	.top-level-656155 .wide-overlay-text {
		display: none;
	}
	
	.top-level-656155 .image-right {
		float: none;
		margin: 0;
	}
}


.top-level-656155 .wide-overlay-text.big-banner-image-box .ss-content-block {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	//padding: 40px 25px 40px;
	width: 100%;
}
@media only screen and (min-width: 840px) {
	.top-level-656155 .wide-overlay-text.big-banner-image-box .ss-content-block {
		width: 100%;
	}
}
@media only screen and (min-width: 64.063em) {
	.top-level-656155 .wide-overlay-text.big-banner-image-box .ss-content-block {
		width: 100%;
	}
}


.section-move-up {
	margin-top: -92px;
}

.top-level-656155 .big-banner-image-box .ss-content-block {
	padding-bottom: 40px;
	width: 375px;
}
@media only screen and (min-width: 840px) {
	.top-level-656155 .big-banner-image-box .ss-content-block {
		width: 375px;
	}
}
@media only screen and (min-width: 64.063em) {
	.top-level-656155 .big-banner-image-box .ss-content-block {
		width: 375px;
	}
}

@media only screen and (min-width: 840px) {
	.big-banner-image-box .ss-content-block {
		top: 100px;
	}
}

.top-level-656155 .big-banner-image-box.left-text-box .ss-content-block {
	right: auto;
	left: -59px;
}



/* ---------------------------------------------------------------------------------------------------------- */
/* Popup Link Overlay Styling ------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.popup-link {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.popup-link img {
	display: block;
	-webkit-transition: transform 1s linear;
	transition: transform 1s linear;
	transform-origin: top center;
}

.popup-link:hover img {
	-webkit-transition-duration: 25s;
	transition-duration: 25s;
	transform: scale(1.75);
}

.popup-link-overlay h1 {
	display: none;
}

.sosimple-overlay.popup-link-overlay {
	background: #fff;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	margin: 0 0 0 -500px !important;
	max-width: 1000px;
	padding: 30px 20px;
	position: absolute;
}

.sosimple-overlay.popup-link-overlay .sosimple-overlay-close {
	position: absolute;
}

@media screen and (max-width: 1040px) {
	.sosimple-overlay.popup-link-overlay {
		left: 20px;
		margin: 50px 0 0 0 !important;
		right: 20px;
	}	
}

.popup-link-overlay .main-content p:last-of-type,
.popup-link-overlay .main-content .ss-section-wrap:last-of-type .ss-content-block {
	margin-bottom: 0;
}


/*************** popup **************************************/
body.overlay-visible {
	overflow: hidden;
}

.sosimple-underlay {
	background: rgba(12,16,23,0.98);
	opacity: 1;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Slick Slider --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.slick-actions {
    width: 100px;
}

.slick-prev, .slick-next {
	border-radius: 100%;
	display: block;
	height: 29px;
	width: 29px;
	line-height: 0;
	font-size: 0;
	float: left;
	cursor: pointer;
	background: rgba(0,0,0,0.27);
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
	width: 41px;
	height: 41px;
}

.slick-next {
	float: right;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background: url(/images/icons/l-sd185279891.png) 0 -190px;
    width: 14px;
    height: 20px;
    margin: -10px -7px 0 0;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    background: url(/images/icons/l-sd185279891.png) 0 -230px;
    width: 14px;
    height: 20px;
    margin: -10px -7px 0 0;
}

@media only screen and (min-width: 840px) {

	.slick-prev, .slick-next {
	    position: relative;
	}

	.slick-prev:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 50%;
	    background-position: 0 -110px;
	    width: 11px;
	    height: 20px;
	    margin: -10px -4px 0 0;
	}

	.slick-next:after {
	    content: '';
	    position: absolute;
	    top: 50%;
	    right: 50%;
	    background-position: 0 -150px;
	    width: 11px;
	    height: 20px;
	    margin: -10px -7px 0 0;
	}
}

.slick-slide {
	height: auto;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Other Custom Styles -------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.ss-section-wrap.inset { background: none !important; }
.ss-section-wrap.inset .ss-section-wrap-inner { position: relative; }
.ss-section-wrap.inset .ss-section-wrap-inner:before {
	background: rgba(255, 0, 0, 0.87);
	content: '';
	position: absolute;
	left: -75px;
	right: -75px;
	top: 150px;
	bottom: 130px;
}

.homepage-banner .gallery-intro,
.background-red,
.section-background-red,
.box-background-red,
.red-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-red .top-box-link {
	background: rgba(255, 0, 0, 0.87);
	color: #ffffff;
}

.ss-section-wrap.section-background-red.inset .ss-section-wrap-inner:before { 
	background: rgba(255, 0, 0, 0.87);
}

.section-background-red .top-box-link {
	background: rgba(255, 0, 0, 1);
}

.background-green,
.section-background-green,
.box-background-green,
.green-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-green .top-box-link {
	background: rgba(105, 156, 55, 0.87);
	color: #fff;
}

.section-background-green.inset .ss-section-wrap-inner:before {
	background: rgba(105, 156, 55, 0.87);
}

.section-background-green .top-box-link {
	background: rgba(105, 156, 55, 1);
}

.background-blue,
.section-background-blue,
.box-background-blue,
.blue-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-blue .top-box-link {
	background: rgba(51, 102, 204, 0.87);
	color: #fff;
}

.section-background-blue.inset .ss-section-wrap-inner:before {
	background: rgba(51, 102, 204, 0.87);
}


.section-background-blue .top-box-link {
	background: rgba(51, 102, 204, 1);
}

.background-yellow,
.section-background-yellow,
.box-background-yellow,
.yellow-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-yellow .top-box-link {
	background: rgba(255, 153, 0, 0.87);
	color: #fff;
}

.section-background-yellow.inset .ss-section-wrap-inner:before {
	background: rgba(255, 153, 0, 0.87);
}

.section-background-yellow .top-box-link {
	background: rgba(255, 153, 0, 1);
}

.background-aqua,
.section-background-aqua,
.box-background-aqua,
.aqua-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-aqua .top-box-link {
	background: rgba(39, 127, 161, 0.87);
	color: #fff;
}

.section-background-aqua.inset .ss-section-wrap-inner:before {
	background: rgba(39, 127, 161, 0.87);
}

.section-background-aqua .top-box-link {
	background: rgba(39, 127, 161, 1);
}

.background-teal,
.section-background-teal,
.box-background-teal,
.teal-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-teal .top-box-link {
	background: rgba(18, 216, 176, 0.87);
	color: #fff;
}

.section-background-teal.inset .ss-section-wrap-inner:before {
	background: rgba(18, 216, 176, 0.87);
}

.section-background-teal .top-box-link {
	background: rgba(18, 216, 176, 1);
}

.background-gray,
.section-background-gray,
.box-background-gray,
.gray-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-gray .top-box-link {
	background: rgba(51,51,51,0.87);
	color: #fff;
}

.section-background-gray.inset .ss-section-wrap-inner:before {
	background: rgba(51,51,51,0.87);
}

.section-background-gray .top-box-link {
	background: rgba(51,51,51,1);
}

.background-tan,
.section-background-tan,
.box-background-tan,
.tan-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-tan .top-box-link {
	background: rgba(183, 150, 118, 0.87);
	color: #fff;
}

.section-background-tan.inset .ss-section-wrap-inner:before {
	background: rgba(183, 150, 118, 0.87);
}

.section-background-tan .top-box-link {
	background: rgba(183, 150, 118, 1);
}

.background-magenta,
.section-background-magenta,
.box-background-magenta,
.magenta-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-magenta .top-box-link {
	background: rgba(204, 51, 102, 0.87);
	color: #fff;
}

.section-background-magenta.inset .ss-section-wrap-inner:before {
	background: rgba(204, 51, 102, 0.87);
}

.section-background-magenta .top-box-link {
	background: rgba(204, 51, 102, 1);
}

.background-dark-red,
.section-background-dark-red,
.box-background-dark-red,
.dark-red-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-dark-red .top-box-link {
	background: #891008;
	color: #fff;
}

.section-background-dark-red.inset .ss-section-wrap-inner:before {
	background: #891008;
}

.section-background-dark-red .top-box-link {
	background: #891008;
}

.background-orange,
.section-background-orange,
.box-background-orange,
.orange-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-orange .top-box-link {
	background: rgba(255, 102, 0, 0.87);
	color: #fff;
}

.section-background-orange.inset .ss-section-wrap-inner:before {
	background: rgba(255, 102, 0, 0.87);
}

.section-background-orange .top-box-link {
	background: rgba(255, 102, 0, 1);
}

.background-brown,
.section-background-brown,
.box-background-brown,
.brown-caption .inline-gallery-wrap .embedded-gallery .slide .caption,
.top-level-635420 .arrow-box-white > .ss-section-wrap-inner > .project-entry-content-box.section-background-brown .top-box-link {
	background: rgba(173, 59, 11, 0.87);
	color: #fff;
}

.section-background-brown.inset .ss-section-wrap-inner:before {
	background: rgba(173, 59, 11, 0.87);
}

.section-background-brown .top-box-link {
	background: rgba(173, 59, 11, 1);
}

.have-a-question-box-wrap {
	margin-left: 0;
	margin-right: 0;
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}
@media only screen and (min-width: 1200px) {
	.have-a-question-box-wrap {
		margin-left: -60px;
		margin-right: -60px;
	}
}

@media only screen and (max-width: 840px) {
	.have-a-question-box-wrap .button {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		display: block;
		margin: 10px auto 0;
		max-width: 122px;
	}
}
@media only screen and (max-width: 500px) {
	.have-a-question-box-wrap h3 {
		font-size: 31px;
		text-align: left !important;
	}
	.have-a-question-box-wrap .button {
		margin-top: 20px;
		max-width: none;
	}
}


/********** arrow boxes (default red) *******************************/
.section-arrow,
.arrow-box-white {
	position: relative;
	z-index: 10;
}

.section-arrow:after,
.arrow-box-white:after {
	background: url(/images/icons/down-arrow-red.png) 0 0;
	content: '';
	width: 48px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: default !important;
	top: 100%;
	z-index: 2;
	margin-top: -0.6px;
}

.arrow-box-white:after {
	background: url(/images/icons/down-arrow-white.png) 0 0;
}

.section-arrow.section-background-red .arrow {
       background-image: url(/images/icons/down-arrow-red.png);
}

.section-arrow.section-background-blue:after {
       background-image: url(/images/icons/down-arrow-blue.png);
}


/********** arrow boxes (image arrow) *******************************/
.arrow-box-image {
	position: relative;
}

.arrow-box-image .arrow {
	display: none;
}

@media only screen and (min-width: 840px) {
	.arrow-box-image .arrow {
		background: url(/images/icons/not-arrow.png) 0 0 no-repeat;
		width: 71px;
		height: 21px;
		text-indent: -999em;
		display: inline-block;
		top: auto;
		bottom: 0;
		margin-bottom: 0;
	    
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		cursor: default !important;
		z-index: 10;
		margin-top: -0.6px;
	}
	
	.arrow-box-image .arrow:after,
	.arrow-box-image .arrow:before {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		content: '';
		height: 21px;
		top: auto;
		bottom: 0;
		background: #fff;
		position: absolute;
	}
	
	.arrow-box-image .arrow:before {
		left: 98%;
		right: -9999px;
	}
	
	.arrow-box-image .arrow:after {
		left: -9999px;
		right: 98%;
	}
}






/* ---------------------------------------------------------------------------------------------------------- */
/* Fancybox Styles ------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------- */
#fancybox-left, #fancybox-right {
    visibility: visible !important;
}	

#fancybox-left-ico, 
#fancybox-right-ico {
	visibility: visible !important;
}

#fancybox-left-ico {
	left: 20px !important;
}

#fancybox-right-ico {
	left: auto !important;
	right: 20px !important;
}




/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* Responsive Styles ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
p {
    //line-height: 1.4;
}
@media only screen and (min-width: 840px) {
	p {
	    line-height: 2;
	}
}
@media screen and (max-width: 550px) {

	h1 {
		font-size: 44px;
	}
	.top-level-652878 .middle-area-inner .main-content > .section-header h1 {
		font-size: 35px;
		line-height: 1.1;
	}
	.big-banner-image-box .ss-content-block h1 {
		font-size: 35px;
		line-height: 1.02;
	}

	h2,
	.section-footer-questions-widget.section-footer h2,
	.section-footer-questions-widget.content-box h2 {
		font-size: 33px;
	}
	.top-level-652878 .middle-area-inner .main-content > .section-header h2 {
		font-size: 24px;
		line-height: 1.1;
	}
	
	h3 {
		font-size: 24px;
	}
	
	.header .logo {
		width: 211px;
	}
	
	.middle-area img {
		max-width: 100%;
		height: auto !important;
	}
	
	.custom-grid-filters-wrap ul ul {
		background: rgb(136, 21, 27);
		left: 5px;
		padding: 15px 0;
		z-index: 2;
	}
	
	.custom-grid-filters-wrap ul li li {
		display: block;
		margin: 0 0 5px 0;
	}
	
	.custom-grid-filters-wrap ul li li:last-child {
		margin: 0;
	}
}