/* CUSTOM */
h1.header-title { 
    color: #fff !important;
    font-family: 'Streetvertising Public' !important;
    font-size: 40px !important;
    margin-top: 20px;
}

h1.special-header { 
    font-family: 'Streetvertising Public' !important;
    font-size: 20px !important;
}

.header-search {
    margin-top: 32px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*height: 36px;*/
}

.site-search { 
	top: 0px;margin: 0px;
	height: 28px;
	width: 200px;
	padding-left: 15px;
	color: #fff;
	font-size: 12pt;
	font-family: 'PT Sans Narrow', sans-serif;
}

.name-search { 
	top: 0px;margin: 0px;
	height: 28px;
	width: 100%;
	padding-left: 10px;
	color: #fff;
	font-size: 12pt;
	font-family: 'PT Sans Narrow', sans-serif;
}

.zipcode-search { 
	top: 0px;margin: 0px;
	height: 28px;
	width: 100%;
	padding-left: 10px;
	color: #fff;
	font-size: 12pt;
	font-family: 'PT Sans Narrow', sans-serif;

}

.install-search-btn {
    height: 28px;
}

.install-search {
    margin-bottom: 5px;
}

.front-2-left li{
	list-style: none; 
	list-style-type: none;
	/*vertical-align: top;*/
	margin-left: -30px;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	padding-left: 30px;
	background: url("images/star.png") left center no-repeat;
}

.content-2 {
    color: #fff;
    background-color: #036490;
}

.content-2 a {
    color: #73ddff;
    text-decoration: none;
}

.content-2 a:hover {
    color: #73ddff;
    text-decoration: underline;
}

a {
    color: #2cb4c8;
    text-decoration: none !important;
}

a:hover {
    color: #2cb4c8;
    text-decoration: underline !important;
}

/* logo part */
.logo {
    background: #fff;
    margin-right: 15px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

.logo img {
    /*width: 187px;*/
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.logo-footer {
    margin-right: 15px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.logo-footer img {
    /*width: 187px;*/
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.frm-installsearch { color: #fff !important; background: #206092 !important; padding: 10px; border-radius: 10px; }

/*This is modifying the btn-primary colors but you could create your own .btn-something class as well*/
.btn-primary {
    color: #0b6492;
    background-color: #cdd23a;
    border-color: #cdd23a;
    border-radius: 30px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0b6492;
    border-color: #0b6492;
    border-radius: 30px;
}

.msg-thankyou {
    color: #cdd23a;
}