﻿/* -----------------------------------------------------

	WEBSITE NAME
	www.url.com

--------------------------------------------------------

TABLE OF CONTENTS

1.0	General
2.0	Typography
3.0	Elements
	3.1 Buttons
	3.2 Accordian
4.0 Forms
	4.1 Tables
5.0 Lists
    5.1 Dots
    5.2 List-unstyled
	5.3 Address
6.0	Header Styles
	6.1 Navigation
7.0	Footer
8.0	Banner
9.0	  Components
	9.1 Introduction
	9.2 Project listings
	9.3 Work Together
	9.4 Map
	9.5 Link Box
	9.6 Service Box
10.0  Inner Pages Styles
	10.1 About page
	10.2 Safety Page
	10.3 Associations
	10.4 In The Community
	10.5 Projects
	10.6 Testimonials
	10.7 What's New
	10.8 Contact Us
	10.9 Departments
11.0  Media Queries

----------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700);

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

@import url(https://fonts.googleapis.com/css?family=Lora:700);
/* -----------------------------------------------------
1.0 GENERAL STYLES
----------------------------------------------------- */
body {
    font-size:14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.container-fluid {
	width:100%;
	max-width:1400px;
	margin:0 auto;	
}

.container-fluid.sm {
	max-width:1224px;
}

a,
button {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
}

.browser-warning {
		position:fixed;
		bottom:0;
		left:0;
		z-index:999;
		width:100%;
		padding:15px 0;
		background-color:#175645;
		border-top: solid 2px #c09f00; 
	}
	.browser-warning.hide {
		display:none;
	}
	
	.browser-warning p {
		font-size:19px;
		color:#fff;
		line-height:24px;
		padding:0;
		margin:15px 0;
	}
	.browser-warning .btn {
		font-size:14px;
		line-height: 21px;
		padding:15px 16px;
		float:right;
		margin:0;
	}
	
	@media (max-width:767px) {
		.browser-warning {
			text-align:center;
		}
		.browser-warning h5,
		.browser-warning .btn {
			float:none;
		}	
	}


/* -----------------------------------------------------
2.0 TYPEOGRAPHY
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5{
	margin:0 0 30px 0;
	font-family: 'Titillium Web', sans-serif;	
    font-weight: 600;
}

h1 {
    font-size: 48px;	
}

.section h1 {
	margin-bottom:10px;
}

h2 {
    font-size: 40px;	
    color:#175645;
}

h3 {
    font-size: 30px;
    color:#175645;	
}

h4 {
    font-size: 24px;
	margin-top:20px;	
    margin-bottom:10px;
    color:#175645;
}

h5 {
    font-size: 18px;
    text-transform:uppercase;
    color:#175645;	
}

p {
	color:#7d7d7d;	
	font-size:18px;
	line-height:1.5em;
	margin-bottom:30px;
}
p.lead {
	color:#c09f00;
	padding-top: 10px;
}
p > small {
	font-size:16px;
	line-height:24px;
}

p.heading {
	font-size: 1.5em;
    padding: 15px 0;
    /*text-align: center;
    font-weight: bold;*/
}

i.fa {
    line-height: inherit;
	display: inline-block;
}

.alpha {
    margin-top:0;
}

.text-link {
	color:#175645;
	font-weight:700;
	transition:all 0.2s ease;
}
.text-link:hover{
	color:#c09f00;
}

.article-footer {
	font-size:18px;
}

.article-footer strong {
	color:#175645
}


/* -----------------------------------------------------
3.0 ELEMENTS
----------------------------------------------------- */
.section {
	padding-top:75px;
	padding-bottom:75px;	
}

.section-top-pad{
	padding-top:75px;
}

.section-bottom-pad{
	padding-bottom:75px;	
}

.section.green {
	position:relative;
	background:#175645;	
	z-index:0;
}

.section.gray {
    background: #f9f9f9;
}

.opac-bg + .container-fluid {
	position:relative;
	z-index:2;	
}

.opac-bg {
	opacity:0.2;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.section.brdtop {
	border-top:4px solid #efe7bf;
}
.section.green,
.section.green h2,
.section.green h3,
.section.green h4,
.section.green h5,
.section.green p {
	color:#fff;
}

.section.sm {
	padding-top:25px;
	padding-bottom:25px;	
}

.yellow-gradient {
	background: #175645!important; /* Old browsers */
	background: -moz-linear-gradient(top, #175645 1%, #1c6551 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #175645 1%,#1c6551 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #175645 1%,#1c6551 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175645', endColorstr='#1c6551',GradientType=0 )!important; /* IE6-9 */
}

.yellow-bg {
	background: #faf3cf!important; /* Old browsers */
	background: -moz-linear-gradient(45deg, #faf3cf 0%, #ffffff 100%)!important; /* FF3.6-15 */	
	background: -webkit-linear-gradient(45deg, #faf3cf 0%,#ffffff 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #faf3cf 0%,#ffffff 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf3cf', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}

.green-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#175645+1,1c6551+100 */
	background: #175645; /* Old browsers */
	background: -moz-linear-gradient(top, #175645 1%, #1c6551 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #175645 1%,#1c6551 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #175645 1%,#1c6551 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175645', endColorstr='#1c6551',GradientType=0 ); /* IE6-9 */
}

.grey-gradient {
    background: #f4f4f4;
 /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(100%, #e3e3e3));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
 /* IE10+ */
    background: linear-gradient(to bottom, #f4f4f4 1%, #e3e3e3 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e3e3e3', GradientType=0 );
 /* IE6-8 */
}

#content {
	margin-top: 117px;
}

.nomrg {
	margin-bottom:10px;
}
/* -----------------------------------------------------
3.1 BUTTONS
----------------------------------------------------- */
.btn.white,
.btn.gold {
	padding:10px 15px;
	font-size:16px;
	line-height:24px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	position:relative;
	border-radius:0;
	transition:all 0.25s ease;
	margin: 2px 0;
	background: transparent;
}

.btn.white:after, .btn.gold:after{
    content: "\f105";
    display: inline-block;
	font-family:'FontAwesome';
	color:#fff;
	padding:0 0 0 13px;
	font-weight:normal;
}

.btn.download:after {
	content:"\f019";
}

/* Gold Button Styles */
.btn.gold:after,
.btn.gold {
	color:#c09f00;
}
.btn.gold {
    border: 2px solid #c09f00;
}
.btn.gold:hover {
	background: #c09f00;
}
.btn.gold:hover,
.btn.gold:hover:after {
	color:#fff;
}

/* White Button Styles */
.btn.white:after,
.btn.white{
	color:#ffffff;
}
.btn.white.trans {
	background:rgba(0,0,0,0.5);
}
.btn.white {
    border: 2px solid #ffffff;
}
.btn.white:hover {
	background: #ffffff;
}
.btn.white:hover,
.btn.white:hover:after {
	color:#175645;
}

.btn.full {
	width:100%;
}

.single-btn {
	float: right;
}

/* -----------------------------------------------------
3.2 ACCORDIAN
----------------------------------------------------- */
.accordian#careers {
	margin-top:75px;
}
.accordian .accordian-option {
	margin-bottom:3px;
}
.accordian .accordian-option a.collapse-toggle {
	background-color:#175645;
	display:block;
	width:100%;
	padding:20px;
	font-size: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	color: #fff;
}
.accordian .accordian-option a .accordian-plus,
.accordian .accordian-option a .accordian-minus {
	display:inline-block;
	float:right;
	border:1px solid rgba(255,255,255,0.45);
	font-size:18px;
	height:34px;
	width:34px;
	line-height:34px;
	text-align:center;
}
.accordian .accordian-option a.collapsed .accordian-plus,
.accordian .accordian-option a .accordian-minus {
	display:inline-block;
}
.accordian .accordian-option a .accordian-plus,
.accordian .accordian-option a.collapsed .accordian-minus {
	display:none;
}
.accordian .accordian-option .accordian-collapse {
	border:1px solid #ccc;
	border-top:0;
}
.accordian .accordian-option .accordian-collapse ul {
	margin-bottom:15px;	
}
.accordian .accordian-content {
	padding:20px;
}
.accordian-option.career .apply-button a {
	margin-bottom:10px;
}
.accordian-option.career .apply-button p {
	font-size:14px;
	line-height:20px;
	margin-bottom:0;
}

/* -----------------------------------------------------
4.0 FORMS
----------------------------------------------------- */
/* -----------------------------------------------------
4.1 TABLES
----------------------------------------------------- */
.table{
	border-radius:4px;
	/*overflow:hidden;*/
}
.table>thead>tr>th {
	background: #175645;
	color: #fff;
	padding: 15px;
	border-bottom:0;
}
.table-striped>tbody>tr>td,
.table-striped>tbody>tr>th {
	padding:15px;
	border-right:1px solid #fff;
}
.table-striped>tbody>tr>td:last-of-type,
.table-striped>tbody>tr>th:last-of-type {
	border-right:0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f0e0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top:0px;
}

/* Data table */
.data-table {
	border-radius:5px;
	overflow:hidden;
}
.data-table .table-head {
    background: #175645;
}
.data-table .column {
	padding:15px;
}
.data-table .table-head .column {
    color: #fff;
}
.data-table .table-head,
.data-table .table-row {
	display:table;
	width:100%;
	overflow:hidden;
}
.data-table .table-head .column,
.data-table .table-content .column {
	display: table-cell;
}

/*.data-table .table-head .column:first-of-type,
.data-table .table-content .column:first-of-type {
    width: 60%;
    float: left;
}*/

.data-table .table-head .column:nth-of-type(2),
.data-table .table-content .column:nth-of-type(2)  {
    width: 35%;
    border-left: 1px solid #fff;
}

.data-table .table-content .table-row:nth-of-type(even) {
	background:#fff;
}
.data-table .table-content .table-row:nth-of-type(odd) {
	background:#f3f0e0;
}

/* -----------------------------------------------------
5.0 LISTS
----------------------------------------------------- */
ul, ol{
	padding-left:0;
}
ul li{
	list-style:none;
}
/* -----------------------------------------------------
5.1 DOTS
----------------------------------------------------- */
ul.dots{
	margin:10px 0 40px;
	overflow:hidden;
}
ul.dots.sm li {
	font-size:14px;
	line-height:21px;
	margin-bottom:7px;
}
ul.dots li {
	position:relative;
	padding-left:20px;
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
}
ul.dots.half li {
	display:inline-block;
	float:left;
	width:45%;
	margin-right:5%;
}
ul.dots li:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:7px;
	height:7px;
	border-radius:1px;
	background:#c09f00;
}
ul.dots.half li a{
	color:#333333;
}
/* -----------------------------------------------------
5.2 LIST-UNSTYLED
----------------------------------------------------- */
ul.list-unstyled {
	font-size:18px;
	margin-bottom:30px;	
}
ul.slash li {
	display:inline-block;
	list-style-type:none;
	font-size:18px;
}
ul.slash li:after {
	content:"\002F\002F";
	margin:0 6px;
	opacity:0.5;
}
ul.slash li:last-of-type:after {
	display:none;
}

/* -----------------------------------------------------
5.3 ADDRESS
----------------------------------------------------- */

/* -----------------------------------------------------
6.0 HEADER STYLES
----------------------------------------------------- */
header {
    background: #fff;
    border-bottom: 3px #175645 solid;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}

header .container-fluid {
	padding:0;	
}

header .container-fluid .row {
	margin:0;
}

header figure {
    text-align: center;
}

header figure.logo-section a {
    display: block;
	height: 117px;
	line-height:112px;
	padding:0 15px;
	transition: all ease 0.25s;
	cursor:pointer

}

header figure.logo-section a img {
	max-width:100%;
}

.header-right {
    float: right;
    font-weight: 700;
    font-size: 1.143em;
    color: #fff;
    text-align: center;
}

.header-right .phone-num {
    padding: 32px 0;
    text-shadow: 1px 1px 2px #303030;
	text-transform:uppercase;
}

.header-right a {
    display: block;
    font-size: 1.357em;
}

header .emergency {
    text-align:center;
    padding: 10px 0;
    margin-top: 25px;
    border-radius: 5px;     
}

header .emergency .emergency-text,
header .emergency .emergency-phone {
	display:block;
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}

header .emergency .emergency-text {
	/*font-size:15px;
	margin-top:34px;*/
	font-size: 14px;
}

header .emergency .emergency-phone {
	font-size:/*18px;*/ 20px;
}

header .emergency .emergency-text i {
	display:none;
	font-size:12px;
}

/* -----------------------------------------------------
6.1 NAVIGATION
----------------------------------------------------- */
.headerNav {
    padding-top: 50px;
}

header #navbar {
	margin-top:30px;
}

header .navbar-nav li a {
	/*display:block;
    color: #fff;
    font-size: 16px;
    padding: 20px;*/
}

header .navbar-nav li a {
    display:block;
    color: #175645;
    font-size: 18px;
    padding: 14px;
}

header .navbar-nav li a:hover,
header .navbar-nav li a:focus,
header .navbar-nav li a.active,
header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus {
    background: none;
    color: #cfb53b;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    color: #c09f00;
}

.nav > li > a:hover, 
.nav > li > a:focus {
    border: none;
}

.navbar-nav {
    float: none;
    margin: 0px;
}

.navbar-nav li {
    float: none;
    display: inline-block;
}

.navbar {
    margin-bottom: 0px;
    min-height: 0px;
}

#toggle-menu {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    display: none;
    margin-right: 0;
    background: #0b2c23;
    margin-top: 42px;
    border-radius: 0;
    cursor:pointer;

}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar span.caret{
	border:none;
	font-size: 0.5em;
    position: absolute;
	padding:0 0 0 5px;
}
.navbar-right .dropdown-menu:before {
	content:"";
	position:absolute;
	top:-5px;
	left:50%;
	width: 0; 
	height: 0;
	margin-left:-2px; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid white;
}

.navbar-right .dropdown-menu {
	width:250px;
	left:50%;
	margin-left:-125px;
	padding:0;
	transition:all 0.2s ease;
}

.navbar-right .dropdown-menu li {
	border-bottom:1px solid #ccc;
	text-align:center;
	display: block;
}

.navbar-right .dropdown-menu a {
    color: #333;
    padding: 5px 10px;
    display: block;
	font-size:16px;
	line-height:24px;
}

.navbar-right .dropdown-menu li:first-of-type,
.navbar-right .dropdown-menu li:first-of-type a {
	border-top-left-radius:0;
	border-top-right-radius:0;
	overflow:hidden;
}

.navbar-right .dropdown-menu li:last-of-type{
	border:none;
}
@media screen and (min-width:768px) {
	.navbar-nav li:hover .dropdown-menu {
		display:block;
	}
	
	.navbar-right .dropdown-menu li a:hover {
		background:#ebebeb;
		color:#000;
	}
}
/* -----------------------------------------------------
7.0 FOOTER
----------------------------------------------------- */
.affiliations {
	background-color: #fff;
}

.affiliations img {
	max-width:100%;
}

.main-footer {
    border-top: 3px solid #e2e2e2;
}

.social-icons a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #175645;
    line-height: 46px;
    font-size: 1.286em;
    color: #fff;
    text-align: center;
}

.social-icons a:hover {
    background: #c09f00;
    transition: all 0.3s ease;
}

.main-footer p {
    padding: 0 0 23px 0;
    font-family: 'Roboto Condensed', sans-serif;
    color: #707070;
}

.main-footer p a {
    color: #707070;
}

.main-footer .footer-address {
	margin-bottom:30px;		
}

.main-footer .footer-address ul li,
.main-footer .footer-address ul li a {
	font-size:16px;
}

.main-footer .list-unstyled li i{
	float:left;
}

.main-footer .list-unstyled li span {
	padding-left:30px;
	display:block;
}
.main-footer .footer-address .social-icons {
	margin-top:30px;	
}

.main-footer p i {
    float: left;
    padding: 3px 12px 10px 0;
}

.main-footer ul li {
    padding: 0 0 10px 0;
}

.main-footer ul li a {
    font-size: 0.929em;
    color: #707070;
    font-family: 'Roboto Condensed', sans-serif;
}

.main-footer ul li a:hover,
.main-footer ul li a:focus,
.main-footer ul li a.active {
    color: #cfb53b;
}

.copyright {
    background: #175645;
    padding: 33px 0;
    font-size: 16px;
}

.copyright p {
    font-size: 0.929em;
    color: #ffffff;
    float: left;
    margin-bottom:0;
}

.copyright p + p {
    float: right;
}

.copyright p a {
    text-decoration: underline;
    white-space: nowrap;
	color:#fff;
}

.main-footer p + p a {
    text-decoration: underline;
}

header nav .header-right {
    display: none;
}

@media (max-width: 767px){
	.main-footer .list-unstyled li span {
		display: inline;
		padding-left: 10px;
	}
	.main-footer .list-unstyled li i{
		float:none;
	}
}

/* -----------------------------------------------------
8.0 BANNER
----------------------------------------------------- */
.banner {
    border-top: 1px solid #27725d;
    border-bottom: 1px solid #27725d;
    position: relative;
    overflow:hidden;
}

.banner.home {
	height:75vh;
}

.banner-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.banner.home .banner-content {
	position: relative;
	top:50%;
	padding:100px 0;
	transform:translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.banner-content_dark {
	background-color: rgba(0,0,0,0.3)
}

.banner-content_sm  {
	padding:80px 0!important;
}

.banner-content_sm .container-fluid h1 {
	font-size: 42px!important;
}

.banner.home .carousel,
.banner.home .carousel .carousel-inner {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.banner.home .item {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:#2e2e2e;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.banner video {
	transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
}

.banner.internal {
	background-color:#2e2e2e;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.banner .banner-content {
	padding:200px 0;
	text-align:center;
}

.banner.internal .banner-content {
	padding:150px 0;
	text-align:left;
}

.banner .banner-content p.banner-headline,
.banner.internal .banner-content h1 {
	margin-bottom:0;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 60px;	
	font-weight: 600;
	line-height: 60px;
	text-shadow: 2px 2px 0px #303030;
}

.banner .banner-content .btn {
	margin-top:25px;
}

.home .banner-controls {
    margin-top: -60px;
    position: absolute;
    right: 0;
    top: 50%;
}

.home .banner-controls a {
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 0 0 1px;
    text-align: center;
    width: 60px;
    background: rgba(60, 60, 60, 0.9);
    outline: none;
    font-size: 1.786em;
}

.overlay {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	transition: opacity ease-out 1.5s;
	left: 0;
	opacity: 0; /* hide all slides */
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}

.carousel.fade .item:first-child {
	top: auto;
	opacity: 1; /* show first slide */
	position: relative;
}

.carousel.fade .item.active {
	opacity: 1;
}

.article-side img {
	border: 2px solid #175645;
	margin-bottom: 5px;
}
.article-side {
	text-align: center;
}
.article-side a {
	margin-top: 10px;
	width: 100%;
}

/* -----------------------------------------------------
9.0 COMPONENTS
----------------------------------------------------- */

/* -----------------------------------------------------
9.1 INTRODUCTION
----------------------------------------------------- */
.main {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #f5f5f5 100%);
    position: relative;
}

.main-left {
    font-family: 'Roboto Condensed', sans-serif;
}

.main-full-bg {
    height: 100%;
    left: 50%;
    margin: 0 0 0 230px;
    position: absolute;
    width: calc(50% - 230px);
	background: #175645;
    background: -moz-linear-gradient(top, #175645 1%, #1c6551 100%);
    background: -webkit-linear-gradient(top, #175645 1%,#1c6551 100%);
    background: linear-gradient(to bottom, #175645 1%,#1c6551 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#175645', endColorstr='#1c6551',GradientType=0 );
}

h1.line:after,
h2.line:after,
h3.line:after {
}
h1.line:after,
h2.line:after,
h3.line:after {
    content: "";
    width: 75px;
    height: 3px;
    margin-top:30px;
    background: #b7b7b7;
    display:block;
}

h1.line {
	margin-bottom:30px;
}
.main-left h1 span,
.projects-content h2 span {
    display: block;
}

.main-left a,
.projects-content a {
    display: inline-block;
    padding: 13px 19px;
    font-size: 1.143em;
}

.main-right .service-list {
    float: right;
    width: 80%;
}

.service-list h5 {
    font-size: 1.286em;
    color: #fff;
    padding: 19px 0 19px 19px;
    margin-bottom:0;
    background: #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
}

.service-list ul li {
    font-size: 1.143em;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
}

.service-list ul li a {
    color: #636363;
    display: block;
    padding: 15px 20px;
    position: relative;
    transition:all 0.2s ease;
}

.service-list ul li a:hover {
    background: #c09f00;
    color: #fff;
}

.service-list ul li a:hover i {
    color: #fff;
}

.service-list ul li a i {
    float: right;
    padding: 2px 0 2px 10px;
    color: #c09f00;
    position: absolute;
    right: 20px;
    top: 15px;
}
/* -----------------------------------------------------
9.2 PROJECT LISTINGS
----------------------------------------------------- */
.projects {
	border-top: 4px solid #efe7bf;
}
.project-listing {
	position:relative;
	height:400px;
	margin:10px 0;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.project-listing .project-details {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(70,70,70,0.85);
	padding:20px 65px 20px 20px;
	transition:all 0.35s ease;
}
.project-listing:hover .project-details {
	background-color:rgba(70,70,70,1.0);
	padding-top:40px;
	padding-bottom:40px;
}

.project-listing .project-content .learn-more {
	position:absolute;
	top:50%;
	right:15px;
	width:35px;
	height:35px;
	margin-top:-18px;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	background-color:#c09f00;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:700;
	line-height:35px;
	transition: all ease 0.4s;
}

.project-listing .project-content .learn-more:hover{
	background-color: #fff;
	color: #C09F00;
}

.project-listing .project-content .project-details h4 {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
}
.project-listing .project-content .project-details .project-type {
	color:#fff;
	font-size:14px;
}

/* -----------------------------------------------------
9.3 WORK TOGETHER
----------------------------------------------------- */
.work-together {
    background: #175645;
    text-align: center;
}

.work-together h3,
.work-together .section-head-right a {
	color:#fff;
}

.work-together .section-head-right span{
	font-size: 1.5em;
	color: #fff; 
}

.work-together .section-head-right .btn.white{
	margin-left: 10px;
}

.section-head {
	/*margin-bottom:30px;*/
}

.section-head .section-head-left,
.section-head .section-head-right {
	width:100%;
	text-align:center;
}

.section-head-left h3 {
	margin: 0;
}

@media screen and (max-width: 350px){ 
	.logo-section {
		width: 70%!important;
	}   
	nav.navbar {
		width: 30%!important;
	}
}

@media (min-width: 992px) {
	.section-head {
		display:table;
		width:100%;
	}
	.section-head .section-head-left,
	.section-head .section-head-right {
		display:table-cell;
		/*vertical-align:middle;*/
		height:100%;
		float:none;
	}
	.section-head .section-head-left {
		text-align:left;
		width: auto;
	}
	.section-head .section-head-right {
		text-align:right;
		width: auto;
	}
	.section-head .section-head-left h1 {
		margin:0;
	}
}

/* -----------------------------------------------------
9.4 MAP
----------------------------------------------------- */ 
.map {
    position: relative;
    background-color:#ccc;
    background-image:url(../../images/map.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.map .map-text {
	background-color:rgba(0,0,0,0.65);
	padding:50px;
}

.map .map-text h3 {
	margin-bottom:0;
	color:#fff;
}
/* -----------------------------------------------------
9.5 LINK BOX
----------------------------------------------------- */
.link-box {
	position:relative;
	height:325px;
	margin:10px 0;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.link-box .link-box-details {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(70,70,70,0.85);
	padding:20px 65px 20px 20px;
	transition:all 0.35s ease;
}
.link-box:hover .link-box-details {
	background-color:rgba(70,70,70,1.0);
	padding-top:40px;
	padding-bottom:40px;
}
.link-box .link-box-details .icon,
.link-box .link-box-details .learn-more{
	position:absolute;
	top:50%;
	right:15px;
	width:35px;
	height:35px;
	margin-top:-18px;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	background-color:#c09f00;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:700;
	line-height:35px;
}
.link-box .link-box-details h4 {
	color:#fff;
	font-size:21px;
	text-transform:uppercase;
	margin-bottom:15px;
}
.link-box .link-box-details .link-type {
	color:#fff;
	font-size:14px;
}
.link-box .link-box-details .link-type .fa {
	color:#fff;
	font-size:10px;
}

/* -----------------------------------------------------
9.6 SERVICE BOX
----------------------------------------------------- */ 
.service-box {
	padding:40px 0;
	border-bottom:1px solid #ebebeb;
}

.service-box:first-of-type {
	padding-top:0;
}

.service-box:last-of-type {
	border-bottom:0px;
	padding-bottom:0;
}

.service-box .service-box-image {
	height:275px;
	margin-right:40px;
	position:relative;
	overflow:hidden;
	border-radius:5px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.service-box .service-box-image img {
	width:100%;
	height:auto;
}

.service-box .service-box-image:after {
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:0;
	border-bottom:300px solid #fff;
	border-left:80px solid transparent;
}
.service-box .service-box-image h3 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	padding:30px 0 30px 15px;
	margin-top:50px;
}

.side-image__caption{
	font-size: 14px;
	padding: 10px;
	line-height: 16px;
	margin-bottom: 0;
}

.side-image__caption.green-gradient {
	color: #ffffff;
}

#side-carousel{
	position: relative;
	margin: 20px 0;
}

#side-carousel:focus {
	outline: none;
}

#side-carousel .carousel-indicators {
	top: 10px;
	bottom: auto;
	}
	
.carousel-indicators li {
	background-color: rgba(23,86,69, 0.6);
}	

.carousel-indicators .active {
	background-color: #175645;
}	



/* -----------------------------------------------------
10.0 INNER PAGES STYLES
----------------------------------------------------- */

/* -----------------------------------------------------
10.1 ABOUT PAGE
----------------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------
10.2 SAFETY PAGE
----------------------------------------------------- */
.safety {
	text-align:center;
}
.table {
	display:table;
	float:none;
}
.table .safety {
	height:250px;
	display:table-cell;
	vertical-align:middle;
	float:none;
	width:25%;
	padding:15px;
	border:1px solid #ccc;
	border-top:0;
	border-right:1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */	
}
.safety .num {
	color:#cfb53b;
	font-size:16px;
	font-weight:700;
	line-height:50px;
	text-align:center;
	border:3px solid #cfb53b;
	height:50px;
	width:50px;
	display:inline-block;
	background:#fff;
	margin-bottom:15px;
	border-radius:50%;
}
.handbook-areas {
	margin-top:50px;
}
.nav-pills {
	margin-bottom:40px;
}
.nav-pills > li  {
	position:relative;
	margin:0;
}
.nav-pills > li > a {
	transition:all 0.2s ease;
	font-size:16px;
	background:rgba(23,86,69,0.05);
	border-radius:0;
	color:#333333;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background:#175645;	
}

.nav-pills > li:after {
	content:"";
	position:absolute;
	top:50%;
	right:0;
	opacity:0;
	margin-top:-5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #175645;
}

.nav-pills > li.active:after {
	opacity:1.0;
	right:-5px;
	transition:all 0.25s ease-in;
}

.tab-content > .tab-pane {
	outline: none;
}

@media screen and (max-width:767px) {
	.handbook-areas .navbar-header {
		background:#175645;
		position: relative;
	}
	
	.handbook-areas .navbar-toggle {
		border: medium none;
		border-radius: 0;
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	.handbook-areas .navbar-header .navbar-brand {
		color: #fff;
		float: none;
		font-size: 20px;
		line-height: 25px;
		height: inherit;
		text-align: left;
		padding: 10px 20px 10px 15px;
		font-family: "Titillium Web",sans-serif;
    	font-weight: 600;
	}

	.handbook-areas .navbar-collapse {
		padding: 0;
	}
	
	.handbook-areas .navbar-header:after {
		position: absolute; 
		content: "";
		top: 50%;
		right: 15px;
		width: 0; 
		height: 0; 
		transform: translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		border-left: 5px solid transparent; 
		border-right: 5px solid transparent; 
		border-top: 5px solid #fff;
	}
	
	.handbook-areas .nav-pills {
		margin-bottom: 0;
	}
	
	.handbook-areas .tab-content {
		margin-top: 30px;
		padding: 0 15px;
	}
	
	.nav-pills > li.active > a, 
	.nav-pills > li.active > a:focus, 
	.nav-pills > li.active > a:hover {
		background-color: rgba(23, 86, 69, 0.05);
		color: #3a3a3a;
	}
}

/* -----------------------------------------------------
10.3 ASSOCIATIONS
----------------------------------------------------- */
.organization {
	margin:30px 0;
}

.organization .detail {
	font-size:16px;
	color:#888;
}

.certification {
	margin:20px 0;
}

.associate-logos {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  	display: flex; 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;  
     align-items: center;
}
  
.associate-logo {
	max-width: 150px;
	padding: 15px;
}

.associate-logo img{
	width:100%;
}

.organization-info h4{
	margin-top:0;
}

.associate-logo img{
	/*width:100%;*/
}

/* -----------------------------------------------------
10.4 IN THE COMMUNITY
----------------------------------------------------- */
#project-carousel,
#article-carousel{
	padding:0 70px;
	outline: none;
}

#project-carousel .item,
#article-carousel .item {
	width:100%;
}

#project-carousel .item img,
#article-carousel .item img {
	margin:0 auto;
}

.project-carousel,
.article-carousel {
	position:relative;
}

.project-carousel{
	margin-bottom:30px;
	background-color:#fff!important;
}

.project-carousel .carousel-indicators,
.article-carousel .carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-top:0;
    margin-left: -40%;
    text-align: center;
    list-style: none;
    height: 20px!important;
    display: none;
}

@media(min-width:991px){
	.project-carousel .carousel-indicators,
.article-carousel .carousel-indicators{
	display: block;
}
}

.project-carousel .carousel-indicators li,
.article-carousel .carousel-indicators li {
    background-color:#175645;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity:0.4;
    transition:all 0.25s ease;
}

.project-carousel .carousel-indicators .active,
.article-carousel .carousel-indicators .active {
	opacity:1.0;
}

.project-carousel .carousel-button,
.article-carousel .carousel-button {
	position:absolute;
	top:50%;
	margin-top:-40px;
	padding:15px 0;
	width:60px;
	border:0;
	font-size:36px;
	color:#fff;
	text-align:center;
	line-height:50px;
	background-color:#175645;
	opacity:0.75;
	transition:opacity 0.2s ease;
}

.project-carousel .carousel-button:hover,
.article-carousel .carousel-button:hover {
	opacity:1.0;
}

.project-carousel .carousel-button.left,
.article-carousel .carousel-button.left {
	left:0;
}

.project-carousel .carousel-button.right,
.article-carousel .carousel-button.right {
	right:0;
}

/* -----------------------------------------------------
10.5 PROJECTS
----------------------------------------------------- */
#FilterContainer .mix{
	display: none;
}
.filter-buttons {
	margin-bottom:30px;
}
.filter-buttons button.filter {
	padding:5px 10px;
	margin:2px;
	border-radius:2px;
	background-color:#999;
	border:0;
	color:#fff;
	font-size:15px;
	text-shadow:2px 2px 0px rgba(0,0,0,0.25);
	transition:all 0.25s ease;
}
button.filter:focus {
	outline:0px;
}
button.filter.active {
	background-color:#cfb53b;
}
.gallery-icon {
	color: white;
    font-size: 7em;
    top: 46%;
    position: absolute;
    transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    left: 50%;
    margin-bottom: 30px;
    transition:all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

.gallery-icon:hover {
	color: #c09f00;
}

/* -----------------------------------------------------
10.6 TESTIMONIALS
----------------------------------------------------- */
.testimonial-box {
	text-align:center;
}
.testimonial-box .testimonial-content {
	position:relative;
	padding:20px 30px;
	background-color:#f4f4f4;
	border-radius:5px;
}
.testimonial-box .testimonial-content:after {
	content:"";
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 20px solid #f4f4f4;
}

.testimonial-box .testimonial-content p {
	font-size:17px;
	font-style:italic;
	margin:20px 0;;
}
.testimonial-box .testimonial-footer img {
	width:100px;
	height:auto;
	margin:50px auto 15px auto;
	border-radius:50%;
	display:block;
}
.testimonial-box .testimonial-footer p {
    font-family: 'Titillium Web', sans-serif;
    font-size:16px;
    font-weight: 600;
    text-transform:uppercase;
    color: #444;
    margin-top:23px;
}
.testimonial-box .testimonial-footer p span {
	display:block;
	text-transform:none;
	font-size:14px;
}
/* -----------------------------------------------------
10.7 WHAT'S NEW
----------------------------------------------------- */
.row.articlessss {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;   
    flex-wrap: wrap;
}

.news-listing {
	float:left;
	max-width:500px;
	margin:20px 0;
	overflow:hidden;
	width: 100%;
}

.news-listing .news-img {
	position:relative;
}

.view-btn {
	position: absolute!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);; /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translate(-50%, -50%);; /* IE 9 */
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    left: 50%;
    top: 50%;
    transition: all ease 0.5s;
    padding: 10px 15px;
    background: transparent;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    outline: none;
    border: 2px solid white;
    color: white;    
    font-size: 16px;
    text-align: center;
}

.news-listing:hover .view-btn{
	opacity:1;
}

.view-btn i{
	display:inline;
	padding-left:5px;
}
    
.view-btn:hover {
	background-color: #fff;
	color: #175645;
}   

.news-listing:hover .news-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}

.news-listing .news-img img {
	transition:all 0.25s ease;
	-webkit-backface-visibility: hidden;
	width: 100%;
}

.news-listing .news-details {
	padding:25px 20px 25px 0;
}

.news-listing .text-link {
	margin-top:15px;
	color:#999;
	font-size:16px;
}

.news-listing .text-link .fa {
	margin-left:5px;
}

.meta li {
	color:#999;
	text-transform:uppercase;
	font-size:16px;
}
.meta li.tags {
	color:#cfb53b;
	font-weight:600;
} 	

@media (max-width: 479px){
	.news_article{
		width:100%;
	}
}

/* -----------------------------------------------------
10.8 CONTACT US
----------------------------------------------------- */
.contact .list-unstyled .text-link {
	display:inline-block;
	padding:5px 0;
}

.contact .text-link .fa {
	font-size:16px;
	width:22px;
	color:#ccc;
	display:none;
}

.contact .list-unstyled h5 {
	margin-bottom:5px;
}

.contact .list-unstyled {
	font-size:16px;
}

.contact h4 {
	margin-top:10px;
}

.table-responsive {
	margin-left:0;
}

.contact-table {
    display: table;
    padding: 0;
    white-space: nowrap;
}

.contact-data {
    display: table-row;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.2s ease;
    margin: 0;
}

.contact-data.head {
	font-weight:700;
}

.contact-data > div {
    padding: 10px;
    width: 25%;
    float: none;
    display: table-cell;
}
div > .contact-data:nth-of-type(odd) {
	background-color:#efefef;
}
.contact-data a {
	display:block;
	clear:both;
}

form.form label {
	color:#175645;
	font-size:16px;
}

form.form .form-control {
	display: block;
	width: 100%;
	height: 42px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;		
}

form.form textarea.form-control {
	height:150px;
}

form.form .form-control:focus {
	box-shadow:none;
	border-color:#c09f00;
}

@media screen and ( max-width:768px ) {
	form {
		margin-top:40px;
	}
}

/* -----------------------------------------------------
10.9 DEPARTMENTS
----------------------------------------------------- */
/* Directions Page */
.directions p a{
	color:#175645;
}

.departments .dept-email {
	display:block;
	margin-bottom:15px;
	font-size:16px;
		font-weight:700;
}

.departments h4 {
	margin-bottom:5px;
}

.departments p {
	font-size:16px;
}

.departments .dept-email .fa {
	font-size:14px;
	color:#ccc;
}

/* -----------------------------------------------------
10.10 PROJECT
----------------------------------------------------- */
.banner.project .banner-content {
	padding:75px 0;
}

.banner.project .banner-content {
	padding:200px 0;
	text-align:center;
}
.banner.project h4 {
	color:#fff;
	opacity:0.75;
}
.project .project-details {
	padding:10px 40px;
	background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -ms-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #f4f4f4 1%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e3e3e3', GradientType=0 );
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border: 3px solid #e2e2e2;
	border-top:0px;
}

.project .project-details .detail {
	margin:15px 0;
}
.project .project-details .detail .icon {
	color:#c09f00;
	font-size:24px;
	display: inline-block;
	float: left;
	height: 40px;
	width: 30px;
	position: relative;
	margin-right: 15px;
}

.project .project-details .detail p {
	margin-left:35px;
	font-size:16px;
	margin-bottom:0;
	color:#175645;
}
.project .project-details .detail p span.detail-type {
	display:block;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
	color:#444;
	opacity:0.5;
}

section.project img.logo {
	margin-bottom:40px;	
}

.project .row.images {
	margin:0;
}
.project .row.images > div {
	padding:0;
}
.project .row.images > div img {
	width:100%;
}

.project .testimonial {
	background-color:#000;
	position:relative;
}

.project .testimonial .banner-bg {
	opacity:0.35;
}

.project .testimonial .testimonial-content {
	margin-top:125px;
	margin-bottom:125px;
}

.project .testimonial .testimonial-content p {
	font-family: 'Titillium Web', sans-serif;
	font-size:24px;
	font-weight:700;
	color:#fff;
	line-height:36px;
}

.project .testimonial .testimonial-content p:first-of-type {
	position:relative;
}

.project .testimonial .testimonial-content p:first-of-type:before {
	content:"";
	position:absolute;
	top:-5px;
	left:-45px;
	height:24px;
	width:32px;
	background:url(images/quotes.png) 0 0 no-repeat transparent;
	opacity:0.5;
}
.project .testimonial .testimonial-content .author {
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}
.project .testimonial .testimonial-content .author em {
	margin-left:10px;
	font-style:normal;
	font-weight:400;
	opacity:0.85;
}

.fun-fact {
	background-color:#175645;
	border-left:0;
	padding:25px;
	margin:30px 0;
	border-top:4px solid #c09f00;
	border-bottom:4px solid #c09f00;
}

.fun-fact .fun-fact-label {
	display:block;
	width:100%;
	margin-bottom:10px;
	color:#fff;
	font-size:21px;
	font-weight:700;
}

.fun-fact p {
	color:#fff;
}


@media (max-width: 992px) {
	.project .project-details {
		padding:10px 20px;
	}
	
	.banner.project .banner-content {
	    padding: 100px 0;
	    text-align: center;
	}
}

@media (max-width: 767px) {
	.project .project-details .detail {
		position:relative;
		padding-left:45px;
	}
	.project .project-details .detail .icon {
		position:absolute;
		top:0;
		left:0;
	}
	.project .project-details .detail p {
		margin-left:0;
	}
}
/* -----------------------------------------------------
	PAST PROJECTS
----------------------------------------------------- */
.past-projects li a {
	text-decoration: underline;
	transition: all ease 0.25s;
	opacity: 1;
}
.past-projects li a:hover {
	opacity: 0.8;
}

.article p.author {
	font-style:italic;
	font-family:'Georgia', serif;
}

/* PROJECT PAGES */
.article-details {
	padding:10px 40px;
	background: #f4f4f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: -ms-linear-gradient(top, #f4f4f4 1%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #f4f4f4 1%, #e3e3e3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e3e3e3', GradientType=0 );
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border: 3px solid #e2e2e2;
	border-top:0px;
}

.article-details .detail {
	margin:15px 0;
}

.article-details .detail .icon {
	color:#c09f00;
	font-size:24px;
	display: inline-block;
	float: left;
	height: 40px;
	width: 30px;
	position: relative;
	margin-right: 15px;
}

.article-details .detail p {
	margin-left:35px;
	font-size:16px;
	margin-bottom:0;
	color:#175645;
}
.article-details .detail p span.detail-type {
	display:block;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
	color:#444;
	opacity:0.5;
}

@media (max-width: 992px) {
	.article-details {
		padding:10px 20px;
	}
	.banner.article .banner-content {
	    padding: 100px 0;
	    text-align: center;
	}
	
	.section-head-left h3 {
		margin-bottom: 30px;
	}
}

/* UNSURE STYLES */
.estimate-content span.left-span {
    color: #5d5d5d;
    border-right: 1px solid #fff;
}

.estimate-content span.right-span {
    color: #175645;
    border-left: none;
}

.estimate-content ul li {
    background: #fff;
    clear: both;
}

.estimate-content ul li:nth-child(2n) {
    background: #f3f0e0;
}

.inner-projects h3 {
    float: left;
}

.projects-heading a {
    color: #c09f00;
    float: right;
    margin: 14px 0 0 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
	position:relative;
}

.projects-heading a:after{
	content:"\f105";
	font-size: 1.2em;
	padding:0 0 0 10px;
	display:inline-block;
	font-weight:700;
	font-family:'FontAwesome';
}

.sidebar-blocks .block-text h4 {
    font-size: 1.286em;
    padding: 0;
    color: #fff;
    line-height: 23px;
}

.news-select {
    margin: 0 0 28px;
    text-align: center;
}

.news-select select {
    border: 1px solid #ccc;
    height: 40px;
}

.inner-mid-content p span {
    color: #c09f00;
}

.history-tab {
    background: #e7ecea;
    padding: 50px 0;
    font-family: 'Titillium Web', sans-serif;
}

.history-tab ul {
    border: none;
    background: #f1f4f2;
}

.history-tab ul li, 
.panel-heading {
    text-align: center;
    padding: 0;
}

.history-tab ul li:after {
    content: "";
    width: 1px;
    height: 92px;
    line-height: 92px;
    background: #e3e3e3;
    position: absolute;
    right: 0;
    top: 24px;
}

.history-tab ul li.active a,
.history-tab ul li:hover a, 
.history-tab .panel-heading a {
    background: #fff url(../../images/horse-img.jpg) no-repeat center center;
}

.history-tab ul li a {
    font-size: 1.286em;
    color: #175645;
    padding: 100px 15px 10px;
    outline: none;
    border-radius: 0;
}

.history-tab .nav-tabs li.active a,
.history-tab .nav-tabs li.active a:hover,
.history-tab .nav-tabs li.active a:focus {
    border: none;
    outline: none;
    color: #363636;
}

.history-tab .nav-tabs > li.active > a:after {
    position: absolute;
    content: '\f0d7';
    display: block;
    font-size: 2.500em;
    color: #ffffff;
    bottom: -29px;
    left: 50%;
    font-family: 'FontAwesome';
    margin-left: -8px;
}

.history-tab p {
    color: #353535;
    font-size: 1.286em;
    padding: 0 0 25px 0;
    font-weight: 300;
}

.history-tab {
    position: relative;
}

.history-list {
    background: #f1f4f2;
}

.service-page-list a {
    background: #cbb02c;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 1.286em;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
}

.service-page-list a:hover {
    background: #a58e1f;
}

.inner-mid-content ul {
    margin-bottom: 20px;
}

.safety-content ul li {
    font-size: 1.286em;
    color: #141520;
    font-family: "Titillium Web",sans-serif;
	list-style: inside none disc;
    padding: 0 0 0 22px;
}

.safety-content .panel-body {
    color: #141520;
    line-height: 22px;
    padding: 10px 10px 10px 3px;
}

.safety-content .panel-group .panel {
    border: none;
    box-shadow: none;
}

.safety-content h4.panel-title {
    padding: 0;
    text-align: left;
    color: #cdb233;
    font-size: 1.357em;
}

.safety-content h4.panel-title a {
    display: block;
    padding: 10px 10px 10px 6px;
    outline: none;
}

.safety-content .panel-default .panel-heading {
    background: none;
}

.safety-content a.btn-yellow-border {
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px;
}

/* -----------------------------------------------------
	ARTICLES/CASE STUDIES
----------------------------------------------------- */
.banner.article .banner-content {
	padding:75px 0;
}

.banner.article .banner-content {
	padding:200px 0;
	text-align:center;
}
.banner.article h4 {
	color:#fff;
	opacity:0.75;
}
.banner.article .banner-content .article-meta {
	width:100%;
	margin-top:25px;
	display:block;
	color: #efe7bf;
	font-weight:700;
	font-size:21px;
}

.sponsors h4 .small {
	display:block;
	margin-top:10px;
}

.sponsors h5 {
	margin:30px 0 15px 0;
}

.gold-sponsors img {
	float:left;
	width:23%;
	margin:10px 1%;
	display:inline-block;
}

.golf-outing img.concept-school {
	margin-bottom:20px;
}

/* -----------------------------------------------------
11.0 MEDIA QUERIES
----------------------------------------------------- */

/*Iphone 7 styles*/
@media screen and (device-aspect-ratio: 40/71) {
	.banner.home {
		height: 500px!important;
	} 
}
  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.banner video {
		display: none;
	}
		.banner.home{
		height: 500px!important;
	} 
}
@media screen and (max-width:1199px) {
    .container {
        width: 100%;
    }
    .navbar {
        margin: 0;
    }

    .slider-controls {
        margin-top: -60px;
    }

    .main-right .service-list {
        margin: 0;
    }

    .history-tab ul li.active a,
    .history-tab ul li:hover a {
        background-size: 100% auto;
    }

    .projects-content a {
        padding: 13px 19px 13px 10px;
    }

}

@media screen and (max-width:1023px) {
    .banner .slider-text {
        bottom: 9%;
        padding: 0 8%;
    }

    .main-full-bg {
        width: calc(50% - 110px);
        margin: 0 0 0 110px;
    }

    .projects-content {
        margin: 0 0 50px;
    }

    .affiliations ul li {
        padding: 0 13px 0 0;
    }

    .headerNav {
        padding-top: 10px;
    }

    .maintain-content-right.service-content-right {
        margin-top: 30px;
    }

    .inner-mid-content .img-right {
        text-align: center;
    }

    .history-tab ul li a {
        padding: 100px 19px 10px;
    }

    .history-tab .panel-title a {
        display: block;
        padding: 10px 15px;
    }

    .history-tab .panel-heading a {
        padding: 70px 0 12px 0;
        background-position: center 14px;
    }

    .safety-content .panel-group {
        padding: 0;
    }

    .community-side-block {
        width: 100%;
        float: none;
    }
	.navbar span.caret::after{
		right:0;
	}
	.main-footer .footer-nav{
		margin-bottom:15px;	
	}
	
	.footer-nav.footer-clear {
        clear: both;
    }
}

@media all and (min-width:768px) and (max-width:1023px) {
    header figure.logo-section {
        position: relative;
        z-index: 2;
    }

    header .main-nav {
        position: absolute;
        width: 98%;
        margin: 25px 0 0 0;
    }

    .headerNav {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    header .navbar-collapse {
        padding-right: 0;
    }
   
    .project-main-block {
        margin-bottom: 20px;
    }   

    .association-page ul li {
        width: 32%;
    }
}

@media screen and ( max-width:991px ){
	 header .emergency {
        height:auto;
        padding:7px 20px;
        border-radius: 0;
        margin-top: 5px;
    }
    header .emergency .emergency-text,
	header .emergency .emergency-phone {
		display:inline-block;
		margin:0;
		font-size:16px;
		padding:0 10px;
	}
	header .emergency .emergency-text i {
		display:inline-block;
	}
	header figure.logo-section a {
		height:75px;
		line-height:75px;
	}
	#toggle-menu {
		    margin-top: 19px;
	}
	header .navbar-nav li a {
		padding: 0 14px;
	}
	header .navbar-nav li{
		padding-bottom:15px;
	}
	.navbar-nav {
		padding-right: 57px;
	}
	.navbar-right .dropdown-menu{
		width: 215px;
		margin-left: -106px;
	}
	header .navbar-nav li a {
		padding: 0 9px;
	}
	.single-btn {
	display: block;
	float: none;
	max-width: 195px;
}

	
			
}

@media (min-width:768px) {
    body {
        right: 0px!important;
        width: 100%!important;
    }

    #sidr, .sidr {
        display: block!important;
    }

    #page-content {
        left: 0!important
    }

    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }

    .navbar-header {
        right: 0!important;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .open > .dropdown-menu {
        display: none;
    }
}

@media screen and (max-width:767px) {
	#content {
		margin-top: 100px;
	}
	.navbar-nav {
		padding-right:0;
	}
	header .navbar-nav li{
		padding-bottom:0;
	}
	.nav-pills > li:after {
		display:none;
	}
	.dropdown-menu:before {
		display:none;
	}
	.navbar-right .dropdown-menu {
		position:relative;
		top:auto;
		left:auto;
		margin:0;
		width:100%;
	}
	.navbar-right .dropdown-menu li {
		text-align:left;
	}
	.banner.internal .banner-content {
		padding:60px 0;
	}
	.banner.internal .banner-content h1 {
		font-size:42px;
		line-height:1.2em;
	}
	.section {
		padding-top:35px;
		padding-bottom:35px;
	}
	.section-top-pad {
		padding-top:35px;
	}
	.section-bottom-pad {
		padding-bottom:35px;
	}
    .navbar-right li.dropdown ul.dropdown-menu {
        background: #221f1f;
        padding: 0;
    }

    header .navbar {
        border: none;
    }

    .header-right .phone-num {
        padding: 14px 0;
    }
	.banner .banner-content {
		padding: 50px 0;
		text-align: center;
	}
    .call-us-left {
        text-align: center;
        width: 100%;
        margin: 0 0 20px;
        padding-top: 0;
    }

    .call-us-right {
        text-align: center;
        width: 100%;
    }
    .main-left, 
	.main-right {
        width: 100%;
    }

    .main-right .service-list {
        float: none;
        width: 100%;
    }

    .main-full-bg {
        display: none;
    }
	header figure.logo-section a {
    	height: 60px!important;
    	line-height: 60px!important;
	}
    
    .project-carousel .carousel-indicators li,
	.article-carousel .carousel-indicators li {
		width: 10px;
		height: 10px;
	}

    .project-main-block {
        float: none;
        margin: 0 auto 20px;
        width: 300px;
        padding: 0;
        clear: both;
    }
	
	.affiliations ul{
		text-align:center;	
	}
    
	.affiliations ul li {
        display: inline-block;
        line-height: 100px;
        width: 29%;
        padding: 0 13px 0 0;
        text-align: center;
    }

    header nav .header-right {
        display: block;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    .sidr {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 260px;
        overflow-y: auto;
        background: #333;
    }

    .sidr.right {
        left: auto;
        right: -260px;
    }
		
	figure.logo-section {
		width:200px;
		float:left;
	}
	nav.navbar {
		width:auto;
		float:right!important;
	}
	header #navbar {
		margin-top:0;
	}
	header #navbar .navbar-nav {
		border-top:1px solid rgba(255,255,255,0.25);
		
	}
	header #navbar .navbar-nav li {
		border-bottom:1px solid rgba(255,255,255,0.25);
		display:block;
	}
	header #navbar .navbar-nav li a {
		padding:15px;
		font-size:16px;
		color:#fff;
	}
	header #navbar .navbar-nav li .dropdown-menu li a {
		font-size:14px;
	}

    header {
        width: 100%;
        z-index: 99;
        top: 0;
		left:0;
		transition:all ease 0.2s;
    }
    
    #toggle-menu {
		display:inline-block;
		margin-top: 16px;
	}
	
	header.toggle-active{
		left:-260px;
		transition:all ease 0.2s;
	}
    
    ul.dots.half li {
		width: 100%;
	}

    .inner-mid-content .page-content-left {
        width: 100%;
    }

    .page-content-right .block-text {
        padding: 11px 17px 11px 21px;
    }

    .inner-mid-content, 
	.maintain-content {
        padding: 20px 0;
    }

    .inner-projects h3, 
	.projects-heading a {
        float: none;
    }

    .projects-heading {
        padding: 0 0 20px;
        text-align: center;
    }

    .headerNav {
        float: right;
		padding-top:25px;
		padding-right: 30px;
    }

    .slider-controls a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }

    .slider-controls {
        margin-top: -20px;
    }

    header .container{
        padding: 0;
    }

    .service-page-list {
        width: 100%;
        margin: 0;
    }

    .association-page ul li {
        width: 100%;
    }

    .professional-logos ul li {
        width: auto;
    }

    .association-page ul li p {
        min-height: inherit;
    }

    .organize-logos {
        padding: 20px;
    }

    .professional-logos ul {
        text-align: center;
    }

    .professional-logos ul li {
        margin: 0 0 20px 0;
        text-align: center;
        float: none;
        display: inline-block;
    }

    .community-page .page-content-right {
        width: 100%;
        margin: 20px 0 0 0
    }

    .community-logos ul li {
        width: 30%;
        margin: 0 0 20px;
    }
	
	.sponsers-list ul li img{
		width:120px;
	}
	.map .map-text {
		border-radius:5px;
		text-align:center;
	}
	
	.service-box {
		padding:20px 0;
	}

	.service-box .service-box-image {
		height:auto;
		margin:0 0 30px 0;
		position:relative;
	}
	
	.service-box ul.dots {
		margin-bottom:0;
	}	
	.table {
		display:block;
		float:left;
	}
	.table .safety {
		width:50%;
		float:left;
		display:inline-block;
	}
		
	.banner.home {
		height: 500px;
	}
	
	.banner video {
		display: none;
	}
	
	.copyright p {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.footer-address {
		text-align: center;
	}
}

@media screen and (max-width:599px) {
    .banner.home .slider-text a {
        margin: 20px 0 0;
    }

    .banner.home .slider-text {
        bottom: 10px;
    }

    .footer-address {
        margin: 0 0 15px;
        width: 100%;
    }

    .copyright p {
        float: none;
        text-align: center;
    }

    .copyright p + p {
        float: none;
        padding: 10px 0 0 0px;
    }

    .maintain-content-left .maintain-list {
        width: 100%;
    }

    .other-page-content .maintain-list {
        margin: 0;
    }

    .other-page-content .maintain-content-left p {
        margin: 0 0 20px 0;
    }
}

@media screen and ( max-width:520px ){
	header .emergency .emergency-phone {
		display:none;
	}
}

@media screen and (max-width:480px) {
    .banner.home .slider-text a {
        margin: 10px 0 0;
        padding: 12px 15px;
    }

    .project-main-block {
        width: 260px;
    }

    .inner-mid-content .project-main-block {
        width: 300px;
    }

    .affiliations ul li {
        width: 50%;
    }

    .slider-controls {
        margin-top: -32px;
    }

    .community-block img {
        float: none;
        margin: 0 0 20px 0;
    }
	.table {
		margin-bottom:50px;
		float:left;
	}
	.table .safety {
		width:100%;
		height:auto;
		float:left;
		display:inline-block;
	}
	.organization .organization-info,
	.organization .organization-pic {
		width:100%;
		display:block;
		text-align:center;
	}
	.organization .organization-pic a {
		display: inline-block;
		max-width: 150px;
	}
	
	#project-carousel,
	#article-carousel{
		margin-bottom:30px;
		padding:0 15px;
	}
	
	.project-carousel .carousel-button,
	.article-carousel .carousel-button{
		top:inherit;
		bottom:15px;
		margin:0 15px;
		width:44%;
		padding:8px 0;
		line-height:30px;
	}
}

@media screen and (max-width: 413px) {
    .service-list ul li a {
        padding: 15px 8px;
    }

    .news-select select {
        font-size: 0.786em;
    }

    .inner-page-banner .banner-heading {
        top: 26%;
    }
	.safety-content a.btn-yellow-border i {
        padding: 0 0 0 2px;
    }

    .community-logos ul li {
        width: 50%;
    }
}

@media screen and (max-width: 350px){
	.logo-section {
		width: 70%!important;
	}	
	nav.navbar {
		width: 30%!important;
	}
	.main-footer .footer-nav{
		width:100%;
		text-align:center;
	}
	.main-footer .footer-nav h5{
		margin-bottom:15px;
	}
}

#project-carousel {
	position:relative;
	margin-bottom:50px;
	padding:0;
}

.testimonial-carousel {
	position:relative;
}

.testimonial-carousel:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:calc(100% - 100px);
	background-color:#175645;
}

.testimonial-carousel .container-fluid {
	position:relative;
}

.testimonial-carousel__item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	padding:40px;
	background-color:white;
	border:4px solid #efe7bf;
}

.testimonial-carousel__image {
	max-width:400px;
	-ms-flex-item-align:start;
	    align-self:flex-start;
	-webkit-box-flex:0;
	    -ms-flex:0 0 400px;
	        flex:0 0 400px;
}

@media (max-width:992px) {
	.testimonial-carousel__image {
		max-width:300px;
		-webkit-box-flex:0;
		    -ms-flex:0 0 300px;
		        flex:0 0 300px;
	}
}

@media (max-width:768px) {
	.testimonial-carousel__image {
		max-width:150px;
		-webkit-box-flex:0;
		    -ms-flex:0 0 150px;
		        flex:0 0 150px;
	}
}

@media (max-width:640px) {
	.testimonial-carousel__item {
		display:block;
		-webkit-box-align:center;
		    -ms-flex-align:center;
		        align-items:center;
		padding:40px;
		background-color:white;
		border:4px solid #efe7bf;
	}
	.testimonial-carousel__image {
		max-width:250px;
		-webkit-box-flex:1;
		    -ms-flex:auto;
		        flex:auto;
	}
}

.testimonial-carousel__content {
	padding:0 50px;
}

@media (max-width:640px) {
	.testimonial-carousel__content {
		padding:20px 0px;
	}
}

.testimonial-carousel__content p {
	font-size:21px;
	font-style:italic;
}

@media (max-width:768px) {
	.testimonial-carousel__content p {
		font-size:18px;
	}
}

.testimonial-carousel__author-name {
	color:#175645;
	font-family: 'Titillium Web', sans-serif;
	font-size:21px;
    font-weight: 600;
}
.testimonial-carousel__author-title {
	display:block;
	color:#555;
	font-family:'Roboto Condensed', sans-serif;
	font-size:17px;
	font-weight:400;
}

.testimonial-carousel .testimonial-inner {
	position:relative;
}

.testimonial-carousel__buttons {
	position:absolute;
	top:50px;
	right:0;
}

@media (max-width:640px) { 
	.testimonial-carousel__buttons {
		top:auto;
		bottom:75px;
	}
}

.testimonial-carousel__button {
	display:block;
	width:40px;
	height:40px;
	margin:2px;
	background-color:#c09f00;
	color:white;
	font-size:21px;
	line-height:40px;
	text-align:center;
}


.testimonial-carousel__button:hover {
	background-color:#efe7bf;
	color:#c09f00;
}

.testimonial-carousel__button:focus {
	color:white;
}

.member {
	position: relative;
	display: block;
	max-width:400px;
	margin: 0 auto 30px auto;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	padding: 15px;
	font-family: Roboto Condensed, sans-serif;
	text-align: center
}

@media (min-width:576px) {
	.member {
		min-height:455px;
		text-align: left
	}
}

.member__picture {
	width: 100%
}

.member__name {
	margin: 15px 0 5px 0;
	font-size: 1.25em;
	font-weight: 700;
	color: #c39e07;
	text-transform:none;
}

.member__title {
	margin: 0;
	color: #969697;
	font-size: 1.125em;
	letter-spacing: -.05px
}

.member__contact {
	margin: 30px 0 0
}

.member__contact li {
	margin-bottom: 0;
	list-style: none;
	display: inline-block;
	padding-right: 5px
}

.member__contact li a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	height: 46px;
	width: 46px;
	background-color: #175645;
	padding: 13px 0
}

.member__contact li a:hover {
	background-color: #cfb53b
}

.row--members {
	margin-bottom:50px
}

@media (min-width: 768px) and (max-width:991px) {
	.row--members > div:nth-of-type(2n+1) {
		clear:left;
	}
}

@media (min-width: 992px) and (max-width:1199px) {
	.row--members > div:nth-of-type(3n+1) {
		clear:left;
	}
}


@media (min-width: 1200px) {
	.row--members > div:nth-of-type(4n+1) {
		clear:left;
	}
}

.employee-department {
	margin-bottom:30px;	
}


.employee-department__title {
	margin:0 0 10px 0;
	color:#c39e07;
	font-family: 'Titillium Web', sans-serif;
	font-size:1.75em;
    font-weight: 600;
    text-transform:uppercase;
}

.employee-department__image {
	border-radius:3px;
}

.employee-department__caption {
	margin:15px 0 0 0!important;
	font-size: 15px;
}


@media (min-width: 768px) and (max-width:1199px) {
	.row--departments > div:nth-of-type(2n+1) {
		clear:left;
	}
}

@media (min-width: 1200px) {
	.row--departments > div:nth-of-type(3n+1) {
		clear:left;
	}
}
