/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
	
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: 0
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
    background: #fff
}
.flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #09F
}
.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: .6
}
.flickity-prev-next-button.previous {
    left: 10px
}
.flickity-prev-next-button.next {
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=60);
    opacity: .6;
    cursor: auto
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}
.flickity-prev-next-button .arrow {
    fill: #333
}
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}
.flickity-rtl .flickity-page-dots {
    direction: rtl
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=55);
    opacity: .55;
    cursor: pointer
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}
.svgstore {
    display: block;
    position: relative;
    width: 100%;
    height: 0
}
.svgstore svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.svgstore--angle-down {
    padding-bottom: 100%
}
.svgstore--angle-left {
    padding-bottom: 100%
}
.svgstore--angle-right {
    padding-bottom: 100%
}
.svgstore--angle-up-double {
    padding-bottom: 100%
}
.svgstore--angle-up {
    padding-bottom: 100%
}
.svgstore--check {
    padding-bottom: 100%
}
.svgstore--circle-alert {
    padding-bottom: 100%
}
.svgstore--circle-close {
    padding-bottom: 100%
}
.svgstore--circle-gear {
    padding-bottom: 100%
}
.svgstore--circle-menu {
    padding-bottom: 100%
}
.svgstore--circle-search {
    padding-bottom: 100%
}
.svgstore--close {
    padding-bottom: 100%
}
.svgstore--facebook {
    padding-bottom: 100%
}
.svgstore--grid {
    padding-bottom: 77.27273%
}
.svgstore--instagram {
    padding-bottom: 100%
}
.svgstore--list {
    padding-bottom: 77.27273%
}
.svgstore--logo-large-color {
    padding-bottom: 7.83198%
}
.svgstore--logo-large {
    padding-bottom: 7.83198%
}
.svgstore--logo-small {
    padding-bottom: 25%
}
.svgstore--logo-stack {
    padding-bottom: 135.71429%
}
.svgstore--pattern {
    padding-bottom: 100%
}
.svgstore--reply {
    padding-bottom: 100%
}
.svgstore--retweet {
    padding-bottom: 100%
}
.svgstore--star {
    padding-bottom: 100%
}
.svgstore--tagline {
    padding-bottom: 12.02555%
}
.svgstore--twitter {
    padding-bottom: 100%
}
.svgstore--youtube-play {
    padding-bottom: 100%
}
<!-- .accordion__interior::after,
.accordion__interior::before,
.audience::after,
.audience::before,
.block-list__heading::after,
.block-list__heading::before,
.clear::after,
.clear::before,
.date-list__item::after,
.date-list__item::before,
.fact-block::after,
.fact-block::before,
.feature-slideshow__item::after,
.feature-slideshow__item::before,
.feature::after,
.feature::before,
.feed__item::after,
.feed__item::before,
.filter__grid::after,
.filter__grid::before,
.grid--tight::after,
.grid--tight::before,
.grid::after,
.grid::before,
.header::after,
.header::before,
.home-feed__item::after,
.home-feed__item::before,
.main--full::after,
.main--full::before,
.main::after,
.main::before,
.split--inset::after,
.split--inset::before,
.split::after,
.split::before,
.tabs-nav::after,
.tabs-nav::before,
.update::after,
.update::before {
    content: '';
    display: table
} -->
.accordion__interior::after,
.accordion__interior::before,
.audience::after,
.audience::before,
.block-list__heading::after,
.block-list__heading::before,
.clear::after,
.clear::before,
.date-list__item::after,
.date-list__item::before,
.fact-block::after,
.fact-block::before,
.feature-slideshow__item::after,
.feature-slideshow__item::before,
.feature::after,
.feature::before,
.feed__item::after,
.feed__item::before,
.filter__grid::after,
.filter__grid::before,
.filter__interior::after,
.filter__interior::before,
.grid--tight::after,
.grid--tight::before,
.grid::after,
.grid::before,
.header::after,
.header::before,
.home-feed__item::after,
.home-feed__item::before,
.main--full::after,
.main--full::before,
.main::after,
.main::before,
.split--inset::after,
.split--inset::before,
.split::after,
.split::before,
.tabs-nav::after,
.tabs-nav::before,
.update::after,
.update::before {
    content: '';
    display: table
}
<!--.accordion__interior::after,
.audience::after,
.block-list__heading::after,
.clear::after,
.date-list__item::after,
.fact-block::after,
.feature-slideshow__item::after,
.feature::after,
.feed__item::after,
.filter__grid::after,
.grid--tight::after,
.grid::after,
.header::after,
.home-feed__item::after,
.main--full::after,
.main::after,
.split--inset::after,
.split::after,
.tabs-nav::after,
.update::after {
    clear: both
} -->
.accordion__interior::after,
.audience::after,
.block-list__heading::after,
.clear::after,
.date-list__item::after,
.fact-block::after,
.feature-slideshow__item::after,
.feature::after,
.feed__item::after,
.filter__grid::after,
.filter__interior::after,
.grid--tight::after,
.grid::after,
.header::after,
.home-feed__item::after,
.main--full::after,
.main::after,
.split--inset::after,
.split::after,
.tabs-nav::after,
.update::after {
    clear: both
}
.form__checkbox,
.form__label--hide,
.form__radio,
.search__label {
    position: absolute;
    left: -999rem
}
.divider,
.footer-separator,
.update::before {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%239b9b9b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%22-472%20273%2015%2015%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M-472%20273h15v15h-15z%22%2F%3E%3C%2Fdefs%3E%3Cg%20class%3D%22st0%22%3E%3Cpath%20d%3D%22M-448.863%20278.662l.707.708-16.97%2016.97-.708-.707zM-450.763%20276.763l.707.707-16.97%2016.97-.708-.707zM-452.613%20274.983l.707.707-16.9%2016.9-.707-.707zM-454.463%20273.062l.707.707-16.97%2016.97-.708-.707zM-456.363%20271.163l.707.707-16.97%2016.97-.708-.707zM-458.263%20269.263l.707.707-16.97%2016.97-.708-.707zM-460.113%20267.483l.707.707-16.9%2016.9-.707-.707zM-461.963%20265.562l.707.708-16.97%2016.97-.708-.707zM-463.863%20263.663l.707.707-16.97%2016.97-.708-.707z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-size: auto 1rem;
    height: 1rem
}
html {
    box-sizing: border-box
}
body {
    line-height: 1.5;
    word-wrap: break-word;
    font-family: merriweather, serif;
    padding-top: 3.5rem
}
@media (min-width: 62em) {
    body {
        padding-top: 0
    }
}
* {
    margin: 0;
    padding: 0
}
*,
::after,
::before,
input[type=search] {
    box-sizing: inherit
}
svg {
    fill: currentColor
}
input,
textarea {
    border-radius: 0
}
input:not([type=checkbox]):not([type=radio]),
textarea {
    -webkit-appearance: none
}
img {
    display: block;
    max-width: 100%;
    height: auto
}
a,
button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color ease 320ms, background-color ease 320ms, border-color ease 320ms, opacity ease 320ms;
    transition: color ease 320ms, background-color ease 320ms, border-color ease 320ms, opacity ease 320ms
}
iframe {
    border: 0
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: local("Oswald Light"), local("Oswald-Light"), url(../fonts/oswald-v10-latin-300.woff2) format("woff2"), url(../fonts/oswald-v10-latin-300.woff) format("woff")
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: local("Oswald Regular"), local("Oswald-Regular"), url(../fonts/oswald-v10-latin-regular.woff2) format("woff2"), url(../fonts/oswald-v10-latin-regular.woff) format("woff")
}
@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: local("Merriweather"), url(../fonts/merriweather-v8-latin-regular.woff2) format("woff2"), url(../fonts/merriweather-v8-latin-regular.woff) format("woff")
}
@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 700;
    src: local("Merriweather Bold"), local("Merriweather-Bold"), url(../fonts/merriweather-v8-latin-700.woff2) format("woff2"), url(../fonts/merriweather-v8-latin-700.woff) format("woff")
}
.banner__title,
.body-copy h1,
.body-copy--tight h1,
.page-title {
    font-family: oswald, sans-serif;
    font-size: 2.125rem;
    font-weight: 700;
    color: #333
}
@media (min-width: 48em) {
    .banner__title,
    .body-copy h1,
    .body-copy--tight h1,
    .page-title {
        font-size: 2.125rem
    }
}
.body-copy h2,
.body-copy--tight h2,
.feature__heading {
    font-family: oswald, sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #333
}
@media (min-width: 48em) {
    .body-copy h2,
    .body-copy--tight h2,
    .feature__heading {
         font-size: 1.875rem;
    }
}
.body-copy h3,
.body-copy--tight h3,
.form__label,
.form__label--hide {
    font-family: oswald, sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #333
}
@media (min-width: 48em) {
    .body-copy h3,
    .body-copy--tight h3,
    .form__label,
    .form__label--hide {
        font-size: 1.625rem
    }
}
.body-copy h4,
.body-copy--tight h4 {
    font-family: oswald, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #333;
}
@media (min-width: 48em) {
    .body-copy h4,
    .body-copy--tight h4 {
        font-size: 1.375rem;
    }
}
.body-copy h5,
.body-copy--tight h5 {
    font-family: oswald, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
     color: #333;
}
@media (min-width: 48em) {
    .body-copy h5,
    .body-copy--tight h5 {
        font-size: 1.125rem;
    }
}
.body-copy h6,
.body-copy--tight h6,
.form__error-message,
.widget__title {
    font-family: oswald, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #333
}
@media (min-width: 48em) {
    .body-copy h6,
    .body-copy--tight h6,
    .form__error-message,
    .widget__title {
        font-size: 1rem
    }
}
.body-copy blockquote,
.body-copy--tight blockquote {
    position: relative;
   	color: #0078ad;
    padding: 2rem 1rem 2rem 3rem;
    border-top: .25rem solid #C1D82F;
    border-bottom: .25rem solid #C1D82F;
    padding: 2rem 2rem 2rem 4rem;
    font-family: oswald, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
	letter-spacing: .0625rem;
}
.body-copy blockquote::before,
.body-copy--tight blockquote::before {
    position: absolute;
    left: .75rem;
    top: 1.25rem;
    font-size: 6rem;
    line-height: 1;
    content: '\201c'
}
.body-copy blockquote p:last-of-type::after,
.body-copy--tight blockquote p:last-of-type::after {
    content: '\201d'
}
.body-copy blockquote div,
.body-copy--tight blockquote div {
    font-weight: 400;
    margin-top: -1rem
}
.body-copy blockquote div::before,
.body-copy--tight blockquote div::before {
    margin-right: .25rem;
    content: '\2014'
}
.body-copy ol,
.body-copy ul,
.body-copy--tight ol,
.body-copy--tight ul,
.widget__list
{
    padding-left: 2rem
}
<!--.widget__list {
    padding-left: 1rem
}-->
.body-copy ol li,
.body-copy ul li,
.body-copy--tight ol li,
.body-copy--tight ul li,
{
    margin-top: .5rem
}
.widget__list li {
    margin-top: 0
}
.body-copy ol li:first-child,
.body-copy ul li:first-child,
.body-copy--tight ol li:first-child,
.body-copy--tight ul li:first-child,
.widget__list li:first-child {
    margin-top: 0
}
.body-copy a:not([class]),
.body-copy--tight a:not([class]),
.widget__list a {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #016390
}
.body-copy a:hover:not([class]),
.body-copy--tight a:hover:not([class]),
.widget__list a:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.body-copy hr,
.body-copy--tight hr {
    margin: 2rem 0;
    height: .25rem;
    background: #C1D82F;
    border: 0
}
.page-title {
    padding: 0 1rem;
    margin-top: 2rem;
    margin-bottom: 0
}
.heading-small {
    font-weight: 700;
    font-family: oswald, sans-serif;
    margin-bottom: 1rem
}
.subheading {
    margin-top: -1rem
}
.intro {
    font-size: 1.25rem
}
.list-plain,
.list-plain--indent,
.widget__list {
    list-style: none;
    padding-left: 0!important
}
.list-plain--indent {
    padding-left: 3rem!important
}
.list-pull {
    margin-top: -1rem
}
.hr--space {
    background: 0 0!important
}
.body-copy h1,
.body-copy h2,
.body-copy h3,
.body-copy h4,
.body-copy h5,
.body-copy h6,
.body-copy--tight h1,
.body-copy--tight h2,
.body-copy--tight h3,
.body-copy--tight h4,
.body-copy--tight h5,
.body-copy--tight h6 {
    margin-bottom: 1rem
}
.body-copy h1,
.body-copy--tight h1 {
    margin-top: 0
}
.body-copy p,
.body-copy--tight p {
    margin-bottom: 2rem
}
.body-copy blockquote,
.body-copy--tight blockquote {
    margin-bottom: 2rem
}
.body-copy ul,
.body-copy--tight ul {
    margin-bottom: 2rem
}
.body-copy ol,
.body-copy--tight ol {
    margin-bottom: 2rem
}
.body-copy--tight blockquote,
.body-copy--tight ol,
.body-copy--tight p,
.body-copy--tight ul {
    margin-bottom: 1rem
}
.canvas {
    position: relative
}
@media (min-width: 62em) {
    .canvas {
        background: #0078ad;
        color: #fff
    }
}
.page {
    position: relative;
    overflow: hidden
}
@media (min-width: 62em) {
    .page {
        z-index: 1;
        background: #fff;
        color: #000;
        -webkit-transition: -webkit-transform ease 320ms;
        transition: transform ease 320ms
    }
}
@media (min-width: 62em) {
    .search-active .page {
        -webkit-transform: translateY(5.875rem);
        transform: translateY(5.875rem)
    }
}
.page-interior {
    position: relative;
    background: #fff;
    color: #000;
    -webkit-transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms
}
@media (min-width: 62em) {
    .page-interior {
        -webkit-transition: none;
        transition: none
    }
}
.search-active .page-interior {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem)
}
@media (min-width: 62em) {
    .search-active .page-interior {
        -webkit-transform: none;
        transform: none
    }
}
.alert__content,
.alert__wrap,
.audience__wrap,
.banner__detail-wrap,
.banner__wrap,
.banner__wrap--basic,
.breadcrumbs__wrap,
.footer__wrap,
.header,
.main,
.main--full,
.main__full,
.page-title,
.search__form,
.slideshow-wrap,
.slideshow__caption-wrap,
.slideshow__space,
.wrap,
.wrap--narrow,
.wrap--narrow--left,
.wrap--offset,
.wrap--padded,
.wrap--thin,
.wrap--thin--left {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}
.main__full,
.wrap--offset {
    max-width: 64rem
}
.main__routing-basic-full {
	max-width: 75rem; 
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem;
}
.alert__content,
.wrap--narrow,
.wrap--narrow--left {
    max-width: 48rem
}
.wrap--narrow--left {
    margin: 0
}
.wrap--thin,
.wrap--thin--left {
    max-width: 36rem
}
.wrap--thin--left {
    margin: 0
}
.wrap--padded {
    padding: 0 1rem
}
.main--full {
    max-width: none
}
.main__sidebar {
    padding: 0 1rem;
    clear: both;
    margin: 2rem 0
}
@media (min-width: 62em) {
    .main__sidebar {
        float: left;
        width: 25%;
        clear: none
    }
}
.main__content {
    padding: 0 1rem;
    margin: 2rem 0
}
@media (min-width: 62em) {
    .main__content {
        float: right;
        width: 75%
    }
}
.main__full {
    padding: 0 1rem
}
.align-left,
.align-right,
.profile-image,
.pull-right {
    margin-bottom: 2rem
}
@media (min-width: 48em) {
    .align-left,
    .align-right,
    .profile-image,
    .pull-right {
        max-width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .align-left {
        float: left;
        margin-right: 2rem
    }
}
@media (min-width: 48em) {
    .align-right,
    .profile-image,
    .pull-right {
        float: right;
        margin-left: 2rem
    }
}
@media (min-width: 75em) {
    .pull-right {
        margin-right: -6.25rem
    }
}
@media (min-width: 62em) {
    .split--inset {
        padding: 0 1rem
    }
}
@media (min-width: 48em) {
    .split__left,
    .split__left--offset,
    .split__right,
    .split__right--offset {
        width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .split--medium .split__left,
    .split--medium .split__left--offset,
    .split--medium .split__right,
    .split--medium .split__right--offset {
        width: 100%
    }
}
@media (min-width: 62em) {
    .split--medium .split__left,
    .split--medium .split__left--offset,
    .split--medium .split__right,
    .split--medium .split__right--offset {
        width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .split__left,
    .split__left--offset {
        float: left;
        width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .split--medium .split__left,
    .split--medium .split__left--offset {
        width: 100%
    }
}
@media (min-width: 62em) {
    .split--medium .split__left,
    .split--medium .split__left--offset {
        width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .split__left--offset {
        width: calc(60% - 1rem)
    }
}
@media (min-width: 48em) {
    .split__right,
    .split__right--offset {
        float: right;
        width: calc(50% - 1rem)
    }
}
@media (min-width: 48em) {
    .split__right--offset {
        width: calc(40% - 1rem)
    }
}
@media (min-width: 48em) {
    .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        margin-bottom: 2rem
    }
}
.video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.divider {
    clear: both;
    margin: 2rem 0
}
.image-divider {
    overflow: hidden;
    margin: 2rem 0;
    padding: 1rem 0 2rem 0;
    background-size: cover;
    background-position: center;
    max-height: 31.25rem
}
.image-divider:before {
    display: block;
    margin-bottom: 33.333%;
    content: ''
}


.bg--gray-light {
/*    background: #efefef; */
}
@media (min-width: 75em) {
    .hide-large {
        display: none
    }
}
.show-large {
    display: none
}
@media (min-width: 75em) {
    .show-large {
        display: block
    }
}
.random-set__item {
    display: none
}
.random-set__item--active {
    display: block
}
.fb-post {
    display: block!important;
    margin: 0 auto 2rem auto;
    text-align: center
}
.profile-image {
    margin-left: auto;
    margin-right: auto;
    width: 20rem
}
@media (min-width: 48em) {
    .profile-image {
        margin-right: 5rem;
        width: 12rem
    }
}
.grid,
.grid--tight {
    margin: 0 -1rem 2rem -1rem
}
.grid--tight {
    margin: 0 -.5rem 2rem -.5rem
}
@media (min-width: 62em) {
    .grid--table {
        display: table;
        table-layout: fixed
    }
}
.grid__item,
.grid__item--3,
.grid__item--5 {
    padding: 0 1rem
}
.grid--tight .grid__item,
.grid--tight .grid__item--3,
.grid--tight .grid__item--5 {
    padding: 0 .5rem
}
@media (min-width: 62em) {
    .grid--table .grid__item,
    .grid--table .grid__item--3,
    .grid--table .grid__item--5 {
        float: none;
        display: table-cell;
        vertical-align: middle
    }
}
@media (min-width: 62em) {
    .grid__item--3 {
        float: left;
        width: 33.333%
    }
}
@media (min-width: 62em) {
    .grid__item--5 {
        float: left;
        width: 20%
    }
}
@media (min-width: 62em) {
    .grid__item--border {
        border-left: .0625rem solid #9b9b9b;
        border-right: .0625rem solid #9b9b9b
    }
}
.theme--orange .banner__detail,
.theme--orange .feature {
    border-top-color: #f68934
}
.theme--green .banner__detail,
.theme--green .feature {
    border-top-color: #69be28
}
.theme--blue .banner__detail,
.theme--blue .feature {
    border-top-color: #0096d6
}
.theme--purple .banner__detail,
.theme--purple .feature {
    border-top-color: #61116a
}
@-webkit-keyframes fadezoom {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes fadezoom {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
<!--.accordion {
    margin: .25rem 0 2rem 0
} -->
.accordion,
.filter__dropdown {
    margin: .25rem 0 2rem 0
}
<!--.accordion+.accordion {
    margin-top: -1.75rem
} -->
.accordion+.accordion,
.accordion+.filter__dropdown,
.filter__dropdown+.accordion,
.filter__dropdown+.filter__dropdown {
    margin-top: -1.75rem
}
<!--.accordion__toggle {
    font-family: oswald, sans-serif;
    display: block;
    background: #fff;
    border: .125rem solid #018744;
    color: #018744;
    padding: .59375rem 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    overflow: hidden
} -->
.accordion__toggle,
.filter__toggle {
    font-family: oswald, sans-serif;
    display: block;
    background: #fff;
    border: .125rem solid #63666A;
    color: #63666A;
    padding: .59375rem 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    overflow: hidden
}
<!--.accordion--active .accordion__toggle {
    background: #018744;
    color: #fff;
    border-color: #018744
}-->
.accordion--active .accordion__toggle,
.accordion--active .filter__toggle,
.filter__dropdown--active .accordion__toggle,
.filter__dropdown--active .filter__toggle {
    background: #63666A;
    color: #fff;
    border-color: #63666A;
}
<!-- .accordion__toggle:hover {
    background: #01542b;
    color: #fff;
    border-color: #01542b
} -->
.accordion__toggle:hover,
.filter__toggle:hover {
    background: #63666A;
    color: #fff;
    border-color: #63666A
}
<!--.accordion--large .accordion__toggle {
    background: 0 0;
    color: #000;
    font-size: 2rem;
    border: 0;
    border-bottom: .0625rem solid #000;
    padding: 1rem
}
.accordion--large .accordion__toggle:hover {
    color: #63666A
}
.accordion__toggle--filter {
    font-weight: 400
}
.accordion__toggle__icon {
    float: right;
    width: 2rem;
    margin: .125rem -.5rem 0 0
}
.accordion--large .accordion__toggle__icon {
    float: left;
    color: #63666A;
    width: 3rem;
    margin: 0 .5rem 0 -1.5rem
}
.accordion--active .accordion__toggle__inactive {
    display: none
}
.accordion__toggle__active {
    display: none
}
.accordion--active .accordion__toggle__active {
    display: block
}
.accordion__content {
    overflow: hidden;
    -webkit-transition: height ease 320ms;
    transition: height ease 320ms
}
.accordion:not([class~=accordion--active]) .accordion__content {
    height: 0!important
}
.accordion__interior {
/* border: .0625rem solid #63666A; */
}
.accordion--large .accordion__interior {
    padding: 2rem 0
}
.accordion__interior--flush {
    padding: .0625rem 0 0 0
} -->
.accordion__interior {
	background-color:#efefef;
}
.accordion--large .accordion__toggle,
.accordion--large .filter__toggle {
    background: 0 0;
    color: #000;
    font-size: 2rem;
    border: 0;
    border-bottom: .0625rem solid #000;
    padding: 1rem
}

.accordion--large .accordion__toggle:hover,
.accordion--large .filter__toggle:hover {
    color: #016390
}

.filter__toggle {
    font-weight: 400
}

.accordion__toggle__icon,
.filter__toggle__icon {
    float: right;
    width: 2rem;
    margin: .125rem -.5rem 0 0
}

.accordion--large .accordion__toggle__icon,
.accordion--large .filter__toggle__icon {
    float: left;
    color: #016390;
    width: 3rem;
    margin: 0 .5rem 0 -1.5rem
}

.accordion--active .accordion__toggle__inactive,
.accordion--active .filter__toggle__inactive,
.filter__dropdown--active .accordion__toggle__inactive,
.filter__dropdown--active .filter__toggle__inactive {
    display: none
}

.accordion__toggle__active,
.filter__toggle__active {
    display: none
}

.accordion--active .accordion__toggle__active,
.accordion--active .filter__toggle__active,
.filter__dropdown--active .accordion__toggle__active,
.filter__dropdown--active .filter__toggle__active {
    display: block
}

.accordion__content,
.filter__content {
    overflow: hidden;
    transition: height ease 320ms
}

.accordion:not([class~=accordion--active]) .accordion__content,
.accordion:not([class~=accordion--active]) .filter__content,
.filter__dropdown:not([class~=filter__dropdown--active]) .accordion__content,
.filter__dropdown:not([class~=filter__dropdown--active]) .filter__content {
    height: 0!important
}

.accordion__interior,
.filter__interior {
    padding: 1.625rem
}

.accordion--large .accordion__interior,
.accordion--large .filter__interior {
    padding: 1.625rem;
}

.accordion__interior--flush,
.filter__interior--flush {
    padding: .0625rem 0 0 0
}

.alert {
    font-family: oswald, sans-serif;
	position: relative;
/*  background: #c24445; */
/*	color: #fff; */
/*	background: #F6BE00; */
/*	background: #F68933; */
	background: #efefef;
    color: #333; 
    overflow: hidden;
    -webkit-transition: -webkit-transform ease 320ms, height ease 320ms;
    transition: transform ease 320ms, height ease 320ms;
    z-index: 1
}
@media (min-width: 62em) {
    .alert {
        position: relative;
        z-index: 2;
        -webkit-backface-visibility: hidden;
        -webkit-transition: height ease 320ms;
        transition: height ease 320ms
    }
}
.search-active .alert {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem)
}
@media (min-width: 62em) {
    .search-active .alert {
        -webkit-transform: none;
        transform: none
    }
}
.alert--hide {
    height: 0!important
}
.alert__wrap {
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms
}
@media (min-width: 62em) {
    .alert--hide .alert__wrap {
        opacity: 0
    }
}
.alert__close {
    float: right;
    width: 1.5rem;
    margin: 1rem;
    position: relative;
    z-index: 1
}
.alert__container {
    padding: 1rem;
}
@media (min-width: 62em) {
    .alert__container {
   /*     padding: 2rem 1rem; */
    }
}
.alert__content {
    position: relative;
/*    padding-left: 3rem; */
	text-align: center;
}
@media (min-width: 62em) {
    .alert__content {
    /*    padding-left: 5rem; */
		text-align: center;
    }
}
.alert__content a {
/*    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)); */
/*    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)); */
 	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.alert__content a:hover {
/*    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)); */
/*    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)); */
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
	background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
	background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.alert__icon {
 /*   position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
	display: none;
}
@media (min-width: 62em) {
    .alert__icon {
     /*   width: 3rem */
		display: none;
    }
}
.audience {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #0078ad;
    color: #fff;
    font-family: oswald, sans-serif;
    z-index: 1;
    display: none;
    padding: 2rem 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease 320ms, opacity ease 320ms;
    transition: visibility ease 320ms, opacity ease 320ms
}
@media (min-width: 62em) {
    .audience {
        display: block
    }
}
.audience-active .audience {
    visibility: visible;
    opacity: 1
}
.audience__list {
    list-style: none;
    float: left;
    width: 20%;
    padding: 0 1rem
}
.audience__heading {
    font-family: merriweather, serif;
    font-size: 1.25rem;
    border-bottom: .125rem solid #80b0c6;
    padding-bottom: .75rem;
    margin-bottom: 1rem
}
.audience__item {
    margin-top: .5rem
}
.audience__link:hover {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.banner-container {
    position: relative;
    z-index: 0
}
.banner-container .flickity-page-dots {
    display: none
}
.banner-container .slideshow .flickity-prev-next-button {
    top: 0;
    margin-top: 28%
}
@media (min-width: 48em) {
    .banner-container .slideshow .flickity-prev-next-button {
        top: 50%;
        margin-top: 0
    }
}
.banner-container .slideshow {
    margin: 0
}
.banner {
    position: relative;
    padding: 1rem 0 2rem 0;
    z-index: 0
}
.banner__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1
}
.banner__image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10rem;
    max-height: 100%;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .5), transparent);
    content: '';
    z-index: -1
}
.banner__wrap,
.banner__wrap--basic {
    padding: 0 1rem;
    position: relative
}
.banner__wrap--basic::after,
.banner__wrap::after {
    display: block;
    padding-bottom: 40%;
    content: ''
}
.slideshow .banner__wrap--basic::after,
.slideshow .banner__wrap::after {
    padding-bottom: 50%
}
.banner__wrap--basic {
    z-index: 1
}
.banner__wrap--basic::after {
    display: none
}
.banner__title {
    position: absolute;
    left: 1rem;
    top: 0;
    color: #fff;
    margin-top: 0;
    text-shadow: 0 0 .25rem rgba(0, 0, 0, .25)
}
.banner__wrap--basic .banner__title {
    top: 1rem
}
.banner__detail-wrap {
    position: relative
}
@media (min-width: 48em) {
    .banner__detail-wrap {
        padding: 0 1rem
    }
}
.banner__detail {
    padding: 1.5rem;
    background: #fff;
    color: #000;
    border-top: .25rem solid #C1D82F;
}
@media (min-width: 48em) {
    .banner__detail {
        position: absolute;
        bottom: 2rem;
        width: 66.666%;
        z-index: 1
    }
}
@media (min-width: 62em) {
    .banner__detail {
        width: 50%
    }
}
.banner__heading {
    font-family: oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem
}
.banner__content {
    font-size: .875rem
}
.block {
    font-size: .875rem;
    margin-bottom: 2rem
}
.block__image {
    margin-bottom: 1rem
}
.block__heading {
    font-family: oswald, sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem
}
.block__heading a {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad
}
.block__heading a:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.block-list {
    list-style: none;
    font-size: .875rem;
    margin-bottom: 2rem
}
.block-list__heading,
.block-list__item {
    padding: 1rem;
    background: #efefef;
    margin-top: .25rem
}
.block-list__heading:first-child,
.block-list__item:first-child {
    margin-top: 0
}
.block-list__heading {
    background: #016390;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1rem;
    font-size: 1.125rem;
    padding: .5rem 1rem
}
.block-list__label {
    font-weight: 700
}
@media (min-width: 48em) {
    .block-list__label {
        float: left;
        width: 12rem
    }
}
.block-list__content {
    overflow: hidden
}
.block-list__content a, .block-list__label a {
	color: #016390;
	text-decoration: underline;
}
.breadcrumbs {
    padding: .5rem 0;
    font-family: oswald, sans-serif;
    border-bottom: .0625rem solid #9b9b9b
}
.breadcrumbs__wrap {
    padding: 0 1rem
}
.breadcrumbs__separator {
    margin: 0 .25rem
}
.breadcrumbs__link {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad
}
.breadcrumbs__link:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.full-width-ctr {
	width: 100%;
	text-align: center;
}
.text-align-ctr {
	text-align: center;
}
.button,
.enhanced__button,
.feature__button,
.filter__more__button,
.form__button,
.home-feed__button {
    font-family: oswald, sans-serif;
    display: inline-block;
    background: #ffffff;
    color: #0078AE;
	border: .125rem solid #0078AE;
    padding: .59375rem 1rem;
    font-size: 1.375rem;
    font-weight: 700; 
	margin-bottom: 1rem;
	margin-right: 1rem;
}
.button:hover,
.enhanced__button:hover,
.feature__button:hover,
.filter__more__button:hover,
.form__button:hover,
.home-feed__button:hover {
    background: #016390;
	color: #ffffff !important;
	border: .125rem solid #016390;
}
.enhanced__button {
    margin-right: 1rem;
	color:#ffffff;
	background: #0078ad;
	border: .125rem solid #0078ad;
} 
.date-list {
    padding-bottom: 0!important;
    margin-bottom: 2rem
}
.date-block {
    display: table;
    width: 100%;
    table-layout: fixed
}
.date-block__date {
    background: #fff;
    color: #333;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    -webkit-transition: background-color ease 320ms;
    transition: background-color ease 320ms;
    display: table-cell;
    width: 4rem;
    vertical-align: middle;
    padding: 1rem 0
}
@media (min-width: 62em) {
    .date-block__date {
        font-size: 1rem;
        width: 4rem
    }
}
.date-block__number {
    display: block;
    font-size: 3rem;
	color: #0078AE;
    line-height: 1
}
@media (min-width: 62em) {
    .date-block__number {
        font-size: 3.625rem
    }
}
.date-block__detail {
    background: #fff;
    color: #333;
    padding: 1rem 1rem 1rem 1.325rem; 
    display: table-cell;
    width: 100%;
    vertical-align: middle
}
.date-block__heading {
	background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    display: inline;
    color: #0078ad;
    font-size: 1.25rem;
	font-family: oswald, sans-serif;
}
.date-block__heading:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.date-block__time {
    margin-top:.5rem;
	font-size: 1.125rem;
	font-family: oswald, sans-serif;
	font-weight: 400;
	margin-bottom:1.675rem;
}
.fact-block {
    font-family: oswald, sans-serif;
    color: #0078ad
}
@media (min-width: 62em) {
    .fact-block {
        text-align: center
    }
}
.fact-block__number {
 /*   float: left; */
    float: none;
	font-size: 1.35rem;
    margin: 0 1rem .5rem 0;
    line-height: 1.5;
    font-weight: 700
}
@media (min-width: 62em) {
    .fact-block__number {
        float: none;
        width: auto;
        font-size: 3rem;
        font-weight: 400;
        line-height: 1
    }
}
.fact-block__description {
    overflow: hidden;
    font-size: 1.35rem;
	padding-right:0;
	padding-left:0;
	margin-bottom:.5rem;
}
@media (min-width: 62em) {
    .fact-block__description {
        float: none;
        width: auto;
        font-size: 1.5rem;
		padding-right:1rem;
		padding-left:1rem;
		margin-bottom:.5rem;
    }
}
.feature {
    border-top: .5rem solid #018744;
    border-bottom: .125rem solid #9b9b9b;
    margin-bottom: 2rem
}
@media (min-width: 48em) {
    .feature {
        display: table;
        width: 100%;
        table-layout: fixed;
        direction: rtl
    }
}
.feature__detail,
.feature__image {
    margin: 2rem 0;
    direction: ltr
}
@media (min-width: 48em) {
    .feature__image {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
        padding: 2rem 0
    }
}
@media (min-width: 48em) {
    .feature__detail {
        display: table-cell;
        width: 60%;
        padding: 2rem 2rem 2rem 0;
        vertical-align: middle
    }
}
.feature__heading {
    margin-bottom: 1rem
}
.feature__content {
    margin-bottom: 1rem
}
.feature-slideshow {
    position: relative;
    z-index: 0;
    margin: 2rem 1rem 2rem 1rem;
 /*   box-shadow: 0 0 .5rem rgba(0, 0, 0, .2); */
    padding: 2rem 1rem 5rem 1rem;
    background: #efefef;
}
@media (min-width: 32rem) {
    .feature-slideshow {
        padding: 2rem 2rem 4.5rem 2rem
    }
}
@media (min-width: 62em) {
    .feature-slideshow {
        margin-top: -4rem
    }
}
.feature-slideshow .flickity-slider {
    -webkit-transform: none!important;
    transform: none!important
}
.feature-slideshow .flickity-page-dots {
    left: 0;
    bottom: 1.5rem
}
@media (min-width: 32rem) {
    .feature-slideshow .flickity-page-dots {
        bottom: 1.5rem
    }
}
.feature-slideshow .flickity-page-dots .dot {
    width: 1rem;
    height: 1rem;
    margin: 0 .25rem;
    background: 0 0;
    border: .0625rem solid #0078ad;
    opacity: 1;
    -webkit-transition: background-color ease 320ms;
    transition: background-color ease 320ms
}
.feature-slideshow .flickity-page-dots .dot:hover {
    background: rgba(1, 135, 68, .5)
}
.feature-slideshow .flickity-page-dots .dot.is-selected {
    background: #0078ad;
}
.feature-slideshow__slide {
    width: 100%;
    left: 0!important;
    opacity: 0;
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms
}
.feature-slideshow__slide.is-selected {
    opacity: 1;
    z-index: 1
}
.feature-slideshow__item {
    position: relative
}
@media (min-width: 32rem) {
    .feature-slideshow__item {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}
.feature-slideshow__image {
    margin-bottom: 1rem
}
@media (min-width: 32rem) {
    .feature-slideshow__image {
        display: table-cell;
        width: 50%;
        margin: 0;
        vertical-align: top;
        padding-right: 1rem
    }
}
@media (min-width: 32rem) {
    .feature-slideshow__detail {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        padding-left: 1rem;
        padding: 0 0 0 1rem
    }
}
.feature-slideshow__heading {
    font-family: oswald, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: .5rem
}
.feature-slideshow__content {

    margin-bottom: 2rem
}
.feed {
    font-size: .875rem;
    margin-bottom: 1rem
}
.feed__item {
    border-top: .125rem solid #d9d9d9;
    padding: 1rem 0
}
.feed__item:first-child {
    border: 0;
    padding-top: 0
}
.feed__image {
    margin-bottom: 1rem;
	max-width: 20rem;
}
@media (min-width: 48em) {
    .feed__image {
        float: left;
        margin: 0 2rem 0 0
	
    }
}
.feed__content {
    overflow: hidden
}
.feed__title {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad;
    font-size: 1.25rem
}
.feed__title:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.feed__description {
    margin-top: 1rem
}
.filter__heading {
    border-bottom: .0625rem solid #000
}
.filter__options {
    list-style: none;
    float: right;
    font-family: oswald, sans-serif;
    font-weight: 700;
    margin-top: .25rem
}
@media (min-width: 48em) {
    .filter__options {
        margin-top: .3125rem
    }
}
.filter__options__item {
    float: left;
    margin-left: 1rem
}
.filter-option-grid,
.filter-option-list,
.filter-option-reset,
.filter__options__link {
    color: #018744
}
.filter-option-grid:hover,
.filter-option-list:hover,
.filter-option-reset:hover,
.filter__options__link:hover {
    color: #01542b
}
.filter__options__item--active .filter-option-grid,
.filter__options__item--active .filter-option-list,
.filter__options__item--active .filter-option-reset,
.filter__options__item--active .filter__options__link {
    color: #9b9b9b
}
.filter--list .filter-option-list {
    color: #01542b
}
.filter:not([class~=filter--list]) .filter-option-grid {
    color: #01542b
}
.filter__options__icon {
    display: block;
    width: 1.8125rem
}
.filter__grid {
    margin: 0 -1rem 2rem -1rem
}
.filter--list .filter__grid {
    padding-top: 1rem
}
.filter__item {
    padding: 2rem 1rem 0 1rem
}
@media (min-width: 32rem) {
    .filter__item {
        float: left;
        width: 50%
    }
}
@media (min-width: 48em) {
    .filter__item {
        width: 33.333%
    }
}
.filter--list .filter__item {
    width: 100%;
    padding: 1rem 1rem 0 1rem
}
.filter--list .filter__item:first-child {
    margin: 0
}
.filter:not([class~=filter--list]) .filter__item:not([class~=filter__item--inactive]) {
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-animation-name: fadezoom;
    animation-name: fadezoom
}
.filter--list .filter__item:not([class~=filter__item--inactive]) {
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-animation-name: fadein;
    animation-name: fadein
}
.filter__item--inactive,
.filter__item--more {
    display: none
}
.filter__block {
    display: block;
    position: relative
}
.filter--list .filter__block {
    display: inline-block
}
<!--.filter__block__image {
    padding-top: 6rem
}-->

.filter__block__image {
    padding-top: 3rem
}
.filter--list .filter__block__image {
    display: none
}
.filter__block__heading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 6rem;
    padding: 1rem;
    background: #0078AE;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1.25rem;
    -webkit-transition: background ease 320ms;
    transition: background ease 320ms
}
.filter__block:hover .filter__block__heading {
    background: #016390;
}
.filter--list .filter__block__heading {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    display: inline;
    position: static;
    min-height: 0;
    padding: 0;
    background-color: transparent;
    color: #0078ad
}
.filter--list .filter__block:hover .filter__block__heading {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    background-color: transparent
}
.filter__more {
    clear: both;
    text-align: center;
    padding-top: 2rem
}
.filter--no-more .filter__more {
    display: none
}
.filter-list__item--active .filter-list__link {
    background: #01542b
}
.footer-separator {
    margin: .25rem 0
}
.footer {
    background: #0078ad;
    color: #fff;
    padding: 2rem 0 4rem 0;
    font-family: oswald, sans-serif
}
@media (min-width: 62em) {
    .footer {
        padding-top: 1rem
    }
}
.footer__logo-small {
    display: block;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 22rem
}
@media (min-width: 62em) {
    .footer__logo-small {
        display: none
    }
}
.footer__logo-container {
    display: none
}
@media (min-width: 62em) {
    .footer__logo-container {
        display: block;
        float: left;
        width: 25%;
        margin-top: 1.5rem
    }
}
.footer__logo {
    display: block;
    width: 9rem;
    margin: 0 auto 1rem auto
}
.footer__group {
    position: relative;
    padding: 1rem;
    overflow: hidden
}
@media (min-width: 48em) {
    .footer__group {
        padding: 1rem 0
    }
}
@media (min-width: 62em) {
    .footer__group {
        float: right;
        clear: right;
        width: 75%
    }
}
.footer__group+.footer__group {
    padding-top: 1.125rem
}
.footer__group+.footer__group::before {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: .125rem;
    background: #80b0c6;
    content: ''
}
.footer__nav {
    list-style: none;
    font-weight: 700;
    letter-spacing: .0625rem
}
@media (min-width: 48em) {
    .footer__nav {
        float: left;
        width: 33.333%;
        padding: 0 1rem
    }
}
.footer__nav__item {
    margin: 0 -1rem
}
.footer__nav__link {
    display: block;
    padding: .5rem 1rem
}
.footer__nav__link:hover {
    background: rgba(0, 0, 0, .25)
}
.footer__bottom {
    clear: both;
    position: relative;
    padding-top: .625rem;
    overflow: hidden
}
.footer__bottom::before {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: .125rem;
    background: #80b0c6;
    content: ''
}
.footer__social {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0 .5rem
}
@media (min-width: 62em) {
    .footer__social {
        float: right;
        margin-bottom: 0
    }
}
.footer__social__item {
    display: inline-block;
    width: 2rem;
    margin: 0 .5rem
}
.footer__social__link {
    display: block;
    color: #fff
}
.footer__social__link:hover {
    opacity: .6
}
.footer__meta {
    font-family: merriweather, serif;
    font-size: .875rem;
    padding: 0 1rem
}
@media (min-width: 62em) {
    .footer__meta {
        margin-top: 1rem
    }
}
.footer__meta a:link,
.footer__meta a:visited,
.footer__meta a:hover {
	font-family: merriweather, serif !important;
	font-size: .875rem !important; 
}
.footer__meta a:hover {
	text-decoration: underline;
}
.footer__meta__address,
.footer__meta__phone,
.footer__meta__copyright, 
.footer__meta__issue {
	display: block;
	margin-bottom: 1rem;
}
@media (min-width: 48em) {
	.footer__meta__address,
	.footer__meta__phone,
	.footer__meta__copyright,
	.footer__meta__issue {
		display: inline-block;
		margin-bottom: .5rem;
	}
}
@media (min-width: 48em) {
	.footer__meta__phone,
	.footer__meta__copyright {
		margin-right: 2rem;
	}
}
.footer__meta__row2 {
    display: block
}
.footer__to-top {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 2.5rem;
    background: #016390;
    color: #fff;
    width: 2.5rem;
    padding: .5rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease 320ms, opacity ease 320ms;
    transition: visibility ease 320ms, opacity ease 320ms;
    text-align: center
}
.footer__to-top .footer__to-top__text {
    font-size: .7rem;
    text-transform: uppercase
}
.footer__to-top:hover {
    background: #016390;
}
.show-to-top .footer__to-top {
    visibility: visible;
    opacity: 1
}
.form {
    font-family: oswald, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2rem
}
.form__error-message {
    color: #c24445;
    margin-bottom: 1rem
}
.form__group {
    margin-bottom: 2rem
}
.form__item {
    overflow: hidden;
    margin-bottom: .5rem;
    max-width: 32rem
}
.form__input-basic,
.form__input-phone,
.form__input-state,
.form__input-zip,
.form__select-multiple {
    padding: 1rem;
    border: .125rem solid #9b9b9b;
    width: 100%;
    background: #fff
}
.form__input-phone {
    width: 4.75rem
}
.form__input-state {
    float: left;
    width: calc(50% - .25rem)
}
.form__input-zip {
    float: right;
    width: calc(50% - .25rem)
}
.form__phone-divider {
    width: 1rem;
    height: .125rem;
    background: #0078ad;
    display: inline-block;
    vertical-align: middle
}
.form__label,
.form__label--hide {
    display: block;
    margin-bottom: 1rem
}
.form__checkbox-label,
.form__radio-label {
    display: block;
    position: relative;
    min-height: 2rem;
    padding: 0 0 0 3rem
}
.form__checkbox-label::before,
.form__radio-label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: 0 0;
    border: .125rem solid #9b9b9b;
    -webkit-transition: background ease 320ms, border-color ease 320ms;
    transition: background ease 320ms, border-color ease 320ms;
    content: ''
}
.form__checkbox-label::after,
.form__radio-label::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease 320ms, opacity ease 320ms;
    transition: visibility ease 320ms, opacity ease 320ms;
    content: ''
}
.form__checkbox-label input,
.form__radio-label input {
    width: 0;
    height: 0;
    margin-right: 4rem
}
.form__checkbox:checked+.form__checkbox-label::before,
.form__checkbox:checked+.form__radio-label::before,
.form__radio:checked+.form__checkbox-label::before,
.form__radio:checked+.form__radio-label::before {
    background: #0078ad;
    border-color: #0078ad
}
.form__checkbox:checked+.form__checkbox-label::after,
.form__checkbox:checked+.form__radio-label::after,
.form__radio:checked+.form__checkbox-label::after,
.form__radio:checked+.form__radio-label::after {
    visibility: visible;
    opacity: 1
}
.form__checkbox-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1671%20566q0%2040-28%2068l-724%20724-136%20136q-28%2028-68%2028t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28%2068-28t68%2028l294%20295%20656-657q28-28%2068-28t68%2028l136%20136q28%2028%2028%2068z%22%2F%3E%3C%2Fsvg%3E);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat
}
.form__radio-label::after {
    left: .75rem;
    top: .75rem;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%
}
.form__radio-label::before {
    border-radius: 50%
}
.form__progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .125rem solid #9b9b9b;
    padding: .0625rem;
    background-size: auto;
    background: #fff;
    color: #018744;
    width: 100%;
    min-height: 2rem
}
.form__progress::-webkit-progress-bar {
    background: #fff
}
.form__progress::-webkit-progress-value {
    background: #018744
}
.form__progress::-moz-progress-bar {
    background: #018744
}
.form__progress span {
    display: block;
    padding: .5rem 1rem
}
.form__select-multiple {
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.form__select-multiple option {
    padding: .25rem 1rem
}
.form__select {
    position: relative;
    background: #0078ad;
    color: #fff;
    padding: 1rem;
    border: 0;
    -webkit-transition: background ease 320ms;
    transition: background ease 320ms
}
.form__select:hover {
    background: #016390
}
.form__select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #000;
    border: 0
}
.form__select__icon {
    float: right;
    width: 2rem;
    margin: 0 -.25rem 0 1rem
}
.form__error-inline {
    display: inline-block;
    background: #c24445;
    color: #fff;
    padding: .5rem 1rem
}
.form__button {
    border: 0;
    margin-right: 1rem;
/*	color:#ffffff; */
	color:#0078ad;
/*	background: #0078ad; */
	background: #ffffff;
	border: .125rem solid #0078ad;
} 
.form__fieldset {
    border: 0;
    padding: 0
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.5rem;
    background: #0078ad;
    color: #fff;
    font-family: oswald, sans-serif;
    z-index: 2;
    -webkit-transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms
}
@media (min-width: 62em) {
    .header {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
        background: #fff;
        color: #0078ad;
        padding: 3.5rem 0;
        -webkit-transition: none;
        transition: none
    }
}
@media (min-width: 62em) {
    .header::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: block
    }
}
.search-active .header {
    -webkit-transform: translateY(3.5rem);
    transform: translateY(3.5rem)
}
@media (min-width: 62em) {
    .search-active .header {
        -webkit-transform: none;
        transform: none
    }
}
.header__logo-small {
    display: block;
    padding: 1rem;
    margin: auto;
    max-width: 22rem
}
@media (min-width: 62em) {
    .header__logo-small {
        display: none
    }
}
.header__logo-large {
    display: none
}
@media (min-width: 62em) {
    .header__logo-large {
        display: block;
        float: left;
        width: 32rem;
        padding: 1rem;
        margin-bottom: 1rem;
        color: #000
    }
}
.header__toggles {
    letter-spacing: .0625rem
}
@media (min-width: 62em) {
    .header__toggles {
        position: absolute;
        right: 0;
        top: 0
    }
}
.header__audience-toggle,
.header__menu-toggle,
.header__search-toggle {
    float: right;
    width: 50%;
    text-align: center;
    height: 3.5rem;
    padding: 1rem;
    font-weight: 700;
    background: #016390
}
.header__audience-toggle:hover,
.header__menu-toggle:hover,
.header__search-toggle:hover {
    background: #0078AE
}
@media (min-width: 62em) {
    .header__audience-toggle,
    .header__menu-toggle,
    .header__search-toggle {
        width: auto
    }
}
.header__menu-toggle {
    border-left: .0625rem solid #fff
}
@media (min-width: 62em) {
    .header__menu-toggle {
        display: none
    }
}
.menu-active .header__menu-toggle {
    background: #0078ad
}
.menu-active .header__menu-toggle__inactive {
    display: none
}
.header__menu-toggle__active {
    display: none
}
.menu-active .header__menu-toggle__active {
    display: block
}
@media (min-width: 62em) {
    .header__audience-toggle,
    .header__search-toggle {
        background: #0078ad;
        color: #fff
    }
}
@media (min-width: 62em) {
    .header__audience-toggle:hover,
    .header__search-toggle:hover {
        background: #0078ad!important
    }
}
@media (min-width: 62em) {
    .header__search-toggle {
        margin-left: .0625rem
    }
}
.search-active .header__search-toggle {
    background: #016390
}
@media (min-width: 62em) {
    .search-active .header__search-toggle {
        background: #0078ad
    }
}
.search-active .header__search-toggle__inactive {
    display: none
}
.header__search-toggle__active {
    display: none
}
.search-active .header__search-toggle__active {
    display: block
}
.header__audience-toggle {
    display: none
}
@media (min-width: 62em) {
    .header__audience-toggle {
        display: block
    }
}
@media (min-width: 62em) {
    .audience-active .header__audience-toggle {
        background: #0078ad
    }
}
.audience-active .header__audience-toggle__inactive {
    display: none
}
.header__audience-toggle__active {
    display: none
}
.audience-active .header__audience-toggle__active {
    display: block
}
.header__toggle__text {
    display: inline-block;
    margin-right: .5rem
}
.header__toggle__icon {
    display: inline-block;
    width: 1.5rem;
    vertical-align: bottom
}
.date-list,
.home-feed {
    position: relative;
 	padding-bottom: .275rem;
	height:100% !important;
}
.date-list__item,
.home-feed__item {
    padding: .325rem 0;
}
.date-list__item:first-child,
.home-feed__item:first-child {
    border: 0;
    padding-top: 0
}
@media (min-width: 32rem) {
    .date-list__item,
    .home-feed__item {
        display: table;
        width: 100%;
        table-layout: fixed
    }
}
@media (min-width: 32rem) {
    .home-feed__image {
        width: 50%;
        padding-right: 1rem;
        display: table-cell
    }
}
@media (min-width: 48em) {
    .home-feed__image {
        width: 33.333%
    }
}
@media (min-width: 62em) {
    .home-feed__image {
        width: 50%
    }
}
.home-feed__detail {
    overflow: hidden;
  /*  padding: 1rem 0; */
	padding: 0;
	margin: 0;
}
@media (min-width: 32rem) {
    .home-feed__detail {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }
}
@media (min-width: 32rem) {
    .home-feed__image+.home-feed__detail {
        padding-left: .625rem;
        width: 50%
    }
}
@media (min-width: 48em) {
    .home-feed__image+.home-feed__detail {
        width: 66.666%
    }
}
@media (min-width: 62em) {
    .home-feed__image+.home-feed__detail {
        width: 50%;
		padding: 0;
    	margin: 0;
    }
}
@media (min-width: 32rem) {
    .home-feed__date+.home-feed__detail {
        padding-left: 2rem
    }
}
.home-feed__title {
	background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad;
    font-size: 1.25rem;
	font-family: oswald, sans-serif;
}
.home-feed__title:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.home-feed__info {
	font-size: 1.125rem;
	font-family: oswald, sans-serif;
	font-weight: 400;
/*	margin-top:.5rem; margin-bottom:1.675rem; */
	margin: 0;
}
.home-feed__button {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%
}
.image {
    margin-bottom: 2rem
}
.image__caption,
.image__caption--gray {
    font-size: .875rem;
    padding: 1rem 2rem;
    border-bottom: .125rem solid #9b9b9b
}
.image__caption--gray {
    background: #efefef;
    border: 0;
    padding: 1.5rem
}
.info-block {
    position: relative;
    font-size: .875rem
}
.info-block__image {
    margin-bottom: 1rem
}
.info-block__heading {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    font-size: 1.35rem;
    color: #0078ad;
}
.info-block__heading:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.info-block__heading+* {
    margin-top: .5rem
}
.info-block__link {
    background-image: -webkit-linear-gradient(rgba(0,120,173,.4),rgba(0,120,173,.4));
    background-image: linear-gradient(rgba(0,120,173,.4),rgba(0,120,173,.4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad;
    font-size: 1.25rem;
    display: inline-block;
    margin-top: .5rem;
    font-family: oswald,sans-serif;
}
.instafeed {
    position: relative
}
.instafeed__label {
 /*   position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    background: rgba(0, 120, 173, .9);
    color: #fff;
    font-family: oswald, sans-serif;
    padding: 1rem;
    font-size: 1.5rem;
    text-align: center; */
	display: none !important;
}
@media (min-width: 32rem) {
    .instafeed__label {
 /*       width: 23%;
        font-size: 1.25rem; */
		display: none !important; 
    }
}
@media (min-width: 62em) {
    .instafeed__label {
 /*       width: 19%;
        font-size: 1.35rem; */
		display: none !important; 
    }
}
.instafeed__icon {
    display: inline-block;
    width: 2rem;
    margin-right: .5rem;
    -webkit-transform: translateY(.25rem);
    transform: translateY(.25rem)
}
.instafeed__item {
    display: block;
    width: 80%;
    height: auto
}
@media (min-width: 32rem) {
    .instafeed__item {
        width: 23%
    }
}
@media (min-width: 62em) {
    .instafeed__item {
        width: 19%
    }
}
.filter-list,
.link-list {
    list-style: none
}
.filter-list__link,
.link-list__link {
    display: block;
    background: #0078AE;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1.25rem;
    padding: .5rem 2rem
}
.filter-list__link:hover,
.link-list__link:hover {
    background: #016390;
}
.menu-active {
    overflow: hidden
}
@media (min-width: 62em) {
    .menu-active {
        overflow: auto
    }
}
.menu {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
    -webkit-transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms
}
@media (min-width: 62em) {
    .menu {
        position: static;
        height: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }
}
.menu-active .menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
@media (min-width: 62em) {
    .menu-active .menu {
        -webkit-transform: none;
        transform: none
    }
}
.menu__scroll {
    height: 100%;
    overflow: auto;
    background: #0078ad
}
@media (min-width: 62em) {
    .menu__scroll {
        height: auto;
        overflow: visible;
        background: 0 0
    }
}
.menu__audience,
.menu__primary,
.menu__primary--root,
.menu__primary__sub,
.menu__secondary,
.menu__secondary--root,
.menu__utility,
.menu__utility--root {
    list-style: none;
    border-top: .125rem solid #80b0c6;
    padding: .5rem 0;
    margin: 0 1rem
}
@media (min-width: 62em) {
    .menu__audience,
    .menu__primary,
    .menu__primary--root,
    .menu__primary__sub,
    .menu__secondary,
    .menu__secondary--root,
    .menu__utility,
    .menu__utility--root {
        border: 0;
        padding: 0;
        margin: 0
    }
}
.menu__audience:first-child,
.menu__primary--root:first-child,
.menu__primary:first-child,
.menu__primary__sub:first-child,
.menu__secondary--root:first-child,
.menu__secondary:first-child,
.menu__utility--root:first-child,
.menu__utility:first-child {
    border-top: 0
}
@media (min-width: 62em) {
    .menu__secondary,
    .menu__secondary--root,
    .menu__utility,
    .menu__utility--root {
        padding: 1rem 0
    }
}
@media (min-width: 62em) {
    .menu__utility--root {
        position: absolute;
        left: 0;
        top: 0
    }
}
.menu__primary,
.menu__primary--root,
.menu__primary__sub {
    font-weight: 700;
    letter-spacing: .0625rem
}
.menu__primary--root {
    border-top: 0;
    padding-bottom: 0
}
@media (min-width: 62em) {
    .menu__primary--root {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #0078ad;
        color: #fff
    }
}
@media (min-width: 62em) {
    .menu__primary--root::before {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 999rem;
        height: 3.5rem;
        background: #0078ad;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: '';
        z-index: -1
    }
}
.header--alt .menu__primary--root::before {
    display: none
}
.menu__audience {
    font-weight: 700;
    letter-spacing: .0625rem;
    border: none;
    padding-top: 0
}
@media (min-width: 62em) {
    .menu__audience {
        display: none
    }
}
.menu__secondary--root {
    border-top: none
}
@media (min-width: 62em) {
    .menu__secondary--root {
        position: absolute;
        right: 0;
        bottom: 3.5rem
    }
}
.menu__audience__item,
.menu__primary__item,
.menu__primary__sub__item,
.menu__secondary__item,
.menu__utility__item {
    margin: 0 -1rem
}
@media (min-width: 62em) {
    .menu__audience__item,
    .menu__primary__item,
    .menu__primary__sub__item,
    .menu__secondary__item,
    .menu__utility__item {
        margin: 0;
        float: left
    }
}
@media (min-width: 62em) {
    .menu__utility__item {
        margin-left: 1rem
    }
}
.menu__primary__item,
.menu__primary__sub__item {
    border-bottom: .0625rem solid #80b0c6
}
@media (min-width: 62em) {
    .menu__primary__item,
    .menu__primary__sub__item {
        border-bottom: none
    }
}
.menu__primary__item:first-child,
.menu__primary__sub__item:first-child {
    border-top: .0625rem solid #80b0c6
}
@media (min-width: 62em) {
    .menu__primary__item:first-child,
    .menu__primary__sub__item:first-child {
        border-top: none
    }
}
.menu__audience__item {
    border-bottom: .0625rem solid #80b0c6
}
@media (min-width: 62em) {
    .menu__secondary__item {
        margin-right: 1rem
    }
}
.menu__audience__link,
.menu__back,
.menu__primary__link,
.menu__primary__sub__link,
.menu__secondary__link,
.menu__utility__link {
    display: block;
    padding: .5rem 1rem
}
.menu__audience__link:hover,
.menu__back:hover,
.menu__primary__link:hover,
.menu__primary__sub__link:hover,
.menu__secondary__link:hover,
.menu__utility__link:hover {
    background: rgba(0, 0, 0, .25)
}
@media (min-width: 62em) {
    .menu__audience__link,
    .menu__back,
    .menu__primary__link,
    .menu__primary__sub__link,
    .menu__secondary__link,
    .menu__utility__link {
        padding: 1rem
    }
}
@media (min-width: 62em) {
    .menu__secondary__link,
    .menu__utility__link {
        padding: 0
    }
}
@media (min-width: 62em) {
    .menu__secondary__link:hover,
    .menu__utility__link:hover {
        background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
        background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
        background-size: .0625rem .0625rem;
        background-repeat: repeat-x;
        background-position: 0 88%;
        background-color: transparent
    }
}
.menu__primary__link,
.menu__primary__sub__link {
    display: block;
    padding: 1rem;
    color: #fff;
    text-decoration: none
}
@media (min-width: 62em) {
    .menu__item--active>.menu__primary__link,
    .menu__item--active>.menu__primary__sub__link {
        background: #016390
    }
}
.menu__audience__link {
    display: block;
    padding: 1rem;
    color: #fff;
    text-decoration: none
}
.menu__back {
    margin: .5rem 0;
    font-weight: 400;
    letter-spacing: normal
}
@media (min-width: 62em) {
    .menu__back {
        display: none
    }
}
.menu__back__icon {
    float: left;
    width: 2rem;
    margin: -.25rem 0 0 -.5rem
}
.menu__toggle {
    float: right;
    width: 3.5rem;
    height: 3.5rem;
    background: #016390;
    padding: .75rem
}
.menu__toggle:hover {
    background: rgba(0, 0, 0, .25)
}
@media (min-width: 62em) {
    .menu__toggle {
        display: none
    }
}
.menu__toggle+a {
    overflow: hidden
}
.menu__primary__dropdown,
.menu__sub {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(100% - 1rem);
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform ease 320ms;
    transition: transform ease 320ms
}
@media (min-width: 62em) {
    .menu__primary__dropdown,
    .menu__sub {
        position: static;
        width: auto;
        height: auto;
        -webkit-transition: none;
        transition: none
    }
}
.menu__primary__dropdown::before,
.menu__sub::before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 200%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease 320ms, opacity ease 320ms;
    transition: visibility ease 320ms, opacity ease 320ms
}
@media (min-width: 62em) {
    .menu__primary__dropdown::before,
    .menu__sub::before {
        display: none
    }
}
.menu__item--active>.menu__primary__dropdown,
.menu__item--active>.menu__sub {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
@media (min-width: 62em) {
    .menu__item--active>.menu__primary__dropdown,
    .menu__item--active>.menu__sub {
        -webkit-transform: none;
        transform: none
    }
}
.menu__item--active>.menu__primary__dropdown::before,
.menu__item--active>.menu__sub::before {
    visibility: visible;
    opacity: 1
}
@media (min-width: 62em) {
    .menu__primary__dropdown {
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 1rem 0;
        background: #016390;
        z-index: -1;
        -webkit-transition: -webkit-transform ease 320ms;
        transition: transform ease 320ms
    }
}
@media (min-width: 62em) {
    .menu__item--active>.menu__primary__dropdown {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
.menu__primary__sub {
    border-top: none
}
@media (min-width: 62em) {
    .menu__primary__sub {
        float: left;
        width: 66.666%
    }
}
@media (min-width: 62em) {
    .menu__primary__sub__item {
        width: calc(50% - 2rem);
        margin: 0;
        padding: 0 1rem;
        margin: 0 1rem;
        border-bottom: .0625rem solid #80b0c6
    }
}
@media (min-width: 62em) {
    .menu__primary__sub__item:last-child,
    .menu__primary__sub__item:nth-last-child(2):nth-child(odd) {
        border-bottom: 0
    }
}
@media (min-width: 62em) {
    .menu__primary__sub__link {
        margin: 0 -1rem
    }
    .menu__primary__sub__link:hover {
        background: #004a6e
    }
}
.menu__feature {
    display: none;
    float: left;
    width: 33.333%;
    padding: 0 1rem;
    font-family: merriweather, serif;
    font-size: .875rem
}
@media (min-width: 62em) {
    .menu__feature {
        display: block
    }
}
.menu__feature__image {
    margin-bottom: 1rem
}
.menu__feature__caption {
    letter-spacing: normal;
    font-weight: 400
}
.menu__feature__caption a {
    text-decoration: underline
}
.menu__feature__caption a:hover {
    opacity: .6
}
.pagination {
    font-size: 0;
    margin-right: -.5rem
}
.pagination__item,
.pagination__item--active {
    display: inline-block;
    font-size: .875rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.25rem;
    background: #0078ad;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin-right: .5rem;
    border: .125rem solid #0078ad
}
.pagination__item--active:hover,
.pagination__item:hover {
    background: #016390
}
.pagination__item--active {
    background: 0 0;
    color: #0078ad;
    border: .125rem solid #0078ad
}
.pagination__item--active:hover {
    background: 0 0
}
.pagination__next,
.pagination__prev {
    display: block;
    padding: .5rem
}
.quote-block {
    position: relative;
    font-family: oswald, sans-serif;
    font-size: 1.5rem;
    color: #0078ad;
    padding: 2rem 1rem 2rem 3rem;
    border-top: .0625rem solid #9b9b9b;
    border-bottom: .0625rem solid #9b9b9b;
    margin: 2rem 0
}
@media (min-width: 62em) {
    .quote-block {
        padding: 1rem 1rem 1rem 3rem;
        border: 0;
        margin: 0
    }
}
.quote-block::before {
    position: absolute;
    left: 0;
    top: 2rem;
    font-size: 6rem;
    line-height: 1;
    content: '\201c'
}
@media (min-width: 48em) {
    .quote-block::before {
        top: 1rem
    }
}
.quote-block p:last-of-type::after {
    content: '\201d'
}
.quote-block__text {
    margin-bottom: 1rem
}
.quote-block__source {
    font-size: .875rem
}
.quote-block__source::before {
    margin-right: .25rem;
    content: '\2014'
}
.search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #016390;
    color: #fff;
    font-family: oswald, sans-serif;
    font-weight: 700;
    z-index: 1
}
@media (min-width: 62em) {
    .search {
        position: absolute;
        background: #0078ad;
        font-size: 1.25rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility ease 320ms, opacity ease 320ms;
        transition: visibility ease 320ms, opacity ease 320ms
    }
}
@media (min-width: 62em) {
    .search-active .search {
        visibility: visible;
        opacity: 1
    }
}
.search__input {
    background: 0 0;
    border: 0;
    width: 100%;
    padding: 1rem;
    letter-spacing: .0625rem
}
@media (min-width: 62em) {
    .search__input {
        padding: 2rem 1rem
    }
}
.search__input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #80b0c6
}
.search__input::-moz-placeholder {
    text-transform: uppercase;
    color: #80b0c6
}
.search__input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #80b0c6
}
.search__input::placeholder {
    text-transform: uppercase;
    color: #80b0c6
}
.shadow-block {
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
    background: #fff;
    margin-bottom: 2rem;
    padding: 2rem 1rem 1rem 1rem
}
.shadow-block-alt {
    background: #fff;
	padding: 0 1rem 0 1rem;
}
@media (min-width: 48em) {
    .shadow-block-alt {
    background: #fff;
  	margin-bottom: 1rem; 
	padding: 2rem 1rem 0 1rem;
}
}
.shadow-block-alt h2 {
	margin-top: 1rem;
}
.slideshow-container {
    position: relative;
    background: #0078ad
}
.slideshow-container .flickity-viewport {
    overflow: visible
}
.slideshow-container .slideshow .flickity-prev-next-button {
    top: 0;
    margin-top: 28%
}
@media (min-width: 48em) {
    .slideshow-container .slideshow .flickity-prev-next-button {
        top: 50%;
        margin-top: 0
    }
}
.slideshow-pull {
    padding-top: 0
}
@media (min-width: 75em) {
    .slideshow-pull {
        position: relative;
        padding-top: 0;
        margin-top: -6rem
    }
}
.slideshow-wrap {
    position: relative
}
.slideshow {
    margin-bottom: 2rem
}
.slideshow .flickity-page-dots {
    bottom: 1rem
}
.slideshow .flickity-page-dots .dot {
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    background: 0 0;
    border: .0625rem solid #fff;
    opacity: 1;
    -webkit-transition: background-color ease 320ms;
    transition: background-color ease 320ms
}
.slideshow .flickity-page-dots .dot:hover {
    background: rgba(255, 255, 255, .5)
}
.slideshow .flickity-page-dots .dot.is-selected {
    background: #fff
}
.slideshow .flickity-prev-next-button {
    background: 0 0;
    width: 3rem;
    height: 3rem;
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms;
    opacity: .55
}
.slideshow .flickity-prev-next-button:active,
.slideshow .flickity-prev-next-button:hover {
    opacity: 1
}
.slideshow .flickity-prev-next-button:focus {
    box-shadow: none
}
.slideshow .flickity-prev-next-button.previous {
    left: 1rem
}
.slideshow .flickity-prev-next-button.next {
    right: 1rem
}
.slideshow .flickity-prev-next-button svg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.slideshow .flickity-prev-next-button .arrow {
    fill: #fff
}
.slideshow--hero {
    margin: 0
}
@media (min-width: 75em) {
    .slideshow--hero {
        margin-top: -12.349rem
    }
}
.slideshow--hero .flickity-page-dots {
    display: none
}
.slideshow__slide {
    width: 100%
}
.slideshow__background {
    background-size: cover;
    background-position: center
}
.slideshow__space::before {
    display: block;
    padding-bottom: 56.25%;
    content: ''
}
@media (min-width: 75em) {
    .slideshow__space::before {
        padding-bottom: 66.666%
    }
}
.slideshow__caption,
.slideshow__overlay {
    overflow: hidden;
    display: block;
    position: relative;
    background: #ffffff;
	border-top: .25rem solid #C1D82F;
    color: #333;
    padding: 1rem;
    z-index: 0
}
@media (min-width: 48em) {
    .slideshow__caption,
    .slideshow__overlay {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 1rem;
        width: 75%;
        padding: 1rem 2rem
    }
}
@media (min-width: 62em) {
    .slideshow__caption,
    .slideshow__overlay {
        bottom: 2rem;
        width: 66.666%
    }
}
@media (min-width: 75em) {
    .slideshow__caption,
    .slideshow__overlay {
        bottom: 8rem;
        width: 50%
    }
}
.slideshow__caption::before,
.slideshow__overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms;
    content: ''
}
.slideshow__caption-wrap .slideshow__caption::before,
.slideshow__caption-wrap .slideshow__overlay::before {
    display: none
}
.slideshow__caption:hover::before,
.slideshow__overlay:hover::before {
    opacity: 1
}
.slideshow__caption-wrap {
    position: relative
}
.slideshow__caption {
    font-size: .875rem
}
@media (min-width: 48em) {
    .slideshow__caption {
        padding: 1.5rem;
        bottom: 2rem;
        left: auto
    }
}
@media (min-width: 75em) {
    .slideshow__caption {
        bottom: 8rem
    }
}
.slideshow__caption__heading {
    font-family: oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 700
}
.slideshow__caption__heading+* {
    margin-top: .5rem
}
.slideshow__caption__heading:hover {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.slideshow__title {
    font-size: 2.25rem
}
@media (min-width: 62em) {
    .slideshow__title {
        font-size: 2.75rem
    }
}
.slideshow__tagline {
    width: 70%;
    margin-bottom: .5rem
}
@media (min-width: 62em) {
    .slideshow__tagline {
        width: 100%
    }
}
.slideshow__button {
    float: left;
    font-family: oswald, sans-serif;
    font-weight: 700;
    font-size: 1.3125rem
}
@media (min-width: 32rem) {
    .slideshow__button {
        font-size: 1.5rem;
        float: right
    }
}
.slideshow__button__icon {
    float: right;
    width: 1.5rem;
    border-radius: 50%;
    border: .0625rem solid #fff;
    margin: .25rem 0 0 .5rem
}
@media (min-width: 32rem) {
    .slideshow__button__icon {
        margin-top: .5rem
    }
}
.subnav {
    position: relative;
    z-index: 1;
    letter-spacing: .0625rem
}
.subnav-toggle {
    font-family: oswald, sans-serif;
    display: block;
    background: #0078ad;
    color: #fff;
    padding: .59375rem 1rem;
    font-size: 1.375rem;
    font-weight: 700;
    overflow: hidden
}
@media (min-width: 62em) {
    .subnav-toggle {
        display: none
    }
}
.subnav-toggle:hover {
    background: #016390
}
.subnav-toggle__icon {
    float: right;
    width: 2rem;
    margin: .125rem -.5rem 0 0
}
.subnav--active .subnav-toggle__inactive {
    display: none
}
.subnav-toggle__active {
    display: none
}
.subnav--active .subnav-toggle__active {
    display: block
}
.subnav-container {
    position: absolute;
    left: -999rem;
    top: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms
}
@media (min-width: 62em) {
    .subnav-container {
        position: static;
        opacity: 1;
        -webkit-transition: none;
        transition: none
    }
}
.subnav--active .subnav-container {
    left: 0;
    opacity: 1
}
.subnav__list,
.subnav__sub__list {
    list-style: none
}
.subnav__item,
.subnav__sub__item {
    background: #0078ad;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    border-top: .0625rem solid #fff
}
.subnav__item a,
.subnav__sub__item a {
    display: block;
    padding: .8rem;
    color: #fff;
    text-decoration: none;
    overflow: hidden
}
.subnav__item a:hover,
.subnav__sub__item a:hover {
    background: rgba(0, 0, 0, .25)
}
.subnav__link,
.subnav__sub__link {
    display: block;
    padding: .5rem 1rem
}
.subnav__link:hover,
.subnav__sub__link:hover {
    background: rgba(0, 0, 0, .25)
}
.subnav__link--toggle {
    float: right;
    width: 3.5rem;
    height: 3.5rem;
    background: #016390
}
.subnav__toggle {
    float: right;
    width: 2rem;
    margin: 0 0 1rem
}
.subnav__item--active>.subnav__link>.subnav__toggle>.subnav__toggle__inactive,
.subnav__item--active>.subnav__sub__link>.subnav__toggle>.subnav__toggle__inactive {
    display: none
}
.subnav__toggle__active {
    display: none
}
.subnav__item--active>.subnav__link>.subnav__toggle>.subnav__toggle__active,
.subnav__item--active>.subnav__sub__link>.subnav__toggle>.subnav__toggle__active {
    display: block
}
.subnav__sub {
    overflow: hidden;
    clear: right;
    -webkit-transition: height ease 320ms;
    transition: height ease 320ms
}
.subnav__item:not([class~=subnav__item--active])>.subnav__sub,
.subnav__sub__item:not([class~=subnav__item--active])>.subnav__sub {
    height: 0!important
}
.subnav__sub__item {
    font-size: 1rem;
    background: #016390
}
.subnav__sub__link {
    padding-left: 2rem
}
.table {
    margin-bottom: 2rem
}
.table table {
    min-width: 48rem;
    width: 100%
}
@media (min-width: 48em) {
    .table table {
        min-width: 0
    }
}
.table td,
.table th {
    padding: .5rem 1rem;
  /*  border-left: .125rem solid #fff; */
}
.table td:first-child,
.table th:first-child {
    border: 0
}
.table th {
    text-align: left;
    background: #016390;
    color: #fff;
    font-family: oswald, sans-serif;
}
.table td {
    font-size: .875rem;
	background: #ffffff;
}
.table tbody tr:nth-child(even) td {
    background: #efefef
}
.table__wrap {
    position: relative
}
.table__wrap::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .25rem;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .25), transparent);
    background-image: linear-gradient(right, rgba(0, 0, 0, .25), transparent);
    pointer-events: none;
    content: ''
}
@media (min-width: 48em) {
    .table__wrap::before {
        display: none
    }
}
.table__scroll {
    overflow: auto
}
.table__caption {
    text-align: left;
    padding: 1rem 2rem;
    font-size: .875rem;
    caption-side: bottom
}
.tabs-nav {
    list-style: none;
    display: none;
	background-color: #63666A;
}
@media (min-width: 48em) {
    .tabs-nav {
        display: block
    }
}
.tabs-nav__item {
    float: left;
    margin-right: .0625rem
}
.tabs-nav__link,
.tabs__toggle {
    position: relative;
    font-family: oswald, sans-serif;
    display: block;
    background: #63666A;
    color: #fff;
    padding: .59375rem 1rem;
    font-size: 1.375rem;
    font-weight: 700
}
.tabs-nav__link:hover,
.tabs__toggle:hover {
    background: #63666A;
	color: #fff;
}
.tabs-nav__link::before,
.tabs__toggle::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .25rem;
    background: #C1D82F;
    opacity: 0;
    -webkit-transition: opacity ease 320ms;
    transition: opacity ease 320ms;
    content: ''
}
.tabs-nav__item--active .tabs-nav__link,
.tabs-nav__item--active .tabs__toggle {
    border-top: .0625rem solid #C1D82F;
	background: #63666A;
    color: #ffffff;
}
.tabs-nav__item--active .tabs-nav__link::before,
.tabs-nav__item--active .tabs__toggle::before {
    opacity: 1
}
.tabs {
    margin-bottom: 2rem
}
.tabs__item {
    margin-top: .0625rem
}
@media (min-width: 48em) {
    .tabs__item {
        margin: 0
    }
}
.tabs__item:first-child {
    margin-top: 0
}
@media (min-width: 48em) {
    .tabs__toggle {
        display: none
    }
}
.tabs__item--active--accordion .tabs__toggle {
    background: #63666A;
    color: #fff
}
.tabs__item--active--accordion .tabs__toggle::before {
    opacity: 1
}
.tabs__content {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility ease 320ms, opacity ease 320ms;
    transition: visibility ease 320ms, opacity ease 320ms
}
.tabs__item--active--accordion .tabs__content {
    height: auto;
    visibility: visible;
    opacity: 1
}
@media (min-width: 48em) {
    .tabs__item--active--accordion .tabs__content {
        height: 0;
        visibility: hidden;
        opacity: 0
    }
}
@media (min-width: 48em) {
    .tabs__item--active .tabs__content {
        height: auto;
        visibility: visible;
        opacity: 1
    }
}
.tabs__interior {
    padding: 1rem;
	background-color: #eee;
}
@media (min-width: 48em) {
    .tabs__interior {
        padding: 1rem;
    }
}
.update {
    margin-bottom: 2rem;
    border: .0625rem solid #000;
    padding: 0 2rem
}
.update::before {
    display: block;
    margin: 0 -2rem;
    height: .5rem;
    content: ''
}
.update__header {
    padding-top: 2rem
}
.update__date {
    display: block;
    text-align: right;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #0078ad;
    margin: 0 0 1rem 0
}
@media (min-width: 32rem) {
    .update__date {
        float: right;
        margin: .375rem 0 0 2rem
    }
}
.update__title {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad;
    font-size: 1.5rem
}
.update__title:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.update__handle {
    display: block;
    font-family: oswald, sans-serif;
    font-weight: 700
}
@media (min-width: 32rem) {
    .update__handle {
        display: inline;
        margin-left: 1.5rem
    }
}
.update__content {
    padding-top: .5rem;
    font-size: .875rem
}
.update__content a {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    color: #0078ad
}
.update__content a:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;

    background-repeat: repeat-x;
    background-position: 0 88%
}
.update__footer {
    padding-top: 1rem
}
.update__links {
    float: left;
    margin: .75rem 0 .5rem 0
}
.update__links a {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-image: linear-gradient(rgba(0, 120, 173, .4), rgba(0, 120, 173, .4));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #0078ad;
    margin-right: 2rem
}
.update__links a:hover {
    background-image: -webkit-linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-image: linear-gradient(rgba(0, 120, 173, .8), rgba(0, 120, 173, .8));
    background-size: .0625rem .0625rem;
    background-repeat: repeat-x;
    background-position: 0 88%
}
.update__links a:last-child {
    margin-right: 0
}
.update__nav {
    float: right;
    list-style: none;
    margin: 0 -2.0625rem -.0625rem 0
}
.update__nav__item {
    float: left;
    background: #018744;
    color: #fff
}
.update__nav__link {
    display: block;
    width: 3rem;
    padding: .875rem
}
.update__nav__link:hover {
    background: #01542b
}
.widget {
    margin-bottom: 2rem
}
.widget__title {
    margin-bottom: 1rem
}
#table-subhead {
text-align: center;
    background: #ffffff;
    color: #016390;
    font-family: oswald,sans-serif;
}

.degree_row_buttons {
	width:100%;
	padding:0;
	margin: .675em auto 0 auto;
}
.degree_row_buttons .enhanced__button {
	width:100%;
	text-align:left;
}
@media (min-width: 75em) {
    .degree_row_buttons .enhanced__button {
    text-align:center;
	}
}
.home_explore .accordion {
    margin: .25rem 1rem 2rem 1rem;
}
@media (min-width: 75em) {
    .home_explore .accordion {
    margin: .25rem 1rem 2rem 1rem;
	}
}
.3col_feature_wrap {
	width:100%;
	margin:0;
	padding: .675em auto 1em auto;
}
a.text_cta {
	font-size: 1rem;
	font-weight:bold;
	text-transform: uppercase;
	font-family: oswald, sans-serif;	
	color: #333;
}
a.text_cta:hover {
	text-decoration: underline;
	color: #0078AE;
}
.list_checkmark ul {
    list-style:none;
}
.body-copy ul.list_checkmark {
	padding-left: 0;
}
.list_checkmark li {
	background:url(/images/icons/icons-blue-web-checkmark-sm.png) no-repeat 0 0; 
	list-style-type: none;
	padding-left: 28px;
	margin: 9px 0;
}
.3-col-img-feature-std-wrap {
	width: 100%;
	padding: 0;
	margin: .675em auto 1em auto;
}
.no-bottom-space, .body-copy p.no-bottom-space {
	padding-bottom:0;
	margin-bottom:0;
}
.no-top-space, .body-copy p.no-top-space, hr.no-top-space {
	padding-top:0;
	margin-top:0;
}
.social-sprites {
	margin-top:1.65rem;
	margin-bottom: 1.65rem;
}
.social-sprites a {
	height:24px;
	width:auto;
	margin-right:5px;
	text-decoration:none;
	overflow:hidden;
	display:inline-block;
	background:none;
}
.social-sprites a img {
	height:48px;
	width:auto;
}
.social-sprites a:hover {
	background:none;
}
.body-copy .social-sprites a, .body-copy .social-sprites a:hover {
    background-image: none;
}
.facebook-sprite:hover, .twitter-sprite:hover, .instagram-sprite:hover, .youtube-sprite:hover, .snapchat-sprite:hover, .linkedin-sprite:hover {
	margin-top: -24px;
}
#olark-wrapper #olark-container button.olark-button {
    background-color: #016390 !important;
    color: #ffffff !important;
}
#olark-wrapper #olark-container button.olark-button:hover {
    background-color: #0078ad !important;
}
.table caption {
	font-size:.85rem;
	margin-bottom:.5rem;
	font-weight:700;
	text-align:left;
	border-top:.06rem solid #efefef;
	border-bottom:.13rem solid #efefef;
	padding:.5rem 0;
}
.table {
	caption-side: bottom;
}
.hide-me {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
.hide-me:focus-within, .hidden:active {
	position:static;
	height:auto;
	width:auto;
	overflow:auto;
}
.main-skip {
	color: #fff;
    background-color: #0078ad;
    border-bottom: .06rem solid #FFFFFF;
    width: 100%;
    font-family: oswald, sans-serif;
}
.main-skip a {
	margin: 1rem;
}
.circular--square {
	border-radius: 50%;
}
	ul.degree-listing {
		font-family: 'oswald', sans-serif;
		font-size: 1.3rem;
		list-style-type: none; 
 		padding: 0;
		margin: 0; 
	}	
	ul.degree-listing ul {
		margin-bottom:0;
	}
	ul.degree-listing li {
		margin-bottom:1rem;
	}
	ul.degree-listing li ul {
		margin-top:1rem;
	}
