* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 0;
}

.standard-page {
    max-width: 1100px;
    margin: 0 auto;
}

#header-site-menu-button-anchor {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
}

#header-site-menu-button {
    top: 0;
    right: 0;
}

#header-block {
    background-color: #9BC26F;
    z-index: 99;
}

#header {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
}

#header-wrap {
    position: relative;
    padding: 14px 40px;
}

#logo {
    font-size: 32px;
}

#logo a {
    text-decoration: none;
}

#logo img {
    height: 1.6em;
}

#logo span {
    position: relative;
    top: -0.4em;
    color: #9BC26F;
    font-family: "Bitter", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
    margin: 0px 0px 0px 6px; 
}

.media-strip a {
    float: left;
    margin-bottom: 8px;
    margin-left: 24px;
    opacity: 0.7;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.media-strip a:hover, #media-strip a:active {
    opacity: 0.5;
}

.media-strip img {
    display: block;
    width: 22px;
}

#header-home-button {
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -16px;
    text-decoration: none;
    cursor: pointer;
}

#header-home-button img {
    display: block;
    height: 21px;
    margin: 0 auto;
    opacity: 0.8;
}

.home-button p {
    margin-top: 4px;
    color: #AAA;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase; 
}

#header-site-menu-button-anchor {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.site-menu-button {
    position: absolute;
    text-decoration: none;
    cursor: pointer;
}

.site-menu-button-bars {
    width: 26px;
    margin: 0 auto;
}

.site-menu-button-bar {
    background-color: #404040;
    width: 100%;
    height: 3px;
    margin-top: 4px;
}

.site-menu-button p {
    margin-top: 4px;
    color: #AAA;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase; 
}

#header-site-menu-anchor {
    position: relative;
    width: 100%;
}

#site-menu-block {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; 
    z-index: 99;
    background-color: #9BC26F;
    
}

#site-menu-block-content {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    background-color: #9BC26F;
}

#site-menu-button-container {
    padding: 10px 50px 10px 20px; 
    height: 22px;
}

#site-menu-back-arrow {
    display: none;
    position: relative;
    width: 100%; 
    height: 22px;
    cursor: pointer;
}

#site-menu-back-arrow img {
    display: block;
    height: 100%;
}

#site-menu-close-button {
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
}

#site-menu-close-button img {
    display: block;
    height: 16px;
}

.site-menu {
    float: left;
    width: 20%;
    text-align: left;
}

.site-menu-header {
    position: relative;
    padding: 8px 20px;
    color: #FFF;  
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#site-menu-block .sep {
    display: none;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.site-menu ul {     
    list-style-type: none;
    margin: 0px 0px 14px 0px;
}

.site-menu ul.closed { 
    display: block;
}

.site-menu li {
    padding: 8px 20px;
}

.site-menu a,
.site-menu a:visited,
.site-menu a.active {
    color: #FFF;  
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.9;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.site-menu a:hover {
    opacity: 0.5;
}

#footer-block {
    display: inline-block;
    width: 100%;
    padding: 10px 0px 50px 0px;
    border-top: 1px solid #BFBFBF;
}

#footer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0px 0px 40px 0px;
    background-color: #213034;
    overflow: hidden;
}

#footer-wrapper {
    position: relative;
    padding: 30px 10px 30px 10px;
}

.footer-site-menu {
    float: left;
    width: 20%;
    text-align: left;
}

.footer-site-menu-header {
    display: inline-block;
    position: relative;
    padding: 8px 20px;
    color: #FFF;  
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-site-menu ul {     
    list-style-type: none;
    margin: 0px 20px 14px 20px;
}

.footer-site-menu ul.closed { 
    display: block;
}

.footer-site-menu li {
    padding: 6px 0px;
}

.footer-site-menu a,
.footer-site-menu a:visited,
.footer-site-menu a:active {
    color: #FFF;  
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

.footer-site-menu a:hover {
    opacity: 0.5;
}

#footer-media-strip {
    padding-top: 10px;
}

#footer-logo-container {
    display: block;
    clear: left;
    padding: 20px 0px 0px 0px;
}

#footer-logo {
    float: left;
    display: block;
    height: 60px;
    width: 60px;
    margin-left: 20px;
}

#footer-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

#legal-notice {
    float: left;
    margin: 6px 14px;
    color: #FFF;  
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.5;
}


@media only screen and (max-width: 1040px) {
    #header-wrap {
        padding: 14px 20px;
    }
}

@media only screen and (max-width: 900px) {
    #footer.hidden {
        display: none;
    }
    body.nav-mode #header-block {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; 
        overflow-y: scroll;
    }
    body.nav-mode #site-menu-block {
        position: relative;
        top: 0;
        right: auto;
        left: auto; 
    }
    body.nav-mode #hero,
    body.nav-mode #content,
    body.nav-mode #footer {
        display: none
    }
    #site-menu-back-arrow.visible {
        display: block;
    }
    #site-menu-close-button.hidden {
        display: none;
    }
    .site-menu {
        width: 100%;
    }
    .site-menu.hidden { 
        display: none;
    }
    .site-menu-header {
        padding: 12px 20px;
        cursor: pointer;
    }
    #site-menu-block .sep {
        display: block;
    }
    .site-menu ul.closed { 
        display: none;
    }
    .site-menu li { 
        padding: 12px 20px;
    }
    .site-menu a { 
        display: block;
    }
    .footer-site-menu {
        width: 100%;
    }
    .footer-site-menu-header {
        padding: 12px 20px;
        cursor: pointer;
    }
    .footer-site-menu ul.closed { 
        display: none;
    }
    .footer-site-menu li { 
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 750px) {
    #media-strip {
        bottom: -50px;
    } 
    #mobile-menu-button-anchor {
        top: 50%;
        margin-top: -14px;
    }
}

@media only screen and (max-width: 600px) {
    #logo {
        font-size: 20px; 
        text-align: left;
    }
}

@media only screen and (max-width: 480px) { 
    #header {
        padding: 0px 0px;
    }
    #header-wrap {
        padding: 10px;
    }
    #header-home-button {
        right: 60px;
    }
    .mobile-menu-button {
        display: block;
    }
    .footer-site-menu {
        display: none;
    }
}
