/* Site CSS goes here */
/* Color */
/* Layout */
body {
  font-family: 'lato', helvetica;
  color: #545454;
}
ul {
  margin-left: 0;
}
a {
  text-decoration: none;
  color: #545454;
}
a:hover {
  text-decoration: none;
  color: #1f7c30;
}
/* Typography */
h1 {
  font-size: 50px;
  font-weight: 700;
  color: #545454;
  line-height: 50px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  color: #545454;
  line-height: 36px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  color: #545454;
  line-height: 25px;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  color: #545454;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  font-weight: 900;
  color: #545454;
  line-height: 18px;
}
h6 {
  font-size: 12px;
  font-weight: 300;
  color: #545454;
  line-height: 14px;
}
/* Main */
#header {
  background: #acd373;
  height: 100px;
  padding-top: 20px;
}
.logo {
  padding: 10px 0;
  float: left;
}
.container-outer {
  background: white;
}
#nav {
  position: static;
  list-style: none;
  float: right;
  margin-top: 30px;
}
#nav li {
  float: left;
  margin-right: 20px;
}
#nav a {
  color: #1f7c30;
  box-shadow: none;
  font-size: 18px;
}
#nav li a {
  box-shadow: none;
  background: none;
}
#nav li a:hover {
  background: none;
}
#nav .current {
  border-bottom: 2px solid #1f7c30;
}
#nav ul {
  display: none;
  position: absolute;
  z-index: 100;
  margin: 0;
  margin-top: px;
  list-style: none;
}
#nav li:hover > ul {
  display: block;
  float: left;
}
#nav ul a {
  background-color: white;
  padding: 5px 25px;
  display: block;
  font-size: 15px;
}
#nav ul a:hover {
  background: #f3f3f3;
}
#nav ul li {
  padding-top: 0px;
  display: block;
  float: none;
}
.top {
  margin-top: 20px;
}
.section2 {
  background: url('/public/images/carousel-bg.png') no-repeat center top;
  position: relative;
}
.carousel {
  border: 15px solid white;
  box-shadow: 0px 3px 5px lightgrey;
  margin-top: 30px;
  position: static;
}
.carousel-control {
  width: auto;
  height: auto;
  transition: none;
  top: 40%;
  opacity: 1;
  margin: 0;
  background: none;
  border: none;
}
.carousel-control.left {
  position: absolute;
  left: 0;
}
.carousel-control.right {
  position: absolute;
  right: 0;
}
.front-ul {
  list-style: none;
}
.bottom {
  padding: 20px 0;
  background: white;
  margin-top: 20px;
}
.doorway {
  box-shadow: 0px 0px 7px lightgrey;
  width: 49%;
  margin-right: 1%;
  float: left;
  text-align: center;
  min-height: 85px;
  padding: 10px 0;
}
.doorway:hover {
  box-shadow: 0px 0px 7px grey;
}
.doorway a {
  display: block;
}
.doorway h3 {
  margin-top: 16px;
  line-height: 23px;
}
.sidepanel {
  list-style: none;
  border-radius: 0;
  background: none;
  border-bottom: none;
  padding: 0;
}
.sidepanel ul {
  list-style: none;
  margin-left: 0;
}
.sidepanel > ul ul li {
  margin-left: 0;
}
.sidepanel .current > a {
  background: #acd373;
  margin: 0;
}
.sidepanel ul ul a {
  padding-left: 20px;
}
.sidepanel ul ul ul a {
  padding-left: 30px;
}
.sidepanel a {
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  background: #f3f3f3;
  margin: 3px 0;
}
.sidepanel a:hover {
  background: #acd373;
}
#footer {
  margin: 20px 0;
}
#footer ul {
  list-style: none;
}
.foot {
  float: left;
  margin-right: 50px;
}
.foot:last-child {
  float: right;
}
/* Sprite */
/* Large desktop */
@media (min-width: 1200px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #nav li a {
    padding: 6px 2px;
  }
  .foot:last-child {
    float: none;
    display: block;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0!important;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section2 {
    background: #acd373;
    margin-top: 30px;
  }
  .top {
    background: white;
    margin-top: 30px;
  }
  .doorway {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .foot:last-child {
    float: none;
    display: block;
  }
  #nav-phone {
    width: 100%;
    display: block;
  }
  .carousel {
    margin-top: 30px;
  }
  #header select {
    position: static;
    bottom: auto;
    right: auto;
    margin: auto;
  }
  .sidepanel-holder {
    margin-top: 30px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
@media print {
  
}
/* Solve style */
.module-article {
  position: relative;
}
.thumbs {
  margin-top: 5px;
}
.thumbs img {
  height: 50px;
  max-width: 100px;
}
