@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/fonts/League_Gothic-webfont.eot');
    src: url('/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/League_Gothic-webfont.woff') format('woff'),
         url('/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('/fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.editButton {
	float:right;
	text-align: right;
	margin-right: 10px;
	display: block;
	position: relative;
	z-index: 4;
}
.editButton a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.editButton a:hover {
	color:#fff;
	background: #549534;
	text-decoration: none;
}
.formHeader {
	width:100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.formHeader h2 {
	font-family: 'open_sanssemibold';
	font-size:24px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom: 10px;
	text-align: left;
	color:#333;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.formHeader p {
	text-align: left;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.formSubTitle {
	font-family: 'open_sanssemibold';
	font-size: 18px;
	padding: 10px 0px 15px 0px;
	display: block;
}

.formNote {
	font-family: 'open_sansregular';
	font-size: 15px;
	padding: 10px 0px 5px 0px;
	display: block;
}

.formSection {
	width:65%;
	float:left;
	height:auto;
	text-align: left;
	position: relative;
}

.formRight {
	width:32%;
	height: auto;
	float: right;
}
.formRight select {
	margin: 0px 0px 5px 0px;
	width:75%;
	font-size:16px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:40px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	float:left;

}
.formRight input[type="submit"] {
	width:20%;
	max-width: 80px;
	float:right;
	margin: 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	padding:12px 5px 12px 5px;
}
#searchRight {
	padding-left: 20px;
}
#searchRight select {
	margin: 0px 0px 5px 0px;
	width:75%;
	font-size:16px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:40px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	float:left;

}
#searchRight input[type="submit"] {
	width:20%;
	max-width: 80px;
	float:right;
	margin: 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	padding:12px 5px 12px 5px;
}
#searchRight input[type="text"] {
	font-size:16px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 10px;
	background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

.formSection ol li a {
	display: block;
	padding:5px 0px 5px 0px;
	font-size: 16px;
	color: #113977;
	font-weight: 600;
}
.formSection ol li a:hover {
	color: #3bc2a1;
}

#errmsg {
	padding-left: 20px;
	color:#990000;
}
.mando {
	font-size: 16px;
	color:#666;
	font-family: 'open_sansregular';
}
.formBorder {
	width:100%;
	border: solid 1px #ccc;
	padding-bottom: 30px;
	padding-top: 20px;
	margin:0px auto;
	background:#deeff8;
}
#errorMessage {
	font-family: 'open_sanssemibold';
	width:100%;
	text-align:left;
	color:#990000;
	font-size:18px;
}
.formSection input[type="text"], .formSection input[type="password"], .formSection textarea, .subForm input[type="text"], .subForm textarea {
	font-family: 'open_sansregular';
	width:95%;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}
.formSection textarea, .subForm textarea {
	min-height: 110px;
}
.formSection button, .formRight button, .subForm button {
	font-family: 'open_sansregular';
	width:60%;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
	margin-top: 10px;
	text-align:left;
	color:#fff;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #0063a7;
}
.formSection input[type="file"], .subForm input[type="file"] {
    display: none;
}
.formSection input[type="text"].fileInput, .subForm input[type="text"].fileInput {
	width:60%;
	float:left;
	margin: 0px;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;

}
.formSection label.custom-file-upload, .subForm label.custom-file-upload {
	font-size:15px;
	text-align: right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:10px;
    cursor: pointer;
    width:32%;
	float:right;
	margin-right: 5%;
	background-color: #333;
	color:#ccc;
	background-image: url(/images/outbox.png);
	background-repeat: no-repeat;
	background-position: top 5px left 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

.searchBox {
	width: 100%;
	clear: both;
	text-align: left;
	padding: 0px 0px 30px 0px;
}
.searchBox h2 {
	text-align: left;
	font-size: 18px;
}
.searchBoxTop {
	width: 100%;
	clear: both;
	text-align: left;
	padding: 0px 0px 5px 0px;
}
.searchBoxTop h2 {
	text-align: left;
	font-size: 18px;
}
.noBorder {
	border:none;
}

.formSection select, #calc1 select, #calc2 select, .subForm select {
	width:100%;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:40px;
	margin-top:0px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}
.formSection option {
	font-size:16px;
}
.groupCheck {
	width:15px;
}
ul.formList {
	list-style-type: none;
	width:100%;
	clear: both;
	margin:10px 0px 0px 10px;
	padding: 0;
}
ul.formList li {
	display: block;
	margin:5px 0px 5px 10px;
}
ul.formList li:first-child {
	padding-top: 10px;
}
ul.formList li input[type="checkbox"] {
    float: none;
    width: 25px;
    margin-right: 10px;
}
.radioEntry {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	white-space:nowrap;
}
.formSection label, .subForm label {
	font-size: 18px;
	position: relative;
	width:100%;
	background:none;
	border:none;
	padding:5px 0px 5px 0px;
}
.greyBack {
	background: #666666; /* Old browsers */
	background: -webkit-linear-gradient(top, #999999 0%, #666666 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #999999 0%, #666666 100%); /* W3C */
}
.rightArrow {
	float:right;
	width: 30px;
	height:25px;
	overflow:hidden;
	background-image: url(/images/rightArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.formSection h3 {
	font-family: 'open_sanssemibold';
	font-size:18px;
	padding-bottom:0px;
	margin-top:5px;
	color:#333;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.formSection h4 {
	font-family: 'open_sanssemibold';
	font-size:18px;
	padding-bottom:0px;
	margin-top:5px;
	color: #0c824b;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.formLeft {
	width:25%;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	min-height:100px;
}
.formLeft img {
	width:100%;
	height:auto;
	max-width:240px;
}

.formRow {
	font-family: 'open_sansregular';
	width:100%;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
	font-size:18px;
	float:left;
	color:#333;
}
.formRowTall {
	font-family: 'open_sansregular';
	width:100%;
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	font-size:18px;
	float:left;
	color:#333;
}

.leftInput {
	width:48%;
	float:left;
}
.rightInput {
	width:48%;
	float:right;
	margin:0px;
	position: relative;
}
.leftInputSmall {
	width:30%;
	float:left;
	padding-top: 20px;
}
.leftInputMini {
	width:28%;
	float:left;
	max-width: 110px;
}
.subForm .leftInput {
	width:95%;
	float:left;
	max-width: 390px;
}

.fullInput {
	float:left;
	width:95%;
}
.inputContent {
	padding:10px 0px;
	font-size: 15px;
}
.error {
	background-image: url('/images/arrows/notValid.png');
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
	border-color:#ef5055;
}
.isValid {
	background-image: url('/images/arrows/isValid.png');
	background-repeat: no-repeat;
	background-position: right 5px top 5px;
	border-color:#a3d74d;
}
.errorCheck {
	background-image: url('/images/arrows/notValid.png');
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	padding-right:20px;
}

.needed {
	background: #CC0000;
}

.formGrey {
	color:#999;
}


.formSection select {
	width:100%;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:40px;
	margin-top:0px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#333;
	border: 1px solid #cccccc;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}
.groupCheck {
	width:15px;
}
.radioEntry {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	white-space:nowrap;
}


.formLoader, .formLoaderSub {
	position: absolute;
	top:25%;
	left:25%;
	z-index: 58;
	width:25%;
	height: auto;
	display: none;
}
.formLoaderRight {
	position: absolute;
	top:25%;
	left:25%;
	z-index: 200;
	width:25%;
	height: auto;
	display: none;
}
.formSmallText {
	font-size: 14px;
	font-weight: normal;
	color:#666;
}
#formSuccess {
	width:95%;
	text-align: left;
	padding-right: 20px;
	display:none;
}
#formSuccessGeneric {
	display:none;
}
#formSuccess h2, #formConfirm h2 {
	color: #0063a7;
}
.mandAsterisk {
	color:#cc0000;
}
.singleProductRight h3.matchHead {
	color: #0c824b;
	font-size: 18px;
}
#matchForm select {
	font-family: 'open_sanssemibold';
	font-size:16px;
	width:45%;
	display: inline-block;
	padding: 5px 0px 5px 20px;
	margin: 5px 0px 5px 0px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#fff;
	color:#333;
	border: 1px solid #cccccc;

}
.matchLabel {
	font-family: 'open_sanssemibold';
	font-size:18px;
	color: #0c824b;
	display: inline-block;
	width:45%;
	text-align: left;
	margin: 0px 0px 10px 0px;

}
#matchForm input[type="submit"] {
	width:90%;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
}
.productRight ul.matchList li {
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.matchList {
	background-color: #fcfefd;
	padding: 0px 0px 0px 0px;
	border: solid 1px #ecf5f1;
}
.productRight ul.matchList li:nth-child(odd) {
	background: #ecf5f1;
}
.productRight ul.matchList li:last-child {
	background: #ecf5f1;
}
.matchSmall {
	color:#333;
	font-size:14px;
}
.matchFormHead {
 	font-family: 'LeagueGothicRegular';
 	font-size: 36px;
 	color: #3bc2a1;
 	text-align: left;
 	padding-bottom: 5px;
 }
 a.careerButton {
    font-family: 'open_sanssemibold';
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    display: block;
    width:85%;
    cursor: pointer;
    background: #93d3e5;
    padding: 10px 15px 10px 15px;
    margin: 12px 0px 12px 0px;
   	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #bbdce5;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.24);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.24);
}
#showGeneric {
	font-family: 'LeagueGothicRegular';
	width:100%;
	display: block;
	font-size: 42px;
 	color: #3bc2a1;
 	padding:10px 0px 0px 0px;
 	cursor:pointer;
}
#showGeneric:hover {
	color:#999;
}
/* ---- search boxes ----------------------------------------------------------------------*/
.searchBoxHead {
	position: absolute;
	right:20px;
	top:60px;
	z-index: 36;
	min-height: 30px;
	width:100%;
}
.searchBox {
	max-width: 540px;
	height:auto;
	text-align: right;
	position: absolute;
	right:145px;
	top:15px;
	z-index: 40;
	display: none;
}
.searchBox input[type="text"] {
	font-family: 'open_sanssemibold';
	width:35%;
	height:auto;
	font-size:15px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
	/* background-image: url('/images/search-icon-2.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px; */
	color:#000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

.searchBox input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.searchBox input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.searchBox input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.searchBox input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.searchBox select {
	font-family: 'open_sanssemibold';
	font-size:15px;
	width:32%;
	max-width: 125px;
	height:auto;
	display: inline-block;
	padding: 7px 0px 7px 10px;
	margin: 0px 0px 0px 0px;
	-webkit-appearance: none;
   -moz-appearance: none;
    appearance: none;
    background-image: url('/images/downArrow5.png');
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
	color:#666;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}

.searchBox input[type="submit"] {
	font-family: 'open_sanssemibold';
	width:36px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	padding: 7px 0px 7px 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border: 1px solid #cccccc;
	background:#333;
}
.searchBox input[type="submit"]:hover {
	background:#666;
}
/* --- sales rep display --------------------------------------*/

.stateColumn {
	width:30%;
	height:auto;
	display:inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}
.stateColumn a {
	display:block;
	padding:5px 0px 5px 10px;
	color: #0c824b;
}
.stateColumn a:hover {
	background-color:  #0c824b;
	color:#fff;
}
.countryDisplay {
	width:100;
	clear: both;
	background-color: rgba(204, 204, 204, 0.1);
	background: rgba(204, 204, 204, 0.1);
	color: rgba(204, 204, 204, 0.1);
	padding-bottom: 15px;
	margin-bottom: 20px;
	border:solid 1px #ccc;
}
.countryDisplay h2 {
	font-family: 'LeagueGothicRegular';
	color:#fff;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 15px;
	font-size: 28px;
	text-transform: uppercase;
}
.usa {
	background-color: #113977;
	background-image:url('/wp-content/themes/sungro2017/images/states/us-flag.png');
	background-repeat: no-repeat;
	background-position: right 5px top 4px;
	background-size: 60px 32px;
}
.canada {
	background-color: #b60b1e;
	background-image:url('/wp-content/themes/sungro2017/images/states/canada-flag.png');
	background-repeat: no-repeat;
	background-position: right 5px top 4px;
	background-size: 60px 32px;	
}
.repPic {
	width:30%;
	float:right;
	max-width: 140px;
	padding:0;
	margin:0;
}
.repPic img {
	width:100%;
	height:auto;
	border:0;
	padding:10px 0px 5px 5px;
}
/* -------- technigro ------------------------------------------------------*/
.techProd {
	width:30%;
	height:auto;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.techProd img {
	max-width: 180px;
	border:none;
	display: inline-block;
	padding: 10px 0px 0px 20px;
}
.techProd img.full {
	max-width: 240px;
}
.techIntro {
	width:90%;
	padding:0px 15px 0px 15px;
	background: #ebf2f6;
	border: solid 1px #ebf2f6;
	margin-bottom: 20px;
}

.techProd h2, h2.techBlue {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color:#fff;
	line-height: 18px;
	background-color:#1e6c9c;
	padding: 10px 0px 10px 20px;
	margin: 0px 15px 5px 0px;
	display: block;
	width:85%;
	border-radius: 0px 18px 18px 0px;
	-moz-border-radius: 0px 18px 18px 0px;
	-webkit-border-radius: 0px 18px 18px 0px;
	border: 0px solid #000000;
	position: relative;
	z-index: 1;
}
.techProd p {
	text-align: left;
	padding-right: 20px;
}
.techProd a.readMore {
	font-family: 'open_sanssemibold';
	font-weight: normal;
	display: block;
	padding:10px 0px 10px 0px;
	width:95%;
	background: #a2daea;
	color:#326978;
	text-align: center;
	margin-top: 10px;
	max-width: 150px;
}
.productRight ul.techMenu {
	margin: 0px 0px 10px 20px;
	border: solid 1px #ebf2f6;
}
.productRight ul.techMenu li {
	margin:0px;
}
.productRight ul.techMenu li a {
	display: block;
	padding: 4px 0px 4px 20px;
	color:#1e6c9c;
}
.productRight ul.techMenu li:nth-child(odd) {
	background: #ebf2f6;
}
.productRight ul.techMenu li a:hover {
	background:#1e6c9c;
	color:#fff;
}
.salesHead {
 	font-family: 'LeagueGothicRegular';
 	font-size: 36px;
 	color: #3bc2a1;
 	text-align: left;
 	padding-bottom: 5px;
 }
 .stateHead {
 	font-family: 'LeagueGothicRegular';
 	font-size: 36px;
 	color: #3bc2a1;
 	text-align: left;
 }

 .salesPic {
 	float:right;
 	margin: 10px 10px 0px 0px;
 }
.salesPic img {
	border:none;
}
.salesRepName {
	font-family: 'open_sanssemibold';
	font-weight: 600;
	font-size: 18px;
}
.singleRep {
	width:45%;
	height:auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
.singleRep:nth-child(odd) {
	margin-left: 25px;
}

/*------------------- calculator -------------------------------------------------*/
#pots, #pots2 {
	display:none;
}
#potsRet {
	display:none;
}
#potsRet2 {
	display:none;
}
#calculatorBody, #calculatorBody2, #calculatorBodyRet, #calculatorBodyRet2 {
	display:none;
}
.calcNum, .calcNum2, .calcNumRet, .calcNumRet2 {
	display:inline-block;
	width:30%;
	height:48px;
	background: #999999;
	background: -webkit-linear-gradient(top, #000000 0%, #333333 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #000000 0%, #333333 100%); /* W3C */
	color:#fff;
	text-align: center;
	vertical-align: middle;
	font-size: 32px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	cursor:pointer;
	border: 1px solid #cccccc;
	margin: 0px 5px 10px 0px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.32);
}
.calcNum:hover, #numEqual:hover, #numClear:hover, #equalBags:hover, #equalBales:hover, .calcNumRet:hover, .calcNumRet2:hover {
	background: #549534;
}

input[type="text"]#calcDisplay, input[type="text"]#calcDisplay2, input[type="text"]#calcDisplayRet, input[type="text"]#calcDisplayRet2 {
	font-size: 32px;
	text-align: right;
	width:100%;
	font-family: 'open_sansregular';
	width:95%;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	background-color:#f5f5f5;
	color:#333;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
}
#numEqual, #numEqual2 {
	color:#fff;
	background: #e1a023;
	background: -webkit-linear-gradient(top, #e1a023 0%, #e8ad3c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e1a023 0%, #e8ad3c 100%); /* W3C */
}
#numClear, #numClear2 {
	color:#fff;
	background: #e46824;
	background: -webkit-linear-gradient(top, #e46824 0%, #e4783e 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e46824 0%, #e4783e 100%); /* W3C */
}
#equalBags, #equalBagsUnit, #equalBags2, #equalBagsUnit2 {
	width:96%;
	color:#fff;
	background: #e1a023;
	background: -webkit-linear-gradient(top, #e1a023 0%, #e8ad3c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e1a023 0%, #e8ad3c 100%); /* W3C */
}
#equalBales, #equalBalesUnit, #equalBales2, #equalBalesUnit2 {
	width:96%;
	color:#fff;
	background: #e1a023;
	background: -webkit-linear-gradient(top, #e1a023 0%, #e8ad3c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e1a023 0%, #e8ad3c 100%); /* W3C */
}
#equal8qtBags, #equal16qtBags, #equal1cfBags, #equal15cfBags, #equal2cfBags {
	width:96%;
	color:#fff;
	background: #e1a023;
	background: -webkit-linear-gradient(top, #e1a023 0%, #e8ad3c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e1a023 0%, #e8ad3c 100%); /* W3C */
}
#equal8qtBags:hover, #equal16qtBags:hover, #equal1cfBags:hover, #equal15cfBags:hover, #equal2cfBags:hover {
	background: #549534;
}
#equal8qtBags2, #equal16qtBags2, #equal1cfBags2, #equal15cfBags2, #equal2cfBags2 {
	width:96%;
	color:#fff;
	background: #e1a023;
	background: -webkit-linear-gradient(top, #e1a023 0%, #e8ad3c 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e1a023 0%, #e8ad3c 100%); /* W3C */
}
#equal8qtBags2:hover, #equal16qtBags2:hover, #equal1cfBags2:hover, #equal15cfBags2:hover, #equal2cfBags2:hover {
	background: #549534;
}
#potCalc, #potCalc2 {
	background: #666;

}
#potCalc .leftInput, #potCalc2 .leftInput  {
	width:95%;
	float:left;padding-left: 20px;
}
#potsBagResult, #potsBagResult2 {
	display:none;
}
#potsBaleResult, #potsBaleResult2 {
	display:none;
}
#calc1 .leftInput, #calc2 .leftInput {
	width:65%;
}
#calc1 ul, #calc2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
	padding:0px;
	font-size: 16px;
}
#calc1 ul, #calc2 ul {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
#calc1 li, #calc2 li {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#calc1 li:nth-child(odd), #calc2 li:nth-child(odd) {
	padding-left: 30px;
    background-color: #fafafa;
    border-bottom: solid 1px #ccc;
}

#calc1 li:nth-child(even), #calc2 li:nth-child(even) {
	padding-left: 30px;
    background: #e6f1e0;
    border-bottom: solid 1px #ccc;
}

#calc1 li:hover, #calc2 li:hover {
	color:#fff;
 	background-color: #549534;
 	background-image: url(/images/sortArrowWhite.png);
    background-repeat: no-repeat;
    background-position: top 5px left 10px;
	cursor: pointer;
}
#calc1 li:active, #calc2 li:active  {
 	background-color: #549534;
 	background-image: url(/images/sortArrowWhite.png);
    background-repeat: no-repeat;
    background-position: top 5px left 10px;
 	color:#fff;

}

#calc1 #potLinks li:hover, #calc2 #potLinks2 li:hover {
	color:#fff;
 	background: #549534;
	cursor: pointer;
}
#calc1 #potLinks li:active, #calc2 #potLinks2 li:active {
 	background: #549534;
 	color:#fff;

}


/* ----- media queries ---------------------------------------------------*/

@media all and (max-width:1199px) {
.formSection {
	width:65%;
	padding-left: 15px;
}

.formRight {
	width:30%;
	height: auto;
}

} /* -- end 1199 ------*/

@media all and (max-width:1023px) {

.formSection {
	width:90%;
	padding-left: 25px;
}

.formRight {
	width:95%;
	float:left;
	clear: left;
	margin-left: 15px;
}
.formRight img {
	max-width: 320px;
	display: inline-block;
	width:80%;
	margin: 10px 20px 10px 20px;
}
.techIntro {
	margin-left: 20px;
}


} /* -- end 1023 ---------*/

@media all and (max-width:767px) {

.leftInput, .rightInput {
	width:95%;
	float:left;
}

.techProd h2, h2.techBlue {
	width:100%;
	font-size: 18px;
	max-width: 640px;
}
.techProd {
	width:45%;
}
#calc1 .leftInput, #calc2 .leftInput {
	width:95%;
}
.matchFormHead {
	padding-left: 20px;
	padding-top: 20px;
}
.matchSmall {
	padding:20px;
}

.singleRep {
	width:95%;
	max-width: 500px;
	border-bottom:solid 1px #ccc;
	margin-bottom: 10px;
}
.singleRep:nth-child(odd) {
	margin-left: 0px;
}
.singleRep:last-child {
	border-bottom: none;
}
.repPic {
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}

} /* -- end 767 ---------*/

@media all and (max-width:480px) {

.techProd {
	width:95%;
}
.singleRep {
	width:95%;
}
.singleRep:nth-child(odd) {
	margin-left: 0px;
}
 .salesPic {
 	display:none;
 }

.stateColumn {
	width:95%;
	height:auto;
	display:inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 10px;
}
.repPic {
	width:100%;
	display:block;
	float:left;
	clear:left;
	max-width: 140px;
	padding:0;
	margin:0;
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
.singleRep p {
	clear: left;
}


}