/* Forquer Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* 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;
}

a, a:active, a:focus, a:link, a:visited, :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.25em "Square 721 Bold", arial, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 0;
}

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

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

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

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

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

li {
	margin: 0 0 5% 5%;
	padding: 0 0 0 5%;
}

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 5% 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;
	right: 0;
	transition: right .5s;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#contact_address {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 0;
}

#contact_map {
    width: 100%;
    max-width: 840px;
    height: 200px;
    max-height: 400px;
    margin: 0;
    padding: 0;
    border: 1px solid #02267e;
}

#contact_top {
    width: 100%;
    margin: 0;
    padding: 0;
}

#f_center {
	height: 75px;
	margin: 0 auto 5% auto;
	padding: 0;
	text-align: center;
}

#f_left {
	margin: 0 auto 5% auto;
	padding: 0;
	text-align: center;
}

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

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

#f_right {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer {
	width: 90%;
	font: normal .75em "Lato Black", arial, sans-serif;
	text-transform: uppercase;
	color: #02267e;
	margin: 0 auto;
	padding: 10% 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 -7.5% 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

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

#h_left {
    display: none !important;
}

#h_logo {
    height: 100%;
    max-height: 125px;
    margin: 0;
    padding: 0;
}

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

#h_right {
	display: none !important;
}

#header {
    width: 90%;
    height: 125px;
	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: calc(10% + 40px) 5%;
	position: relative;
}

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

#home_about_left {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
}

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

#home_about_right {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_careers {
	width: 90%;
	color: #fff;
	margin: 0;
	padding: 10% 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::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}

#home_careers_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

#home_careers_left {
	width: 100%;
	margin: 0;
	padding: 0;
}

#home_careers_right {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
}

#home_intro {
	width: 90%;
	height: 600px;
	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::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.5);
}

#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;
	right: 0;
	bottom: 7.5%;
	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: 10% 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: calc(10% + 40px) 5%;
    position: relative;
}

#main_flex {
    width: 100%;
    margin: 0;
    padding: 0;
}

#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: 1px solid #02267e;
	box-sizing: border-box;
}

#main_flex_text {
	width: 100%;
	margin: 0 0 7.5% 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: 10% 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: 450px;
	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_logo {
	height: 100px;
	margin: 50px auto 25px auto;
	padding: 0;
}

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

#mobile_menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#mobile_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	position: relative;
	margin: 0 0 10% 0;
	padding: 0;
}

#mobile_menu ul li:last-child {
	margin: 0;
	padding: 0;
}

#mobile_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;
    position: relative;
}

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

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0;
	padding: 0;
	background-color: #02267e;
	overflow-x: hidden;
    transition: right .5s;
}

#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 {
	display: none;
}

#shield_left {
	display: none;
}

#shield_right {
	display: none;
}

#wing_left {
	height: 250px !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

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

#wing_right {
	height: 250px !important;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: rotateY(180deg) translateY(-50%);
}

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

/* 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% - 25px) / 2); 
	max-width: 300px;
	margin: 0 0 7.5% 0;
	padding: 0;
}

.gallery_thumb img {
	width: 100%;
	height: auto;
	max-width: 366.67px;
	margin: 0;
	padding: 0;
	border: 1px 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;
	display: inline-block;
    box-sizing: border-box;
}

.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;
	display: inline-block;
    box-sizing: border-box;
}

.green {
	color: #00973a;
}

.menu_container {
	display: none !important;
}

.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 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 1px dotted #02267e;
	position: relative;
}

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

.service_image {
	width: 100%;
	margin: 0 0 7.5% 0;
	padding: 0;
}

.service_image img {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: 0;
	padding: 0;
	border: 1px 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 2.5% 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 5% 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;
	display: inline-block !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 0 !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: 5% 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 5% 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 2.5% 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 2.5% 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 2.5% 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 {
	margin: 0;
	padding: 0;
	display: inline-block;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

/* End */