.container {
    background-color: #FFF;
    padding-bottom: 20px;
}

#support-nav li {
    border-left: 1px solid #999;
    line-height: 12px;
    font-size: 12px;
    padding-left: 7px;
}
#support-nav li:first-child {
    border: none;
}
#support-nav a,
#support-nav a:hover {
    color: #333;
}
#support-nav {
    margin: 8px 0 4px 0;
}

#header-row {
    border-bottom: 10px solid #C2AE7B;
    margin-bottom: 20px;
}
#header-logo a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 360px;
    height: 72px;
    background: url('../images/logo-tni-90dpi.png') no-repeat;
}

#cover {
    padding: 43px 0px 0px 34px;
    margin: 0 auto 20px auto;
}

#cover img {
    border:1px solid #e5e5e5;
}

#page-title {
    font-size: 48px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
#page-title small {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #333;
}

#login-box {
    position: relative;
}
#forgot-password-link {
    position: relative;
    top: 12px;
}
#spinner {
    display: none;
    width: 70px;
    height:70px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-35px;
    margin-top:-35px;
}

.price {
    font-weight: bold;
    font-size: 26px;
    font-style: italic;
    margin: 0;
}
.dollar,
.cents {
    font-size: 14px;
    position: relative;
    top: -8px;
}
.dollar {
    margin-right: -2px;
}
.cents {
    padding-left: 2px;
}
.term {
    font-weight: normal;
    font-size: 10px;
}

#faq-link {
    font-size: 20px;
    font-weight: bold;
}

/* Responsive design media queries */
@media (max-width: 1299px) {
    .container {
        width: auto;
    }
}

@media (max-width: 930px) {
    #header-logo a {
        width: 240px;
        height: 48px;
        background: url('../images/logo-tni-60dpi.png') no-repeat;
    }
}

/* Retina image support */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    #header-logo a {
        background: url('../images/logo-tni-180dpi.png') no-repeat;
        background-size: 360px 72px;
    }
}

@media only screen and (max-width: 930px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 930px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 930px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 930px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 930px) and (min-resolution: 192dpi),
only screen and (max-width: 930px) and (min-resolution: 2dppx) {
    #header-logo a {
        background: url('../images/logo-tni-120dpi.png') no-repeat;
        background-size: 240px 48px;
    }
}