* { margin:0; padding:0; }
a img { border-style:none; }
a { text-decoration:none; color:#6e6e6e } 
ul li { list-style-type:none; margin:0; padding:0; }
hr { margin:0; padding:0; display:none; }

html,
body {
  background-color: #fcfcfc;
  color: #6e6e6e;
  font-family: Open Sans;
  font-size: 1em;
  margin: 0;
  padding: 0;
  height: 100%;
}


#container {
  min-height:100%;
  position: relative;
}

#header {
  background:#fcfcfc;
  padding: 5px;
}

#body {
  padding: 0px;
  padding-bottom: 60px;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #fcfcfc;
}


#colortextbox {
  background-color: #688237;
  width: 300px;
  padding: 10px;
  margin-top: 230px;
  margin-left: 40px;
  font-family: Open Sans;
  font-size: 1em;
  color: white;
}


ul.topnavbar {
  list-style-type: none;
  margin-right: 100px;
  padding: 3px;
  background-color: #fcfcfc;
  overflow: hidden;
  float: right;
}

ul.topnavbar > li {
  float: left;
}

ul.topnavbar > li a{
  display: block;
  padding: 10px 30px 10px 30px;
  color: #688237;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
}

ul.topnavbar > li a:hover {
  background-color: #688237;
  color: white;
}

ul.topnavbar > li:last-child {
  padding-right: 50px;
}


.imgcontainer{
  position: relative;
  text-align: center;
  color: white;
}

.mid-left {
  position: absolute;
  top: 50%;
  left: 10%;
  font-size: 30px;
}

.chartcontainer{
  margin-left: 10%;
  background-color: #fcfcfc;
}


.material-icons {
  vertical-align: bottom;
}


.ico {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    width: 12%;
}

div.rightsmall {
  text-align: right;
  padding-right: 3%;
}

div.rightlarge {
  text-align: right;
  padding-right: 7%;
  margin-bottom: 10px;
}

div.righttweet {
  text-align: right;
  padding-right: 3%;
  margin-top: 50px;
  margin-bottom: 30px;
}

ul.altbenefits {
  list-style-type: none;
  margin-left: 55px;
  padding: 3px;
}

h3 {
 margin-left: 10px;
}

p {
  color: #6e6e6e;
  margin-left: 55px;
  padding: 5px;
}


.p1 {
  color: #6e6e6e;
  margin: 0px 0px 0px 45px;
  padding: 10px 0px 10px 15px;
}


.p2{
  color: #6e6e6e;
  text-align:center;
  margin-top: 15%;
  padding: 0px 0px 10px 0px
}


.p3 {
  color: #6e6e6e;
  text-align:center;
  padding: 10px;
}


.p4 {
  color: #688237;
  margin: 0px 0px 0px 65px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}


.p5 {
  margin: 100px 0px 0px 35px;
  padding: 5px;
}

.p6 {
  color: #688237;
  margin: 30px 0px 20px 65px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}

.p7 {
  color: #6e6e6e;
  margin: 20px 0px 20px 65px;
  padding: 10px 0px 10px 0px;
  display: inline-block;
}

.p8 {
  color: #6e6e6e;
  margin-left: 35px;
  font-size: 0.9em;
}

.p9 {
  color: #6e6e6e;
  margin-left: 35px;
  padding: 5px;
  font-size: 1.3em;
}

.p10 {
  color: #6e6e6e;
  margin-left: 50px;
  padding: 5px 5px 40px 5px;
  font-size: 0.7em;
}

.quote {
  color: #688237;
  text-align: center;
  padding: 100px 0px 100px 0px;
}

gr {
  color: #688237;
}

arr {
  border: solid #688237;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 3px;
}

arr.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


ul.navdrop {
  display: inline-block;
  list-style-type: none;
  margin: 20px 0px 0px 45px;
  padding: 0;
  overflow: hidden;
  background-color: #688237;
  color: white;
}

ul.navdrop > li {
  float: left;
  border-right: 20px solid #fcfcfc;
}

ul.navdrop > li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
}

ul.navdrop > li a:hover, .dropdown:hover .dropbtn {
  background-color: #fcfcfc;
  color: #688237;
}

ul.navdrop > li.dropdown {
  display: inline-block;
}

ul.navdrop .dropdown-content {
  display: none;
  position: absolute;
  background-color: #688237;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

ul.navdrop .dropdown-content a {
  color: white;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

ul.navdrop .dropdown-content a:hover {background-color: #fcfcfc}

ul.navdrop .dropdown:hover .dropdown-content {
  display: block;
}


.footer {
  background-color: #fcfcfc;
  text-align: right;
  padding: 20px 10px 5px 10px;
  font-size: 10px;
}

