#content {
    background-color: #fff;
}

#header-content-menu > div > a {
    user-select: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
}

#header {
    position: fixed;
    height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #505050;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    z-index: 5;
}
#header:before {
    display: none;
}
#header-content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    line-height: 70px;
}
#header-content > a {
    position: absolute;
    display: inline-block;
    left: 30px;
    z-index: 1;
}
#header-content > a > img {
    display: none;
    vertical-align: middle;
}
#header-content > a > img + img {
    display: inline-block;
}
#header-menu-sandwich {
    position: absolute;
    display: none;
    height: 24px;
    width: 24px;
    right: 30px;
    top: 23px;
    border: none;
    cursor: pointer;
    z-index: 1;
}
#header-menu-sandwich:before,
#header-menu-sandwich:after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 18px;
    top: 6px;
    left: 3px;
    margin: 0;
    background-color: #54c4ed;
    transition: .2s;
}
#header-menu-sandwich:after {
    top: 16px;
}
#header-menu-sandwich > span {
    position: absolute;
    display: block;
    height: 2px;
    width: 18px;
    top: 11px;
    left: 3px;
    background-color: #54c4ed;
    transition: .2s;
}
#header-menu-sandwich:hover > span,
#header-menu-sandwich:hover:before,
#header-menu-sandwich:hover:after {
    background-color: #4cb3d9;
}
#header-menu-sandwich:active > span,
#header-menu-sandwich:active:before,
#header-menu-sandwich:active:after {
    background-color: #439ebf;
}
#header-content-menu {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
}
#header-content-menu > div {
    height: 70px;
    line-height: 70px;
    vertical-align: top;
}
#header-content-menu > div:first-child {
    width: 170px;
}
#header-content-menu > div > a {
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    color: #505050;
    vertical-align: top;
    transition: color .2s;
}
#header-content-menu > div > a.green {
    color: #48b47b;
}
#header-content-menu > div > a:hover {
    text-decoration: underline;
}
#header-content-menu > div > ul {
    display: inline-block;
    vertical-align: top;
    transition: color .2s;
}
#header-content-menu > div > ul > li {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 35px;
    font-size: 16px;
    color: #505050;
    vertical-align: middle;
    cursor: pointer;
    transition: color .2s;
}
/*
<svg width="9" height="6" viewBox="0 0 9 6" xmlns="http://www.w3.org/2000/svg">
	<path fill="none" fill-rule="evenodd" stroke="#505050" stroke-width="1.5" d="M7.571.5L4.036 4.036.5.5"/>
</svg>
*/
#header-content-menu > div > ul > li:first-child:before {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 9px;
    top: 32px;
    right: -15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KCTxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNTA1MDUwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTcuNTcxLjVMNC4wMzYgNC4wMzYuNS41Ii8+DQo8L3N2Zz4=);
    transform: none;
}

#header-content-menu > div.show-solutions > ul.solutions > li:first-child:before {
    transform: scale(1, -1);
    top: 31px;
}
#header-content-menu > div > ul > li ~ * {
    display: none;
}
#header-content-menu > div.show-solutions > ul.solutions {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}
#header-content-menu > div.show-solutions > ul.solutions > li ~ * {
    display: block;
}

#header-content-menu > div.show-resources > ul.resources > li:first-child:before {
    transform: scale(1, -1);
    top: 31px;
}

#header-content-menu > div.show-resources > ul.resources {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}
#header-content-menu > div.show-resources > ul.resources > li ~ * {
    display: block;
}

#header-content-menu > div > div > a.button {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #54c4ed;
    line-height: 30px;
    vertical-align: middle;
    transition: .2s;
}
#header-content-menu > div > div > a.button:hover {
    background-color: #4cb3d9;
    text-decoration: none;
}
#header-content-menu > div > div > a.button:active {
    background-color: #439ebf;
}

#header-content-menu > div> ul > li {
    height:50px;
}
#header-content-menu > div> ul {
    padding-bottom: 10px;
}

@media screen and (max-width: 950px) {
    #header-menu-login:before {
        left: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 900px) {
    #header-content-menu > div> ul{
        padding-bottom: 0px;
    }
    #header-menu-sandwich {
        display: block;
    }
    #header-menu-sandwich:focus > span {
        display: none;
    }
    #header-menu-sandwich:focus:before {
        top: 11px;
        background-color: #797979;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    #header-menu-sandwich:focus:after {
        top: 11px;
        background-color: #797979;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #header-menu-sandwich:focus:hover:before,
    #header-menu-sandwich:focus:hover:after {
        background-color: #55c5ec;
    }
    #header-content-menu {
        display: none;
        left: 0;
        right: 0;
    }
    #header-menu-sandwich:focus + #header-content-menu {
        display: block !important;
    }
    #header-content-menu > div > div {
        padding: 25px 30px 5px;
        box-sizing: border-box;
    }
    #header-content-menu > div + div {
        height: auto;
        width: 100%;
        padding: 10px 0;
        background-color: #f8f8f8;
        text-align: center;
    }
    #header-content-menu > div + div + div {
        padding: 0 0 20px;
        line-height: 22px;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    }
    #header-content-menu > div > a,
    #header-content-menu > div > ul {
        display: block;
        height: 42px;
        margin: 0;
        line-height: 42px;
        text-align: left;
    }
    #header-content-menu > div > ul > li {
        margin-left: 30px;
    }
    #header-content-menu > div > ul.resources > li:first-child:before,
    #header-content-menu > div > ul.solutions > li:first-child:before{
        height: 9px;
        width: 13px;
        top: 18px;
        right: 10px;
        background-size: cover;
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
    }
    #header-content-menu > div > a {
        padding: 0 30px;
        box-sizing: border-box;
    }
    #header-content-menu > div.show-solutions,
    #header-content-menu > div.show-resources {
        padding-top: 1px;
    }
    #header-content-menu > div.show-solutions > a,
    #header-content-menu > div.show-solutions + div,
    #header-content-menu > div.show-resources > a,
    #header-content-menu > div.show-resources + div{
        display: none;
    }
    #header-content-menu > div.show-solutions > ul.solutions,
    #header-content-menu > div.show-resources > ul.resources {
        height: auto;
        background-color: transparent;
        line-height: 65px;
        box-shadow: none;
    }
    #header-content-menu > div.show-solutions > ul.solutions > li,
    #header-content-menu > div.show-resources > ul.resources > li{
        margin: 0;
        padding: 0 30px;
        box-sizing: border-box;
        line-height: 50px;
        text-align: left;
    }
    #header-content-menu > div.show-solutions > ul.solutions > li:first-child,
    #header-content-menu > div.show-resources > ul.resources > li:first-child {
        background-color: #fff;
        line-height: 65px;
        text-align: center;
    }

    #header-content-menu > div.show-solutions > ul.solutions > li:first-child:before,
    #header-content-menu > div.show-resources > ul.resources > li:first-child:before{
        top: 30px;
        right: auto;
        left: 28px;
        background-size: cover;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    #header-content-menu > div.show-solutions > ul.resources {
        display: none;
    }
    #header-content-menu > div.show-resources > ul.solutions {
        display: none;
    }

}
@media screen and (min-width: 901px) {
    #header-content-menu {
        display: block !important;
    }
}

#footer {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
    border-top: 2px solid #4b4b4b;
    background-color: #404040;
    text-align: center;
}
#footer-content {
    width: 100%;
    max-width: 1360px;
}
#footer > * {
    padding-left: 0;
    padding-right: 0;
}
#footer-content-menu {
    width: 100%;
    padding-top: 30px;
    font-size: 0;
}
#footer-content-menu > a {
    display: inline-block;
    margin: 0 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
#footer-content-menu > a:hover {
    text-decoration: underline;
}
#footer-content-menu-social {
    width: 100%;
    padding-top: 30px;
    font-size: 0;
}
#footer-content-menu-social > a {
    display: inline-block;
    margin: 0 10px;
}
#footer-content-links {
    padding-top: 30px;
    font-size: 0;
}
#footer-content-links > a {
    display: inline-block;
    margin: 0 12px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
#footer-content-links > a:hover {
    text-decoration: underline;
}
#footer-copyright {
    width: 100%;
    margin: 0;
    padding-top: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    opacity: .5;
}

@media screen and (max-width: 650px) {
    #footer-content-menu > a {
        width: 100%;
        margin: 0 0 24px;
    }
}
@media screen and (max-width: 500px) {
    #footer-content-links > a {
        width: 100%;
        margin: 0 0 24px;
    }
    #footer-copyright {
        padding-top: 20px;
    }
}