body {
	font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}
.clear {
	clear: both;
}
.bg {background-color: #F9F9F9}
.bg-white {background-color: white}
.bg-light {background-color: #EDEFF0!important}
p, .p {color: #0A1F2F !important; font-size: 14px; font-weight: 400;line-height: 28px}
.mc {color: #0074CD !important}
.wc {color: white !important}
.mbc {background-color: #0074CD !important; color: white}
.gray-c {color: #919598 !important}
.bd-mc {border: 1px solid #0074CD !important}
.bdt-c {border-top: 1px solid #E6E9EB !important}
.bdb-c {border-bottom: 1px solid #E6E9EB !important}
.m-15 {margin: 15px !important}
.p-15 {padding: 15px !important}
.lb {font-size: 14px; font-weight: 500; color: #0074CD; text-transform: uppercase; margin-bottom: 8px; display: inline-block}
.clb {clear: both}
.fs1 {
	font-size: 1rem;
}
.hide {
	display: none;
}
.form-group.has-error .help-block,
.form-group.has-error label {
	color: #dd4b39 !important;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
	border-color: #dd4b39;
	box-shadow: none;
}
.btn {
	font-size: 14px;
	font-weight: 300;
	padding: 9px 20px;
}
.input {
	background-color: #E6E9EB;
	border: none;
	padding: 15px;
}
.section-heading {
	padding: 40px 0 23px;
	font-size: 36px;
	color: #0A1F2F;
}
.wrapper {
	/* min-height: 100%; */
	/* padding-bottom: -54px; */
	margin-top: 56px;
}
a:hover {
	text-decoration: none !important;
}
.container,
.col, .col-1, .col-10, .col-11,
.col-12, .col-2, .col-3, .col-4,
.col-5, .col-6, .col-7, .col-8,
.col-9, .col-auto, .col-lg, .col-lg-1,
.col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-auto, .col-md, .col-md-1, .col-md-10,
.col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7,
.col-md-8, .col-md-9, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl,
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2,
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7,
.col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.row {
	margin-right: -5px !important;
	margin-left: -5px !important;
}
.col-xs-5-cols,
.col-sm-5-cols,
.col-md-5-cols,
.col-lg-5-cols {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
.col-xs-5-cols {
	width: 20%;
	float: left;
	flex: 20%;
	max-width: 20%;
}
.form-row {
	margin-right: 0;
	margin-left: 0;
}
#mainNav.navbar-shrink {
	background-color: white;
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}
#mainNav.exception .navbar-brand img,
#mainNav.navbar-shrink .navbar-brand img {
	content: url('../img/logo-dark.png');
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
	color: #4E5357;
	font-size: 14px;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link.active {
	color: #FFB300;
}
.nav-item a.nav-link {
	text-transform: capitalize !important;
	font-weight: 400 !important;
	letter-spacing: 1.5px !important;
	padding: 5px 20px !important;
}
.nav-item a.nav-link.upper-case {
	text-transform: uppercase !important;
}
.nav-item.btn-nav {
	border-radius: 5px;
	background-color: white;
}
.nav-item.login {
	margin-left: 50px;
}
#mainNav.navbar-shrink .nav-item.btn-nav {
	background-color: #0074CD;
}
.nav-item.btn-nav a {
	color: rgb(51, 138, 219) !important;
}
#mainNav.navbar-shrink .nav-item.btn-nav a {
	color: white !important;
}
.nav-item.business {
	border-radius: 5px;
	border: 1px solid white;
	margin-left: 10px;
}
#mainNav.navbar-shrink .nav-item.business {
	border: 1px solid #0074CD;
}
#mainNav.navbar-shrink .nav-item.business a {
	color: #0074CD !important;
}
form.search input,form.search select {
	padding: .375rem .75rem !important;
	height: 40px;
}
form.search .col-zipcode {
	flex: 1;
}
form.search .submit button {
	width: 140px;
	height: 40px;
	background-color: #FFB300 !important;
	border-radius: 4px;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	font-weight: 400;
}
form.search .submit button span {
	margin-left: 5px;
}
.cat-icon {
	width: 30px;
	font-size: 20px;
}
/* Header */
header {
	background-color: #0074CD;
}
header .container {
	padding-top: 6px;
	padding-bottom: 6px;
}
header .menu-right span {
	line-height: 40px;
	color: white;
	font-size: 15px;
	font-weight: lighter;
}
header .menu-right a {
	width: 56px;
	background-color: #5CCB7C;
	display: inline-flex;
	border-radius: 4px;
	justify-content: center;
	padding: 6px;
	height: 34px;
	margin: 3px 0;
}

ul {
	list-style: none;
	padding: 0;
}
ul li {
	text-decoration: none;
}

/* Contact */
.footer ul {
	font-size: 14px;
}
.footer ul li a {
	color: white !important;
	line-height: 28px;
}
.footer ul li a:hover {
	color: #FFB300;
}
.footer ul li a img {
	margin-right: 5px;
}
.footer ul li h6 {
	color: white;
}
.app-link {
	width: 325px;
	display: inline-block
}
.copyright {
	font-size: 14px;
	color: white;
	border-top: 1px solid #C5C8C9;
	padding-top: 15px;
	font-weight: 200;
	letter-spacing: 3px;
}
.footer {
	padding: 40px 0 10px;
	background: url('../img/footer-bg.png');
	background-size: cover;
}
.footer img {
	padding-top: 15px;
}
.social {
	margin: 20px 0;
}
.social a {
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: white;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 2em !important;
}
.footer ul li .social a {
	color: rgb(0, 121, 172) !important;
}
.social a:hover {
	color: white;
	background-color: #FFB300;
	cursor: pointer;
}
/* Auto Complete */
.ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index:1000 !important;
}
ul.ui-autocomplete li > div,
ul.ui-autocomplete li > div.ui-state-active {
	padding: 15px !important;
	font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
	background-color: white;
	margin: 0 !important;
	border: none !important;
	color: #0A1F2F;
}
ul.ui-autocomplete li > div:hover {
	background-color: #efeff4 !important;
	border: none !important;
	color: #0A1F2F;
	font-weight: normal;
}
/* Footer */
footer {
	background-color: black;
	padding: 10px;
}
footer a {
	display: inline-block;
	background-color: white;
	width: 140px;
	height: 34px;
	border-radius: 5px;
	color: #0074CD;
	padding: 5px 10px;
	text-decoration: none !important;
}
footer img {
	padding-right: 2px;
}
footer span {
	color: white;
	font-size: 14px;
	padding-bottom: 0;
	margin: 0;
}
.loading {
	width: 100%;
	padding: 20px;
}
.loading img {
	width: 25px;
	height: 25px;
}
@media (min-width: 768px) {
	.col-sm-5-cols {
		width: 20%;
		float: left;
		flex: 20%;
		max-width: 20%;
	}
}
@media (max-width: 768px) {
	#mainNav .navbar-brand img {
		content: url('../img/logo-dark.png');
	}
	.nav-item.login {
		margin-left: 0;
	}
	form.search .align-items-center .col-md-6.col-sm-12.col-lg-6 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	header .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.col-md-5-cols {
		width: 20%;
		float: left;
		flex: 20%;
		max-width: 20%;
	}
	.nav-item a.nav-link {
		padding: 4px 15px !important;
	}
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#mainNav.navbar-shrink {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
@media (min-width: 1200px) {
	.col-lg-5-cols {
		width: 20%;
		float: left;
		flex: 20%;
		max-width: 20%;
	}
}
@media (max-width: 374px) {
	header .menu-right span {
		font-size: 13px !important;
	}
	header .menu-right a {
		width: 40px !important;
	}
}
#divLoading {
	display : none;
}
#divLoading.show {
	display : block;
	position : fixed;
	z-index: 10000;
	background-image : url('../img/loading.gif');
	background-color:#666;
	opacity : 0.4;
	background-repeat : no-repeat;
	background-position : center;
	left : 0;
	bottom : 0;
	right : 0;
	top : 0;
	background-size: 30px;
}

#loadinggif.show {
	left : 50%;
	top : 50%;
	position : absolute;
	z-index : 101;
	width : 32px;
	height : 32px;
	margin-left : -16px;
	margin-top : -16px;
}

.hide-auto-item {
  display: none !important;
}
li.auto-item {
  display: flex;
}
li.auto-item a {
  display: block;
  width: 100%;
  padding: 8px 5px !important;
}
.ui-state-active {
  background-color: #efeff4 !important;
  margin: 0 !important;
  border: none !important;
  background-color: none !important;
}
.ui-menu-item-wrapper {
  position: unset !important;
  padding: 5px 1em 5px .4em;
}
.con-info {
  margin-left: 60px !important;
}
.auto-item img {
  padding: 0 !important;
  float: left;
  border-radius: 5px;
  width: 50px;
  height: 40px;
}
.auto-item p {
  margin: 0;
  line-height: 20px;
}
.auto-item p.name {
  font-size: 14px;
}
.auto-item p.address {
  font-size: 12px;
  color: #aeb4b6 !important
}

.hide-auto-item {
  display: none !important;
}
li.auto-item {
  display: flex;
}
li.auto-item a {
  display: block;
  width: 100%;
  padding: 8px 5px !important;
}
.ui-state-active {
  background-color: #efeff4 !important;
  margin: 0 !important;
  border: none !important;
  background-color: none !important;
}
.ui-menu-item-wrapper {
  position: unset !important;
  padding: 5px 1em 5px .4em;
}
.con-info {
  margin-left: 60px !important;
}
.auto-item img {
  padding: 0 !important;
  float: left;
  border-radius: 5px;
  width: 50px;
  height: 40px;
}
.auto-item p {
  margin: 0;
  line-height: 20px;
}
.auto-item p.name {
  font-size: 14px;
}
.auto-item p.address {
  font-size: 12px;
  color: #aeb4b6 !important
}
.icon-loading {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
}