#inside {

}

#inside h3 {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

#inside h3 span {
    font-weight: bold;
}

.boxes {
    display: table;
}

.boxes.side {
    display: block;
}

.box-row {
    display: table-row;
    width: 100%;
}

.box {
    display: table-cell;
    border: 15px solid #fff;
    width: 33.33%;
    background: #BFD9DB;
    height: 100%;
}

.side .box {
    display: block;
    width: 100%;
    border: none;
    margin: 15px 0;
}

@media (max-width: 767px) {
    .boxes {
        display: block;
    }

    .box-row,
    .box {
        display: block;
        width: 100%;
    }
    .box{
        width: 50%;
    }
}

.box.green {
    background: #698911 !important;
}

.box.blue {
    background: #002D5F !important;
}

.box.red {
    background: #AB0533 !important;
}

.box.grey {
    background: #4D6D71 !important;
}

.box.cyan {
    background: #57A5C9 !important;
}

.box.purple {
    background: #996987 !important;
}

.box.return {
    background: #8b2512 !important;
}

.box .img {
    display: inline-block;
    vertical-align: top;
}

.box img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.box .txt {
    padding: 25px;
}

.box .txt h2,
.box .txt h2 a {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    margin-bottom: 20px;
}

.box .txt h2:after {
    display: none;
}

.box .txt h2 a:hover {
    text-decoration: underline;
}

.box .txt p {
    color: #fff;
}

.box .txt p a {
    color: #fff;
    text-decoration: underline;
}

#content .item,
.content .item {
    border-bottom: 1px solid #c7c7d0;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

#content .item:last-child,
.content .item:last-child {
    border: none;
}

#exhibitions #content .item {
    border-bottom: 0;
}

#content .item figure,
.content .item figure {
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-right: 2em;
    overflow: hidden;
}

#content .item figure a,
.content .item figure a {
    display: block;
}

#content .item figure a img,
.content .item figure a img {
    vertical-align: middle;
}

#content .item h3,
.content .item h3 {
    padding-bottom: 0;
    clear: none;
}

#content .item p,
.content .item p {
    font-size: 0.92em;
}

#sidebar .item {
    margin-bottom: 2em;
}

#sidebar .item h4 {
    font-weight: bold;
}

#sidebar .item h4 a:hover {
    color: #e11e2f;
}

#sidebar .item figure {
    display: block;
    float: right;
    margin-bottom: 1em;
    margin-left: 2em;
    overflow: hidden;
}

#sidebar .item figure img {
    vertical-align: middle;
}

#sidebar .item .time {
    color: #d4d6da;
    display: block;
    font-size: 0.82em;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    top: -1.2em;
}

#sidebar .item p {
    color: #050505;
}

.read {
    color: #333 !important;
    font-size: bold;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.read:hover {
    color: #8B2511 !important;
    text-decoration: none !important;
}

.MarkupPagerNav,
#content .MarkupPagerNav,
.content .MarkupPagerNav {
    margin: 0 0 3em;
    padding: 0;
    font-size: 0.8em;
}

.MarkupPagerNav li,
#content .MarkupPagerNav li,
.content .MarkupPagerNav li {
    display: inline-block;
}

#content .MarkupPagerNav li a,
.content .MarkupPagerNav li a,
.MarkupPagerNav li a {
    background: #fff;
    border: 1px solid #5e5e5e;
    border-radius: 24px;
    color: #5e5e5e;
    display: block;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    text-align: center;
    text-decoration: none !important;
    min-width: 24px;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
#content .MarkupPagerNav li.MarkupPagerNavOn a,
.content .MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover,
#content .MarkupPagerNav li a:hover,
.content .MarkupPagerNav li a:hover,
.MarkupPagerNav li a:active,
#content .MarkupPagerNav li a:active,
.content .MarkupPagerNav li a:active {
    background: #8b2512;
    border-color: #8b2512;
    color: #fff;
}

.box-link {
    background-image: url(images/sail-blue.png);
    width: 300px;
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
    margin-left: 5%;
    background-size: cover;
    height: 382px;
}

.box-link:hover {
    text-decoration: none !important;
}

.box-link .info {
    position: absolute;
    top: 250px;
    left: 60px;
    width: 180px;
    color: #fff;
    text-align: center;
}

.box-link .info h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 6px;
}

.box-link .info p {
    font-size: 14px;
}

.box-link figure {
    width: 253px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 35px;
    -webkit-clip-path: polygon(5% 0%, 100% 30%, 90% 90%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 30%, 90% 90%, 0% 100%);
    -webkit-clip-path: url(images/clip.svg);
    clip-path: url(images/clip.svg#svgClip);
    -webkit-mask: url(images/clip.svg);
}

.no-clip-path .box-link figure {
    height: 200px;
}

.box-link img {
    display: block;
}

.box-link.green {
    background-image: url(images/sail-green.png);
}

.box-link.blue {
    background-image: url(images/sail-blue.png);
}

.box-link.red {
    background-image: url(images/sail-red.png);
}

.box-link.grey {
    background-image: url(images/sail-olive-green.png);
}

.box-link.cyan {
    background-image: url(images/sail-sky-blue.png);
}

.box-link.purple {
    background-image: url(images/sail-purple.png);
}

.more,
.more:hover {
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.more.white,
.more.white:hover {
    color: #fff !important;
}

.more:hover {
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.resources {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    min-height: 150px;
    min-height: 15vh;
}

#sidebar .resources {
    margin-top: 2em;
}

.resources h3 {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px;
    font-size: 1.2em;
}

.resources ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px;
}

.resources.link {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    background-color: #8b2512;
}

.resources.link {
    text-decoration: none !important;
}

.resources.link h3 {
    background-color: #8b2512;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
}



/* Blog post grid */

.posts-wrapper.move-up{
    margin-top: -30px;
}

.posts-wrapper .blog-post{
    width: auto;
    display: block;
    background-color: #698911;
}
.posts-wrapper .boxes{
    display: flex;
    flex-wrap: wrap;
}

.posts-wrapper .boxes > *{
    margin-top: 20px;
}
.posts-wrapper .box{}

@media(min-width: 768px){

    .posts-wrapper .boxes{
        margin-left: -30px;
    }
    .posts-wrapper .boxes > *{
        margin-top: 30px;
        padding-left: 30px;
        width: 50%;
    }

}

@media(min-width: 992px){
    .posts-wrapper .boxes > *{
        width: 33.33%;
    }
}


.blog-post{
    display: block;
    opacity: 1;
    transition: opacity 0.35s ease;
    border: none;
}


.blog-post.unrevealed {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.blog-post .entry-meta {
    color: #fff;
    margin: 10px 0 18px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-post .entry-meta i {
    display: inline-block;
    margin-right: 5px;
}

.blog-post .categories {
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}

.categories .meta + .meta:before{
    content: ", ";
}

.blog-post .categories a {
    color: #fff;
}

.single-blog-post .meta{
    color: #8b2512;
}

.single-blog-post figure{
    margin-top: 30px;
    margin-bottom: 30px;
}

.single-blog-post .entry-meta > *{
    margin-bottom: 0;
    margin-left: 10px;
}

.single-blog-post .entry-meta > *:first-child{
    margin-left: 0;
}
.single-blog-post .entry-meta i{
    display: inline-block;
    color: #8b2512;
}

.blog-post.box .categories i{
    display: none;
}

.blog-post .author + .author{
    position: relative;
}

.blog-post .author + .author:before{
    content: ", ";
}


@media only screen and (max-width: 479px) {

    #content .item figure,
    .content .item figure {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    #content .item figure a img,
    .content .item figure a img {
        height: auto;
        width: 100%;
    }

}