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

/* -------------------------------------
	Design: Tim Blumer
	CSS: Tim Blumer
	Built: 2012-02-08
	Last Edit: 2012-02-08 tb
	URI: http://www.daltonssycamore.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;
}

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: "" "";
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}

#container{
	display: block;
	margin: auto;
	width: 967px;
}

#header{
	height: 27px;
	/* background-image: url(../images/template/header.png); */
}

/* #header a{
	
}

#header a h1{
	
}

#wrapper{
	
} */

#LeftWrapper{
	display: block;
	float: left;
	width: 132px;
	text-shadow: #fff 0 1px 0;
	font-size: 16px;
}

.logo a{
	background: url(../images/template/logo.png) no-repeat center;
	display: block;
	height: 70px;
	width: 100px;
	margin-left: auto;
}

.logo a h1{
	visibility: hidden;
	font-size: 12px;
}

#nav{
	text-align: right;
	display: block;
	padding-top: 20px;
	text-shadow: #fff 0 1px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* #nav ul{
	
}

#nav li{
	
} */

#nav li a{
	display: block;
	padding: 4px 8px 4px 11px;
	text-decoration: none;
	color: #136f51;
	background: url(../images/template/hover.png) no-repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#nav li a:hover{
	background: url(../images/template/hover.png) no-repeat right bottom;
	color: #dfa300;
}

#content{
	display: block;
	float: left;
	width: 590px;
	padding-left: 20px;
	padding-right: 20px;
	color: #6d6e69;
	text-shadow: #fff 0 1px 0;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.3;
}

#content img{
	padding: 6px;
	border: 1px solid #e7e5df;
}

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

#content ul{
	list-style-type: square;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 1em;	
}

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

.twocol ul, .threeCol ul, .fourCol ul{
	list-style-type: circle;
	padding-left: 20px;
	text-align: left;
}

.threeCol{
	display: block;
	float: left;
	width: 192px;
	margin: 2px 2px 10px;
}

.fourCol{
	display: block;
	float: left;
	margin: 2px 2px 10px;
	width: 143px;
}

.animalBox{
	display: block;
	float: left;
	width: 135px;
	margin: 6px;
	text-align: center;
	white-space:nowrap;
}

.animalBox a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 6px;
	border-radius: 5px;
}

.animalBox a:hover{
	background-color: #fef7d5;
	color: #dfa300;
}

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 14px;
	margin-bottom: 5px;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*text-align: center;
	text-shadow: 0 1px 0 #ffffff!important;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #cccccc #cccccc #b3b3b3;
	border-bottom-color: #a2a2a2;
	border-radius: 6px;
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(71, 79, 115);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgb(71, 79, 115);
	text-decoration: none;
	color: #333333!important;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]:hover {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active,
.btn.active {
	background-color: #cccccc \9;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
  	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.blueBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #002a80!important;
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 68, 204, 1.0) rgba(0, 68, 204, 1.0) rgba(0, 42, 128, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-decoration: none;
}

.blueBtn:hover {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

.redBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #811114!important;
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(189, 54, 47, 1.0) rgba(189, 54, 47, 1.0) rgba(128, 36, 32, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.redBtn:hover {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}

.yellowBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #b35300!important;
	background-color: #faa732;
	*background-color: #f89406;
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(248, 148, 6, 1.0) rgba(248, 148, 6, 1.0) rgba(173, 103, 4, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.yellowBtn:hover {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}

.greenBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #005f24!important;
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(81, 163, 81, 1.0) rgba(81, 163, 81, 1.0) rgba(56, 112, 56, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.greenBtn:hover {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}

.blkBtn {
	color: #ffffff!important;
	text-shadow: 0 -1px 0 #000000!important;
	background-color: #363636;
	*background-color: #222222;
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(34, 34, 34, 1.0) rgba(34, 34, 34, 1.0) rgba(0, 0, 0, 1.0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	-webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.blkBtn:hover {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}

#RightWrapper{
	display: block;
	float: left;
	width: 181px;
	/* background: url(../images/template/right_top.png) no-repeat; */
	font-size: 12px;
	line-height: 1.3;
	color: #5e5e5e;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#RightWrapper hr{
	margin-left: -9px;
	margin-right: -8px;
}


#footer{
	display: block;
	clear: both;
	padding: 22px 11px 11px;
	background: url(../images/template/footer_top.png) no-repeat;
}

#contact{
	font-size: 12px;
	line-height: 1.3;
	display: block;
	float: left;
	width: 335px;
	padding-left: 30%;
}

#contact img{
	vertical-align: middle;
}

.vcard{
	float: left;
	margin-right: 10px;
	color: #797979;
	margin-right: 8px;
	background-color: #f7f7f7;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	text-shadow: #fff 0 1px 0;
	padding: 8px 8px 10px;
	margin-left: 5px;
	text-align: left;
}

.vcard img{
	margin-top: -4px;
}

.FooterEvent{
	display: block;
	float: left;
	font-size: 12px;
	width: 171px;
	margin-right: 4px;
	padding-right: 6px;
	padding-left: 6px;
	min-height: 100px;
	color: #919191;
	text-align: center;
	line-height: 1.3;
	border-right: 1px dashed #d5d5d5;
}

.FooterEvent ul, #RightWrapper ul{
	list-style-type: circle;
	padding-left: 17px;
	text-align: left;
}

.FooterEvent h1,.FooterEvent h2, .FooterEvent h3, .FooterEvent h4, .FooterEvent h5, .FooterEvent h6{
	font-weight: bold;
	color: #797979;
}

.FooterEvent h1{
	font-size: 1.3em;
}

.FooterEvent h2{
	font-size: 1.2em;
}

.FooterEvent h3{
	font-size: 1.1em;
}

.FooterEvent:last-child {
	border-right: 0;
}

.poweredByAJ{
	padding: 18px;
	text-align: right;
	color: #c7c6c6;
	text-shadow: #fff 0 1px 0;
}

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

.poweredByAJ a:link{
	color: #c7c6c6;
}

.poweredByAJ a:hover{
	color: #a9a9a9;
}
.poweredByAJ img{
	margin-bottom:-3px;
}

#content, #content p, #content li, #LeftWrapper, #LeftWrapper p, #LeftWrapper li, #RightWrapper, #RightWrapper p, #RightWrapper li, #footer, #contact, #contact a, #contact p{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, 
	sans-serif;
}

#RightWrapper h1, #RightWrapper h2, #RightWrapper h3, #RightWrapper h4, #RightWrapper h5, #RightWrapper h6{
	font-weight: bold;
	color: #be0267;
	text-shadow: #fff 0 1px 0;
}

#RightWrapper h1{
	font-size: 1.4em;
}

#RightWrapper h2{
	font-size: 1.3em;
}

#RightWrapper h3{
	font-size: 1.2em;
}

/* #RightWrapper h4{
	
} */

p {
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #147258;
	margin-bottom: 5px;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

h6{
	font-size: 1em;
}

/* LVHA */
a, a:link{
	color: #159108;
}

a:visited{
	color: #508050;
}

a:hover{
	color: #f91692;
}

/* a:active{
	
} */

blockquote{
	display: block;
	border-radius:7px;
	-webkit-box-shadow:inset 0 0 20px rgba(0,0,0,.1);
	box-shadow:inset 0 0 20px rgba(0,0,0,.1);
	border-top: 1px solid #fff;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #f6f6f6;
	width: 240px;
	padding: 20px 20px 0;
	font: small/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

blockquote p {
	text-shadow: 0 1px 0 #ffffff;
}

.right-align{
	text-align: right;
}

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

}

label{
	color: #333;
}

input, textarea{
	color: #333;
	border: 1px solid #e6e5de;
	margin: 0;
	padding: 4px;
	background-color: #f0f2f2;
}

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

.city{
	width: 119px;
}

.state{
	width: 25px;
}

.zip{
	width: 78px;
}

.phone{
	width: 118px;
}

.comments {
	width: 250px;
	min-height: 100px;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input{
	color: #797979;
	padding: 5px;
	font-size: 12px;
	background: -moz-linear-gradient(90deg, #d3d7d7 0%, #edefef 100%) #f3f4f1;
	background: -webkit-gradient(linear, left bottom, left top, from(#d3d7d7), to(#edefef)) #f3f4f1;
	border-radius: 6px;
}

fieldset{
	border: 1px solid #e5e5de;
}

fieldset p{
	padding-left: 10px;
}

legend{
	padding: 2px 6px;
	color: #fff;
	background-color: #137157;
	text-shadow: 0 0 1px #0c4938;
	margin-left: 10px;
}

.twtr-hd h4 a{
	font-size: 13px;
}

hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #d5d5d5;
	border-bottom: 1px dashed #fffeff;
}

.left{
	float: left;
	margin-right: 5px;
}
.right{
	float: right;
	margin-left: 5px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* IE6&7 */
}

#case, #caption{
	text-align: center;
}


.PedAnmName{
	color: #147258;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
}

.PedCalvedRow{
	font-style: italic;
	padding-bottom: .75em;
	text-align: center;
}

.PedTable .PedS, .PedTable .PedD{
	color: #147258;
	font-weight: bold;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD{
	margin-left: 3em;
	margin-right: 1em;
}
.PedTable {
	font-size: 12px;
	font-style: inherit;
	margin: auto;
}

.PedTable td{
	padding-bottom: 10px;
	padding-right: 10px;
}

.divEpdTbl table{
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
	font-size: .8em;
	width: 100%;
	text-align: center;
}

.divEpdTbl td, .divEpdTbl th{
	border: 1px solid #dcdcdc;
}

.divEpdTbl caption{
	color: #797979;
	font-weight: bold;
	text-shadow: 0 1px 0 #eaebeb;
	font-size: 14px;
	background: -moz-linear-gradient(90deg, #d5d5d5 0%, #f2f2f2 100%) #e8e9e9;
	background: -webkit-gradient(linear, left bottom, left top, from(#d5d5d5), to(#f2f2f2)) #e8e9e9;
}

.divEpdTbl th{
	color: #797979;
	background-color: #eaeaea;
	text-shadow: 0 1px 1px #f9f9f9;
}

.divEpdTbl th{
	background-color: #fff;
	text-align: center;
}


.EPDAcc
{
	padding-left:5px; font-weight: 600;
}

.EPDAsOfDt
{
	font-size: .8em;
}

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

/**********************************************/
/********        Form Classes          ********/
/**********************************************/

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 3px;
}

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

.form-control {
    padding: 4px;
    width: 100%;
}

select {
    border: 1px solid #e6e5de;
}

.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 {
    color: #797979;
    outline: none;
    background: rgb(211, 215, 215);
    background: -o-linear-gradient(bottom, rgba(211, 215, 215, 1) 0%, rgba(237, 239, 239, 1) 50%, rgba(243, 244, 241, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(211, 215, 215, 1)), color-stop(50%, rgba(237, 239, 239, 1)), to(rgba(243, 244, 241, 1)));
    background: linear-gradient(0deg, rgba(211, 215, 215, 1) 0%, rgba(237, 239, 239, 1) 50%, rgba(243, 244, 241, 1) 100%);
}

.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 #e6e5de;
    border-radius: 0;
    font-size: 13px;
    color: #333;
    min-height: 100px;
    padding: 4px;
    grid-area: 1 / 1 / 2 / 2;
}

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

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

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

/* Begin Checkbox */
.checkbox {
    position: relative;
    margin-bottom: 15px;
    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: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #f0f2f2;
    z-index: 0;
    border: 1px solid #e6e5de;
    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 */