/** this stuff existed in all the css files **/

html{
	/* The base size for REM calculations */
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html body{
	font-family: "lato", sans-serif;
}

h1, 
.h1{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 7.2rem;
	line-height: 8.6rem;
	margin: 35px 0;
	text-transform: uppercase;
}
@media(max-width: 767px){
	h1, 
	.h1{
		font-size: 6rem;
		line-height: 6.5rem;
	}
}

h2, 
.h2{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 5rem;
	line-height: 6rem;
	margin: 25px 0;
	text-transform: uppercase;
}
@media(max-width: 767px){
	h2, 
	.h2{
		font-size: 4.8rem;
		line-height: 5.5rem;
	}
}

h3, 
.h3{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 4rem;
	line-height: 5rem;
	margin: 20px 0;
	text-transform: uppercase;
}
@media(max-width: 767px){
	h3, 
	.h3{
		font-size: 2.4rem;
		line-height: 3.4rem;
		margin: 10px 0;
	}
}

h4, 
.h4{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3.6rem;
	margin: 0 0 15px;
	text-transform: uppercase;
}
@media(max-width: 767px){
	h4, 
	.h4{
		font-size: 2.4rem;
		line-height: 3rem;
	}
}

h5, 
.h5{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3rem;
	margin: 0 0 20px;
	text-transform: uppercase;
}

h6, 
.h6{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.8rem;
	margin: 0 0 15px;
	text-transform: uppercase;
}
@media(max-width: 767px){
	h6, 
	.h6{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.large-title{
	font-family: "proxima-nova", sans-serif;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: bold;
	text-transform: none;
}

p,
td,
a{
	font-family: "lato", sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0 0 20px;
	text-decoration: none !important;
}

p{
	color: #454545;
}

small,
p.small,
.small{
	font-size: 1.4rem;
	line-height: 2.2rem;
}
small a,
p.small a,
.small a{
	font-size: 1.4rem;
	line-height: 2.2rem;
}

p.subtitle-1,
.subtitle-1{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 2.4rem;
	display: block;
	margin: 0 0 5px;
}
p.subtitle-2,
.subtitle-2{
	text-transform: uppercase;
}
@media(max-width: 767px){
	p.subtitle-2,
	.subtitle-2{
		font-size: 1.6rem;
		line-height: 2.2rem;
		text-transform: none;
		font-weight: bold;
	}
	p.subtitle-2.brandon,
	.subtitle-2.brandon{
		font-family: "lato", sans-serif !important;
	}
}

p.subtitle-2,
.subtitle-2,
ul li,
ol li{
	font-family: "lato", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0 0 5px;
}

p.large{
	font-family: "lato", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin: 0 0 5px;
}
@media(max-width: 767px){
	p.large{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}

a{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	letter-spacing: 0.7px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	color: #083A81;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #FE8502;
}
a.button,
span.button,
input.button{
	font-family: "brandon-grotesque", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	position: relative;
	max-width: 100%;
	border: 1px solid #083A81;
	background: #fff;
	color: #083A81;
	border-radius: 2px;
	min-width: 195px;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 10px 10px 0;
	min-width: 215px;
}
a.button.small,
span.button.small,
input.button.small{
	min-width: 0;
	font-size: 1.2rem;
	padding: 10px 20px;
}
a.button:hover, 
a.button:focus, 
a.button:active,
span.button:hover,
span.button:focus,
span.button:active,
input.button:hover,
input.button:focus,
input.button:active{
	border-color: #06234B;
	background: #06234B;
	color: #fff;
}
a.button:active, 
a.button:focus, 
a.button:focus-within,
span.button:active,
span.button:focus,
span.button:focus-within,
input.button:active,
input.button:focus,
input.button:focus-within{
	box-shadow: 0 0 0 4px #EFF5FF;
	outline-color: #3C78D1;
}
a.button.primary,
button.primary,
span.button.primary,
input.button.primary{
	background: #083A81;
	color: #fff;
}
a.button.primary:hover, 
a.button.primary:focus, 
a.button.primary:active,
button.primary:hover, 
button.primary:focus, 
button.primary:active,
span.button.primary:hover,
span.button.primary:focus,
span.button.primary:active,
input.button.primary:hover,
input.button.primary:focus,
input.button.primary:active{
	background: #031834;
	border-color: #031834;
}
a.button.primary:active, 
a.button.primary:focus, 
a.button.primary:focus-within,
button.primary:active, 
button.primary:focus, 
button.primary:focus-within,
span.button.primary:active,
span.button.primary:focus,
span.button.primary:focus-within,
input.button.primary:active,
input.button.primary:focus,
input.button.primary:focus-within{
	box-shadow: 0 0 0 4px #EFF5FF;
	outline-color: #3C78D1;
}
a.button.secondary,
span.button.secondary,
input.button.secondary{
	border-color: #FE8502;
	background: #FE8502;
	color: #fff;
}
a.button.secondary:hover, 
a.button.secondary:focus, 
a.button.secondary:active,
span.button.secondary:hover,
span.button.secondary:focus,
span.button.secondary:active,
input.button.secondary:hover,
input.button.secondary:focus,
input.button.secondary:active{
	background: #913E00;
	border-color: #913E00;
}
a.button.secondary:active, 
a.button.secondary:focus, 
a.button.secondary:focus-within,
span.button.secondary:active,
span.button.secondary:focus,
span.button.secondary:focus-within,
input.button.secondary:active,
input.button.secondary:focus,
input.button.secondary:focus-within{
	box-shadow: 0 0 0 4px #EFF5FF;
	outline-color: #3C78D1;
}
a.button.d-block,
span.button.d-block,
input.button.d-block{
	margin-right: 0;
}
@media(max-width: 767px){
	a.button.block-mobile,
	span.button.block-mobile,
	input.button.block-mobile{
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
		padding: 14px 0;
	}
	a.button.button-mobile-small,
	span.button.button-mobile-small,
	input.button.button-mobile-small{
		min-width: 0;
		font-size: 1.2rem;
		padding: 10px 20px;
	}
}

.col-6 .button{
	min-width: 0;
	max-width: 100%;
}

.caption{
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: 5px 0;
}

p.overline{
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-transform: uppercase;
}

.gray-text{
	color: #676767;
}

.heading,
.heading-large{
	position: relative;
	padding-bottom: 12px;
}
.heading:before, 
.heading:after,
.heading-large:before,
.heading-large:after{
	content: "";
	position: absolute;
	height: 3px;
	background: #1b1b1b;
	bottom: 0;
}
.heading:before,
.heading-large:before{
	width: 30px;
	left: 0;
}
.heading:after,
.heading-large:after{
	width: 1.5px;
	left: 31px;
}
.heading.center,
.heading-large.center{
	text-align: center;
}
@media(min-width: 768px){
	.heading.center:before,
	.heading-large.center:before{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.heading.center:after,
	.heading-large.center:after{
		left: calc(50% + 17.25px);
	}
}
@media(max-width: 767px){
	.heading,
	.heading-large{
		text-align: left !important;
	}
}

.heading-large:before{
	width: 68px;
}
.heading-large:after{
	width: 3px;
	left: 70px;
}
.heading-large.center:after{
	left: calc(50% + 36px);
}

.brandon{
	font-family: "brandon-grotesque", sans-serif !important;
}
.lato{
	font-family: "lato", sans-serif !important;
}

@media(max-width: 767px){
	p.mobile-small{
		font-size: 1.4rem;
		line-height: 2rem;
	}
}
p.warning i{
	color: #CA1600;
	margin-right: 3px;
}

/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure,
footer, 
header, 
hgroup, 
menu, 
nav, 
section{
	display: block;
}

body{
	line-height: 1;
}

ol:not(.bulleted),
ul:not(.bulleted){
	list-style: none;
}

blockquote, 
q{
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after{
	content: "";
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.container{
	padding: 0 15px;
}

::selection{
	background: rgba(254, 133, 2, 0.5);
	/* WebKit/Blink Browsers */
}

::-moz-selection{
	background: rgba(254, 133, 2, 0.5);
	/* Gecko Browsers */
}

img{
	max-width: 100%;
}

input,
select,
textarea{
	-webkit-appearance: none !important;
	appearance: none !important;
}

input[type=email],
input[type=number],
input[type=confirm_password],
input[type=password],
input[type=text],
input[type=url],
select{
	height: 48px;
	border-radius: 2px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 0 14px;
	margin: 0 15px 15px 0;
	vertical-align: top;
	border: none;
	background: #fff;
	color: #676767;
}

select{
	-webkit-appearance: none;
	background-image: url("/images/newFE/icons/arrow-down-light.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	padding-right: 30px;
}

input[type=submit],
button[type=submit]{
	height: 48px;
	border-radius: 2px;
	background: #FE8502;
	border: none;
	padding: 0 15px;
	vertical-align: top;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
input[type=submit]:hover,
button[type=submit]:hover{
	background: #D05B03;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
}

@media(max-width: 767px){
	.mobile-block{
		display: block !important;
		width: 100%;
		grid-column: span 12;
		flex-basis: 100%;
		min-width: 100%;
	}
}
input[type=checkbox],
input[type=radio]{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label{
	padding-left: 20px;
	width: 100%;
	position: relative;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox] ~ label:before,
input[type=radio] ~ label:before{
	position: absolute;
	left: 0;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #CCD0D2;
}
input[type=checkbox]:checked ~ label:before,
input[type=radio]:checked ~ label:before{
	background-color: #FE8502;
	border-color: #FE8502;
}
input[type=checkbox]:checked ~ label:after,
input[type=radio]:checked ~ label:after{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

input[type=radio] ~ label:before{
	border-radius: 50%;
}

#footer{
	border-top: 1px solid #E0E0E0;
	padding: 30px 0;
}
#footer .links a{
	text-transform: none;
	font-family: "lato", sans-serif;
	font-weight: normal;
}
#footer .links p.small{
	margin-bottom: 0;
}
#footer .social{
	margin-left: 25px;
}
#footer .social a{
	display: inline-block;
	margin: 0 4px;
}
#footer .social a i{
	font-size: 24px;
}
@media(max-width: 767px){
	#footer{
		text-align: center;
	}
	#footer .social{
		margin-top: 20px;
		margin-left: 0;
	}
}
@media(max-width: 767px) and (max-width: 767px){
	#footer p.small{
		font-size: 1.1rem;
		line-height: 2rem;
	}
	#footer p.small a{
		font-size: 1.1rem;
		line-height: 2rem;
		letter-spacing: 0;
	}
}

.gray-bg{
	background-color: #F7F7F7;
	padding: 30px 60px;
	height: 100%;
}
@media(max-width: 767px){
	.gray-bg{
		padding: 30px 20px;
	}
}

.blue-bg{
	background-color: #083A81;
}
.blue-bg *{
	color: #fff;
}

span.quote{
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 10rem;
	line-height: 12.2rem;
	display: block;
	margin-top: -2.5rem;
	margin-bottom: -5rem;
	color: #FE8502;
}

@media(min-width: 768px){
	.border-md-right{
		border-right: 1px solid #F5F5F5;
	}
}
.quote-wrapper > div{
	margin-bottom: 1rem;
}
.quote-wrapper .slick-next,
.quote-wrapper .slick-prev{
	box-shadow: 2px 0 4px 0 #EDEDEF;
	height: 35px;
	width: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 500;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.quote-wrapper .slick-next i,
.quote-wrapper .slick-prev i{
	font-size: 1.4rem;
}
.quote-wrapper .slick-next.slick-disabled,
.quote-wrapper .slick-prev.slick-disabled{
	opacity: 0;
}
.quote-wrapper .slick-next{
	right: 0;
}
.quote-wrapper .slick-next i{
	margin-right: -2px;
}
.quote-wrapper .slick-prev{
	left: 0;
}
.quote-wrapper .slick-track{
	display: flex !important;
}
.quote-wrapper .slick-slide{
	height: inherit !important;
}
@media(max-width: 991px){
	.quote-wrapper .gray-bg{
		margin: 0 15px;
	}
}

.breadcrumbs{
	padding-bottom: 1rem!important;
}
.breadcrumbs a,
.breadcrumbs span{
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-transform: none;
	font-family: "lato", sans-serif;
	letter-spacing: initial;
}
.breadcrumbs a{
	color: #1b1b1b;
	font-weight: normal;
}
.breadcrumbs a:hover{
	color: #FE8502;
	text-decoration: underline;
}
.breadcrumbs strong{
	margin: 0 5px;
}
.breadcrumbs span{
	color: #909090;
}

@media(max-width: 575px){
	#perks img{
		height: 40px;
		width: auto;
	}
	#perks p{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}
.results-nav{
	margin-left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.results-nav.large a, 
.results-nav.large span{
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.results-nav a,
.results-nav span{
	height: 25px;
	width: 35px;
	line-height: 2.3rem;
	border: 1px solid #E8E8E8;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	color: #1b1b1b;
	font-family: "lato", sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 2px;
}
.results-nav a.disabled,
.results-nav span.disabled{
	opacity: 0.4;
	pointer-events: none;
}
.results-nav a:hover{
	background: #FE8502;
	border-color: #FE8502;
	color: #fff;
}
.results-nav span{
	color: #fff;
	background: #083A81;
	border-color: #083A81;
}

hr.light{
	background-color: #CFCFCF;
}

.bordered-box{
	border: 1px solid #CFCFCF;
	padding: 30px 40px;
	margin-bottom: 15px;
}
@media(max-width: 767px){
	.bordered-box{
		padding: 25px 15px;
	}
}

.form_fields{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-template-rows: repeat(auto-fill, auto);
	grid-column-gap: 2%;
	grid-row-gap: 18px;
	padding-left: 0;
	list-style: none;
}
.form_fields.no-gap{
	grid-row-gap: 0;
}
.form_fields .field{
	grid-column: 1/-1;
	margin-bottom: 0;
}
.form_fields .field.full{
	grid-column: span 12;
}
.form_fields .field.half{
	grid-column: span 6;
}
.form_fields .field.third{
	grid-column: span 4;
}
.form_fields .field.two-third{
	grid-column: span 8;
}
.form_fields .field.quarter{
	grid-column: span 3;
}
.form_fields .field.sixth{
	grid-column: span 2;
}
.form_fields .field.twelth{
	grid-column: span 1;
}
.form_fields .field input:not([type=radio]),
.form_fields .field select,
.form_fields .field textarea{
	width: 100%;
	margin: 0;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.6rem;
	line-height: 1.9rem;
}
.form_fields .field input[type=checkbox]#business_promo,
#modalAnonMakeAnOffer .form_fields .field input[type=checkbox],
#modalAnonEmailSeller .form_fields .field input[type=checkbox],
#modalAnonRentalInquiry .form_fields .field input[type=checkbox]{
	width: 30px;
}
.form_fields .field input:not([type=radio]):active, 
.form_fields .field input:not([type=radio]):focus, 
.form_fields .field input:not([type=radio]):focus-within,
.form_fields .field select:active,
.form_fields .field select:focus,
.form_fields .field select:focus-within,
.form_fields .field textarea:active,
.form_fields .field textarea:focus,
.form_fields .field textarea:focus-within{
	box-shadow: inset 0 1px 1px rgba(27, 27, 27, 0.08), 0 0 8px rgba(254, 133, 2, 0.4) !important;
	border: 1px solid #FE8502;
	outline: none;
}
.form_fields .field textarea{
	padding: 14px;
}
.form_fields .field input[type=file]{
	background-color: #F5F5F5;
	padding: 10px 15px;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.form_fields .field label:not(.sr-only){
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.7rem;
	font-family: "lato", sans-serif;
	font-weight: bold;
}
.form_fields .field fieldset{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.form_fields .field fieldset label:not(.sr-only){
	margin-bottom: 0;
	font-weight: normal;
}
.form_fields .field fieldset input[type=radio]{
	height: 17px;
	width: 17px;
	margin-right: 7px;
}
.form_fields .field fieldset > div{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 25px;
}
@media(max-width: 991px){
	.form_fields .field.half, 
	.form_fields .field.third, 
	.form_fields .field.two-third{
		grid-column: span 12;
	}
	.form_fields .field.mobile-third{
		grid-column: span 4 !important;
	}
	.form_fields .field.mobile-half{
		grid-column: span 6 !important;
	}
	.field.mobile-none{
		display: none;
	}
}
@media(max-width: 575px){
	.form_fields .field fieldset{
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.form_fields .field fieldset div{
		margin-bottom: 5px;
	}
}

.account-edit{
	margin-left: 10px;
	white-space: nowrap;
}
.account-edit:after{
	content: url("/images/newFE/icons/edit.svg");
	margin-left: 3px;
}

.grid-list{
	padding-left: 0;
}
.grid-list li{
	font-size: 14px;
	line-height: 22px;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 0;
}
.grid-list li span,
.grid-list li a{
	margin-bottom: 0;
}
@media(max-width: 991px){
	.grid-list li a{
		text-align: right;
	}
}

.icon-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
@media(max-width: 991px){
	.icon-grid{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 575px){
	.icon-grid{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	.icon-grid img{
		height: 40px;
		width: auto;
	}
}

.nav-tabs{
	border-bottom: none;
}
.nav-tabs .nav-item{
	margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link{
	border: 1px solid #DFDFDF;
	background: #FAFAFA;
	color: #454545;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding: 14px 45px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
}
.nav-tabs .nav-item .nav-link:hover{
	color: #FE8502;
}
.nav-tabs .nav-item .nav-link.active{
	background: #083A81;
	border-color: #083A81;
	color: #fff;
}
@media(max-width: 991px){
	.nav-tabs .nav-item .nav-link{
		width: 100%;
		text-align: left;
		padding: 10px 20px;
		font-size: 1.4rem;
	}
	.nav-tabs .nav-item .nav-link.active{
		font-size: 1.6rem;
	}
}

.tab-content{
	/*	the usages of .tab-content
		#listingDetailTabContent.tab-content (details)
		#packagesTabContent.tab-content (advertising)
		#searchTabContent.tab-content (searchstrip)
	*/
	border: 1px solid #DFDFDF;
	padding: 25px 40px;
}
#searchTabContent.tab-content{
	border: none;
}
@media(max-width: 767px){
	.tab-content{
		padding: 20px;
	}
}

.blue-box{
	margin-left: 10px;
	background: #083A81;
	color: #fff;
	padding: 2px 10px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.blue-box.left{
	margin-left: 0;
	margin-top: 5px;
	display: inline-block;
}
.blue-bg .blue-box{
	border: 1px solid #fff;
}

table{
	width: 100%;
	border: 1px solid #DFDFDF;
}
table thead{
	background: #FAFAFA;
}
table thead th{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "brandon-grotesque", sans-serif;
	letter-spacing: 0.8px;
	text-align: center;
	padding: 10px;
}
table thead th:first-child{
	padding-left: 25px;
	text-align: left;
}
table thead th.blue{
	background: #083A81;
	color: #fff;
}
table tbody tr:not(:last-child){
	border-bottom: 1px solid #dfdfdf;
}
table tbody td:not(:first-child){
	text-align: center;
}
table tbody td{
	padding: 15px 10px;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
table tbody td i{
	font-size: 2rem;
}
table tbody td:first-child{
	padding-left: 25px;
}

@media(max-width: 991px){
	table{
		border: none;
	}
	table thead{
		background: none;
	}
	table thead tr{
		border-bottom: none;
	}
	table thead th{
		font-size: 1.2rem;
		line-height: 1.4rem;
		font-weight: normal;
		font-family: "lato", sans-serif;
		letter-spacing: initial;
		text-transform: none;
	}
	table tbody td{
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	table tbody td:first-child{
		padding-left: 0;
	}
	table th.gray, 
	table th.blue, 
	table td.gray, 
	table td.blue{
		height: 1px;
		padding: 0;
	}
	table th.gray span, 
	table th.blue span, 
	table td.gray span, 
	table td.blue span{
		height: 100%;
		padding: 10px 15px;
		display: block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	table th.gray, 
	table td.gray{
		background: #F5F5F5;
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;
	}
	#comparisons table td.gray,
	#comparisons table th.gray{
		background: none;
	}
	table th.blue, 
	table td.blue{
		background: #083A81;
		color: #fff;
		border-left: 15px solid #fff;
		border-right: 15px solid #fff;
	}

	#comparisons table tbody tr:not(:last-child){
		border-bottom: none;
	}
	#comparisons table tbody tr:not(:last-child) td{
		border-bottom: none;
		position: relative;
	}
	#comparisons table tbody tr:not(:last-child) td:after{
		content: "";
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		width: calc(100% + 15px);
		height: 1px;
		background-color: #e5e5e5;
	}
}
.email-wrapper{
	position: relative;
}
.email-wrapper .char-limit{
	color: #939393;
	font-size: 1.2rem;
	line-height: 1.5rem;
	position: absolute;
	padding: 5px 0 5px 10px;
	background: #fff;
	bottom: 2px;
	right: 10px;
	pointer-events: none;
	border-radius: 5px;
	border-bottom-left-radius: 0;
}
.email-wrapper .char-limit.yellow{
	color: #FE8502;
}
.email-wrapper .char-limit.red{
	color: #cc0000;
}

textarea{
	resize: none;
}

#select-package{
	margin-bottom: 30px;
}
#select-package p:not(.warning){
	font-family: "proxima-nova", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
#select-package .select{
	border: 1px solid #1b1b1b;
	padding: 15px 30px 7px;
	border-radius: 2px;
	margin-bottom: 15px;
}
#select-package .select a{
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 6px 12px;
	background: #E3E3E3;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	color: #1b1b1b;
	text-transform: none;
	letter-spacing: 0;
}
#select-package .select a:hover{
	background: #083A81;
	color: #fff;
}
@media(max-width: 767px){
	#select-package .select{
		border: none;
		padding: 0;
	}
	#select-package .select select{
		width: 100%;
		margin: 0;
		border: 1px solid #1b1b1b;
		border-radius: 5px;
	}
}

.field label[for=model]:not(.sr-only){
	position: relative;
}
.field label[for=model]:not(.sr-only) span{
	background: #083A81;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
	padding: 3px 10px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.field label[for=model]:not(.sr-only) span:hover{
	background: #FE8502;
}

/*********************  STUFF I'VE ADDED  **********************/

.float-right{
	float: right;
}
.text-center{
	text-align: center;
}
.wtb-delete{
	float: right;
	z-index: 999;
}
div.row.wtb{
	--bs-gutter-y: 1.5rem;
}
div.row.wtb div.bordered-box.h-100{
	margin-bottom: 0;
}
#header-white-space{
	background-color: #fff;
	padding-top: 47px;
}
.half-opaque{
	opacity: 0.5;
}
#terms .outline{
	font-weight: bold;
	font-size: large;
}
.faq{
	padding-top: 10px;
}
.faq li.list-group-item,
.faq li.list-group-item:first-child,
.faq li.list-group-item:last-child{
	border: none;
	border-radius: 0;
}
.faq .faq-question{
	font-size: large;
	font-weight: bold;
	margin-top: 8px;
}
.red_required{
	color: red;
}
#financing .finance_images{
	text-align: center;
	width: 100%;
}
#financing .finance-logos{
	height: 120px;
	margin: 10px;
}

/* modals */
.modal .modal-content{
	max-height: calc(100vh - 130px); /* 100% = dialog height, 130px = height of site-header + modal-header + a lil extra */
	overflow-y: auto; /* add scrollbar */
	overflow-x: hidden;
}
.modal .modal-header .modal-title{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.modal .modal-body{
	min-width: 92%;
	margin: auto;
}
.modal .modal-body #get_beacon_financing{
	font-size: medium;
}
.modal .modal-body textarea{
	border-color: black;
	font-size: medium;
	width: 100%;
}
.modal .modal-body .field label{
	margin-bottom: 5px;
}
.modal .modal-body .get_beacon_financing{
	font-size: medium;
}
.modal .modal-footer{
	justify-content: center !important;
}
#modalSaveToFavorites.modal .modal-footer{
	margin-left: auto;
	margin-right: auto;
}
.modal .modal-footer .button{
	margin-left: 4px;
	margin-right: 4px;
}
.modal .modal-footer .privacy-policy{
	font-size: medium;
	text-align: center;
}
#modalLogin .other_login_buttons p a.button{
	margin-top: 8px;
}
#modalLogin .other_login_buttons p{
	margin-bottom: 0px;
}
#modalAnonMakeAnOffer label.offerAmount{
	font-size: larger;
	margin-top: 1rem;
}
#modalAnonEmailSeller .modal-body .field input[type=email],
#modalAnonEmailSeller .modal-body .field input[type=text],
#modalAnonMakeAnOffer .modal-body .field input[type=email],
#modalAnonMakeAnOffer .modal-body .field input[type=text],
#modalAnonMakeAnOffer .modal-body .field select,
#modalAnonRentalInquiry .modal-body .field input[type=email],
#modalAnonRentalInquiry .modal-body .field input[type=text],
#modalAnonRentalInquiry .modal-body .field select{
	height: 36px;
}
/* missing checkboxes */
#modalAnonEmailSeller input[type=checkbox],
#modalAnonMakeAnOffer input[type=checkbox],
#modalAnonRentalInquiry input[type=checkbox],
#modalMakeAnOffer input[type=checkbox],
#modalRentalInquiry input[type=checkbox],
.model-results-wrap input[type=checkbox],
#purchaseModal #promoPackages label input[type=checkbox]{
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
	opacity: 100%;
	position: relative;
	z-index: 1;
}
/* missing borders */
#modalAnonEmailSeller input[type=email],
#modalAnonEmailSeller input[type=text],
#modalAnonMakeAnOffer input[type=email],
#modalAnonMakeAnOffer input[type=text],
#modalAnonMakeAnOffer select,
#modalAnonRentalInquiry input[type=email],
#modalAnonRentalInquiry input[type=text],
#modalAnonRentalInquiry select,
#modalLogin input[type=password],
#modalLogin input[type=text],
#modalMailingList input[type=text],
#modalTellSomeone input[type=text],
#datediv input[type=text]{
	border: 1px solid black;
	margin: 0 15px 0 0;
}
#modalTellSomeone input[type="text"]{
	height: inherit;
}
/* maps.places and datepicker popups were about 50px below the inputs */
/*.datepicker,*/
.pac-container{
	margin-top: -55px;
}

/* 'remove fields' tooltip (insurance) */
.remove_tooltip_container{
	width: 100%;
	position: relative;
	display: inline-block;
}
.remove_tooltip_container .remove_tooltip_text{
	visibility: hidden;
	top: 100%;
	left: 50%;
	width: 120px;
	margin-left: -60px;/* use half of the width to center the tooltip */
	background-color: #FE8503;
	color: #083A81;
	text-align: center;
	padding: 5px 5px 0 5px;
	border-radius: 6px;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
}
.remove_tooltip_container:hover .remove_tooltip_text{
	visibility: visible;
}
#showroom .dealer-company-info{
	font-size: large;
}
#showroom .dealer-company-info{
	margin-top: 2rem;
	margin-bottom: 1rem;
}
#showroom .dealer-company-info-item{
	margin-bottom: 0.5rem;
}
#showroom .inventory-links{
	margin-top: 2rem;
}
.orange-font{
	color: #FE8503;
}
.smaller-font{
	font-size: smaller;
}
a.email-the-seller-button{
	height: 56px;
	margin-top: 1.5rem;
	margin-bottom: 4rem;
}
.email-the-seller-button:hover,
.social-media-button:hover{
	cursor: pointer;
}
a.button.social-media-button:active svg > g > g,
a.button.social-media-button:hover svg > g > g{
	fill: #fff;
}
#insurance .field > label.no-bottom-margin{
	margin-bottom: 0;
}
.grecaptcha-badge{
	opacity:0;
}
/* tabs were wrapping lower than 383px */
@media(max-width: 382px){
	#search-tabs .nav-tabs{
		/* display tabs vertically instead of horizontally */
		flex-direction: column;
	}
	#search-tabs .container{
		/* fill in white-space with background color */
		background: #06234b !important;
	}
	#search-tabs .tab-content{
		/* remove 1px white space */
		margin-top: 0;
	}
}
p.not-found-text{
	color: red;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
/* tinymce */
#wtb_quote .tinyMceButtonLabel{
	display: flex;
}
#wtb_quote .tinyMceButtonLabel .editTinyMCE{
	height: 20px;
	width: 100px;
	font-size: 1.1rem;
	margin-left: 1rem;
}
#wtb_quote .wysiwyg-substitute{
	background-color: #F5F5F5;
	border: 1px black solid;
	display: block;
	height: 200px;
	padding: 1rem;
	overflow-x: hidden;
	overflow-y: scroll;
}
/* blasts archive page */
#blastHistoryTable td.imagethumb img{
	margin-left: auto;
	margin-right: auto;
	max-height: 60px;
	max-width: 80px;
}
#blastHistoryTable img.imagelarge{
	display: none;
}
#blast-page .blast-date{
	float: right;
}
#blast-page #templateContainer > tbody > tr:first-child,
#blast-page #templateFooter .mcnFollowBlock, /* unsure if this line is necessary anymore */
#blast-page #templateFooter .mcnTextBlock{ /* unsure if this line is necessary anymore */
	display: none; /* hide mailchimps' social media buttons */
}
#blast-page center #bodyTable,
#blast-page table,
#blast-page table tr{
	border: none;
}
#blast-page #templateFooter .mcnTextBlock .mcnTextContentContainer .mcnTextContent em{
	display: block;
}
#blast-page .text-center i.fab{
	margin-left: 5px;
	margin-right: 5px;
}
/* screwy 'show entries' font sizing and padding' */
.dataTables_length > label,
.dataTables_length > label > select,
.dataTables_filter > label{
	font-size: medium;
}
.dataTables_length > label{
	padding-top: 6px;
}
.dataTables_length > label > select{
	margin: -14px 0 0 0;
}
.dataTables_length > label > select.form-control{
	padding-left: 14px;
}
/* reverts all CSS to defaults in children */
div.revert-all-css a{
	color: initial;
	font-family: initial;
	font-weight: initial;
	font-size: initial;
	letter-spacing: initial;
	line-height: initial;
	margin: initial;
	text-align: initial;
	text-decoration: initial;
	text-transform: initial;
	-webkit-transition: initial;
}
div.revert-all-css img{
	max-width: initial;
}
#blast-page div.revert-all-css table{
	border: initial;
	border-spacing: initial;
	width: initial;/* ignore the red squiggly, this actual DOES work */
}
#blast-page div.revert-all-css table tr{
	border: initial;
}
div.revert-all-css table tbody td{
	font-family: initial;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	margin: initial;
	padding: initial;
	text-decoration: initial;
}
div.revert-all-css table tbody td:not(:first-child){
	text-align: initial;
}
#blast-page div.revert-all-css table.mcnCodeBlock,/* in blast footer, this centers "finance partners" text */
#blast-page div.revert-all-css table.mcnCodeBlock > tbody.mcnTextBlockOuter table,/* in blast footer, this centers the finance-partners images */
#blast-page div.revert-all-css table.mcnCaptionBlock,
#blast-page div.revert-all-css table.mcnCaptionBottomContent,
#blast-page div.revert-all-css table.mcnCaptionTopContent
{
	width: 100%;
}
