@charset "UTF-8";
@keyframes dc--spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1; }

body {
  background: #ededed;
  color: #4a4a4a;
  font-size: 1.4rem;
  line-height: 2.4rem; }

.dc-h1,
.dc-h2,
.dc-h3,
.dc-h4,
.dc-h5,
.dc-h6,
.dc-hgroup,
.dc-list,
.dc-dd,
.dc-p,
p,
.dc-figure,
.dc-object,
.dc-pre,
.dc-table,
.dc-fieldset,
.dc-hr {
  margin: 0;
  margin-bottom: 2.4rem; }

.dc-pre {
  word-wrap: normal; }

::-webkit-selection {
  background-color: #ff8e25;
  color: #fff; }

::-moz-selection {
  background-color: #ff8e25;
  color: #fff; }

::selection {
  background-color: #ff8e25;
  color: #fff; }

.dc-strong {
  font-weight: 500; }

.dc-em {
  font-style: italic; }

.dc-h1 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 4.8rem; }
  .dc-h1 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc-h2 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.7rem;
  line-height: 3.6rem; }
  .dc-h2 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc-h3 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.6rem; }
  .dc-h3 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc-h4 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem; }
  .dc-h4 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc--is-collapsed {
  height: 0 !important; }

.dc--is-expanded {
  height: auto !important; }

.dc--is-hidden {
  display: none !important; }

.dc--is-shown {
  display: block !important; }

.dc--is-invisible {
  opacity: 0; }

.dc--is-visible {
  opacity: 1; }

.dc--is-inline {
  display: inline-block !important; }

.dc--is-fixed {
  position: fixed !important; }

.dc--is-important {
  background: #ffeb7a !important; }

.dc--less-important {
  color: #b6b6b6 !important; }

.dc--island-50 {
  padding: 0.4rem; }

.dc--island-75 {
  padding: 0.8rem; }

.dc--island-100 {
  padding: 1.2rem; }

.dc--text-small {
  font-size: 1.1rem;
  line-height: 1.6rem; }

.dc--text-less-important {
  color: #d1d1d1;
  font-size: 1.1rem;
  line-height: 1; }

.dc--text-success {
  color: #65cb1c; }

.dc--text-error {
  color: #ff4a25; }

.dc--text--left {
  text-align: left; }

.dc--text-center {
  text-align: center; }

.dc--text-right {
  text-align: right; }

.dc--text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.dc--no-wrap {
  white-space: nowrap; }

.dc-page {
  padding: 0.8rem; }
  @media (min-width: 37.5em) {
    .dc-page {
      padding: 1.2rem; } }
  @media (min-width: 64em) {
    .dc-page {
      padding: 2.4rem; } }
  @media (min-width: 80em) {
    .dc-page {
      padding: 2.4rem 4.8rem; } }

.dc-container {
  margin: 0 auto; }
  .dc-container--limited {
    max-width: 120rem; }

.dc-row {
  display: flex;
  flex-flow: row wrap; }
  @media (min-width: 20em) {
    .dc-row {
      margin-right: -8px;
      margin-left: -8px; } }
  @media (min-width: 37.5em) {
    .dc-row {
      margin-right: -12px;
      margin-left: -12px; } }
  @media (min-width: 64em) {
    .dc-row {
      margin-right: -16px;
      margin-left: -16px; } }

.dc-row--collapse {
  margin-right: 0;
  margin-left: 0; }
  .dc-row--collapse > .dc-column {
    padding-right: 0;
    padding-left: 0; }

.dc-row--align--center {
  justify-content: center; }

.dc-row--align--right {
  justify-content: flex-end; }

.dc-row--align--justify {
  justify-content: space-between; }

.dc-row--align--spaced {
  justify-content: space-around; }

.dc-row--align--top {
  align-items: flex-start; }

.dc-row--align--middle {
  align-items: center; }

.dc-row--align--bottom {
  align-items: flex-end; }

.dc-column {
  flex: 1 1 0; }
  @media (min-width: 20em) {
    .dc-column {
      padding-right: 8px;
      padding-left: 8px; } }
  @media (min-width: 37.5em) {
    .dc-column {
      padding-right: 12px;
      padding-left: 12px; } }
  @media (min-width: 64em) {
    .dc-column {
      padding-right: 16px;
      padding-left: 16px; } }

.dc-column--shrink {
  flex: 0 0 auto; }

.dc-column--align-self--top {
  align-self: flex-start; }

.dc-column--align-self--middle {
  align-self: center; }

.dc-column--align-self--bottom {
  align-self: flex-end; }

.dc-show-from-tiny {
  display: none; }

@media (min-width: 0) {
  .dc-hide-from-tiny {
    display: none !important; }
  .dc-show-from-tiny {
    display: block !important; }
  .dc-column--tiny-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dc-block-grid--tiny-1 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-1 > .dc-column {
      flex: 0 0 100%;
      max-width: 100%; }
  .dc-column-offset--tiny-0 {
    margin-left: 0%; }
  .dc-column--tiny-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dc-block-grid--tiny-2 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-2 > .dc-column {
      flex: 0 0 50%;
      max-width: 50%; }
  .dc-column-offset--tiny-1 {
    margin-left: 8.33333%; }
  .dc-column--tiny-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .dc-block-grid--tiny-3 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-3 > .dc-column {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .dc-column-offset--tiny-2 {
    margin-left: 16.66667%; }
  .dc-column--tiny-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dc-block-grid--tiny-4 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-4 > .dc-column {
      flex: 0 0 25%;
      max-width: 25%; }
  .dc-column-offset--tiny-3 {
    margin-left: 25%; }
  .dc-column--tiny-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .dc-block-grid--tiny-5 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-5 > .dc-column {
      flex: 0 0 20%;
      max-width: 20%; }
  .dc-column-offset--tiny-4 {
    margin-left: 33.33333%; }
  .dc-column--tiny-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dc-block-grid--tiny-6 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-6 > .dc-column {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .dc-column-offset--tiny-5 {
    margin-left: 41.66667%; }
  .dc-column--tiny-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .dc-block-grid--tiny-7 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-7 > .dc-column {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .dc-column-offset--tiny-6 {
    margin-left: 50%; }
  .dc-column--tiny-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .dc-block-grid--tiny-8 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-8 > .dc-column {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
  .dc-column-offset--tiny-7 {
    margin-left: 58.33333%; }
  .dc-column--tiny-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .dc-block-grid--tiny-9 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-9 > .dc-column {
      flex: 0 0 11.11111%;
      max-width: 11.11111%; }
  .dc-column-offset--tiny-8 {
    margin-left: 66.66667%; }
  .dc-column--tiny-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .dc-block-grid--tiny-10 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-10 > .dc-column {
      flex: 0 0 10%;
      max-width: 10%; }
  .dc-column-offset--tiny-9 {
    margin-left: 75%; }
  .dc-column--tiny-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .dc-block-grid--tiny-11 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-11 > .dc-column {
      flex: 0 0 9.09091%;
      max-width: 9.09091%; }
  .dc-column-offset--tiny-10 {
    margin-left: 83.33333%; }
  .dc-column--tiny-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .dc-block-grid--tiny-12 {
    flex-wrap: wrap; }
    .dc-block-grid--tiny-12 > .dc-column {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .dc-column-offset--tiny-11 {
    margin-left: 91.66667%; } }

.dc-show-from-small {
  display: none; }

@media (min-width: 20em) {
  .dc-hide-from-small {
    display: none !important; }
  .dc-show-from-small {
    display: block !important; }
  .dc-column--small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dc-block-grid--small-1 {
    flex-wrap: wrap; }
    .dc-block-grid--small-1 > .dc-column {
      flex: 0 0 100%;
      max-width: 100%; }
  .dc-column-offset--small-0 {
    margin-left: 0%; }
  .dc-column--small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dc-block-grid--small-2 {
    flex-wrap: wrap; }
    .dc-block-grid--small-2 > .dc-column {
      flex: 0 0 50%;
      max-width: 50%; }
  .dc-column-offset--small-1 {
    margin-left: 8.33333%; }
  .dc-column--small-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .dc-block-grid--small-3 {
    flex-wrap: wrap; }
    .dc-block-grid--small-3 > .dc-column {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .dc-column-offset--small-2 {
    margin-left: 16.66667%; }
  .dc-column--small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dc-block-grid--small-4 {
    flex-wrap: wrap; }
    .dc-block-grid--small-4 > .dc-column {
      flex: 0 0 25%;
      max-width: 25%; }
  .dc-column-offset--small-3 {
    margin-left: 25%; }
  .dc-column--small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .dc-block-grid--small-5 {
    flex-wrap: wrap; }
    .dc-block-grid--small-5 > .dc-column {
      flex: 0 0 20%;
      max-width: 20%; }
  .dc-column-offset--small-4 {
    margin-left: 33.33333%; }
  .dc-column--small-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dc-block-grid--small-6 {
    flex-wrap: wrap; }
    .dc-block-grid--small-6 > .dc-column {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .dc-column-offset--small-5 {
    margin-left: 41.66667%; }
  .dc-column--small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .dc-block-grid--small-7 {
    flex-wrap: wrap; }
    .dc-block-grid--small-7 > .dc-column {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .dc-column-offset--small-6 {
    margin-left: 50%; }
  .dc-column--small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .dc-block-grid--small-8 {
    flex-wrap: wrap; }
    .dc-block-grid--small-8 > .dc-column {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
  .dc-column-offset--small-7 {
    margin-left: 58.33333%; }
  .dc-column--small-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .dc-block-grid--small-9 {
    flex-wrap: wrap; }
    .dc-block-grid--small-9 > .dc-column {
      flex: 0 0 11.11111%;
      max-width: 11.11111%; }
  .dc-column-offset--small-8 {
    margin-left: 66.66667%; }
  .dc-column--small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .dc-block-grid--small-10 {
    flex-wrap: wrap; }
    .dc-block-grid--small-10 > .dc-column {
      flex: 0 0 10%;
      max-width: 10%; }
  .dc-column-offset--small-9 {
    margin-left: 75%; }
  .dc-column--small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .dc-block-grid--small-11 {
    flex-wrap: wrap; }
    .dc-block-grid--small-11 > .dc-column {
      flex: 0 0 9.09091%;
      max-width: 9.09091%; }
  .dc-column-offset--small-10 {
    margin-left: 83.33333%; }
  .dc-column--small-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .dc-block-grid--small-12 {
    flex-wrap: wrap; }
    .dc-block-grid--small-12 > .dc-column {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .dc-column-offset--small-11 {
    margin-left: 91.66667%; } }

.dc-show-from-medium {
  display: none; }

@media (min-width: 37.5em) {
  .dc-hide-from-medium {
    display: none !important; }
  .dc-show-from-medium {
    display: block !important; }
  .dc-column--medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dc-block-grid--medium-1 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-1 > .dc-column {
      flex: 0 0 100%;
      max-width: 100%; }
  .dc-column-offset--medium-0 {
    margin-left: 0%; }
  .dc-column--medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dc-block-grid--medium-2 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-2 > .dc-column {
      flex: 0 0 50%;
      max-width: 50%; }
  .dc-column-offset--medium-1 {
    margin-left: 8.33333%; }
  .dc-column--medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .dc-block-grid--medium-3 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-3 > .dc-column {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .dc-column-offset--medium-2 {
    margin-left: 16.66667%; }
  .dc-column--medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dc-block-grid--medium-4 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-4 > .dc-column {
      flex: 0 0 25%;
      max-width: 25%; }
  .dc-column-offset--medium-3 {
    margin-left: 25%; }
  .dc-column--medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .dc-block-grid--medium-5 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-5 > .dc-column {
      flex: 0 0 20%;
      max-width: 20%; }
  .dc-column-offset--medium-4 {
    margin-left: 33.33333%; }
  .dc-column--medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dc-block-grid--medium-6 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-6 > .dc-column {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .dc-column-offset--medium-5 {
    margin-left: 41.66667%; }
  .dc-column--medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .dc-block-grid--medium-7 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-7 > .dc-column {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .dc-column-offset--medium-6 {
    margin-left: 50%; }
  .dc-column--medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .dc-block-grid--medium-8 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-8 > .dc-column {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
  .dc-column-offset--medium-7 {
    margin-left: 58.33333%; }
  .dc-column--medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .dc-block-grid--medium-9 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-9 > .dc-column {
      flex: 0 0 11.11111%;
      max-width: 11.11111%; }
  .dc-column-offset--medium-8 {
    margin-left: 66.66667%; }
  .dc-column--medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .dc-block-grid--medium-10 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-10 > .dc-column {
      flex: 0 0 10%;
      max-width: 10%; }
  .dc-column-offset--medium-9 {
    margin-left: 75%; }
  .dc-column--medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .dc-block-grid--medium-11 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-11 > .dc-column {
      flex: 0 0 9.09091%;
      max-width: 9.09091%; }
  .dc-column-offset--medium-10 {
    margin-left: 83.33333%; }
  .dc-column--medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .dc-block-grid--medium-12 {
    flex-wrap: wrap; }
    .dc-block-grid--medium-12 > .dc-column {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .dc-column-offset--medium-11 {
    margin-left: 91.66667%; } }

.dc-show-from-large {
  display: none; }

@media (min-width: 64em) {
  .dc-hide-from-large {
    display: none !important; }
  .dc-show-from-large {
    display: block !important; }
  .dc-column--large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dc-block-grid--large-1 {
    flex-wrap: wrap; }
    .dc-block-grid--large-1 > .dc-column {
      flex: 0 0 100%;
      max-width: 100%; }
  .dc-column-offset--large-0 {
    margin-left: 0%; }
  .dc-column--large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dc-block-grid--large-2 {
    flex-wrap: wrap; }
    .dc-block-grid--large-2 > .dc-column {
      flex: 0 0 50%;
      max-width: 50%; }
  .dc-column-offset--large-1 {
    margin-left: 8.33333%; }
  .dc-column--large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .dc-block-grid--large-3 {
    flex-wrap: wrap; }
    .dc-block-grid--large-3 > .dc-column {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .dc-column-offset--large-2 {
    margin-left: 16.66667%; }
  .dc-column--large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dc-block-grid--large-4 {
    flex-wrap: wrap; }
    .dc-block-grid--large-4 > .dc-column {
      flex: 0 0 25%;
      max-width: 25%; }
  .dc-column-offset--large-3 {
    margin-left: 25%; }
  .dc-column--large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .dc-block-grid--large-5 {
    flex-wrap: wrap; }
    .dc-block-grid--large-5 > .dc-column {
      flex: 0 0 20%;
      max-width: 20%; }
  .dc-column-offset--large-4 {
    margin-left: 33.33333%; }
  .dc-column--large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dc-block-grid--large-6 {
    flex-wrap: wrap; }
    .dc-block-grid--large-6 > .dc-column {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .dc-column-offset--large-5 {
    margin-left: 41.66667%; }
  .dc-column--large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .dc-block-grid--large-7 {
    flex-wrap: wrap; }
    .dc-block-grid--large-7 > .dc-column {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .dc-column-offset--large-6 {
    margin-left: 50%; }
  .dc-column--large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .dc-block-grid--large-8 {
    flex-wrap: wrap; }
    .dc-block-grid--large-8 > .dc-column {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
  .dc-column-offset--large-7 {
    margin-left: 58.33333%; }
  .dc-column--large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .dc-block-grid--large-9 {
    flex-wrap: wrap; }
    .dc-block-grid--large-9 > .dc-column {
      flex: 0 0 11.11111%;
      max-width: 11.11111%; }
  .dc-column-offset--large-8 {
    margin-left: 66.66667%; }
  .dc-column--large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .dc-block-grid--large-10 {
    flex-wrap: wrap; }
    .dc-block-grid--large-10 > .dc-column {
      flex: 0 0 10%;
      max-width: 10%; }
  .dc-column-offset--large-9 {
    margin-left: 75%; }
  .dc-column--large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .dc-block-grid--large-11 {
    flex-wrap: wrap; }
    .dc-block-grid--large-11 > .dc-column {
      flex: 0 0 9.09091%;
      max-width: 9.09091%; }
  .dc-column-offset--large-10 {
    margin-left: 83.33333%; }
  .dc-column--large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .dc-block-grid--large-12 {
    flex-wrap: wrap; }
    .dc-block-grid--large-12 > .dc-column {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .dc-column-offset--large-11 {
    margin-left: 91.66667%; } }

.dc-show-from-huge {
  display: none; }

@media (min-width: 80em) {
  .dc-hide-from-huge {
    display: none !important; }
  .dc-show-from-huge {
    display: block !important; }
  .dc-column--huge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .dc-block-grid--huge-1 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-1 > .dc-column {
      flex: 0 0 100%;
      max-width: 100%; }
  .dc-column-offset--huge-0 {
    margin-left: 0%; }
  .dc-column--huge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .dc-block-grid--huge-2 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-2 > .dc-column {
      flex: 0 0 50%;
      max-width: 50%; }
  .dc-column-offset--huge-1 {
    margin-left: 8.33333%; }
  .dc-column--huge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .dc-block-grid--huge-3 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-3 > .dc-column {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .dc-column-offset--huge-2 {
    margin-left: 16.66667%; }
  .dc-column--huge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .dc-block-grid--huge-4 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-4 > .dc-column {
      flex: 0 0 25%;
      max-width: 25%; }
  .dc-column-offset--huge-3 {
    margin-left: 25%; }
  .dc-column--huge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .dc-block-grid--huge-5 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-5 > .dc-column {
      flex: 0 0 20%;
      max-width: 20%; }
  .dc-column-offset--huge-4 {
    margin-left: 33.33333%; }
  .dc-column--huge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dc-block-grid--huge-6 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-6 > .dc-column {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .dc-column-offset--huge-5 {
    margin-left: 41.66667%; }
  .dc-column--huge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .dc-block-grid--huge-7 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-7 > .dc-column {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .dc-column-offset--huge-6 {
    margin-left: 50%; }
  .dc-column--huge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .dc-block-grid--huge-8 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-8 > .dc-column {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
  .dc-column-offset--huge-7 {
    margin-left: 58.33333%; }
  .dc-column--huge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .dc-block-grid--huge-9 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-9 > .dc-column {
      flex: 0 0 11.11111%;
      max-width: 11.11111%; }
  .dc-column-offset--huge-8 {
    margin-left: 66.66667%; }
  .dc-column--huge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .dc-block-grid--huge-10 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-10 > .dc-column {
      flex: 0 0 10%;
      max-width: 10%; }
  .dc-column-offset--huge-9 {
    margin-left: 75%; }
  .dc-column--huge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .dc-block-grid--huge-11 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-11 > .dc-column {
      flex: 0 0 9.09091%;
      max-width: 9.09091%; }
  .dc-column-offset--huge-10 {
    margin-left: 83.33333%; }
  .dc-column--huge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .dc-block-grid--huge-12 {
    flex-wrap: wrap; }
    .dc-block-grid--huge-12 > .dc-column {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
  .dc-column-offset--huge-11 {
    margin-left: 91.66667%; } }

.dc-btn {
  display: inline-block;
  padding: 1.1rem 1.2rem;
  transition: box-shadow .2s linear, border-color .2s linear;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
  background: linear-gradient(#fff, #ededed);
  color: #4a4a4a;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  box-shadow: 0 1px 1px transparent;
  cursor: pointer;
  vertical-align: top; }
  .dc-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(38, 170, 254, 0.5); }
  .dc-btn:hover {
    outline: 0;
    background: linear-gradient(#fff, #f2f2f2);
    color: #4a4a4a;
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dc-btn[disabled] {
    border-color: #d1d1d1;
    background: transparent;
    color: #b6b6b6;
    box-shadow: none;
    pointer-events: none; }

.dc-btn--link {
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  transition: color .1s linear;
  color: #26aafe; }
  .dc-btn--link:hover {
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    color: #1e87cb; }
  .dc-btn--link:focus {
    box-shadow: 0 0 0 2px rgba(38, 170, 254, 0.5); }

.dc-btn--primary {
  border-color: #029cfe;
  background: linear-gradient(#26aafe, #029cfe);
  color: #fff; }
  .dc-btn--primary:hover {
    background: #35b0fe;
    color: #fff; }

.dc-btn--destroy {
  transition: box-shadow .2s linear; }
  .dc-btn--destroy:active {
    border-color: #ff4a25;
    background: #ff6c4f;
    color: #fff; }
  .dc-btn--destroy:hover {
    border-color: #ff4a25;
    background: #ff6c4f;
    color: #fff; }

.dc-btn--disabled {
  border-color: #d1d1d1;
  background: transparent;
  color: #b6b6b6;
  box-shadow: none;
  pointer-events: none; }

.dc-btn--active {
  background: #e5e5e5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }

.dc-btn--small {
  padding: 0.5rem 0.8rem;
  font-size: 1.1rem;
  text-transform: uppercase; }

.dc-btn--inline {
  margin-bottom: 0; }
  .dc-btn--inline + .dc-btn--inline {
    margin-left: .2rem; }

.dc-btn--large {
  padding: 1.6rem 1.6rem 1.6rem;
  font-size: 1.8rem;
  line-height: .8; }

.dc-btn--block {
  display: block;
  width: 100%; }

.dc-btn--no-focus:focus {
  outline: none;
  box-shadow: none; }

.dc-btn--link.dc-btn--disabled {
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  color: #b6b6b6; }
  .dc-btn--link.dc-btn--disabled:hover, .dc-btn--link.dc-btn--disabled:active {
    border: 1px solid transparent; }

.dc-card {
  padding: 2.4rem;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.08); }

.dc-checkbox {
  width: 0;
  height: 0;
  opacity: 0; }
  .dc-checkbox + .dc-label {
    display: inline-block;
    position: relative;
    margin-right: 2.4rem;
    margin-bottom: 0;
    padding-left: 2.8rem;
    cursor: pointer; }
    .dc-checkbox + .dc-label:before, .dc-checkbox + .dc-label:after {
      position: absolute;
      top: .1rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      border: 1px solid #d1d1d1;
      border-radius: 2px;
      background: #fff;
      content: " "; }
    .dc-checkbox + .dc-label:after {
      top: .6rem;
      left: .5rem;
      width: 1rem;
      height: 1rem;
      transform: scale3d(0.5, 0.5, 1);
      transition: transform .1s ease-in-out, opacity .2s linear;
      opacity: 0; }
  .dc-checkbox:focus + .dc-label:before {
    border-color: #26aafe; }
  .dc-checkbox:checked + .dc-label:after {
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  .dc-checkbox[disabled] + .dc-label {
    color: #b6b6b6;
    cursor: default; }
    .dc-checkbox[disabled] + .dc-label:before, .dc-checkbox[disabled] + .dc-label:after {
      border-color: #ededed; }
    .dc-checkbox[disabled] + .dc-label:after {
      background: #d1d1d1 !important; }
  .dc-checkbox + .dc-label:after {
    top: .2rem;
    left: .2rem;
    width: 2rem;
    height: 2rem;
    border: 0 none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPkNoZWNrYm94PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iQ2hlY2tib3giIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHN0cm9rZT0iIzI2QUFGRSIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cGF0aCBkPSJNMyw5LjMyNjk5ODQ5IEw2LjY0OTA5ODM2LDEzLjUwOTQxNTQgTDE1LjAyNzgzMiwzLjUiIGlkPSJQYXRoLTE2IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=); }
  .dc-checkbox[disabled] + .dc-label {
    color: #b6b6b6; }
    .dc-checkbox[disabled] + .dc-label:before, .dc-checkbox[disabled] + .dc-label:after {
      border-color: #d1d1d1; }
    .dc-checkbox[disabled] + .dc-label:after {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPkNoZWNrYm94IGRpc2FibGVkPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0iQ2hlY2tib3gtZGlzYWJsZWQiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHN0cm9rZT0iI0VERUNFRCIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cGF0aCBkPSJNMyw5LjMyNjk5ODQ5IEw2LjY0OTA5ODM2LDEzLjUwOTQxNTQgTDE1LjAyNzgzMiwzLjUiIGlkPSJQYXRoLTE2IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) !important; }
  .dc-checkbox + .dc-label {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-transform: none; }

.dc-checkbox--alt + .dc-label {
  padding-left: 3.6rem;
  line-height: 2.4rem; }
  .dc-checkbox--alt + .dc-label:before, .dc-checkbox--alt + .dc-label:after {
    width: 2.6rem;
    height: 1.3rem;
    margin-top: .3rem;
    transition: background-color 0.3s linear, transform 0.1s cubic-bezier(0.105, 0.42, 0.425, 1); }
  .dc-checkbox--alt + .dc-label:after {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: .4rem;
    transform: scale3d(1, 1, 1);
    border-radius: 1px;
    background: #b6b6b6;
    opacity: 1; }

.dc-checkbox--alt:checked + .dc-label:after {
  transform: translateX(1.3rem);
  transition: background-color 0.1s linear, transform 0.1s cubic-bezier(0.105, 0.42, 0.425, 1);
  background: none;
  background-color: #65cb1c; }

.dc-checkbox--alt[disabled] + .dc-label:after {
  background: none !important;
  background-color: #d1d1d1 !important; }

.dc-divider {
  height: 1px;
  margin-bottom: 2.4rem;
  border: 0;
  background: #d1d1d1; }

.dc-divider--secondary {
  background: #ededed; }

.dc-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-transform: uppercase; }

.dc-label__sub {
  margin-left: 0.4rem;
  color: #b6b6b6;
  font-weight: 300;
  text-transform: capitalize; }

.dc-label__sub--is-error {
  color: #ff4a25; }

.dc-label--disabled {
  color: #b6b6b6; }

.dc-label--is-error:after {
  color: #ff4a25; }

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

.dc-icon:before {
  font-family: "DressCodeIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: inherit; }

.dc-icon--add:before {
  content: ""; }

.dc-icon--arrow-down:before {
  content: ""; }

.dc-icon--arrow-left:before {
  content: ""; }

.dc-icon--arrow-right:before {
  content: ""; }

.dc-icon--arrow-up:before {
  content: ""; }

.dc-icon--bar-chart:before {
  content: ""; }

.dc-icon--check:before {
  content: ""; }

.dc-icon--clear:before {
  content: ""; }

.dc-icon--close:before {
  content: ""; }

.dc-icon--cog:before {
  content: ""; }

.dc-icon--contact:before {
  content: ""; }

.dc-icon--drag:before {
  content: ""; }

.dc-icon--error:before {
  content: ""; }

.dc-icon--eye:before {
  content: ""; }

.dc-icon--help:before {
  content: ""; }

.dc-icon--history:before {
  content: ""; }

.dc-icon--info:before {
  content: ""; }

.dc-icon--info-circle:before {
  content: ""; }

.dc-icon--line-chart:before {
  content: ""; }

.dc-icon--link:before {
  content: ""; }

.dc-icon--lock:before {
  content: ""; }

.dc-icon--menu:before {
  content: ""; }

.dc-icon--minus:before {
  content: ""; }

.dc-icon--more:before {
  content: ""; }

.dc-icon--open-circle:before {
  content: ""; }

.dc-icon--pencil:before {
  content: ""; }

.dc-icon--play:before {
  content: ""; }

.dc-icon--pointer:before {
  content: ""; }

.dc-icon--redo:before {
  content: ""; }

.dc-icon--search:before {
  content: ""; }

.dc-icon--spinner:before {
  content: ""; }

.dc-icon--success:before {
  content: ""; }

.dc-icon--trash:before {
  content: ""; }

.dc-icon--triangle-down:before {
  content: ""; }

.dc-icon--triangle-up:before {
  content: ""; }

.dc-icon--undo:before {
  content: ""; }

.dc-icon--user:before {
  content: ""; }

.dc-icon--users:before {
  content: ""; }

.dc-icon--warning:before {
  content: ""; }

.dc-icon {
  line-height: 1; }

.dc-icon--interactive {
  cursor: pointer; }
  .dc-icon--interactive:hover {
    color: #186698; }

.dc-svg-icon--interactive:hover [fill^="#"] {
  fill: #1e87cb; }

.dc-svg-icon--interactive:hover [stroke^="#"] {
  stroke: #1e87cb; }

.dc-svg-icon--interactive:active {
  transform: scale(0.85);
  shape-rendering: optimizeSpeed;
  -webkit-tap-highlight-color: transparent; }

.dc-svg-icon--alternate:hover [fill^="#"] {
  fill: #ff8e25; }

.dc-svg-icon--alternate:hover [stroke^="#"] {
  stroke: #ff8e25; }

.dc-icon--spin {
  display: inline-flex;
  animation: dc--spin 2s infinite linear; }

.dc-input {
  margin-bottom: 2.4rem;
  padding: 0.9rem 0.8rem;
  transition: box-shadow .2s linear, border-color .2s linear;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .dc-input:hover {
    border-color: #26aafe; }
  .dc-input:focus {
    border-color: #26aafe;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dc-input[disabled] {
    border-color: #ededed;
    background-color: #f7f7f7;
    color: #b6b6b6; }
    .dc-input[disabled]::-webkit-input-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-input[disabled]:-moz-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-input[disabled]::-moz-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-input[disabled]:-ms-input-placeholder {
      color: #d1d1d1;
      font-weight: 300; }

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

.dc-input--is-error {
  border-color: #ff4a25; }
  .dc-input--is-error:hover, .dc-input--is-error:focus {
    border-color: #ff4a25; }

.dc-input--text-right {
  text-align: right; }
  .dc-input--text-right::-webkit-input-placeholder {
    text-align: right; }
  .dc-input--text-right:-moz-placeholder {
    text-align: right; }
  .dc-input--text-right::-moz-placeholder {
    text-align: right; }
  .dc-input--text-right:-ms-input-placeholder {
    text-align: right; }

.dc-input--small {
  height: 2.4rem;
  font-size: 1.1rem; }

.dc-link {
  transition: color .1s linear;
  color: #26aafe;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .dc-link:hover, .dc-link:active {
    color: #1e87cb;
    text-decoration: none; }

.dc-link--destroy:hover, .dc-link--destroy:active {
  color: #ff4a25; }

.dc-link--disabled {
  color: #b6b6b6;
  cursor: default;
  pointer-events: none; }

.dc-list {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style-type: none; }

.dc-list--is-ordered {
  padding-left: 2.4rem;
  list-style-type: decimal; }

.dc-list--is-unordered {
  padding-left: 2.4rem;
  list-style-type: disc; }

.dc-dt {
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.dc-list__item--is-interactive:hover {
  border-top-color: #a3d9ff;
  border-bottom-color: #a3d9ff;
  background: #d1ebff;
  cursor: pointer; }
  .dc-list__item--is-interactive:hover + .dc-list__item--is-interactive {
    border-top-color: #a3d9ff; }

.dc-list--is-scrollable {
  height: 21.6rem;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: #fff;
  overflow-y: scroll; }

.dc-list__item {
  margin-top: -1px;
  padding: 0.4rem 0.8rem;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.dc-list__inner {
  display: flex;
  align-items: stretch;
  margin: -0.4rem -0.8rem; }
  .dc-list__inner > * {
    min-width: 0; }

.dc-list__img {
  flex: 0 0 auto; }

.dc-list__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center; }

.dc-list__title {
  line-height: 2.4rem; }

.dc-list__action {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  width: 4.4rem;
  font-size: 1.6rem;
  text-align: center; }

@keyframes dc-loading-bar__fill {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

.dc-loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 901;
  pointer-events: none; }
  .dc-loading-bar__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ededed; }
  .dc-loading-bar__fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform-origin: left;
    background: #ffa54e;
    animation: dc-loading-bar__fill 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.dc-overlay {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 0;
  perspective: 600px;
  pointer-events: none; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #b6b6b6;
  font-weight: 300; }

.dc-radio {
  width: 0;
  height: 0;
  opacity: 0; }
  .dc-radio + .dc-label {
    display: inline-block;
    position: relative;
    margin-right: 2.4rem;
    margin-bottom: 0;
    padding-left: 2.8rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.4rem;
    text-transform: none;
    cursor: pointer; }
    .dc-radio + .dc-label:before, .dc-radio + .dc-label:after {
      position: absolute;
      top: .1rem;
      left: 0;
      width: 2rem;
      height: 2rem;
      border: 1px solid #d1d1d1;
      border-radius: 2px;
      background: #fff;
      content: " "; }
    .dc-radio + .dc-label:after {
      top: .6rem;
      left: .5rem;
      width: 1rem;
      height: 1rem;
      transform: scale3d(0.5, 0.5, 1);
      transition: transform .1s ease-in-out, opacity .2s linear;
      opacity: 0; }
  .dc-radio:focus + .dc-label:before {
    border-color: #26aafe; }
  .dc-radio:checked + .dc-label:after {
    transform: scale3d(1, 1, 1);
    background: #26aafe;
    opacity: 1; }
  .dc-radio[disabled] + .dc-label {
    color: #b6b6b6;
    cursor: default; }
    .dc-radio[disabled] + .dc-label:before, .dc-radio[disabled] + .dc-label:after {
      border-color: #ededed; }
    .dc-radio[disabled] + .dc-label:after {
      background: #d1d1d1 !important; }
  .dc-radio + .dc-label:before, .dc-radio + .dc-label:after {
    border-radius: 50%; }
  .dc-radio + .dc-label:after {
    border-color: #0da0fe; }

.dc-select {
  height: 3.6rem;
  padding: 0 3.6rem 0 0.8rem;
  transition: box-shadow .2s linear, border-color .2s linear;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+ICAgICAgICA8dGl0bGU+VHJpYW5nbGUgODwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJBbmFseXRpY3MtRmlsdGVyIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4gICAgICAgIDxnIGlkPSJQb3J0cmFpdC0tLTUvNVMvNUMtMiIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3Ni4wMDAwMDAsIC0xMDcuMDAwMDAwKSIgZmlsbD0iIzNFM0UzRSI+ICAgICAgICAgICAgPHBhdGggZD0iTTE3NiwxMDcgTDE4NSwxMDcgTDE4MC41LDExMiBMMTc2LDEwNyBaIiBpZD0iVHJpYW5nbGUtOCIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+) no-repeat calc(100% - 8px) 50% #fff;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .dc-select:hover {
    border-color: #26aafe; }
  .dc-select:focus, .dc-select:active {
    border-color: #26aafe;
    outline: 0; }
  .dc-select::-ms-expand {
    display: none; }
  .dc-select[disabled] {
    border-color: #ededed;
    background-color: #f7f7f7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pbWFnZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNSI+ICAgICAgICA8ZyBpZD0iaW1hZ2UiIGZpbGw9IiNCNkI2QjYiPiAgICAgICAgICAgIDxnIGlkPSJBbmFseXRpY3MtRmlsdGVyIj4gICAgICAgICAgICAgICAgPGcgaWQ9IlBvcnRyYWl0LS0tNS81Uy81Qy0yIj4gICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJUcmlhbmdsZS04IiBwb2ludHM9IjAgMCA5IDAgNC41IDUiPjwvcG9seWdvbj4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    color: #b6b6b6; }

.dc-select--small {
  height: 2.4rem;
  font-size: 1.1rem;
  text-transform: uppercase; }

.dc-select--is-error {
  border-color: #ff4a25; }
  .dc-select--is-error:hover, .dc-select--is-error:focus {
    border-color: #ff4a25; }

@keyframes dc-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.dc-spinner {
  display: inline-block;
  margin: -4px 8px 0;
  border-top: 4px solid rgba(128, 128, 128, 0.3);
  border-right: 4px solid rgba(128, 128, 128, 0.3);
  border-bottom: 4px solid rgba(128, 128, 128, 0.3);
  border-left: 4px solid #808080;
  vertical-align: middle;
  animation: dc-spinner 1.1s infinite linear; }
  .dc-spinner, .dc-spinner:after {
    width: 64px;
    height: 64px;
    border-radius: 50%; }
  .dc-spinner--small, .dc-spinner--small:after {
    width: 32px;
    height: 32px;
    border-radius: 50%; }
  .dc-spinner--thin {
    border-width: 2px; }
  .dc-spinner--fat {
    border-width: 8px; }
  .dc-spinner--error {
    border-top-color: rgba(153, 43, 21, 0.3);
    border-right-color: rgba(153, 43, 21, 0.3);
    border-bottom-color: rgba(153, 43, 21, 0.3);
    border-left-color: #992b15; }

.dc-status:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.8rem;
  border-radius: 2px;
  content: ""; }

.dc-status--active:before {
  background-color: #65cb1c; }

.dc-status--inactive:before {
  background-color: #b6b6b6; }

.dc-status--new:before {
  background-color: #ffba7a; }

.dc-status--error:before {
  background-color: #ff6c4f; }

.dc-tab {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dc-tab:before, .dc-tab:after {
    display: table;
    content: " "; }
  .dc-tab:after {
    clear: both; }

.dc-tab__element {
  display: block;
  padding: 1.2rem;
  float: left;
  cursor: pointer; }
  .dc-tab__element:hover {
    color: #ff8e25; }

.dc-tab__element--header {
  color: #000;
  font-weight: 500;
  cursor: default; }
  .dc-tab__element--header:hover {
    background: transparent;
    color: #000; }

.dc-tab__element--active {
  color: #ff8e25;
  box-shadow: inset 0 -3px 0 0 #ff8e25; }

.dc-tab__element--disabled {
  color: #ededed;
  cursor: default; }
  .dc-tab__element--disabled:hover {
    background: transparent;
    color: #ededed; }

.dc-tab--vertical.dc-tab {
  display: flex;
  flex-direction: column; }

.dc-tab--vertical .dc-tab__element.dc-tab__element--active {
  box-shadow: inset 3px 0 0 0 #ff8e25; }

.dc-table {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  text-align: left; }

@media (max-width: 37.4em) {
  .dc-table--responsive {
    display: block;
    width: 100%;
    font-weight: 300; }
    .dc-table--responsive .dc-table__thead {
      display: none; }
    .dc-table--responsive .dc-table__th, .dc-table--responsive .dc-table__tbody, .dc-table--responsive .dc-table__tr, .dc-table--responsive .dc-table__td {
      display: block;
      width: 100%;
      font-weight: 300; } }
  @media (max-width: 37.4em) and (max-width: 63.9em) {
    .dc-table--responsive .dc-table__tr {
      position: relative;
      padding: 1.2rem 0;
      border-bottom: 1px solid #ededed; }
      .dc-table--responsive .dc-table__tr:last-child {
        border-bottom: 0 none; } }
  @media (max-width: 37.4em) and (max-width: 37.4em) {
    .dc-table--responsive .dc-table__td {
      min-height: 2.4rem;
      padding-left: calc(30% + 12px);
      text-align: left; }
      .dc-table--responsive .dc-table__td:first-child {
        padding-left: calc(30% + 12px); }
      .dc-table--responsive .dc-table__td:before {
        display: block;
        position: absolute;
        right: 70%;
        left: 0;
        max-width: 30%;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 2.4rem;
        text-align: right;
        text-overflow: ellipsis;
        text-transform: uppercase;
        content: attr(data-col);
        overflow: hidden; } }
  @media (max-width: 37.4em) and (max-width: 37.4em) {
    .dc-table--responsive .dc-table__tr--interactive:after {
      position: absolute;
      top: 50%;
      right: -.6rem;
      width: 3.6rem;
      height: 3.6rem;
      margin-top: -1.8rem;
      background-image: url("../img/svg-icons/arrow-right.svg");
      content: " "; } }

.dc-table__item-title {
  font-weight: 500; }

.dc-table__th {
  position: relative;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap; }

.dc-table__th--sortable {
  padding-right: 20px;
  cursor: pointer; }
  .dc-table__th--sortable .dc-table__sorter {
    position: absolute;
    top: 9px;
    margin-left: 4px;
    transition: opacity .3s;
    border-top: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #b6b6b6;
    border-left: 4px solid transparent;
    content: ""; }
    .dc-table__th--sortable .dc-table__sorter:after {
      position: absolute;
      top: 6px;
      margin-left: -4px;
      transition: opacity .3s;
      border-top: 4px solid #b6b6b6;
      border-right: 4px solid transparent;
      border-bottom: 0;
      border-left: 4px solid transparent;
      content: ""; }
    .dc-table__th--sortable .dc-table__sorter--descending:after {
      border-top: 4px solid #4a4a4a; }
    .dc-table__th--sortable .dc-table__sorter--ascending {
      border-bottom: 4px solid #4a4a4a; }
  .dc-table__th--sortable:hover .dc-table__sorter {
    border-bottom: 4px solid #4a4a4a; }
  .dc-table__th--sortable:hover .dc-table__sorter--ascending {
    border-bottom: 4px solid #b6b6b6; }
    .dc-table__th--sortable:hover .dc-table__sorter--ascending:after {
      border-top: 4px solid #4a4a4a; }
  .dc-table__th--sortable:hover .dc-table__sorter--descending {
    border-bottom: 4px solid #4a4a4a; }
    .dc-table__th--sortable:hover .dc-table__sorter--descending:after {
      border-top: 4px solid #b6b6b6; }

.dc-table__tr {
  border-bottom: 1px solid #ededed;
  cursor: default; }
  .dc-table__tr:before, .dc-table__tr:after {
    display: table;
    content: " "; }
  .dc-table__tr:after {
    clear: both; }

@media (min-width: 37.5em) {
  .dc-table__tr--tight > .dc-table__td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }

@media (min-width: 37.5em) {
  .dc-table__tr--comfortable > .dc-table__td {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; } }

@media (min-width: 37.5em) {
  .dc-table__tr--spacious > .dc-table__td {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem; } }

.dc-table__tr--interactive {
  cursor: pointer; }
  .dc-table__tr--interactive:hover {
    background: #e6f4ff; }

.dc-table__td {
  padding: 0.9rem 0.4rem 0.9rem;
  font-weight: 300;
  line-height: 2.4rem; }
  .dc-table__td:first-child {
    padding-left: 0.6rem; }

.dc-table__actions-wrapper {
  display: none; }

.dc-textarea {
  margin-bottom: 2.4rem;
  padding: 0.9rem 0.8rem;
  transition: box-shadow .2s linear, border-color .2s linear;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 8rem;
  padding: 0.4rem 0.8rem;
  resize: vertical; }
  .dc-textarea:hover {
    border-color: #26aafe; }
  .dc-textarea:focus {
    border-color: #26aafe;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
  .dc-textarea[disabled] {
    border-color: #ededed;
    background-color: #f7f7f7;
    color: #b6b6b6; }
    .dc-textarea[disabled]::-webkit-input-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-textarea[disabled]:-moz-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-textarea[disabled]::-moz-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
    .dc-textarea[disabled]:-ms-input-placeholder {
      color: #d1d1d1;
      font-weight: 300; }
  .dc-textarea[disabled] {
    resize: none; }

.dc-textarea--is-error {
  border-color: #ff4a25; }
  .dc-textarea--is-error:hover, .dc-textarea--is-error:focus {
    border-color: #ff4a25; }

.dc-accordion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap; }

.dc-accordion__item {
  display: block;
  border: 1px solid #ededed;
  background-color: #fff; }
  .dc-accordion__item:not(:last-child) {
    border-bottom: 0; }

.dc-accordion__item--is-active {
  border: 1px solid #26aafe;
  background-color: #fff; }

.dc-accordion__item--is-open {
  background-color: #fff; }
  .dc-accordion__item--is-open .dc-accordion__content {
    display: block; }
  .dc-accordion__item--is-open .dc-accordion__header {
    border-bottom: 1px solid #ededed; }
    .dc-accordion__item--is-open .dc-accordion__header:after {
      border-top: 0;
      border-bottom: 5px dashed; }

.dc-accordion__header {
  display: flex;
  position: relative;
  padding: 1.2rem;
  font-weight: 500;
  cursor: pointer; }
  .dc-accordion__header:before {
    font-family: "DressCodeIcons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    color: inherit; }
  .dc-accordion__header:before {
    position: absolute;
    right: 0;
    margin-right: 1.2rem;
    font-size: 0.011rem; }
  .dc-accordion__header:hover {
    background-color: #f5fbff; }
  .dc-accordion__header:after {
    display: inline-block;
    position: absolute;
    top: 2.2rem;
    right: 1.6rem;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    overflow: visible;
    vertical-align: middle;
    border-top: 5px dashed; }

.dc-accordion__content {
  display: none;
  padding: 1.2rem; }

.dc-accordion__triangle--up {
  border-top: 0;
  border-bottom: 5px dashed; }

.dc-accordion__triangle--down {
  border-top: 5px dashed; }

.dc-breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.dc-breadcrumb__item {
  display: inline-block; }
  .dc-breadcrumb__item:after {
    padding: 0 0.4rem 0 0.8rem;
    color: #9b9b9b;
    content: "\003E"; }
  .dc-breadcrumb__item:last-child:after {
    display: none; }

.dc-icon--btn {
  display: block;
  margin-top: .22rem;
  margin-right: 0;
  margin-left: 0;
  float: left;
  line-height: .8rem; }

.dc-icon--btn--left {
  margin-right: .8rem;
  float: left; }

.dc-icon--btn--right {
  margin-left: .8rem;
  float: right; }

.dc-icon--btn-small {
  font-size: 1.2rem;
  line-height: .8rem; }

.dc-icon--btn-large {
  margin-top: .4rem;
  font-size: 2.8rem;
  line-height: .6rem; }

.dc-btn-group {
  display: flex;
  margin-bottom: 1.2rem; }

.dc-btn-group-row {
  clear: both; }
  .dc-btn-group-row:before, .dc-btn-group-row:after {
    display: table;
    content: " "; }
  .dc-btn-group-row:after {
    clear: both; }

.dc-btn-group--in-row {
  margin-right: 1.6rem;
  float: left; }

.dc-btn--in-btn-group {
  margin-right: 0;
  margin-bottom: 0;
  border-left-width: 0;
  border-radius: 0; }
  .dc-btn--in-btn-group:first-child {
    border-left-width: 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .dc-btn--in-btn-group:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.dc-dialog {
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  transform: rotateX(0deg) translateY(0) translateZ(0);
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 10000; }

.dc-dialog__content {
  margin: 2.4rem; }

.dc-dialog__body {
  max-height: calc(70vh);
  padding: 2.4rem 2.4rem 1.2rem;
  background: #fff;
  overflow: auto; }

.dc-dialog__actions {
  display: flex;
  justify-content: flex-end;
  padding: 2.4rem;
  border-top: 1px solid #ededed;
  border-radius: 0 0 2px 2px;
  background: #f7f7f7; }

.dc-dialog__actions__link {
  display: block;
  margin: 0 1.2rem;
  padding: 0.8rem 0; }

.dc-dialog__close {
  margin-top: -1.6rem;
  margin-right: -1rem;
  float: right; }
  .dc-dialog__close:active {
    transform: scale(0.85); }

.dc-dialog__close__icon {
  color: #808080;
  font-size: 1.2rem; }

.dc-dialog__title {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.6rem;
  display: inline-block;
  margin: 0 0 0.4rem;
  color: #4a4a4a;
  font-size: 2.2rem;
  font-weight: 300; }
  .dc-dialog__title .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc-dialog__subtitle {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: inline-block;
  margin: 0 0 0.4rem;
  color: #b6b6b6;
  font-size: 1.4rem;
  font-weight: 300; }
  .dc-dialog__subtitle .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

.dc-dialog__actions {
  display: flex;
  justify-content: flex-end;
  padding: 2.4rem;
  border-top: 1px solid #ededed;
  border-radius: 0 0 2px 2px;
  background: #f7f7f7; }

.dc-side-revealer {
  position: relative;
  overflow: hidden; }

.dc-side-revealer__toggle {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  width: 2.3em;
  height: 2.3em;
  transition: right 0.2s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  outline: none; }
  .dc-side-revealer__toggle:before {
    display: block;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.08);
    content: "";
    cursor: pointer; }
  .dc-side-revealer__toggle:hover {
    color: #1e87cb; }
  .dc-side-revealer__toggle:checked {
    right: 85%; }
    @media (min-width: 64em) {
      .dc-side-revealer__toggle:checked {
        right: 60%; } }
    .dc-side-revealer__toggle:checked:before {
      content: ""; }

.dc-side-revealer__content {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  width: 85%;
  transform: translateX(101%);
  transition: transform 0.2s 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  background: #f7f7f7;
  overflow-y: scroll; }
  @media (min-width: 64em) {
    .dc-side-revealer__content {
      width: 60%; } }
  input:checked ~ .dc-side-revealer__content {
    transform: translateX(0); }

.dc-side-revealer__content__card {
  height: 100%;
  overflow-y: scroll; }

.dc-btn-dropdown {
  position: relative; }
  .dc-btn-dropdown:before, .dc-btn-dropdown:after {
    display: table;
    content: " "; }
  .dc-btn-dropdown:after {
    clear: both; }

.dc-btn-dropdown__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-left: 4px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  overflow: visible;
  vertical-align: middle; }

.dc-btn-dropdown__arrow--down {
  border-top: 5px dashed; }

.dc-btn-dropdown__arrow--up {
  border-bottom: 5px dashed; }

.dc-btn-dropdown__list {
  display: none;
  position: absolute;
  padding: 0.4rem 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  list-style-type: none; }
  .dc-btn-dropdown__list::after {
    position: absolute;
    width: 0;
    height: 0;
    content: " ";
    pointer-events: none; }

.dc-btn-dropdown__list--down {
  top: 100%;
  margin-top: 0; }
  .dc-btn-dropdown__list--down::after {
    bottom: 100%;
    left: 2.4rem;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #fff; }

.dc-btn-dropdown__list--up {
  bottom: 100%;
  margin-bottom: 1.2rem; }
  .dc-btn-dropdown__list--up::after {
    top: 100%;
    left: 2.4rem;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #fff; }

.dc-btn-dropdown__item {
  display: block;
  padding: 0 1.2rem;
  line-height: 3.6rem;
  text-decoration: none;
  cursor: default; }
  .dc-btn-dropdown__item:hover {
    background-color: #ededed; }
  .dc-btn-dropdown__item:visited {
    color: #4a4a4a; }
  .dc-btn-dropdown__item:active {
    background-color: #ffa54e;
    color: #995516; }
  .dc-btn-dropdown__item:focus {
    outline: none; }
  .dc-btn-dropdown__item > * {
    cursor: default; }

.dc-btn-dropdown__item--disabled {
  cursor: not-allowed;
  opacity: .5; }
  .dc-btn-dropdown__item--disabled > * {
    pointer-events: none; }

.dc-btn-dropdown__divider {
  height: 1px;
  margin-bottom: 2.4rem;
  border: 0;
  background: #d1d1d1;
  height: 1px;
  margin: 0.4rem 0;
  background-color: #d1d1d1;
  overflow: hidden; }

.dc-input-group {
  display: flex;
  margin-bottom: 1.2rem; }

.dc-input-addon {
  display: inline-block;
  padding: 1rem 1.2rem 0.8rem;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  color: #646464;
  line-height: 1; }
  .dc-input-addon:first-child {
    border-right-width: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .dc-input-addon:last-child {
    border-left-width: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.dc-input--in-input-group {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 0; }
  .dc-input--in-input-group:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .dc-input--in-input-group:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.dc-btn--in-input-group {
  margin-right: 0;
  margin-bottom: 0;
  border-left-width: 0;
  border-radius: 0; }
  .dc-btn--in-input-group:first-child {
    border-left-width: 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .dc-btn--in-input-group:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.dc-input-stack {
  margin-bottom: 2.4rem; }

.dc-input-stack__feedback {
  display: block;
  color: #b6b6b6; }

.dc-input-stack__feedback--is-error {
  color: #ff4a25; }

.dc-input--in-stack {
  margin-bottom: 0.4rem; }

.dc-input-group--in-stack {
  margin-bottom: 0.4rem; }

.dc-msg {
  margin-bottom: 2.4rem;
  padding: 1.2rem 0;
  transition: transform .2s ease-out;
  border-width: 1px;
  border-style: solid;
  font-size: 1.4rem;
  line-height: 2.4rem; }
  @media (min-width: 20em) {
    .dc-msg {
      padding: 1.2rem; } }

.dc-msg__inner {
  display: flex;
  flex: 0 1 auto;
  align-items: center; }

.dc-msg__icon-frame {
  min-width: 4rem;
  height: 4rem; }
  @media (min-width: 20em) {
    .dc-msg__icon-frame {
      margin-right: 1.2rem; } }

.dc-msg__icon {
  padding: 0 1rem;
  color: currentcolor;
  font-size: 3.2rem;
  line-height: 4rem; }

.dc-msg__bd {
  flex: 1 1 auto; }

.dc-msg__bd__link {
  border-bottom: 1px solid currentColor;
  color: currentColor; }
  .dc-msg__bd__link:hover {
    border-bottom: 1px dashed currentColor;
    color: currentColor; }

.dc-msg__title {
  margin: 0;
  color: currentcolor;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase; }

.dc-msg__text {
  margin: 0; }

.dc-msg__close {
  min-width: 4rem; }
  .dc-msg__close:active {
    transform: scale(0.9); }

.dc-msg__close__icon {
  padding: 0 1.5rem;
  color: currentColor;
  line-height: 4rem;
  cursor: pointer;
  opacity: .5; }
  .dc-msg__close__icon:hover {
    opacity: .7; }

.dc-msg--info {
  border-color: #a3d9ff;
  background-color: #e6f4ff;
  color: #186698; }

.dc-msg--success {
  border-color: #8bfa3c;
  background-color: #e7ffd6;
  color: #4a9912; }

.dc-msg--error {
  border-color: #ffcabf;
  background-color: #ffeae6;
  color: #992b15; }

.dc-msg--warning {
  border-color: #ffda0a;
  background-color: #fff9d9;
  color: #99840e; }

.dc-msg--is-animating {
  animation: dc-notify 1.6s linear 1; }

@keyframes dc-notify {
  0% {
    transform: translateY(-100%); }
  10% {
    transform: translateY(0); }
  90% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.dc-msg--is-animating-long {
  animation: dc-notify-long 6s linear 1; }

@keyframes dc-notify-long {
  0% {
    transform: translateY(-100%); }
  1% {
    transform: translateY(0); }
  99% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.dc-search-form {
  display: inline-block;
  position: relative;
  margin-bottom: 2.4rem; }

.dc-search-form__input {
  max-height: 36px;
  margin: 0;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .dc-search-form__input[type="date"]::-webkit-clear-button {
    display: none; }
  .dc-search-form__input[type="date"]::-ms-clear {
    display: none; }

.dc-search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9b9b9b;
  font-size: 1.6rem; }
  .dc-search-form__btn:hover, .dc-search-form__btn:active, .dc-search-form__btn:focus {
    background: transparent;
    box-shadow: none; }

.dc-search-form__btn__icon {
  display: block;
  margin-right: 0; }

.dc-font-icon--is-search-form {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 0;
  margin-right: 0;
  color: #b6b6b6;
  font-size: 1.6rem;
  line-height: 3.6rem; }

.dc-suggest {
  position: absolute;
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-4px);
  transition: transform .3s ease-out, opacity .2s;
  border: 1px solid #d1d1d1;
  border-radius: 0 0 2px 2px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 800;
  list-style-type: none;
  pointer-events: none; }
  .dc-suggest:hover, .dc-suggest:active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto; }

.dc-suggest--is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

.dc-suggest__item {
  display: flex;
  align-items: flex-start;
  padding: 0 1.2rem;
  color: #4a4a4a;
  line-height: 4.4rem;
  white-space: nowrap; }
  .dc-suggest__item:hover, .dc-suggest__item:active {
    background: #d1ebff;
    color: #4a4a4a; }

.dc-suggest__item__img-frame {
  display: flex;
  justify-content: center;
  width: 48px;
  height: 2.4rem;
  margin: 1rem 1.2rem 0 0;
  overflow: hidden; }

.dc-suggest__item__img {
  width: 100%;
  height: 100%;
  object-fit: scale-down; }

.dc-suggest__item__action {
  display: block;
  flex-grow: 0;
  align-self: flex-end;
  margin-left: 1.2rem;
  white-space: nowrap; }

.dc-suggest__item__label {
  flex: 1 1 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.dc-search-form__input:focus ~ .dc-suggest {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

@keyframes dc-toast-animation--bottom {
  0% {
    transform: translate(0, 100%); }
  25% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 100%); } }

@keyframes dc-toast-animation--top {
  0% {
    transform: translate(0, -100%); }
  25% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, -100%); } }

.dc-toast-container {
  position: fixed; }

.dc-toast-container--top {
  top: 0; }

.dc-toast-container--bottom {
  top: auto;
  bottom: 0; }

.dc-toast {
  padding: 0 1.2rem 0.8rem;
  z-index: 9999; }

.dc-toast--top {
  animation: dc-toast-animation--top;
  animation-iteration-count: 1;
  animation-direction: forwards; }

.dc-toast--bottom {
  padding: 0.8rem 1.2rem 0;
  animation-name: dc-toast-animation--bottom;
  animation-iteration-count: 1;
  animation-direction: forwards; }

.dc-toast__content {
  width: 100%;
  padding: 1.2rem 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 1px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }

.dc-toast__content--info {
  border-color: #a3d9ff;
  background-color: #e6f4ff;
  color: #186698; }

.dc-toast__content--success {
  border-color: #8bfa3c;
  background-color: #e7ffd6;
  color: #4a9912; }

.dc-toast__content--warning {
  border-color: #ffda0a;
  background-color: #fff9d9;
  color: #99840e; }

.dc-toast__content--error {
  border-color: #ffcabf;
  background-color: #ffeae6;
  color: #992b15; }

.dc--has-tooltip {
  display: inline-block;
  position: relative; }
  .dc--has-tooltip:before, .dc--has-tooltip:after {
    position: absolute;
    transform: translate3d(0, 0, 0);
    transition: .3s ease;
    transition-delay: 0ms;
    opacity: 0;
    visibility: hidden;
    z-index: 1000000;
    pointer-events: none; }
  .dc--has-tooltip:hover:before, .dc--has-tooltip:hover:after {
    opacity: 1;
    visibility: visible; }
  .dc--has-tooltip:hover:before, .dc--has-tooltip:hover:after {
    transition-delay: 100ms; }
  .dc--has-tooltip:before {
    position: absolute;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    z-index: 1000001; }
  .dc--has-tooltip:after {
    padding: 0.8rem 1rem;
    background: #383838;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    white-space: nowrap;
    content: attr(data-dc-has-tooltip); }

.dc--has-tooltip--top:before {
  margin-bottom: -11px; }

.dc--has-tooltip--top:before, .dc--has-tooltip--top:after {
  bottom: 100%;
  left: 50%; }

.dc--has-tooltip--top:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--top:after {
  transform: translateX(-50%); }

.dc--has-tooltip--top:hover:before, .dc--has-tooltip--top:focus:before {
  transform: translateY(-0.8rem); }

.dc--has-tooltip--top:hover:after, .dc--has-tooltip--top:focus:after {
  transform: translateX(-50%) translateY(-0.8rem); }

.dc--has-tooltip--top:before {
  border-top-color: #383838; }

.dc--has-tooltip--top-right:before {
  margin-bottom: -11px; }

.dc--has-tooltip--top-right:before, .dc--has-tooltip--top-right:after {
  bottom: 100%;
  left: 50%; }

.dc--has-tooltip--top-right:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--top-right:after {
  transform: translateX(0); }

.dc--has-tooltip--top-right:after {
  margin-left: -2rem; }

.dc--has-tooltip--top-right:hover:before, .dc--has-tooltip--top-right:focus:before {
  transform: translateY(-0.8rem); }

.dc--has-tooltip--top-right:hover:after, .dc--has-tooltip--top-right:focus:after {
  transform: translateY(-0.8rem); }

.dc--has-tooltip--top-right:before {
  border-top-color: #383838; }

.dc--has-tooltip--top-left:before {
  margin-bottom: -11px; }

.dc--has-tooltip--top-left:before, .dc--has-tooltip--top-left:after {
  bottom: 100%;
  left: 50%; }

.dc--has-tooltip--top-left:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--top-left:after {
  transform: translateX(-100%); }

.dc--has-tooltip--top-left:after {
  margin-left: 2rem; }

.dc--has-tooltip--top-left:hover:before, .dc--has-tooltip--top-left:focus:before {
  transform: translateY(-0.8rem); }

.dc--has-tooltip--top-left:hover:after, .dc--has-tooltip--top-left:focus:after {
  transform: translateX(-100%) translateY(-0.8rem); }

.dc--has-tooltip--top-left:before {
  border-top-color: #383838; }

.dc--has-tooltip--bottom:before {
  margin-top: -11px; }

.dc--has-tooltip--bottom:before, .dc--has-tooltip--bottom:after {
  top: 100%;
  left: 50%; }

.dc--has-tooltip--bottom:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--bottom:after {
  transform: translateX(-50%); }

.dc--has-tooltip--bottom:hover:before, .dc--has-tooltip--bottom:focus:before {
  transform: translateY(0.8rem); }

.dc--has-tooltip--bottom:hover:after, .dc--has-tooltip--bottom:focus:after {
  transform: translateX(-50%) translateY(0.8rem); }

.dc--has-tooltip--bottom:before {
  border-bottom-color: #383838; }

.dc--has-tooltip--bottom-right:before {
  margin-top: -11px; }

.dc--has-tooltip--bottom-right:before, .dc--has-tooltip--bottom-right:after {
  top: 100%;
  left: 50%; }

.dc--has-tooltip--bottom-right:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--bottom-right:after {
  transform: translateX(0); }

.dc--has-tooltip--bottom-right:after {
  margin-left: -2rem; }

.dc--has-tooltip--bottom-right:hover:before, .dc--has-tooltip--bottom-right:focus:before {
  transform: translateY(0.8rem); }

.dc--has-tooltip--bottom-right:hover:after, .dc--has-tooltip--bottom-right:focus:after {
  transform: translateY(0.8rem); }

.dc--has-tooltip--bottom-right:before {
  border-bottom-color: #383838; }

.dc--has-tooltip--bottom-left:before {
  margin-top: -11px; }

.dc--has-tooltip--bottom-left:before, .dc--has-tooltip--bottom-left:after {
  top: 100%;
  left: 50%; }

.dc--has-tooltip--bottom-left:before {
  left: calc(50% - 6px); }

.dc--has-tooltip--bottom-left:after {
  transform: translateX(-100%); }

.dc--has-tooltip--bottom-left:after {
  margin-left: 2rem; }

.dc--has-tooltip--bottom-left:hover:before, .dc--has-tooltip--bottom-left:focus:before {
  transform: translateY(0.8rem); }

.dc--has-tooltip--bottom-left:hover:after, .dc--has-tooltip--bottom-left:focus:after {
  transform: translateX(-100%) translateY(0.8rem); }

.dc--has-tooltip--bottom-left:before {
  border-bottom-color: #383838; }

.dc--has-tooltip--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.dc--has-tooltip--right:after {
  margin-bottom: -1.6rem; }

.dc--has-tooltip--right:before, .dc--has-tooltip--right:after {
  left: 100%;
  bottom: 50%; }

.dc--has-tooltip--right:hover:before, .dc--has-tooltip--right:focus:before {
  transform: translateX(0.8rem); }

.dc--has-tooltip--right:hover:after, .dc--has-tooltip--right:focus:after {
  transform: translateX(0.8rem); }

.dc--has-tooltip--right:before {
  border-right-color: #383838; }

.dc--has-tooltip--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.dc--has-tooltip--left:after {
  margin-bottom: -1.6rem; }

.dc--has-tooltip--left:before, .dc--has-tooltip--left:after {
  right: 100%;
  bottom: 50%; }

.dc--has-tooltip--left:hover:before, .dc--has-tooltip--left:focus:before {
  transform: translateX(-0.8rem); }

.dc--has-tooltip--left:hover:after, .dc--has-tooltip--left:focus:after {
  transform: translateX(-0.8rem); }

.dc--has-tooltip--left:before {
  border-left-color: #383838; }

.dc--has-tooltip--small:after {
  width: 8rem;
  line-height: 1.4em;
  white-space: normal; }

.dc--has-tooltip--medium:after {
  width: 15rem;
  line-height: 1.4em;
  white-space: normal; }

.dc--has-tooltip--large:after {
  width: 30rem;
  line-height: 1.4em;
  white-space: normal; }

.dc-pagination {
  display: flex;
  margin-bottom: 1.2rem; }

.dc-pagination-btn {
  margin-right: 0;
  margin-bottom: 0;
  border-left-width: 0;
  border-radius: 0;
  background: #fff;
  color: #26aafe;
  cursor: pointer; }
  .dc-pagination-btn:first-child {
    border-left-width: 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .dc-pagination-btn:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .dc-pagination-btn:hover {
    background: #e6f4ff;
    color: #26aafe; }
  .dc-pagination-btn--active {
    padding-bottom: 0.8rem;
    border-bottom: 4px solid #ffa54e; }
  .dc-pagination-btn--active, .dc-pagination-btn--disabled {
    color: #b6b6b6;
    cursor: default; }
    .dc-pagination-btn--active:hover, .dc-pagination-btn--disabled:hover {
      background: #fff;
      color: #b6b6b6;
      box-shadow: none; }

a {
  transition: color .1s linear;
  color: #26aafe;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover, a:active {
    color: #1e87cb;
    text-decoration: none; }

h1 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 4.8rem; }
  h1 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

h2 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.7rem;
  line-height: 3.6rem; }
  h2 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

h3 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 3.6rem; }
  h3 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

h4 {
  margin-bottom: 2.4rem;
  color: #4a4a4a;
  font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem; }
  h4 .dc-small {
    display: block;
    color: #b6b6b6;
    font-family: "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 60%; }

hr {
  height: 1px;
  margin-bottom: 2.4rem;
  border: 0;
  background: #d1d1d1;
  background: #ededed; }

body {
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden; }
  @media screen and (min-width: 800px) {
    body.doc-navigation--is-collapsed .doc-navbar {
      width: 50px;
      overflow: hidden;
      border-bottom: 1px solid #fff; }
    body.doc-navigation--is-collapsed .doc-sidebar {
      transform: translateX(-180px); }
    body.doc-navigation--is-collapsed .doc-content {
      transform: translateX(50px);
      margin-right: 50px; }
    body.doc-navigation--is-collapsed .doc-navbar__logo__text,
    body.doc-navigation--is-collapsed .doc-sidebar-content,
    body.doc-navigation--is-collapsed .doc-navbar__sidebar-close {
      display: none; }
    body.doc-navigation--is-collapsed .doc-sidebar__vertical-menu {
      display: block; } }
  @media screen and (max-width: 800px) {
    body.doc-sidebar--is-visible .doc-sidebar {
      transform: translateX(0); }
    body.doc-sidebar--is-visible .doc-content {
      transform: translateX(230px); } }

.doc-sidebar__vertical-menu {
  display: none; }

.doc-navbar {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 50px;
  padding: 0 10px;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  transition: 0.1s ease-in-out; }
  @media screen and (min-width: 800px) {
    .doc-navbar {
      width: 230px; } }
  .doc-navbar .doc-search-form {
    margin-top: 0.7rem;
    margin-bottom: 0rem;
    margin-left: auto; }
    @media screen and (min-width: 800px) {
      .doc-navbar .doc-search-form {
        display: none; } }
  .doc-navbar__logo {
    flex-grow: 1;
    display: flex;
    height: 100%;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .doc-navbar__logo {
        flex-grow: initial; } }
  .doc-navbar__logo__img {
    width: 30px;
    height: 30px;
    margin-right: 6px; }
  .doc-navbar__logo__text {
    flex-grow: 1;
    margin-right: 0.6rem;
    line-height: 1.6rem;
    font-size: 14px;
    font-family: "Source Sans Pro", "Ubuntu", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    color: #3bb3a9; }
    @media screen and (max-width: 800px) {
      .doc-navbar__logo__text {
        display: none; } }
  .doc-navbar__sidebar-toggle {
    line-height: 50px;
    font-size: 2rem;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 800px) {
      .doc-navbar__sidebar-toggle {
        display: none; } }
  .doc-navbar__sidebar-close {
    display: table;
    height: 100%;
    font-size: 12px;
    color: #808080; }
    .doc-navbar__sidebar-close:before {
      display: table-cell;
      vertical-align: middle; }
  .doc-navbar__sidebar-close--desktop {
    float: right; }
    @media screen and (max-width: 800px) {
      .doc-navbar__sidebar-close--desktop {
        display: none; } }

.doc-sidebar-toggle {
  color: #808080;
  font-size: 2.5rem;
  font-weight: 500; }

.doc-sidebar-toggle--primary {
  color: #3bb3a9; }

.doc-sidebar {
  position: fixed;
  top: 50px;
  right: auto;
  bottom: 0;
  left: 0;
  width: 230px;
  height: auto;
  transition: 0.1s ease-in-out;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    .doc-sidebar {
      transform: translateX(-230px); } }
  .doc-sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .doc-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    cursor: grab; }
  .doc-sidebar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); }
  .doc-sidebar__vertical-menu {
    float: right;
    text-align: center;
    width: 50px; }
    .doc-sidebar__vertical-menu__item {
      display: block;
      padding: 0.6rem; }
    .doc-sidebar__vertical-menu__item--primary {
      color: #3bb3a9; }
  .doc-sidebar__search-form {
    height: 36px;
    width: 100%;
    margin: 24px 0 0 22px; }
    @media screen and (max-width: 800px) {
      .doc-sidebar__search-form {
        display: none; } }

.doc-sidebar-list {
  padding-left: 0px; }
  .doc-sidebar-list__item {
    margin-left: 40px;
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #808080; }
    .doc-sidebar-list__item--link + .doc-sidebar-list__item--link {
      border-top: 1px solid #ededed; }
    .doc-sidebar-list__item--link:hover {
      color: #3bb3a9; }
    .doc-sidebar-list__item--label {
      border-top: 1px solid #ededed;
      margin-left: 0px;
      padding-left: 40px;
      font-weight: 500;
      font-size: 12px;
      padding-bottom: 5px;
      padding-top: 5px;
      margin-top: 10px;
      color: #646464; }
      .doc-sidebar-list__item--label:first-of-type {
        border-top: initial; }
    .doc-sidebar-list__item--current, .doc-sidebar-list__item--current-ancestor {
      color: #3bb3a9;
      font-weight: 500; }
    .doc-sidebar-list__item a {
      color: inherit; }
  .doc-sidebar-list > li.doc-sidebar-list__item--current::before, .doc-sidebar-list > li.doc-sidebar-list__item--current-ancestor::before {
    border-left: 3px solid #3bb3a9;
    content: " ";
    position: absolute;
    left: 0px;
    height: 30px; }
  .doc-sidebar-list__toc-list {
    padding-left: 12px; }
  .doc-sidebar-list__toc-item {
    color: #808080;
    list-style: none;
    font-weight: 300;
    padding-right: 12px;
    border-top: 1px solid #ededed; }
    .doc-sidebar-list__toc-item--current {
      color: #3bb3a9; }
    .doc-sidebar-list__toc-item:first-child {
      border-top: none; }

.doc-sidebar-list__children-list {
  padding-left: 10px; }

.doc-sidebar-list__children-list--hidden {
  display: none; }

.doc-sidebar-list__item--child {
  margin-left: 0; }

.doc-sidebar-list__item--has-children > .doc-sidebar-list__toc-list {
  padding-left: 24px; }

.doc-sidebar-list__item__children-toggle {
  cursor: pointer;
  display: block; }
  .doc-sidebar-list__item__children-toggle:before {
    position: absolute;
    left: 2.2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.85rem;
    text-align: center; }
  .doc-sidebar-list__item__children-toggle:hover {
    color: #3bb3a9; }
    .doc-sidebar-list__item__children-toggle:hover:before {
      border-color: #3bb3a9; }

.doc-sidebar-list__item__children-toggle--hide:before {
  content: '-'; }

.doc-sidebar-list__item__children-toggle--show:before {
  content: '+'; }

.doc-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 420px;
  z-index: 2;
  transition: 0.1s ease-in-out;
  transform: translateX(230px);
  margin-right: 230px; }
  .doc-content .dc-page {
    overflow: auto;
    padding-top: 0; }
    @media screen and (max-width: 800px) {
      .doc-content .dc-page {
        padding-top: 0.8rem; } }
  @media screen and (max-width: 800px) {
    .doc-content {
      transform: translateX(0);
      margin-right: 0; } }

.doc-formatting h1:first-child {
  margin-top: 0;
  line-height: 3.4rem; }

.doc-formatting a {
  font-weight: 500; }

.doc-formatting h2,
.doc-formatting h3 {
  position: relative; }
  .doc-formatting h2 .doc-anchor,
  .doc-formatting h3 .doc-anchor {
    transform: translateY(-50%);
    color: #ccc;
    margin-right: 6px; }
    @media screen and (min-width: 800px) {
      .doc-formatting h2 .doc-anchor,
      .doc-formatting h3 .doc-anchor {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: -18px;
        width: auto;
        height: auto; } }
    .doc-formatting h2 .doc-anchor:before,
    .doc-formatting h3 .doc-anchor:before {
      font-family: "DressCodeIcons";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      color: inherit; }
    .doc-formatting h2 .doc-anchor:before,
    .doc-formatting h3 .doc-anchor:before {
      content: ""; }
    .doc-formatting h2 .doc-anchor:before,
    .doc-formatting h3 .doc-anchor:before {
      font-size: 12px; }
    .doc-formatting h2 .doc-anchor:hover,
    .doc-formatting h3 .doc-anchor:hover {
      color: #3bb3a9 !important; }

.doc-formatting dl {
  padding-left: 30px;
  margin: 0; }

.doc-formatting dl:not(:last-of-type) {
  margin-bottom: 1.5em;
  margin-top: 1.5em; }

.doc-formatting dl dt {
  font-weight: 600; }

.doc-formatting dl dt:not(:first-child) {
  margin-top: 1em; }

.doc-formatting dl dt code {
  line-height: inherit; }

.doc-formatting dl dd {
  margin: 0; }

.doc-formatting img {
  display: inline-block;
  padding: 0 20px;
  max-width: 100%;
  position: relative;
  vertical-align: top; }

.doc-formatting img.alignright {
  float: right;
  margin-right: 0; }

.doc-formatting img.alignleft {
  float: left;
  margin-left: 0; }

.doc-formatting img.aligncenter {
  display: block;
  margin: 1.5em auto; }

.doc-formatting blockquote {
  border-left: 2px solid #3bb3a9;
  color: #666;
  margin: 1.5em 0;
  padding: 0.75em 20px 0.75em 30px; }

.doc-formatting blockquote p:only-of-type {
  margin: 0; }

.doc-formatting ol,
.doc-formatting ul {
  list-style-position: outside;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  padding-left: 30px; }

.doc-formatting ol li,
.doc-formatting ul li {
  margin-bottom: 0.5rem; }

.doc-formatting ol {
  list-style-type: decimal; }

.doc-formatting ul {
  list-style-type: disc; }

.doc-formatting p code {
  background: #f7f7f7;
  font-size: 90%;
  padding: 1px 5px;
  border-radius: 2px; }

.doc-formatting > table {
  margin: 10px 0; }
  .doc-formatting > table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap; }
  .doc-formatting > table td,
  .doc-formatting > table th {
    margin: 0;
    overflow: visible;
    padding: 8px 16px;
    border: 1px solid #d1d1d1 !important;
    border-collapse: collapse;
    font-size: 90%; }
  .doc-formatting > table th {
    font-weight: bold;
    border-bottom: solid 2px #d1d1d1; }
  .doc-formatting > table td {
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    background-color: transparent;
    vertical-align: middle; }
  .doc-formatting > table td:first-child,
  .doc-formatting > table th:first-child {
    border-left-width: 0; }
  .doc-formatting > table tr:nth-child(2n-1) td {
    background-color: #f7f7f7; }

.doc-formatting figure {
  clear: both;
  margin: 1.5em 0; }

.doc-formatting figure figcaption {
  font-size: 12px;
  line-height: 16px;
  color: #999; }

.doc-formatting pre {
  padding: 1em 1.25em;
  white-space: pre-wrap;
  color: #333;
  background: #f7f7f7; }

.doc-formatting *:not(figure.highlight) pre {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

.doc-formatting *:not(figure.highlight) pre code {
  border: none;
  box-shadow: none;
  color: #333;
  margin: 0;
  max-width: 100%;
  padding: 0; }

.doc-formatting .highlight {
  clear: both;
  margin: 1.5em 0;
  font-size: 14px;
  line-height: 20px;
  overflow-x: auto; }
  .doc-formatting .highlight table {
    width: 100%; }
  .doc-formatting .highlight figcaption {
    font-size: 12px;
    line-height: 16px;
    color: #999; }
  .doc-formatting .highlight .gutter {
    width: 40px; }
  .doc-formatting .highlight .gutter pre {
    margin: 0;
    padding: 1.5em 10px;
    text-align: right; }
  .doc-formatting .highlight .code pre {
    overflow-y: auto;
    overflow-x: auto;
    padding: 1.5em 15px 1.5em 20px;
    margin: 0;
    white-space: pre; }
  .doc-formatting .highlight .code pre .line:empty::after {
    content: '\200b'; }
  .doc-formatting .highlight .gutter pre {
    color: #d1d1d1; }
  .doc-formatting .highlight pre {
    color: #4a4a4a; }
    .doc-formatting .highlight pre .constant,
    .doc-formatting .highlight pre .function .keyword {
      color: #1e87cb; }
    .doc-formatting .highlight pre .attribute,
    .doc-formatting .highlight pre .built_in,
    .doc-formatting .highlight pre .keyword {
      color: #1e87cb; }
    .doc-formatting .highlight pre .title {
      color: #4a9912; }
    .doc-formatting .highlight pre .change,
    .doc-formatting .highlight pre .clojure .built_in,
    .doc-formatting .highlight pre .flow,
    .doc-formatting .highlight pre .lisp .title,
    .doc-formatting .highlight pre .nginx .title,
    .doc-formatting .highlight pre .tag,
    .doc-formatting .highlight pre .tag .title,
    .doc-formatting .highlight pre .tex .special,
    .doc-formatting .highlight pre .winutils {
      color: #1e87cb; }
    .doc-formatting .highlight pre .regexp,
    .doc-formatting .highlight pre .symbol,
    .doc-formatting .highlight pre .symbol .string,
    .doc-formatting .highlight pre .value {
      color: #ff8e25; }
    .doc-formatting .highlight pre .literal,
    .doc-formatting .highlight pre .number {
      color: #ff8e25; }
    .doc-formatting .highlight pre .addition,
    .doc-formatting .highlight pre .apache .cbracket,
    .doc-formatting .highlight pre .apache .tag,
    .doc-formatting .highlight pre .attr_selector,
    .doc-formatting .highlight pre .django .filter .argument,
    .doc-formatting .highlight pre .django .template_tag,
    .doc-formatting .highlight pre .django .variable,
    .doc-formatting .highlight pre .envvar,
    .doc-formatting .highlight pre .haskell .type,
    .doc-formatting .highlight pre .javadoc,
    .doc-formatting .highlight pre .preprocessor,
    .doc-formatting .highlight pre .prompt,
    .doc-formatting .highlight pre .pseudo,
    .doc-formatting .highlight pre .ruby .class .parent,
    .doc-formatting .highlight pre .smalltalk .array,
    .doc-formatting .highlight pre .smalltalk .class,
    .doc-formatting .highlight pre .smalltalk .localvars,
    .doc-formatting .highlight pre .sql .aggregate,
    .doc-formatting .highlight pre .stream,
    .doc-formatting .highlight pre .string,
    .doc-formatting .highlight pre .subst,
    .doc-formatting .highlight pre .tag .value,
    .doc-formatting .highlight pre .tex .command {
      color: #ff8e25; }
    .doc-formatting .highlight pre .apache .sqbracket,
    .doc-formatting .highlight pre .comment,
    .doc-formatting .highlight pre .deletion,
    .doc-formatting .highlight pre .doctype,
    .doc-formatting .highlight pre .java .annotation,
    .doc-formatting .highlight pre .pi,
    .doc-formatting .highlight pre .python .decorator,
    .doc-formatting .highlight pre .shebang,
    .doc-formatting .highlight pre .template_comment,
    .doc-formatting .highlight pre .tex .formula {
      color: #9b9b9b; }
    .doc-formatting .highlight pre .coffeescript .javascript,
    .doc-formatting .highlight pre .javascript .xml,
    .doc-formatting .highlight pre .tex .formula,
    .doc-formatting .highlight pre .xml .cdata,
    .doc-formatting .highlight pre .xml .css,
    .doc-formatting .highlight pre .xml .javascript,
    .doc-formatting .highlight pre .xml .vbscript {
      opacity: 0.5; }

.doc-search-form {
  max-width: 186px; }
  .doc-search-form__input[type="search"] {
    width: 100%;
    box-sizing: border-box; }
  .doc-search-form__input:focus + .doc-search-form__btn {
    color: #1e87cb;
    cursor: default; }
  .doc-search-form__btn:hover {
    color: #9b9b9b;
    cursor: default; }

.doc-search-results__title {
  margin-top: 0;
  line-height: 3.4rem; }
  .doc-search-results__title__query {
    font-weight: 500; }

.doc-search-results__list {
  list-style: none;
  padding: 0; }
  .doc-search-results__list__item {
    display: block; }
  .doc-search-results__list__link {
    display: inline-block;
    font-weight: 500; }
  .doc-search-results__list__score-divider {
    display: inline-block;
    padding: 0 0.8rem;
    color: #ededed; }
  .doc-search-results__list__score {
    color: #b6b6b6; }

.doc-search-results .doc-highlight {
  font-weight: 500; }

.doc-swagger-to-html .inline-code {
  background: #f5f7fa;
  padding: 1px 5px;
  border-radius: 2px;
  border: 1px solid #e4e4e4; }

.doc-swagger-to-html .download-btn {
  overflow: hidden; }
  .doc-swagger-to-html .download-btn__link {
    float: right;
    font-weight: initial; }

.doc-swagger-to-html .head {
  margin: 15px 0;
  overflow: hidden; }
  .doc-swagger-to-html .head__title {
    overflow: hidden; }
    .doc-swagger-to-html .head__title__text {
      float: left;
      color: #4a4a4a;
      margin-top: 0px;
      margin-bottom: 5px;
      line-height: 34px; }
    .doc-swagger-to-html .head__title__version {
      float: right;
      line-height: 34px;
      margin-top: 0px; }
  .doc-swagger-to-html .head__description {
    float: left;
    margin-top: 50px; }

.doc-swagger-to-html .operation-info__title {
  border-bottom: 2px solid #d8d8d8;
  padding-bottom: 10px;
  position: relative; }

.doc-swagger-to-html .operation-info__verb {
  overflow: hidden;
  margin-top: 30px; }

.doc-swagger-to-html .operation-info__verb__name {
  font-size: 14px;
  font-weight: bold;
  float: left;
  color: #f7f7f7;
  padding: 10px 15px; }
  .doc-swagger-to-html .operation-info__verb__name--get {
    background: #1fb3cb;
    border: 1px solid #1fb3cb; }
  .doc-swagger-to-html .operation-info__verb__name--post {
    background: #65cb1c;
    border: 1px solid #65cb1c; }
  .doc-swagger-to-html .operation-info__verb__name--patch {
    background: #bb5cba;
    border: 1px solid #bb5cba; }
  .doc-swagger-to-html .operation-info__verb__name--delete {
    background: #cc3a1d;
    border: 1px solid #cc3a1d; }
  .doc-swagger-to-html .operation-info__verb__name--put {
    background: #cc711d;
    border: 1px solid #cc711d; }

.doc-swagger-to-html .operation-info__verb__path {
  font-size: 16px;
  color: #646464;
  padding: 10px 5px 10px 20px;
  border: solid 1px #d1d1d1;
  border-left: none;
  overflow: hidden; }

.doc-swagger-to-html .request, .doc-swagger-to-html .response {
  overflow: hidden; }
  .doc-swagger-to-html .request__title, .doc-swagger-to-html .response__title {
    overflow: hidden; }
    .doc-swagger-to-html .request__title__sample, .doc-swagger-to-html .request__title__reference, .doc-swagger-to-html .response__title__sample, .doc-swagger-to-html .response__title__reference {
      float: left;
      width: 50%; }
  .doc-swagger-to-html .request__content, .doc-swagger-to-html .response__content {
    border: solid 1px #ededed;
    width: 100%;
    table-layout: fixed; }
    .doc-swagger-to-html .request__content__sample, .doc-swagger-to-html .request__content__reference, .doc-swagger-to-html .response__content__sample, .doc-swagger-to-html .response__content__reference {
      width: 50%;
      padding: 15px;
      vertical-align: top; }
    .doc-swagger-to-html .request__content__sample, .doc-swagger-to-html .response__content__sample {
      background: #ededed; }

.doc-swagger-to-html .reference-card {
  margin-top: 40px; }
  .doc-swagger-to-html .reference-card:first-of-type {
    margin-top: initial; }
  .doc-swagger-to-html .reference-card__title {
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
    color: #4a4a4a; }
  .doc-swagger-to-html .reference-card__content {
    margin-top: 15px; }
    .doc-swagger-to-html .reference-card__content__info {
      overflow: hidden; }
      .doc-swagger-to-html .reference-card__content__info__name, .doc-swagger-to-html .reference-card__content__info__type, .doc-swagger-to-html .reference-card__content__info__required {
        float: left;
        border-left: 2px solid #ededed;
        font-size: 14px;
        padding: 0 15px; }
        .doc-swagger-to-html .reference-card__content__info__name:first-child, .doc-swagger-to-html .reference-card__content__info__type:first-child, .doc-swagger-to-html .reference-card__content__info__required:first-child {
          border-left: initial; }
      .doc-swagger-to-html .reference-card__content__info__name {
        font-weight: bold;
        font-size: 14px;
        padding-left: initial; }
      .doc-swagger-to-html .reference-card__content__info__type {
        color: #b6b6b6; }
      .doc-swagger-to-html .reference-card__content__info__required {
        color: #ff917d; }
    .doc-swagger-to-html .reference-card__content__description, .doc-swagger-to-html .reference-card__content__example, .doc-swagger-to-html .reference-card__content__usage, .doc-swagger-to-html .reference-card__content__values {
      margin-top: 10px; }

.doc-swagger-to-html .sample-snippet__copy-btn {
  margin-top: 10px; }
  .doc-swagger-to-html .sample-snippet__copy-btn.dc--has-tooltip:after {
    text-transform: initial; }

.doc-swagger-to-html .sample-snippet .highlight {
  margin: 0;
  overflow: hidden; }
  .doc-swagger-to-html .sample-snippet .highlight table {
    table-layout: fixed;
    width: 100%; }
    .doc-swagger-to-html .sample-snippet .highlight table .code pre {
      background: initial;
      padding: initial; }
    .doc-swagger-to-html .sample-snippet .highlight table .code .line {
      white-space: pre-wrap; }

.doc-support-footer {
  margin-top: 3.8rem;
  border-top: 2px solid #d1d1d1;
  padding: 2.4rem 0; }
  .doc-support-footer__text {
    color: #b6b6b6; }
  .doc-support-footer__link {
    font-weight: 500; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-nl {
  background-image: url(/images/flags/nl.svg); }

.flag-icon-en {
  background-image: url(/images/flags/gb.svg); }

body {
  background: #fff;
  overflow-y: scroll; }

.doc-navbar__logo__text {
  text-transform: uppercase; }

.doc-navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.99) 100%); }

.navbar-left {
  padding: 0 0 0 22px;
  left: 0;
  right: auto;
  width: 230px;
  display: flex; }

.navbar-left .flags {
  display: flex;
  align-items: center; }

.navbar-left .flags a + a {
  margin-left: 6px; }

.navbar-right {
  padding: 0 22px;
  left: auto;
  right: 0;
  display: flex; }

.navbar-right > .navbar-item {
  display: flex;
  height: 100%;
  align-items: center;
  flex-grow: 1; }

.navbar-right > .navbar-item + .navbar-item {
  margin-left: 24px; }

.navbar-right a {
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  text-decoration: none; }

@media screen and (max-width: 800px) {
  .navbar-left {
    width: 100%; }
  .navbar-right {
    display: none; } }

.navbar-left select {
  padding: 11px 2em 11px 0;
  font-weight: 700;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  height: 100%;
  outline: none; }

.doc-sidebar-close {
  display: none; }

.doc-sidebar {
  border-right: 1px solid #e1e1e1; }

.doc-sidebar {
  background: #f8f8f8; }

.doc-title {
  margin-bottom: 2rem;
  padding: 24px;
  background: #eee center center;
  background-size: cover;
  height: 250px; }

.doc-content {
  padding-bottom: 0; }

.page-title {
  padding-left: 2.4rem; }

.page-title h1 {
  margin: 0;
  padding: 0;
  color: #333; }

.page-title h1.white {
  color: #fff;
  text-shadow: 1px 1px 5px #333; }

.page-actions {
  margin-top: 1.5rem;
  height: 32px; }

.dc-page {
  padding: 0;
  padding-left: 24px; }

.dc-card {
  box-shadow: none; }

.doc-formatting h2 .doc-anchor {
  left: -30px; }

.doc-formatting h2 .doc-anchor:before {
  font-size: 16px; }

.doc-sidebar-list__item--label {
  text-transform: uppercase; }
