/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b,strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    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-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

dl,figure,h1,h2,h3,p {
    margin: 0
}

button {
    background: transparent;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol,ul {
    margin: 0
}

*,:after,:before {
    border: 0 solid currentColor
}

img {
    border-style: solid
}

[type=button],[type=reset],[type=submit],button {
    border-radius: 0
}

textarea {
    resize: vertical
}

img {
    max-width: 100%;
    height: auto
}

button,input,select,textarea {
    font-family: inherit
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

input::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: inherit;
    opacity: .5
}

input::placeholder,textarea::placeholder {
    color: inherit;
    opacity: .5
}

[role=button],button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

66666666 body {
    font-family: Lato,Helvetica Neue,sans-serif;
    color: #4d555b;
    font-size: .875rem;
    line-height: 1.5
}

::-moz-selection {
    background-color: #002a58;
    color: #fff
}

::selection {
    background-color: #002a58;
    color: #fff
}

.border-reset {
    border-top: 1px solid transparent
}

.pull-north {
    position: relative;
    margin-top: -150px
}

@media (min-width: 768px) {
    .pull-north {
        margin-top:-200px
    }
}

.pull-south {
    position: relative;
    margin-bottom: -120px
}

@media (min-width: 576px) {
    .pull-south {
        margin-bottom:-300px
    }
}

.header-logo {
    width: 100px
}

@media (min-width: 768px) {
    .header-logo {
        width:auto
    }
}

.screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal!important
}

[v-cloak] {
    display: none
}

body {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

body.menu-open {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}

@media (min-width: 768px) {
    body.menu-open {
        -webkit-transform:none;
        transform: none
    }
}

.menu-primary {
    background-color: #4d555b;
    height: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    -webkit-box-shadow: inset 3px 0 8px rgba(0,0,0,.2);
    box-shadow: inset 3px 0 8px rgba(0,0,0,.2)
}

@media (min-width: 768px) {
    .menu-primary {
        background-color:#fff;
        height: auto;
        position: static;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.menu-primary-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #464d53;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1
}

@media (min-width: 768px) {
    .menu-primary-header {
        display:none
    }
}

.menu-primary-body {
    padding: 0
}

@media (min-width: 768px) {
    .menu-primary-body {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 25px
    }
}

.menu-primary-link {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none
}

.menu-open .menu-primary-link {
    -webkit-animation: menu-item-transition .2s ease-in-out both;
    animation: menu-item-transition .2s ease-in-out both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.menu-primary-link:first-child {
    -webkit-animation-delay: .03333333s;
    animation-delay: .03333333s
}

.menu-primary-link:nth-child(2) {
    -webkit-animation-delay: .06666667s;
    animation-delay: .06666667s
}

.menu-primary-link:nth-child(3) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.menu-primary-link:nth-child(4) {
    -webkit-animation-delay: .13333333s;
    animation-delay: .13333333s
}

.menu-primary-link:nth-child(5) {
    -webkit-animation-delay: .16666667s;
    animation-delay: .16666667s
}

.menu-primary-link:nth-child(6) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.menu-primary-link:nth-child(7) {
    -webkit-animation-delay: .23333333s;
    animation-delay: .23333333s
}

.menu-primary-link:nth-child(8) {
    -webkit-animation-delay: .26666667s;
    animation-delay: .26666667s
}

.menu-primary-link:nth-child(9) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.menu-primary-link:nth-child(10) {
    -webkit-animation-delay: .33333333s;
    animation-delay: .33333333s
}

.menu-primary-link:not(:last-child) {
    border-bottom: 1px solid hsla(0,0%,100%,.05)
}

.menu-primary-link:hover {
    background-color: #6982a7
}

@media (min-width: 768px) {
    .menu-primary-link {
        padding-top:0;
        padding-bottom: 0;
        font-size: 1rem;
        color: #4d555b;
        text-decoration: none
    }

    .menu-open .menu-primary-link {
        -webkit-animation: none;
        animation: none
    }

    .menu-primary-link:hover {
        background-color: transparent;
        color: #6982a7
    }
}

@-webkit-keyframes menu-item-transition {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes menu-item-transition {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.quarantine>:not(:last-child) {
    margin-bottom: 25px
}

.quarantine h1,.quarantine h2,.quarantine h3,.quarantine h4 {
    font-weight: 400;
    font-family: Merriweather,Georgia,serif;
    font-style: italic
}

.quarantine h5,.quarantine h6 {
    font-family: Lato,Helvetica Neue,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

.quarantine h1 {
    font-size: 3rem
}

.quarantine h2 {
    font-size: 2.25rem
}

.quarantine h3 {
    font-size: 1.5rem
}

.quarantine h4 {
    font-size: 1.313rem
}

.quarantine h5 {
    font-size: 1rem
}

.quarantine h6 {
    font-size: .875rem
}

.quarantine a:not([class]) {
    color: #002a58
}

.quarantine a:not([class]):hover {
    color: #ec585b
}

.quarantine ol,.quarantine ul {
    padding-left: 0;
    list-style-position: inside
}

.quarantine ol li:not(:last-child),.quarantine ul li:not(:last-child) {
    margin-bottom: 10px
}

.quarantine ol ol,.quarantine ol ul,.quarantine ul ol,.quarantine ul ul {
    padding-top: 10px;
    padding-left: 15px
}

.quarantine table {
    background-color: #fff;
    width: 100%
}

.quarantine table thead {
    background-color: #c4cedc;
    color: #002a58
}

.quarantine table th {
    text-align: left
}

.quarantine table td,.quarantine table th {
    padding: 10px 15px;
    border-width: 1px;
    border-color: #c4cedc
}

.quarantine table tr:nth-child(2n) {
    background: #f0f3f6
}

.quarantine table tfoot {
    background-color: #f3f3f3
}

.quarantine .oembed {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 50.25%;
    overflow: hidden
}

.quarantine .oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.quarantine .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 25px
}

.quarantine .gallery .gallery-item {
    padding: 10px
}

.quarantine .gallery img {
    display: block;
    width: 100%
}

.quarantine .gallery .gallery-caption {
    display: block;
    padding-top: 10px;
    font-size: .8125rem;
    font-style: italic
}

.quarantine .gallery-columns-1 .gallery-item {
    width: 200%
}

.quarantine .gallery-columns-2 .gallery-item {
    width: 100%
}

.quarantine .gallery-columns-3 .gallery-item {
    width: 66.66666667%
}

.quarantine .gallery-columns-4 .gallery-item {
    width: 50%
}

.quarantine .gallery-columns-5 .gallery-item {
    width: 40%
}

.quarantine .gallery-columns-6 .gallery-item {
    width: 33.33333333%
}

.quarantine .gallery-columns-7 .gallery-item {
    width: 28.57142857%
}

.quarantine .gallery-columns-8 .gallery-item {
    width: 25%
}

.quarantine .gallery-columns-9 .gallery-item {
    width: 22.22222222%
}

@media (min-width: 768px) {
    .quarantine .gallery-columns-1 .gallery-item {
        width:100%
    }

    .quarantine .gallery-columns-2 .gallery-item {
        width: 50%
    }

    .quarantine .gallery-columns-3 .gallery-item {
        width: 33.33333333%
    }

    .quarantine .gallery-columns-4 .gallery-item {
        width: 25%
    }

    .quarantine .gallery-columns-5 .gallery-item {
        width: 20%
    }

    .quarantine .gallery-columns-6 .gallery-item {
        width: 16.66666667%
    }

    .quarantine .gallery-columns-7 .gallery-item {
        width: 14.28571429%
    }

    .quarantine .gallery-columns-8 .gallery-item {
        width: 12.5%
    }

    .quarantine .gallery-columns-9 .gallery-item {
        width: 11.11111111%
    }
}

.quarantine-with-lead p {
    line-height: 1.75
}

.quarantine-with-lead p:first-of-type {
    font-size: 1rem
}

.jic-alr--header-decor {
    width: 100vw;
    height: 12px;
    background-color: #9ad3cb
}

.jic-alr--header {
    padding: 1rem 0
}

.jic-alr--header img {
    width: 100%;
    max-width: 250px
}

@media (min-width: 576px) {
    .jic-alr--header img {
        max-width:292px
    }
}

.jic-alr--header .jic-alr--tags {
    list-style: none
}

.jic-alr--header .jic-alr--tags li {
    color: #707b81;
    font-size: 16px;
    font-style: italic;
    font-weight: 300
}

.jic-alr--header .jic-alr--tags li:first-child {
    font-size: 20px;
    font-weight: 700
}

.jic-alr--header .jic-alr--tags li a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.jic-alr--header .jic-alr--tags li a:hover {
    text-decoration: underline
}

.jic-alr--hero {
    position: relative;
    min-height: 750px
}

.jic-alr--hero .jic-alr--angled-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    background-color: rgba(70,77,83,.499093);
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

@media (min-width: 576px) {
    .jic-alr--hero .jic-alr--angled-overlay {
        font-size:55px
    }
}

@media (min-width: 768px) {
    .jic-alr--hero .jic-alr--angled-overlay {
        font-size:70px
    }
}

.jic-alr--hero .jic-alr--angled-overlay:before {
    position: absolute;
    top: -100px;
    width: 100vw;
    height: 100px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23464D53' fill-opacity='.499' d='M0 0l100 100H0z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    content: ""
}

.jic-alr-fc--header {
    margin-bottom: 35px
}

.jic-alr-fc--header h1,.jic-alr-fc--header h2,.jic-alr-fc--header h3 {
    font-family: Merriweather,Georgia,serif;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    text-align: left
}

.jic-alr-fc--lead {
    margin-bottom: 35px
}

.jic-alr-fc--lead p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px
}

.jic-alr-fc--wysiwig {
    margin-bottom: 35px
}

.jic-alr-fc--wysiwig h1,.jic-alr-fc--wysiwig h2,.jic-alr-fc--wysiwig h3 {
    font-family: Lato,Helvetica Neue,sans-serif;
    font-style: italic;
    font-weight: 300
}

.jic-alr-fc--wysiwig p {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

.jic-alr-fc--list {
    margin-bottom: 35px
}

.jic-alr-fc--list ul li {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

.jic-alr-fc--image {
    margin-bottom: 35px
}

.jic-alr-fc--image img {
    margin-bottom: 15px
}

.jic-alr-fc--image figcaption {
    font-size: 14px;
    font-weight: 300;
    line-height: 17px
}

.jic-alr-fc--parallax {
    position: relative;
    height: 640px;
    margin-bottom: 70px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (min-width: 768px) {
    .jic-alr-fc--parallax {
        background-attachment:fixed
    }
}

.jic-alr-fc--parallax .jic-alr-fc--anchor-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

.jic-alr-fc--parallax .jic-alr-fc--anchor-bottom .jic-alr-fc--parallax-content {
    padding-bottom: 100px;
    color: #fff;
    font-size: 40px;
    font-style: italic
}

.jic-alr-fc--quote {
    margin-top: 25px;
    margin-bottom: 70px
}

.jic-alr-fc--quote .jic-alr-fc--lquote {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 30px;
    background: url("../images/alr-left-quote.svg") 0 no-repeat;
    background-size: 85%
}

@media (min-width: 768px) {
    .jic-alr-fc--quote .jic-alr-fc--lquote {
        width:60px;
        height: 40px;
        background-size: 100%
    }
}

.jic-alr-fc--quote .jic-alr-fc--rquote {
    font-size: 23px;
    font-weight: 300;
    line-height: 35px
}

@media (min-width: 768px) {
    .jic-alr-fc--quote .jic-alr-fc--rquote {
        padding-left:20px;
        font-size: 35px;
        line-height: 50px
    }
}

.jic-alr-fc--quote .jic-alr-fc--rquote span:after {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 43px;
    height: 27px;
    background: url("../images/alr-right-quote.svg") bottom no-repeat;
    background-size: 85%;
    content: ""
}

@media (min-width: 768px) {
    .jic-alr-fc--quote .jic-alr-fc--rquote span:after {
        top:0;
        width: 60px;
        height: 40px;
        margin-left: 10px;
        background-size: 100%
    }
}

.jic-alr-fc--hr {
    width: 100%;
    height: 12px;
    margin-bottom: 35px;
    background-color: #9ad3cb
}

.jic-alr-fc--whitespace span {
    display: block
}

.jic-alr--related-person {
    padding-bottom: 30px
}

.ais-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0
}

.ais-pagination__item {
    padding-left: 10px
}

.ais-pagination__item--active .ais-pagination__link {
    background-color: #ec585b;
    color: #fff
}

.ais-pagination__item--active .ais-pagination__link:hover {
    background-color: #f6b2b4;
    color: #fff
}

.ais-pagination__item--first,.ais-pagination__item--last {
    display: none
}

.ais-pagination__item--next .ais-pagination__link,.ais-pagination__item--previous .ais-pagination__link {
    background-color: #fff;
    color: #ec585b
}

.ais-pagination__link {
    display: block;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: .875rem;
    color: #4d555b;
    font-weight: 700;
    text-decoration: none
}

.ais-pagination__link:hover {
    background-color: #c4cedc;
    color: #464d53
}

.banner-ornate {
    position: relative;
    width: 100%;
    background: #f3f3f3 no-repeat 50%;
    background-size: cover
}

.banner-ornate-inner {
    position: relative;
    height: 180px
}

.banner-ornate-inner:after,.banner-ornate-inner:before {
    display: block;
    position: absolute;
    right: 1rem;
    width: calc(25% - 31px);
    background-color: rgba(222,187,29,.5);
    content: "";
    z-index: 9
}

@supports (mix-blend-mode: multiply) {
    .banner-ornate-inner:after,.banner-ornate-inner:before {
        background-color:#debb1d;
        mix-blend-mode: multiply
    }
}

.banner-ornate-inner:before {
    top: 0;
    height: 100%
}

.banner-ornate-inner:after {
    top: 105%;
    height: 60px
}

@media (min-width: 576px) {
    .banner-ornate-inner {
        height:280px
    }

    .banner-ornate-inner:after {
        height: 100px
    }
}

@media (min-width: 768px) {
    .banner-ornate-inner {
        height:340px
    }

    .banner-ornate-inner:after {
        height: 160px
    }
}

@media (min-width: 992px) {
    .banner-ornate-inner {
        height:480px
    }

    .banner-ornate-inner:after {
        height: 270px
    }
}

.banner-split-left {
    display: none
}

@media (min-width: 768px) {
    .banner-split-left {
        display:block;
        float: left;
        height: 100%;
        width: 50%
    }
}

@media (min-width: 992px) {
    .banner-split-left {
        width:40%
    }
}

.banner-split-right {
    float: left;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px
}

@media (min-width: 768px) {
    .banner-split-right {
        width:50%;
        height: 100%
    }
}

@media (min-width: 992px) {
    .banner-split-right {
        width:60%
    }
}

.btn-arrow {
    color: #4d555b;
    font-family: Lato,Helvetica Neue,sans-serif;
    font-weight: 700;
    text-decoration: none
}

.btn-arrow,.btn-arrow:after {
    display: inline-block;
    position: relative
}

.btn-arrow:after {
    bottom: -1px;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url("../images/icon-arrow-blush.svg") no-repeat 50%;
    content: "";
    vertical-align: baseline
}

.btn-arrow.blush-dark:after {
    background: url("../images/icon-arrow-white.svg") no-repeat 50%
}

.btn-arrow:focus,.btn-arrow:hover {
    color: #ec585b
}

.btn-icon {
    width: 32px;
    height: 32px;
    background: no-repeat 50%;
    background-size: 16px;
    text-indent: -100px;
    white-space: nowrap;
    overflow: hidden
}

.btn-menu {
    background-image: url("../images/icon-menu.svg")
}

/*.btn-search {
    background-image: url("../images/icon-search.svg")
}*/

@media (min-width: 768px) {
    .btn-search {
        width:auto;
        height: auto;
        padding-left: 20px;
        background-position: 0 50%;
        background-size: auto;
        text-indent: 0;
        overflow: visible
    }
}

.btn-close {
    background-image: url("../images/icon-close-white.svg")
}

.btn-clear {
    background-image: url("../images/icon-close-slate.svg");
    background-size: 10px
}

.btn-solid {
    display: inline-block;
    border-radius: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    background-color: #4d555b;
    color: #fff;
    font-size: .75rem;
    text-decoration: none;
    letter-spacing: .05em
}

.btn-solid:focus,.btn-solid:hover {
    background-color: #70767b
}

.date-bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.date-bubble span {
    position: relative;
    top: -1px
}

.header-profile {
    position: relative
}

@media (min-width: 768px) {
    .header-profile {
        height:330px
    }
}

.header-profile .container {
    position: relative;
    z-index: 2
}

.header-profile .triangle-base {
    position: absolute;
    bottom: 0;
    left: 0
}

.info-map {
    position: relative;
    background-color: #f3f3f3
}

.info-map .triangle-base {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.info-map .info-map-canvas {
    height: 440px
}

@media (min-width: 768px) {
    .info-map .info-map-canvas {
        height:700px
    }
}

@media (min-width: 992px) {
    .info-map .info-map-canvas {
        height:860px
    }
}

.input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    padding: 10px 15px;
    color: #4d555b
}

.input[disabled] {
    opacity: .75;
    cursor: not-allowed
}

.input-select {
    text-transform: uppercase;
    padding-right: 3rem;
    background: #f3f3f3 url("../images/icon-arrow-down.svg") no-repeat calc(100% - 1rem) 50%
}

.input-select:focus {
    outline: none;
    background-color: #c4cedc
}

.list-divided>:not(:last-child):after {
    padding: 0 2px;
    content: "/"
}

.list-logos li:nth-child(2n-1) {
    border-right: 1px solid #70767b
}

.list-logos img {
    max-width: 100px
}

@media (min-width: 768px) {
    .list-logos li {
        border-right:1px solid #70767b
    }

    .list-logos li:first-child {
        border-left: 1px solid #70767b
    }
}

.list-siblings {
    list-style: none;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.list-siblings-item {
    padding-left: 25px;
    padding-right: 25px
}

.list-siblings-item:not(:last-child) .list-siblings-link {
    border-bottom-width: 1px;
    border-color: hsla(0,0%,100%,.25)
}

.list-siblings-item-current {
    position: relative;
    background-color: #fff
}

.list-siblings-item-current .list-siblings-link {
    color: #4d555b
}

.list-siblings-item-current .list-siblings-link:hover {
    color: #70767b
}

.list-siblings-item-current:after {
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    background: url("../images/sibling-cap.svg");
    background-size: 100% 100%;
    content: ""
}

.list-siblings-link {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: none
}

.list-siblings-link:hover {
    color: #e5c94a
}

.list-timeline {
    position: relative
}

.list-timeline:after,.list-timeline:before {
    display: block;
    position: absolute;
    left: 50%;
    background-color: #464d53;
    content: "";
    z-index: -1
}

.list-timeline:before {
    top: -2px;
    width: 26px;
    height: 2px;
    margin-left: -13px
}

.list-timeline:after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

@media (min-width: 768px) {
    .list-timeline {
        padding-top:100px
    }

    .list-timeline>:nth-child(2n-1) {
        margin-top: -100px
    }

    .list-timeline>:nth-child(2n-1) .list-timeline-block:before {
        right: -46px
    }

    .list-timeline>:nth-child(2n-1) .list-timeline-block:after {
        right: -30px;
        border-width: 40px 0 40px 30px;
        border-color: transparent transparent transparent currentColor
    }

    .list-timeline>:nth-child(2n) {
        margin-top: 100px
    }

    .list-timeline>:nth-child(2n) .list-timeline-block:before {
        left: -46px
    }

    .list-timeline>:nth-child(2n) .list-timeline-block:after {
        left: -30px;
        border-width: 40px 30px 40px 0;
        border-color: transparent currentColor transparent transparent
    }
}

.list-timeline-block {
    position: relative
}

@media (min-width: 768px) {
    .list-timeline-block:before {
        position:absolute;
        top: calc(25% + 34px);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #464d53;
        content: ""
    }

    .list-timeline-block:after {
        display: block;
        position: absolute;
        top: 25%;
        width: 0;
        height: 0;
        border-style: solid;
        content: ""
    }
}

.pagination {
    padding-top: 40px;
    text-align: center
}

.pagination .page-numbers {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: .875rem;
    color: #4d555b;
    font-weight: 700;
    text-decoration: none
}

.pagination .page-numbers:not(.current):hover {
    background-color: #c4cedc;
    color: #464d53
}

.pagination .current {
    background-color: #ec585b;
    color: #fff
}

.pagination .next,.pagination .prev {
    background-color: #fff;
    color: #ec585b
}

.title {
    font-family: Merriweather,Georgia,serif;
    font-weight: 400;
    line-height: 1.25;
    font-style: italic;
    text-rendering: optimizeLegibility
}

.triangle-base {
    width: 100%;
    height: 60px
}

.triangle-base svg {
    width: 100%!important;
    height: 60px!important
}

@media (min-width: 768px) {
    .triangle-base {
        height:120px
    }

    .triangle-base svg {
        height: 120px!important
    }
}

.triangle-north {
    position: relative;
    margin-top: -80px;
    z-index: -1
}

@media (min-width: 768px) {
    .triangle-north {
        margin-top:-155px
    }
}

.sidebar section:nth-child(odd) {
    background-color: hsla(0,0%,100%,.25)
}

.sidebar li a img.email {
    margin-right: 3px;
    margin-left: 3px
}

@media (min-width: 992px) {
    .publication-sidebar {
        margin-top:-235px
    }
}

.list-reset {
    list-style: none;
    padding: 0
}

.bg-slate-darker {
    background-color: #464d53
}

.bg-slate-dark {
    background-color: #4d555b
}

.bg-slate-base {
    background-color: #70767b
}

.bg-slate-light {
    background-color: #f3f3f3
}

.bg-indigo-dark {
    background-color: #002a58
}

.bg-indigo-base {
    background-color: #6982a7
}

.bg-indigo-light {
    background-color: #c4cedc
}

.bg-sage-dark {
    background-color: #547d64
}

.bg-sage-base {
    background-color: #70a585
}

.bg-sage-light {
    background-color: #b9d3c3
}

.bg-sage-extra-light {
    background-color: #cbded2
}

.bg-sky-dark {
    background-color: #9ad3cb
}

.bg-blush-dark {
    background-color: #ec585b
}

.bg-blush-base {
    background-color: #f6b2b4
}

.bg-saffron-dark {
    background-color: #debb1d
}

.bg-saffron-base {
    background-color: #e5c94a
}

.bg-saffron-light {
    background-color: #e8cf5f
}

.bg-white {
    background-color: #fff
}

.bg-tint {
    background-color: hsla(0,0%,100%,.25)
}

.bg-fog {
    background-color: rgba(70,77,83,.95)
}

.hover\:bg-slate-darker:hover {
    background-color: #464d53
}

.hover\:bg-slate-dark:hover {
    background-color: #4d555b
}

.hover\:bg-slate-base:hover {
    background-color: #70767b
}

.hover\:bg-slate-light:hover {
    background-color: #f3f3f3
}

.hover\:bg-indigo-dark:hover {
    background-color: #002a58
}

.hover\:bg-indigo-base:hover {
    background-color: #6982a7
}

.hover\:bg-indigo-light:hover {
    background-color: #c4cedc
}

.hover\:bg-sage-dark:hover {
    background-color: #547d64
}

.hover\:bg-sage-base:hover {
    background-color: #70a585
}

.hover\:bg-sage-light:hover {
    background-color: #b9d3c3
}

.hover\:bg-sky-dark:hover {
    background-color: #9ad3cb
}

.hover\:bg-blush-dark:hover {
    background-color: #ec585b
}

.hover\:bg-blush-base:hover {
    background-color: #f6b2b4
}

.hover\:bg-saffron-dark:hover {
    background-color: #debb1d
}

.hover\:bg-saffron-base:hover {
    background-color: #e5c94a
}

.hover\:bg-saffron-light:hover {
    background-color: #e8cf5f
}

.hover\:bg-white:hover {
    background-color: #fff
}

.focus\:bg-slate-darker:focus {
    background-color: #464d53
}

.focus\:bg-slate-dark:focus {
    background-color: #4d555b
}

.focus\:bg-slate-base:focus {
    background-color: #70767b
}

.focus\:bg-slate-light:focus {
    background-color: #f3f3f3
}

.focus\:bg-indigo-dark:focus {
    background-color: #002a58
}

.focus\:bg-indigo-base:focus {
    background-color: #6982a7
}

.focus\:bg-indigo-light:focus {
    background-color: #c4cedc
}

.focus\:bg-sage-dark:focus {
    background-color: #547d64
}

.focus\:bg-sage-base:focus {
    background-color: #70a585
}

.focus\:bg-sage-light:focus {
    background-color: #b9d3c3
}

.focus\:bg-sky-dark:focus {
    background-color: #9ad3cb
}

.focus\:bg-blush-dark:focus {
    background-color: #ec585b
}

.focus\:bg-blush-base:focus {
    background-color: #f6b2b4
}

.focus\:bg-saffron-dark:focus {
    background-color: #debb1d
}

.focus\:bg-saffron-base:focus {
    background-color: #e5c94a
}

.focus\:bg-saffron-light:focus {
    background-color: #e8cf5f
}

.border-slate-darker {
    border-color: #464d53
}

.border-slate-dark {
    border-color: #4d555b
}

.border-slate-base {
    border-color: #70767b
}

.border-slate-light {
    border-color: #f3f3f3
}

.border-indigo-dark {
    border-color: #002a58
}

.border-indigo-base {
    border-color: #6982a7
}

.border-indigo-light {
    border-color: #c4cedc
}

.border-sage-dark {
    border-color: #547d64
}

.border-sage-base {
    border-color: #70a585
}

.border-sage-light {
    border-color: #b9d3c3
}

.border-sky-dark {
    border-color: #9ad3cb
}

.border-blush-dark {
    border-color: #ec585b
}

.border-blush-base {
    border-color: #f6b2b4
}

.border-saffron-dark {
    border-color: #debb1d
}

.border-saffron-base {
    border-color: #e5c94a
}

.border-saffron-light {
    border-color: #e8cf5f
}

.hover\:border-slate-darker:hover {
    border-color: #464d53
}

.hover\:border-slate-dark:hover {
    border-color: #4d555b
}

.hover\:border-slate-base:hover {
    border-color: #70767b
}

.hover\:border-slate-light:hover {
    border-color: #f3f3f3
}

.hover\:border-indigo-dark:hover {
    border-color: #002a58
}

.hover\:border-indigo-base:hover {
    border-color: #6982a7
}

.hover\:border-indigo-light:hover {
    border-color: #c4cedc
}

.hover\:border-sage-dark:hover {
    border-color: #547d64
}

.hover\:border-sage-base:hover {
    border-color: #70a585
}

.hover\:border-sage-light:hover {
    border-color: #b9d3c3
}

.hover\:border-sky-dark:hover {
    border-color: #9ad3cb
}

.hover\:border-blush-dark:hover {
    border-color: #ec585b
}

.hover\:border-blush-base:hover {
    border-color: #f6b2b4
}

.hover\:border-saffron-dark:hover {
    border-color: #debb1d
}

.hover\:border-saffron-base:hover {
    border-color: #e5c94a
}

.hover\:border-saffron-light:hover {
    border-color: #e8cf5f
}

.focus\:border-slate-darker:focus {
    border-color: #464d53
}

.focus\:border-slate-dark:focus {
    border-color: #4d555b
}

.focus\:border-slate-base:focus {
    border-color: #70767b
}

.focus\:border-slate-light:focus {
    border-color: #f3f3f3
}

.focus\:border-indigo-dark:focus {
    border-color: #002a58
}

.focus\:border-indigo-base:focus {
    border-color: #6982a7
}

.focus\:border-indigo-light:focus {
    border-color: #c4cedc
}

.focus\:border-sage-dark:focus {
    border-color: #547d64
}

.focus\:border-sage-base:focus {
    border-color: #70a585
}

.focus\:border-sage-light:focus {
    border-color: #b9d3c3
}

.focus\:border-sky-dark:focus {
    border-color: #9ad3cb
}

.focus\:border-blush-dark:focus {
    border-color: #ec585b
}

.focus\:border-blush-base:focus {
    border-color: #f6b2b4
}

.focus\:border-saffron-dark:focus {
    border-color: #debb1d
}

.focus\:border-saffron-base:focus {
    border-color: #e5c94a
}

.focus\:border-saffron-light:focus {
    border-color: #e8cf5f
}

.rounded {
    border-radius: 2px
}

.border-t {
    border-top-width: 1px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-row,.flex-row-reverse {
    -webkit-box-orient: horizontal
}

.flex-row-reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.font-serif {
    font-family: Merriweather,Georgia,serif
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-spaced {
    line-height: 1.75
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-xs {
    margin-top: 10px;
    margin-bottom: 10px
}

.mx-container {
    margin-left: 1rem;
    margin-right: 1rem
}

.mr-xxs {
    margin-right: 5px
}

.mb-xxs {
    margin-bottom: 5px
}

.mb-xs {
    margin-bottom: 10px
}

.mt-sm {
    margin-top: 15px
}

.mr-sm {
    margin-right: 15px
}

.mb-sm {
    margin-bottom: 15px
}

.ml-sm {
    margin-left: 15px
}

.mt-md {
    margin-top: 25px
}

.mb-md {
    margin-bottom: 25px
}

.mt-lg {
    margin-top: 40px
}

.mb-lg {
    margin-bottom: 40px
}

.ml-lg {
    margin-left: 40px
}

.mb-xl {
    margin-bottom: 70px
}

.min-h-100 {
    min-height: 100px
}

.-m-xs {
    margin: -10px
}

.-m-sm {
    margin: -15px
}

.-mx-xs {
    margin-left: -10px;
    margin-right: -10px
}

.-mx-sm {
    margin-left: -15px;
    margin-right: -15px
}

.-mx-lg {
    margin-left: -40px;
    margin-right: -40px
}

.-mx-container {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mt-xs {
    margin-top: -10px
}

.-mb-xs {
    margin-bottom: -10px
}

.-mt-sm {
    margin-top: -15px
}

.-mt-md {
    margin-top: -25px
}

.-mb-md {
    margin-bottom: -25px
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 40px
}

.p-container {
    padding: 1rem
}

.px-none {
    padding-left: 0;
    padding-right: 0
}

.py-xxs {
    padding-top: 5px;
    padding-bottom: 5px
}

.px-xs {
    padding-left: 10px;
    padding-right: 10px
}

.py-sm {
    padding-top: 15px;
    padding-bottom: 15px
}

.px-sm {
    padding-left: 15px;
    padding-right: 15px
}

.py-md {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-lg {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-container {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.pt-none {
    padding-top: 0
}

.pr-none {
    padding-right: 0
}

.pb-none {
    padding-bottom: 0
}

.pl-none {
    padding-left: 0
}

.pt-xxs {
    padding-top: 5px
}

.pr-xxs {
    padding-right: 5px
}

.pb-xxs {
    padding-bottom: 5px
}

.pt-xs {
    padding-top: 10px
}

.pb-xs {
    padding-bottom: 10px
}

.pl-xs {
    padding-left: 10px
}

.pt-sm {
    padding-top: 15px
}

.pr-sm {
    padding-right: 15px
}

.pb-sm {
    padding-bottom: 15px
}

.pl-sm {
    padding-left: 15px
}

.pt-md {
    padding-top: 25px
}

.pb-md {
    padding-bottom: 25px
}

.pt-lg {
    padding-top: 40px
}

.pr-lg {
    padding-right: 40px
}

.pb-lg {
    padding-bottom: 40px
}

.pl-lg {
    padding-left: 40px
}

.pt-xl {
    padding-top: 70px
}

.pb-xl {
    padding-bottom: 70px
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.pin-t {
    top: 0
}

.pin-r {
    right: 0
}

.pin-b {
    bottom: 0
}

.pin-l {
    left: 0
}

.resize-y {
    resize: vertical
}

.shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)
}

.fill-current {
    fill: currentColor
}

.stroke-current {
    stroke: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-slate-darker {
    color: #464d53
}

.text-slate-dark {
    color: #4d555b
}

.text-slate-base {
    color: #70767b
}

.text-slate-light {
    color: #f3f3f3
}

.text-indigo-dark {
    color: #002a58
}

.text-indigo-base {
    color: #6982a7
}

.text-indigo-light {
    color: #c4cedc
}

.text-sage-dark {
    color: #547d64
}

.text-sage-base {
    color: #70a585
}

.text-sage-light {
    color: #b9d3c3
}

.text-sky-dark {
    color: #9ad3cb
}

.text-blush-dark {
    color: #ec585b
}

.text-blush-base {
    color: #f6b2b4
}

.text-saffron-dark {
    color: #debb1d
}

.text-saffron-base {
    color: #e5c94a
}

.text-saffron-light {
    color: #e8cf5f
}

.text-white {
    color: #fff
}

.hover\:text-slate-darker:hover {
    color: #464d53
}

.hover\:text-slate-dark:hover {
    color: #4d555b
}

.hover\:text-slate-base:hover {
    color: #70767b
}

.hover\:text-slate-light:hover {
    color: #f3f3f3
}

.hover\:text-indigo-dark:hover {
    color: #002a58
}

.hover\:text-indigo-base:hover {
    color: #6982a7
}

.hover\:text-indigo-light:hover {
    color: #c4cedc
}

.hover\:text-sage-dark:hover {
    color: #547d64
}

.hover\:text-sage-base:hover {
    color: #70a585
}

.hover\:text-sage-light:hover {
    color: #b9d3c3
}

.hover\:text-sky-dark:hover {
    color: #9ad3cb
}

.hover\:text-blush-dark:hover {
    color: #ec585b
}

.hover\:text-blush-base:hover {
    color: #f6b2b4
}

.hover\:text-saffron-dark:hover {
    color: #debb1d
}

.hover\:text-saffron-base:hover {
    color: #e5c94a
}

.hover\:text-saffron-light:hover {
    color: #e8cf5f
}

.focus\:text-slate-darker:focus {
    color: #464d53
}

.focus\:text-slate-dark:focus {
    color: #4d555b
}

.focus\:text-slate-base:focus {
    color: #70767b
}

.focus\:text-slate-light:focus {
    color: #f3f3f3
}

.focus\:text-indigo-dark:focus {
    color: #002a58
}

.focus\:text-indigo-base:focus {
    color: #6982a7
}

.focus\:text-indigo-light:focus {
    color: #c4cedc
}

.focus\:text-sage-dark:focus {
    color: #547d64
}

.focus\:text-sage-base:focus {
    color: #70a585
}

.focus\:text-sage-light:focus {
    color: #b9d3c3
}

.focus\:text-sky-dark:focus {
    color: #9ad3cb
}

.focus\:text-blush-dark:focus {
    color: #ec585b
}

.focus\:text-blush-base:focus {
    color: #f6b2b4
}

.focus\:text-saffron-dark:focus {
    color: #debb1d
}

.focus\:text-saffron-base:focus {
    color: #e5c94a
}

.focus\:text-saffron-light:focus {
    color: #e8cf5f
}

.text-12 {
    font-size: .75rem
}

.text-13 {
    font-size: .8125rem
}

.text-14 {
    font-size: .875rem
}

.text-16 {
    font-size: 1rem
}

.text-18 {
    font-size: 1.125rem
}

.text-21 {
    font-size: 1.313rem
}

.text-24 {
    font-size: 1.5rem
}

.text-36 {
    font-size: 2.25rem
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.normal-case {
    text-transform: none
}

.no-underline {
    text-decoration: none
}

.tracking-wide {
    letter-spacing: .05em
}

.align-middle {
    vertical-align: middle
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-2\/3 {
    width: 66.66667%
}

.w-3\/4 {
    width: 75%
}

.w-7\/8 {
    width: 87.5%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

@media (min-width: 576px) {
    .sm\:bg-slate-darker {
        background-color:#464d53
    }

    .sm\:bg-slate-dark {
        background-color: #4d555b
    }

    .sm\:bg-slate-base {
        background-color: #70767b
    }

    .sm\:bg-slate-light {
        background-color: #f3f3f3
    }

    .sm\:bg-indigo-dark {
        background-color: #002a58
    }

    .sm\:bg-indigo-base {
        background-color: #6982a7
    }

    .sm\:bg-indigo-light {
        background-color: #c4cedc
    }

    .sm\:bg-sage-dark {
        background-color: #547d64
    }

    .sm\:bg-sage-base {
        background-color: #70a585
    }

    .sm\:bg-sage-light {
        background-color: #b9d3c3
    }

    .sm\:bg-sky-dark {
        background-color: #9ad3cb
    }

    .sm\:bg-blush-dark {
        background-color: #ec585b
    }

    .sm\:bg-blush-base {
        background-color: #f6b2b4
    }

    .sm\:bg-saffron-dark {
        background-color: #debb1d
    }

    .sm\:bg-saffron-base {
        background-color: #e5c94a
    }

    .sm\:bg-saffron-light {
        background-color: #e8cf5f
    }

    .sm\:hover\:bg-slate-darker:hover {
        background-color: #464d53
    }

    .sm\:hover\:bg-slate-dark:hover {
        background-color: #4d555b
    }

    .sm\:hover\:bg-slate-base:hover {
        background-color: #70767b
    }

    .sm\:hover\:bg-slate-light:hover {
        background-color: #f3f3f3
    }

    .sm\:hover\:bg-indigo-dark:hover {
        background-color: #002a58
    }

    .sm\:hover\:bg-indigo-base:hover {
        background-color: #6982a7
    }

    .sm\:hover\:bg-indigo-light:hover {
        background-color: #c4cedc
    }

    .sm\:hover\:bg-sage-dark:hover {
        background-color: #547d64
    }

    .sm\:hover\:bg-sage-base:hover {
        background-color: #70a585
    }

    .sm\:hover\:bg-sage-light:hover {
        background-color: #b9d3c3
    }

    .sm\:hover\:bg-sky-dark:hover {
        background-color: #9ad3cb
    }

    .sm\:hover\:bg-blush-dark:hover {
        background-color: #ec585b
    }

    .sm\:hover\:bg-blush-base:hover {
        background-color: #f6b2b4
    }

    .sm\:hover\:bg-saffron-dark:hover {
        background-color: #debb1d
    }

    .sm\:hover\:bg-saffron-base:hover {
        background-color: #e5c94a
    }

    .sm\:hover\:bg-saffron-light:hover {
        background-color: #e8cf5f
    }

    .sm\:focus\:bg-slate-darker:focus {
        background-color: #464d53
    }

    .sm\:focus\:bg-slate-dark:focus {
        background-color: #4d555b
    }

    .sm\:focus\:bg-slate-base:focus {
        background-color: #70767b
    }

    .sm\:focus\:bg-slate-light:focus {
        background-color: #f3f3f3
    }

    .sm\:focus\:bg-indigo-dark:focus {
        background-color: #002a58
    }

    .sm\:focus\:bg-indigo-base:focus {
        background-color: #6982a7
    }

    .sm\:focus\:bg-indigo-light:focus {
        background-color: #c4cedc
    }

    .sm\:focus\:bg-sage-dark:focus {
        background-color: #547d64
    }

    .sm\:focus\:bg-sage-base:focus {
        background-color: #70a585
    }

    .sm\:focus\:bg-sage-light:focus {
        background-color: #b9d3c3
    }

    .sm\:focus\:bg-sky-dark:focus {
        background-color: #9ad3cb
    }

    .sm\:focus\:bg-blush-dark:focus {
        background-color: #ec585b
    }

    .sm\:focus\:bg-blush-base:focus {
        background-color: #f6b2b4
    }

    .sm\:focus\:bg-saffron-dark:focus {
        background-color: #debb1d
    }

    .sm\:focus\:bg-saffron-base:focus {
        background-color: #e5c94a
    }

    .sm\:focus\:bg-saffron-light:focus {
        background-color: #e8cf5f
    }

    .sm\:border-slate-darker {
        border-color: #464d53
    }

    .sm\:border-slate-dark {
        border-color: #4d555b
    }

    .sm\:border-slate-base {
        border-color: #70767b
    }

    .sm\:border-slate-light {
        border-color: #f3f3f3
    }

    .sm\:border-indigo-dark {
        border-color: #002a58
    }

    .sm\:border-indigo-base {
        border-color: #6982a7
    }

    .sm\:border-indigo-light {
        border-color: #c4cedc
    }

    .sm\:border-sage-dark {
        border-color: #547d64
    }

    .sm\:border-sage-base {
        border-color: #70a585
    }

    .sm\:border-sage-light {
        border-color: #b9d3c3
    }

    .sm\:border-sky-dark {
        border-color: #9ad3cb
    }

    .sm\:border-blush-dark {
        border-color: #ec585b
    }

    .sm\:border-blush-base {
        border-color: #f6b2b4
    }

    .sm\:border-saffron-dark {
        border-color: #debb1d
    }

    .sm\:border-saffron-base {
        border-color: #e5c94a
    }

    .sm\:border-saffron-light {
        border-color: #e8cf5f
    }

    .sm\:hover\:border-slate-darker:hover {
        border-color: #464d53
    }

    .sm\:hover\:border-slate-dark:hover {
        border-color: #4d555b
    }

    .sm\:hover\:border-slate-base:hover {
        border-color: #70767b
    }

    .sm\:hover\:border-slate-light:hover {
        border-color: #f3f3f3
    }

    .sm\:hover\:border-indigo-dark:hover {
        border-color: #002a58
    }

    .sm\:hover\:border-indigo-base:hover {
        border-color: #6982a7
    }

    .sm\:hover\:border-indigo-light:hover {
        border-color: #c4cedc
    }

    .sm\:hover\:border-sage-dark:hover {
        border-color: #547d64
    }

    .sm\:hover\:border-sage-base:hover {
        border-color: #70a585
    }

    .sm\:hover\:border-sage-light:hover {
        border-color: #b9d3c3
    }

    .sm\:hover\:border-sky-dark:hover {
        border-color: #9ad3cb
    }

    .sm\:hover\:border-blush-dark:hover {
        border-color: #ec585b
    }

    .sm\:hover\:border-blush-base:hover {
        border-color: #f6b2b4
    }

    .sm\:hover\:border-saffron-dark:hover {
        border-color: #debb1d
    }

    .sm\:hover\:border-saffron-base:hover {
        border-color: #e5c94a
    }

    .sm\:hover\:border-saffron-light:hover {
        border-color: #e8cf5f
    }

    .sm\:focus\:border-slate-darker:focus {
        border-color: #464d53
    }

    .sm\:focus\:border-slate-dark:focus {
        border-color: #4d555b
    }

    .sm\:focus\:border-slate-base:focus {
        border-color: #70767b
    }

    .sm\:focus\:border-slate-light:focus {
        border-color: #f3f3f3
    }

    .sm\:focus\:border-indigo-dark:focus {
        border-color: #002a58
    }

    .sm\:focus\:border-indigo-base:focus {
        border-color: #6982a7
    }

    .sm\:focus\:border-indigo-light:focus {
        border-color: #c4cedc
    }

    .sm\:focus\:border-sage-dark:focus {
        border-color: #547d64
    }

    .sm\:focus\:border-sage-base:focus {
        border-color: #70a585
    }

    .sm\:focus\:border-sage-light:focus {
        border-color: #b9d3c3
    }

    .sm\:focus\:border-sky-dark:focus {
        border-color: #9ad3cb
    }

    .sm\:focus\:border-blush-dark:focus {
        border-color: #ec585b
    }

    .sm\:focus\:border-blush-base:focus {
        border-color: #f6b2b4
    }

    .sm\:focus\:border-saffron-dark:focus {
        border-color: #debb1d
    }

    .sm\:focus\:border-saffron-base:focus {
        border-color: #e5c94a
    }

    .sm\:focus\:border-saffron-light:focus {
        border-color: #e8cf5f
    }

    .sm\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .sm\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sm\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .sm\:mx-none {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:mb-none {
        margin-bottom: 0
    }

    .sm\:ml-md {
        margin-left: 25px
    }

    .sm\:-mx-xxs {
        margin-left: -5px;
        margin-right: -5px
    }

    .sm\:p-md {
        padding: 25px
    }

    .sm\:px-xxs {
        padding-left: 5px;
        padding-right: 5px
    }

    .sm\:pt-none {
        padding-top: 0
    }

    .sm\:pb-lg {
        padding-bottom: 40px
    }

    .sm\:pr-xl {
        padding-right: 70px
    }

    .sm\:pl-xl {
        padding-left: 70px
    }

    .sm\:text-slate-darker {
        color: #464d53
    }

    .sm\:text-slate-dark {
        color: #4d555b
    }

    .sm\:text-slate-base {
        color: #70767b
    }

    .sm\:text-slate-light {
        color: #f3f3f3
    }

    .sm\:text-indigo-dark {
        color: #002a58
    }

    .sm\:text-indigo-base {
        color: #6982a7
    }

    .sm\:text-indigo-light {
        color: #c4cedc
    }

    .sm\:text-sage-dark {
        color: #547d64
    }

    .sm\:text-sage-base {
        color: #70a585
    }

    .sm\:text-sage-light {
        color: #b9d3c3
    }

    .sm\:text-sky-dark {
        color: #9ad3cb
    }

    .sm\:text-blush-dark {
        color: #ec585b
    }

    .sm\:text-blush-base {
        color: #f6b2b4
    }

    .sm\:text-saffron-dark {
        color: #debb1d
    }

    .sm\:text-saffron-base {
        color: #e5c94a
    }

    .sm\:text-saffron-light {
        color: #e8cf5f
    }

    .sm\:hover\:text-slate-darker:hover {
        color: #464d53
    }

    .sm\:hover\:text-slate-dark:hover {
        color: #4d555b
    }

    .sm\:hover\:text-slate-base:hover {
        color: #70767b
    }

    .sm\:hover\:text-slate-light:hover {
        color: #f3f3f3
    }

    .sm\:hover\:text-indigo-dark:hover {
        color: #002a58
    }

    .sm\:hover\:text-indigo-base:hover {
        color: #6982a7
    }

    .sm\:hover\:text-indigo-light:hover {
        color: #c4cedc
    }

    .sm\:hover\:text-sage-dark:hover {
        color: #547d64
    }

    .sm\:hover\:text-sage-base:hover {
        color: #70a585
    }

    .sm\:hover\:text-sage-light:hover {
        color: #b9d3c3
    }

    .sm\:hover\:text-sky-dark:hover {
        color: #9ad3cb
    }

    .sm\:hover\:text-blush-dark:hover {
        color: #ec585b
    }

    .sm\:hover\:text-blush-base:hover {
        color: #f6b2b4
    }

    .sm\:hover\:text-saffron-dark:hover {
        color: #debb1d
    }

    .sm\:hover\:text-saffron-base:hover {
        color: #e5c94a
    }

    .sm\:hover\:text-saffron-light:hover {
        color: #e8cf5f
    }

    .sm\:focus\:text-slate-darker:focus {
        color: #464d53
    }

    .sm\:focus\:text-slate-dark:focus {
        color: #4d555b
    }

    .sm\:focus\:text-slate-base:focus {
        color: #70767b
    }

    .sm\:focus\:text-slate-light:focus {
        color: #f3f3f3
    }

    .sm\:focus\:text-indigo-dark:focus {
        color: #002a58
    }

    .sm\:focus\:text-indigo-base:focus {
        color: #6982a7
    }

    .sm\:focus\:text-indigo-light:focus {
        color: #c4cedc
    }

    .sm\:focus\:text-sage-dark:focus {
        color: #547d64
    }

    .sm\:focus\:text-sage-base:focus {
        color: #70a585
    }

    .sm\:focus\:text-sage-light:focus {
        color: #b9d3c3
    }

    .sm\:focus\:text-sky-dark:focus {
        color: #9ad3cb
    }

    .sm\:focus\:text-blush-dark:focus {
        color: #ec585b
    }

    .sm\:focus\:text-blush-base:focus {
        color: #f6b2b4
    }

    .sm\:focus\:text-saffron-dark:focus {
        color: #debb1d
    }

    .sm\:focus\:text-saffron-base:focus {
        color: #e5c94a
    }

    .sm\:focus\:text-saffron-light:focus {
        color: #e8cf5f
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-1\/2 {
        width: 50%
    }
}

@media (min-width: 768px) {
    .md\:bg-slate-darker {
        background-color:#464d53
    }

    .md\:bg-slate-dark {
        background-color: #4d555b
    }

    .md\:bg-slate-base {
        background-color: #70767b
    }

    .md\:bg-slate-light {
        background-color: #f3f3f3
    }

    .md\:bg-indigo-dark {
        background-color: #002a58
    }

    .md\:bg-indigo-base {
        background-color: #6982a7
    }

    .md\:bg-indigo-light {
        background-color: #c4cedc
    }

    .md\:bg-sage-dark {
        background-color: #547d64
    }

    .md\:bg-sage-base {
        background-color: #70a585
    }

    .md\:bg-sage-light {
        background-color: #b9d3c3
    }

    .md\:bg-sky-dark {
        background-color: #9ad3cb
    }

    .md\:bg-blush-dark {
        background-color: #ec585b
    }

    .md\:bg-blush-base {
        background-color: #f6b2b4
    }

    .md\:bg-saffron-dark {
        background-color: #debb1d
    }

    .md\:bg-saffron-base {
        background-color: #e5c94a
    }

    .md\:bg-saffron-light {
        background-color: #e8cf5f
    }

    .md\:hover\:bg-slate-darker:hover {
        background-color: #464d53
    }

    .md\:hover\:bg-slate-dark:hover {
        background-color: #4d555b
    }

    .md\:hover\:bg-slate-base:hover {
        background-color: #70767b
    }

    .md\:hover\:bg-slate-light:hover {
        background-color: #f3f3f3
    }

    .md\:hover\:bg-indigo-dark:hover {
        background-color: #002a58
    }

    .md\:hover\:bg-indigo-base:hover {
        background-color: #6982a7
    }

    .md\:hover\:bg-indigo-light:hover {
        background-color: #c4cedc
    }

    .md\:hover\:bg-sage-dark:hover {
        background-color: #547d64
    }

    .md\:hover\:bg-sage-base:hover {
        background-color: #70a585
    }

    .md\:hover\:bg-sage-light:hover {
        background-color: #b9d3c3
    }

    .md\:hover\:bg-sky-dark:hover {
        background-color: #9ad3cb
    }

    .md\:hover\:bg-blush-dark:hover {
        background-color: #ec585b
    }

    .md\:hover\:bg-blush-base:hover {
        background-color: #f6b2b4
    }

    .md\:hover\:bg-saffron-dark:hover {
        background-color: #debb1d
    }

    .md\:hover\:bg-saffron-base:hover {
        background-color: #e5c94a
    }

    .md\:hover\:bg-saffron-light:hover {
        background-color: #e8cf5f
    }

    .md\:focus\:bg-slate-darker:focus {
        background-color: #464d53
    }

    .md\:focus\:bg-slate-dark:focus {
        background-color: #4d555b
    }

    .md\:focus\:bg-slate-base:focus {
        background-color: #70767b
    }

    .md\:focus\:bg-slate-light:focus {
        background-color: #f3f3f3
    }

    .md\:focus\:bg-indigo-dark:focus {
        background-color: #002a58
    }

    .md\:focus\:bg-indigo-base:focus {
        background-color: #6982a7
    }

    .md\:focus\:bg-indigo-light:focus {
        background-color: #c4cedc
    }

    .md\:focus\:bg-sage-dark:focus {
        background-color: #547d64
    }

    .md\:focus\:bg-sage-base:focus {
        background-color: #70a585
    }

    .md\:focus\:bg-sage-light:focus {
        background-color: #b9d3c3
    }

    .md\:focus\:bg-sky-dark:focus {
        background-color: #9ad3cb
    }

    .md\:focus\:bg-blush-dark:focus {
        background-color: #ec585b
    }

    .md\:focus\:bg-blush-base:focus {
        background-color: #f6b2b4
    }

    .md\:focus\:bg-saffron-dark:focus {
        background-color: #debb1d
    }

    .md\:focus\:bg-saffron-base:focus {
        background-color: #e5c94a
    }

    .md\:focus\:bg-saffron-light:focus {
        background-color: #e8cf5f
    }

    .md\:border-slate-darker {
        border-color: #464d53
    }

    .md\:border-slate-dark {
        border-color: #4d555b
    }

    .md\:border-slate-base {
        border-color: #70767b
    }

    .md\:border-slate-light {
        border-color: #f3f3f3
    }

    .md\:border-indigo-dark {
        border-color: #002a58
    }

    .md\:border-indigo-base {
        border-color: #6982a7
    }

    .md\:border-indigo-light {
        border-color: #c4cedc
    }

    .md\:border-sage-dark {
        border-color: #547d64
    }

    .md\:border-sage-base {
        border-color: #70a585
    }

    .md\:border-sage-light {
        border-color: #b9d3c3
    }

    .md\:border-sky-dark {
        border-color: #9ad3cb
    }

    .md\:border-blush-dark {
        border-color: #ec585b
    }

    .md\:border-blush-base {
        border-color: #f6b2b4
    }

    .md\:border-saffron-dark {
        border-color: #debb1d
    }

    .md\:border-saffron-base {
        border-color: #e5c94a
    }

    .md\:border-saffron-light {
        border-color: #e8cf5f
    }

    .md\:hover\:border-slate-darker:hover {
        border-color: #464d53
    }

    .md\:hover\:border-slate-dark:hover {
        border-color: #4d555b
    }

    .md\:hover\:border-slate-base:hover {
        border-color: #70767b
    }

    .md\:hover\:border-slate-light:hover {
        border-color: #f3f3f3
    }

    .md\:hover\:border-indigo-dark:hover {
        border-color: #002a58
    }

    .md\:hover\:border-indigo-base:hover {
        border-color: #6982a7
    }

    .md\:hover\:border-indigo-light:hover {
        border-color: #c4cedc
    }

    .md\:hover\:border-sage-dark:hover {
        border-color: #547d64
    }

    .md\:hover\:border-sage-base:hover {
        border-color: #70a585
    }

    .md\:hover\:border-sage-light:hover {
        border-color: #b9d3c3
    }

    .md\:hover\:border-sky-dark:hover {
        border-color: #9ad3cb
    }

    .md\:hover\:border-blush-dark:hover {
        border-color: #ec585b
    }

    .md\:hover\:border-blush-base:hover {
        border-color: #f6b2b4
    }

    .md\:hover\:border-saffron-dark:hover {
        border-color: #debb1d
    }

    .md\:hover\:border-saffron-base:hover {
        border-color: #e5c94a
    }

    .md\:hover\:border-saffron-light:hover {
        border-color: #e8cf5f
    }

    .md\:focus\:border-slate-darker:focus {
        border-color: #464d53
    }

    .md\:focus\:border-slate-dark:focus {
        border-color: #4d555b
    }

    .md\:focus\:border-slate-base:focus {
        border-color: #70767b
    }

    .md\:focus\:border-slate-light:focus {
        border-color: #f3f3f3
    }

    .md\:focus\:border-indigo-dark:focus {
        border-color: #002a58
    }

    .md\:focus\:border-indigo-base:focus {
        border-color: #6982a7
    }

    .md\:focus\:border-indigo-light:focus {
        border-color: #c4cedc
    }

    .md\:focus\:border-sage-dark:focus {
        border-color: #547d64
    }

    .md\:focus\:border-sage-base:focus {
        border-color: #70a585
    }

    .md\:focus\:border-sage-light:focus {
        border-color: #b9d3c3
    }

    .md\:focus\:border-sky-dark:focus {
        border-color: #9ad3cb
    }

    .md\:focus\:border-blush-dark:focus {
        border-color: #ec585b
    }

    .md\:focus\:border-blush-base:focus {
        border-color: #f6b2b4
    }

    .md\:focus\:border-saffron-dark:focus {
        border-color: #debb1d
    }

    .md\:focus\:border-saffron-base:focus {
        border-color: #e5c94a
    }

    .md\:focus\:border-saffron-light:focus {
        border-color: #e8cf5f
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:hidden {
        display: none
    }

    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .md\:flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .md\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:flex-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .md\:flex-none {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .md\:h-full {
        height: 100%
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mb-none {
        margin-bottom: 0
    }

    .md\:ml-md {
        margin-left: 25px
    }

    .md\:mr-lg {
        margin-right: 40px
    }

    .md\:mb-xl {
        margin-bottom: 70px
    }

    .md\:ml-xl {
        margin-left: 70px
    }

    .md\:-m-sm {
        margin: -15px
    }

    .md\:-mx-xxs {
        margin-left: -5px;
        margin-right: -5px
    }

    .md\:-mt-lg {
        margin-top: -40px
    }

    .md\:p-sm {
        padding: 15px
    }

    .md\:px-xxs {
        padding-left: 5px;
        padding-right: 5px
    }

    .md\:px-md {
        padding-left: 25px;
        padding-right: 25px
    }

    .md\:py-xl {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .md\:pt-none {
        padding-top: 0
    }

    .md\:pb-none {
        padding-bottom: 0
    }

    .md\:pt-sm {
        padding-top: 15px
    }

    .md\:pt-md {
        padding-top: 25px
    }

    .md\:pr-md {
        padding-right: 25px
    }

    .md\:pb-md {
        padding-bottom: 25px
    }

    .md\:pt-lg {
        padding-top: 40px
    }

    .md\:pb-lg {
        padding-bottom: 40px
    }

    .md\:pl-lg {
        padding-left: 40px
    }

    .md\:pt-xl {
        padding-top: 70px
    }

    .md\:pr-xl {
        padding-right: 70px
    }

    .md\:pb-xl {
        padding-bottom: 70px
    }

    .md\:pb-xxl {
        padding-bottom: 100px
    }

    .md\:absolute {
        position: absolute
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-slate-darker {
        color: #464d53
    }

    .md\:text-slate-dark {
        color: #4d555b
    }

    .md\:text-slate-base {
        color: #70767b
    }

    .md\:text-slate-light {
        color: #f3f3f3
    }

    .md\:text-indigo-dark {
        color: #002a58
    }

    .md\:text-indigo-base {
        color: #6982a7
    }

    .md\:text-indigo-light {
        color: #c4cedc
    }

    .md\:text-sage-dark {
        color: #547d64
    }

    .md\:text-sage-base {
        color: #70a585
    }

    .md\:text-sage-light {
        color: #b9d3c3
    }

    .md\:text-sky-dark {
        color: #9ad3cb
    }

    .md\:text-blush-dark {
        color: #ec585b
    }

    .md\:text-blush-base {
        color: #f6b2b4
    }

    .md\:text-saffron-dark {
        color: #debb1d
    }

    .md\:text-saffron-base {
        color: #e5c94a
    }

    .md\:text-saffron-light {
        color: #e8cf5f
    }

    .md\:hover\:text-slate-darker:hover {
        color: #464d53
    }

    .md\:hover\:text-slate-dark:hover {
        color: #4d555b
    }

    .md\:hover\:text-slate-base:hover {
        color: #70767b
    }

    .md\:hover\:text-slate-light:hover {
        color: #f3f3f3
    }

    .md\:hover\:text-indigo-dark:hover {
        color: #002a58
    }

    .md\:hover\:text-indigo-base:hover {
        color: #6982a7
    }

    .md\:hover\:text-indigo-light:hover {
        color: #c4cedc
    }

    .md\:hover\:text-sage-dark:hover {
        color: #547d64
    }

    .md\:hover\:text-sage-base:hover {
        color: #70a585
    }

    .md\:hover\:text-sage-light:hover {
        color: #b9d3c3
    }

    .md\:hover\:text-sky-dark:hover {
        color: #9ad3cb
    }

    .md\:hover\:text-blush-dark:hover {
        color: #ec585b
    }

    .md\:hover\:text-blush-base:hover {
        color: #f6b2b4
    }

    .md\:hover\:text-saffron-dark:hover {
        color: #debb1d
    }

    .md\:hover\:text-saffron-base:hover {
        color: #e5c94a
    }

    .md\:hover\:text-saffron-light:hover {
        color: #e8cf5f
    }

    .md\:focus\:text-slate-darker:focus {
        color: #464d53
    }

    .md\:focus\:text-slate-dark:focus {
        color: #4d555b
    }

    .md\:focus\:text-slate-base:focus {
        color: #70767b
    }

    .md\:focus\:text-slate-light:focus {
        color: #f3f3f3
    }

    .md\:focus\:text-indigo-dark:focus {
        color: #002a58
    }

    .md\:focus\:text-indigo-base:focus {
        color: #6982a7
    }

    .md\:focus\:text-indigo-light:focus {
        color: #c4cedc
    }

    .md\:focus\:text-sage-dark:focus {
        color: #547d64
    }

    .md\:focus\:text-sage-base:focus {
        color: #70a585
    }

    .md\:focus\:text-sage-light:focus {
        color: #b9d3c3
    }

    .md\:focus\:text-sky-dark:focus {
        color: #9ad3cb
    }

    .md\:focus\:text-blush-dark:focus {
        color: #ec585b
    }

    .md\:focus\:text-blush-base:focus {
        color: #f6b2b4
    }

    .md\:focus\:text-saffron-dark:focus {
        color: #debb1d
    }

    .md\:focus\:text-saffron-base:focus {
        color: #e5c94a
    }

    .md\:focus\:text-saffron-light:focus {
        color: #e8cf5f
    }

    .md\:text-18 {
        font-size: 1.125rem
    }

    .md\:text-21 {
        font-size: 1.313rem
    }

    .md\:text-24 {
        font-size: 1.5rem
    }

    .md\:text-40 {
        font-size: 2.5rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.33333%
    }

    .md\:w-2\/3 {
        width: 66.66667%
    }

    .md\:w-7\/8 {
        width: 87.5%
    }
}

@media (min-width: 992px) {
    .lg\:bg-slate-darker {
        background-color:#464d53
    }

    .lg\:bg-slate-dark {
        background-color: #4d555b
    }

    .lg\:bg-slate-base {
        background-color: #70767b
    }

    .lg\:bg-slate-light {
        background-color: #f3f3f3
    }

    .lg\:bg-indigo-dark {
        background-color: #002a58
    }

    .lg\:bg-indigo-base {
        background-color: #6982a7
    }

    .lg\:bg-indigo-light {
        background-color: #c4cedc
    }

    .lg\:bg-sage-dark {
        background-color: #547d64
    }

    .lg\:bg-sage-base {
        background-color: #70a585
    }

    .lg\:bg-sage-light {
        background-color: #b9d3c3
    }

    .lg\:bg-sky-dark {
        background-color: #9ad3cb
    }

    .lg\:bg-blush-dark {
        background-color: #ec585b
    }

    .lg\:bg-blush-base {
        background-color: #f6b2b4
    }

    .lg\:bg-saffron-dark {
        background-color: #debb1d
    }

    .lg\:bg-saffron-base {
        background-color: #e5c94a
    }

    .lg\:bg-saffron-light {
        background-color: #e8cf5f
    }

    .lg\:hover\:bg-slate-darker:hover {
        background-color: #464d53
    }

    .lg\:hover\:bg-slate-dark:hover {
        background-color: #4d555b
    }

    .lg\:hover\:bg-slate-base:hover {
        background-color: #70767b
    }

    .lg\:hover\:bg-slate-light:hover {
        background-color: #f3f3f3
    }

    .lg\:hover\:bg-indigo-dark:hover {
        background-color: #002a58
    }

    .lg\:hover\:bg-indigo-base:hover {
        background-color: #6982a7
    }

    .lg\:hover\:bg-indigo-light:hover {
        background-color: #c4cedc
    }

    .lg\:hover\:bg-sage-dark:hover {
        background-color: #547d64
    }

    .lg\:hover\:bg-sage-base:hover {
        background-color: #70a585
    }

    .lg\:hover\:bg-sage-light:hover {
        background-color: #b9d3c3
    }

    .lg\:hover\:bg-sky-dark:hover {
        background-color: #9ad3cb
    }

    .lg\:hover\:bg-blush-dark:hover {
        background-color: #ec585b
    }

    .lg\:hover\:bg-blush-base:hover {
        background-color: #f6b2b4
    }

    .lg\:hover\:bg-saffron-dark:hover {
        background-color: #debb1d
    }

    .lg\:hover\:bg-saffron-base:hover {
        background-color: #e5c94a
    }

    .lg\:hover\:bg-saffron-light:hover {
        background-color: #e8cf5f
    }

    .lg\:focus\:bg-slate-darker:focus {
        background-color: #464d53
    }

    .lg\:focus\:bg-slate-dark:focus {
        background-color: #4d555b
    }

    .lg\:focus\:bg-slate-base:focus {
        background-color: #70767b
    }

    .lg\:focus\:bg-slate-light:focus {
        background-color: #f3f3f3
    }

    .lg\:focus\:bg-indigo-dark:focus {
        background-color: #002a58
    }

    .lg\:focus\:bg-indigo-base:focus {
        background-color: #6982a7
    }

    .lg\:focus\:bg-indigo-light:focus {
        background-color: #c4cedc
    }

    .lg\:focus\:bg-sage-dark:focus {
        background-color: #547d64
    }

    .lg\:focus\:bg-sage-base:focus {
        background-color: #70a585
    }

    .lg\:focus\:bg-sage-light:focus {
        background-color: #b9d3c3
    }

    .lg\:focus\:bg-sky-dark:focus {
        background-color: #9ad3cb
    }

    .lg\:focus\:bg-blush-dark:focus {
        background-color: #ec585b
    }

    .lg\:focus\:bg-blush-base:focus {
        background-color: #f6b2b4
    }

    .lg\:focus\:bg-saffron-dark:focus {
        background-color: #debb1d
    }

    .lg\:focus\:bg-saffron-base:focus {
        background-color: #e5c94a
    }

    .lg\:focus\:bg-saffron-light:focus {
        background-color: #e8cf5f
    }

    .lg\:border-slate-darker {
        border-color: #464d53
    }

    .lg\:border-slate-dark {
        border-color: #4d555b
    }

    .lg\:border-slate-base {
        border-color: #70767b
    }

    .lg\:border-slate-light {
        border-color: #f3f3f3
    }

    .lg\:border-indigo-dark {
        border-color: #002a58
    }

    .lg\:border-indigo-base {
        border-color: #6982a7
    }

    .lg\:border-indigo-light {
        border-color: #c4cedc
    }

    .lg\:border-sage-dark {
        border-color: #547d64
    }

    .lg\:border-sage-base {
        border-color: #70a585
    }

    .lg\:border-sage-light {
        border-color: #b9d3c3
    }

    .lg\:border-sky-dark {
        border-color: #9ad3cb
    }

    .lg\:border-blush-dark {
        border-color: #ec585b
    }

    .lg\:border-blush-base {
        border-color: #f6b2b4
    }

    .lg\:border-saffron-dark {
        border-color: #debb1d
    }

    .lg\:border-saffron-base {
        border-color: #e5c94a
    }

    .lg\:border-saffron-light {
        border-color: #e8cf5f
    }

    .lg\:hover\:border-slate-darker:hover {
        border-color: #464d53
    }

    .lg\:hover\:border-slate-dark:hover {
        border-color: #4d555b
    }

    .lg\:hover\:border-slate-base:hover {
        border-color: #70767b
    }

    .lg\:hover\:border-slate-light:hover {
        border-color: #f3f3f3
    }

    .lg\:hover\:border-indigo-dark:hover {
        border-color: #002a58
    }

    .lg\:hover\:border-indigo-base:hover {
        border-color: #6982a7
    }

    .lg\:hover\:border-indigo-light:hover {
        border-color: #c4cedc
    }

    .lg\:hover\:border-sage-dark:hover {
        border-color: #547d64
    }

    .lg\:hover\:border-sage-base:hover {
        border-color: #70a585
    }

    .lg\:hover\:border-sage-light:hover {
        border-color: #b9d3c3
    }

    .lg\:hover\:border-sky-dark:hover {
        border-color: #9ad3cb
    }

    .lg\:hover\:border-blush-dark:hover {
        border-color: #ec585b
    }

    .lg\:hover\:border-blush-base:hover {
        border-color: #f6b2b4
    }

    .lg\:hover\:border-saffron-dark:hover {
        border-color: #debb1d
    }

    .lg\:hover\:border-saffron-base:hover {
        border-color: #e5c94a
    }

    .lg\:hover\:border-saffron-light:hover {
        border-color: #e8cf5f
    }

    .lg\:focus\:border-slate-darker:focus {
        border-color: #464d53
    }

    .lg\:focus\:border-slate-dark:focus {
        border-color: #4d555b
    }

    .lg\:focus\:border-slate-base:focus {
        border-color: #70767b
    }

    .lg\:focus\:border-slate-light:focus {
        border-color: #f3f3f3
    }

    .lg\:focus\:border-indigo-dark:focus {
        border-color: #002a58
    }

    .lg\:focus\:border-indigo-base:focus {
        border-color: #6982a7
    }

    .lg\:focus\:border-indigo-light:focus {
        border-color: #c4cedc
    }

    .lg\:focus\:border-sage-dark:focus {
        border-color: #547d64
    }

    .lg\:focus\:border-sage-base:focus {
        border-color: #70a585
    }

    .lg\:focus\:border-sage-light:focus {
        border-color: #b9d3c3
    }

    .lg\:focus\:border-sky-dark:focus {
        border-color: #9ad3cb
    }

    .lg\:focus\:border-blush-dark:focus {
        border-color: #ec585b
    }

    .lg\:focus\:border-blush-base:focus {
        border-color: #f6b2b4
    }

    .lg\:focus\:border-saffron-dark:focus {
        border-color: #debb1d
    }

    .lg\:focus\:border-saffron-base:focus {
        border-color: #e5c94a
    }

    .lg\:focus\:border-saffron-light:focus {
        border-color: #e8cf5f
    }

    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .lg\:flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .lg\:mb-none {
        margin-bottom: 0
    }

    .lg\:mb-xxl {
        margin-bottom: 100px
    }

    .lg\:-mt-lg {
        margin-top: -40px
    }

    .lg\:px-xl {
        padding-left: 70px;
        padding-right: 70px
    }

    .lg\:pl-md {
        padding-left: 25px
    }

    .lg\:pl-lg {
        padding-left: 40px
    }

    .lg\:relative {
        position: relative
    }

    .lg\:text-slate-darker {
        color: #464d53
    }

    .lg\:text-slate-dark {
        color: #4d555b
    }

    .lg\:text-slate-base {
        color: #70767b
    }

    .lg\:text-slate-light {
        color: #f3f3f3
    }

    .lg\:text-indigo-dark {
        color: #002a58
    }

    .lg\:text-indigo-base {
        color: #6982a7
    }

    .lg\:text-indigo-light {
        color: #c4cedc
    }

    .lg\:text-sage-dark {
        color: #547d64
    }

    .lg\:text-sage-base {
        color: #70a585
    }

    .lg\:text-sage-light {
        color: #b9d3c3
    }

    .lg\:text-sky-dark {
        color: #9ad3cb
    }

    .lg\:text-blush-dark {
        color: #ec585b
    }

    .lg\:text-blush-base {
        color: #f6b2b4
    }

    .lg\:text-saffron-dark {
        color: #debb1d
    }

    .lg\:text-saffron-base {
        color: #e5c94a
    }

    .lg\:text-saffron-light {
        color: #e8cf5f
    }

    .lg\:hover\:text-slate-darker:hover {
        color: #464d53
    }

    .lg\:hover\:text-slate-dark:hover {
        color: #4d555b
    }

    .lg\:hover\:text-slate-base:hover {
        color: #70767b
    }

    .lg\:hover\:text-slate-light:hover {
        color: #f3f3f3
    }

    .lg\:hover\:text-indigo-dark:hover {
        color: #002a58
    }

    .lg\:hover\:text-indigo-base:hover {
        color: #6982a7
    }

    .lg\:hover\:text-indigo-light:hover {
        color: #c4cedc
    }

    .lg\:hover\:text-sage-dark:hover {
        color: #547d64
    }

    .lg\:hover\:text-sage-base:hover {
        color: #70a585
    }

    .lg\:hover\:text-sage-light:hover {
        color: #b9d3c3
    }

    .lg\:hover\:text-sky-dark:hover {
        color: #9ad3cb
    }

    .lg\:hover\:text-blush-dark:hover {
        color: #ec585b
    }

    .lg\:hover\:text-blush-base:hover {
        color: #f6b2b4
    }

    .lg\:hover\:text-saffron-dark:hover {
        color: #debb1d
    }

    .lg\:hover\:text-saffron-base:hover {
        color: #e5c94a
    }

    .lg\:hover\:text-saffron-light:hover {
        color: #e8cf5f
    }

    .lg\:focus\:text-slate-darker:focus {
        color: #464d53
    }

    .lg\:focus\:text-slate-dark:focus {
        color: #4d555b
    }

    .lg\:focus\:text-slate-base:focus {
        color: #70767b
    }

    .lg\:focus\:text-slate-light:focus {
        color: #f3f3f3
    }

    .lg\:focus\:text-indigo-dark:focus {
        color: #002a58
    }

    .lg\:focus\:text-indigo-base:focus {
        color: #6982a7
    }

    .lg\:focus\:text-indigo-light:focus {
        color: #c4cedc
    }

    .lg\:focus\:text-sage-dark:focus {
        color: #547d64
    }

    .lg\:focus\:text-sage-base:focus {
        color: #70a585
    }

    .lg\:focus\:text-sage-light:focus {
        color: #b9d3c3
    }

    .lg\:focus\:text-sky-dark:focus {
        color: #9ad3cb
    }

    .lg\:focus\:text-blush-dark:focus {
        color: #ec585b
    }

    .lg\:focus\:text-blush-base:focus {
        color: #f6b2b4
    }

    .lg\:focus\:text-saffron-dark:focus {
        color: #debb1d
    }

    .lg\:focus\:text-saffron-base:focus {
        color: #e5c94a
    }

    .lg\:focus\:text-saffron-light:focus {
        color: #e8cf5f
    }

    .lg\:text-21 {
        font-size: 1.313rem
    }

    .lg\:text-40 {
        font-size: 2.5rem
    }

    .lg\:text-48 {
        font-size: 3rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.33333%
    }

    .lg\:w-2\/3 {
        width: 66.66667%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/5 {
        width: 60%
    }
}

@media (min-width: 1200px) {
    .xl\:bg-slate-darker {
        background-color:#464d53
    }

    .xl\:bg-slate-dark {
        background-color: #4d555b
    }

    .xl\:bg-slate-base {
        background-color: #70767b
    }

    .xl\:bg-slate-light {
        background-color: #f3f3f3
    }

    .xl\:bg-indigo-dark {
        background-color: #002a58
    }

    .xl\:bg-indigo-base {
        background-color: #6982a7
    }

    .xl\:bg-indigo-light {
        background-color: #c4cedc
    }

    .xl\:bg-sage-dark {
        background-color: #547d64
    }

    .xl\:bg-sage-base {
        background-color: #70a585
    }

    .xl\:bg-sage-light {
        background-color: #b9d3c3
    }

    .xl\:bg-sky-dark {
        background-color: #9ad3cb
    }

    .xl\:bg-blush-dark {
        background-color: #ec585b
    }

    .xl\:bg-blush-base {
        background-color: #f6b2b4
    }

    .xl\:bg-saffron-dark {
        background-color: #debb1d
    }

    .xl\:bg-saffron-base {
        background-color: #e5c94a
    }

    .xl\:bg-saffron-light {
        background-color: #e8cf5f
    }

    .xl\:hover\:bg-slate-darker:hover {
        background-color: #464d53
    }

    .xl\:hover\:bg-slate-dark:hover {
        background-color: #4d555b
    }

    .xl\:hover\:bg-slate-base:hover {
        background-color: #70767b
    }

    .xl\:hover\:bg-slate-light:hover {
        background-color: #f3f3f3
    }

    .xl\:hover\:bg-indigo-dark:hover {
        background-color: #002a58
    }

    .xl\:hover\:bg-indigo-base:hover {
        background-color: #6982a7
    }

    .xl\:hover\:bg-indigo-light:hover {
        background-color: #c4cedc
    }

    .xl\:hover\:bg-sage-dark:hover {
        background-color: #547d64
    }

    .xl\:hover\:bg-sage-base:hover {
        background-color: #70a585
    }

    .xl\:hover\:bg-sage-light:hover {
        background-color: #b9d3c3
    }

    .xl\:hover\:bg-sky-dark:hover {
        background-color: #9ad3cb
    }

    .xl\:hover\:bg-blush-dark:hover {
        background-color: #ec585b
    }

    .xl\:hover\:bg-blush-base:hover {
        background-color: #f6b2b4
    }

    .xl\:hover\:bg-saffron-dark:hover {
        background-color: #debb1d
    }

    .xl\:hover\:bg-saffron-base:hover {
        background-color: #e5c94a
    }

    .xl\:hover\:bg-saffron-light:hover {
        background-color: #e8cf5f
    }

    .xl\:focus\:bg-slate-darker:focus {
        background-color: #464d53
    }

    .xl\:focus\:bg-slate-dark:focus {
        background-color: #4d555b
    }

    .xl\:focus\:bg-slate-base:focus {
        background-color: #70767b
    }

    .xl\:focus\:bg-slate-light:focus {
        background-color: #f3f3f3
    }

    .xl\:focus\:bg-indigo-dark:focus {
        background-color: #002a58
    }

    .xl\:focus\:bg-indigo-base:focus {
        background-color: #6982a7
    }

    .xl\:focus\:bg-indigo-light:focus {
        background-color: #c4cedc
    }

    .xl\:focus\:bg-sage-dark:focus {
        background-color: #547d64
    }

    .xl\:focus\:bg-sage-base:focus {
        background-color: #70a585
    }

    .xl\:focus\:bg-sage-light:focus {
        background-color: #b9d3c3
    }

    .xl\:focus\:bg-sky-dark:focus {
        background-color: #9ad3cb
    }

    .xl\:focus\:bg-blush-dark:focus {
        background-color: #ec585b
    }

    .xl\:focus\:bg-blush-base:focus {
        background-color: #f6b2b4
    }

    .xl\:focus\:bg-saffron-dark:focus {
        background-color: #debb1d
    }

    .xl\:focus\:bg-saffron-base:focus {
        background-color: #e5c94a
    }

    .xl\:focus\:bg-saffron-light:focus {
        background-color: #e8cf5f
    }

    .xl\:border-slate-darker {
        border-color: #464d53
    }

    .xl\:border-slate-dark {
        border-color: #4d555b
    }

    .xl\:border-slate-base {
        border-color: #70767b
    }

    .xl\:border-slate-light {
        border-color: #f3f3f3
    }

    .xl\:border-indigo-dark {
        border-color: #002a58
    }

    .xl\:border-indigo-base {
        border-color: #6982a7
    }

    .xl\:border-indigo-light {
        border-color: #c4cedc
    }

    .xl\:border-sage-dark {
        border-color: #547d64
    }

    .xl\:border-sage-base {
        border-color: #70a585
    }

    .xl\:border-sage-light {
        border-color: #b9d3c3
    }

    .xl\:border-sky-dark {
        border-color: #9ad3cb
    }

    .xl\:border-blush-dark {
        border-color: #ec585b
    }

    .xl\:border-blush-base {
        border-color: #f6b2b4
    }

    .xl\:border-saffron-dark {
        border-color: #debb1d
    }

    .xl\:border-saffron-base {
        border-color: #e5c94a
    }

    .xl\:border-saffron-light {
        border-color: #e8cf5f
    }

    .xl\:hover\:border-slate-darker:hover {
        border-color: #464d53
    }

    .xl\:hover\:border-slate-dark:hover {
        border-color: #4d555b
    }

    .xl\:hover\:border-slate-base:hover {
        border-color: #70767b
    }

    .xl\:hover\:border-slate-light:hover {
        border-color: #f3f3f3
    }

    .xl\:hover\:border-indigo-dark:hover {
        border-color: #002a58
    }

    .xl\:hover\:border-indigo-base:hover {
        border-color: #6982a7
    }

    .xl\:hover\:border-indigo-light:hover {
        border-color: #c4cedc
    }

    .xl\:hover\:border-sage-dark:hover {
        border-color: #547d64
    }

    .xl\:hover\:border-sage-base:hover {
        border-color: #70a585
    }

    .xl\:hover\:border-sage-light:hover {
        border-color: #b9d3c3
    }

    .xl\:hover\:border-sky-dark:hover {
        border-color: #9ad3cb
    }

    .xl\:hover\:border-blush-dark:hover {
        border-color: #ec585b
    }

    .xl\:hover\:border-blush-base:hover {
        border-color: #f6b2b4
    }

    .xl\:hover\:border-saffron-dark:hover {
        border-color: #debb1d
    }

    .xl\:hover\:border-saffron-base:hover {
        border-color: #e5c94a
    }

    .xl\:hover\:border-saffron-light:hover {
        border-color: #e8cf5f
    }

    .xl\:focus\:border-slate-darker:focus {
        border-color: #464d53
    }

    .xl\:focus\:border-slate-dark:focus {
        border-color: #4d555b
    }

    .xl\:focus\:border-slate-base:focus {
        border-color: #70767b
    }

    .xl\:focus\:border-slate-light:focus {
        border-color: #f3f3f3
    }

    .xl\:focus\:border-indigo-dark:focus {
        border-color: #002a58
    }

    .xl\:focus\:border-indigo-base:focus {
        border-color: #6982a7
    }

    .xl\:focus\:border-indigo-light:focus {
        border-color: #c4cedc
    }

    .xl\:focus\:border-sage-dark:focus {
        border-color: #547d64
    }

    .xl\:focus\:border-sage-base:focus {
        border-color: #70a585
    }

    .xl\:focus\:border-sage-light:focus {
        border-color: #b9d3c3
    }

    .xl\:focus\:border-sky-dark:focus {
        border-color: #9ad3cb
    }

    .xl\:focus\:border-blush-dark:focus {
        border-color: #ec585b
    }

    .xl\:focus\:border-blush-base:focus {
        border-color: #f6b2b4
    }

    .xl\:focus\:border-saffron-dark:focus {
        border-color: #debb1d
    }

    .xl\:focus\:border-saffron-base:focus {
        border-color: #e5c94a
    }

    .xl\:focus\:border-saffron-light:focus {
        border-color: #e8cf5f
    }

    .xl\:inline {
        display: inline
    }

    .xl\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xl\:-m-sm {
        margin: -15px
    }

    .xl\:p-sm {
        padding: 15px
    }

    .xl\:pl-lg {
        padding-left: 40px
    }

    .xl\:pt-xl {
        padding-top: 70px
    }

    .xl\:text-slate-darker {
        color: #464d53
    }

    .xl\:text-slate-dark {
        color: #4d555b
    }

    .xl\:text-slate-base {
        color: #70767b
    }

    .xl\:text-slate-light {
        color: #f3f3f3
    }

    .xl\:text-indigo-dark {
        color: #002a58
    }

    .xl\:text-indigo-base {
        color: #6982a7
    }

    .xl\:text-indigo-light {
        color: #c4cedc
    }

    .xl\:text-sage-dark {
        color: #547d64
    }

    .xl\:text-sage-base {
        color: #70a585
    }

    .xl\:text-sage-light {
        color: #b9d3c3
    }

    .xl\:text-sky-dark {
        color: #9ad3cb
    }

    .xl\:text-blush-dark {
        color: #ec585b
    }

    .xl\:text-blush-base {
        color: #f6b2b4
    }

    .xl\:text-saffron-dark {
        color: #debb1d
    }

    .xl\:text-saffron-base {
        color: #e5c94a
    }

    .xl\:text-saffron-light {
        color: #e8cf5f
    }

    .xl\:hover\:text-slate-darker:hover {
        color: #464d53
    }

    .xl\:hover\:text-slate-dark:hover {
        color: #4d555b
    }

    .xl\:hover\:text-slate-base:hover {
        color: #70767b
    }

    .xl\:hover\:text-slate-light:hover {
        color: #f3f3f3
    }

    .xl\:hover\:text-indigo-dark:hover {
        color: #002a58
    }

    .xl\:hover\:text-indigo-base:hover {
        color: #6982a7
    }

    .xl\:hover\:text-indigo-light:hover {
        color: #c4cedc
    }

    .xl\:hover\:text-sage-dark:hover {
        color: #547d64
    }

    .xl\:hover\:text-sage-base:hover {
        color: #70a585
    }

    .xl\:hover\:text-sage-light:hover {
        color: #b9d3c3
    }

    .xl\:hover\:text-sky-dark:hover {
        color: #9ad3cb
    }

    .xl\:hover\:text-blush-dark:hover {
        color: #ec585b
    }

    .xl\:hover\:text-blush-base:hover {
        color: #f6b2b4
    }

    .xl\:hover\:text-saffron-dark:hover {
        color: #debb1d
    }

    .xl\:hover\:text-saffron-base:hover {
        color: #e5c94a
    }

    .xl\:hover\:text-saffron-light:hover {
        color: #e8cf5f
    }

    .xl\:focus\:text-slate-darker:focus {
        color: #464d53
    }

    .xl\:focus\:text-slate-dark:focus {
        color: #4d555b
    }

    .xl\:focus\:text-slate-base:focus {
        color: #70767b
    }

    .xl\:focus\:text-slate-light:focus {
        color: #f3f3f3
    }

    .xl\:focus\:text-indigo-dark:focus {
        color: #002a58
    }

    .xl\:focus\:text-indigo-base:focus {
        color: #6982a7
    }

    .xl\:focus\:text-indigo-light:focus {
        color: #c4cedc
    }

    .xl\:focus\:text-sage-dark:focus {
        color: #547d64
    }

    .xl\:focus\:text-sage-base:focus {
        color: #70a585
    }

    .xl\:focus\:text-sage-light:focus {
        color: #b9d3c3
    }

    .xl\:focus\:text-sky-dark:focus {
        color: #9ad3cb
    }

    .xl\:focus\:text-blush-dark:focus {
        color: #ec585b
    }

    .xl\:focus\:text-blush-base:focus {
        color: #f6b2b4
    }

    .xl\:focus\:text-saffron-dark:focus {
        color: #debb1d
    }

    .xl\:focus\:text-saffron-base:focus {
        color: #e5c94a
    }

    .xl\:focus\:text-saffron-light:focus {
        color: #e8cf5f
    }

    .xl\:text-14 {
        font-size: .875rem
    }
}
