﻿@charset "UTF-8";

/* RESET 
------------------------------------------------*/
* {margin:0; padding:0; border:0; outline:0; background: transparent;}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body {font-size:100%; font-family: 'Montserrat', sans-serif !important; background:#fff;}

/* SELECTION */	
::selection {color:#fff; background: #f30601;}
::-moz-selection {color:#fff; background: #f30601;}



/* CLEAR */
.clear {clear:both;}

/* HEADERS */
/*Remove or simplify font-weight and font-height */
h1, h2, h3, h4 ,h5 ,h6 {line-height: normal;}

h1 {font-size:26px; font-weight:400; font-family: 'Alegreya', sans-serif;}
h2 {font-size:24px; font-weight:normal;}

h3 {font-size:20px; font-weight:normal;}
h4 {font-size:22px; font-weight:700; font-style:italic;}
h5 {font-size:16px; font-weight:normal;}
h6 {font-size:14px; font-weight:normal;}


/* PARAGRAPH/LIST/GENERAL TEXT */

/* LINKS */
a{-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;}
a:link, a:visited {color:#202020; text-decoration:underline;}
a:hover, a:active {color:#f30601; text-decoration:none;}

a[href^="tel:"] {color:inherit; text-decoration:none;}

/* IMAGES */
img {display:block;}

/* TEXT EMPHASIS */
em {font-style: italic;}
strong {font-weight:700;}

/* TEXT STYLINGS */
.dark {color:#131313;}
.gray {color:#4F4F4F;}
.heavy {font-weight:800;}
.red {color:#f30601;}

/* ALIGNMENT */
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}






	/* RESET */
	.cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}
	
	/* MODAL */
	.lock{overflow: hidden; -webkit-overflow-scrolling: touch;}

	.modal{display: none; position: fixed; background: rgba(0,0,0,.5); padding-top: 5%; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; z-index: 99999;}
	.modal .modal-content{position: relative; margin: auto; width: calc(100% - 30px); max-width: 900px; background: #fff; border-radius: 3px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25); animation-name: animatetop; animation-duration: .4s;}
	.modal .modal-head{position: relative; padding: 15px 25px 0; color: #555;}
	.modal .modal-head .close{position: absolute; top: 15px; right: 15px; font-size: 20px; color: #ccc; cursor: pointer;}
	.modal .modal-head .close:hover{color: #000;}
	.modal .modal-main{padding: 25px 25px 35px;}
	.modal .modal-buttons{background: #f5f5f5; padding: 15px 15px; border-top: 1px #ddd solid;}
	.modal .modal-buttons a{display: inline-block; float: right; padding: 10px 35px; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none; border-radius: 3px; cursor: pointer;}
	.modal .modal-buttons .save-modal{background:rgba(200,4,12,0.6); color: #fff;}
	.modal .modal-buttons .save-modal:hover{background:#ed1b24; color: #fff;}


	@keyframes animatetop{
		from{top: -300px; opacity: 0} to{top:0; opacity:1}
	}


.modalBanner {padding:35px 25px; font-size:1.65em; text-align:center; color:#fff; border-bottom:4px #fff solid; /*background: rgb(31,31,31);
background: linear-gradient(99deg, rgba(31,31,31,1) 0%, rgba(40,40,40,1) 100%);*/
background-color: #090909;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%23282828' fill-opacity='0.22'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	
/*background: rgb(22,22,22);
background: linear-gradient(349deg, rgba(22,22,22,1) 0%, rgba(29,7,8,1) 100%);*/
}
.modalBanner a {font-weight:700; letter-spacing:1px; text-decoration:none; color:#fff;}
/*.show-modal {color:#fff; }*/







/* SITE FORM
------------------------------------------------*/
.site-form {width:100%; margin:45px 0 0 0; padding:0;}
.site-form h5 {font-size:1.25em; font-weight:700;}
.site-form h6 {font-size:1.15em; font-weight:700;}
.site-form .three-cells {width:32.3%; *width: 32%; box-sizing: border-box;}
.site-form .full-cell {width:99% !important;}
.site-form .last {margin-right:0 !important;}

.site-form .centercell {text-align:center; margin:0 auto !important;}

.short-textbox {height:100px !important;}

.site-form .instructions {font-size:14px; color:#777; margin:6px 0 6px 0; text-transform: capitalize;}
.site-form .note {font-size:12px; font-style:italic; color:#777; text-align:center; margin:8px 0 0 0;}

.site-form input[type="text"],.site-form input[type="range"], .site-form input[type="email"], .site-form input[type="number"], .site-form input[type="time"], .site-form input[type="date"], .site-form input[type="phone"], .site-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 14px;
    background-color:#fdfdfd;
	border:1px #e8e8e8 solid;
	text-indent:12px;
	box-sizing: border-box; 
}

.site-form input[type="text"]:focus, .site-form input[type="email"]:focus, .site-form input[type="number"]:focus, .site-form input[type="time"]:focus, .site-form input[type="date"]:focus, .site-form input[type="phone"]:focus, .site-form select:focus {border: 1px #5A5A5A solid; background-color:#fcfcfc;}

.site-form textarea {
	width:100%; height:150px; margin:2px 0; padding: 4px 8px; font-size: 14px; border:1px #e8e8e8 solid;
    background-color: #fdfdfd;
	box-sizing: border-box; -webkit-border-radius:0; border-radius:0;
}

.site-form textarea:focus {background-color:#FCFCFC; border: 1px #5A5A5A solid;}

.site-form input[type="submit"] {height: 46px; padding:0 20px; margin:10px 0 0 0; font-size:14px; border: none; color: #fff; background: #ed1b24;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	text-transform: uppercase; font-weight:700; 
	-webkit-appearance: none;}

.site-form input[type="submit"]:hover {color:#fff; background:#000; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}


.CaptchaImagePanel {text-align:center;}
.CaptchaImagePanel img {margin:0 auto;}
.CaptchaAnswerPanel input {padding:8px 8px; border:1px #e6e6e6 solid;}


.selectformoptions {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; max-width:550px; margin:6px auto 0 auto;}
.selectfields { 
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; background:#fdfdfd;
	width:calc(100% - 18px); margin:5px 0; padding:0 4px 0 12px; font-size:.95em; text-align:center;  border: 1px #e8e8e8 solid;
}
.selectfields label {width:calc(100% - 105px); margin:0 10px 0 0; text-align: left;}
.selectfields input[type="number"] {width:85px; background:#fff;}





/* QUICK CONTACT HEADER
------------------------------------------------*/
.quick-contact-bar {	
	position:absolute; top:0; right:0;
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:70%; margin:0 0 0 auto; padding:1.25em 7.5% 1.25em 3%; background:#ed1b24;	

	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
    		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
}

.quick-contact-bar .fas {margin:0 .8em 0 0; color:#000;}
.quick-contact-bar a {padding:0 0 0 0; font-size:1em; font-weight:600; text-transform:uppercase; text-decoration:none; color:#fff;}

.contact-group {margin:0;}
.contact-group a[href^="tel:"] {color:#fff !important;}
.contact-group a:first-of-type {margin:0 1.5em 0 0;}

a.quick-link {padding:.5em .8em; border:2px #fff solid; background:#424242;}
a.quick-link .fas, a.quick-link .fab {color:#fff;}
a.quick-link:first-of-type {margin:0 1.8em 0 0;}




/* HEADER
------------------------------------------------*/	
.site-header {display:flex; justify-content:space-between; padding:20px 5%; background:#ecebeb;}	
	

/* LOGO
------------------------------------------------*/	
.logo {margin:0; padding:0;}
.logo img {width:100%; max-width:214px;}



.desktop-nav {align-self:flex-end; margin:0 0 2em 0;}


/*  NAVIGATION
------------------------------------------------*/
#menu-button{display: none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; margin:0 15px 0 0; padding:12px 0;
    font-size:1.25em; line-height:1; font-weight:600; text-align:center; text-decoration:none; text-transform:uppercase; color:#000;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}	

nav.primary ul li a:hover {color:#121212;}

ul.large-drop-down,
ul.large-drop-down li,
ul.large-drop-down li a{width: 310px !important;}

ul.small-drop-down,
ul.small-drop-down li,
ul.small-drop-down li a{width: 235px !important;}

/*  DROPDOWNS NAV
------------------------------------------------*/
nav.primary ul li li {width: 275px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 275px; padding:15px 0; font-size:.84em; line-height:18px; text-indent:20px; text-align:left; color:#fff; border:0; background: #181818;
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {line-height:18px; color:#fff; background:#ed1b24;}

nav.primary ul li li a.category {background:#282828;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}
nav.primary ul ul li {float: none; position: relative; margin:0;}













/*  HERO
------------------------------------------------*/



.hero {
	position:relative;
background-color: #090909;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23494949' fill-opacity='0.46' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
.hero img {width:100%;}

.hero video {margin:0 auto; padding:5%;}

.hero-title {position:absolute; right:7.5%; bottom:7.5%; font-size:4.375em; font-weight:700; text-transform:uppercase; text-align:center; color:#fff;}
.hero-title span {font-size:0.68em;}


/*  FEED BANNER
------------------------------------------------*/
.feed-section {
	display:flex; flex-flow:row wrap; align-items: center; justify-content:center; 
	padding:25px; text-align:center; background:#ed1b24;}
.feed-section .feed-logo img {width:100%; max-width:500px; margin:0 auto;}
.feed-section .feed-link a {padding:12px 20px; text-decoration:none; color:#fff; border:1px #fff solid;}


/*  CALL TO ACTION
------------------------------------------------*/
.cta-group {background:url("/siteart/cta-background.jpg") no-repeat; background-position:center center; background-size: cover;}

.feed-group {background:url("/siteart/cta-feed-background.jpg") no-repeat; background-position:center center; background-size: cover;}
.ranch-group {margin:4px 0;  background:url("/siteart/cta-ranch-background.jpg") no-repeat; background-position:center center; background-size: cover;}
.health-group {background:url("/siteart/cta-health-background.jpg") no-repeat; background-position:center center; background-size: cover;}
.poultry-group {margin:4px 0;background:url("/siteart/cta-poultry-background.jpg") no-repeat; background-position:center center; background-size: cover;}


/*  INVENTORY CTAS
------------------------------------------------*/
.cta-title {padding:3% 3% 0 3%; font-size:3.43em; text-align:center; text-transform:uppercase; color:#fff; background:rgba(0,0,0,0.4);}
.cta-title h3 {font-size:44px; font-weight:700;}

.sub-group-title {padding:30px 3% 0 3%; font-size:2.75em;}

.cta-section {display:flex; flex-flow:row wrap; justify-content:space-between; margin:0; padding:3.5%; background:rgba(0,0,0,0.4);}

.sub-cta-section {justify-content:center; padding:30px 3.5% 3.5% 3.5%;}

.sub-cta-section .cta-item {
	width:14%; min-width:200px; margin:1%; font-size:1em;
	background: rgb(231,231,231); background: linear-gradient(180deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
}
.sub-cta-section .cta-item img {width:100%; max-width:147px;}
.cta-item {width:18%; margin:0; padding:0; font-size:1.5625em; font-weight:700; text-align:center; text-transform:uppercase; background:#fff; 
background: rgb(231,231,231); background: linear-gradient(180deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
}
.cta-item img {margin:0 auto; padding:0 0 .5em 0;}
.cta-item hr {width:88%; margin:1em auto; border-top:1px #ebebeb solid; border-bottom:1px #ebebeb solid;}
.cta-item a {display:block; padding:15% 3% 10% 3%; text-decoration:none; color:#353535;}
.cta-item span {font-weight:500;}

.cta-split {display:flex; flex-flow:column; justify-content:center; margin:0;}
.cta-split .split-item a {padding:5% 3%;}



/* SEARCH BAR
------------------------------------------------*/
.search-bar {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:0; padding:45px 5%; background:#ed1b24;}
.search-bar h5 {width:25%; margin:0; padding:0 2.5% 0 0; font-size:40px; text-align:center; color:#fff;}


/* SEARCH FORM
------------------------------------------------*/
.search-form {align-self:center; width:70%; margin:0; padding:0;}
.search-form .search-cells {width:24%; *width:24%; min-width:175px; box-sizing: border-box;}
.search-form input[type="text"], .search-form select {
	margin:6px .8% 9px 0;
    padding:14px 0;
    font-size: 15px;
    background-color: #F4F4F4;
	text-indent:12px;
	box-sizing: border-box; 
	border:none;
}

.search-form input[type="text"]:focus, .search-form input[type="email"]:focus, .search-form input[type="number"]:focus, .search-form input[type="time"]:focus, .search-form input[type="date"]:focus, .search-form select:focus {background-color:#fcfcfc;}

.search-form input[type="submit"] {height:47px; margin:10px 0 0 0; padding:0 35px; font-size:15px; border: none; color: #fff; background:#3D3D3D;
	transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;}

.search-form input[type="submit"]:hover {color:#fff; background:#5e5e5e; -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; -webkit-appearance: none;}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {width:100%; height:90px; overflow:hidden;}
.scrolling{width:100%; height:90px;}




/*  MAIN
------------------------------------------------*/	
.main {margin:0; padding:3.5% 10%;}
.main-home {/*display:flex; flex-flow:row wrap; align-items:flex-start;*/}



/*  ARTICLE
------------------------------------------------*/
article {margin:0; padding:0;}
article h1 {text-transform:uppercase;}
article h1 strong {color:#ed1b24;}

article p {font-size:1.125em; line-height:1.625em;}


/*  ASIDE
------------------------------------------------*/
aside {width:100%; max-width:500px; margin:2.5% auto 0 auto; padding:0;}



.form-heading {display:flex; flex-flow:row wrap; justify-content: space-between; margin:15px 0 0 0;}

.form-banner {width:49%;}
.form-banner img {width:100%;}

.heading-text {width:calc(49% - 32px); padding:35px 15px 15px; border:1px #e8e8e8 solid;}


/*  LOCATION BANNER
------------------------------------------------*/
.location-banner {width:100%; line-height:0; z-index:10; position:relative;}
.location-banner img {width:100%; height:auto; background-color:#000;}
.location-banner h6 {position:absolute; right:5%; bottom:5%; font-size:26px; font-weight:700; text-transform:uppercase; color:#fff; text-shadow:1px 1px #000;}



/*  SHORT LINE BRANDS
------------------------------------------------*/
.short-lines {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:0; padding:3% 0;}
.short-lines .short-brand {flex-grow:1; margin:0; padding:20px; background:#f7f7f7;}
.short-lines .short-brand:nth-child(even) {background:#edecec;}
.short-lines .short-brand img {display:block; margin:0 auto;}
.short-lines .short-brand a {display:block;}


/*  FINANCING
------------------------------------------------*/
.financing-button{width:31%; margin:0 1%; text-align:center; border:1px solid #888;border-radius: 28px;padding: 10px;box-shadow: 5px 5px 10px #888;}
.financing-button a{display:flex;flex-flow: column wrap;justify-content: center; text-decoration:none;}
.financing-button img{width:60%;margin:0 auto;}
.financing-button h2{font-size:20px;}


/*  INVENTORY GALLERY
------------------------------------------------*/
.inv-gallery {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; margin:15px 0 0 0; padding:3% 0 0 0;}
.inv-gallery .inv-category {flex-grow:1; margin:0 2px 4px 2px; background:#ed1b24;}

.inv-gallery .title-category {width:100%; background:#000;}
.inv-gallery .title-category a {padding:33px 20px !important;}

.inv-gallery .inv-category a {
	display:block; min-width:170px; margin:0 auto; padding:20px; text-align:center; text-decoration:none; font-size:.9em; font-weight:700; text-transform:uppercase; color:#fff;
}

.inv-gallery .inv-nav-icon {margin:0 0 4px 0;}
.inv-gallery .inv-nav-icon img {display:block; margin:0 auto;}


/*  RATES / CHART
------------------------------------------------*/
.rates-chart {
	display:flex; flex-flow:row wrap;  justify-content:space-between;
	width:100%; max-width:550px; margin:35px auto 2.5% auto; border-left:1px #ccc solid; background:#f7f7f7;
}

.rates-chart div {padding:10px 12px; text-align:center; border-right:1px #ccc solid; border-bottom:1px #ccc solid;  background:#f7f7f7;}

.rates-chart div:nth-of-type(-n+3) {padding:12px !important; text-transform:uppercase; text-align:center; font-weight:700; color:#fff; border-right:1px #fff solid; background:#ed1b24 !important;}

.rates-chart div:nth-of-type(3n+2) {background:#edecec;}

.rates-chart div:nth-of-type(3n+1) {width:calc(100% - 190px); /*width:calc(100% - 265px);*/ text-align:left;}
.rates-chart div:nth-of-type(3n+2) {width:85px;}
.rates-chart div:nth-of-type(3n+3) {width:105px;}

.rates-chart h5 {font-weight:600;}



/*  VIDEO GALLERY
------------------------------------------------*/
.video-gallery {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:100%; margin:3.5% 0 5% 0;}

.video-item {width:48%;}
.video-item video {width:100%;}



/*  STAFF GALLERY
------------------------------------------------*/
.staff-gallery {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-around; margin:4.5% 0 0 0;}
.staff-gallery .staff {width:33.3%; margin:0 0 2% 0; text-align: center;}
.staff-gallery .staff h3 {margin:0 0 4px 0; color:#ed1b24;}


/*  HOSTED CONTENT
------------------------------------------------*/
.hosted-content #listings-title {font-weight:600; color:#ed1b24;}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {background: #ed1b24 !important;}


/*  FEED INVENTORY
------------------------------------------------*/
.side-inv-wrap {display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between;}

.side-inv-nav {width:calc(19% - 2px); border:1px solid #f2f2f2;}
.inv-nav-link {margin:3px;}
.inv-nav-link a {
	display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; text-decoration:none; text-align:right; 
	padding:6px 10px; font-size:.9em; font-weight:700; text-transform:uppercase; color:#fff; background:#ed1b24;
}
.inv-nav-link a:hover {padding:6px 12px 6px 10px; letter-spacing:1px; color:#fff; background:#212121;}
.inv-nav-link .inv-nav-icon {}

.inv-section {width:81%}


/*  BLOG
------------------------------------------------*/


.main .blog-grid .blog-card a {
	text-decoration: none!important;
	color: inherit;
}

.published-date {
	font-size: 0.9rem;
	color: #777;
	margin-top: 5px;
	margin-bottom: 20px;
}


.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

/* Blog Card */
.blog-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease;
}

.blog-card:hover {
	transform: translateY(-5px);
}

.blog-card img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-content {
	padding: 15px;
}

.blog-content h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.blog-content p {
	color: #555;
	margin-bottom: 10px;
}

.read-more {
	color: #0078D4;
	font-weight: bold;
	font-size: 0.9rem;
}


.blog-article {
	margin: 0 auto;
	padding: 20px;
	font-family: 'Segoe UI', sans-serif;
	background-color: #fff;
	color: #333;
}

.blog-article h1 {
	font-size: 2.5rem;
	margin-bottom: 5px;
}

.published-date {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 30px;
}

.blog-article article {
	margin-bottom: 40px;
}

.main h2 {
	font-size: 1.20rem; 
	font-weight: bold;  
	margin-bottom: 10px;
	color: #222;
}

.blog-article p {
	margin-bottom: 15px;
	line-height: 1.6;
}

.breadcrumb {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 40px;
	padding-bottom: 16px; 
	border-bottom: 1px solid #eee; 
	line-height: 1.6; 
}

.breadcrumb a {
	color: #777;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline !important; 
}









/*  STORE BANNER
------------------------------------------------*/
.store-banner {display:flex; flex-flow:row wrap; align-items:center; justify-content:center; margin:2% 0 4% 0; color:#fff; background:#ed1b24;}
.store-banner .content-image {margin:-1.5% 0; padding:0;}
.store-banner .content-image img {width:100%; border:7px #fff solid;}

.store-banner .content-text {max-width:30%; margin:0 0 0 5%; padding:0;}

.store-banner h4 {text-transform:uppercase;}
.store-banner p {font-size:1.125em; line-height:1.5;}
.store-banner a {padding:12px 4.5%; text-decoration:none; color:#fff; border:1px #fff solid;}



/*  LOCATION MAPS
------------------------------------------------*/
.locations-section {display:flex; flex-flow:row wrap; justify-content:center; margin:0; padding:3% 5%; background:#fbfbfb;}
.locations-section .section-title {width:100%; font-size:3.43em; text-align:center; color:#ed1b24;}

.locations-section .location {display:flex; flex-flow:row wrap; justify-content:center; width:48%; margin:2.5% 0 0 0; padding:0;}
.locations-section .location:last-of-type {margin:2.5% 0 0 .5%;}
.locations-section .location a {text-decoration:none;}
.locations-section .location iframe {width:100%; max-width:500px; height:300px; border:2px #dadada solid;}

.locations-section .location .location-contact {margin:2.5% 3.5% 0 0; font-size:1.125em; line-height:1.5;}
.locations-section .location:last-of-type .location-contact {margin:2.5% 0 0 3.5%;}


/*  FOOTER NAV
------------------------------------------------*/
.site-footer-nav {z-index:350; position:relative; margin:0; padding:15px 0; background:#e7131d;}
.site-footer-nav ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:space-around; max-width:66%; margin:0 auto; padding:0;}
.site-footer-nav ul li {margin:0; padding:0; list-style-type:none;}		
.site-footer-nav ul li a {
	display:block; margin:0 10px; padding:12px 0;
    font-size:1.125em; line-height:1.125em; text-align:center; text-decoration:none; text-transform:uppercase;
    color:#fff;
	-webkit-transition:.5s ease-in; -moz-transition:.5s ease-in; -o-transition:.5s ease-in; transition:.5s ease-in;	
}
.site-footer-nav ul li a:hover {color:#1e1e1e;}


/*  FOOTER
------------------------------------------------*/
.site-footer {padding:20px 0; font-size:.8125em; line-height:1.625em; text-align:center; color:#fff; background:#1e1e1e;}
.site-footer strong {font-size:1.0625em; text-transform:uppercase;}
.site-footer .fa-copyright {font-size:.75em;}





/************************************************ Responsive Styles **/

@media screen and (max-width: 1750px) {
	/*.selectfields {width:50%;}*/
		
	nav.primary ul li a {font-size:1.15em;}
		
		
	.quick-contact-bar {width:75%; padding:1.25em 5% 1.25em 3%; }
	.site-header {padding:20px 5% 20px 7.5%;}
	.cta-item {width:22%;}	
	.locations-section {display:flex; flex-flow:row wrap; justify-content:space-around;}
	.locations-section .location {display:flex; flex-flow:column; justify-content:space-around; width:45%; margin:2.5% 0 0 0; padding:0;}
	.locations-section .location iframe {order:-1; max-width:inherit;}
	.locations-section .location .location-contact {order:1; margin:2.5% auto 0 auto; text-align:center !important;}
	.locations-section .location:last-of-type .location-contact {margin:2.5% 0 0 3.5%;}
}

@media screen and (max-width: 1615px) {
	nav.primary ul li a {font-size:1em;}
	
	.side-inv-wrap {flex-flow:column; align-items:flex-start; justify-content:center;}
	.side-inv-nav {
		display:flex; flex-flow:row wrap; align-items:flex-start; justify-content:space-between;
		width:calc(99% - 2px); min-width:inherit; margin:0 0 1.5em 0; padding:0.5%;
	}
	.inv-nav-link {width:24%; margin:.5%;}
	.inv-section {width:100%;}
}

@media screen and (max-width: 1460px) {
	.quick-contact-bar {width:70%;}
	.quick-contact-bar a {font-size:.86em;}
	.contact-group a:first-of-type {margin:0 1em 0 0;}
	a.quick-link:first-of-type {margin:0 1.3em 0 0;}	
	nav.primary ul li a {font-size:.85em;}
	nav.primary ul li li {width: 285px;}
	nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 285px; font-size:.8em;}
	.secondary-nav {display:none;}
	.search-bar h5 {width:100%; padding:0; font-size:40px;}
	.search-form {display:flex; flex-flow:row wrap; justify-content:center; width:100%;}
	.search-form input[type="submit"] {height:48px;  margin:6px 0 0 0;}
	aside {max-width:500px; min-width:500px; margin:0 0 0 2.5%; padding:0;}
}

@media screen and (max-width: 1300px) {
	.quick-contact-bar {position:relative; display:flex; flex-flow:row wrap; align-items:center; justify-content:space-between; width:93%; margin:0 0 0 auto; padding:1em 3.5%; -webkit-clip-path:none; clip-path:none;}
	
	.site-header {flex-flow: row wrap; padding:20px 0 0 0;}
	.site-header .logo {margin:0 auto;}
	.site-header .desktop-nav {display:none;}
	
	#menu-button{width:100%; display:block; margin:20px 0 0 0; font-size:1.25em; position: relative; z-index:400; background:#ed1b24;}
	#menu-button a{display:flex; flex-flow:row wrap; align-items:center; justify-content: space-between; color:#fff; text-decoration: none; padding:1em 1.25em; font-weight:100;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-chevron-down {position:absolute; right:10px; margin:18px 0 0 0;}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 99999999;
		overflow:auto;
		background:#333;
	}
	
	/* MENU HEADER SOCIAL MEDIA */
	nav.mobile .social-media {
		position: absolute;
		text-decoration: none;
		vertical-align: top;
		z-index:9999;
		display: inline-block;
		
		top: 15px;
		left: 15px;
		font-size:16px;
		word-spacing:13px;
		color: #ccc !important;
	}
	
	nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
	nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}
	
	/* MENU HEADER STYLES */
	nav.mobile h3 {	
		color: #ccc;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
		background:#313131;
	}			
	nav.mobile .menu-title {position: absolute; vertical-align: top; top: 16px; right: 47px; text-transform:uppercase; font-size:12px; color: #ccc;}
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color: #ccc; text-decoration: none; vertical-align: top; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px; border-bottom: 1px solid #303030;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color: #999;
		position: relative;
		display: block;
		font-size:15px;
		text-align:right;
		text-decoration: none;
		border-left:4px #333 solid;
		padding: 15px 35px 15px 20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #ed1b24 solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {color: #ccc; background: #444; border-left:4px #444 solid; padding:15px 10px 15px 15px;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {color: #ccc; background: #555; border-left:4px #555 solid;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}
	
	.nav-footer {color:#777; position:relative; text-align:center; font-size:13px; line-height:18px; padding:15px 0;}
}

@media screen and (max-width: 1250px) {
	.main {padding:3.5% 5%;}
	.main-home {flex-flow:row wrap;}
	.main-home article {width:100%;}
	aside {max-width:500px; min-width:280px; margin:2.5% auto 0 auto;}
	.cta-item {width:24%; font-size:1.25em;}
	.staff-gallery .staff {width:50%;}
}

@media screen and (max-width: 1150px) {	
	.video-gallery {justify-content:center;}
	.video-item {width:75%;}
	.video-item:first-of-type {margin:0 0 3.5% 0;}
	
	.inv-nav-link {width: 32.3%;}
	.inv-nav-link a {font-size:.9em;}
	.financing-button{width:48%;}
}

@media screen and (max-width: 1100px) {	
	.form-heading {display:flex; flex-flow:column; justify-content: space-between; margin:0px 0 0 0;}

	.form-banner {width:100%;}
	.heading-text {width:calc(100% - 32px); margin:35px 0 0 0; padding:25px 15px; }
}

@media screen and (max-width:1024px) {
	.site-form .three-cells {width:100%; *width:100%;}
	.selectfields {width:100%;}
	
	.hero-title {right:0; left:0; margin:0 auto; font-size:3.375em;}
	
	.cta-item {font-size:1.15em;}
	
	.search-form .search-cells {width:47%; *width:47%; min-width:175px;}
	.search-form input[type="text"], .search-form select {margin:6px 1% 9px 1%;}
	.search-form input[type="submit"] {width:47%; height:44px;  align-self:center; margin:0 1%;}
	
	.store-banner .content-image {width:50%;}
	.store-banner .content-text {max-width:40%;}
	.store-banner p {font-size:1em;}
	
	.locations-section .location {width:95%;}
}

@media screen and (max-width:900px) {
	.cta-item {width:45%; margin:3% 2.5%;}
}

@media screen and (max-width: 785px) {
	.quick-contact-bar .contact-group:nth-of-type(3) {display:none;}
	.hero-title {font-size:2.375em;}
	.hero video {padding:2.5%;}
	.cta-title {font-size: 2.5em}
	article h1 {font-size:22px;}
	.store-banner {padding:5% 0 40px 0;}
	.store-banner .content-image {display:none;}
	.store-banner .content-text {max-width:80%; margin:0; text-align:center;}
	.staff-gallery .staff {width:100%; margin:0 0 4% 0;}
	.inv-nav-link {width:49%;}
	
	.rates-chart div {font-size:.875em;}
		
	.financing-button{width:100%;margin:0 0 25px 0;}
	
	.cta-group {background-image:none; background: rgb(41,41,39); background: linear-gradient(4deg, rgba(41,41,39,1) 0%, rgba(217,165,108,1) 100%);}
	.feed-group {background-image:none; background: rgb(77,69,66); background: linear-gradient(89deg, rgba(77,69,66,1) 0%, rgba(115,102,94,1) 94%);}
	.ranch-group {background-image:none;background: rgb(79,76,23);background: linear-gradient(0deg, rgba(79,76,23,1) 0%, rgba(161,154,84,1) 35%, rgba(226,221,192,1) 100%);}
	.health-group {background-image:none; background: rgb(103,183,236); background: linear-gradient(180deg, rgba(103,183,236,1) 0%, rgba(85,113,54,1) 65%, rgba(96,112,50,1) 100%);}
}

@media screen and (max-width:600px) {
	.quick-contact-bar {flex-flow:column; padding:.2em 3.5%;}
	.quick-contact-bar .contact-group {margin:.6em 0;}
	.search-form .search-cells {width:100%; *width:100%; min-width:175px;}
	.search-form input[type="text"], .search-form select {margin:6px 0 9px 0;}
	.search-form input[type="submit"] {width:100%; margin:6px 0 9px 0;}
	.video-item {width:95%;}
	.video-item:first-of-type {margin:0 0 5% 0;}
}
	
@media screen and (max-width:550px) {
	.hero-title {display:none;}
	.cta-title {font-size:1.5em}
	.cta-item {width:95%;}
	.cta-split {padding:4% 0;}
	.heading-text {margin:20px 0 0 0;}
	.feed-section .feed-link {margin:20px 0 0 0;}
	.main {padding:6.5% 10%;}
	aside {margin:6.5% auto 0 auto;}
	.side-inv-nav {display:none;}
}

@media screen and (max-width: 485px){
	.rates-chart div:nth-of-type(-n+3) {font-size:.75em !important;}
	.rates-chart div:nth-of-type(3n+1) {width:calc(100% - 195px);}
	.rates-chart div:nth-of-type(3n+2) {width:65px;}
	.rates-chart div:nth-of-type(3n+3) {width:55px;}
}

@media screen and (max-width: 375px){
	.rates-chart {border-top:1px #ccc solid;}
	.rates-chart div:nth-of-type(-n+3) {display:none;}
}