﻿body {
    margin-bottom: 0;
}

h2.page-title-heading {
    font-weight: normal;
    letter-spacing: -2px;
    font-size: 2.625rem;
    color: #455255;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.body-text {
    line-height: 1.7rem;
}

div.body-text > p {
    font-size: initial;
    font-family: BrownStd-Regular;
    color: #859395;
}

ul.social-media-list {
    width: 16em,auto;
}

span.social-icon-wrapper {
    width: 40px;
    height: 40px;
    display: block;
}

hr.footer-horizontal-divider {
    width: 100%,,0;
    display: block,,none;
}

section.flexible-section-container {
    width: 100%,,auto;
}

span.footer-logo-wrapper {
    width: 187px;
    fill: black;
}

div.footer-content-container {
    width: 100%,auto;
}

p.footer-copy-text, p.footer-copyright-text {
    font-family: BrownStd-Regular;
    width: 100%;
    letter-spacing: normal;
}

.error-page-container > div {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* text-align: center; */
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0px 1.125rem;
}

@media screen and (min-width: 900px) {
    .main-header, .error-page-container > div {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
        /* max-width: 780px; */
    }
}

.main-header {
    padding-top: 1rem;
    border-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 .8333rem;
    display: block;
}

@media screen and (min-width: 64em) {
    .main-header {
        position: fixed;
        right: 0;
        left: 0;
        top: 0 !important;
        z-index: 500;
        width: 100%;
        max-height: 13.8rem;
        padding-top: 2rem;
        padding-left: 0;
        background: #fff;
        border-bottom-width: 2.5rem;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: padding .2s ease !important;
    }
}

@media screen and (min-width: 900px) {
    .site-wrapper {
        margin-top: 8.25rem;
    }
}

.header-logo, .village-logo {
    display: block;
    margin: 0 auto;
    height: 4.25rem;
}

.header-logo {
    margin-bottom: 1.5rem;
}

h1.hide {
    display: none;
}

@media screen and (min-width:900px) {
    p.error-description {
        width: 66.6667%;
    }
}
