body {
    color: #fff;
    margin: 0;
    background: #fff;
}
* {
    font-family: 'Open Sans', sans-serif;
}
.wrap {
    max-width: 1170px;
    margin: 0 auto !important;
    position: relative;
    width: 100%;
}
h1 {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}

h2 {
    font-size: 20px!important;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

h4 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 700;
}
p{
  font-size: 14px;
  color: #000;
}
.s-menu-dropdown-toggle{
  color: #90a63a!important;
  top: -3px;
}
a {
  color: #90a63a;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}
.mobile_logo{
  padding: 20px;
}
.desktop_logo{
  display: none;
}
.key{
  display: none;
}
.offcanvas-open-trigger-right {
    font-weight: bold;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 2em;
    right: 20px;
    text-decoration: none;
    padding-left: 2em;
}
.text_box h1{
  color: #90a63a;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.text_box h2{
  color: #737373;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-transform: inherit;
}
.text_box h3{
  color: #90a63a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.text_box h4{
color: #90a63a;
}
.text_box a{
  color: #90a63a;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}
.text_box p{
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.text_box ul li{
color: #000000;
}
.s-breadcrumb{
  color: black;
  font-weight: 300;
  font-size: 14px;
}
#menu-area{
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 160px;
}
#menu-area .s-menu{
  background-color: #90a63a;

}
#menu-area .s-menu .s-menu-item {
  display: inline-block;
  background: none;
  margin-left: 5px;
  margin-right: 5px;
}

#menu-area .s-menu .s-menu-item .s-menu-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
#menu-area .s-menu .s-menu-item .s-menu-link:hover {
  background: none;
  border-bottom: 1px solid #ffffff;
}
#s-offcanvas-right .s-menu .s-menu-item{
  background: none;
}#s-offcanvas-right .s-menu .s-menu-item .s-menu-link{
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #90a63a;
  text-align: center;
}
.headline{
  background: url(headline.jpg) no-repeat right;
  height: 240px;
  background-size: cover;
  position: relative;
}
.headline.compact{
  height: 70px;
}
.headline h2{
  position: absolute;
  left: 20px;
  top: 65px;
  padding-left: 15px;
}
.headline h2::after{
  content: "";
  position: absolute;
  background: url(line.png);
  width: 4px;
  height: 82px;
  top: 11px;
  left:0;
}
.box h2 strong{
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}
.box h2{
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
}
.boxes h2{
  padding: 0;
  color: #000;
  margin: 0;
}
.text_box{
  padding: 20px;
}
.box1, .box2{
  background-color: #efefef;
  margin: 20px;
  position: relative;
  max-width: 300px;
}
.box1 h2, .box2 h2{
  color: #000000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}
.box1 p, .box2 p{
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
}
.border{
  padding: 20px;
}
.box2::after, .box1::after{
  content: "";
  position: absolute;
  background: url(line_top.png);
  width: 100px;
  height: 5px;
  top: -5px;
  left:0;
}
.footer{
  background: #90a63a;
  display: flex;
}
.footer a{
  color: #000000;
}
.s-copyright{
  text-align: center;
  padding: 20px;
  max-width: 240px;
  margin: 0 auto;
  color: #fefefe;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.copyright_logo{
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .s-menu-sub{
    top: 62px;
    position: absolute;
    z-index: 1;
    background: #90a63a;
    width: 200px;
    border-top: none;
  }
.s-menu-sub li a{
  text-transform: none!important;
  font-size: 13px!important;
  text-decoration: none!important;
}
.s-menu-sub li a:hover{
  text-transform: none!important;
  font-size: 13px!important;
  text-decoration: none!important;
}
.s-menu-dropdown-toggle{
  display: none;
}
#menu-area .s-menu-sub .s-menu-item{
  display: block!important;
  padding: 0!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
  .content .pure-u-md-2-3{
    position: relative;
    left: 33.333%;
  }
  .content .pure-u-md-1-3{
    position: relative;
    right: 66.666%;
  }
  .content{
    padding-top: 40px;
  }
  .box1{
    margin-bottom: 50px;
  }
  .box2{
    margin-bottom: 50px;
  }
  .text_box h1{
    font-size: 28px;
  }
  .text_box h2{
    font-size: 25px;
    line-height: 25px;
  }
  .text_box h3{
    font-size: 20px;
    line-height: 35px;
  }
  .text_box a{
    font-size: 16px;
    line-height: 30px;
  }
  .text_box p{
    font-size: 16px;
    line-height: 30px;
  }
.text_box td p{
font-size: 12px!important;
}
  .key{
    display: block;
    float: right;
    margin-right: 20px;
  }
  .headline{
    height: 720px;
  }
  .headline.compact{
    height: 135px;
  }
  .headline h2{
    top: 370px;
  }
  .headline h2::after{
    background: url(line_desktop.png);
    width: 4px;
    height: 177px;
    top: 11px;
    left:0;
  }
  .box h2 strong{
    font-size: 80px;
    font-weight: 700;
    line-height: 70px;
  }
  .box h2{
    font-size: 50px!important;
    font-weight: 300;
    line-height: 60px;
    padding-left: 40px;
  }
  .offcanvas-open-trigger-right{
    display: none;
  }
  #s-offcanvas-right{
    display: none;
  }
  .mobile_logo{
    display: none;
  }
  .desktop_logo{
    display: block;
    margin-top: 40px;
    margin-left: 20px;
  }
  .s-menu-item{
    padding: 12px 8.5px;
  }
  .s-menu-link{
    padding: 0!important;
  }
  #menu-area{
    display: block;
  }
.s-copyright{
float: left;
padding: 30px 20px;
max-width: inherit;
}
.copyright_logo{
  position: absolute;
  right: 20px;
  top: 27px;
  padding: 0;
}
}
@media screen and (min-width: 1170px) {
  .s-menu-item{
    padding: 20px 8.5px;
  }
  .s-menu-item:nth-child(1){
    padding-left: 24px;
  }
  .s-menu-item:last-child{
    padding-right: 24px;
  }
  .desktop_logo{
    margin-left: 0;
  }
  .key{
    margin-right: 0;
  }
  .s-menu{
    max-height: 62px;
  }
}
