/*!
Theme Name: ReconResponse
Theme URI: http://underscores.me/
Author: Mason Hale
Author URI: https://wilsonprintingusa.com
Description: Custom Theme for Recon Response
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reconresponse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ReconResponse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/* 












CUSTOM CSS FOR RECON RESPONSE 







*/



/* COLORS */
:root {
	--p1: #F3F2ED;
	--p2: #061735;
	--s1: #e3DCCC;
	--s2: #CA3A3A;
	--s3: #FCFCFC;
	--s4: #5884E7;
	--ibmfont: "IBM Plex Sans Condensed", sans-serif;
	--michroma: "Michroma", sans-serif;
	--inter: "Inter", sans-serif;
}

html {
	font-size: 20px;
}

body {
	background-color: var(--p1);
}

/* FONTS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
}

h1 {
	font-family: var(--ibmfont);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 4.8rem;
}

h2 {
	font-family: var(--ibmfont);
	font-weight: 500;
	font-size: 4.1rem;
	text-transform: uppercase;
	position: relative;
}

h2::before{
	content: " ";
	width: 75px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	left: -75px;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Group-125.png');
}
h2::after{
	content: " ";
	width: 450px;
	height: 450px;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/whitecircle.png');
	background-size: cover;
	position: absolute;
	top: -100px;
	left: -250px;
	z-index: -5;
	opacity: 0.4;
}
h3 {
	font-family: var(--ibmfont);
	font-weight: 500;
	font-size: 2rem;
	text-transform: uppercase;
}

h4 {
	font-size: 4.8rem;
	font-weight: 400;
	font-family: var(--michroma);
	text-transform: uppercase;
	color: var(--s2);
}

.subheading1,
.subheading2,
.subheading3,
.subheading4 {
	margin: 0 0 20px;
}

.subheading1 {
	font-family: var(--ibmfont);
	font-weight: 400;
	font-size: 2.5rem;
}

strong.subheading1,
b.subheading1,
.subheading1 b,
.subheading1 strong {
	font-weight: 600;
	font-style: italic;
}

.subheading2 {
	font-family: var(--ibmfont);
	font-weight: 400;
	font-size: 2.25rem;
}

strong.subheading2,
b.subheading2,
.subheading2 b,
.subheading2 strong {
	font-weight: 600;
	font-style: italic;
}

.subheading3 {
	font-family: var(--ibmfont);
	font-weight: 500;
	font-size: 1.2rem;
	text-transform: uppercase;
}

strong.subheading3,
b.subheading3,
.subheading3 b,
.subheading3 strong {
	text-transform: none;
}

.subheading4 {
	font-family: var(--ibmfont);
	font-weight: 500;
	font-size: 1.4rem;
	font-style: italic;
}

p,
input,
li,
ol,
ul,
div {
	font-family: var(--inter);
	font-weight: 400;
}

p {
	margin: 0 0 20px;
	line-height: 1.7em;
	letter-spacing: .36px;
}

li::marker{
	color: var(--s2);
}

ul li{
	padding: 10px 0;
}

/* 





DEFAULTS
*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.flex.space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex.spaceeven{
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.flex.align {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flex.start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.flex.end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.flex.column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex.wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.maxWidth {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	padding: 0 75px;
}
.redt{
	color: var(--s2);
}
.width2{
	padding: 0 100px;
	width: 100%;
}

section {
	padding: 100px 0;

}

a {
	text-decoration: none;
}

.text-w-600{
	max-width: 600px;
}

.grid2{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 100px;
}
.space-top-100{
	padding-top: 100px;
}
.space50{
	height: 50px;
	width: 100%;
	display: block;

}
/* 


=============================
=============================
=============================
HEADER STYLES

*/
#masthead {
	background: rgb(252, 252, 252);
	background: -webkit-gradient(linear, left top, right top, from(rgba(252, 252, 252, 1)), to(rgba(243, 242, 237, 1)));
	background: -o-linear-gradient(left, rgba(252, 252, 252, 1) 0%, rgba(243, 242, 237, 1) 100%);
	background: linear-gradient(90deg, rgba(252, 252, 252, 1) 0%, rgba(243, 242, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc", endColorstr="#f3f2ed", GradientType=1);
	padding: 20px 0;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
}

#masthead .custom-logo-link {
	display: block;
	padding-right: 35px;
	border-right: 2px solid var(--s2);
	padding-top: 5px;
}

#masthead .custom-logo {
	height: 40px;
	width: auto;
}

#masthead .phone {
	font-size: 12.4px;
	font-family: var(--inter);
	font-weight: 400;
	padding-left: 35px;
}

#masthead .phone a {
	font-family: var(--ibmfont);
	font-weight: 500;
	color: #000;
	font-size: 15.54px;
	margin-top: 2px;
	display: block;
	text-decoration: none;
}

#menu {
	cursor: pointer;
	padding: 10px;
	font-family: var(--ibmfont);
	font-size: 20px;
	font-weight: 400;
}



#burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	height: 30px;
	width: 60px;
	margin-right: 23px;
}
#burger .rect{
	margin: 2px 0;
	background-color: var(--s2);
	height: 6px;
	width: 100%;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
	
}
#burger #rect1{
	width: 45px;
}
#burger #rect2{
	width: 58px;
}
#burger #rect3{
	width: 28px;
}
#menu:hover #burger #rect1{
	width: 58px;
}
#menu:hover #burger #rect2{
	width: 34px;
}
#menu:hover #burger #rect3{
	width: 49px;
}

#fullMenu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--p2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/menuBackground.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	z-index: 1000;
}
#fullMenu.closed{
	display: none;
}
#fullMenu .topbar{
	background: var(--s3);
	padding: 50px 10px 100px;
	width: 100px;
}
#fullMenu .custom-logo-link{
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);
	display: block;
}
#fullMenu section{
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#fullMenu .custom-logo{
	width: auto;
	height: 45px;
	margin-top: 5px;
}
#fullMenu #xout{
	width: 50px;
	height: 50px;
	padding: 6px;
	cursor: pointer;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}
#fullMenu #xout:hover path{
	stroke-width: 6;
}
#fullMenu nav ul{
	list-style-type: none;
	margin: unset;
	padding: unset;
}
#fullMenu nav a{
	color: var(--s3);
	font-size: 4.8rem;
	font-family: var(--ibmfont);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.78px;
	line-height: 1em;
	padding-left: 10px;
}
#fullMenu nav a:hover{
	color: #42577C;
}
#fullMenu nav ul li{
	padding: 0 0 50px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#fullMenu hr{
	border-color: var(--s2);
	width: 100%;
	height: 2px;
	padding: unset;
	margin: 0 0 0 75px;
}
#fullMenu .phone{
	margin: 50px 0 0 75px;
	color: var(--s3);
	font-size: 2.25rem;
	font-family: var(--ibmfont);
	font-weight: 400;
}
#fullMenu .menu-number{
	color: var(--s4);
	font-size: 15px;
	font-family: var(--ibmfont);
	font-weight: 500;
	padding: 10px 0;
}


/* 





=======================
=======================
=======================
HOMEPAGE 
*/
#home #hook{
	padding: unset;
}
#home #hook .flex.space.align{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#home #hook .left, #home #hook .right{
	width: 50%;
	position: relative;
}
#home #hook .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#home #hook .left{
	padding: 100px 0 50px;
}
#home #hook .right img{
	position: absolute;
}
#home #hook .right img.hookimage1{
	bottom: 0;
	left: 0;
	z-index: 3;
}

#home #hook .right img.hookimage2{
	position: relative;
	width: 500px;
	height: auto;
	z-index: 2;
}
#home #hook .right img.hookimage3{
	top: 0;
	left: 80%;
	z-index: 3;
}
#home #hook .whiteAccent{
	position: absolute;
	z-index: 1;
	top: 100px; 
	left: 50%;
}
#hook .subHook{
	width: 400px;
	margin: 25px 0 0 0;
	padding: 10px 0 10px 50px;
	line-height: 1.7em;
	border-left: 3px;
	border-left-style: solid;
	-o-border-image: -o-linear-gradient(top, var(--s2), var(--s4), var(--p1)) 1;
	   border-image: -webkit-gradient(linear, left top, left bottom, from(var(--s2)), color-stop(var(--s4)), to(var(--p1))) 1;
	   border-image: linear-gradient(180deg, var(--s2), var(--s4), var(--p1)) 1;
}

.bottomline{
	background-color: var(--s3);
	padding: 25px 75px;
	border-radius: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.bottomline .widget{
	width: 100%;
}
.bottomline .flex{
	width: 100%;
	
}
.bottomline p{
	margin: unset;
	font-family: var(--ibmfont);
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}
#home #aboutsec{
	padding-top: 25px;
}
#home #aboutsec .left {
	width: 490px;
	padding-top: 50px;
	position: relative;
	padding-right: 50px;
}
#home #aboutsec .left h2, #home #aboutsec .left p{
	position: relative;
	z-index: 3;
}
#home #aboutsec .left p{
	letter-spacing: 0.36px;
	font-weight: 400;
	line-height: 1.7em;
}
#home #aboutsec .right{
	position: relative;
	width: 500px;
	padding-left: 100px;
}
#home #aboutsec .right .main{
	position: absolute;
	top: 0;
	left: 100px;
}
#home #aboutsec .right .accent{
	position: absolute;
	top: 60%;
	right: -50px;
}
#home #aboutsec .flex{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.titleAccent{
	position: absolute;
	left: -75px;
	top: 110px;
	z-index: 2;
}
.wheelAccent{
	position: absolute;
	z-index: 1;
	top: 0%;
	left: -50%;
	width: 511px;
	height: 511px;
	opacity: 0.4;
}
#home #quote .left{
	width: 40%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#home #quote .right{
	width: 60%;
	padding-left: 50px;
}
#home #quote .right p{
	font-size: 2.25rem;
	text-align: center;
	font-family: var(--ibmfont);
}

#home #quote .right p strong{
	font-style: italic;
}
#home #quote .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#home #quote .right img.q1{
	margin-bottom: 50px;
	display: block;
}
#home #quote .right img.q2{
	margin-top: 50px;
	display: block;
}
#home #quote .accent{
	position: absolute;
	bottom: -250px;
	right: 260px;
}
#slideText, #slideText2{
	position: relative;
	overflow-x: hidden;
	
}
#slideText h4, #slideText2 h4{
	width: 1000vw;
	
}
#slideText2 h4{
-webkit-text-fill-color: var(--p1); /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px var(--s2);

}
#wwd .item{
	padding: 50px 50px 50px 100px;
	background-color: #FFF;
	border-radius: 50px;
	position: relative;
	/* border: 1px solid var(--s4); */
}
#wwd .item::before{
	content: " ";
	border-radius: 52px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	display: block;
	background: rgb(89,133,232);
	background: -o-linear-gradient(250deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%);
	background: linear-gradient(200deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%); 
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -2;
}
#wwd .item hr{
	width: 100px;
	border-color: #C2121F;
	margin: 0 auto 20px 0;
}

.circleback{
	width: 150px;
	height: 150px;
	background: rgb(177,21,27);
	background: -o-linear-gradient(315deg, rgba(177,21,27,0.20) 0%, rgba(89,133,232,0.20) 100%);
	background: linear-gradient(135deg, rgba(177,21,27,0.20) 0%, rgba(89,133,232,0.20) 100%); 
	border-radius: 100%;
	position: absolute;
	left: -75px;
	top: 150px;
	z-index: -1;
}
.circleContain{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 162px;
	left: -62px;
	background-color: var(--p1);
	border-radius: 100%;
	-webkit-box-shadow: 0 4px 27px rgba(0,0,0,0.28);
	        box-shadow: 0 4px 27px rgba(0,0,0,0.28);
}
#floatinggallery{
	overflow: hidden;
	position: relative;
}
#floatinggallery .left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	width: 50%;
	position: relative;
	top: 150px;
	padding: 0 20px 0 0;
}
#floatinggallery .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 50%;
	position: relative;
	padding:  0 0 0 20px;
}
#floatinggallery .left .item{
	margin-right: 200%;
	opacity: 0;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#floatinggallery .right .item{
	margin-left: 200%;
	opacity: 0;
	-webkit-transition: 1s ease all;
	-o-transition: 1s ease all;
	transition: 1s ease all;
}
#floatinggallery .left .item.animate{
	opacity: 1;
	margin-right: 0%;
}
#floatinggallery .right .item.animate{
	opacity: 1;
	margin-left: 0%;
}
#floatinggallery .item{
	margin: 15px;
	position: relative;
	z-index: 2;
}
#floatinggallery .rows{
	position: relative;
}
#floatinggallery .rows::before, #floatinggallery .rows::after{
	content: " ";
	width: 100%;
	height: 15px;
	background-color: var(--p1);
	position: absolute;
	left: 0;
	z-index: 3;
}

#floatinggallery .left .rows::before{
	bottom: 40px;
}
#floatinggallery .left .rows::after{
	bottom: 90px;
	height: 30px;
}
#floatinggallery .right .rows::before{
	bottom: 40px;
}
#floatinggallery .right .rows::after{
	bottom: 80px;
	height: 30px;
}
#floatinggallery .accent1{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 0px;
	height: 400px;
}

#floatinggallery .accent2{
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0px;
	height: 700px;
}
#stickyScrolls .scrollWrap {
	width: 100%;
	max-width: 1200px;
	height: 500px;
	position: sticky;
	overflow: hidden;
	top: 125px;
	margin: 100px auto 0 auto;
	padding: 0 50px;
  }
  
  #stickyScrolls .panel, #stickyScrolls .panel1 {
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	right: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%); /* Start panels off-screen to the right */
	border-radius: 50px;

  }

  #stickyScrolls .panel1{
	
	-webkit-transform: unset;
	
	    -ms-transform: unset;
	
	        transform: unset;
  }
  
  #stickyScrolls .scroller {
	height: 300px;
	display: block;
	position: relative;
	width: 100%;
  }
  
  #endattach {
	height: 200px;
	background-color: #ddd;
	text-align: center;
	padding: 50px;
	font-size: 24px;
  }
  #stickyScrolls img{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 400px;
	height: 425px;
  }

  
  #stickyScrolls .content{
	background-color: var(--s3);
	border: 1px solid var(--s4);
	margin-left: 100px;
	padding: 0 50px 0 350px;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Layer_11.png');
	background-repeat: no-repeat;
	background-position: 160% 150px;
  }
  #stickyScrolls .content li{
	padding: 10px 0;
  }
  #stickyScrolls .content ul{
	margin: unset;
	padding: 0 0 0 25px;
  }
  
  #quote2 .subheading1, .largeQuote .subheading1, .largeQuote .subheading2{
	text-align: center;
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
	
  }

  #quote2 .subheading1::before, .largeQuote div.subheading1::before, .largeQuote div.subheading2::before{
	content: " ";
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/quoteleft.png');
	background-repeat: no-repeat;
	top: -50px;
	left: -75px;
  }

  #quote2 .subheading1::after, .largeQuote div.subheading1::after, .largeQuote div.subheading2::after{
	content: " ";
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/quoteright.png');
	background-repeat: no-repeat;
	right: -75px;
	bottom: -75px;
  }

  #quote2 .gradient, .largeQuote .gradient{ 
	width: 520px;
	height: 520px;
	background: rgb(89,133,232);
	background: -o-radial-gradient(circle, rgba(89,133,232,0.4) 20%, rgba(177,21,27,0) 70%);
	background: radial-gradient(circle, rgba(89,133,232,0.4) 20%, rgba(177,21,27,0) 70%); 
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0.2;
	z-index: -1

  }

  #homeSrvs {
	position: relative;
  }

#homeSrvs ul li{
	text-transform: uppercase;
}
#homeSrvs .left{
	max-width: 600px;
}
#homeSrvs .right{
	padding-left: 150px;
	position: relative;
}
#homeSrvs .right .accentImage{
	position: absolute;
	bottom: -250px;
	left: 100px;
}
#homeSrvs .accentSlide{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 600px;
	z-index: -1;
}




/* 





==========================
==========================
==========================
==========================
FOOTER */
footer{
	position: relative;
}
footer #cta{
	background-color: var(--p2);
	padding: 50px 100px;
}
footer #cta h2::before, footer #cta h2::after{
	display: none;
}
footer #cta .left{
	padding-right: 50px;
}
footer #cta .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;	
}
footer #cta .right .btn{
	color: var(--p2);
	background-color: var(--s4);
	font-size: 18px;
	text-transform: uppercase;
	font-family: var(--ibmfont);
	margin: 20px 0;
	padding: 20px 40px;
	border-radius: 5px;
}
footer #cta h2{
color: #FFF;
text-align: right;
}
footer .backcolo{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 60%;
	background-color: var(--s1);
	border-radius: 50px 50px 0 0;
}
footer #foot{
	padding: 100px 0;
}
footer #foot .large a{
	color: #000;
	font-size: 2rem;
	font-family: var(--ibmfont);
	margin-top: 25px;
	display: block;
}



/* 





=====================
=====================
=====================
=====================
QUALIFICATIONS PAGE

*/
#qual h1{
	font-size: 4.1rem;
}
#qual .right{
	padding: 100px 50px;
}
#qual #hook{
	position: relative;
	padding-top: 50px;
}
#qual #hook::before{
	content: " ";
	width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/whitecircle.png');
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 45%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0.5;

}
#qual .hookimage{
	width: 615px;
	height: auto;
}
#qual .left{
	padding: 0 25px 0 0;
	position: relative;
}
#qual .accent1{
	position: absolute;
	left: -20px;
	bottom: -50px;
}
#qual .accent2{
	position: absolute;
	top: -75px;
	right: 50px;
}
.whiteBox{
	background-color: var(--s3);
	padding: 100px;
	border-radius: 50px;
	margin-top: 50px;
	position: relative;
}
.whiteBox::after{
	content: " ";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	background: rgb(89,133,232);
  	background: -o-linear-gradient(250deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%);
  	background: linear-gradient(200deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%);
	z-index: -1;
	top: -2px;
	left: -2px;
	border-radius: 52px;
}
.whiteBox strong{
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: var(--ibmfont);
	font-weight: 500;
}
#sec1 .logos, #sec2 .logos{
	margin-top: 50px;
}
#qual #quote .subheading1{
	text-align: center;
	position: relative;
}
#qual #quote .subheading1 p{
	display: inline-block;
	position: relative;
	line-height: 1.2em;
}
#qual #quote .subheading1 p::before{
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/quoteleft.png');
	content: " ";
	width: 50px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	top: -50px;
	left: -70px;

}
#qual #quote .subheading1 p::after{
	content: " ";
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/quoteright.png');
	width: 50px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: cover;
	right: -70px;
	bottom: -50px;
}
#contentQual .right{
	position: relative;
	padding: 0 0 0 100px
}
#contentQual .accentimg{
	position: absolute;
	bottom: -150px;
	left: 0px;
	z-index: 2;
}
#contentQual .whiteDecor{
	position: absolute;
	top: -50px;
	width: 75%;
	right: -50px;
	border-radius: 50px;
	height: calc(100% + 125px);
	z-index: -1;
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(253,253,253,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(253,253,253,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(253,253,253,1) 100%);
}



/* 





ABOUT PAGE */
.pagename{
	position: relative;
	padding-left: 100px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.pagename::before{
	position: absolute;
	content: " ";
	width: 75px;
	display: block;
	height: calc(50% - 3px);
	top: 0;
	left: 0;
	background-color: var(--p1);
	z-index: 1;

}
.pagename::after{
	content:" ";
	background: rgb(243,242,237);
	background: -webkit-gradient(linear, left top, right top, from(rgba(243,242,237,1)), color-stop(64%, rgba(88,132,231,1)), to(rgba(202,58,58,1)));
	background: -o-linear-gradient(left, rgba(243,242,237,1) 0%, rgba(88,132,231,1) 64%, rgba(202,58,58,1) 100%);
	background: linear-gradient(90deg, rgba(243,242,237,1) 0%, rgba(88,132,231,1) 64%, rgba(202,58,58,1) 100%); 
	width: 75px;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#about #hook{
	overflow-x: hidden;
}
#about #hook .maxWidth{
	
	position: relative;
}
#about #hook .right{
	position: relative;
	padding-left: 100px;
}
#about #hook .accent{
	position: absolute;
	top: 360px;
	left: 50px;
}
#about #hook .maxWidth::after{
	content: " ";
	width: 500px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/whitecircle.png');
	z-index: -1;
	right: -100px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);

}
#about #hook img{
	max-width: 500px;
	height: auto;
}
#dark{
	background-color: var(--p2);
	color: #FFF;
	padding: 0;
	overflow: visible;
	margin-top: 75px;
}
body{
	overflow-x: hidden;
}
#dark .width2{
	position: relative;
	z-index: 1;
}
#dark .subheading4{
	margin: 50px 0;
	display: block;
}
#dark h2::after{
	opacity: 0.1;
}
#dark .top .left{
	width: calc(100% - 300px);
	padding: 100px 100px 100px 0;

}
#dark .top .right{
	width: 300px;
}
#dark .top .imageWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: -50px;
	position: absolute;
}
#dark img{
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#dark .right img{
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	opacity: 0%;
}
#dark .left img{
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	opacity: 0%;
}
#dark img.animate{
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
	opacity: 100%;
}
#dark .bottom .right{
	width: 80%;
	padding: 25px 0 25px 70px;
}
#dark .bottom .left{
	width: 35%;
	position: relative;
}

#dark .bottom .left .imageWrap{
	position: absolute;
	top: -50px;
}
#about #sec1 {
	padding-top: 300px;
}
#about #sec1 .item{
	max-width: 80%;
	margin: 50px auto;
	position: relative;
	padding: 50px;
}
#about #sec1 .item p.sidebar{
	padding-left: 25px;
	position: relative;
}
#about #sec1 .item p.sidebar::before{
	content:" ";
	position: absolute;
	left: 0;
	width: 2px;
	height: 100%;
	background: rgb(202,58,58);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(202,58,58,1)), color-stop(46%, rgba(88,132,231,1)), to(rgba(88,132,231,0)));
	background: -o-linear-gradient(top, rgba(202,58,58,1) 0%, rgba(88,132,231,1) 46%, rgba(88,132,231,0) 100%);
	background: linear-gradient(180deg, rgba(202,58,58,1) 0%, rgba(88,132,231,1) 46%, rgba(88,132,231,0) 100%); 
}
#about #sec1 .item.right img{
	margin: 0 50px 0 0;
	width: 300px;
	height: auto;
}
#about #sec1 .item.left img{
	margin: 0 0 0 50px;
	width: 300px;
	height: auto;
}
#about #sec1 .item.right::before{
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	z-index: -1;
	border-radius: 50px;
	background: rgb(253,253,253);
	background: -webkit-gradient(linear, left top, right top, from(rgba(253,253,253,1)), to(rgba(253,253,253,0)));
	background: -o-linear-gradient(left, rgba(253,253,253,1) 0%, rgba(253,253,253,0) 100%);
	background: linear-gradient(90deg, rgba(253,253,253,1) 0%, rgba(253,253,253,0) 100%); 
}
#about #sec1 .item.left::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	z-index: -1;
	border-radius: 50px;
	background: rgb(253,253,253);
	background: -webkit-gradient(linear, right top, left top, from(rgba(253,253,253,1)), to(rgba(253,253,253,0)));
	background: -o-linear-gradient(right, rgba(253,253,253,1) 0%, rgba(253,253,253,0) 100%);
	background: linear-gradient(270deg, rgba(253,253,253,1) 0%, rgba(253,253,253,0) 100%); 
}
#about #sec1 .item.left .flex{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
#about #sec1 .item.right{
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	opacity: 0%;
}
#about #sec1 .item.left{
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	        transform: translateX(-100%);
	opacity: 0%;
}
#about #sec1 .item.animate{
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
	opacity: 100%;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}

#abtsrv .left{
	padding: 0 150px 0 0;
}
#abtsrv .right{
	position: relative;
}
#abtsrv .accentImg{
	position: absolute;
	bottom: -50px;
	left: -50px;
}
#abtsrv{
	position: relative;
}
#abtsrv .accentSlide{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;

	height: 80%;
	width: 200px;
}
#team{ position: relative;}
#team .card{
	padding: 50px;
	position: relative;
	margin: 50px 0;
	opacity: 0%;
	-webkit-transform: translateY(300px);
	    -ms-transform: translateY(300px);
	        transform: translateY(300px);
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#team .card.animate{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 100%;
}
#team .card::before{
	content: " ";
	width: 90%;
	border-radius: 50px;
	background-color: var(--s3);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;	
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Layer_11.png');
	background-repeat: no-repeat;
	background-position: calc(100% + 300px) calc(100% + 300px);
}
#team .card::after{
	content: " ";
	width: calc(90% + 4px);
	border-radius: 52px;
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: -2;	
	background: rgb(89,133,232);
	background: -o-linear-gradient(250deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%);
	background: linear-gradient(200deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%); 
	

}

#team .card .contain{
	margin: 0 0 0 50px;
}
#abtGallery{
	position: relative;
}
#abtGallery .left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	
}
#abtGallery .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding-top: 100px;
}
#abtGallery img{
	margin: 20px;
	opacity: 0%;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#abtGallery .left img{
	-webkit-transform: translateX(-200px);
	    -ms-transform: translateX(-200px);
	        transform: translateX(-200px);
}
#abtGallery .right img{
	-webkit-transform: translateX(200px);
	    -ms-transform: translateX(200px);
	        transform: translateX(200px);
}
#abtGallery img.animate{
	opacity: 100%;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

#abtGallery .leftAccent{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 350px;
	z-index: -1;
	width: 200px;
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#abtGallery .rightAccent{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 600px;
	z-index: -1;
	opacity: 1;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* 




====================
====================
====================
CONTACT PAGE */

#contact #hook{
	position: relative;
}
#contact #hook .left{
	padding-right: 75px;
	position: relative;
}

#contact #hook .accent{
	position: absolute;
	bottom: -75px;
	left: -25px;
}
#contact #form{
	background-color: #FFF;
	border-radius: 50px;
	position: relative;
	z-index: 2;
	padding: unset;
	margin-bottom: 100px;
	
}
#contact #form .contain{
	background-color: #FFF;
	padding: 100px 0;
	border-radius: 50px;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Layer_11.png');
	background-repeat: no-repeat;
	background-position: calc(100% + 200px) calc(100% + 200px);
	background-size: 500px;
}
#contact #form .contain::before{
	content: " ";
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	left: -2px;
	top: -2px;
	background: rgb(89,133,232);
	background: -o-linear-gradient(250deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%);
	background: linear-gradient(200deg, rgba(89,133,232,0.4) 0%, rgba(177,21,27,0.4) 100%); 
	border-radius: 52px;
	z-index: -1;
}
#contact #form form{
	max-width: 700px;
}
#contact #form form p{
	margin-bottom: unset;
	font-family: var(--ibmfont);
	font-size: 1.2rem;
	text-transform: uppercase;
}
#contact #form form label{
	padding: 20px 0;
	display: block;
}
#contact #form form label input, #contact #form form label textarea{
	width: 100%;
	border: 2px solid #000;
	padding: 10px 15px;
}
#contact #form form .wpcf7-checkbox label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#contact #form form .wpcf7-checkbox{
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}
#contact #form form .wpcf7-checkbox label input{
	width: 30px;
	margin-right: 15px;
}
form input[type="submit"]{
	font-family: var(--ibmfont);
	color: #000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 20px 40px;
	background: -o-linear-gradient(125deg, rgba(225,174,176,1) 0%, rgba(196,211,245,1) 100%);
	background: linear-gradient(325deg, rgba(225,174,176,1) 0%, rgba(196,211,245,1) 100%);
	border: unset;
	border-radius: 5px;
	outline: unset;
	margin-top: 25px;
}
.dropdowninput{
	height: 50px;
	overflow: hidden;
	width: 100%;
	border: 2px solid #000;
	cursor: pointer;
	position: relative;
	background-color: #FFF;
}
.dropdowninput::before{
	content: " ";
	width: 50px;
	height: 50px;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Polygon-5.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.dropdowninput .option{
	height: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid var(--p1);
	pointer-events: none;
	display: none;
}
.dropdowninput .option.pick{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.dropdowninput .option.nopick{
	color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dropdowninput.open{
	height: auto;
	max-height: 200px;
	overflow-y: scroll;
	pointer-events: none;
}
.dropdowninput.open .option.pick{
	position: relative;

}
.dropdowninput.open .option.nopick{
	display: none;
}

.dropdowninput.open .option{
	pointer-events: all;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dropdowninput.open .option:hover{
	background-color: #eee;
}
.dropdowninput.open::before{
	display: none;
}
#buildingage, #timeline, #role{
	display: none;
}
/* 




================
================
================
MILESTONE PAGE */

#milestone #darkcontent{
	padding: 100px 50px;
	background-color: var(--p2);
	overflow: hidden;
	color: #FFF;
	margin-bottom: 50px;
	
}
#milestone #darkcontent h2::after{
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/whitecircle.png');
	z-index: 1;
	opacity: 0.1;
}
#milestone #darkcontent h2 *{
	position: relative;
	z-index: 2;
}
#gallery{
	position: relative;
}
#gallery .left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
#gallery .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: -200px;
}

#gallery .right img{
	-webkit-transform: translateX(500px);
	    -ms-transform: translateX(500px);
	        transform: translateX(500px);
	opacity: 0;
	margin: 25px;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#gallery .left img{
	-webkit-transform: translateX(-500px);
	    -ms-transform: translateX(-500px);
	        transform: translateX(-500px);
	opacity: 0;
	margin: 25px;
	-webkit-transition: 1.5s ease all;
	-o-transition: 1.5s ease all;
	transition: 1.5s ease all;
}
#gallery .left img.animate, #gallery .right img.animate{
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px);
	opacity: 1;
}
#gallery .accentleft, #gallery .accentright{
	position: absolute;
	width: 200px;
	height: 600px;
	z-index: -1;
}
#gallery .accentleft{
	left: 0;
	bottom: 0;
	height: 600px;
}
#gallery .accentright{
	right: 0;
	top: 0;
	
}
#milestone #hook .right{
	position: relative;
	padding-left: 100px;
}
#milestone #hook .right{
	width: 50%;
}
#milestone #hook .left{
	width: 50%;
}
#milestone #hook .right img{
	width: 100%;
	height: auto;
}
#milestone #hook .right .accent{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -50px;
	width: 135px;
}

#milestone #hook .right::before{
	content: " ";	
	background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/whitecircle.png');
	width: 500px;
	height: 500px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -100px;
	z-index: -1;
}

/* TOP BANNER STYLES 

*/
#topBanner {
	background-color: var(--s2);
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
#topBanner p{
	margin: unset;
}
#masthead{
	padding-top: unset;
}
/* END TOP BANNER STYLES */

/* 






==================================================================
==================================================================
============================================
======================
BEGIN MOBILE STYLES
*/
@media (max-width: 1500px){
	#fullMenu nav a{
		font-size: 4.4rem;
	}

}
/* 1500px */
@media (max-width: 1300px){
	.width2{
		padding: unset;
	}
	html{
		font-size: 18px;
	}
	#darkWrap .width2{
		padding: 0 100px;
	}
	#darkWrap{
		padding: 0 15px;
	}
	#milestone h1{
		font-size: 65px;
	}
	#milestone #gallery .flex img{
		max-width: 100%;
		height: auto;
	}
	
}
/* 1300px */

@media (max-width: 1200px){
	#home #hook .right img.hookimage2{
		width: 350px;
	}
	#home #hook .right img.hookimage3{
		width: 80px;
		height: auto;
	}
	#home #hook .right img.hookimage1{
		width: 40%;
		height: auto;
	}
	.maxWidth{
		padding: 0 75px;
	}
	#qual .hookimage{
		width: 100%;
		height: auto;
	}
	#qual .accent1{
		height: auto;
		width: 30%;
	}
	#qual .accent2{
		width: 30%;
		height: auto;
		top: -20%;

	}
	#about h1{
		font-size: 70px;
	}
	#abtGallery .left, #abtGallery .right{
		width: 50%;
	}
	#abtGallery img{
		width: auto;
		max-width: 100%;
		height: auto;
	}
}
/* 1200px */
@media (max-width: 1000px){
	#home #hook .flex.space.align{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#home #hook .whiteAccent{
		left: unset;
		right: -30%;
		width: 70%;
		z-index: -1;
		height: auto;
	}
	#home #hook .left, #home #hook .right{
		width: 100%;
	}
	#home #hook .right img.hookimage1{
		bottom: 30px;
	}
	#home #hook .right img.hookimage2{
		width: 65%;
	}
	#home #hook .right img.hookimage3{
		top: -30px;
	}
	.bottomline .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.bottomline .flex p{
		margin: 15px 0;
	}
	#home #aboutsec .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#home #aboutsec .right .main{
		position: relative;
		left: 0;
	}
	#home #aboutsec .right{
		padding: 50px 0 0 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#home #aboutsec .left{
		width: 100%;
		padding: 0 0 0 0;
	}
	#home #aboutsec .right .accent{
		top: 40%;
		
	}
	#quote .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#home #quote .right{
		width: 100%;
		padding: 0 0 50px 0;
	}
	#home #quote .left{
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 50px;
	}
	#home #quote .accent{
		bottom: -70px;
		right: auto;
		left: 10px;
	}
	#slideText, #slideText2{
		padding: 100px 0 50px 0;
	}
	.grid2{
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 50px;
	}
	#floatinggallery .item{
		width: 80%;
		height: auto;
	}
	#floatinggallery .left .rows{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	#stickyScrolls .panel, #stickyScrolls .panel1{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background-image: url('https://reconresponse.com/wp-content/uploads/2024/09/Layer_11.png');
		background-repeat: no-repeat;
		background-position: 160% 150px;
		background-color: var(--s3);
  		border: 1px solid var(--s4);
		height: auto;
		max-height: 80vh;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		
	}

	#stickyScrolls img{
		position: relative;
		top: -50px;
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		width: 60%;
		height: auto;
		max-width: 300px;

	}
	#stickyScrolls .content{
		background-color: unset;
		border: unset;
		width: 100%;
		padding: 0px 25px 50px 25px;
		margin: unset;
		height: auto;
	}
	#stickyScrolls .scrollWrap{
		height: 80vh;
		overflow: visible;
	}
	#stickyScrolls .panel{
		display: none;
	}
	#homeSrvs .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer #cta{
		padding: 50px;
	}
	footer #cta h2{
		font-size: 40px;
	}
	footer #cta .right img{
		width: 100%;
	}
	#homeSrvs .right .accentImage{
		bottom: -100px;
		left: 0;
	}
	#homeSrvs .right{
		padding: 50px 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
	}
	#fullMenu nav ul li{
		padding: 0 0 50px 0;
	}
	#fullMenu hr{
		margin: 0;
		height: 0px;
	}
	#fullMenu .phone{
		margin: 50px 0 0 0;
	}
	#fullMenu{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#fullMenu .topbar{
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 50px;
	}
	#fullMenu .custom-logo-link{
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
	}
	#fullMenu nav a{
		font-size: 32px;
	}
	#fullMenu .phone{
		font-size: 25px;
		margin: 25px 0 0 0;
	}
	#fullMenu nav ul li{
		padding: 0 0 25px 0;
	}
	#fullMenu .menu-number{
		font-size: 8px;
	}
	#qual #hook .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#qual #hook{
		padding-top: 0;
	}
	#contentQual .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#qual .left{
		padding: 0 0 0px 0;
	}
	#qual .right{
		padding: 50px 0 100px 0;
	}
	#contentQual .right{
		padding: unset;
		
	}
	#contentQual .right .mainimg{
		width: 100%;
		height: auto;
		max-width: 400px;
	}
	#contentQual .accentimg{
		left: -50px;
	}
	#contentQual .left{
		padding: 0 0 100px 0;
	}
	.whiteBox{
		padding: 50px;
	}
	#qual #sec1{
		padding-bottom: unset;
	}
	h2{
		font-size: 50px;
	}
	h2::before{
		background-size: contain;
		width: 30px;
		top: 30px;
		left: -40px;
	}
	#sec1 .logos .flex, #sec2 .logos .flex{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#sec1 .logos img, #sec2 .logos img{
		margin: 15px;
	}
	#about #hook {
		padding-bottom: 100px;
	}
	#about #hook .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#about #hook .flex .left{
		padding-bottom: 100px;
	}
	#about #hook .right{
		width: 100%;
		max-width: unset;
		padding: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#darkWrap .width2{
		padding: 0 50px;
	}
	#dark .top .left{
		padding: 50px 50px 50px 0;
	}
	#dark .top .imageWrap{
		width: 30%;
	}
	#dark .top .left{
		width: 70%;
	}
	#dark .top .right{
		width: auto;
	}
	#dark .subheading4{
		margin: 0 0 50px;
	}
	#about #sec1{
		padding-top: 100px;
	}
	#about #sec1 .item{
		width: 100%;
		margin: 50px 0;
		padding: 20px 0;
		max-width: unset;
	}
	#about #sec1 .item .flex{
		display: block;
	}
	#about #sec1 .item.right img{
		width: 125px;
		height: auto;
		position: absolute;
		top: 50px;
		left: -25px;
	}
	#about #sec1 .item h3{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		padding-left: 75px;
		height: 150px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#about #sec1 .item.left h3{
		padding-left: 0;
		padding-right: 75px;
	
	}
	#about #sec1 .item.right::before,#about #sec1 .item.left::before {
		width: 100%;
		max-width: unset;
	}
	#about #sec1 .item .contain {
	padding: 0 50px;
	}
	#about #sec1 .item.left img{
		width: 125px;
		height: auto;
		position: absolute;
		top: 50px;
		right: -25px;
	}
	#about .largeQuote{
		padding: 0 100px;
	}
	#about .largeQuote .subheading2{
		font-size: 22px;
	}
	#quote2 .subheading1::before, .largeQuote div.subheading1::before, .largeQuote div.subheading2::before {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	#quote2 .subheading1::after, .largeQuote div.subheading1::after, .largeQuote div.subheading2::after {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	#slideText h4, #slideText2 h4{
		width: 1000vw;
		font-size: 60px;
	}
	#abtsrv .flex{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#abtsrv .left{
		width: 100%;
		padding: 0 0 50px 0;
	}
	.subheading3{
		font-size: 14px;
	}
	#abtsrv ul.subheading3{
		padding: unset;
	}
	#abtsrv .right{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#abtsrv .accentImg{
		position: absolute;
		bottom: -50px;
		left: unset;
		width: 20%;
		height: auto;
		left: calc(50% - 230px);
	}
	#team .space50{
		display: none;
	}
	#team .card .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#team .card img{
		width: 100%;
		height: auto;
	}
	#team .card::before{
		width: 100%;
	}
	#team .card::after{
		width: calc(100% + 4px);
	}
	#team .card .contain{
		margin: 0 0 0 0;
	}
	#team .maxWidth{
		padding: 0 10px;
	}
	#team .width2{
		padding: 0 50px;
	}
	#contact #hook .flex{
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}
	#contact #hook .left{
		padding: 50px 0 0;
	}
	#milestone #hook .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#milestone #hook .left{
		width: 100%;
	}
	#milestone #hook .right{
		width: 100%;
		padding: 50px 0 0 0
	}
	#milestone #hook{
		padding-bottom: 100px;
	}
	#milestone #tribox{
		padding: 0 0 50px 0;
	}
	#about #hook .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#about #hook .flex .left{
		width: 100%;
		padding-bottom: unset;
	}
	#about #hook img{
		width: 100%;
		height: auto;
	}
	#about #hook .right{
		padding: 50px 25px;
	}
	#about #hook .accent{
		bottom: -50px;
		left: 5%;
		width: 30%;
		left: -50px;
		height: auto;
	}
	#about h1{
		font-size: 50px;
	}
	#home #hook .maxWidth{
		position: relative;
		overflow-x: hidden;

	}
}

/* 1000px */

@media (max-width: 700px){
	.maxWidth{
		padding: 0 50px;
	}
	html{
		font-size: 14px;
	}
	h1{
		font-size: 40px;
	}

	h2{
		font-size: 32px;
	}
	h2::before{
		background-size: contain;
		width: 25px;
		height: 20px;
		top: 15px;
		left: -35px;
	}
	h2::after{
		background-size: contain;
		width: 200px;
		height: 200px;
		opacity: 1;
		left: 0;
		top: -80px;
		left: -110px;
	}
	.bottomline .flex p{
		font-size: 12px;
	}
	section{
		padding: 50px 0;
	}
	#home #hook .left{
		padding: 50px 0 50px;
	}
	#masthead{
		padding: 10px 0;
	}
	#masthead .custom-logo{
		height: 25px;
		width: auto;
		
	}
	#masthead .phone{
		font-size: 8px;
		padding-left: 15px;
	}
	#masthead .phone a{
		font-size: 10px;
	}
	#masthead .custom-logo-link{
		padding-right: 15px;
	}
	#masthead #word{
		margin-left: 10px;
		font-size: 16px;
	}
	#burger{
		margin-right: unset;
	}
	#menu{
		padding: unset;
	}
	#masthead .maxWidth{
		padding: 0 15px;
	}
	#hook .subHook{
		width: 100%;
		padding: 10px 0 10px 15px;
	}
	#quote2{
		padding: 50px;
	}
	#quote2 .subheading1::before, .largeQuote div.subheading1::before, .largeQuote div.subheading2::before {
		background-size: contain;
		width: 40px;
		height: 40px;
		top: -40px;
		left: -40px;
	}
	#quote2 .subheading1::after, .largeQuote div.subheading1::after, .largeQuote div.subheading2::after{
		background-size: contain;
		width: 40px;
		height: 40px;
		bottom: -40px;
		right: -40px;
	}
	.subheading1{
		font-size: 24px;
	}
	
	ul{
		padding: 0 0 0 10px;
	}
	.circleContain{
		width: 70px;
		height: 70px;
		top: 120px;
		left: -35px;
	}
	.circleContain img{
		width: 40px;
		height: auto;
	}
	.circleback{
		width: 86px;
		height: 86px;
		top: 112px;
		left: -43px;
	}
	#wwd .item{
		padding: 50px 50px 50px 70px;
	}
	footer #cta h2{
		font-size: 32px;
	}
	footer #cta .right .btn{
		font-size: 13px;
		padding: 15px 20px;
		margin: 10px 0;
	}
	footer .maxWidth{
		padding: 0 25px;
	}
	footer #cta .left{
		padding-right: 25px;
	}
	#slideText h4, #slideText2 h4{
		font-size: 40px;
		width: 1000vw;
	}
	#about .largeQuote{
		padding: 0 50px;
	}
	#contact #form form .wpcf7-checkbox{
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.wpcf7-list-item{
		margin: 0 0 0 0;
	}
	#contact #form .maxWidth{
		padding: 0 25px;
	}
	#contact #form .contain{
		padding: 50px 0;
	}
	#contact #hook .left{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 25px 0 0 0;
	}
	#contact #hook .left img{
		width: 80%;
		height: auto;
	}
	#contact #hook .left .accent{
		width: 20%;
		height: auto;
		left: 0%;
	}
	#milestone > .maxWidth{
		padding: 0 15px ;
	}
	#milestone #darkcontent{
		padding: 50px 50px 100px 50px;
	}
	#milestone #darkcontent .wp-block-spacer{
		display: none;
	}
	#fullMenu .topbar{
		padding: 10px 15px;
	}
	#fullMenu .custom-logo{
		height: 25px;
		width: auto;
	}
	#fullMenu #xout{
		width: 40px;
		height: 40px;
	}
	#about h1{
		font-size: 40px;
	}
	#about #tribox{
		padding: 0 0 100px 0;
	}
	#about #hook .accent{
		left: 0;

	}
	#darkWrap{
		padding: unset;
	}
	footer > .maxWidth{
		padding: 0 15px;
	}
	#dark{
		overflow-x: hidden;
	}
	html{
		width: 100vw;
		overflow-x: hidden;
	}
	#milestone h1{
		font-size: 40px;
	}
	#masthead{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		max-width: 100vw;
	}

	/* TOP BANNER STYLES */
#masthead{
	padding-top: unset;
}
#topBanner p{
	font-size: 12px;
}
/* END TOP BANNER STYLE */
	main{
		padding-top: 53px;
	}
	#slideText, #slideText2{
		padding: 50px 0;
	}
	#about #slideText{
		padding-top: 100px;
	}
	.space-top-100{
		padding-top: 50px;
	}
	#stickyScrolls .scrollWrap{
		padding: 0 0 0 0;
		height: auto;
	}
	#stickyScrolls .panel, #stickyScrolls .panel1{
		position: relative;
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		margin: 50px 0 100px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#stickyScrolls .scroller{
		display: none;
	}
	#slideText2{
		padding-bottom: 100px;
	}
	.maxWidth{
		padding: 0 35px;
	}
	
	
}
/* 700px */

@media (max-width: 500px){
	.maxWidth{
		padding: 0 35px;
	}
	#home #aboutsec .right .main{
		width: 100%;
		height: auto;
	}
	#home #quote .right p{
		font-size: 22px;
	}
	#home #quote .right img.q1{
		height: 30px;
	}
	#home #quote .right img.q2{
		height: 30px;
	}
	#home #quote .left .main{
		width: 100%;
		height: auto;
	}
	#home #quote .accent{
		width: 40%;
		height: auto;
		
	}
	#slideText h4, #slideText2 h4{
		width: 1000vw;
		font-size: 40px;
		margin: unset;
		line-height: 1em;

	}
	#wwd{
		padding-top: unset;
	}
	#homeSrvs .right .mainaccent{
		width: 100%;
		height: auto;
	}
	#homeSrvs .right .accentImage{
		width: 60%;
		height: auto;
	}
	footer #cta{
		padding: 50px 25px;
	}
	#qual h1{
		font-size: 32px;
	}
	#qual #quote .subheading1 p::before{
		width: 30px;
		height: 20px;
		left: -30px;
		top: -30px;
	}
	#qual #quote .subheading1 p::after{
		width: 30px;
		height: 20px;
		right: -30px;
		bottom: -30px;
	}
	#qual .right{
		padding:50px 0
	}
	#qual .accent2{
		top: 10%;
	}
	.whiteBox{
		padding: 50px 25px;
	}
	#abtGallery img{
		margin: 10px;
	}
	#abtGallery .right{
		padding-top: unset;
		margin-top: -50px;
	}
	#milestone #gallery .flex img{
		margin: 10px;
	}
	#gallery .right{
		margin-top: -100px;
	}
	#darkcontent #quote2{
		padding: 50px 0;
	}
	#quote2 .subheading1::before, .largeQuote div.subheading1::before, .largeQuote div.subheading2::before{
		width: 20px;
		height: 20px;
		top: -25px;
		left: -25px;
	}
	#quote2 .subheading1::after, .largeQuote div.subheading1::after, .largeQuote div.subheading2::after{
		width: 20px;
		height: 20px;
		bottom: -25px;
		right: -25px;
	}
	#milestone > .maxWidth{
		padding: unset;
	}
	#about #dark .flex.top{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		
	}
	#about #dark .flex.bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	#dark .top .imageWrap,#dark .bottom .imageWrap{
		position: relative;
		width: 100%;
		
	}
	#dark .bottom .left .imageWrap{
	position: relative;
	width: 100%;
	}
	#dark .bottom .right, #dark .bottom .left,#dark .top .right, #dark .top .left{
		width: 100%;
		
	}	
	#dark .top .left{
		padding: 50px 0;
	}
	#dark .bottom .right{
		padding:0 0 50px 0;
	}
	#about #hook .right{
		padding: 50px 0 0;
	}
	#about #hook .accent{
		bottom: -20px;
		left: -15px;
	}
	body{
		overflow-x: hidden;
	}
	#about #darkWrap .width2{
		padding: 0 50px;
	}
	#team .card{
		padding: 30px 30px;
	}
	footer #cta .right{
		width: 300px;
	}
	.pagename{
		padding-left: 50px;
		font-size: 14px;
	}
	.pagename::before, .pagename::after{
		width: 40px;
	}
	#masthead #word{
		font-size: 12px;
	}
	#burger .rect{
		height: 5px;
	}
	#burger #rect1{
		width: 35px;
	}
	#burger #rect2{
		width: 45px;
	}
	#burger #rect3{
		width: 21px;
	}
	#menu:hover #burger #rect1{
		width: 45px;
	}
	#menu:hover #burger #rect2{
		width: 26px;
	}
	#menu:hover #burger #rect3{
		width: 38px;
	}
	.grecaptcha-badge {
        visibility: hidden;
        right: 0!important;
      }
}
/* 500px */
