html {
    height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    word-wrap: break-word;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 87.5%;
    line-height: 1.5;
    color: #3b3b3b;
    background: #292929;
}

p {
    margin: 0 0 1.2em;
}

#page {
    background: #fff;
}

article,
footer,
header,
main,
section {
    display: block;
}

.layout-container {
    box-sizing: border-box;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (min-width:851px) {
    .layout-container {
        max-width: 1290px;
    }
}

#header {
    background-color: #1d84c3;
    background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
    background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header .section {
    position: relative;
}

.region-header .site-branding {
    margin-top: 0.429em;
}

@media all and (min-width:461px) {
    .region-header .block {
        float: right;
        margin-top: 0.357em;
    }

    .region-header .site-branding {
        float: left;
    }
}

@media screen and (max-width:460px) {
    .region-header {
        padding-bottom: 0.357em;
    }
}

[role*=banner] a {
    border-bottom: none;
}

.region-header {
    padding: 0.357em 15px 0;
}

.region-header,
.region-header span,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text span,
.region-header .site-branding span {
    color: #fffeff;
}

.site-branding__text {
    display: inline-block;
    vertical-align: top;
}

@media all and (min-width: 461px) {
    .site-branding__text {
        margin-bottom: 1.857em;
    }
}

@media all and (min-width: 901px) {
    .site-branding__text {
        padding: 1.286em 0 0;
    }
}

.site-branding__name {
    color: #686868;
    font-size: 1.6em;
    line-height: 1;
}

@media all and (min-width: 901px) {
    .site-branding__name {
        font-size: 1.821em;
    }
}


.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.layout-main-wrapper {
    min-height: 300px;
}

#page,
#main-wrapper {
    background: #fff;
}

.layout-main {
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-content .section {
    padding: 0 15px;
}

.main-content h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
}

@media all and (min-width: 851px) {
    .main-content {
        position: relative;
        float: left;
    }

    .layout-no-sidebars .main-content {
        width: 100%;
    }
}

.block .content {
    margin-top: 10px;
}

.node__content {
    margin-top: 10px;
    font-size: 1.071em;
}

.node--view-mode-teaser {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d7d9;
}

.node--view-mode-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node--view-mode-teaser .node__content {
    clear: none;
    font-size: 1em;
    line-height: 1.6;
}


h2,
.heading-b {
    margin: 1em 0 0.5em;
    font-size: 1.143em;
    font-weight: inherit;
}


.site-footer {
    padding: 35px 0 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #292929;
}

.site-footer .layout-container {
    padding: 0 15px;
}