/* tray */
#masthead #tray-container {
    width: 100%;
    position: relative;
}
#masthead nav#tray-site,
#masthead nav#tray li,
#masthead nav#tray-site ul:not(.sub-menu),
#masthead nav#tray-site li,
#masthead nav#tray-site a {
    display: block;
}
#masthead nav#tray {
    display: none;
}
#masthead nav#tray-site {
    margin-top: 10px;
}
#masthead nav#tray-site a {
    font-size: 1.2em;
    line-height: 3em;
    font-weight: 600;
    color: #fff;
    text-indent: 20px;
    border-bottom: solid 1px rgba(255,255,255,.25);
    text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
#masthead nav#tray-site a:hover {
    text-decoration: none;
}
#masthead nav#tray-site a > span.icon {
    position: absolute;
    right: 10px;
    width: 50px;
    font-size: 1.5em;
    text-align: center;
}

#masthead nav#tray-site a > span.icon:before {
    content:'+';
}

#masthead nav#tray-site a > span.icon.active:before {
    content:'-';
}


#masthead nav#tray-site ul.sub-menu {
    display: none;
    width: 100%;
    background-color: #fff;
}

#masthead nav#tray-site ul.sub-menu.active {
    display: block;
}

#masthead nav#tray-site ul.sub-menu a {
    text-indent: 20px;
    background: #fff;
    color: rgb(113, 181, 46);
    text-shadow: none;
    border-top: solid 1px rgba(113, 181, 46, .25);
}

#masthead nav#tray-site .menu-item--tertiary {
    padding-bottom: 10px;
}

#masthead nav#tray-site li.menu-item--tertiary:last-child {
    padding-bottom: 20px;
}

#masthead nav#tray-site ul.sub-menu .menu-item--tertiary a {
    min-width: 120px;
    text-shadow: none;
    color: #565656;
    font-weight: normal;
    line-height: 34px;
    transition: all .5s;
    margin-left: 20px;
    border: 0;
}

#masthead nav#tray-site ul.sub-menu .menu-item--tertiary a:hover {
    color: #49a025;
}

#masthead nav#social {
    position: relative;
    left: 18px;
}
#masthead nav#social a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;
    text-align: center;
}
#masthead nav#social a:before,
#masthead nav#tray-icon a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    letter-spacing: normal;
    color: #fff;
    width: 28px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}
#masthead nav#social li.social-facebook > a:before {
    content: "\f082";
}
#masthead nav#social li.social-twitter > a:before {
    content: "\f099";
}
#masthead nav#social li.social-pinterest > a:before {
    content: "\f0d2";
}
#masthead nav#social li.social-instagram > a:before {
    content: "\f16d";
}
#masthead nav#social li.social-youtube > a:before {
    content: "\f16a";
}
#masthead nav#tray-icon {
    position: absolute;
    right: 18px;
}
#masthead nav#tray-icon a:before {
    width: 32px;
}
#masthead #tray-container:before {
    content: '';
    display: block;
    height: 36px;
    background: #3a801e;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    z-index: 0;
}
