<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Henderson County Chamber of Commerce
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Henderson County Chamber of Commerce - custom, responsive website.
Version: 1.0.7
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    display: block;
}

.header {
    position: relative;
    overflow: hidden;
    padding-top: 85px;
}

@media only screen and (min-width: 57rem) {
    .header {
        padding-top: 0;
    }
}

.header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

.header__title {
    padding: 10rem 0;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-size: 2rem;
    font-style: italic;
    position: relative;
    z-index: 20;
    text-shadow: 0 0 5px black;
}

@media only screen and (min-width: 57rem) {
    .header__title {
        font-size: 3rem;
    }
}

.header__title--type {
    font-style: normal;
}

.header__bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    font-family: 'object-fit: cover; object-position: center;';
}

.header__bg--top {
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
}

.home-page-header {
    position: relative;
    padding: 10.125rem 0 0;
}

.home-page-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 54rem) {
    .home-page-header {
        padding-top: 3rem;
    }
}

.home-page-header__logo {
    width: 250px;
    height: 79px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    display: none;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 57rem) {
    .home-page-header__logo {
        display: block;
    }
}

@media only screen and (min-width: 54rem) {
    .home-page-header__logo {
        width: 350px;
        height: 111px;
    }
}

.home-page-header__logo-image {
    height: 100%;
    width: 100%;
}

.home-page-header__title {
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px black;
    z-index: 20;
    font-style: italic;
}

.home-page-header__title--hidden {
    display: none;
}

.home-page-header__title--block {
    display: block;
    margin-bottom: 5rem;
}

@media only screen and (min-width: 54rem) {
    .home-page-header__title {
        font-size: 3.5rem;
    }
    .home-page-header__title--block {
        margin-bottom: 6rem;
    }
}

.home-page-header__content {
    width: 100%;
    background-color: #a7a9ac;
    position: relative;
    z-index: 20;
}

.link-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

@media only screen and (min-width: 57rem) {
    .link-grid {
        padding: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.link-grid__item {
    margin: .5rem;
    margin-bottom: 0;
    background: #939598;
    background: #34312f;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.link-grid__item:last-child {
    margin-bottom: .5rem;
}

.link-grid__item-link {
    position: relative;
    display: block;
    text-decoration: none;
    padding: .2rem;
}

.link-grid__item-link::before {
    content: "";
    border-top: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    height: 8px;
    width: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 57rem) {
    .link-grid__item-link::before {
        content: "";
        display: none;
        height: 0;
        width: auto;
        padding-bottom: 100%;
        background-color: 0;
        -webkit-transform: none;
        transform: none;
        position: relative;
        border: none;
    }
}

@media only screen and (min-width: 57rem) {
    .link-grid__item {
        padding: 0;
        margin: 0;
        margin-bottom: 0;
        background: transparent;
        display: block;
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
        margin-right: 0rem;
    }
    .link-grid__item:last-child {
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 57rem) {
    .link-card {
        width: 100%;
        height: 0;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
        padding-bottom: 66.66%;
    }
    .link-card::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 72%;
        right: 0;
        width: 130%;
        height: 50%;
        background-color: rgba(35, 31, 32, 0.7);
        z-index: 10;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}

.link-card__image {
    display: none;
}

@media only screen and (min-width: 57rem) {
    .link-card__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
        display: block;
        z-index: 0;
    }
    .link-card__image--portrait {
        width: 100%;
        height: auto;
    }
}

.link-card__desc {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: bold;
}

@media only screen and (min-width: 57rem) {
    .link-card__desc {
        position: absolute;
        z-index: 20;
        top: .5rem;
        left: .5rem;
        max-width: 124px;
    }
}

.nav-headings {
    display: none;
    background-color: #a7a9ac;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
}

.nav-headings__content {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: row;
    -ms-flex-pack: row;
    justify-content: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 67rem;
    margin: 0 auto;
}

.nav-headings__logo {
    width: 250px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 1rem;
}

.nav-headings__logo-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 150px;
}

.nav-headings__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: row;
    -ms-flex-pack: row;
    justify-content: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.nav-headings__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
}

.nav-headings__list-item-link {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    padding: .5rem;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.nav-headings__list-item-link--active,
li.active&gt;.nav-headings__list-item-link {
    color: #243e90;
}

.nav-headings__list-item-link:hover {
    color: #243e90;
}

@media only screen and (min-width: 57rem) {
    .nav-headings {
        display: block;
    }
}

.full-nav-bar {
    background-color: #939598;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 50;
    height: 85px;
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar {
        height: auto;
        min-height: 50px;
    }
}

.full-nav-bar__content {
    max-width: 75rem;
    margin: 0 auto;
    background-color: #939598;
    position: relative;
    border-bottom: solid #797b7f;
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__content {
        padding: 0;
        border-bottom: none;
    }
}

.full-nav-bar__logo {
    display: block;
    height: auto;
    width: 12rem;
    padding: 1rem;
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__logo {
        display: none;
    }
}

.full-nav-bar__logo-image {
    height: auto;
    width: 100%;
    display: block;
}

.full-nav-bar__btn {
    outline: none;
    border: none;
    background-color: #939598;
    cursor: pointer;
    text-indent: -1000000px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.full-nav-bar__btn-text {
    position: relative;
    padding-right: 1rem;
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__btn-text {
        font-size: 1.2rem;
    }
    .full-nav-bar__btn-text::before {
        content: "";
        display: block;
        border-bottom: solid 6px transparent;
        border-top: solid 6px transparent;
        border-left: solid 10px #ffffff;
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        height: 0;
        width: 0;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    }
    .full-nav-bar__btn-text--active::before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
}

.full-nav-bar__btn-ui {
    font-size: 0;
    color: transparent;
    background-color: #ffffff;
    width: 2rem;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.full-nav-bar__btn-ui::before,
.full-nav-bar__btn-ui::after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 3px;
    position: absolute;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.full-nav-bar__btn-ui::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.full-nav-bar__btn-ui::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.full-nav-bar__btn-ui--active {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.full-nav-bar__btn-ui--active::before {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

.full-nav-bar__btn-ui--active::after {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__btn-ui {
        display: none;
    }
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__btn {
        text-indent: 0px;
        padding: 1rem;
        background: none;
        border-radius: 0;
        color: #ffffff;
        text-transform: uppercase;
        font-family: "Alegreya Sans", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        top: auto;
        right: auto;
        height: auto;
        width: 100%;
    }
}

.full-nav-bar__list-container {
    display: none;
    padding: .5rem;
    height: 250px;
    overflow: auto;
}

.sticky-elements {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__list-container {
        height: auto;
    }
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar__content--sub {
        width: 100%;
        max-width: none;
        position: absolute;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1120px) {
    .full-nav-bar__content--sub {
        padding-left: calc(50% - 33.5rem);
        padding-right: calc(50% - 33.5rem);
    }
}

@media only screen and (min-width: 57rem) {
    .full-nav-bar {
        position: relative;
    }
    .full-nav-bar--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
    }
    .full-nav-bar--sub {
        max-width: none;
        background-color: #939598;
    }
}

.link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

.link-list__item {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.link-list__item-heading {
    position: relative;
    padding: .7rem 2.4rem;
    cursor: pointer;
}

.link-list__item-heading::before,
.link-list__item-heading::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 16px;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    background-color: #ffffff;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.link-list__item-heading::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.link-list__item-heading::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.link-list__item-heading--active::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.link-list__item-heading--active::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

@media only screen and (min-width: 57rem) {
    .link-list__item-heading {
        white-space: nowrap;
        padding: 1rem .6rem;
    }
    .link-list__item-heading::before,
    .link-list__item-heading::after {
        display: none;
    }
}

@media only screen and (min-width: 57rem) {
    .link-list__item-heading {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px;
    }
}

@media only screen and (min-width: 57rem) {
    .link-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }
    .link-list__item--active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 57rem) {
    .link-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sub-list {
    display: none;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 1.5rem;
}

@media only screen and (min-width: 57rem) {
    .sub-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
    }
}

.sub-list--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub-list__item-link {
    display: block;
    padding: 0.8rem;
    text-decoration: none;
    color: #ffffff;
}

.sub-list__item-link:hover {
    text-decoration: underline;
}

.list--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list__item-link {
    display: block;
    padding: 0 0.8rem 0 0;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

.list__item-link:hover {
    text-decoration: underline;
}

.member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.member-list__item {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1rem;
    position: relative;
}

.member-list__item--space {
    margin: 1rem;
    padding: 0;
}

.member-list__item::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    height: 0;
}

.profile__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    width: 100%;
}

.profile__image-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

.profile__image-image--profile {
    height: auto;
    width: 100%;
}

.profile__desc {
    color: #fff;
    font-size: 1rem;
    font-family: "Alegreya Sans", sans-serif;
    margin-top: .5rem;
}

.profile__desc--centered {
    text-align: center;
}

.profile__desc--dark {
    color: #231f20;
}

.profile__desc--left {
    margin-left: 1.1rem;
}

.profile__name {
    font-weight: 700;
}

.section {
    font-family: "Alegreya Sans", sans-serif;
    padding: 5rem 0;
}

.section--bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 0;
}

.section__title {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.section__title--large {
    font-size: 6rem;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.section__title--bg {
    position: relative;
    z-index: 10;
    padding: 1rem;
}

.section__title--script {
    font-family: "Noto Serif", serif;
    margin-bottom: 0;
    font-weight: 400;
}

@media only screen and (min-width: 57rem) {
    .section__title {
        font-size: 3rem;
    }
    .section__title--large {
        font-size: 6rem;
    }
}

.section__title-desc {
    text-align: center;
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
}

.section__title-desc--bg {
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}

.section__title-desc--large {
    font-size: 5rem;
}

.section__title-desc--block {
    display: block;
    line-height: 1;
}

.section__title--block {
    display: block;
}

.section__content {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 75rem;
    margin: 0 auto;
}

.section__content--bg {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: none;
    margin: 0;
    width: 50%;
    /*background-image: url(images/cubLake.jpg);*/
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    display: none;
}

.section__content--bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 62, 144, 0.8);
}

@media only screen and (min-width: 57rem) {
    .section__content--bg {
        display: block;
    }
}

.section__content--bg-text {
    max-width: none;
    margin: 0;
}

.section--blue {
    background-color: #243e90;
}

.section--blue .section__title {
    color: #ffffff;
}

.section--blue .section__content {
    color: #ffffff;
}

.section--blue a,
.section--blue a:hover,
.section--blue a:visited {
    color: #fff;
    text-decoration: underline;
}

.section--red {
    background-color: #BE2227;
}

.section--red .section__title {
    color: #ffffff;
}

.section--red .section__content {
    color: #ffffff;
}

.section--red a,
.section--red a:hover,
.section--red a:visited {
    color: #fff;
    text-decoration: underline;
}

.section--tan {
    background-color: #ece7df;
}

.section--tan .section__title {
    color: #231f20;
}

.section--tan .section__content {
    color: #231f20;
}

.section--white {
    background-color: #fff;
}

.section--beige {
    background-color: #ece7df
}

.section--white .section__title {
    color: #231f20;
}

.section--white .section__content {
    color: #231f20;
}

.sub-section {
    display: block;
    padding: 0 2rem;
    padding-top: 1rem;
}

.sub-section--column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.sub-section__title {
    font-size: 1.375rem;
}

@media only screen and (min-width: 57rem) {
    .sub-section__title {
        font-size: 1.75rem;
    }
}

.sub-section__title--left {
    text-align: left;
}

.section__title--application {
    padding: 1rem 1rem;
    font-size: 2em;
    margin-bottom: 0.5rem;
}

.sub-section__content--centered {
    text-align: center;
    max-width: 55rem;
    margin: 0 auto;
}

.sub-section__content--two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sub-section__link {
    color: inherit;
    text-decoration: none;
    display: block;
    margin: 1rem 0;
    color: #243e90;
}

.sub-section__link--white {
    color: #fff;
}

.sub-section__link--upper {
    text-transform: uppercase;
}

.sub-section__link--centered {
    text-align: center;
}

@media only screen and (min-width: 40rem) {
    .sub-section__link--mobile {
        display: none;
    }
}

.sub-section__link:hover {
    text-decoration: underline;
}

.sub-section__link--cta {
    background-color: #a7a9ac;
    display: block;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 1rem .5rem;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
}

.sub-section--left {
    padding-left: 0;
}

.sub-section__image {
    width: 100%;
    height: 100%;
}

.sub-section__image--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-section__image--top-space {
    margin-top: 2rem;
}

.sub-section__image-source {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: contain; object-position:center;';
}

.sub-section__image-source--small {
    max-width: 250px;
    margin: 0 auto;
}

.sub-section__image-source--med {
    max-width: 500px;
    margin: 0 auto;
}

.sub-section--centered {
    text-align: center;
}

.sub-section__text {
    margin-top: 1rem;
}

.sub-section__text--narrow {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.two-column--multi-image {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.two-column--white {
    background-color: #fff;
}

.two-column__column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 40rem) {
    .two-column__column {
        width: 50%;
        margin-bottom: 0;
    }
}

.two-column__column--first-at-sm {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

@media only screen and (min-width: 40rem) {
    .two-column__column--first-at-sm {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.two-column__column--desk-only {
    display: none;
}

@media only screen and (min-width: 40rem) {
    .two-column__column--desk-only {
        display: block;
    }
}

.two-column__column--multi-image {
    height: 50%;
}

.two-column__column--two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two-column__image {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.two-column__image-source {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.two-column__image-source--small {
    width: auto;
}

.key-value {
    text-align: center;
    color: inherit;
    font-family: inherit;
}

.key-value__pair {
    margin: 1rem 0;
}

.key-value__key {
    font-weight: 700;
    text-transform: uppercase;
}

.key-value__value {
    text-align: left;
    max-width: 55rem;
    margin: 0 auto;
}

.key-value__value--left {
    max-width: none;
    margin: 1rem 0;
}

.key-value__value--left:first-of-type {
    margin-top: 0;
}

.key-value--left {
    text-align: left;
}

.calendar-list {
    list-style: none;
}

.calendar-list__item {
    margin-bottom: 1rem;
    max-width: 30rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.calendar-list__item:last-child {
    margin-bottom: 0;
}

.date-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.date-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 3.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.date-card__month {
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    padding: .7rem;
    background-color: #c2b59b;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.date-card__number {
    color: #231f20;
    font-size: 1.225rem;
    font-family: "Alegreya Sans", sans-serif;
    font-weight: 700;
    background-color: #ece7df;
    width: 100%;
    height: 100%;
    padding: .4rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.date-card__content {
    background-color: #726658;
}

.date-card__title {
    color: #ffffff;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
}

.date-card__desc {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
    padding: .5rem .7rem;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (min-width: 64rem) {
    .social-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.social-list__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
    margin: .5rem;
}

.social-list__item:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 64rem) {
    .social-list__item {
        -ms-flex-preferred-size: 44px;
        /*24 with multiple*/
        flex-basis: 44px;
    }
}

.social-list__link {
    display: block;
}

.footer {
    background: #34312f;
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
}

.footer__content {
    max-width: 67rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 3rem 1rem;
}

@media only screen and (min-width: 64rem) {
    .footer__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.footer__element {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 1rem;
    flex-basis: 1rem;
    padding: 1rem;
}

.footer__element-header {
    text-align: center;
    color: inherit;
}

@media only screen and (min-width: 64rem) {
    .footer__element-header {
        text-align: left;
    }
}

.footer__element--sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 100%;
}

@media only screen and (min-width: 500px) {
    .footer__element--sm {
        min-width: initial;
    }
}

@media only screen and (min-width: 64rem) {
    .footer__element--sm {
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

.footer__element--md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (min-width: 64rem) {
    .footer__element--md {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
}

.footer__element--lg {
    min-width: 100%;
}

@media only screen and (min-width: 64rem) {
    .footer__element--lg {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        min-width: auto;
    }
}

@media only screen and (min-width: 64rem) {
    .footer__element--line {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: solid 1px #ffffff;
    }
}

.footer__image {
    width: 100%;
    height: 100%;
    max-width: 250px;
    margin: 0 auto;
}

@media only screen and (min-width: 64rem) {
    .footer__image {
        margin: 0;
    }
}

.footer__image-source {
    width: 100%;
    height: auto;
}

.cert-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

@media only screen and (min-width: 64rem) {
    .cert-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.cert-list__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: block;
}

.cert-list__image-source {
    width: 150px;
    height: auto;
}

.cert-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.cert-text__text {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 220px;
    font-size: .8rem;
    margin-right: 1rem;
}

.cert-text__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: .5rem;
}

.cert-text__image-source {
    width: 100px;
    height: auto;
}

.social {
    margin-bottom: 2rem;
}

@media only screen and (min-width: 64rem) {
    .social {
        margin-bottom: 0;
    }
}

.social__title {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    text-align: center;
    padding-bottom: .5rem;
}

.social__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__list-item {
    margin-right: .5rem;
}

.social__list-item:last-child {
    margin-right: 0;
}

.social__list-link {
    display: block;
}

.legal {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.legal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 64rem) {
    .legal__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.legal__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64rem) {
    .legal__list-item {
        margin-bottom: 0;
    }
}

.legal__logo {
    display: block;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    margin-right: .5rem;
}

.legal__logo-image {
    display: block;
    width: auto;
    height: 100%;
}

.legal__desc {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    font-size: 14px;
    max-width: 12rem;
}

.titled-descriptions {
    max-width: 57rem;
    margin: 0 auto;
    padding: 1rem;
}

.titled-descriptions__title {
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
}

.titled-descriptions__desc {
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 57rem;
    padding: 1rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

@media only screen and (min-width: 40rem) {
    .testimonials {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.testimonials__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 1rem;
}

.testimonials__bubble {
    display: block;
    width: 100%;
    min-height: 270px;
    background-color: #726658;
    position: relative;
    padding: 1.5rem;
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
}

.testimonials__bubble::after {
    content: "";
    display: block;
    border-bottom: solid 26px transparent;
    border-top: solid 6px transparent;
    border-left: solid 23px #726658;
    position: absolute;
    top: 96%;
    left: 4rem;
    height: 0;
    width: 0;
}

.testimonials__person {
    display: block;
    padding-left: 1.5rem;
    padding-top: 2rem;
    color: #726658;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.testimonials__position {
    display: block;
    padding-left: 1.5rem;
    color: #726658;
    font-family: "Alegreya Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.address {
    color: #ffffff;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 1rem;
    text-align: center;
}

@media only screen and (min-width: 64rem) {
    .address {
        text-align: left;
    }
}

.address br {
    display: none;
}

.address__heading {
    display: none;
}

.address__item {
    display: inline-block;
    padding-right: .3rem;
    margin-right: .3rem;
    border-right: solid #ffffff 1px;
}

.address__desc {
    display: inline-block;
}

.address__desc--block {
    display: block;
}

.infobox-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.infobox-grid__item {
    background-color: #ece7df;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 300px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-height: 500px;
    margin: .5rem;
}

.infobox-grid__item--4 {
    width: 275px;
}

.infobox-grid__item--2 {
    margin: 2rem;
    width: 300px;
}

.infobox-grid__item--white {
    background-color: #fff;
}

.infobox-grid__item--full-width {
    width: 100%;
}

.infobox-grid__item--no-min-height {
    min-height: auto;
    padding: 2rem;
}

.box {
    text-align: center;
    font-family: "Alegreya Sans", sans-serif;
    color: #231f20;
}

.box--align-left {
    text-align: left;
}

.box__figure {
    margin: 1rem 0;
}

.box__figure-img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    margin-bottom: 1rem;
}

.box__figure-cap-title {
    font-weight: 700;
}

.box__img {
    height: 226px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    display: block;
}

.box__title {
    padding: 2rem 2rem;
    padding-bottom: .5rem;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
}

.box__title--left {
    text-align: left;
}

.box__desc {
    display: block;
    padding: 2rem 2rem;
    padding-top: .5rem;
    min-height: 270px;
    text-align: left;
}

.box__desc--no-min-height {
    min-height: auto;
}

.video {
    width: 100%;
    height: 0;
    padding-bottom: 52.65%;
    position: relative;
}

.video__source {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list {
    display: block;
}

.list--two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list__list {
    list-style: none;
    text-align: left;
}

.list__list--two-column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 1rem 0 0;
}

.list__list-item {
    position: relative;
    padding-left: 8px;
}

.list__list-item::before {
    content: "-";
    position: absolute;
    left: 0;
    top: auto;
}

.grouped-images {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 55rem;
    margin-top: 4rem;
}

.grouped-images__image {
    display: block;
    width: 50%;
}

.grouped-images__image--large {
    float: right;
    width: 40%;
}

.grouped-images__image--stacked {
    margin-bottom: 3rem;
}

.iconic-grid {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Alegreya Sans", sans-serif;
}

.iconic-grid--top-space {
    margin-top: 5rem;
}

.iconic-grid__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 2rem 2rem;
    color: #ffffff;
    text-align: center;
}

@media only screen and (min-width: 20rem) {
    .iconic-grid__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .iconic-grid__item--5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 776px) {
    .iconic-grid__item {
        border-right: solid 1px #a7a9ac;
    }
    .iconic-grid__item:first-child {
        border-left: solid 1px #a7a9ac;
    }
    .iconic-grid__item--5 {
        border: none;
    }
    .iconic-grid__item--5:first-child {
        border: none;
    }
}

@media only screen and (min-width: 1070px) {
    .iconic-grid__item--5 {
        border-right: solid 1px #a7a9ac;
    }
    .iconic-grid__item--5:first-child {
        border-left: solid 1px #a7a9ac;
        border-right: solid 1px #a7a9ac;
    }
}

.iconic-grid__item-container {
    width: 100%;
    min-width: 120px;
    min-height: 200px;
}

.iconic-grid__title {
    width: 100%;
}

.iconic-grid__title--digits {
    font-size: 3rem;
}

.iconic-grid__desc {
    text-align: center;
}

.iconic-grid__image {
    height: 70px;
    margin-bottom: 2rem;
}

.collapsible-list {
    list-style: none;
    margin: 0 .25rem;
}

.collapsible-list__item {
    color: #231f20;
    font-size: 1rem;
    background-color: #BDBFC2;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.collapsible-list__item:last-child {
    margin-bottom: 0;
}

.member-pill {
    font-weight: 400;
    background-color: #939598;
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 8px;
    top: -1px;
    position: relative;
    margin: 0px 5px;
    color: #fff;
}

@media only screen and (min-width: 40rem) {
    .collapsible-list__item {
        background-color: #fff;
    }
}

.collapsible-list__heading {
    padding: 1rem;
    padding-right: 2rem;
    position: relative;
}

@media only screen and (min-width: 40rem) {
    .collapsible-list__heading {
        padding: 0;
    }
}

.collapsible-list__heading-text {
    position: relative;
    padding-right: 1rem;
    display: inline-block;
    cursor: pointer;
}

.collapsible-list__heading-text::after {
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    border-bottom: solid 6px transparent;
    border-top: solid 6px transparent;
    border-left: solid 10px #231f20;
    position: absolute;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media only screen and (min-width: 40rem) {
    .collapsible-list__heading-text {
        font-weight: 400;
    }
    .collapsible-list__heading-text::after {
        border-left: solid 10px #939598;
    }
}

.collapsible-list__heading--active .collapsible-list__heading-text::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.collapsible-list__sub-list {
    display: none;
    list-style: none;
    background-color: #ffffff;
    padding: .5rem;
    padding-left: 1.5rem;
}

.collapsible-list__sub-list-item {
    padding: .5rem 0;
}

.collapsible-list__business-name {
    color: #243e90;
}

.collapsible-list__business-address {
    color: #939598;
    font-style: normal;
    font-weight: 700;
    font-family: "Alegreya Sans", sans-serif;
}

.picture-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.picture-grid__item {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin: 1rem;
}

.picture-grid__item--sm {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}

.picture-grid__image {
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    position: relative;
}

.picture-grid__image--wide {
    padding-bottom: 75%;
}

.picture-grid__image-source {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
}
.blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .blog-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: .5rem;
  }
  
  @media only screen and (min-width: 550px) {
    .blog-grid__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .blog-grid__item {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
    }
  }
  
  .card {
    position: relative;
    display: block;

  }

  .card:hover .card__title{
    text-decoration: underline;
  }
  
  .card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-decoration: none;
    color: #000;
   
  }

  .card__read-more {
      display: inline;
      color: #243e90;
    font-weight: 700;
  }
  
  .card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    z-index: 2rem;
    
  }

  .card__image--default {
      background-color: #a7a9ac;
      
  }
  
  .card__image-source {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .card__image-source--default {
    padding: 1rem;
  }

  .card__content {
    font-family: "Alegreya Sans", sans-serif;
    padding: 1rem;
    padding-bottom: 2rem;
    
    min-height: 200px;
    font-weight: 700;
    font-size: 1.5rem;
  }
   
  @media only screen and (min-width: 1024px) {
      .card__content {
          font-size: 2rem;
      }
  }

  .card__title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #243e90;
  }

  .card__text {
      font-size: 1rem;
      font-weight: normal;
      margin-top: .5rem;
  }

  .card__date {
      
      font-weight: normal;
      font-size: 1rem;
  }

  .archive-list {
      list-style: none;
  }

  .archive-list__item {
      display: block;
  }

  .post {
    background-color: #fff;
    margin-bottom: 1rem;
    display: block;
    text-decoration: none;
    color: unset;
  }

  .post:hover .post__title {
      text-decoration: underline;
  }
  
  .post__image {
    position: relative;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 767px) {
    .post__image {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
    }
  }

  .post__image--default {
      background-color: #a7a9ac;
  }
  
  .post__image::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  
  .post__image-source {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%;

    
  }

  .post__image-source--default {
      width: 100%;
      height: auto;
  }
  
  .post__container {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  @media only screen and (min-width: 767px) {
    .post__container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
  }
  
  .post__content {
    max-width: 65rem;
    margin: 0 auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-family: "Raleway", sans-serif;
  }
  
  @media only screen and (min-width: 767px) {
    .post__content {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-left: 2rem;
    }
  }
  
  .post__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #243e90;
  }
  
  @media only screen and (min-width: 767px) {
    .post__title {
      font-size: 2.25rem;
    }
  }
  
  .post__date {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .pagination {
      display: block;
      background-color: #ece7df;
  }

  .pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    

  }

  .pagination ul li {
    color: #000;
    display: block;
    padding: 0 .5rem;
    
  }

  .pagination ul li a {
    color: #000;
    text-decoration: none;
    font-family: "Alegreya Sans", sans-serif;
    font-size: 2rem;
    }

  .pagination ul li a:hover {
    color: #000;
    text-decoration: underline;
    }

  .pagination ul li.active {
    color: #243e90

  }

  .pagination ul li.active a{
color: #243e90;
    text-decoration: underline;

    }

    .blog-read-more {
        margin-right: 0;
        margin-left: auto;
        color: #243e90;
        text-decoration: none;
        display: block;
        font-size: 1.2rem;
        padding-right: .5rem;
        text-align: right;
    }

    .blog-read-more:hover {
        text-decoration: underline;
    }
  /*# sourceMappingURL=styleTwo.css.map */

</pre></body></html>