html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
    margin-top:8px;
    background:#EEEEEE;
    color: #696969;
    font-family: "Noto Sans", Arial, sans-serif; 
    font-size: 14px !important;
    font-style: normal;
    letter-spacing: 0;
    line-height: 15px !important;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0;
/*        overflow-x:hidden; */
}
#wrapper {
    background-color: #FFFFFF;
    border:1px solid #ccc;
    border-top:none;
    margin: 0 auto;
    width: 1024px;
    padding-top:4px;

}
a, a:visited {
    color: #66A266 ;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #743200;
    text-decoration: underline;
}
a img {
    border: medium none;
}
.imgborder {
    border: 2px solid #CCCCCC;
    padding: 2px;
}
a:focus, a:hover, a:active {
    outline: medium none;
}
h1, h2, h3, h4, h5, h6 {
    color: #74A200;
/*    font-family: "Noto Sans", "Times New Roman", serif; */
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    text-decoration: none;
}
h1 {
    font-size: 28px;
    line-height: 30px;
}
h2 {
    font-size: 24px;
    line-height: 1.3em;
}
h2 a, h2 a:visited {
    color: #444444;
    text-decoration: none;
}
h2 a:hover {
    color: #CC3300;
    text-decoration: none;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 0;
    padding: 0 0 10px;
}
/*
ul {
    list-style-type: square;
    margin: 0;
    padding: 0 0 15px;
}
ul li {
    list-style-type: square;
    margin: 0 0 0 20px;
    padding: 0;
}
ul ul {
    list-style-type: square;
    margin: 0;
    padding: 0;
}
ol {
    margin: 0;
    padding: 0 0 15px;
}
ol li {
    margin: 0 0 0 20px;
    padding: 0;
}
ol ol {
    margin: 0;
    padding: 0;
}
*/
#header {
    margin: 0 auto;
    padding: 0;
}
#header .inner {
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    height: 200px;
}
#logo {
    background-color: transparent;
    float: left;
    margin: 64px 0 0;
    overflow: hidden;
    padding: 13px 0;
}
#logo h1 {
    font-family: "Noto Sans", Arial;
    font-size: 35px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
    padding: 0 0 0 20px;
}
#logo h1 a {
    color: #84b200;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#logo h1 a:hover {
    color: #74A200;
    text-decoration: none;
}
#logo #slogan {
    color: #999999;
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 30px;
}

/*
#nav ul {
    background-color: #000000;
    list-style-type: none;
    margin: 0;
    padding: 16px 0;
}
#nav ul li {
    display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
    color: #74A200;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul li a:hover, #nav ul li a:active {
    background-color: #74A200;
    color: #FFFFFF;
}
*/

#banner .inner h2 {
    color: #FFFFFF;
    font-size: 39px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 56px 335px 0 46px;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0;
}
#bant {
  position: relative; left:14px;
  width: 98%;
  height: 32px;
}
#content .inner {
    margin-top: 10px;
}
#main h2 {
    color: #74A200;
}
#main table {margin-bottom:8px;}
#main tsbody tr:nth-child(even) {
   background-color: #ddd;
}

#main th { 
/*	background: #333333 url(images/img_th.gif) repeat-x; 
    background: #DDDDDD;
	color:#AAA666;
	margin:9px 0 8px 3px;
	padding:0;
	font-size:11px;
	height: 32px;
*/
}


#home-bottom {
    background-color: #EBE7E0;
    border-top: 1px solid #D6D6D6;
    margin: 15px 0 0;
    padding: 15px 0 0;
}
#home-bottom h2 {
    color: #74A200;
    margin-left: 10px;
}
#home-bottom a:link, #home-bottom a:visited {
    color: #000000;
    text-decoration: underline;
}
#home-bottom a:hover {
    color: #74A200;
    text-decoration: none;
}
#col1 {
}
#address {
    background-color: #74A200;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 15px;
}
#address h3 {
    color: #FFFFFF;
}
#sidebar {
}
#footer {
    margin-top: 15px;
}
#footer .inner {
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    padding-top: 10px;
    text-align: center;
}
#footer .inner a {
    text-decoration: none;
}
#footer .inner a:hover {
    text-decoration: underline;
}

#frm1 { width:100%;}




.formcontainer {
    width: 960px;
    max-width: 1080px;
    margin: 0 auto;
    padding-top:10px;
}

#webform {
    padding: 0px 25px 25px;
    background: #fff;
    box-shadow: 
        0px 0px 0px 0px rgba( 255,255,255,0.5 ), 
        0px 4px 20px rgba( 0,0,0,0.33 );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block; 
    position: static;
}

#webform .header {
    margin-bottom: 6px;
    padding-top: 10px;
}

#webform .header h3 {
 /*   color: #333333; */
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left:0px;
}

#webform .header h4 {
    color: #668888; 
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left:0px;
}

#webform .header p {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 300;
}

#webform .sep {
    height: 1px;
    background: #e8e8e8;
    width: 95%;
    margin: 0px -25px;
}

#webform .inputs {
    margin-top: 12px;
}

#webform .inputs label {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 7px;
/*    display: block; */
    float: left;
   width: 170px; 
    margin:0px 0px 4px 0; padding-top:4px; line-height: 14px; font-family:Arial, Helvetica;

}

input::-webkit-input-placeholder {
    color:    #b5b5b5;
}

input:-moz-placeholder {
    color:    #b5b5b5;
}

#webforms .inputs input[type=email], input[type=apassword], input[type=text], input[type=number] {
    background: #f5f5f5;
    font-size: 1 em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 3px 3px;
    max-width: 630px;
    float: left;
    margin-bottom: 4px;
    margin-left:10px;
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
/*    clear: both; */
    float: left;
}

#webforms .inputs textarea {
    margin-top:4px;
}

#webforms .inputs input[type=email]:focus, input[type=apassword]:focus, input[type=text]:focus, input[type=number]:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff38e, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;   
}

#webforms .select-style {
  padding: 3px;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
     -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#555;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#webform .select-style {padding-right:18px}
}

#webform .inputs .checkboxy {
    display: block;
    position: static;
    height: 25px;
    margin-top: 10px;
    clear: both;
}

#webform .inputs input[type=checkbox] {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

#webform .inputs label.terms {
    float: left;
    font-size: 1 em;
    font-style: italic;
}

#webform .inputs #submit {
    width: 66%;
    margin: 10px auto;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#b9c5dd),
        to(#a4b0cb));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#webform .inputs #submit:hover {
    background: -moz-linear-gradient(
        top,
        #a4b0cb 0%,
        #b9c5dd);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#a4b0cb),
        to(#b9c5dd));
}



td.highlight {
        font-weight: bold;
        color: #bc7259;
    }
    
td.highlight2 {
        font-weight: bold;
        color: #7c9443;
    }    
    
tr.striped:nth-child(even) {background-color: #f2f2f2;}

.nice_button{ 
    background: #4b8da9; 
    display: inline-block; 
    padding: 5px 10px 6px; 
    margin-bottom: 8px;
    color: #fbf7f7; 
    text-decoration: none; 
    font-weight: bold; 
    line-height: 1; 
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0 1px 3px #999; -webkit-box-shadow: 0 1px 3px #999; 
    box-shadow: 0 1px 3px #999; 
    text-shadow: 0 -1px 1px #222; 
    border: none; 
    position: relative; 
    cursor: pointer; 
    font-size: 14px; 
    font-family:"Noto Sans", Verdana, Geneva, sans-serif;}

.nice_button:hover {background-color: #2a7866;}

select {

  /* styling */
  background-color: white;
  border: thin solid lightgrey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 3px 6px 3px 6px;

  /* reset */

  margin: 2px 0 2px 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* arrows */

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.text-my-own-color, .text-my-own-color:visited  {
  color: #666633 !important; // Define your own color in your CSS
}
.text-my-own-color:hover, .text-my-own-color:active {
  color: #994D33 !important; // Define your own color's darkening/lightening in your CSS
}

.form-group {
    margin-bottom: 0.5rem !important;
}

.label-short {
width: 130px !important;
}

.page-item.active .page-link {
    background-color: #10602A !important;
    border-color: #10602A !important;
    color: #fff !important;
}
.page-link { color: #10602A !important; }

