﻿/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
:root{
	--text: 'Roboto', sans-serif;
	--detail: 'Saira Extra Condensed', sans-serif;
	--blue: #007494;
	--gray: #EDEDED;
}



/*-------- BODY STYLES --------*/
*{box-sizing:border-box;}
body {
	font-family:'Roboto', sans-serif;
}
a{text-decoration:none;}
.blue-btn{width:180px; display:block; transition:.3s ease; text-align:center; padding:16px; background:var(--blue); box-sizing:border-box; color:#fff; }
.blue-btn:hover{background:#000;}
.white-btn{width:180px; display:block; transition:.3s ease; border:solid 1px #fff; text-align:center; padding:16px; background:#fff; box-sizing:border-box; color:#000; }
.white-btn:Hover{background:var(--blue); color:#fff;}

/*--- PRODUCTION-SALES STYLES ---------------------*/
.button-container {display: flex; gap: 15px; align-items: center; margin-top: 50px; flex-wrap: wrap; padding-bottom:25px; }
.production-width {max-width: 1500px; margin: 0 auto; width: 100%; padding: 75px 25px; box-sizing: border-box;}
.production-text h2 {font-size: 50px; text-transform: uppercase;}
.production-text span {font-size: 30px; color: #757575;}


/*--- HEADER STYLES ---------------------*/
header{width:100%; position:relative; z-index:50; background:#fff; box-shadow:1px 1px 4px 2px rgba(0,0,0,.1);}
.header{width:100%; max-width:1500px; margin:0 auto; padding:10px; box-sizing:border-box;}
.logo{width:100%; max-width:240px;}
.logo a{padding:0!important;}
.logo img{width:100%;}
.logo-mobile{display:none; max-width:240px; width:100%;}
.logo-mobile img{width:100%;}

/*---BODY--------------------------------*/
.hero{width:100%; background-color:#000; height:800px; position:relative;}
.hero img{width:100%; height:100%; background-color:#000; object-fit:cover; filter:brightness(.7);}
.hero-text{position:absolute; z-index:40; top:18%; width:100%; text-align:center;max-width:900px; left:0; right:0; margin:0 auto;}
.hero-text h1{font-size:100px; text-transform:uppercase; color:#fff; font-weight:800; letter-spacing:-4px; line-height:105px; font-family:'Heboo', sans-serif;}
.hero-text h1 span{-webkit-text-fill-color: transparent;  -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff; font-family:'Heboo', sans-serif;}
.hero-text h2{font-size:32px; font-weight:600; color:#fff; font-family:var(--detail); text-transform:uppercase; border-bottom:solid 2px #fff; display:inline-block;}

/*---WELCOME--------------------------------*/
.welcome{max-width:1500px;z-index:30; text-align:center; position:relative; margin:0 auto; width:98%; background:#fff;/*-- border-top:solid 5px var(--blue)--*/; margin-top:37px; padding:50px; box-sizing:border-box;}
.welcome h2 span{font-size:32px; font-weight:600; letter-spacing:0px; font-family:var(--detail); text-transform:uppercase; border-bottom:solid 2px #fff; display:inline-block;}
.welcome h2{font-size:80px; max-width:900px; margin:0 auto; text-transform:uppercase; font-weight:800; letter-spacing:-4px; line-height:80px; font-family:'Roboto', sans-serif;}
.welcome p{font-size:14px; line-height:24px; padding:20px 0; max-width:900px; margin:0 auto;}
.btn-row{display:flex; flex-direction:row; justify-content: center; width:100%; gap:5px;}

/*-----LINKS------------------------------*/
.width{max-width:1500px; margin:0 auto; width:100%; padding:0 10px; box-sizing:border-box;}
.width-production{
	padding: 0;
}
.row{width:100%; display:flex; flex-direction:row; gap:25px; padding:60px 0;}
.link-50{width:calc(50% - 15px);}
.link-50 img{width:100%; height:320px; object-fit:cover;}
.link-50 h2{font-size:40px; text-transform:uppercase; font-family:var(--detail); color:#000; padding:15px 0 0;}
.link-50 p{font-size:14px; line-height:24px; padding:10px 0 20px 0;}

.gray-half{background:linear-gradient(to bottom, #ededed 60%, #fff 60%); padding:80px 0;}
.gray-production-sale{ background: linear-gradient(to bottom, #ededed 35%, #fff 60%);}
.genetics{width:100%; max-width:1500px; margin:0 auto; display:flex; padding:20px 0; flex-direction:row; justify-content: space-between;}
.genetic-production{ align-items: center;}
.genetics h2{font-size:68px; line-height:70px; text-transform:uppercase; font-weight:600; max-width:500px; font-family:var(--detail); color:#000;}
.genetics h2 span{color:var(--blue);}
.genetics .text{width:50%; text-align:right;}
.text p{ font-size:14px; line-height:24px;}
.text a{float:right;}

.qls{display:flex; padding:50px 0; flex-wrap:wrap; flex-direction:row; gap:15px;}
.qls-production{padding-top: 25px!important;}
.ql{width:calc(33.33% - 10px);}
.ql-production{
	width: calc(19.33% - -125px);
}
.ql-production img{
	height: 80px!important;
	border: none !important;
}
.ql img{width:100%; border:solid 1px #ccc; height:300px; object-fit:cover;}
.ql a{width:100%; transition:.3s ease; display:block; margin-top:5px; text-align:center; padding:16px; background:var(--blue); box-sizing:border-box; color:#fff;}
.ql a:hover{background:#000;}
/*----------Auction-------------------*/
.sale-row{display:flex; flex-direction:row; width:100%;}
.sale-row img{width:50%; max-height:850px; object-fit:cover;}
.sale{width:50%; padding:100px 50px; box-sizing:border-box; background:var(--blue); color:#fff;}
.sale h2{font-size:90px; text-transform:uppercase; color:#fff; font-weight:900; letter-spacing:-4px; line-height:95px; font-family:'Roboto', sans-serif;}
.sale h2 span{-webkit-text-fill-color: transparent; font-weight:700;  -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff; font-family:'Heboo', sans-serif;}
.sale h3{font-size:44px; line-height:48px; font-family:var(--detail); font-weight:600; color:#fff; padding:25px 0;}
.sale p{font-size:16px; line-height:24px; padding:20px 0;}
.sale a{margin-top:60px; display:block;}

.blue-half{background:linear-gradient(to bottom, #fff 50%, #007494 50%);}
.status{width:98%; margin:0 auto; padding:80px 20px; box-sizing:border-box; background:#fff; text-align:center;}
.status h2{font-size:70px; text-transform:uppercase; color:#000; font-weight:800; line-height:75px; font-family:'Roboto', sans-serif;}
.status h2 span{font-size:32px; font-weight:600; color:#000; letter-spacing:0; font-family:var(--detail); text-transform:uppercase; border-bottom:solid 2px #fff; display:inline-block;}
.status p{font-size:16px; line-height:24px; margin:0 auto; max-width:1200px; padding-top:40px;}



/*------Sub Pages---------*/
.gray-back{background:#ededed; padding:80px 0 150px 0;}
.genetics h1{font-size:68px; line-height:70px; text-transform:uppercase; font-weight:600; max-width:500px; font-family:var(--detail); color:#000;}
.top-margin{margin-top:-140px;}
.herd a{display:block; background:transparent; transition:.3s ease; margin-top:10px; text-align:left; padding:16px 0; color:var(--blue); box-sizing:border-box; font-weight:800;}
.herd a:hover{background:transparent; color:#000;}
.herd h2{font-size:22px; padding:10px 0; font-weight:600;}
.herd p{font-size:16px; line-height:24px; color:#333;}


.about-row{display:flex; flex-direction:row; padding:30px 0; }
.sec{width:50%;}
.sec img{width:90%;}
.about-text{padding:5% 0 0 3%; box-sizing:border-box;}
.about-text h2{font-size:55px; text-transform:uppercase; color:#000; font-weight:600; line-height:58px; font-family:var(--detail);}
.production-sub{padding: 0;}
.about-text p{padding-top:30px; font-size:16px; line-height:24px;}
.about-text ul{padding:10px 0;}
.about-text ul li{line-height:26px;}


/*--------Auction Gallery----------------*/
 #gal_container {padding:40px 10px;margin:0 auto;text-align:center;}
#gal_container img{max-width:350px!important; height:350px; object-fit:cover; width:100%!important; margin:5px;}


/*-----Contact-------*/
.contact-row{display:flex; flex-direction:row; padding:40px 0;}
.flex-form{width:50%;padding:40px; background:#fff; box-sizing:border-box; box-shadow:1px 1px 3px 2px rgba(0,0,0,.1);}
.contact-info{width:50%; padding:8% 3% 1% 3%;}
.contact-info h2{font-size:55px; text-transform:uppercase; color:#000; font-weight:600; line-height:58px; font-family:var(--detail); padding-bottom:20px;}
.contact-info h3{font-size:18px; text-transform:uppercase; font-weight:600; font-family:var(--text); padding:10px 0 5px 0;}
.contact-info p{font-size:14px; font-weight:500; line-height:26px; color:#333;}
.contact-info p a{font-size:14px; font-weight:400; color:#333;}
.contact-info p a:hover{color:var(--blue);}

/*--------FORM STYLES--------------------*/
#formpage {width:100%;vertical-align: top;display:inline-block;text-align:left;}
#formpage label{font-size:18px; font-weight:500; padding:10px 0 5px 0;}
#formpage input, select {padding:14px;border: 1px solid #ccc;color: #777!important;font-size: 14px;}
.flex-row{display:flex;flex-direction:row;width:100%;}
.form-half{width:calc(50% - 10px);display: inline-block;vertical-align: middle;margin:5px;}
.form-whole{width:calc(100% - 10px);display:block;vertical-align:middle;margin:5px;}
.form-third{width:calc(33.33% - 10px);display:block;vertical-align:middle;margin:5px;}
input[type="text"], input[type="email"], input[type="date"], select, input[type="phone"]{width:100%;box-sizing:border-box;}

#formpage textarea {font-family:'Arial', sans-serif; font-size:14px; box-sizing:border-box;padding: 14px;border: 1px solid #ccc!important;color: #000;background: #fff;width: 100%;height: 100px;border-radius:2px;}
#formpage textarea:focus{border: 1px solid #ccc; border-radius:2px} 


#formpage input.submit-button, #submit-btn button{width:180px; display:block;  padding:12px; height:42px; text-align:center; font-size:16px; margin:0 3px; box-sizing:border-box; color:#fff; background:var(--blue); border:none;}

#formpage input.submit-button:hover, #submit-btn button:hover{background:#000; cursor:pointer; color:#fff!important;}
.submit-button, #submit-btn{padding:10px 0px 10px 0px;position:relative;width:100%;text-align:center;}
.captcha-button{width:180px;}
.include-captcha{display:none;}
#formpage input.submit-button{color:#fff!important;}
.CaptchaPanel{text-align:left!important;}


/*-------- FOOTER STYLES ----------------*/
footer{width:100%; background:var(--blue);}
.footer{width:100%; max-width:1500px; margin:0 auto; padding:60px 10px; box-sizing:border-box; display:flex; flex-direction:row; justify-content: space-between;}
.foot-left h2{font-size:25px; color:#fff; text-transform:uppercase;}
.foot-left ul{padding:15px 0;}
.foot-left ul li a{color:#fff; font-size:15px; line-height:30px;}
.foot-left ul li a:last-of-type{padding-top:10px;}
.footer a:hover{text-decoration:underline;}

.foot-links{display:flex; flex-direction:row; justify-content: flex-end;}
.foot-links a{color:#fff; font-size:16px; text-transform:uppercase; padding:0 10px; font-weight:500;}
.foot-right a i{float:right; clear:both; color:#fff; font-size:20px; padding:15px;}


/*-----Banner-------*/
.blue-banner{
	background: linear-gradient(to bottom, #007494 65%, #fff 65%);
    padding-bottom: 240px;
    margin-top: -180px;
    position: absolute;
    width: 100%;
    z-index: 29;
}
.bb-context h2{
	font-size: 51px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: none;
    font-family: var(--detail);
    color: #fff;
}
.bb-wrapper{
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bb-button{
	display: flex;
    gap: 5px;
}
.bb-button .text .a{
	background-color: #fff;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: var(--blue) !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: var(--blue) !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;
    /*-----------------------MEDIA QUERIES-----------------------*/
}






/*---------- RESPONSIVE STYLES ----------*/


@media only screen and (max-width: 1400px) {
	.sale h2{font-size:70px; line-height:75px;}
	.welcome{ margin-top: 122px;}
	.bb-context h2{max-width: 775px;}
	.bb-wrapper{
		padding-right: 12px;
    	padding-left: 12px;
	}
}

@media only screen and (max-width: 1200px) {
	.sale {padding:50px 30px;}
	.about-text{padding:0 20px 0 0;}
}
@media only screen and (max-width: 1100px) {	
	.hero-text h1{font-size:80px; line-height:82px;}
	.hero{height:700px;}
	.welcome h2, .status h2{font-size:60px; line-height:65px;}
	.link-50 img{height:280px;}
	.genetics{flex-direction:column; padding:20px 10px; box-sizing:border-box;}
	.genetics h2{width:100%; max-width:500px;}
	.genetics .text{width:100%; text-align:left;}
	.text p{text-align:left; padding:20px 0 10px 0;}
	.text a{float:none;}
	.ql{width:calc(50% - 10px);}
	.sale-row{flex-direction:column-reverse;}
	.sale-row img{width:100%; max-height:450px;}
	.sale{width:100%;}
	.contact-row{flex-direction:column-reverse;}
	.top-margin{margin-top:0;}
	.gray-back{padding:80px 10px;}
	.flex-form, .contact-info{width:100%;}
	.contact-info{padding:3% 10px;}
	#gal_container img{height:280px;}
	.bb-wrapper{display: flex; flex-direction: column; gap:10px;}
	.blue-banner{padding-bottom: 297px; }
	.bb-context{max-width: 1000px;}
	.welcome{margin-top: 204px;}
}
@media only screen and (max-width: 1000px) {
	.about-row{flex-direction:column-reverse;}
	.about-row:nth-last-of-type(2){flex-direction:column;}
	.sec{width:100%;}
	.about-text{padding:30px 10px;}
	.sec img{max-width:600px; width:100%; display:block;}
	.about-row{padding:0;}
	.production-sub{ padding: 30px 10px 0px 10px;}
}
@media only screen and (max-width: 850px) {	
	.footer{flex-direction:column;}
	.foot-left, .foot-right{width:100%; text-align:left;}
	.foot-links{justify-content: flex-start; flex-wrap:wrap;}
	.foot-links a{padding:10px;}
	.foot-right{padding-top:15px;}
	.foot-left{padding:0 10px;}
	.foot-right a i{float:none;}
	.contact-info h2{font-size:45px; line-height:50px;}
	.about-text h2{font-size:40px; line-height:45px;}
}
@media only screen and (max-width: 800px) {	
	.hero-text h1{font-size:65px; line-height:68px;}
	.welcome h2, .status h2{font-size:45px; line-height:50px;}
	.row{flex-direction:column;}
	.link-50{width:100%;}
	.ql img{height:260px;}
	.genetics h2, .genetics h1{font-size:60px; line-height:65px;}
	.bb-context h2{
		font-size: 60px;
		line-height: 65px;
	}
	.blue-banner{padding: 71px 0; background: #007494;}
	.welcome{padding-top: 10px;}
}

@media only screen and (max-width: 680px) {	
	.production-width img {max-width:500px; width: 100%; display: block;}
	
}

@media only screen and (max-width: 650px) {	
	.hero-text h1{font-size:40px; line-height:45px;}
	.hero{height:500px;}
	.hero-text h2, .welcome h2 span, .status h2 span{font-size:26px;}
	.welcome h2, .status h2{font-size:35px; line-height:38px;}
	.ql{width:100%;}
	.sale h2{font-size:55px; line-height:60px;}
	.sale h3{font-size:30px; line-height:35px;}
	.status{width:100%;}
	.gray-half{padding:40px 0;}
	.genetics h2, .genetics h1{font-size:50px; line-height:55px;}
	.gray-back{padding:40px 0;}
	.contact-info h2{font-size:35px; line-height:40px;}
	.bb-context h2{
		font-size: 50px;
	}
}
@media only screen and (max-width: 550px) {
	.hero{height:300px;}
	.hero-text {top:20%;}
	.welcome{margin-top:0; width:100%;}
	h1, h2, h3{letter-spacing:0px!important;}
	.link-50 h2{font-size:30px; line-height:35px;}
	.ql img{height:240px;}
	.sale h2{font-size:45px; line-height:50px;}
	.sale a{margin-top:30px;}
	.status h2{font-size:26px; line-height:30px;}
	.status h2 span{font-size:20px;}
	.genetics h2, .genteics h1{font-size:40px; line-height:45px;}
	.welcome h2{font-size:30px; line-height:32px;}
	.welcome{padding: 49px 30px 30px 30px;}
	.hero img{filter:brightness(.5);}
	.status{padding:40px 10px;}
	.flex-row{flex-direction:column;}
	.form-third{width:calc(100% - 10px);}
	.flex-form{padding:30px;}
	.ga-logo img{object-fit: contain;}
	.blue-banner{margin-top: -49px;
    position: relative;
    padding-bottom: 60px;}
	.bb-context h2{font-size: 40px;line-height: 45px;}
}
@media only screen and (max-width: 400px) {
	.sale h2, .genetics h2, .genetics h1{font-size:35px; line-height:40px;}
	.sale h3{font-size:28px; line-height:32px;}
	.sale-row img{max-height:350px;}
	.btn-row{flex-direction:column; justify-content: center;}
	.btn-row a{margin:0 auto;}
	.hero-text h1{font-size:32px; line-height:34px;}
	.hero-text h2{font-size:22px;}
	.hero{height:260px;}
	.link-50 img, .ql img{height:180px;}
	.flex-form{padding:20px;}
	.contact-info h2{font-size:28px; line-height:30px;}
	.about-text h2{font-size:35px; line-height:40px;}
	.bb-button{flex-direction: column;flex-wrap: wrap; align-content: center;}
}

@media only screen and (max-width: 360px) {
	.production-text h2 {font-size:30px;}
	
}

@media only screen and (max-width: 234px) {
	.production-text h2 {font-size:18px;}
	.production-text p {font-size:14px;}
	
}





