/*
Theme Name: Custom Builder Child Theme
Theme URI: http://405mediagroup.com/
Description: Custom Builder child theme for client sites.
Author: 405 Media Group
Author URI: http://405mediagroup.com/
Template: Builder
*/

:root {
	--color-primary: #225ba1;
	--color-secondary: #d22139;
	--color-text: #333;
	--font-base: 'HelveticaNeueLTStd-MdCn';
	--font-custom: 'HelveticaNeueLTStd-MdCn';
}

/*********************************************
Default font settings and typography.
The font-size percentage is of 16px. (0.875 * 16px = 14px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-size: 87.5%;
	line-height: 1.625;
}
input, select, textarea {
	font-family: HelveticaNeueLTStd-MdCn, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	display: block;
	margin: 0;
}


/*********************************************
Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
Main Background
*********************************************/
body {
	background: #FFFFFF;
}


/*********************************************
Universal Link Styles
*********************************************/
a {
	color: #AAAAAA;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:focus {
	color: #AAAAAA;
}


/*********************************************
Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: 400;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto;
}


/*********************************************
Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	margin-bottom: 0;
}
@media (min-width: 1025px)  {
	.builder-module-background-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-element {
	padding: 1.5em;
}


/*********************************************
All Sidebars
*********************************************/
.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: .75em 1em;
}
.builder-module-sidebar .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-sidebar .widget-section-wrapper .widget {
	padding: .75em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: .75em;
}
.builder-module-sidebar .widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar .widget-title a {
	color: #333333;
}
.builder-module-sidebar .widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	/*margin-top: 0;*/
}
.builder-module-sidebar .widget *:last-child {
	/*margin-bottom: 0;*/
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
Header Module
*********************************************/
.builder-module-header {
	padding: .75em 0;
}
.builder-module-header .builder-module-sidebar {
	background: none;
	padding: 0;
}
.builder-module-header .builder-module-element {
	padding: .75em 1.5em;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
Navigation Module
*********************************************/
.builder-module-navigation {
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	padding: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a {
	background: #EDEDED;
	color: #333333;
	font-size: 1em;
	padding: .5em 1em;
	text-decoration: none;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	background: #333333;
	color: #FFFFFF;
}
.builder-module-navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
}
/* second level stuff */
.builder-module-navigation li ul {
	border: .1em solid #AAAAAA;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #AAAAAA;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}

/* *** Uncomment for auto-width sub-menu ***
.builder-module-navigation li ul {
width: auto;
}
.builder-module-navigation li li {
clear: both;
width: 100%;
max-width: 600px;
}
*/

#it-mobile-menu {
	display: none;
}


/*********************************************
Widget Bar Module
*********************************************/
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	/*padding-bottom: 0;*/
	/*margin-bottom: 0;*/
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	/*padding-top: 0;*/
}

.builder-module-widget-bar-outer-wrapper,
.builder-module-widget-bar,
.builder-module-widget-bar .widget-wrapper {
	overflow: visible;
}

.builder-module-widget-bar .builder-module-sidebar {
	padding: 0;
}
.builder-module-widget-bar .widget {
	padding: 1em;
}

.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: 1em;
}


/*********************************************
Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	background: transparent;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .left .builder-module-element {
	padding-top: 0;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .right .builder-module-element {
	padding-bottom: 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}


/*********************************************
Image Module
*********************************************/
.builder-module-image-background-wrapper {
	background: transparent;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
HTML Module
*********************************************/
.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
Content Module
*********************************************/
.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	/*margin-bottom: 1.5em;*/
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: none;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	display: none;
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	/*margin-top: 1.5em;*/
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
Style images and galleries
.hentry is used instead of .page or .post
as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li.comment {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}

/*#gform_wrapper_1 {
background: #ccc;
margin: 0;
padding: 1em;
}
#gform_wrapper_1 .custom-form-header {
text-align: center;
}
#gform_wrapper_1 .custom-form-header img {
margin: 0;
}
#gform_wrapper_1 .gform_title {
font-size: 1.5em;
margin-top: 0.5em;
}*/


/*********************************************
Form fields
*********************************************/

input[type=text], input[type=tel], input[type=email], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=tel], input[type=email], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password] {
	font-size: 1em;
}
/*#gform_wrapper_1 input[type=text] {
line-height: 1.3;
}
#gform_wrapper_1 .gform_footer input[type=submit] {
background: #333;
border: none;
color: #fff;
cursor: pointer;
padding: 0.5em 1em;
}*/

/* Error messages */
#gform_wrapper_1 div.validation_error,
#gform_wrapper_1 .validation_message {
	display: none;
}
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required,
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label, 
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 0;
}


/*********************************************
Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
Slider
*********************************************/

.custom-slider-background-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*********************************************
Mobile
*********************************************/

.custom-mobile-only-background-wrapper {
	display: none;
}

@media 
	screen and (max-device-width: 760px) and (-webkit-min-device-pixel-ratio: 1.5), /* Higher dpr/newer phones */
	screen and (max-device-width: 760px) and (min-resolution: 144dpi),				/* Higher resolution/newer phones */
	screen and (max-device-width: 400px) {											/* Lower resolution/older phones (pre-iPhone4) */
		.custom-mobile-only-background-wrapper {
			display: block;
		}
		.custom-desktop-only-background-wrapper {
			display: none;
		}
}

@media all and (max-width: 1024px) {
	/*********************************************
	Navigation Module (Mobile)
	*********************************************/
	.builder-module-navigation.mobile .builder-module-navigation-menu-wrapper {
		display: block;
		margin: 0;
	}
	.builder-module-navigation.mobile ul {
		background: #FFFFFF;
		margin-top: .5em;
	}
	.builder-module-navigation.mobile li {
		position: relative;
		width: 100%;
	}
	/* second level stuff */
	.builder-module-navigation.mobile li ul {
		display: none;
		position: relative !important;
		left: 0 !important;
		border: 0;
		margin: 0;
		width: 100%;
	}
	.builder-module-navigation.mobile li a,
	.builder-module-navigation.mobile .current_page_item li a,
	.builder-module-navigation.mobile .current-cat li a,
	.builder-module-navigation.mobile .current-menu-item li a {
		background: transparent;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-radius: 0;
		color: #333333;
		margin: 0;
		padding: .5em 1em !important;
	}
	.builder-module-navigation.mobile li a:hover,
	.builder-module-navigation.mobile .current_page_item li a:hover,
	.builder-module-navigation.mobile .current-cat li a li a:hover,
	.builder-module-navigation.mobile .current-menu-item li a:hover {
		background: #333333;
		color: #FFFFFF;
	}
	.builder-module-navigation.mobile li li {
		border: 0;
		width: 100%;
	}
	.builder-module-navigation.mobile li ul ul {
		margin: 0;
	}
	.builder-module-navigation.mobile li li a {
		border-radius: 0;
		line-height: inherit;
		padding: .25em 0 .25em 2em;
	}
	.builder-module-navigation.mobile li li li a {
		padding-left: 4em;
	}
	.builder-module-navigation .menu.hidden {
		display: none;
	}
	.builder-module-navigation #it-mobile-menu {
		background: #FFFFFF;
		border-radius: 2px;
		color: #333333;
		cursor: pointer;
		display: block;
		font-size: 1em;
		font-weight: bold;
		padding: .25em .75em;
		-webkit-font-smoothing: antialiased;	
	}
	.builder-module-navigation.mobile.borderless {
		border: 0;
	}
}

@media all and (max-width: 500px) {
	.builder-module-footer .builder-module-element .alignleft,
	.builder-module-footer .builder-module-element .alignright {
		float: none;
		margin: 0;
		text-align: left;
	}
	.builder-module-content .builder-module-element .alignleft,
	.builder-module-content .builder-module-element .alignright {
		float: none;
		margin: 0;
		text-align: left;
	}
}


* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	transition: .3s all;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
img {
	margin: 0;
	transition: .3s;
	vertical-align: middle;
}
ul {
	/*margin-left: 1.5em;*/
}
li {
	font-size: 18px;
	font-weight: 500 !important;
	line-height: 2;
}
@media (max-width: 1024px) {
	p,
	li {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	p,
	li {
		font-size: 14px;
	}
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.inset-0 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}

.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-15 {
	margin-top: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.container,
.container-lg {
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}
.container-lg {
	max-width: 1500px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	grid-row-gap: 30px;
}
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333333%;
}
.col-5 {
	width: 41.666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333333%;
}
.col-8 {
	width: 66.666667%;
}
.col-9 {
	width: 75%;
}
.col-12 {
	width: 100%;
}
@media (max-width: 767px) {
	.container,
	.container-lg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9 {
		width: 100%;
	}

	.reverse > :first-child {
		order: 2;
	}
	.reverse > :last-child {
		order: 1;
	}
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.items-end {
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

.font-black {
	font-weight: 900;
}
.font-extrabold {
	font-weight: 800;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-regular {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}
.font-extralight {
	font-weight: 200;
}
.font-thin {
	font-weight: 100;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}

.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.text-primary,
.text-blue {
	color: var(--color-primary);
}
.text-secondary,
.text-red {
	color: var(--color-secondary);
}

.text-yellow {
	color: #fff200;
}

.bg-primary {
	background-color: var(--color-primary);
}

.font-base {
	font-family: var(--font-base);
}
.font-custom {
	font-family: var(--font-custom);
}

.leading-1 {
	line-height: 1;
}
.leading-1\.5 {
	line-height: 1.5;
}
.leading-2 {
	line-height: 2;
}

@media (min-width: 768px) {
	.columns-2 {
		columns: 2;
	}
}

.gform_heading {
	display: none;
}

@media (max-width: 1024px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 1025px) {
	.hidden-desktop {
		display: none;
	}
}

.builder-container-outer-wrapper {
	margin: 0 auto;
}
.builder-module-widget-bar .widget {
	padding: 0;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: 0;
}
.builder-module-navigation ul.menu {
	float: right;
}
.builder-module-navigation li ul,
.builder-module-navigation li li {
	border-width: 1px;
}
.builder-module-navigation li li {
	width: 100%;
}
.builder-module-element {
	padding: 0;
}

.slick-track {
	display: flex !important;
	align-items: center;
}
.slick-slide img {
	margin: 0 auto;
}

.flexslider .slides > li {
	position: static !important;
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	min-height: unset !important;
}
.gform_wrapper ul.gform_fields:after {
	content: "";
	display: block;
	clear: both;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.gform_wrapper .top_label .gfield .gfield_label,
.gform_wrapper .top_label .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}
body .gform_wrapper .gform_body .top_label div.ginput_container {
	margin-top: 0;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input.text,
.gform_wrapper input.title,
.gform_wrapper textarea,
.gform_wrapper select {
	margin: 0;
	line-height: 1.5;
}
body .gform_wrapper .gform_body select,
body .gform_wrapper .gform_footer input[type="submit"] {
	-webkit-appearance: none;
	margin-right: 0;
	cursor: pointer;
	transition: .2s;
}
body .gform_wrapper .gform_body select {
	background-color: #fff;
}
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield select {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
}
.gform_wrapper .address_line_1 input {
	/*margin-bottom: 10px;*/
}
body .gform_wrapper .gform_footer {
	padding: 0;
	margin-top: 0;
}
.gform_wrapper input::-webkit-input-placeholder { color: #000; }
.gform_wrapper input::-moz-placeholder { color: #000; }
.gform_wrapper input:-ms-input-placeholder { color: #000; }
.gform_wrapper input:-moz-placeholder { color: #000; }
.gform_wrapper textarea::-webkit-input-placeholder { color: #000; }
.gform_wrapper textarea::-moz-placeholder { color: #000; }
.gform_wrapper textarea:-ms-input-placeholder { color: #000; }
.gform_wrapper textarea:-moz-placeholder { color: #000; }


#it-mobile-menu-close,
#it-mobile-menu-close:before,
#it-mobile-menu-close:after {
	display: block;
	position: absolute;
	height: 4px;
	width: 35px;
	top: 20px;
	right: 270px;
	background: #fff;
	border-radius: 1px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	content: "";
	z-index: 9;
}
#it-mobile-menu-close {
	height: 16px;
	background-color: transparent;
}
#it-mobile-menu-close:before,
#it-mobile-menu-close:after {
	top: 8px;
	left: 0;
	transform: rotate(45deg);
}
#it-mobile-menu-close:after {
	transform: rotate(-45deg);
}
#it-mobile-phone,
#it-mobile-logo,
#it-mobile-menu-close,
#it-mobile-phone-clinton{
	display: none;
}

.mobile-menu-open {
	overflow: hidden;
}
.mobile-menu-open .builder-container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 3;
}

@media (max-width: 1024px) {
	.mobile-menu-open .custom-mobile-menu-background-wrapper {
		background-color: transparent;
		z-index: 4;
		transition: unset;
	}
	.builder-module-navigation #it-mobile-menu {
		display: inline-block;
		float: left;
		padding: 0;
		margin-top: 20px;
		margin-left: 10px;
		border-radius: 0;
		background: transparent;
		color: #fff;
		font-size: 30px;
		line-height: 1;
	}
	body:not(.home) .builder-module-navigation #it-mobile-menu {
		/*font-size: 52px;*/
	}
	.mobile-menu-open .builder-module-navigation #it-mobile-menu {
		visibility: hidden;
		opacity: 0;
	}
	.builder-module-navigation #it-mobile-phone {
		display: inline-block;
		float: right;
		margin-right: 10px;
		font-size: 40px;
		font-weight: 700;
		line-height: 65px;
		text-transform: uppercase;
	}
	.builder-module-navigation #it-mobile-phone a {
		display: inline-block;
		color: #fff;
		font-size: 36px;
		line-height: 1;
		text-decoration: none;
	}
	.builder-module-navigation #it-mobile-phone-clinton{
		display: inline-block;
		float:right;
		margin-right:10px;
		margin-top:-10px;
		margin-bottom:5px
	}
	.builder-module-navigation .menu.hidden {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		overflow-y: scroll;
		margin-top: 0;
		width: 0;
		height: 100vh;
		background-color: transparent;
		transition: .3s all;
	}
	.mobile-menu-open .builder-module-navigation .menu.hidden {
		width: 75%;
		/*max-width: 260px;*/
		background-color: #be202f;
	}
	.mobile-menu-open #it-mobile-phone {
		display: none;
	}
	.mobile-menu-open #it-mobile-menu-close,
	.mobile-menu-open #it-mobile-menu-close:before,
	.mobile-menu-open #it-mobile-menu-close:after {
		display: block;
		position: absolute;
		height: 4px;
		width: 35px;
		top: 20px;
		left: 40px;
		background: #fff;
		border-radius: 1px;
		cursor: pointer;
		transition: all .5s ease-in-out;
		content: "";
		z-index: 9;
	}
	.mobile-menu-open #it-mobile-menu-close {
		height: 16px;
		background-color: transparent;
	}
	.mobile-menu-open #it-mobile-menu-close:before,
	.mobile-menu-open #it-mobile-menu-close:after {
		top: 8px;
		left: 0;
		transform: rotate(45deg);
	}
	.mobile-menu-open #it-mobile-menu-close:after {
		transform: rotate(-45deg);
	}
	.builder-module-navigation .menu > li > a {
		font-size: 20px;
		font-weight: 700;
		text-transform: capitalize;
	}
	.builder-module-navigation.mobile li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}
	.builder-module-navigation.mobile li ul {
		background-color: transparent;
	}
	.builder-module-navigation.mobile li li {
		padding-left: 1em;
	}
	.menu-item-has-children > a:after {
		content: "\25bc";
		position: absolute;
		right: 20px;
		color: #fff;
		cursor: pointer;
	}
	.menu-item-has-children > a:hover:after {
		color: #fff;
	}
}
@media (max-width: 1024px) {
	.builder-module-navigation #it-mobile-menu {
		margin-top: 6px;
		font-size: 52px;
	}
}

.builder-module-background-wrapper {
	position: relative;
	z-index: 3;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	padding-left: 0;
	padding-right: 0;
}

#builder-module-52449ac681116 {
	padding-top: 3em;
}
#builder-module-524d720c1a107 .entry-header,
#builder-module-52449ac681116 .entry-header,
#builder-module-5358add06aa15 .entry-header {
	display: none;
}
.cat-archive-description {
	padding-top: 3em;
}
.blog #builder-module-52449ac681116 .entry-header,
.category #builder-module-52449ac681116 .entry-header,
.category #builder-module-52449ac681116 .entry-footer {
	display: block;
}
.category #builder-module-52449ac681116 .entry-header {
	margin-top: 3em;
}

#builder-module-52449ac681116-outer-wrapper {
	overflow: visible;
}
#builder-module-52449ac681116 {
	display: flex;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left {
	padding-right: 40px;
	margin-right: 0;
}
#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right {
	margin-left: 0;
	margin-right: auto;
	background-color: #00264b;
}
@media (max-width: 1024px) {
	#builder-module-52449ac681116-background-wrapper {
		/*padding: 0 !important;*/
	}
	#builder-module-52449ac681116 {
		display: block;
	}
	#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left,
	#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right {
		float: none !important;
		width: auto;
	}
	#builder-module-52449ac681116 .builder-module-element-outer-wrapper.left {
		padding-left: 20px;
		padding-right: 20px;
	}
	#builder-module-52449ac681116 .builder-module-sidebar-outer-wrapper.right .builder-module-sidebar {
		float: none;
		max-width: 320px;
		margin: auto;
	}
}
@media (max-width: 767px) {
	#builder-module-52449ac681116 {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.custom-header-background-wrapper {
	z-index: 4;
	width: 100%;
	background-color: #fff;
	transition: .2s;
}
.custom-header-outer-wrapper {
	/*max-width: 100% !important;*/
	/*padding: 15px 30px !important;*/
}
.header-logo img {
	display: inline-block;
	vertical-align: bottom;
}
.header-social,
.header-phone {
	text-align: right;
}
@media (max-width: 1024px) {
	.custom-header-outer-wrapper .custom-header .builder-module-column-1-outer-wrapper.left {
		width: 100% !important;
	}
	.custom-header-outer-wrapper .custom-header .builder-module-column-2-outer-wrapper.right {
		width: 100% !important;
		margin-left: 0 !important;
	}
	#builder-module-5244708dea1f3 .builder-module-column-1-outer-wrapper.left,
	#builder-module-5244708dea1f3 .builder-module-column-2-outer-wrapper.right {
		float: none !important;
	}
	.header-social,
	.header-phone {
		display: none;
	}
}
@media (max-width: 767px) {
	.header-logo {
		/*padding: 10px 0;*/
		text-align: center;
	}
}
.custom-mobile-menu-background-wrapper {
	z-index: 4;
	width: 100%;
	transition: .3s;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a {
	background-color: #1b4880;
	color: #fff;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a,
.builder-module-navigation li a:hover {
	background-color: #173a63;
}

.custom-slider-outer-wrapper {
	max-width: 100% !important;
}
.custom-map-outer-wrapper {
	max-width: 100% !important;
}

#html5-watermark {
	display: none !important;
}

.full-img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.map-wrapper iframe {
	display: block;
}

.custom-page-header-background-wrapper {
	padding: 140px 0 160px;
	background-image: url(../../uploads/2019/04/pageheader.jpg);
	background-size: cover;
}
.custom-page-header {
	padding-left: 40px;
	padding-right: 40px;
}
.custom-page-header .entry-title {
	position: relative;
	margin-bottom: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 3px 0 #000;
}
.custom-page-header .entry-title span {
}
.custom-page-header .entry-subtitle {
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	font-family: "Great Vibes";
	font-size: 60px;
	font-weight: 700;
	line-height: 1.25;
}
.custom-page-header .entry-subtitle span {
}
.custom-page-header .entry-subtitle:before,
.custom-page-header .entry-subtitle:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
}
.custom-page-header .entry-subtitle:before {
	left: 0;
	bottom: 6px;
	background-color: #fff;
}
.custom-page-header .entry-subtitle:after {
	left: 5px;
	bottom: 0;
	background-color: #000;
}
@media (max-width: 1024px) {
	.custom-page-header .entry-title {
		padding-left: 40px;
		font-size: 24px;
	}
	.custom-page-header .entry-subtitle {
		padding-left: 40px;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.custom-page-header {
		padding-left: 15px;
		padding-right: 15px;
	}
}

#builder-module-5358add06aa15-outer-wrapper,
#builder-module-5358add06aa15 .builder-module-element {
	overflow: visible;
}
.contact-page-wrapper {
	display: flex;
	padding: 60px 0;
}
.contact-page-form-wrapper,
.contact-page-content-wrapper {
	float: left;
	width: calc(50% - 10px);
	box-shadow: 4px 3px 8px 0.2px rgba(0, 0, 0, .6);
}
.contact-page-form-wrapper {
	padding: 80px 40px;
	margin-right: 20px;
	background-color: #bf202f;
}
.contact-page-form-title {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper input[type=tel],
.contact-page-form-wrapper input[type=email],
.contact-page-form-wrapper textarea {
	background-color: transparent;
	color: #fff;
}
.contact-page-form-wrapper .gform_wrapper .gform_body select {
	background-color: transparent;
	color: #fff;
}
.contact-page-form-wrapper .gform_wrapper .gform_body select option {
	color: #000;
}
.contact-page-form-wrapper input[type=text],
.contact-page-form-wrapper input[type=tel],
.contact-page-form-wrapper input[type=email],
.contact-page-form-wrapper select {
	border: none;
	border-bottom: 1px solid #fff;
}
.contact-page-form-wrapper textarea {
	border-color: #fff;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer {
	text-align: left;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit] {
	padding: 10px 40px;
	margin-right: 0;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.contact-page-form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover {

}
.contact-page-form-wrapper .gform_wrapper input::-webkit-input-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper input::-moz-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper input:-ms-input-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper input:-moz-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper textarea::-webkit-input-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper textarea::-moz-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper textarea:-ms-input-placeholder { color: #fff; }
.contact-page-form-wrapper .gform_wrapper textarea:-moz-placeholder { color: #fff; }
.contact-page-content-wrapper iframe {
	display: block;
}
.contact-page-content {
	padding: 30px;
	background-color: #fff;
}
.contact-page-content:after {
	content: "";
	display: block;
	clear: both;
}
.contact-page-content .contact-page-form-title,
.contact-page-direction .contact-page-form-title {
	color: #bf202f;
}
.contact-page-content p {
	letter-spacing: 0;
}
.contact-page-social {
	clear: both;
	padding-top: 40px;
}
.contact-page-social a {
	margin-right: 10px;
	color: #000;
	font-size: 24px;
}
.contact-page-social a:hover {
	color: #bf202f;
}
@media (max-width: 767px) {
	#builder-module-5358add06aa15 .entry-content {
		display: block;
	}
	.contact-page-wrapper {
		display: block;
	}
	.contact-page-form-wrapper,
	.contact-page-content-wrapper {
		float: none;
		width: 100%;
	}
	.contact-page-form-wrapper {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
@media (min-width: 1025px) {
	.custom-header-outer-wrapper,
	.custom-mobile-menu-outer-wrapper {
		max-width: 100% !important;
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

@font-face {
	font-family: 'HelveticaNeueLTStd-MdCn';
	src: url('webfonts/HelveticaNeueLTStd-MdCn.eot'); /* IE9 Compat Modes */
	src: url('webfonts/HelveticaNeueLTStd-MdCn.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('webfonts/HelveticaNeueLTStd-MdCn.woff2') format('woff2'), /* Super Modern Browsers */
		url('webfonts/HelveticaNeueLTStd-MdCn.woff') format('woff'), /* Pretty Modern Browsers */
		url('webfonts/HelveticaNeueLTStd-MdCn.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('webfonts/HelveticaNeueLTStd-MdCn.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	font-family: HelveticaNeueLTStd-MdCn, sans-serif;
	font-size: 18px;
	/*letter-spacing: 2px;*/
}
a {
	color: #bc182e;
}

.side-button {
	position: fixed;
	z-index: 999;
	top: 270px;
	right: 0;
	transform: rotateZ(-90deg) translateY(58px);
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	background-color: var(--color-secondary);
	color: #fff;
	font-family: var(--font-custom);
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	transition: .2s;
	cursor: pointer;
}
.side-button.opened {
	transform: rotateZ(-90deg) translateY(-292px);
}
.side-button:before {
	display: none;
	content: "";
	position: absolute;
	width: calc(100% - 12px);
	height: calc(100% - 6px);
	bottom: 0;
	left: 5px;
	border-color: #fff;
	border-width: 1px 1px 0;
	border-style: solid;
	border-radius: 15px 15px 0 0;
	margin-right: 0;
}
@media (min-width: 1025px) {
	.side-button {
		bottom: unset !important;
	}
	.home .side-button,
	#builder-layout-5cbf5c4a5086f .side-button {
		visibility: hidden;
		opacity: 0;
	}
	body:not(.home):not(#builder-layout-5cbf5c4a5086f) .side-button,
	.home.sticky .side-button,
	#builder-layout-5cbf5c4a5086f.sticky .side-button {
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 1024px) {
	.builder-container {
		padding-bottom: 62px;
	}
	.side-button {
		/*position: static;*/
		top: unset;
		bottom: 0;
		transform: none;
		text-align: center;
		width: 100%;
		border: none;
		border-radius: 0;
		font-size: 22px;
		padding: 20px;
	}
	.side-button.opened {
		bottom: 473px;
		transform: none;
		width: auto;
	}
}

.side-form {
	display: block;
	position: fixed;
	z-index: 999;
	top: 180px;
	right: -350px;
	width: 350px;
	padding: 12px;
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 7px 9px 20px 0 rgb(0 0 0 / 40%);
	transition: .2s;
}
body:not(.home):not(#builder-layout-5cbf5c4a5086f) .side-form.opened,
.home.sticky .side-form.opened,
#builder-layout-5cbf5c4a5086f.sticky .side-form.opened {
	right: 0;
}
.side-form .gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}
.side-form .gform_logo {
	max-width: 240px;
	margin: 10px auto;
	text-align: center;
}
.side-form .gform_title {
	font-family: var(--font-custom);
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0;
}
.side-form li {
	font-size: 16px;
	margin-bottom: 10px;
}
.side-form .large {
	line-height: normal;
}
.side-form input,
.side-form textarea,
.side-form select {
	line-height: 1.5 !important;
	border: 1px solid var(--color-text);
}
.side-form .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	padding: 10px 6px !important;
	margin-left: 0;
}
.side-form .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0;
}
.side-form .gform_legacy_markup_wrapper li.hidden_label input {
	margin-top: 0;
}
.side-form .gform_wrapper textarea.medium {
	display: block;
	height: 80px !important;
	padding: 5px 4px !important;
}
.side-form .gform_wrapper .gform_footer {
	margin-top: 16px !important;
	padding: 0 !important;
}
.side-form .gform_wrapper .gform_footer input[type="submit"] {
	margin-bottom: 0;
	width: 100%;
	padding: 10px 0;
	border: none;
	background-color: var(--color-primary);
	color: #fff;
	font-family: var(--font-custom);
	font-size: 24px !important;
	line-height: 1.5 !important;
	transition: .3s;
	text-transform: uppercase;
}
.side-form .gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: var(--color-secondary);
}
.side-form .gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
	margin-bottom: 10px !important;
	border: none !important;
}
.gfield_validation_message,
.validation_message {
	display: none;
}
.side-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100% !important;
	max-width: 100% !important;
}
.side-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.side-form .gform_wrapper li.gfield_error textarea {
	display: block;
}
.side-form .gform_wrapper.gravity-theme .ginput_counter {
	display: none;
}
@media (max-width: 1024px) {
	.side-form {
		top: unset;
		right: 0;
		bottom: -473px;
		/*max-height: 400px;*/
		overflow-y: scroll;
	}
	.side-form.opened {
		top: unset;
		bottom: 0;
	}
}

.custom-topheader-background-wrapper {
	position: relative;
	z-index: 5;
	top: 0;
	width: 100%;
	box-shadow: 0px 8px 5.88px 0.12px rgba(0, 0, 0, 0.43);
	background-color: #be202f;
}
.topheader-text {
	padding: 10px 0;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
}
.topheader-text a {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #fff;
	color: #fff;
}
@media (max-width: 767px) {
	.topheader-text a {
		margin-left: 10px;
		padding-left: 15px;
	}
}

.custom-header-background-wrapper {
	padding: 15px 0;
	box-shadow: 4px 7px 5.88px 0.12px rgba(0, 0, 0, 0.43);
}
.header-social {
	margin-top: 20px;
}
.header-social a {
	margin-left: 20px;
	color: #000;
	font-size: 24px;
}
.header-social a:hover {
	color: #bc182e;
}
.header-phone a {
	color: #000;
	font-size: 36px;
	text-transform: uppercase;
}
.header-phone a:hover {
	color: #bc182e
}
.header-phone a img{
	float:right;
}
.custom-mobile-menu-background-wrapper {
	position: relative;
	box-shadow: 4px 7px 5.88px 0.12px rgba(0, 0, 0, 0.43);
	background: #2160a1; /* Old browsers */
	background: -moz-linear-gradient(top, #2160a1 0%, #1a4c7f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2160a1 0%,#1a4c7f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2160a1 0%,#1a4c7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2160a1', endColorstr='#1a4c7f',GradientType=0 ); /* IE6-9 */
}
@media (min-width: 1025px) {
	.custom-mobile-menu.builder-module-navigation ul.menu {
		float: none;
		font-size: 0;
		text-align: right;
	}
	.custom-mobile-menu.builder-module-navigation ul.menu > li {
		display: inline-block;
		float: none;
		text-align: left;
	}
	.custom-mobile-menu ul.menu > li > a {
		position: relative;
		background-color: transparent;
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.custom-mobile-menu ul.menu > li:not(:first-child) > a:before,
	.custom-mobile-menu ul.menu > li:not(:last-child) > a:after {
		content: "";
		position: absolute;
		top: 20px;
		width: 1px;
		height: 12px;
	}
	.sticky .custom-mobile-menu ul.menu > li:not(:first-child) > a:before,
	.sticky .custom-mobile-menu ul.menu > li:not(:last-child) > a:after {
		top: 16px;
	}
	.custom-mobile-menu ul.menu > li:not(:first-child) > a:before {
		left: 0;
		background-color: #2965a2;
	}
	.custom-mobile-menu ul.menu > li:not(:last-child) > a:after {
		right: 0;
		background-color: #0b3d71;
	}
	.custom-mobile-menu ul.menu > .current_page_item > a,
	.custom-mobile-menu ul.menu > .current-cat > a,
	.custom-mobile-menu ul.menu > .current-menu-item > a,
	.custom-mobile-menu ul.menu > li > a:hover {
		background-color: #173a63;
		color: #fff;
	}

	.home:not(.sticky) .custom-header-background-wrapper {
		position: absolute;
		top: 49px;
		background-color: transparent;
		box-shadow: none;
	}
	.home:not(.sticky) .header-social {
		margin-top: 0;
	}
	.home:not(.sticky) .custom-mobile-menu-background-wrapper {
		position: absolute;
		top: 126px;
		box-shadow: none;
		background: transparent;
	}
	.home:not(.sticky) .custom-mobile-menu ul.menu > li > a {
		padding-top: 0;
		padding-bottom: 0;
		color: #000;
		line-height: 1;
	}
	.home:not(.sticky) .custom-mobile-menu ul.menu > .current_page_item > a,
	.home:not(.sticky) .custom-mobile-menu ul.menu > .current-cat > a,
	.home:not(.sticky) .custom-mobile-menu ul.menu > .current-menu-item > a,
	.home:not(.sticky) .custom-mobile-menu ul.menu > li > a:hover {
		background-color: transparent;
		color: #bf202f;
	}

	.sticky:not(.home) {
		padding-top: 209px;
	}
	.sticky .custom-topheader-background-wrapper {
		position: fixed;
		top: 0;
	}
	.sticky .custom-header-background-wrapper {
		position: fixed;
		top: 49px;
	}
	.sticky .custom-mobile-menu-background-wrapper {
		position: fixed;
		top: 116px;
		right: 0;
		width: calc(100% - 160px);
		background: none;
		box-shadow: none;
	}
	
	.sticky .header-logo {
		padding: 10px 0 5px;
	}
	.sticky .header-logo img {
		width: 100px;
	}
	.sticky .header-social {
		display: none;
	}
	.sticky .image-phone {
		width: 200px;
	}
	.sticky .custom-mobile-menu ul.menu > li > a {
		padding: 0.25em 1em;
		color: #333;
	}
	.sticky .custom-mobile-menu ul.menu > .current_page_item > a,
	.sticky .custom-mobile-menu ul.menu > .current-cat > a,
	.sticky .custom-mobile-menu ul.menu > .current-menu-item > a,
	.sticky .custom-mobile-menu ul.menu > li > a:hover {
		color: #fff;
	}
}

#builder-layout-6462b9645c93f .default-module-style-outer-wrapper {
	max-width: 100% !important;
}

#builder-module-5358add06aa15-outer-wrapper,
.home .custom-content-outer-wrapper {
	max-width: 100% !important;
}

.title-wrapper {
	padding: 50px;
	text-align: center;
}
.main-title {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #353535;
	font-size: 70px;
	line-height: 1.25;
	text-transform: uppercase;
}
.main-title:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 155px;
	height: 7px;
	background-image: url(../../uploads/2019/04/bar.png);
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.main-title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.main-title {
		font-size: 30px;
	}
}

.service-item {
	position: relative;
}
.service-image {
	position: relative;
	padding-top: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.service-image:after,
.service-image-inner:after {
	content: "";
	transition: .2s;
}
.service-content,
.service-image-inner,
.service-image:after,
.service-image-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-image-inner:after {
	background-image: url(../../uploads/2024/08/service-overlay.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.service-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.service-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 20px 40px;
}
.service-title h2,
.service-title .h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
}
.service-title p {
	margin-bottom: 0;
}
.service-title a {
	display: inline-block;
	background-color: var(--color-secondary);
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 8px 40px;
}
.service-title a:hover {
	background-color: var(--color-primary);
}
.service-content {
	visibility: hidden;
	opacity: 0;
	text-align: center;
	color: #fff;
	transition: .2s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service-content p {
	max-width: 360px;
}
.service-buttons {
	margin-top: 20px;
	height: 150px;
	display: flex;
	align-items: center;
	grid-column-gap: 60px;
	position: relative;
}
.service-buttons:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 1px);
	width: 2px;
	background-color: #fff;
}
.service-buttons a {
	width: 112px;
	height: 78px;
	background-color: var(--color-secondary);
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-buttons a:hover {
	background-color: var(--color-primary);
}
.service-video a {
	font-size: 30px;
}
.service-bg .service-item:hover .service-title {
	display: none;
}
@media (min-width: 768px) {
	.service-item:hover .service-image:after {
		background-color: rgba(0, 0, 0, .7);
	}
	.service-item:hover .service-content {
		visibility: visible;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.service-item {
		padding-bottom: 150px;
	}
	.service-title {
		bottom: 150px;
		padding-left: 20px;
	}
	.service-title h2,
	.service-title .h2 {
		width: 100%;
		text-align: center;
	}
	.service-title a {
		display: none;
	}
	.service-content {
		visibility: visible;
		opacity: 1;
		justify-content: flex-end;
	}
	.service-content > p {
		display: none;
	}
	.service-buttons {
		width: 100%;
		grid-column-gap: 20px;
	}
	.service-video,
	.service-more {
		width: 50%;
	}
	.service-buttons a {
		width: 100%;
	}
}

.feature-bg {
	background-image: url(../../uploads/2024/08/feature-bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 120px;
	position: relative;
}
.feature-bg:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 120px;
	background-image: url(../../uploads/2024/08/video-bar.png);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}
.feature-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
}
.feature-inner ul li {
	min-height: 70px;
	padding-left: 100px;
	font-size: 16px;
	position: relative;
	margin-bottom: 0;
}
.feature-inner ul li strong {
	font-size: 24px;
	font-weight: 400;
}
.feature-inner ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	background-image: url(../../uploads/2024/08/feature-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 51px 52px;
	transition: .2s;
}
.feature-inner ul li:hover:before {
	background-size: 61px 62px;
}
.feature-inner .flex {
	grid-column-gap: 20px;
}
.feature-inner .flex .h1 {
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
}
.feature-inner .flex .h2 {
	font-size: 32px;
}
@media (max-width: 767px) {
	.feature-bg {
		background-image: url(../../uploads/2024/08/feature-bg-1.jpg);
		padding-top: 100px;
		padding-bottom: 60px;
	}
	.feature-bg:after {
		background-image: none;
	}
	.feature-inner .h0 {
		text-align: center;
	}
	.feature-inner .flex .h1 {
		font-size: 32px;
	}
	.feature-inner .flex .h2 {
		font-size: 22px;
	}
	/*.feature-inner ul li {
		padding-left: 0;
		padding-top: 100px;
		text-align: center;
		justify-content: center;
	}
	.feature-inner ul li:before {
		width: 100%;
		height: 70px;
	}*/
}

.feature-wrapper {
	position: relative;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.feature-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.feature-item {
	float: left;
	width: 50%;
	padding: 40px 20px;
}
.feature-item:nth-child(2n + 1) {
	clear: both;
}
.feature-icon {
	float: left;
	margin-right: 20px;
}
.feature-icon:hover img {
	transform: scale(1.15);
}
.feature-title {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.25;
	text-transform: uppercase;
}
.feature-text {
	margin-bottom: 0;
	font-size: 15px;
}
.feature-button a {
	color: #d22139;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.feature-item {
		float: none;
		width: 100%;
		max-width: 360px;
		padding-bottom: 0;
		margin: 0 auto;
		text-align: center;
	}
	.feature-icon {
		float: none;
		margin-right: 0;
	}
}

.cert-bg {
	padding-top: 200px;
	padding-bottom: 140px;
	position: relative;
}
@media (min-width: 768px) {
	.cert-bg:after {
		content: "";
		position: absolute;
		top: 260px;
		left: calc(50% - 1px);
		width: 2px;
		bottom: 200px;
		background-color: #000;
	}
}
@media (max-width: 767px) {
	.cert-bg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.cta-bg {
	background-image: url(../../uploads/2024/08/cta-bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center;
}
.cta-bar {
	width: 2px;
	height: 320px;
	background-color: #fff;
}
.cta-button {
	margin-top: 120px;
	display: inline-block;
	background-color: var(--color-secondary);
	color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 15px 80px;
}
.cta-button:hover {
	background-color: var(--color-primary);
	color: #fff;
}
@media (max-width: 767px) {
	.cta-bg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cta-inner {
		flex-direction: column;
		grid-row-gap: 60px;
	}
	.cta-bar {
		width: 100%;
		max-width: 320px;
		height: 2px;
	}
	.cta-button {
		margin-top: 60px;
	}
}

.gallery-item-wrapper {
	float: left;
	margin-bottom: 20px;
}
.gallery-roofing {
	width: calc(66.67% - 10px);
}
.gallery-windows {
	width: calc(33.33% - 10px);
}
.gallery-roofing,
.gallery-windows {
	height: 640px;
}
.gallery-gutter,
.gallery-siding {
	width: calc(50% - 10px);
	height: 470px;
}
.gallery-windows,
.gallery-siding {
	margin-left: 20px;
}
.gallery-item {
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-image {
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../uploads/2019/04/overlay.png);
	background-repeat: repeat-x;
	background-position: bottom;
	transition: .3s;
}
.gallery-item:hover .gallery-image:after {
	background-color: rgba(34, 91, 161, .5);
}
.gallery-title {
	position: absolute;
	right: 10px;
	bottom: 100px;
	padding-bottom: 10px;
	margin-bottom: 0;
	background-image: url(../../uploads/2019/04/bar.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 70px;
	line-height: 1;
	text-align: right;
}
.gallery-roofing .gallery-title {
	left: 10px;
	right: auto;
	bottom: 10px;
}
.gallery-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery-button a {
	display: inline-block;
	padding: 15px 40px;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 7px 11px 12.74px 0.26px rgba(0, 0, 0, 0.44);
	background: #be202f; /* Old browsers */
	background: -moz-linear-gradient(top, #be202f 0%, #85010e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #be202f 0%,#85010e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #be202f 0%,#85010e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be202f', endColorstr='#85010e',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.gallery-button a:hover {
	box-shadow: none;
}
@media (max-width: 1024px) {
	.gallery-title {
		background-position: bottom center;
		font-size: 36px;
	}
	.gallery-button a {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.gallery-item-wrapper {
		float: none;
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
	.gallery-windows,
	.gallery-siding {
		margin-left: 0;
	}
	.gallery-image {
		height: 400px;
	}
	.gallery-title {
		position: static;
		margin: 20px 0;
		color: #353535;
		font-size: 30px;
		text-align: center;
	}
	.gallery-button {
		position: static;
		margin-bottom: 40px;
		text-align: center;
	}
}

.custom-footer-outer-wrapper {
	max-width: 100% !important;
}

.reviews-background-wrapper .owl-carousel .owl-stage {
	display: flex;
}
.reviews-background-wrapper .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.review-item {
	padding: 30px 30px;
	height: 100%;
}
.review-inner {
	height: 100%;
	padding: 40px 30px 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 19.74px 1.26px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
}

.map-bg iframe {
	height: 400px;
	vertical-align: middle;
}

.affi-bg {
	padding-top: 100px;
	padding-bottom: 100px;
}
.affi-bar {
	width: 2px;
	height: 150px;
	background-color: #000;
}
@media (max-width: 767px) {
	.affi-bg .flex {
		flex-direction: column;
		grid-row-gap: 30px;
	}
	.affi-bar {
		display: none;
	}
}

.footer-bg {
	padding-top: 140px;
	padding-bottom: 120px;
	background-color: var(--color-primary);
}
@media (min-width: 1280px) {
	.footer-about {
		padding-right: 80px;
	}
	.footer-contact {
		padding-left: 80px;
	}
}
.footer-services ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.footer-services ul li {
	margin-bottom: 5px;
}
.footer-services ul li a {
	color: inherit;
}
.footer-services ul li a:before {
	content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	margin-right: 10px;
	color: #fff;
}
.footer-services ul li a:hover {
	color: var(--color-secondary);
}
@media (max-width: 767px) {
	.footer-bg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.subfooter-bg {
	padding: 15px;
}
@media (max-width: 767px) {
	.subfooter-bg {
		text-align: center;
	}
	.subfooter-bg .row {
		justify-content: center;
	}
}

.pad-tb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-tb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pad-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pad-t-80 {
	padding-top: 80px;
}
.pad-b-80 {
	padding-bottom: 80px;
}
.pad-t-40 {
	padding-top: 40px;
}
.pad-b-40 {
	padding-bottom: 40px;
}
.pad-l-80 {
	padding-left: 80px;
}
.pad-r-80 {
	padding-right: 80px;
}
.pad-l-40 {
	padding-left: 40px;
}
.pad-r-40 {
	padding-right: 40px;
}
.pad-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-lr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pad-l-10 {
	padding-left: 10px;
}
.pad-r-10 {
	padding-right: 10px;
}
.mrg-t-80 {
	margin-top: 80px;
}
.mrg-b-80 {
	margin-bottom: 80px;
}
.mrg-t-40 {
	margin-top: 40px;
}
.mrg-b-40 {
	margin-bottom: 40px;
}
.mrg-t-20 {
	margin-top: 20px;
}
.mrg-b-20 {
	margin-bottom: 20px;
}
.four-fifth {
	float: left;
	width: 80%;
}
.two-third {
	float: left;
	width: 66.67%;
}
.one-fifth {
	float: left;
	width: 20%;
}
.one-fourth {
	float: left;
	width: 25%;
}
.one-third {
	float: left;
	width: 33.33%;
}
.one-second {
	float: left;
	width: 50%;
}
.text-justify {
	text-align: justify;
}
.text-center {
	text-align: center;
}
.text-upper {
	text-transform: uppercase;
}
.bg-gray {
	background-color: #f3f3f3;
}
.bg-blue {
	box-shadow: 4px 7px 30.72px 1.28px rgba(0, 0, 0, 0.5);
	background-color: #205e9d;
}
.bg-damage {
	background-color: #1b4880;
}
.bg-overlay {
	background-color: rgba(54, 54, 54, .68) !important;
}
.bg-overlay1 {
	background-color: rgba(0, 0, 0, .68) !important;
}
.color-white {
	color: #fff !important;
}
.color-white a {
	color: #ebe70e;
}
.color-blue {
	color: #1b4880;
}
.color-red {
	color: #be162f;
}
.color-yellow {
	color: #fef423;
}

.h0, .font-60 {
	font-size: 60px;
	line-height: 1;
}
h1, .h1, .font-48 {
	font-size: 48px;
	line-height: 1;
}
h2, .h2, .font-36 {
	font-size: 36px;
	line-height: 1;
}
h3, .h3, .font-30 {
	font-size: 30px;
	line-height: 1;
}
h4, .h4, .font-24 {
	font-size: 24px;
	line-height: 1;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 18px;
}
.font-14 {
	font-size: 14px;
	line-height: 1;
}
.width-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.image-box {
	box-shadow: 4px 6px 7.68px 0.32px rgba(0, 0, 0, 0.55);
}
.image-box img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.two-third,
	.one-third,
	.one-fourth {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.four-fifth,
	.two-third,
	.one-fifth,
	.one-fourth,
	.one-third,
	.one-second {
		float: none;
		width: 100%;
	}
	.one-third {
		text-align: center;
	}
	.font-36 {
		font-size: 24px;
	}
	.font-30 {
		font-size: 18px;
	}
	.font-24 {
		font-size: 16px;
	}
	.font-14 {
		font-size: 12px;
	}
}

#builder-module-5cbf5c4a5094e-outer-wrapper {
	max-width: 100% !important;
}
.background-wrapper {
	background-size: cover;
}
.inner-wrapper {
	max-width: 1170px;
	margin: 0 auto;
}
@media (max-width: 1350px) {
	#builder-module-5cbf5c4a5094e-background-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.inner-wrapper {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
}

.subtitle-1 {
	color: #1b4880;
	font-size: 36px;
	line-height: 1;
}
.subtitle-2 {
	color: #bf202f;
	font-size: 36px;
	line-height: 1;
}
.subtitle-3 {
	margin-bottom: 20px;
	color: #bf202f;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}
.subtitle-4 {
	margin-bottom: 20px;
	color: #1b4880;
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.subtitle-5 {
	color: #bf202f;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
.description-1 {
	margin-top: 40px;
	color: #939393;
	font-size: 14px;
	text-align: center;
}

.slogan-wrapper {
	margin: 0 auto;
	background-image: url(../../uploads/2019/04/slogan.jpg);
	background-attachment: fixed;
	color: #fff;
	text-align: center;
}
.slogan-wrapper .inner-wrapper {
	max-width: 900px;
	padding: 200px 0 140px;
}
.slogan-title-1 {
	font-size: 48px;
	line-height: 1;
}
.slogan-title-2 {
	font-size: 70px;
	line-height: 1;
}
@media (max-width: 1024px) {
	.slogan-wrapper .inner-wrapper {
		padding: 120px 1.5em 80px;
	}
	.slogan-title-1 {
		font-size: 30px;
	}
	.slogan-title-2 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.slogan-wrapper .inner-wrapper {
		padding: 80px 1.5em 40px;
	}
	.slogan-title-1 {
		font-size: 24px;
	}
	.slogan-title-2 {
		font-size: 30px;
	}
}

.elite-wrapper {
	position: relative;
	padding: 50px 30px;
	border: 1px solid #464646;
	box-shadow: 3px 5px 5.76px 0.24px rgba(0, 0, 0, 0.21);
}
.elite-image {
	float: left;
	margin: 0 60px 0 30px;
}
.elite-text-1 {
	color: #bf202f;
	font-size: 30px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.elite-image {
		float: none;
		text-align: center;
	}
}

.roofing-wrapper {
	padding: 40px 0;
}
.roofing-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.roofing-image {
	position: relative;
	float: left;
	width: 55%;
	box-shadow: 4px 7px 5.88px 0.12px rgba(0, 0, 0, 0.19);
}
.roofing-right .roofing-image {
	left: 45%;
}
.roofing-image img {
	display: block;
}
.roofing-text {
	position: relative;
	float: left;
	width: 45%;
}
.roofing-left .roofing-text {
	padding-left: 40px;
}
.roofing-right .roofing-text {
	right: 55%;
	padding-right: 40px;
}
.roofing-text-1 {
	margin-top: 80px;
	color: #1b477f;
	font-size: 30px;
	line-height: 1.25;
}
.roofing-text-2 {
	font-size: 30px;
	line-height: 1.25;
}
@media (max-width: 767px) {
	.roofing-image,
	.roofing-text {
		float: none;
		width: 100%;
	}
	.roofing-left .roofing-text {
		padding-left: 0;
	}
	.roofing-right .roofing-image {
		left: auto;
	}
	.roofing-right .roofing-text {
		right: auto;
		padding-right: 0;
	}
}

.warranty-wrapper {
	padding: 120px 0;
}
.warranty-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.warranty-left {
	float: left;
	width: 300px;
	padding-top: 40px;
}
.warranty-right {
	float: left;
	width: calc(100% - 300px);
	padding-left: 60px;
}
.warranty-text-1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
	text-transform: uppercase;
}
.warranty-text-1 span {
	color: #ebe70e;
}
.warranty-text-2 {
	margin-top: 40px;
	color: #fff;
	line-height: 1.5;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.warranty-wrapper {
		padding: 60px 0;
	}
	.warranty-left,
	.warranty-right {
		float: none;
		width: 100%;
	}
	.warranty-left {
		padding-top: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	.warranty-right {
		padding-left: 0;
	}
}

.benefit-item-wrapper {
	padding: 0 10px;
}
.benefit-item {
	width: 100%;
	height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 4px 7px 6.72px 0.28px rgba(0, 0, 0, 0.22);
	background-color: #f5f5f5;
}
.damage1-wrapper .benefit-item {
	height: 340px;
}
.benefit-image {
	position: relative;
	height: 160px;
}
.benefit-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.benefit-title {
	padding: 0 40px;
	margin-bottom: 0;
	color: #363636;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.benefit-text {
	padding: 0 20px;
	margin-bottom: 0;
	color: #363636;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}
.one-third .benefit-text {
	text-transform: capitalize;
}
@media (max-width: 1024px) {
	.benefit-item-wrapper {
		width: 100%;
	}
	.benefit-item {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.benefit-item {
		width: 100%;
		max-width: 400px;
		height: auto;
		padding-bottom: 40px;
		margin: 0 auto 20px;
	}
	.damage1-wrapper .benefit-item {
		height: auto;
	}
	.benefit-image {
		height: 120px;
	}
}

.quote-button {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	right: 0;
	transition: .3s;
}
.quote-button a {
	display: inline-block;
	padding: 5px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #be202f;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.quote-button .close {
	display: none;
}
.quote-wrapper {
	position: fixed;
	z-index: 99999;
	bottom: -522px;
	right: 0;
	padding: 20px 20px 10px;
	border: 2px solid #fff;
	background-color: #be202f;
	transition: .3s;
}
.quote-button.opened {
	bottom: 522px;
}
.quote-button.opened .closed {
	display: none;
}
.quote-button.opened .close {
	display: inline;
}
.quote-wrapper.opened {
	bottom: 0;
}
.quote-title {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}
.quote-title span {
	display: block;
	color: #000;
}
.quote-wrapper .gform_wrapper textarea.medium {
	display: block;
	width: 300px !important;
	height: 120px;
	padding: 5px 4px;
}
.quote-wrapper .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
	padding: 20px 0;
	margin-bottom: 0;
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-family: HelveticaNeueLTStd-MdCn;
	font-size: 24px;
	line-height: 29px !important;
	text-transform: uppercase;
}

.quote-wrapper li {
	font-size: 18px;
}
@media (max-width: 641px) {
	.quote-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1.5;
	}
}
.quote-wrapper .gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
	margin-bottom: 10px !important;
	border: none !important;
}
.quote-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	width: 100% !important;
	max-width: 100% !important;
}
.quote-wrapper .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.quote-wrapper .gform_wrapper li.gfield_error textarea {
	display: block;
}
.quote-wrapper .gform_wrapper img {
	display: none;
}

.window1-wrapper {
	background-image: url(../../uploads/2019/04/window2.jpg);
	background-attachment: fixed;
}
.window2-wrapper {
	background-image: url(../../uploads/2019/04/window3.jpg);
	background-attachment: fixed;
}

.gutter1-wrapper {
	background-image: url(../../uploads/2019/04/gutter2.jpg);
	background-attachment: fixed;
}

.damage1-wrapper {
	background-image: url(../../uploads/2019/04/damage2.jpg);
	background-attachment: fixed;
}

.myth-wrapper {
	margin-bottom: 40px;
	border-bottom: 2px solid #fff;
}
.bg-damage .main-title {
	color: #fff;
}
.bg-damage .main-title:after {
	background-image: url(../../uploads/2019/04/bar1.png);
}

.red-bullet {
	list-style-type: none;
	margin-left: 1em;
}
.red-bullet li:before {
	content: "\f00c";
	margin-right: 5px;
	color: #d22139;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

@media (max-width: 1024px) {
	.circle-wrapper .one-third {
		float: none;
		clear: both;
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.layered-wrapper .two-third,
	.layered-wrapper .one-third {
		width: 100%;
		text-align: center;
	}
	.layered-wrapper .one-third {
		padding-left: 0;
	}
	.image-box {
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.image-box img {
		width: auto;
	}
}

.banner {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 56.25%;
}
.banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../uploads/2024/08/banner-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.banner-bg-inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner-bg-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .7), transparent);
}
.banner-bg img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.banner-bg .fluid-width-video-container {
	max-width: 100% !important;
	max-height: 100% !important;
}
.banner-bg .fluid-width-video-wrapper {
	padding-top: 56.25% !important;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column-gap: 80px;
	padding-top: 170px;
}
.banner-content {
	padding-top: 100px;
}
.banner-form {
	max-width: 400px;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 18px 46.06px 2.94px rgba(0, 0, 0, 0.65);
	padding: 15px;
}
.banner-form-inner {
	padding: 20px;
	border: 2px solid #000;
	border-radius: 20px;
}
.banner-form .gform_wrapper.gravity-theme .gform_fields {
	grid-gap: 8px;
}
.banner-form .gform_wrapper.gravity-theme .ginput_counter {
	display: none;
}
.banner-form .gform_wrapper.gravity-theme .gfield input,
.banner-form .gform_wrapper.gravity-theme .gfield textarea,
.banner-form .gform_wrapper.gravity-theme .gfield select {
	border-radius: 5px;
	border: 2px solid #d4d4d4;
	background-color: transparent;
	color: #000;
}
.banner-form .gform_wrapper.gravity-theme .gfield select {
	padding: 8px 6px;
}
.banner-form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.banner-form .gform_wrapper.gravity-theme .gform_footer input {
	margin-bottom: 0;
	padding: 10px;
	border: none;
	border-radius: 40px;
	background-color: var(--color-secondary);
	color: #fff;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
}
.banner-form .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: var(--color-primary);
}

@media (max-width: 1024px) {
	.banner {
		min-height: auto;
		padding-top: 260px;
		padding-bottom: 60px;
	}
	.banner-bg:after {
	}
	.banner-bg-inner:after {
		background-image: none;
	}
	.banner-inner {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner-content {
		padding: 0 15px;
	}
	.banner-form {
		display: none;
	}
}
@media (max-width: 1024px) {
	.banner-bg .fluid-width-video-container {
		display: none;
	}
}

.rounded-bg {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%);
}
@media (max-width: 1024px) {
	.rounded-bg {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
	}
}

.about-bg .flex {
	grid-gap: 30px;
}
.about-bg h1 {
	margin: 0;
	font-size: 24px;
}
.about-bg h1 strong {
	font-size: 48px;
	font-weight: 400;
	color: var(--color-secondary);
}
.about-video {
	position: relative;
	display: inline-block;
}
.about-video-inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 30px;
	padding-bottom: 120px;
}
.about-video-inner .h2 {
	margin-bottom: 30px;
}
.about-list-wrap {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}
.about-list {
	width: 50%;
	max-width: 300px;
	padding: 0 48px;
}
.about-list:first-child {
	border-right: 2px solid #000;
}
.about-list .h4 {
	background-color: var(--color-secondary);
	color: #fff;
	padding: 15px 40px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 40px;
}
.about-list ul {
	margin-left: 0;
	list-style: none;
}
.about-list li {
	line-height: normal;
	margin-bottom: 5px;
	font-size: 16px;
}
.about-list li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: var(--color-secondary);
	margin-right: 10px;
}
@media (max-width: 767px) {
	.about-bg .flex {
		flex-direction: column;
	}
	.about-bg h1 {
		margin-left: 0;
		text-align: center;
	}
	.about-list {
		padding: 0;
	}
	.about-list:first-child {
		border: none;
	}
}
@media (max-width: 479px) {
	.about-list {
		width: 100%;
	}
}

.title {
	grid-gap: 20px;
}
@media (max-width: 767px) {
	.title {
		flex-direction: column;
	}
}

.page-id-61 .custom-page-header-background-wrapper,
.error404 .custom-page-header-background-wrapper {
	display: none;
}

.thank-bg,
.error-bg {
	background-image: url(../../uploads/2024/08/thank-bg.jpg);
	background-size: cover;
	background-position: center;
	min-height: 830px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (max-width: 767px) {
	.thank-bg,
	.error-bg {
		min-height: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.thank-bg p {
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
}

.error-bg p {
	margin-top: 60px;
	margin-bottom: 60px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.error-bg a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: var(--color-secondary);
	color: #fff;
	padding: 20px 40px;
	font-size: 24px;
}
.error-bg a:hover {
	background-color: var(--color-primary);
}
@media (max-width: 767px) {
	.error-bg img {
		display: none;
	}
	.error-bg p {
		margin-top: 0;
	}
}

.city-about-bg h2 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}
.city-about-bg h2 strong {
	display: block;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

.city-service-bg {
	background-color: var(--color-secondary);
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.city-map {
	border: 2px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.city-map * {
	width: 100%;
	height: 100%;
}
.city-map iframe {
	min-height: 540px;
}
.city-service {
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 60px;
}
.city-service h2 {
	margin-top: 0;
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.city-service h2 strong {
	font-size: 36px;
	font-weight: 400;
}
.city-service ul {
	font-size: 18px;
	column-count: 2;
	column-gap: 60px;
	margin-right: 40px;
}
.city-service ul li {
	margin-bottom: 20px;
	line-height: normal;
}
@media (max-width: 767px) {
	.city-service-bg {
		padding-bottom: 80px;
	}
	.city-service-bg:before {
		height: 24px;
		background-size: 100% 24px;
	}
	.city-map iframe {
		min-height: 320px;
	}
	.city-service {
		padding: 60px 15px 30px;
	}
	.city-service h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.city-service .mt-60 {
		margin-top: 30px;
	}
	.city-service ul {
		font-size: 18px;
		column-count: 1;
		margin-right: 0;
	}
}

.city-feature-inner ul {
	margin-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.city-feature-inner ul li {
	width: 33.33%;
	border-left: 2px solid #8a9190;
	padding: 250px 60px 20px;
	text-align: center;
	background-image: url(../../uploads/2024/08/city-feature-icon.png);
	background-repeat: no-repeat;
	background-position: top 50px center;
	font-size: 16px;
}
.city-feature-inner ul li strong {
	font-size: 30px;
	font-weight: 400;
}
.city-feature-inner ul li:first-child {
	border: none;
}
@media (max-width: 767px) {
	.city-feature-inner ul li {
		width: 100%;
		border: none;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.things-bg {
	background-color: #f2f2f2;
}
.things-bg h2 {
	margin-top: 0;
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.city-blogs-bg .title {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.city-blogs .post-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.post-content:after {
	content: "";
	display: block;
	clear: both;
}


/* FAQ */
.custom-module.faq {
	visibility: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px 20px 10px;
    border: 1px solid #000;
    border-radius: 7px;
}

.custom-module.faq .content {
  position: relative;
  float: none;
}

.custom-module.faq .answer {
  padding-top: 1em;
}
.custom-module.faq .answer a {
  text-decoration: underline;
}

.custom-module.faq .content h4 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
	background-color: #fff;
	color: #000;
	border-radius: 2px;
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.faq .icon.active {
  background-position: 0 -28px;
}

.faq .icon {
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
  background: url(../BuilderChild-custom/images/plus-minus-1.png) no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
