/* Base — element defaults, typography, forms, buttons and messages. Second of the three
   contiguous pieces described at the top of layout.css. */
.wrap {
    display: block
}
html {
    overflow-y: scroll;
    font-size: 16px;
    font-family: "myriad-pro-semi-condensed", sans-serif;
    line-height: var(--space-lg);
    color: var(--color-dark)
}
body {
    margin: 0;
    background-color: var(--color-gray-lighter)
}
section {
    display: block;
    margin-bottom: var(--space-lg)
}
nav {
    display: block
}
article {
    display: block;
    margin-bottom: var(--space-lg)
}
article iframe {
    width: 100%;
    height: 360px
}
article img {
    max-width: 100%;
    min-width: 50%
}
article ul {
    list-style: square
}
article ol {
    padding: 0 0 0 var(--space-lg)
}
aside {
    display: block;
    background: #fff
}
aside h5 {
    padding: var(--space-md) var(--space-lg);
    margin: 0
}
aside p,
aside ol,
aside ul {
    font-size: smaller
}
aside ul {
    padding: 0;
    list-style: none
}
aside ol {
    padding: 0 0 0 var(--space-lg)
}
aside .box .box__icon {
    top: 48px
}
aside .box .box__icon:hover {
    top: 60px
}
aside .box .box__description {
    display: block;
    position: static;
    background: transparent
}
aside .box .box-circles,
aside .box .box-rectangles,
aside .box .box-squares {
    padding-top: 0
}
header {
    display: block
}
footer {
    display: block
}
footer p {
    font-size: 14px;
    text-align: center
}
footer a {
    color: var(--color-dark)
}
address {
    display: block
}
main {
    display: block
}
hr {
    color: var(--color-gray-light);
    border: 0;
    border-bottom-width: var(--border-width);
    border-bottom-style: solid;
    margin-top: 23px;
    margin-bottom: var(--space-lg);
    box-sizing: content-box;
    height: 0;
    clear:both
}
ol {
    margin: var(--space-md) 0;
    padding: 0 0 0 var(--space-lg);
    list-style: decimal
}
ul {
    margin: var(--space-md) 0;
    padding: 0 0 0 var(--space-lg);
    list-style: square
}
dl {
    margin: var(--space-md) 0;
    padding: 0
}
dt img {
    display: block
}
dd {
    margin: 0;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    padding: var(--space-md)
}
ul ul,
ul ol,
ul dl,
ol ol,
ol ul,
ol dl,
dl dl,
dl ul,
dl ol {
    margin: 0
}
figure {
    display: block;
    margin: 0
}
figure img {
    display: block
}
figcaption {
    display: block
}
a {
    text-decoration: none;
    color: var(--color-red);
    background-color: transparent
}
a:hover {
    outline: 0
}
a:active {
    outline: 0
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
h1,
.h1 {
    font-size: 1.75rem;
    line-height: 36px;
    font-weight: 400;
    margin: 0
}
h1+p,
.h1+p {
    margin-top: var(--space-md)
}
h2,
.h2 {
    font-size: 1.5rem;
    line-height: 36px;
    font-weight: 300;
    margin: 0 0 var(--space-md) 0
}
h2+p,
.h2+p {
    margin-top: 0
}
h3,
.h3 {
    font-size: 1.25rem;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 0 0
}
h3+p,
.h3+p {
    margin-top: var(--space-md)
}
h4,
.h4 {
    font-size: 1rem;
    line-height: var(--space-lg);
    font-weight: 700;
    margin: 0 0 0 0
}
h4+p,
.h4+p {
    margin-top: var(--space-md)
}
h5,
.h5 {
    font-size: 1rem;
    line-height: var(--space-lg);
    font-weight: 600;
    margin: 0 0 var(--space-md) 0
}
h5+p,
.h5+p {
    margin-top: var(--space-md)
}
h6,
.h6 {
    font-size: 0.75rem;
    line-height: var(--space-lg);
    font-weight: 400;
    margin: 0
}
h6+p,
h6+ul,
h6+ol,
h6+dl,
.h6+p,
.h6+ul,
.h6+ol,
.h6+dl {
    margin-top: 0
}
p {
    margin: var(--space-lg) 0 0 0;
    font-size: 1rem;
    line-height: 26px
}
p+h1,
p+h6 {
    margin-top: var(--space-lg)
}
p+p,
p+h2,
p+h3,
p+h4,
p+h5 {
    margin-top: var(--space-md)
}
strong {
    font-weight: bold
}
small {
    font-size: smaller
}
html[lang="de"] q {
    quotes: "»" "«"
}
html[lang="en"] q {
    quotes: "“" "”"
}
html[lang="fr"] q {
    quotes: "«" "»"
}
q {
    font-style: italic
}
q:before,
q:after {
    padding: 0 var(--space-xs)
}
dfn {
    font-style: italic
}
abbr[title] {
    border-bottom: var(--border-width) dotted
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    font-weight: 600;
    border: var(--border-width) solid #ddd;
    padding: var(--space-5) var(--space-md);
    border-radius: 0;
    background: #f8f8f8;
    line-height: var(--space-md);
    display: inline-block;
    vertical-align: top
}
pre {
    color: #fff;
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    display: block;
    margin-top: var(--space-lg);
    padding: var(--space-md);
    word-break: break-all;
    word-wrap: break-word;
    background: #2d2d2d;
    border-radius: 0
}
pre>code {
    color: #d3d0c8;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    padding: 0;
    border: 0;
    background: transparent;
    display: inline;
    vertical-align: baseline
}
html[lang="de"] blockquote {
    quotes: "»" "«"
}
html[lang="en"] blockquote {
    quotes: "“" "”"
}
html[lang="fr"] blockquote {
    quotes: "«" "»"
}
blockquote {
    margin: var(--space-lg) 0;
    padding-left: var(--space-md);
    border-left: 2px solid var(--color-gray-light)
}
blockquote p:only-of-type {
    font-size: 1.1875rem;
    font-weight: 300
}
blockquote p:only-of-type:before {
    content: open-quote;
    padding-right: var(--space-sm)
}
blockquote p:only-of-type:after {
    content: close-quote;
    padding-left: var(--space-sm)
}
blockquote cite {
    margin-top: var(--space-md);
    font-size: 0.875rem;
    font-style: normal;
    display: block;
    font-weight: 700
}
blockquote cite:before {
    content: "\2014";
    padding-right: var(--space-sm)
}
samp {
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
sub {
    bottom: -0.25em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
b {
    font-weight: bold
}
mark {
    background: #ff0;
    color: #000
}
kbd {
    font-size: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: var(--color-gray-light)
}
form .grid .grid__column input[type=text],
form .grid .grid__column input[type=email],
form .grid .grid__column select,
form .grid .grid__column textarea {
    width: 100%
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
legend,
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0
}
label {
    display: block;
    padding-right: var(--space-md);
    box-sizing: border-box;
    font-weight: normal
}
label p {
    margin: 0
}
label.checkable {
    user-select: none;
    display: inline-block;
    cursor: pointer;
    margin-top: var(--space-md);
    margin-bottom: var(--space-md);
    padding: 0
}
label.checkable input,
label.checkable select {
    margin: 0
}
label.checkable textarea {
    margin: var(--space-sm) 0 0 0;
    min-height: 73px;
    height: 73px
}
label.checkable.disabled {
    cursor: not-allowed;
    color: #ccc
}
input {
    color: inherit;
    margin: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    outline: 0;
    height: 36px;
    border: var(--border-width) solid var(--color-gray-light);
    border-radius: 0;
    padding: 0 var(--space-sm);
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    margin-bottom: var(--space-lg)
}
input:disabled {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed
}
input:focus {
    border-color: var(--color-dark)
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    border-width: var(--border-width);
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    height: var(--space-lg);
    width: var(--space-lg);
    margin-top: -4px !important;
    margin-bottom: var(--space-lg);
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative
}
input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    background: var(--color-dark);
    border-radius: 2px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    border-color: var(--color-gray-light)
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    cursor: not-allowed
}
input[type="checkbox"]:disabled:before {
    background: #ccc
}
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    border-width: var(--border-width);
    border-style: solid;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: var(--space-lg);
    width: var(--space-lg);
    margin-top: -4px !important;
    margin-bottom: var(--space-lg);
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    position: relative
}
input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    background: var(--color-dark);
    border-radius: 50%;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px
}
input[type="radio"]:disabled:before {
    background: #ccc
}
input[type="file"] {
    margin: var(--space-sm) 0 30px 0;
    border: 0;
    padding: 0;
    height: var(--space-lg)
}
input[type="color"] {
    cursor: pointer;
    vertical-align: top
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button {
    text-transform: none;
    overflow: visible;
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled] {
    cursor: default
}
select {
    text-transform: none;
    color: inherit;
    font: inherit;
    margin: 0;
    background: transparent;
    font-size: 19px;
    font-weight: 300;
    outline: 0;
    height: 36px;
    line-height: 34px;
    border: var(--border-width) solid var(--color-gray-light);
    border-radius: 0;
    padding: 0 var(--space-sm);
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-bottom: var(--space-lg)
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="35px" height="35px" viewBox="0 0 35 35" enable-background="new 0 0 35 35" xml:space="preserve"><polygon style="fill: #e7ecf0;" fill-rule="evenodd" clip-rule="evenodd" points="20.8,14.6 18,17.4 15.2,14.6 13.8,16 18,20.2 22.2,16 "/></svg>') no-repeat transparent center right;
        padding-right: 36px
    }
    select:focus {
        background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="35px" height="35px" viewBox="0 0 35 35" enable-background="new 0 0 35 35" xml:space="preserve"><polygon fill="#2a3944" fill-rule="evenodd" clip-rule="evenodd" points="20.8,14.6 18,17.4 15.2,14.6 13.8,16 18,20.2 22.2,16 "/></svg>') no-repeat transparent center right
    }
}
select:disabled {
    cursor: not-allowed;
    border-color: #ccc
}
select:focus {
    border-color: var(--color-dark)
}
optgroup {
    color: inherit;
    font: inherit;
    margin: 0;
    font-weight: bold
}
option {
    font-size: 19px
}
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: auto;
    resize: vertical;
    display: block;
    background: transparent;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
    outline: 0;
    min-height: 72px;
    height: 72px;
    border: var(--border-width) solid var(--color-gray-light);
    border-radius: 0;
    padding: var(--space-md) var(--space-sm);
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: var(--space-lg);
    transition: border 0.2s ease-in-out
}
textarea:disabled {
    cursor: not-allowed;
    resize: none;
    border-color: #ccc
}
textarea:focus {
    border-color: var(--color-dark)
}
progress {
    display: inline-block;
    vertical-align: baseline
}
img {
    border: 0;
    vertical-align: middle
}
video {
    display: inline-block;
    vertical-align: baseline
}
audio {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
canvas {
    display: inline-block;
    vertical-align: baseline
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
tr,
td {
    padding: var(--space-xs);
    vertical-align: top
}
th {
    padding: 0
}
details {
    display: block
}
summary {
    display: block
}
menu {
    display: block
}
::-moz-selection {
    color: #fff;
    background: #000;
    text-shadow: none
}
::selection {
    color: #fff;
    background: #000;
    text-shadow: none
}
[hidden],
template {
    display: none
}
.message {
    padding: var(--space-md);
    border-left-style: solid;
    border-left-width: 4px;
    margin-top: var(--space-lg)
}
.message p,
.message h1,
.message h2,
.message h3,
.message h4,
.message h5,
.message h6,
.message ul,
.message ol,
.message dl {
    margin: 0
}
.button,
button,
[type="button"],
[type="submit"],
[type="reset"] {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    line-height: var(--space-lg);
    padding: var(--space-5) var(--space-md) var(--space-5) var(--space-md);
    margin: var(--space-md) 0 var(--space-lg) 0;
    text-align: center;
    user-select: none;
    transition: all 0.2s ease-in-out;
    font-family: "myriad-pro-semi-condensed";
    font-size: 16px;
    font-weight: 600;
    background: var(--color-gray-light);
    border: var(--border-width) solid var(--color-gray-light);
    border-radius: 0;
    box-sizing: border-box;
    width: auto;
    color: #fff;
    text-transform: uppercase
}
.button:hover,
button:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover {
    background: #fff;
    border-color: #fff
}
.button:focus,
button:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus {
    outline: 0
}
.button:active,
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active,
.button.active,
button.active,
[type="button"].active,
[type="submit"].active,
[type="reset"].active {
    background: var(--color-blue-gray);
    border-color: var(--color-blue-gray)
}
.button--one {
    color: var(--color-gray-cool);
    background: var(--color-dark);
    border-color: var(--color-dark)
}
.button--one:hover,
.button--one:focus {
    background: var(--color-slate);
    border-color: var(--color-slate);
    color: #fff
}
.button--one:active,
.button--one.active {
    background: var(--color-near-black);
    border-color: var(--color-near-black);
    color: #fff
}
.group>.button,
.group>button,
.group>[type="button"] {
    max-width: 50%;
    margin-bottom: var(--space-lg);
    margin-top: 0
}
ol.abc {
    list-style-type: lower-alpha
}
