/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/

/*________ GLOBAL ELEMENTS ________*/




* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
img {
	display: block;
	border: 0;
	position: relative;
}
a {
	font-family: 'museo-sans', sans-serif;
	outline: none;
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'museo-sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #5c5c5c;
	font-weight: 400;
	line-height: 1;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #fff -webkit-linear-gradient(top, #FFF, #FFF) repeat-x; /* windows chrome fixed scrolling replication issue */
  	background-attachment: fixed; /* windows chrome fixed scrolling replication issue */
}

.outerWrapper {
	clear: both;
	width: 100%;
	max-width: 1440px;
	max-width: 90rem;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	max-width: 1230px;
	max-width: 76.875rem;
 	margin: 0 auto;
	padding: 0 30px;
	padding: 0 1.875rem;
}
.wrapper.large {
	max-width: 1240px;
	max-width: 77.5rem;
}
.ie .wrapper {
	width: 1160px;
}


/*________ HEADER & NAV ________*/

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	z-index: 9999;
}
.header .logo {
	width: 28%;
	float: left;
	min-height: 1px;
	padding-left: 30px;
	padding-left: 1.875rem;
}
.header .logo img {
	width: 265px;
	height: auto;
}

.navContainer {
	width: 72%;
	position: relative;
	z-index: 1500;
	height: 58px;
	height: 3.625rem;
 	margin-top: 8px;
	margin-top: 0.5rem;
}
.navContainer.stuck {
	position: fixed;
	top: 0;
	left: 0;
}
.admin-bar .navContainer.stuck {
	top: 32px;
}
.navContainer .wrapper {
	padding: 0;
}
.navToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	background: transparent;
	width: 40px;
	width: 2.5rem;
	margin: 12px 0 0 20px;
	margin: 0.75rem 0 0 1.25rem;
	float: right;
	display: none;
}
.navToggle span.icon {
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	transition: background 0s 0.3s;
	display: block;
}
.navToggle span.icon::before,
.navToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 32px;
	width: 2rem;
	height: 3px;
	height: 0.1875rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
	top: -10px;
	top: -0.625rem;
	transition-property: top, transform;
}
.navToggle span.icon::after {
	bottom: -10px;
	bottom: -0.625rem;
	transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
	background-color: transparent;
}
.navToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}
.navToggle span.text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	color: #fff;
	padding: 30px 0 0;
	padding: 1.875rem 0 0;
}
/* Solid MultiLevel Css Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	float: right;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
 	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 18px;
	padding: 0 1.125rem;
 	margin: 0;
	line-height: 58px;
	line-height: 3.625rem;
 	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav .menu-item-has-children > a:after,
.mainNav > li > ul > li.menu-item-has-children > a:before {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	top: 26px;
	top: 1.625rem;
 	position: absolute;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.mainNav > li > ul > li.menu-item-has-children > a:after {
	display: none;
}
.mainNav > li > ul > li.menu-item-has-children > a:before {
	right: auto;
	left: 6px !important;
	left: 0.375rem !important;
	top: 28px;
 	top: 1.75rem;
}
.mainNav > li > ul > li.menu-item-has-children > a:hover:before {
	border-top-color: #414141 !important;
}
.mainNav > li.menu-item-has-children:hover > a {
	color: #f26522;
}
.mainNav .menu-item-has-children:hover > a:after,
.mainNav > li.menu-item-has-children:hover > a:after {
	border-top-color: #f26522 !important;
}
.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
}
.mainNav li.current-menu-item > a:before,
.mainNav li > a:hover:before {
	position: absolute;
	content: '';
	height: 2px;
	left: 25px;
	left: 1.5625rem;
	right: 25px;
 	right: 1.5625rem;
	bottom: 10px;
	bottom: 0.625rem;
 	background: #f26522;
}

.mainNav > li.menu-item-has-children > a:hover:before {
	display: none
}
.mainNav > li:last-child > a:hover:before,
.mainNav li:last-child.current-menu-item > a:before {
	display: none
}
.mainNav > li:last-child a:hover,
.mainNav li.current-menu-item:last-child > a {
	border: 2px solid #f26522;
}
.mainNav li:last-child a:hover:after {
	display: none;
}
.mainNav > li:last-child > a {
	padding: 0 40px;
	line-height: 48px;
	line-height: 3rem;
	margin-left: 20px;
	border: 2px solid #fff;
	border-radius: 30px;
}
.mainNav > li:hover > a {
}
.mainNav ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.mainNav ul > li:nth-child(1) {
	position: relative;
}
.mainNav > li > ul > li:nth-child(1):before {
	content: '';
	position: absolute;
	top: -9px;
	left: 30px;
	width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #f26522;
	z-index: 9999;
}
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 240px;
	width: 15rem;
	position: absolute;
	top: 64px;
	top: 4rem;
 	left: 0;
	background: #f26522;
	border-radius: 0 3px 3px 0;
}
.mainNav > li > ul {
	border-radius: 3px;
}
.mainNav ul .menu-item-has-children > a:after {
	content: '';
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: transparent;
	border-left-color: #fff;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
}
.mainNav ul a:hover {
}
.mainNav ul ul {
	left: 238px;
	left: 14.875rem;
 	top: 0;
}
.mainNav > li ul li a:hover {
	color: #414141;
}
.mainNav ul .menu-item-has-children > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
	top: 22px;
	top: 1.375rem;
	right: 8px;
	right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
	border-top-color: transparent;
	border-left-color: #fff;
}
.navContainer .mobileInfo {
	display: none;
}

/*________ CONTENT ________*/

.contentSection {
	clear: both;
	width: 100%;
}
.contentContainer {
	width: 100%;
	clear: both;
}
.contentContainer .content {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .content {
	width: 71.5%;
	float: left;
}
.halfContent .content {
	width: 50%;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	color: #3a4d69;
	letter-spacing: 1px;
}
.content h1,
.home .content h2 {

}
.content h2 {

}
.content h3 {

}
.content h4,
.content h5,
.content h6 {

}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.5;
}
.content ul,
.content ol {
	padding: 0 0 20px 20px;
	padding: 0 0 1.25rem 1.25rem;
}
.content ul ul,
.content ol ol {
	margin-bottom: 0;
}
.content ul li,
.content ol li {
	line-height: 1.7;
	color: #888888;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: 100%;
	text-align: left;
	line-height: 1.5;
}
.content table tr {
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
	border-top: 1px dotted #ccc;
	padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.content .entryContent {
	overflow: hidden;/*for gallery +20px*/
	width: 100%;
}

.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	overflow: hidden;
}
.single .right .content .postMeta, 
.content .articleContainer .article .postMeta {
	color: #888888;
	padding: 8px 0;
	padding: 0.5rem 0;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.single .right .content .postMeta {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.single .right .content .postMeta .date,
.content .articleContainer .article .postMeta .date {
	font-size: 14px;
	font-size: 0.875rem;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	overflow: hidden;
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.contentContainer .post h1.entryTitle {
	position: relative;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 400;
    margin: 40px 0;
    margin: 2.5rem 0;
    color: #f26522;
    line-height: 1;
}
.contentContainer .post h1.entryTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 6px;
    background: #f26522;
    left: 0;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
	color: #3a4d69;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #808080;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
    color: #888888;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.content .articleContainer .article .articleInfo a.readMore {
    color: #ec662f;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content .articleContainer .article .articleInfo a.readMore:hover {
	color: #3a4d69;
}
.blog .contentContainer {
    height: auto;
    display: inline-block;
    min-height: 350px;
}
.blog .headerSliderContainer {
    max-height: 410px;
    max-height: 25.625rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
    border-bottom: 6px solid #f26522;
}
.blog .secondaryContent {
	top: 33%;
}
.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav a {
    border-radius: 16px;
    border-radius: 1rem;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #3a4d69;
	float: left;
	border: 1px solid #3a4d69;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.content .navBelow .pageNav a:hover {
	color: #f26522;
	border-color: #f26522;
}
.content .navBelow .navNext a {
	float: right;
}



.content a[href$='.pdf'], /*pdf*/
.content a[href$='.xls'], /*excel*/
.content a[href$='.csv'], /*excel*/
.content a[href$='.xlw'], /*excel*/
.content a[href$='.xlt'], /*excel*/
.content a[href$='.doc'], /*word*/
.content a[href$='.rtf'], /*word*/
.content a[href$='.wps'], /*word*/
.content a[href$='.txt'], /*word*/
.content a[href$='.zip'], /*compressed files*/
.content a[href$='.rar'], /*compressed files*/
.content a[href^="mailto:"] /*email*/ {
	display: inline-block;
	padding-left: 20px;
	padding-left: 1.25rem;
	background: url(images/icon-document.png) top left no-repeat;
	background-size: 16px 16px;
	background-size: 1rem 1rem;
}
.content a[href$='.xls'],
.content a[href$='.csv'],
.content a[href$='.xlw'],
.content a[href$='.xlt'] {

}
.content a[href$='.doc'],
.content a[href$='.rtf'],
.content a[href$='.wps'],
.content a[href$='.txt'] {

}
.content a[href^="mailto:"] {

}


/*________ FRONT PAGE ________*/

.homeSliderContainer {
	width: 100%;
	clear: both;
}
.homeSliderContainer .homeSlider {
	background: #000;
	position: relative;
}
.homeSliderContainer .homeSlider .slide img {
	opacity: 0.2;
	width: 100%;
	height: auto;
	display: none;
	position: relative;
}
.homeSliderContainer .homeSlider .slide.side-1 img,
.homeSliderContainer .homeSlider .slide.slick-slide img {
	display: block;
}
.homeSliderContainer .slick-prev {
	display: none !important;
}
#latest-project .anchorLink {
	display: flex;
	padding-top: 32px;
	padding-top: 2rem;
}
.anchorLink.wrapper {
	position: relative;
}
.single .content .project-details {
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.projectsNextContainer {
	display: flex;
}
.projectsNextContainer .wrapper {
	position: relative;
}
.projectsNextContainer a i.next-arrow {
	margin-left: 16px;
	margin-left: 1rem;
}
.projectsNextContainer a i.next-arrow,
.projectsNextContainer a i.previous-arrow {
	display: block;
    bottom: 300px;
    bottom: 18.75rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    background: url(images/right-slide-arrow-white.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 999;
    left: 55px;
}
.projectsNextContainer a i.previous-arrow {
	transform: rotate(180deg);
	left: 0px;
}
.projectsNextContainer a i.next-arrow:hover, 
.projectsNextContainer a i.previous-arrow:hover {
    background-color: #ff5200;
    border-radius: 100%;
}
#latest-project a.slideDown {
    display: block;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    background: url(images/right-slide-arrow-white.png) center center no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    transform: rotate(90deg);
}
#latest-project button.slick-next {
	margin-left: 16px;
	margin-left: 1rem;
	width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    background: url(images/right-slide-arrow-white.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#latest-project button.slick-next:hover,
#latest-project a.slideDown:hover {
    background-color: #ff5200;
    border-radius: 100%;
}
.slideContent,
.secondaryContent {
	position: absolute;
	z-index: 1;
	top: 27%;
	left: 0;
	right: 0;
}
.secondaryContent {
	top: 50%;
}
.slideContentBtn {
	position: absolute;
	z-index: 9999;
	bottom: 300px;
	bottom: 18.75rem;
 	left: 0;
	right: 0;
}
.slideContentBtn .wrapper {
	position: relative;
}
.slideContent .wrapper .content,
.secondaryContent .wrapper .content {
	width: 65%;
	color: #fff;
	padding: 40px 0;
	padding: 2.5rem 0;
	position: relative;
}
.slideContent .wrapper .content h2,
.secondaryContent .wrapper .content h2 {
	font-weight: 400;
	font-size: 48px;
	font-size: 3rem;
	color: #fff;
}
.slideContent .wrapper .content p,
.secondaryContent .wrapper .content p {
	width: 85%;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
}
.slideContent .wrapper .content:before,
.slideContent .wrapper .content:after,
.secondaryContent .wrapper .content:before {
	position: absolute;
	content: '';
	top: -6px;
	top: -0.375rem;
	left: 0;
	height: 6px;
	height: 0.375rem;
	width: 60px;
	background: #fff;
}
.slideContent .wrapper .content:after {
	bottom: -6px;
	top: auto;
}
.content .slick-dots {
	position: absolute;
	padding: 0;
	bottom: 0;
	margin: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
}
.slick-dots li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
}
.slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	text-indent: -9999px;
	border: 2px solid #323339;
	border: 0.125rem solid #323339;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color: #323339;
}
#latest-project.rightContent {
	margin-top: -288px;
    margin-top: -18rem;
}
.rightContent {
	margin-top: -350px;
	margin-top: -21.875rem;
}
.rightContent a.btn {
	margin-top: 32px;
	margin-top: 2rem;
}
.home .contentContainer.fullContent.foundationsContent {
	padding-top: 95px;
	padding-top: 5.9375rem;
}
.clientFeedback.rightContent {
	margin-top: -350px;
	margin-top: -21.875rem;
}
.clientFeedback.rightContent a.btn {
	margin-top: 72px;
	margin-top: 4.5rem;
}
.rightContent .wrapper {
    padding: 0;
    margin: 0 auto;
    float: none;
    max-width: 1345px;
    max-width: 84.0625rem;
}
.contentFloat .right img {
	width: 100%;
	height: auto;
}
.contentFloat .left .content {
	padding: 80px 40px 40px;
	padding: 5rem 2.5rem 2.5rem;
}
.contentFloat .left {
	position: relative;
	z-index: 999;
	width: 28%;
	float: left;
	display: inline-block;
	color: #fff;
}
.contentFloat .left p {
	line-height:1.8;
}

.page-template-pages-secondary .contentFloat .left span {
	margin-bottom: 20px;
	display: block;
}
.page-template-pages-secondary .contentFloat .right .content {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}
.page-template-pages-secondary .contentFloat .left p {
	line-height: 1.7;
	padding-bottom: 0;
}
.page-id-10 .contentFloat .left h2,
.page-id-10 .contentFloat .left h1 {
	position: relative;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 400;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
 	color: #fff;
	line-height: 1;
}
.contentFloat .left h2,
.contentFloat .left h1 {
	position: relative;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 400;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
 	color: #fff;
	line-height: 1;
}
.contentFloat .left h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'museo-sans', sans-serif;
	font-weight: 600;
	color: #fff;
}
.contentFloat .left h2:after,
.contentFloat .left h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 6px;
	background: #fff;
	left: 0;
}
.contentFloat .right {
	height: auto !important;
	position: relative;
	z-index: 2;
	background: #fff;
	width: 72%;
	display: inline-block;
	float: left;
	padding-left: 0;
}
.contentFloat .right .content {
	padding: 70px 160px 70px 70px;
	padding: 4.375rem 10rem 4.375rem 4.375rem;
 }
.contentFloat .right .content h2,
h1.postTitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	color: #3a4d69;
}
.home h1.entryTitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
}
.home .capabilitiesBg {
	padding: 110px 0 0 0;
	padding: 6.875rem 0 0 0;
 	min-height: 700px;
	min-height: 43.75rem;
	background: url(images/feature-home-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.home .capabilitiesBg .wrapper {
	position: relative;
	min-height: 590px;
	min-height: 36.875rem;
}
.home .capabilitiesBg h2 {
	width: 65%;
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	position: relative;
}
.home .capabilitiesBg .capabilitiesContent {
	position: absolute;
	width: 370px;
	width: 23.125rem;
 	bottom: 0;
	left: 30px;
	left: 1.875rem;
 	background: #f26522;
	color: #fff;
	padding: 80px 40px 40px 40px;
	padding: 5rem 2.5rem 2.5rem 2.5rem;
}
.home .capabilitiesBg .capabilitiesContent h3 {
	position: relative;
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
	margin: 0 0 45px 0;
	margin: 0 0 2.8125rem 0;
 	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 400;
}
.home .capabilitiesBg .capabilitiesContent p {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2	;
}
.home .capabilitiesBg h2:before,
.home .capabilitiesBg .capabilitiesContent h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 60px;
	width: 3.75rem;
 	height: 6px;
	height: 0.375rem;
	background: #fff;
}
.home .homeSecondaryContent h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
}
.home .homeSecondaryContent {
	padding: 52px 0 32px 0;
	padding: 3.25rem 0 2rem 0;
}
.home .homeColumns {
	width: 50%;
}
.feedbackBg {
	min-height: 700px;
	min-height: 43.75rem;
	background: url(images/feedbackBg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.feedbackBg h2 {
	color: #fff;
	font-size: 36px;
	font-size: 2.25rem;
	position: relative;
	padding: 100px 0 20px 0;
	padding: 6.25rem 0 1.25rem 0;
 	font-weight: 400;
	width: 55%;
}
.feedbackBg h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 60px;
	width: 3.75rem;
	height: 6px;
	height: 0.375rem;
	background: #fff;
}
.foundationsContent .content {
	padding: 0 120px 80px 0;
	padding: 0 7.5rem 5rem 0;
}
#latest-project {
	margin-bottom: 24px;
	margin-bottom: 3rem;
}
#latest-project .slick-dots {
	position: absolute;
	bottom: 0;
	right: 272px;
	right: 17rem;
}
/*_____ CONTENT PAGE SLIDER_____*/
.pageHeader, 
.headerSlider {
	background: #000;
}
.headerSlider img, 
.pageHeader img {
	opacity: 0.2;
}
.headerSliderContainer,
.headerSlider,
.headerSlider .slide.slick-slide.slick-current.slick-active {
	max-height: 720px;
	max-height: 45rem;
	overflow: hidden;
	z-index: 1 !important;
}
.headerSlider img {
	width: 100%;
}
/*________ CONTACT PAGE ________*/


.page-template-pages-secondary .type-page {
	float: right;
	width: 43%;
	padding: 0 0 0 120px;
	padding: 0 0 0 7.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.page-template-pages-secondary .contactContainer {
	overflow:hidden
}
.page-template-pages-secondary .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-secondary .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-secondary .contactContainer fieldset .single.textarea {
	width: 100%;
}
.page-template-pages-secondary .fullContent {
	padding: 50px 0;
	padding: 3.125rem 0;
 }
.page-template-pages-secondary .headerSliderContainer {
	border-bottom: 6px solid #f26522;
}
.page-template-pages-secondary .headerSliderContainer,
.page-template-pages-secondary .headerSliderContainer .headerSlider,
.page-template-pages-secondary .headerSliderContainer .headerSlider div,
.page-template-pages-secondary .headerSlider .slide.slick-slide.slick-current.slick-active {
	max-height: 410px;
	max-height: 25.625rem;
}


/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/


/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/


/*________ SIDEBAR ________*/

.sidebar {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.mainContent .sidebar {
	width: 28.5%;
	padding-left: 40px;
	padding-left: 2.5rem;
	float: left;
}
.halfContent .sidebar {
	width: 50%;
	float: left;
	padding-left: 40px;
	padding-left: 2.5rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar .section {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.sidebar .section h5,
.sidebar .section h6 {
	line-height: 1.25;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	font-size: 16px;
	font-size: 1rem;
}
.sidebar .section ul.basicList {
	list-style: none;
	border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
	line-height: 1.5;
	padding: 8px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 14px;
	font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
	padding-left: 4px;
	padding-left: 0.25rem;
}
.sidebar form.searchform {
	position: relative;
}
.sidebar form.searchform .fieldContainer {
	overflow: hidden;
}
.sidebar form.searchform .fieldContainer label {
	display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
	height: 40px;
	height: 2.5rem;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 124x;
	font-size: 0.875rem;
	width: 100%;
	border: 1px solid #ddd;
}
.sidebar form.searchform button[type="submit"] {
	text-indent: -9999px;
	border: none;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	background: none;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	right: 12px;
	right: 0.75rem;
	opacity: 0.8;
}
.sidebar form.searchform button[type="submit"]:hover {
	opacity: 1;
}
.sidebar form.searchform button[type="submit"] img {
	width: 100%;
	height: auto;
}

/*________ FOOTER ________*/

.footer {
	width: 100%;
	clear: both;
	background: #272727;
	color: #fff;
	padding: 37px 0;
	padding: 2.3125rem 0;
}
.rightContent .left {
	position: relative;
	z-index: 999;
}
.rightContent .left:before {
	content: '';
	position: absolute;
	top: 155px;
	top: 9.6875rem;
 	right: -23px;
	width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left:23px solid #f26522;
	z-index: 999;

}
.clientFeedback blockquote {
	padding: 0;
}
.testimonialSlider .testimonial {
	padding: 0 0 32px 0;
	padding: 0 0 2rem 0;
}
.clientFeedback strong {
	color: #323339;
}
.clientFeedback.rightContent .right .content {
	padding: 60px 20px 20px 20px;
	padding: 3.75rem 1.25rem 1.25rem 1.25rem;
 	text-align: center;
}
.clientFeedback.rightContent,
.clientFeedback.rightContent .wrapper {
	float: none;
	margin: 0 auto;
	margin-top: 0;
	max-width: 1230px;
	max-width: 76.875rem;
}
.clientFeedback.rightContent .wrapper {
	max-width: 1175px;
	max-width: 73.4375rem;
}
.clientFeedback.rightContent .contentFloat .left {
	width: 32%;
}
.clientFeedback.rightContent .contentFloat .right {
	width: 68%;
}
.footer a {
	color: #fff;
}
.footer p {
	font-size: 14px;
	font-size: 0.875rem;
}
.footer a {
	text-decoration: none
}
.footer span {
	float: right;
}
.footer span a {
	color: #f26522;
}
.footerInfo {
	background: #323339;
	color: #fff;
	padding: 100px 0;
	padding: 6.25rem 0;
}
.footerInfo p {
	line-height: 1.8;
}
.footerInfo .links ul {
	padding: 0;
	margin: 0;
}
.footerInfo .links ul li {
	list-style: none;
	line-height: 1.6;
}

.footerInfo .links ul li a {
	text-decoration: none;
	color: #fff;
}
.footerInfo .links ul li a:hover {
	color: #f26522;
}
.footerInfo h4 {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
 	font-size: 22px;
	font-size: 1.375rem;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}
.footerInfo .contact {
	width: 50%;
}
.footerInfo .contact p {
	padding: 0 0 5px 0;
	padding: 0 0 0.3125rem 0;
}

.footerInfo .contact a {
	color: #fff;
	text-decoration: none;
}
.footerInfo .links,
.footerInfo .aboutus {
	width: 25%;
}

/*________ FORMS ________*/
.g-recaptcha {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.g-recaptcha iframe {
    padding: 0;
}
body form.elab_form input[type=submit].loading {
	background: #f26522 !important;
	padding: 0 !important;
	transition: 1s ease-in-out all;
}
body form.elab_form fieldset textarea {
	padding-top: 5px!important;
	padding-left: 5px!important;
}
body form input[type=submit].error-field {
	background: transparent!important;
	border: 2px solid red !important;
	color: red!important;
}
form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}


.fc_container form.elab_form .footnote {
	display: none;
}
.fc_container form.elab_form .footnote.error-field {
	display: block
}

/*_______ STAFF _______*/

.staffPage {
	overflow: hidden;
	clear:both;
	padding: 100px 0;
	padding: 6.25rem 0;
}

.staff .staffInfo h2,
.staff .staffInfo h3 {
	margin: 0;
	padding: 0;
	font-family: 'museo-sans', sans-serif;
	color: #333333;
	position: relative;
}
.staff .staffInfo h2 {
	font-weight: 900;
	padding: 18px 0 6px 0;
	padding: 1.125rem 0 0.375rem 0;
	text-transform: none;
}
.staff .staffInfo h2:before {
	position: absolute;
	content: '';
	height: 6px;
	height: 0.375rem;
 	width: 60px;
	width: 3.75rem;
	background: #f26522;
	top: 0;
}
.staff .staffInfo h3 {
	font-weight: 700;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
 	border-bottom: 1px solid #686c6c;
}
.staff .staffInfo p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	font-weight: 300;
}
.staff .staffImg,
.staff .staffInfo {
	width: 50%;
	position: relative;
	display: inline-block;
	float: left;
}
.staff .staffImg img {
	width: 100%;
	height: auto;
}
.staff:nth-child(odd) .staffInfo .content {
	left: 40px;
	left: 2.5rem;
}
.staff .staffInfo .content {
	position: absolute;
	right: 30px;
	left: 0;
	top: 50%;
 	transform: translate(0,-50%);
	color: #333333;
}
.staff:nth-child(even) .staffImg {
	float:right
}
.staffInfo {
	background: #f0f0f0;
	position: relative;
}
.staffInfo:before {
	width: 5000px;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	background: #f0f0f0;
}
.associates {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}
.staff:nth-child(even) .staffInfo:before {
	left: -5000px;
}
.associates h2 {
	font-size: 44px;
	font-size: 2.75rem;
	position: relative;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	font-weight: 300;
}
.associates h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 60px;
	width: 3.75rem;
	height: 6px;
	height: 0.375rem;
	background: #f26522;
}
.associates .associatesLogos {
	width: 100%;
	overflow: hidden;
}
.associates .associatesLogos .logo {
	width: 20%;
	display: inline-block;
	float: left;
	vertical-align: middle;
	text-align: center;
	min-height: 130px;
	min-height: 8.125rem;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	position: relative;
	overflow: hidden;
}
.associatesLogos .logo img {
	display: block;
	margin: 0 auto;
	position:absolute;
	top: 50%;
	left: 50%;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}
.associates .associatesLogos .logo:nth-child(1),
.associates .associatesLogos .logo:nth-child(6) {
	border-left: 1px solid #dddddd;
}
.associates .associatesLogos .logo:nth-child(1),
.associates .associatesLogos .logo:nth-child(2),
.associates .associatesLogos .logo:nth-child(3),
.associates .associatesLogos .logo:nth-child(4),
.associates .associatesLogos .logo:nth-child(5) {
	border-top: 1px solid #dddddd;
}

/*________ PROJECTS ________*/

.projectsPage {
	padding: 90px 0 20px 0;
	padding: 5.625rem 0 1.25rem 0;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}
ul.tabs li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
ul.tabs li.tab-HomePageFeature {
	display:  none!important;
}
ul.tabs li.current {
	color: #ec662f;
	font-weight: 600;
}
.project {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	position: relative;
}
.project a.viewMore {
	color: #ec662f;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	position: absolute;
	bottom: 0;
	left: 30px;
	left: 1.875rem;
}
.project a.viewMore:hover {
	color: #3a4d69;
}
.project a.viewMore span * {
	fill: #ec662f;
	width: 14px;
	width: 0.875rem;
	height: auto;
	margin-bottom: 3px;
	margin-bottom: 0.1875rem;
}
.project a.viewMore:hover span * {
	fill: #3a4d69;
}

.projects h2 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
	padding: 25px 0 20px 0;
	padding: 1.5625rem 0 1.25rem 0;
}
.projects h2 a {
	text-decoration: none;
	color: inherit;
}
.projects p {
	color: #888888;
	padding-bottom: 30px;
}
.projects.current {
	display: inherit;
}
.project {
	width: 33.33%;
}
.project-details strong {
	text-transform: uppercase;
}
.projectsPage h2.galleryTitle {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.projectHistory {
	margin-top: 80px;
}
.projectHistory .content h2 {
	margin-bottom: 32px;
}
.projectHistory h4 {
	color: #c8542c;
	padding: 0;
	margin: 0;
}
/*________ GRID ________*/

.grid {
	margin: 0 auto;
	margin-left: -30px;
	margin-left: -1.875rem;
}
.grid > div {
	float: left;
	min-height: 1px;
	padding-left: 30px;
	padding-left: 1.875rem;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}

/*_________ NEWS PAGE __________*/

/*________ MISC ________*/
.orangeBg {
	background: #f26522;
}
.telLink {
	color: inherit;
	text-decoration: none;
}
.btn,
body form.elab_form input[type=submit] {
	line-height: 1;
	font-weight: 600;
	font-family: 'museo-sans', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
 	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #f26522;
	color: #f26522;
	display: inline-block;
	border-radius: 35px;
	border-radius: 2.1875rem;
 	padding: 22px 35px;
	padding: 1.375rem 2.1875rem;
}
.btn:hover,
.orangeBg .btn,
body form.elab_form input[type=submit]:hover {
	background: #f26522;
	color: #fff;
	border: 2px solid #fff;
}
.orangeBg .btn:hover {
	border: 2px solid #fff;
	color: #f26522;
	background: #fff;
}
.homeColumns .btn,
body form.elab_form input[type=submit] {
	padding: 22px 50px;
	padding: 1.375rem 3.125rem;
}
.mapContainer {
	position: relative;
	width: 100%;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}


.hyphenate { /*allow really big words to wrap*/
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.is-inline {
	display: inline-block;
}
.inlineBlocks {
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.inlineBlocks .inlineBlock {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.hide {
	display: none;
}
.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
	border: none;
}

.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.projectImg {
	overflow: hidden;
}
.animateZoom,
.gallery .gallery-item img,
.projectImg img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.project:hover .projectImg img,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.warning {
	background-color: #ffa800;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




ul.socialNav {
	text-align: left;
	width: auto;
}
ul.socialNav li {
	list-style: none;
	padding: 0 0 10px;
	padding: 0 0 0.625rem;
}
ul.socialNav li:not(:last-child) {
	padding-right: 10px;
	padding-right: 0.625rem;
}
ul.socialNav li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
}

ul.socialNav li a span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
ul.socialNav li.facebook a span {
	background-color: #3b5998;
}
ul.socialNav li.twitter a span {
	background-color: #238ccc;
}
ul.socialNav li.instagram a span {
	background-color: #3f729b;
}
ul.socialNav li.youtube a span {
	background-color: #cd201f;
}
ul.socialNav li.googlePlus a span {
	background-color: #c13727;
}
ul.socialNav li.tripAdvisor a span {
	background-color: #26a146;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
	background-color: #333 !important;
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
ul.socialNav li a span * {
	fill: #fff;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
	max-width: 25%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
	max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
	max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
	max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
	max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
	max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
	max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
	max-width: 50%;
}

span.quoteMark {
	margin: 0 auto 24px auto;
	margin: 0 auto 1.5rem auto;
 	display: block;
	width: 25px;
	width: 1.5625rem;
 	height: 25px;
	height: 1.5625rem;
 	position: relative;
	border-radius: 2px;
	border-radius: 0.125rem;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
span.quoteMark * {
	width: 100%;
	height: 100%;
}
/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.wp-caption {
	background: #f1f1f1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
	height: auto;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 4px;
	padding: 0.25rem;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 30px 30px 0;
	padding: 0 1.875rem 1.875rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.5;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/
@media (max-width: 1840px) {
	.rightContent .wrapper {
		max-width: 1245px;
		max-width: 77.8125rem;
	}
}
@media (max-width: 108.75em) {
 	.homeSliderContainer .slideDown,
	.homeSliderContainer button.slick-next {
		bottom: 200px;
		bottom: 12.5rem;
 	}
	#latest-project.rightContent {
		margin-top: -128px;
	    margin-top: -8rem;
	}
	.rightContent {
		margin-top: -250px;
		margin-top: -15.625rem;
 	}
	.projectsNextContainer a i.next-arrow,
	.projectsNextContainer a i.previous-arrow {
		bottom: 200px;
		bottom: 12.5rem;
	}
}

@media (max-width: 96.25em) {
 	.homeSliderContainer .slideDown,
	.homeSliderContainer button.slick-next {
		bottom: 100px;
		bottom: 6.25rem;
 	}
	#latest-project.rightContent {
		margin-top: -80px;
		margin-top: -5rem;
	}
	.rightContent {
		margin-top: -150px;
		margin-top: -9.375rem;
 	}
	.contentFloat .right .content {
		padding: 80px;
		padding: 5rem;
 	}
	.rightContent .wrapper {
		max-width: 1045px;
		max-width: 65.3125rem;
 	}
	.projectsNextContainer a i.next-arrow,
	.projectsNextContainer a i.previous-arrow {
		bottom: 100px;
		bottom: 6.25rem;
 	}

}
/* 1440px */
@media (max-width: 90em) {

}

/* 1340px */
@media (max-width: 83.75em) {

}

/* 1240px */
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
	#latest-project.rightContent {
		margin-top: -48px;
		margin-top: -3rem;
	}
}

/* 1140px */
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/* 1040px */
@media (max-width: 65em) {
	#latest-project.rightContent {
		margin-top: -64px;
		margin-top: -4rem;
	}
	.contentFloat .right,
	.contentFloat .left {
		width: 50%;
	}
	.contentFloat .right .content {
		padding: 40px;
		padding: 2.5rem;
 	}
	.mainNav a {
		padding: 0 13px;
		padding: 0 0.8125rem;
  }
}

/* 940px */
@media (max-width: 58.75em) {
	#latest-project .slick-dots {
	    position: absolute;
	    bottom: 0;
	    right: 16rem;
	    right: 1rem;
	}
	.staff .staffImg,
	.staff .staffInfo {
		width: 100%;
	}
	.slideContent {
		top: 35%;
	}
	.slideContent .wrapper .content {
		width: 90%;
	}
	.mainNav > li:last-child > a {
		padding: 0 25px;
		padding: 0 1.5625rem;
 		margin-left: 0;
	}
	.rightContent .wrapper {
		max-width: 100%;
	}
	#latest-project.rightContent {
		margin-top: 0;
	}
	.rightContent {
		margin-top: 0;
	}
	.homeSliderContainer .slideDown,
	.homeSliderContainer button.slick-next {
		bottom: 20px;
		bottom: 1.25rem;
		right: 20px;
 		right: 1.25rem;
 		left: auto;
 	}
	.homeSliderContainer .slideDown {
		right: 80px;
		right: 5rem;
 	}
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
	.staffInfo:before {
		display: none;
	}
	.staff .staffInfo .content,
	.staff:nth-child(odd) .staffInfo .content {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		padding: 30px;
		padding: 1.875rem;
		top: auto;
		transform: translate(0,0);
	}
}

/* 840px */
@media (max-width: 52.5em) {
	.slideContent .wrapper .content p,
	.secondaryContent .wrapper .content p {
		width: 100%;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}
	.mainNav a {
		padding: 0 10px;
		padding: 0 0.625rem;
 	}
	.header .logo,
	.navContainer {
		width: 100%;
	}
	.navToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a {
		color: #fff;
		border: none !important;
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li {
		width: 100%;
		float: none;
		border: none !important;
		border-bottom: 1px solid #000 !important;
	}
	.mainNav > li {
		background-color: #222;
		background-color: rgba(0, 0, 0, 0.85);
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav li:hover > ul {
		display: none;
	}
	.mainNav li.hover > ul {
		display: block;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto !important;
		right: auto !important;
		text-align: left !important;
		border: none !important;
	}
	.mainNav .menu-item-has-children > a:after,
	.mainNav > li > ul > li > a:before {
		border-color: transparent !important;
		border-top-color: #fff !important;
		left: auto !important;
		right: auto !important;
		top: 20px;
	}
	.mainNav .menu-item-has-children:hover > a:after {
		border-top-color: #fff !important;
	}
	.mainNav ul li {
		border: none !important;
		border-top: 1px solid #000 !important;
	}
	.mainNav ul a {
		padding-left: 32px;
		padding-left: 2rem;
		background-color: transparent;
	}
	.mainNav ul ul a {
		padding-left: 48px;
		padding-left: 3rem;
	}
	.navContainer {
		margin-top: -60px;
		margin-top: -3.75rem;
	}
}

/* 740px */
@media (max-width: 46.25em) {
	.slideContent .wrapper .content p {
		display: none;
	}
	.rightContent .left:before {
		display: none;
	}
	.contentFloat .right .content {
		padding: 30px;
		padding: 1.875rem;
 }
	.foundationsContent .content {
		padding: 0 0 80px 0;
		padding: 0 0 5rem 0;
  }
	.clientFeedback.rightContent a.btn {
		margin-top: 0;
	}
	.staffPage {
		padding: 0 0 100px 0;
		padding: 0 0 6.25rem 0;
 	}
	.associates .associatesLogos .logo {
		width: 100%;
		padding: 10px;
		border: none !important;
	}
	.footerInfo .contact,
	.footerInfo .links,
	.footerInfo .aboutus,
	.staff .staffImg,
	.staff .staffInfo {
		width: 100%;
	}
	.footerInfo .links {
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
 	}
	.footer p {
		text-align: center;
		line-height: 1.7;
	}
	.footer a,
	.footer span {
		float: none;
	}
	.clientFeedback.rightContent .contentFloat .left,
	.clientFeedback.rightContent .contentFloat .right {
		width: 100%;
	}
	.home .contentContainer.fullContent.foundationsContent {
		padding-top: 0;
	}
	.slideContent .wrapper .content h2 {
		font-size: 32px;
		font-size: 2rem;
 	}
	.slideContent .wrapper .content:before,
	.slideContent .wrapper .content:after {
		display: none;
	}
	.mainNav > li > ul > li.menu-item-has-children > a:before {
		top: 24px;
		top: 1.5rem;
		left: 10px;
		left: 0.625rem !important;
 	}
	.feedbackBg h2 {
		width: 100%;
	}
	.home .capabilitiesBg .capabilitiesContent {
		left: 0;
		right: 0;
		width: 100%;
	}
	.home .capabilitiesBg h2 {
		width: 100%;
	}
	.blog .contentContainer {
		height: auto;
	}
	.blog .secondaryContent {
		top: 50%;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.contentFloat .right, .contentFloat .left {
		width: 100%;
	}
	.header .logo {
		z-index:9999;
		position: relative;
		width: 50%;
	}
	.header .logo img {
		width: 165px;
	}
	.project {
		width: 100%;
	}
	ul.tabs li {
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
 	}
	.projectsPage {
		padding: 0 0 20px 0;
		padding: 0 0 1.25rem 0;
 }
	.contentFloat .left .content {
		padding: 40px 30px;
		padding: 2.5rem 1.875rem;
 }
 .feedbackBg {
	 min-height: inherit;
	 overflow: hidden;
 }
 .feedbackBg h2 {
	 font-size: 20px;
	 font-size: 1.25rem;
	 margin-bottom: 80px;
	 margin-bottom: 5rem;
  }
	.page-template-pages-secondary .contactContainer fieldset .single {
		width: 100%;
	}
}

/* 640px */
@media (max-width: 40em) {
	.navContainer .mobileInfo {
		display: block;
	}
	.page-template-pages-secondary .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-secondary .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}
	.home .capabilitiesBg h2 {
		font-size: 27px;
		font-size: 1.6875rem;
 }
}

/* 540px */
@media (max-width: 33.75em) {
	.page-template-pages-secondary .secondaryContent {
		top: 47%;
	}
	.page-template-pages-secondary .headerSlider img {
		width: 160%;
	}
	.projectsNextContainer a i.next-arrow,
	.projectsNextContainer a i.previous-arrow {
		bottom: 10px;
		bottom: 0.625rem;
		left: 20px;
 }
	.projectsNextContainer a i.next-arrow {
		left: 65px;
 }
 .headerSlider img {
	 width: 150%;
 }

}

/* 440px */
@media (max-width: 27.5em) {
	.footerInfo .contact p {
		width: 100%;
	}
	.footerInfo .contact {
		padding-bottom: 40px;
		padding-bottom: 2.5rem;
 	}
	.homeSliderContainer .homeSlider .slide.slick-slide img {
		width: 200%;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.alignleft,
	img.alignleft,
	.alignright,
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
}

/* 340px */
@media (max-width: 21.25em) {
	.home .capabilitiesBg h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
	.navContainer.stuck,
	.admin-bar .navContainer.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
}
