/*  Vernon Hills GDR styles  */


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #555;
	background: rgb(212,213,226);
	background: -moz-linear-gradient(left,  rgba(212,213,226,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 70%, rgba(212,213,226,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(212,213,226,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(212,213,226,1) 100%);
	background: linear-gradient(to right,  rgba(212,213,226,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(212,213,226,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d5e2', endColorstr='#d4d5e2',GradientType=1 );
}

p {
	line-height: 1.5;
	margin-bottom: .8em;
	text-align: left;
}

.list_no_bullets {
	list-style-type: none;
	margin: 0 auto 1rem;
	display: block;
	text-align: left;
}

.row, .row .row {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.row .column {
	padding: 0;
}

.text_table {
	display: table;
	height: 100%;
	width: 100%;
}

.table_cell.text_cell {
	display: table-cell;
	vertical-align: middle;
}

.container {
	position: relative;
	max-width: 2560px;
	min-width: 320px;
	margin: 0 auto;
}

.content_wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 3rem 0;
	position: relative;
	z-index: 99;
}

.section_row .content_wrap {
	max-width: 600px;
}

.interior_page .section_row .content_wrap {
	padding: 2rem 0 1rem 0;
	max-width: 600px;
}

.section_row {
	padding: 0 5%;
	position: relative;
	z-index: 999;
	background: #eaeaea;
	background: -moz-linear-gradient(left,  #eaeaea 0%, #ffffff 10%, #ffffff 90%, #eaeaea 100%);
	background: -webkit-linear-gradient(left,  #eaeaea 0%,#ffffff 10%,#ffffff 90%,#eaeaea 100%);
	background: linear-gradient(to right,  #eaeaea 0%,#ffffff 10%,#ffffff 90%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=1 );
}

.section_row .content_wrap {
	max-width: 600px;
}

.section_row.grey_background {
	background: rgba(250,250,250,.9);
}

.header_row .content_wrap {
	padding: 3rem 0;
}

.image_wrap {
	text-align: center;
}

.image_wrap img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.content_image {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.content_image.image300 {
	max-width: 300px;
}

.image_wrap .section_image {
	max-width: 500px;
	margin-bottom: 1rem;
}

.image_column_combo {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.image_column_combo .image_column {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.image_column_combo .double_stack_column.right_column .image_wrap:first-child {
	padding: 0 0 2% 2%;
}

.image_column_combo .double_stack_column.right_column .image_wrap:last-child {
	padding: 2% 0 0 2%;
}

.image_column_combo .double_stack_column.left_column .image_wrap:first-child {
	padding: 0 2% 2% 0;
}

.image_column_combo .double_stack_column.left_column .image_wrap:last-child {
	padding: 2% 2% 0 0;
}

.image_column_combo .vertical_column.left_column .image_wrap {
	padding: 0 2% 0 0;
}

.image_column_combo .vertical_column.right_column .image_wrap {
	padding: 0 0 0 2%;
}

.text_green_larger {
	font-size: 1.3em;
	color: #408DFF;
	font-weight: 500;
}

.interior_page {
	padding: 0 0 0;
	/*min-height: 500px;*/
	position: relative;
	z-index: 9;
	background: #cccccc;
	background: -moz-linear-gradient(left, #cccccc 0%, #ffffff 40%, #ffffff 60%, #cccccc 100%);
	background: -webkit-linear-gradient(left, #cccccc 0%,#ffffff 40%,#ffffff 60%,#cccccc 100%);
	background: linear-gradient(to right, #cccccc 0%,#ffffff 40%,#ffffff 60%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}

.interior_page:after {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	content: "";
	display: block;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: .07;
	z-index: 0;
}

.text_wrap {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 1rem;
	max-width: 1000px;
}

.text_wrap p {
	text-align: left;
}

.sidebar_large_right, .sidebar_large_left {
	max-width: 500px;
	margin: 0 auto;
}

.sidebar_large_right p, .sidebar_large_left p {
	text-align: left;
}

.icons {
	margin: 0 .1em 0 0;
	font-size: 1.2em;
}

#header {
	width: 100%;
	position: absolute;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
}

#header .content_wrap {
	width: 100%;
	max-width: 1200px;
	padding: 5px 1rem 2rem;
	position: relative;
	z-index: 999;
}

#header .content_wrap:after {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	content: "";
	display: block;
	/*background-image: url(../images/);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
	opacity: .6;
}

#header .content_wrap .row {
	position: relative;
	z-index: 999;
}

#header_logo {
	display: block;
	text-align: center;
	padding: .25rem 1rem .5rem;
	position: relative;
}

#header_logo img {
	width: 100%;
	max-width: 180px;
	margin: 0 auto .75rem;
	position: relative;
	z-index: 9;
	padding: 7px;
	background: #fff;
}

.title-bar {
	background: #408DFF;
	padding: 1rem;
	text-align: center;
	position: relative;
	z-index: 999;
}

.top-bar-right {
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center;
}

.no-js .top-bar {
	display: none;
}

.top-bar {
	background-color: transparent;
	padding: 0;
	position: relative;
	z-index: 999;
	width: 100%;
}

.top-bar #main_nav {
	display: table;
	margin: 0 auto;
	width: 100%;
	background-color: #408DFF;
	padding-bottom: 2rem;
	width: 100%;
	height: 450px;
}

.top-bar ul li {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: 0;
	right: 0;
	top: 100%;
	border: 2px solid #1665d9;
	background: #408DFF;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	border-color: transparent;
}

.top-bar #main_nav li ul.submenu {
	background-color: #408DFF;
	padding-bottom: 1rem;
	height: 100%;
}

.top-bar ul li a {
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 1.5rem;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	letter-spacing: .02em;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	-webkit-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}

.top-bar #main_nav li ul.submenu li a {
	padding: .7em 1em;
}

.is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent #fff;
}

#main_nav .js-drilldown-back a {
	color: #ccc;
}

.js-drilldown-back > a::before {
	width: 0;
	height: 0;
	border: inset 6px;
	border-color: transparent transparent transparent #ccc;
	border-left-style: solid;
	border-right-width: 0;
	position: absolute;
	top: 20px;
	right: 1rem;
}

.menu > li > a img, .menu > li > a i, .menu > li > a svg {
	margin-right: 0.25rem;
	margin-left: 0.25rem;
	display: inline-block;
}


.link_wrap {
	display: table;
	margin: 0 auto;
}

.link_left, .link_right {
	display: table-cell;
	vertical-align: middle;
}

.link_right {
	display: none;
}

.link_right .fas {
	margin-left: 1rem;
}

.top-bar ul li a span.link_top {
	font-family: 'Open Sans', sans-serif;
	font-size: .5em;
	display: block;
}

.top-bar ul li#logo_li {
	position: relative;
	display: none !important;
}

#logo_li a {
	display: table;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 3px;
	border: 2px solid #408DFF;
}

#logo_li a img {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-height: 113px;
}

#logo_li a#logo_invert {
	position: absolute;
	opacity: 0;
	-webkit-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
	z-index: 9;
}

#header_phone_widget {
	font-size: 40px;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

#header_phone_widget a {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
}

#phone_number {
	display: block;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #FF6D59;
	font-size: 1em;
	line-height: 1.3;
	/* text-shadow: -1px -1px 0 #28205b, 1px -1px 0 #28205b, -1px 1px 0 #28205b, 1px 1px 0 #28205b; */
	letter-spacing: 1px;
}

#call_text {
	font-family: 'Open Sans', sans-serif;
	display: block;
	line-height: 1;
	font-weight: 700;
	/*text-shadow: -1px -1px 0 #28205b, 1px -1px 0 #28205b, -1px 1px 0 #28205b, 1px 1px 0 #28205b;*/
	text-align: center;
	color: #222;
	font-size: .5em;
	font-weight: 700;
}

#header_phone_widget #header_text_btn {
	margin: 1.5rem auto 0;
	max-width: 350px;
}

#header_left_widget {
	position: absolute;
	top: 255px;
	width: 100%;
	text-align: center;
	z-index: 999;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	left: 0;
	right: 0;
}

#header_left_widget .inside_wrap {
	display: inline-block;
	width: auto;
	text-align: right;
}

#header_left_widget p {
	margin: 0 0 .1em;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: #333;
	font-size: .5em;
	font-weight: 700;
}

#header_left_widget #service_text {
	font-family: 'Oswald', sans-serif;
	font-size: .8em;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0, .75);
}

.menu-text {
	color: #fff;
}

.title-bar .menu-icon {
	width: 40px;
}

.menu-icon:after {
	height: 4px;
	background: #fff;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}

.pre_heading {
	margin-bottom: .4em;
	font-weight: 500;
	font-size: 14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
	text-transform: none;
}

.section_heading {
	color: #222;
	font-size: 27px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 1em;
	line-height: 1.2;
	text-align: center;
}

.interior_page .callout.primary .section_heading {
	text-transform: uppercase;
}

.interior_page .section_heading {
	text-align: center;
	margin-bottom: .75em;
}

.interior_page .page-header .post_heading {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	padding: 5px 25px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	/* background: #444; */
	border-radius: 3px;
	line-height: 1.4;
	text-transform: capitalize;
	letter-spacing: .02em;
}

.column_heading {
	font-weight: 600;
	padding: 0;
	margin: 0 auto 1em;
	text-align: left;
	line-height: 1.1;
	font-size: 23px;
	color: #333;
}

.column_heading.text-center {
	text-align: center;
}

.text_list {
	text-align: left;
	display: block;
}

.text_list li {
	text-align: left;
	margin-bottom: .3em;
}

.table_list, .table_link_list {
	margin: 0 auto 2rem;
	display: block;
	width: 100%;
	max-width: 500px;
	color: #555;
	list-style: none;
}

.table_list li, .table_link_list a {
	display: table;
	width: 100%;
	text-align: left;
	padding: 0 0 .5rem;
	color: #555;
}

.table_list li span, .table_link_list a span {
	display: table-cell;
	width: auto;
	vertical-align:top;
	line-height: 1.2;
}

.table_list li span.icon_cell, .table_link_list a span.icon_cell {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}

.table_link_list .text_cell {
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
}

.table_list li span.icon_cell .fas {
	font-size: 19px;
	color: #408dff;
	border: 1px solid #408dff;
	border-radius: 1px;
	padding: 3px;
}

.table_link_list a span.icon_cell .fa {
	font-size: 20px;
	color: #1e72b0;
	border: none;
	padding: 0 1rem;
}

.content_list {
	text-align: left;
}

.list_heading {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0 auto .7em;
	text-align: left;
	line-height: 1.1;
	font-size: 1.5rem;
	color: #2e75dd;
}

.list_heading .small_text {
	font-size: .85em;
	color: #333;
}

.lead_text {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	color: #676767;
}

.action_heading {
	font-size: 28px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 auto .25em;
	line-height: 1.1;
}

.button_wrap {
	display: block;
	width: 100%;
	padding: 1rem 0 0;
}

.action_button {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	color: #fff;
	background-color: #FF6D59;
	padding: .25em .5em;
	font-size: 1em;
	border-radius: 3px;
	min-width: 270px;
	-webkit-transition: all 700ms ease-out 0ms;
	transition: all 700ms ease-out 0ms;
}

.action_button:hover,
.action_button:focus,
.action_button:active  {
	color: #fff;
	background-color: #d95543;
}

.call_or_email {
	width: 100%;
	display: block;
	position: relative;
	z-index: 99;
}

.call_or_email:after {
	position: absolute;
	display: block;
	content: "";
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(../images/background-call-email.jpg);
	background-size: cover;
	background-position:left center;
	opacity: .3;
	z-index: 0;
}

.call_or_email .content_wrap {
	padding: 3rem 0;
	font-size: 1.8rem;
	margin: 0 auto;
	width: auto;
	display: inline-block;
	border-radius: 5px;
}

.call_or_email .action_heading {
	/* font-family: 'Open Sans', sans-serif; */
	margin-bottom: 1em;
	color: #222;
}

.action_button, .call_or_email .action_button {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	font-weight: 700;
	color: #fff;
	background-color: #FF6D59;
	padding: .25em .5em;
	font-size: 1em;
	border-radius: 3px;
	min-width: 270px;
	-webkit-transition: all 700ms ease-out 0ms;
	transition: all 700ms ease-out 0ms;
}

.call_or_email .action_button.email_action {
	background-color: #408dff;
}

.call_or_email p {
	margin: 2em auto 1em auto;
	font-family: 'Oswald', sans-serif;
	color: #676767;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.call_or_email .action_button:hover {
	color: #fff;
	background-color: #d95543;
}

.call_or_email .action_button.email_action:hover {
	color: #fff;
	background-color: #2e75dd;
}

.call_or_email span {
	display: block;
	padding: .5em 0;
	font-weight: 700;
	line-height: 1;
	color: #444;
}

#homepage {
	position: relative;
	z-index: 99;
	padding: 0;
}

#homepage .callout.primary, .callout.primary {
	display: block;
	border-top: none;
	padding: 0;
	color: #333;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	width: 100%;
	height: auto;
	min-height: 650px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

#homepage .callout.primary:before {
	position: absolute;
	top: 0; right: 0; bottom: 5px; left: 0;
	content: "";
	display: block;
	background-image: url(../images/vernon-hills-garage-door-repair-banner-stas1920x800.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#homepage .callout.primary .inside_table {
	display: block;
	width: 100%;
	height: 101%;
	min-height: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
	padding: 380px 0 0;
}

#homepage .callout.primary .table_cell {
	display: block ;
	width: 100%;
	height:auto;
	}

#homepage .callout.primary .text_cell.table_cell {
	text-align: center;
	padding: 6rem 3% 2rem;
	background: rgba(255,255,255, .9);
}

#homepage .callout.primary .form_cell.table_cell {
	text-align: center;
	padding: 2.5rem 3% 2rem;
	background: rgba(125,155,200, .9);
}

#homepage .callout.primary #contactForm #form_check_row .table_cell.question_cell {
	color: #fff;
}

.form_widget .form_heading {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	margin: 0 auto 5px;
}

.form_widget .contactForm .form_input {
	padding: 8px 1rem;
	height: auto;
	font-size: 15px;
}

#homepage .callout.primary .form_widget .custom_button {
	margin: .5rem auto;
	width: 100%;
	background-color: #acce5e;
}

#homepage .callout.primary .form_widget .custom_button:hover {
	background-color: #77b634;
}

#hero_text {
	display:inline-block;
	width: 100%;
	margin: 1rem auto;
	text-align: center;
	color: #2c3152;
	font-size: 15px;
}

#hero_text .small_heading {
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto .5rem;
	font-size: .9em;
	text-align: center;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	color: #444;
}

#hero_text .section_heading {
	color: #408DFF;
	font-size: 2.3em;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 auto 1.5rem;
}

#hero_text h3 {
	color: #b52b31;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.1;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 auto 1rem;
	position: relative;
	padding: .85rem 5% .75rem;
	display: block;
}

#hero_text h3::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(141,142,144);
	background: linear-gradient(0deg, rgba(141,142,144,1) 0%, rgba(255,255,255,1) 50%, rgba(141,142,144,1) 100%);
	z-index: 0;
	border-radius: 0px;
	box-shadow: 1px 1px 12px -6px rgba(0,0,0, .6);
	border-top: 1px solid #444;
	/*border-bottom: 1px solid#444;*/
	/* border: 1px solid #b52b31; */
	/* border-right: 6px solid #FF6D59; */
}

#hero_text h3 span {
	position: relative;
	z-index: 9;
}

#hero_text h3 span:last-child {
	display: block;
	font-size: .75em;
	line-height: 1.1;
	text-transform: capitalize;
	opacity: 1;
	padding: 5px 0 0;
	letter-spacing: .2em;
	word-spacing: .1em;
	color: #444;
}

#hero_text img {
	display: block;
	text-align: center;
	margin: 0 auto ;
	max-width: 170px;
	transform: rotate(0deg);
	-webkit-transition: all 500ms linear 0s;
	transition: all 500ms linear 0s;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	cursor: pointer;
}


#homepage .callout.primary .banner_image {
	max-width: 160px;
}

#hero_text img:hover {
	transform: rotate(360deg);
}

#homepage .callout.primary .phone_action {
	color: #b52b31;
	text-transform: capitalize;
	font-weight: 700;
}

#homepage .callout.primary .badges_wrap {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 1rem;
}

#homepage .callout.primary .badge_image {
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	padding: .5rem;
}

.callout .column_heading span {
	font-size: 1.5rem;
	display: inline-block;
	text-transform: uppercase;
	padding: .3em 1.5em .3em .5em;
	margin: 0 auto;
	border-radius: 3px;
	width: 100%;
}


.cta {
	padding: 0;
	background-color: #eee;
}

.cta:after {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	content: "";
	display: block;
	z-index: 0;
}

.cta.section_row .content_wrap, .interior_page .cta.section_row .content_wrap {
	max-width: 100%;
	padding: 0;
}

.cta .section_heading {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: .5em;
	letter-spacing:.01em;
	word-spacing: .05em;
	text-shadow: 1px 1px 1px #000;
}

.cta .soundwave_line {
	margin-bottom: 2rem;
	max-width: 400px;
	width: 100%;
}

.section_row .columns {
	padding: 0;
}

.cta_grid {
	margin: 0 auto;
	position: relative;
	z-index: 999;
	padding: 8px 8px;
}

.cta_grid .columns {
	padding: 8px;
}

.cta_grid .inside_wrap {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 998;
	/*border-radius: 7px;*/
	/*border: 1px solid #666;*/
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	overflow: hidden;
}

.cta_grid .cta_background {
	width: 100%;
	height: 100%;
	display: block;
	transform: scale(1);
	-webkit-transition: all 700ms ease-out 0s;
	transition: all 700ms ease-out 0s;
	margin: 0 auto;
	border-radius: 3px;
}

.cta_grid .image_wrap {
	position: relative;
	text-align: center;
	overflow: hidden;

}

.cta_grid .button_wrap {
	position: absolute;
	top: 36%; right: 0; left: 0; bottom: 0;
	width: 100%;
	height: 100%;
	display: block;

}

.cta_inside_link {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 29px;
	-webkit-transition: background-color .7s;
	transition: background-color .7s;
	color: #fff;
	padding: 0;
	text-align: left;
}

.cta_inside_link .custom_button {
	max-width: 90%;
	width: 250px;
	border-radius: 3px;
}

.inside_table_wrap {
	min-height: 170px;
	padding: 1rem 3.5%;
	background: rgb(20,20,20);
	background: #408DFF;
	text-align: center;
}

.cta_grid .cta_inside_link h3 {
	font-size: 1.2rem;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 3%;
}

.cta_inside_link .list_no_bullets {
	display: inline-block;
	margin: 0 auto .5rem;
}

.cta_inside_link .list_no_bullets li {
	display: table;
	font-size: .9rem;
	text-align: left;
	color: #fff;
}

.cta_inside_link .list_no_bullets span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1em;
	padding: .2em 0;
}

.cta_inside_link .list_no_bullets .image_wrap {
	width: 10%;
	padding-right: .4em;
	max-width: 32px;
}

.cta_inside_link .list_no_bullets .service_description {
	width: 90%;
}

#home_section_1 {
	background-color: #f6f5f0;
}

#home_image_combo {
	margin: 0 auto 2rem;
	max-width: 800px;
}

#home_image_combo .combo_half_left .small-12 {
	padding-right: 5px;
	padding-bottom: 10px;
}

#home_image_combo .combo_half_right {
	padding-left: 5px;
}

#home_section_1 .call_or_email {
	margin: 2rem auto 0;
}

#home_section_2 .table_list .text_cell {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

#home_section_brands {
	background: #fff;
}

#home_section_brands .content_wrap {
	padding: 2rem 0 1rem;
}

#home_section_brands .pre_heading {
	margin-bottom: 0;
}

#home_section_brands .section_heading {
	text-align: center;
	margin-bottom: 0;
}

#home_section_brands .orbit img {
	padding: 1rem;
	max-width: 200px;
	width: 100%;
}

#home_section_brands .orbit .orbit-bullets {
	margin-top: 0;
}

#home_section_brands .orbit .orbit-bullets button {
	width: 1rem;
	height: 1rem;
}

.orbit-container {
	position: relative;
	margin: 0;
	overflow: hidden;
	list-style: none;
	height: auto !important;
	}

#garage_parts {
	max-width: 500px;
	margin-bottom: 2rem;
}

#home_section_5 .orbit-container {
	height: auto !important;
}

#home_section_5 .orbit-slide h3 {
	margin-bottom: 2rem;
}

#home_section_5 .orbit-slide .columns {
	padding: .5rem 3%;
}

#home_section_5 .orbit-slide img {
	display: block;
	width: 100%;
	max-width: 200px;
}

#home_section_5 .orbit .orbit-bullets {
	margin-top: 1.5rem;
}

#section_6:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	top: 0; right: 0; bottom: 0; left: 0;
	background-size: cover;
	z-index: 0;
	opacity: .05;
}

#section_6 .section_heading {
	text-align: center;
}

#section_6 .column_heading {
	color: #fff;
}


.orbit {
	overflow: hidden;
}
.brand_slider .orbit-container {
	overflow: visible;
}


/* Contact Form
*************************************************/
.request_form_wrap {
	max-width: 500px;
	margin: 0 auto;
}

.contactForm {
	margin: 0 auto 1rem auto;
}

.contactForm .form_input {
	margin: 6px 0 3px;
	padding: .8rem;
	height: auto;
}

.input_error {
	border: 1px solid #ba2126;
	box-shadow: 0 0 5px -1px #ba2126;
}

.form_error, .php_form_error {
	display: block;
	line-height: 1.1;
	font-size: 13px;
	color: #ba2126;
}

.input-font-color {
	color: rgba(0,0,0, 1);
}

#contact_block .inside_wrap {
	max-width: 360px;
	margin: 0 auto;
}

#contact_block .image_wrap img {
	max-width: 400px;
}

#contact_block .inside_wrap h3 + p {
	margin-bottom: .7em;
	line-height: 1.1;
	text-align: left;
}

.button_wrap, p.button_wrap {
	text-align: center;
}

.custom_button, a.custom_button {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	margin: .5rem auto;
	text-align:center;
	/*border: 2px solid #d95543;*/
	border-radius: 3px;
	font-size: 19px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1rem 1rem;
	background-color: #FF6D59;
	-webkit-transition: all 700ms linear 0ms;
	transition: all 700ms linear 0ms;
	color: #fff;
	width: 100%;
	max-width: 450px;
	border-radius: 50px;
}

.custom_button i.fa, a.custom_button i.fas {
	padding: 0 .25rem;
}

.custom_button .fi-play {
	padding-left: .2em;
	font-size: 1.1em;
}

.custom_button:hover, .custom_button:focus  {
	background-color: #d95543;
	color: #fff;
}

.contactForm button.custom_button {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1.2em;
	border-radius: 3px;
	margin: 1rem auto 2rem auto;
	width: 100%;
	max-width: 100%;
}

.contactForm button.custom_button:hover,
.contactForm button.custom_button:active,
.contactForm button.custom_button:focus {
	/*background:  rgba(45, 144, 167, 1);*/
	color: #fff;
}

#form_check_row {
	display: block;
	width: 100%;
	margin-top: 6px;
}

#form_check_row .captcha_image {
	height: 26px;
	width: auto;
	opacity: .75;
	border: 1px dotted #111;
	padding: 3px 2px;
}

.contactForm.dark #form_check_row .captcha_image {
	border: 1px dotted #fff;
	padding: 3px 2px;
}

#form_check_row .d-inline {
	display: inline !important;
	padding: 0 3px;
}

#contactForm #form_check_row .inside_table {
	display: table;
	width: 100%;
	margin: 0 0 0 auto;
	max-width: 400px;
	padding: .25rem 0;
}

#contactForm #form_check_row .table_cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

#contactForm #form_check_row .table_cell.question_cell {
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	text-align: right;
	font-size: 16px;
	padding-right: 0;
}

#contactForm #form_check_row .table_cell.answer_cell {
	padding-left: 3px;
	width: 60px;
	max-width: 60px;
	min-width: 60px;
}

#captcha_answer {
	margin: 0;
	text-align: center;
	padding: 4px 5px;
	font-size: 14px;
	height: auto;
}

.form_error.captchaError {
	text-align: right;
	padding-right: 0.9375rem;
}

/*** gform placeholders ***/

::-webkit-input-placeholder { color: #9a9a9a !important; font-size: 1rem; }
:-moz-placeholder { opacity: 1; color: #9a9a9a !important; font-size: 1rem; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color: #9a9a9a !important; font-size: 1rem; } /* firefox 19+ */
:-ms-input-placeholder { color: #9a9a9a !important; font-size: 1rem; } /* ie */
input:-moz-placeholder { color: #9a9a9a !important; font-size: 1rem; }


#contact_row1 .column_heading {
	text-align: center;
}

#contact_row1 #form_heading {
	border-radius: 3px;
	padding: .5rem;
	text-transform: uppercase;
}

#contact_row1 #form_heading span {
	display: block;
	font-size: 17px;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #444;
	padding-top: 1rem;
}

#contact-info {
	display: block;
	height:0;
	padding:0;
	margin:0;
	position:relative;
	bottom: 3rem;
}

.dont_break {
	display: inline-block;
	line-height: 1;
}

.alert {
	font-size: 19px;
	padding: 1rem 0;
	font-weight: 600;
}

.alert_success {
	color: rgba(50, 160, 40, 1);
}

#confirmation_page .page-header i {
	color: #05334e;
	font-size: 3rem;
}

#confirmation_page .callout.primary {
	min-height: 0;
}

#confirmation_page .content_wrap {
	max-width: 100%;
}

#php_form_error {
	margin-bottom: 1rem;
}

#php_form_error .alert.alert-danger {
	text-align: left;
	color: #da5016;
	font-size: 1rem;
	line-height: 1.1;
	padding: 0;
	margin: 0;
	position: relative;
}

#php_form_error .alert.alert-danger:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	content: "\f119";
	padding-right: .5em;
}


/* FOOTER
*************************************************************/

#footer {
	background-color: rgba(0,0, 0, .95);
	position: relative;
	z-index: 9999;
	color: #fff;
}

#footer .content_wrap {
	max-width: 1200px;
}

#footer a {
	color: #fff;
}

#footer a:hover, #footer a:active, #footer a:focus  {
	color: #408DFF;
}

#section_footer_1 {
	background: #111;
}

#section_footer_1 .content_wrap {
	padding: 3rem 0 2rem 0;
}

#section_footer_copyright {
	background: #000;
}

#section_footer_copyright .content_wrap {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}

#section_footer_copyright a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#copyright_tag {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.1;
	font-size: 15px;
}

.footer_widget {
	text-align: center;
}

#footer_left_widget, #footer_center_widget, #footer_right_widget {
	padding-bottom: 2rem;
}


.footer_column_heading {
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem;
	text-align: center;
}

#footer_nav {
	display: inline-block;
	width: auto;
	margin: 0 auto 2rem auto;
}

#footer_nav li a {
	color: #fff;
	padding: .1em 0;
	display: block;
	font-size: 16px;
}

#footer_social {
	padding-bottom: 3rem;
}

#footer_social a {
	display: inline-block;
	color: #fff;
	margin-right: .3rem;
}

#footer_social .fas {
	display: table-cell;
	color: #fff;
	font-size: 21px;
	border: 1px solid #fff;
	width: 30px;
	border: 1px solid #fff;
	border-radius: 25px;
	width: 38px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	webkit-transition: background-color 200ms;
	transition: background-color 200ms;
}

#footer_social .fa-facebook:hover {
	background-color: #3b5998;
}

#footer_social .fa-twitter:hover {
	background-color: #55acee;
}

#footer_social .fa-pinterest-p:hover {
	background-color: #C92228;
}

#footer_social .fa-instagram:hover {
	background-color: #9b6954;
}

#footer_social .fa-yelp:hover {
	background-color: #c41200;
}

#footer_social .fa-houzz:hover {
	background-color: #55a32a;
}

#footer_logo {
	max-width: 120px;
	opacity: .9;
	margin: 1rem auto;
	-webkit-transition: all 500ms;
	transition: all 500ms ease-out;
}

#footer_logo:hover {
	opacity: 1;
}

#footer_right_widget .inside_wrap {
	display: inline-block;
	text-align: center;
	max-width: 300px;
}

#footer .contact_info {
	text-align: left;
}

#footer p {
	margin-bottom: .7em;
	font-size: 16px;
}

#footer .contact_info .fas {
	margin-right: .25em;
}

#footer .contact_info .company_name {
	font-size: 1.2em;
	font-weight: 500;
}

#footer_associations {
	display: inline-block;
	margin: 0 auto;
}

#footer_associations:after {
	display: block;
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
}

#footer_associations img {
	margin: 1rem auto;
	max-width: 140px;
	width: 90%;
}

#footer_associations img:last-child {
	margin-right: 0;
}

/* INTERIOR PAGES
*************************************************************/

.interior_page .callout.primary {
	position: relative;
	z-index: 9;
	padding: 380px 1rem 0;
}

.interior_page .callout.primary::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/banner-interior-vernon-hills-garage-door-repair1920x500.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	z-index: 0;
	opacity: .25;
}

.interior_page .callout.primary::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	background: rgba(255,255,255,.6);
}

.interior_page .callout.primary .content_wrap {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	max-width: 700px;
}

.interior_page .callout.primary .page-header {
	padding: 100px 0 2rem;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.interior_page .callout.primary .small_heading {
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto .5rem;
	font-size: .9em;
	text-align: center;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	color: #222;
}

.interior_page .callout.primary .section_heading {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	margin: 0 auto .75rem;
	color: #408DFF;
	font-width: 600;
}

.interior_page .callout.primary .section_heading span {
	text-transform: uppercase;
}

.interior_page .callout.primary .callout_image {
	max-width: 280px;
	max-height: 150px;
	width: auto;
	border-radius: 5px;
	padding: 5px;
}


#contact_page .callout.primary .callout_image {
	background: rgba(255,255,255,.8);
	border-radius: 100px;
	padding: 7px;
	border: 1px solid #28205b;
}

#confirmation_page .section_row {
	background: transparent;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#gd_materials .list_heading {
	margin-top: .5em;
}

#spring_repair_section .text_wrap p {
	text-align: left;
}

.service_price_list {
	list-style: none;
	font-size: 20px;
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}

.service_price_list li {
	font-family: 'Oswald', sans-serif;
	padding: 10px 15px 10px 15px;
	margin: 0;
	background: rgba(255,255,255,1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	border: 1px solid #999;
	border-bottom: none;
	border-radius: 3px;
	line-height: 1.1;
}

.service_price_list li:last-child {
	border-bottom: 1px solid #999;
}

.service_price_list .service_type {
	font-size: 1.1em;
	font-weight: 700;
	padding: 0;
	padding: 7px 5px 7px 0;
	text-align: left;
}

.service_price_list .service_type span {
	padding: 0 5px 5px 5px;
	font-size: .7em;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
	color: #888;
}

.service_price_list .service_price {
	text-align: right;
	padding: 0;
}

.service_price_list .service_price span {
	color: #d95543;
	font-size: 1em;
	font-weight: 400;
	text-shadow: 0px 0px 1px #555;
	background: #fff;
	padding: 6px 10px;
	margin: 0;
	text-align: center;
	border: 1px solid #d95543;
	border-radius: 2px;
	display: inline-block;
	min-width: 110px;
}

#coupons_wrap .column_heading {
	text-transform: none;
	text-align: center;
	color: #555;
	font-size: 20px;
}

#coupons_wrap .coupon_link {
	display: inline-block;
	margin-bottom: 4rem;
}





/* MEDIA QUERIES
*************************************************************/

@media only screen and (min-width: 40em) {

	.section_row .content_wrap {
		padding: 5rem 0;
	}

	#homepage .callout.primary:after {
		position: fixed;
	}

	#home_image_combo .combo_half_left .small-12:first-child {
		padding-bottom: 10px;
	}

	#hero_text h1 {
		font-size: 2rem;
	}

	.sidebar_medium_right {
		padding-left: 10%;
	}

	.cta_grid .first_cta {
		margin-left: auto;
	}

	.cta_grid .last_cta {
		margin-right: auto;
	}

	.cta .inside_wrap {
		width: 100%;
	}

	#home_section_5 .section_heading {
		margin-bottom: .75em;
	}

	#section_6 .city_list li {
		font-size: 1.3rem;
	}

}


@media only screen and (min-width: 64em) {

	.section_row .content_wrap {
		padding: 5rem 0;
		max-width: 1680px;
	}

	.interior_page .section_row .content_wrap {
		padding: 3rem 0;
		max-width: 1200px;
	}

	.row.section_row .column.column_large_left {
		padding-right: 3%;
	}

	.row.section_row .column.column_large_right {
		padding-left: 3%;
	}

	#header .content_wrap {
		padding: 3px 1rem 5px;
		position: relative;
		z-index: 999;
	}

	#header .content_wrap:after {
		background: none;
	}

	.top-bar {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		background: #408DFF;
	}

	.top-bar #main_nav {
		padding: 0;
		background: transparent;
		max-width: 1200px;
		height: auto;
	}

	.top-bar ul.menu li {
		display: table-cell;
		width: 14.333%;
		min-width: 14.333%;
		max-width: 14.333%;
	}

	.top-bar ul li#logo_li {
		display: table-cell !important;
		width: 14%;
		min-width: 14%;
		max-width: 14%;
	}

	.top-bar ul li#logo_li a {
		background: #fff;
	}

	.top-bar ul li a {
		font-size: 1.05rem;
		padding: .6em 5%;
		line-height: 1.05;
		font-size: 18px;
	}

	.top-bar ul li a:hover, .top-bar ul li a.active, .top-bar ul li a:focus {
		background-color: #fff;
		color: #444;
	}

	.top-bar #main_nav li ul.submenu {
		height: auto;
	}

	#main-menu ul.dropdown li ul.menu li {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		text-align: left;
	}

	#header_phone_widget a {
		display: inline-block;
		width: auto;
		text-align: center;
		margin: 0 auto;
	}

	#header_left_widget #service_text {
		color: #888;
		text-shadow: none;
		font-size: 1em;
	}

	#header_phone_widget #header_text_btn {
		display: none;
	}

	.link_right {
		display: table-cell;
	}

	.no-js .top-bar {
		display: block;
	}

	.no-js .title-bar {
		display: none;
	}

	#header_logo {
		display: none;
	}

	.top-bar #main_nav li ul.submenu {
		min-width: 270px;
	}

	.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
		border-color: #fff transparent transparent;
	}

	.is-drilldown-submenu-parent > a::after {
		border-color: transparent transparent transparent #fff;
	}

	.js-drilldown-back::before {
		border-color: transparent #fff transparent transparent;
	}

	#header_phone_widget, #header_left_widget {
		position: static;
		width: auto;
		text-align: left;
		font-size: 27px;
		padding: 7px 0 5px;
	}

	#header_phone_widget {
		text-align: right;
	}

	#homepage .callout.primary {
		height: 670px;
	}

	#homepage .callout.primary .inside_table {
		display: table;
		width: 100%;
		height: 100%;
		min-height: 100%;
		position:relative;
		z-index: 999;
		text-align: center;
		padding: 0;
	}

	#homepage .callout.primary .table_cell {
		display: table-cell;
		width: 50%;
		max-width: 50%;
		min-width: 50%;
		height: 100%;
		min-height: 100%;
		vertical-align: middle;
	}

	#homepage .callout.primary .text_cell.table_cell {
		text-align: center;
		padding: 119px 1rem 1rem;
		background: rgba(255,255,255, .8);
	}

	#homepage .callout.primary .form_cell.table_cell {
		padding: 119px 1rem 1rem;
	}

	#homepage .callout.primary .form_widget .form_heading {
		font-size: 35px;
	}

	#homepage .callout.primary .banner_image {
		max-width: 160px;
	}

	#hero_text h3 {
		font-size: 21px;
	}

	#call_text, #header_left_widget p {
		text-align: center;
		color: #333;
	}

	#header_slogan {
		font-size: 1.6rem;
	}

	.section_heading {
		font-size: 40px;
	}

	.column_heading {
		font-size: 30px;
	}

	.columns.column_large_right {
		padding-left: 5%;
	}

	.columns.column_large_left {
		padding-right: 5%;
	}

	.columns.image_large_right {
		padding-left: 1%;
	}

	.columns.image_large_left {
		padding-right: 1%;
	}

	#confirmation_page .section_heading {
		text-align: center;
	}

	#hero_text {
		max-width: 750px;
		font-size: 23px;
	}

	#hero_text h1 {
		font-size: 2.5rem;
	}

	#section_3 .img_wrap img {
		width: 90%;
		margin-left: 0;
	}

	.heading_mobile {
		display: none;
	}

	.heading_desktop {
		display: block;
	}

	.interior_page {
		padding-top: 120px;
	}

	.interior_page .callout.primary {
		padding-top: 0;
		max-height: 300px;
		min-height: 300px;
	}

	.interior_page .callout.primary .page-header {
		padding: 2rem 0 1.5rem;
		}

	#contact_block .image_wrap {
		padding-right: 10%;
		text-align: left;
	}

	.contactForm {
		width: 100%;
		margin-left: 0;
	}

	#footer_nav {
		display: block;
	}

	#footer_left_widget .footer_column_heading,
	#footer_right_widget .footer_column_heading {
		text-align: left;
	}

	#footer_cards {
		text-align: left;
	}

	#footer_right_widget {
		text-align: right;
	}
}



