.edc-about {
    position: relative
}
@media (min-width: 641px) {
    .edc-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.edc-about-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background-size .4s;
    transition: background-size .4s
}
@media (max-width: 640px) {
    .edc-about-heading {
        font-size: 12vw;
        line-height: 1.1;
        height: 50vh
    }
}
@media (min-width: 641px) {
    .edc-about-heading {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        font-size: 5vw;
        line-height: 1.1;
        height: 45vw;
        max-height: 45vh;
        width: 50vw
    }
}
h2.edc-about-heading {
    font-weight: inherit;
    margin-top: 0;
    margin-bottom: 0
}
.edc-about-heading:focus,
.edc-about-heading:hover {
    background-size: 115% auto
}
@media (min-width: 641px) {
    .edc-about-heading:focus a:after,
    .edc-about-heading:hover a:after {
        margin-left: 0;
        opacity: 1
    }
}
.edc-about-heading a {
    color: #fff;
    text-decoration: none
}
.edc-about-heading a:hover {
    text-decoration: none
}
.edc-about-heading a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23ffffff'%20width='1em'%20height='1em'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
    background-position: 20% 75%;
    background-size: 60%;
    content: "";
    display: inline-block;
    fill: #fff;
    width: 1em;
    height: 1em;
    -webkit-transition: margin-left .4s, opacity .4s;
    transition: margin-left .4s, opacity .4s;
    vertical-align: top
}
@media (max-width: 860px) {
    .edc-about-heading a:after {
        margin-left: 0;
        opacity: 1
    }
}
@media (min-width: 861px) {
    .edc-about-heading a:after {
        margin-left: -1em;
        opacity: 0
    }
}
.edc-about-citation {
    color: #bcbcbc;
    background-color: #323232;
    font: 11px/15px Helvetica Neue, Helvetica, sans-serif;
    padding: 5px 30px;
    text-align: center;
    z-index: 1
}
@media (max-width: 640px) {
    .edc-about-citation {
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute
    }
}
@media (min-width: 641px) {
    .edc-about-citation {
        bottom: 0;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.edc-about-citation,
.edc-about-citation:hover {
    text-decoration: none
}
.edc-about-citation:focus,
.edc-about-citation:hover {
    color: #fff;
    background-color: #222
}
html {
    font-family: Avenir Next W00, Avenir Next LT Pro, Century Gothic, sans-serif;
    font-weight: 300
}
html:root {
    font-size: 100%
}
button {
    font-family: inherit
}
html .fatFooter {
    margin-top: 0
}
html #fatFooterHead {
    height: 34px
}
html .fatFooter .fatFooterBody .fatFooterList ul li {
    -webkit-font-smoothing: antialiased
}
