/*--Tony Martinez custom.css--*/

/*--Utility--*/
/*Create equal height columns on desktop*/
.row.eq-height {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.row.eq-height .col-xs-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%}
.row.eq-height .col-xs-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
@media (min-width: 768px){
	.row.eq-height .col-md-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
	.row.eq-height .col-md-4{ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%}
	.row.eq-height .col-md-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-md-6{ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%}
}
@media (min-width: 992px){
	.row.eq-height .col-lg-5ths{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%}
	.row.eq-height .col-lg-3{ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%}
}

/*Remove gutters from rows*/
.row.no-gutters{margin-right:0;margin-left:0;}
.row.no-gutters>[class*=col-]{padding-right:0;padding-left: 0;}

/*Vertical center col content in flex rows*/
.align-center{align-items:center}

.d-block{display:block}

/*--Full width site customizer area--*/
#home-bodycontent .information-bar + .container,
#home-bodycontent .information-bar + .container-fluid {
	max-width: 100%;
	padding: 0;
}
#home-bodycontent .information-bar + .container > #categories,
#home-bodycontent .information-bar + .container-fluid > #categories {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/*--Typography--*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Quicksand:wght@500;600&display=swap');
* {
  	font-family: 'Quicksand', sans-serif;
}
.font-sans {
  	font-family: 'Quicksand', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h1, .h3, .h4, .h5, .h6, .font-serif {
	font-family: 'Playfair+Display', serif;
	font-weight: 600;
}

/*--Hide cover title until after jquery--*/
#home-bodycontent .cover-title {
	opacity: 0;
}
/*--Add tab navigation above horizontal search--*/
.search-tabs.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-tabs.nav .nav-item {
	position: relative;
	margin: 0 12px 4px 12px;
}
.search-tabs.nav .nav-item:first-child {
	margin-left: 0;
}
.search-tabs.nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.search-tabs.nav .nav-link.active::before,
.search-tabs.nav .nav-link:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.search-tabs.nav .nav-link {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

/*--Fix horizontal search margin/padding conflicts--*/
#horizontal-search .container {
	padding: 0;
}
#horizontal-search .row {
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	width: 100%;
	margin: 0;
}
/*--Increase width of search button on medium breakpoint--*/
@media (max-width: 992px) {
	#horizontal-search .form-group:last-child.col-md-2 {
	    width: 100%;
	}
}
/*--Increase width of area search for large breakpoint- row will now equal 12 cols--*/
@media (min-width: 992px) {
	#horizontal-search .location-form-group.col-lg-3 {
	    width: 33.33333%;
	}
}
#horizontal-search form {
	width: 100%;
}
#horizontal-search .form-group {
	margin: 0;
}


/*--Remove unnecessary top margin of information bar--*/
.information-bar {
	margin-top: 0 !important;
}

/*--Guardian Rebates--*/
#guardian-program .content.container {
	max-width: 680px;
}
#guardian-program h2 {
	margin-bottom: 12px;
}
#guardian-program h2 .sub-heading {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #8ED7EF;
	letter-spacing: 4px;
}
#guardian-program h2 .main-heading {
	display: block;
	font-size: 50px;
	line-height: 0.9;
}
#guardian-qualifiers {
	display: flex;
    justify-content: center;
}
#guardian-qualifiers>[class*=col-] {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#guardian-qualifiers>[class*=col-]:first-of-type {
	border-left: none;
}
#guardian-qualifiers img {
	align-self: center;
}
#guardian-qualifiers h3 {
	font-size: 16px;
}
#guardian-qualifiers h3 small {
	font-size: 10px;
}

#guardian-rebates [class*=col-] {
	background-color: #f2f2f2;
	border: 4px solid #fff;
}
#guardian-rebates .rebate-value {
	font-size: 35px;
	font-weight: bold;
	color: #810000;
}
/*--Featured Search Section--*/
#search-grayscale h2 {
	font-size: 50px;
	line-height: 0.9;
	padding-bottom: 30px;
}
#search-grayscale h2 small {
	font-size: 18px;
	letter-spacing: 4px;
}
#search-grayscale figure{position:relative;margin-bottom:0}
#search-grayscale figure img{width:100%;height:320px;object-fit:cover;filter:grayscale(0%) brightness(100%);transition: all 0.5s ease}
#search-grayscale figure:hover img {filter:grayscale(100%) brightness(70%)}
#search-grayscale figure figcaption{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
#search-grayscale figure figcaption h3{font-size:26px;font-weight:bold;color:#fff;letter-spacing:4px;text-shadow:0 0 6px rgba(0,0,0,0.9)}

/*--Fixed Background 100vh Offset 6--*/
.fixed-bg-100vh-offset-6 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fixed-bg-100vh-offset-6 .row {
	position: relative;
	z-index: 3;
}
.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(129,0,0,0.9);
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 576px) {
	.fixed-bg-100vh-offset-6 .content {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.fixed-bg-100vh-offset-6 .content h2 {
	margin-bottom: 12px;
}
.fixed-bg-100vh-offset-6 h2 .sub-heading {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
}
.fixed-bg-100vh-offset-6 h2 .main-heading {
	display: block;
	font-size: 45px;
}
.bg-wrap-fixed {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
}
.bg-wrap-fixed .bg-position{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-wrap-fixed .bg-img {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
}

#home-value.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(129,0,0,0.9);
}
#pre-approval.fixed-bg-100vh-offset-6 .content {
	background-color: rgba(42, 51, 72, 0.92);
}



#social-boxes .row.eq-height {
	flex-wrap: nowrap;
}
#social-boxes .heading {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#social-boxes .social-links a {
	display: block;
}
#social-boxes .social-links img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	#social-boxes [class*=col-] {
		min-height: 495px;
	}
	#social-boxes .social-links a {
		height: 100%;
	}
}