body {
	background-color:#032a42;
	padding-top:20px;
}

h1.main {
	margin:0;
	padding:0;
	font-size:22px;
	font-family:"Trebuchet MS";
	font-weight:700;
	text-transform:uppercase;
}

a.lun {
	text-decoration:underline;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	body {
		background-color:#fff;
		padding-top:0;
	}

	h1.main {
		font-size:19px;
	}

	#current-page {
		padding-left:0;
		padding-right:0;
		margin-left:0;
		margin-right:0;
		width:100%;
		overflow:hidden;
	}

}

/*HEADER NAV CSS STARTS*/
@media only screen
and (min-width:768px) {

	#header-nav.navigation {
		height:50px;
		background:#0c8cbb;
		background:-moz-linear-gradient(top,#0c8cbb 0%,#006599 100%);
		background:-webkit-linear-gradient(top,#0c8cbb 0%,#006599 100%);
		background:linear-gradient(to bottom,#0c8cbb 0%,#006599 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8cbb',endColorstr='#006599',GradientType=0);
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
	}

	#header-nav .nav-menu > li > a {
		height:50px;
		padding:16px 24px 16px 24px;
		color:#fff;
		font-size:15px;
		font-family:'Lato',sans-serif;
		font-weight:400;
		border-right:1px #0a80a6 solid;
		border-left:1px #0c7a9d solid;
		text-shadow:1px 1px 1px rgba(2,75,111,1);
	}

	@media only screen
	and (max-width:960px) {

		#header-nav .nav-menu > li > a {
			padding:16px 11px 16px 11px !important;
			font-size:12px !important;
		}

	}

	@media only screen
	and (max-width:1024px) {

		#header-nav .nav-menu > li > a {
			padding:16px 20px 16px 20px;
			font-size:15px;
		}

	}

	#header-nav .nav-menu li a.first {
		box-shadow:-1px 0px 0px 0px #0a80a6;
	}

	#header-nav .nav-menu li a.last {
		border-right:none;
	}

	#header-nav .nav-menu > li:hover > a.last,
	#header-nav .nav-menu > li.active > a.last,
	#header-nav .nav-menu > li.focus > a.last {
		border-right:1px #018dae solid;
		margin-left:-1px;
	}

	#header-nav .nav-menu > li.active > a.active {
		border-right:1px #018dae solid;
		margin-left:-1px;
	}

	#header-nav .nav-menu > li:hover > a,
	#header-nav .nav-menu > li.active > a,
	#header-nav .nav-menu > li.focus > a {
		color:#00517c;
		background-color:#fff;
		text-shadow:none;
		margin-top:-4px;
		height:54px;
		border-top:1px #018dae solid;
		-webkit-border-top-left-radius:3px;
		-webkit-border-top-right-radius:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		line-height:24px;
	}

	#header-nav .nav-menu > li.active > a {
		color:#00517c;
		background-color:#fff;
		text-shadow:none;
		margin-top:-4px;
		height:54px;
		border-top:1px #018dae solid;
		-webkit-border-top-left-radius:3px;
		-webkit-border-top-right-radius:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		line-height:24px;
	}

	#header-nav .nav-brand {
		padding:0 13px 0 6px;
		height:50px;
		margin:0;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomright:5px;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}

	#header-nav .nav-brand a {
		color:#63cfff;
		line-height:55px;
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-family:'Yanone Kaffeesatz',sans-serif;
		font-weight:300;
		font-size:26px;
		display:block;
		text-decoration:none;
	}

	#header-nav .nav-brand a:hover {
		text-decoration:none;
	}

	#header-nav .nav-brand a span {
		color:#fff;
	}

}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	#header-nav.navigation {
		height:50px;
		background:#0c8cbb;
		background:-moz-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
		background:-webkit-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
		background:linear-gradient(to bottom,#0c8cbb 0%,#00679a 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8cbb',endColorstr='#00679a',GradientType=0);
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}

	#header-nav .nav-brand {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		padding-left:5px;
	}

	#header-nav .nav-brand a {
		color:#fff;
		margin:0;
		padding:0;
		text-transform:uppercase;
		font-family:'Oswald',sans-serif;
		font-weight:300;
		font-size:24px;
		display:inline-block;
		text-decoration:none;
		letter-spacing:1px;
	}

	#header-nav .nav-brand a img {
		height:34px;
		width:27px;
		object-fit:fill;
		margin-top:2px;
	}

	#header-nav .nav-brand a:hover {
		text-decoration:none;
	}

	#header-nav .nav-toggle:before {
		background-color:#fff;
		box-shadow:0 0.5em 0 0 #fff,0 1em 0 0 #fff;
	}

	#header-nav .nav-menu > li:hover > a,
	#header-nav .nav-menu > li.active > a,
	#header-nav .nav-menu > li.focus > a {
		background-color:#f3f3f3;
		color:#7a7a7a;
	}

	#header-nav .nav-menu > li.active > a {
		background-color:#e7e7e7;
		color:#7a7a7a;
	}

	#header-nav .nav-dropdown > li:hover > a,
	#header-nav .nav-dropdown > li.focus > a {
		background-color:#f3f3f3;
		color:#7a7a7a;
	}

	#header-nav .nav-menu > li:hover > a .submenu-indicator-chevron,
	#header-nav .nav-menu > .active > a .submenu-indicator-chevron,
	#header-nav .nav-menu > .focus > a .submenu-indicator-chevron {
		border-color: transparent #000 #000 transparent;
	}

}
/*HEADER NAV CSS ENDS*/

/*PAGE CONTENT CSS STARTS*/
#page-content {
	background-color:#fff;
	min-height:700px;
	overflow:hidden;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	padding:10px 15px 20px 15px;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	#page-content {
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		padding:10px;
		margin:0;
	}

	@media only screen
	and (orientation: landscape) {

		#page-content {
			padding:10px 30px 10px 30px;
		}

	}

}

.site-title {
	border-bottom:1px #ccc solid !important;
	margin:0 0 15px 0 !important;
	padding:0 0 5px 0 !important;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.site-title {
		border-bottom:none !important;
		margin:0 !important;
		padding:0 0 5px 0 !important;
	}

}

.list-default.social-icons {
	text-align:right;
}

.list-default.social-icons li {
	display:inline-block;
}

.list-default.social-icons li a {
	display:block;
	height:20px;
	width:20px;
	background-image:url('../images/social-icons.png');
    background-repeat:no-repeat;
}

.list-default.social-icons li a.fb {
	background-position:-5px -5px;
}

.list-default.social-icons li a.twitter {
	background-position:-95px -5px;
}

.list-default.social-icons li a.google {
	background-position:-35px -5px;
}

.list-default.social-icons li a.print {
	background-position:-65px -5px;
}

.list-default.state-list li {
	line-height:30px;
}

.list-default.state-list li a {
	text-decoration:underline;
}

.list-default.state-list li .fa-long-arrow-right {
	color:#9d9d9d;
	display:inline-block;
	padding-right:5px;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.list-default.state-list li {
		line-height:50px;
	}

}

.static-content .content-list {
	padding-left:0;
	padding-bottom:10px;
	margin-left:0;
	list-style-position:inside;
}

.static-content .content-list li {
	line-height:25px;
}

.static-content a {
	text-decoration:underline;
}

.static-content h2 {
	margin:0;
	padding:0;
	font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:16px;
}

.static-content p {
	margin-bottom:20px;
}

.static-content ul.gen-list {
	padding-left:0;
	margin-left:0;
	list-style-position:inside;
}

.static-content ul.gen-list li {
	line-height:25px;
}

h2.nocity-title {
	font-size:17px;
	margin:30px 0 3px 0;
	padding:0;
	font-family:'Roboto',sans-serif;
	font-weight:500;
}

.nocity-listings {
	border:1px #cecece solid;
	padding:20px 20px 0 20px;
	min-height:10px;
	overflow:hidden;
}

.nocity-list1 {
	padding-top:10px;
}

.nocity-list1 li {
	line-height:25px;
}

.site-title .breadcrumb > li + li:before {
    color:#ccc;
    content:"\203A ";
    padding:0 3px;
}

.site-title .breadcrumb {
	background-color:#fff;
	margin:0;
	padding:0;
}

.site-title .breadcrumb li {
	font-size:12px;
	font-family:'Ubuntu',sans-serif;
	font-weight:300;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.site-title .breadcrumb {
		padding-bottom:5px;
	}

	.side-menu {
		padding-top:20px;
	}

}

.location-details a {
	text-decoration:underline;
}

.location-details strong {
	display:block;
	font-family:'Roboto',sans-serif;
	font-weight:700;
}

.location-details p.addr {
	margin-bottom:5px;
}

.location-details i.fa {
	font-size:12px;
	display:inline-block;
	margin-right:5px;
}

.location-map {
	margin-top:40px;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.location-details {
		padding-top:11px;
	}

	.location-map {
		margin-top:20px;
	}

}

.location-map h2 {
	font-size:17px;
	margin:0 0 3px 0;
	padding:0;
	font-family:'Roboto',sans-serif;
	font-weight:700;
	text-transform:uppercase;
}

.location-map .map-view {
	border:1px #ccc solid;
	width:100%;
	height:300px;
}

table.office-hours {
	width:100%;
	border:none;
	border-collapse:collapse;
}

table.office-hours a {
	text-decoration:underline;
}

table.office-hours strong {
	font-family:'Roboto',sans-serif;
	font-weight:500;
}

table.office-hours tr,
table.office-hours td {
	vertical-align:top;
}

table.office-hours td.main-row {
	min-width:46%;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	@media only screen
	and (orientation: landscape) {

		table.office-hours td.main-row {
			width:23%;
		}

	}

}

table.office-hours tr td {
	line-height:22px;
}

table.office-hours tr td.hour-type {
	padding-top:10px;
}

table.office-hours tr td.holidays {
	padding-top:15px;
}

table.process-times {
	width:100%;
	border:none;
	border-collapse:collapse;
}

table.process-times a {
	text-decoration:underline;
}

table.process-times tr,
table.process-times td {
	vertical-align:top;
	line-height:30px;
}

table.process-times td.main-row {
	width:48%;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	@media only screen
	and (orientation: landscape) {

		table.process-times td.main-row {
			width:23%;
		}

	}

}

.search-data {
	padding:10px 0 50px 0;
}

.search-data p {
	margin:0;
	padding:0 0 3px 0;
}

.search-data {
	width:100% !important;
}

.search-data input {
	width:100% !important;
}

p.closed {
	padding:10px 0 10px 0;
	color:red;
	font-weight:bold;
	font-size:16px;
	font-size:15px;
	line-height:19px;
}
/*MAIN CONTENT CSS ENDS*/

/*PAGE LOCATIONS CSS STARTS*/
#page-locations ul.list-default.locations li {
	line-height:30px;
}

#page-locations ul.list-default.locations li a {
	text-decoration:underline;
}

#page-locations ul.list-default.locations li i.fa-long-arrow-right {
	font-size:11px;
	display:inline-block;
	margin-right:5px;
	color:#989898;
}

.search-data #location-search {
	background-image:url('/js/EasyAutocomplete/icon_search.png');
	background-repeat:no-repeat;
	background-position:right 10px center;
}

@media only screen
and (min-width:1224px) {

	#page-locations .page-sub-locations .page-content-area {
		min-height:300px;
		overflow:hidden;
	}

}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	#page-locations ul.list-default.locations li {
		line-height:40px;
	}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#location-search {
		font-size:16px;
	}

}
/*PAGE LOCATIONS CSS ENDS*/

/*PAGE LISTINGS CSS STARTS*/
#page-listings .listing {
	border:1px #ccc solid;
	padding:5px;
	margin-bottom:20px;
}

#page-listings .listing strong {
	display:block;
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	font-size:13px;
	margin:0;
	padding:0;
}

#page-listings .listing p.addr {
	margin:0;
	padding:3px 0 6px 0;
	font-size:13px;
	line-height:16px;
}

#page-listings .listing p.actions {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:13px;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	letter-spacing:-.5px;
}

#page-listings .listing p.actions a {
	text-decoration:underline;
}

.search-data #listing-search {
	background-image:url('/js/EasyAutocomplete/icon_search.png');
	background-repeat:no-repeat;
	background-position:right 10px center;
}

@media only screen
and (min-width:1224px) {

	#page-listings .page-sub-listings .page-content-area {
		min-height:300px;
		overflow:hidden;
	}

}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	#page-listings .listing {
		margin-bottom:10px;
	}

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	#listing-search {
		font-size:16px;
	}

}
/*PAGE LISTINGS CSS ENDS*/

/*FORM MESSAGE STARTS*/
.form-errors {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.form-errors ul li {
	line-height:25px;
}

.form-message {
	min-height:10px;
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
}

.form-message.error {
	border:1px #ebccd1 solid;
	background-color:#f2dede;
	color:#af4442;
}

.form-message.error ul {
	margin:0;
	padding:0;
}

.form-message.error ul li:first-child {
	font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:16px;
	list-style:none;
	margin:0;
	padding:0 0 10px 0;
}

.form-message.error ul li {
	margin-left:20px;
	padding-left:20px;
	list-style-position:inside;
	line-height:25px;
}

.form-message.success {
	border:1px #a4d78f solid;
	background-color:#dff0d8;
	color:#525252;
	line-height:16px;
	font-family:'Lato';
	font-size:15px;
	font-weight:400;
}

.form-message.success img {
	float:left;
	margin-right:8px;
}
/*FORM MESSAGE ENDS*/

/*SIDE MENU CSS STARTS*/
.side-spacer {
	clear:both;
	height:20px;
}

.side-box1 {
	background-color:#f2f2f2;
	padding:13px 15px 13px 15px;
	border:1px #ccc solid;
}

.side-box1 h2 {
	font-size:15px;
	margin:0 0 4px 0;
	padding:0 0 8px 0;
	border-bottom:1px #d3d3d3 solid;
	font-family:'Open Sans',sans-serif;
	font-family:'Ubuntu',sans-serif;
	font-weight:500;
	text-transform:uppercase;
}

.side-box1 i.fa.fa-link,
.side-box1 i.fa.fa-search,
.side-box1 i.fa-building-o,
.side-box1 i.fa-clock-o,
.side-box1 i.fa-envelope-o {
	float:left;
	margin-right:3px;
	line-height:18px;
	font-size:15px;
}

.side-box1 i.fa.fa-long-arrow-right {
	font-size:11px;
	display:inline-block;
	margin-right:5px;
	color:#989898;
}

.side-box1 ul.side-list1 a {
	text-decoration:underline;
	display:inline-block;
	line-height:28px;
}

.side-box1 ul.side-list1 a.title {
	line-height:21px;
	padding-bottom:7px;
}

.side-box1 ul.side-list1.locations li {
	line-height:9px;
	border-bottom:1px #ccc solid;
	margin-bottom:5px;
	padding-bottom:5px;
}

.side-box1 ul.side-list1.locations li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

.side-box1 ul.side-list1.locations strong {
	font-family:'Open Sans',sans-serif;
	font-weight:600;
	display:block;
}

.side-box1 ul.side-list1.locations span {
	font-size:13px;
	display:block;
}

.side-box1 ul.side-list1.locations p.addr {
	margin:0;
	padding:0;
	line-height:17px;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.side-box1 ul.side-list1 a {
		line-height:35px;
	}

}

.side-box1 ul.side-list2 a {
	text-decoration:underline;
	display:inline-block;
	line-height:28px;
}

.side-box1 ul.side-list2 .specs {
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
}

.side-box1 ul.side-list2 label {
	display:block;
	font-weight:normal !important;
	line-height:14px;
}

.side-box1 ul.side-list2 .specs span {
	display:inline-block;
	padding-left:16px;
	width:50px;
}

.side-search1.search-site {
	padding-top:12px;
}

.side-search1 label {
	font-size:12px;
	margin:5px 0 0 0;
	font-family:'Lato',sans-serif;
	font-weight:700;
}

.side-search1 label.first {
	margin-top:10px;
}

.side-search1 input[type="text"]:focus,
.side-search1 input[type="text"]:active {
	border:1px #ccc solid !important;
	outline:none !important;
	box-shadow:none !important;
}

.side-search1 button.btn.blue_btn {
	display:block;
	margin:5px 0 0 0;
	border:1px #006699 solid;
	border-bottom:none;
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	background:#0c8cbb;
	outline:none;
	box-shadow:none;
	background:-moz-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:-webkit-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:linear-gradient(to bottom,#0c8cbb 0%,#00679a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8cbb',endColorstr='#00679a',GradientType=0);
}

.side-search1 button.btn.blue_btn:hover {
	background:#035d87;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.side-search1 button.btn.blue_btn {
		width:100%;
	}

}

.list-content1 a.mimage {
	display:none;
}

.list-content1 h2 {
	font-family:'Roboto',sans-serif;
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	border-bottom:1px #e6e6e6 solid;
	margin-bottom:7px;
	padding-bottom:5px;
}

.list-content1 h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-family:'Roboto',sans-serif;
	font-weight:500;
	line-height:18px;
}

.list-content1 p {
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:0;
}

.list-content1 p a {
	font-size:12px;
}

.list-content1 img {
	object-fit:cover;
	width:40px;
	height:40px;
}

.list-content1 .no_gutters {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px #e6e6e6 solid;
}

.list-content1 .no_gutters.last {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
/*SIDE MENU CSS ENDS*/

/*SITE AD STYLES START*/
.portal.section1 {
	height:250px;
	width:300px;
	margin-bottom:10px;
	display:inline-block;
}

.portal.section2 {
	height:90px;
	width:728px;
	margin-top:10px;
	display:inline-block;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	@media only screen
	and (orientation: portrait) {

		.portal.section1 {
			height:100px;
			width:320px;
		}

		.portal.section2 {
			height:100px;
			width:320px;
		}

	}

	@media only screen
	and (orientation: landscape) {

		.portal.section1 {
			height:60px;
			width:468px;
		}

		.portal.section2 {
			height:60px;
			width:468px;
		}

	}

}
/*SITE AD STYLES END*/

/*CONTACT PAGE STYLES START*/
.contact-us {
	border:1px #ccc solid;
	padding:10px;
}

.contact-us strong {
	display:block;
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
	font-family:'Lato',sans-serif;
	font-weight:700;
}

.contact-us label {
	font-size:12px;
	margin:0;
	padding:0;
	font-family:'Fira Sans',sans-serif;
	font-weight:400;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.contact-us label {
		font-size:14px;
	}

}

.contact-us .form-control {
	outline:none;
	box-shadow:none;
	border:1px solid #ccc !important;
	vertical-align:middle;
}

.contact-us button.btn.blue_btn {
	border:1px #006699 solid;
	border-bottom:none;
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
	background:#0c8cbb;
	outline:none;
	box-shadow:none;
	background:-moz-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:-webkit-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:linear-gradient(to bottom,#0c8cbb 0%,#00679a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8cbb',endColorstr='#00679a',GradientType=0);
}

.contact-us button.btn.blue_btn:hover {
	background:#035d87;
}
/*CONTACT PAGE STYLES END*/

/*SEARCH RESULTS CSS STYLES START*/
.search-box {
	padding:10px 15px 10px 15px;
	background-color:#f4f5f7;
	min-height:100px;
	overflow:hidden;
}

.search-box strong {
	font-family:'Open Sans',sans-serif;
	font-weight:600;
	margin:0 0 18px 0;
	padding:0 0 5px 0;
	border-bottom:1px #dedede solid;
	font-size:18px;
	display:block;
}

.search-box label {
	display:block;
	margin:0;
	padding:0 0 2px 0;
	font-weight:400;
	font-family:'Lato',sans-serif;
	font-size:13px;
}

.search-box input[type="text"]:hover,
.search-box input[type="text"]:active,
.search-box input[type="text"]:focus,
.search-box select:hover,
.search-box select:active,
.search-box select:focus {
	outline:none !important;
	box-shadow:none !important;
	border:1px #ccc solid;
}

.search-box button.btn.blue_btn {
	display:block;
	margin:20px 0 0 0;
	border:1px #006699 solid;
	border-bottom:none;
	color:#fff;
	font-family:'Roboto',sans-serif;
	font-weight:400;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	background:#0c8cbb;
	outline:none;
	box-shadow:none;
	background:-moz-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:-webkit-linear-gradient(top,#0c8cbb 0%,#00679a 100%);
	background:linear-gradient(to bottom,#0c8cbb 0%,#00679a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c8cbb',endColorstr='#00679a',GradientType=0);
}

.search-box button.btn.blue_btn:hover {
	background:#035d87;
}

.search-results-header {
	border-bottom:1px #ccc solid;
	margin-bottom:20px;
	padding-top:15px;
	padding-bottom:2px;
}

.search-results-header strong {
	font-size:17px;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
	display:block;
	line-height:28px;
}

.search-results tr th {
	font-family:'Open Sans',sans-serif;
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
}

.search-results tbody td.location {
	vertical-align:middle;
}

.search-results tbody td.location strong {
	display:block;
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	font-size:13px;
	margin:0;
	padding:0;
}

.search-results tbody td.location p.addr {
	margin:0;
	padding:3px 0 6px 0;
	font-size:13px;
	line-height:16px;
}

.search-results tbody td.location p.actions {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:13px;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
	letter-spacing:-.5px;
}

.search-results tbody td.location p.actions a {
	text-decoration:underline;
}

.search-results tbody td.services {
	vertical-align:middle;
}

.search-results tbody td.services ul li {
	line-height:20px;
	font-size:13px;
}

.search-results tbody td.services ul li i.fa {
	display:inline-block;
	margin-right:5px;
	font-size:12px;
}

.search-results tbody td.distance {
	font-size:13px;
	line-height:13px;
	vertical-align:middle;
}

.search-results tbody td.distance i.fa {
	display:inline-block;
	margin-right:3px;
	font-size:12px;
}
/*SEARCH RESULTS CSS STYLES END*/

/*FOOTER CSS STARTS*/
.footer {
	margin:3px 0 10px 0;
}

.footer ul.footer-menu {
	text-align:right;
	margin:0;
	padding:0 0 5px 0;
}

.footer ul.footer-menu li {
	display:inline-block;
	border-right:1px #616161 solid;
	padding:0 8px 0 0;
	margin:0 5px 0 0;
	line-height:12px;
	font-size:12px;
	font-family:'PT Sans',sans-serif;
	font-weight:400;
}

.footer ul.footer-menu li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}

.footer ul.footer-menu li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

.footer ul.footer-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

.footer p.notice {
	text-align:right;
	clear:both;
	font-size:11px;
	line-height:17px;
	font-family:'PT Sans',sans-serif;
	font-weight:400;
	letter-spacing:.2px;
	color:#dadada;
	padding-bottom:0;
	margin-bottom:0;
}

@media only screen
and (min-device-width:320px)
and (max-device-width:480px) {

	.footer {
		margin:0;
		padding-top:5px;
		background-color:#006599;
		border-top:2px #014e75 solid;
	}

	.footer ul.footer-menu {
		text-align:left;
		margin:0;
		padding:0 0 5px 0;
	}

	.footer ul.footer-menu li {
		border-right:1px #fff solid;
		padding:0 5px 0 0;
		margin:0 1px 0 0;
	}

	.footer ul.footer-menu li:last-child {
		margin-right:0;
		padding-right:0;
		border-right:none;
	}

	.footer ul.footer-menu li a {
		text-decoration:none;
	}

	.footer p.notice {
		text-align:left;
		line-height:15px;
	}

}
/*FOOTER CSS ENDS*/

/*SMARTPATH*/
div#smartpath {
    width: 100%;
    max-width: 60%;
    margin: auto;
}

.contact_path > form{
    padding: 25px 18px;
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    div#smartpath{
        max-width: 100% !important;
    }
}
