﻿/*******************************************************************************
*  General
*******************************************************************************/
.page-header {
    margin-bottom: 25px;
}

#page {
    padding-top: 52px;
}

@media (min-width: 1050px) {
    #page {
        padding-top: 65px;
    }
}

/*******************************************************************************
*  Password Protected Pages
*******************************************************************************/
.page.password-protected article[id]:before {
    display: none;
}

.page.password-protected .content-area .page,
.page.password-protected .content-area .password-form {
    margin-top: 0;
}

.page.password-protected .form-text-block-top {
    margin-bottom: 40px;
}

.page.password-protected .content-area .password-form input[type='submit'] {
    margin-top: 15px;
}

/*******************************************************************************
*  FAQ's
*******************************************************************************/
.page-faqs .site-content form .search-field {
    margin-bottom: 0;
}
