/**
Theme Name: Rocklin Glass New

Author: Shipilin - developer
Author URI: https://shipilin.com/
Description: Custom New Theme for RocklinGlass.com
Version: 2.0
Text Domain: rocklinglass

**/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.container{
	width:100%;
	/*max-width:1449px;*/
	max-width:1290px;
	margin: 0 auto;
}
.largeContainer{
	width:100%;
	max-width:1500px;
	margin: 0 auto;
}
.largeContainer:after{
	content:'';
	display:block;
	clear:both;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.modal_backdrop_ch{
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	background-color: #000000;
	display:none;
}

.headerOuter{padding-bottom:90px;text-align:center;max-width:918px;margin:0px auto;padding-top:90px;}
.headerOuter h1{
	font-size:64px;
	line-height:57px;
	font-weight:700;
	color:#333D41;
	margin-bottom:35px;
}
.headerOuter .underH1{
	color:#878787;
	font-size:32px;
	line-height:56px;
	font-weight:bold;
}
#aboutContent .contUnderHeader{
	display:flex;
	flex-flow:row;
	gap:10px;
}
	#aboutContent .contUnderHeader .col1{width:59%;}
		#aboutContent .contUnderHeader .col1 h2{
			font-weight:800;
			font-size:32px;
			line-height:33px;
			color:#333D41;
			padding-bottom:20px;
		}
		#aboutContent .contUnderHeader .col1 .contentSelf{
			font-size:22px;
			line-height:33px;
			font-weight:800;
			color:#878787;
		}
		#aboutContent .contUnderHeader .col1 p{
			font-size:22px;
			line-height:33px;
		}
	#aboutContent .contUnderHeader .col2{width:40%}
	
	#aboutContent .contUnderHeader .col2 img{border-radius: 16px;width:100%;}


@media(max-width:768px){
	#aboutContent .contUnderHeader{
		flex-flow:column;
	}
	#aboutContent .contUnderHeader .col1{width:100%;}
	#aboutContent .contUnderHeader .col2{width:100%}
}

body{
	/*background: #ebebeb;*/
	font-family: 'Hanken Grotesk';
	position:relative;
	overflow-x:hidden;
}


h1, h2, h3, h4, h5{font-family: 'Hanken Grotesk';}
h1{font-size: 48px;color:#001E80;}
h1 em{font-style:italic;}
h2{font-size: 64px;font-family: 'Hanken Grotesk';font-weight: 900;line-height: 100px;margin: 0;color:#001E80;}
h2 em{font-style:italic;}
/*h3{font-size: 52px;color:#001E80;margin: 30px 0 20px;}*/
h3{font-size:64px;margin-bottom:35px;color:#333D41;	line-height:57px;}
h3 em{font-style:italic;}
h4{font-size: 32px;color:#001D40;line-height: 1.8em;font-weight: 600;margin-top: 40px;font-family: 'Hanken Grotesk';}
h4 em{font-style:italic;}
h5{display:inline-block;line-height: 22px;font-size: 26px;color:#000; font-family: 'Hanken Grotesk';font-weight: 200;margin:0;position:relative;}
h5 em{font-style:italic;}
h6{font-family: 'Hanken Grotesk';font-size: 28px;font-weight: 100;color:#001D40;}
.page-template-t-claim h4{margin-top: 50px;}

p{font-family: 'Hanken Grotesk';}

.wpcf7-response-output.wpcf7-display-none{
	position: fixed;
	left: 50%;
	top:50%;
	width: 600px;
	margin: 0 0 50px -300px;
	background:#fff;
	padding: 20px;
	border-radius: 4px;
}
.wpcf7-response-output.wpcf7-validation-errors{
	color:red!important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
	color:#398f14!important;
}

.twentyPercent{width:20%;}
.two-columns{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.three-columns{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
.four-columns{
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.wysiwyg>h2:first-child,
.wysiwyg>h3:first-child{
	margin-top: 0;

}
.wysiwyg h3{
	font-size: 46px;
	font-weight: 300;
	margin-top:0;
}
.wysiwyg h5{
	font-size: 16px;
	letter-spacing:0;
	font-weight: 700;
	color:#be3c41;
}
.wysiwyg img{
	max-width:100%;
}
.blockquote blockquote{
	padding: 100px 0;
}
.blockquote h3{
	font-weight: 900;
	font-size: 40px;
	letter-spacing:1px;
	color:#000;
	margin: 10px 0;
}
.blockquote p{
	color:#5b5b5b;

	font-weight: 200;
	font-size: 30px;
}
.sectionHeader article{
	padding: 40px 0;
	overflow:hidden;
}
.sectionHeader article h1,
.sectionHeader article h2,
.sectionHeader article h3,
.sectionHeader article h4,
.sectionHeader article h5{
	margin:0;

}
.sectionHeader article h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 40px 0;
}
.sectionHeader article p{
	color:#fff;
	font-size: 30px;
}
.sectionHeader article hr{
	margin: 50px 0 100px;
	border:none;
	width:100%;
	height:1px;
	background: #ccc;
}
.sectionSeparator article{
	display:block;
	overflow:hidden;
	padding: 30px 0;
}
.sectionSeparator article h3{

	font-weight: 700;
	font-size: 46px;
	letter-spacing:0;
	color:#fff;
	margin:30px 0 26px;
}
.sectionSeparator article h4{
	text-transform:uppercase;
	margin-top:22px;
}
.sectionSeparator article .ctaColumn{
	display:block;
	width:100%;
	padding: 32px 0;
}
.sectionSeparator article .ctaColumn .btn{
	padding: 16px 40px;
	background:#fff;
}

.calloutBlock{
	padding: 5% 70px;
}
.calloutBlock h3{
	font-weight: 900;
	color:#fff;
	font-size: 40px;
	margin:0 0 15px;
	line-height: 46px;
	letter-spacing:1px;
}
.calloutBlock h4{
	text-transform:uppercase;
	margin:20px 0;

}
.calloutBlock p{
	font-size: 18px;

}
.calloutBlock .btn{
	margin-top: 40px;
}
.custom-columns-layout{
	display:block;
	clear:both;
}
p{margin: 10px 0;}
strong{font-weight: 700;}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="password"],
select{-webkit-appearance:none;height: 35px;background: #fff;width:100%;border-radius: 4px;padding: 0 10px;font-size: 18px;margin: 6px 0;}
textarea{-webkit-appearance:none;height: 140px;background: #fff;width:100%;border-radius: 4px;padding: 10px;font-size: 18px;margin: 6px 0;}
a{color:#361514;text-decoration:none;}
.eqWrap {
	display: flex;
}
.equalH{
	flex: 1 0 1;
}

.columns-layout .column-inner .column-image h4{
	margin:0;
	color:#fff;
	background: rgba(0,0,0,0.5);
	text-align:center;
	font-size: 32px;

	line-height: 55px;
	margin-top: -55px;
	position:relative;
	z-index: 300;
}
.columns-layout .column-inner {
	min-height: 100%;
}
.columns-layout .column-inner .column-content{
	padding: 15px 25px;
	font-size: 15px;
	color:#5b5b5b;
}
.columns-layout .horizontal{
	margin-bottom: 40px;
}
.columns-layout .horizontal .column-image img{
	margin-bottom: 20px;
	border: 7px solid #fff;
}
.box_shadow{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.round_corners{
	border-radius: 6px;
	overflow:hidden;
}

table{
	margin-bottom: 40px;
	max-width:100%;
}
tr th{
	background: #13619c;
	color:#fff;
}
tr th{
	background: #13619c;
	color:#fff;
}
tr th,
tr td{
	padding: 4px 10px;
	border-collapse:collapse;
	border: 1px solid #ccc;
}
ul{
	list-style-type: disc;
}
ul li,
ol li{
	margin: 0 0 0 30px;
}
p{
	font-size: 16px;
	color:#000;
	display:block;
	clear:both;
}
.alignright{float:right;margin: 0 0 20px 20px;}
.alignleft{float:left;margin: 0 20px 20px 0;}

.videoContainer,
.youTubeVideo{
	width:100%;
	height:0;
	padding-top: 57%;
	position:relative;
	margin: 10px 0;
}
.videoContainer.jwpepper{
	padding-top: 80%;
}
#masthead{
	height:126px;
	margin:0 auto;
}

#masthead:after{
	content:'';
	display: table;
	clear:both;
}
.subTitle,
.category-article #masthead p.subTitle, 
.post-type-archive-portfolio #masthead p.subTitle, 
.tax-project-category #masthead p.subTitle,
#masthead p.subTitle{
	font-size: 24px;
	font-weight: 200;
	color:#fff;
}
p.site-title{
	display:block;
	width: 504px;
	height: 105px;
	max-width:100%;
	overflow:hidden;
}
p.site-title a{
	display:block;
	width:100%;
	height:100%;
	text-indent: -5000px;
	background: url(images/RocklinGlassMirrorInc.png)no-repeat center / contain;
	background: url(images/rocklin_glass_and_mirror.png)no-repeat center left / contain;
}
p.slogan,
p.phone,
p.cta{
	position: relative;
	text-align:right;
	font-size: 20px;
	color:#333D40;

	font-weight: 700;
	margin-top: 46px;
}
p.slogan:after{
	content:'';
	display:block;
	width:2px;
	height: 60px;
	background:#fff;
	position: absolute;
	right: -50px;
	top:-15px;
}
p.cta{margin-top: 36px;}
p.phone a{color:#333D40;}
p.phone span{
	white-space:nowrap;
}
#mobileHamburger{display:none;}

@media(max-width:860px){
	#mobileHamburger{display:block;z-index:400;}

		#mainNavMenu{
			position: relative;
		}
		#hamburger{
			display: block;
			position: absolute;
			right: 32px;
			top: 34px;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			background:#E5EBEC;
		}
		/*#hamburger{
			display:inline-block;
			vertical-align:top;
			width:30px;
			height:40px;
			z-index:100;
			cursor:pointer;
			position:relative;
			float:right;
		}*/
		#hamburger:after {
			content: "\f333";
			font-family: 'dashicons';
			display: block;
			position: absolute;
			left: 7px;
			top: 0px;
			font-size: 35px;
			line-height: 50px;
			color: #00B3DC;
		}
		
		
		#topNav{
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			transition: all 0.3s ease;
			position: fixed;
			right: -100%;
			top: 0;
			padding-top: 60px !important;
			z-index: 10000;
			width: 51%;
			height: 100%;
			overflow-y:auto;
			background: white;
		}
		#topNav.open{
			right:0;
		}
		#topNav .firstLiCross{
			list-style:none;
			margin-bottom:26px;
			display:flex;
			flex-flow:row;
			justify-content: space-between;
			margin-right: 20px;
		}
			#topNav .firstLiCross .cross_close{
				background: url(images/cross_close.svg) no-repeat;
				display:block;
				width:15px;
				height:15px;
				
			}
			#topNav .firstLiCross a{
				border-bottom: 1px solid black;
			}
		#topNav li{
			list-style:none;
			display:flex;
			flex-flow:row;
		}
		#topNav li.menu-item{
			position: relative;
			height: 26px;
			border-bottom: 1px solid #E5EBEC;
			margin-right: 20px;
			margin-bottom: 5px;
		}
			#topNav li.menu-item a{
				right: 0px;
				position: absolute;
				top: 0px;
				display: block;
				font-size:13.36px;
				line-height:21.16px;
			}
			#topNav li.menu-item:after{
				content: "";
				position: relative;
				display: block;
				width: 10px;
				height: 14px;
				background: url(images/left_angle_menu.svg) no-repeat;
				top: 5px;
			}
}



#headNav{
	background:#596D77;
	display:block;
}
#headNav ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	margin: 0 -30px;
	text-align:center;
}
#headNav ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
#headNav ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size: 13px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:700;
	padding: 13px 30px;
}

#mapContainer{
	display:block;
	width:100%;
	height:0;
	padding-top: 42%;
	position:relative;
	margin: 0;
}
#mapContainer iframe,
.videoContainer iframe,
.youTubeVideo iframe{
	position: absolute;
	left:0;
	top:0;
	width:100%!important;
	height:100%!important;
}
#mapSection{
	background: #404040;
}
#contactContent h2{
	margin-top:120px;
}
#contactContent p{
	font-size: 16px;
	line-height: 1.3;
	color:#575757;
	
}
#contactContent p strong{
	color:#333D40;
	font-size: 20px;
	line-height:25.63px;
	font-weight: 500;
	white-space:nowrap;

}
#contactContent p,
#contactContent strong{color:#596D77;
	font-size:20px;}
#contactContent p a{
	color:#596D77;
	font-size:20px;
}

#contactContent .strHeader{
	margin-top:0px;
	font-size:20px;
	font-weight:800;
	color:#333D40;
}
#contactContent .column{
	padding-right: 0px;
	margin-right:0px;
}
#contactContent .strValHeader{
	margin-left:-15px;
}


/* -------------------------------CONTACT FORM--------------------------------*/
#contactForm input[type="submit"]{border:none;}
#contactForm input[type="submit"]:hover,
#contactInfo .btnGrey:hover{
	background:#00818d!important;
}






/* -------------------------------CONTACT FORM--------------------------------*/
.btn,
input[type="submit"]{
	-webkit-apperance:none;
	-moz-apperance:none;
	display:inline-block;
	border: none;
	border-radius: 7px;
	background: #00B3DC;
	color:#fff;
	font-size: 15px;
	line-height:20px;
	text-align:center;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:37px;
	padding-right:37px;

	cursor:pointer;
	white-space:nowrap;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input,
textarea {
    font-family: 'Hanken Grotesk';
}

input::placeholder,
textarea::placeholder {
  font-family: 'Hanken Grotesk';
}

.btnGrey{
	display:inline-block;
	color:#fff!important;
	letter-spacing: 1px;
	background:#555555!important;
	padding: 10px 30px;
	border-radius: 8px;
	font-weight: 600;
	text-transform:uppercase;
}

.btn:hover,
input[type="submit"]:hover{
	background: #00728C;
	color:#fff;
	
}

 

.btn.black,
input[type="submit"].black{
	color:#000;
}

/*.btn.red,
input[type="submit"].red{
	background:#D6220A;
}*/

.btn.black:hover,
input[type="submit"].black:hover{
	color:#fff;
}


.navigation{
	display:block;
	padding: 30px 0 70px;
}
.navigation a,
.navigation .page-numbers,
.navigation .page-numbers.current{
	display:inline-block;
	vertical-align:top;
	border: 1px solid #b7b7b7;
	background: #fff;
	color:#898989;
	font-size: 27px;
	font-weight: 700;
	border-radius: 6px;
	height:52px;
	min-width: 52px;
	padding: 6px 18px;
	line-height: 36px;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navigation a:hover,
.navigation .page-numbers:hover{
	background: #001E80;
	color:#fff;
}
.navigation a.current,
.navigation .page-numbers.current{
	background:#e1e1e1;
	color:#898989;
}


.icon{background: url(images/icons_sprite.svg)no-repeat 0 0;}
.icon.paw{background-position: 0 0;display:inline-block;width: 20px;height: 23px;margin: 0 10px;position:relative;top:3px;}

.entry-content{
	display:block;
	overflow:visible;
}

#banner{
	display:block;
	width:100%;
	height:0;
}

.hasBanner #banner{
	padding: 0 0 12.5% 0;
	position:relative;
}

.hasBanner #banner h2 {
	text-align:center;
	color:#fff;
	margin-top:36px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.75);
}

.home.hasBanner #banner{
	padding: 0 0 567px 0;
	overflow:hidden;
}
.home.hasBanner #banner:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background: url(images/banner_overlay.svg)no-repeat left top / cover;
	opacity: 0.7;
	position: absolute;
	z-index: 100;
	left:0;
	top:0;
	pointer-events:none;
	
}
@media(max-width:1700px){
	.home.hasBanner #banner:after{
		background-position-x: 0%;
	}
}
article#headTitle{
	position: relative;
	z-index: 300;
	color:#fff;
}
article#headTitle h1{
	color:#fff;
	font-size: 52px;
	line-height: 68px;
	font-weight: 800;
	/*text-shadow: 0 2px 12px #000;*/
	margin-top:220px;
	max-width: 507px;
	
}

/*---------------------------blogs----------------------------------------------------*/
.category-article #primary {padding-top:100px;}

#primary .blogs_list{
	display:flex;
	flex-flow:column;
	gap:45px;
	
}
	#primary .blogs_list article{
		display:flex;
		flex-flow:row;
		height:300px;
		gap:40px;
	}

	#primary .blogs_list article.frstPostBig{
		height:354px;
		margin-bottom: 160px;
	}
	
	
		#primary .blogs_list article .postThumbnail{
			max-width:450px;
			width:36%;
			height:100%;
			padding-top:0px;
			border-radius:16px;
		}
		#primary .blogs_list article.frstPostBig .postThumbnail{
			max-width:468px;
			width:37%;
			border-radius:0px;
		}
		#primary .blogs_list article .entry-content{
			width:63%;
			padding-top:0px;
			position:relative;
		}
			#primary .blogs_list article .entry-content h3{
				margin-top:0px;
				text-align:left;
				font-size: 26px;
				line-height: 0px;
			}
				#primary .blogs_list article.frstPostBig .entry-content h3{
					text-align:left;
					font-size: 48px;
					line-height: 57.6px;
				}
				#primary .blogs_list article .entry-content h3 a{
					font-size:26px;
					color:#333D40;
					line-height:42px;
					font-weight:800;
					margin-top:0px;
					text-align:left;
				}
					#primary .blogs_list article.frstPostBig .entry-content h3 a{
						font-size: 48px;
						line-height: 57.6px;
					}
			#primary .blogs_list article .entry-content .excerpt{
				font-size:20px;
				line-height:42px;
				font-weight:400;
				color:#596D77;
			}
				#primary .blogs_list article.frstPostBig .entry-content .excerpt{
					font-size:32px;
					line-height:42px;
				}
			#primary .blogs_list article .more{
				text-align: right;
				position: absolute;
				width: 100%;
				bottom: 0px;
			}
				#primary .blogs_list article.frstPostBig  .more{
					text-align: left;
				}
				#primary .blogs_list article .more a{color:white;}
				
				@media(max-width:768px){
					#primary .blogs_list article{
						flex-flow:column;
					}
					#primary .blogs_list article .postThumbnail{
						max-width: none;
						height: auto;
						padding-top: 200px;
					}
					#primary .blogs_list article.frstPostBig .postThumbnail{
						max-width:none;
						height:auto;
						padding-top:63%;
					}
					#primary .blogs_list article.frstPostBig .postThumbnail{
						max-width:none;
						width:100%;
					}
					#primary .blogs_list article .entry-content{
						width:100%;
					}
					#primary .blogs_list article .more{position:relative;text-align:left;}
					#primary .blogs_list article.frstPostBig{height:420px;margin-bottom:300px;}
					#primary .blogs_list article{height:auto;}


					
				}
/*---------------------------blogs----------------------------------------------------*/



header#masthead,

section{
	display:block;
	width:100%;
	max-width:100%;
	margin: 0 auto;
	background:#fff;
}
section#headNav,
section#headTitle{
	border:none;
	overflow:hidden;
	clear:both;
	float:none;
}
section#primary{

}
.home #primary{
	padding-bottom: 150px;
	margin-bottom: -100px;
}

#callRequest,
#callRequestLarge{
	display:block;
	background:#EBEBEB;
	border-radius: 16px;
	padding: 0 40px 40px 40px;
	overflow:hidden;
	margin-top: 40px;
	width: 450px;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#callRequestLarge{
	width: 100%;
}

.page-template-t-contact #contactForm{
	margin-top: -50px;
	background:#F4F4F4;
	width: 100%;
}

.page-template-t-contact #contactContent{
	margin-top: -50px;
	background:#F4F4F4;
	border-radius:16px;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.page-template-t-contact #contactContent .icon{
	margin:10px 0 32px;
}
.page-template-t-contact #contactContent h3{
	font-size: 36px;
	color:#323D41;
	font-weight: 600;
	margin:0 0 36px;
}
.home #banner #callRequest{float:right;}

#contactForm input[type="text"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input[type="date"],
#contactForm input[type="number"],
#contactForm input[type="password"],
#contactForm textarea,
#contactForm select,
#callRequest input[type="text"],
#callRequest input[type="tel"],
#callRequest input[type="email"],
#callRequest input[type="date"],
#callRequest input[type="number"],
#callRequest input[type="password"],
#callRequest select,
#callRequestLarge input[type="text"],
#callRequestLarge input[type="tel"],
#callRequestLarge input[type="email"],
#callRequestLarge input[type="date"],
#callRequestLarge input[type="number"],
#callRequestLarge input[type="password"],
#callRequestLarge select{
	background:#fff;
	display:block;
	width:100%;
	border:none;
}
#contactForm textarea{height:100px;}
#contactFormLarge textarea{height:160px;}
#contactForm #formHeader,
#callRequestLarge #formHeader{

	font-weight: 700;
	font-size: 22px;
	text-transform:uppercase;
	line-height: 24px;
	color:#fff;
	background:#D6220A;
	padding: 20px 40px 20px 100px;
	margin: 0 -40px 40px;
	position:relative;
}
#callRequest #formHeader{
	font-weight: 700;
	font-size: 13px;
	line-height: 19px;
	color:#fff;
	background:#596D77;
	padding: 20px 40px 20px 100px;
	margin: 0 -40px 30px;
	position:relative;
}
#contactForm #formHeader:before{
	content:'';
	display:block;
	width:50px;
	height:45px;
	position: absolute;
	left: 40px;
	top:21px;
	background: url(images/envelope_icon.svg)no-repeat center / contain;
}

#callRequest #formHeader:before,
#callRequestLarge #formHeader:before{
	content:'';
	display:block;
	width:40px;
	height:40px;
	position: absolute;
	left: 40px;
	top:24px;
	background: #00B3DC url(images/small_white_phone.svg) no-repeat center / contain;
	background-size: 20px;
    border-radius: 5px;
}

#contactForm label,
#callRequest label,
#callRequestLarge label{
	color:#575757;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight:bold;
}

#contactForm input[type="submit"],
#callRequestLarge input[type="submit"]{

	background:#D6220A;
	padding: 10px 60px;
	text-transform:uppercase;
}
#callRequest input[type="submit"]{
	background:#00B3DC;
	padding: 10px 60px;
	border-radius:7px;
	font-size:13px;
	margin-top: 20px;
}

#services{
	display:block;
	background:#fff;
	position:relative;
}
#services #servicesContainer{
	margin:-100px 0 0 0;
	padding: 0 0 50px 0;
	background:none;
}
#services #servicesContainer .outer_request_estBtn{
	text-align:center;
}

/*--new contact form----------------*/
.formAndCont{
	display:flex;
	flex-flow:row;
	gap:30px;
	padding-bottom:90px;
}
.formAndCont .contactFormOuter{
	width:60%;
}
#contactContent{
	width:40%;
}
 #contactForm{
	 padding-top:68px !important;
	 padding-left:98px !important;
	 padding-right:98px !important;
	 padding-bottom:76px !important;
	 background:#EBEBEB;
	 max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius:16px;
 }

#contactForm .btnSubmitOuter{text-align:center;padding-top:51px;}
#contactForm .btnSubmitOuter input{background:#01B2DF;}
#contactContent h3{color:#323D41;}
#lowerContForm{ 
	padding-bottom:90px; 
}
#lowerContForm .headerCont{max-width:640px;margin:0px auto;padding-bottom:90px;}
 .page-template-t-contact #contactContent h3.forTabletAndXs{display:none;}
 .header3MobTablet{display:none;}
@media(max-width:834px){
	.header3MobTablet{
		display:block;
		font-size: 36px;
		color: #323D41;
		font-weight: 600;
		margin: 0 0 36px;
		text-align:center;
	}
	.headerCont h3{
		font-size: 44px;
		line-height: 42px;
	}
	.formAndCont{
		flex-flow:column;
	}
	.formAndCont .contactFormOuter{
		width:100%;
	}

	.page-template-t-contact #contactContent{
	    background:none;
	    border-radius:0px;
	    box-shadow: inherit;
	    display: flex;
        flex-flow: wrap;
		justify-content: space-between;
		width:100%;
	}

	#contactContent .row {
       width: 50%;
    }
    #contactContent .row:nth-child(2){
        order: 3;
    }
     #contactContent .row:nth-child(3){
        order: 4;
    }
     #contactContent .row:nth-child(4){
        order: 1;
    }
     #contactContent .row:nth-child(5){
        order: 2;
    }
    .page-template-t-contact #contactContent h3{
        display:none;
    }
    .page-template-t-contact #contactContent h3.forTabletAndXs{
        display:block;
        font-size: 36px;
        color: #323D41;
        font-weight: 600;
        margin: 0 0 36px;
        border-bottom:1px solid #E6EBEC;
    }
}
@media(max-width:460px){
	.page-template-t-contact #contactContent{
		
	}
	#contactContent .row{
		width:100%;
	}
}

.serviceTile{
	display:block;
	padding-top: 70%;
	border-radius: 4px;
	overflow:hidden;
	position:relative;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	margin:30px auto;
	width:260px;
	height:362px;
}
.serviceTile>a{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.serviceTile h5{
	background:#F4F6F8;
	color:#323D40;
	font-weight: 700;
	position: absolute;
	left:0;
	bottom:0;
	font-size: 24px;
	line-height: 34px;
	padding: 20px 17px;
	text-align:center;
	display:block;
	width:100%;
	overflow:hidden;
	pointer-events:none;
	box-sizing:border-box;
	height:102px;
	font-weight:500;
	text-transform:capitalize;
}

#testimonialsAndAwards{
	display:block;
	padding: 100px 0;
	
}



#testimonialsAndAwards .testimonial{
	padding-right: 15%;
}
#testimonialsAndAwards h3{
	color:#3C40FF;
	font-weight: 600;
	font-size: 36px;
}
#testimonialsAndAwards p{
	color:#9F9F9F;
	font-size: 24px;
	line-height: 34px;
}
#testimonialsAndAwards p.testiName{
	font-style:normal;
	font-weight: 500;
	font-size: 1.2em;
	text-align:left;
	padding-right:18px;
}
	#testimonialsAndAwards .headers_outer{
		text-align:center;
		padding-bottom:121px;
	}
		#testimonialsAndAwards .headers_outer .upper{
			font-size:64px;
			color:#333D41;
			line-height:57px;
			margin-bottom:0px;
		}
		#testimonialsAndAwards .headers_outer .lower{
			color:#333D41;
			font-size:32px;
			line-height:42px;
			margin-top:35px;
		}

			#testimonialsAndAwards .outer_testimonial{
				box-shadow: 3px 4px 3px #00000040;
				border-radius: 20px;
				padding: 20px;
				box-sizing: border-box;
				position:relative;
				padding-top:50px;
			}
			#testimonialsAndAwards .outer_testimonial:after{
				content:"";
				position:absolute;
				top:0px;
				left:20px;
				background: url(images/quotes_upper.svg) no-repeat left top / contain;
				width:60px;
				height:50px;
			}
				#testimonialsAndAwards .testimonialsSlider .small-12.column figure{
					display:none;
				}

#serviceAreas{
	background: #F4F4F4 url(images/homemap.png)no-repeat left top / cover;
	padding: 6% 0;
	height:420px;
}
#serviceAreas p{
	color:#001E80;
	font-size: 40px;
	font-weight: 100;
	
}

article.recongition{
	display:block;
	width:100%;
	padding: 30px 20px 25px;
	border-radius: 4px;
	background:#fff;
	overflow:hidden;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
	margin: 0 0 30px 0;
}
	article.recongition .row_inner,
	.view_all_award .row_inner{
		display:flex;
		flex-flow:row;
	}
		article.recongition .row_inner .intemcol1,
		.view_all_award .row_inner .intemcol1{width:60%;}
			article.recongition .row_inner .intemcol1 img,
			.view_all_award .row_inner .intemcol1 img{
				height:200px;
				width:auto;
				margin:0px auto;
			}
			article.recongition .row_inner .intemcol1 h6{
				font-size:24px;
				line-height:24px;
				font-weight:700;
			}
			.view_all_award .row_inner .intemcol1{text-align:center;}
		article.recongition .row_inner .intemcol2,
		.view_all_award .row_inner .intemcol2{width:40%;}
		
		
		#testimonialsAndAwards .bx-pager-item a{
			width:21px;
			height:21px;
			border-radius: 100%;
			background:#E5EBEC;
		}
		
		#testimonialsAndAwards .bx-wrapper .bx-pager{text-align: left;}
		#testimonialsAndAwards .bx-wrapper .bx-pager.bx-default-pager a:hover,
		#testimonialsAndAwards .bx-wrapper .bx-pager.bx-default-pager a.active{
			background:#01B1DF;
		}


		
article.recongition img{
	display:block;
	width:100%;
	max-width:100%;
}

.project_cat_thumb{
	display:block;
	width:100%;
	height:0;
	padding-top: 67%;
	position: relative;
	margin-bottom:30px;
}
.project_cat_thumb>a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background: rgba(0,74,81,0.75);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#fff;
	padding: 12% 8% 0;
	font-size: 24px;
	font-weight: 900;
	text-align:center;
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 43, 47, 0.75);
	-moz-box-shadow:    inset 0px 0px 10px 5px rgba(0, 43, 47, 0.75);
	box-shadow:         inset 0px 0px 10px 5px rgba(0, 43, 47, 0.75);
}
.project_cat_thumb:hover>a{
	background: rgba(207,78,83,0.75);
	-webkit-box-shadow: inset 0px 0px 10px 5px rgba(106, 40, 43, 0.75);
	-moz-box-shadow:    inset 0px 0px 10px 5px rgba(106, 40, 43, 0.75);
	box-shadow:         inset 0px 0px 10px 5px rgba(106, 40, 43, 0.75);
}
.project_cat_thumb>a .more{
	display:inline-block;
	position: absolute;
	right: 20px;
	bottom:10px;
	font-size: 36px;
}
.project_cat_link{
	margin-bottom: 10px;
}
.project_cat_link a{
	display:block;
	width:100%;
	height: auto;
	padding: 15px 20px;
	border-radius: 10px;
	background:#00818d;
	font-size: 24px;
	font-weight: 700;
	color:#fff;

	text-align:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:relative;
}
.project_cat_link a:hover{
	background:#be3c41;
}
.project_cat_link a:after{
	content:'';
	display:block;
	width: 13px;
	height:13px;
	border: 4px solid #fff;
	border-left:0;
	border-bottom:0;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 26px;
}

.home #section2{
	position:relative;
	z-index:300;
}

#callouts{
	display:block;
}
.calloutsContainer{
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.calloutsContainer .callout{
	display:flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	margin: 0;
	padding: 4% 3%;
	text-align:center;
	width: 25%;
}
.calloutsContainer .callout img{
	height: 60px;
}
.calloutsContainer .callout h4{
	margin-top: 20px;
	font-size:24px;
	line-height:19px;
	font-weight:700;
}
.calloutsContainer .callout p{
	color:#fff;
	font-size:15px;
	line-height:24px;
}

@media(max-width: 768px){
	.calloutsContainer{
		flex-flow: row wrap;
	}
	.calloutsContainer .callout{
		width: 50%;
		justify-content: center;
	}
	.calloutsContainer .callout:nth-child(1){
		order: 2;
	}
	.calloutsContainer .callout:nth-child(2){
		order: 1;
	}
}
@media(max-width: 460px){
	.calloutsContainer{
		flex-flow: column wrap;
	}
	.calloutsContainer .callout{
		width: 100%;
	}
	.calloutsContainer .callout:nth-child(1){
		order: initial;
	}
	.calloutsContainer .callout:nth-child(2){
		order: initial;
	}
}

/**********************BLOG POSTS*************************/
.more a{color:#3B55E6;font-weight: 400;font-family:'Lato', Sans-serif;}
/**********************LATEST BLOG POSTS*************************/
#latestBlogPost{
	position:relative;
	display:block;
	background: #fff;
	padding: 4% 0;
}
#latestBlogPost .headerAndUnder{
	max-width:918px;
	margin:0px auto;
}

#latestBlogPost h3{
	text-align:center;
	margin-bottom:35px;
	font-size:64px;
	color:#333D41;
}
#latestBlogPost .underH3{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
	color:#586D77;
	text-align:center;
	padding-bottom:82px;
}
#latestBlogPost .postThumbnail{
	display:block;
	width:100%;
	padding-top: 69.6%;
	position:relative;
}

#latestBlogPost .postExcerpt{
	display:block;
	padding:20px;
}

#latestBlogPost .postExcerpt h4{
	font-size: 20px;
	line-height: 28px;
	margin:0;
	color:#333D3F;
	font-weight: 700;
}
#latestBlogPost .postExcerpt h4 a{
	color:#333D3F;
}
#latestBlogPost .postExcerpt .excerpt{
	font-size:14px;
	line-height:21px;
	margin-bottom:15px;
}
#latestBlogPost .postExcerpt .more a{
	font-size:19.51px;
	line-height:20.73px;
	color:#323D41;
}
#latestBlogPost .postExcerpt .terms a{
	color:#c54a4f;
	font-weight: 900;
	letter-spacing: 1px;
}
#latestBlogPost .outerBtn{text-align:center;}
#latestBlogPost .rowPostsLatest{
	display:flex;
	flex-flow:row;
	min-height:400px;
	
}
#latestBlogPost .rowPostsLatest .columnImg{
	width:43%;
}
#latestBlogPost .rowPostsLatest .columnText{
	width:57%;
}
#latestBlogPost .postThumbnail{
	height:100%;
}


/*LATEST BLOG POST - JUST ONE (BIG) POST*/
#latestBlogPost .latestOne .postThumbnail{
	position:relative;
	display:block;
	overflow:hidden;
}
#latestBlogPost .latestOne .postExcerptContainer>a{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#latestBlogPost .latestOne .postThumbnail .postExcerptContainer{
	position: absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height: 100%;
	overflow:hidden;
}
#latestBlogPost .latestOne .postThumbnail .postExcerpt{
	background:rgba(255,255,255,0.85);
	position: absolute;
	left:0;
	bottom:0;
	display:block;
	width:100%;
	padding:20px 30px;
	pointer-events:none;
}
#latestBlogPost .latestOne .postThumbnail .postExcerpt h4{
	display:block;
	width:100%;
	position: relative;
	line-height: 40px;
	font-size: 32px;
}
#latestBlogPost .latestOne .postThumbnail .postExcerpt .more{
	display:block;
	width:100%;
	position: relative;
	line-height: 30px;
}
#latestBlogPost .latestOne .postThumbnail .postExcerpt h4 a,
#latestBlogPost .latestOne .postThumbnail .postExcerpt .more a{
	display:block;
	width:100%;
}

#latestBlogPost .olderTwo{
	display:flex;
	flex-flow:row;
	gap:70px;
}
	#latestBlogPost .olderTwo .col1{
		
	}
	#latestBlogPost .olderTwo .col1 article{
		border-radius:20px;
		box-shadow:1px 1px 3px gray;
	}
	
#latestBlogPost .olderTwo .featBlogPost{
	display:block;

	margin-bottom: 30px;
	overflow:hidden;
}
#latestBlogPost .olderTwo .postThumbnail{
	padding-top: 83%;
	display:block;
	position:relative;
}
#latestBlogPost .olderTwo .postThumbnail>a{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
@media(max-width:864px){
	#latestBlogPost .olderTwo{
		flex-flow:column;
	} 
}

#categoryDescription{
	
	padding-top:70px;
	padding-bottom:90px;
	display:block;
	background:white;
}
#categoryDescription p{
	font-size: 0.9em;
	line-height: 1.2em;
	color:#EBEBEB;
}
#categoryDescription h1{
	text-align:center;
	font-size:64px;
	line-height:57px;
	margin-bottom:35px;
	color:#333D41;
}

#categoryDescription .underHeader1{
	font-size:32px;
	line-height:42px;
	font-weight:bold;
	color:#878787;
	padding-bottom:90px;
}
#categoryDescription .underHeader1 p{
	color:#878787;
	font-size:32px;
} 
#categoryDescription .oneGalleryCont{
	padding-bottom:90px;
}
#categoryDescription .oneGalleryCont h3{
	font-size:48px;
	line-height:57px;
	font-weight:bold;
	margin-bottom:20px;
	color:#333D40;
}
#categoryDescription .oneGalleryCont .GalImages{
	display:flex;
	flex-flow:wrap;
	gap:23px
}
#categoryDescription .oneGalleryCont .GalImages .itemImg {
	height:135px;
	max-width:240px;
	border-radius:15px;
	width:25%;
	display:block;
	transition: 0.2s ease;
	box-shadow: 4px 4px 10px #eee;
}
#categoryDescription .oneGalleryCont .GalImages .itemImg.getMorePhotoes {
	background:#E5EBEC;
	color:#596D77;
	display:flex;
	flex-flow:column;
	font-size:20px;
	align-items:center;
	justify-content: center;
	cursor: pointer;
	transition: 0.2s ease;
}

#categoryDescription .oneGalleryCont .GalImages .itemImg:hover,
#categoryDescription .oneGalleryCont .GalImages .itemImg.getMorePhotoes:hover {
    transform: scale(1.025);
}
#categoryDescription .oneGalleryCont .GalImages .itemImg img,
#categoryDescription .oneGalleryCont .GalImages .itemImgNonDisplay{
	display:none;
}
#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg{
	width:50%;
	height:365px;
	max-width:632px;
}
#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg img{
	width:100%;
}
#categoryDescription .oneGalleryCont .undImgText{
	font-size:32px;
	line-height:42px;
	font-weight:400;
	color:#333D40;
	padding-bottom:60px;
}


@media(max-width:1300px){
	#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg{
		max-width:500px;
		height:315px;
	}
}
@media(max-width:1044px){
	#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg{
		max-width:400px;
		height:255px;
	}
	#categoryDescription .oneGalleryCont .GalImages .itemImg{
		max-width: 188px;
		height:100px;
	}
}
@media(max-width:845px){
	#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg{
		max-width:300px;
		height:215px;
	}
	#categoryDescription .oneGalleryCont .GalImages .itemImg{
		max-width: 146px;
		height:80px;
	}
	#categoryDescription .oneGalleryCont .GalImages .itemImg.getMorePhotoes{
		font-size:18px;
	}
	#categoryDescription h1{
		font-size: 44px;
		line-height: 47px;
	}
	#categoryDescription .underHeader1 p{
		font-size:28px;
	}
}
@media(max-width:768px){
	#latestBlogPost .olderTwo{
		    flex-flow: column;
	}
}
@media(max-width:620px){
	#categoryDescription .oneGalleryCont .GalImages .itemImg.bigItemImg{
		max-width:none;
		height:315px;
		width:100%;
	}
	#categoryDescription .oneGalleryCont h3{
		font-size: 37px;
		line-height: 47px;
	}
	#categoryDescription .oneGalleryCont .undImgText{
		font-size:22px;
		line-height: 30px;
	}
	#categoryDescription .oneGalleryCont .GalImages .itemImg.getMorePhotoes{
		font-size:16px;
	}
	#categoryDescription h1{
		font-size: 37px;
		line-height: 39px;
	}
	#categoryDescription .underHeader1 p{
		font-size:24px;
	}
}


figure,
.postDetails figure,
#categoryDescription figure,
#categoryDescription img{
	max-width:100%;
}

/****************************SERVICEs GALLERY PAGE*****************************/
/*#servicesGallery{
	display:block;
	width:100%;
}
#servicesGallery:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}*/


.single #primary{
	background:#fff;
	margin: 100px auto 0
}
.single-portfolio #primary{
	background:#2b2b2b;
	margin: 100px auto 0;
}
#primary h3{
	font-size:64px;
	color:#333D41;
	line-height:57px;
	text-align:center;
	margin-top:70px;
}
#primary h6{
	text-align:center;
}
#primary .large-6{
	width:918px;
	margin:0px auto;
	float:none !important;
}

#serviceTabs{
	display:block;
	margin-top: 90px;
	border-right:1px solid #D6D6D6;
	position:relative;
	z-index:100;
}

.serviceTab{
	background:#F5F5F5;
	padding: 12px 20px 18px 20px;
	cursor:pointer;
	border-radius: 4px 0 0 4px;
	margin-bottom: 6px;
	border:1px solid #D6D6D6;
	border-right:none;
	position:relative;
	width:100%;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.serviceTab.currentGallery{
	background:#fff;
	border-right:2px solid #fff;
	z-index:200;
}
.serviceTab.currentGallery:after{
	content:'';
	z-index:201;
	position: absolute;
	right:-4px;
	top:0;
	width:4px;
	height:100%;
	display:block;
	background:#fff;
}


.serviceTab p{
	color:#575757;
	
	font-size: 14px;
}
.serviceTab p strong{
	
	font-weight: 500;
	font-size: 18px;
}
.serviceTab.currentGallery p strong{
	color:#3C40FF;
}

#serviceSidebar #callRequest{
	padding: 0 20px 20px 20px;
	margin-top:40px;
}
#serviceSidebar #callRequest #formHeader{
	font-size: 20px;
}

.serviceTabGallery{
	display:none;
	width:100%;
}
.serviceTabGallery .serviceDescription{
	display:block;
	padding: 50px 0 30px;
}
.serviceTabGallery p{
	color:#575757;
	
	font-size: 16px;
}
.serviceTabGallery p strong{
	font-weight: 600;
}
.serviceTabGallery.currentGallery{
	display:block;
}
.serviceTabGallery.currentGallery h3{
	color:#3C40FF;
	font-size: 22px;
}


#serviceGalleries{
	display:block;
	width:100%;
	position:relative;
}
#serviceGalleries:after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}

.galleryContainer{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:500;
}
.galleryContainer .galleryImg{width:100%;}
.galleryPagination a{
	display:inline-block;
	float:left;
	width: 49%;
	margin:0 2% 2% 0;
}
.galleryPagination a:nth-child(even){
	margin-right:0;
}

@media(max-width:768px){
	#primary h3{
		font-size:44px;
	}
	#primary h6{
		font-size: 24px;
	}
	#primary .large-6{
		width:auto;
	}
}

/**********************fiveQualities***********************/
#fiveQualities{
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:100px;
}
#fiveQualities h4{
	font-size: 64px;
	line-height:57px;
	font-weight:700;
	padding: 80px 0 50px;
	max-width:830px;
	margin:0px auto;
	color:#333D41;
}
#fiveQualities h6{
	font-size: 20px;
	line-height:24px;
	color:#323D40;
	font-weight: 700;
	
}
#fiveQualities p{
	color:#878787;
	font-size: 15px;
	line-height:22px;
}
#fiveQualities .rowQualities{
	display:flex;
	flex-flow:wrap;
	width:100%;
	gap:60px;
	padding-bottom:60px;
	justify-content: center;
	max-width: 919px;
    margin: 10px auto;
}
#fiveQualities .thirtythreePercent{
	background:#E6EBEC;
	width: 28.73%;
	box-sizing:border-box;
	padding:30px;
}

#fiveQualities .iconCircle{display:block;width:96px;height:96px;border-radius:50%;background:#eee;margin: 0px auto;}
#fiveQualities .iconCircle.customerSatisfaction{background:url(images/CustomerSert.svg)no-repeat center / 40px;}
#fiveQualities .iconCircle.licensedInsured{background:url(images/licensedCup.svg)no-repeat center / 40px;}
#fiveQualities .iconCircle.competitivePricing{background:url(images/CompetPricing.svg)no-repeat center / 40px;}
#fiveQualities .iconCircle.guaranteeWork{background:url(images/guaranty.svg)no-repeat center / 40px;}
#fiveQualities .iconCircle.precisionQuality{background:url(images/diamond.svg)no-repeat center / 40px;}
#fiveQualities .iconCircle.veteranOwned{background:url(images/VeteranOwned.svg)no-repeat center / 40px;}

@media(max-width:834px){
	#fiveQualities .rowQualities{
		flex-flow:wrap;
	}
	#fiveQualities .thirtythreePercent{
		max-width:none;
		width:50%;
	}
}

/*
#projectSliderContainer .bx-wrapper .bx-prev,
#projectSliderContainer .bx-wrapper .bx-next{
	display:block;
	width: 62px;
	height: 62px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
}
#projectSliderContainer .bx-wrapper .bx-prev:before{
	content: "\f341";
	font-size: 30px;
	font-family: dashicons;
	position: absolute;
	left:25px;
	top:22px;
	display:block;
	width:16px;
	height:16px;
	border: 4px solid #fff;
	transform: rotate(45deg);
	border-top:0;
	border-right:0;
	
}
#projectSliderContainer .bx-wrapper .bx-next:before{
	content: "\f345";
	font-size: 30px;
	font-family: dashicons;
	position: absolute;
	left:21px;
	top:22px;
	display:block;
	width:16px;
	height:16px;
	border: 4px solid #fff;
	transform: rotate(45deg);
	border-bottom:0;
	border-left:0;
}
#projectSlider .slide{
	display:block;
	width:100%;
	height:0;
	padding-top: 50%;
}
#projectSlider .slideVertical{
	display:block;
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
} */

.single-portfolio .terms{
	margin-top:80px;
	font-size: 14px;
	letter-spacing:0;
}
.single-portfolio h2{
	color:#fff;

	font-size: 36px;
	line-height: 48px;
	font-weight: 300;
	margin:0;
}
.single-portfolio h5{
	font-size: 27px;
	color:#fff;
	letter-spacing:0;
	font-weight: 700;
	margin-top:60px;
}
.single-portfolio .projectContent p{
	color:#898989;

	line-height: 28px;
}
.single-portfolio table,
.single-portfolio table th,
.single-portfolio table td{
	border:none;
	color:#898989;
}
.single-portfolio table th{
	font-weight: 700;
	background:none;
	color:#fff;
}
.single-portfolio #postNavigation{
	padding:0;
	text-align:left;
}

 

#contactIcon{
	display:inline-block;
	vertical-align:top;
	float:right;
	width: 29px;
	height: 25px;
	margin-left:20px;
	background: url(images/contact_icon.png)no-repeat center / contain;
}

h4#catNav{
	position:relative;
	margin: 40px 0 0 0;
}
h4#catNav #termsMenu{
	list-style-type:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	left:0;
	top:100%;
	z-index:4000;
}
h4#catNav #termsMenu li{
	list-style-type:none;
	margin:0;
	padding:0;
}
h4#catNav #termsMenu li a{
	display:block;
	padding:6px 20px;
	color:#fff;
	background: #404040;
}
h4#catNav #termsMenu li:hover a{
	background: #555;
}
h4#catNav:hover #termsMenu{display:block;}

article.relatedPost,
article.postBlock,
article.postExcerptBlock{
	background: rgba(255,255,255,0.75);
	color:#5b5b5b;
	font-size: 14px;
	overflow:visible;
	margin: 30px 0 0;
	padding: 0 0 40px 0;
}
article.postExcerptBlock h3{
	margin: 15px 0;
	font-weight: 700;
	font-size: 28px;
	
	line-height: 34px;
	color:#001E80;
}
article.postExcerptBlock h3 a{
	color:#001E80;
}
.single h3{
	font-size: 70px;
	color:#000;
	font-weight: 700;
	line-height: 80px;
}
.terms a{
	color:#00818d;
	font-size: 16px;
	font-weight: 700;
	font-family:'Lato', Sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.single .terms a,
.blog .terms a{
	color:#D6220A;
}

p.share{
	font-size: 14px;
	text-align:center;
}
p.share span{
	display:inline-block;
	vertical-align:middle;
}
#rightSidebar aside{
	display:block;
	width:100%;
	overflow:hidden;
	border-radius: 6px;
	background: #f4f0eb;
	padding: 20px 26px;
	margin: 0 0 30px 0;
	position:relative;
	text-align:center;
	border-top: 2px solid #ede7e0;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

#rightSidebar aside:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	display:block;
	width:100%;
	height: 70px;
	background: #e2d9cd;
	background: -moz-linear-gradient(top, #e2d9cd 0%, #f4f0eb 100%);
	background: -webkit-linear-gradient(top, #e2d9cd 0%,#f4f0eb 100%);
	background: linear-gradient(to bottom, #e2d9cd 0%,#f4f0eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2d9cd', endColorstr='#f4f0eb',GradientType=0 );
}
#rightSidebar aside h2.widget-title{
	position:relative;
	z-index: 300;
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

#comments{
	padding: 12px 40px 30px;
}
article.relatedPost .postThumbnail,
article.postBlock .postThumbnail,
article.postExcerptBlock .postThumbnail{
	display:block;
	width:100%;
	height: 0;
	padding-top:63%;
	position:relative;
}
.single article.postBlock.postDetails{
	margin-top: 0;
}
article.relatedPost .postThumbnail a,
article.postBlock .postThumbnail a,
article.postExcerptBlock .postThumbnail a{
	position: absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
}
article.relatedPost .entry-content,
article.postBlock .entry-content,
article.postExcerptBlock .entry-content{
	display:block;
	padding: 15px 0;
}
.excerpt{
	color:#898989;
}



.singleBlogPost{
	display:block;
	background: #fff;
}
	.singleBlogPostNew article{
		display:flex;
		flex-flow:row;
		gap:2%;
	}
	.singleBlogPostNew article h1{
		color:#333D40;
		font-size:32px;
		line-height:35px;
		font-weight:800;
	}
	.singleBlogPostNew article .col1{width:59%;}
	.singleBlogPostNew article .col2{width:39%;}
	.singleBlogPostNew article .col2 img{
		border-radius:16px;
	}
	.singleBlogPostNew article .postDateName{
		padding-top:15px;
		padding-bottom:15px;
		color:#596D77;
		font-size:16px;
		line-height:42px;
		font-weight:700;
	}
	.singleBlogPostNew article .contentpost{
		color:#596D77;
		font-size:16px;
		line-height:28px;
		font-weight:400;
	}
	.backToBlogs{
		background:#F2F5F5 url(images/back_arrow_small.svg) no-repeat center;
		width:33px;
		height:33px;
		display:block;
		border-radius: 50%;
	}

#practicingPosts{
	display:block;
	overflow:hidden;
	clear:both;
	margin: 10px 0;
}

/*****************ABOUT PAGE*******************/

.mainContent h3{
	font-weight: 600;
	font-size: 36px;
	color:#3C40FF;
}
#aboutContent{

}



#aboutContent .rocklingGlassTxt{
	font-size:40px;
	line-height:57.6px;
	font-weight:700;
}
#aboutContent h3:first-child{
	margin-top:0;
	line-height: 36px;
}
.mainContent p{
	
	font-size: 16px;
	color:#575757;
}
.mainContent p strong{
	font-weight: 600;
}

.customColumns{
	background: #fff;
}
.customColumns h4{
	margin:0;
}

@media(max-width:768px){
	#aboutContent .rocklingGlassTxt{
		font-size:34px;
		line-height:41.6px;
	}
}

/*****************TEAM SECTIONs*******************/
#team{
	display:block;
	width:100%;
	background: #fff;
}
#team h3{
	font-size:64px;
	line-height:57px;
	font-weight:700;
	color:#333D41;
	padding-bottom:90px;
	text-align:center;
	
}
#team .teamMember{
	text-align:center;
	margin-bottom: 40px;
}
#team .teamMember h4{
	font-size:20px;
	line-height:22px;
	text-align:center;
	
}
#team .teamMember h4 a{
	
}
#team .teamMember .memberTitle{
	font-size: 18px;
	font-style:italic;
	font-weight: 700;

	margin-top:0;
	color:#D6220A;
}
#team .memberThumbnail{
	display:block;
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
}
#team .memberThumbnail a{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}


#team .innerBioCardsContainer{
	display:flex;
	flex-flow:wrap;
	gap:60px;
	justify-content: space-between;
}
#team .innerBioCardsContainer .oneBioCard{
	width:50%;
	max-width:609px;

	
}
#team .innerBioCardsContainer .oneBioCard article{
	box-shadow:1px 1px 2px gray;
	border-radius:15px;
	display:flex;
	flex-flow:row;
	max-height:403px;
	height: 403px;
	overflow: hidden;
}
#team .innerBioCardsContainer .oneBioCard article .memberThumbnail{
	width:43%;
	position:relative;
}
#team .innerBioCardsContainer .oneBioCard article h4{
	text-align:left;
	padding-bottom:20px;
}
#team .innerBioCardsContainer .oneBioCard article .entry-content{
	width:57%;
	text-align:left;
	padding-left: 32px;
	padding-top:45px;
	padding-right: 21px;
}

#team .innerBioCardsContainer .oneBioCard article .forContent{
	padding-bottom:20px;
}
#team .innerBioCardsContainer .oneBioCard article .readMore{
	color:#323D41;
	font-size:19.51px;
	line-height:20.73px;
	font-weight:400;
	background:url(images/small_arrow_right.svg) no-repeat right;
	padding-right:25px;
}
@media(max-width:768px){
	#team h3{
		font-size: 44px;
		line-height: 37px;
	}
	#team .innerBioCardsContainer .oneBioCard{
		width:100%;
	}
}


#primary.blog{
	background:#fff;
}
.search #primary.blog{
	margin-top:100px;
	padding-top: 100px;
}

select#blogCategories{
	display:block;
	width:100%;
	position:relative;
	margin: 110px 0 18px;
	background:rgba(255,255,255,0.7);
	color:#898989;
	height: 50px;
	border: none;
	border-radius: 8px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	cursor:pointer;
}
.single-portfolio select#blogCategories{
	margin: 0 0 50px;
}
select#blogCategories option{
	cursor:pointer;
	background:#cccccc;
	color:#898989;

	font-weight: 600;
	font-size: 14px;
}
select#blogCategories option:hover{
	font-weight: 700;
}
select#blogCategories + img{
	float:right;
	margin: -52px 15px 0 0;
	position: relative;
	z-index:500;
	pointer-events:none;
}
form.search-form input[name='s']{
	display:block;
	width:100%;
	position:relative;
	margin: 0;
	background:rgba(255,255,255,0.7);
	color:#898989;
	height: 50px;
	border: none;
	border-radius: 8px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	
	color:#898989;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 400;
	font-size: 18px;
	padding-left:13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
form.search-form input[name='s'] + button{
	background:0;
	border:none;
	float:right;
	display:block;
	margin-top: -49px;
	position:relative;
	z-index:100;
	width: 54px;
	height:50px;
	text-align:center;
	padding:0;
}
form.search-form input[name='s'] + button span.dashicons{
	font-size: 36px;
	color:#898989;
	display:block;
	width: 60px;
	height:50px;
	line-height:50px;
}


.mainContent{
	display:block;
	width:100%;
	padding: 70px 0;
	overflow:hidden;
}

.page-template-t-contact .mainContent{
	padding: 0; 
}
.page-template-t-expertiset .mainContent,
.page-template-t-request .mainContent{
	padding: 35px 0;
}
.page-template-t-claim .mainContent{
	padding: 0 0 40px 0; 
}
.page-template-t-expertiset #section2.sectionHeader article{
	padding: 30px 0;
}
/*****************GALLERY SECTIONs*******************/
.gallery{
	display:block;
	overflow:hidden;
	width:100%;
}
.galleryPhoto{
	display:block;
	width:100%;
	height: auto;
	overflow:hidden;
}
.galleryPhoto .photoThumbnail{
	display:block;
	width:100%;
	height:0;
	padding-top: 66%;
	overflow:hidden;
	position:relative;
}
.galleryPhoto .photoThumbnail a{
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}
/************************SLIDER SECTIONS**************************/
.slider .slide{
	position:relative;
}
.slider .slide article.slideContent{
	position: absolute;
	right:0;
	bottom:0;
	display:block;
	width:50%;
	height:auto;
	padding: 60px 50px;
	background: rgba(255,255,255,0.9);
}
.slider .slide article.slideContent h3{
	font-size: 40px;
	font-weight: 700;
	margin-top:0;
}
.slider .bx-wrapper .bx-pager{bottom:-50px;}
/************************CUSTOM COLUMNS SECTIONS**************************/
.customColumnsSection h3{
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 40px 0;
}
.page-id-57 #section7 h3{
	margin-bottom:0;
}
.customColumnsSection h5{
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing:1px;
}

/*******************PORTFOLIO**********************/
.projectTile{
	margin: 0 -15px;
	display:block;
	height: 0;
	padding-top: 67%;
	position: relative;
}
#moreCategoryWork{margin-bottom: 200px;}
#moreCategoryWork .projectTile{
	margin: 0 -9px 12px;
}
.brickPattern{
	position:relative;
	margin-top:100px;
	display:block;
	clear:both;
	overflow:hidden;
	background: #2b2b2b;
}

.projectInfo{
	display:block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: 0;
	background: rgba(207,78,83,0.8);
	color:#fff;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.projectInfo .terms{
	margin:0;
}
.projectInfo a{color:#fff;}
.projectInfo .terms a{
	display:block;
	padding: 10px 0;
}
#moreCategoryWork .projectTile .projectInfo{
	padding: 20px;
}
#moreCategoryWork .projectTile .projectInfo h4{
	font-size: 24px;
	line-height:30px;
	color:#fff;
	margin:0;
}
#moreCategoryWork .projectTile .projectInfo h4 a{
	color:#fff;
	display:block;
}
#moreCategoryWork .projectTile .projectInfo .excerpt{
	margin:0;
}
#moreCategoryWork .projectTile .projectInfo .projectExcerpt{
	padding: 0;
}
#moreCategoryWork .projectTile .projectInfo .more{
	padding:0;
}
#moreCategoryWork .projectTile .projectInfo .more a{
	padding: 20px 0 39%;
}
.projectTile:hover .projectInfo{
	opacity:1;
}
.projectInfo h3{
	color:#fff;

	font-size: 36px;
	font-weight: 600;
	margin:0;
}
.projectInfo h3 a{ 
	display:block;
	color:#fff;
	padding: 50px 40px 20px;
}
.projectInfo .projectExcerpt{
	display:block;
	margin:0;
	padding: 10px 40px;
}
.projectInfo p{
	color:#fff;
	font-size: 16px;

	padding: 10px 0;
}
.projectInfo .more{
	text-align:left;
	color:#fff;
	margin: 0;
}
.projectInfo .more a{
	color:#fff;
	display:block;
	padding: 10px 40px 34%;
}



/************************Employment PAGE**************************/
#employment .job{
	display:block;
	overflow:hidden;
	padding: 100px 0;
	background:#fff;
}
#employment .job:first-child{
	margin-top:100px;
}
#employment .job:nth-child(even){
	background:#ebebeb;
}
#employment .job h3{
	font-size: 36px;
	font-weight: 300;
	color:#2b2b2b;
	margin-top:0;
}
#employment .job .closingDate{
	text-transform: uppercase;
	color: #00818d;
	font-size: 16px;
	font-weight: 900;

}
#employment .job p{
	font-size: 16px;
	color:#898989;
	line-height: 30px;
}
#employment .job .btn{
	border:none;
	font-weight: 600;
}
#employment .job .btn:hover{
	background:#00818d;
}


.awardsList {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin: 48px 0;
}

.awardsList .awardBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}


.awardsList .awardBox img {
    width: 35%;
    max-width: 100%;
}
.awardsList .awardBox .awardDesc {
    width: 65%;
}

.page-template-t-awards h3 {
    line-height: 1.2;
}

@media(max-width: 460px){
    .awardsList .awardBox {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    
    .awardsList .awardBox img {
        width: 100%;
    }
    .awardsList .awardBox .awardDesc {
        width: 100%;
    }
}

@media(max-width: 1200px){
    .page-template-t-awards h3 {
        font-size: 48px;
    }   
}

@media(max-width: 991px){
    .page-template-t-awards h3 {
        font-size: 40px;
    }   
}

@media(max-width: 768px){
    .page-template-t-awards h3 {
        font-size: 36px;
    }   
}

@media(max-width: 640px){
    .page-template-t-awards h3 {
        font-size: 32px;
    }   
}

@media(max-width: 460px){
    .page-template-t-awards h3 {
        font-size: 28px;
    }   
}

/************************TESTIMONIALS PAGE**************************/
#testimonials{
	background:#fff;
	margin-top:100px;
	padding-top:40px;
}
#testimonials .testimonialImage {
	display:block;
	margin:0 auto 20px;
	width:190px;
	height: 190px;
	overflow:hidden;
	border-radius: 50%;
	margin: 0 0 30px 0;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#testimonials .theTestimonialBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	margin-bottom: 24px;
}

#testimonials .theTestimonial p{
	text-align:left;
	font-size: 16px;
	color:#898989;
	line-height: 30px;
}
#testimonials .theTestimonial h4{
	color:#be484c;
	font-size: 16px;
	letter-spacing:0;
	text-align:left;
}
#testimonials .theTestimonial h4 em{
	font-weight: 400;
}
/************************CONTACT PAGE**************************/
#contactArea{
	background: #fff;
	border-top:0;
	border-bottom:0;
}

/************************MODULE**************************/
.overlay{
	display:none;
	position: fixed; 
	top: 0; left: 0; right:0;bottom:0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.9);
	z-index: 4900;
}
.module{
	display:block;
	background: #fff;
	width: 1000px; 
	max-width: 100%; 
	height: 568px; 
	border: 6px solid #efefef;
	-webkit-box-shadow: 30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -500px;
	z-index: 5000;
	display:none;
}
.teamMemberModule{
	display:block;
	background: #fff;
	width: 1000px; 
	max-width: 100%; 
	height: auto; 

	-webkit-box-shadow: 30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         30px 30px 16px 0px rgba(0, 0, 0, 0.17);
	border-radius:16px;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -500px;
	z-index: 5000;
	display:none;
}
.module iframe.videoFrame{display:block!important;position: absolute!important; left: 0!important; top: 0!important;width:100%!important;height:100%!important;}
.teamMemberModule .x,
.module .x{position: absolute; right: 0px; top: 0px; width: 50px; height: 50px; color:#596D77;z-index:1601;cursor:pointer;}
.teamMemberModule .x:after,
.module .x:after{content: "\f335";font-family:'dashicons';position: absolute;font-size: 40px;color: #596D77;}

#teamMemberBios{
	display:none;
}
.teamMemberModule #memberBio img{
	border-radius:16px;
}
.teamMemberModule #memberBio h4{
	margin-top:0px;
}
.teamMemberModule #memberBio{
	padding-top:73px;
	padding-bottom:73px;
	padding-left:68px;
	padding-right:87px;
}

/***********************MAP**********************************/
		#AboveServiceAreas .upperMap{
			width:918px;
			margin:0px auto;
			text-align:center;
			padding-bottom:70px;
		}

			#AboveServiceAreas .upperMap .underH3{
				font-size:24px;
				color:#333D41;
			}
			#AboveServiceAreas .upperMap .underH3 p{
				font-size:24px;
			}
			@media(max-width:918px){
				#AboveServiceAreas .upperMap{
					width:auto;
				}
			}
/***********************MAP**********************************/


/************************FOOTER**************************/
footer#primaryFooter{
	background: #E5EBEC;
	padding: 10px 0;
	color:#323D41;
	font-size: 16px;
	/*width:100%;
	max-width:100%;*/
	display:block;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom:54px;
}
footer#primaryFooter p{
	color:#323D41;
	font-size: 14px;
}
footer#primaryFooter a{
	color:#323D41;
	text-decoration:none;
}
footer#primaryFooter #copyright,
footer#primaryFooter #copyright a{
	color:#323D41;
}
footer#primaryFooter a.siteBy{
	color:#323D41;
	float:right;
}
footer#primaryFooter a.siteBy:hover{
	color:#323D41;
}

#primaryFooter h4{
	font-size:32px;
	line-height:25.63px;
	text-align:center;
	padding-top:55px;
	padding-bottom:60px;
}
	#primaryFooter .footerH4{
		color:#323D41;
		font-size:32px;
		line-height:25px;
		font-weight:800;
	}
	#primaryFooter .upper_three_cols .item_col{}
		#primaryFooter .upper_three_cols .item_col li{padding-bottom:20px;}
			#primaryFooter .upper_three_cols .item_col li a{
				font-size:24px;
				line-height:25px;
				font-weight:500;
			}
		#primaryFooter .lower_three_cols{
			font-size:24px;
			font-weight:700;
			line-height:25px;
		}
		#primaryFooter .lower_three_cols .item_col{
			padding-left: 35px;
		}
		#primaryFooter .lower_three_cols .item_col.phone{
			background: url(images/small_phon_ico.svg) no-repeat left;
		}
		#primaryFooter .lower_three_cols .item_col.addr{
			background: url(images/small_loc_icon.svg) no-repeat left;
		}
		#primaryFooter .lower_three_cols .item_col.licens{
			background: url(images/small_list_ico.svg) no-repeat left;
		}

#primaryFooter .upper_three_cols{
	display:flex;
	flex-flow:row;
	justify-content: space-around;
	padding-bottom:60px;
}
	#primaryFooter .upper_three_cols .item_col{
		list-style:none;
		font-size:24px;
		line-height:25.63px;
		padding-top:20px;
	}
	#primaryFooter .lower_three_cols{
		display:flex;
		flex-flow:row;
		justify-content: space-around;
		
	}
	#primaryFooter .lower_three_cols .item_col{
		font-size:24px;
	}
	
@media(max-width:650px){
	#primaryFooter .upper_three_cols{
		flex-flow:column;
	}
	#primaryFooter .lower_three_cols{
		flex-flow:column;
		gap:10px;
	}
}

ul.socialIcons{
	display:inline-block;
	float:right;
	margin-top:5px;
}
ul.socialIcons li{
	display:inline-block;
	float: left;
	margin-left: 20px;
}
ul.socialIcons li a{
	display:block;
	width: 31px;
	height: 31px;
	background: url(images/sprite_icons.svg)no-repeat 0 0;
	text-indent:-5000px;
}
ul.socialIcons li.facebook a{background-position:0 0;}
ul.socialIcons li.facebook:hover a{background-position:0 -34px;}
ul.socialIcons li.twitter a{background-position:-37px 0;}
ul.socialIcons li.twitter:hover a{background-position:-37px -34px;}
ul.socialIcons li.linkedin a{background-position:-74px 0;}
ul.socialIcons li.linkedin:hover a{background-position:-74px -34px;}
ul.socialIcons li.google a{background-position:-110px 0;}
ul.socialIcons li.google:hover a{background-position:-110px -34px;}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4{
	font-size: 36px;
	
	font-weight: 600;
	line-height: 1.2em;
	color:#323D41;
	text-shadow:none;
	margin:0;
}

.single-post h3{
	color:#2b2b2b;

	font-size: 36px;
	font-weight: 700;
	letter-spacing:0;
}
.single-post h4{
	color:#2b2b2b;

	font-size: 25px;
	font-weight: 700;
	letter-spacing:0;
}
.single-post h5{
	color:#00818d;

	font-size: 20px;
	font-weight: 200;
	letter-spacing:0;
}
.single-post h6{
	color:#00818d;

	font-size: 16px;
	font-weight: 700;
	letter-spacing:1px;
}
.single-post #postFiles p a{
	display:block;
	background:#e1e1e1;

	border-radius: 10px;
	padding: 24px 60px;
	font-size: 24px;
	font-weight: 400;
	color:#898989;
	position:relative;
}
.single-post #postFiles p a:before{
	content:'';
	display:block;
	width:29px;
	height: 33px;
	background: url(images/file_icon.png)no-repeat 0 0 / contain;
	position: absolute;
	left: 20px;
	top:50%;
	margin-top: -16px;
}
.single-post #postFiles p a:after{
	content:'';
	display:block;
	width:28px;
	height: 28px;
	background: url(images/download_icon.png)no-repeat 0 0 / contain;
	position: absolute;
	right: 20px;
	top:50%;
	margin-top: -14px;
}

.single-post p,
.single-post ul,
.single-post ol{
	font-size: 16px;
	line-height: 26px;
	color:#898989;
}
.single-post p.sans,
.single-post p .sans{ 
}
.single-post ol{
	list-style-type:number;
}
.single-post blockquote{
	display:block;
	border-left:12px solid #00818d;
	padding-left: 30px;
	margin: 50px 0 50px -42px;
	overflow:hidden;
}
.single-post blockquote p{
	font-size: 30px;
	font-weight: 300;
	line-height: 48px;
	color:#898989;
}
.single-post blockquote p:first-child{
	margin-top:-10px;
}
.single-post blockquote p:last-child{
	margin-bottom:-10px;
}

.single-post .postDateName{
	text-align:left;
	font-size: 16px;
	font-weight: 400;
	color:#898989;
} 

.wp-caption-text{font-style:italic;}
.share{
	display:block;
	margin:0;
	float:left;
	max-width: 100%;
	overflow:hidden;
	padding: 80px 0;
}


select#projectCat{
	display:block;
	position:relative;
	margin: 20px 0 50px;
	background:#2b2b2b;
	color:#fff;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 8px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	cursor:pointer;
}
.single-portfolio select#projectCat{
	margin: 40px 0 50px;
}
select#projectCat option{
	cursor:pointer;
	background:#cccccc;
	color:#363636;
	font-weight: 600;
	font-size: 14px;
}
select#projectCat option:hover{
	font-weight: 700;
}
select#projectCat + img{
	float:right;
	margin: -84px 15px 0 0;
	position: relative;
	z-index:500;
	pointer-events:none;
}
#postNavigation{
	display:block;
	max-width: 100%;
	margin: 0 auto;
	overflow:hidden;
	padding: 70px 0;
	position:relative;
	float:right;
}
#postNavigation a{
	display:inline-block;
	width: 54px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #b7b7b7;
	border-radius: 6px;
	color: #404040;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;
}
a.allPosts{
	margin: 0 15px;
	display:inline-block;
	width: 52px;
	height: 52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #b7b7b7;
	border-radius: 6px;
	color: #404040;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;

}
.single-portfolio a.allPosts{
	border-radius: 50%;
	border: 2px solid #b7b7b7;
	color:#fff;
	margin: 40px 0 0 0;
}
#postNavigation a[rel="prev"]{float: left;}
#postNavigation a[rel="more"]{float: none;position:relative;left:50%;margin-left: -235px;}
#postNavigation a[rel="next"]{float:right;}
a.allPosts:hover,
#postNavigation a:hover{
	background:#00818d;
	color:#fff;
}
a.allPosts span,
#postNavigation a span{
	line-height: 52px;
	font-size: 26px;
	text-align:center;
	position:relative;
	top:0px;
	left:-7px;
}
#blogPostNavigation a span.dashicons{
	line-height: 42px;
	font-size: 26px;
}
.single a.allPosts span,
.single #postNavigation a span{
	left:-2px;
}
a.allPosts span.dashicons.dashicons-screenoptions{
	top:-2px;
	left:-3px;
}
#postNavigation.portfolioNav{
	background:#2b2b2b;
	display:block;
	width:100%;
	padding:0;
}
#postNavigation.portfolioNav .navigation{
	padding-bottom:30px;
}
#postNavigation.portfolioNav .navigation span.page-numbers,
#postNavigation.portfolioNav .navigation a{
	background:none;
	border: 2px solid #898989;
}
#postNavigation.portfolioNav .page-numbers{
	color:#898989;
	font-size: 27px;
	font-weight: 700;
	line-height: 37px;
}
#postNavigation.portfolioNav .page-numbers:not(.current):hover{
	color:#fff;
}
#postNavigation.portfolioNav .dashicons{
	font-size: 30px;
	line-height: 40px;
}
#postNavigation.portfolioNav .dashicons:before{
	left:10px;
}

.page-template-t-about #section1 h4{
	font-weight: 300;
}

#openHolidaysPopup {
    color: #D6220A;
    font-weight: 700;
    cursor: pointer;
}

#holidaysPopup {
    width: 640px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: 0 auto;
    overflow-y: scroll;
    position: fixed;
    left: 50%;
    top: 64px;
    margin: 0 0 0 -320px;
    background: #F4F4F4;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px;
    z-index: 5000;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    display: none;
}

#holidaysPopup strong {
    color: #D6220A;
}

#holidaysPopup .x {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}

#holidaysPopup .x:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    position: relative;
    left: 0;
    top: 0;
}

#holidaysPopup .x:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 0;
}


.ctaFormColumn .justBtnForXs{
	display:none;
}
.view_all_awardXS{
	display:none;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.recongition h6{
	font-weight:500;
	color:#9F9F9F;
}
#primary h6{
	font-weight:700;
	color:#586D77;
}


/*-----------------------------social line----------------------------------------------*/
			#socialIcons{}
				#socialIcons .socialInner{
					display:flex;
					flex-flow:row;
					align-items:center;
					justify-content:center;
					gap:50px;
					padding-bottom:84px;
				}
					#socialIcons .socialInner .socialIco{
						width:50px;
						height:50px;
					}
					#socialIcons .socialInner .socialIco.fb{
						background: url(images/facebook_new_bottomico.svg) no-repeat center;
					}
					#socialIcons .socialInner .socialIco.tw{
						background: url(images/twitter_new_bottomico.svg) no-repeat center;
					}
					#socialIcons .socialInner .socialIco.in{
						background: url(images/linkedin_new_bottomico.svg) no-repeat center;
					}
					#socialIcons .socialInner .socialIco.td{
						background: url(images/tdesign_share_new_bottomico.svg) no-repeat center;
					}
					#socialIcons .socialInner .socialIco.ic{
						background: url(images/ic_email_new_bottomico.svg) no-repeat center;
					}
		/*-----------------------------social line----------------------------------------------*/

@media(max-width: 640px) {
    #holidaysPopup {
        left: 16px;
        top: 16px;
        padding: 16px;
        margin: 0 auto;
    }
}

@media(max-width: 1800px){
	#latestBlogPost .postThumbnail{padding-top: 70%;}
}
@media(max-width: 1700px){
	#callRequest{margin-top: 5%;}
	#latestBlogPost .postThumbnail{padding-top: 73%;}
}
@media(max-width: 1650px){
	#callRequest{margin-top: 2.5%;padding: 0 20px 20px 20px}
	#latestBlogPost .postThumbnail{padding-top: 75%;}
}
@media(max-width: 1600px){
	/*p.phone .ctaText{display:none;}*/
	#masthead .cta .btn{
		font-size: 16px;
		padding: 10px 20px;
	}
	#latestBlogPost .postThumbnail{padding-top: 86%;}
}
@media(max-width: 1550px){
	#latestBlogPost .postThumbnail{padding-top: 89%;}
}
@media(max-width: 1500px){
	.hasBanner #banner {
		padding: 0 0 15% 0;
	}
	#callouts .callout{min-height: 300px;}
	#latestBlogPost .postThumbnail{padding-top: 92%;}
}
@media(max-width: 1400px){
	.hasBanner #banner {
		padding: 0 0 16% 0;
	}
	#masthead .cta{
		margin-top: 42px;
	}
	#masthead .cta .btn{
		font-size: 14px;
		padding: 8px 15px;
	}
	#callRequest #formHeader{
		padding:10px 40px 10px 100px;
		margin-bottom:15px;
	}
	#callRequest #formHeader:before{
		top: 14px;
	}
	#callouts .callout{ 
		min-height: 280px;
	}
	#callouts .callout h4{
		font-size: 24px;
	}
	#contactSection #contactArea .large-5{
		width:50%;
		margin:0!important;
	}
}
@media(max-width: 1300px){
	.hasBanner #banner {
		padding: 0 0 17% 0;
	}
	article#headTitle h1{margin-top: 10%;}
	
	.home.hasBanner #banner{padding: 0 0 50% 0;}
	.home.hasBanner #banner:after{
		left: -20%;
	}
	
}
/*****************LARGE+******************/
@media(max-width: 1200px){
	.hasBanner #banner {
		padding: 0 0 18% 0;
	}
	#masthead .sloganColumn{width:29%;}
	#masthead .phoneColumn{width:16.66667%;}
	#masthead .ctaColumn{width:20%;}
	#callRequest #formHeader{font-size: 20px;}
	#callRequest input[type="text"], 
	#callRequest input[type="tel"], 
	#callRequest input[type="email"], 
	#callRequest input[type="date"], 
	#callRequest input[type="number"], 
	#callRequest input[type="password"], 
	#callRequest select{
		height: 40px;
	}
	#serviceAreas{background-size: cover;background-position: center;}
	
	
		

	
	#fiveQualities .large-10{width:100%;margin:0!important;}
	#contactSection .largeContainer>.row>.large-10{
		width:100%;
		margin:0!important;
	}
	#contactForm .medium-half{width:100%;}
}
@media(max-width: 1150px){
	#callRequest #formHeader{font-size: 18px;}
}
@media(max-width: 1120px){
	#headNav ul>li>a{
		padding: 13px 20px;
	}
	#callouts .callout{ 
		min-height: 250px;
	}
	
}
@media(max-width: 1100px){
	.hasBanner #banner {
		padding: 0 0 19% 0;
	}
	#callRequest #formHeader{font-size: 16px;}
	#callRequest input[type="text"], 
	#callRequest input[type="tel"], 
	#callRequest input[type="email"], 
	#callRequest input[type="date"], 
	#callRequest input[type="number"], 
	#callRequest input[type="password"], 
	#callRequest select{
		height: 30px;
	}
}
@media(max-width: 1050px){
	.hasBanner #banner {
		padding: 0 0 23% 0;
	}
}
/*****************MEDIUM******************/
@media(max-width: 1024px){
	.hasBanner #banner {
		padding: 0 0 25% 0;
	}
	#masthead .sloganColumn{display:none;}
	#masthead .phoneColumn{width:25%;}
	#masthead .ctaColumn{width:25%;}
	#callouts .row .column:nth-child(3) article{background-color:#3C40FF!important;}
	#callouts .row .column:nth-child(4) article{background-color:#D6220A!important;}
	#latestBlogPost .postThumbnail{padding-top: 80%;margin-bottom:30px;}
}
@media(max-width: 1023px){
	.bannerTextColumn{width:100%!important;}
	.ctaFormColumn{}
	#callRequest{
		max-width:199px;
		padding-left:16px;
		padding-right:16px;
		padding-bottom: 0px;
		margin-top: -40%;
	}
	#fiveQualities .large-10 .twentyPercent{
		width:100%;
	}
	#callRequest #formHeader{
		font-size:8.17px;
		line-height:11.94px;
	}
	#callRequest #formHeader:before{
		width: 24px;
		height: 24px;
		top: 10px;
	}
	.module{
		left: 0;
		margin-left: 0;
		width:100%;
		height:0;
		padding-top: 55.6%;
	}
	#callRequest label{
		font-size:8.29px;
		line-height:11.94px;
	}
	#callRequest input[type="text"],
	#callRequest input[type="tel"],
	#callRequest input[type="email"],
	#callRequest input[type="date"],
	#callRequest input[type="number"],
	#callRequest input[type="password"],
	#callRequest select{
		height:20px;
		margin-top: 0px;
		font-size: 12px;
	}
	#callRequest input[type="submit"]{
		background: #00B3DC;
		padding: 5px 15px;
		border-radius: 7px;
		font-size: 10px;
		margin-top: 15px;
	}
}
@media(max-width: 1000px){
	.hasBanner #banner {
		padding: 0 0 28% 0;
	}
}
@media(max-width: 960px){
	#headNav ul>li>a{
		padding: 13px;
	}
}
@media(max-width: 900px){
	#masthead .cta{display:none;}
}
@media(max-width: 880px){
	#contactForm #formHeader{
		font-size: 20px;
		padding:20px 10px 20px 100px;
	}
}
@media(max-width: 860px){
	#masthead .logoColumn{width:40%;}
	#masthead .phoneColumn{width:30%;}
	#masthead .ctaColumn{width:30%;}
	article#headTitle h1{font-size: 52px;}
	#headNav ul>li>a{
		padding: 13px 6px;
	}
	.hasBanner #banner h2{
		font-size: 52px;
	}
	h4{
		font-size:32px !important;
		line-height:47px !important;
	}

	#services.container,
	#testimonialsAndAwards.container,
	#latestBlogPost.container,
	#contactSection>.container,
	#categoryDescription>.container,
	#lowerContForm>.container,
	#aboutContent>.container,
	#teamSection>.container,
	.blog .container,
	.content-area .container,
	#LandingContent .container{
		padding-left:20px;
		padding-right:20px;
	}
	
	#LandingContent .headerOuter{
		padding-bottom: 10px;
		padding-top: 40px;
	}
	#LandingContent h2{
		color:black;
		font-size: 44px ;
		line-height:50px;
		padding-top:30px;
	}
	#LandingContent h3{
		font-size:34px;
	}
	
	#contactForm{
		padding-top: 43px !important;
		padding-left: 29px !important;
		padding-right: 29px !important;
		padding-bottom: 29px !important;
	}
	
	
	#callouts .callout{
		min-height:180px;
	}
	#callouts .callout h4{
		font-size:16.17px !important;
		line-height:13.43px !important;
	}
	.calloutsContainer .callout p{
		font-size:12.17px;
		line-height:13.43px;
	}
	#primary h3{
		font-size:32px;
		line-height:57px;
	}
	#primary h6{
		font-size:20px;
		line-height:32px;
	}
	#testimonialsAndAwards .headers_outer .upper{
		font-size:32px;
		line-height:57px;
	}
	#testimonialsAndAwards .headers_outer .lower{
		font-size:20px;
		line-height:32px;
	}
	#testimonialsAndAwards p{
		font-size:14.27px;
		line-height:20.22px;
	}
	.recongition h6{
		font-size:14.27px;
		line-height:20.22px;
	}
	.view_all_award{display:none;}
	#latestBlogPost h3{
		font-size:32px;
		line-height:57px;
		margin-bottom: 15px;
	}
	#latestBlogPost .underH3{
		font-size:20px;
		line-height:32px;
	}
	.view_all_awardXS{display:block;}
	#latestBlogPost .postExcerpt h4 a{
		font-size:20px !important;
		line-height:28px !important;
	}
	#latestBlogPost .rowPostsLatest{
		min-height: 343px;
		max-width:609px;
	}
	#AboveServiceAreas .upperMap h3{
		font-size:32px;
		line-height:57px;
		margin-bottom:15px;
	}
	#AboveServiceAreas .upperMap .underH3 p{
		font-size:20px;
		line-height:32px;
	}
	
	
	#categoryDescription h1{
		font-size:32px;
		line-height:57px;
	}
	#categoryDescription .underHeader1 p{
		font-size:20px;
		line-height:32px;
	}
	#categoryDescription .oneGalleryCont h3{
		font-size:30px;
		line-height:39px;
	}
	#categoryDescription .oneGalleryCont .undImgText{
		font-size:20px;
		line-height:31px;
	}
	#fiveQualities .rowQualities{
		gap:30px;
	}
	#categoryDescription{padding-bottom:0px;}
	#fiveQualities{padding-bottom:40px;}
	#lowerContForm .headerCont h3{
		font-size:32px;
		line-height:47px;
	}
	#fiveQualities .thirtythreePercent{
		width:45%;
		max-width:264px;
	}
	#aboutContent .headerOuter{padding-bottom:10px;}
	.headerOuter h1{
		font-size:32px;
		line-height:47px;
	}
	.headerOuter .underH1{
		font-size:20px;
		line-height:32px;
	}
	#aboutContent .contUnderHeader .col1 p{
		font-size:17px;
		line-height:18.33px;
	}
	#aboutContent .rocklingGlassTxt{
		font-size:32px;
		line-height:57.6px;
	}
	#team h3{
		font-size:32px;
		line-height:57px;
	}
	#team .innerBioCardsContainer .oneBioCard{
		width:100%;
	}#team .teamMember h4{
		font-size:17.24px !important;
		line-height:21px !important;
	}
	#team .teamMember h4 a{
		font-size:17.24px;
		line-height:21px;
	}
	#team .innerBioCardsContainer .oneBioCard article .forContent{
		font-size:12px;
		line-height:17px;
	}
	#team .innerBioCardsContainer .oneBioCard article .entry-content{
		padding-top:10px;
	}
	#team .innerBioCardsContainer{
		justify-content:center;
	}
	.blog .headerOuter{
		padding-bottom:10px;
	}
	#primary .blogs_list article.frstPostBig .entry-content h3 a{
		font-size: 35px;
		line-height: 45.6px;
	}
	#primary .blogs_list article.frstPostBig .entry-content .excerpt{
		font-size:24px;
		line-height: 26.6px;
	}
	#primary .blogs_list article.frstPostBig{margin-bottom:60px;}
	#primary .blogs_list article .entry-content h3 a{
		font-size:22px;
	}
	#primary .blogs_list article .entry-content .excerpt{
		font-size:16px;
		line-height:19px;
	}
	#primary .blogs_list article .more{
		position:relative;
		text-align:left;
	}
	#primary .blogs_list{gap:10px;}
	.singleBlogPostNew article{
		flex-flow:column;
	}
	.singleBlogPostNew article .col1{order:2;}
	.singleBlogPostNew article .col2{order:1;padding-bottom:20px;}
	.singleBlogPostNew article .postDateName{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	
	
}

@media(max-width: 800px){
	.page-template-t-contact #contactForm{
		padding-left:20px;
		padding-right:20px;
	}
	.page-template-t-contact #contactContent{
		padding: 20px;
	}
	#callRequest{
		margin-top: -50%;
		display:none !important;
	}
	.ctaFormColumn .justBtnForXs{
		display:block;
		text-align: right;
        margin-top: 17%;
	}

}
/*****************iPad******************/
@media(max-width: 768px){
    #headNav{display:none;}
	
	
	
	#headNav ul{margin:0;}
	#headNav ul li{
		display:block;
		width:100%;
		clear:both;
		float:none;
	}
	#headNav ul li a{
		color:#596D77;
	}
	.hasBanner #banner {
		padding: 0 0 33% 0;
	}
	article#headTitle h1{font-size: 52px;}
	#contactForm #formHeader{
		font-size: 18px;
	}
}
/*****************iPad******************/
@media(max-width: 767px){
	#callouts .callout {
		min-height: 290px;
	}
	#contactSection #contactArea .large-5,
	.page-template-t-contact #contactForm{
		width:100%;
	}
	.page-template-t-contact #contactForm{
		margin:-60px 0 15px 0;
	}
	.page-template-t-contact #contactContent{
		margin:15px 0;
	}
	#contactForm #formHeader{
		font-size: 16px;
	}
	footer#primaryFooter #copyright span{
		display:block;
		width:100%;
		clear:both;
		text-align:center;
	}
	footer#primaryFooter #copyright span .siteBy{
		float:none;
		border-top: 1px solid rgba(255,255,255,0.25);
		padding-top:5px;
		margin-top:15px;
		display:block;
	}
	/*#banner{height:480px;}*/
	
}
@media(max-width: 700px){
	#masthead .logoColumn{width:40%;}
	#masthead .phoneColumn{width:20%;}
	#masthead .ctaColumn{width:40%;}
	.hasBanner #banner h2{
		font-size: 48px;
	}
}
@media(max-width: 670px){
	#contactForm #formHeader{
		font-size: 15px;
	}
}
/*****************SMALL******************/
@media(max-width: 640px){
	.ctaFormColumn .justBtnForXs{
		margin-top:1%;
	}
	.hasBanner #banner {
		padding: 0 0 45% 0;
	}
	.hasBanner #banner h2{
		font-size: 38px;
	}
	#masthead .logoColumn{width:100%;}
	#masthead .phoneColumn{display:none;}
	#masthead .ctaColumn{display:none;}
	article#headTitle h1{font-size: 42px;}
	#callouts .row .column article{min-height: auto!important;}
	#callouts .row .column:nth-child(3) article{background-color:#D6220A!important;}
	#callouts .row .column:nth-child(4) article{background-color:#3C40FF!important;}
	.single-post p{
		font-size: 16px;
		line-height: 24px;
	}
	.single-post blockquote p{
		font-size: 20px;
		line-height: 28px;
	}

	body{background: #fff!important;}
	.eqWrap {
		display: block;
	}
	.customColumns{padding-left: 15px!important;padding-right:15px!important;}
	.column-horizontal .medium-6.horizontal{width:40%;}
	.column-horizontal .medium-6.horizontal + .medium-6{width:60%;}
	
	.serviceTab{padding:12px 20px 10px 20px;}
	.serviceTab p:not(:first-child){display:none;}
	#serviceAreas img{float:left!important;}
	#serviceAreas p{font-size: 32px;}
	#contactForm #formHeader{
		font-size: 22px;
	}
	
}
@media(max-width: 580px){
	article#headTitle h1{font-size: 35px;}
}
@media(max-width: 520px){
	.two-columns,
	.three-columns,
	.four-columns{
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		-webkit-column-gap: 0; /* Chrome, Safari, Opera */
		-moz-column-gap: 0; /* Firefox */
		column-gap: 0;
	}
	.hasBanner #banner h2{
		font-size: 32px;
		line-height: 48px;
	}
	
}
@media(max-width: 500px){
	#latestBlogPost .rowPostsLatest{
		min-height:205px;
	}
	#latestBlogPost .postExcerpt h4{
		font-size:11.28px !important;
		line-height:15.39px !important;
	}
	#latestBlogPost .postExcerpt .excerpt{
		font-size:8.2px;
		line-height:11.79px;
	}
	#latestBlogPost .postExcerpt .more a{
		font-size:11.03px;
		line-height:11.65px;
	}
	#latestBlogPost .olderTwo{
		gap:15px;
	}
	#testimonialsAndAwards p{
		font-size:13.7px;
		line-height:16.58px;
	}
	.recongition h6{
		font-size: 16.98px;
        line-height: 23.17px;
	}
	.view_all_award .row_inner .intemcol1{width:100%;text-align:center;}
	.view_all_award .row_inner .intemcol2{width:0%;}
	#latestBlogPost h3{
		font-size:23px;
		line-height:35px;
		margin-bottom:10px;
	}
	#latestBlogPost .underH3{
		font-size:15px;
		line-height:24px;
	}
	#callouts .callout h4{
		font-size:14.75px !important;
		line-height:12.09px !important;
	}
	.calloutsContainer .callout p{
		font-size:10.97px;
		line-height:13.75px;
	}
	#callouts .callout{
		min-height:210px;
	}
	#primary h3{
		font-size:23px;
		line-height:35px;
	}
	#primary h6{
		font-size:15px;
		line-height:24px;
	}
	.serviceTile>a h5{
		font-size:16.47px;
		line-height:21.09px;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	#testimonialsAndAwards .headers_outer .upper{
		font-size:23px;
		line-height:35px;
	}
	#testimonialsAndAwards .headers_outer .lower{
		font-size:15px;
		line-height:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#AboveServiceAreas .upperMap h3{
		font-size:23px;
		line-height:35px;
		margin-top:40px;
	}
	#AboveServiceAreas .upperMap .underH3 p{
		font-size:15px;
		line-height:24px;
	}
	#primaryFooter .footerH4{
		display:none;
	}
	#primaryFooter .upper_three_cols{
		display:none;
	}
	#fiveQualities .rowQualities{
		gap:35px;	
	}
	#fiveQualities .thirtythreePercent{
		width: 40%;
	}
	#categoryDescription h1{
		font-size:23px;
		line-height:35px;
	}
	#categoryDescription .underHeader1 p{
		font-size:15px;
		line-height:28px;
	}
	#categoryDescription .oneGalleryCont h3{
		font-size:26px;
		line-height:36px;
	}
	#categoryDescription .oneGalleryCont .undImgText{
		font-size:15px;
		line-height:31px;
	}
	.headerOuter h1{
		font-size:23px;
		line-height:35px;
		margin-bottom: 0px;
	}
	.headerOuter .underH1{
		font-size:15px;
		line-height:28px;
	}
	.header3MobTablet{
		font-size:23px;
		line-height:35px;
		margin-bottom: 0px;
	}
	#aboutContent .headerOuter{
		padding-bottom:20px;
	}
	#aboutContent .mainContent{
		padding-top:10px;
	}
	#aboutContent .contUnderHeader .col1 p{
		font-size:15.13px;
		line-height:15px;
	}
	#aboutContent .rocklingGlassTxt{
		font-size:23px;
		line-height:32px;
		padding-bottom: 40px;
	}
	#team h3{
		font-size:23px;
		line-height:57px;
	}
	#team .teamMember h4{
		line-height:16px !important;
	}
	#team .teamMember h4 a{
		font-size:14.41px;
		line-height:16px;
	}
	#team .innerBioCardsContainer .oneBioCard article .forContent{
		font-size:12.41px;
		line-height:14px;
	}
	#team .innerBioCardsContainer .oneBioCard article .readMore{
		font-size:13.41px;
		line-height:14px;
	}
	#team .innerBioCardsContainer .oneBioCard article{
		max-height:300px;
		height:300px;
	}
	#team .innerBioCardsContainer .oneBioCard article .entry-content{
		padding-top: 10px;
	}
	#team .innerBioCardsContainer{
		gap: 15px;
	}
	
	
	#primary .headerOuter{
		padding-top:20px;
		padding-bottom:20px;
	}
	#primary .blogs_list article.frstPostBig .entry-content h3 a{
		font-size:25px;
		line-height:57px;
	}
	#primary .blogs_list article.frstPostBig .entry-content .excerpt{
		font-size: 14px;
		line-height: 16px;
	}
	
	#primary .blogs_list article .entry-content h3 a{
		font-size:22px;
		line-height:36px;
	}
	#primary .blogs_list article .entry-content .excerpt{
		    font-size: 14px;
		line-height: 22px;
	}
	#primary .blogs_list article .postThumbnail{
		width:100%;
	}
	#primary .blogs_list article{
		gap:10px;
	}
	.singleBlogPostNew article{
		    flex-flow: column;
	}
	.singleBlogPostNew article .col2{order:1;width:100%;}
	.singleBlogPostNew article .col1{order:2;width:100%;}
	
	
	
	#socialIcons .socialInner{gap:15px;}
	#primaryFooter .lower_three_cols .item_col{font-size:16px;}	
	
	
	
	#LandingHeader .headerOuter{
		padding-bottom: 10px;
		padding-top: 40px;
	}
	#LandingContent h2{
		color:black;
		font-size: 34px ;
		line-height:40px;
		padding-top:20px;
	}
	#LandingContent h3{
		font-size:28px;
	}
}
@media(max-width: 460px){
	.hasBanner #banner {
		padding: 0 0 50% 0;
	}
	.column-horizontal .medium-6.horizontal{width:100%;}
	.column-horizontal .medium-6.horizontal + .medium-6{width:100%;}
	article#headTitle h1{font-size: 31px;}
	#callRequestLarge input[type="submit"]{padding: 10px 30px;}
	#socialIcons .socialInner .socialIco{
		width: 40px;
        height: 40px;
        border-radius: 100%;
	}
	#socialIcons .socialInner{
		gap:14px;
	}
}
@media(max-width: 450px){
 .ctaFormColumn .justBtnForXs{
		margin-top:-6%;
	}
}
/*****************iPhone 6+******************/
@media(max-width: 414px){
	article#headTitle h1 {
        font-size: 25px;
        line-height: 36px;
    }
	.ctaFormColumn .justBtnForXs {margin-top:0%;}
	#serviceAreas p{font-size: 26px;}
	#contactForm #formHeader{
		font-size: 20px;
	}
	#callRequestLarge input[type="submit"]{padding: 10px 20px;}
}


@media(max-width: 400px){
	
}

@media(max-width: 380px){
	.hasBanner #banner {
		padding: 0 0 60% 0;
	}
	#contactForm #formHeader{
		font-size: 18px;
	}
}
/*****************Android******************/
@media(max-width: 360px){
	article#headTitle h1{font-size: 24px;}
	#contactForm #formHeader{
		font-size: 16px;
		padding: 20px 20px 20px 90px;
	}
	#contactForm #formHeader:before {
		left:20px;
	}
	.hasBanner #banner h2{
		font-size: 36px;
	}
}
@media(max-width: 350px){
	#contactForm #formHeader{
		font-size: 15px;
		padding: 20px 20px 20px 90px;
	}
}
/*****************iPHONE 5******************/
@media(max-width: 320px){
	
}







/*-------------------------------Landing----------------------------------------------*/
#logoGrayContactUs{margin-bottom:90px;margin-top:90px;}
#logoGrayContactUs .container{
	background:#E5EBEC80;
	padding-top:31px;
	padding-bottom:31px;
	text-align:center;
	display:flex;
	flex-flow:row;
	justify-content:center;
	border-radius:16px;
}
#logoGrayContactUs .container .logoAndTxt{
	
}
	#logoGrayContactUs .logoOuter{}
		#logoGrayContactUs .logoOuter .logoSelf{
			background: url(images/logo_landing.svg) no-repeat center;
			width:276px;
			height:132px;
			margin:0px auto;
			background-size: contain;
		}
		#logoGrayContactUs .container .logoAndTxt .underLogoTxt{
			font-size:18.18px;
			line-height:30px;
			color:#A4A7AA;
			font-style:italic;
		}
		#logoGrayContactUs .container .logoAndTxt .underLogoTxt2{
			color:#00B3DC;
			font-size:27.27px;
			line-height:32.73px;
			font-weight:800;
			max-width:431px;
			margin:0px auto;
			padding-top:13px;
			padding-bottom:13px;
		}
		#logoGrayContactUs .container .logoAndTxt .underLogoBtn{
			text-align:center;
		}
		
		
		
		#LandingContent{}
		#LandingContent picture img{width:100%;height:auto;}




		