


body { background: #FFFFFF; font-size: 13px; }
#overlay, footer { background: #FFFFFF; }
section header, .divider, .news .entry { border-color: #cccccc; }
.main-header nav a, .screen-nav a, .slider-features a, .section-header a, .private nav a, a, .private-login input[type="submit"] { color: #797575; }
.main-header nav a:hover, .main-header nav a.active { color: #257cb5 !important; }
.list.text-only.entries.fixed-font .date { font-size: 13px; }
#overlay .close, h3, .entries .date, .grid .date, .grid .titles .date, .homepage .caption h3 { font-size: 13px; color: #797575; }

header.main-header.homepage { background-color: #ffffff; }
.main-header { padding: 30px 0; margin-bottom: 30px; }
.category.c-works-available .placeholder { display: none; }
.main-header nav a {margin-right: 15px;}
.main-header nav>a:first-child {margin-left: 15px !important;}

.s-about .slide figure img {
    max-height: inherit;
    max-width: 100%;
}

.s-contact .text-two-columns {
    padding-bottom: 20px;
}

.text-two-columns .left, .text-two-columns .right {
    width: 48%;
}

.text-two-columns .left {
    padding-right: 3%;
}

.text-four-columns .column {
    padding: 0 1.25% 25px;
}

.entries.fixed-font .title, .entries.fixed-font .titles, .entries.fixed-font .subtitle, .entries.fixed-font .date, .fixed-font .entries .date {
    font-size: 13px;
}

div#screen-join-mailing-list {
    padding-top: 70px;
}

footer {
    line-height: 150%;
}

*:focus:not(.focus-visible) {
    outline: none;
}


*:focus {
    outline: 2px #A5C7FE solid;
    outline-offset: 1px;
}

.entry > a {
    display: inline-block;
}

.entry.small > a, .entry.medium > a, .entry.large > a, .grid.thumbnails > .entry > a, .grid.entries > .entry > a,
.large-images > .entry > a, .entry.full > a {
    display: block;
}

div[class^='custom-grid'] > .entry > a, div[class*=' custom-grid'] > .entry > a,
.grid-container > .grid > .entry > a, .list.text-only .entry > a {
    display: block;
}

.list.text-only .date {
    float: left;
}

.news .entry > .thumbnail > .image > a {
    display: inline-block;
}

#skipToContent {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    text-decoration: underline;
}

a#skipToContent:active,
a#skipToContent:focus,
a#skipToContent:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

footer div > a.footer-siteindex,
footer span > a.footer-siteindex{
    white-space: nowrap;
    overflow: hidden;
}

#contentWrapper:focus {
    outline: transparent !important;
}

#contentWrapper #eccomerceCheckout .widget ul {
    display: block;
    margin-top: 5px;
}

#contentWrapper #eccomerceCheckout input.error {
    margin-bottom: 0;
}

label.required:after {
    content: '*';
    margin-left: 2px;
}


