body {
  /*background-color: #ffeeee;*/
}

#search-container,
#nav-wrapper,
#join-wrapper,
#banner-wrapper,
#shareButton,
#signinButton {
  display: none;
}

#logo {
  width: 55%;
  float: left;
}

#joinTodayButton {
  float: right;
  padding: 5% 10%;
  font-size: 70%;
  max-width: 75%;
}

.login-container {
  top: 0;
}

#menuButton {
  display: block;
  width: 20%;
  color: transparent;
  float: right;
  margin-left: 5%;
}

#menuButton   img {
    width: 100%;
  }

#menuButton:hover > .dropdown-menu {
  display: block;
}

#menuButton .dropdown-menu {
  max-width: 60%;
  top: 2em;
  right: 1%;
  left: auto !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
#menuButton .dropdown-menu li a {
  background-color: #8ec63f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 15px;
  font-size: 14px;
}
#menuButton .dropdown-menu li a:hover {
  background-color: #6c9b2c;
}


#nav-btn-sub-wrapper .pull-right {
  width: 43%;
}

#featured-header,
#teaching-header,
#interactive-header {
  padding-right: 0;
  padding-left: 0;
}

#featured-header > div:first-child,
#teaching-header > div:first-child,
#interactive-header > div:first-child {
  background-image: none;
  padding-left: 9%;
}

#featured-header > div:first-child > span:nth-child(2),
#teaching-header > div:first-child > span:nth-child(2),
#interactive-header > div:first-child > span:nth-child(2) {
  font-size: 1.4em;
  padding-top: 2%;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

#featured-header > div:first-child a,
#teaching-header > div:first-child a,
#interactive-header > div:first-child a {
  font-size: 1em;
  padding: 2%;
}

#ecoday-sub-wrapper {
  background-color: transparent;
}

#ecoday-sub-wrapper .b-controls, #ecoday-sub-wrapper .b-content {
  display: none;
}

#ecoday-sub-wrapper .b-join, #ecoday-signup  {
  width: 93%;
}

#register-wrapper .register-form, #contact-wrapper .register-form, #review-wrapper .register-form {
  margin-bottom: 25px;
  padding-left: 5px;
}

#register-wrapper label, #contact-wrapper label, #review-wrapper label {
  display: block;
}

#register-wrapper .register-form .input-container, #contact-wrapper .register-form .input-container, #review-wrapper .register-form .input-container {
  padding-left: 15px;

}

#register-wrapper input, #contact-wrapper input, #review-wrapper input, #register-wrapper textarea, #contact-wrapper textarea, #review-wrapper textarea, #register-wrapper select, #contact-wrapper select, #review-wrapper select {
  width: 100%;
}

.sponsor_area {
    width: 94%;
    border-bottom: #dddddd solid 1px;
    margin-top: 10px;
}

.shorter_area {
    width: 100%;
    float: none;
}

.sponsor_txt2_wraper {
    width: 48%;
    float: left;
    border-bottom: none;
}

.sponsor_img_wraper {
    width: 48%;
    float: right;
    margin-top: 0;
}

.sponsor_banner_wraper {
  width: 80%;
  margin-left: 10%;
}

#filter-options .Concept, #filter-options .Subject {
    left: -50%;
}

#filter-options .Standard {
    left: -182%;
    right: -18%;
}

#filter-options .Subject {
    left: -2%;
    right: -100%;
}



