/*Temporary CSS fixes 12-10-2016 */


/* Fixes layoutbug calendar on homepage */

.box-wrap .home-banner .banner-calendar a article {
    width: 70%;
}


/* Makes figcaption a bit darker*/

figcaption {
    color: #999;
}


/* More space for news titles */

@media only screen and (min-width: 64em) {
    .full-image h1 {
        max-width: 750px;
    }
}


/*  table layout in indent space */

.indent table {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
}

.indent th,
.indent td {
    padding: 10px 15px;
    text-align: left;
}

.indent td {
    border: 1px solid #e6e6e6;
}

.indent th {
    background-color: #807f6a;
    color: #fff;
    font-family: vestula;
    font-weight: normal;
}

.indent tr:nth-child(odd) {
    background-color: #f5f5f5;
}

/* CAlendar plus item */

.article-hero {
    margin: -5% -5% 0;
    position: relative;
}

.peek {
    margin: -40px -5% 0;
    max-width: 750px;
    padding: 20px 5%;
    position: relative;
    background: #fff;
    display: table;
}

.article-hero {
    display: block;
    width: calc(100% + 80px);
    margin: -20px 0 20px -40px;
    position: relative;
}

.article-hero .feature:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #9cb939;
    border-left: 20px solid #9cb939;
}

.article-hero .feature:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 40px;
    right: 0;
    border-right: 20px solid #9cb939;
    border-bottom: 20px solid #9cb939;
    border-left: 20px solid transparent;
}

.article-hero .feature {
    box-shadow: none;
    background: #9cb939;
    position: relative;
    margin-top: 20px;
    overflow: visible;
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 31%;
    padding: 10px 20px;
    margin: 0;
    color: #001158;
    font-size: 1.3125em;
    line-height: 1.4;
}

.article-hero .feature strong {
    color: #fff;
    display: block;
    font-weight: normal;
}