@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);

body {
	font-family: 'Oswald', sans-serif;
	color:#000;
	background-image:url(images/hereford_line.png), url(graphics/parchment.jpg);
	background-position: top, center;
	background-repeat: no-repeat, repeat;
	margin: 0;
	top: 0;
}

a {
	color:#242446;
	text-decoration:underline;
}

a:hover {
 	color: #f27329;
 	text-decoration:underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#poster img {
	width: 45%;
	margin: 0 .5%;
	height: auto;
}

.c1 .c2 a {
	color: #F27329;
}
.c1 .c2 a:hover  {
	color: #f27329;
	text-shadow: 1px 1px 2px rgba(71,71,71,0.64);
}


h1 {
	font-size: 150%;
	margin:0;
	font-weight:700;
	color:#242446;
	text-transform:uppercase;
}
.line{
	
border: 1px solid #f27329;
width: 600px;
	
}
h2 {
	font-size: 150%;
	margin:0;
	font-weight:700;
	color: #f27329;
	border-top: thick 2px #f27329;
	border-top-style: solid;
	text-transform:uppercase;
}

h2.larger {
    font-size: 2rem;
}

h3 {color: #242446;
	font-size: 120%;
	font-weight:700;
	line-height: 130%;
}

h3.tight-margin {
    margin-bottom: 0.25rem;
}

p.tight-margin {
    margin-top: 0.25rem;
}

h3 a {color:#000000;
}

h3 a:hover {color: #d5bf96;
}

h4 {color: #f27329;
	font-size: 120%;
	font-weight:700;
	line-height: 130%;
	padding:0;
	margin:0;
}


h4:hover {color: #242446;
}

.sale-link {color: #f27329!important;
	font-size: 275%;
	font-weight:800;
	text-transform: uppercase;
	text-decoration: none!important;
	line-height: 130%;
	padding:25px;
	margin:0;
	border:5px solid #f27329;
}


.sale-link:hover {color: #242446!important;
}


blockquote {
	margin-top:0;
}

.xtrasmall-text {
	font-size:50%;
	line-height: 120%;
}

.small-text {
	font-size:90%;
	line-height: 120%;
}

.medium-text {
	font-size:100%;
	font-weight:700;
	text-align:center;
}
#main .large-text .medium-text {
	font-size: 90%;
	font-weight: 700;
	text-align: center;
	text-transform: none;
}

.bigsubhead {color: #242446;
	font-size: 110%;
	font-weight:500;
}


.medium-text a {
	font-size:120%;
	text-decoration: underline;
	color: #6e2f22;
}

.medium-text a:hover {
	color: #d5bf96
}

.large-text {
	font-size:150%;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	color: #242446;
	border-bottom: solid 2px #242446;
	margin-bottom: 1%;
}

.extra-large-text {
	font-size:200%;
	font-weight:700;
	text-transform:uppercase;
	color:#6e2f22;
	margin-top: 1%;
}

.larger-text {
	font-size:155%;
	font-weight:500;
	text-transform:uppercase;
	color:#000;
	margin-top: 1%;
}

.sub-text {
	font-size:80%;
	color: #bf0502;
}

.smallest-text {
	font-size:80%;
	color: #000;
}

#header-wrapper {
	width:100%;
	background-color:#242446;
	min-height:138px;
    float: left;
    top: 50px;
}

#herefords {
	width:100%;
	background: url(images/hereford_line.png) no-repeat;
	min-height:490px;
    float: left;
    top: 50px;
	position:relative;
	z-index:-1;
}

#logo {
	max-width:381px;
	height:261px;
	width:40%;
	float:left;
	margin-top: -12%;
}

#logo img {
	width:100%;
	height:auto;
}

img.logo {
	max-width: 100%;
	width: 300px;
}

#tagline {
	max-width:664px;
	width:60%;
	text-align:right;
	padding-top:2%;
	color:#FFFFFF;
	font-size: 180%;
	margin-top: -8%;
	float:right;
}

#nav-wrapper {
	width:100%;
}

#nav {
	max-width:1100px;
	width:96%;
	margin:auto;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	font-size: 118%;
}

#nav ul {
	padding:0;
	margin:0;
	text-align: center;
}

#nav li {
	cursor: pointer;
    display: inline;
    font-size: 90%;
    font-weight: 700;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 1% 0;
    text-transform: uppercase;
}

#nav li:after {
	content: '|';
	color: #000;
}

#nav li:last-child:after {
	content: '';
}


#nav a {
    color: #242446;
    margin-right: 20px;
    text-decoration: none;
}

#nav a:hover {
	color:#f27329;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#slide-wrapper {
	max-width:1000px;
	width:100%;
	margin: 2% auto;
	min-height:400px;
	position: relative;
	top: 0px;
	clear: both;
}

.static {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.static img {
	height:auto;
	width: 100%;
	-webkit-box-shadow: 0px 0px 8px 5px #000000;
	-moz-box-shadow: 0px 0px 8px 5px #000000;
	box-shadow: 0px 0px 8px 5px #000000;
	margin-bottom: 1%;
}


#wrap {
	background-repeat: no-repeat;
	background-position: top;
	max-width: 985px;
	width: 100%;
	min-height: 725px;
	padding: 0;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:3;
}

#wrap .top{
	background-image: url(images/hereford_line.png);
	background-repeat: repeat;
	float: left;
	width: 100%;
	height: auto;
}

#wrap .bottom{
	background-image: url(images/texture-bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width:100%;
}

.welcome {
	width:50%;
	float:left;
	padding-right:3%;
	margin: 5% 5% 0;
	color: #000000;
	top: 0px;
}

.events {
	width:50%;
	float:left;
	padding-right:3%;
	margin: 5% 5% 0;
	color: #000000;
	top: 0px;
}

.events-text {
	background: url(graphics/sales.png) no-repeat;
	background-position: center;
	color: #f27329;
	font-size: 165%;
	font-weight:700;
	text-align:center;
}

.events-text2 {
	color: #f27329;
	font-size: 165%;
	font-weight:700;
	text-align:center;
}
.events-text h3 {
	font-size: 80%;
	font-weight:400;
	text-align:center;
	margin:0 auto;
}

.events a {
	color: #F27329;
	text-decoration: none;
}

.events a:hover {
	color: #f27329;
	text-shadow: 1px 1px 2px rgba(71,71,71,0.64);
}

/*.news-box {
	width:30%;
	max-width: 300px;
	float:left;
	height: auto;
	margin: -13% 0 0;
}*/

.news-box {
	width:30%;
	max-width: 300px;
	float:right;
	height: auto;
	margin: 6% 0 0 0;
}

/*.news-box img {padding: 0;
	margin: 0 19%;
}

.news-box h2 {
	text-align: center;
	font-size: 150%;
	color: #6e2f22;
	font-weight: 700;
}

.news-box h3 {
	text-align: center;
	font-size: 110%;
}

.news-box a {
	color: #000;
	text-decoration:underline;
}

.news-box a:hover {
	color:#fff;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/

.cattle-wrapper {
	width:96%;
	clear:both;
	overflow:hidden;
	border-bottom:2px solid #242446;
	margin-bottom:2%;
	padding: 0 2% 2% 2%;
}

.cattle-wrapper h1 {
	font-size:180%;
	font-weight:700;
	color:#242446;
	text-align:left;
}


.cattle-wrapper:last-child {
	margin-bottom:0;
	border-bottom:0;
}

.cattle-c1 {
	max-width:400px;
	width:60%;
	float:left;
	min-height:270px;
	margin-bottom: 1%;
}

.cattle-c1 img {
	width:100%;
	height:auto;
	border: #000000 1px solid;
}

.cattle-c2 {
	width:45%;
	float:right;
}
.orange {
	color: #F27329;
}


.cattle-c2 img { width:100%; height:auto; border: #000000 1px solid;}

.cattle-c2 .supporting-pic{
	width:26%;
	float:left;
	margin: 0px 3%;
}

.cattle-c2 .supporting-pic img{
	width:100%;
	height: auto;
	float:left;
}

.cattle-c2 h1 {
	font-size:140%;
	font-weight:700;
	color:#242446;
}


.cattle-c2 h3 {
	font-size:120%;
	font-weight:700;
	color: #f27329;
	line-height:150%;
}

.cattle-c2 h3 a {
	text-decoration: underline;
	color: #6e2f22;
}

.cattle-c2 h3 a:hover {
	color: #d5bf96
}

.thanks{width: 25%; padding: 1%; float: none;}

.donor-link {
	display: inline-block;
	padding:15px;
	background:#f27329;
	text-align:center;
	color:#fff;
	float: left;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 100%;
	font-weight: 700;
}

.donor-link a {color:#fff;
text-decoration:none;
}

.donor-link:hover {
	background:#242446;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.epd-link {
	display: inline-block;
	padding:10px;
	background:#242446;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 85%;
	font-weight: 700;
}

.epd-link a {color:#fff;
text-decoration:none;
}

.epd-link:hover {
	background:#f27329;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.epd {width: 100%; height: 90px; float: left; margin-top: 20px;}
.row1 {width: 6.05%; text-align: center; height: 25px; margin-bottom: 5px; color: #fff; background-color: #242446; float: left; font-size: 10pt; font-weight:400;}
.row2 {width: 6.05%; text-align: center; height: 77px; margin-bottom: 5px; color: #000; background-color: transparent; float: left; font-size: 10pt;font-weight:400;}
.rowtitle {width: 8.25%; text-align: center; height: 25px; margin-bottom: 5px; color: #000;; float: left; font-size: 10pt;font-weight:400;}

.about-c2 {
	width:38%;
	float:right;
	margin-left: 2%;
}

.about-c1 {
	width:48%;
	float:left;
}

.about-picL {
	width:26%;
	float:left;
	margin-right: 1%;
}

.about-picL img {
	width:85%;
}

.about-picR {
	width:25%;
	float:right;
	margin-left: 2%;
}


.flex-container {
  display: flex;
  gap: 20px;
  margin: auto;
  text-align: center;
  justify-content: center;
}

.col-1 {
  min-width: 200px;
  padding: 12px;
  box-sizing: border-box;
}


.about-picR img {
	width:100%;
}

.showclinic {width: 27%;
	min-height:167px;
	padding: 3%;
	float: left;
	font-size: 100%;
}

.showclinic img {width: 100%;
		height:auto;
}

.small-photo {
    width: 55%;
	padding: 3%;
	float: left;
}

.small-photo img {width: 100%;
		height:auto;
}

.production {width: 22%;
	min-height:25px;
	margin: 1% 1% 1% 0;
	padding:.5%;
	float: left;
	font-size: 100%;
	background-color:#DCDCDC;
}

.production-current {width: 35%;
	min-height:25px;
	margin: 1% 1% 1% 0;
	padding:.5%;
	float: left;
	font-size: 100%;
	background-color:#DCDCDC;
}



.c1{width: 93%; margin: 1%; padding: 1%; float: left;}  /* --- full width ---*/

.c1 h1 {text-align: left; font-size: 140%;}

.c1 h2 {text-align: center; font-size: 120%; font-weight:700; color:#242446; border:none;}

.c1 h3 {text-align:center; font-size: 80%; text-transform:uppercase; color:#d5bf96; }

.c2 {width: 48%;
	height:auto;
	margin: 1%;
	padding: 0;
	float: left;
}

.c2 img {width: 100%;
		height:auto;
}


.sale-c1 {width: 80%;
		min-height:280px;
		padding:1%;
		margin:auto;
}

.sale-c2 {width: 25%;
	height:auto;
	margin: 0 auto;
	padding: 3%;
	float: left;
}

.sale-c2 img {width: 100%;
		height:auto;
}

/* NEW VIDEO STYLES */
.item.header {
    /* margin-left: auto; */
    margin-right: auto;
    /* flex-basis: 100%; */
}

.list {
    flex-basis: 100%;
    text-align: left;
}

.list ul {
    list-style: none;
    column-count: 2;
	margin: 1rem;
	padding-left: 0px;
    /* display: flex; */
    /* flex-flow: row wrap; */
}

.list li {
    display: flex;
    flex-flow: row nowrap;
	justify-content: space-between;
}

span.lot {
    width: 10%;
    min-width: 99px;
	margin-right: 1rem;
}

.videos .list li {
    margin: 0px 0px 0.75rem 0px;
    border-left: 1px solid gray;
    padding-left: 1rem;
}

.videolot{
	width:35%;
	margin:5px .5% 8px .5%;
	height:auto;
	float:left;
	font-weight:800;
	text-align:center;
	color: #fff;
	background-color:#F27329;
	border-radius: 4px;
	text-decoration:none;
}
.videolot:hover {
	background-color: #242446;
	color:#ffffff;
	-webkit-transition:all ease-in-out .05s;
	-moz-transition:all ease-in-out .05s;
	transition:all ease-in-out .05s;
	box-shadow: 0px 0px 5px #000;
}
.videolot a {
	color: #242446;
}
.center {width: 48%;
	height:auto;
	margin: auto;
	padding: 0;
	float: none;
}

.center img {width: 100%;
		height:auto;
}

.center h2 {
	font-size:140%;
	font-weight:700;
	color:#000;
	text-align:center;
	border-bottom: solid 2px #000000;
	border-top: none;}

.c2 h1 {color: #242446;
	font-size:150%;
	font-weight:700;
	text-align:left;
}

.c2 h2 {
	font-size:140%;
	font-weight:700;
	color:#000;
	text-align:center;
}

.c2 h3 {color: #000000;
	font-size:100%;
	font-weight:700;
}

.c2 h3 a {color: #000000;
}

.c2 h3 a:hover {color: #6e2f22;}

#map {
	width:25%;
	height:auto;
	float:left;
	margin-top: 2%;
}


.c3 {width: 22%;
	min-height:105px;
	margin: 1% 1% 1% 0;
	padding: 1% 1% 1% 0;
	float: left;
	font-size: 100%;
}

.c3 img {width: 90%;
		height:auto;
}

.c3 h1 {font-size: 130%;
		color: #000000;
		text-align: left;
}

.embryo {width: 15%;
	min-height:105px;
	margin: 1% 1% 1% 0;
	float: left;
	font-size: 100%;
}

.embryotransfer {width: 30%;
	min-height:105px;
	margin: 1% 1% 1% 0;
	float: left;
	font-size: 100%;
}

.embryotransfer h1 {font-size: 120%;
		color: #000000;
		text-align: left;
}

.embryo h1 {font-size: 120%;
		color: #000000;
		text-align: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


#main {
	max-width:1100px;
	width:96%;
	margin:auto;
	padding:2% 0;
}

#footer-wrapper {
	width:100%;
	background-color:#242446;
	height: auto;
	margin-top: 3%;
}

#footer {
	max-width:986px;
	width:100%;
	margin:auto;
	overflow:hidden;
	height:170px;
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	padding-left: 2%;
	color:#f27329;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-c1 {
	display:inline-block;
	padding:2%;
	float:left;
	font-size:85%;
	text-transform:uppercase;
	font-weight:700;
	}

.footer-c1 img {width: 100%;height: auto;}

.footer-c2 {
	display:inline-block;
	padding:2%;
	float:left;
	text-align:left;
	width: 20%;
	color:#FFFFFF;
}

.footer-c3 {
	display:inline-block;
	padding:2%;
	float:left;
	text-align:left;
	width: 13%;
	color:#FFFFFF;
}

.footer-c4 {
	display:inline-block;
	padding:2%;
	float:left;
	text-align:left;
	width: 13%;
	color:#FFFFFF;
}

.footer-c5 {
	display:inline-block;
	padding:2%;
	float:left;
	text-align:left;
	width: 14%;
	color:#FFFFFF;
	font-size: 80%;
}

/***************contact page***************/

#contact-wrapper {
	width:100%;
	clear:both;
	overflow:hidden;
}

#address {
	width:48%;
	float:left;
	color: #000000;
}


#contact-form {
	width:48%;
	float:right;
}

/*================ FORM ========================*/

form{
	width: 100%;

	}

fieldset{
	border: 0;
	padding: 10px 0 ;
	clear: left;
	}

textarea, input, select{
	border: 1px solid #c2c3c6;
	padding: 2%;
	width: 96%;
	}

label{
	font-weight: bold;
	}

	.checkboxes-container {
	width: 60%;
	float:left;
}

.checkbox {
	width: 25px;
	float: right;
}

textarea:focus, input:focus, select:focus{
	background: #c2c3c6;
	border: 1px solid #2c241c;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: none;
}

#phone{display:inline-block;width: 90px;margin-right: 10px;}
.dash{display: inline-block; width: 10px; }

input[type="submit"]{
	border: 1px solid #c2c3c6;
	padding: 3px 0;
	margin-top: 5px;
	font-weight: bold;
	/*font-size: 1.3em;*/
	width: 130px;
	cursor: pointer;


	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

	background: #f6f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	}

.submit {
	background-color: #242446;
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0 0 0;
	font-size:100%;
	font-weight:700;
	cursor:pointer;
}

.submit:hover {
	background-color: #f27329;
	color: #fff;
}

.clear {
	clear: both;
}
.issuuembed {
	width: 50%;
	height: 375px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-size-down {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/***************responsive***************/

@media screen and (max-width: 1280px){

}

@media screen and (min-width: 800px) {
    .videos .list ul {
    column-count: 3;
}
}

@media screen and (max-width: 980px){
	.news-box {width: 34%;}
	#tagline {font-size: 150%; text-align:center;}
	#nav {
		font-size: 114%;
	}
}

@media screen and (max-width: 855px){
.issuuembed {
	width: 100%;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

}

@media screen and (max-width: 830px){
	#map {
	width:40%;
	height:auto;
	float:left;
	margin-left: -2%;


	
}

/*.news-box {
	width:30%;
	margin: -26% 0 0;
}*/

.row1 {width: 6%;
font-size: 9pt; }

.row2 {width: 6%;
font-size: 9pt; }

.rowtitle {font-size: 8pt;}

.about-picL img {width: 100%;
height:auto;
}

.about-picR img {width: 100%;
height:auto;
}

#tagline {font-size: 140%;}

#nav li {font-size: 77%;
margin: 0 0.65%; }

#slide-wrapper {min-height: 300px;}

.welcome {width: 45%;
margin-top:3%;}

.events {margin-top: 2%;}

.cattle-c1 {
	max-width: 350px;
	width: 50%;
	padding-right: 0;
	margin-bottom: 2%;
}

.cattle-c2 {
	width: 40%;
	margin-bottom: 2%;
}


.footer-c1 {width: 20%; float:left; margin-right: 2%;
}

.footer-c2 {width: 15%; font-size: 80%; float:left; text-align:left;
}

.footer-c3 {width: 10%; font-size: 80%; float:left;
}

.footer-c4 {width: 11%; font-size: 80%; float:left;
}

.footer-c5 {width: 15%; font-size: 70%; float:left;
}
 .flex-container { flex-direction: column; gap: 12px; }
}


@media screen and (max-width: 770px){

#map {
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align:center;
}
	#nav ul {font-size: 80%;}

	.cattle-c1 {
	max-width: 350px;
	width: 50%;
	padding-right: 0;
	margin-bottom: 2%;
}

.cattle-c2 {
	width: 40%;
	margin-bottom: 2%;
}

.c2{width: 100%;}

.production {width: 18%;
font-size: 90%;}


}


@media screen and (max-width: 650px){
.thanks {width: 55%;}

.rowtitle {font-size: 7pt;}

.row1 {width: 6%;
font-size: 8pt; }

.row2 {width: 6%;
font-size: 8pt; }

.production {width: 22%;
font-size: 90%;}

.embryo {width: 22%;}

.embryotransfer {width: 32%;}

#logo {width: 80%;
text-align:center;
float: none;
height:auto;
padding: 0;
margin:auto;
}

#tagline {text-align: center;
width:100%;
margin:-5% 0;
color: #242446;}

#header-wrapper {display: none;}

#slide-wrapper {margin-top: 4%;
	min-height:170px;
}

.welcome {width: 96%;
margin: 0 auto;
padding: 2%;
}

.news-box {width: 100%;
margin: 0 auto;
height: auto;
padding:0;
float:none;
}

.events {width: 96%;
margin: 3% 2%;}

.cattle-c1 {
	max-width: 400px;
	width: 100%;
	margin:0 auto;
	clear:both;
	height:auto;
}

.cattle-c2 {
	float: left;
	margin-bottom: 2%;
	width: 80%;
	height:auto;
}

.footer-c1 img {width: 100%; float:left; margin-right: 2%;
}

.footer-c2 {width: 17%; font-size: 70%; float:left; text-align:left;
}

.footer-c3 {width: 10%; font-size: 70%; float:left;
}

.footer-c4 {width: 11%; font-size: 70%; float:left;
}

.footer-c5 {width: 15%; font-size: 60%; float:left;
}


@media screen and (max-width: 600px){

}

@media screen and (max-width: 550px){

}

@media screen and (max-width: 500px){

	.production {width: 26%;
font-size: 80%;}

#contact-form {
	width: 100%;
	margin-top: 15%;
	height: auto;
}

.about-c2 {width: 100%;}

.large-text {font-size: 100%;}

.c3 {width: 30%;}

 #slide-wrapper {min-height: 120px;}

.c2 {width: 100%;}

.footer-c1 img {width: 100%; float:left; margin-right: 2%;
}

.footer-c2 {width: 19%; font-size: 60%; float:left; text-align:left;
}

.footer-c3 {width: 10%; font-size: 60%; float:left;
}

.footer-c4 {width: 10%; font-size: 60%; float:left;
}

.footer-c5 {width: 18%; font-size: 50%; float:left;
}
}

@media screen and (max-width: 480px){
.thanks {width: 80%;}

.showclinic {width: 100%;}

.showclinic img {width: 93%;
margin: 0 auto;}

.embryo {width: 24%;
font-size: 80%;}

.embryotransfer {width: 42%;
font-size: 80%;}

#logo {
max-width: 436px;
width: 100%;
float: none;
margin: auto;
}

.row1 {width: 6%;
font-size: 7pt; }

.row2 {width: 6%;
font-size: 7pt; }

.rowtitle {font-size: 5.5pt;}

.list ul {
    column-count: 1;
}

.videos .list li {
    border: none;
}
}

@media screen and (max-width: 400px){
.c2 {width: 100%;}
.events-text {font-size: 145%;}
#tagline {font-size: 100%;}

}

@media screen and (max-width: 370px){
	.videolot{
	width:32%;
	margin:5px .5% 8px .5%;
}
	.about-picR {width: 100%;}
	.about-picL {width: 100%;}

.production {width: 30%;
font-size: 75%;}

.row1 {width: 6%;
font-size: 6pt; }

.row2 {width: 6%;
font-size: 6pt; }

.rowtitle {font-size: 5pt;}

.embryo {font-size: 70%;
 width: 23%;}

 .embryotransfer {font-size: 70%;
 width: 51%;}

#slide-wrapper {min-height: 100px;}

.small-text {font-size:70%;}

.footer-c1{display: none;
}

.footer-c2 {width: 26%; font-size: 60%; float:left; text-align:left;
}

.footer-c3 {width: 13%; font-size: 60%; float:left;
}

.footer-c4 {width: 18%; font-size: 60%; float:left;
}

.footer-c5 {width: 25%; font-size: 50%; float:left;
}

.cattle-c1 {margin-bottom: -10%;}

.cattle-c2 {width: 100%;}

.c1 h2 {font-size: 90%;}

.c1 h1 {font-size: 120%;}

.center h2 {font-size: 90%;}

.c1 {margin-bottom: 12%;}

.sale-c2 {width: 85%; margin:auto;}

}

@media screen and (max-width: 320px){

.events-text {font-size: 125%;}

.production {width: 31%;
font-size: 70%;}

.showclinic {width: 100%;}

.showclinic img {width: 93%;
margin: 0 auto;}

.embryo {font-size: 65%;
 width: 23%;}

 .embryotransfer {font-size: 65%;
 width: 51%;}

.c1 h3 {font-size: 65%;}
}