@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Exo', sans-serif;
	font-size: 1.6em;
	line-height: 1.7;
	color: #3D3935;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
h1 { font-size: 5rem; line-height: 1.2; color: #DE882B; }
h2 { font-size: 4.2rem; line-height: 1.25; }
h3 { font-size: 3.4rem; line-height: 1.3; }
h4 { font-size: 2.8rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.35; color: #231F20; margin-bottom: 25px; }
p { margin-top: 0; }

.text-caption-highlight {
	color: #DE882B;
	font-size: 2.5rem;
	font-weight: 400;
}
.text-highlight {
	color: #DE882B;
}
.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
	line-height: 1.5;
}
.text-medium {
	font-size: 1.7rem;
}
.text-sm {
	font-size: 1.2rem;
	color: #231F20;
}
blockquote {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.text-caption-highlight {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; color: #DE882B; }
	h2 { font-size: 2.5rem; line-height: 1.25; }
	h3 { font-size: 2.2rem; line-height: 1.3; }
	h4 { font-size: 1.8rem; line-height: 1.35; }
	h5 { font-size: 1.6rem; line-height: 1.35; color: #231F20; margin-bottom: 25px; }
	
	.text-caption-highlight {
		font-size: 1.5rem;
	}
	.text-caption-highlight {
		font-size: 2rem;
	}
	.text-para1 {
		font-size: 1.6rem;
	}
	.text-caption-highlight {
		color: #DE882B;
		font-size: 1.5rem;
		font-weight: 400;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #DE882B;
}
a:hover {
	color: #3D3935;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 0 30px 0 30px;
	position: relative;
}
@media only screen and (min-width:768px)  {
	.column {
		float: left;
		margin-right: 0;
		box-sizing: border-box;
		padding: 0 30px 0 30px;
		position: relative;
	}
	.one.column 		{ width: 8.3333333%; }
	.two.column 		{ width: 16.6666667%; }
	.three.column 		{ width: 25%; }
	.four.column 		{ width: 33.3333333%; }
	.five.column 		{ width: 41.6666667%; }
	.six.column 		{ width: 50%; }
	.seven.column 		{ width: 58.3333333%; }
	.eight.column 		{ width: 66.6666667%; }
	.nine.column 		{ width: 75%; }
	.ten.column 		{ width: 83.3333333%; }
	.eleven.column 		{ width: 91.6666667%; }
	.twelve.column 		{ width: 100%; }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
header.menu {
	display: none;
}
.header-social {
	position: absolute;
	top: 20px;
	right: 30px;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.bold {
    background: rgb(61,57,53);
    background: linear-gradient(90deg, rgba(61,57,53,1) 0%, rgba(61,57,53,1) 53%, rgba(142,144,137,1) 100%);
}
section.texture {
	background-image: url(../images/texture.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.feature {
	background-image: url(../images/texture.svg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #D3D3D3;
	margin: 40px 0;
	font-size: 2.5rem;
}
section.divide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	margin-bottom: 50px;
}
section.subtle {
	background: #F3F3F3;
}
.slider ul {
	height: 400px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
footer.main {
	background: rgb(61,57,53);
    background: linear-gradient(90deg, rgba(61,57,53,1) 0%, rgba(61,57,53,1) 53%, rgba(142,144,137,1) 100%);
	padding: 60px 0;
	clear: both;
	color: #D3D3D3;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.header-social {
		position: absolute;
		top: 35px;
		right: 70px;
	}
	header.menu {
		display: block;
		position: relative;
		background: #FFF;
	}
	main {
		padding: 40px 0;
	}
	section.divide {
		background-image: none;
		background-color: #DE882B;
	}
}
@media only screen and (max-width: 480px) {
	.header-social {
		display: none;
	}
	section.feature {
		font-size: 1.7rem;
	}
}


/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
	background: #231F20;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	height: 500px;
	width: 100%;
	text-align: left;
	position: relative;
}
#hero-slider {
	height: 500px;
	position: relative;
}
#hero-slider .slides li {
	height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#hero-slider .slides .flex-caption {
	background: rgba(61,57,53,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	width: 600px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 130px;
}
#hero-slider .slides .flex-caption h1 {
	font-size: 5rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
#hero-slider .slides .flex-caption h3 {
	font-size: 3rem;
	font-weight: 400;
	color: #FFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}
/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
@media only screen and (max-width:768px) {
	#hero {
		height: 300px;
	}
	#hero-slider {
		height: 300px;
	}
	#hero-slider .slides li {
		height: 300px;
		background-attachment: inherit;
	}
	#hero-slider .slides .flex-caption {
		width: 380px;
		top: 50px;
	}
	#hero-slider .slides .flex-caption h1 {
		font-size: 3rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 2rem;
	}
}
@media only screen and (max-width:480px) {
	#hero {
		height: 250px;
	}
	#hero-slider {
		height: 250px;
	}
	#hero-slider .slides li {
		height: 250px;
		background-attachment: inherit;
	}
	#hero-slider .slides .flex-caption {
		width: 240px;
		top: 40px;
	}
	#hero-slider .slides .flex-caption h1 {
		font-size: 2rem;
	}
	#hero-slider .slides .flex-caption h3 {
		font-size: 1.5rem;
	}
}
/* Nav Control */
#hero .flex-control-nav {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 90;
	text-align: center;
}
#hero .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#hero .flex-direction-nav {
	text-align: left;
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	background: #FFF;
	width: 100px;
	float: left;
}
#hero .flex-direction-nav a {
	color: #000;
}
#hero .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}
#hero .flex-control-paging li a:hover {
	background: #BABCBE;
}
#hero .flex-control-paging li a.flex-active {
	background: #DE882B;
	cursor: default;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
.primary_nav_wrap {
	position: absolute;
	z-index: 50;
	top: 70px;
	right: 30px;
}
.primary_nav_wrap ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.primary_nav_wrap ul a {
	display: block;
	color: #3D3935;
	font-size: 1.4rem;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px;
}
.primary_nav_wrap ul a:hover {
	color: #DE882B;
	font-weight: 400;
}
.primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 3px;
}
.primary_nav_wrap ul li:hover {
	background: #FFF;
}
.primary_nav_wrap ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.primary_nav_wrap ul ul li {
	float: none;
	width: 200px;
	border-radius: 0;
	border-bottom: solid 1px #D3D3D3;
	font-weight: 300;
}
.primary_nav_wrap ul ul li:hover {
	box-shadow: none;
}
.primary_nav_wrap ul ul a {
	line-height: 120%;
	padding: 13px 10px;
	border-radius: 3px;
	color: #231F20;
	font-size: 1.2rem;
}
.primary_nav_wrap ul ul a:hover {
	color: #DE882B;
}
.primary_nav_wrap ul li:hover > ul {
	display: block;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #3D3935;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		overflow-y: scroll;
		top: 0;
		left: 0;
		width: 80%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.primary_nav_wrap {
		position: relative;
		top: 20px;
		right: 0;
	}
	.primary_nav_wrap ul {
		position: relative;
		margin: 0 10% 40px 10%;
		padding: 0;
		width: 80%;
	}
	.primary_nav_wrap ul li {
		width: 100%;
		position: relative;
	}
	.primary_nav_wrap ul a {
		color: #FFFFFF;
		font-size: 1.6rem;
		line-height: 50px;
	}
	.primary_nav_wrap ul li:hover {
		background: none;
	}
	.primary_nav_wrap ul ul {
		width: 100%;
		position: relative;
		box-shadow: none;
		margin: 0 0 10px 0;
		background: none;
	}
	.primary_nav_wrap ul ul li {
		width: 100%;
		border-radius: 0;
		border-bottom: solid 1px #8E8D8A;
	}
	.primary_nav_wrap ul ul a {
		color: #FFF;
	}
	.primary_nav_wrap ul ul a:hover {
		color: #DE882B;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 25px;
		right: 15px;
		background: #FFF url(../images/icons/icon-menu.png) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 10px;
		right: 15px;
		background: #FFF url(../images/icons/icon-close.png) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}

/* Bullets
–––––––––––––––––––––––––––– */
ul.bullets {
}
ul.bullets li {
	margin: 0 0 7px 0;
}

/* No Bullets
–––––––––––––––––––––––––––– */
ul.no-bullets {
	list-style: none;
	margin: 0 auto;
}
ul.no-bullets li {
	margin: 0 0 12px 0;
}
.steps {
	border-bottom: solid 1px #DE882B;
	color: #DE882B;
	font-size: 3rem;
	margin-bottom: 15px;
}

/* Feature Items
––––––––––––––––––––––––––– */
ul.featitems {
	list-style: none;
	margin: 50px 0;
	overflow: hidden;
}
ul.featitems li {
	width: 31.333%;
	float: left;
	font-size: 2.8rem;
	line-height: 1.2;
	padding: 20px 20px 20px 100px;
	color: #D3D3D3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1%;
	font-weight: 400;
}
ul.featitems li p {
	border-bottom: solid 2px #DE882B;
	padding-bottom: 15px;
	margin-bottom: 0;
}
ul.featitems li.item1 {
	background: url(../images/featitems01.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
ul.featitems li.item2 {
	background: url(../images/featitems02.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
ul.featitems li.item3 {
	background: url(../images/featitems03.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
ul.featitems li a {
	color: #D3D3D3;
	display: block;
}

/* Team
––––––––––––––––––––––––––– */
ul.team-2 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.team-2 li {
    width: 50%;
    text-align: left;
    padding: 15px 15px 0 15px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.team-4 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.team-4 li {
    width: 25%;
    text-align: left;
    padding: 15px 15px 0 15px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    ul.team-2 li {
        width: 50%;
    }
    ul.team-4 li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    ul.team-2 li {
        width: 100%;
        padding: 20px 20px 0 20px;
    }
}

/* Awards
––––––––––––––––––––––––––– */
ul.project-awards {
	position: relative;
	right: 0;
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
}
ul.project-awards li {
	width: 33.333%;
	float: left;
}
ul.project-awards li img {
	width: 100%;
	height: auto;
	display: block;
}

/* Projects Grid
––––––––––––––––––––––––––– */
ul.projects-grid {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.projects-grid li {
	width: 33.333%;
	float: left;
	padding: 30px;
	text-align: center;
	font-size: 2rem;
	color: #DE882B;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.projects-grid li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.projects-grid li img {
	width: 100%;
	height: auto;
}
ul.projects-grid li a {
	display: block;
}

@media only screen and (max-width: 768px) {
	ul.projects-grid li {
		width: 50%;
		padding: 20px;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	ul.projects-grid li {
		width: 100%;
		padding: 20px;
		font-size: 2rem;
		border-bottom: solid 1px rgba(0,0,0,0.2);
	}
}

/* Contact Details
––––––––––––––––––––––––––– */
ul.contact-details {
	list-style: none;
	margin:  30px 0 34px 15px;
}
ul.contact-details li {
	color: #FFF;
	padding: 10px 0 10px 40px;
	font-size: 1.7rem;
	line-height: 1.3;
}
ul.contact-details li.phone {
	background-image: url(../images/icons/icon-phone.png);
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-details li.mobile {
	background-image: url(../images/icons/icon-mobile.png);
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-details li.location {
	background-image: url(../images/icons/icon-location.png);
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-details li.email {
	background-image: url(../images/icons/icon-email.png);
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
ul.contact-details li a {
	color: #FFF;
}

/* Sitemap
––––––––––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	margin: 0 0 20px 0;
}
ul.sitemap li {
	font-size: 1.3rem;
}
ul.sitemap li a {
	color: #D3D3D3;
	padding: 5px 0;
	display: block;
}
ul.sitemap li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	ul.sitemap {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: solid 1px rgba(255,255,255,0.2);
	}
}

/* Social
––––––––––––––––––––––––––– */
ul.social {
	list-style: none;
	margin: 0;
}
ul.social li {
	float: left;
	margin: 0 10px 0 0;
}
ul.social li img {
	width: 40px;
	height: auto;
	display: block;
}
ul.social li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
@media only screen and (max-width: 768px) {
	ul.featitems {
		list-style: none;
		margin: 50px 0;
		overflow: hidden;
		padding: 0 30px;
	}
	ul.featitems li {
		width: 100%;
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.lightGallery {
	list-style: none;
	margin: 0;
}
ul.lightGallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.lightGallery li img {
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 768px) {
	ul.lightGallery li {
		width: 23%;
	}
}
@media only screen and (max-width: 480px) {
	ul.lightGallery li {
		width: 31.333%;
		margin-bottom: 10px;
	}
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 60px auto;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
.tabs {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 70%;
}
.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.tabs a {
	background-color: #3D3935;
	color: #FFF;
	display: block;
	letter-spacing: 0;
	outline: none;
	font-size: 2rem;
	padding: 20px 20px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 3px solid #DE882B;
}
.tabs a:hover {
	background: #8E8D8A;
}
.tabs_item {
	display: none;
	padding: 30px 0;
	font-size: 1.5rem;
}
.tabs_item h4 {
	font-weight: bold;
	color: #DE882B;
	font-size: 20px;
}
.tabs_item img {
	width: 200px;
	float: left;
	margin-right: 30px;
}
.tabs_item:first-child {
	display: block;
}
.current a {
	color: #fff;
	background: #DE882B;
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 40px 0 40px 0;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #3D3935;
	border-bottom: 3px solid #DE882B;
	cursor: pointer;
	color: #FFF;
    font-weight: bold;
    background-image: url(../images/icons/ic_arrow-down_white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.accordian header:hover {
	background-color: #DE882B;
}
.accordian section {
	display: block;
	padding: 20px;
	background: #FFF;
	border: solid 1px #DDD;
	margin-bottom: 20px;
}
.accordian section.active {
	display: block;
}

.accordian section ul {
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.accordian section ul li {
	float: left;
	line-height: 1.5;
}
.accordian section ul li:nth-child(1) {
	width: 20%;
}
.accordian section ul li:nth-child(1) img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 60px;
}
.accordian section ul li:nth-child(2) {
	width: 80%;
}

@media only screen and (max-width: 480px) {
	.accordian section {
		display: none;
		padding: 20px 0;
		background: #FFF;
		border: solid 1px #DDD;
		margin-bottom: 20px;
	}
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
}
img.menu-arrow {
	width: 10px;
	height: 10px;
}
img.icon-menu {
	display: none;
}
img.full {
	width: 100%;
	height: auto;
}
img.award-sm {
	float: left;
	width: 50px;
	height: auto;
	display: block;
	margin-right: 15px;
	margin-bottom: 40px;
}
img.profile {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
}
img.award-lrg {
	float: left;
	width: 90px;
	height: auto;
	display: block;
	margin-right: 15px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	img.logo {
		width: 150px;
	}
	img.logo-menu {
		width: 120px;
		height: auto;
		display: inline-block;
		padding: 10px 20px;
	}
	img.icon-menu {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		margin: 0 15px 0 0;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 10px 10px;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	font-size: 1rem !important;
	border-radius: 2px;
	width: 100%;
	background: #FFF;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: rgba(255,255,255,0.8)
}
textarea {
	min-height: 120px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 5px 20px;
	margin: 10px 0 0 0;
	float: right;
	background: #3D3935;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	font-size: 1.2rem;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 2px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #e64e04;
}
label {
	font-size: 1.1rem;
}
legend {
}
fieldset {
	width: 50%;
	border: none;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder { color: #12151B; }
:-moz-placeholder { color: #12151B; }
::-moz-placeholder { color: #12151B; }
:-ms-input-placeholder { color: #12151B; }
.placeholder { color: #12151B !important; }

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	background: #DE882B;
	display: block;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	max-width: 200px;
	font-size: 1.6rem;
	margin: 20px 0 20px 0;
}
a.btn-primary:hover {
	background: #8E8D8A;
}
a.btn-secondary {
	background: #DE882B;
	display: block;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	max-width: 150px;
	font-size: 1.3rem;
	margin: 20px 0 0 0;
}
a.btn-secondary:hover {
	background: #8E8D8A;
}
a.btn-caption {
	display: inline-block;
	background: #DE882B;
	padding: 5px 20px;
	color: #FFF;
	font-size: 1.5rem;
	border-radius: 3px;
	font-weight: 300;
}
a.btn-caption:hover {
	color: #3D3935;
	text-shadow: none;
}
a.btn-featitems {
	display: inline-block;
	border-bottom: solid 2px #DE882B;
	font-size: 1.4rem;
	width: 150px;
	padding: 8px 0;
	background-image: url(../images/icons/icons-arrow.png);
	background-position: right bottom;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}
a.btn-featitems:hover {
	color: #DE882B;
}
@media only screen and (max-width: 768px) {
	a.btn-caption {
		padding: 4px 15px;
		font-size: 1.2rem;
		margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	a.btn-caption {
		padding: 3px 10px;
		font-size: 1rem;
	}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr.space {
	border: none;
	border-top: solid 3px #3D3935;
	width: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
}
hr.divide {
	border-bottom: none;
	border-top: solid 1px #DDD;
	margin-top: 60px;
	margin-bottom: 60px;
}
.clearfix {
	clear: both;
}
.byline {
	text-align: center;
	font-size: 1rem;
	background: #231F20;
	line-height: 3;
}
.byline a {
	color: #D3D3D3;
}
.display-sm-only {
	display: none;
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block;
	}
}
