/* test style sheet added */

/*
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
*/

body {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
}

a {
    color: #005cb9;
}

a:visited {
    color: #005cb9;
}

a:hover {
    color: #005cb9;
    text-decoration: underline;
}

a:active {
    background-color: #c2f8ff;
    text-decoration: underline;
}

.logo {
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 125px;
    margin: 30px 20px 0px 0px;
}

@media (min-width: 737px) {
    .logo {
        display: inline-block;
        height: 25px;
        vertical-align: top;
        width:147px;
        margin: 30px 20px 0px 0px;
    }
}

.background-blue {
    background-color: #001c70;
    width: 100%;
    padding-bottom: 10px;
}

.top-part h1 {
    padding-top: 20px;
    padding-bottom: 11px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #ffffff;
}

@media (min-width: 737px) {
    .top-part h1 {
        padding-top: 75px;
        padding-bottom: 35px;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 2.39em;
        line-height: 1.2;
        color: #ffffff;
    }
}


.top-part p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.125rem;
    color: #ffffff;
}

@media (min-width: 737px) {
.top-part p {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.3;
    font-size: 1.5rem;
    color: #ffffff;
    }
}

.content {
    /*padding: 20px 0px 0px 0px;*/
}


.column.graphic-area {
    margin: 10px 0px 20px 0px;
}

.graphic {
    max-width: 25em;
    margin: 0 auto;
}

.main {
    padding-bottom: 1em;
}

@media (min-width: 737px) {
.main {
    padding-bottom: 10em;
    }
}

.background-white {
    background-color: #ffffff;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.main h2 {
    margin: 0;
    padding-top: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.375rem;
    color: #3d3935;
}


@media (min-width: 737px) {
.main h2 {
    margin: 0;
    padding-top: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.875rem;
    color: #3d3935;
    }
}

.main-content {
    padding-top: 15px;
    padding-bottom: 10px;
}

@media (min-width: 737px) {
.main-content {
    padding-top: 20px;
    padding-bottom: 10px;
    }
}

p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1rem;
    color: #3d3935;
}

@media (min-width: 737px) {
p {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.125rem;
    color: #3d3935;
    }
}


.footer {
    z-index: 100;
    background-color: #fff;
    position: relative;
}

nav {
    display: block;
}

.bottom-bar {
    background-color: #001c71;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.bottom-bar li {
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 1px;
    font-size: 0.9375rem;
}

.bottom-bar a {
    color: #fff;
    text-decoration: none;
}

.bottom-bar a:hover {
    color: #fff;
    text-decoration: underline;
}

.column.row.row, .row.row.columns {
    float: none;
    display: block;
}

.footer small {
    font-size: 75%;
}

.show-for-sr, .show-on-focus {
    clip: rect (0px, 0px, 0px, 0px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}