@charset "utf-8";

/* Media Queries */
@media screen and (max-width: 767px) {
	.search-location {
		width: 100%;
	}
	#Type, #ZipCode {
		width: 90%;
		margin-left: 0px;
	}
	.nav-section,
	.nav-menu,
	.banner {
		display: inherit;
	}

	.logo a {
		max-width: 250px;
		display: block;
		margin-left: 10px;
	}

	.banner {
		border-bottom: none;
	}

	.banner-img {
		border-bottom: 5px solid #00236A;
	}

	.navbar-header,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: rgb(0, 35, 106);
		background: -moz-linear-gradient(top, rgba(0, 35, 106, 1) 0%, rgba(0, 35, 106, 1) 68%, rgba(0, 35, 106, 1) 100%, rgba(0, 35, 106, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 35, 106, 1)), color-stop(68%, rgba(0, 35, 106, 1)), color-stop(100%, rgba(0, 35, 106, 1)), color-stop(100%, rgba(0, 35, 106, 1)));
		background: -webkit-linear-gradient(top, rgba(0, 35, 106, 1) 0%, rgba(0, 35, 106, 1) 68%, rgba(0, 35, 106, 1) 100%, rgba(0, 35, 106, 1) 100%);
		background: -o-linear-gradient(top, rgba(0, 35, 106, 1) 0%, rgba(0, 35, 106, 1) 68%, rgba(0, 35, 106, 1) 100%, rgba(0, 35, 106, 1) 100%);
		background: -ms-linear-gradient(top, rgba(0, 35, 106, 1) 0%, rgba(0, 35, 106, 1) 68%, rgba(0, 35, 106, 1) 100%, rgba(0, 35, 106, 1) 100%);
		background: linear-gradient(to bottom, rgba(0, 35, 106, 1) 0%, rgba(0, 35, 106, 1) 68%, rgba(0, 35, 106, 1) 100%, rgba(0, 35, 106, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002269', endColorstr='#002269', GradientType=0);
		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;
		background: #00236a;
		padding-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: #fff;
		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: #fff !important;
		background: transparent!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 #00236A;
	}

	.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: 14px;
		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 #00236A;
	}

	.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: 14px;
		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 #00236A;
	}

	.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: 15px;
	}

	.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;
	}
}