body,
p,
h1,
h2,
h3,
h4,
h5,
a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: normal;
}

header:focus {
    outline: none;
}

.relative {
    position: relative;
}

@font-face {
    font-family: ProximaNovaSemiBold;
    src: url(fonts/Proxima-Nova/Proxima-Nova-Semibold.otf);
}

@font-face {
    font-family: ProximaNovaMedium;
    src: url(fonts/Proxima-Nova/Proxima-Nova-Medium.otf);
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(fonts/Proxima-Nova/Proxima-Nova-Bold.otf);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(fonts/Proxima-Nova/Proxima-Nova-Regular.otf);
}

@font-face {
    font-family: ProximaNovaItalic;
    src: url(fonts/Proxima-Nova/Proxima-Nova-Regular-Italic.otf);
}

.top-nav-container {
    display: flex;
    flex-direction: row;
}

.top-nav-container .logo {
    width: 27%;
    display: flex;
    justify-content: left;
    margin-top: 55px;
}

.top-nav-container nav.main-menu {
    width: 60%;
    display: flex;
    justify-content: center;
}

.top-nav-container nav.main-menu .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-top: 52px;
}

.header-right {
    width: 80%;
    display: flex;
    flex-direction: row;
}

.social-connect {
    width: 40%;
    float: right;
    margin-top: 47px;
}

nav.main-menu .menu ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 0 24px;
    font-family: ProximaNovaSemiBold;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    opacity: 0.7;
    letter-spacing: 2px;
}

nav.main-menu .menu ul li a:hover {
    opacity: 1;
}

.social-connect div {
    float: right;
    color: #FFFFFF;	
    font-family: ProximaNovaMedium;	
    font-size: 14px;	
    font-weight: 500;	
    line-height: 17px;
    display: flex;
}

.social-connect div:first-child {
    flex-direction: column;
}

.social-connect div a {
    margin: 0 9px;
    min-width: 30px;
    max-width: 30px;
}

.social-connect div a img {
    width: 30px;
    height: 30px;
    transition: width 0.1s, height 0.1s;
    opacity: 0.7;
}

.social-connect div a:hover img {
    width: 28px;
    height: 28px;
}

.social-connect div a:first-child {
    margin: 0 9px 0 16px;
}

.legal {
    opacity: 0.5;	
    color: #2D2D2D;	
    font-family: ProximaNovaRegular;	
    font-size: 12px;	
    line-height: 14px;
}

@media screen and (max-width:1024px) {

    .max-container-width {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
    }

    header {
        height: 64px;
    }

    .top-nav-container .logo {
        margin-top: 27px;
    }

    .top-nav-container .logo img {
        width: 120px;
    }

    .hamburger-icon {
        width: 80%;
        text-align: right;
        margin-top: 27px;
    }

    .mobile-menu-close-icon {
        outline: none;
        width: 85%;
        max-width: 100vw;
        position: absolute;
        top: 27px;
        text-align: right;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .mobile-menu-close-icon:active,
    .mobile-menu-close-icon:focus {
        background-color: transparent;
        border: 0;
    }

    .menu-hide {
        right: -100vw;
    }

    .menu {
        width: 100%;
    }

    .top-nav-container .header-right {
        position: fixed;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        z-index: 2;
        background: rgba(255,255,255,1);
        height: 100vh;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .top-nav-container nav.main-menu,
    .social-connect {
        width: 100vw;
    }

    .top-nav-container nav.main-menu {
        position: relative;
        height: 85vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-connect {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 10%;
    }

    .social-connect div {
        align-items: center;
    }

    .menu-show {
        right: 0;
    }

    .top-nav-container nav.main-menu .menu ul {
        flex-direction: column;
    }

    .social-connect div span:first-child,
    .social-connect div span {
        display: block;
        padding: 0;
    }

    .top-nav-container nav.main-menu .menu ul li a {
        margin: 0;
        margin-bottom: 20px;
        display: block;
        text-align: center;
        color: #000;
    }

    .social-connect div a:first-child {
        margin-left: 0;
    }

    nav.main-menu .menu ul li:last-child a {
        margin-bottom: 32px;
    }

    .social-connect div abbr {
        display: block;
        margin-bottom: 16px;
        font-size: 12px;	
        font-weight: 500;	
        line-height: 14px;
        width: max-content;
    }

    .social-connect div span {
        float: left;
        margin-right: 18px;
    }

    .legal {
        margin-top: 80px;
        padding-bottom: 0;
    }
}

@media screen and (min-width:1025px) {
    .hamburger-icon,
    .mobile-menu-close-icon {
        display: none;
    }

    .max-container-width {
        width: 90%;
        max-width: 1408px;
        margin: 0 auto;
    }

    .social-connect div abbr {
        width: max-content;
    }

    .social-connect div:first-child {
        flex-direction: row;
        align-items: center;
    }

    .legal {
        margin-top: 110px;
    }
}

@media screen and (min-width:1025px) and (max-width:1340px) {
    .social-connect div:first-child {
        flex-direction: column;
    }

    .social-connect div abbr {
        margin-bottom: 5px;
    }
}