/*
Theme Name:         Netcraftsmen Custom Theme
Theme URI:          https://netcraftsmen.com/
Description:        Custom Theme. Built with Sage 8.5.1
Version:            0.1
Author:             Ainsley & Co. Dev Team
Author URI:         https://ainsleyagency.com/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@media (min-width: 1400px) {
	.container, main .posts-navigation {
		width: 1250px;
	}
}

/*************************
* ****** HEADER ********
* ***********************/

.ncm-header {
	padding: 20px 0;
}
.ncm-header .col-sm-4 {
	height: auto !important;
}
.ncm-logo {
	padding: 18px 0;
}
.ncm-logo a {
	padding: 0 !important;
	float: none;
	height: auto;
}
.home .jumbotron {
	margin: 0;
}
.ncm-top-bar {
	display:flex;
	justify-content:flex-end;
	padding: 15px 0;
	align-items: center;
}
.ncm-phone, .ncm-email {
	margin-left:20px;
	text-transform: uppercase;
	color: #D8262F;
	text-decoration: underline;
}
.ncm-search .navbar-form {
	padding: 0;
	margin: 0 0 0 20px;
	position: relative;
	width: 30px;
	transition: 0.3s all;
}
.ncm-search .navbar-form.active {
	width: 150px;
}
.ncm-search .navbar-form i {
	position: absolute;
	top: 7px;
	right: 7px;
	color: #D8262F;
	cursor: pointer;
}
.ncm-search .navbar-form input {
	width: 100%;
	border: 1px solid #D8262F;
	border-radius: 20px;
}
.ncm-bottom-bar {
	padding: 15px 0;
}

.ncm-bottom-bar > .navbar-collapse {
	padding: 0;
}

.ncm-bottom-bar .menu-primary-2020-container {
	display: flex;
	justify-content: flex-end;
}
.ncm-bottom-bar ul.nav > li {
	margin-left: 25px;
	padding: 0 15px 0 0;
}
.ncm-bottom-bar ul.nav li:first-child {
	margin: 0;
}
.ncm-bottom-bar ul.nav li:not(.dropdown) {
	padding: 0;
}
.ncm-bottom-bar ul.nav li > a {
	padding: 0;
	color: #011E41;
	text-transform: uppercase;
	text-decoration: none;
}
.ncm-bottom-bar ul.nav li > a:hover {
	color: #D8262F;
	background: none;
}
.ncm-bottom-bar ul.nav .caret-wrapper {
	position: absolute;
	right: 0;
	top: -4px;
}

.ncm-bottom-bar .dropdown-menu {
	background: #fff;
	border: none;
}
.ncm-bottom-bar .dropdown-menu li {
	border-bottom: 1px solid #eee;
}
.ncm-bottom-bar .dropdown-menu li:last-child {
	border: none;
}
.ncm-bottom-bar .dropdown-menu li a {
	padding: 5px 10px !important;
}
.nav .open>a {
	background: transparent;
}
ul.navbar-nav {
	margin: 0 !important
}

@media (min-width: 1200px) {
	.ncm-bottom-bar ul.nav {
		display: flex;
		align-items: center;
	}
	.ncm-bottom-bar ul.nav li.ncm-contact > a {
		padding: 10px;
		background: #D8262F;
		color: #fff;
		border: 2px solid #D8262F;
		position: relative;
		z-index: 1;
		transition: 0.3s all;
	}
	.ncm-bottom-bar ul.nav li.ncm-contact > a:hover {
		color: #D8262F;
	}
	.ncm-bottom-bar ul.nav li.ncm-contact > a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-color: #000;
		-webkit-transform: scaleX(.3);
		transform: scaleX(.3);
		opacity: 0;
		transition: all .3s;
	}
	.ncm-bottom-bar ul.nav li.ncm-contact > a:hover:before {
		opacity: 1;
		background-color: #ffffff;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
		transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
	}
}


@media (max-width: 1199px) {
	.ncm-bottom-bar ul.nav > li {
		margin-left: 15px;
	}
}

@media (max-width: 991px) {

	.navbar-brand img {
		margin: 0 auto !important
	}
	.ncm-top-bar {
		justify-content: center;
	}
}
.mobile-menu-icon {
	display: none;
}
@media (max-width: 767px) {
	.ncm-top-bar {
		display: none;
	}
	.ncm-bottom-bar .menu-primary-2020-container {
		justify-content: center;
	}
	.ncm-bottom-bar ul.nav > li {
		margin: 0;
		padding: 6px 0 !important;
		border-bottom: 1px solid #ddd;
	}
	.mobile-menu-icon {
		display: block;
		min-height: auto;
	}
	.mobile-menu-icon button.navbar-toggle {
		margin: 0;
		padding: 2px 10px;
		float: none;
		background: #d8262f;
		width: auto;
		font-size: 20px;
	}
	.mobile-menu-icon .navbar-header {
		text-align: center;
	}
	ul.navbar-nav {
		width: 100%;
	}
	.ncm-bottom-bar {
		padding: 0;
	}
}


#videobcg {
	position: absolute;
	left: 0;
	top: 0;	
}

.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track {
	min-height: 600px;
	max-height: 600px;
	height: 600px;
}
.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide {
	min-height: 600px;
	max-height: 600px;
	height: 600px;
}
.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item {
	min-height: 600px;
	max-height: 600px;
	height: 600px;
}
.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .side {
	padding-top: 100px;
}
.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .right-side {
	padding-left: 0;
	padding-top: 250px;
}
.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .side h1 {
	font-size: 72px;
	text-transform: none;
	line-height: 1.2;
}
.home .jumbotron .not-slider-wrap h3 {
	font-size: 25px;
	color: #1DADC7;
	margin-bottom: 50px;
}

.home .jumbotron .right-side a {
	text-decoration: none;
	color: #fff;
}
.ncm-banner-side {
	background: rgb(29 173 199 / 40%);
	border: 1px solid #1DADC7;
	text-align: left;
}
.ncm-banner-side h3 {
	color: #1DADC7;
	padding: 13px 20px;
	margin: 0;
	border-bottom: 1px solid;
	font-size: 18px !important;
	margin-bottom: 0 !important;
}
.ncm-banner-side-content {
	padding: 20px;
}
.ncm-banner-side-content h4 {
	color: #fff;
	margin: 10px 0;
}
.ncm-banner-side-content p {

}
.ncm-banner-side-btn {
	color: #1DADC7;
	font-weight: 700;
	text-decoration: underline;
}

@media (max-width: 991px) {
	.home .jumbotron {
		min-height: auto;
	}
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track {
		min-height: auto;
		max-height: inherit;
		height: auto;
	}
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide {
		min-height: auto;
		max-height: inherit;
		height: auto;
	}
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item {
		min-height: auto;
		max-height: inherit;
		height: auto;
	}
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .side h1 {
		font-size: 42px;
	}
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .right-side,
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .side{
		padding: 50px 0;
	}
	#videobcg {
		width: auto;
		height: 100%	
	}
}
@media (max-width: 767px) {
	.home .jumbotron .not-slider-wrap .not-slick-slider .not-slick-list .not-slick-track .not-slick-slide .not-slide-item .side h1 {
		font-size: 32px;
	}
	.home .jumbotron .not-slider-wrap h3 {
		font-size: 22px;
	}
}

/*************************
* ***** ABOUT ********
* ***********************/
.ncm-teaser {
	background: url('/wp-content/uploads/2023/01/about-bg.png');
	background-size: 500px auto;
	background-position: 95% top;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.ncm-teaser .ncm-teaser-text h4 {
	color: #011E41;
	font-size: 45px;
	text-transform: none;
}
.ncm-teaser .ncm-teaser-text p {
	font-size: 18px;
	color: #000000;
}

.ncm-teaser .ncm-teaser-btn a{
	font-size: 14px;
	font-weight: 700;
	color: #D8262F;
	border: 2px solid #D8262F;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}
.ncm-teaser .ncm-teaser-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: scaleX(.3);
	transform: scaleX(.3);
	opacity: 0;
	transition: all .3s;
}
.ncm-teaser .ncm-teaser-btn a:hover:before {
	opacity: 1;
	background-color: #D8262F;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}

.ncm-teaser .ncm-teaser-btn a:hover{
	color: #fff;
}
.ncm-teaser figure {
	background: #EDEDED;
	box-shadow: 0px 0px 15px #00000054;
	padding: 15px;
	max-width: 470px;
	float: right;
}

@media (max-width: 767px) {
	.ncm-teaser .ncm-teaser-text h4 {
		font-size: 28px;
	}
	.ncm-teaser .ncm-teaser-text p {
		font-size: 16px;
	}
	.ncm-teaser figure {
		margin-top: 30px;
	}
	.ncm-teaser {
		background-size: 250px auto;
		background-position: center right;
		padding: 50px 0;
	}
}

/*************************
* *****TECHNOLOGIES ********
* ***********************/
.ncm-technologies {
	padding: 50px 0 100px;
}
.ncm-technologies h3 {
	font-size: 45px;
	font-weight: 700;
	text-transform: none;
	color: #011E41;
	text-align: center;
	margin: 0 0 35px;
}
.ncm-technology-row-wrap {
	background: url('/wp-content/uploads/2023/01/Rectangle-1285@2x.png');
	background-size: 100% 320px;
	background-position: center;
	background-repeat: no-repeat;
}
.ncm-technology-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.ncm-technology-item {
	width: 270px;
}
.ncm-technology-item img.hover-state {
	display: none;
}
.ncm-technology-item a:hover img.hover-state {
	display: block;
}
.ncm-technology-item a:hover img.normal-state {
	display: none;
}

.ncm-technology-row-wrap > .container {
	background: url(/wp-content/uploads/2023/01/Red-Line.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1070px;
}
.ncm-technology-row-wrap .ncm-technology-row:first-child {
	margin-bottom: -40px;
}


@media (max-width: 1199px) { 
	.ncm-technology-item {
		width: 200px;
	}
	.ncm-technology-row-wrap {
		background-size: 100% 210px;
	}
	.ncm-technology-row-wrap > .container {
		background-size: 800px;
	}
}

@media (max-width: 991px) { 
	.ncm-technologies h3 {
		font-size: 36px;
	}
	.ncm-technology-item {
		width: 180px;
	}
	.ncm-technology-row-wrap {
		background-size: 100% 210px;
	}
	.ncm-technology-row-wrap > .container {
		background-size: 720px;
	}
}

@media (max-width: 767px) {
	.ncm-technologies {
		padding: 50px 0;
	}
	.ncm-technologies h3 {
		font-size: 28px;
		margin: 0 0 30px;
	}
	.ncm-technology-row {
		max-width: 350px;
	}
	.ncm-technology-item {
		width: 160px;
	}
	.ncm-technology-row-wrap {
		background-size: auto 80%;
	}
	.ncm-technology-row-wrap .ncm-technology-row:first-child {
		margin-bottom: 0;
	}
	.ncm-technology-row-wrap > .container {
		background: none;
	}
}

/*************************
* ****** STEPS ********
* ***********************/
.ncm-steps {
	position: relative;
}
.ncm-steps:after {
	content: "";
	background: url(/wp-content/uploads/2023/01/approach-bg.png);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.ncm-steps > .container {
	position: relative;
	z-index: 1;
}
.ncm-steps h3 {
	font-size: 45px;
	font-weight: 700;
	text-transform: none;
	color: #011E41;
	text-align: center;
	margin: 0 0 50px;
}
.ncm-steps .ncm-step-item {
	background: #EDEDED;
	box-shadow: 0px 0px 15px #00000054;
	padding: 30px;
}
.ncm-steps .ncm-step-item  h4 {
	color: #D8262F;
	font-size: 45px;
	font-weight: 300;
	text-transform: none;
}
.ncm-steps .ncm-step-item  h5 {
	color: #1DADC7;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.ncm-steps .ncm-step-item  p {
	font-size: 18px;
	color: #000;
	min-height: 110px;
}
.ncm-steps .ncm-step-item img {
	height: 160px;
	width: 100%;
	object-fit: cover;
}
.ncm-large-cta {
	background: #D8262F;
	padding: 200px 0 100px;
	margin-top: -100px;
}
.ncm-large-cta h3 {
	font-size: 45px;
	font-weight: 700;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 30px;
}
.ncm-large-cta .ncm-large-cta-btn {
	text-align: center;
}
.ncm-large-cta .ncm-large-cta-btn a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}

.ncm-large-cta .ncm-large-cta-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: scaleX(.3);
	transform: scaleX(.3);
	opacity: 0;
	transition: all .3s;
}
.ncm-large-cta .ncm-large-cta-btn a:hover:before {
	opacity: 1;
	background-color: #ffffff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}

.ncm-large-cta .ncm-large-cta-btn a:hover{
	color: #D8262F;
}




@media (max-width: 767px) {
	.ncm-steps h3 {
		font-size: 28px;
	}
	.ncm-steps .ncm-step-item h4 {
		font-size: 28px;
	}
	.ncm-steps .ncm-step-item h5 {
		font-size: 20px;
	}
	.ncm-steps .ncm-step-item p {
		font-size: 16px;
	}
	.ncm-steps .ncm-step-item {
		margin-bottom: 20px;
	}
	.ncm-large-cta {
		padding: 140px 0 50px;
		margin-top: -100px;
	}
	.ncm-steps h3 {
		font-size: 22px;
	}
}

/*************************
* ****** FOOTER ********
* ***********************/
footer.content-info {
	background: #011E41;
	padding: 100px 0 40px;
	color: #fff;
	font-size: 13px;
	position: relative;
}
footer.content-info:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	background: transparent linear-gradient(265deg, #FFFFFF 0%, #888888 54%, #EDEDED 100%) 0% 0% no-repeat padding-box;
}
footer.content-info .footer-nav-holder {
	width: 15%;
}
footer.content-info .business-info {
	width: 25%;
	max-width: inherit;
}
footer.content-info a {
	color: #fff;
	font-size: 13px;
}
footer.content-info .social-nav-wrap {
	text-align: left;
}
footer.content-info .social-nav-wrap .social-nav {
	float: none;
	width: auto;
	text-align: left;
}
footer.content-info .social-nav-wrap .legal {
	padding: 0;
	height: auto;
	position: static;
}
footer.content-info .legal a, footer.content-info .legal p {
	padding: 0 20px 0 0;
}


@media (max-width: 991px) {
	footer.content-info .footer-nav-holder {
		width: 20%;
	}
	footer.content-info .business-info {
		width: 50%;
	}
}


@media (max-width: 767px) {
	footer.content-info .footer-nav-holder {
		width: 50%;
		float: left;
	}
	footer.content-info .business-info {
		width: 100%;
		float: left;
		text-align: left;
	}
	footer.content-info {
		padding: 40px 0 20px;
	}
	.footer-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-nav-holder:nth-child(1) {
		order: 1
	}
	.footer-nav-holder:nth-child(3) {
		order: 2
	}
	.footer-nav-holder:nth-child(4) {
		order: 3
	}
	.footer-nav-holder:nth-child(5) {
		order: 4
	}
	.footer-nav-holder:nth-child(2) {
		order: 5
	}
	.business-info {
		order: 6;
	}
	.social-nav-wrap {
		order: 7;
	}
	
}

.jumbotron {
	margin-top: 0;
}


/*************************
* ****** Sidebar and other changes ********
* ***********************/



/* top nav bar styling */
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav {
	margin-left: 0;
}
.page-template-template-single-service .internal-nav {
	background: transparent;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li a {
	color: #888888;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li a:hover {
	color: #ffffff !important;
	background:#D8262F !important;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li.active {
	color: #ffffff !important;
	background:#D8262F !important;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li.active a {
	color: #ffffff;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li a {
	line-height: normal;
	height: auto;
	padding: 20px 10px 5px;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li {
	height: auto;
	width: auto;
}
.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li:not(:last-child) {
	margin-right: 15px;
}
@media ( max-width:767px ) {
	.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li {
		width: 50%;
	}
	.page-template-template-single-service .internal-nav .menu-service-pages-menu-container ul.in-page-nav li {
		margin: 0 !important ;
	}
	.menu-service-pages-menu-container ul li {
		background: none !important;
	}
}

/* sidebar testimonial styling */
.ncm-sidebar .five-twelfths .testimonial, .ncm-sidebar .testimonial {
	border: 3px solid #1DADC7;
}
.ncm-sidebar .red-text {
	color: #1DADC7 ;
}
.ncm-sidebar .related-posts.related-backer.testimonial{
	z-index: 2;
}
.ncm-sidebar .related-posts.related-backer.testimonial:before {
	content: '';
	position: absolute;
	top: -50px;
	background: url('/wp-content/uploads/2023/01/Layer_1-2@2x.png');
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index:1;
	right: -50px;
}
/* sidebar image styling */
.ncm-sidebar .five-twelfths .contact-widget .headshot, .ncm-sidebar .contact-widget .headshot{
	height: 175px;
	width: 175px;
}
.ncm-sidebar .btn-clear {
	width: auto !important;
	color: #D8262F !important;
}
.ncm-sidebar .btn-clear:hover {
	color: #ffffff !important;
}

.headshot-2023 {
	background: transparent linear-gradient(180deg, #EDEDED 0%, #777777 57%, #EDEDED 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 15px #00000054;
	padding: 14px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
figure.headshot-2023:after {
	position: absolute;
	left: 7px;
	top: 7px;
	content: "";
	background: transparent linear-gradient(225deg, #EDEDED 0%, #777777 57%, #EDEDED 100%) 0% 0% no-repeat padding-box;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border-radius: 50%;
}
.headshot-2023 img {
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.headshot-button a {
	font-size: 14px;
	font-weight: 700;
	color: #D8262F;
	border: 2px solid #D8262F;
	text-transform: uppercase;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
	margin: 15px auto 0;
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}
.headshot-button a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: scaleX(.3);
	transform: scaleX(.3);
	opacity: 0;
	transition: all .3s;
}
.headshot-button a:hover:before {
	opacity: 1;
	background-color: #D8262F;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}
.headshot-button a:hover {
	color: #fff;
}

section.redirect-module {
	position: relative;
	margin-top: 100px;
}
section.redirect-module:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% + 100px);
	left: 0;
	top: -100px;
	pointer-events: none;
	background: url('/wp-content/uploads/2023/01/contact-dots.png');
	background-size: cover;
}
section.redirect-module h4 {
	font-size: 45px;
	margin: 0 0 30px;
	color: #fff;
	text-transform: none;
}

section.redirect-module a {
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}

section.redirect-module a:hover {
	color: #D8262F;
}
section.redirect-module a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: scaleX(.3);
	transform: scaleX(.3);
	opacity: 0;
	transition: all .3s;
}
section.redirect-module a:hover:before {
	opacity: 1;
	background-color: #ffffff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}


.news-inner {
	border: none;
	padding-right: 15px;
}
.news-2023 p,
.news-2023 .big-text {
	margin: 0;
	padding: 0;
}

.btn-clear-white.gform_button, .btn.btn-clear-white, .comment-form input.btn-clear-white[type=submit], .comment-form input[type=submit].btn-clear-white, .gform_button.btn-clear-white, .search-form .btn-clear-white.search-submit, .search-form .search-submit.btn-clear-white, .search-form a.btn-clear-white.search-submit, a.btn-clear-white.gform_button, a.btn.btn-clear-white, button.btn-clear-white {
	position: relative;
	z-index: 1;
	transition: 0.3s all;
}
.btn-clear-white.gform_button:before, .btn.btn-clear-white:before, .comment-form input.btn-clear-white[type=submit]:before, .comment-form input[type=submit].btn-clear-white:before, .gform_button.btn-clear-white:before, .search-form .btn-clear-white.search-submit:before, .search-form .search-submit.btn-clear-white:before, .search-form a.btn-clear-white.search-submit:before, a.btn-clear-white.gform_button:before, a.btn.btn-clear-white:before, button.btn-clear-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
	-webkit-transform: scaleX(.3);
	transform: scaleX(.3);
	opacity: 0;
	transition: all .3s;
}

.btn-clear-white.gform_button:hover:before, .btn.btn-clear-white:hover:before, .comment-form input.btn-clear-white[type=submit]:hover:before, .comment-form input[type=submit].btn-clear-white:hover:before, .gform_button.btn-clear-white:hover:before, .search-form .btn-clear-white.search-submit:hover:before, .search-form .search-submit.btn-clear-white:hover:before, .search-form a.btn-clear-white.search-submit:hover:before, a.btn-clear-white.gform_button:hover:before, a.btn.btn-clear-white:hover:before, button.btn-clear-white:hover:before {
	opacity: 1;
	background-color: #D8262F;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
	transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity;
}
.btn-clear-white.gform_button:active, .btn-clear-white.gform_button:active:focus, .btn-clear-white.gform_button:focus, .btn-clear-white.gform_button:hover, .btn.btn-clear-white:active, .btn.btn-clear-white:active:focus, .btn.btn-clear-white:focus, .btn.btn-clear-white:hover, .comment-form input.btn-clear-white[type=submit]:active, .comment-form input.btn-clear-white[type=submit]:active:focus, .comment-form input.btn-clear-white[type=submit]:focus, .comment-form input.btn-clear-white[type=submit]:hover, .comment-form input[type=submit].btn-clear-white:active, .comment-form input[type=submit].btn-clear-white:active:focus, .comment-form input[type=submit].btn-clear-white:focus, .comment-form input[type=submit].btn-clear-white:hover, .gform_button.btn-clear-white:active, .gform_button.btn-clear-white:active:focus, .gform_button.btn-clear-white:focus, .gform_button.btn-clear-white:hover, .search-form .btn-clear-white.search-submit:active, .search-form .btn-clear-white.search-submit:active:focus, .search-form .btn-clear-white.search-submit:focus, .search-form .btn-clear-white.search-submit:hover, .search-form .search-submit.btn-clear-white:active, .search-form .search-submit.btn-clear-white:active:focus, .search-form .search-submit.btn-clear-white:focus, .search-form .search-submit.btn-clear-white:hover, .search-form a.btn-clear-white.search-submit:active, .search-form a.btn-clear-white.search-submit:active:focus, .search-form a.btn-clear-white.search-submit:focus, .search-form a.btn-clear-white.search-submit:hover, a.btn-clear-white.gform_button:active, a.btn-clear-white.gform_button:active:focus, a.btn-clear-white.gform_button:focus, a.btn-clear-white.gform_button:hover, a.btn.btn-clear-white:active, a.btn.btn-clear-white:active:focus, a.btn.btn-clear-white:focus, a.btn.btn-clear-white:hover, button.btn-clear-white:active, button.btn-clear-white:active:focus, button.btn-clear-white:focus, button.btn-clear-white:hover {
	color: #ffffff;
	background: inherit;
}
@media (max-width: 767px) {
	.headshot-button {
		margin-bottom: 30px;
	}
}

.page-template-template-single-service .service-entry-content h2 {
	color: #D8262F;
}
.page-template-template-single-service .service-entry-content h1 {
	color: #011E41;
}
.page-template-template-single-service .service-entry-content {
	padding: 20px 70px 20px 0;
}