body {
    background-color: #fff;
    /*sets header and footer extended bg by default*/
}

#pagecontent {
    padding-top: 25px;
}

.site-container {
    background-color: #fff;
    /*width: 1400px;*/
    margin: 0 auto;
    /*padding-top: 25px;*/
    padding-bottom: 25px;
    /*border-color: #000000;
	border-width: thin;
	border-style: solid solid none;*/
}

.top-bar-section ul li > a {
  text-transform: uppercase;
}

.top-bar-section .has-dropdown > a::after {
  border:none;
  /*-moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent;
  border-image: none;
  border-style: solid inset inset;*/
  /*border-width: 5px;*/
  /*content: "";
  display: block;
  height: 0;
  margin-top: -2.5px;
  top: 1.40625rem;
  width: 0;*/
}

.grnbox {
    /*background-image: -webkit-linear-gradient(270deg, rgba(62, 172, 107, 1.00) 0%, rgba(95, 188, 70, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(62, 172, 107, 1.00) 0%, rgba(95, 188, 70, 1.00) 100%);
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #049345 0%, #89c53f 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #049345 0%, #89c53f 100%);
    border-image: linear-gradient(to bottom, #049345 0%, #89c53f 100%);
    border-image-slice: 1;*/
    padding: 10px 10px 4px 10px;
    background-color: #027C4B;
}

.grnbox a {
    color: white;
}.grnbox a:hover {
    color: black;
}
.sidebar {
	background-color: #027C4B; /* #8293bc */
    border-right: solid 30px white;
}
.red { color: #ff0000; }
.testimonial::before {
	content: url(/_assets/img/lquote.png) ;
	float: left;
}
.testimonial::after {
	content: url(/_assets/img/rquote.png) ;
	float: right;
}
.testimonial p, .testimonial h1, .testimonial h2, .testimonial h3 {
	
	margin-left:  3rem;
	padding-top: 1.5rem;
	margin-bottom: -0.3rem;
  font-size: 90%;
  font-style: italic;
	
	}	
.testimonial { margin-bottom: 40px;}

.system-message .webform-results {
    display: none;
}

.rtbox {
  float: right;
  /*width: 250px;*/
  width: 50%;
  margin-left: 15px;


}
::-webkit-input-placeholder {
   color: black !important;
   font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
   color: black !important;
   font-weight: normal;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: black !important;
   font-weight: normal;  
}

:-ms-input-placeholder {  
   color: black !important;
   font-weight: normal;  
}

select { color: #757575;}

@media only screen and (max-width:640px){
.sidebar {
    border-right: none;
}
#Commish img {display: none; }
}

@media only screen and (min-width:1400px){
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 1.6rem !important ;
}
}

@media only screen and (max-width:1399px) and (min-width:1210px){
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 1.2rem !important ;
}
}

@media only screen and (max-width:1209px) and (min-width:1100px){
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 0.9rem !important ;
}
}

@media only screen and (max-width:1099px) and (min-width:500px){
.top-bar-section li:not(.has-form) a:not(.button) {
  padding: 0 0.5rem !important ;
}
}



