@charset "UTF-8";

/* Global content formatting and styles */

.nav-small { display: none; }
.nav-small-btn {display: none; }


body {
    color:#2b2b2b;
    line-height: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #FFF;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.page {
    width: 100%;
    position:  relative;
    background-color: #FFF;
}
    
h1      {font-size: 3em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #6aa404; margin: 0 0 .5em 0;}
h2      {font-size: 2em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #fff; margin: 0 0 .2em 0;}
h3      {font-size: 2em; font-weight: normal; font-family: 'Roboto Slab', serif; color: #6aa404; margin: 0 0 .2em 0;}
p       {margin: 0 0 .75em 0;}]
a       {text-decoration: none;}
a:hover {text-decoration: underline;}

.clearfix {width: 100%; height: 1px; clear: both; }

.btn-big, input.btn-big {
    display: block;
    width: 200px;
    height: 40px; 
    margin: 0 auto;
    padding: 15px 15px 5px 15px; 
    font-size: 1.2em; 
    text-decoration:  none;
    color: #507e00; 
    cursor: pointer; 
    background: #eae566; 
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
}

.btn-big:HOVER {
    color: #FFF;
    background: #a3c101;
    text-decoration: none; 
}

.btn-big:ACTIVE {
    color: #FFF;
    background: #77981a;
    text-decoration: none; 
}

.hero {
    text-align: center;
}

nav a { 
    text-decoration:  none;
}

.content-top a {
    color: #e5e976;
    text-decoration:  none;
}

.content-top a:HOVER {
    text-decoration: underline;
}

.content-bottom {
    margin: 0 0 80px 0;
}

.content-bottom ul li {
    line-height: 1.5em;
    margin: 0;
}

.content-bottom ul span {
    font-weight: bold;
    margin-left: -18px;
    font-size: 1em;
}

.thirds {
    width: 25%;
    float: left;
}

form input, textarea {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    background: #ededed;
    font-size: 1em;
    color: #454545;
    border-radius: 3px;
    padding: 5px 15px;
	border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

/*form input, textarea {
    margin-bottom: 30px;
    border: 1px solid #ededed;
    background: #ededed;
    font-size: 1em;
    color: #454545;
    border-radius: 8px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
}*/

table {
    margin: 40px 0 0 0;
}

table tr td {
    vertical-align: top;
}


footer {
	width: 95%;
    text-align:  center;
    font-size: 1.1em;
    color: #159ac8;
    margin: 20px 0 70px 0;
}

select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #ededed;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 5px;
  height: 2.3125rem;
	margin: 0 0 8px 0;  
}
  select.radius {
    border-radius: 5px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }