body,
html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

/* body .container :not(header .container) {
	max-width: none;
} */

body,
p {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #666;
}
p {
	font-size: 1rem;
	line-height: 2rem;
}

section {
	background-color: #fff;
	width: 100%;
}

hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #862633;
}

hr.light {
	border-color: #fff;
}

a {
	color: #862633;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #b55050;
}

.btn-primary {
	background-color: #862633;
	border-color: #862633;
	padding: 1rem 2rem;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #b55050;
	border-color: #b55050;
}

.btn-sm {
	padding: 0.5rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	color: #862633;
	font-weight: 400;
}

.bg-primary {
	background-color: #862633 !important;
	background-image: url(/wp-content/uploads/2022/03/AW-Texture-Background.jpg) !important;
	border-top: 3px solid #fff;
	background-size: cover;
}
.bg-primary.subPage {
	background-size: cover;
	background-attachment: fixed;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-grey {
    background-color: #ececec;
}

.text-faded {
	color: rgba(255, 255, 255, 0.7);
}

section {
	padding: 4rem 0;
}

.section-heading {
	margin-top: 0;
}

::-moz-selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}

::selection {
	color: #fff;
	background: #212529;
	text-shadow: none;
}

img::selection {
	color: #fff;
	background: transparent;
}

img::-moz-selection {
	color: #fff;
	background: transparent;
}

#navMenu .row {
	max-width: 1140px;
    margin: auto;
}

.navbar > .container {
	max-width: 1140px;
}

footer > .container:first-child {
	background-color: #862633;
	max-width: none;
}

footer .container .row {
	max-width: 1140px;
	margin: auto;
}

#mainNav {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #fff;
	font-family: 'Lora', serif;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
	font-weight: 700;
	text-transform: uppercase;
	color: #862633;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0;
	background-image: url(/wp-content/uploads/2019/02/AW_Icon_White.png) !important;
	width: 105px;
	height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1000;
}

.service-box > .fa {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.service-box .details-image {
    max-width: 150px;
}

#mainNav.navbar-shrink .navbar-brand,
#mainNav #awLogo.navbar-brand.menuOpen {
	background-image: url(/wp-content/uploads/2020/10/AW_Icon_Red.png) !important;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #f05f40;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
	font-size: 2rem;
	/* font-weight: 700; */
	color: #777;
	display: inline-block;
	position: relative;
}

#mainNav .navbar-nav > li.menu-item > a:hover,
#mainNav .navbar-nav > li.menu-item > a:focus:hover {
    color: #862633;
    text-decoration: none;
}

#mainNav .navbar-nav > li.menu-item > a.active,
#mainNav .navbar-nav > li.menu-item > a:focus.active {
	color: #862633 !important;
	background-color: transparent;
}


#mainNav .navbar-nav > li.menu-item > a.active:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
}
#mainNav .navbar-nav > li.menu-item > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 10%;
	background: #862633; /*** COLOR OF THE LINE ***/
	height: 3px; /*** THICKNESS OF THE LINE ***/
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#mainNav .navbar-nav > li.menu-item > a:hover:before {
	right: 0;
}

#nav-icon {
	width: 40px;
	height: 28px;
	position: relative;
	background: transparent;
	border: none;
	display: inline-block;
	z-index: 1000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.navbar-shrink #nav-icon span,
#nav-icon.open span {
	background: #862633;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 12px;
}
#nav-icon span:nth-child(4) {
	top: 24px;
}
#nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon:focus {
	outline: 0;
}

#homepage-about-header {
	background-image: url('/wp-content/uploads/2019/02/AW_Logo_White.png');
	margin: auto;
	width: 250px;
	height: 215px;
	background-size: contain;
	background-repeat: no-repeat;
}

#navMenu {
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    max-height: 100%;
    overflow: auto;
    background: #fff;
	padding-top: 10rem;
	padding-bottom: 3rem;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#navMenu .navbar-nav {
	flex-direction: column;
}

#navMenu .socialRow {
	font-size: 12px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	max-width: 1140px;
}

.awInfo .item {
	display: block;
	margin-bottom: 1rem;
}

#mainNav {
	border-color: transparent;
	background-color: transparent;
}

#mainNav .navbar-brand {
	color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
	color: #fff;
}

#mainNav .navbar-nav > li.menu-item > a {
	padding: 0.5rem 1rem;
}

#mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: rgba(255,255,255,.9);
}
#mainNav.navbar-shrink .navbar-brand {
	color: #862633;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #862633;
}

#mainNav.navbar-shrink .navbar-nav > li.menu-item > a:hover,
#mainNav.navbar-shrink .navbar-nav > li.menu-item > a:focus:hover {
	color: #862633;
}

@media (min-width: 992px) {
	
	
}

header.masthead {
	width: 100%;
	padding-top: 10rem;
	padding-bottom: calc(10rem - 56px);
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

header #backgroundVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
/*     background: url(polina.jpg) no-repeat; */
    background-size: cover;
}

header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: rgba(255, 255, 255, .5);
}

header.masthead h1 {
	font-size: 2rem;
}

header.masthead p {
	font-weight: 300;
	color: #fff;
}

@media (min-width: 768px) {
	header.masthead p {
		font-size: 1.15rem;
	}
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 650px;
		padding-top: 0;
		padding-bottom: 0;
	}
	header.masthead h1 {
		font-size: 3rem;
	}
}

@media (min-width: 1200px) {
	header.masthead h1 {
		font-size: 4rem;
	}
}

a.pageDown.white {
    color: #fff;
    border-color: #fff;
    display: inline-block;
}

a.pageDown {
    border: 2px solid #862633;
    padding: 20px 26px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 2rem;
}
a.pageDown:hover,
a.pageDown:focus {
    background-color: #fff;
    color: #862633;
}


.service-box {
	max-width: 420px;
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

.portfolio-box.employee-box {
	touch-action: manipulation;
}

.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: #fff;
	background: rgba(134, 38, 51, 0.9);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Lora', serif;
}

ul#case-services {
	list-style: none;
	padding-left: 0;
}

ul#case-services > li {
	display: inline-block;
}

section#caseStudyHeader {
	padding: 0;
}

.project-name {
	cursor: default;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}

.portfolio-box-caption .project-link .btn {
    border: 3px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem 1.5rem;
	-webkit-appearance: inherit;
}
.portfolio-box-caption .project-link .btn:hover,
.portfolio-box-caption .project-link .btn:focus {
	color: #862633;
}

.portfolio-box:focus {
	outline: none;
}

.portfolio-box img {
	width: 100%;
	height: auto;
}

.card-body > div {
	
}

@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		
	}
}

.text-primary {
	color: #862633 !important;
}

.btn {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border-radius: 0;
}

.btn-xl {
	padding: 1rem 2rem;
}

#services {
	width: 100%;
}

#services .card {
	border: 0px solid #ececec;
	border-radius: 0;
	box-shadow: 0px 0px 40px rgba(0,0,0,.1);
}
#services .card .card-img-top {
    background: url(/wp-content/uploads/2018/08/redWebBG.jpg) no-repeat, 100% !important;
    background-size: 100%;
    color: #fff;
    font-size: 5rem;
    padding: 1rem 0;
}
#services .card p {
	line-height: 1.5rem;
}

section#contactForm {
	/* background-image: url("../img/whiteWebBG.jpg"); */
	background-size: cover;
	background-attachment: fixed;
}
.embed-responsive.map:before {
    padding-top: 40%;
}

#footer {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2022/03/Footer-Graphic.jpg) !important;
	background-size: cover;
}

.row-with-vspace {
    margin-bottom: 0px !important;
}

@media (min-width: 768px){
	#main {
		/* display: block; */
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
}

#main .page {
    border: none !important;
    padding: 0px !important;
}

#footer .socialRow {
	padding: 50px 0 35px 0 !important;
	border-bottom: none !important;
	margin-bottom: 5rem;
	
}
#footer .socialRow a {
	display: inline-block;
	color: #fff;
	opacity: .5;
}
#footer .socialRow a:hover,
#footer .socialRow a:focus {
    opacity: 1;
}
@media (max-width: 575px) {
	#footer .socialRow a {
		font-size: .5rem;
	}
}



#footer .awInfo .item .infoIcon {
    font-size: 16px;
    display: inline-block;
    color: #862633;
    background-color: #862633;
    border-radius: 50%;
    padding: 7px 7px;
    margin-bottom: 6px;
}
#footer .awInfo i {
    color: #dadada;
	width: auto !important;
}
#footer .awInfo .item p {
    line-height: normal;
}
#footer .awInfo hr {
    border-color: #bbb;
}


header.subPage {
	padding-top: 10rem;
}

.carousel:not(#case-study-carousel) {
    max-height: 500px;
	height: 42vw;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.carousel:not(#case-study-carousel) .carousel-inner {
	
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}



.embed-responsive.map:before {
    padding-top: 40%;
}

.serviceIcon {
    font-size: 4rem;
}

.no-banner {
    height: 111px;
    background-color: #862633;
    /* background: linear-gradient(#862633 , rgba(255, 255, 255, 0.5));	 */
}

select,
input,
textarea {
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
	max-height: 140px;
}

span.wpcf7-form-control-wrap.your-file {
	width: 100%;
}

input[type="submit"] {
	width: auto;
	margin: auto;
}

#case-study-header,
#case-study-header h1 {
	color: white;
}

ul#case-services > li:not(:last-child):after {
	content: ' | ';
	margin: 0 0.25rem;
}

.client-bg {
	background-size: cover;
}

#testimonial section {
	padding: 0;
}

#testimonial img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

#testimonial .strat-container {
	position: relative;
	overflow: hidden;
	flex-direction: column;
}

#testimonial .strat-container .container {
	order: 1;
}

#testimonial .strat-container .strat-image-container {
	order: 2;
}

#testimonial .strat-container img {
	position: relative;
    width: 122%;
    max-height: none;
    max-width: none;
    left: -17vw;
}

#testimonial h1 {
	font-size: 2em;
}

#testimonial p {
    color: #000;
}

#results-container h1,
#results-container p {
	color: white;
}

#testimonial .section-spacing {
	padding-top: 1em;
	padding-bottom: 1em;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.quote-container {
	font-size: 1.7em;
    position: relative;
    font-family: 'Lora', serif;
    padding: 3em 3em;
}

.quote-container::after {
	content: '\201D';
	bottom: 0;
    right: 0;
	line-height: 0;
}

.quote-container::before {
	content: '\201C';
	top: 0;
    left: 0;
	line-height: 1em;
}

.quote-container::after,
.quote-container::before {
    position: absolute;
    font-size: 7em;
}

.quote-name {
	font-size: 0.7em;
	float: right;
}

#testimonial .img-container > img.banner {
	width: 100%;
	height: auto;
}

.single-case_studies #content {
	overflow: hidden;
}

@media (min-width: 576px) {
	.half-container {
		max-width: 270px;
		margin-left: auto;
	}
	
	#testimonial .img-container {
		overflow: hidden;
		height: 33vw;
	}

	#testimonial .img-container > img {
		width:100%;
		height:100%;
		object-fit: cover;
		overflow: hidden;
	}
}


@media (min-width: 768px) {
	.half-container {
		max-width: 360px;
		margin-left: auto;
	}
	
/* 	#testimonial .strat-container .container {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	} */
}

@media (max-width:768px) {
/* 	#testimonial .strat-container img {
		width: 235%;
		left: -30vw;
	} */
	.statistic-item br {
		display: none
	}
}


@media (min-width: 992px) {
	.half-container {
		max-width: 480px;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	.half-container {
		max-width: 570px;
		margin-left: auto;
	}
}

#testimonial .bottom-shadow {
    padding-bottom: 0 !important;
    margin-bottom: 2em;
    box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 16px 14px rgba(0, 0, 0, 0.15);
}


.aw-team > img {
	width: 100%;
	heighT: auto;
}

#services .card-content {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.service-thumbnail,
.service-quick-contact {
	padding: 0 20px;
}

.service-thumbnail img {
	width: 100%;
}

.service-quick-contact {
    background-color: #f3f3f3;
    margin: 0;
	margin-bottom: 2rem !important;
    padding: 20px;
    text-align: center;
}
.service-quick-contact i {
    font-size: 1.5em;
    margin-right: 5px;
}

#case-study-carousel {
	max-height: 300px;
	height: 23vw;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

#case-study-carousel > .carousel-inner {
	top: -33vw;
}

.card-footer {
	background: none;
	border: none;
}

.menuIntro .menu-phone {
	font-size: 1.25rem;
}

.copyright-content p {
	font-size: 0.75em;
}

span.required,
.awInfo.contact i {
	color: #862633;
}

#services .card-footer {
	padding: 0 1rem 2rem;
}

/* ------ LISTING STYLES ------ */

.archive #main .post,
.category #main .post,
.blog #main .post {
    padding: 0;
    box-shadow: 0px 0px 40px rgba(0,0,0,.1);
    margin-bottom: 40px;
}
.archive #main .post .entry-header,
.category #main .post .entry-header,
.blog #main .post .entry-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 30px 30px 15px 30px;
}
.archive #main .post footer,
.category #main .post footer,
.blog #main .post footer {
    background-color: #ececec;
    padding: 15px 30px;
    font-size: .75em;
}
.archive #main .post .entry-content,
.category #main .post .entry-content,
.blog #main .post .entry-content {
    padding: 0 30px;
}

.archive #sidebar-right .widget,
.category #sidebar-right .widget,
.blog #sidebar-right .widget {
    border: 0;
    background-color: #f9f9f9;
    padding: 20px;
}
.archive #sidebar-right .widget .widget-title,
.category #sidebar-right .widget .widget-title,
.blog #sidebar-right .widget .widget-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px
}
.archive #sidebar-right .widget ul,
.category #sidebar-right .widget ul,
.blog #sidebar-right .widget ul {
    list-style: none;
    padding-left: 0;
}
.archive #sidebar-right .widget ul li,
.category #sidebar-right .widget ul li,
.blog #sidebar-right .widget ul li {
    margin-bottom: 10px;
}
.archive #sidebar-right .widget ul:last-child,
.category #sidebar-right .widget ul:last-child,
.blog #sidebar-right .widget ul:last-child {
    margin-bottom: 0;
}
.archive .pagination .page-link,
.category .pagination .page-link,
.blog .pagination .page-link {
    color: #8b2233;
}
.archive .pagination .page-item.active .page-link,
.category .pagination .page-item.active .page-link,
.blog .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #8b2233;
    border-color: #8b2233;
}

.case-study-navigation {
	padding: 1em 0;
}

.case-study-navigation a {
	color: black;
}

#testimonial .percentage::after {
	content: '\0025';
}

.footer-logo {
	max-width: 250px;
	width: 100%
}

.box-shadow {
	box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.15);
}

.testimonial-button {
	padding: 0.75em 2.25em;
}

#testimonial .testimonial-button > a:hover {
	color: white !important;
}

.testimonial-button > a {
	display: block;
}

#connect .embed-responsive.map {
	height: 100%;
}

#connect .awInfo {
	font-size: 1.5rem;
}

#connect .awInfo .item p {
	font-size: 0.9rem;
    line-height: 1.4rem;
    margin-top: 1rem;
}

.copyright-container {
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 1.25rem;
}

.copyright-container p {
	color: white;
	margin: 0.5rem;
}

#testimonial .bottom-image img {
    max-height: 450px;
    width: auto;
	margin: auto;
}

#content .carousel-inner img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.service-quick-contact {
	text-align: center;
	margin: 0 20px;
}

.search-results #main {
	max-width: 800px;
	margin: 10px auto;
}

.error404 {
}

.error404 #content {
    min-height: 400px;
    padding-top: 200px;
    margin: 0 auto;

	background-color: #ccc;
}


@media only screen and (max-width: 600px) {
	.blog #main {
		padding: 0;
	}

	.blog h1 {
		font-size: 24px;
	}
}

.socialRow > div {
	padding: 0 10px;
}

.socialRow > div:first-child {
	padding-left: 0;
}

.socialRow > div:last-child {
	padding-right: 0;
}


#sidebar-right .widget_recent_entries li:not(:last-child) {
	border-bottom: solid 1px #944;
	padding-bottom: 10px;
}


.aw-contact-form label,
.aw-contact-form input,
.aw-contact-form select,
.aw-contact-form textarea,
.wpcf7-form label,
.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea {
	font-size: 14px;
}

.aw-contact-form select {
	height: 39px !important;
}

.grecaptcha-badge {
    display: none;
}


.blog-intro {
	color: rgb(77, 5, 10);
	font-family: "Lora", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 50px;
}


#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a {
	font-size: 1.75rem;
}

.page-template-services-template #services {
	padding-bottom: 0;
}

.next-level-heading {
	margin-bottom: 20px;
}

.strat-container {
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 1000px;
}

.strat-content {
	padding: 50px 0 100px;
}

@media only screen and (max-width: 992px) {
	.strat-container {
		padding: 0 0 650px;
		background-size: 200% auto;
		min-height: 900px;
	}

	.strat-content {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	.strat-container {
		padding: 0 0 400px;
		background-size: 200% auto;
		min-height: 700px;
	}

	.strat-content {
		padding: 0 20px;
	}
}

.copyright-content p {
	font-size: 0.5em;
	text-align: center;
}
.service-thumbnail img {
	width: 100%;
	height: auto;
}

#services .card .card-header {
    font-size: 4rem;
    padding: 1rem;
    color: #862633;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-color: #fff;
}

.single-case_studies .carousel.slide:after {
      display: block;
      position: absolute;
      background-image: linear-gradient(to top, transparent 0%, #0000004d 100%);
      height: 100%;
      width: 100%;
      top: 0;
      content: '';
}

@media screen and (max-width: 768px) {
	.quote-container {
		font-size: 1.2em;
		padding: 2em;
	}
	
	.quote-container::after, 
	.quote-container::before {
		font-size: 5em;
	}
}

.quote-container {
	max-width: 750px;
}

.quote-name {
    font-size: 0.8em;
}

input#ctct-submitted {
	background-color: #862633;
    border-color: #862633;
    padding: 1rem 2rem;
    border-radius: 0;
    color: white;
    font-size: 1em;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input#ctct-submitted:hover {
	background-color: #b55050;
	border-color: #b55050;
}

footer form input[type="email"] {
	padding: .375rem .75rem;
    font-size: 1rem;
}

footer form .ctct-label-top > label {
	display: none !important;
}

.ctct-disclosure {
	display: none;
}

#testimonial .statistic-item {
	max-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
}

.statistic-item p {
	line-height: 1.5em;
}

#testimonial .statistic-item h1 {
	font-size: 2.5em;
}

#services .card-anchor {
	position: relative;
	top: -250px;
}

@media screen and (min-width: 1500px) {
	#testimonial .strat-container .container {
		position: relative;
		transform: translateY(6vw);
	}
}

@media screen and (max-width: 1499px) {
	#testimonial .strat-container .container {
		position: relative;
		transform: translateY(3vw);
	}
	
	.strat-container p {
		font-size: 1rem;
		line-height: 1.75rem;
	}
}

.strat-container {
	min-height: 42vw;
}

@media screen and (max-width: 992px) {
	.strat-container{
		min-height: 117vw;
	} 
} 

@media screen and (max-width: 768px) {
	.strat-container{
		min-height: 140vw;
	} 
} 

#testimonial .testimonial-button:hover {
	color: #fff;
	text-decoration: none;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.align-left {
	display: inline;
    float: left;
    margin-right: 1em;
}

.alignright {
	display: inline;
    float: right;
    margin-left: 1em;
}

img.google-trusted {
	max-width: 75px;
    float: right;
    margin-bottom: 0.5rem;
}

a.btn.btn-small {
    padding: 0.5rem 1.25rem;
}

hr.grey {
    width: 100%;
    max-width: none;
    background-color: #efefef;
    heighT: 1px;
    margin: 4rem auto 3rem;
    border-top: solid 1px #dcdcdc;
}

.page-banner {
	background-color: #862633;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
}
.page-banner * {
	color: #fff;
}
.page-banner a {
	text-decoration: underline;
}
.page-banner p {
	margin-bottom: 0;
}
.page-banner+nav#mainNav:not(.navbar-shrink) {
    top: 48px;
	position: absolute;

}
nav#mainNav.navbar-shrink {
	top: 0px !important;
	position: fixed;
}

.graphics-row img {
	pointer-events: none;
}

.service-badge {
	max-width: 200px;
	height: auto;
}

#services .modal-body {
	margin-bottom: 2rem;
}

section.bg-red {
    position: relative;
    background-color: #862633;
    padding-top:2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    display:block;
}

section.bg-red.bg-full-width * {
    color: #fff;
}
section.bg-red.bg-full-width {
	z-index: 1;
}
section.bg-full-width::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100vw;
	transform: translate(-50%, -50%);
	z-index: -1;
}
section.bg-red.bg-full-width::before {
	background-color: #862633;
}

ul.services-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    justify-content: center;
}

ul.services-list > li {
    margin-top:0.25rem;
    margin-bottom:0.25rem;
}

ul.services-list > li:not(:last-child):after {
    content: ' | ';
    margin: 0 0.25rem;
}

img.category-image {
	max-width: 150px;
	height: auto;
	margin-bottom: 1.5rem;
}

ul.no-style {
    padding: 0;
    list-style: none;
}



section.shadow-bottom {
	-webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

#services .services-card {
	background-color: #fff;
	text-align: center;
	display: flex;
	height: 100%;
}

#services rs-module .services-card * {
	text-align: center !important;
}
#services rs-module .services-card > .card-header i {
	font-size: 3rem;
}

rs-module i[class^="fa-"], rs-module i[class*=" fa-"], .rb-modal-wrapper i[class^="fa-"], .rb-modal-wrapper i[class*=" fa-"], #waitaminute i[class^="fa-"], #waitaminute i[class*=" fa-"], #objectlibrary i[class^="fa-"], #objectlibrary i[class*=" fa-"], #rs_overview i[class^="fa-"], #rs_overview i[class*=" fa-"], #rs_overview_menu i[class^="fa-"], #rs_overview_menu i[class*=" fa-"], #builderView i[class^="fa-"], #builderView i[class*=" fa-"],
rs-module [class^="fa-"]:before, rs-module [class*=" fa-"]:before, .rb-modal-wrapper [class^="fa-"]:before, .rb-modal-wrapper [class*=" fa-"]:before, #rs_overview [class^="fa-"]:before, #rs_overview [class*=" fa-"]:before, #objectlibrary [class^="fa-"]:before, #objectlibrary [class*=" fa-"]:before, #waitaminute [class^="fa-"]:before, #waitaminute [class*=" fa-"]:before, #rs_overview_menu [class^="fa-"]:before, #rs_overview_menu [class*=" fa-"]:before, #builderView [class^="fa-"]:before, #builderView [class*=" fa-"]:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#services i.fab::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: initial;
}

#content .tparrows::before {
    color: #862633;
}

.single-services #services.services-carousel {
	padding: 0;
	margin-top: 6rem;
}
.single-services #services.services-carousel > .container {
	transform: translateY(-5rem);
}

.contact-header {
    margin-bottom: 3rem;
}

ul.two-column:not(.blocks) > li,
ul.three-column:not(.blocks) > li {
    margin-bottom: 1.5rem;
	margin-right: 2rem;
}

.single-services section {
    padding: 8rem 0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b55050;
    border-color: #b55050;
}


#mainNav #desktop-menu  li.menu-item > a {
	color: #fff;
}
#mainNav  li.menu-item > a {
	font-weight: 200;
}
#mainNav #desktop-menu  li.menu-item > a {
	font-size: 1.25rem;
}

#mainNav.navbar-shrink #desktop-menu li.menu-item > a {
	color: #862633;
}

#mobile-nav {
	display: block;
}
#desktop-nav {
	display: none;
}


@media screen and (min-width: 768px) {
	ul.two-column:not(.blocks),
	ul.three-column {
		-webkit-columns: 2;
		-moz-columns: 2;
		-ms-columns: 2;
		-o-columns: 2;
		columns: 2;
	}
	ul.two-column.blocks {
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	ul.two-column.blocks > li {
		flex: 0 0 50%;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 32px;
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 992px) {
	#mobile-nav {
		display: none;
	}
	#desktop-nav {
		display: block;
	}
	ul.three-column {
		-webkit-columns: 3;
		-moz-columns: 3;
		-ms-columns: 3;
		-o-columns: 3;
		columns: 3;
	}
}

body:not(.home) nav#mainNav:not(.navbar-shrink) {
    background: linear-gradient(
180deg
, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
    border: none;
}

.page-template-aw-hiring-template .carousel:not(#case-study-carousel) {
    max-height: 350px;
    height: 28vw;
    border: none;
}

.hiring-main header.entry-header {
	background-color: #862633;
	text-align: center;
	padding: 2rem 1rem;
}
.hiring-main header.entry-header h1 {
	color: #fff;
}
span.intro-text {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.bg-none+.bg-none {
	padding-top: 0;
}

.bg-green {
	background-color: #9faa3b;
}
.bg-green *:not(input):not(select):not(textarea) {
	color: #fff;
}

.bg-red {
    background-color: #862633;
}
.bg-red *:not(input):not(select):not(textarea) {
	color: #fff;
}



section#position-details {
    text-align: center;
	-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
	padding: 2.5rem;
}

section#position-details .icon {
    color: #9faa3b;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

div.nav-wrapper {
    padding-top: 3rem;
}

span.nav-title {
    color: #862633;
    text-transform: uppercase;
    font-weight: 700;
}

.section-navigation {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.15rem;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 1rem;
    /* justify-content: space-around; */
}
.section-navigation > * {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 2.5rem;
}

.section-navigation > a {
    font-family: 'Lora', serif;
    color: #666;
}

h2+p,
h2+ul {
	margin-top: 2rem;
}

@media screen and (max-width: 768px) {
	.nav-wrapper {
		display: none;
	}
	.icon-col+.icon-col {
		margin-top: 2rem;
	}
	.hiring-main h1.entry-title {
		font-size: 1.75rem;
	}
	.hiring-main h2 {
		font-size: 1.5rem;
	}
	.hiring-main h3 {
		font-size: 1.35rem;
	}
	h4 {
		font-size: 1.15rem;
	}
}

ul ul {
	margin-bottom: 1.5rem;
}

.bg-none {
	background-color: rgba(255, 255, 255, 0);
}

#content rs-module i::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

img.footer-badge {
    max-width: 100%;
    max-height: 55px;
    width: auto;
}
.bg-top {
	background-position: left top;
}
.bg-middle {
	background-position: left center;
}
.bg-bottom {
	background-position: left bottom;
}
.strat-container.bg-middle {
    padding-top: 150px;
    padding-bottom: 150px;
	min-height: auto;
}
#testimonial .strat-container.bg-middle .container {
	transform: translateY(0);
}
.strat-container.bg-middle .strat-content {
	padding: 0;
}

#testimonial img.case-study-logo {
    width: 285px;
    height: auto;
    display: block;
    margin: auto;
}

.grecaptcha-badge {
    z-index: 5;
    visibility: visible !important;
}

img {
	max-width: 100%;
	height: auto;
}
.row.jobs-row {
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.values-row {
	margin-bottom: 5rem;
}
.values-row h3+h3,
.values-row h2+h3,
.values-row p+h3 {
	margin-top: 2rem;
}

.default-text {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #666;
	font-size: 1rem;
}

.title-col {
	margin-bottom: 1.5rem;
}

/*PPC Page Stylings***********************************/
.remove-curve {
	border-radius: 0;
}
/*Hero */
#hero-section {
	padding: 0; 
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 650px;
}
#hero-left {
	background-color: rgba(109,29,40,0.8);
}
#hero-left h1 {
	color: #fff;
    font-weight: 600;
    font-size: 32pt;
}
#hero-left li {
	color: #fff;
    font-size: 16pt;
    font-weight: 700;
    line-height: 3;
}
#hero-form-container {
	max-width: 800px;
    margin: 50px auto 150px auto;
    padding: 50px 50px 0 50px;
    background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.vertical-center{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 15%;
}

/*Main box*/
#main-box {
    padding: 50px;
    text-align: center;
    background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
#main-box p {
	font-size: 1.1rem;
    font-weight: 300;
}
#main-box-row {
	transform: translateY(-30%);
}

/*Sub Segments*/
#sub-segment-text {
	margin: 0 50px 0 20px;
    padding: 0;
    max-width: 70%;
    width: auto;
    float: right;

	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#sub-segment-text p {
	font-size: 1.1em;
    font-weight: 300;
}
#sub-segment-image {
	width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    transform: translateX(10px);
}
#sub-segment-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
#sub-segment-no-img p {
	font-size: 1.1em;
}

/*Bottom Form*/
#bottom-form-container {
    background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
	padding: 50px;
    margin-bottom: 50px;
}

/*Service Slider*/
.card-footer {
    margin: auto;
}
.card.text-center.services-card {
    height: 400px;
}

div#gform_confirmation_message_2 {
    text-align: center;
    padding: 75px;
}

.container-xxl {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}
div#hubspot-messages-iframe-container {
    bottom: 75px !important;
}