/*
Theme Name: Forquer Contracting
Theme URI: http://www.forquercontracting.com/
Description: A custom template designed by CurlyRed for the Forquer Contracting <a href="http://www.forquercontracting.com/" target="_blank">http://www.forquercontracting.com</a> website.
Version: 1.0
Author: CurlyRed Inc.
Author URI: http://www.curlyred.com/
*/

@media only screen and (min-width: 800px) {

/* Color Values

Blue: #02267e (2,38,126)
Gray: #bbbdc7 (187,189,199)
Gray (text): #808080 (128,128,128) 
Green: #00973a (0,151,58)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "Lato Black";
	src: url('fonts/lato_black.ttf') format('truetype');
}

@font-face {
	font-family: "Lato Black Italic";
	src: url('fonts/lato_black_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Lato Italic";
	src: url('fonts/lato_italic.ttf') format('truetype');
}

@font-face {
	font-family: "Lato Regular";
	src: url('fonts/lato_regular.ttf') format('truetype');
}

@font-face {
	font-family: "Square 721 Bold";
	src: url('fonts/square_721_bold.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	text-decoration: none;
	color: #02267e;
	transition: color .25s ease-in-out;
}
	
a:hover, a:visited:hover {
	text-decoration: none;
	color: #808080;
}

a, a:active, a:focus, a:link, a:visited, a:hover, a:visited:hover, :focus, :visited {
	outline: none;
}

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 16px "Lato Regular", arial, sans-serif;
	line-height: 1.75em;
    color: #808080;
	margin: 0 auto;
	padding: 0;
}

br {
	margin: 0;
	padding: 0;
}

em {
    font: normal 1em "Lato Italic", arial, sans-serif;
}

h1 {
	font: normal 3.75em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
	font: normal 3em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #02267e;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	font: normal 3em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0;
}

h4 {
	font: normal 2.25em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #02267e;
	margin: 0 0 25px 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px solid #02267e;
	height: 1px;
	margin: 50px 0;
	padding: 0;
}

img {
	display: block;
	border: none;
	outline: none;
}

li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
}

li:last-child {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

ol {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 25px 0;
	padding: 0;
}

p:last-child {
	margin: 0;
	padding: 0;
}

strong {
    font: normal 1em "Lato Black", arial, sans-serif;
}
	
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
}

#contact_address {
    width: 20%;
    margin: 0;
    padding: 0;
}

#contact_map {
    width: 70%;
    max-width: 840px;
    height: 300px;
    max-height: 400px;
    margin: 0;
    padding: 0;
    border: 2px solid #02267e;
}

#contact_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#f_center {
	height: 75px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#f_left {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#f_logo {
    height: 100%;
    max-height: 75px;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

#f_logo:hover {
    opacity: .75;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 75px;
    margin: 0;
    padding: 0;
}

#f_right {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#footer {
	width: 90%;
	height: 75px;
	font: normal .75em "Lato Black", arial, sans-serif;
	text-transform: uppercase;
	color: #02267e;
	margin: 0 auto;
	padding: 25px 5%;
	position: relative;
}

#footer_inner {
    width: 100%;
    max-width: 850px;
    height: inherit;
	margin: 0 auto;
    padding: 0;
    position: relative;
}

#gallery_container {
	width: 100%;
	margin: 0 0 -50px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

#h_center {
    height: 100%;
	max-height: 150px;
	margin: 0;
    padding: 0;
	z-index: 1;
}

#h_left {
    width: 100%;
	max-width: 400px;
	margin: 0;
    padding: 0;
	z-index: 1;
}

#h_logo {
    height: 100%;
    max-height: 150px;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

#h_logo:hover {
    opacity: .75;
}

#h_logo img {
    width: auto;
    height: 100%;
    max-height: 150px;
    margin: 0;
    padding: 0;
}

#h_right {
	width: 100%;
	max-width: 400px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header {
    width: 90%;
    height: 150px;
	margin: 0 auto;
    padding: 25px 5%;
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #02267e;
	z-index: 1;
}

#header_inner {
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
    position: relative;
}

#home_about {
	width: 90%;
	margin: 0;
	padding: 140px 5%;
	position: relative;
}

#home_about_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap: 50px;
	align-items: center;
	position: relative;
}

#home_about_left {
	width: 400px;
	margin: 0;
	padding: 0;
}

#home_about_left > h2 {
	margin: 0;
	padding: 0;
}

#home_about_right {
	width: calc(100% - 450px);
	margin: 0;
	padding: 0;
	text-align: right;
}

#home_careers {
	width: 90%;
	color: #fff;
	margin: 0;
	padding: 175px 5%;
	position: relative;
	background: #fff no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home_careers_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	gap: 50px;
	align-items: center;
	position: relative;
}

#home_careers_left {
	width: calc(100% - 450px);
	margin: 0;
	padding: 0;
}

#home_careers_right {
	width: 400px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#home_intro {
	width: 90%;
	height: 100vh;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#home_intro_inner {
	width: 100%;
	height: inherit;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_text {
	width: 100%;
	max-width: 250px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(50% + 50px);
	right: 0;
	transform: translateY(-50%);
	text-align: right;
}

#home_intro_title {
	font: normal 2.25em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #02267e;
	margin: 0 0 25px 0;
	padding: 0;
}

#home_projects {
	width: 90%;
	color: #02267e;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	background: #fff no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#home_projects::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
}

#home_projects_inner {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main {
    width: 90%;
    margin: 0 auto;
    padding: 140px 5%;
    position: relative;
}

#main_flex {
    width: 100%;
    margin: 0;
    padding: 0;
	display: flex;
	gap: 100px;
}

#main_flex_image {
	width: 100%;
	max-width: 500px;
	font: normal 1em "Lato Italic", arial, sans-serif;
	color: #02267e;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#main_flex_image img {
	width: 100%;
	max-width: 500px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 2px solid #02267e;
	box-sizing: border-box;
}

#main_flex_text {
	width: calc(100% - 600px);
	max-width: 600px;
	margin: 0;
	padding: 0;
}

#main_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

#main_reviews {
	width: 90%;
	color: #02267e;
	margin: 0;
	padding: 100px 5%;
	position: relative;
	background: #fff no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

#main_reviews::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
}

#main_reviews_inner {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top {
	width: 90%;
	height: 650px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#main_top::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}

#mobile_menu_container {
	display: none;
}

#reviews {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
}

#reviews_text { 
	font: normal 1.25em "Lato Italic", arial, sans-serif;
	line-height: 1.5em;
    color: #02267e;
	margin: 0 0 25px 0;
	padding: 0;
}

#reviews_title {
	font: normal 1.5em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #02267e;
	margin: 0;
	padding: 0;
}

#services_container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#shield_intro {
	height: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 225px;
	right: 0;
	transform: translateX(40%);
}

#shield_intro img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

#shield_left {
	height: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg) translateX(65%);
}

#shield_left img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

#shield_right {
	height: 500px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(180deg) translateX(-65%);
}

#shield_right img {
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wing_left {
	display: none;
}

#wing_right {
	display: none;
}

/* Classes */

.bar_blue_left {
	width: 50%;
	max-width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #02267e;
}

.bar_blue_right {
	width: 50%;
	max-width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #02267e;
}

.bar_green_left {
	width: 50%;
	max-width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00973a;
}

.bar_green_right {
	width: 50%;
	max-width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #00973a;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

.fab,
.fas {
	font-size: 18px;
	margin: 0 10px;
	padding: 0;
}

.gallery_thumb {
	width: calc((100% - 100px) / 3); 
	max-width: 366.67px;
	margin: 0 0 50px 0;
	padding: 0;
	opacity: 1;
	transition: all .25s ease-in-out;
}

.gallery_thumb:hover {
	opacity: .75;
}

.gallery_thumb img {
	width: 100%;
	height: auto;
	max-width: 366.67px;
	margin: 0;
	padding: 0;
	border: 2px solid #02267e;
	box-sizing: border-box;
}

.ghost_gray {
	font: normal 1em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #02267e;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #02267e;
	background-color: #bbbdc7;
	cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
}

.ghost_gray:hover {
	color: #bbbdc7;
	border: 1px solid #02267e;
	background-color: #02267e;
}

.ghost_white {
	font: normal 1em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #02267e;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid #02267e;
	background-color: #fff;
	cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    transition: all .25s ease-in-out;
}

.ghost_white:hover {
	color: #fff;
	border: 1px solid #02267e;
	background-color: #02267e;
}

.green {
	color: #00973a;
}

.menu {
	cursor: pointer;
}

.menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
    background: none;
}

.menu ul li a {
	font: normal 1em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
    transition: all .25s ease-in-out;
    position: relative;
}

.menu ul li a:hover {
	text-decoration: none;
    color: #00973a;
    cursor: pointer;
}

.menu ul li a.active {
    color: #00973a;
}

.menu_container {
	margin: 0;
	padding: 0;
}

.pdf {
	font: normal 1em "Lato Regular", arial, sans-serif;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(images/forquer_pdf_icon.svg) no-repeat left center;
	background-size: 15px 9px;
	cursor: pointer;
}

.service {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0 0 50px 0;
	border-bottom: 1px dotted #02267e;
	position: relative;
	display: flex;
	gap: 50px;
}

.service:nth-child(even) {
	flex-direction: row-reverse;
}

.service:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.service_image {
	width: 100%;
	max-width: 300px;
	margin: 0;
	padding: 0;
}

.service_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin: 0;
	padding: 0;
	border: 2px solid #02267e;
	box-sizing: border-box;
}

.service_title {
	font: normal 1.125em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #02267e;
	margin: 0 0 10px 0;
	padding: 0;
}

/* Form */

.clear-multi {
    display: flex;
    justify-content: space-between;
}

.gfield_label {
    font: normal 1.125em "Square 721 Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #02267e !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    font: normal 1em "Square 721 Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
    text-align: center !important;
    color: #02267e !important;
	margin: 0 auto !important;
	padding: 10px 20px !important;
	border: 1px solid #02267e !important;
	background-color: #bbbdc7 !important;
	cursor: pointer !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    transition: all .25s ease-in-out !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_footer input[type="submit"]:hover {
    color: #bbbdc7 !important;
	border: 1px solid #02267e !important;
	background-color: #02267e !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #02267e !important;
    margin-left: 4px !important;
}

.gform_wrapper .gform_footer {
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
	display: inline-block !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal .75em "Square 721 Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #02267e !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    padding: 10px 20px !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid #a50000 !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal 1.25em "Square 721 Bold", arial, sans-serif !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
	position: static !important;
	white-space: normal !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Lato Regular", arial, sans-serif !important;
	color: #808080 !important;
    margin: 0 0 5px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent;
    border: 1px solid #02267e !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Lato Regular", arial, sans-serif !important;
	color: #808080 !important;
    margin: 0 0 5px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent;
    border: 1px solid #02267e !important;
    box-sizing: border-box !important;
	-webkit-appearance: menulist !important;
	border-radius: 0 !important;
}

.ginput_container textarea {
	width: 100% !important;
	height: 150px !important;
	font: normal 1em "Lato Regular", arial, sans-serif !important;
	line-height: 1.5em !important;
    color: #808080 !important;
    margin: 0 0 5px 0 !important;
    padding: 10px 20px !important;
    background-color: transparent;
    border: 1px solid #02267e !important;
    box-sizing: border-box !important;
    resize: none !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Lato Black", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Toolset Notice */
.otgs-development-site-front-end {
	display: none !important;
}

/* Animated Hamburger */

.hamburger {
	display: none;
}

}

/* End */