﻿@import url(https://cloud.typography.com/6966154/691568/css/fonts.css);

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: .875em;
    font-weight: 300;
    line-height: 1.71429;
    letter-spacing: -.015em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: -.045em;
}

h1 {
    line-height: 1.2;
}

#outer {
    position: relative;
    max-width: 1600px;
    height: 100%;
}

a {
    text-decoration: none;
}

#ps-main {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 62px);
    width: calc(100% - 60px);
    margin-top: 62px;
    margin-left: 60px;
}

.button {
    display: inline-block;
    -webkit-appearance: none;
    border: 1px solid #f96816;
    background-color: #f96816;
    color: #fff;
    min-width: 160px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 24px;
    padding: 0 25px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    transition: background-color 300ms ease-out;
}

    .button:hover {
        background-color: #ff7b39;
    }

#unauthenticated-profile {
    padding-top: 88px;
    position: relative;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}

.unauthenticated-menu {
    font-size: 14px;
    position: fixed;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 999;
    background: linear-gradient(to bottom,rgba(0,0,0,0.9) 0,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 99%);
}

    .unauthenticated-menu .unauthenticated-logo {
        float: left;
        margin-left: 20px;
        margin-top: 5px;
        display: block;
        width: 164px;
    }

    .unauthenticated-menu .button {
        width: 117px;
        min-width: initial;
        height: 47px;
        line-height: 45px;
        margin: 0;
    }

    .unauthenticated-menu ul {
        float: right;
        list-style: none;
        margin: 0 97px 0 0;
    }

    .unauthenticated-menu li {
        display: inline-block;
        margin-left: 48px;
    }

    .unauthenticated-menu a {
        font-weight: 500;
    }

        .unauthenticated-menu a:not(.button) {
            color: #fff;
        }

        .unauthenticated-menu a i {
            font-size: 16px;
        }

#not-available {
    padding: 150px 24px 24px 24px;
    text-align: center;
    color: #aaa;
}

    #not-available img {
        margin: 0 auto;
        width: 150px;
        display: block;
        border-radius: 50%;
    }

    #not-available h1 {
        padding-top: 40px;
        padding-bottom: 5px;
        margin: 0;
        font-size: 32px;
        font-weight: 100;
        color: white;
    }

    #not-available p {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
    }

@media (max-width: 1120px) {
    .unauthenticated-menu ul {
        margin: 0 25px 0 0;
    }

    .unauthenticated-menu .display-large {
        display: none;
    }
}

@media (max-width: 535px) {
    .unauthenticated-menu ul {
        display: none;
    }
}

@media (min-width: 1600px) {
    #outer {
        margin: 0 auto;
    }

    #ps-main {
        margin-left: 220px;
        width: calc(100% - 220px);
    }
}

@media (max-width: 530px) {
    #outer header form {
        display: none;
    }
}
