@import url('//fonts.googleapis.com/css?family=Oswald:400,500,600,700|Roboto:400,500,700&display=swap');

/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Oswald', sans-serif;
*/


body {
	background: #fff;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	-webkit-transition: padding-top .4s ease;
	transition: padding-top .4s ease;
	padding: 136px 0 0;
}

body.scrolled {
	padding-top: 71px;
}

a {
	color: #2e2e2e;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	color: #c83931;
	text-decoration: none;
}

a.white {
	color: #fff;
}

a.white:hover {
	color: #fff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #404040;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
	font-weight: 300;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

h6 {
	font-size: 15px;
	letter-spacing: 1px;
}

p {
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 20px;
}

p:last-child {
	margin-bottom: 0;
}

iframe {
	display: block;
	width: 100%;
}

.ss-section-wrap {
	font-size: inherit;
}

hr {
	display: none;
}

.hr {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
}

::selection {
    background-color: #c83931;
    color: #fff;
}


/* -------------------------------------------------------------------------------------------- */
/* Custom Styles ------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */
.red-text {
	color: #b7433a;
}

.call-out-testimonial {
	background: url(/images/icons/testimonial-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.detail-content-wrap h6 {
	color: #c83931;
}

.detail-content-wrap p {
	color: #777777;
	font-size: 15px;
}

.detail-content-wrap p strong {
	color: #5f0011;
    font-weight: 500;
}

.detail-content-wrap .button,
.button.directions {
	padding: 10px 30px;
}

.detail-content-wrap .button:after,
.button.directions:after {
	display: inline-block;
	content: '»';
	font-size: 15px;
	padding-left: 5px;
}

.heading-design-wrap {
    text-align: center;
}

h2.heading-design:before {

}


/* -------------------------------------------------------------------------------------------- */
/* Global Overrides --------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.middle-area {
	min-height: calc(100vh - 446px);
    opacity: 0;
    transition: opacity 1s ease .3s;
    -webkit-transition: opacity 1s ease .3s;
}

.page-index .middle-area { 
	-webkit-transition-delay: 0s; 
	transition-delay: 0s; 
}

.loaded .middle-area {
	opacity: 1;
}

.main-content {
	background: #fff;
	min-height: 0;
	padding: 60px 0;
}

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

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

.ss-section-wrap-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 45px;
}

.ss-content-block {
	margin-bottom: 25px;
	width: 100%;
}

.ss-content-block:last-child {
	margin-bottom: 0;
}

.ss-content-block.col-1,
.ss-content-block.col-2,
.ss-content-block.col-2-3, 
.ss-content-block.col-3, 
.ss-content-block.col-3-4,
.ss-content-block.col-4,
.ss-content-block.col-2-5,
.ss-content-block.col-3-5,
.ss-content-block.col-4-5, 
.ss-content-block.col-5 {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}


@media only screen and (min-width: 768px) {
	.ss-content-block.col-1,
	.ss-content-block.col-2,
	.ss-content-block.col-3,
	.ss-content-block.col-2-3,
	.ss-content-block.col-4,
	.ss-content-block.col-3-4,
	.ss-content-block.col-5,
	.ss-content-block.col-2-5,
	.ss-content-block.col-3-5,
	.ss-content-block.col-4-5 {
		margin-left: 25px;
		margin-right: 25px;
	}

	.ss-content-block.col-1 {
		width: calc(100% - 50px);
	}

	.ss-content-block.col-2 {
		width: calc(50% - 50px);
	}

	.ss-content-block.col-3 {
		width: calc(100% * 1/3 - 50px);
	}

	.ss-content-block.col-2-3 {
		width: calc(100% * 2/3 - 50px);
	}

	.ss-content-block.col-4 {
		width: calc(25% - 50px);
	}

	.ss-content-block.col-3-4 {
		width: calc(75% - 50px);
	}

	.ss-content-block.col-5 {
		width: calc(20% - 50px);
	}

	.ss-content-block.col-2-5 {
		width: calc(40% - 50px);
	}

	.ss-content-block.col-3-5 {
		width: calc(60% - 50px);
	}

	.ss-content-block.col-4-5 {
		width: calc(80% - 50px);
	}
}


@media only screen and (min-width: 1024px) {
	.ss-content-block.col-1,
	.ss-content-block.col-2,
	.ss-content-block.col-3,
	.ss-content-block.col-2-3,
	.ss-content-block.col-4,
	.ss-content-block.col-3-4,
	.ss-content-block.col-5,
	.ss-content-block.col-2-5,
	.ss-content-block.col-3-5,
	.ss-content-block.col-4-5 {
		margin-left: 22.5px;
		margin-right: 22.5px;
	}

	.ss-content-block.col-1 {
		width: calc(100% - 45px);
	}

	.ss-content-block.col-2 {
		width: calc(50% - 45px);
	}

	.ss-content-block.col-3 {
		width: calc(100% * 1/3 - 45px);
	}

	.ss-content-block.col-2-3 {
		width: calc(100% * 2/3 - 45px);
	}

	.ss-content-block.col-4 {
		width: calc(25% - 45px);
	}

	.ss-content-block.col-3-4 {
		width: calc(75% - 45px);
	}

	.ss-content-block.col-5 {
		width: calc(20% - 45px);
	}

	.ss-content-block.col-2-5 {
		width: calc(40% - 45px);
	}

	.ss-content-block.col-3-5 {
		width: calc(60% - 45px);
	}

	.ss-content-block.col-4-5 {
		width: calc(80% - 45px);
	}
}



/* -------------------------------------------------------------------------------------------- */
/* Global Side Links -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
#side-links {
	position: fixed;
	bottom: 15px;
	right: -50px;
	-webkit-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
	z-index: 5;
}

.scrolled #side-links {
	right: 15px;
}

.form-pop-up-wrap {
	float: left;
	margin-right: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.scrolled- .form-pop-up-wrap {
	margin: 5px;
}

#side-links a {
	background: rgba(0,0,0,.49) 50% 50% no-repeat;
	background-size: 20px auto;
	display: block;
	float: left;
	height: 50px;	
	width: 50px;
}

#side-links a:hover,
#side-links.clicked #contact-toggle {
	background-color: #c83931 !important;
}

#side-links #contact-toggle {
	background-image:  url(/images/icons/email.svg);
}

#side-links .form-pop-up {
	bottom: 75px;
    display: block;
	opacity: 0;
	position: fixed;
	right: 15px;
	-webkit-transition: all .5s ease .3s;
	transition: all .5s ease .3s;
	visibility: hidden;
}

#side-links.clicked .form-pop-up {
	opacity: 1;
	visibility: visible;
}

.scrolled #side-links.clicked .form-pop-up {
	right: 80px;
}

#side-links .form-pop-up .submission-form-wrap {
	background: #e8e8e8;
	border: 1px solid rgba(0,0,0,.1);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
	box-sizing: border-box;
	padding: 20px 10px;
	position: relative;
	width: 250px;
}

#side-links .form-pop-up .submission-form-wrap:before {
	background: #e8e8e8;
    bottom: -5px;
    content: '';
    height: 10px;
    position: absolute;
    right: 19px;
    transform: rotate(45deg);
    width: 10px;
}

#side-links #scroll-top {
	background-image: url(/images/icons/arrow-up.svg);
}

#side-links form .field-wrap {
	padding: 0;
	width: 100%;
}

#side-links form input[type="text"],
#side-links form select,
#side-links form textarea {
    background: #f7f7f7;
	border: none;
	font-size: 14px;
	padding: 11px;
}

#side-links ::placeholder {
	color: #767676;
    font-size: 12px;
}

#side-links #form-section-captcha {
    transform-origin: 0 0;
    transform: scale(.75);
}

#side-links .intro-text {
	margin-bottom: 15px;
}

#side-links .intro-text p {
	color: #888;
	font-size: 12px;
}

#side-links .intro-text h6 {
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
}

#side-links .form-section {
	margin: 0;
}

#side-links .submit-wrap {
	text-align: center;
}

#side-links input.button {
	border: none;
}

div#imgBlock {
    max-width: 100%;
}


/* -------------------------------------------------------------------------------------------- */
/* Header ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.upper-header {
	background: #5f0011;
	height: 36px;
	line-height: 36px;
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease;
	top: 0;
	z-index: 3;
}

.scrolled .upper-header {
	transform: translateY(-100%);
}

.float-wrap {
	float: right;
}

.upper-header ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

.upper-header ul li {
	float: left;
	line-height: 12px;
}

.upper-header ul li a {
	color: #fff;
}

.social-media-icons,
.quick-links {
	display: inline-block;
	vertical-align: middle;
}

.social-media-icons ul > li {
	margin-right: 10px;
}

.social-media-icons ul > li > a {
	display: block;
	width: 16px;
}

.social-media-icons ul > li > a > img {
	height: auto !important;
	width: 100% !important;
}

.quick-links {
	padding-left: 10px;
}

.quick-links > ul > li {
	border-right: 1px solid #fff;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
}

.social-media-icons ul > li:last-of-type,
.quick-links > ul > li:last-of-type {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.quick-links > ul > li > a {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: opacity .2 ease;
	transition: opacity .2 ease; 
}

.quick-links > ul > li:hover > a {
	opacity: .8;
}

.lower-header {
	background: #fff;
	border-bottom: 1px solid #ededed;
	height: 100px;
	left: 0;
	line-height: 100px;
	position: fixed;
	right: 0;
	top: 36px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 55;
}

.lower-header .wrapper {
	position: relative;
}

.scrolled .lower-header {
	height: 66px;
	line-height: 66px;
	top: 0;
}

.logo {
	float: left;
	margin-top: 9px;
	-webkit-transition: all .3s ease, margin-left .5s ease;
	transition: all .3s ease, margin-left .5s ease;
	width: 132px;
}

.scrolled .logo {
	margin-top: 5px;
	width: 88px;
}

.logo:hover {
	transform: scale(1.05);
}

.logo img {
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
}

.heading-design {
	display: inline-block;
	position: relative;
}

.heading-design:after {
	background: #c83931;
    bottom: -10px;
    content: '';
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.heading-design.purple {
	color: #fff;
}

.heading-design.purple:after {
	background: #5f0011;
}



/* -------------------------------------------------------------------------------------------- */
/* Primary Navigation ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.primary-nav-wrap {
	float: right;
}

.primary-nav-wrap ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.primary-nav-wrap > ul > li {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.primary-nav-wrap > ul > li:last-of-type {
	margin-right: 0;
}

.primary-nav-wrap ul li a {
	display: block;
} 

.primary-nav-wrap > ul > li:last-of-type > a {
	margin-right: 0;
	padding-right: 0;
}

.primary-nav-wrap > ul > li > a {
	color: #444444;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 0 20px;
	text-transform: uppercase;
}

.primary-nav-wrap > ul > li > a .red-line {
	display: inline-block;
}

.primary-nav-wrap > ul > li > a .red-line:after,
.primary-nav-wrap > ul > li > a .red-line:after {
	background-color: #f97352;
	content: '';
    display: block;
	height: 2px;
	margin-top: 2px;
	max-width: 0;
    transform: scale(0,1);
    transform-origin: left center;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    width: 100%;
}

.primary-nav-wrap > ul > li:hover > a .red-line:after, 
.primary-nav-wrap > ul > li.selected > a .red-line:after {
	transform: scale(1,1);
	max-width: 100%;
}

.primary-nav-wrap > ul > li > ul {
	background: #F8F8F8;
	box-sizing: border-box;
	left: 0;
	min-width: 185px;
	padding: 15px 0;
	z-index: 1;
}

@media (min-width: 1025px) {
	.primary-nav-wrap > ul > li > ul {
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		visibility: hidden;
		position: absolute;
		top: 50px;	
	}

	.primary-nav-wrap > ul > li:last-of-type > ul {
		left: auto;
		right: 0;
	}

	.primary-nav-wrap > ul > li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
}

.primary-nav-wrap > ul > li > ul > li > a {
	color: #3F4043;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 100%;
	padding: 10px 20px;
}

.primary-nav-wrap > ul > li > ul > li:hover > a {
	background: #EBEBEB;
}

.primary-nav-wrap > ul > li > ul > li ul {
	display: none;
}


/* -------------------------------------------------------------------------------------------- */
/* Page Banner -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.page-banner {
	background: url(/images/icons/page-banner-default.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 160px;
	line-height: 160px;
	opacity: 0;
	position: relative;
	text-align: center;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.page-about-us .page-banner,
.page-services .page-banner {
	height: 330px;
	line-height: 330px;
}

.loaded .page-banner {
	opacity: 1;
}

.inner-banner-wrap {
    display: inline-block;
    vertical-align: middle;
}

.page-banner h1 {
	margin-bottom: 0;
}

.page-banner h2,
.page-banner h3,
.page-banner h4,
.page-banner h5,
.page-banner h6 {
	color: #fff;
	margin: 20px 0 0;
}

.page-banner p {
	color: #fff;
	margin-top: 20px;	
}

.middle-area .page-banner {
	display: none;
}


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

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


/* -------------------------------------------------------------------------------------------- */
/* Buttons ------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */
.button,
.small-action-button {
	background: #c83931;
	color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 5px 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.small-action-button {
	padding: 2.5px 15px;
}

.button:hover,
.small-action-button:hover {
	background: #5f0011;
	opacity: 1;
}

.pager-next:hover, 
.pager-prev:hover, 
.pager.on, 
.pager:hover {
	background: #5f0011;
}


/* -------------------------------------------------------------------------------------------- */
/* Footer ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.footer {
	background: #5f0011;
	color: #fff;
	padding-top: 45px;
}

.footer p {
	color: #fff;
	font-size: 12px;
}

.footer a {
	color: #c83931;
	font-size: 12px;
}

.footer a:hover {
	color: #666;
}

.footer h2, 
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #c83931;
}

.footer .wrapper {
	margin: 0 auto;
	text-align: center;
}

.footer-col {
	display: inline-block;
	margin-right: 40px;
	min-width: 35%;
	text-align: left;
	vertical-align: top;
}

.footer-col.last {
	margin-right: 0;
}

.copyright {
    border-top: 1px solid #efefef;
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 45px;
    padding: 20px;
	text-align: center;
}

.powered-by-logo {
	display: inline-block;
    margin: 0 auto;
    padding-left: 20px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    vertical-align: middle;
    width: 145px;
}

.powered-by-logo:hover {
	opacity: .8;
}

.powered-by-logo img {
	display: block;
	height: auto !important;
	width: 100% !important;
}


/* -------------------------------------------------------------------------------------------- */
/* Static Page Styles ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------- */
/* Global Galleries / Content Boxes ----------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
/* Embedded Gallery - Default -------------------------------- */
.loaded .embedded-gallery {
	opacity: 1;
}

.embedded-gallery {
	box-shadow: 0 19px 38px rgba(0,0,0,.16);
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
	z-index: 1;
}

.embedded-gallery .next-arrow, 
.embedded-gallery .prev-arrow {
	background: url(/images/icons/prev-arrow.svg) 50% 50% no-repeat;
	background-color: rgba(0,0,0,.49);
	background-size: 13px auto;
	left: 0;
	height: 50px;
	opacity: 1;
	width: 50px;
}

.embedded-gallery .next-arrow {
	background-image: url(/images/icons/next-arrow.svg);
	left: auto;
	right: 0;
}

.embedded-gallery .next-arrow:hover, 
.embedded-gallery .prev-arrow:hover {
	opacity: .8;
}

.embedded-gallery .stage {
	border: none;
}

.embedded-gallery.static-page-inline-gallery .slide .image {
	height: 0;
	padding-top: 60%;
}


/* Content Feeds ----------------------------------------------- */
h2.title {
	font-size: 28px;
}

h3.date {
	font-size: 16px;
}

h2.title a,
h3.date a {
	color: #123060
}

.ss-content-block.col-2 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-2 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-2 .driving-directions-wrap,
.ss-content-block.col-3 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-3 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-3 .driving-directions-wrap,
.ss-content-block.col-2-3 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-2-3 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-2-3 .driving-directions-wrap,
.ss-content-block.col-3-5 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-3-5 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-3-5 .driving-directions-wrap,
.ss-content-block.col-5 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-5 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-5 .driving-directions-wrap,
.ss-content-block.col-4 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-4 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-4 .driving-directions-wrap,
.ss-content-block.col-2-5 .right-side.full-width .feedback-form-wrap, 
.ss-content-block.col-2-5 .submission-form-wrap.has-driving-directions,
.ss-content-block.col-2-5 .driving-directions-wrap {
	margin-right: 0;
	width: 100%;
}

.ss-content-block .driving-directions-wrap {
	margin-top: 45px;
}

.driving-directions-input-fields label {
	line-height: 44px;
}

.ss-content-block .driving-directions-input-fields .submit-wrap {
	text-align: left;
}

.ss-content-block .driving-directions-input-fields .print-button.fr {
	float: none;
}

.content-box-list.testimonials li {
	margin-bottom: 20px;
}

/* Global Feed -------------------------------- */
.content-box-list li {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.content-box-list li:last-of-type {
	margin-bottom: 0;
}

.content-box-list li a {
	background: none;
}

.content-box-list li a .thumbnail {
	background: 50% 50% no-repeat;
	background-size: cover;
	display: block;
	height: 0;
	padding-top: 65%;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.content-box-list li a .thumbnail:hover {
	opacity: .8;
}

.content-box-list li a .thumbnail img {
	display: none;
}

.content-box-list li a .date {
	background: none;
	color: #24426E;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1px;
	line-height: 100%;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 0 10px;
	text-align: left;
	width: 100%;
}

.content-box-list li a .date strong {
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
}

.content-box-list li a .title {
	color: #c83931;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 0 10px;
}

.content-box-list li a .abstract {
	display: inline-block!important;
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 170%;
	padding: 0 10px;
}

.content-box-list li a .see-details {
	color: #c83931;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0 10px;
	text-transform: uppercase;
}

.content-box-list li a .see-details:hover {
	color: #2e2e2e;
}


/* Blog Feed ------------------------------------ */
.col-1 .content-box-list.blog {
	overflow: hidden;
	position: relative;
}

.col-1 .content-box-list.blog li,
.col-2-3 .content-box-list.blog li,
.col-4-5 .content-box-list.blog li {
	box-sizing: content-box;
	margin-right: 10px;
	position: relative;
	transition: padding 0.3s ease;
	width: calc(25% - 10px);
}

.col-1 .content-box-list.blog li:last-of-type {
	margin-right: 0;
}

.col-1 .content-box-list.blog li.hovered {
	padding-right: calc(25% - 10px);
	z-index: 1;
}

.col-1 .content-box-list.blog li a {
	display: block;
	position: relative;
	width: 100%;
}

.col-1 .content-box-list.blog li a:hovered {
	width: 50%;
}

.col-1 .content-box-list.blog li a .thumbnail {
	float: left;
	height: 180px;
	margin: 0;
	padding-top: 0;
	width: 100%;
}

.col-1 .content-box-list.blog li a .content {
	display: block;
	left: 100%;
	opacity: 0;
	overflow: hidden;
	padding-top: 10px;
	position: absolute;
	-webkit-transition: left 0.5s ease, opacity 0.5s linear;
	transition: left 0.5s ease, opacity 0.5s linear;
	width: 100%;
}

.col-1 .content-box-list.blog li.hovered a .content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.content-box-list.blog li a .date {
	color: #666;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
}

.content-box-list.blog li a .title {
	color: #c83931;
	font-size: 14px;
    font-weight: 400;
}

.content-box-list.blog li a .abstract {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.content-box-list.blog li a .see-details {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}

.dots {
    display: inline-block;
    margin-left: 3px;
}


/* Testimonials Feed ------------------------------------ */
#testimonials-feed .ss-section-wrap-inner {
	padding: 90px 0;
}

#testimonials-feed h2,
#testimonials-feed h3,
#testimonials-feed h4,
#testimonials-feed h5,
#testimonials-feed h6 {
	color: #fff;
}

#testimonials-feed p {
	color: #fff;
}

#testimonials-feed a {
	color: #5f0011;
}

#testimonials-feed a:hover {
	color: #fff;
}

#testimonials-feed .ss-content-block.col-1 .cb-intro {
	border: none;
	padding: 0;
}

ul.content-box-list.testimonials {
	margin-bottom: 0;
	padding: 0 85px;
	position: relative;
	text-align: center;
}

ul.content-box-list.testimonials:before,
ul.content-box-list.testimonials:after {
	background: url(/images/icons/quotes-left.svg) 50% 50% no-repeat;
	background-size: 50px auto;
	content: '';
	height: 50px;
	left: 0;
	opacity: .4;
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
}

ul.content-box-list.testimonials:after {
	background-image: url(/images/icons/quotes-right.svg);
	left: auto;
	right: 0;
}

ul.content-box-list.testimonials .slick-arrow {
	background: url(/images/icons/arrow-left.png) 50% 50% no-repeat;
	background-size: 24px auto;
	border: 1px solid #fff;
	display: block;
	cursor: pointer;
	font-size: 0;
	height: 50px;
	left: calc(50% - 60px);
	opacity: .7;
	outline: none;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 0;
	width: 50px;
}

ul.content-box-list.testimonials .slick-arrow:hover {
	opacity: 1;
}

ul.content-box-list.testimonials .slick-next.slick-arrow {
	background-image: url(/images/icons/arrow-right.png);
	right: calc(50% - 60px);
    left: auto;
}

ul.content-box-list.testimonials li {
	border: none;
	margin-bottom: 0;
	outline: none;
	padding: 85px 0 0;
}

ul.content-box-list.testimonials .author {
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

ul.content-box-list.testimonials .author strong {
	font-weight: 400;
}

.author {
    margin-top: 5px;
	text-align: right;
}

.author strong {
    font-weight: 500;
}


/* -------------------------------------------------------------------------------------------- */
/* Homepage ----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
.page-index .middle-area > .wrapper,
.page-type-0 .middle-area > .wrapper  {
	margin: 0;
	max-width: none;
}

.page-index .middle-area > .wrapper > h1 {
	display: none;
}

.page-index .main-content {
	padding: 0;
}

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

.page-index.page-type-0 .homepage-banner-wrap .ss-content-block.col-1 {
	margin: 0;
	padding: 0;
	width: 100%;
}


/* Preloader ------------------------------------------------------------------------------------------------------------- */
#preloader-wrap {
	background: #24426E;
	bottom: 0;
	display: none;
	filter: alpha(opacity=50);
	left: 0;
	opacity: .5;
	right: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.preloader {
	-webkit-animation:loader infinite 4s;
	-moz-animation:loader infinite 4s;
	animation:loader infinite 4s;
	border-radius:100%;
	box-shadow:15px 15px #000000,
	-15px 15px #000000,
	-15px -15px #000000,
	15px -15px #000000;
	filter: alpha(opacity=10);
	height: 20px;
	left: 50%; 
	margin: -10px 0 0 -10px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index:9999;
}


@-webkit-keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}

@-moz-keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}

@keyframes loader {
  0%,100% {
      box-shadow:15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000;
  }
  25% {
      box-shadow:-15px 15px #000000,
        -15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000;
  }
  50% {
      box-shadow:-15px -15px #000000,
        15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000;
  }
  75% {
      box-shadow:15px -15px #000000,
        15px 15px #000000,
        -15px 15px #000000,
        -15px -15px #000000;
  }
}


/* Spinner ------------------------------------------------------------------------------------------------------------- */
#homepage-spinner {
	background: #3F4043;
	bottom: 0;
	box-shadow: inset 0 3px 8px rgba(0,0,0,.16);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.spinner {
  font-size: 10px;
	height: 30px;
  left: calc(50% - 25px);
  opacity: .5;
  position: absolute;
  text-align: center;
	top: calc(50% - 15px);
  width: 50px;
  z-index: 99;
}

.spinner > div {
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  background-color: #949CA0;
  display: inline-block;
  height: 100%;
  margin: 0 2px;
  width: 6px;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap {
	overflow: hidden;
	position: relative;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .prev-arrow,
.homepage-banner-wrap .internal-page-inline-slideshow-wrap .next-arrow {
	display: none;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slideshow,
.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide {
	height: calc(100vh - 136px);
	line-height: calc(100vh - 136px);
	width: 100%;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide {
	background: #000;
	display: block !important;
	opacity: 0;
	transition: opacity 1s linear;
}

.homepage-banner-wrap.loaded .internal-page-inline-slideshow-wrap .slide {
	opacity: 1;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide:before {
	background: rgba(0,0,0,.2);
	box-shadow: inset 0 18px 38px rgba(0,0,0,.16);
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .image-wrap {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .image-wrap img {
	display: none;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption {
	background: none;
	box-shadow: none;
	box-sizing: border-box;
	display: block !important;
	height: auto !important;
	left: 0;
	line-height: normal;
	margin: 0 !important;
	opacity: 0;
	padding: 60px !important;
	position: absolute;
	top: 0;  
	right: auto;
	transform: translateX(40px);
	-webkit-transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	width: 50%;
	z-index: 49;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide:nth-child(even) .caption {
	left: auto;
	right: 0;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide:nth-child(4n+2) .caption {
	top: 25%;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide:nth-child(4n+3) .caption {
	bottom: 0;
	top: auto;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide:nth-child(4n+4) .caption {
	top: 0;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide.active-slide .caption {
	opacity: 1;
	transform: translateX(0);
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption h1 {
	font-weight: 600;
	line-height: 100%;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption h5,
.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption p {
	color: #fff;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption .button {
	margin-top: 15px;
}

.homepage-banner-wrap .internal-page-inline-slideshow-wrap .slide .caption {
	margin-bottom: 15px;
	margin-top: 20px;
}

.homepage-banner-wrap .ss-youtube-vimeo-player {
	bottom: 0;
	left: 0;
	height: auto !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.homepage-banner-wrap .ss-youtube-vimeo-player iframe {
    box-sizing: border-box;
    height: 56.25vw !important;
    left: 50% !important;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50% !important;
    width: 177.77777778vh !important;
}

.homepage-banner-wrap .slideshow-navigation-wrap {
	display: block;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	z-index: 50;
}

.homepage-banner-wrap .slideshow-navigation-wrap li {
	float: none;
	left: auto!important;
	margin-bottom: 7.5px;
	padding: 0;
	position: relative;
}

.homepage-banner-wrap .slideshow-navigation-wrap li:last-of-type {
	margin-right: 0;
}

.homepage-banner-wrap .slideshow-navigation-wrap li a {
	background: rgb(255,255,255,.4);
	border-radius: 50%;
	display: block;
	float: none;
	height: 10px;
	overflow: hidden;
	width: 10px;
}

.homepage-banner-wrap .slideshow-navigation-wrap li:hover a,
.homepage-banner-wrap .slideshow-navigation-wrap li.activeSlide a {
	background: #fff;
}

.homepage-banner-wrap .slideshow-navigation-wrap li a span {
	display: none;
}

.homepage-banner-wrap .slideshow-navigation-wrap li a img {
	display: none;
}

.scroll-button-wrap {
	bottom: 20px;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

#scroll-button {
	animation-name: bounce;
	animation-timing-function: ease;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	background: url(/images/icons/scroll-arrow.svg) 50% 50% no-repeat;
	display: inline-block;
	height: 64px;
	position: relative;
	width: 24px;
	vertical-align: middle;
	z-index: 5;
}

@keyframes bounce {
	0%   { transform: scale(1,1)    translateY(0); }
	10%  { transform: scale(1.1,.9) translateY(0); }
	30%  { transform: scale(.9,1.1) translateY(-20px); }
	50%  { transform: scale(1,1)    translateY(0); }
	57%  { transform: scale(1,1)    translateY(-7px); }
	64%  { transform: scale(1,1)    translateY(0); }
	100% { transform: scale(1,1)    translateY(0); }
}

.page-index .ss-section-wrap:nth-child(2) .hr {
	border-bottom: 2px solid #c83931;
	margin: 25px auto;
	width: 100px;
}


/* --------------------------------------------------------------------------------------------------------- */
/* Services ------------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------- */
#services-options {
	text-align: center;
}

#services-options .ss-content-block {
	margin-bottom: 45px;
}

#services-options ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#services-options ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}

#services-options ul li:last-of-type {
	margin-right: 0;
}

#services-options ul li a {
	color: #777;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	opacity: .7;
	text-transform: uppercase;
}

#services-options ul li.selected a {
	color: #2e2e2e;
	opacity: 1;
}

#services-options ul li:hover a {
	color: #c83931;
	opacity: 1;
}

.services-slideshow .embedded-gallery {
	background: #fff;
}

.services-slideshow .embedded-gallery .stage, 
.services-slideshow .embedded-gallery .slide {
	height: 580px;
	line-height: 580px;
	min-height: 580px;
	display: flex!important;
}

.services-slideshow .embedded-gallery .prev-arrow, 
.services-slideshow .embedded-gallery .next-arrow {
	display: none;
}

.services-slideshow .embedded-gallery .slide .image {
	background: 50% 50% no-repeat;
	background-size: cover;
	flex: 1;
	order: 2;
	height: 100%;
	padding-top: 0;
	position: relative;
	width: 50%;
}

.services-slideshow .embedded-gallery .slide .caption {
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	display: inline-block!important;
	flex: 1;
	order: 1;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	position: relative;
	-webkit-transition: none;
	transition: none;
	vertical-align: middle;
	width: 50%;
}

.services-slideshow .embedded-gallery .slide:nth-child(odd) .caption {
	background: rgb(200, 57, 49);
}

.services-slideshow .embedded-gallery .slide:nth-child(even) .caption {
	background: rgb(36, 0, 53);
}

.inner-caption-wrap {
	display: inline-block;
	line-height: 100%;
	padding: 0 60px;
	vertical-align: middle;
}

.services-slideshow .embedded-gallery .slide .caption h2, 
.services-slideshow .embedded-gallery .slide .caption h3, 
.services-slideshow .embedded-gallery .slide .caption h4, 
.services-slideshow .embedded-gallery .slide .caption h5,
.services-slideshow .embedded-gallery .slide .caption h6 {
	color: #fff;
}

.services-slideshow .embedded-gallery .slide .caption p {
	color: #fff;
	font-size: 12px;
}

.services-slideshow .embedded-gallery .slide .caption ol,
.services-slideshow .embedded-gallery .slide .caption ul {
	font-size: 12px;
	padding-left: 10px;
}


/* --------------------------------------------------------------------------------------------------------- */
/* Project Porfolio ---------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
#full-bleed-wrap {
	background: #f3f3f3;
}

#full-bleed-wrap .ss-section-wrap-inner {
	padding-top: 45px;
}

.image-link-intro {
	display: none;
}

.image-link-intro.active {
	display: none;
} 


/* Filters ----------------------------------------- */
.grid-filters-wrap {
	float: none;
	margin: 0 0 45px;
}

.custom-grid-filters-wrap {
	display: block;
	text-align: center;
}

.custom-grid-filters-wrap ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-grid-filters-wrap ul li {
	color: #2e2e2e;
	display: inline-block;;
	margin: 0 0 15px 10px;
}

.custom-grid-filters-wrap ul li:last-of-type {
	margin-right: 0;
}

.custom-grid-filters-wrap ul li a {
	color: #2e2e2e;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.custom-grid-filters-wrap ul li.selected a,
.custom-grid-filters-wrap ul li:hover a {
	background: #fff;
	color: #c83931;
}

#grid_category_id {
	display: none;
}



/* Default / Work LIG ---------------------------- */
.image-grid-link-items .grid-sizer {
	width: calc(100% * 1/3);
}

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

.image-grid-link-items .element-item {
	margin: 0 0 20px 0;
	padding: 0;
	width: calc(100% * 1/3 - 20px);
}

.image-grid-link-items .list-item.image-link-grid-item {
	border: 1px solid #efefef;
	display: block;
	position: relative;
}

.image-grid-link-items .list-item.image-link-grid-item:hover:before {
	opacity: 1;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap {
	background: 50% 50% no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 66%;
	position: relative;
}

.image-grid-link-items .list-item.image-link-grid-item .image-wrap:before {
	background: url(/images/icons/bubble-arrow.svg) 50% 50% no-repeat;
	background-color: rgba(200,57,49,.7);
	background-size: 32px auto;
	box-sizing: border-box;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	right: 0;
	position: absolute; 
	top: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 1;
}

.image-grid-link-items .list-item.image-link-grid-item:hover .image-wrap:before {
	opacity: 1;
}

.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 .title-link-wrap {
	background: #fff;
	padding: 15px 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.image-grid-link-items .list-item.image-link-grid-item:hover .title-link-wrap {
	box-shadow: inset 0 0px 8px rgba(0,0,0,.08);
}

.image-grid-link-items .list-item.image-link-grid-item .title {
	background: none;
	box-sizing: border-box;
	color: #2e2e2e;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1px;
	line-height: 100%;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 100% !important;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap {
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

.image-grid-link-items .list-item.image-link-grid-item .content-wrap p {
	font-size: 14px;
	line-height: 110%;
}


/* Work Detail Page -------------------------------------- */
.page-type-0.top-level-968036 .page-banner-inner-wrap {
	display: none;
}

.page-type-0.top-level-968036 .ss-section-wrap-inner {
	margin-left: 60px;
	margin-right: 60px;
	max-width: none;
}

#page-heading {
	background: url(/images/icons/linear-gradient-bg.jpg);
	background-size: cover;
	box-shadow: 0 19px 38px rgba(0,0,0,.16);
	opacity: 0;
	position: relative;
	-webkit-transition: opacity 1s ease .3s;
	transition: opacity 1s ease .3s;
}

.loaded #page-heading {
	opacity: 1;
}

#page-heading .ss-section-wrap-inner { 
	margin: 0 288px 0 60px;
}

#page-heading .ss-content-block {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

#page-heading .ss-content-block:first-of-type {
	margin-right: 0;
	transform: translateX(-20px);
	-webkit-transition: transform 1s ease .3s;
	transition: transform 1s ease .3s;
	width: 100%;
}

.loaded #page-heading .ss-content-block:first-of-type {
	transform: none;
}

#page-heading .ss-content-block:last-of-type {
	background: #f8f8f8;
	bottom: 0;
	line-height: 107px;
	margin: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 288px;
}

#page-heading h2, 
#page-heading h3,
#page-heading h4,
#page-heading h5,
#page-heading p {
	color: #fff;
	margin-bottom: 0;
}

.back-link-wrap {
	background: #f8f8f8;
	text-align: center;
}

.back-link-wrap .link {
	color: #3F4043;
	display: block;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.back-link-wrap .link:before {
	background: url(/images/icons/back-arrow.svg) 50% 50% no-repeat;
	background-size: 9px auto;
	content: '';
	display: inline-block;
	margin-right: 10px;
	height: 12px;
	vertical-align: middle;
	width: 9px;
}


/* Team Detail ------------------------------------------------ */
#page-heading {
    background: url(/images/icons/linear-gradient-bg.jpg) 50% 50%;
	background-size: cover;
}

#page-heading .ss-section-wrap-inner {
	padding: 15px 0;
}

#page-heading h1,
#page-heading h2, 
#page-heading h3, 
#page-heading h4, 
#page-heading h5 {
	color: #fff;
	line-height: 110%;
	margin-bottom: 0;
} 

.page-type-0 .main-content {
	padding: 0;
}

.page-type-0 .ss-section-wrap-inner {
	padding: 45px 0;
}

.call-out p,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5,
.call-out h6 {
	color: #fff;
}


/* Portfolio (portfolio page type if needed) ------------------ */



/* ---------------------------------------------------------------------------------------------------------- */
/* Careers -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.job-listing-wrap {
	box-shadow: 0 19px 38px rgba(0,0,0,.16);
}

.job-listing-wrap .date {
	background: url(/images/icons/linear-gradient-bg.jpg) 50% 50%;
	background-size: cover;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 20px;
}

.job-listing-wrap .content {
	box-sizing: border-box;
	padding: 40px;
}

.job-listing-wrap .link-wrap {
	background: #F8F8F8;
	padding: 10px 0;
	text-align: center;
}

.job-listing-wrap .link-wrap .link {
	color: #21C0E6;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.job-listing-wrap .link-wrap .link:after {
	background: url(/images/icons/plus.svg) 50% 50% no-repeat;
	content: '';
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 10px;
}

.job-listing-wrap.clicked .link-wrap .link:after {
	background-image: url(/images/icons/x.svg);
}

.job-listing-wrap .hidden-content {
	display: none;
	padding: 40px 90px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Form Builder --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* Global ----------------------------------------------------- */
.page-type-8 .middle-area .wrapper {
	margin: 0 auto;
	max-width: 950px;
}

.right-side.full-width .feedback-form-wrap, 
.submission-form-wrap.has-driving-directions {
	margin-right: 40px;
	width: calc(100% * 1/3 - 40px);
}

.driving-directions-wrap {
	float: left;
	width: calc(100% * 2/3);
}

.page-type-8 .intro-text {
	margin-bottom: 70px;
}

.page-type-8 .has-driving-directions .intro-text {
	margin-bottom: 25px;
}

.page-type-8 .form-section:after {
	clear: both;
	content:'';
	display: table;
}

.page-type-8 .form-section {
    margin: 0 -20px;
}

.page-type-8 .has-driving-directions .form-section {
	margin: 0;
}

.page-type-8 .form-section:after {
	clear: both;
	content:'';
	display: table;
}

.page-type-8 form .field-wrap {
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	max-width: none;
	padding: 0 20px;
	width: 50%;
}

.page-type-8 .has-driving-directions form .field-wrap {
	padding: 0;
	max-width: 768px;
	width: 100%; 
}

form .field-wrap input[type=text],
form .field-wrap select,
form .field-wrap textarea {
	border: 2px solid rgba(0,0,0,.1);
	box-shadow: none;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 0;
	outline: none;
	padding-left: 15px;
	width: 100%;
}

form .field-wrap {
	max-width: 550px;
}

form .field-wrap.phone input {
	margin-right: 7px;
}

form .field-wrap.phone input.phone3 {
	margin-right: 0;
}

.field-wrap.file-upload input {
	margin-bottom: 7px;
}



form .field-wrap.field-phone_number input[type=text],
form .field-wrap input.phone {
	width: auto !important;
}

form .field-wrap.field-address .address-fields-wrap .dib.smr {
	display: block;
	margin-right: 0;
	margin-top: 7px;

}

form .field-wrap textarea {
	height: 140px;
}

.page-type-8 .field-wrap.field-comment {
	width: 100%;
}

.driving-directions-wrap h3 {
	margin-bottom: 50px;
}

.driving-directions-wrap .driving-directions-input-fields input[type=text], 
.driving-directions-wrap .driving-directions-input-fields select, 
.driving-directions-wrap .driving-directions-input-fields textarea {
	border: 2px solid rgba(0,0,0,.1);
	box-shadow: none;
	box-sizing: border-box;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 0;
	outline: none;
	padding-left: 15px;
	width: 100%;
}

.driving-directions-wrap .driving-directions-input-fields {
	margin-bottom: 25px;
}

.driving-directions-wrap .map-canvas.driving-directions {
	margin: 0;
}

.driving-directions-wrap .print-button {
	margin-bottom: 20px;
}

.driving-directions-wrap .print-button.mt {
	margin-bottom: 0;
}

.ss-content-block.col-1 .submission-form {
	padding-top: 40px;
}

.ss-content-block.col-1 .submission-form-wrap.has-driving-directions .submission-form {
	padding-top: 0;
}

.ss-content-block.col-1 .driving-directions-wrap {
	margin-top: 0;
}

.ss-content-block.col-1 .cb-intro {
	padding-bottom: 20px;
}

.ss-content-block.col-1 .submission-form:after {
	clear: both;
	content: '';
	display: table;
}

.ss-content-block.col-1 .submission-form-wrap .form-section {
	float: left;
	margin-right: 80px;
	width: calc(50% - 80px);
}

.ss-content-block.col-1 .submission-form-wrap.has-driving-directions .form-section {
	float: none;
	margin: 0;
	width: 100%;
}

.ss-content-block.col-1 .submission-form-wrap .form-section:nth-child(3) {
	margin-right: 0;
	width: 50%;
}

.ss-content-block.col-1 .submission-form-wrap form { 
	font-size: 16px;
	font-weight: 400;
}

.ss-content-block.col-1 .submission-form-wrap form .field-wrap {
	margin-right: 0;
	margin-bottom: 20px;
	max-width: none;
}

.ss-content-block.col-1 .submission-form-wrap #form-section-captcha {
	border-top: 1px solid #ccc;
	margin: 0;
	padding-top: 45px;
	text-align: right;
	width: 100%;
}

.ss-content-block.col-1 .submission-form-wrap #form-section-captcha .field-wrap {
	clear: both;
}

.ss-content-block.col-1 .submission-form-wrap.has-driving-directions #form-section-captcha {
	text-align: left;
}

.ss-content-block.col-1 .submission-form-wrap .submit-wrap {
	float: left;
}

.ss-content-block.col-1 .submission-form-wrap.has-driving-directions .submit-wrap {
	float: none;
	margin-top: 15px;
}

.ss-content-block .footer-text p {
	text-align: left!important;
}

form .field-wrap.field-position_applying_for:after {
	clear: both;
    display: table;
    content: '';
} 

form .field-wrap.field-position_applying_for .radio-wrap {
	box-sizing: border-box;
	float: left;
	width: calc(50% - 6px);
}

form .field-wrap span.checkbox-wrap, 
form .field-wrap span.radio-wrap {
	background: none;
	box-shadow: none;
	font-weight: 300;
}

form .field-wrap .checkbox-wrap label.checked, 
form .field-wrap .checkbox-wrap label.unchecked, 
form .field-wrap .radio-wrap label.checked, 
form .field-wrap .radio-wrap label.unchecked {
	background: url(/images/icons/circle.png) 0% 50% no-repeat;
}

form .field-wrap span.checkbox-wrap label.checked, 
form .field-wrap span.radio-wrap label.checked {
	background-image: url(/images/icons/circle-clicked.png);
}

input.file-upload {
	background: #fff;
	border: 1px solid #ccc !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}


/* Email List Embed Page ------------------------------------------------ */
.page-id-75992 .main-content,
.page-join-our-email-list .main-content {
    background: rgb(250, 247, 247);
}

.page-id-75992 div#imgBlock
.page-join-our-email-list div#imgBlock {
	width: 100% !important;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Page Types ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
/* News / Blog ---------------------------------------------------------- */
.comments-heading {
	border-bottom: none;
}

.list-items li .hr { 
	display: none; 
}

.list-items.blog-item li {
	border: 1px solid #e3e3e3;
}

.list-item .thumbnail {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 0;
	margin: 0 0 20px;
	padding-top: 59%;
	width: 100%;
}

.blog-left-column {
	float: left;
	width: calc(100% * 2/3  - 20px);
}

.blog-right-column {
    float: right;
    width: 25%;
}

.list-item .thumbnail img {
	display: none;
}

.list-items.blog-items>li {
    border: none;
	float: left;
	margin-bottom: 20px;
    padding: 0 10px;
    width: calc(100% * 1/3 - 20px);
}

.list-items.blog-items>li .blog-item {
	border: 1px solid #e3e3e3;
    padding-bottom: 54px;
	position: relative;
}

h2.title {
	font-size: 13px;
	letter-spacing: 1px;
}

h2.title a {
	color: #c83931;
}

h3.date {
    color: #666;
    font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}

.blog-items .blog-item h2.title {
	padding: 0 15px;
}

.blog-items .blog-item h3.date {
	margin-bottom: 15px;
	padding: 0 15px;
}

.blog-items .blog-item .social-share-links {
	margin-bottom: 15px;
	padding: 0 15px;
}

.list-items.blog-items li .content {
	box-sizing: border-box;
	padding: 0 15px;
}

.list-items li .blog-item .read-more-wrap {
	border-top: 1px solid #e3e3e3;
	bottom: 0;
	box-sizing: border-box;
	float: none;
	left: 0;
	margin: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%;
}

.list-items li .blog-item .read-more-wrap > a {
	color: #c83931;
	font-size: 12px;
	font-weight: 700;
}

.list-items li .blog-item .read-more-wrap > a:before {
	color: #c83931;
	display: inline-block;
	content: '>';
	font-size: 12px;
	padding-right: 5px;
}

.blog-right-column h3 {
	border-bottom: none;
	color: #c83931;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding: 0;
	text-transform: uppercase;
}

.comments-heading {
	border-bottom: 1px solid #E8E8E8;
	color: #000;
	font-size: 28px;
	padding-bottom: 16px;
}

.detail-page h2.title {
	color: #000;
}

.posted-in, p.now-viewing {
	background: #e5e5e5;
	border: none;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.posted-in a, 
p.now-viewing a {
	color: #c83931;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.blog-right-column > div > ul > li > a:before {
	content: '>';
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding-right: 5px;
}

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

.blog-items .blog-item .content-wrap {
	min-height: 475px;
	max-height: 475px;
}

.blog-items .blog-item .content,
.blog-items .blog-item .content p,
.blog-items .blog-item .content a {
	font-size: 14px;
}

.blog-items .blog-item .dots {
	display: inline-block;
}

.blog-header {
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;
	padding: 40px 20px;
}

.blog-header h1 {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
}

.blog-header .wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

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

.blog-detail-page .blog-left-column {
	float: none;
	max-width: 1100px;
	margin: 0 auto;
	width: auto;
}

.blog-detail-page .detail-page-banner {
	display: block;
}

.blog-detail-page .detail-page-banner img {
	width: 100%;
}

.blog-detail-page .detail-page h2.title {
	font-size: 24px;
}

.blog-detail-page h3.date {
	letter-spacing: 1px;
	text-transform: none;
}

.blog-detail-page .button.negmt {
	display: none;
}

@media screen and (min-width: 1024px) {
	.blog-detail-page .blog.detail-page .social-share-links {
		float: right;
		margin-top: -27px;
	}
}

@media screen and (max-width: 750px) {
	.blog-detail-page table {
		max-width: 100%;
		width: 100% !important;
	}
	
	.blog-comment-form table td {	
		display: block;
	}
}

/*
.social-share-links ul li a.share-twitter,
.social-share-links ul li a.share-linkedin,
.social-share-links ul li a.share-facebook {
	display: none;
}

.social-share-links ul li,
.product-detail-page .social-share-links li {
	vertical-align: top;
}

.social-share-links ul li.houzz {
	display: none;
}

.social-share-links ul li.houzz-inline {
	display: inline-block !important;
}

.social-share-links li {
	border: 0;
	padding: 0 5px 0 0;
	height: auto;
	line-height: 100%;
	vertical-align: middle;
}

.social-share-links li a {
	background: #c83931;
	display: block;
	height: 30px;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	width: 30px;
}

.social-share-links a:after {
	background: url(/images/icons/share-chat-box.png) 50% 50% no-repeat;
	background-size: contain;
	content: '';
	display: block;
	left: calc(50% - 11px);
	position: absolute;
	height: 22px;
	top: calc(50% - 11px);
	width: 22px;
}

.social-share-links ul li a.share-facebook:after {
	background-image: url(/images/icons/share-facebook.svg);
}

.social-share-links ul li a.share-pinterest:after {
	background-image: url(/images/icons/share-pinterest.svg);
}

.social-share-links ul li a.share-linkedin:after {
	background-image: url(/images/icons/share-linkedin.svg);
}

.social-share-links ul li a.share-email:after {
	background-image: url(/images/icons/share-print.png);
}

.social-share-links ul li a.print-link:after {
	background-image: url(/images/icons/share-print.png);
}
*/

@media screen and (min-width: 1024px) {
	.prev-post-button,
	.next-post-button {
		background: rgba(0,0,0,0.3) url(/images/icons/arrow-left.png) 50% 50% no-repeat;
		background-size: 15px auto;
		border: 0;
		font-size: 0;
		padding: 0;
		position: fixed;
		height: 130px;
		left: 0;
		top: calc(50% - 65px);
		text-indent: -9999px;
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		width: 65px;
		z-index: 10;
	}

	.next-post-button {
		background: rgba(0,0,0,0.3) url(/images/icons/arrow-right.png) 50% 50% no-repeat;
		background-size: 15px auto;
		left: auto;
		right: 0;
	}

	.prev-post-button:hover,
	.next-post-button:hover {
		background: rgba(0,0,0,0.9) url(/images/icons/arrow-left.png) 50% 50% no-repeat;
		background-size: 15px auto;
		width: 130px;
	}

	.next-post-button:hover {
		background: rgba(0,0,0,0.9) url(/images/icons/arrow-right.png) 50% 50% no-repeat;
		background-size: 15px auto;
	}
}


/* Calendar --------------------------------------------------- */
.calendar td .inner {
	min-height: 80px;
	text-align: center;
}

.page-type-32 .event-links-bar h3 {
	line-height: 36px;
}

.event-links-bar .button {
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
}

.page-type-2 .event-links-bar h3 {
	line-height: 37px;
}

.page-type-2 .list-items.event-items .button {
	padding: 9px;
}

.page-type-2 h2.title {
	margin-bottom: 15px;
}

.page-type-2 form.category-and-window {
	height: 70px;
}

.page-type-2 form.category-and-window ul.time-window-options li.selected a, 
.page-type-2 form.category-and-window ul.time-window-options li:hover a {
	background: #c83931;
}

.page-type-2 form.category-and-window ul.display-options {
	margin-top: 0;
}

@media screen and (max-width: 770px) {
	.page-type-2 form.category-and-window {
		height: auto;
		text-align: center;
	}
	
	.page-type-2 form.category-and-window select {
		float: none;
		width: auto;
	}
	
	.page-type-2 form.category-and-window ul.display-options {
		float: none;
		margin: 10px 0;
	}
	
	.page-type-2 form.category-and-window ul.time-window-options {
		float: none;
		margin-bottom: 10px;
	}
	
	.page-type-2 form.category-and-window ul.display-options li, 
	.page-type-2 form.category-and-window ul.time-window-options li {
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width: 550px) {
	.page-type-2 .event-links-bar {
		height: auto;
	}
	
	.page-type-2 .event-links-bar h3 {
		font-size: 15px;
	}
	
	.page-type-2 .event-links-bar .button {
		padding: 0 19px;
	}
  
  	.page-type-2 .event-links-bar .button:hover {
 		background-color: #313131;
	}
	
	.page-type-2 .event-links-bar .button .long {
		display: none;
	}
}


/* Feedback Form ------------------------------------------------ */
form.feedback-form {
	margin-bottom: 15px;
}


/* Driving Directions ------------------------------------------- */
.page-id-75984 .intro-text-wrap {
	background: #c83931;
	padding: 45px 0;
}

.page-id-75984 .intro-text-wrap h2,
.page-id-75984 .intro-text-wrap h3,
.page-id-75984 .intro-text-wrap h4,
.page-id-75984 .intro-text-wrap h5,
.page-id-75984 .intro-text-wrap h6 {
	color: #fff;
}


.page-id-75984 .intro-text-wrap .heading-design:after {
	background: #5f0011;
}

.page-id-75984 .intro-text-wrap p {
	color: #fff;
	font-size: 14px;
}

.page-id-75984 .intro-text-wrap a {
	color: #5f0011;
}

.page-id-75984 .intro-text-wrap a:hover {
	color: #fff;
}

.page-type-13 .middle-area .wrapper {
	margin: 0 auto;
    max-width: 950px;
}

.page-type-13 .map-content-wrap {
	float: left;
	margin: 35px 40px 0 0;
	width: calc(100% * 1/3 - 40px);
}

.page-type-13 .map-content-wrap .intro-text-wrap {
	margin-bottom: 25px;
}

.page-type-13 .map-content-wrap .cms-table {
	margin: 10px 0 15px;
	width: 100%;
}

.page-type-13 .map-content-wrap input[type=text],
.page-type-13 .map-content-wrap select,
.page-type-13 .map-content-wrap textarea {
	border: 2px solid rgba(0,0,0,.1);
	-webkit-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	outline: none;
	width: 100%;
}

.page-type-13 .map-content-wrap input[type=button] {
	width: auto;
}

.page-type-13 .map-wrap {
	float: right;
  width: calc(100% * 2/3);
}

.map-canvas div {
	width: 100%!important;
}

.page-type-13 #dd-print-button {
	margin-bottom: 15px;
}

.page-type-13 #dd-print-button.mt {
	margin-top: 0;
}


/* FAQ ------------------------------------------------------ */
h2.title.question {
	font-size: 16px;
}

.list-items>li {
	width: 100%;
}


/* News Page --------------------------------------------------- */
.page-type-1 .list-item .thumbnail {
	padding-top: 20%;
	margin-right: 25px;
	width: 30%;
}

.page-type-1 .list-item:after {
	clear: both;
	content: '';
	display: table;
}

.list-items.news-items li .content-wrap {
	float: left;
    display: block;
    width: calc(70% - 25px);
}

.list-items.news-items li .content {
	max-width: none;
}

.list-items li .read-more-wrap {
	float: left;
	margin-top: 15px;
	width: auto;
}

.list-items li .read-more-wrap .small-action-button {
	padding: 10px 25px;
}


/* Grid -------------------------------------------------------- */
.inspiration-gallery-list {
    text-align: center;
}

#inspiration-gallery-filters {
	display: inline-block;
	vertical-align: middle;
}

.inspiration-gallery-filters .select-filter-wrap {
	display: inline-block;
	float: none;
}

#inspiration-gallery-filters select {
    background: none;
    border: 2px solid rgba(0,0,0,.1);
    -webkit-border-radius: 0;
    border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	font-weight: 500;
    height: 32px;
    line-height: 32px;
	padding: 10px !important;
	text-transform: uppercase;
}

.masonry-grid {
	margin: 0;
	text-align: left;
}

.masonry-grid .grid-sizer {
	width: calc(100% / 3);
}

.masonry-grid .masonry-item {
	margin: 0;
	padding: 0 10px 20px;
	width: calc(100% / 3 - 20px);
}

.masonry-item a {
	border: none;
	display: block;
	position: relative;
}

.masonry-item a {
	border: 1px solid #efefef;
	display: block;
}

.masonry-item a:hover .image:before {
	opacity: 1;
}

.masonry-item .image {
	background: 50% 50% no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 66%;
	position: relative;
}

.masonry-item .image:before {
	background: url(/images/icons/bubble-arrow.svg) 50% 50% no-repeat;
    background-color: rgba(200,57,49,.7);
    background-size: 32px auto;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	right: 0;
	position: absolute;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	top: 0;
	z-index: 1;
}

.masonry-item a span img {
	display: none;
}

.masonry-item .caption {
	background: #fff;
	bottom: 0;
	left: 0;
	padding: 15px 20px;
	position: relative;
	right: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.masonry-item a:hover .caption {
    box-shadow: inset 0 0px 8px rgba(0,0,0,.08);
}

.masonry-item .title {
	background: none;
	box-sizing: border-box;
	color: #2e2e2e;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	letter-spacing: 1px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100% !important;
}


/* Resources --------------------------------------------------- */
.list-items .list-item.resource-item .content {
	max-width: 100%;
}

.list-items .list-item.resource-item .file-wrap {
	background-position: 8px 100%;
}


.list-items .list-item.resource-item .button {
	margin-top: 10px;
}


/* Job Search --------------------------------------------------- */
.job-board-filter-wrap .filter-wrap.text-search-wrap .button {
	border: none;
}

.job-board-items .list-item {
    box-shadow: none;
    border: 2px solid rgba(0,0,0,.1);
}

.job-board-items .list-item .title {
	margin-top: 5px;
	font-weight: 500;
}


/* Search ------------------------------------------------------ */
form.search-page-form-wrap {
	max-width: 400px;
	width: 100%;
}

.search-page-form-wrap .text-search-wrap {
	-webkit-border-radius: 0;
	border-radius: 0;
	float: none;
}

.search-page-form-wrap .text-search-wrap .text-search {
	border: 2px solid rgba(0,0,0,.1) !important;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
	box-sizing: border-box;
	outline: none;
    display: block;
    float: left;
    font-weight: 400;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    width: calc(100% - 32px);
}

.search-page-form-wrap .text-search-wrap .text-search::placeholder {
    color: #2e2e2e;
}

.search-page-form-wrap .text-search-wrap .submit {
    background: #c83931;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 32px;
}

.search-page-form-wrap .text-search-wrap .submit:hover {
	background: #5f0011;
}


/* Testimonials ----------------------------------------------- */
.testimonials {
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* 404 Page ------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.four-oh-four .wrapper {
	margin: 0;
	max-width: none;
}

.error-page a {
    color: #c83931;
	font-weight: 500;
	text-transform: uppercase;
}

.error-page a:hover {
	color: #2e2e2e;
}


@media screen and (max-width: 1150px) {
	.error-page .small-action-button {
		font-size: 13px;
		padding: 5px 10px;
	}
}


@media screen and (max-width: 1024px) {
	.error-page p {
		display: block;
	}
	
	.error-page p:last-of-type {
		margin-bottom: 0;
	}
}


/* ---------------------------------------------------------------------------------------------------------- */
/* Toggle More Links ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------- */
.toggle-more-link {
    margin-bottom: 15px;
}

.toggle-more-link a {
    padding:  20px;
    display: block;
    background: rgba(0,0,0,0.05);
}

.toggle-more-link.selected a {
    background: rgba(0,0,0,0.1);
	color: #c83931;
}

.toggle-more-link a:hover {
    background: rgba(0,0,0,0.1);
}

.toggle-more-content {
	display: none;
    padding: 0 20px 30px 20px;
}