﻿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;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h3 {
    margin-top: 0;
}

h1 {
    line-height: 1.2;
}

button {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}

a {
    text-decoration: none;
}

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

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

@media (min-width: 630px) {
    #ps-main {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
}

@media (max-width: 629px) {
    #ps-main {
        margin-left: 0;
    }
}

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

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

.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;
        }

@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 print {
    #prism-subjectnav-topbar,
    #prism-subjectnav-footer {
        display: none;
    }
}
