@charset "utf-8";

/* Media Queries */
@media screen and (max-width: 767px) {
.search-location {
	width: 100%;
}
#Type, #ZipCode {
	width: 90%;
	margin-left: 0px;
}
	.col-md-5.logo{
	width: 320px;
	margin-left: 10px;
}
.nav-section, .nav-menu, .banner {
    display: inherit;
}
.banner {
    border-bottom: none;
}
.banner-img{
	border-bottom: 5px solid #2c2c2c;
}
.navbar-header, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus  {
    background: linear-gradient(to bottom, #1a1a1a 0%, #2c2c2c 100%);
	width: 100%;
}
.navbar-toggle, .navbar-toggle:hover {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px none;
	border-radius: 0;
	cursor: pointer;
	height: 44px;
	overflow: hidden;
	width: 31px;
	float: right;
	z-index: 100;
}
.navbar-toggle span {
	height: 3px;
	right: 8px;
	opacity: 1;
	position: absolute;
	width: 22px;
}
.navbar-toggle span.arrow-down {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	top: 16px;
}
#bs-example-navbar-collapse-1{
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
}
.collapse.in {
    display: block !important;
    visibility: visible;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.navbar .navbar-nav {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}
.navbar-nav .open .dropdown-menu li a {
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a, .navbar-nav .open .dropdown-menu li a {
	color:#333333;
	padding: 9px 0;
}
.navbar-nav {
	background:#fff;
}
ul.navbar-nav > li {
    padding: 1px;
}
.dropdown-menu > li > a {
    color: #333333 !important;
	text-align:center;
	padding: 8px !important;
}
.navbar .nav > li:hover, .navbar .nav > li > a.active {
	background:none !important;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a.active, .navbar .nav > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active{
    color: #4c4c4c !important;
   	background: rgb(193,193,193)!important;
	background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(228,228,228,1)), color-stop(100%, rgba(1,91,187,1)), color-stop(100%, rgba(226,226,226,1)))!important;
	background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%)!important;
	background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%)!important;
	background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%)!important;
	background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(228,228,228,1) 100%, rgba(1,91,187,1) 100%, rgba(226,226,226,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#e2e2e2', GradientType=0 )!important;
}
.footer-dropdown .dropdown-menu > li > a:hover, .footer-dropdown .dropdown-menu > li > a.active {
    color: #fff !important;
    background: #0055bc !important;
}
.navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
    padding: 8px 6px 8px;
}
.nav-section {
    height: auto;
}
.TitleStyle4 {
    margin-right: 30px;
}
.quotes .TitleStyle2 {
    font-size: 20px;
}
.quotes {
	margin-top: 10px;
}
.btn-custom {
	margin-bottom:20px;
}
#headline {
	height: auto;
	min-height:auto;
	border-bottom: 5px solid #2c2c2c;
}
.quote-box{
	border-bottom: none;
}
#main-text {
	padding-left: 20px;
	padding-right: 20px;
}
footer{
	font-size: 12px;
}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
.banner{
	display:inherit;
}
.banner {
    border-bottom: none;
}
.navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus{
    font-size: 12px;
    padding: 10px 7px 10px;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	font-size: 12px !important;
}
#headline, .banner-img{
	border-bottom: 5px solid #2c2c2c;
}
.TitleStyle4 {
    margin-top: 7px;
	font-size:26px;
}
.quotes .TitleStyle2 {
    font-size: 20px;
}
.quotes {
    margin-top: 10px;
	padding-bottom: 38px;
}
#headline {
    width: auto;
    height: auto;
	min-height:auto;
}
select {
    margin-left: 20px !important;
}
.search-button {
    margin-left: 25px;
}
footer {
    font-size: 12px;
}
.quotes {
	width: 41.66666667%;
	padding-bottom: 45px;
}

}

@media screen and (min-width: 980px) and (max-width: 991px) {
.navbar-default .navbar-nav > li a, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus{
    font-size: 12px;
    padding: 10px 7px 10px;
}
.TitleStyle4 {
    margin-top: 7px;
	font-size:26px;
}
.banner{
	display:inherit;
}
.banner {
    border-bottom: none;
}
#headline, .banner-img{
	border-bottom: 5px solid #008DD4;
}
.quotes {
    margin-top: 10px;
	padding-bottom: 38px;
}
.quotes .TitleStyle2 {
    font-size: 22px;
}
#headline {
    width: auto;
    height: auto;
	min-height:auto;
}
select {
    margin-left: 20px !important;
}
.search-button {
    margin-left: 25px;
}
footer {
    font-size: 12px;
}
.quotes {
	width: 41.66666667%;
	padding-bottom: 45px;
}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
.TitleStyle4 {
	font-size:30px;
    margin: 5px 5px 0px 0;
}
.navbar .nav > li > a, .navbar .nav > li > a:hover,.navbar .nav > li > a:focus{
	font-size: 14px;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	font-size: 13px !important;
}
.quotes {
    margin-top: 6px;
}
.quotes .TitleStyle2 {
    font-size: 24px;
}	
.quotes {
	height: auto;
}
.quotes input, .quotes select {
	width: 120px;
}
#headline{
	min-height: 192px;
}
#headline p {
    font-size: 13px;
    line-height: 20px;
}
}