/*
Theme Name: Walsh Brothers
Description: Child theme for Avada theme
Author: Cyclone Interactive
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

.grecaptcha-badge { 
  visibility: hidden; 
}

/* - - - - - BRAND COLORS - - - - - - - - - - - - - - - - - */
.wbi-red {
	color: #a80532;
}
.wbi-black {
	color: #040f16;
}
.wbi-gray {
	color: #5a5a66;
}
.wbi-blue {
	color: #0b4f6c;
}
.wbi-yellow {
	color: #fbb300;
}

/* ARROW LINKS */

.arrow-link-right,
.arrow-link-left {
	display: inline-block;
}
.arrow-link-right span,
.arrow-link-left span {
	vertical-align: middle;
}
.arrow-link-right i {
	font-size: 2em;
	vertical-align: middle;
	color: inherit;
}
.arrow-link-left i {
	font-size: 2em;
	vertical-align: middle;
	color: inherit;
}
.back-to-link {
	font-size: .8em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

/* HELPER CLASSES */

@media only screen and (max-width: 800px) {
.add-padding-on-mobile {
	padding-left: 10%;
	padding-right: 10%;
}
}

/* GRID HOME PAGE */

/*.page-id-1056 .fusion_builder_column,
.page-id-1030 .fusion_builder_column,
.page-id-894 .fusion_builder_column {
	margin-right: 0 !important;
}
.page-id-1056 .fusion-one-half,
.page-id-1030 .fusion-one-half,
.page-id-894 .fusion-one-half {
	width: 50% !important;
}
.page-id-1056 .fusion-one-third,
.page-id-1030 .fusion-one-third,
.page-id-894 .fusion-one-third {
	width: 33.3333% !important;
}
.page-id-1056 .fusion-two-third,
.page-id-1030 .fusion-two-third,
.page-id-894 .fusion-two-third {
	width: 66.6666% !important;
}
.page-id-1056 .fusion-one-fourth,
.page-id-1030 .fusion-one-fourth,
.page-id-894 .fusion-one-fourth {
	width: 25% !important;
}
.page-id-1056 .fusion-three-fourth,
.page-id-1030 .fusion-three-fourth,
.page-id-894 .fusion-three-fourth {
	width: 75% !important;
}
.page-id-1056 .fusion-one-fifth,
.page-id-1030 .fusion-one-fifth,
.page-id-894 .fusion-one-fifth {
	width: 20% !important;
}
.page-id-1056 .fusion-two-fifth,
.page-id-1030 .fusion-two-fifth,
.page-id-894 .fusion-two-fifth {
	width: 40% !important;
}
.page-id-1056 .fusion-three-fifth,
.page-id-1030 .fusion-three-fifth,
.page-id-894 .fusion-three-fifth {
	width: 60% !important;
}
.page-id-1056 .fusion-four-fifth,
.page-id-1030 .fusion-four-fifth,
.page-id-894 .fusion-four-fifth {
	width: 80% !important;
}
.page-id-1056 .fusion-one-sixth,
.page-id-1030 .fusion-one-sixth,
.page-id-894 .fusion-one-sixth {
	width: 16.6666% !important;
}
.page-id-1056 .fusion-five-sixth,
.page-id-1030 .fusion-five-sixth,
.page-id-894 .fusion-five-sixth {
	width: 83.335% !important;
}
.page-id-1056 .fusion_builder_column_1_4,
.page-id-1030 .fusion_builder_column_1_4,
.page-id-894 .fusion_builder_column_1_4 {
	width: 25% !important;
}
.page-id-1056 .fusion_builder_column_3_4,
.page-id-1030 .fusion_builder_column_3_4,
.page-id-894 .fusion_builder_column_3_4 {
	width: 75% !important;
}
*/
a:hover {
	color: #fbb300 !important;
}



/* SIX BLOCK HOME PAGE - DESIGN B - - - - - - - - - - - - - - - - - - - -  */

#home-full {
	display: none;
}
@media only screen and (min-width: 1025px) and (min-height: 700px),
only screen and (min-width: 1300px) and (min-height: 650px){
	#home-full{
		display: block;
	}
	#home-mobile,
	#home-menu-mobile {
		display: none;
	}
}

.home-top-buttons {
	z-index: 1000;
}
.home-top-buttons .fusion-button-wrapper {
    padding-right: 20px;
}
/* This will vertically center the intro content */
@media only screen and (min-width: 1025px) and (min-height: 700px),
only screen and (min-width: 1300px) and (min-height: 650px){
/*.home-intro-content > div {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}*/
	.home-intro-content > .fusion-column-wrapper {
		height: 100% !important;
	}
	.home-intro-content > .fusion-column-wrapper > .fusion-builder-row {
		position: relative;
		top: 50%;
		transform: translate(0, -50%);
	}
	.home-top-buttons {
		position: absolute;
		bottom: 20px;
		padding-left: 48px;
	}
}

/* This will bottom align the intro content */
/*.home-intro-content > div {
	position: absolute;
	left: 0;
	bottom: 0;
}*/

.non-hundred-percent-height-scrolling .fusion-button {
	margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) and (min-height: 700px),
only screen and (min-width: 1300px) and (min-height: 650px){
.home-grid {
	height: 100vh;
}
}

.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third h4 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third a {
	color: #ffffff !important;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third a:hover {
	color: #fbb300 !important;
}
.home-grid >.fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third li a {
	color: #ffffff !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: 300;
	font-size: 14px;
}
.home-grid >.fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third li a:hover {
	color: #fbb300 !important;
}
@media only screen and (min-width: 1200px) {
	.home-grid >.fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third li a {
		font-size: 16px;
	}
}
.home-grid >.fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third:hover li a {
	color: #ffffff;
	color: rgba(255, 255, 255, 1);
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third ul li {
	margin-top: 10px; 
	margin-bottom: 0px;
}

#scroll-down-container {
	position: absolute;
    bottom: 10px;
    left: 25%;
    height: 50px;
	margin: 0;
}

@media only screen and (min-width: 801px) {
.home-grid > .fusion-builder-row {
	height: 100% !important;
}
.home-intro-content .fusion-builder-row {
	height: 100% !important;
}
.home-grid > .fusion-builder-row .fusion_builder_column {
	height: 100% !important;
}
.home-grid > .fusion-builder-row .fusion_builder_column_inner {
	height: 100% !important;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper {
	height: 100% !important;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row {
	height: 50%;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third {
	width: 33.3333% !important;
	margin-right: 0 !important;
	padding: 20px;
	border-left: 1px solid #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	-webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row:nth-child(2) .fusion-one-third {
	border-top: 1px solid #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.home-grid > .fusion-builder-row .fusion_builder_column:nth-child(2) .fusion-column-wrapper .fusion-builder-row .fusion-one-third:hover {
	background-color: #000000;
	background-color: rgba(0, 0, 0, .5)
}
}

.home-page-intro-paragraph {
	  font-size: 1.3em;
    line-height: 1.6em;
}
.subcontractor-button {
	margin-right: 5px;
}
#home-search-toggle {
	height: 48px;
	width: 40px;
	line-height: 48px;
	color: #ffffff;
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.9);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'awb-icons';
	font-size: 20px;
	z-index: 100000;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	display: none;
}

#home-search-toggle:hover {
	background-color: #a80532;
}

#home-search-toggle:after {
	content: '\f002';
	color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#home-search-form {
	position: fixed;
	display: none;
	right: 0;
	top: 50%;
	width: 25%;
	min-width: 300px;
	padding: 25px;
	background-color: #000;
	transform: translateY(-50%);
	z-index: 100000;
}


/* TEAM LIST PAGE - - - - - - - - - - - - - - - - - - - - - - - - -  */

.tlp-overlay {
  cursor: pointer;
}

.tlp-overlay:hover {
  background: rgba(168, 5, 50, 0.85) !important;
  top: 0;
}

.rt-team-container .layout3 figure {
  position: relative;
  overflow: hidden;
}

.rt-team-container .layout3 .tlp-overlay {
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rt-team-container .layout3 .single-team-area:hover .tlp-overlay {
  top: 0;
}
.team-name {
	font-size: 20px;
}
div.tlp-position {
	line-height: 1.4em;
}
.tlp-position {
	font-size: 14px;
}
 .tlp-content2 .team-name a,
 .tlp-content .team-name a {
	color:#040f16;
}
/*.tlp-content2 a:hover {
	color: #a80532 !important;
} */

/* TEAM DETAIL PAGE */

.team-education ul {
	font-size: 0.9em;
    line-height: 1.7em;
	color: #5a5a66;
	padding-left: 0;
    list-style: none;
}
.team-education li:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f19d   ";
}
/* .team-text-list .rt-container, .rt-container-fluid {
	padding-left: 0;
} */
.rt-team-container.team-text-list .even-grid-item {
	margin-bottom: 0 !important;
}
.rt-team-container.team-text-list .layout3 .single-team-area h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
    line-height: 1.9em;
    color: #5a5a66;
	margin-top: 0;
	margin-bottom: 0 !important;
}
.post-content .team-bio-content p:last-child {
	margin-bottom: 0 !important;
}
/* .team-right-column {
	padding: 0px 0px 0px 80px;
} */
@media only screen and (min-width: 801px) {
	.team-left-column {
		padding: 0px 0px 0px 10%;
	}
}
@media only screen and (min-width: 801px) {
	.team-right-column {
		padding: 0px 0px 0px 80px;
	}
}
.team-quote {
	position: relative;
	width: 100%;
	padding: 30px;
	background-color: #e5e5e5;
}
@media only screen and (min-width: 801px) {
	.team-quote {
		margin-top: -40px;
		left: -120px;
		z-index: 3;
	}
}

.tlp-single-detail .fusion-layout-column .fusion-column-wrapper {
	margin-left: 0;
	margin-right: 0;
}

/* PORTFOLIO DETAIL PAGE */

.single-avada_portfolio .flexslider {
	margin-bottom: 0 !important;
}
/* offset box */
.project-quote-box {
	position: relative;
	padding: 30px;
	background-color: rgba(235, 235, 235, 1);
}
@media only screen and (min-width: 801px) {
	.project-quote-box {
		width: 110%;
		background-color: rgba(235, 235, 235, 1);
		margin-top: -40px;
		margin-left: -90px;
		margin-bottom: 10px;
		padding: 30px 30px 30px 30px;
		z-index: 3;
	}
}
.single-avada_portfolio .fusion-layout-column .fusion-column-wrapper {
	margin-left: 0;
	margin-right: 0;
}
.single-avada_portfolio .fusion-layout-column {
	width: auto;
}
/* left side */
.wbi-project-top-intro-left {
	margin-bottom: 0 !important;
}
.wbi-project-top-intro-left>.fusion-column-wrapper {
	padding: 0 10% !important;
}
@media only screen and (min-width: 800px) {
	.wbi-project-top-intro-left>.fusion-column-wrapper {
		/* padding-right: 20px !important; */
		margin-bottom: 0 !important;
	}
}
.portfolio-row-2 > .fusion-row > .fusion-layout-column > .left-column {
	padding: 0 10% !important;
}
/* right side */
@media only screen and (min-width: 801px) {
	.wbi-project-top-intro-right>.fusion-column-wrapper {
		padding: 0 20px 0 80px !important;
		margin-bottom: 0px !important;
	}
}
.portfolio-row-2 {
	margin-top: 60px !important;
}
@media only screen and (min-width: 801px) {
	.portfolio-row-2 {
		margin-top: 0 !important;
	}
}
.portfolio-description {
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 801px) {
	.portfolio-description {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
.portfolio-description div {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-description .fusion-flex-container .fusion-row {
	display: block !important;
}

@media only screen and (max-width: 799px) {
	.wbi-project-top-intro-right>.fusion-column-wrapper {
		padding: 0 30px 0 30px !important;
		margin-bottom: 0px !important;
	}
}

/* RELATED PROJECTS --------- */
ul.fusion-carousel-holder {
	margin:0;
	padding:0;
}

/* DESIGN A CUSTOMIZATION - - - - - - - - - - - - - - - - - - - - - - - - - */

h1.design-a {
	line-height:1.0em !important;	
	margin-top:-50px;
}

h2.design-a {
	line-height:1.0em !important;	
	margin-top:-44px;
}
.design-a-read-more {
font-size: 0.7em; color: #a80532; letter-spacing: 3px; font-weight:700;
}
.design-a-project-quote {
color: #0b4f6c; 
}
hr.short-design-a {
    width: 50px;
    height: 4px;
    text-align: left;
    margin-left: 50px;
    margin-right: 0;
    margin-top: 15px;
color: #a80532;
    background-color: #a80532;
border: 0px solid #a80532;
}


.design-a-home-services-box:hover {
	background-color: #7fb7be;
	background-color: rgba(127,183,190,0.5);
}




/* DESIGN B CUSTOMIZATION - - - - - - - - - - - - - - - - - - - - - - - - - */

/* CAN BE DELETED - - - - START - - - - - - - -
 * REPRESENTS CUSTOMIZATION THAT CAN BE DELETED BEFORE GOING LIVE, BUT AFTER CHANGES ADOPTED - - - - - -  */


.design-b-biline {
color: #fff !important;; 
line-height: 1.5em !important;
}

/* CAN BE DELETED - - - - END - - - - - -  */



.design-b-rotated-titles-div {
		width: 300px;
    height: 40px;
    background-color: #fff;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
}
h3.design-b-rotated-text-h {
	font-size:24px;
	color:#a80532;
	/* text-align:right;*/
}

.design-b-rotate {
transform: rotate(-90deg);
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.design-b-z-index {
	z-index: 3;
}
.min-height-470px {
	min-height:470px !important;
}
.min-height-235px {
	min-height:235px;
}


.min-height-three-hundred {
min-height:300px;
}

.design-b-featured-red-box-ur {
	border-left:solid;
	border-left-color:#fff;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom:solid;
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	width:50% !important;  
	height:50% !important;
	background-color: rgba(0, 0, 0, .5);
	float:right !important;
	padding:20% 1px 6% 23px;
	color:#fff;
	
	display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.design-b-featured-red-box-ur:hover {
			background-color: #000000;
	background-color: rgba(0, 0, 0, .7);
}
	
.width-height-50-percent {
		width:50% !important;  
	height:50% !important;
	
}

.design-b-featured-red-box-lr {
	border-left:solid;
	border-left-color:#fff;
	border-left-style:solid;
	border-left-width:1px;
	width:50% !important;  
	height:50% !important;
	float:right !important;
	padding:20% 1px 6% 23px;
	color:#fff;
	display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.design-b-services {
	border-bottom:1px rgba(255,255,255,0.35) solid;
	background-color: rgba(0, 0, 0, .5);
	padding:20px;
	color:#fff;
	display: block;
}
.design-b-services:hover {
	background-color: #000000;
	background-color: rgba(0, 0, 0, .7);
}
.design-b-services-arrow {
	font-size: 2.6em;
	float: right;
}
@media only screen and (min-width: 750px) {
	.design-b-services {
		border-right:solid;
		border-right-color: rgba(255,255,255,0.35);
		border-right-style:solid;
		border-right-width:1px;
		width:33.333333% !important;  
		/*width:25% !important;  */
		height:100% !important;
		background-color: rgba(0, 0, 0, .5);
		float:right !important;
		padding:20px;
		color:#fff;
		display: block;
		position: absolute;
		top: 0px;
		text-align:left;
	}
	.design-b-services-interior {
		padding-top:150px;
		/*position: relative;
		top: 50%;
		transform: translate(0, -50%);*/
	}
	.design-b-services-services-interior {
		padding-top:100px;
	}
	.design-b-services-1 {
			left: 0px;
	}
	.design-b-services-2 {
			left: 33.333333%;
		/*    left: 25%; */
	}
	.design-b-services-3 {
			left: 66.666666%;
		/* left: 50%; */
	}
	.design-b-services-4 {
			left: 75%;
	}
	.design-b-services-arrow {
		font-size: 2.6em;
    position: absolute;
    bottom: 20px;
    right: 20px;
	}
}
@media only screen and (min-width: 750px) {
.home-services-links .fusion-column-content-centered {
	min-height: 300px !important;
}
}
.design-b-top-headline-right-column {
	border-left:solid;
	border-left-color:#a80532;
	border-left-style: block;
	border-left-width:2px;
}
.design-b-service-pvc-icon-box {
	border-top:solid;
	border-top-color:#fff;
	border-top-style:solid;
	border-top-width:1px;
}
.design-b-service-pvc-icon-box-left {
	border-left:solid;
	border-left-color:#fff;
	border-left-style:solid;
	border-left-width:1px;
}



/* DESIGN C CUSTOMIZATION - - - - - - - - - - - - - - - - - - - - - - - - - */

.design-c-body-type {
font-size:18px;
line-height:1.8;
}

hr.short {
    width: 50px;
    height: 4px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
color: #a80532;
    background-color: #a80532;
border: 0px solid #a80532;
}
hr.short-one {
    width: 50px;
    height: 1px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
color: #a80532;
    background-color: #a80532;
border: 0px solid #a80532;
}



hr.short-white {
    width: 50px;
    height: 1px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
color: #fff;
    background-color: #fff;
border: 0px solid #fff;
}

hr.left-hook {
    width: 40px;
    height: 40px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
color: #a80532;
    background-color: #a80532;
border: 0px solid #a80532;
}

hr.left-hook-thin {
    width: 4px;
    height: 40px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
color: #a80532;
    background-color: #a80532;
border: 0px solid #a80532;
}

hr.left-hook-thin-gray {
    width: 4px;
    height: 40px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
color: #a80532;
    background-color: #bebebe;
border: 0px solid #bebebe;
}

hr.left-red-tab {
    width: 40px;
    height: 40px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}

.design-c-footer-address {
	font-size:0.7em;
	color:#040f16;
	letter-spacing:1px;	
}


.design-c-footer-menu {
	font-size:0.9em;
	color: #a80532;
	margin-top: 6px !important;
    margin-bottom: 0px !important;
}


/*  GENERAL ALL DESIGNS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.hide-this-blade {
	display:none;
	visibility:hidden;
}

/* SEARCH */

.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
	background-color: #000000 !important;
    border-color: #000000 !important;
}
.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
	background-color: #5a5a66 !important;
}

/* FOOTER */
.footer-address {
	letter-spacing:1px;	
}
@media only screen and (max-width: 921px) {
.footer-address {
	letter-spacing:0px;	
}
}

.footer-menu {
	font-size: 1.28em !important;
	margin-top: 6px !important;
    margin-bottom: 50px !important;
}
#custom_html-2 {
	margin-bottom: 0;
}

/*  DESIGN CUSTOMIZATION - JULY 2018 - After client feedback - - - - - - - - - - - - - - - */

.home-page-hero-brand-text {
color: #fff !important;; 
line-height: 1.5em !important;
}

hr.long-left-hang {
    width: 300px;
    height: 1px;
    text-align: left;
    margin-left: -100px;
    margin-right: 0;
    margin-top: 15px;
	margin-bottom: 15px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}
hr.long-left-hang-outer {
    width: 300px;
    height: 1px;
    text-align: left;
    margin-left: -50px;
    margin-right: 0;
    margin-top: 15px;
	margin-bottom: 15px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}
hr.full-width-100 {
    width: 150%;
    height: 1px;
    text-align: left;
    margin-left: 0;
    margin-top: 15px;
	margin-bottom: 15px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}



@media only screen and (max-width: 799px) {
hr.black-title-hr-underline {
    margin-left: 0px !important;
}
}
hr.black-title-hr-underline {
    width: 150px;
    height: 1px;
    text-align: left;
    margin-left: -10%;
    margin-right: 0;
    margin-top: 15px;
	margin-bottom: 15px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}




hr.center-red-bio-quote {
	    width: 100px;
    height: 1px;
    text-align: center;
    margin-top: 15px;
	margin-bottom: 15px;
	color: #a80532;
    background-color: #a80532;
	border: 0px solid #a80532;
}


.blue-cta-box-text {
	vertical-align: middle;
	text-transform: uppercase;
	color:white;
	letter-spacing: 1px;
	font-size:14px;
	margin:0px;
}
.blue-cta-box-text-icon {
	vertical-align: middle;
	font-size:24px;
	color:white;
	margin: 0 0 2px 0;
}
.blue-cta-box {
	background-color: #0b4f6c !important;
	padding: 50px 10% 20px;
}
@media only screen and (min-width: 801px) {
	.blue-cta-box {
		padding: 50px 50px 20px;
	}
}
.blue-cta-box:hover {
	background-color: #a80532 !important;
}


/* - - - - - - - Services Pages - - - - July 2018 - - - - - - */

.service-icon-box {
	border-top:solid;
	border-top-color:#d1d1d1;
	border-top-style:solid;
	border-top-width:1px;
}
.service-icon-box-left {
	border-left:solid;
	border-left-color:#d1d1d1;
	border-left-style:solid;
	border-left-width:1px;
}
/*.service-icon-max-width {
	max-width:80px !important;
}
*/
/* Style for negative margin blue box */

@media only screen and (min-width: 921px) {
	.left-margin-negative-forty {
	margin-left:-60px !important;
	margin-right:60px !important;
	margin-top:-60px !important;
	margin-bottom:0px;
	}
}

/* - - - - - - General Show / Hide Controls - - -  - - - - - - - - - - - */

@media only screen and (max-width: 800px) {
.hide-under-eight-hundred {
	display:none;
	visibility:hidden;
	}
}



/* - - - - - - Z Index Controls - - - - - - - - - - - */

.wbi-z-index-1 {
	z-index:1;
}
.wbi-z-index-2 {
	z-index:2;
}
.wbi-z-index-3 {
	z-index:3;
}
.wbi-z-index-4 {
	z-index:4;
}
.wbi-z-index-5 {
	z-index:5;
}


.wbi-z-index-neg-1 {
	z-index:-1;
}
.wbi-z-index-neg-2 {
	z-index:-2;
}
.wbi-z-index-neg-3 {
	z-index:-3;
}
.wbi-z-index-neg-4 {
	z-index:-4;
}
.wbi-z-index-neg-5 {
	z-index:-5;
}

.top-layer-div {
	z-index:5;
}

/* REVEAL TEXT */

.reveal-text,
.reveal-text::after {
	/*animation-delay: 0.5s;*/
	animation-iteration-count: 1;
	animation-duration: 900ms; /* Changed from 700ms  */
	animation-fill-mode: both;
	/* animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1); */
	/*animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);  EARL COMMENT OUT 10/26 */
	animation-timing-function: cubic-bezier(3.000, 1.000, 1.000, 1.000);
}

.reveal-text {
	position: relative;
	/*display: inline-block;
	user-select: none;
	color: #FFF;
	white-space: nowrap;*/
	cursor: default;
	visibility: hidden;
}

.reveal-text.animate {
	animation-name: reveal-text;
}

.reveal-text:after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: #a80532; */
	background-color: rgba(255,255,255, 1);
	border-top: 1px solid #a80532;
	transform: scaleX(0);
	transform-origin: 0 50%;
	pointer-events: none;
}

.reveal-text.gray:after {
	background-color: #e4e4e4;
}

.reveal-text.animate:after {
	animation-name: revealer-text;
}

@keyframes reveal-text {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
@keyframes revealer-text {
	0% {
		transform: scaleX(0);
		transform-origin: left center;
	}
	35% {
		transform: scaleX(1);
		transform-origin: left center;
	}
	55% {
		transform: scaleX(1);
		transform-origin: right center;
	}
	100% {
		transform: scaleX(0);
		transform-origin: right center;
	}
}
/* @keyframes revealer-text {
	0%,
	50% {
		transform-origin: right 50%;
	}
	60%,
	100% {
		transform-origin: left 50%;
	}
	60% {
		transform: scaleX(1);
	}
	100% {
		transform: scaleX(0);
	}
} */

/* icon overrides */

.fusion-rollover-link {
	background-color: transparent !important;
}
.fusion-rollover-link:before,
.fusion-rollover-gallery:before {
	display: none;
}
.fusion-rollover-link .fa-angle-double-right {
	font-size: 2.6em;
	text-indent: 7px;
	line-height: 48px;
}
.tlp-overlay .fa-angle-double-right {
	font-size: 2.6em;
	line-height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

/* - - - Theme Overrides - - - - - - - - - - - - - - - */

h2.entry-title {
	font-family: Roboto !important;
}
h2.fusion-post-title {
	font-family: Roboto !important;
}
.fusion-portfolio-content h2.fusion-post-title,
.related-posts h4.fusion-carousel-title {
	font-family: "Libre Baskerville", Garamond, serif !important;
	font-size: 20px !important;
	line-height: 1.25em !important; 
	font-weight: 400 !important;
}
.fusion-portfolio-content h2 a,
a.fusion-related-posts-title-link,
.fusion-carousel-title h5 a {
	color: #040f16;
}
.fusion-portfolio-content h5 a {
	color: #a80532;
}
/* .fusion-portfolio-content a:hover
a.fusion-related-posts-title-link:hover,
.fusion-carousel-title a:hover {
	color: #a80532 !important;
} */
/* related projects */
.single-avada_portfolio .related-posts {
	margin-top: 0;
}
.single-avada_portfolio .related-posts .fusion-title {
	display: none;
}
.single-related-posts h4 {
	margin-top: 0 !important;
}
.fusion-carousel .fusion-carousel-title {
	margin-right: 10px !important;
}
h5.fusion-carousel-title {
	font-weight: 400 !important;
	margin-top: 20px !important;
	margin-bottom: 3px;
}
/* .related-posts h4.fusion-carousel-title {
	font-weight: 400;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 32px;
	letter-spacing: 0px;
	font-style: normal;
	font-size: 22px;
} */
.related-posts .fusion-date {
	display: none;
}

.fusion-meta-info,
.single-navigation,
.fusion-filters {
	border-top: none !important;
}
.single-post .fusion-meta-info {
	border-bottom: none !important;
	border-top: 1px solid #e7e6e6 !important;
}
.post:last-child {
	margin-bottom: 0;
}
.single-post #main,
.single #main,
.archive #main {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
.single-team #main,
.single-avada_portfolio #main {
	padding-top: 0 !important;
}
.fusion-portfolio-content-wrapper {
	border: 1px transparent solid !important;
}
.fusion-filters {
	font-size: 15px;
}
.fusion-portfolio-content {
	padding-top:0 !important;
}
.fusion-portfolio-wrapper#fusion-portfolio-1 .fusion-portfolio-content {
	padding: 0 25px 25px 0 !important;
    text-align: left;
}
@media only screen and (max-width:800px){
.fusion-recent-works .fusion-portfolio-content {
	padding-left: 25px !important;
}
}
@media only screen and (max-width:800px){
.fusion-carousel-item-wrapper h4,
.fusion-carousel-item-wrapper h5 {
	padding-left: 10px;
}
}
@media only screen and (max-width:800px){
	.reverse-cols {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.reverse-cols .fusion-row {
		display: flex;
		flex-flow: wrap;
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width:801px){
	.fusion-filters {
		text-align: center;
	}
	.fusion-filter {
		float: none;
		display: inline-block;
	}
}
.fusion-filter:last-child {
	margin-right: 0;
}

/* --- FORMS --- */

.avada-select .select2-container .select2-choice, 
.avada-select .select2-container .select2-choice2, 
.avada-select-parent select, 
.chzn-container .chzn-drop, 
.chzn-container-single .chzn-single, 
.comment-form-comment textarea, 
.fusion-search-form-clean .searchform .fusion-search-form-content .fusion-search-button input[type="submit"], 
.input-text, .main-nav-search-form input, 
.post-password-form label input[type="password"], 
.search-page-search-form input, 
.searchform .fusion-search-form-content .fusion-search-field input, 
.select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-results__option, 
.wpcf7-captchar, 
.wpcf7-form .wpcf7-date, 
.wpcf7-form .wpcf7-number, 
.wpcf7-form .wpcf7-quiz, 
.wpcf7-form .wpcf7-select, 
.wpcf7-form .wpcf7-text, 
.wpcf7-form textarea, 
.wpcf7-select-parent .select-arrow, 
input.s, 
input.s .placeholder, 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="text"], 
select, 
textarea {
	color: #040f16 !important;
}

/* FLEXSLIDER */

.fusion-flexslider .flex-direction-nav a {
	opacity: 1 !important;
}
.fusion-flexslider .flex-direction-nav .flex-next, 
.fusion-flexslider .flex-direction-nav .flex-prev {
	background-color: #a80532 !important;
}
.fusion-flexslider .flex-direction-nav .flex-next:hover, 
.fusion-flexslider .flex-direction-nav .flex-prev:hover {
	background-color: #040f16 !important;
	color: #ffffff !important;
}

/* --- INDEED JOBS --- */
div[class^="post-indeed-jobs"] {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* --- MISCELLANEOUS --- */

a.scrollto-anchor {
	display: block;
	height: 0;
	width: 0;
	margin-top: -200px;
	padding-bottom: 200px;
}
@media only screen and (max-width: 800px){
	.pad-on-mobile {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}
@media only screen and (max-width: 1189px){
	.pad-on-sitewidth {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}

/* --- 	HOME MOBILE MENU --- */

.home .fusion-mobile-menu-icons {
	display: block;
	height: 80px;
	padding: 30px;
}
.home .fusion-mobile-menu-icons a, 
.home .fusion-mobile-menu-icons a:after, 
.home .fusion-mobile-menu-icons a:before {
	color: #000000;
}
#avada-vertical-menu-widget-2 {
	/*display: none;*/
	margin-bottom: 0;
}
#mobile-menu {
	display:none;
}
#avada-vertical-menu-widget-2 li a {
	border-top: 1px #e5e5e5 solid !important;
}
#avada-vertical-menu-widget-2 li li a {
	border-top: 1px #e5e5e5 solid !important;
	border-bottom: none !important;
}
.home #menu-architecture-main-menu {
	border-bottom: 1px #e5e5e5 solid !important;
}


/* EARL CUSTOMIZATIONS - 10-21-2018 - - - - - - - - - - - - - - -  */

/*
.team-name a:link, a:visited  {
	font-size: 20px !important;
}


.team-name a:link, a:visited  {
	color:#000 !important;
	font-size: 20px !important;
}
.team-name a:hover {
	color:#a80532 !important;
		font-size: 20px !important;
}
.tlp-position a:link, a:visited  {
	color:#000 !important;
}
.tlp-position a:hover {
	color:#a80532 !important;
}*/

.no-wrap-text {
	
	white-space: nowrap;
}

.in-text-buttons {
	margin-top:10px;
	margin-bottom:10px;
}

@media only screen and (min-width: 800px) {
	.wbi-page-intro-blade-top-right>.fusion-column-wrapper {
		padding: 0 20px 0 80px !important;
		margin-bottom: 0px !important;
	}
	.wbi-page-intro-blade-top-left>.fusion-column-wrapper {
		padding: 0 0 0 10% !important;
		margin-bottom: 0px !important;
	}
}


@media only screen and (max-width: 799px) {
	.wbi-page-intro-blade-top-right>.fusion-column-wrapper {
		padding: 0 20px 0 20px !important;
		margin-bottom: 0px !important;
	}
		.wbi-page-intro-blade-top-left>.fusion-column-wrapper {
		padding: 0 20px 0 20px !important;
		margin-bottom: 0px !important;
	}
}
h2.section-title {
	font-weight:300 !important;
	
}

/* --- PAGE TRANSITIONS --- */
#main {
	opacity: 0;
	transition: opacity .1s .5s;
}
#main.showMain {
	opacity: 1;
}
.fusion-footer {
	opacity: 0;
	transition: opacity .5s 1.75s;
}
.fusion-footer.showFooter {
	opacity: 1;
}
#page-loading {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: #ffffff;
	transition: opacity 500ms 300ms;
	z-index: 100;
}
#page-loading.hide {
	opacity:0;
}
#page-loading-image {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -23px;
	width: 300px;
}
@media only screen and (min-width:801px){
	#page-loading-image {
		margin-left: -200px;
		margin-top: -31px;
		width: 400px;
	}
}



.wbi-benefits-bullets {
font-weight:700 !important;
color: #0b4f6c;
font-size: 0.8em;
line-height:1.4em;
/* margin-bottom:1px; */
border-bottom: 1px #d1d1d1 solid;
}
@media only screen and (min-width: 801px) {
	.wbi-benefits-bullets {
		border-right: 1px #d1d1d1 solid;
	}
}
.grid-border-bottom {
	border-bottom: 1px #d1d1d1 solid;
}
@media only screen and (min-width: 801px) {
	.grid-border-right {
		border-right: 1px #d1d1d1 solid;
	}
}
.no-border-right {
	border-right: none;
}
.no-border-bottom {
	border-bottom: none;
}


@media only screen and (max-width: 799px) {
.wbi-global-vertical-spacer {
	height: 50px;
}
}
@media only screen and (min-width: 800px) {
.wbi-global-vertical-spacer {
	height: 100px;
}
}

/* --- SITE MAP --- */
.site-map .fusion-widget-area .widget_nav_menu li {
	border: 0 !important;
}
.site-map .fusion-widget-area .widget_nav_menu .sub-menu {
	padding-top: 10px !important;
}

/* --- JOB BOARD --- */
.sjb-page {
	background-color: transparent;
}
.sjb-page .list-data {
	background-color: transparent;
	border: none;
	padding: 0;
}
.sjb-page .sjb-detail .list-data ul {
	list-style: inherit;
	margin: 0 0 20px 0;
	padding: 0 0 0  20px;
}
.sjb-page .sjb-detail .list-data ul li {
	padding-left: 0;
}
.sjb-page .sjb-detail .list-data ul li::before {
	content: '';
}
.sjb-page .sjb-detail .list-data h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.6em;
}
.single-jobpost .fusion-meta-info {
	display: none;
}
.sjb-page .list-data .v1 {
	background-color: transparent;
    padding: 0;
    margin: 10px 0;
}

/* --- NEWS --- */
@media screen and (min-width: 640px) and (max-width: 999px) {
	.has-sidebar .fusion-blog-layout-medium .fusion-post-medium, 
	.has-sidebar .fusion-blog-layout-medium .fusion-post-medium-alternate, 
	.has-sidebar .fusion-blog-layout-medium-alternate .fusion-post-medium, 
	.has-sidebar	.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate {
		display: block !important;
	}
	.has-sidebar .fusion-blog-layout-medium .fusion-post-medium h2, 
	.has-sidebar .fusion-blog-layout-medium .fusion-post-medium-alternate h2, 
	.has-sidebar .fusion-blog-layout-medium-alternate .fusion-post-medium h2, 
	.has-sidebar .fusion-blog-layout-medium-alternate .fusion-post-medium-alternate h2 {
		margin-top: 1em !important;
	}
}
.blog #content {
	margin-top:100px;
	margin-bottom:100px;
}

/* --- HOME PAGE FEATURED NEWS --- */
.home .featured-news .fusion_builder_column_1_2:nth-child(2) {
	margin-left: -2%;
	width: 50% !important;
}
.home .fusion-post-medium {
	background-color: #e5e5e5;
	align-items: stretch !important;
}
.home .fusion-post-large {
	background-color: #e5e5e5;
}
.home .fusion-blog-shortcode .post {
	margin-bottom: 0;
}
.home .fusion-post-medium .fusion-post-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 10px 10px 0;
}
.home .fusion-post-large .fusion-post-content {
	padding: 0 20px 20px 20px;
}
.home .post h2.blog-shortcode-post-title {
	margin-bottom: 0;
}
.home .post h2.blog-shortcode-post-title a {
	font-family: "Libre Baskerville", Garamond, serif;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    font-style: normal;
    color: #000000 !important;
}

.fusion-column-inner-bg {
	margin-left:0 !important;
	margin-right:0 !important;
}
/* top border on dropdown */
.fusion-main-menu .sub-menu { border-top: 1px solid #ffffff; }

/* Center footer widgets on mobile */
@media only screen and (max-width: 800px) {
.fusion-footer #text-4 .fusion-button-wrapper.fusion-alignright {  float: none; margin: 0; }
.fusion-footer #social_links-widget-2 .fusion-social-networks.boxed-icons { text-align: center;}
.fusion-footer .widget .fusion-social-networks.boxed-icons .fusion-social-network-icon:last-child { margin-right: 0;}
.fusion-footer #text-4 { text-align: center; }
.fusion-footer .fusion-columns .fusion-column { margin-bottom: 25px;}
}

ul.red-bullets{line-height:1.3em !important;list-style:none;padding-left:23px}
ul.red-bullets li{margin-bottom:14px;}
ul.red-bullets li ul {margin-top:14px;}
ul.red-bullets li:before{font-family:FontAwesome;font-size:16px;color:#a80532;content:"\f192";margin-left:-23px}

.careers-define-boxes {
 padding: 30px;
 margin:0px;
 height:200px;
 color:#fff;
 background-color: rgba(0, 0, 0, .4);
	border-top:solid;
	border-top-color: rgba(255,255,255,0.35);
	border-top-style:solid;
	border-top-width:1px;
	border-left:solid;
	border-left-color: rgba(255,255,255,0.35);
	border-left-style:solid;
	border-left-width:1px;
}
.careers-define-boxes:hover {
background-color: rgba(0, 0, 0, .7);
color:#fbb300;
}
.careers-define-box-text {
	font-size: 1.2em; line-height: 1.3em;
}
.careers-define-box-carrot {
	font-size: 2.1em; position: absolute; bottom: 20px; right: 20px;
	}
.careers-employee-blue-quote-name {
font-size: 0.8em;
line-height: 1.3em;
color:#0b4f6c;	
}

.diversity-stats-left {
float:left;
width:25%;
padding:0px 20px 0px 20px;
color:#0b4f6c;
font-size:0.9em;
line-height:1.3em;
font-weight:700;
letter-spacing:1px;
}
.diversity-stats-bar-container {
float:left;
padding:0px 5px 20px 5px;
width:65%;
}
.diversity-stats-bar {
padding:15px 10px 12px 10px;
width:70%;
/*height:30px;*/
background-color:#0b4f6c;
}
.diversity-stats-percentage-text {
color:#e5e5e5;
font-size: 1.3em;
line-height:1.0em;
margin:0px;
 font-weight:300;
}

/* Careers page */
.careers-define-boxes {
	padding: 30px;
	margin:0px;
	height:200px;
	color:#fff;
	background-color: rgba(0, 0, 0, .4);
	border-top:solid;
	border-top-color: rgba(255,255,255,0.35);
	border-top-style:solid;
	border-top-width:1px;
	border-left:solid;
	border-left-color: rgba(255,255,255,0.35);
	border-left-style:solid;
	border-left-width:1px;
	
}
.careers-define-boxes:hover {
	background-color: rgba(0, 0, 0, .7);
	color:#fbb300;
}
.careers-define-box-text {
	font-size: 1.2em; line-height: 1.3em;
}
.careers-define-box-carrot {
	font-size: 2.1em; position: absolute; bottom: 20px; right: 20px;
}
ul.blue-bullets{
	line-height:1.3em !important;
	list-style:none;
	padding-left:23px
}
ul.blue-bullets li{
	margin-bottom:10px;
}
ul.blue-bullets li:before{
	font-family:FontAwesome;
	font-size:16px;
	color:#0b4f6c;
	content:"\f192";
	margin-left:-23px
}
ul.white-bullets{line-height:1.3em !important;list-style:none;padding-left:23px}
ul.white-bullets li{margin-bottom:15px;}
ul.white-bullets li:before{font-family:FontAwesome;font-size:16px;color:#fff;content:"\f192";margin-left:-23px}

.client-logo-box-top-border {
	border-top:#FFF 1px solid;
	
}
.client-logo-box-left-border {
		border-left: rgba(255,255,255,0.4) 1px solid;
}
.industries-define-boxes {
 padding: 30px;
 margin:0px;
 height:200px;
color:#fff;
background-color: rgba(0, 0, 0, .6);
	border-top:solid;
	border-top-color: rgba(255,255,255,0.35);
	border-top-style:solid;
	border-top-width:1px;
	border-left:solid;
	border-left-color: rgba(255,255,255,0.35);
	border-left-style:solid;
	border-left-width:1px;
	
}
.industries-define-boxes:hover {
background-color: rgba(0, 0, 0, .8);
color:#fbb300;
}
.industries-define-box-text {
	font-size: 1.2em; line-height: 1.3em;
}
.industries-define-box-carrot {
	font-size: 2.1em; position: absolute; bottom: 20px; right: 20px;
	}

ul.blue-check-bullets{line-height:1.3em !important;list-style:none;padding-left:23px}
ul.blue-check-bullets li{margin-bottom:10px;}
ul.blue-check-bullets li:before{font-family:FontAwesome;font-size:16px;color:#0b4f6c;content:"\f00c";margin-left:-23px}

.fusion-modal .modal-title {
	color: #ffffff;
}

h1.reveal-text {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.25 !important;
	visibility: visible;
	font-size: var(--h2_typography-font-size) !important;
	font-family: var(--h2_typography-font-family) !important;
	font-weight: var(--h2_typography-font-weight) !important;
	letter-spacing: var(--h2_typography-letter-spacing) !important;
	text-transform: var(--h2_typography-text-transform) !important;
	font-style: var(--h2_typography-font-style, normal) !important;
}
h3.fusion-carousel-title {
	font-size: var(--h5_typography-font-size) !important;
	font-family: var(--h5_typography-font-family) !important;
	font-weight: 400 !important;
	margin-top: 20px !important;
	line-height: 1.29 !important;
	letter-spacing: var(--h5_typography-letter-spacing) !important;
	text-transform: var(--h5_typography-text-transform) !important;
	font-style: var(--h5_typography-font-style, normal) !important;
}

/* Overwrite Avada for ADA compliance */
.fusion-sep-clear {
	font-size: 12px !important;
}