/* @override 
	http://test.angusjournal.com/_netajsite/grassyvalley/css/main.css */

/* -------------------------------------
	Design: Tim Blumer
	CSS: Tim Blumer
	Built: 2012-02-29
	Last Edit: 2012-02-29 tb
	URI: http://www.grassyvalleyangus.com
---------------------------------------*/
/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Layout */

body{
	background-color: #e9b92c;
}


#header{
	height: 119px;
	background: url(../images/template/head.png) repeat-x;
	display: block;
}

.head_container{
	margin: auto;
	width: 960px;
	background: url(../images/template/head_cont.png) no-repeat center;
	height: 117px;
}

.head_container a{
	height: 110px;
	display: block;
	width: 460px;
	margin-left: 90px;
}

.head_container a h1{
	visibility: hidden;
}

#nav{
	display: block;
	height: 40px;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 1px 0 #fdda7b;
	background-image: url(../images/template/nav.png );
}

#nav ul{
	margin: 0;
	padding: 7px 0 0;
	list-style-type: none;
}

#nav ul li { 
	display: inline;
	padding: 0;
}

#nav ul li a{
	color: #355820;
	text-decoration: none;
	font-size: 16px;
	padding: 4px 8px;
}

#nav ul li a:hover{
	background: -moz-linear-gradient(90deg, #d5ae34 0%, #cb9a02 100%) #cb9a02;
	background: -webkit-gradient(linear, left bottom, left top, from(#d5ae34), to(#cb9a02)) #cb9a02;
	color: #fff;
	text-shadow: 0 -1px 0 #8f6c01;
}
#content{
	background-color: #ffffff;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #4c4c4c;
	font: 16px/1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content ul{
	list-style-type: square;
	margin-bottom: 1em;
	margin-left: .5em;
	padding-left: 1em;
}
.content_body{
	display: block;
	width: 960px;
	margin: auto;
	min-height: 300px;
}

.salefeat {
	margin-left:30px;
}

.featBox{
background-color: #fff4d7;
background-color: #fff4d7;
border-radius: 9px;
-webkit-box-shadow: 0px 2px 5px #999999;
box-shadow: 0px 2px 5px #999999;
filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#999999');
-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#999999')";

	padding: 10px;
	margin: 10px;
	text-shadow: #fff 0 1px 0;
}

.animalbox{
	display: block;
	float: left;
	width: 240px;
	margin-bottom: 10px;
	text-align: center;
}

.animalbox a{
	display: block;
	font-size: 14px;
	border-radius: 9px;	
}

.animalbox a:hover{
	background-color: #eef4ea;
}

#footer{
	height: 47px;
	background: url(../images/template/footer.png) repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6c5201;
	text-shadow: 0 1px 0 #f2dc9c;
}

#footer a{
	color: #6c5201;
}

#footer a:hover{
	color: #ffffff;
	text-shadow: 0 -1px 0 #cb9a03;
}

#contact{
	margin: auto;
	width: 960px;
	text-align: center;
}


.poweredByAJ{
	
	width: 960px;
	text-align: center;
	margin: auto auto 20px;
	color: #a67e02;
	text-shadow: 0 1px 0 #efd17a;
}

.poweredByAJ a{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a67e02;
}

.poweredByAJ a:hover{
	color: #ffffff;
}

.poweredByAJ a:link{
	color: #694f01;
}

.poweredByAJ img{
	margin-bottom:-3px;
	border: 0 none;
	background-color: transparent;
}

/* @end */
/* @group Typography */

.cutline{
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #919191;
}

p, li, #nav, #nav ul li a, .content_body, content_body li, content_body p, content_body a, #footer .vcard, .vcard a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #4f8431;
	margin-bottom: 5px;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.5em;
}

h5{
	font-size: 1.3em;
}

h6{
	font-size: 1em;
}

/* LVHA */
a, a:link{
	color: #408000;
}
a:visited{
	color: #804000;
}
/* a:hover{
	
}
a:active{
	
} */
/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	color: #333;
}

input, textarea, .btn-form{
	color: #4c4b4c;
	border: 1px solid #e3bf6c;
	margin: 0;
	padding: 4px;
	font-size: 14px;
	background-color: #fbf5e3;
}

.realname, .ranch, .address, .email{
	width: 418px;
}

.city{
	width: 200px;
}

.state{
	width: 30px;
}

.zip{
	width: 157px;
}

.phone{
	width: 202px;
}

.comments{
	width: 420px;
	height: 90px;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input, .btn-form {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #4f8432;
}
fieldset p{
	padding-left: 20px;
}
legend{
	padding: 2px 6px;
	color: #fff;
	background-color: #4f8432;
}

/* @end */

/* @group EPDs/Peds/misc */

hr{
	clear: both;
	border-top: 1px dashed #6ab143;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: #c4e2b3;
}

.two_col{
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 472px;
	margin-bottom: 10px;
}

.three_col{
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	width: 312px;
	margin-bottom: 10px;
}

.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}

span.right, span.left {
    display: inline-block;
    text-align: center;
}

.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
/* Use this to clear items instead of the .clear */
.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* IE6&7 */
}

img{
	padding: 6px;
	margin: 6px;
	background-color: #f9efd1;
	border: 1px solid #e5e5e5;
}

img.no-border{
	border: 0 none;
	padding: 0;
	background-color: transparent;
	margin: 0;
}

.PedAnmName{
	color: #4f8432;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	padding: 10px;
}


.PedS, .PedD{
	color: #4f8432;
	font-weight: bold;
}
/* Adds text indentation to pedigree names */
.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.PedTable {
	font-size: 14px;
	font-style: inherit;
	margin: auto;
}

.divEpdTbl table{
	font-size: .8em;
	margin: auto;
	/* width: 90%; */
	border-left: 1px solid #113c00;
	border-bottom: 1px solid #113c00;
	margin-bottom: 20px;
}

.divEpdTbl td{
	padding: 3px;
	border-top: 1px solid #113c00;
	border-right: 1px solid #113c00;
}

.divEpdTbl caption{
	background-color: #113d00;
	color: #fff;
	font-weight: bold;
}

.divEpdTbl th{
	background-color: #4f8432;
	border: 1px #000 solid;
	color: #fff;
}
	


.divEpdTbl td{
	background-color: #f6e7bb;
	text-align: center;
	
}

@media(max-width: 768px) {
	.divEpdTbl th, .divEpdTbl td {
		border-top: 0;
		padding: 5px;
	}
	.divEpdTbl th:first-child, .divEpdTbl td:first-child {
		border-top: 1px solid #113c00;
	}
	.divEpdTbl td:last-child, .divEpdTbl th:last-child {
		border-bottom: 0;
	}
	.divEpdTbl td{
		border-bottom: 1px solid #113c00;
	}

}

.EPDAcc {
	padding-right: 10px; font-weight: 600;
}

.EPDAsOfDt
{
	font-size: 12px;
	width: 90%;
	margin: 0;
	text-align:left;
}


#case {
	float: left;
	padding: 0 15px 10px 0;
}

#case > div {
    width: 470px;
}

.animalBox {
	display: inline-block;
	width: 25%;
	text-align:center;
	font-size:14px;
	margin-bottom: 10px;
}
/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
}

select {
    height: 26px;
}

fieldset {
    margin-bottom: 5px;
    padding: 0;
    border: none;
}

.form-container legend {
    background: transparent;
    color: #4c4c4c;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
}

.btn-form:disabled {
    opacity: .65;
    cursor: not-allowed;
    pointer-events: all;
}

.btn-form[disabled],
.btn-form[disabled]:hover,
.btn-form[disabled]:focus,
.btn-form[disabled]:active {
    background-color: #fff;
    border: 1px solid #e3bf6c;
    color: #000;
    outline: none;
}

.btn-form {
    -webkit-transition: outline .25s ease-in-out;
    -o-transition: outline .25s ease-in-out;
    transition: outline .25s ease-in-out;
}

.btn-form:focus,
.btn-form:active:focus {
    outline-offset: 2px;
    outline: 2px solid #f3a36a;
}

.form-control:focus {
    border-color: #86b7fe;
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.breederFormError,
.form-control.breederFormError {
    border-color: #d64947;
}

.breederFormError:focus,
.form-control.breederFormError:focus {
    -webkit-box-shadow: 0 0 0 2px #d64947;
    box-shadow: 0 0 0 2px #d64947;
}

.breederFormErrorMesssage {
    display: none;
    position: relative;
    color: #d64947;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

.breederFormError~.breederFormErrorMesssage {
    display: block;
    margin-left: 2px;
    top: 1px;
}

.breederFormOptional {
    font-size: 85%;
    color: #888;
}

.form-container {
    max-width: 450px;
}

.form-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-6 {
    width: 50%;
    float: left;
}

.col-xs-3 {
    width: 25%;
    float: left;
}

.sm-pad-3-col>.col-xs-6 {
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.sm-pad-3-col>.col-xs-3:last-child {
    padding-right: 0;
}

.sm-pad-2-col>.col-xs-6:first-child {
    padding-right: 5px;
}

.sm-pad-2-col>.col-xs-6:last-child {
    padding-left: 5px;
}

.breederEmailHeading,
.breederEmailHeadingC {
    display: none;
}

.grow-wrap {
    display: grid;
}

.grow-wrap::after {
    content: attr(data-replicated-value) " ";
    white-space: pre-wrap;
    visibility: hidden;
}

.grow-wrap>textarea {
    resize: none;
    overflow: hidden;
}

/* Match the other input field styles */
.grow-wrap>textarea,
.grow-wrap::after {
    border: 1px solid #e3bf6c;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4c4b4c;
    min-height: 100px;
    padding: 4px;
    grid-area: 1 / 1 / 2 / 2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.g-recaptcha {
    margin-bottom: 10px;
}

/* Checkbox and Radio Styles. Remove if form doesn't have either element*/
.checkbox,
.form-radio {
    --selection-color: #4f8432;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

/* Begin Checkbox */
.checkbox {
    position: relative;
    margin-bottom: 12px;
    margin-top: 0;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    padding-left: 30px;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox input[type=checkbox] {
    margin-left: 0;
}

.checkbox .checkbox-helper {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fbf5e3;
    z-index: 0;
    border: 1px solid #e3bf6c;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.checkbox input:focus+.checkbox-helper,
.checkbox input:checked:focus+.checkbox-helper {
    -webkit-box-shadow: 0 0 0 2px #86b7fe;
    box-shadow: 0 0 0 2px #86b7fe;
}

.checkbox input:checked+.checkbox-helper {
    background: var(--selection-color);
    border-color: var(--selection-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox .checkbox-helper::before,
.checkbox .checkbox-helper::after {
    content: '';
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #fff;
    display: block;
    opacity: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: opacity 0.2s ease, height 0s linear 0.2s;
    -o-transition: opacity 0.2s ease, height 0s linear 0.2s;
    transition: opacity 0.2s ease, height 0s linear 0.2s;
}

.checkbox .checkbox-helper::before {
    top: 14px;
    left: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox .checkbox-helper::after {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox:hover .checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper {
    border-color: var(--selection-color);
}

.checkbox input:checked~.checkbox-helper::after,
.checkbox input:checked~.checkbox-helper::before {
    opacity: 1;
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

.checkbox input:checked~.checkbox-helper::after {
    height: 7px;
}

.checkbox input:checked~.checkbox-helper::before {
    height: 15px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/* End Checkbox */

/* @end */

.fa-youtube {
	color: #CC181E !important;
}

@media(max-width: 767px) {
    .divEpdTbl th, .divEpdTbl td {
        min-height: 80px;
	}
}
.EPDAcc {
    font-weight: normal;
}
.divEpdTbl .EPDAcc {
    padding-left: 0;
}