p:first-child, 
h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child, 
.h1:first-child, 
.h2:first-child, 
.h3:first-child, 
.h4:first-child, 
.h5:first-child, 
.h6:first-child {
	margin-top: 0;
}

p:last-child, 
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child, 
.h1:last-child, 
.h2:last-child, 
.h3:last-child, 
.h4:last-child, 
.h5:last-child, 
.h6:last-child {
	margin-bottom: 0;
}

.btn {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.bg-white {
	background: #fff;
}

.section > .container > .row > div {
	padding-top: 6.07%;
	padding-bottom: 6.07%;
}

.section.services, .section.blue {
	background: #ebf5f2;
}

.section.services > .container > .row > div {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section.blue.services > .container > .row > div {
	margin-top: -80px;
}

.section h1 {
	margin: 0;
}

.section.testimonials {
	background: url(../images/bg-testimonials.jpg) center top no-repeat;
}

.row.row_table, .form-group.row_table {
	display: table;
	table-layout: fixed;
	min-width: 100%;
}

.row.row_table > div, .form-group.row_table > * {
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: top;
}

.row.row_table > div.middle, .form-group.row_table > *.middle {
	vertical-align: middle;
}

.row.padding-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row.padding-10 > * {
	padding-left: 10px;
	padding-right: 10px;
}

.inner_wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

header {
	background: url(../images/bg-home-banner.jpg) center center no-repeat;
}

#internal header {
	background: #221f1f;
	padding-bottom: 10px;
}

.navbar-brand {
	margin-top: 25px;
}

.navbar-brand span {
	display: none;
}

#top_menu {
	font-size: 84.24%;
}

#top_menu ul {
	background: rgba(0,0,0,.45);
	border-radius: 0 0 3px 3px;
	margin-right: 15px;
}

#top_menu li {
	position: relative;
}

#top_menu li.phone:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #b7b7b7;
	position: absolute;
	right: -4px;
	top: 22px;
	border-radius: 4px;
}

#top_menu a {
	color: #b7b7b7;
	padding-left: 17px;
	padding-right: 16px;
}

#top_menu a span {
	font-family: 'gotham_boldregular';
	color: #76bc21;
}

#top_menu a:hover, 
#main_menu a:hover, 
#main_menu .sfHover > a, 
#main_menu li.menu-item-has-children > a:hover:after, 
#main_menu li.menu-item-has-children.sfHover > a:after, 
.sidebar li a:hover, 
.sidebar li.current_page_item a, 
.sidebar li.current-cat a, 
.sidebar li.current_page_item:before, 
#top_menu .current_page_item a, 
#main_menu .current_page_item > a, 
#main_menu .current-menu-item > a, 
#main_menu ul ul li a:hover:after {
	color: #76bc21;
}

#top_menu i {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main_menu {
	font-family: 'gotham_boldregular';
	font-size: 94.12%;
}

#main_menu ul {
	margin-top: 12px;
	margin-right: -15px;
}

#main_menu a {
	color: #fff;
}

#main_menu li {
	position: relative;
}

#main_menu > ul > li.menu-item-has-children.sfHover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -2px;
	margin-top: -8px;
	transition: none;
}

#main_menu li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	color: #6f7778;
	font-size: 9px;
	line-height: 19px;
	position: absolute;
	top: 5px;
	right: -5px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#main_menu li.menu-item-has-children > ul.sub-menu ul > li:after {
	display: none;
}

#main_menu ul ul {
	display: none;
	position: absolute;
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	margin-top: 10px;
	list-style: none;
	width: 200px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

#main_menu ul ul ul {
	left: 100%;
	top: 0;
	margin-top: -15px;
	margin-left: 15px;
}

#main_menu ul ul li a {
	color: #000;
	font: normal 15px/19px 'gotham_bookregular';
	padding: 5px 0 5px 10px;
	display: block;
	position: relative;
}

#main_menu ul ul li a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e250";
	color: #6f7778;
	font-size: 9px;
	line-height: 19px;
	position: absolute;
	top: 5px;
	left: -5px;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

#main_menu > ul > li.menu-item-has-children > a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e252";
	font-size: 8px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 17px;
}

.mm-listview, .mm-listview > li {
	float: none;
}

/* Locations Menu */

#main_menu > ul > li.locations{position:static;}
#main_menu > ul > li.locations:after{display:none;}
#main_menu > ul > li.locations ul{width:100%;left:0;text-align: center;padding:60px 0 40px;border-radius:0;}
#main_menu > ul > li.locations ul li{margin:0 0 20px;display:inline-block;text-align: left;max-width: 291px;vertical-align: top;height:120px;width:100%;}
#main_menu > ul > li.locations ul li:nth-of-type(1) a{background-image:url(../images/roseberyMenu.jpg)}
#main_menu > ul > li.locations ul li:nth-of-type(2) a{background-image:url(../images/waterlooMenu.jpg)}
#main_menu > ul > li.locations ul li:nth-of-type(3) a{background-image:url(../images/roseberyMenu.jpg)}
#main_menu > ul > li.locations ul li:nth-of-type(4) a{background-image:url(../images/richmondMenu.jpg)}
#main_menu > ul > li.locations ul li span{display:block;}
#main_menu > ul > li.locations ul li .sub{font:18px/28px'gotham_bookregular';margin:10px 0 20px 0;color:#333;text-transform: none;}
#main_menu > ul > li.locations ul li .link{color:#76bc21;font:14px/20px'gotham_bookregular';text-transform: none;padding:0;}
#main_menu > ul > li.locations ul li .link i{font-size:10px;transition: all 0.3s ease;}
#main_menu > ul > li.locations ul li a{padding:0 0 0 130px;background-repeat: no-repeat;background-position: left center;font:12px/20px'gotham_boldregular';color:#999999;text-transform: uppercase;margin-top:-4px;display:block;transition: all 0.3s ease;} 
#main_menu > ul > li.locations ul li a:hover .link i{margin-left: 10px;transition: all 0.3s ease;}
#main_menu > ul > li.locations ul li a:after{display:none;}
.sub-menu.mm-listview .link{display:block}
.sub-menu.mm-listview .link i{font-size:10px;}

.navbar-toggle {
	border: 1px solid #76bc21;
	background: rgba(0,0,0,.4)
}

.navbar-toggle .icon-bar {
	background: #76bc21;
}

.home_banner .container .row {
	padding-top: 6.61%;
	padding-bottom: 8.26%;
}

.home_banner h1 {
	font-size: 305%;
	color: #fff;
	margin-top: 0;
}

.home_banner h2 {
	font-family: 'gotham_mediumregular';
	font-size: 141%;
	color: #fbffbe;
	margin-top: 0;
}

.home_banner > .container > .row > div:first-child ul {
	margin: 0 0 25px;
	padding: 0;
	font-size: 106%;
	color: #fff;
	list-style: none;
}

.home_banner > .container > .row > div:first-child li {
	float: left;
	position: relative;
	padding-left: 23px;
	margin-right: 25px;
}

.home_banner > .container > .row > div:first-child li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 0;
}

.banner_forms {
	padding-bottom: 65px;
}

.banner_forms ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.banner_forms li {
	float: none;
	display: table-cell;
	height: 100%;
	width: 50%;
	text-align: center;
	vertical-align: bottom;
}

.banner_forms form, .home_tab_content {
	padding: 30px 25px 0;
	background: #fff;
	position: relative;
	margin: 0;
}

.home_tab_content {
	height: 100%;
	padding-top: 40px;
}

.home_banner .home_tab_content h1 {
	color: #333333;
	font-size: 170%;
}

.home_banner .home_tab_content p {
	width: 85%;
	margin-bottom: 0;
}

.home_banner .home_tab_content i {
	color: #76bc21;
	font-size: 50px;
	margin-bottom: 20px;
}

.banner_forms .form-group {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
	background: #eef0f2;
	border-radius: 3px;
}

.banner_forms .form-horizontal .control-label {
	text-align: left;
	padding-top: 0;
	font-size: 12px;
	color: #6f7778;
	text-transform: uppercase;
	cursor: pointer;
}

.banner_forms .calculator_wrap .tab-pane {
	padding-bottom: 65px;
}

.banner_forms .btn-select {
	background: none;
	font-family: 'gotham_bookregular';
	font-size: 21px;
	line-height: 47px;
	color: #000000;
	padding: 0;
	border: none;
}

.banner_forms .btn-select .bs-caret {
	display: none;
}

.banner_forms .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: right;
}

.bootstrap-select.btn-group .dropdown-menu li {
	display: block;
	width: 100%;
	text-align: right;
}

.banner_forms .form-control {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
	max-width: 80%;
	font-family: 'gotham_bookregular';
	font-size: 42px;
	line-height: 47px;
	text-align: right;
	color: #000000;
	height: 47px;
	padding: 0;
}

.banner_forms .form-control::-webkit-input-placeholder {
	color: #000000;
}

.banner_forms .form-control:-moz-placeholder {
	color: #000000;
}

.banner_forms .form-control::-moz-placeholder {
	color: #000000;
}

.banner_forms .form-control:-ms-input-placeholder {
	color: #000000;
}

.banner_forms .form-control[disabled="disabled"]::-webkit-input-placeholder, .banner_forms .form-control[disabled="disabled"] {
	color: #6f7778;
}

.banner_forms .form-control[disabled="disabled"]:-moz-placeholder {
	color: #6f7778;
}

.banner_forms .form-control[disabled="disabled"]::-moz-placeholder {
	color: #6f7778;
}

.banner_forms .form-control[disabled="disabled"]:-ms-input-placeholder {
	color: #6f7778;
}

.get_quote .form-control[disabled="disabled"]::-webkit-input-placeholder, .get_quote .form-control[disabled="disabled"] {
	color: #a5b0b1;
}

.get_quote .form-control[disabled="disabled"]:-moz-placeholder {
	color: #a5b0b1;
}

.get_quote .form-control[disabled="disabled"]::-moz-placeholder {
	color: #a5b0b1;
}

.get_quote .form-control[disabled="disabled"]:-ms-input-placeholder {
	color: #a5b0b1;
}

.banner_forms .form-group > div > span {
	float: right;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	line-height: 11px;
	padding-top: 30px;
	color: #6f7778;
}

.banner_forms .form-group.checkbox, .get_quote .form-group .checkbox {
	background: none;
	padding-top: 0;
	padding-bottom: 15px;
}

.banner_forms .radio label, .banner_forms .checkbox label, .get_quote .form-group .checkbox label {
	font: 14px/20px 'gotham_bookregular';
	color: #000;
	padding: 0 0 0 30px;
	margin-left: -15px !important;
	border: none;
}

.get_quote .form-group .checkbox label {
	margin: 0 !important;
	padding-top: 18px;
}

.banner_forms .checkbox label:before, .get_quote .form-group .checkbox label:before {
	font-family: 'Glyphicons Halflings';
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 10px;
	border: 1px solid #b6b6b6;
	border-radius: 2px;
	background: #eef0f2;
	position: absolute;
	top: 0;
	left: 0;
}

.get_quote .form-group .checkbox label:before {
	top: 18px;
}

.banner_forms .checkbox label.active:before, .get_quote .form-group .checkbox label.active:before {
	content: "\e013";
	color: #76bc21;
}

.btn-default .openBtn {
    background-color: #76bc21 !important;
}

.banner_forms .submit {

}

.banner_forms .form-group.submit {
	background: none;
}

.btn-submit {
	width: 100%;
	background: #76bc21;
	border: none;
	border-bottom: 4px solid #5c8800;
}

.btn-submit:hover {
	background: #5c8800;
	border-bottom: 4px solid #76bc21;
}

.banner_forms .btn-submit {
	padding-top: 17px;
	padding-bottom: 17px;
	margin: 7px -15px 0;
	position: absolute;
	left: 15px;
	top: 100%;
	width: 100%;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.services .bg-white {
	padding: 25px 15px 0 15px;
	position: relative;
	cursor: pointer;
}

.services h3 {
	margin-top: 0;
	display: block;
	min-height: 50px;
}

.services .btn {
	width: 100%;
	font-size: 82.35%;
	padding: 10px 5px;
	position: relative;
	bottom: -45px;
}

.benefit {
	margin-top: 70px;
	padding: 20px 10px;
	border: 1px solid #76bc21;
	position: relative;
}

.benefit p {
	font-size: 94%;
}

.benefit img {
	display: inline-block;
	width: 56px;
	height: 56px;
	background: #fff;
	background: #fff;
	margin-top: -73px;
}
.benefit h3 {
    margin-top: 0; }
.benefit p {
    margin: 0; }
#top_menu ul {
    padding: 10px; }
#top_menu ul li a {
    padding: 7.5px 15px; }
#top_menu ul li.phone:first-child {
    margin-right: 10px; }
#top_menu ul li.phone:after {
    display: none; }
#top_menu ul li.phone a {
    color: #fff;
    box-shadow: 0 0 0 rgba(82, 121, 0, 0.8);
    transition: all 0.3s;
    border: 1px solid #527900;
    border-radius: 50px;
    background: #76bc21; }
#top_menu ul li.phone a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 0 rgba(82, 121, 0, 0.8); }
#top_menu ul li.phone a:active {
    transition: all 0.1s;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 -1px 0 rgba(82, 121, 0, 0.8);
    outline: none; }
#top_menu ul li.phone a span {
    color: #000; }
.testimonials_wrapper {
	background: #76bc21;
	padding: 60px 75px;
}

.testimonials_wrapper h3 {
	font-size: 141.18%;
	color: #fff;
	margin-bottom: 15px;
}

.testimonials_wrapper p {
	font-style: italic;
	font-size: 106%;
	color: #fff;
}

.testimonials_wrapper p strong {
	font-family: 'gotham_boldregular';
	font-style: normal;
	display: block;
	text-align: right;
}

.testimonials_cta {
	background: #fff;
	padding: 60px 75px;
}

.testimonials_cta p {
	font-size: 106%;
}

.footer_menu {
	background: #221f1f;
}

footer h5,.footer_menu h5 a {
	font-family: 'gotham_boldregular';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 30px;
}
.footer_menu h5 a{letter-spacing: -0.7px;}

.footer_menu ul {
	font-size: 15px;
	line-height: 21px;
}

.footer_menu li {
	margin-top: 10px;
}

.footer_menu li:first-child {
	margin-top: 0;
}

.footer_menu a {
	color: #b7b7b7;
}

.footer_menu a:hover, .footer_menu .list-inline a:hover, .footer_copy li a:hover {
	color: #76bc21;
}

.footer_menu .list-inline li {
	margin-right: 20px;
}

.footer_menu .list-inline a {
	font-size: 21px;
	color: #fff;
}

.footer_copy {
	background: #000000;
	padding: 35px 0;
	font-size: 16px;
	color: #fff;
}

.footer_copy li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.footer_copy li + li:before {
	content: "";
	height: 15px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: -3px;
	top: 7px;
}

.footer_copy li a {
	color: #fff;
}

.footer_copy p a:hover {
	color: #fff;
}

.section.page_heading > .container > .row > div {
	padding-top: 7.07%;
	padding-bottom: 7.07%;
}

.section.page_heading img {
	position: absolute;
	right: -50px;
	bottom: -22px;
	max-height: 100%;
	width: auto;
}

.breadcrumbs {
	display: table;
	width: 100%;
	font-size: 14px;
	color: #999999;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.breadcrumbs a {
	color: #333333;
}

.breadcrumbs a:hover {
	color: #76bc21;
}

.breadcrumbs a, .breadcrumbs span.breadcrumb_last {
	float: left;
	position: relative;
	padding: 0 25px 0 10px;
}

.breadcrumbs a:before, .breadcrumbs span.breadcrumb_last:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f105";
	color: #333333;
	position: absolute;
	top: 0;
	left: 0;
}

.breadcrumbs span.breadcrumb_last:before {
	color: #999999;
}

.content {
	padding-right: 20px;
}

.content.no_padding {
	padding: 0 !important;
}

.widget, .standard_widget {
	padding: 25px;
	border: 1px solid #deede9;
	margin: 0 0 15px;
}

.widget.subpages_list.no_margin_bot {
	margin-bottom: 0;
}

.widget:last-child, .standard_widget:last_child {
	margin-bottom: 0;
}

.widget.quote {
	background: url(../images/bg-widget-quote.png) bottom right no-repeat;
}

.widget.calculator {
	background: url(../images/bg-widget-calculator.png) bottom right no-repeat;
}

.widget.unit {
	background: url(../images/bg-widget-reserve-a-unit.png) bottom right no-repeat;
}

.sidebar h2, .content .subpages_list h2 {
	font-family: 'gotham_boldregular';
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 0;
}

.content .subpages_list h2 {
	margin-bottom: 0;
}

.sidebar p {
	font-size: 15px;
	line-height: 22px;
}

.sidebar .btn, .forms_summary .btn {
	font-size: 14px;
	min-width: 200px;
}

.forms_summary {
	position: relative;
	padding-bottom: 71px;
}

.forms_summary .btn {
	position: absolute;
	left: 25px;
	bottom: 25px;
}

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

.sidebar li {
	font-size: 15px;
	line-height: 21px;
	padding-left: 15px;
	position: relative;
	color: #999999;
	margin-bottom: 15px;
}

.sidebar li:before {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 0;
}

.sidebar li:last-child {
	margin-bottom: 0
}

.sidebar li a {
	color: #999999;
}

.content h3, article h2 {
	font-family: 'gotham_bookregular';
	font-size: 141.18%;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
}

.calculator_wrap {
	border: 1px solid #deede9;
	margin: 40px 0;
}

.calculator_tabs {
	position: relative;
	background: #f6faf9;
	padding: 20px 30px 30px;
	width: 67%;
	border-right: 1px solid #deede9;
	height: 825px;
}

.calculator_tabs:after, .calculator_tabs:before {
	left: 100%;
	top: 90px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.calculator_tabs:after {
	border-color: rgba(246, 250, 249, 0);
	border-left-color: #f6faf9;
	border-width: 9px;
	margin-top: -9px;
}

.calculator_tabs:before {
	border-color: rgba(222, 237, 233, 0);
	border-left-color: #deede9;
	border-width: 10px;
	margin-top: -10px;
}

.calculator_wrap .tabs_list {
	width: 50%;
	float: left;
}

.calculator_wrap .tab-content {
	width: 50%;
	float: left;
	margin-left: -1px;
}

.calculator_wrap .nav-tabs > li {
	float: none;
}

.calculator_tabs h4, .calculator_results h4, .widget.cta h4 {
	font-family: 'gotham_boldregular';
	padding-left: 25px;
	margin-bottom: 20px;
}

.calculator_tabs .nav-tabs > li > a, .calculator_wrap .tab-pane li, .vertical-tab-pane li {
	background: #ffffff;
	padding: 15px 30px 15px 15px;
	color: #333;
	line-height: 20px;
	border-radius: 0;
	border: 1px solid #deede9;
	position: relative;
}

.calculator_tabs .nav-tabs > li.active > a, .calculator_tabs .nav-tabs > li.active > a:hover, .calculator_tabs .nav-tabs > li.active > a:focus {
	padding: 15px 30px 15px 15px;
	font-size: inherit;
	color: #fff;
	background-color: #76bc21;
	border-color: #76bc21;
	cursor: default;
}

.calculator_tabs .nav-tabs > li > a:after {
	font-family: 'FontAwesome';
	font-size: 14px;
	content: "\f105";
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -10px;
}

.calculator_wrap .calculator_tabs .tab-pane {
	overflow-y: auto;
}

.calculator_wrap .tab-pane ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .calculator_wrap .vertical-tab-pane {
	max-height: 0;
	overflow: hidden;
	margin: 0;	
}

.content .calculator_wrap .vertical-tab-pane ul {
	padding: 0;
}

.calculator_wrap .tab-pane li, .vertical-tab-pane li {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: -1px;
	font-size: 14px;
	padding-right: 75px;
	background: #d6e1de;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZTFkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #d6e1de 0%, #ffffff 2%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6e1de), color-stop(2%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #d6e1de 0%,#ffffff 2%,#ffffff 100%);
	background: -o-linear-gradient(left, #d6e1de 0%,#ffffff 2%,#ffffff 100%);
	background: -ms-linear-gradient(left, #d6e1de 0%,#ffffff 2%,#ffffff 100%);
	background: linear-gradient(to right, #d6e1de 0%,#ffffff 2%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e1de', endColorstr='#ffffff',GradientType=1 );
}

.calculator_wrap .tab-pane li span, .vertical-tab-pane li span,.calculator_wrap .tab-pane li img.icon {display:inline-block;vertical-align: middle;}.calculator_wrap .tab-pane li img.icon{margin-right:5px;}
.calculator_wrap .tab-pane li span{width:calc(100% - 42px);}

.calculator_wrap .tab-pane li .bootstrap-touchspin, .vertical-tab-pane li .bootstrap-touchspin{
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 35px;
	margin: 9px 9px 0 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
	width: 23px;
	height: 35px;
	float: right;
	display: block;
}

.input-group .touchspin.form-control {
	width: 42px;
	height: 35px;
	float: left;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	border: none;
	background: #eef0f2;
	border-radius: 3px 0 0 3px !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	border: 1px solid #dedede;
	background: #e3e5e8;
	margin-left: 0;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
	background: #dedede;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -1px;
}

.calculator_results {
	width: 33%;
	float: right;
	background: url(../images/bg-calculator-cta.png) bottom right no-repeat;
	height: 825px;
}

.calculator_results h4, .widget.cta h4 {
	padding: 0;
}

.the_result {
	padding: 20px 30px 30px;
	border-bottom: 1px solid #deede9;
}

.result_output {
	width: 100%;
	height: 55px;
	background: #eef0f2;
	border-radius: 3px;
	font: 42px/55px 'gotham_lightregular';
	color: #000;
	margin: 0 0 10px;
}

.result_output span {
	font-family: 'gotham_bookregular';
	color: #6f7778;
	font-size: 9px;
	text-transform: uppercase;
}

.result_output i {
	font-style: normal;
}

.the_result .btn, .get_quote .btn {
	border-radius: 3px;
	width: 100%;
	display: block;
	height: 55px;
	padding: 14px 22px;
}

.get_quote.reserve .btn.btn-success {
	font-size: 15px;
}

.get_quote.reserve p {
	font-size: 14px;
	margin: 0;
	line-height: 14px;
	display: block;
	margin-bottom: -2px;
}

.get_quote.reserve .checkbox {
	padding-bottom: 0;
}

.the_result_cta {
	padding: 20px 30px;
}

.the_result_cta h4, .widget.cta h4, .widget.call_us h4 {
	font-size: 21px;
}

.the_result_cta p, .widget.cta p, .widget.call_us p {
	font-size: 16px;
	line-height: 27px;
}

.the_result_cta p a, .widget.cta p a, .widget.call_us p a {
	font-size: 21px;
	color: #333333;
}

.the_result_cta p a:hover, .widget.cta p a:hover, .widget.call_us p a:hover {
	color: #76bc21;
}

.the_result_cta p a strong, .widget.cta p a strong, .widget.call_us p a strong {
	font-size: 18px;
	display: block;
}

.widget.cta p,.the_result_cta p{line-height: 25px;}
.widget.cta p a,.the_result_cta p a{font-size: 14px;text-transform: uppercase;letter-spacing: 3px;}
.widget.cta p a strong,.sidebar .widget.cta p a .number,.the_result_cta p a strong,.the_result_cta p a .number{font-size: 18px;text-transform: none;letter-spacing: 0;}
.number.boldSidebar{font-weight:bold;font-family:'gotham_boldregular';}

.tab_list_outer, .calculator_wrap .tab-pane {
	height: 735px;
}

.content h2, .content .h2 {
	margin: 30px 0 15px;
	letter-spacing: -0.5px;
}

article h1 {
	font-family: 'gotham_bookregular';
	font-size: 176%;
	font-weight: normal;
	line-height: 1.2;
	color: #333333;
}

article h1 a {
	color: #333333;
}

article h1 a:hover {
	color: #76bc21;
}

.content h2:first-child, .content .h2:first-child {
	margin-top: 0;
}

.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list), .content ol:not(.wp-paginate) {
	padding: 0 0 0 50px;
	list-style: none;
}

.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list) li, .content ol:not(.wp-paginate) li {
	position: relative;
	margin: 0 0 20px;
}

.content ol:not(.wp-paginate) {
	list-style-type: none;
}

.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list) li:last-child, .content ol:not(.wp-paginate) li:last-child {
	margin: 0;
}

.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list) li:before {
	font: 9px/16px 'Glyphicons Halflings';
	content: "\e013";
	color: #fff;
	text-align: center;
	position: absolute;
	left: -24px;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #76bc21;
	border-radius: 10px;
}

.content ol:not(.wp-paginate) li {
	counter-increment: step-counter;
}

.content ol:not(.wp-paginate) li:before {
	content: counter(step-counter);
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -24px;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #76bc21;
	border-radius: 10px;
}

.content ul.glyph {
	padding-left: 65px;
	margin-bottom: 45px;
}

.content ul.glyph li:before {
	display: none;
}

.content ul.glyph i {
	position: absolute;
	left: -65px;
	width: 65px;
	text-align: center;
	color: #76bc21;
	font-size: 46px;
}

.content ul.glyph img {
	position: absolute;
	left: -65px;
}

.content ul.glyph strong {
	display: block;
}

.widget.cta {
	background: url(../images/bg-calculator-cta.png) bottom right no-repeat;
}

.separator_wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #deede9;
	margin: 50px 0;
}

article.separator_wrap:after{
	margin: 30px 0;
}

.separator_wrap.less_margins:after {
	margin: 25px 0;
}

.notification {
	background: #f9f8f1;
	padding: 20px;
	margin-bottom: 40px;
}

.notification strong {
	color: #76bc21;
}

.get_quote {
	margin-top: 20px;
}

.standard_widget .get_quote {
	margin: 0;
}

.get_quote .form-control, .get_quote .bootstrap-select > .dropdown-toggle {
	border-color: transparent;
	background: #eef0f2;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: 55px;
	border-radius: 3px !important;
	font-family: 'gotham_boldregular';
	font-size: 12px;
	text-transform: uppercase;
	color: #6f7778;
	padding-left: 25px;
	padding-right: 25px;
}

.get_quote textarea.form-control {
	padding: 20px 25px;
	height: 130px;
	resize: none;
}

.get_quote.reserve textarea.form-control {
	height: 265px;
}

.get_quote.form-horizontal .form-group, .get_quote.form-horizontal > .row {
	margin-left: -10px;
	margin-right: -10px;
}

.get_quote.form-horizontal .form-group > *, .get_quote.form-horizontal > .row > * {
	padding-left: 10px;
	padding-right: 10px;
}

.get_quote.form-horizontal .form-group .bootstrap-touchspin {
	width: 100%;
}

.get_quote.form-horizontal .form-group .bootstrap-touchspin input {
	text-align: left;
	padding-right: 40px;
}

.get_quote.form-horizontal .form-group .bootstrap-touchspin input.input-month {
	padding-right: 80px;
}

.get_quote.form-horizontal .form-group .bootstrap-touchspin input::-webkit-input-placeholder {
	text-align: left;
}

.get_quote .with_small small {
	font-family: 'gotham_boldregular';
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	height: 55px;
	line-height: 55px;
	position: absolute;
	right: 15px;
	text-align: right;
	bottom: 0;
	z-index: 10;
}

.content p small {
	display: block;
	margin-top: 20px;
}

#boxshop {
	width: 100%;
	border: none;
}

.row.locations{display:flex;flex-wrap:wrap;justify-content: space-between;}

.location_description {
	padding-top: 25px;
        margin-bottom: 20px;
}

.location_description h3, .location_description h4 {
	margin-bottom: 15px;
}

.location_description p {
	font-size: 89%;
	line-height: 187.5%;
	color: #828282;
}

.location_description p strong {
	color: #333333
}

.location_map iframe {
	max-width: 100%;
}

.article_meta {
	font-size: 88%;
	margin: 5px 0 20px;
	color: #999999;
}

.article_img {
	float: right;
	margin: 7px 0 5px 10px;
	width: 300px;
}

.article_img img {
	max-width: 100%;
	height: 100%;
}

.alignright {
	float: right;
	margin: 7px 0 5px 10px;
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin: 7px 10px 5px 0;
	max-width: 100%;
	height: auto;
}

.aligncenter {
	float: none;
	display: block;
	margin: 7px auto 5px;
	max-width: 100%;
	height: auto;
}

.alignnone {
	margin-bottom: 10px;
}

.specialIcon {
        margin-bottom:-15px;
}

.read_more {
	text-transform: capitalize;
	font-size: 94%;
	color: #76bc21;
}

.read_more i {
	font-size: 10px;
	margin-left: 5px;
}

.pages ol {
	list-style: none;
	text-align: center;
}

.pages li {
	display: inline-block;
	margin: 0 10px;
}

.subpage_link {
	cursor: pointer;
}

.subpage_link:hover .read_more {
	color: #333333;
}

.section.page_heading h1 {
	max-width: 50%;
}

.contact_method .btn-label {
	width: 50%;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 0;
	height: 18px;
	border: none;
}

.contact_method .btn-label {
	font-family: 'gotham_boldregular';
	font-size: 12px;
	text-transform: uppercase;
	color: #6f7778;
	position: relative;
}

.contact_method .btn-label:before {
	content: '';
	padding: 4px;
	display: block;
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(222,237,233,1);
	-moz-box-shadow: 0px 0px 1px 1px rgba(222,237,233,1);
	box-shadow: 0px 0px 1px 1px rgba(222,237,233,1);
}

.contact_method .btn-label.active:before {
	background: #76bc21;
}

.t_table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.t_cell {
	display: table-cell;
	vertical-align: top;
}

.t_cell:first-child {
	width: 70px;
	padding: 3px 0 0;
}

.t_table i {
	color: #deede9;
	font-size: 60px;
}

.wp-caption {
	padding: 10px;
	border: 1px solid #deede9;
}

.wp-caption img {
	max-width: 100%;
	height: auto;
}

.wp-caption-text {
	font-size: 90%;
	padding-top: 5px;
	text-align: center;
}

.thanks p {
	color: #fff;
}

.btn-hidden {
	display: none;
}

.get_quote .input-group-addon, .get_quote .input-group-btn {
	width: 0;
}

.checkboxes_inner {
	border: 1px solid #deede9;
	padding: 8px 25px 4px;
}

.thanks_section .list-inline {
	margin: 0;
	padding: 0;
	font-size: 50px;
}

.thanks_section .list-inline li {
	margin: 0;
	padding: 0 10px;
}

.thanks_section .list-inline a {
	color: #333333;
}

.thanks_section .list-inline a:hover {
	color: #76bc21;
}

.thanks_section .list-inline li:before{
	display: none;
}

.italicfont {
	font-style: italic;
}

.sidebar h2.collapsible {
	cursor: pointer;
	transition: colos .2s ease-in-out;
	-moz-transition: colos .2s ease-in-out;
	-webkit-transition: colos .2s ease-in-out;
}

.sidebar h2.collapsible.collapsed {
	margin: 0;
}

.sidebar h2.collapsible:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  content: "\f078";
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.sidebar h2.collapsible.collapsed:before {
  content: "\f054";
}

.sidebar h2.collapsible:hover:before {
	color: #76bc21;
}
.related_articles {
	margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #deede9;
}
.yarpp-related abbr {
	display: none;
}

.yarpp-related li {
	margin: 0 0 5px !important;
}
/* ENDD */
.custom-select input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    margin: 0 0 0 -20px;
    line-height: normal;
    height: 20px;
    width: 20px;
}
.custom-select span label:before {
    font-family: 'Glyphicons Halflings';
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    border: 1px solid #b6b6b6;
    border-radius: 2px;
    background: #eef0f2;
}
.custom-select span label span {
    position: relative;
    top: -4px;
    left: 3px;
    font: 14px/20px 'gotham_bookregular';
}
.custom-select span label.active:before {
    content: "\e013";
    color: #76bc21;
    padding-left: 4px;
}
@media (min-width: 1199px) {
	.navbar-brand > img {
		width: 288px;
	}
}
@media (max-width: 1180px) {
    #main_menu > ul > li.locations ul li{max-width:240px;}
    #main_menu > ul > li.locations ul li .sub{font: 15px/25px'gotham_bookregular';}
}
@media (max-width: 1150px) {
	.section.page_heading img {
		right: 0; 
	}
}

@media (max-width: 1120px) {
	#top_menu a {
		color: #b7b7b7;
		padding-left: 11px;
		padding-right: 11px;
	}
	#main_menu a {
		padding-left: 8px;
		padding-right: 10px;
	}
	#main_menu li.menu-item-has-children > a:after {
		right: -4px;
	}
	#main_menu ul {
		margin-right: -7px;
	}
	.navbar-toggle {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1120px) {
	#main_menu a {
		font-size: 15px;
	}
	#main_menu li.menu-item-has-children > a:after {
		right: -2px;
		top: 15px;
	}
}

@media (max-width: 991px) {
	
	.navbar-brand > img {
		width: 288px;
	}

	.row.row_table {
		display: block;
		width: auto;
	}

	.row.row_table > div {
		display: block;
		float: left;
		height: auto;
	}

	#main_menu {
		display: none;
	}

	.navbar-toggle {
		display: block !important;
	}

	#top_menu a {
		padding-left: 11px;
		padding-right: 11px;
	}
	#top_menu li:not(.phone) {
		display: none
	}
	#top_menu li.phone:nth-of-type(2):after {
		display: none;
	}

	.home_banner .row_table > div:first-child {
		margin-bottom: 50px;
	}

	.services .row.row_table > div {
		margin-bottom: 50px;
	}
	.services .row.row_table > div:nth-last-child(2), .services .row.row_table > div:last-child {
		margin-bottom: 0;
	}
	.content {
		padding: 0 0 30px;
	}
	.calculator_tabs {
		width: 100%;
		float: none !important;
		border: none;
	}
	.calculator_results {
		float: none;
		width: 100%;
	}
	.calculator_tabs {
		position: relative;
		background: #f6faf9;
		border: none;
		border-bottom: 1px solid #deede9;
	}
	.calculator_tabs:after, .calculator_tabs:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.calculator_tabs:after {
		border-color: rgba(246, 250, 249, 0);
		border-top-color: #f6faf9;
		border-width: 9px;
		margin-left: -9px;
		margin-top: 0;
	}
	.calculator_tabs:before {
		border-color: rgba(222, 237, 233, 0);
		border-top-color: #deede9;
		border-width: 10px;
		margin-left: -10px;
		margin-top: 0;
	}
	.calculator_results {
		height: auto;
	}
	
	.get_quote.extra_spacing .form-group > *:first-child {
		margin-bottom: 15px;
	}
	
	.section.page_heading h1 {
		max-width: none;
	}
	.section.page_heading img {
		display: none;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.navbar-brand {
		float: left;
		margin-bottom: 0;
		margin-top: 10px;
		padding-left: 15px;
	}
	.navbar-brand img {
		max-width: 180px;
		height: auto;
	}
	.navbar-toggle {
		bottom: 5px;
	}
	#top_menu {
		margin-left: -15px;
		margin-right: -15px;
		float: none;
		background: rgba(0,0,0,.45);
		border-radius: 0 0 3px 3px;
	}
	#top_menu ul {
		background: none;
		display: table;
		margin: 0 auto;
	}
	#top_menu li {
		float: left;
	}
	#top_menu li.phone:after {
		top: 16px;
	}
	.services .row.row_table > div:nth-last-child(2) {
		margin-bottom: 50px;
	}
	.section.blue.services > .container > .row > div {
		margin-top: -20px;
	}
	.benefit {
		margin-top: 30px;
	}
	.testimonials_wrapper, .testimonials_cta {
		padding: 35px;
	}
	.carousel-control {
		width: 35px;
	}
	.carousel-control.left {
		left: -35px;
	}
	.carousel-control.right {
		right: -35px;
	}
	.footer_copy li + li:before {
		display: none;
	}
	footer h5:first-child {
		margin-top: 30px;
	}
	.calculator_wrap .tabs_list {
		width: 100%;
	}
	.calculator_wrap .tab_list_outer {
		max-height: 100%;
		overflow-y: auto;
	}
	.section.page_heading img {
		display: none;
	}
	.calculator_wrap .tab-content {
		display: none;
	}
	.calculator_wrap .calculator_tabs .tab-pane {
		overflow-y: visible;
	}
	.calculator_wrap .tab-pane {
		height: auto;
	}
	.row.benefits > * {
		margin: 0 0 40px 0;
	}

	.row.benefits > *:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 479px) {

	.navbar-brand {
		float: left;
		margin-bottom: 0;
	}
	.navbar-brand img {
		max-width: 180px;
		height: auto;
	}
	.navbar-toggle {
		bottom: 5px;
	}

	#top_menu a {
		padding: 5px;
	}
	
	#top_menu li:first-child a {
		padding-bottom: 0;
	}
	
	#top_menu li.phone:after {
		display: none;
	}
	.banner_forms form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row.locations > div:first-child:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #deede9;
		margin: 50px 0;
	}
	
	#top_menu li, #top_menu ul {
	    float: none;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
}

/* Feb 2021 Updates */
#menu-top-menu {font-family:'gotham_boldregular',sans-serif}
#menu-top-menu .phone {font-family:'gotham_bookregular',sans-serif}
header #menu-top-menu .sub-menu {background:#FFF;list-style:none;width:220px}
#menu-top-menu .sub-menu li a {color: #000;font: normal 15px/19px 'gotham_bookregular'}

.content h2{
    margin:0 0 40px;
}
.content h3{
    font-size:24px;
    font-family:'gotham_boldregular',sans-serif;
    line-height:28px;
    color:#333;
    font-weight:bold;
    margin:0 0 30px;
}
.content p{margin-bottom:30px;}
.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list), .content ol:not(.wp-paginate) ul{padding:0;margin-bottom:50px;}
.content ul li{padding:0 0 0 36px;}
.content ul:not(.nav):not(.nav-tabs):not(.dropdown-menu):not(.vertical-tab-pane-list) li::before{left:0;}
.content #wpcf7-f5545-p5538-o1 label.hidden{display:none;}
.content #wpcf7-f5545-p5538-o1  br{display:none;}
.content #wpcf7-f5545-p5538-o1 .row{margin:0 0 15px;}
.content #wpcf7-f5545-p5538-o1 .row input[type="text"],
.content #wpcf7-f5545-p5538-o1 .row input[type="email"]{
    width:100%;
    height:54px;
    font-family:'gotham_boldregular',sans-serif;
    border:none;
    background:#eceff1;
    box-sizing:border-box;
    padding:0 26px;
    font-weight:bold;
    color:#6e7778;
    font-size:12px;
    border-radius:2px;
}
.content #wpcf7-f5545-p5538-o1 .row{width:45%;float:left;}
.content #wpcf7-f5545-p5538-o1 .row:nth-child(2n){float:right;}
.content #wpcf7-f5545-p5538-o1 .row.check{
    box-sizing:border-box;
    padding:0 0 0 24px;
    min-height:175px;
}
.content #wpcf7-f5545-p5538-o1 .row.check label{display:block;}
.content #wpcf7-f5545-p5538-o1 .row.check .wpcf7-checkbox .wpcf7-list-item{display:block;margin:0;}
.content #wpcf7-f5545-p5538-o1 .row.check .wpcf7-checkbox .wpcf7-list-item label{font-family:'gotham_bookregular' !important;font-size:15px;}
.content #wpcf7-f5545-p5538-o1 .row input[type="submit"]{
    width:100%;
    height:54px;
    background:#7ab73a;
    color:#fff;
    text-transform:uppercase;
    font-family:'gotham_boldregular',sans-serif;
    border:none;
    border-radius:2px;
}
.content #wpcf7-f5545-p5538-o1 .row.file .wpcf7-form-control-wrap{
    display:block;
    border:1px solid #cdd1d1;
    border-radius:2px;
    padding:11px 24px;
}
.content #wpcf7-f5545-p5538-o1 .wpcf7-response-output{clear:both;}
#menu-top-menu .sub-menu{top:100% ;}
#top_menu ul li.menu-item-has-children:after{
    top: 100%;
left: 50%;
border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -2px;
margin-top: -19px;
transition: none;
opacity:0;
z-index:10000000000;
}
#top_menu ul li.menu-item-has-children:hover:after{opacity:1;}
#top_menu ul.sub-menu{
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);    
    border-radius:4px;
}
#top_menu ul.sub-menu > li > a{display:inline-block;vertical-align:top;}
#top_menu ul.sub-menu > li > a:after{
  font-family: 'Glyphicons Halflings';
content: "\e250";
color: #6f7778;
font-size: 9px;
line-height: 19px;
position: absolute;
top: 7px;
left: 0;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;  
}

#top_menu ul.sub-menu > li > a:hover{color:#76bc21;}
#top_menu ul.sub-menu > li > a:hover:after{color:#76bc21;}
.lrg .wp-block-button__link{border-width:3px;font-family:'gotham_boldregular',sans-serif;}
.lrg .wp-block-button__link:hover{
    color:#fff !important;
    background:#78ba30 !important;
}

.content .wp-block-image img{margin-bottom:50px;}


@media screen and (max-width:650px){
    .content #wpcf7-f5545-p5538-o1 .row{
        width:100% !important;
        float:none !important;
    }
    .content #wpcf7-f5545-p5538-o1 .row.check{min-height:0;}
}
