#landing {
    height: 100%;
    min-height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #39291b;
    width: 1024px;
    margin: auto;
}
#landing section {
    width: 100%;
}
#landing .text-centered {
    text-align: center;
}
#landing .logo-wrapper {
    width: 100%;
}
#landing .logo {
    display: block;
    margin: 2.85em auto 5em auto;
}
#landing .section1 {
    height: 19.65em;
}
#landing .text-box {
    background-color: #d6e1b6;
    width: 488px;
    height: 100%;
    float: left;
}
#landing .text-box p {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0.35em 0;
}
#landing .youtube-video {
    width: 488px;
    height: 100%;
    float: right;
    background-color: #fff !important;
}
#landing .section2 {
    height: 6.3em;
    margin: 2.35em 0;
}
#landing .leaf-list {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
}
#landing .leaf-list li {
    float: left;
    padding: 0.7em;
    width: 30%;
    height: 5.3em;
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
#landing .leaf-list li:nth-child(2) {
    margin: 0 1.34em;
}
#landing .leaf-list li:hover {
    opacity: 0.85;
    cursor: pointer;
}
#landing .leaf-list li:last-child {
    float: right;
}
#landing .leaf-list li a {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
#landing .leaf {
    float: left;
}
#landing .leaf-text {
    float: right;
    width: 12.8em;
    text-align: right;
    font-size: 1.3em;
    color: #39291b;
    text-decoration: none;
}
#landing .leaf-list li:first-child .leaf-text {
    padding: 1.5em 0;
}
.leaf-list li:nth-child(2) .leaf-text,
.leaf-list li:last-child .leaf-text{
    padding: 1em 0;
}
#landing .section3 {
    margin: 4em 0;
    height: 3.1em;
}
#landing .section3 a {
    display: inline-block;
    color: #fff;
    background-color: #89aa31;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 2em;
    padding: 0.5em;
    width: 10em;
    margin: auto;
    text-align: center;
}
#landing .section3 a:hover {
    color: #5e7421;
}
#landing .section3 a:first-child {
    float: left;
    margin-left: 6em;
}
#landing .section3 a:last-child {
    float: right;
    margin-right: 6em;
}
#landing .main-text {
    color: #89aa31;
    font-size: 3em;
    text-align: center;
}
#landing .sub-text {
    padding-top: 0.5em;
    font-size: 2em;
    text-align: center;
}
#landing .sub-text b {
    color: #ecaf20;
}
#landing .section5 {
    margin: 3em auto 2em auto;
}