/*
Theme Name: Chester County Election Commission
Theme URI: http://bramblettgrp.com
Author: Bramblett Group
Author URI: http://bramblettgrp.com
Description: Chester County Election Commission website.
Version: 1.1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

main {
    display: block;
}

address {
    font-style: normal;
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin-bottom: .4em;
}

.main-body {
    position: relative;
    z-index: 1;
}

.main-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f0f0f1;
    z-index: 10;
    /*@media only screen and (min-width: 85em) {
        height: $nav-height-lg;
    }*/
}

@media only screen and (min-width: 1100px) {
    .main-nav {
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*position: relative;*/
        position: absolute;
        margin-top: 60px;
        height: 125px;
        padding-left: 25px;
    }
}

.main-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f0f0f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    border-bottom: solid #d6d6d8 1px;
}

@media only screen and (min-width: 1100px) {
    .main-nav::before {
        display: none;
    }
}

.main-nav__link {
    color: #24326a;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    height: 100%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 30em) {
    .main-nav__link {
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1100px) {
    .main-nav__link {
        text-align: center;
    }
}

.main-nav__home-link {
    position: relative;
    margin: 8px 0 0 8px;
    width: 44px;
    height: 44px;
    z-index: 40;
    background-image: url(images/home-01.svg);
    background-size: auto 65%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 70px;
    display: block;
}

.main-nav__home-link--hidden {
    display: none;
}

@media only screen and (min-width: 1100px) {
    .main-nav__home-link {
        background-image: none;
        display: block;
        width: 150px;
        height: 150px;
        position: static;
        left: 0;
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-left: 0;
        margin: 0;
    }
}

@media only screen and (min-width: 85em) {
    .main-nav__home-link {
        width: 180px;
        height: 180px;
    }
}

.main-nav__logo {
    width: 120px;
    height: 120px;
    display: none;
}

@media only screen and (min-width: 1100px) {
    .main-nav__logo {
        width: 150px;
        height: 150px;
        display: block;
    }
}

@media only screen and (min-width: 85em) {
    .main-nav__logo {
        width: 180px;
        height: 180px;
        display: block;
    }
}

@media only screen and (min-width: 1100px) {
    .dropdown {
        display: none;
    }
}

.dropdown__item {
    color: #aa3039;
    font-weight: 300;
}

@media only screen and (min-width: 1100px) {
    .dropdown__item {
        padding: 0;
    }
}

.dropdown__link {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #aa3039;
    font-size: 1rem;
    text-decoration: none;
    text-align: left;
    display: block;
}

@media only screen and (min-width: 1100px) {
    .dropdown__link {
        padding: 0 15px;
        padding: 6px 15px;
    }
}

.dropdown__link:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1100px) {
    .dropdown__link:hover {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.35);
    }
}

.dropdown__link--open {
    text-decoration: underline;
}

@media only screen and (min-width: 1100px) {
    .dropdown__link--open {
        text-decoration: none;
        background: rgba(255, 255, 255, 0.35);
    }
}

.main-nav__list {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    list-style: none;
    display: block;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    background-color: #f0f0f1;
    z-index: 20;
    padding: 60px 30px;
    padding-bottom: 60px;
    padding-top: 75px;
}

@media only screen and (min-width: 30em) {
    .main-nav__list {
        width: auto;
    }
}

@media only screen and (min-width: 1100px) {
    .main-nav__list {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        position: relative;
        overflow: visible;
        left: 0;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        background-color: transparent;
        padding: 0 1rem;
        width: 100%;
        max-width: 1200px;
    }
}

.main-nav__list.main-nav__list--active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media only screen and (min-width: 1100px) {
    .main-nav__list.main-nav__list--active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.main-nav__list-item {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1100px) {
    .main-nav__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 100%;
    }
}

.main-nav__list-item--has-dropdown a.main-nav__link {
    position: relative;
}

.main-nav__list-item--has-dropdown a.main-nav__link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    /*position: absolute;
                right: 1rem;
                top: 50%;*/
    margin-left: .45rem;
    border-top: solid 0.45rem #24326a;
    border-top: solid 0.45rem #98a5dc;
    border-left: solid transparent 0.325rem;
    border-right: solid transparent 0.325rem;
}

.main-nav__list-item--has-dropdown .dropdown {
    z-index: 20;
    background-color: #f0f0f1;
    top: 100%;
    left: 0;
    text-align: center;
    white-space: nowrap;
    min-width: 100%;
}

@media only screen and (min-width: 1100px) {
    .main-nav__list-item--has-dropdown .dropdown {
        position: absolute;
    }
}

.main-nav__list-item--has-dropdown .dropdown--last {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 1100px) {
    body.no-js .main-nav__list-item--has-dropdown:hover .dropdown,
    .main-nav__list-item--has-dropdown .dropdown.dropdown--open {
        display: block;
    }
}

.main-nav__btn {
    display: block;
    background: 0 0;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 10px;
    overflow: hidden;
    text-indent: -1000000000px;
    outline: 0;
    cursor: pointer;
    border: 0;
    z-index: 30;
}

@media only screen and (min-width: 1100px) {
    .main-nav__btn {
        display: none;
    }
}

.main-nav__btn-ui {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 30px;
    height: 4px;
    top: 50%;
    left: 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;
    display: block;
    border-radius: 1px;
    background: #24326a;
    position: absolute;
}

.main-nav__btn-ui::after,
.main-nav__btn-ui::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 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;
    display: block;
    border-radius: 1px;
    background: #24326a;
    position: absolute;
}

.main-nav__btn-ui::before {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
}

.main-nav__btn-ui::after {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
}

.main-nav__btn-ui--active::after,
.main-nav__btn-ui--active::before {
    -webkit-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
}

.main-nav__btn-ui--active {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.header {
    padding-top: 100px;
    background-size: cover;
    background-position: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(images/courthouse-optim.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(images/courthouse-optim.jpg);
    background-repeat: no-repeat;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

@supports ((-webkit-filter: blur(3px)) or (filter: blur(3px))) {
    .header {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
        background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    }
}

.header--alt {
    padding: 90px 0 30px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url(images/sidewalk-optim.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(images/sidewalk-optim.jpg);
    background-position: center;
}

@supports ((-webkit-filter: blur(3px)) or (filter: blur(3px))) {
    .header--alt {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
        background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    }
}

.header::before {
    content: "";
    display: block;
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/courthouse-optim.jpg);
    z-index: -1;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.header--alt::before {
    background-image: url(images/sidewalk-optim.jpg);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

@media only screen and (min-width: 1100px) {
    .header {
        padding-top: 215px;
        /*margin-top: - ($nav-height-lg + $large-padding);*/
    }
    .header--large {
        padding-top: 300px;
    }
}

.header__heading {
    color: #263366;
    font-family: "Goudy Bookletter 1911", serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-size: 2.5rem;
    line-height: 1.2;
    padding-bottom: 30px;
}

.header__heading--alt {
    padding-bottom: 0;
}

.header__heading::before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/seal.png);
    height: 176px;
    width: 176px;
    margin: 0 auto 40px;
    margin: 0 auto calc(40px - .2em);
}

@media only screen and (min-width: 1100px) {
    .header__heading {
        padding: 30px 30px;
    }
    .header__heading::before {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .header__heading {
        font-size: 4rem;
        padding: 30px 30px;
    }
}

.header__heading--alt {
    margin-bottom: 0;
}

.header__heading--alt::before {
    display: none;
}

@media only screen and (min-width: 85em) {
    .header__heading--alt {
        font-size: 6rem;
    }
}

.header__heading-desc {
    display: none;
    font-size: 2rem;
    color: #24326a;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

@media only screen and (min-width: 920px) {
    .header__heading-desc {
        display: block;
        padding-bottom: 30px;
    }
}

.header__info {
    padding: 0 15px;
}

@media only screen and (min-width: 85em) {
    .header__info {
        padding: 75px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .key-dates {
        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;
        margin: 0;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1100px) {
    .key-dates {
        max-width: 1400px;
        margin: 0 auto;
    }
}

.key-dates__list {
    max-width: 19rem;
    margin: 0 auto;
    list-style: none;
    width: 100%;
}

@media only screen and (min-width: 920px) {
    .key-dates__list {
        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-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1050px;
        margin: 0 auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 1200px) {
    .key-dates__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 1200px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.key-dates__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    /*height: auto;
        overflow: hidden;*/
    margin: 0 auto;
    margin-bottom: 30px;
}

@media only screen and (min-width: 920px) {
    .key-dates__list-item {
        margin-top: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -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;
    }
}

@media only screen and (min-width: 1200px) {
    .key-dates__list-item {
        margin-bottom: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
    }
}

@media only screen and (min-width: 85em) {
    .key-dates__list-item {
        margin-left: 0;
        margin-right: 0;
    }
}

.key-dates__list-item::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.key-dates__list-item-date {
    float: left;
    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;
    width: 5rem;
    height: 5rem;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 85em) {
    .key-dates__list-item-date {
        width: 6rem;
        height: 6rem;
    }
}

.key-dates__list-item-month {
    display: block;
    color: #24326a;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 85em) {
    .key-dates__list-item-month {
        font-size: 1.5rem;
    }
}

.key-dates__list-item-day {
    display: block;
    color: #aa3039;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

@media large-breakpoint {
    .key-dates__list-item-day {
        font-size: 3rem;
    }
}

.key-dates__list-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
    color: #24326a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    /*white-space: nowrap;*/
}

@media only screen and (min-width: 1200px) {
    .key-dates__list-item-description {
        margin: 0;
        margin-left: 15px;
        margin-right: 20px;
    }
}

.key-dates__calendar-header {
    display: none;
}

@media only screen and (min-width: 1100px) {
    .key-dates__calendar-header {
        display: block;
    }
}

.key-dates__calendar-container {
    margin: 0 auto;
}

@media only screen and (min-width: 1100px) {
    .key-dates__calendar-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        color: #24326a;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 1.7rem;
    }
}

@media only screen and (min-width: 920px) {
    .key-dates__calendar-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .key-dates__calendar-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 50px;
    }
}

.key-dates__calender-title {
    display: none;
}

@media only screen and (min-width: 1100px) {
    .key-dates__calender-title {
        display: block;
    }
}

.key-dates__calendar {
    color: #24326a;
    text-transform: uppercase;
    font-size: 1.3rem;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.key-dates__calendar:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
    .key-dates__calendar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.key-dates__image {
    margin-right: 15px;
}

.aside__content {
    width: 100%;
    background-color: #aa3039;
}

.voting-info {
    padding: 30px 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
    background-color: #aa3039;
    color: #ffffff;
}

@media only screen and (min-width: 45em) {
    .voting-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 1200px;
        margin: 0 auto;
        fill: #24326a;
    }
}

.voting-info__item {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.voting-info__item:last-child {
    margin-bottom: 0;
}

.voting-info__item--preformatted {
    text-transform: none;
}

@media only screen and (min-width: 45em) {
    .voting-info__item {
        margin-bottom: 0;
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

.voting-info__link {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-size: 1.3rem;
}

.voting-info__link-image {
    display: block;
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    fill: #ffffff;
}

.voting-info__link:hover {
    text-decoration: underline;
}

.footer {
    background-color: #24326a;
    color: #ffffff;
    padding: 30px 30px;
}

.footer__label {
    color: #ffffff;
    font-family: "Goudy Bookletter 1911", serif;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

@media only screen and (min-width: 750px) {
    .footer__label {
        font-size: 2rem;
        display: block;
    }
}

@media only screen and (min-width: 85em) {
    .footer__label {
        font-size: 3rem;
    }
}

.general-info {
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-family: 300;
}

@media only screen and (min-width: 814px) {
    .general-info {
        display: block;
        text-align: center;
    }
}

.general-info__address {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}

@media only screen and (min-width: 814px) {
    .general-info__address {
        display: inline;
        margin: 0 auto;
    }
}

.general-info__po-box {
    position: relative;
}

.general-info__po-box::after {
    content: "•";
    position: relative;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 814px) {
    .general-info__street-address::after {
        content: " •";
        position: relative;
        right: 0;
        top: 0;
    }
}

.general-info__city {
    display: block;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 814px) {
    .general-info__city {
        display: inline;
    }
}

.general-info__hours,
.general-info__phone {
    text-align: center;
}

@media only screen and (min-width: 814px) {
    .general-info__hours,
    .general-info__phone {
        display: block;
    }
    .general-info__hours::before {
        /*content: " | ";
        position: relative;
        right: 0;
        top: 0;*/
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 32em;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin: 0 auto;
}

.social__img {
    width: 44px;
    height: 44px;
}

.social__item:not(:last-child) {
    margin-right: 22px;
}

.social__svg-background {
    -webkit-transition: fill .15s ease-out;
    transition: fill .15s ease-out;
}

.social__svg-icon {
    -webkit-transition: fill .15s ease-out;
    transition: fill .15s ease-out;
}

.social__link {
    cursor: pointer;
}

.social__link:not(:hover) .social__svg-icon {
    fill: white;
}

.social__link:not(:hover) .social__svg-background {
    fill: transparent;
}

.section {
    background-color: #24326a;
    color: white;
    padding-bottom: 60px;
}

.section--inv {
    background-color: white;
    color: black;
}

.section--inv-alt {
    background-color: white;
    color: black;
}

@media only screen and (min-width: 85em) {
    .section--inv-alt {
        background-color: #f0f0f1;
    }
}

.section--inline {
    display: block;
}

.section__header {
    text-align: center;
    padding: 15px;
    font-size: 1.7rem;
    font-family: "Poppins", sans-serif;
    padding-top: 75px;
    color: #24326a;
}

@media only screen and (min-width: 85em) {
    .section__header {
        font-size: 3rem;
        padding-top: 15px;
        margin-top: 0;
    }
}

.section__header--inv {
    color: #24326a;
    background-color: #ffffff;
    text-align: center;
}

@media only screen and (min-width: 85em) {
    .section__header--inv {
        padding: 30px;
    }
    .section__header--inv-alt {
        background-color: #f0f0f1;
    }
}

.section__location {
    padding: 0 30px;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 85em) {
    .section__location {
        padding: 30px;
    }
}

.section__content {
    max-width: 45rem;
    margin: 0 auto;
    padding: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
}

@media only screen and (min-width: 85em) {
    .sub-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100rem;
        margin: 0 auto;
        padding: 30px 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 30px 60px 120px;
    }
    .sub-section--alt {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 85em) {
    .sub-section-container {
        padding: 0 60px;
        width: 100%;
    }
    .sub-section-container:not(:first-child) {
        border-left: solid #13678E 1px;
    }
    .sub-section-container--left {
        padding-right: 60px;
    }
    .sub-section-container--middle {
        padding: 0 60px;
    }
    .sub-section-container--right {
        padding-left: 60px;
    }
}

.sub-section__header {
    color: #aa3039;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.iconic-list {
    max-width: 22rem;
    margin: 0 auto;
}

@media only screen and (min-width: 45em) {
    .iconic-list {
        max-width: 45rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 1rem 1rem 0;
    }
}

@media only screen and (min-width: 1031px) {
    .iconic-list {
        max-width: 75rem;
    }
}

@media only screen and (min-width: 1100px) {
    .iconic-list {
        max-width: 110rem;
    }
}

.iconic-list__list-item,
.iconic-list__list-item--revised {
    display: block;
    padding: 1rem;
    /*&:last-child {
            margin-bottom: 0;
        }*/
}

@media only screen and (min-width: 45em) {
    .iconic-list__list-item {
        width: 50%;
    }
    .iconic-list__list-item:nth-child(6n + 1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .iconic-list__list-item:nth-child(6n + 2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .iconic-list__list-item:nth-child(6n + 3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .iconic-list__list-item:nth-child(6n + 4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .iconic-list__list-item:nth-child(6n + 5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .iconic-list__list-item:nth-child(6n) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media only screen and (min-width: 1031px) {
    .iconic-list__list-item {
        width: 33.333%;
    }
}

@media only screen and (min-width: 1250px) {
    .iconic-list__list-item {
        padding: 15px;
        width: 25%;
    }
    .iconic-list__list-item:nth-child(3n + 1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .iconic-list__list-item:nth-child(3n + 2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .iconic-list__list-item:nth-child(3n) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (min-width: 85em) {
    .iconic-list__list-item {
        padding: 25px;
    }
}

@media only screen and (min-width: 45em) {
    .iconic-list__list-item--revised:nth-child(6n + 1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .iconic-list__list-item--revised:nth-child(6n + 2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .iconic-list__list-item--revised:nth-child(6n + 3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .iconic-list__list-item--revised:nth-child(6n + 4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .iconic-list__list-item--revised:nth-child(6n + 5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .iconic-list__list-item--revised:nth-child(6n) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media only screen and (min-width: 1250px) {
    .iconic-list__list-item--revised {
        padding: 15px;
    }
    .iconic-list__list-item--revised:nth-child(3n + 1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .iconic-list__list-item--revised:nth-child(3n + 2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .iconic-list__list-item--revised:nth-child(3n) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media only screen and (min-width: 85em) {
    .iconic-list__list-item--revised {
        padding: 25px;
    }
}

.iconic-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #ffffff;
}

.iconic-list__link::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-image: url(images/map_marker.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
    margin-right: 1rem;
}

@media only screen and (min-width: 1400px) {
    .iconic-list__link::before {
        width: 4rem;
        height: 4rem;
    }
}

.iconic-list__icon {
    width: 4.5rem;
    height: 4.5rem;
    fill: #aa3039;
}

.section--inv {
    color: black;
    background-color: #ffffff;
}

.list {
    text-align: left;
    display: block;
}

.list__item {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}

.list__item::before {
    content: " - ";
    display: block;
    position: absolute;
    left: 0;
}

.list__item--check {
    padding-left: 30px;
    font-size: 1.3rem;
}

.list__item--check::before {
    content: "";
    display: block;
    height: 10px;
    width: 20px;
    border-left: solid #aa3039 5px;
    border-bottom: solid #aa3039 5px;
    margin: 0;
    position: absolute;
    left: 0;
    top: .8rem;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 85em) {
    .list__item--check {
        height: auto;
    }
}

.list__item--spaced {
    margin-bottom: 15px;
}

.list__item--plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list__item--plus::before {
    content: "";
}

@media only screen and (min-width: 85em) {
    .list__item--plus {
        margin-bottom: 15px;
    }
}

.list__faq {
    list-style: none;
}

.list__faq--btn {
    border: none;
    outline: none;
    font-size: 1.3rem;
    padding-left: 40px;
    text-align: left;
    padding-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.list__faq--btn:hover {
    text-decoration: underline;
}

.list__faq--btn:active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: black;
    color: black;
}

.list__faq--btn:visited {
    color: black;
}

.list__faq--btn::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #aa3039;
    left: 0;
    top: 0;
    height: 31px;
    width: 31px;
    font-size: 28px;
    color: #ffffff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background-image: url(images/plus.svg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.list__faq--active-btn::before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list__faq--answer {
    margin-bottom: 30px;
    padding-left: 40px;
    display: none;
}

.list__faq--answer a {
    color: #24326a;
    text-decoration: none;
}

.list__faq--answer a:hover {
    text-decoration: underline;
}

.list__faq--answer ul {
    list-style: disc;
    padding-left: 2rem;
}

.list__item--spaced-aside::before {
    display: none;
}

.requirements {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
}

@media only screen and (min-width: 85em) {
    .requirements {
        max-width: 70rem;
        margin: 0 auto;
    }
}

.requirements__container {
    padding: 30px;
}

@media only screen and (min-width: 45em) {
    .requirements__container {
        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;
    }
}

.requirements__heading {
    color: #ffffff;
    background-color: #24326a;
    width: 100%;
    text-align: center;
    padding: 5px;
    text-transform: none;
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 85em) {
    .requirements__heading {
        color: #aa3039;
        background-color: transparent;
        font-size: 2rem;
        text-transform: uppercase;
        padding-bottom: 15px;
    }
}

.requirements__content {
    padding: 15px 30px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 45em) {
    .requirements__content {
        position: relative;
        text-align: left;
    }
}

@media only screen and (min-width: 70em) {
    .requirements__content {
        padding-right: 35.5rem;
    }
}

.requirements__aside {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
    top: 0;
    max-height: none;
    width: auto;
    margin-bottom: 15px;
}

@media only screen and (min-width: 45em) {
    .requirements__aside {
        position: absolute;
        right: 0;
        top: 15px;
        width: 50%;
        height: 100%;
        overflow: auto;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 70em) {
    .requirements__aside {
        width: 35rem;
    }
}

.requirements__content-section {
    width: 100%;
}

.requirements__content-section:first-child {
    padding-right: 0;
    padding-bottom: 30px;
}

@media only screen and (min-width: 45em) {
    .requirements__content-section {
        width: 50%;
    }
    .requirements__content-section:first-child {
        padding-right: 30px;
        padding-bottom: 0;
    }
}

.inline-link {
    text-decoration: none;
    color: #24326a;
    font-weight: 600;
}

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

.registration {
    font-size: 1.3rem;
}

.registration__heading {
    color: #ffffff;
    background-color: #24326a;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 85em) {
    .registration__heading {
        color: #aa3039;
        background-color: transparent;
        font-size: 2rem;
        text-transform: uppercase;
        padding: 15px;
    }
}

.registration__content {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-align: left;
    padding: 15px 30px;
    line-height: 1.3;
}

@media only screen and (min-width: 85em) {
    .registration__content {
        padding: 0;
    }
}

.registration__info {
    margin-bottom: 15px;
}

.registration__info--centered {
    text-align: center;
    max-width: 300px;
}

.registration__info-link {
    color: #24326a;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.4rem;
}

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

.registration__graphic-link {
    display: block;
    padding-top: 30px;
    max-width: 600px;
    margin: 0 auto;
}

.registration__graphic-link-image {
    width: 100%;
}

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

@media only screen and (min-width: 85em) {
    .registration__content--centered {
        max-width: 18rem;
        text-align: left;
        margin: 0 auto;
        padding: 0;
    }
}

.registration__address {
    margin-bottom: 15px;
}

.registration__city::before {
    content: " • ";
    font-size: 1rem;
}

.registration__btn {
    color: #ffffff;
    background-color: #aa3039;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    padding: 15px;
    text-align: center;
    max-width: 300px;
    display: block;
    margin: 15px auto;
    outline: none;
    -webkit-transition: .10s ease-out;
    transition: .10s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    text-decoration: none;
}

.registration__btn--wide {
    max-width: 100%;
    min-width: 250px;
}

.registration__btn:not(:last-child) {
    margin: 30px auto;
}

.registration__btn:hover {
    border: solid 2px #aa3039;
    background-color: transparent;
    color: #aa3039;
}

.paragraph {
    margin-bottom: 15px;
}

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

.voting {
    font-size: 1.3rem;
}

@media only screen and (min-width: 85em) {
    .voting {
        margin: 0 auto;
        max-width: 45em;
    }
}

@media only screen and (min-width: 45em) {
    .voting--alt {
        padding: 30px;
    }
}

@media only screen and (min-width: 85em) {
    .voting--alt {
        padding: 0 120px 60px;
    }
}

.voting__content {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 15px 30px;
}

.voting__content--wysiwyg {
    text-align: left;
}

.voting__content--wysiwyg p {
    margin-bottom: 1rem;
}

.voting__content--wysiwyg ul {
    list-style: disc outside none;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.voting__content--wysiwyg ul li {
    margin-bottom: .5rem;
}

.voting__content--wysiwyg ol {
    margin-bottom: 1rem;
}

.voting__content--wysiwyg .inner-ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.voting__content--wysiwyg .inner-ol li {
    margin-bottom: .5rem;
}

.results-section__content {
    max-width: 48rem;
    margin: 0 auto;
    padding: 15px 30px;
}

@media only screen and (min-width: 45em) {
    .results-section__content {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 85em) {
    .results-section__content {
        max-width: 100rem;
        max-width: 50rem;
    }
}

.results-section__header {
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #24326a;
    padding: 15px;
    font-size: 1.7rem;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 85em) {
    .results-section__header {
        font-size: 2rem;
    }
}

.results-table tr:nth-child(even) {
    background-color: #eee;
}

.results-table tr:nth-child(odd) {
    background-color: #fff;
}

.results-table {
    border: none;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.results-table:first-child {
    margin-bottom: 30px;
}

@media only screen and (min-width: 85em) {
    .results-table {
        font-size: 1.3rem;
    }
}

.results-table__data:last-child {
    font-weight: 600;
}

.results-table__heading,
.results-table__data {
    text-align: left;
}

.results-table__heading--bold,
.results-table__data--bold {
    font-weight: 600;
}

.results-table__heading:first-child,
.results-table__data:first-child {
    padding: 0 10px;
}

.results-table__heading:nth-child(2),
.results-table__heading:last-child,
.results-table__data:nth-child(2),
.results-table__data:last-child {
    width: 6rem;
    min-width: 6rem;
}

.results-table--offset {
    margin: 30px 0 0 auto;
    max-width: 25rem;
}

.inline-link {
    color: #24326a;
    text-decoration: none;
}

.inline-link:hover {
    color: #aa3039;
    text-decoration: underline;
}

.withdrawal {
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #aa3039;
    max-width: 900px;
    margin: 0 auto;
}

.withdrawal__header {
    font-size: 2rem;
}

.withdrawal__content {
    color: black;
    text-align: left;
    font-size: 1.3rem;
}

.profile-heading {
    text-align: center;
    font-size: 1.7rem;
    color: #24326a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-top: 60px;
}

.profile-list {
    color: #24326a;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.profile-list__item {
    width: 100%;
    max-width: 350px;
    padding: 0 30px;
    margin-bottom: 30px;
}

.profile-list__title {
    font-weight: 600;
    font-size: 1.5rem;
}

.profile-list__image {
    width: 250px;
    height: 250px;
    display: none;
}

.profile-list__image--placeholder {
    background-color: #888;
}

.inline-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;
    width: 100%;
    max-width: 800px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inline-list__item {
    width: 300px;
}

@media only screen and (min-width: 750px) {
    .inline-list__item {
        margin-right: 30px;
    }
    .inline-list__item:last-child {
        margin-right: 0;
    }
}

.small-time {
    font-size: .7em;
}

.white {
    color: #fff;
}

.archive {
    padding: 3rem 1rem;
}

.archive__content {
    max-width: 57rem;
    margin: 0 auto;
}

.archive__header {
    text-align: center;
    padding: 15px;
    font-size: 1.7rem;
    font-family: "Poppins", sans-serif;
    padding-top: 75px;
    color: #24326a;
    font-weight: 700;
}

@media only screen and (min-width: 85em) {
    .archive__header {
        font-size: 3rem;
        padding-top: 15px;
        margin-top: 0;
    }
}

.post {
    padding: 1rem 0;
}

.post__link {
    display: block;
    text-decoration: none;
}

.post__link:hover {
    text-decoration: underline;
    color: #aa3039;
}

.post__link:visited {
    color: #aa3039;
}

.post__title {
    color: #aa3039;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 2rem;
}

.post:last-of-type {
    margin-bottom: 0;
}

.post__read-more {
    color: #24326a;
    font-weight: bold;
    text-decoration: none;
}

.post__read-more:hover {
    text-decoration: underline;
}

.post__read-more:visited {
    color: #24326a;
}

.post__content {
    margin-top: 1rem;
}

.post__date {
    font-weight: bold;
}

.news {
    padding: 3rem 1rem;
}

.news__content {
    max-width: 57rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.news__title {
    text-transform: uppercase;
    color: #aa3039;
    font-size: 2rem;
}

.news__date {
    font-weight: bold;
}

.white-bar {
    width: 100%;
    padding: 30px 60px;
    background-color: #fff;
}

.white-bar__link {
    display: block;
    width: 100%;
    color: #24326a;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
}

.white-bar__link:hover {
    text-decoration: underline;
}

.white-bar__text {
    display: block;
    width: 100%;
    color: #24326a;
    text-decoration: none;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
}

.instagram-section {
    max-width: 57rem;
    margin: 0 auto;
    padding: 1rem;
}

.instagram-section__title {
    text-align: center;
    padding: 15px;
    font-size: 1.7rem;
    font-family: "Poppins", sans-serif;
    padding-top: 75px;
    color: #24326a;
}

@media only screen and (min-width: 85em) {
    .instagram-section__title {
        font-size: 3rem;
        padding-top: 15px;
        margin-top: 0;
    }
}

.directory {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.directory__item {
    margin-bottom: 5rem;
}

.card {
    width: 100%;
    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;
}

@media only screen and (min-width: 680px) {
    .card {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.card__image {
    position: relative;
    overflow: hidden;
    -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;
    max-width: 228px;
}

@media only screen and (min-width: 680px) {
    .card__image {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 228px;
    }
}

.card__image::before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 120%;
}

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

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

.card__content {
    font-size: 1rem;
    -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;
    padding: 1rem;
    padding-left: 0;
    color: #263366;
}

@media only screen and (min-width: 680px) {
    .card__content {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding-left: 2rem;
    }
}

.card__name {
    color: #263366;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

@media only screen and (min-width: 680px) {
    .card__name {
        text-align: left;
    }
}

.card__desc {
    padding-top: 0;
    color: #263366;
    font-size: 1.2rem;
    text-align: center;
}

@media only screen and (min-width: 680px) {
    .card__desc {
        text-align: left;
    }
}

.card__bio {
    margin-top: .5rem;
}

.card__email {
    display: none;
}

.card__email-link {
    color: #263366;
    text-decoration: none;
    font-weight: 600;
}

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

.section__content--wide {
    max-width: 1200px;
}

.section--decor {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section--decor::before {
    content: "";
    position: absolute;
    display: block;
    height: 700px;
    width: 700px;
    background-image: url(images/tnflag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -200px;
    top: -200px;
    z-index: 0;
}


/*# sourceMappingURL=styleTwo.css.map */