/* ============================================
   Static Page Styles
   Extracted from style.css
   ============================================ */

.static-page {
    height: initial !important
}

.static-page .ourSquareLogo {
    font-size: 75px;
    height: 75px
}

.static-page .ourLineLogo {
    top: 3px
}

.static-page .header-bar-wrapper {
    height: 75px;
    position: relative
}

.static-page input {
    max-width: 280px
}

.static-page .nav-bar {
    top: 22px
}

.static-page .header-bar-page .nav-sections {
    padding-left: 75px
}

.static-page #wrapper {
    height: auto
}

.static-page .regular-page-wrapper {
    margin-top: 50px
}

.static-page .page-content {
    margin-bottom: 60px;
    padding: 0 20px !important
}

.static-page .page-content h1 {
    font-size: 38px;
    margin-bottom: 1rem;
    font-weight: 700
}

.static-page .page-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 3.5rem;
    line-height: 34px !important
}

.static-page .page-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 1rem;
    line-height: 30px !important;
    margin-left: 10px
}

.static-page .page-content h4 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 3rem
}

.static-page .story {
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.static-page p,
.static-page UL LI UL LI {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6
}

.static-page UL {
    list-style-type: none;
    padding: 0
}

.static-page UL LI UL {
    list-style-type: decimal;
    padding-left: 40px
}

.static-page .card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 2rem;
    margin: 0 auto .8rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.static-page .group-profile {
    border-top: 2px solid #fe5c16
}

.static-page .label-desc {
    font-size: 13px
}

.static-page #footer-wrapper {
    border: 0
}

.static-page #footer-wrapper .footer-bottom-section {
    max-width: 1240px;
    border-top: 1px solid #ddd
}

/* ----------------------------------------
   Media Queries
   ---------------------------------------- */

@media (max-width:750px) {
    .static-page h1 {
        margin: 40px 0
    }
}
