@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	height: 100%
}
body {
	display: flex;
	flex-direction: column;
	font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
a {
	color: #ffc423;
}
a:hover {
	color: #333;
}
a:visited {
	
}
.text-yellow {
	color: #ffc423;
}
.menu-bar {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 1000;
}
.anchor-pad-compare {
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.anchor-pad {
	display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}
.header {
	flex-grow: 0;
}
.content {
	flex-grow: 1;
}
.logomark {
	max-height: 60px;
	margin-right: 8px;
}
.logotext {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: none;
}
.logosubtext {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	display: none;
}
.header-img {
	background-image: url("images/header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 75px;
}
.headline {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 45px;
}
.headline2 {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 45px;
}
.subhead {
	font-size: 25px;
	font-weight: 300;
}
.cta-box {
	border: solid 10px #ffc423;
	margin: 20px 20px 0 20px;
	background-color: #fff;
	padding-bottom: 10px;
}
.cta-price {
	text-align: center;
	font-size: 55px;
	font-weight: 900;
	color: #ffc423;
	padding: 10px;
}
.cta-banner {
	background-color: #000;
	position: relative;
	text-align: center;
	padding: 10px;
	margin: 0 -41px;
	text-transform: uppercase;
	color: #ffc423;
	font-size: 20px;
}
.cta-banner::before {
	content: '';
	width: 0; 
  	height: 0; 
  	border-left: 22px solid transparent;
  	border-right: 22px solid transparent;
	border-bottom: 22px solid #666;
	position: absolute;
	left: 0px;
	top: 100%;
	transform: rotate(45deg);
	margin: -4px 1px;
}
.cta-banner::after {
	content: '';
	width: 0; 
  	height: 0; 
  	border-left: 22px solid transparent;
  	border-right: 22px solid transparent;
	border-bottom: 22px solid #666;
	position: absolute;
	right: 0px;
	top: 100%;
	transform: rotate(-45deg);
	margin: -4px 1px;
}
.cta-desc {
	padding: 15px;
}
.cta-desc ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: solid #e1e1e1 1px;
	border-radius: 10px;
}
.cta-desc ul li {
	padding: 5px 10px;
}
.cta-desc ul li:first-of-type {
	border-radius: 10px 10px 0 0;
}
.cta-desc ul li:last-of-type {
	border-radius: 0 0 10px 10px;
}
.cta-desc ul li:nth-child(odd) {
	background-color: #e1e1e1;
}
.bar-blk {
	background-color: #000;
	color: #ffc423;
	text-align: center;
	padding: 15px;
	position: relative;
}
.section-gray {
	background-color: #ededed;
	padding: 40px 0;
}
.step {
	border: solid 10px #ffc423;
	border-radius: 50%;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	color: #ffc423;
	background-color: #000;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.step-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #ffc423;
	text-align: center;
	margin-bottom: 15px;
}
.map {
	display: flex;
}
.map-title {
	color: #ffc423;
	text-transform: uppercase;
	font-size: 20px;
	padding: 10px 10px 0 10px;
}
.map-phone {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	font-weight: bold;
}
.map-phone:hover {
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.help-block {
	color: #ffc423;
	margin: 10px;
	font-weight: bold;
}
.section-yellow {
	background-color: #ffc423;
	padding: 20px 0;
}
.section-blk {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
}
.quicklinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quicklinks a {
	color: #fff;
}

/* Agents */
.agent-img {
	min-height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 7px;
}
.agent-name {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.agent-title {
	font-size: 14px;
	font-style: italic;
	color: #666;
}
.agent-contact {
	margin: 10px 0;
	font-size: 14px;
}

.footer {
	flex-grow: 0;
	background-color: #ffc423;
}
.bottombar {
	padding: 14px 0;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-logos {
	display: flex;
	justify-content: center;
}
.footer-logos img {
	max-height: 30px;
}
.social a {
	color: #fff !important;
	font-size: 18px;
}


/* Bootstrap Overrides */
.navbar {
	
}
.nav-item {
	
}
.nav-link, .nav-link:visited {
	font-weight: 600;
	text-transform: uppercase;
}
.nav-link:hover {
	color: #000;
}
.navbar-toggler {
	
}
.navbar-toggler-icon {
	background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }
.btn-primary {
	background-color: #ffc423;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0px;
	color: #000;
	padding: 8px 35px;
}
.btn-primary:hover {
	background-color: #000;
	color: #ffc423;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #ffc423;
	border: none;
	color: #fff;
}
.btn-secondary {
	background-color: #000;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	border-radius: 0px;
	padding: 8px 35px;
	color: #ffc423;
}
.modal-header {
	background-color: #ffc423;
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.county-divider {
	border-left: none;
}
.county-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.county-subhead {
	font-weight: bold;
	padding: 10px 0 5px 0;
	color: #ffc423;
	font-size: 18px;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.logotext {
		display: block;
}
.logosubtext {
	display: block;
}
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand {
	width: 500px;
}
	.county-divider {
	border-left: solid 1px #ffc423;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cta-box {
	margin: -50px 20px 0 20px;
}
	.anchor-pad-compare {
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
	.agent-img {
	min-height: 450px;
	}
}