img.featured-image {
    margin: 20px 0 35px 0;
}

.blog h2 {
    color: #666;
}

p {
    max-width: inherit;
}

.button.green {
    color: #fff;
}

img.imageRight {
    float: right;
    margin: 0 0 1em 1em;
}

img.imageLeft {
    float: left;
    margin: 0 1em 1em 0;
}

img.imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imageRight {
    float: right;
}

.imageLeft {
    float: left;
}

.imageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slabtextWrapper {
    padding: 10px 15px 15px 15px;
}

.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
}

.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
}

.slabtextdone .slabtext {
    display: block;
}

h2 {
    clear: both;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: inherit !important;
}

.yarpp-related .yarpp-thumbnail-title {
    max-height: inherit !important;
    margin-bottom: 0 !important;
}

.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
    width: inherit !important;
    height: inherit !important;
}

@media only screen and (max-width: 40em) {

    .gray-row h2,
    .image-wrap,
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: left;
    }
}

@media only screen and (min-width: 64.063em) {
    .wrapper {
        margin-bottom: -520px;
    }

    .push {
        height: 520px;
    }
}

footer {
    height: auto;
}

footer [type=checkbox]+label {
    margin-right: 1rem !important;
}

header li {
    magin-bottom: 2rem;
    font-size: 1rem;
}

footer li:first-child {
    margin-bottom: 0;
}

footer li,
footer p {
    font-size: 1rem;
}

.logo__svg-small {
    width: auto;
    height: 12px;
}

.logo__svg-force-blue {
    color: #005695 !important;
}