* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: unset;
}
a {text-decoration:none;cursor: pointer;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	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;
}
button {
	cursor: pointer;
	border: none;
	border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*=== END RESET ===*/
::-moz-selection {
    background: #bd1e2e;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #bd1e2e;
    color: #fff;
    text-shadow: none;
}

/*=== Clearfix ===*/
.clear {clear: both;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*=== ELEMENTS ===*/
img {max-width: 100%;}
body {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, 2.5vw, 18px);
	line-height: 28px;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: roboto-slab, serif;
	font-weight: 700;
	font-style: normal;
}
h1 {font-size: 42px;line-height: 56px;}
h2 {font-size: 28px;line-height: 42px;}
h3 {font-size: 22px;line-height: 36px;}
h4 {font-size: 22px;line-height: 36px;}
hr.divider{border:#bd1e2e 2px solid;max-width: 150px;width: 100%;margin: 10px 0;}
button.primary-white {
	width: 100%;
	transition: all ease .3s;
	padding: 15px 25px;
	background-color: transparent;
	color: #ffffff;
	text-align: center;
	font-size: clamp(16px, 100%, 18px); 
}
button.primary-white:hover {
	background-color: #000000;
}
button.primary-white:hover i {
	transition: .3s ease all;
}
button.primary-white:hover i {
	padding-left: 15px;
}
button.secondary-white {
	min-width: max-content;
	transition: all ease .3s;
	padding: 15px 25px;
	background-color: transparent;
	color: #bd1e2e;
	text-align: center;
	font-size: clamp(16px, 100%, 18px); 
}
button.secondary-white:hover {
	color: #000000;
}
button.secondary-white:hover i {
	transition: .3s ease all;
}
button.secondary-white:hover i {
	padding-left: 15px;
}

/*=== GLOBAL ===*/
.flex-container {
	display: flex;
}
.flex-vertical {
	flex-direction: column;
}
.flex-horizontal {
	flex-direction: row
}
.flex-width {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.flex-height {
	height: 100%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.set-width {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

.justify-center {
	justify-content: center;
}
.justify-right {
	justify-content: flex-end
}
.justify-left {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}

.align-center {
	align-items: center;
}
.align-top {
	align-items: flex-start;
}
.align-bottom {
	align-items: flex-end;
}
.align-all-center {
	align-items: center;
	justify-content: center;
}

.align-self-center {
	align-self: center;
}
.align-self-right {
	align-self: flex-end;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.left-icon {
	margin-right: 10px;
}
.right-icon {
	margin-left: 10px;
}
.clickable {
	cursor: pointer;
}

.mobile-only {
	display: none;
}

.max-width {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}
.hidden {
	display: none;
	transition: all ease .3s;
}
a.logo-container {
	line-height: 0;
}
ul.breadcrumb {
	padding: 30px 0;
	list-style: none;
}
ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	line-height: 18px;
}
ul.breadcrumb li+li:before {
	padding: 8px;
	color: #bd1e2e;
	content: "/\00a0";
}
ul.breadcrumb li a {
	text-decoration: none;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}
.success-message {
	color: #1ebd66;
}

.livestock-card-group {
	gap: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.livestock-card-group h3 {
	font-size: 28px;
}
.livestock-card-group .livestock-card {
	border: 1px solid #000000;
	background-color: #ffffff;
}
.livestock-card-group .livestock-card .reg-number {
	background-color: #bd1e2e;
	color: #ffffff;
	text-align: center;
	padding: 10px 5px;
}
.livestock-card-group .livestock-card .livestock-image {
	object-fit: cover;
    object-position: center;
	height: fill;
    height: -webkit-fill-available;
}
.livestock-card-group .livestock-card .info-section .text-detail {
	padding: 5px 15px 20px;
}
.livestock-card-group .livestock-card .info-section .text-detail table {
	border-spacing: 0px 10px;
	border-collapse: separate; 
}
.livestock-card-group .livestock-card .info-section .text-detail table tr {
	background-color: #e7e7e7;
	color: #bd1e2e;
}
.livestock-card-group .livestock-card .info-section .text-detail table tr td {
	padding: 5px 10px;
}
.livestock-card-group .livestock-card h4 {
	color: #bd1e2e;
}
.livestock-card-group .livestock-card button {
	background-color: #000000;
}

.solid-hero {
	background-color: #f1f3f4;
	padding: 0 5vw;
}
.solid-hero h1 {
	color: #bd1e2e;
	padding: 65px 0 10px;
	text-align: center;
}
.solid-hero h2 {
	color: #bd1e2e;
    padding: 65px 0 10px;
    text-align: center;
	font-size: 42px;
    line-height: 56px;
}

.default-page, .sires-semen-page, .donors-page, .inventory-page, .contact-us-page {
	background-image: url("/siteart/stardust.png");
	background-repeat: repeat;
	background-position: center top;
}
.sires-semen-page .livestock-card-group, .donors-page .livestock-card-group {
	padding: 75px 0;
}

/*=== HEADER ===*/
header.site-header {
	background-color: #bd1e2e;
}
header.site-header .top-header {
	background-color: #000000;
	color: #ffffff;
	padding: 5px 0;
	font-size: 16px;
}
header.site-header .logo {
	height: 20px;
    background-color: #ffffff;
    width: 100%;
}
header.site-header .logo img {
	width: 150px;
	z-index: 999;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
}

/*=== FOOTER ===*/
footer.site-footer {
	color: #ffffff;
}
footer.site-footer .map {
	line-height: 0;
}
footer.site-footer .top-footer {
	background-color: #bd1e2e;
	text-align: center;
	position: relative;
	padding-top: 50px;
}
footer.site-footer .logo {
	height: 20px;
    background-color: #ffffff;
    width: 100%;
}
footer.site-footer .logo img {
	width: 150px;
	z-index: 999;
	position: absolute;
	left: 50%;
    transform: translate(-50%, -50%);
}
footer.site-footer .top-footer .footer-nav {
	padding: 15px 0;
	font-family: roboto-slab, serif;
	font-weight: 700;
	font-style: normal;
	gap: 10px 20px;
	flex-wrap: wrap;
}
footer.site-footer .bottom-footer {
	background-color: #000000;
	text-align: center;
	padding: 5px 0;
	font-size: 16px;
}

/*=== PAGE STYLES ===*/
/*=== DEFAULT-PAGE ===*/
.default-page .hero-image img {
	height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.default-page .main-content-wrapper {
	gap: 75px;
	display: flex;
	flex-direction: column;
	position: relative;
	top: -75px;
}
.default-page .cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas:
    'herotext herotext'
    'femalebutton malebutton';
  	gap: 3px;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	background-color: #ffffff;
}
.default-page .hero-text {
	background-color: #bd1e2e;
	grid-area: herotext;
	text-align: center;
	color: #ffffff;
	padding: 35px 15px;
}
.default-page .hero-text h2{
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.default-page .female-button {
	background-color: #bd1e2e;
	grid-area: femalebutton;
	text-align: center;
}
.default-page .male-button {
	background-color: #bd1e2e;
	grid-area: malebutton;
	text-align: center
}
.default-page .livestock-card-group .livestock-column:first-of-type {
	border-radius: 0 0 0 25px;
	overflow: hidden;
}
.default-page .livestock-card-group .livestock-column:last-of-type {
	border-radius: 0 0 25px 0;
	overflow: hidden;
}
.default-page .about-preview-text {
	position: relative;
	background-image: url("/siteart/barn.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 66%;
	padding: 25px 0;
	border-radius: 0 0 0 25px;
	overflow: hidden;
}
.default-page .about-preview-text p {
	padding: 15px 0;
}
.default-page .about-preview-text .white-text-container {
	background-color: #ffffff;
	width: 66%;
	padding: 25px;
}

/*=== INVENTORY-PAGE ===*/
.inventory-page {
	padding: 75px 0;
}

/*=== CONTACT-US-PAGE ===*/
.contact-us-page .contact-section {
	gap: 25px;
	padding: 75px 0;
}
.contact-us-page .contact-section .other-contact {
	background-color: #bd1e2e;
    border: 1px solid #000000;
    padding: 10px 15px 15px;
    margin-top: 10px;
    border-radius: 0 0 15px 0;
	color: #ffffff;
}
.contact-us-page .success-container {
	border: 1px solid #000000;
    padding: 10px 15px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 10px 0 15px;
}
.contact-us-page button.primary-white {
	width: max-content!important;
	background-color: #000000;
}

@media screen and (max-width: 800px)  {
	.flex-horizontal {
		flex-direction: column
	}
	.desktop-only {
		display: none;
	}
	.livestock-card-group {
		grid-template-columns: 1fr;
	}

	/*=== DEFAULT-PAGE ===*/
	.default-page .about-preview-text {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		padding: 0;
		border-radius: 0 0 0 25px;
		overflow: hidden;
	}
	.default-page .about-preview-text.justify-right {
		justify-content: center;
	}
	.default-page .about-preview-text .white-text-container {
		width: 90%;
		margin-top: 50%;
	}
	.default-page .about-preview-text .white-text-container a.justify-right {
		justify-content: center;
	}

	
	/*=== CONTACT-US-PAGE ===*/
	.contact-us-page .contact-section {
		gap: 75px;
	}
}

@media screen and (max-width: 450px)  {
	.livestock-card-group .livestock-card .info-section {
		flex-direction: column;
	}
	.header-location-mobile {
		display: none;
	}
}

@media screen and (max-width: 400px)  {
	.default-page .cta {
		grid-template-areas:
        'herotext herotext'
        'femalebutton femalebutton'
		'malebutton malebutton';
	}
}

@media screen and (max-width: 350px)  {
	/*=== HEADER ===*/
	header.site-header .top-header {
		font-size: 14px;
	}
}