/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "adobe-garamond-pro", serif;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 63.75rem;
    margin: 0 auto
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 100%;
    margin: 0 auto
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container.fluid {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    flex: 1 1 0px
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        flex-basis: auto
    }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 8.3333333333%
}

.grid-x > .small-2 {
    width: 16.6666666667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.3333333333%
}

.grid-x > .small-5 {
    width: 41.6666666667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.3333333333%
}

.grid-x > .small-8 {
    width: 66.6666666667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.3333333333%
}

.grid-x > .small-11 {
    width: 91.6666666667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.3333333333%
    }

    .grid-x > .medium-2 {
        width: 16.6666666667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.3333333333%
    }

    .grid-x > .medium-5 {
        width: 41.6666666667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.3333333333%
    }

    .grid-x > .medium-8 {
        width: 66.6666666667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.3333333333%
    }

    .grid-x > .medium-11 {
        width: 91.6666666667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.3333333333%
    }

    .grid-x > .large-2 {
        width: 16.6666666667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.3333333333%
    }

    .grid-x > .large-5 {
        width: 41.6666666667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.3333333333%
    }

    .grid-x > .large-8 {
        width: 66.6666666667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.3333333333%
    }

    .grid-x > .large-11 {
        width: 91.6666666667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: .625rem;
        margin-right: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: .625rem;
        margin-right: .625rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.25rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-padding-x > .cell {
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.3333333333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.6666666667%
}

.small-up-7 > .cell {
    width: 14.2857142857%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.3333333333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.6666666667%
    }

    .medium-up-7 > .cell {
        width: 14.2857142857%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.3333333333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.6666666667%
    }

    .large-up-7 > .cell {
        width: 14.2857142857%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 8.3333333333%
}

.small-margin-collapse > .small-2 {
    width: 16.6666666667%
}

.small-margin-collapse > .small-3 {
    width: 25%
}

.small-margin-collapse > .small-4 {
    width: 33.3333333333%
}

.small-margin-collapse > .small-5 {
    width: 41.6666666667%
}

.small-margin-collapse > .small-6 {
    width: 50%
}

.small-margin-collapse > .small-7 {
    width: 58.3333333333%
}

.small-margin-collapse > .small-8 {
    width: 66.6666666667%
}

.small-margin-collapse > .small-9 {
    width: 75%
}

.small-margin-collapse > .small-10 {
    width: 83.3333333333%
}

.small-margin-collapse > .small-11 {
    width: 91.6666666667%
}

.small-margin-collapse > .small-12 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + .9375rem)
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.3333333333% + .9375rem)
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.6666666667% + .9375rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .9375rem)
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.3333333333% + .9375rem)
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.6666666667% + .9375rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .9375rem)
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.3333333333% + .9375rem)
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.6666666667% + .9375rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .9375rem)
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.3333333333% + .9375rem)
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.6666666667% + .9375rem)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.3333333333% + .625rem)
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.6666666667% + .625rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.3333333333% + .625rem)
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.6666666667% + .625rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.3333333333% + .625rem)
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.6666666667% + .625rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.3333333333% + .625rem)
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.6666666667% + .625rem)
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

.grid-y > .cell {
    width: auto;
    max-width: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        flex-basis: auto
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        flex-basis: auto
    }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 8.3333333333%
}

.grid-y > .small-2 {
    height: 16.6666666667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.3333333333%
}

.grid-y > .small-5 {
    height: 41.6666666667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.3333333333%
}

.grid-y > .small-8 {
    height: 66.6666666667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.3333333333%
}

.grid-y > .small-11 {
    height: 91.6666666667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.3333333333%
    }

    .grid-y > .medium-2 {
        height: 16.6666666667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.3333333333%
    }

    .grid-y > .medium-5 {
        height: 41.6666666667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.3333333333%
    }

    .grid-y > .medium-8 {
        height: 66.6666666667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.3333333333%
    }

    .grid-y > .medium-11 {
        height: 91.6666666667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.3333333333%
    }

    .grid-y > .large-2 {
        height: 16.6666666667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.3333333333%
    }

    .grid-y > .large-5 {
        height: 41.6666666667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.3333333333%
    }

    .grid-y > .large-8 {
        height: 66.6666666667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.3333333333%
    }

    .grid-y > .large-11 {
        height: 91.6666666667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-padding-y > .cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

.grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.25rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.25rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "adobe-garamond-pro", serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #cacaca
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem
    }

    h2, .h2 {
        font-size: 2.5rem
    }

    h3, .h3 {
        font-size: 1.9375rem
    }

    h4, .h4 {
        font-size: 1.5625rem
    }

    h5, .h5 {
        font-size: 1.25rem
    }

    h6, .h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 63.75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr, abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #000
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre, blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #000
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #89a597
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 1500
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: none
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #89a597
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 1500
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: none
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 330px;
    -webkit-transform: translateX(-330px);
    transform: translateX(-330px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-330px);
    transform: translateX(-330px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(330px);
    transform: translateX(330px)
}

.position-left.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 330px;
    -webkit-transform: translateX(330px);
    transform: translateX(330px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(330px);
    transform: translateX(330px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-330px);
    transform: translateX(-330px)
}

.position-right.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 0 0 0 none
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 330px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 330px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 330px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 330px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 330px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 330px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 330px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 330px
    }
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 330px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 330px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 330px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 330px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 330px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 330px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 330px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 330px
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    justify-content: center
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?26156792");
    src: url("../font/fontello.eot?26156792#iefix") format("embedded-opentype"), url("../font/fontello.woff2?26156792") format("woff2"), url("../font/fontello.woff?26156792") format("woff"), url("../font/fontello.ttf?26156792") format("truetype"), url("../font/fontello.svg?26156792#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-email:before {
    content: '\e800'
}

.icon-external-link:before {
    content: '\e801'
}

.icon-facebook:before {
    content: '\e802'
}

.icon-linkedin:before {
    content: '\e803'
}

.icon-down-open-big:before {
    content: '\e804'
}

.icon-twitter:before {
    content: '\e805'
}

.icon-arrow-down:before {
    content: '\e809'
}

.btn-text {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    color: #872634;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 150ms ease
}

.btn-text em {
    font-size: 11.5px
}

.btn-text i {
    color: #e96e93;
    font-size: 11px;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.btn-text:hover {
    color: #e96e93
}

.btn-text:active {
    color: #872634
}

.btn-follow, .btn-explore, .btn-more {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    color: #872634;
    transition: all 150ms ease;
    padding: 14px 20px 14px;
    border: 1px solid #cebc9c;
    padding-right: 46px
}

.btn-follow i, .btn-explore i, .btn-more i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e96e93;
    transition: all 150ms ease
}

.btn-follow i:before, .btn-explore i:before, .btn-more i:before {
    margin: 0
}

.btn-follow:hover, .btn-explore:hover, .btn-more:hover {
    background: #ece4d5;
    color: #872634
}

.btn-follow:hover i, .btn-explore:hover i, .btn-more:hover i {
    color: #872634
}

.btn-follow:focus, .btn-explore:focus, .btn-more:focus {
    color: #872634
}

.btn-download {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    color: #872634;
    transition: all 150ms ease;
    padding: 14px 20px 14px;
    border: 1px solid #872634;
    padding-right: 46px;
    background: #fff;
    color: #872634;
    outline: 1px solid transparent;
    outline-offset: -2px
}

.btn-download i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e96e93;
    transition: all 150ms ease
}

.btn-download i:before {
    margin: 0
}

.btn-download:hover {
    background-color: #872634;
    color: #fff;
    outline: 1px solid #fff
}

.btn-download:hover i {
    color: #fff
}

.btn-download:active {
    color: #fff
}

.btn-download i {
    color: #872634
}

.btn-download:hover {
    background: #872634;
    color: #fff
}

.btn-download:hover i {
    color: #fff
}

.btn-download:focus {
    color: #872634
}

figure figcaption, .gallery__caption {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.11px;
    color: #000;
    margin-top: 15px
}

figure figcaption .credit, .gallery__caption .credit {
    display: block;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 300;
    font-style: normal
}

figure figcaption .regular, .gallery__caption .regular {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: normal;
    display: inline;
    text-transform: none
}

figure figcaption em, .gallery__caption em {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: normal
}

figure {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

@media screen and (max-width: 39.99875em) {
    figure.full-mobile {
        margin-left: -20px;
        margin-right: -20px
    }

    figure.full-mobile figcaption {
        padding: 0 20px
    }
}

.person {
    color: #776441;
    margin-top: 0
}

@media print, screen and (min-width: 40em) {
    .person {
        max-width: 150px
    }
}

.person img {
    margin-bottom: 13px
}

.person .caption {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 17px;
    color: #776441;
    letter-spacing: 0.11px;
    margin-top: 0
}

.person .caption small {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.11px
}

.seal {
    width: 150px;
    height: 150px
}

.sig-gilligan figcaption, .sig-peterson figcaption {
    font-variant-caps: small-caps;
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    color: #776441
}

.sig-gilligan figcaption {
    padding-left: 3px
}

@media print, screen and (min-width: 40em) {
    .sig-gilligan figcaption {
        padding-left: 10px
    }
}

.sig-peterson figcaption {
    padding-left: 12px
}

@media print, screen and (min-width: 40em) {
    .sig-peterson figcaption {
        padding-left: 20px
    }
}

blockquote, .textblock blockquote {
    margin: 32px 0 0;
    padding: 0;
    border: none;
    hanging-punctuation: first
}

@media print, screen and (min-width: 40em) {
    blockquote, .textblock blockquote {
        margin: 22px 0 0
    }
}

blockquote + blockquote, .textblock blockquote + blockquote {
    margin-top: 33px
}

@media print, screen and (min-width: 40em) {
    blockquote + blockquote, .textblock blockquote + blockquote {
        margin-top: 37px
    }
}

blockquote p, .textblock blockquote p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #872634;
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal
}

blockquote footer, .textblock blockquote footer {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 11px;
    color: #872634;
    letter-spacing: 1.41px;
    line-height: 17px;
    margin-top: 10px;
    text-transform: uppercase
}

blockquote footer em, .textblock blockquote footer em {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal
}

.intro-text {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 44px
}

.intro-text p {
    font-size: inherit;
    line-height: inherit
}

.intro-text span {
    font-variant-caps: small-caps;
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    letter-spacing: 1.24px
}

.intro-text + .textblock {
    margin-top: -21px
}

.intro-text a {
    color: inherit;
    border-bottom: 1px dotted #bcbcbc
}

.textblock h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3e4d79;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2.8px;
    margin: 0 0 12px
}

.section--sans.bg-image .textblock h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2c344e;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2.45px;
    text-indent: 0;
    margin-bottom: 9px
}

@media screen and (max-width: 39.99875em) {
    .textblock h3 .rwb {
        display: block
    }
}

.textblock h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3e4d79;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2.35px;
    margin: 0 0 19px
}

.bg-red .textblock h4 {
    color: #fff
}

@media screen and (max-width: 39.99875em) {
    .bg-red .textblock h4 {
        margin-top: 34px
    }
}

.textblock h5 {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.bg-red .textblock h5 {
    color: #fff
}

.textblock p {
    color: #000;
    font-size: 18px;
    line-height: 32px
}

.textblock p strong {
    font-weight: 600
}

.bg-cream .textblock p {
    color: #776441
}

.bg-red .textblock p {
    color: #fff
}

.textblock p + h3 {
    margin-top: 19px
}

.textblock p + figure, .textblock p + img {
    margin-top: 45px;
    margin-bottom: 26px
}

.textblock a:not(.btn) {
    color: inherit;
    border-bottom: 1px dotted #bcbcbc
}

.bg-red .textblock a:not(.btn) {
    color: #fff
}

.textblock .smcp {
    font-variant-caps: small-caps;
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp"
}

.textblock .btn {
    margin-top: 13px
}

.textblock figure.align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 2px;
    margin-top: 8px
}

.textblock figure.align-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 2px;
    margin-top: 8px
}

.textblock figure.sig-container {
    width: calc(50% - 15px);
    position: relative
}

@media print, screen and (min-width: 40em) {
    .textblock figure.sig-container {
        width: auto
    }
}

.textblock figure.sig-container:last-child {
    margin-right: 0
}

.textblock figure.sig-container img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.textblock figure.sig-container .caption {
    font-style: normal;
    font-size: 18px
}

.textblock img.align-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px;
    position: relative;
    margin-top: 7px
}

.textblock img.align-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 2px;
    position: relative;
    margin-top: 7px
}

.textblock mark {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.12px;
    color: #3e4d79;
    background: none
}

.textblock ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px
}

.textblock ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    text-indent: -15px;
    padding-left: 15px
}

.textblock ul li::before {
    content: "";
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #872634;
    margin-right: 7px
}

.textblock ul li:last-child {
    margin-bottom: 0
}

.textblock ul li a:not(.btn) {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 0
}

.textblock ul li img {
    float: left;
    margin-right: 20px;
    margin-bottom: 6px
}

.textblock ul li .icon-external-link {
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    color: #e96e93
}

.textblock ul.book-list li a {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic
}

.textblock address {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.12px;
    font-style: normal
}

.bg-red .textblock address {
    color: #fff
}

@media print, screen and (min-width: 40em) {
    .textblock--columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }
}

.textblock--sans h4 {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: none
}

.textblock--sans p {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px
}

.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 34px
}

.section-header:after {
    background-image: radial-gradient(circle, silver 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 6px 2px;
    content: "";
    display: block;
    height: 10px;
    width: 205px;
    margin: 27px auto 0
}

.section-header__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #776441;
    letter-spacing: 6px;
    margin-bottom: 13px
}

@media print, screen and (min-width: 40em) {
    .section-header__title {
        line-height: 26px
    }
}

.section-header__subtitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    font-style: italic;
    color: #776441;
    margin-bottom: 0;
    letter-spacing: 0.37px
}

@media print, screen and (min-width: 40em) {
    .section-header__subtitle {
        line-height: 26px
    }
}

.section-header--alt:after {
    display: none
}

.section-header--alt .section-header__title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #872634;
    letter-spacing: 3px;
    text-align: center
}

.teaser--book {
    overflow: hidden
}

.teaser--book .teaser__image {
    float: left;
    max-width: 75px;
    margin-right: 20px
}

.teaser--book .teaser__title {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 22px
}

.teaser--book .teaser__title a {
    color: inherit
}

.teaser--book .teaser__title .icon-external-link {
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    color: #e96e93
}

.teaser--book .teaser__author {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    color: #58504f;
    letter-spacing: 1.83px;
    line-height: 22px;
    text-transform: uppercase
}

.teaser--book .teaser__author em {
    font-style: normal;
    text-transform: none
}

.image-block + .image-block {
    margin-top: 58px
}

@media print, screen and (min-width: 40em) {
    .image-block + .image-block {
        margin-top: 28px
    }
}

.image-block img {
    margin-top: 23px
}

@media print, screen and (min-width: 40em) {
    .image-block img {
        margin-top: 8px
    }
}

.gallery__item {
    margin-bottom: 20px
}

@media screen and (max-width: 39.99875em) {
    .gallery__item:last-child {
        margin-bottom: 0
    }
}

.gallery__caption {
    margin-top: -6px
}

.card {
    margin-bottom: 32px
}

@media print, screen and (min-width: 40em) {
    .card {
        padding-right: 20px
    }
}

.card__title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #872634;
    letter-spacing: 2.35px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    transition: color 150ms ease
}

.card__title:hover {
    color: #e96e93
}

.card__title i {
    color: #e96e93;
    margin-left: 2px;
    font-size: 12px;
    position: relative;
    top: -1px
}

.card__image {
    margin-bottom: 16px
}

.card__summary {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 22px
}

.card--misc .spacer {
    margin-bottom: 15px
}

.global-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 18px;
    margin-top: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0.5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

@media print, screen and (min-width: 64em) {
    .global-header {
        padding: 0 30px
    }
}

.social {
    margin-right: auto;
}

@media screen and (max-width: 39.99875em) {
    .social {
        display: none !important
    }
}

.social__link {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: color 250ms ease-in;
    color: #fff
}

.social__link:hover {
    color: #fff
}

.social__link:active, .social__link:focus {
    color: #fff
}

.social__link--twitter {
    font-size: 16px;
    margin-right: 12px
}

.social__link--linkedin {
    font-size: 17px;
    margin-right: 5px
}

.social__link--facebook {
    margin-right: 5px
}

.social__link--email {
    font-size: 15px
}

.site-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4.95px;
    text-transform: uppercase
}

@media print, screen and (min-width: 40em) {
    .site-name {
        /*position: absolute;*/
        /*top: 1px;*/
        /*left: 50%;*/
        /*-webkit-transform: translateX(-50%);*/
        /*transform: translateX(-50%)*/
        margin: 0 auto;
        text-align: center;
    }
}

.site-name a {
    transition: color 250ms ease-in;
    color: #fff
}

.menu-trigger {
    height: 16px;
    width: 18px;
    cursor: pointer;
    margin-left: auto;
}

.menu-trigger .menu-trigger__bar, .menu-trigger .menu-trigger__bar:before, .menu-trigger .menu-trigger__bar:after {
    width: 100%;
    height: 2px;
    transition: background-color 250ms ease-in;
    display: block
}

.menu-trigger__bar {
    position: relative;
    background-color: #fff
}

.menu-trigger__bar:before, .menu-trigger__bar:after {
    position: absolute;
    content: "";
    background-color: inherit
}

.menu-trigger__bar:before {
    top: -7px
}

.menu-trigger__bar:after {
    bottom: -7px
}

.bg-white .social__link, .bg-white .site-name a {
    color: #a99a7f
}

.bg-white .menu-trigger__bar {
    background-color: #a99a7f
}

.bg-cream .social__link, .bg-cream .site-name a {
    color: #a99a7f
}

.bg-cream .menu-trigger__bar {
    background-color: #a99a7f
}

.bg-grey .social__link, .bg-grey .site-name a, .bg-grey2 .social__link, .bg-grey2 .site-name a {
    color: #a99a7f
}

.bg-grey .menu-trigger__bar, .bg-grey2 .menu-trigger__bar {
    background-color: #a99a7f
}

.off-canvas {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.off-canvas .close-button {
    color: #fff;
    opacity: 0.5;
    right: 30px;
    top: 19px
}

.main-menu {
    padding: 50px 30px 0;
    overflow-y: auto
}

.main-menu .menu {
    list-style: none;
    padding: 0;
    padding-bottom: 44px;
    margin: 0
}

.main-menu .menu__item {
    font-variant-caps: small-caps;
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 18px
}

.main-menu .menu__item + .menu__item {
    margin-top: 11px
}

.main-menu .menu__item a {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    transition: color 150ms ease
}

.main-menu .menu__item a:hover {
    color: #e96e93
}

.main-menu .menu__item--chapter {
    margin-top: 33px;
    font-size: 11px;
    line-height: 18px
}

.main-menu .menu__item--chapter a {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #236192;
    letter-spacing: 1.41px;
    text-transform: uppercase
}

.main-menu .menu__item--hoover {
    font-size: 12px;
    margin-top: 20px !important
}

.main-menu .menu__item--hoover a {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.41px;
    text-transform: uppercase
}

.main-menu .menu__item--hoover a i {
    color: #c3e4d4;
    margin-left: 4px;
    display: inline-block;
    vertical-align: text-bottom;
    transition: color 150ms ease
}

.main-menu .menu__item--hoover a:hover {
    color: #236192
}

.main-menu .menu__item--hoover a:hover i {
    color: #236192
}

.menu-cta {
    color: #fff;
    padding: 28px 30px 40px;
    background: #567e6a
}

.menu-cta__title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.62px;
    margin-bottom: 10px
}

.menu-cta__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 19px;
    letter-spacing: 0.11px
}

.menu-cta .btn {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    color: #567e6a;
    transition: all 150ms ease;
    padding: 14px 20px 14px;
    border: 1px solid #fff;
    padding-right: 46px;
    background: #fff;
    color: #567e6a;
    outline: 1px solid transparent;
    outline-offset: -2px
}

.menu-cta .btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e96e93;
    transition: all 150ms ease
}

.menu-cta .btn i:before {
    margin: 0
}

.menu-cta .btn:hover {
    background-color: #fff;
    color: #872634;
    outline: 1px solid #fff
}

.menu-cta .btn:hover i {
    color: #872634
}

.menu-cta .btn:active {
    color: #872634
}

.menu-cta .btn i {
    color: #567e6a
}

.menu-cta .btn:hover {
    background: #fff;
    color: #872634
}

.menu-cta .btn:hover i {
    color: #872634
}

.menu-cta .btn:focus {
    color: #567e6a
}

.menu-cta .btn i {
    color: inherit
}

body {
    transition: background-color 500ms ease-in
}

body.bg-cream {
    background-color: #f3ede2
}

body.bg-red {
    background-color: #872634
}

body.bg-grey {
    background-color: #ebedea
}

body.bg-grey2 {
    background-color: #e0e0e0
}

.grid-outside {
    padding: 0 20px
}

hr {
    border: 0;
    height: 2px;
    margin: 42px 0;
    background-image: radial-gradient(circle, silver 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 6px 2px
}

.section {
    padding: 124px 0 100px;
    position: relative
}

.section-footer {
    text-align: center;
    margin-top: 35px
}

@media print, screen and (min-width: 40em) {
    .section-footer {
        margin-top: 15px
    }
}

.content-header {
    margin-bottom: 44px;
    color: #872634;
    text-align: center
}

.content-header__title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    letter-spacing: 3px;
    text-transform: uppercase
}

@media print, screen and (min-width: 40em) {
    .content-header__title {
        line-height: 19px
    }
}

.content-header__subtitle {
    color: inherit
}

.content-header--alt {
    color: #3e4d79
}

.content-header--alt .content-header__title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none
}

.content-header--alt .content-header__title a {
    font-size: inherit;
    line-height: inherit;
    color: #3e4d79
}

.content-header--alt .content-header__title i {
    font-size: 14px;
    margin-left: 8px;
    color: #e96e93;
    position: relative;
    top: -1px
}

.content-header--alt .content-header__subtitle {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    color: #58504f;
    letter-spacing: 1.83px;
    text-align: center;
    line-height: 22px;
    margin-top: 5px
}

.content-header--alt .content-header__date {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #58504f;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-top: 11px
}

.content-header--align-left {
    text-align: left
}

.content-footer {
    text-align: center;
    margin-top: 15px
}

.section[data-color="bg-cream"] .section__header:after {
    background-image: linear-gradient(to right, #776441 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 3px 1px
}

.section[data-color="bg-cream"] .section__title {
    color: #776441
}

.section[data-color="bg-cream"].section--sans .section__title {
    color: #872634
}

.section[data-color="bg-cream"].section--sans .section__cta .btn {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    color: #872634;
    transition: all 150ms ease;
    padding: 14px 20px 14px;
    border: 1px solid #cebc9c;
    padding-right: 46px
}

.section[data-color="bg-cream"].section--sans .section__cta .btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e96e93;
    transition: all 150ms ease
}

.section[data-color="bg-cream"].section--sans .section__cta .btn i:before {
    margin: 0
}

.section[data-color="bg-cream"].section--sans .section__cta .btn:hover {
    background: #ece4d5;
    color: #872634
}

.section[data-color="bg-cream"].section--sans .section__cta .btn:hover i {
    color: #872634
}

.section[data-color="bg-cream"].section--sans .section__cta .btn:focus {
    color: #872634
}

.section[data-color="bg-red"] .section__header:after {
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 3px 1px
}

.section[data-color="bg-red"] .section__title {
    color: #fff
}

.section[data-color="bg-red"] .intro-text {
    color: #fff
}

.section[data-color="bg-red"].section--sans .section__title {
    color: #872634
}

.section[data-color="bg-grey"] .section__subtitle {
    color: #58504f
}

.section[data-color="bg-grey"].section--sans .section__title {
    color: #872634
}

.section[data-color="bg-grey"].section--sans .section__cta .btn {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    color: #872634;
    transition: all 150ms ease;
    padding: 14px 20px 14px;
    border: 1px solid #cebc9c;
    padding-right: 46px
}

.section[data-color="bg-grey"].section--sans .section__cta .btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e96e93;
    transition: all 150ms ease
}

.section[data-color="bg-grey"].section--sans .section__cta .btn i:before {
    margin: 0
}

.section[data-color="bg-grey"].section--sans .section__cta .btn:hover {
    background: #ece4d5;
    color: #872634
}

.section[data-color="bg-grey"].section--sans .section__cta .btn:hover i {
    color: #872634
}

.section[data-color="bg-grey"].section--sans .section__cta .btn:focus {
    color: #872634
}

.section.bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.section--hero {
    padding: 0 !important;
}

.hero {
    width: 100%;
    height: 100vh;
    position: fixed;
    padding: 0;
}

.hero__spacer {
    height: 100vh
}

.hero__image {
    height: 100%;
    width: 100%;
    position: relative
}

.hero__image:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0
}

.hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -o-object-position: 0%;
    object-position: 0%
}

.hero__content {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%
}

.hero__content-inner {
    color: #fff;
    text-align: right
}

.hero .site-subtitle {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1.9px;
    text-align: right;
    margin-bottom: 28px;
    color: inherit;
}

.hero .site-title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 12.6px;
    text-align: right;
    margin-right: -12.6px;
    text-transform: uppercase;
    margin-bottom: 27px;
    color: inherit;
}

@media print, screen and (min-width: 40em) {
    .hero .site-title {
        line-height: 34px
    }
}

.hero .site-tagline {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-right: -6px
}

.hero .site-tagline span {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-left: 1px solid #ffffff;
    margin-left: 12px;
    padding-left: 18px
}

.hero__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.hero .scroll-indicator {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 63px;
    text-align: center
}

@media print, screen and (min-width: 64em) {
    .hero .scroll-indicator {
        margin-bottom: 43px
    }
}

.hero .scroll-indicator i {
    display: block;
    font-size: 28px;
    margin-top: 1px;
    line-height: 1
}

.hero .stanford {
    background: #872634;
    width: 100%
}

.hero .stanford__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 107px
}

.hero .stanford__name {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase
}

.hero .stanford__seal {
    width: 150px;
    height: 150px;
    -webkit-transform: translateY(-53px);
    transform: translateY(-53px)
}

.section--introduction .section__header {
    margin-bottom: 24px
}

.section--introduction .section__header:after {
    background-image: linear-gradient(to right, #58504f 1px, transparent 1px);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 3px 1px;
    margin: 17px auto 0
}

.section--introduction .section__title {
    color: #58504f;
    margin-bottom: 17px
}

.section--introduction .section__subtitle {
    color: #58504f
}

.section--introduction .introduction-text p {
    hanging-punctuation: first;
    font-size: 20px;
    color: #58504f;
    letter-spacing: 0.15px;
    line-height: 2;
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 400;
    font-style: normal
}

.section--introduction .introduction-text p span {
    font-size: 24px;
    font-weight: 500;
    color: #872634
}

.section--introduction .introduction-text p.align-center {
    text-align: center;
    line-height: 1
}

.section--introduction .introduction-text img {
    margin: 0px auto 10px;
    display: block
}

.section--introduction .note {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: #58504f;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    max-width: 460px;
    margin: 0 auto
}

.section--letter {
    padding-top: 0
}

.section--letter .section-header:after {
    display: none
}

.section--letter .section-header__title {
    font-size: 18px
}

.section--letter .person {
    color: #776441
}

@media screen and (max-width: 39.99875em) {
    .section--letter .person {
        float: left;
        width: calc(50% - 10px);
        margin-bottom: 20px
    }

    .section--letter .person img {
        width: 100%
    }
}

.section--letter .person + .person {
    margin-left: 20px
}

@media print, screen and (min-width: 40em) {
    .section--letter .person + .person {
        margin-top: 25px;
        margin-left: 0
    }
}

.section--letter .textblock {
    margin-top: -4px
}

.section--letter .textblock p {
    color: #776441
}

@media screen and (max-width: 39.99875em) {
    .section--letter .textblock .seal {
        margin-bottom: 100px
    }
}

.section--image {
    padding: 124px 0 100px;
    z-index: 10
}

.section--image .photo {
    min-height: 100vh;
    display: flex;
    align-items: center
}

.section--image .photo__image {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s 1s;
    pointer-events: none
}

.section--image .photo__image--overlay:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0
}

.section--image .photo__image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section--image.is-active .photo__image {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s 0s;
    pointer-events: auto
}

.section--image .photo-caption {
    min-height: 100vh;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 5;
    width: 100%
}

.section--image .photo-caption .grid-container {
    width: 100%
}

.section--image .photo-caption__description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #fff
}

.section--image .photo-caption__credit {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px
}

.section--image .photo-caption--framed {
    text-align: center;
    justify-content: flex-end
}

.section--image .photo-caption--framed .photo-caption__inner {
    background: #58504f;
    border: 4px solid #d9c5a1;
    border-right: 0;
    padding: 26px 30px 32px;
    max-width: 80%;
    outline: 2px solid #d9c5a1;
    outline-offset: 6px
}

@media print, screen and (min-width: 40em) {
    .section--image .photo-caption--framed .photo-caption__inner {
        max-width: 70%;
        padding: 26px 60px 32px
    }
}

@media print, screen and (min-width: 64em) {
    .section--image .photo-caption--framed .photo-caption__inner {
        max-width: 50%;
        padding: 26px 60px 32px
    }
}

.section--image .photo-caption--framed .photo-caption__label {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #d9c5a1;
    letter-spacing: 4.36px;
    line-height: 26px;
    margin-bottom: 9px;
    text-transform: uppercase
}

.section--image .photo-caption--framed .photo-caption__title {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    letter-spacing: 5.45px;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 19px
}

@media print, screen and (min-width: 40em) {
    .section--image .photo-caption--framed .photo-caption__title {
        line-height: 26px
    }
}

.section--image .photo-caption--framed .photo-caption__description {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: #d9c5a1;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 0 30px
}

#part1 img {
    -o-object-position: 10%;
    object-position: 10%
}

@media print, screen and (min-width: 40em) {
    #part1 img {
        -o-object-position: 0%;
        object-position: 0%
    }
}

@media screen and (max-width: 39.99875em) {
    #image2 img {
        -o-object-position: 48%;
        object-position: 48%
    }
}

@media screen and (max-width: 39.99875em) {
    .section--policy .photo img {
        -o-object-position: 51%;
        object-position: 51%
    }
}

@media screen and (max-width: 39.99875em) {
    #image3 img {
        -o-object-position: 90%;
        object-position: 90%
    }
}

@media screen and (max-width: 39.99875em) {
    #image6 img {
        -o-object-position: 53%;
        object-position: 53%
    }
}

@media screen and (max-width: 39.99875em) {
    #image8 img {
        -o-object-position: 31%;
        object-position: 31%
    }
}

@media screen and (max-width: 39.99875em) {
    .section--library-archives .section-footer {
        margin-top: 45px
    }
}

.section--fellowship-research .textblock::before, .section--fellowship-research .textblock::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.section--fellowship-research .textblock::after {
    clear: both
}

@media screen and (max-width: 39.99875em) {
    .section--fellowship-research .textblock figure + h3 {
        margin-top: 36px
    }

    .section--fellowship-research .textblock p + blockquote {
        margin-top: 32px
    }
}

.section--fellowship-research .textblock--sans h4, .section--fellowship-research .textblock--sans p {
    color: #776441
}

.section--fellowship-research .textblock--sans p {
    font-family: "Gotham SSm A", "Gotham SSm B", "helvetica", sans-serif;
    font-weight: 500;
    font-style: normal
}

@media screen and (max-width: 39.99875em) {
    .section--fellowship-research .second {
        margin-top: 8px
    }
}

@media screen and (max-width: 39.99875em) {
    .section--fellowship-research .content-footer {
        margin-top: 25px
    }
}

.section--research-highlights .section-header__subtitle {
    color: #58504f
}

.section--research-highlights h3 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

@media screen and (max-width: 39.99875em) {
    .section--research-highlights figure + h3 {
        margin-top: 36px
    }
}

.section--research-highlights .btn-text {
    margin-bottom: 11px;
    display: inline-block
}

@media print, screen and (min-width: 40em) {
    .section--research-highlights .btn-text {
        margin-top: -20px
    }
}

@media screen and (max-width: 39.99875em) {
    .section--research-highlights .books {
        margin-top: 28px
    }
}

.section--research-highlights .books--column-1 {
    margin-top: 0
}

.section--research-highlights .teaser + .teaser {
    margin-top: 28px
}

.section--research-highlights .high-cost-good-intentions .content-header {
    margin-bottom: 24px
}

.section--research-highlights .high-cost-good-intentions figure {
    margin-bottom: 5px;
    width: 35%
}

@media print, screen and (min-width: 40em) {
    .section--research-highlights .high-cost-good-intentions figure {
        width: auto
    }
}

@media print, screen and (min-width: 64em) {
    .section--research-highlights .high-cost-good-intentions figure {
        margin-top: 8px;
        padding-right: 10px
    }
}

.section--exhibitions .gallery {
    margin: 41px 0 58px
}

@media print, screen and (min-width: 40em) {
    .section--exhibitions .gallery {
        margin: 31px 0 58px
    }
}

.section--in-the-media p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

.section--in-the-media .gallery {
    margin-top: 50px
}

@media print, screen and (min-width: 40em) {
    .section--in-the-media .gallery {
        margin-top: 30px;
        margin-bottom: 31px
    }
}

.section--in-the-media .gallery figure {
    margin-bottom: 13px
}

@media print, screen and (min-width: 40em) {
    .section--in-the-media .gallery figure {
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.99875em) {
    .section--in-the-media .gallery figure.second {
        margin-top: 50px
    }
}

.section--educating-americans .intro-text {
    margin-bottom: 0
}

.section--engaging-government-leaders .gallery {
    margin-top: 13px;
    margin-bottom: 33px
}

.section--engaging-government-leaders .gallery figure {
    margin-bottom: 13px
}

@media print, screen and (min-width: 64em) {
    .section--engaging-government-leaders .gallery figure {
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.99875em) {
    .section--engaging-government-leaders .gallery figure.second {
        margin-top: 50px
    }
}

.section--engaging-government-leaders .section-footer {
    margin-top: 8px
}

@media print, screen and (min-width: 40em) {
    .section--engaging-government-leaders .section-footer {
        margin-top: -7px
    }
}

.section--scholars-supporters .content-header__title {
    font-size: 16px;
    color: #3e4d79;
    letter-spacing: 2.4px
}

.section--scholars-supporters .content-header__subtitle {
    font-family: "adobe-garamond-pro", Georgia, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.12px;
    line-height: 30px;
    text-transform: none;
    text-align: left;
    margin-top: 10px
}

@media screen and (max-width: 39.99875em) {
    .section--scholars-supporters .gallery__caption {
        margin-top: 24px
    }
}

.site-footer {
    min-height: 100vh;
    align-items: center;
    display: flex
}

@media screen and (max-width: 39.99875em) {
    .site-footer {
        text-align: center;
        padding-bottom: 50px
    }
}

.site-footer figure {
    margin-bottom: 50px
}

.site-footer .section-header:after {
    display: none
}

.site-footer .section-header__title {
    color: #fff
}

.site-footer .inner {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.site-footer .textblock {
    flex: 1;
    color: #fff
}

.site-footer .textblock p {
    color: #fff
}

.site-footer .textblock a {
    border-bottom-style: solid
}

.site-footer .btn {
    margin-top: 30px
}

@media screen and (max-width: 39.99875em) {
    .site-footer .btn {
        margin-bottom: 40px
    }
}

.site-footer .logo-hoover {
    width: 143px;
    margin-top: 50px
}

@media screen and (max-width: 39.99875em) {
    .site-footer .logo-hoover {
        margin: 50px auto 0
    }
}

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