@import "https://fonts.googleapis.com/css?family=Poppins:400,600,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden],
template {
    display: none;
}

html {
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

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

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "“" "”" "‘" "’";
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ol {
    padding-left: 22px;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row {
    width: 100%;
    display: inline-block;
}

.row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.row.spacer {
    margin-top: 20px;
}

.col {
    float: left;
    padding-right: 20px;
}

.col:last-child {
    padding-right: 0;
}

.col.wide-gutter {
    padding: 0 44px;
}

.col.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-1-1 {
    float: left;
    padding-right: 20px;
    width: 100%;
}

.col-1-1:last-child {
    padding-right: 0;
}

.col-1-1.wide-gutter {
    padding: 0 44px;
}

.col-1-1.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-1-1 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-1-1.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-1-1:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-1-2 {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.col-1-2:last-child {
    padding-right: 0;
}

.col-1-2.wide-gutter {
    padding: 0 44px;
}

.col-1-2.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-1-2 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-1-2.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-1-2:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-1-3 {
    float: left;
    padding-right: 20px;
    width: 33.33%;
}

.col-1-3:last-child {
    padding-right: 0;
}

.col-1-3.wide-gutter {
    padding: 0 44px;
}

.col-1-3.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-1-3 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-1-3.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-1-3:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-2-3 {
    float: left;
    padding-right: 20px;
    width: 66.66%;
}

.col-2-3:last-child {
    padding-right: 0;
}

.col-2-3.wide-gutter {
    padding: 0 44px;
}

.col-2-3.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-2-3 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-2-3.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-2-3:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-1-4 {
    float: left;
    padding-right: 20px;
    width: 25%;
}

.col-1-4:last-child {
    padding-right: 0;
}

.col-1-4.wide-gutter {
    padding: 0 44px;
}

.col-1-4.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-1-4 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-1-4.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-1-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-3-4 {
    float: left;
    padding-right: 20px;
    width: 75%;
}

.col-3-4:last-child {
    padding-right: 0;
}

.col-3-4.wide-gutter {
    padding: 0 44px;
}

.col-3-4.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-3-4 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-3-4.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-3-4:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-2-5 {
    float: left;
    padding-right: 20px;
    width: 40%;
}

.col-2-5:last-child {
    padding-right: 0;
}

.col-2-5.wide-gutter {
    padding: 0 44px;
}

.col-2-5.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-2-5 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-2-5.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-2-5:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-3-5 {
    float: left;
    padding-right: 20px;
    width: 60%;
}

.col-3-5:last-child {
    padding-right: 0;
}

.col-3-5.wide-gutter {
    padding: 0 44px;
}

.col-3-5.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-3-5 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-3-5.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-3-5:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-5-12 {
    float: left;
    padding-right: 20px;
    width: 41.67%;
}

.col-5-12:last-child {
    padding-right: 0;
}

.col-5-12.wide-gutter {
    padding: 0 44px;
}

.col-5-12.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-5-12 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-5-12.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-5-12:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-5-6 {
    float: left;
    padding-right: 20px;
    width: 83.33%;
}

.col-5-6:last-child {
    padding-right: 0;
}

.col-5-6.wide-gutter {
    padding: 0 44px;
}

.col-5-6.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-5-6 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-5-6.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-5-6:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.col-1-6 {
    float: left;
    padding-right: 20px;
    width: 16.67%;
}

.col-1-6:last-child {
    padding-right: 0;
}

.col-1-6.wide-gutter {
    padding: 0 44px;
}

.col-1-6.wide-gutter:first-child {
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-1-6 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 20px;
    }

    .col-1-6.wide-gutter {
        margin-bottom: 44px;
        padding: 0;
    }

    .col-1-6:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media print {
    .col-1-1 {
        width: 100% !important;
    }

    .col-1-2 {
        width: 50% !important;
    }

    .col-1-4 {
        width: 25% !important;
    }

    .col-1-3 {
        width: 33.33% !important;
    }

    .col-2-3 {
        width: 66.66% !important;
    }

    .col-5-12 {
        width: 41.67% !important;
    }
}

body {
    font-weight: 400;
    line-height: 1.45em;
    font-family: "Open Sans", sans-serif;
    color: #666260;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-font-smoothing: antialiased;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}

h1 > small,
h2 > small,
h3 > small,
h4 > small,
h5 > small,
h6 > small,
p > small {
    font-size: 0.65em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3em;
}

h1,
h2,
h3 {
    color: #103742;
}

h1.light,
h2.light,
h3.light {
    color: #666260;
    font-weight: 400;
}

h4,
h5,
h6 {
    color: #0f0906;
}

h4.light,
h5.light,
h6.light {
    color: #666260;
    font-weight: 400;
}

a {
    color: #0f0906;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
}

a:focus {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.caps {
    text-transform: uppercase;
}

.subtext {
    color: #0f0906;
    font-size: small;
}

.text-highlight {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 20px;
    color: #918f8d;
    background-color: #103742;
    margin: 3px;
}

.v-middle > * {
    vertical-align: middle;
    display: inline-flex;
}

.v-middle > a {
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

span.emphasize {
    color: #c4001a;
}

.hint,
[data-hint] {
    position: relative;
    display: inline-block;
}

.hint:before,
.hint:after,
[data-hint]:before,
[data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.hint:hover:before,
.hint:hover:after,
.hint:focus:before,
.hint:focus:after,
[data-hint]:hover:before,
[data-hint]:hover:after,
[data-hint]:focus:before,
[data-hint]:focus:after {
    visibility: visible;
    opacity: 1;
}

.hint:before,
[data-hint]:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001;
}

.hint:after,
[data-hint]:after {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    content: attr(data-hint);
    background: #1b3544;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.hint--top:before {
    border-top-color: #1b3544;
}

.hint--bottom:before {
    border-bottom-color: #1b3544;
}

.hint--left:before {
    border-left-color: #1b3544;
}

.hint--right:before {
    border-right-color: #1b3544;
}

.hint--top:before {
    margin-bottom: -12px;
}

.hint--top:after {
    margin-left: -18px;
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 18px;
}

.hint--top:hover:after,
.hint--top:hover:before,
.hint--top:focus:after,
.hint--top:focus:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--bottom:before {
    margin-top: -12px;
}

.hint--bottom:after {
    margin-left: -18px;
}

.hint--bottom:before,
.hint--bottom:after {
    top: 100%;
    left: 18px;
}

.hint--bottom:hover:after,
.hint--bottom:hover:before,
.hint--bottom:focus:after,
.hint--bottom:focus:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--right:before {
    margin-left: -12px;
    margin-bottom: -6px;
}

.hint--right:after {
    margin-bottom: -20px;
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:after,
.hint--right:hover:before,
.hint--right:focus:after,
.hint--right:focus:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--left:before {
    margin-right: -12px;
    margin-bottom: -6px;
}

.hint--left:after {
    margin-bottom: -20px;
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:after,
.hint--left:hover:before,
.hint--left:focus:after,
.hint--left:focus:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--error:after {
    background-color: #b34e4d;
}

.hint--error.hint--top:before {
    border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d;
}

.hint--warning:after {
    background-color: #c09854;
}

.hint--warning.hint--top:before {
    border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
    border-left-color: #c09854;
}

.hint--warning.hint--right:before {
    border-right-color: #c09854;
}

.hint--info:after {
    background-color: #3986ac;
}

.hint--info.hint--top:before {
    border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
    border-left-color: #3986ac;
}

.hint--info.hint--right:before {
    border-right-color: #3986ac;
}

.hint--success:after {
    background-color: #458746;
}

.hint--success.hint--top:before {
    border-top-color: #458746;
}

.hint--success.hint--bottom:before {
    border-bottom-color: #458746;
}

.hint--success.hint--left:before {
    border-left-color: #458746;
}

.hint--success.hint--right:before {
    border-right-color: #458746;
}

.hint--always:after,
.hint--always:before {
    opacity: 1;
    visibility: visible;
}

.hint--always.hint--top:after,
.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--rounded:after {
    border-radius: 4px;
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
        -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
        -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease,
        transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.modal {
    position: relative;
}

.modal .header {
    display: inline-block;
    width: 100%;
}

.modal .header a.x {
    float: right;
    padding: 10px;
    font-size: 1.7em;
    text-decoration: none;
}

.modal .header .title {
    margin: 0;
    padding: 0;
    margin-top: 13px;
    float: left;
}

.modal .header + * {
    clear: both;
}

.modal > .modal-container {
    z-index: -1000;
    background: #fefefe;
    position: fixed;
    width: 770px;
    margin-left: -385px;
    left: 50%;
    top: 15%;
    padding: 0.3em 1.3em 1.3em 1.3em;
    transform: translate(0, 10%);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}

@media (max-width: 768px) {
    .modal > .modal-container {
        margin-left: 0;
        position: absolute;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 761px) {
    .modal.narrow > .modal-container {
        width: 500px;
        margin-left: -250px;
    }
}

.modal .small {
    font-size: 0.75em;
}

.modal .identified {
    background-size: 12% auto;
    background-repeat: no-repeat;
    background-position: right 10% center;
    transition: none;
    background-image: url("/static/img/cards/card.png");
}

.modal .identified.visa {
    background-image: url("/static/img/cards/visa.png");
}

.modal .identified.mastercard {
    background-image: url("/static/img/cards/mastercard.png");
}

.modal .identified.amex {
    background-image: url("/static/img/cards/amex.png");
}

.modal .identified.dinersclub {
    background-image: url("/static/img/cards/dinersclub.png");
}

.modal .identified.discover {
    background-image: url("/static/img/cards/discover.png");
}

.modal .identified.jcb {
    background-image: url("/static/img/cards/jcb.png");
}

.modal .identified.visaelectron {
    background-image: url("/static/img/cards/visaelectron.png");
}

.modal .identified.maestro {
    background-image: url("/static/img/cards/maestro.png");
}

.modal.target > .modal-container {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 768px) {
    .modal.target > .modal-container {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

.modal .red {
    color: #cc3f36;
}

.modal:not(.react):before,
.modal-overlay {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.modal.target:not(.react):before,
.modal-overlay.open {
    display: block;
}

body > nav {
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 9;
    padding: 7px 10px;
    height: 41px;
}

body > nav + * {
    margin-top: 41px;
}

body > nav > .greetings {
    float: left;
}

body > nav > .menu {
    float: right;
}

body > nav .item {
    margin-left: 0.5em;
}

body > nav .item a {
    color: #c4001a;
    text-transform: uppercase;
    font-weight: 600;
}

@media screen and (max-width: 40em) {
    body > nav.js {
        display: none;
    }
}

.site-link a[href] {
    color: #c4001a;
}

.container.form-status-message {
    margin: 88px auto 0;
    padding: 44px;
    background: #f2f2ee;
    border-color: rgba(0, 0, 0, 0.25);
}

.container.form-status-message h1 {
    font-size: 1.8em;
}

@media (min-width: 768px) {
    .container.form-status-message {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .container.form-status-message {
        margin-right: 0;
        margin-left: 0;
        padding: 44px 22px;
    }
}

.container.form-status-message:after {
    content: none;
}

.container.form-status-message .row:after {
    content: none;
}

.container.form-status-footer {
    margin: 0 auto;
    padding: 20px 44px;
}

@media (min-width: 768px) {
    .container.form-status-footer {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .container.form-status-footer {
        margin-right: 0;
        margin-left: 0;
        padding: 20px 22px;
    }
}

body {
    background-color: #f9f9f8;
}

.site {
    width: 100%;
}

.site-container {
    margin: auto;
    max-width: 1680px;
    min-height: 100vh;
}

.site-frame {
    padding: 0 88px 88px;
}

@media (max-width: 1200px) {
    .site-frame {
        padding: 0 44px 44px;
    }
}

@media (max-width: 768px) {
    .site-frame {
        padding: 0 22px 22px;
    }
}

.section {
    padding: 44px 88px;
    background-color: #f2f2ee;
}

.section.grey {
    background: #e3e3da;
}

.section#header {
    background-color: #f9f9f8;
    padding: 44px 88px;
}

@media (max-width: 1200px) {
    .section {
        padding: 44px 44px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 44px 0;
    }

    .section#header {
        padding: 44px 44px;
    }
}

#body {
    min-height: 300px;
    padding: 0 20px;
}

#footer {
    padding: 0 20px;
}

.container {
    padding: 20px 0;
    max-width: 950px;
    margin: 0 auto;
}

.container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container.spacer {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .narrow {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }
}

.bottom-spacer {
    margin-bottom: 20px;
}

img#loading {
    width: 44px;
    height: 44px;
}

.tooltip {
    font-weight: 600;
    cursor: help;
}

input,
textarea,
.input {
    font-size: 0.8em;
    font-family: "Open Sans", sans-serif;
    color: #666260;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.4);
    padding: 0.9em;
    width: 100%;
    text-overflow: ellipsis;
}

input.code,
textarea.code,
.input.code {
    font-family: "Source Code Pro";
}

input:focus,
textarea:focus,
.input:focus {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.input::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.input:-moz-placeholder {
    color: #aaa;
}

input[disabled],
input[disabled]:hover,
input.disabled,
textarea[disabled],
textarea[disabled]:hover,
textarea.disabled,
.input[disabled],
.input[disabled]:hover,
.input.disabled {
    color: #aaa;
    border-color: #aaa;
}

form input,
form textarea,
form select,
form .select {
    margin-bottom: 0.5em;
}

button,
a.button,
input[type="submit"] {
    white-space: nowrap;
    font-size: 0.7em;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #103742;
    color: #e3e3da;
    background-color: #103742;
    padding: 1em 1.8em 0.9em;
    transition-property: color, border, background;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
}

button.no-uppercase,
a.button.no-uppercase,
input[type="submit"].no-uppercase {
    text-transform: none !important;
}

button.emphasize,
a.button.emphasize,
input[type="submit"].emphasize {
    font-weight: 600;
    border-color: #c4001a;
    color: #e3e3da;
    background-color: #c4001a;
}

button.deemphasize,
a.button.deemphasize,
input[type="submit"].deemphasize {
    font-weight: 600;
    background-color: transparent;
    color: #103742;
}

button.on-primary,
a.button.on-primary,
input[type="submit"].on-primary {
    font-weight: 600;
    background-color: #e3e3da;
    border-color: #e3e3da;
    color: #103742;
}

button:hover,
a.button:hover,
input[type="submit"]:hover {
    background-color: #081c21;
    border-color: #081c21;
}

button:hover.emphasize,
a.button:hover.emphasize,
input[type="submit"]:hover.emphasize {
    border-color: #9b0015;
    background-color: #9b0015;
}

button:hover.deemphasize,
a.button:hover.deemphasize,
input[type="submit"]:hover.deemphasize {
    background-color: rgba(0, 0, 0, 0.08);
    color: #081c21;
    border-color: #081c21;
}

button:hover.on-primary,
a.button:hover.on-primary,
input[type="submit"]:hover.on-primary {
    background-color: #d1d1c3;
    border-color: #d1d1c3;
    color: #081c21;
}

button:focus,
a.button:focus,
input[type="submit"]:focus {
    outline: 0;
}

button[disabled],
button[disabled]:hover,
button.disabled,
a.button[disabled],
a.button[disabled]:hover,
a.button.disabled,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="submit"].disabled {
    font-weight: 600;
    color: #aaa;
    border-color: #aaa;
    background: transparent;
}

button.inline,
a.button.inline,
input[type="submit"].inline {
    border: none;
    padding: 0;
    background: transparent;
    text-transform: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0.8em;
    font-family: "Open Sans", sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    padding: 0.9em;
}

select[disabled],
select[disabled]:hover,
select.disabled {
    color: #aaa;
    border-color: #aaa;
}

select:focus {
    outline: none;
}

.no-underline {
    border-bottom: none !important;
}

.no-border {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

button + button {
    margin-left: 11px;
}

.status-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #666260;
}

.status-indicator.green {
    background-color: #6b8e23;
}

.status-indicator.yellow {
    background-color: #daa520;
}

.status-indicator.red {
    background-color: crimson;
}
