.action {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    margin-top: 10px
}

.action .action__button,
.action .filter .filter__content__action,
.filter .action .filter__content__action {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #292b2a;
    width: 33%
}

@media (max-width:480px) {
    .action .action__button,
    .action .filter .filter__content__action,
    .filter .action .filter__content__action {
        font-size: 14px;
        width: auto;
        min-width: 35%
    }
    .action .action__button:active,
    .action .action__button:hover,
    .action .filter .filter__content__action:active,
    .action .filter .filter__content__action:hover,
    .filter .action .filter__content__action:active,
    .filter .action .filter__content__action:hover {
        background-color: #292b2a
    }
    .action .action__button:focus,
    .action .filter .filter__content__action:focus,
    .filter .action .filter__content__action:focus {
        background-color: ligthen(#292b2a, 10%)
    }
}

.action .action__button>span,
.action .filter .filter__content__action>span,
.filter .action .filter__content__action>span {
    margin-left: 10px
}

.action .action__title {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    margin: 20px auto
}

.action .action__title--tertiary {
    color: #8daf5f;
    border-bottom: 1px solid #8daf5f
}

.action .action__title--quinary {
    color: #cbcbcb;
    border-bottom: 1px solid #cbcbcb
}

.action .action__language__toggle {
    height: 2.1em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    bottom: 0;
    right: 10px
}

.action .action__language__toggle input[type=radio]:checked,
.action .action__language__toggle input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.action .action__language__toggle input[type=radio]:checked+label,
.action .action__language__toggle input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 1.33em;
    line-height: 1em;
    color: transparent;
    cursor: pointer;
    text-transform: uppercase
}

.action .action__language__toggle input[type=radio]:checked+label:before,
.action .action__language__toggle input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #292b2a;
    transition: all .25s ease;
    border-radius: 333.3em
}

.action .action__language__toggle input[type=radio]:checked+label:after,
.action .action__language__toggle input[type=radio]:not(:checked)+label:after {
    content: "●";
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 1em;
    font-size: 1.1666666667em;
    text-align: center;
    color: transparent;
    transition: -webkit-transform .125s ease;
    transition: transform .125s ease;
    transition: transform .125s ease, -webkit-transform .125s ease
}

.action .action__language__toggle input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.action .action__language__toggle input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.action .action__language__toggle input[type=radio]:disabled:checked+label,
.action .action__language__toggle input[type=radio]:disabled:not(:checked)+label {
    opacity: .25
}

.action .action__language__toggle input[type=radio]:focus+label:before,
.action .action__language__toggle input[type=radio]:hover+label:before {
    background-color: #1f2020
}

.action .action__language__toggle input[type=radio]:checked+label,
.action .action__language__toggle input[type=radio]:not(:checked)+label {
    padding-left: 2.8em
}

.action .action__language__toggle input[type=radio]:checked+label:before,
.action .action__language__toggle input[type=radio]:not(:checked)+label:before {
    text-align: center;
    padding: 5px 0;
    line-height: 1;
    width: 2.8em;
    height: 1.7em;
    border-radius: 0;
    border: 1px solid #292b2a;
    color: #292b2a
}

.action .action__language__toggle input[type=radio]:checked+label:after,
.action .action__language__toggle input[type=radio]:not(:checked)+label:after {
    content: none
}

.action .action__language__toggle input[type=radio]:checked+label:first-of-type:before,
.action .action__language__toggle input[type=radio]:not(:checked)+label:first-of-type:before {
    content: "ENG"
}

.action .action__language__toggle input[type=radio]:checked+label:last-of-type:before,
.action .action__language__toggle input[type=radio]:not(:checked)+label:last-of-type:before {
    content: "ESP"
}

.action .action__language__toggle input[type=radio]:checked+label:before {
    font-weight: 700;
    color: #fff;
    background-color: #292b2a
}

.action .action__language__toggle input[type=radio]:focus+label:before,
.action .action__language__toggle input[type=radio]:hover+label:before {
    color: #fff;
    background-color: #1f2020
}

@media (max-width:980px) {
    .action {
        padding: 0
    }
}

.action--secondary {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:980px) {
    .action--secondary {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px
    }
    .action--secondary:after {
        content: "";
        display: table;
        clear: both
    }
}

.action.action--links .action__button,
.action.action--links .filter .filter__content__action,
.filter .action.action--links .filter__content__action {
    min-width: 235px
}

.filter .filter__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.filter .filter__content [type=checkbox]:checked,
.filter .filter__content [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.filter .filter__content [type=checkbox]:checked+label,
.filter .filter__content [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.33em;
    line-height: 1em;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.filter .filter__content [type=checkbox]:checked+label:before,
.filter .filter__content [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    transition: all .25s ease;
    border-radius: .0333333333em
}

.filter .filter__content [type=checkbox]:checked+label:after,
.filter .filter__content [type=checkbox]:not(:checked)+label:after {
    content: "✔";
    position: absolute;
    bottom: 5px;
    left: 2px;
    width: 1em;
    font-size: 1.1666666667em;
    text-align: center;
    color: #fff;
    transition: -webkit-transform .125s ease;
    transition: transform .125s ease;
    transition: transform .125s ease, -webkit-transform .125s ease
}

.filter .filter__content [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.filter .filter__content [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.filter .filter__content [type=checkbox]:disabled:checked+label,
.filter .filter__content [type=checkbox]:disabled:not(:checked)+label {
    opacity: .25
}

.filter .filter__content [type=checkbox]:focus+label:before,
.filter .filter__content [type=checkbox]:hover+label:before {
    background-color: #bfbfbf
}

.filter .filter__content [type=checkbox]:checked+label+.sublist {
    display: block
}

.filter .filter__content__column {
    width: 250px
}

.filter .filter__content__column .title {
    text-transform: uppercase;
    color: #fff
}

.filter .filter__content__column .list>li,
.filter .filter__content__column .sublist>li {
    padding: 5px 0
}

.filter .filter__content__column .sublist {
    display: none
}

.filter .filter__content__column .sublist>li {
    margin-left: 20px
}

.filter .filter__content__action {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 50%;
    margin-top: 10px;
    background-color: #53575a
}

.filter .filter__content__wrapper {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    margin: 0 auto;
    padding: 10px;
    width: 1004px;
    background-color: #292b2a
}

@media (max-width:980px) {
    .filter .filter__content__wrapper {
        width: 100vw
    }
}

@media (max-width:480px) {
    .filter .filter__content__wrapper .filter__content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        margin: auto
    }
    .filter .filter__content__wrapper .filter__content .filter__content__column {
        width: auto;
        margin: 20px 0
    }
}

.filter .filter__content__wrapper.filter--is-active,
.filter .filter__content__wrapper:target {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.filter--links {
    position: relative;
    width: 100%
}

.filter--links .filter__content__wrapper {
    width: 100%;
    min-width: 235px;
    margin-top: 0
}

.filter--links .filter__content a {
    color: #fff;
    text-transform: uppercase
}

.filter--links .filter__content a:hover {
    opacity: .7
}

.filter--links.filter--is-active .filter__content__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.post-loader {
    padding: 20px;
    margin-top: 20px
}

.arrow--bottom {
    display: none;
    width: 30px;
    left: 0;
    bottom: 0;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #ebebeb
}

.arrow--bottom,
.arrow--bottom:before {
    position: absolute;
    transition: border-bottom-color .25s ease
}

.arrow--bottom:before {
    display: block;
    content: "";
    width: 100vw;
    bottom: -14px;
    left: 30px;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #ebebeb
}

.arrow--line {
    display: none;
    position: relative;
    left: -15px;
    width: 107%;
    border-bottom: 1px solid #a5b4af
}

.arrow--line:after,
.arrow--line:before {
    display: block;
    content: "";
    position: absolute
}

.arrow--line:before {
    bottom: -15px;
    left: -52px;
    height: 1px;
    border-right: 25px solid #a5b4af
}

.arrow--line:after {
    bottom: -28px;
    left: -31px;
    width: 20px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #a5b4af;
    border-right: 1px solid #a5b4af;
    background-color: #ebebeb
}

section.article__wrapper {
    max-width: 1024px;
    margin: 0 auto
}

article {
    padding: 0 100px
}

article,
article.description {
    position: relative
}

article.description .description__text {
    text-align: justify
}

article.post {
    position: relative;
    clear: both;
    padding: 0
}

@media (max-width:480px) {
    .description {
        padding: 0 20px
    }
}

blockquote {
    font-style: italic;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.3
}

blockquote p:first-child {
    margin-bottom: 0
}

blockquote p:last-child {
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 21px;
    text-transform: capitalize
}

a.btn--primary,
button.btn--primary {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 120px;
    padding: .5rem 1rem;
    font-weight: 300;
    color: #fff;
    background-color: #cf2e02;
    text-transform: uppercase
}

a.btn--primary:hover,
button.btn--primary:hover {
    background-color: #d95835
}

a.btn--secondary,
button.btn--secondary {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 120px;
    padding: .1666666667rem .3333333333rem;
    font-weight: 300;
    color: #fff;
    background-color: #a5b4af;
    text-transform: uppercase
}

a.btn--secondary:hover,
button.btn--secondary:hover {
    background-color: #b7c3bf
}

a.btn--quaternary,
button.btn--quaternary {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    width: 120px;
    padding: .1666666667rem .3333333333rem;
    font-weight: 300;
    color: #fff;
    background-color: #53575a;
    text-transform: uppercase
}

a.btn--quaternary:hover,
button.btn--quaternary:hover {
    background-color: #5f6766
}

a,
button {
    background: none;
    border: 0;
    line-height: normal;
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.btn--action,
button.btn--action {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 60px;
    padding: .3333333333rem .6666666667rem;
    font-weight: 300;
    color: #fff;
    background-color: #cf2e02;
    text-transform: uppercase
}

a.btn--action:hover,
button.btn--action:hover {
    background-color: #d95835
}

a.btn--stretch,
button.btn--stretch {
    width: 100%
}

form .input--primary {
    width: 100%;
    padding: .3333333333rem;
    padding-right: 0;
    border: none
}

form .input--secondary {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid rgba(41, 43, 42, .9);
    background-color: transparent
}

form .input--secondary+.input--secondary {
    margin-top: 0
}

::-webkit-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase
}

:-moz-placeholder,
::-moz-placeholder {
    color: #b8b8b8;
    text-transform: uppercase
}

:-ms-input-placeholder {
    color: #b8b8b8;
    text-transform: uppercase
}

section.hero__wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden
}

section.hero__wrapper .hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 500px;
    padding: 45px;
    background-color: #292b2a;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: #101010 0 0 1px
}

section.hero__wrapper .hero__content {
    width: 50%
}

@media (max-width:768px) {
    section.hero__wrapper .hero__content {
        width: 100%
    }
}

section.hero__wrapper .hero__content:hover .hero__action {
    color: #101010;
    text-shadow: none;
    background-color: #fff
}

section.hero__wrapper .hero__vote {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    border-bottom: 1px solid #fff
}

@media (max-width:768px) {
    section.hero__wrapper .hero__vote {
        display: none
    }
}

section.hero__wrapper .hero__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #fff
}

@media (max-width:980px) {
    section.hero__wrapper .hero__title {
        font-size: 36px
    }
}

section.hero__wrapper .hero__description {
    margin: 0;
    padding: 10px 0;
    padding-left: 5px;
    color: #fff;
    font-size: 21px;
    font-weight: 300
}

@media (max-width:980px) {
    section.hero__wrapper .hero__description {
        max-width: 90%
    }
}

section.hero__wrapper .hero__side__image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 85.3%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1023px) {
    section.hero__wrapper .hero__side__image {
        display: none
    }
}

section.hero__wrapper .hero__latest {
    display: none;
    position: absolute;
    top: 0;
    left: 45px;
    padding: 10px;
    text-shadow: none;
    height: 250px;
    width: 250px;
    background-color: hsla(0, 0%, 92%, .4);
    color: #101010
}

section.hero__wrapper .hero__latest__label {
    display: block
}

section.hero__wrapper .hero__latest__title {
    display: block;
    margin: 35px 0;
    font-weight: 600;
    font-size: 30px
}

section.hero__wrapper .hero__latest__action {
    display: block;
    float: left;
    padding: 5px;
    text-transform: uppercase;
    border: 1px solid #292b2a;
    font-size: 14px;
    color: #101010
}

section.hero__wrapper .hero__latest__action:hover {
    background-color: #ebebeb
}

@media (max-width:980px) {
    section.hero__wrapper .hero__latest {
        padding: 5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        height: auto;
        width: 100%;
        left: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        background-color: rgba(41, 43, 42, .6);
        color: #fff
    }
    section.hero__wrapper .hero__latest__label {
        display: none
    }
    section.hero__wrapper .hero__latest__title {
        margin: 0;
        font-size: 21px
    }
    section.hero__wrapper .hero__latest__action {
        display: none
    }
}

section.hero__wrapper .hero__checkbox {
    position: absolute;
    right: 10px;
    top: 5%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #fff;
    font-size: 64px
}

@media (max-width:768px) {
    section.hero__wrapper .hero__checkbox {
        display: none
    }
}

section.hero__wrapper .hero__action {
    display: inline-block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 5px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff
}

section.hero__wrapper .hero__action:hover {
    color: #101010;
    background-color: #fff;
    text-shadow: none
}

@media (max-width:980px) {
    section.hero__wrapper .hero__action {
        display: none
    }
}

section.hero__wrapper .hero--dialog {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 45px 70px
}

section.hero__wrapper .hero--dialog:after,
section.hero__wrapper .hero--dialog:before {
    content: "";
    position: absolute;
    bottom: 0
}

section.hero__wrapper .hero--dialog:before {
    left: 0;
    width: 160px;
    border-right: 3rem solid transparent;
    border-bottom: 2.6666666667rem solid #ebebeb
}

section.hero__wrapper .hero--dialog:after {
    left: 160px;
    width: 100%;
    border-left: 4.6666666667rem solid transparent;
    border-bottom: 4.6666666667rem solid #ebebeb
}

section.hero__wrapper .hero--dialog--action {
    background-color: #8daf5f;
    color: #fff
}

@media (max-width:980px) {
    section.hero__wrapper .hero--dialog--action {
        margin-bottom: 10px;
        padding-bottom: 0;
        padding-left: 0
    }
}

section.hero__wrapper .hero--dialog--action .heading {
    width: 50%;
    padding: 10px 0
}

@media (max-width:480px) {
    section.hero__wrapper .hero--dialog--action .heading {
        width: 100%
    }
}

section.hero__wrapper .hero--dialog--action .heading__title {
    display: block;
    font-size: 64px;
    font-weight: 700
}

@media (max-width:480px) {
    section.hero__wrapper .hero--dialog--action .heading__title {
        font-size: 48px
    }
}

section.hero__wrapper .hero--dialog--action .heading__subtitle {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase
}

section.hero__wrapper .hero--dialog--action hr {
    height: 0;
    width: 50%;
    opacity: .5;
    margin-bottom: 0;
    border-bottom: 1px solid
}

section.hero__wrapper .hero--dialog--action .description {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 10px 0
}

@media (max-width:480px) {
    section.hero__wrapper .hero--dialog--action .description {
        width: 100%
    }
}

section.hero__wrapper .hero--dialog--action .description__title {
    display: block;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase
}

section.hero__wrapper .hero--dialog--action .description__subtitle {
    font-size: 64px;
    font-weight: 700
}

@media (max-width:480px) {
    section.hero__wrapper .hero--dialog--action .description__subtitle {
        font-size: 48px
    }
}

section.hero__wrapper .hero--dialog--action .hero__action {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 10px;
    z-index: 20
}

@media (max-width:980px) {
    section.hero__wrapper .hero--dialog--action .hero__action {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (max-width:980px) {
    section.hero__wrapper .hero--dialog .hero__side__image {
        height: 50%
    }
    section.hero__wrapper .hero--dialog:after,
    section.hero__wrapper .hero--dialog:before {
        content: none
    }
}

@media (max-width:980px) {
    section.hero__wrapper .hero {
        padding: 30px 20px 40px 75px;
        height: auto
    }
    section.hero__wrapper .hero .arrow--bottom {
        display: block
    }
}

section.hero__wrapper--bg-check:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: url(../img/herocheck.png);
    background-size: inherit;
    background-repeat: no-repeat
}

@media (max-width:480px) {
    section.hero__wrapper--bg-check:before {
        display: none
    }
}

.post-pdf-viewer {
    width: 100%;
    height: 600px
}

.filter .filter__content__column ul.sublist,
ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.filter .filter__content__column ul.sublist li.list__item,
ul.list li.list__item {
    padding: .5rem .6666666667rem
}

.filter .filter__content__column ul.sublist li.list__heading,
ul.list li.list__heading {
    color: #999;
    font-weight: 600
}

ul.list--inline {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none
}

ul.list--inline,
ul.list--inline li.list__item {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

ul.list--inline li.list__item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .6666666667rem
}

ul.list--social li.list__icon {
    height: 32px;
    width: 32px;
    padding: .3333333333rem;
    margin: .3333333333rem;
    background-color: #cbcbcb;
    border-radius: 50%
}

ul.list--social li.list__icon a {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

ul.list--social li.list__icon a:hover {
    color: #fff
}

ul.list--social li.list__icon:last-child {
    margin-right: .6666666667rem
}

ul.list--social li.list__icon:hover {
    background-color: #989898
}

ul.list--social .ms-icon {
    vertical-align: middle;
    font-size: 21px
}

ul.list--social--primary li.list__icon {
    background-color: #8daf5f;
    border-radius: 0
}

ul.list--social--primary li.list__icon:hover {
    background-color: #bad400
}

ul.list--double li {
    width: 50%;
    display: inline
}

.media__container {
    max-width: 1044px;
    margin: 0 auto
}

.media__content__title--primary {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--primary+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--primary+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover,
.media__content__title--primary+.media__content__description .media__content__description__link.hovered,
.media__content__title--primary+.media__content__description .media__content__description__link:hover,
.media__content__title--primary.hovered,
.media__content__title--primary:hover {
    color: #cf2e02!important
}

.media--primary .media__tile .tile:after,
.media--primary .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--primary .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid #cf2e02;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--primary .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid #cf2e02
}

.media--primary .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--primary .media__tile .tile:after,
.media--primary .media__tile .tile:before {
    border-bottom-color: transparent
}

.media--primary .media__tile .tile.hovered {
    background-color: #fff!important
}

.media--primary .media__content__description__link {
    color: #101010
}

.media--primary .media__content__description__link.hovered {
    color: #cf2e02
}

.media__content__title--secondary {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--secondary+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--secondary+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover,
.media__content__title--secondary+.media__content__description .media__content__description__link.hovered,
.media__content__title--secondary+.media__content__description .media__content__description__link:hover,
.media__content__title--secondary.hovered,
.media__content__title--secondary:hover {
    color: #a5b4af!important
}

.media--secondary .media__tile .tile:after,
.media--secondary .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--secondary .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid #a5b4af;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--secondary .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid #a5b4af
}

.media--secondary .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--secondary .media__tile .tile:after,
.media--secondary .media__tile .tile:before {
    border-bottom-color: transparent
}

.media--secondary .media__tile .tile.hovered {
    background-color: #fff!important
}

.media--secondary .media__content__description__link {
    color: #101010
}

.media--secondary .media__content__description__link.hovered {
    color: #a5b4af
}

.media__content__title--tertiary {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--tertiary+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--tertiary+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover,
.media__content__title--tertiary+.media__content__description .media__content__description__link.hovered,
.media__content__title--tertiary+.media__content__description .media__content__description__link:hover,
.media__content__title--tertiary.hovered,
.media__content__title--tertiary:hover {
    color: #8daf5f!important
}

.media--tertiary .media__tile .tile:after,
.media--tertiary .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--tertiary .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid #8daf5f;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--tertiary .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid #8daf5f
}

.media--tertiary .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--tertiary .media__tile .tile:after,
.media--tertiary .media__tile .tile:before {
    border-bottom-color: transparent
}

.media--tertiary .media__tile .tile.hovered {
    background-color: #fff!important
}

.media--tertiary .media__content__description__link {
    color: #101010
}

.media--tertiary .media__content__description__link.hovered {
    color: #8daf5f
}

.media__content__title--quinary {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--quinary+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--quinary+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover,
.media__content__title--quinary+.media__content__description .media__content__description__link.hovered,
.media__content__title--quinary+.media__content__description .media__content__description__link:hover,
.media__content__title--quinary.hovered,
.media__content__title--quinary:hover {
    color: #cbcbcb!important
}

.media--quinary .media__tile .tile:after,
.media--quinary .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--quinary .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid #cbcbcb;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--quinary .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid #cbcbcb
}

.media--quinary .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--quinary .media__tile .tile:after,
.media--quinary .media__tile .tile:before {
    border-bottom-color: transparent
}

.media--quinary .media__tile .tile.hovered {
    background-color: #fff!important
}

.media--quinary .media__content__description__link {
    color: #101010
}

.media--quinary .media__content__description__link.hovered {
    color: #cbcbcb
}

.media__content__title--quaternary {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--quaternary+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--quaternary+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover,
.media__content__title--quaternary+.media__content__description .media__content__description__link.hovered,
.media__content__title--quaternary+.media__content__description .media__content__description__link:hover,
.media__content__title--quaternary.hovered,
.media__content__title--quaternary:hover {
    color: #53575a!important
}

.media--quaternary .media__tile .tile:after,
.media--quaternary .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--quaternary .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid #53575a;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--quaternary .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid #53575a
}

.media--quaternary .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--quaternary .media__tile .tile:after,
.media--quaternary .media__tile .tile:before {
    border-bottom-color: transparent
}

.media--quaternary .media__tile .tile.hovered {
    background-color: #fff!important
}

.media--quaternary .media__content__description__link {
    color: #101010
}

.media--quaternary .media__content__description__link.hovered {
    color: #53575a
}

.media {
    clear: both;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px
}

.media__tile {
    height: 100%;
    width: 50%;
    margin: 20px;
    max-width: 244px;
    min-width: 244px
}

.media__tile .tile {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

@media (max-width:768px) {
    .media__tile {
        display: none
    }
}

.media__content__label {
    text-transform: uppercase
}

.media__content__title--image {
    text-transform: uppercase;
    color: #101010;
    font-weight: 700;
    font-size: 30px
}

.media__content__title--image+.media__content__description {
    margin: 0;
    margin-top: 5px
}

.media__content__title--image+.media__content__description .media__content__description__link {
    color: #101010
}

.media__content__title--image+.media__content__description .media__content__description__link.hovered,
.media__content__title--image+.media__content__description .media__content__description__link:hover,
.media__content__title--image.hovered,
.media__content__title--image:hover {
    color: !important
}

.media__content__description__link {
    display: block;
    margin: 5px 0;
    text-transform: uppercase;
    color: #101010
}

.media__content__description__link.hovered,
.media__content__description__link:hover {
    color: !important
}

.media__content__description__link:after {
    display: inline-block;
    content: "+";
    margin-left: 5px
}

.media__content__footer {
    margin-top: 18px
}

.media--image .media__tile .tile:after,
.media--image .media__tile .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.media--image .media__tile .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid transparent;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.media--image .media__tile .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid transparent
}

.media--image .media__tile .tile__label {
    position: absolute;
    top: 30px;
    left: 10px
}

.media--image .media__tile .tile.hovered,
.media--image .media__tile .tile:hover {
    background-color: transparent!important
}

@media (max-width:480px) {
    .media {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.searchbox {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.searchbox__input {
    width: 120px;
    padding: .5rem 2rem .5rem .5rem;
    border: none;
    color: #fff;
    background-color: #ebebeb;
    transition: width .25s ease
}

.searchbox__input:focus {
    width: 240px
}

.searchbox__icon {
    position: absolute;
    padding: 0;
    right: 10px;
    top: 6px;
    font-size: 21px
}

hr {
    clear: both
}

hr.separator {
    position: relative;
    height: 4px;
    overflow: visible;
    width: 909px;
    margin: 40px auto 70px;
    border: none;
    background-color: #fff;
    left: 57px
}

hr.separator:after,
hr.separator:before {
    display: block;
    content: "";
    position: absolute
}

hr.separator:before {
    top: 25px;
    left: -115px;
    height: 4px;
    width: 100px;
    background-color: #fff
}

hr.separator:after {
    top: -35px;
    left: -2px;
    width: 60px;
    height: 100px;
    background-color: #ebebeb;
    -webkit-transform: rotate(50deg) skew(5deg);
    transform: rotate(50deg) skew(5deg);
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff
}

@media (max-width:768px) {
    hr.separator {
        margin: 40px auto 20px;
        left: 30px
    }
    hr.separator:before {
        top: 12px;
        left: -110px
    }
    hr.separator:after {
        top: -11px;
        left: -6px;
        width: 25px;
        height: 40px;
        background-color: #ebebeb;
        -webkit-transform: rotate(40deg) skew(-5deg);
        transform: rotate(40deg) skew(-5deg);
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff
    }
}

table {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

table thead tr td,
table thead tr th {
    font-weight: 400;
    background-color: #ebebeb;
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 5px
}

table tbody tr td {
    background-color: #cbcbcb;
    padding: 20px
}

table tbody:before {
    content: "";
    display: block;
    height: 2px;
    color: transparent
}

.taglist {
    text-transform: uppercase;
    margin: 10px 0
}

.taglist__list {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.taglist__item {
    display: inline;
    margin-left: 5px
}

.taglist__item:after {
    content: ",";
    display: inline-block
}

.taglist__item:last-of-type:after {
    content: none
}

.taglist__tag--primary {
    color: #cf2e02
}

.taglist__tag--primary:hover {
    color: #9c2302
}

.taglist__tag--secondary {
    color: #a5b4af
}

.taglist__tag--secondary:hover {
    color: #899d96
}

.taglist__tag--tertiary {
    color: #8daf5f
}

.taglist__tag--tertiary:hover {
    color: #778700
}

.taglist__tag--quaternary {
    color: #53575a
}

.taglist__tag--quaternary:hover {
    color: #202525
}

.taglist__tag--quinary {
    color: #cbcbcb
}

.taglist__tag--quinary:hover {
    color: #b2b2b2
}

.taglist__tag--senary {
    color: #038853
}

.taglist__tag--senary:hover {
    color: #025635
}

.taglist__tag--transparent,
.taglist__tag--transparent:hover {
    color: transparent
}

.tiles__container {
    max-width: 1044px;
    margin: 0 auto;
    overflow: hidden;
    clear: both
}

.tiles__container .tile__wrapper {
    float: left;
    width: 50%;
    padding: 10px
}

.tiles__container .tile__wrapper--full-height {
    height: 540px
}

@media (max-width:480px) {
    .tiles__container .tile__wrapper--full-height {
        height: 400px;
        margin: 10px 0
    }
}

.tiles__container .tile__wrapper--full-height .tile {
    height: 40%
}

.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer {
    position: relative;
    height: 60%;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transition: background-color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__heading {
    border-bottom: none;
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 300;
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__data {
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__suffix {
    text-transform: uppercase;
    transition: color .25s ease
}

@media (max-width:480px) {
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer {
        padding-left: 70px;
        padding-bottom: 40px
    }
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .arrow--bottom {
        display: block
    }
}

.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer {
    height: 60%;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    transition: background-color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__heading {
    border-bottom: none;
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 300;
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__data {
    transition: color .25s ease
}

.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__suffix {
    text-transform: uppercase;
    transition: color .25s ease
}

@media (max-width:480px) {
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer {
        padding-left: 70px;
        padding-bottom: 40px
    }
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .arrow--bottom {
        display: block
    }
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer {
    background-color: #fff
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer .tile__footer__data,
.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer .tile__footer__heading,
.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading {
    color: #8daf5f
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #8daf5f
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--tertiary--profile+.tile__footer .tile__footer__suffix {
    color: #8daf5f
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer {
    background-color: #fff
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer .tile__footer__data,
.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer .tile__footer__heading,
.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading {
    color: #cbcbcb
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #cbcbcb
}

.tiles__container .tile__wrapper--full-height:hover .tile.tile--quinary--profile+.tile__footer .tile__footer__suffix {
    color: #cbcbcb
}

.tiles__container .tile__wrapper--full-height:hover .tile .arrow--bottom,
.tiles__container .tile__wrapper--full-height:hover .tile .arrow--bottom:before {
    border-bottom-color: #fff
}

.tiles__container .tile__wrapper--more {
    display: none
}

@media (max-width:480px) {
    .tiles__container .tile__wrapper--more {
        display: block
    }
}

.tiles__container__block {
    width: 50%;
    display: inline-block
}

.tiles__container__block+.tile__wrapper {
    float: right
}

.tiles__container--full-width .tile__wrapper {
    width: 25%
}

.tiles__container--full-width .tile__wrapper--full-width {
    width: 100%
}

.tiles__container--full-width .tile__wrapper--full-width .tile {
    height: auto;
    text-align: center;
    background-color: #fff;
    color: #292b2a
}

@media (max-width:480px) {
    .tiles__container--full-width .tile__wrapper--full-width .tile {
        padding-bottom: 20px;
        height: 90vw
    }
    .tiles__container--full-width .tile__wrapper--full-width .tile__title,
    .tiles__container--full-width .tile__wrapper--full-width .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container--full-width .tile__wrapper--full-width .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tiles__container--full-width .tile__wrapper--full-width .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tiles__container--full-width .tile__wrapper--full-width .tile__footer__subheading {
        margin: 0
    }
    .tiles__container--full-width .tile__wrapper--full-width .tile__social {
        font-size: 14px!important
    }
    .tiles__container--full-width .tile__wrapper--full-width .tile .list--social {
        padding-left: 0;
        width: 100%
    }
}

.tiles__container--full-width .tile__wrapper--full-width .tile__title,
.tiles__container--full-width .tile__wrapper--full-width .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tiles__container--full-width .tile__wrapper--full-width .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tiles__container--full-width .tile__wrapper--full-width .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tiles__container--full-width .tile__wrapper--full-width .tile__footer__subheading {
    text-transform: none;
    margin: 20px 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.tiles__container--full-width .tile__wrapper--full-width .tile__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 21px
}

.tiles__container--full-width .tile__wrapper--full-width .tile__social .ms-icon {
    vertical-align: initial
}

.tiles__container--leaf-let .tile__wrapper--full-height {
    width: 25%
}

.tiles__container--article {
    margin-top: 20px
}

.tiles__container--article .tile__wrapper {
    width: 33.3%
}

.tile {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 160px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.tile__label {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 5px;
    border: 1px solid #fff
}

.tile__title,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading {
    font-style: italic;
    font-size: 21px;
    text-transform: capitalize
}

@media (max-width:480px) {
    .tile__title,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading {
        margin-bottom: 20px
    }
}

.media--primary .media__tile .tile,
.tile--primary--solid {
    background-color: #cf2e02;
    transition: all .25s ease
}

.media--primary .media__tile .tile .tile__label,
.tile--primary--solid .tile__label {
    background-color: #cf2e02;
    color: #fff
}

.media--primary .media__tile .tile:hover,
.tile--primary--solid:hover {
    background-color: #fff;
    color: #cf2e02
}

@media (max-width:480px) {
    .media--primary .media__tile .tile,
    .tile--primary--solid {
        background-color: #ebebeb;
        color: #cf2e02;
        padding-bottom: 20px;
        padding-top: 0
    }
    .media--primary .media__tile .tile:hover,
    .tile--primary--solid:hover {
        background-color: #ebebeb;
        color: #cf2e02
    }
}

@media (max-width:480px) and (max-width:480px) {
    .media--primary .media__tile .tile .tile__title,
    .media--primary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .media--primary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--solid .tile__title,
    .tile--primary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .media--primary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .media--primary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .media--primary .media__tile .tile .arrow--bottom,
    .media--primary .media__tile .tile .tile__action,
    .tile--primary--solid .arrow--bottom,
    .tile--primary--solid .tile__action {
        display: none
    }
    .media--primary .media__tile .tile:after,
    .media--primary .media__tile .tile:before,
    .tile--primary--solid:after,
    .tile--primary--solid:before {
        content: none
    }
}

.tile--primary--image {
    background-color: #cf2e02;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--primary--image .tile__label {
    background-color: #cf2e02;
    border: none
}

.tile--primary--image .tile__title,
.tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--primary--image .tile__title,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--primary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--primary--image .tile__action {
        display: none
    }
}

.tile--primary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--primary--image:after,
    .tile--primary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--primary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--primary--image .tile__action,
    .tile--primary--image .tile__title,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--image .tile__footer__subheading {
        text-shadow: none;
        color: #cf2e02
    }
    .tile--primary--image .tile__title,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--primary--image .tile__label {
        border: 1px solid #fff
    }
}

.tile--primary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tile--primary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #cf2e02;
    border: none
}

.tile--primary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #cf2e02
}

.tile--primary--profile .arrow--bottom:before {
    border-bottom-color: #cf2e02
}

.tile--primary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #cf2e02;
    color: #fff
}

.tile--primary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.tile--primary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.tile--primary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.tile--primary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.tile--primary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.tile--primary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--primary--more {
    display: none;
    background-color: #cf2e02;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--primary--more .tile__label {
    display: none;
    background-color: #cf2e02;
    border: none
}

.tile--primary--more .tile__title,
.tile--primary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--primary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--primary--more .tile__title,
    .tile--primary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--primary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--primary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--primary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--primary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--primary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--primary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--primary--more:after,
    .tile--primary--more:before {
        content: none
    }
}

.media--secondary .media__tile .tile,
.tile--secondary--solid {
    background-color: #a5b4af;
    transition: all .25s ease
}

.media--secondary .media__tile .tile .tile__label,
.tile--secondary--solid .tile__label {
    background-color: #a5b4af;
    color: #fff
}

.media--secondary .media__tile .tile:hover,
.tile--secondary--solid:hover {
    background-color: #fff;
    color: #a5b4af
}

@media (max-width:480px) {
    .media--secondary .media__tile .tile,
    .tile--secondary--solid {
        background-color: #ebebeb;
        color: #a5b4af;
        padding-bottom: 20px;
        padding-top: 0
    }
    .media--secondary .media__tile .tile:hover,
    .tile--secondary--solid:hover {
        background-color: #ebebeb;
        color: #a5b4af
    }
}

@media (max-width:480px) and (max-width:480px) {
    .media--secondary .media__tile .tile .tile__title,
    .media--secondary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .media--secondary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--solid .tile__title,
    .tile--secondary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .media--secondary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .media--secondary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .media--secondary .media__tile .tile .arrow--bottom,
    .media--secondary .media__tile .tile .tile__action,
    .tile--secondary--solid .arrow--bottom,
    .tile--secondary--solid .tile__action {
        display: none
    }
    .media--secondary .media__tile .tile:after,
    .media--secondary .media__tile .tile:before,
    .tile--secondary--solid:after,
    .tile--secondary--solid:before {
        content: none
    }
}

.tile--secondary--image {
    background-color: #a5b4af;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--secondary--image .tile__label {
    background-color: #a5b4af;
    border: none
}

.tile--secondary--image .tile__title,
.tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--secondary--image .tile__title,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--secondary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--secondary--image .tile__action {
        display: none
    }
}

.tile--secondary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--secondary--image:after,
    .tile--secondary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--secondary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--secondary--image .tile__action,
    .tile--secondary--image .tile__title,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading {
        text-shadow: none;
        color: #a5b4af
    }
    .tile--secondary--image .tile__title,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--secondary--image .tile__label {
        border: 1px solid #fff
    }
}

.dirty-dozen__tiles .tile__wrapper .tile,
.tile--secondary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dirty-dozen__tiles .tile__wrapper .tile .tile__label,
.tile--secondary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #a5b4af;
    border: none
}

.dirty-dozen__tiles .tile__wrapper .tile .arrow--bottom,
.tile--secondary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #a5b4af
}

.dirty-dozen__tiles .tile__wrapper .tile .arrow--bottom:before,
.tile--secondary--profile .arrow--bottom:before {
    border-bottom-color: #a5b4af
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer,
.tile--secondary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #a5b4af;
    color: #fff
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__heading,
.tile--secondary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__subheading,
.tile--secondary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__data,
.tile--secondary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__data .date,
.tile--secondary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__data .type,
.tile--secondary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.dirty-dozen__tiles .tile__wrapper .tile+.tile__footer .tile__footer__suffix,
.tile--secondary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--secondary--more {
    display: none;
    background-color: #a5b4af;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--secondary--more .tile__label {
    display: none;
    background-color: #a5b4af;
    border: none
}

.tile--secondary--more .tile__title,
.tile--secondary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--secondary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--secondary--more .tile__title,
    .tile--secondary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--secondary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--secondary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--secondary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--secondary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--secondary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--secondary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--secondary--more:after,
    .tile--secondary--more:before {
        content: none
    }
}

.media--tertiary .media__tile .tile,
.tile--tertiary--solid {
    background-color: #8daf5f;
    transition: all .25s ease
}

.media--tertiary .media__tile .tile .tile__label,
.tile--tertiary--solid .tile__label {
    background-color: #8daf5f;
    color: #fff
}

.media--tertiary .media__tile .tile:hover,
.tile--tertiary--solid:hover {
    background-color: #fff;
    color: #8daf5f
}

@media (max-width:480px) {
    .media--tertiary .media__tile .tile,
    .tile--tertiary--solid {
        background-color: #ebebeb;
        color: #8daf5f;
        padding-bottom: 20px;
        padding-top: 0
    }
    .media--tertiary .media__tile .tile:hover,
    .tile--tertiary--solid:hover {
        background-color: #ebebeb;
        color: #8daf5f
    }
}

@media (max-width:480px) and (max-width:480px) {
    .media--tertiary .media__tile .tile .tile__title,
    .media--tertiary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .media--tertiary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--solid .tile__title,
    .tile--tertiary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .media--tertiary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .media--tertiary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .media--tertiary .media__tile .tile .arrow--bottom,
    .media--tertiary .media__tile .tile .tile__action,
    .tile--tertiary--solid .arrow--bottom,
    .tile--tertiary--solid .tile__action {
        display: none
    }
    .media--tertiary .media__tile .tile:after,
    .media--tertiary .media__tile .tile:before,
    .tile--tertiary--solid:after,
    .tile--tertiary--solid:before {
        content: none
    }
}

.tile--tertiary--image {
    background-color: #8daf5f;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--tertiary--image .tile__label {
    background-color: #8daf5f;
    border: none
}

.tile--tertiary--image .tile__title,
.tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--tertiary--image .tile__title,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--tertiary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--tertiary--image .tile__action {
        display: none
    }
}

.tile--tertiary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--tertiary--image:after,
    .tile--tertiary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--tertiary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--tertiary--image .tile__action,
    .tile--tertiary--image .tile__title,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading {
        text-shadow: none;
        color: #8daf5f
    }
    .tile--tertiary--image .tile__title,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--tertiary--image .tile__label {
        border: 1px solid #fff
    }
}

.tile--tertiary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tile--tertiary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #8daf5f;
    border: none
}

.tile--tertiary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #8daf5f
}

.tile--tertiary--profile .arrow--bottom:before {
    border-bottom-color: #8daf5f
}

.tile--tertiary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #8daf5f;
    color: #fff
}

.tile--tertiary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.tile--tertiary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.tile--tertiary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.tile--tertiary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.tile--tertiary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.tile--tertiary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--tertiary--more {
    display: none;
    background-color: #8daf5f;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--tertiary--more .tile__label {
    display: none;
    background-color: #8daf5f;
    border: none
}

.tile--tertiary--more .tile__title,
.tile--tertiary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--tertiary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--tertiary--more .tile__title,
    .tile--tertiary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--tertiary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--tertiary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--tertiary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--tertiary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--tertiary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--tertiary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--tertiary--more:after,
    .tile--tertiary--more:before {
        content: none
    }
}

.media--quaternary .media__tile .tile,
.tile--quaternary--solid {
    background-color: #53575a;
    transition: all .25s ease
}

.media--quaternary .media__tile .tile .tile__label,
.tile--quaternary--solid .tile__label {
    background-color: #53575a;
    color: #fff
}

.media--quaternary .media__tile .tile:hover,
.tile--quaternary--solid:hover {
    background-color: #fff;
    color: #53575a
}

@media (max-width:480px) {
    .media--quaternary .media__tile .tile,
    .tile--quaternary--solid {
        background-color: #ebebeb;
        color: #53575a;
        padding-bottom: 20px;
        padding-top: 0
    }
    .media--quaternary .media__tile .tile:hover,
    .tile--quaternary--solid:hover {
        background-color: #ebebeb;
        color: #53575a
    }
}

@media (max-width:480px) and (max-width:480px) {
    .media--quaternary .media__tile .tile .tile__title,
    .media--quaternary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .media--quaternary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--solid .tile__title,
    .tile--quaternary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .media--quaternary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .media--quaternary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .media--quaternary .media__tile .tile .arrow--bottom,
    .media--quaternary .media__tile .tile .tile__action,
    .tile--quaternary--solid .arrow--bottom,
    .tile--quaternary--solid .tile__action {
        display: none
    }
    .media--quaternary .media__tile .tile:after,
    .media--quaternary .media__tile .tile:before,
    .tile--quaternary--solid:after,
    .tile--quaternary--solid:before {
        content: none
    }
}

.tile--quaternary--image {
    background-color: #53575a;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--quaternary--image .tile__label {
    background-color: #53575a;
    border: none
}

.tile--quaternary--image .tile__title,
.tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quaternary--image .tile__title,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--quaternary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quaternary--image .tile__action {
        display: none
    }
}

.tile--quaternary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--quaternary--image:after,
    .tile--quaternary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--quaternary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--quaternary--image .tile__action,
    .tile--quaternary--image .tile__title,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading {
        text-shadow: none;
        color: #53575a
    }
    .tile--quaternary--image .tile__title,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--quaternary--image .tile__label {
        border: 1px solid #fff
    }
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated,
.tile--quaternary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .tile__label,
.tile--quaternary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #53575a;
    border: none
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .arrow--bottom,
.tile--quaternary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #53575a
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .arrow--bottom:before,
.tile--quaternary--profile .arrow--bottom:before {
    border-bottom-color: #53575a
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer,
.tile--quaternary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #53575a;
    color: #fff
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__heading,
.tile--quaternary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__subheading,
.tile--quaternary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__data,
.tile--quaternary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__data .date,
.tile--quaternary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__data .type,
.tile--quaternary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated+.tile__footer .tile__footer__suffix,
.tile--quaternary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--quaternary--more {
    display: none;
    background-color: #53575a;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--quaternary--more .tile__label {
    display: none;
    background-color: #53575a;
    border: none
}

.tile--quaternary--more .tile__title,
.tile--quaternary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--quaternary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quaternary--more .tile__title,
    .tile--quaternary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quaternary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quaternary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quaternary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--quaternary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quaternary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--quaternary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--quaternary--more:after,
    .tile--quaternary--more:before {
        content: none
    }
}

.media--quinary .media__tile .tile,
.tile--quinary--solid {
    background-color: #cbcbcb;
    transition: all .25s ease
}

.media--quinary .media__tile .tile .tile__label,
.tile--quinary--solid .tile__label {
    background-color: #cbcbcb;
    color: #fff
}

.media--quinary .media__tile .tile:hover,
.tile--quinary--solid:hover {
    background-color: #fff;
    color: #cbcbcb
}

@media (max-width:480px) {
    .media--quinary .media__tile .tile,
    .tile--quinary--solid {
        background-color: #ebebeb;
        color: #cbcbcb;
        padding-bottom: 20px;
        padding-top: 0
    }
    .media--quinary .media__tile .tile:hover,
    .tile--quinary--solid:hover {
        background-color: #ebebeb;
        color: #cbcbcb
    }
}

@media (max-width:480px) and (max-width:480px) {
    .media--quinary .media__tile .tile .tile__title,
    .media--quinary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .media--quinary .media__tile .tile .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--solid .tile__title,
    .tile--quinary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .media--quinary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .media--quinary .media__tile .tile .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .media--quinary .media__tile .tile .arrow--bottom,
    .media--quinary .media__tile .tile .tile__action,
    .tile--quinary--solid .arrow--bottom,
    .tile--quinary--solid .tile__action {
        display: none
    }
    .media--quinary .media__tile .tile:after,
    .media--quinary .media__tile .tile:before,
    .tile--quinary--solid:after,
    .tile--quinary--solid:before {
        content: none
    }
}

.tile--quinary--image {
    background-color: #cbcbcb;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--quinary--image .tile__label {
    background-color: #cbcbcb;
    border: none
}

.tile--quinary--image .tile__title,
.tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quinary--image .tile__title,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--quinary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quinary--image .tile__action {
        display: none
    }
}

.tile--quinary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--quinary--image:after,
    .tile--quinary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--quinary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--quinary--image .tile__action,
    .tile--quinary--image .tile__title,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading {
        text-shadow: none;
        color: #cbcbcb
    }
    .tile--quinary--image .tile__title,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--quinary--image .tile__label {
        border: 1px solid #fff
    }
}

.tile--quinary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tile--quinary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #cbcbcb;
    border: none
}

.tile--quinary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #cbcbcb
}

.tile--quinary--profile .arrow--bottom:before {
    border-bottom-color: #cbcbcb
}

.tile--quinary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #cbcbcb;
    color: #fff
}

.tile--quinary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.tile--quinary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.tile--quinary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.tile--quinary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.tile--quinary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.tile--quinary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--quinary--more {
    display: none;
    background-color: #cbcbcb;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--quinary--more .tile__label {
    display: none;
    background-color: #cbcbcb;
    border: none
}

.tile--quinary--more .tile__title,
.tile--quinary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--quinary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quinary--more .tile__title,
    .tile--quinary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--quinary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--quinary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--quinary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--quinary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--quinary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--quinary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--quinary--more:after,
    .tile--quinary--more:before {
        content: none
    }
}

.tile--senary--solid {
    background-color: #038853;
    transition: all .25s ease
}

.tile--senary--solid .tile__label {
    background-color: #038853;
    color: #fff
}

.tile--senary--solid:hover {
    background-color: #fff;
    color: #038853
}

@media (max-width:480px) {
    .tile--senary--solid {
        padding-bottom: 20px;
        padding-top: 0
    }
    .tile--senary--solid,
    .tile--senary--solid:hover {
        background-color: #ebebeb;
        color: #038853
    }
}

@media (max-width:480px) and (max-width:480px) {
    .tile--senary--solid .tile__title,
    .tile--senary--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--senary--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .tile--senary--solid .arrow--bottom,
    .tile--senary--solid .tile__action {
        display: none
    }
    .tile--senary--solid:after,
    .tile--senary--solid:before {
        content: none
    }
}

.tile--senary--image {
    background-color: #038853;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--senary--image .tile__label {
    background-color: #038853;
    border: none
}

.tile--senary--image .tile__title,
.tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--senary--image .tile__title,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--senary--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--senary--image .tile__action {
        display: none
    }
}

.tile--senary--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--senary--image:after,
    .tile--senary--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--senary--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--senary--image .tile__action,
    .tile--senary--image .tile__title,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--image .tile__footer__subheading {
        text-shadow: none;
        color: #038853
    }
    .tile--senary--image .tile__title,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--senary--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--senary--image .tile__label {
        border: 1px solid #fff
    }
}

.tile--senary--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tile--senary--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #038853;
    border: none
}

.tile--senary--profile .arrow--bottom {
    display: block;
    border-bottom-color: #038853
}

.tile--senary--profile .arrow--bottom:before {
    border-bottom-color: #038853
}

.tile--senary--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: #038853;
    color: #fff
}

.tile--senary--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.tile--senary--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.tile--senary--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.tile--senary--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.tile--senary--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.tile--senary--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--senary--more {
    display: none;
    background-color: #038853;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--senary--more .tile__label {
    display: none;
    background-color: #038853;
    border: none
}

.tile--senary--more .tile__title,
.tile--senary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--senary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--senary--more .tile__title,
    .tile--senary--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--senary--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--senary--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--senary--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--senary--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--senary--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--senary--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--senary--more:after,
    .tile--senary--more:before {
        content: none
    }
}

.tile--transparent--solid {
    background-color: transparent;
    transition: all .25s ease
}

.tile--transparent--solid .tile__label {
    background-color: transparent;
    color: #fff
}

.tile--transparent--solid:hover {
    background-color: #fff;
    color: transparent
}

@media (max-width:480px) {
    .tile--transparent--solid {
        padding-bottom: 20px;
        padding-top: 0
    }
    .tile--transparent--solid,
    .tile--transparent--solid:hover {
        background-color: #ebebeb;
        color: transparent
    }
}

@media (max-width:480px) and (max-width:480px) {
    .tile--transparent--solid .tile__title,
    .tile--transparent--solid .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--transparent--solid .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--solid .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--solid .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

@media (max-width:480px) {
    .tile--transparent--solid .arrow--bottom,
    .tile--transparent--solid .tile__action {
        display: none
    }
    .tile--transparent--solid:after,
    .tile--transparent--solid:before {
        content: none
    }
}

.tile--transparent--image {
    background-color: transparent;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .25s ease
}

.tile--transparent--image .tile__label {
    background-color: transparent;
    border: none
}

.tile--transparent--image .tile__title,
.tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--transparent--image .tile__title,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading {
        line-height: 1;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tile--transparent--image .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--transparent--image .tile__action {
        display: none
    }
}

.tile--transparent--image:hover {
    background-color: transparent
}

@media (max-width:480px) {
    .tile--transparent--image:after,
    .tile--transparent--image:before {
        content: none
    }
}

@media (max-width:480px) {
    .tile--transparent--image {
        background-image: none!important;
        background-color: #ebebeb;
        padding-top: 0
    }
    .tile--transparent--image .tile__action,
    .tile--transparent--image .tile__title,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading {
        text-shadow: none;
        color: transparent
    }
    .tile--transparent--image .tile__title,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--transparent--image .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--image .tile__footer__subheading {
        margin: 10px 0
    }
    .tile--transparent--image .tile__label {
        border: 1px solid #fff
    }
}

.tile--transparent--profile {
    position: relative;
    overflow: hidden;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.tile--transparent--profile .tile__label {
    position: absolute;
    top: 5%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
    border: none
}

.tile--transparent--profile .arrow--bottom {
    display: block;
    border-bottom-color: transparent
}

.tile--transparent--profile .arrow--bottom:before {
    border-bottom-color: transparent
}

.tile--transparent--profile+.tile__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px 10px 80px;
    background-color: transparent;
    color: #fff
}

.tile--transparent--profile+.tile__footer .tile__footer__heading {
    display: block;
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff
}

.tile--transparent--profile+.tile__footer .tile__footer__subheading {
    font-weight: 600;
    margin-top: 5px
}

.tile--transparent--profile+.tile__footer .tile__footer__data {
    text-transform: uppercase;
    font-size: 14px
}

.tile--transparent--profile+.tile__footer .tile__footer__data .date {
    padding-right: 4px
}

.tile--transparent--profile+.tile__footer .tile__footer__data .type {
    border-left: 1px solid #fff;
    padding-left: 5px
}

.tile--transparent--profile+.tile__footer .tile__footer__suffix {
    font-weight: 300;
    margin-top: 5px
}

.tile--transparent--more {
    display: none;
    background-color: transparent;
    transition: all .25s ease;
    margin: 0 10px
}

.tile--transparent--more .tile__label {
    display: none;
    background-color: transparent;
    border: none
}

.tile--transparent--more .tile__title,
.tile--transparent--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.tile--transparent--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--more .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--more .tile__footer__subheading {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--transparent--more .tile__title,
    .tile--transparent--more .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .tile--transparent--more .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile--transparent--more .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile--transparent--more .tile__footer__subheading {
        margin-bottom: 0
    }
}

.tile--transparent--more .tile__action {
    text-shadow: #101010 0 0 1px
}

@media (max-width:480px) {
    .tile--transparent--more .tile__action {
        display: none
    }
}

@media (max-width:480px) {
    .tile--transparent--more {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex
    }
    .tile--transparent--more:after,
    .tile--transparent--more:before {
        content: none
    }
}

.tile--image {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-blend-mode: luminosity;
    transition: all .25s ease
}

.tile--featured {
    padding: 15px;
    height: 520px
}

.tile--featured .tile__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    border: 10px solid #fff;
    border-top: none;
    border-right: none;
    padding: 15px 10px 10px 15px;
    padding-right: 20px;
    text-shadow: #101010 0 0 1px
}

.tile--featured .tile__content,
.tile--featured .tile__content__label {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%
}

.tile--featured .tile__content__label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 10px;
    text-shadow: none
}

.tile--featured .tile__content__label__text {
    margin-right: 10px;
    border-left: 10px solid #fff;
    padding-left: 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.tile--featured .tile__content__label:after {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    content: "";
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    background: #fff
}

@media (max-width:480px) {
    .tile--featured .tile__content__label {
        top: -2px;
        left: -17px;
        width: 110%
    }
}

.tile--featured .tile__content__title {
    font-size: 40px;
    color: #fff;
    border-bottom: 1px solid #fff
}

@media (max-width:480px) {
    .tile--featured .tile__content__title {
        border: none
    }
}

.tile--featured .tile__content__description {
    color: #fff;
    margin-bottom: 2%
}

@media (max-width:480px) {
    .tile--featured .tile__content__description {
        margin-bottom: 0
    }
}

.tile--featured .tile__content__action {
    padding: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid #fff;
    color: #fff;
    transition: all .25s ease
}

@media (max-width:480px) {
    .tile--featured .tile__content__action {
        display: none
    }
}

.tile--featured .tile__content__checkmark {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    width: 10px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.tile--featured .tile__content__checkmark:before {
    content: "";
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    background: #fff
}

.tile--featured .tile__content__checkmark__icon {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    right: 32px;
    width: 55px;
    height: 68px;
    fill: #fff
}

@media (max-width:480px) {
    .tile--featured .tile__content {
        height: auto;
        min-height: 300px;
        border-left: none;
        border-bottom: none
    }
    .tile--featured .tile__content__checkmark {
        display: none
    }
    .tile--featured .tile__content:after,
    .tile--featured .tile__content:before {
        display: block;
        content: "";
        position: absolute
    }
    .tile--featured .tile__content:before {
        width: 30px;
        height: 48px;
        left: -53px;
        top: -13px;
        -webkit-transform: rotate(40deg) skew(-8deg);
        transform: rotate(40deg) skew(-8deg);
        border-bottom: 10px solid #fff;
        border-right: 10px solid #fff
    }
    .tile--featured .tile__content:after {
        left: -70px;
        top: 11px;
        background-color: #fff;
        height: 10px;
        width: 10px
    }
}

.tile--featured .tile__content:hover .tile__content__action {
    color: #101010;
    background-color: #fff;
    text-shadow: none
}

.tile--bordered {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 240px;
    padding: 10px;
    border: 10px solid #cbcbcb
}

.tile--bordered .tile__label {
    position: absolute;
    top: 10px;
    border: 0;
    background-color: #cbcbcb
}

.tile--bordered .tile__logo {
    width: 70%;
    height: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.tile--full-height {
    height: 520px;
    padding-left: 40px;
    padding-bottom: 40px
}

@media (max-width:480px) {
    .tile {
        padding-left: 75px;
        padding-bottom: 40px;
        height: auto;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .tile:after,
    .tile:before {
        content: "";
        position: absolute;
        top: 0
    }
    .tile:before {
        left: 0;
        width: 30px;
        height: 25px;
        border-right: 14px solid #ebebeb;
        border-bottom: .8333333333rem solid transparent;
        box-shadow: inset 0 2rem 0 0 #ebebeb
    }
    .tile:after {
        left: 30px;
        border-left: 1.6666666667rem solid #ebebeb;
        border-bottom: 24px solid transparent
    }
    .tile .arrow--bottom,
    .tile .arrow--line {
        display: block
    }
}

.tile--twitter {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 70%;
    padding: 10px;
    font-weight: 300;
    color: #fff;
    background-color: #53575a
}

.tile--twitter:after,
.tile--twitter:before {
    content: "";
    position: absolute;
    bottom: 0
}

.tile--twitter:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #53575a;
    border-bottom: .8333333333rem solid transparent;
    box-shadow: inset 0 2rem 0 0 #53575a
}

.tile--twitter:after {
    left: 30px;
    border-left: 1.6666666667rem solid #53575a;
    border-bottom: 24px solid transparent
}

.tile--twitter:after,
.tile--twitter:before {
    bottom: -24px
}

.tile--twitter .twitter__feed {
    overflow: auto
}

.tile--twitter .twitter__feed .tweet {
    display: block;
    padding: 10px 0;
    color: #fff
}

.tile--twitter .twitter__feed .tweet__info {
    padding: 10px 0;
    border-bottom: 1px solid #fff
}

.tile--twitter .twitter__feed .tweet__user:after {
    margin: 0 5px;
    display: inline-block;
    content: "|"
}

.tile--twitter .twitter__feed .tweet__content p {
    color: #fff;
    margin: 5px 0
}

.tile--twitter .twitter__feed .tweet:hover .tweet__content,
.tile--twitter .twitter__feed .tweet:hover .tweet__content p,
.tile--twitter .twitter__feed .tweet:hover .tweet__info,
.tile--twitter .twitter__feed .tweet:hover .tweet__info p {
    color: #dfe4e4
}

.tile--twitter .twitter__feed .tweet:hover .tweet__info {
    border-bottom: 1px solid hsla(0, 0%, 100%, .5)
}

.tile--twitter+.tile__footer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 33%
}

.tile--twitter .ms-icon {
    display: table;
    height: 36px;
    width: 100%;
    font-size: 30px;
    padding-bottom: 7px
}

@media (max-width:768px) {
    .tiles__container .tiles__container__block {
        width: 100%
    }
    .tiles__container .tile__wrapper {
        width: 50%
    }
    .tiles__container .tile__wrapper--featured {
        width: 100%
    }
    .tiles__container .tile__wrapper--featured .tile {
        height: 50vw
    }
    .tiles__container--leaf-let .tile__wrapper--full-height,
    .tiles__container .tiles__container--full-width .tile__wrapper--full-width {
        width: 100%
    }
}

@media (max-width:480px) {
    .tiles__container .tiles__container--full-width .tile__wrapper--full-width,
    .tiles__container .tiles__container__block {
        width: 100%
    }
    .tiles__container .tile__wrapper {
        width: 100%;
        padding: 0
    }
    .tiles__container .tile__wrapper--featured .tile {
        height: auto
    }
    .tiles__container .tile__wrapper--featured .tile .tile__content__title {
        font-size: 30px
    }
    .tiles__container .tile__wrapper--featured .tile .arrow--bottom {
        display: block
    }
    .tiles__container .tile__wrapper--profile .tile {
        height: 70vw
    }
    .tiles__container .tile__wrapper .tile--bordered {
        margin: 10px 0;
        padding: 10px
    }
    .tiles__container .tile__wrapper .tile--bordered:after,
    .tiles__container .tile__wrapper .tile--bordered:before {
        content: none
    }
}

.related__container {
    position: relative;
    float: right;
    width: 300px;
    margin-left: 30px;
    margin-bottom: 30px
}

.related__container .tile {
    background-size: contain;
    background-color: #fff
}

.related__container .tile__footer {
    height: 30vh;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.related__container .tile__footer__heading {
    font-size: 30px;
    border-bottom: none
}

.related__container .tile__footer__subheading {
    font-size: 21px
}

@media (max-width:980px) {
    .related__container {
        display: none
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

input:not([type=radio]):not([type=checkbox]) {
    -webkit-appearance: none;
    border-radius: 0
}

details li {
    line-height: 1em
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font: 400 1em Whitney A, Whitney B, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #101010
}

body {
    background-color: #ebebeb
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    outline: 0
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

blockquote {
    margin: 0
}

menu li,
menu ul,
nav li,
nav ul {
    margin: 0;
    padding: 0
}

hr {
    width: 100%;
    height: 20px;
    margin: 0 0 20px;
    border: none;
    border-bottom: 1px dashed
}

button:focus {
    outline: none
}

a {
    text-decoration: none;
    transition: all .25s ease
}

p a:not(.tile__wrapper) {
    color: #8daf5f;
    cursor: pointer
}

p a:not(.tile__wrapper):hover {
    color: #778700
}

p img.alignright {
    float: right
}

p img.alignleft {
    float: left
}

figure.aligncenter {
    text-align: center
}

ol li a:not(.tile__wrapper),
ul li a:not(.tile__wrapper) {
    color: #8daf5f;
    cursor: pointer
}

ol li a:not(.tile__wrapper):hover,
ul li a:not(.tile__wrapper):hover {
    color: #778700
}

main {
    min-height: 100%;
    position: relative;
    padding: 0;
    background-color: #ebebeb
}

.main__wrapper {
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.main__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.main__wrapper .main__text {
    padding: 10px 100px
}

@media (max-width:480px) {
    .main__wrapper .main__text {
        padding: 10px
    }
}

@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot);
    src: url(../fonts/icon-font.eot?#iefix) format("eot"), url(../fonts/icon-font.woff) format("woff"), url(../fonts/icon-font.ttf) format("truetype"), url(../fonts/icon-font.svg#icon-font) format("svg")
}

.ms-icon {
    font-family: icon-font;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
    content: "\f101"
}

.icon-arrow-left:before {
    content: "\f102"
}

.icon-arrow-right:before {
    content: "\f103"
}

.icon-arrow-up:before {
    content: "\f104"
}

.icon-checkbox:before {
    content: "\f105"
}

.icon-envelope:before {
    content: "\f106"
}

.icon-facebook:before {
    content: "\f107"
}

.icon-instagram:before {
    content: "\f108"
}

.icon-magnifier:before {
    content: "\f109"
}

.icon-rss:before {
    content: "\f10a"
}

.icon-star-full:before {
    content: "\f10b"
}

.icon-star-half:before {
    content: "\f10c"
}

.icon-star-quarter:before {
    content: "\f10d"
}

.icon-star-three-quarters:before {
    content: "\f10e"
}

.icon-twitter:before {
    content: "\f10f"
}

button,
html {
    -webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 400 1em Whitney A, Whitney B, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    color: #101010
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase
}

h1,
h2 {
    margin: 0;
    font-weight: 700
}

h2 {
    font-size: 30px;
    line-height: 1.4
}

h3 {
    font-weight: 700;
    color: #8daf5f
}

h3,
h4 {
    font-size: 21px
}

h5 {
    font-size: .6em
}

h6 {
    font-size: .5333333333em
}

strong {
    font-weight: 700
}

p {
    line-height: 1.5;
    color: #292b2a
}

.wrapper--404 {
    padding: 10% 0
}

.wrapper--404 .search-field {
    margin: 0 10px;
    border: 0;
    padding: 5px 10px
}

.wrapper--404 .search-submit {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%)
}

.blog-post__wrapper {
    position: relative;
    background-color: #fff
}

.blog-post__wrapper:after,
.blog-post__wrapper:before {
    content: "";
    position: absolute;
    bottom: 0
}

.blog-post__wrapper:before {
    left: 0;
    width: 160px;
    border-right: 3rem solid transparent;
    border-bottom: 2.6666666667rem solid #ebebeb
}

.blog-post__wrapper:after {
    left: 160px;
    width: 100%;
    border-left: 4.6666666667rem solid transparent;
    border-bottom: 4.6666666667rem solid #ebebeb
}

.blog-post__wrapper .blog-post {
    width: auto;
    max-width: 880px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 0 10px;
    padding-bottom: 100px
}

.blog-post__wrapper .blog-post:after {
    content: "";
    display: table;
    clear: both
}

.blog-post__wrapper .blog-post__heading {
    border-bottom: 1px solid #101010;
    width: auto;
    max-width: 880px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 10px
}

.blog-post__wrapper .blog-post__heading:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:980px) {
    .blog-post__wrapper .blog-post__heading .heading__title {
        width: 100%;
        font-size: 48px
    }
}

.blog-post__wrapper .blog-post__heading .heading__author {
    display: block;
    padding-top: 10px;
    color: hsla(0, 0%, 6%, .4);
    border-top: 1px solid hsla(0, 0%, 6%, .2)
}

.blog-post__wrapper .blog-post__heading--image {
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    border-bottom: 0;
    min-height: 366px;
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.blog-post__wrapper .blog-post__heading--image:after {
    content: "";
    display: table;
    clear: both
}

.blog-post__wrapper .blog-post__heading--image .heading__title {
    width: auto;
    max-width: 880px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 50px 10px 0;
    color: #fff
}

.blog-post__wrapper .blog-post__heading--image .heading__title:after {
    content: "";
    display: table;
    clear: both
}

.blog-post__wrapper .blog-post__heading--image .heading__author {
    width: auto;
    max-width: 880px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    padding: 10px 10px 50px;
    color: #fff;
    border-top: 1px solid #fff
}

.blog-post__wrapper .blog-post__heading--image .heading__author:after {
    content: "";
    display: table;
    clear: both
}

.blog-post__wrapper .blog-post__subheader {
    margin: 10px 0;
    font-size: 30px;
    font-weight: 700
}

@media (max-width:980px) {
    .blog-post__wrapper .blog-post__subheader {
        width: 100%
    }
}

.blog-post__wrapper .blog-post__content {
    display: inline-block;
    width: 100%
}

@media (max-width:980px) {
    .blog-post__wrapper .blog-post__content {
        width: 100%
    }
}

.blog-post__wrapper .blog-post__content p {
    font-size: 21px
}

.blog-post__wrapper .blog-post__info {
    margin-top: 10px
}

.blog-post__wrapper .blog-post__info .blog-post__date:after {
    content: " | ";
    margin: 0 10px;
    display: inline-block
}

.blog-post__wrapper .blog-post .action {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0
}

.blog-post__wrapper .blog-post .action__language__toggle {
    position: static;
    bottom: 0;
    left: 0
}

.blog-post__wrapper .blog-post ul.list--social {
    margin: 10px 0;
    padding: 0
}

.blog-post__wrapper .blog-post ul.list--social li.list__icon {
    background-color: #fff
}

.blog-post__wrapper .blog-post ul.list--social li.list__icon a {
    color: hsla(0, 0%, 6%, .4)
}

.blog-post__wrapper .blog-post a:not(.tile__wrapper) {
    color: #8daf5f;
    cursor: pointer
}

.blog-post__wrapper .blog-post a:not(.tile__wrapper):hover {
    color: #778700
}

@media (max-width:768px) {
    .blog-post__wrapper .blog-post {
        padding-left: 10%;
        padding-right: 10%
    }
}

.blog-post__wrapper+.main__wrapper {
    clear: both
}

.content .related__container {
    padding: 0;
    padding-bottom: 20px
}

.content .related__container+.description {
    float: left;
    padding: 0 50px;
    padding-bottom: 40px;
    width: 65%
}

@media (max-width:980px) {
    .content .related__container+.description {
        width: 100%
    }
}

.content p {
    font-size: 21px
}

.content .featured {
    clear: both
}

.content table thead tr td,
.content table thead tr th {
    background-color: #f8f8f8
}

.dirty-dozen__tiles .tile__wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0
}

.dirty-dozen__tiles .tile__wrapper:after {
    content: "";
    display: table;
    clear: both
}

.dirty-dozen__tiles .tile__wrapper .tile {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #292b2a;
    background-blend-mode: luminosity
}

.dirty-dozen__tiles .tile__wrapper .tile .status {
    border: 4px solid #a5b4af;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    position: absolute
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .status {
    border: 4px solid #cf2e02
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .status:after,
.dirty-dozen__tiles .tile__wrapper .tile--defeated .status:before {
    display: block;
    content: "";
    position: absolute;
    left: -8px;
    height: 4px;
    width: 50px;
    background-color: #cf2e02
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .status:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated .status:after {
    top: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.dirty-dozen__tiles .tile__wrapper .tile--defeated:after {
    display: block;
    position: static;
    content: "DEFEATED";
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 36px;
    font-weight: 600;
    color: #cf2e02;
    border: none
}

.dirty-dozen__tiles .tile__wrapper .tile:before {
    content: none
}

.dirty-dozen__tiles .tile__wrapper .tile:after {
    border: none
}

.dirty-dozen__tiles .tile__wrapper .tile__footer {
    transition: all .25s ease;
    padding-bottom: 25px!important
}

@media (max-width:480px) {
    .dirty-dozen__tiles .tile__wrapper .tile {
        padding: 10px
    }
}

@media (max-width:768px) {
    .dirty-dozen__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
    .dirty-dozen__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (max-width:480px) {
    .dirty-dozen__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0
    }
    .dirty-dozen__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

.dirty-dozen__tiles .tile__wrapper:hover .arrow--bottom,
.dirty-dozen__tiles .tile__wrapper:hover .arrow--bottom:before {
    border-bottom-color: #292b2a
}

.dirty-dozen__tiles .tile__wrapper:hover .tile__footer {
    background-color: #292b2a
}

.footer__wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
    padding-left: 17.5%;
    padding-right: 17.5%;
    background-color: #292b2a
}

.footer__wrapper,
.footer__wrapper .footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    position: relative
}

.footer__wrapper .footer {
    width: 1024px;
    padding: 10px 0;
    background-color: transparent;
    box-shadow: 999px 0 0 0 #292b2a
}

.footer__wrapper .footer,
.footer__wrapper .footer__navbar {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__wrapper .footer__navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%
}

.footer__wrapper .footer__navbar .list--social .list__icon:first-child {
    margin-left: 0
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist,
.footer__wrapper .footer__navbar .list {
    margin-left: 90px
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist .list__item,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist .list__item,
.footer__wrapper .footer__navbar .list .list__item {
    padding: 5px 0;
    margin-right: 10px
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist .list__item a,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist .list__item a,
.footer__wrapper .footer__navbar .list .list__item a {
    color: #999
}

.filter .filter__content__column .footer__wrapper .footer__navbar .sublist .list__item a:hover,
.footer__wrapper .footer__navbar .filter .filter__content__column .sublist .list__item a:hover,
.footer__wrapper .footer__navbar .list .list__item a:hover {
    color: #a5b4af
}

.footer__wrapper .footer__navbar .btn--primary {
    height: 35px
}

.footer__wrapper .footer__actions {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 30%
}

@media (max-width:1023px) {
    .footer__wrapper .footer__actions {
        width: 90%
    }
}

.footer__wrapper .footer__actions__title {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase
}

.footer__wrapper .footer__actions__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: .3333333333rem
}

.footer__wrapper .footer__actions__form .btn--action {
    width: auto;
    margin-left: .3333333333rem
}

.footer__wrapper .footer__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__wrapper .footer__logo img {
    width: auto;
    max-width: 55%;
    margin-bottom: 10px
}

.footer__wrapper .footer__logo .info-link {
    margin: 30px 90px;
    color: #999
}

.footer__wrapper .footer__logo .info-link:hover {
    color: #a5b4af
}

.footer__wrapper .footer__logo .footer__navbar {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start
}

.footer__wrapper:after,
.footer__wrapper:before {
    content: "";
    position: absolute;
    top: 0
}

.footer__wrapper:before {
    left: 0;
    width: 160px;
    height: 4.6666666667rem;
    border-right: 2.5rem solid #ebebeb;
    border-bottom: 2.6666666667rem solid #292b2a;
    background-color: #ebebeb
}

.footer__wrapper:after {
    left: 160px;
    border-left: 4.6666666667rem solid #ebebeb;
    border-bottom: 4.6666666667rem solid transparent
}

.footer__wrapper:before {
    width: 10vw
}

.footer__wrapper:after {
    left: 10vw
}

.footer__wrapper--no-content {
    margin-top: -74px
}

.footer__wrapper--no-content:after,
.footer__wrapper--no-content:before {
    content: "";
    position: absolute;
    top: 0
}

.footer__wrapper--no-content:before {
    left: 0;
    width: 160px;
    height: 4.6666666667rem;
    border-right: 2.5rem solid #fff;
    border-bottom: 2.6666666667rem solid #292b2a;
    background-color: #fff
}

.footer__wrapper--no-content:after {
    left: 160px;
    border-left: 4.6666666667rem solid #fff;
    border-bottom: 4.6666666667rem solid transparent
}

@media (max-width:768px) {
    .footer__wrapper .footer {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__wrapper .footer__actions {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .footer__wrapper .footer__logo {
        width: 90%;
        margin-top: 10px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .footer__wrapper:after,
    .footer__wrapper:before {
        content: "";
        position: absolute;
        top: 0
    }
    .footer__wrapper:before {
        left: 0;
        width: 30px;
        height: 25px;
        border-right: 14px solid #ebebeb;
        border-bottom: .8333333333rem solid #292b2a;
        box-shadow: inset 0 2rem 0 0 #ebebeb
    }
    .footer__wrapper:after {
        left: 30px;
        border-left: 1.6666666667rem solid #ebebeb;
        border-bottom: 24px solid #292b2a
    }
}

@media (max-width:480px) {
    .footer__wrapper {
        padding: 0;
        padding-top: 30px
    }
    .footer__wrapper .footer {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__wrapper .footer__logo img {
        max-width: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
    .filter .filter__content__column .footer__wrapper .footer__navbar .sublist,
    .footer__wrapper .footer__navbar .filter .filter__content__column .sublist,
    .footer__wrapper .footer__navbar .list {
        margin-left: 0;
        width: 50%
    }
    .footer__wrapper .footer .info-link {
        margin: 20px 0
    }
    .footer__wrapper .footer .ms-icon {
        line-height: 22px;
        font-size: 18px
    }
}

.header__wrapper {
    position: relative;
    padding: .5rem 10%;
    padding-bottom: 0;
    background-color: #fff
}

.header__wrapper .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1024px;
    margin: 0 auto
}

.header__wrapper .header__logo {
    padding-bottom: .3333333333rem;
    height: 97px;
    width: 30%
}

@media (max-width:980px) {
    .header__wrapper .header__logo {
        width: 45%
    }
    .header__wrapper .header__logo img {
        height: 100%
    }
}

.header__wrapper .header__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__wrapper .header__actions--mobile {
    display: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 70px
}

.header__wrapper .header__actions--mobile .btn--primary {
    display: none
}

.header__wrapper .header__actions--mobile .header__actions__navicon {
    margin-left: 20px
}

.header__wrapper .header__actions--mobile .header__actions__navicon .navline {
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #cbcbcb;
    margin-bottom: 5px
}

.header__wrapper .header__actions--mobile .header__actions__navicon .navline:last-of-type {
    margin-bottom: 0
}

.header__wrapper .header__actions--mobile .header__actions__navbar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    background-color: rgba(41, 43, 42, .9);
    transition: all .25s ease;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 94px;
    padding: .5rem 10px;
    background-color: #292b2a
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex: 0 1 33%;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%
}

@media (max-width:480px) {
    .header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions,
    .header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 45%;
    height: 100%;
    padding: 5px 0
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .logo img {
    height: 100%
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions .close {
    width: 30px;
    margin-left: 20px;
    font-size: 30px;
    color: #fff
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__navbar__banner .actions:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    padding: 5px;
    margin: 0 10px
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form button,
.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form input {
    display: inline-block
}

.header__wrapper .header__actions--mobile .header__actions__navbar .header__actions__form input {
    padding: 10px;
    width: 70%
}

.header__wrapper .header__actions--mobile .header__actions__navbar:target {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu {
    display: block;
    overflow: scroll;
    height: 100vh;
    padding: 20px;
    list-style-type: none
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--primary {
    padding: 20px 0;
    text-transform: uppercase
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--secondary {
    padding: 20px 0;
    text-transform: capitalize
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .list__item--tertiary {
    padding: 20px 0;
    list-style-type: none
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu a,
.header__wrapper .header__actions--mobile .header__actions__navbar__menu span {
    color: #fff
}

.header__wrapper .header__actions--mobile .header__actions__navbar__menu .navbar__menu__list,
.header__wrapper .header__actions--mobile .header__actions__navbar__menu .navbar__submenu__list {
    display: none;
    margin: 10px 0
}

.header__wrapper .header__navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.header__wrapper .header__navbar--primary {
    font-size: 14px
}

.header__wrapper .header__navbar--primary .c-tab__content {
    display: none
}

.header__wrapper .header__navbar--primary .c-tabs__item:hover .c-tabs__tab+.c-tab__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.header__wrapper .header__navbar--primary .navbar__tabs__item {
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 10px 25px
}

.header__wrapper .header__navbar--primary .navbar__tabs__item .navbar__tabs__title {
    color: #101010
}

.header__wrapper .header__navbar--primary .navbar__tabs__item:hover {
    background-color: #c2c4c3
}

.header__wrapper .header__navbar--primary .navbar__tabs__item:hover .navbar__tabs__title {
    color: #fff
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__wrapper {
    position: absolute;
    left: 0;
    top: 104px;
    width: 100%;
    z-index: 100;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(41, 43, 42, .6)
}

.header__wrapper .header__navbar--primary .navbar__tabs__content {
    width: 1024px;
    padding: 10px
}

.header__wrapper .header__navbar--primary .navbar__tabs__content a {
    color: #fff
}

.header__wrapper .header__navbar--primary .navbar__tabs__content a:hover {
    color: #a5b4af
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block:after {
    content: "";
    display: table;
    clear: both
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block:last-child {
    margin-right: 0
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 10px 0
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block__list li {
    text-transform: uppercase;
    padding: 5px 0;
    width: 100%
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double {
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0;
    margin-right: 3%
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double:after {
    content: "";
    display: table;
    clear: both
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double:last-child {
    margin-right: 0
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double ul {
    max-height: 150px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__block--double ul li {
    width: auto
}

.header__wrapper .header__navbar--primary .navbar__tabs__content__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__wrapper .header__navbar--secondary {
    font-size: 13px
}

.header__wrapper .header__navbar--secondary .c-tab__content {
    display: none
}

.header__wrapper .header__navbar--secondary .c-tabs__item:hover .c-tabs__tab+.c-tab__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.header__wrapper .header__navbar--secondary .social__content {
    position: absolute;
    right: 0;
    width: 253px;
    z-index: 10;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    background-color: hsla(0, 0%, 92%, .8)
}

.header__wrapper .header__navbar--secondary .social__content__heading {
    color: #101010;
    font-weight: 200;
    font-size: 28px
}

.header__wrapper .header__navbar--secondary .social__content .social__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__wrapper .header__navbar--secondary .social__content .social__items__unit {
    margin: 10px 0
}

.header__wrapper .header__navbar--secondary .social__content .social__items__unit:first-child {
    margin-top: 0
}

.header__wrapper .header__navbar--secondary .social__content button {
    height: 38px
}

.header__wrapper .header__navbar--secondary .social__tabs {
    position: relative
}

.header__wrapper .header__navbar--secondary .social__tabs .social__content {
    z-index: 1000;
    display: none
}

.header__wrapper .header__navbar--secondary a {
    color: #999
}

.header__wrapper .header__navbar--secondary a:hover {
    color: #038853
}

.rss__toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 32px;
    width: 32px;
    padding: 5px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #101010;
    color: #fff
}

.rss__toggle:after,
.rss__toggle:before {
    display: inline-block;
    content: none;
    position: absolute;
    bottom: -11px;
    width: 50%
}

.rss__toggle:before {
    left: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid hsla(0, 0%, 6%, .8)
}

.rss__toggle:after {
    right: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid hsla(0, 0%, 6%, .8)
}

.rss__toggle+.rss {
    display: none;
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 100;
    text-align: center;
    background-color: hsla(0, 0%, 6%, .8);
    color: #fff;
    border-radius: 4px
}

.rss__toggle+.rss .btn--action {
    display: inline-block;
    height: 30px
}

.rss__toggle+.rss .input--primary {
    width: 70%;
    height: 30px
}

.rss__toggle.rss--is-active,
.rss__toggle:target {
    background-color: #038853
}

.rss__toggle.rss--is-active:after,
.rss__toggle.rss--is-active:before,
.rss__toggle:target:after,
.rss__toggle:target:before {
    content: ""
}

.rss__toggle.rss--is-active+.rss,
.rss__toggle:target+.rss {
    display: block
}

@media (max-width:980px) {
    .header__wrapper {
        padding: .5rem 10px
    }
    .header__wrapper .header {
        height: 70px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }
    .header__wrapper .header .btn--primary {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        font-size: .5333333333em;
        height: auto;
        width: auto
    }
    .header__wrapper .header__actions {
        display: none;
        visibility: hidden
    }
    .header__wrapper .header__actions--mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%
    }
}

@media (max-width:480px) {
    .header__actions--mobile {
        -webkit-flex: 0 1 55%!important;
        -ms-flex: 0 1 55%!important;
        flex: 0 1 55%!important
    }
}

.featured {
    padding: 10px 0
}

.featured__buttons {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.featured__buttons,
.featured__buttons .btn {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.featured__buttons .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    margin: 5px;
    height: 45px;
    width: 140px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase
}

.featured__buttons .btn .small,
.featured__buttons .btn small {
    display: block;
    font-size: 14px
}

.featured__buttons .btn--tertiary {
    background-color: #8daf5f
}

.featured__buttons .btn--quaternary {
    background-color: #53575a
}

@media (max-width:480px) {
    .featured__buttons .btn {
        width: 97px;
        font-size: 16px
    }
}

@media (max-width:480px) {
    .featured__buttons {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
        padding-left: 0
    }
}

.featured__tiles {
    max-width: 1044px;
    margin: 0 auto;
    overflow: hidden
}

.featured__tiles .tile__wrapper {
    float: left;
    width: 25%;
    padding: 10px
}

.featured__tiles .tile__wrapper .tile {
    height: 145px;
    padding-top: 40px;
    padding-left: 30px;
    font-weight: 600
}

.featured__tiles .tile__wrapper .tile:after,
.featured__tiles .tile__wrapper .tile:before {
    content: "";
    position: absolute;
    top: 0
}

.featured__tiles .tile__wrapper .tile:before {
    left: 0;
    width: 30px;
    height: 25px;
    border-right: 14px solid #ebebeb;
    border-bottom: .8333333333rem solid transparent;
    box-shadow: inset 0 2rem 0 0 #ebebeb
}

.featured__tiles .tile__wrapper .tile:after {
    left: 30px;
    border-left: 1.6666666667rem solid #ebebeb;
    border-bottom: 24px solid transparent
}

.featured__tiles .tile__wrapper .tile__title,
.featured__tiles .tile__wrapper .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
.featured__tiles .tile__wrapper .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .featured__tiles .tile__wrapper .tile__footer__subheading,
.tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .featured__tiles .tile__wrapper .tile__footer__subheading {
    font-style: normal
}

.featured__tiles .tile__wrapper .tile__action {
    font-weight: 400;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.featured__tiles .tile__wrapper .tile__action:after {
    display: inline-block;
    content: "";
    padding: 0 5px
}

@media (max-width:768px) {
    .featured__tiles .tile__wrapper {
        width: 50%
    }
}

@media (max-width:480px) {
    .featured__tiles .tile__wrapper {
        display: none;
        width: 100%
    }
}

.featured__impact {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px 20px;
    padding-top: 20px;
    overflow: hidden
}

.featured__impact,
.featured__impact__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    text-align: center
}

.featured__impact__block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    position: relative;
    width: 33%;
    padding-top: 20px
}

.featured__impact__block .title {
    text-transform: uppercase
}

.featured__impact__block .amount {
    font-size: 48px;
    font-weight: 600
}

.featured__impact__block:nth-child(1) .amount {
    color: #8daf5f
}

.featured__impact__block:nth-child(3) .amount {
    color: #53575a
}

.featured__impact__block:nth-child(5) .amount {
    color: #cf2e02
}

@media (max-width:768px) {
    .featured__impact__block {
        width: 33%
    }
    .featured__impact__block .amount {
        font-size: 40px
    }
}

@media (max-width:480px) {
    .featured__impact__block {
        width: 100%;
        padding: 10px;
        padding-left: 55px;
        padding-top: 0;
        height: 60px
    }
    .featured__impact__block .arrow--line {
        display: block;
        width: 100%;
        left: 5px;
        top: 48px
    }
    .featured__impact__block .amount,
    .featured__impact__block .title {
        position: absolute;
        top: 0
    }
    .featured__impact__block .title {
        top: 10px;
        right: 10px;
        font-size: 12px
    }
    .featured__impact__block .amount {
        left: 20%;
        font-size: 30px
    }
}

.featured__impact .separator {
    display: inline-block;
    float: left;
    height: 115px;
    width: 1px;
    background-color: #292b2a
}

@media (max-width:480px) {
    .featured__impact .separator {
        display: none
    }
}

@media (max-width:768px) {
    .featured__impact {
        display: block
    }
}

@media (max-width:480px) {
    .featured__impact {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5px;
        padding-top: 0;
        padding-bottom: 15px
    }
}

@media (max-width:480px) {
    .featured,
    .featured__impact {
        padding: 0
    }
    .featured__impact__block:last-child .arrow--line {
        display: none
    }
}

.featured__buttons--standalone {
    width: 234px;
    height: 130px;
    margin: 0 auto;
    padding: 10px!important
}

.logo__tiles {
    padding: 10px 0
}

.logo__tiles .tile__wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0
}

.logo__tiles .tile__wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:768px) {
    .logo__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
    .logo__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (max-width:480px) {
    .logo__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .logo__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

.team__tiles .tile__wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0
}

.team__tiles .tile__wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:768px) {
    .team__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
    .team__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

@media (max-width:480px) {
    .team__tiles .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0
    }
    .team__tiles .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

.team__member {
    width: auto;
    max-width: 1024px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.team__member:after {
    content: "";
    display: table;
    clear: both
}

.team__member .tile__wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    margin-right: 0
}

.team__member .tile__wrapper:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:480px) {
    .team__member .tile__wrapper {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0
    }
    .team__member .tile__wrapper:after {
        content: "";
        display: table;
        clear: both
    }
}

.team__member__description {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 34.3333333333%;
    margin-right: 3%
}

.team__member__description:after {
    content: "";
    display: table;
    clear: both
}

.team__member__description:last-child {
    margin-right: 0
}

@media (max-width:480px) {
    .team__member__description {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 10px
    }
    .team__member__description:after {
        content: "";
        display: table;
        clear: both
    }
}

.team__member__description .email {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.team__member__description .email a {
    margin-left: 10px
}

@-moz-document url-prefix() {
    .featured__tiles .tile {
        position: relative
    }
    .featured__tiles .tile__title,
    .featured__tiles .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .tile__footer__subheading,
    .featured__tiles .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--quinary--profile+.tile__footer .featured__tiles .tile__footer__subheading,
    .tiles__container .tile__wrapper--full-height .tile.tile--tertiary--profile+.tile__footer .featured__tiles .tile__footer__subheading {
        position: absolute
    }
    .featured__tiles .tile__action {
        position: absolute;
        right: 10px;
        bottom: 10px
    }
    .media__tile {
        width: 30%
    }
    .media__tile .tile {
        position: relative
    }
    .media__tile .tile__label {
        position: absolute;
        right: 10px;
        top: 10px
    }
    section.hero__wrapper .hero__checkbox {
        right: 45px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    body,
    html {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
    .header__actions__navbar__menu:nth-child(1),
    .header__actions__navbar__menu:nth-child(2) {
        height: 40%
    }
    .featured__buttons .btn--primary {
        line-height: 35px
    }
    .footer__navbar .btn--primary {
        text-align: center
    }
}

.tile--primary--image:not(:root:root),
.tile--quaternary--image:not(:root:root),
.tile--quinary--image:not(:root:root),
.tile--secondary--image:not(:root:root),
.tile--senary--image:not(:root:root),
.tile--tertiary--image:not(:root:root) {
    background-blend-mode: multiply!important
}

figure {
    margin-left: 0;
    width: 100%!important
}


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

figure.aligncenter {
    text-align: center;
}

.header__logo img {
    max-width: 165px;
}

.footer__wrapper .footer__logo img {
    max-width: 200px;
}


/* Make tiles blue instead of red */

.tile--primary--solid {
    background-color: #00adbb;
}

.tile--primary--solid:hover {
    color: #00adbb;
}

.featured__impact__block:nth-child(5) .amount {
    color: #00adbb;
}

.media--primary .media__tile .tile .tile__label,
.tile--primary--solid .tile__label {
    background-color: rgba(65, 142, 186, 1.0);
}


/* Chnage links in content color */

.blog-post__wrapper .blog-post a:not(.tile__wrapper),
p a:not(.tile__wrapper) {
    color: #8daf5f;
    text-decoration: underline;
}

.blog-post__wrapper .blog-post .list__icon a,
p .list__icon a {
    text-decoration: none;
}


/* New Heading Font */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Bebas Neue, Whitney A, Whitney B, Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1 {
    font-size: 58px;
}


/* New Subheading Font */

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff2') format('woff2'), url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'), url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-LightItalic.woff2') format('woff2'), url('../fonts/Raleway-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

nav,
footer {
    font-family: 'Raleway';
}


/* New Body font */

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.woff2') format('woff2'), url('../fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Bold.woff2') format('woff2'), url('../fonts/MinionPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-It.woff2') format('woff2'), url('../fonts/MinionPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: Minion Pro, Whitney A, Whitney B, Arial, Helvetica Neue, Helvetica, sans-serif;
}


/* Some of the places where the subhead font is appropriate */


/* Homepage */

.hero__description,
.hero__action {
    font-family: "Raleway";
}

.featured__tiles,
.featured__impact {
    font-family: "Raleway";
}

.tile__label,
.tile__action {
    font-family: "Raleway";
}

.tile__content__label,
.tile__content__description,
.tile__content__action {
    font-family: "Raleway";
}


/* Internal Pages */

.tile__footer {
    font-family: "Raleway";
}

section.hero__wrapper .hero__title {
    font-size: 60px;
}

.blog-post__wrapper .blog-post__heading--image .heading__author,
.action__language__toggle,
.blog-post__date,
.blog-post__type,
.taglist,
.heading__author {
    font-family: "Raleway";
}

img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

.action--secondary {
    font-family: "Raleway";
}

.blog-post__wrapper .blog-post__content ul li {
    font-size: 21px;
}

.dirty-dozen__tiles {
    font-family: "Raleway";
}


/* Take Action Pages */

section.hero__wrapper .hero--dialog--action .heading,
section.hero__wrapper .hero--dialog--action .description__subtitle {
    font-family: "Bebas Neue";
}

.tiles__container--take-action .tile__title {
    font-family: "Raleway";
}

.tiles__container--take-action .tile__social {
    font-family: "Raleway";
}

a.action__button {
    font-family: "Raleway";
}

.media__content__title--tertiary,
.media__content__title--quinary {
    font-family: "Bebas Neue";
}

.media__content__label,
.media__content__description__link,
.media__content__footer {
    font-family: "Raleway";
}

.tile--twitter,
.filter {
    font-family: "Raleway";
}


/* Updated Email signup form: footer */

#signuptable tbody tr td {
    padding: 0;
    background-color: transparent;
}

#signuptable tbody tr td input.text {
    width: 80%;
    float: left;
    border: 0;
    padding: 10px 4px;
}

#signuptable tbody tr td input.g-recaptcha {
    width: 15%;
    border: 0;
    padding: 10px 10px;
    color: #fff;
    background-color: #cf2e02;
}


/* Updated Email signup form: header */

.header__wrapper .header__navbar--secondary .social__content__heading {
    font-size: 25px;
}

.header__wrapper #signuptable tbody tr td input.text {
    width: 100%;
    margin: 5px 0px;
}

.header__wrapper #signuptable tbody tr td input.g-recaptcha {
    width: auto;
}


/*STORIES LANDING PAGE*/


/*Title box*/

#stories-hero-wrapper .hero__description {
    font-weight: 500;
    width: 44vw;
}

@media screen and (max-width: 769px) {
    #stories-hero-wrapper .hero__description {
        width: 100vw;
        padding-bottom: 5vw;
    }
    #stories-hero-wrapper .hero__title {
        padding-top: 5vw;
    }
}


/*Story Cards*/

.post-loader {
    padding: 20px 4px;
}

#new-stories-wrapper,
.post-loader {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    align-items: center;
}

.story-card {
    width: 30.55%;
    padding: 1vw 0vw;
    height: auto;
    align-self: stretch;
    border-bottom: 1px solid #939393;
    margin: 0 0 1.75vw;
}

@media screen and (min-width: 769px) {
    .story-card:nth-child(3n+2) {
        margin-left: 3.7%;
        margin-right: 3.7%;
    }
}

@media screen and (max-width: 768px) {
    .story-card {
        width: 44%;
        margin: 0 2vw 1.75vw;
    }
}

@media screen and (max-width: 414px) {
    .story-card {
        width: 100%;
        margin: 0 2vw 1.75vw;
    }
}

.story-image-holder {
    height: 212px;
    background-image: url('/wp-content/uploads/2018/06/patrick-tomasso-71909-unsplash.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.story-image-holder span {
    margin: 10px;
    padding: 3px 7px;
    background: #292b2a;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-weight: 500;
}

.story-card-text-wrapper h2 {
    line-height: .8;
}


/*card title*/

.story-card-text-wrapper h2 a {
    font-size: 22px;
    color: #292b2b;
}

.story-card-text-wrapper h2 a:hover {
    color: #626262;
}


/*read more */

.story-card-text-wrapper > a {
    color: #939393;
    font-weight: 600;
}

.story-card-text-wrapper > a:hover {
    color: #737272;
}

@media (min-width: 980px) {
    #stories-filter .filter__content__wrapper {
        width: 60vw;
    }
}


/*Updated blockquote style*/

blockquote p {
    padding-left: 30px;
}

blockquote p:last-child {
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 21px;
    text-transform: none;
}