/* methods and faqs*/
.featured-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.featured-header {
	font-size: 48px;
	color: white;
	font-weight: 300;
	text-align: center;
	margin-top: 40px;
}

.featured-desc {
	font-weight: 700;
	color: white;
	font-size: 21px;
	margin-top: 50px;
	text-align: center;
	width: 90%;
	line-height: 1.2;
	margin-right: auto;
	margin-left: auto;
}
.featured-btn {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.featured-btn a {
	color: white;
	border: 2px solid white;
	padding: 15px 20px;
	font-size: 26px;
	font-weight: 300;
	display: inline-block;
	background-color: rgb(109, 80, 47, 50%);
}

.featured-btn a:hover {
	box-shadow: 0 0 0 2px #fff;
	text-decoration: none;
}
.methods, .faqs {
	height: 284px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	flex-grow: 1;
	flex-basis: 400px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.methods {
	background-image:url("../img/orange-laptop-screen.jpg");
}

.faqs {
	background-image:url("../img/orange-white-board.jpg");
}

/* WHAT WE DO */
.wwd_section {
	margin-bottom: 40px;
}
.gridrow.wwd_section .fourcol:first-child {
	margin-right: 6%;
}

.gridrow.wwd_section .fourcol:nth-child(2) {
	margin-right: 6%;
}

.gridrow.wwd_section .fourcol {
	width: 29.33%;
}

@media handheld, only screen and (max-width: 767px) {

	.gridrow.wwd_section .fourcol {
		width: 100%;
		margin-right: 0;
	}
}

/*FEATURED CONTENT */
.featured_section {
	margin-bottom: 60px;
}

.feature_highlight .post-link-featured a {font-weight: 400;}
.feature_highlight .post-label {
    font-size: 16px;
    padding: 4px 10px;
}

.gridrow.featured_section .fourcol:first-child {
	margin-right: 0;
    border: 1px solid #d8781970;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    padding-right: 2.5%;
}

.feature_highlight_body {
    padding: 4.5% 0 4.5% 5.5%;
}

.gridrow.featured_section .fourcol:nth-child(2) {
	margin-right: 0;
	padding-left: 2.5%;
	border-right: 1px solid #dededf;
	padding-right: 2.5%;
}

.gridrow.featured_section .fourcol:last-child {
	padding-left: 2.5%;
}

.gridrow.featured_section .fourcol {
	width: 33.33%;
}

@media handheld, only screen and (max-width: 767px) {

	.gridrow.featured_section .fourcol {
		width: 100%;
		margin-right: 0;
	}

	.featured_section {
		margin-bottom: 0;
	}

	.feature_highlight_body {
	    padding: 4.5%;
	}

	.gridrow.featured_section .fourcol:first-child, .gridrow.featured_section .fourcol:nth-child(2), .gridrow.featured_section .fourcol:last-child {
		padding: 0;
	}
}


/* newsletter*/
.newsletter-section {
	margin-top: 100px;
	background-image: url(../img/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	height: 500px;
	position: relative;

}


.newsletter-box {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 95%;
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding: 4%;
	background-color: rgba(248, 248, 248, .8);
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
}

.newsletter-box .section-header {
    margin: 0;
}

.section-subheader {
	text-align: center;
	font-family: garamond;
	font-size: 24px;
	color: #d87819;
	font-style: italic;
	font-weight: bold;
	width: 95%;
	margin: 30px auto 40px auto;
    line-height: 1.1;
}
.newsletter-input {
	float: left;
	width: 70%;
	padding-right: 1%;
}

.newsletter-input input {
	border: 2px solid #a4a4a4;
	height: 50px;
	width: 100%;
}

.newsletter-submit {
	float: left;
	width: 30%;
	padding-left: 1%;
}
.newsletter-submit input {
	border: 2px solid #003478;
	background-color: white;
	color: #003478;
	width: 100%;
	height: 50px;
	font-size: 20px;
}

@media handheld, only screen and (max-width: 1400px) {
	.newsletter-section{
		height: 400px;
	}

}

@media handheld, only screen and (max-width: 650px) {
	.newsletter-section{
		height: auto;
		margin-top: 0;
		background-image: none;
	}

	.newsletter-box {
		position: relative;
		width: 100%;
	}

}
@media handheld, only screen and (max-width: 450px) {
	.newsletter-submit input {
		font-size: 15px;
	}

}
@media handheld, only screen and (max-width: 350px) {
	.newsletter-submit input {
		font-size: 13px;
	}
}

@media handheld, only screen and (max-width: 400px) {
	.featured-header {
		font-size: 40px;
		margin-top: 30px;
	}

	.featured-desc {
		font-weight: 700;
		color: white;
		font-size: 18px;
		margin-top: 50px;
		text-align: center;
		width: 90%;
		line-height: 1.2;
		margin-right: auto;
		margin-left: auto;
	}
	.featured-btn a {
		font-size: 22px;
		padding: 15px;
	}
}

.section-header {
	font-size: 40;
	font-weight: 300;
	color: #003478;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 50px;
	line-height: 1;
}
/*FEATURED CONTENT*/
.post-label {
	font-size: 12px;
	background-color: #d87819;
	display: inline-block;
	padding: 2px 5px;
	color: white;
}

.post-image {
	margin-top: 9px;
}
.post-link {
	margin-bottom: 35px;
	margin-top: 9px;
}
.post-link a, .post-link-image-below a {
	font-weight: 300;
	font-size: 18px;
	color: #003478;
	line-height: 1.3;
}
.post-link-featured {
	margin-top: 15px;
}
.post-link-featured a {
	font-weight: 300;
	font-size: 20px;
	color: #003478;
	line-height: 1.3;
}
.post-link-image-below  {
	margin-bottom: 15px;
	margin-top: 9px;
}

.post-image-below {
	margin-bottom: 35px;
}
/*STATIC MAP*/
.map-quote-container {
background-image:url("../img/static-map.jpg");
height: 340px;
background-repeat: no-repeat;
background-position: center;
background-size:cover;
display: flex;
flex-direction: column;
align-items: center;
}

.map-quote {
	color: white;
	font-size: 33px;
	font-weight: 300;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	line-height: 1.1;
	height: 195px;
}


.map-button-container {
}
.map-button {
    padding: 20px 30px;
    border: 2px solid white;
    font-size: 28px;
    color: white;
    background-color: rgba(75, 116, 163, 0.8);
    display: inline-block;
}

.map-button:hover {
    box-shadow: 0 0 0 2px #fff;
    text-decoration: none;
    color: white;
}

@media handheld,
only screen and (max-width: 1000px) {
    .map-quote {
        padding-top: 40px;
    }

}

@media handheld,
only screen and (max-width: 700px) {
    .map-quote {
        font-size: 25px;
        padding-top: 60px;
    }

    .map-button {
        font-size: 20px;
    }
}

@media handheld,
only screen and (max-width: 450px) {
    .map-quote {
        font-size: 18px;
    }

    .map-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .map-quote-container {
        height: 290px;
    }
}


/*  TYPEWRITER CURSOR STYLING */

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: white;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

span.cursor::after {
    height: 24px;
    width: 13px;
}

@media handheld,
only screen and (max-width: 450px) {
    span.cursor::after {
        height: 14px;
        width: 7px;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*SLIDER */
.slider {
    margin: 0 auto;
    position: relative;
}

.slide_viewer {
    height: 720px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide:first-child {
    display: block;
}


.slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    /* float: left; */
    /* margin: 0 auto; */
    bottom: 10px;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.directional_nav {
    margin: 0 auto;
    position: relative;
    top: -340px;
}

.previous_btn {
    margin-left: 2%;
    float: left;
}

.next_btn {
    margin-right: 2%;
    float: right;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width:3%;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}


.slide1 {
    background-image: url("../img/hp_bg_mapdots.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.slide2 {
    background-image: url("../img/hp_bg_sidewalk_temp.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.slide3 {
    background-image: url("../img/hp_bg_building.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


.slide_content {
    background-color: rgba(0, 0, 0, .5);
    margin: 90px auto auto auto;
    width: 90%;
    padding: 3%;
    max-width: 1100px;
}

.slide1 .slide_content {
    background-color: rgba(255, 255, 255, .6);
}

.slide3 .slide_content {
    background-color: rgba(0, 0, 0, .25);
}
.slide_header {
    font-size: 48px;
    color: white;
    line-height: 1.1;
    font-weight: 700;
}

.slide_body {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 35px;
    max-width: 1000px;
}

.slide_button {
    margin-top: 50px;
}

.slide1 .slide_header, .slide1 .slide_body {
	color: #003478;
}
.slide_button a {
    color: white;
    font-size: 36px;
    font-weight: 400;
    border: 4px solid white;
    padding: 25px;
    display: inline-block;
    line-height: 1.1;
}

.slide_button a:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #fff;
}

.slide2 .slide_button a {
    padding: 20px;
    font-size: 30px;
}

.slide1 .slide_button a {
	color: #003478;
	border: 4px solid #003478;
}

@media only screen and (max-width: 1000px) {

    .slide_button a,
    .slide2 .slide_button a {
        font-size: 20px;
        padding: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .slide_header {
        font-size: 30px;
    }

    .slide_body {
        font-size: 20px;
    }

    .slide_button a,
    .slide2 .slide_button a {
        font-size: 16px;
    }

    .slide_viewer {
        height: 600px;
    }
}

@media only screen and (max-width: 500px) {
    .slide_header {
        font-size: 20px;
    }

    .slide_body {
        font-size: 16px;
        margin-top: 25px;
    }

    .slide_button a,
    .slide2 .slide_button a {
        font-size: 14px;
        border: 2px solid white;
    }

    .slide_button {
        margin-top: 30px;
    }

    .slide_content {
        margin-top: 50px;
    }

    .slide_viewer {
        height: 400px;
    }

    .directional_nav {
        top: -230px;
    }
}