section.office-files .office-files-inner {
    max-width: 1280px;
    max-height: 800px;
    margin: auto;
    position: relative;
}

section.office-files .office-files-inner .office-files-overlay {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 90px;
    height: 22px;
    background: #444444;
    z-index: 10;
}

body section.office-files .office-files-inner .eov_doc {
    max-width: 1280px;
    max-height: 800px;
    width: 100% !important;
    height: 100% !important;
}

.post-type-archive-cascade_pack .cascade_pack {
    margin-bottom: 2.5em;
}

.post-type-archive-cascade_pack .site-header-above-section-right {
    display: none;
}

.single-cascade_pack .site-header-above-section-right {
    display: none;
}

.post-type-archive-cascade_pack .read-more {
    font-weight: bold;
    text-decoration: underline;
}

.post-type-archive-cascade_pack .cascade_pack .entry-title a {
    color: #2677bc;
    text-decoration: underline;
}

.post-type-archive-cascade_pack .cascade_pack .entry-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-type-archive-cascade_pack .login-submit, .forgot-password {
    display: inline-block;
    margin-right: 1em;
    color: #333333;
    transition: none;
}

.post-type-archive-cascade_pack .forgot-password .button-primary:hover {
    background-color: #f4a783;
    border-color: #f4a783;
    color: #333333;
    transition: none;
}