/* GENERAL */
body {
	background:#fff;
	color:#939598;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
}


h1,h3,h4,h5 {
	font-weight:700
}

h2 {
	font-weight:400;
	color:#000;
	font-size:34px
}

a,a:hover {
	color:#000
}

p {
	margin-bottom: 1em;
}


.tab-content {
	background-color: #000000;
}

/* BUTTONS */
.btn {
	padding:8px 25px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	border:3px solid #d1d3d4;
	font-size:28px;
	line-height:1
}

.btn.btn-red {
	background-color:#c12424;
	color:#fff
}

.btn.btn-red:active,
.btn.btn-red:focus,
.btn.btn-red:hover {
	background:#961c1c
}

.input-group-btn>.btn {
    position: relative;
}

.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}

.button-form {
	background-color: #c12424;
    color: #fff;
    border-color: #ccc;
}

.button-form:hover {
	background:#961c1c;
    color: #fff;
}



/* CONTENT */
.content {
	padding-bottom:3em;
	border-bottom:1px solid #939598
}

.content .team-tile {
	max-width:250px;
	margin:0 auto;
	height: 358px;
}

.content .team-tile .memb-photo {
	display:block;
	padding-bottom:120%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-color:#b1b4b6
}

.content .team-tile .memb-name {
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#808285
}

.content .team-tile .memb-position {
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#808285
}

.content .columned-content-2 {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2
}

.content .content-links-list {
	border-left: 1px solid #939598;
	list-style:none;
	padding: 0 0 0 15px;
	font-size: 18px;
	margin: 20px 0 0;
	font-weight:600;
	display:inline-block;
	width:100%
}

.content .content-links-list li {
	margin-bottom:5px
}

.content .content-links-list li.list-title {
	margin-left:-15px
}

.content .content-links-list li a {
	color:inherit
}

.content .featured-tile {
	max-width:300px;
	margin:20px auto 0
}

.content .featured-tile .featured-image {
	padding-top:73%;
	background-size:cover;
	background-position:center center
}

.content .featured-tile .featured-title h2 {
	margin:10px 0 0;
	font-size:30px
}

.content .featured-tile .featured-trunc p {
	margin:0
}

.content .featured-tile .featured-link {
	font-size:20px
}

.content .blog-post {
	margin-bottom:30px;
	padding-top:5px;
	border-top:1px solid #939598
}

.content .blog-post:first-child {
	border-top:0 none
}

.content .blog-post .post-title {
	margin-bottom:0;
	font-size:40px
}

.content .blog-post .post-meta {
	line-height:1;
	margin:0 0 15px
}

.content .blog-post .post-image {
	display:block;
	width:100%;
	margin:0 0 15px
}

.content .blog-post .post-image img {
	display:block;
	width:100%;
	height:auto
}

.content .blog-post .post-trunc {
	display:inline;
	margin:0
}

.content .blog-post .read-more {
	display:inline-block;
	font-size:20px;
	margin-left:10px
}

.content .career-block {
	background:#eeefef;
	position:relative;
	min-height:300px;
	margin-bottom:30px
}

.content .career-block .career-icon {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:250px
}

.content .career-block .career-icon .career-link {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden
}

.content .career-block .career-icon .career-link span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	-webkit-transition:left .2s ease-in-out,right .2s ease-in-out;
	-moz-transition:left .2s ease-in-out,right .2s ease-in-out;
	transition:left .2s ease-in-out,right .2s ease-in-out;
	padding:30px
}

.content .career-block .career-icon .career-link span img {
	width:100%;
	height:auto
}

.content .career-block .career-icon .career-link span.hover-icon {
	right:100%;
	background:#3fc380
}

.content .career-block .career-icon .career-link span.unhovered-icon {
	left:0;
	background:#25a7df
}

.content .career-block .career-icon .career-link:hover span.hover-icon {
	right:0
}

.content .career-block .career-icon .career-link:hover span.unhovered-icon {
	left:100%
}

.content .career-block .career-content {
	padding:0 30px 30px 280px
}

.content .career-block .career-content .career-title h2 {
color:#808285;
	font-weight:600;
	text-align:center;
	margin:0;
	padding:30px 0
}

.content .career-block .career-content .career-description p:last-child {
	margin-bottom:0
}

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

.content .team-tile{
	position: relative;
}

.content .team-tile a{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.content .columned-content-2 ul{
	list-style: none;
}
.content .menu{
	padding: 0;
	margin: 0;
}
.content .menu>li{
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 20px 0 0 15px;
    width: 100%;
}
.content .menu>li a {
    margin-left: -15px;
    color: #000;
    font-size: 34px;
    font-weight: 400;
}
.content .menu>li .sub-menu a{
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #4d4d4f;
}

.logo-spacing {
	margin-top:2rem;
	margin: 0px auto;
    display: block;
}


/* PAGE STYLES */

h1.page-title a:hover {
	color: #666666;
	text-decoration: none;
}

.row.staff-list {
	padding: 2em 0;
}

/* HOMEPAGE MATRIX */

.tabsWrapper {
	padding:0 0 0 10px
}
.tabsWrapper .nav-tabs {
	border-bottom:0 none
}
.tabsWrapper .nav-tabs>li {
	width:25%;
	margin:0;
	border:0
}
.tabsWrapper .nav-tabs>li>a {
	border:0!important;
	background:0 0;
	text-align:center;
	margin:0;
	border-radius:12px 12px 0 0;
	font-size:18px;
	padding:5px 8px;
	font-weight:600;
	color:#939598
}
.tabsWrapper .nav-tabs>li:first-child>a {
	border-radius:0 12px 0 0
}
.tabsWrapper .nav-tabs>li:last-child>a {
	border-radius:12px 0 0
}
.tabsWrapper .nav-tabs>li.active>a {
	color:#fff;
	background:#c12424
}
.tabsWrapper .tab-tiles-wrapper {
	display:table;
	width:100%;
	text-align:center;
	table-layout:fixed
}
.tabsWrapper .tab-tiles-wrapper .tab-row {
	display:table-row
}
.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile {
	background-size:cover;
	background-position:center center;
	color:#939598;
	display:table-cell;
	font-size:21px;
	height:150px;
	line-height: 1.2em;
	vertical-align:middle;
	width:33.333333%;
}


.tabsWrapper .tab-tiles-wrapper .tab-row a.tab-tile:hover {
	text-decoration: none;
	color: #ffffff;
}

.tabsWrapper .tab-tiles-wrapper .tab-row a.tab-tile .tile-content {
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0,0,0,.9);
	opacity:0;
}

.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile:hover .tile-content {
	opacity:1;
}

.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.red {
	background-color:#c12424;
}

.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.white {
	background-color:#fff;
}
.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.l-gray {
	background-color:#b9b9b9;
}
.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.black {
	background-color:#000;
}

.tile-content {
	font-weight: 400;
}

.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.red .tile-content,
.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.white .tile-content,
.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.l-gray .tile-content {
	color: #000000;
	opacity:1;
	z-index: 100;
}

.tabsWrapper .tab-tiles-wrapper .tab-row .tab-tile.black .tile-content {
	color: #ffffff;
}

/* SLIDERS */

.container.intro .carousel-inner {
	max-height: 550px;
	overflow: hidden;
}

.container.services .carousel-inner img {
}

.home-slider p {

}

.page-title {
	color:#000;
	font-size:70px;
	font-weight:400;
	overflow: hidden;
	padding-bottom: .25em;
}

.page-title .main-title {
	margin-right:15px
}

.page-title .child-title {
	display:inline-block;
	color:#939598;
	font-size:.55em;
	margin-left:-15px;
	position:relative;
	padding-left:15px
}

.page-title .child-title::before {
	content:'';
	display:block;
	height:55px;
	position:absolute;
	bottom:0;
	left:0;
	border-right:4px solid #808285
}

/* SIDEBAR */

.recent-widget ul {
	list-style:none;
	margin:0;
	padding:0
}
.recent-widget .recent-title {
	font-size:30px;
	margin-bottom:15px
}
.recent-widget .recent-post {
	display:block;
	max-width:360px;
	margin:0 auto 20px
}
.recent-widget .recent-post .recent-image {
	display:block;
	width:45%;
	float:left;
	padding-top:33%;
	background-size:cover;
	background-position:center center
}
.recent-widget .recent-post .recent-image+.recent-info {
	width:55%;
	padding-left:20px
}
.recent-widget .recent-post .recent-info {
	float:left;
	width:100%
}
.recent-widget .recent-post .recent-info .recent-title {
	display:block;
	font-size:18px;
	line-height:1;
	margin-bottom:0
}
.recent-widget .recent-post .recent-info .recent-meta {
	display:block;
	font-size:14px;
	color:#939598;
	font-weight:600
}
.recent-widget .recent-post::after {
	content:'';
	display:block;
	clear:both
}


/* SEARCH */
.search-by-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-by-tags ul a {
    display: inline-block;
}
.search-by-tags ul a {
    color: #808285;
    font-size: 24px!important;
    margin-right: 10px;
}

/* SOCIAL ICONS */
.socials #share,
.jssocials-shares{
    display: inline;
    padding-left: 40px;
    margin-bottom: 10px;
}
.socials #share .jssocials-share {
    display: inline-block;
    margin: 0 7px;
}
.socials #share .jssocials-share a {
    background: #636466 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: background-color 0.2s ease-in 0s;
    width: 30px;
}
.socials #share .jssocials-share a:hover {
    background: #c12424 none repeat scroll 0 0;
}


/* FORMS */

form label {
	font-weight:600;
	margin-top:12px;
	font-size:18px
}
label {
	width: 100%;
}

span.wpcf7-list-item { display: block; }

/*
form label>span {
	display:block
}

form .customSelect,form input,form textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:1px solid #c6c7c9;
	line-height:1;
	padding:8px 15px;
	-webkit-box-shadow:-15px -15px 10px -5px rgba(133,133,133,.2) inset;
	-moz-box-shadow:-15px -15px 10px -5px rgba(133,133,133,.2) inset;
	box-shadow:-15px -15px 10px -5px rgba(133,133,133,.2) inset;
	width:100%;
	max-width:400px
}

form .customSelect {
	border-radius:10px;
	padding:0;
	position:relative
}

form .customSelect select {
	padding:3px 25px 3px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:0;
	background:0 0;
	display:block;
	width:100%;
	line-height:1;
	font-size:20px
}

form .customSelect::after,form .customSelect::before {
	display:inline-block;
	font-family:FontAwesome;
	font-feature-settings:normal;
	font-kerning:auto;
	font-language-override:normal;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-synthesis:weight style;
	font-variant:normal;
	font-weight:400;
	line-height:1;
	text-rendering:auto;
	font-size:14px;
	position:absolute;
	right:10px
}

form .customSelect::before {
	content:"\f0d7";
	margin-top:-3px;
	top:50%
}

form .customSelect::after {
	content:"\f0d8";
	margin-top:-12px;
	top:50%
}

form input[type=submit],form input[type=reset] {
	width:auto;
	border-radius:10px;
	margin:15px 0;
	background:#fff
}


form input[type="checkbox"],
form input[type="radio"]{
	width: auto;
}

form span.wpcf7-list-item{
	display: block;
}
*/

.more-projects a:last-child span{
	display: none;
}


/* FOOTER */

#footer {
	color:#636466;
	font-size:16px;
	font-weight:400;
	line-height:1.2;
	padding:20px 0;
}

#footer p {
	font-size:inherit;
	color:inherit
}

#footer p a {
	color:inherit
}

#footer h3 {
	font-size:28px;
	margin-bottom:5px
}

#footer form label {
	font-size:18px;
	font-weight:600;
	margin-top:12px;
	margin-bottom:8px
}

#footer .footer-menu {
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px
}

#footer .footer-menu li {
	margin-bottom:5px
}

#footer .footer-menu li a {
	color:inherit
}

#footer .copyright {
	padding-top:10px
}

#footer .copyright p {
	margin:0
}