/*!
 * Only Bootstrap styles required by the theme are included.
 * If you wish to include some of the components, simply remove the comment.
 * and recompile the style.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, .paragraph--type--video .field--name-field-description, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #263238;
  text-align: left;
  background-color: #fafafa;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0a6ebd;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(38, 50, 56, 0.54);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.83335rem;
  margin-left: -0.83335rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #263238;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceff1;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceff1;
}

.table tbody + tbody {
  border-top: 2px solid #eceff1;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceff1;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceff1;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #263238;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e2fc;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8cc8f9;
}

.table-hover .table-primary:hover {
  background-color: #a9d7fb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9d7fb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d8d8d8;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b7b7b7;
}

.table-hover .table-secondary:hover {
  background-color: #cbcbcb;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cbcbcb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cde9ce;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a2d5a4;
}

.table-hover .table-success:hover {
  background-color: #bbe1bd;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bbe1bd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ecf3;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7adce9;
}

.table-hover .table-info:hover {
  background-color: #a2e6ef;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2e6ef;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff9c8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff599;
}

.table-hover .table-warning:hover {
  background-color: #fff6af;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff6af;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccac7;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f99d96;
}

.table-hover .table-danger:hover {
  background-color: #fbb3af;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb3af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacaca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9d9d9d;
}

.table-hover .table-dark:hover {
  background-color: #bdbdbd;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbdbd;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fafafa;
  background-color: #263238;
  border-color: #35464f;
}

.table .thead-light th {
  color: #263238;
  background-color: #cfd8dc;
  border-color: #eceff1;
}

.table-dark {
  color: #fafafa;
  background-color: #263238;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #35464f;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fafafa;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2196f3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c7cd5 !important;
}

.bg-secondary {
  background-color: #757575 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5c5c5c !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #00bcd4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #008fa1 !important;
}

.bg-warning {
  background-color: #ffeb3b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe608 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea1c0d !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !important;
}

.bg-dark {
  background-color: #424242 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #292929 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e0e0e0 !important;
}

.border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.border-right {
  border-right: 1px solid #e0e0e0 !important;
}

.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

.border-left {
  border-left: 1px solid #e0e0e0 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2196f3 !important;
}

.border-secondary {
  border-color: #757575 !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #00bcd4 !important;
}

.border-warning {
  border-color: #ffeb3b !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-light {
  border-color: #f5f5f5 !important;
}

.border-dark {
  border-color: #424242 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

.m-n6 {
  margin: -3rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}

.m-n7 {
  margin: -4rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -4rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -4rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .m-sm-6 {
    margin: 3rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .p-sm-6 {
    padding: 3rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-n6 {
    margin: -3rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-n6 {
    margin: -3rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-n6 {
    margin: -3rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .m-xl-6 {
    margin: 3rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .p-xl-6 {
    padding: 3rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-n6 {
    margin: -3rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2196f3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a6ebd !important;
}

.text-secondary {
  color: #757575 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #4f4f4f !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #357a38 !important;
}

.text-info {
  color: #00bcd4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #007888 !important;
}

.text-warning {
  color: #ffeb3b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #eed500 !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d2190b !important;
}

.text-light {
  color: #f5f5f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important;
}

.text-dark {
  color: #424242 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1c1c1c !important;
}

.text-body {
  color: #263238 !important;
}

.text-muted {
  color: rgba(38, 50, 56, 0.54) !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fafafa;
  color: #263238;
}

* {
  outline: none;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.layout-container {
  margin: 0;
}

.block-system {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.tabledrag-handle {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

h1.page-title {
  margin-bottom: 0;
  line-height: 1.1;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #757575;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.maintenance-page .layout-container {
  width: auto;
  margin: 1.5rem;
  padding: 3rem;
  border: 1px solid #cfd8dc;
}

@media (min-width: 768px) {
  .maintenance-page .layout-container {
    width: 700px;
    margin: 3rem auto;
  }
}

.maintenance-page .layout-container header {
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
}

.maintenance-page .layout-container h1 {
  font-size: 2rem;
  color: #000;
}

.error-wrapper {
  text-align: center;
}

.error-wrapper .block-system {
  margin-top: 2rem;
  color: rgba(38, 50, 56, 0.54);
}

.error-wrapper .block-search {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #90a4ae;
}

.error-code {
  font-size: 10rem;
  font-weight: 100;
  line-height: 10rem;
}

figure {
  margin-bottom: 1rem;
}

figcaption, .paragraph--type--video .field--name-field-description {
  padding: 10px 0 0;
  color: rgba(38, 50, 56, 0.38);
  font-size: .9rem;
  text-align: left;
}

td.is-active {
  background-color: #eceff1;
}

thead.thead-dark a {
  color: #FFF;
}

.field__label {
  color: #90a4ae;
}

.field__label:after {
  content: ':';
}

.field--label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field--label-inline .field__label {
  margin-right: .5556rem;
}

.field--name-field-mg-category,
.field--name-field-channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.teaser__channel i,
.field--name-field-mg-category i,
.field--name-field-channel i {
  display: block;
  width: .5556rem;
  height: 1.1111rem;
  margin-right: .3rem;
  position: relative;
}

.teaser__channel i:before, .teaser__channel i:after,
.field--name-field-mg-category i:before,
.field--name-field-mg-category i:after,
.field--name-field-channel i:before,
.field--name-field-channel i:after {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
  width: .5556rem;
  height: 1.1111rem;
}

.teaser__channel i:before,
.field--name-field-mg-category i:before,
.field--name-field-channel i:before {
  -webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
  top: -.2778rem;
  left: -.2778rem;
  z-index: 1;
}

.teaser__channel i:after,
.field--name-field-mg-category i:after,
.field--name-field-channel i:after {
  top: 0;
  left: 0;
  z-index: 2;
}

.channel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
}

.channel__icon {
  width: .5556rem;
  height: 1.1111rem;
  margin-right: .3rem;
  position: relative;
}

.channel__icon:before, .channel__icon:after {
  content: '';
  display: block;
  background-color: inherit;
  position: absolute;
  width: .5556rem;
  height: 1.1111rem;
}

.channel__icon:before {
  -webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.1);
  top: -.2778rem;
  left: -.2778rem;
  z-index: 1;
}

.channel__icon:after {
  top: 0;
  left: 0;
  z-index: 2;
}

.channel__label {
  color: #263238;
}

.channel__label a {
  color: #263238;
  text-decoration: none;
}

.channel__label a:hover {
  text-decoration: underline;
}

.channel--white, .channel--white a {
  color: rgba(255, 255, 255, 0.7);
}

.field--name-field-tags,
.field--name-field-mg-tags {
  margin: 1.5rem 0 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cfd8dc;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .field--name-field-tags,
  .field--name-field-mg-tags {
    font-size: .7rem;
  }
}

.field--name-field-tags a,
.field--name-field-mg-tags a {
  color: #263238;
}

.field--name-field-tags .field__label:after,
.field--name-field-mg-tags .field__label:after {
  content: ':';
}

.field--name-field-tags .field__items,
.field--name-field-mg-tags .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field--name-field-tags .field__item,
.field--name-field-mg-tags .field__item {
  margin-right: .5556rem;
}

.field--name-field-tags .field__item:before,
.field--name-field-mg-tags .field__item:before {
  content: '#';
}

.form-item,
.form-actions {
  margin-top: .375rem;
  margin-bottom: .375rem;
}

table .form-item:last-child,
table .form-actions:last-child {
  margin-bottom: 0;
}

.form-item label:not(.option) {
  margin-bottom: 0;
  font-size: .778rem;
  font-weight: bold;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #ef9a9a;
}

.form-actions .button {
  margin-right: .278rem;
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], select, textarea {
  background-color: #FFF;
  display: block;
  width: 100%;
  padding: 10px 1rem;
  border: 1px solid;
  border-color: #cfd8dc;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.075);
          box-shadow: inset 0 1px 1px rgba(38, 50, 56, 0.075);
  color: #607d8b;
  font-size: .85rem;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .15s;
  transition: border-color .15s;
}

@media (min-width: 768px) {
  input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week], select, textarea {
    font-size: .85rem;
  }
}

input:focus[type=text], input:focus[type=password], input:focus[type=color], input:focus[type=date], input:focus[type=datetime-local], input:focus[type=email], input:focus[type=month], input:focus[type=number], input:focus[type=range], input:focus[type=search], input:focus[type=tel], input:focus[type=time], input:focus[type=url], input:focus[type=week], select:focus, textarea:focus, input:active[type=text], input:active[type=password], input:active[type=color], input:active[type=date], input:active[type=datetime-local], input:active[type=email], input:active[type=month], input:active[type=number], input:active[type=range], input:active[type=search], input:active[type=tel], input:active[type=time], input:active[type=url], input:active[type=week], select:active, textarea:active {
  border-color: #8bc8f9;
  outline: none;
}

input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=color]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=datetime-local]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=month]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=range]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=time]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=week]:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder, input[type=password]:active::-webkit-input-placeholder, input[type=color]:active::-webkit-input-placeholder, input[type=date]:active::-webkit-input-placeholder, input[type=datetime-local]:active::-webkit-input-placeholder, input[type=email]:active::-webkit-input-placeholder, input[type=month]:active::-webkit-input-placeholder, input[type=number]:active::-webkit-input-placeholder, input[type=range]:active::-webkit-input-placeholder, input[type=search]:active::-webkit-input-placeholder, input[type=tel]:active::-webkit-input-placeholder, input[type=time]:active::-webkit-input-placeholder, input[type=url]:active::-webkit-input-placeholder, input[type=week]:active::-webkit-input-placeholder, select:active::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
  opacity: .7;
}

input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=color]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=datetime-local]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=month]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=range]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=time]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=week]:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input[type=text]:active::-moz-placeholder, input[type=password]:active::-moz-placeholder, input[type=color]:active::-moz-placeholder, input[type=date]:active::-moz-placeholder, input[type=datetime-local]:active::-moz-placeholder, input[type=email]:active::-moz-placeholder, input[type=month]:active::-moz-placeholder, input[type=number]:active::-moz-placeholder, input[type=range]:active::-moz-placeholder, input[type=search]:active::-moz-placeholder, input[type=tel]:active::-moz-placeholder, input[type=time]:active::-moz-placeholder, input[type=url]:active::-moz-placeholder, input[type=week]:active::-moz-placeholder, select:active::-moz-placeholder, textarea:active::-moz-placeholder {
  opacity: .7;
}

input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=color]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=datetime-local]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=month]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=range]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=time]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=week]:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, input[type=text]:active:-ms-input-placeholder, input[type=password]:active:-ms-input-placeholder, input[type=color]:active:-ms-input-placeholder, input[type=date]:active:-ms-input-placeholder, input[type=datetime-local]:active:-ms-input-placeholder, input[type=email]:active:-ms-input-placeholder, input[type=month]:active:-ms-input-placeholder, input[type=number]:active:-ms-input-placeholder, input[type=range]:active:-ms-input-placeholder, input[type=search]:active:-ms-input-placeholder, input[type=tel]:active:-ms-input-placeholder, input[type=time]:active:-ms-input-placeholder, input[type=url]:active:-ms-input-placeholder, input[type=week]:active:-ms-input-placeholder, select:active:-ms-input-placeholder, textarea:active:-ms-input-placeholder {
  opacity: .7;
}

input[type=text]:focus::-ms-input-placeholder, input[type=password]:focus::-ms-input-placeholder, input[type=color]:focus::-ms-input-placeholder, input[type=date]:focus::-ms-input-placeholder, input[type=datetime-local]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=month]:focus::-ms-input-placeholder, input[type=number]:focus::-ms-input-placeholder, input[type=range]:focus::-ms-input-placeholder, input[type=search]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, input[type=time]:focus::-ms-input-placeholder, input[type=url]:focus::-ms-input-placeholder, input[type=week]:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, input[type=text]:active::-ms-input-placeholder, input[type=password]:active::-ms-input-placeholder, input[type=color]:active::-ms-input-placeholder, input[type=date]:active::-ms-input-placeholder, input[type=datetime-local]:active::-ms-input-placeholder, input[type=email]:active::-ms-input-placeholder, input[type=month]:active::-ms-input-placeholder, input[type=number]:active::-ms-input-placeholder, input[type=range]:active::-ms-input-placeholder, input[type=search]:active::-ms-input-placeholder, input[type=tel]:active::-ms-input-placeholder, input[type=time]:active::-ms-input-placeholder, input[type=url]:active::-ms-input-placeholder, input[type=week]:active::-ms-input-placeholder, select:active::-ms-input-placeholder, textarea:active::-ms-input-placeholder {
  opacity: .7;
}

input[type=text]:focus::placeholder, input[type=password]:focus::placeholder, input[type=color]:focus::placeholder, input[type=date]:focus::placeholder, input[type=datetime-local]:focus::placeholder, input[type=email]:focus::placeholder, input[type=month]:focus::placeholder, input[type=number]:focus::placeholder, input[type=range]:focus::placeholder, input[type=search]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=time]:focus::placeholder, input[type=url]:focus::placeholder, input[type=week]:focus::placeholder, select:focus::placeholder, textarea:focus::placeholder, input[type=text]:active::placeholder, input[type=password]:active::placeholder, input[type=color]:active::placeholder, input[type=date]:active::placeholder, input[type=datetime-local]:active::placeholder, input[type=email]:active::placeholder, input[type=month]:active::placeholder, input[type=number]:active::placeholder, input[type=range]:active::placeholder, input[type=search]:active::placeholder, input[type=tel]:active::placeholder, input[type=time]:active::placeholder, input[type=url]:active::placeholder, input[type=week]:active::placeholder, select:active::placeholder, textarea:active::placeholder {
  opacity: .7;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #90a4ae;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #90a4ae;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #90a4ae;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #90a4ae;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=range]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=time]::placeholder, input[type=url]::placeholder, input[type=week]::placeholder, select::placeholder, textarea::placeholder {
  color: #90a4ae;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

select {
  width: auto;
  height: 40px;
}

input[type="radio"] {
  margin-left: 3px;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: .1em;
  margin-bottom: .1em;
}

.form-checkboxes .form-item label.option,
.form-radios .form-item label.option {
  font-size: .9rem;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

.description {
  margin: 10px 0 0;
  font-size: .778rem;
  color: #90a4ae;
}

.description a {
  text-decoration: underline;
}

details summary {
  display: block;
  background-color: #eceff1;
  padding: 1rem;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

details summary:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-right: 10px;
}

details summary:hover {
  background-color: #e6eaed;
}

details summary[aria-expanded="true"]:before {
  content: "\f106";
}

details summary::-webkit-details-marker {
  display: none;
}

details .details-wrapper {
  background-color: #FFF;
  padding: 1.5rem;
  border: 1px solid #eceff1;
  border-top: none;
}

details a.details-title {
  color: #000;
  text-decoration: none;
}

details .action {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cfd8dc;
}

button:focus, input[type='submet']:focus {
  outline: none;
}

.button {
  display: inline-block;
  background-color: transparent;
  padding: 10px 1.5rem;
  border: 1px solid;
  border-color: #cfd8dc;
  border-radius: 0.25rem;
  color: #263238;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {
  .button {
    font-size: .85rem;
  }
}

.button:hover {
  background-color: #FFF;
  border-color: #eceff1;
  color: #263238;
  -webkit-box-shadow: 0 2px 0.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0.25rem 0 rgba(0, 0, 0, 0.2);
}

.button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button {
  text-decoration: none;
}

.button--primary {
  background-color: #42a5f5;
  border-color: #42a5f5;
  color: #FFF;
}

.button--primary:hover {
  background-color: #5ab1f6;
  border-color: #5ab1f6;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(66, 165, 245, 0.3);
}

@media (min-width: 992px) {
  .button--large {
    padding: 15px 3rem;
  }
}

.horizontal-tabs {
  margin: 0 0 1rem 0;
  padding: 0;
  border: none;
}

.horizontal-tabs ul.horizontal-tabs-list {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #607d8b;
}

.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
}

.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a, .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a {
  color: #607d8b;
  margin-bottom: -3px;
  padding: .5rem 1rem;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

@media (min-width: 992px) {
  .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a, .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a {
    padding: 1rem 2rem;
  }
}

.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a:hover, .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a:hover {
  background-color: transparent;
  color: #000;
}

.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a {
  border-bottom: 6px solid #000;
  color: #000;
}

.horizontal-tabs details.horizontal-tabs-pane {
  padding: 1rem 0 0 0;
}

.horizontal-tabs details.horizontal-tabs-pane > .details-wrapper {
  background: transparent;
  padding: 0;
  border: none;
}

.horizontal-tabs details.horizontal-tabs-pane table tr:first-child th, .horizontal-tabs details.horizontal-tabs-pane table tr:first-child td {
  border-top: none;
}

.block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 992px) {
  .block__title {
    font-size: 0.7rem;
  }
}

.block__title:after, .block__title:before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 4px;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc;
}

.block__title .title-text {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px 2px;
  color: #263238;
  position: relative;
  z-index: 1;
}

[class*="block-region-"] .block {
  margin-bottom: 3rem;
}

.layout__region--article-header .block,
.layout__region--article-footer .block,
.layout__region--article-social-buttons .block {
  margin-bottom: 0;
}

.block--region-content-header {
  margin-bottom: .5rem;
}

.block--region-content-header:last-child {
  margin-bottom: 0;
}

.layout__region--article-sidebar-right .block,
.block-region-article-sidebar-right {
  margin-bottom: 2rem;
}

.block--region-content-administration {
  margin-bottom: 2rem;
}

.layout-builder-powered-page .block--region-content-administration {
  margin-bottom: 0;
}

.page-footer .block:not(:last-child) {
  margin-bottom: 2rem;
}

.page-footer .block--views:not(:last-child) {
  margin-bottom: 2rem;
}

.themag-layout .block:not(:last-child) {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .themag-layout .block:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.themag-layout--black .block__title:before, .themag-layout--black .block__title:after {
  border-color: #37474f;
}

.themag-layout--black .block__title .title-text {
  color: #fff;
}

.block--system-branding-block img {
  max-width: 100%;
  max-height: 100%;
}

.block--region-logo {
  height: 30px;
}

@media (min-width: 992px) {
  .block--region-logo {
    height: auto;
  }
}

.block--page-title-block .field__label {
  color: #000;
}

.block--region-content-header.block--page-title-block,
.block--layout-builder.block--page-title-block {
  position: relative;
}

.block--region-content-header.block--page-title-block:after, .block--region-content-header.block--page-title-block:before,
.block--layout-builder.block--page-title-block:after,
.block--layout-builder.block--page-title-block:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #90a4ae;
  position: absolute;
  bottom: calc(41% + 1.5px);
  z-index: 0;
}

.block--region-content-header.block--page-title-block:before,
.block--layout-builder.block--page-title-block:before {
  bottom: calc(41% - 1.5px);
}

.block--region-content-header.block--page-title-block .page-title,
.block--layout-builder.block--page-title-block .page-title {
  display: inline-block;
  background-color: #fafafa;
  margin-bottom: 0;
  padding-right: 1.5rem;
  color: #000;
  position: relative;
  z-index: 5;
}

.block--advertisement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-builder-discard-changes.confirmation,
.layout-builder-revert-overrides.confirmation {
  max-width: 600px;
  margin: 3rem auto;
  padding: 3rem;
  border: 1px solid #cfd8dc;
  font-size: 1.5rem;
  text-align: center;
}

.layout-builder-discard-changes.confirmation .form-actions,
.layout-builder-revert-overrides.confirmation .form-actions {
  margin-top: 1rem;
}

.slick {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.slick.slick--initialized {
  opacity: 1;
}

.slick--optionset--single-item-slider {
  position: relative;
}

.slick--optionset--single-item-slider .slick-slide {
  position: relative;
}

.slick--optionset--single-item-slider nav.slick__arrow button {
  display: none !important;
  background: transparent;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0;
  color: #FFF;
  position: absolute;
  top: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: .7;
  cursor: pointer;
}

@media (min-width: 992px) {
  .slick--optionset--single-item-slider nav.slick__arrow button {
    display: block !important;
    top: 50%;
  }
}

@media screen and (min-width: 1200px) and (min-height: 900px) {
  .slick--optionset--single-item-slider nav.slick__arrow button {
    width: 65px;
    height: 65px;
  }
}

.slick--optionset--single-item-slider nav.slick__arrow button.slick-prev {
  left: 5%;
}

@media (min-width: 1200px) {
  .slick--optionset--single-item-slider nav.slick__arrow button.slick-prev {
    left: 7%;
  }
}

.slick--optionset--single-item-slider nav.slick__arrow button.slick-next {
  right: 5%;
}

@media (min-width: 1200px) {
  .slick--optionset--single-item-slider nav.slick__arrow button.slick-next {
    right: 7%;
  }
}

.slick--optionset--single-item-slider nav.slick__arrow button:hover {
  opacity: 1;
}

.slick--optionset--single-item-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
}

.slick--optionset--single-item-slider .slick-dots li {
  opacity: .3;
}

.slick--optionset--single-item-slider .slick-dots li.slick-active {
  opacity: 1;
}

.slick--optionset--single-item-slider .slick-dots button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 35px;
  height: 10px;
  margin: 0 .3rem;
  border: none;
  border-top: 2px solid #FFF;
  overflow: hidden;
}

.slick--optionset--center-mode-slider, .slick--optionset--two-column-slider, .slick--optionset--gallery-slider {
  position: relative;
}

@media (min-width: 768px) {
  .slick--optionset--center-mode-slider .slick-slide, .slick--optionset--two-column-slider .slick-slide, .slick--optionset--gallery-slider .slick-slide {
    margin: 0 .8rem;
  }
}

.slick--optionset--center-mode-slider nav.slick__arrow button, .slick--optionset--two-column-slider nav.slick__arrow button, .slick--optionset--gallery-slider nav.slick__arrow button {
  display: block;
  background: rgba(32, 41, 54, 0.25);
  width: calc(15% - .8rem);
  border: none;
  color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
}

.slick--optionset--center-mode-slider nav.slick__arrow button.slick-prev, .slick--optionset--two-column-slider nav.slick__arrow button.slick-prev, .slick--optionset--gallery-slider nav.slick__arrow button.slick-prev {
  left: 0;
}

.slick--optionset--center-mode-slider nav.slick__arrow button.slick-next, .slick--optionset--two-column-slider nav.slick__arrow button.slick-next, .slick--optionset--gallery-slider nav.slick__arrow button.slick-next {
  right: 0;
}

.slick--optionset--center-mode-slider nav.slick__arrow button:hover, .slick--optionset--two-column-slider nav.slick__arrow button:hover, .slick--optionset--gallery-slider nav.slick__arrow button:hover {
  opacity: 1;
}

.slick--optionset--center-mode-slider .slick-dots, .slick--optionset--two-column-slider .slick-dots, .slick--optionset--gallery-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
}

.slick--optionset--center-mode-slider .slick-dots li, .slick--optionset--two-column-slider .slick-dots li, .slick--optionset--gallery-slider .slick-dots li {
  opacity: .3;
}

.slick--optionset--center-mode-slider .slick-dots li.slick-active, .slick--optionset--two-column-slider .slick-dots li.slick-active, .slick--optionset--gallery-slider .slick-dots li.slick-active {
  opacity: 1;
}

.slick--optionset--center-mode-slider .slick-dots li.slick-active button, .slick--optionset--two-column-slider .slick-dots li.slick-active button, .slick--optionset--gallery-slider .slick-dots li.slick-active button {
  background-color: #FFF;
}

.slick--optionset--center-mode-slider .slick-dots button, .slick--optionset--two-column-slider .slick-dots button, .slick--optionset--gallery-slider .slick-dots button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 6px;
  height: 6px;
  margin: 0 .3rem;
  padding: 0;
  border: 1px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slick--optionset--two-column-slider .slick-slide {
    margin: 0 .6rem;
  }
}

.slick--optionset--two-column-slider nav.slick__arrow button {
  width: calc(10% - .6rem);
}

@media (min-width: 1200px) {
  .slick--optionset--two-column-slider nav.slick__arrow button {
    width: calc(5% - .6rem);
  }
}

.slick--optionset--gallery-slider .slick-slide {
  margin: 0;
}

.slick--optionset--gallery-slider .slick-slide:hover .nav.slick__arrow button {
  opacity: .9;
}

.slick--optionset--gallery-slider nav.slick__arrow button {
  width: 50px;
  height: 100px;
  top: calc(50% - 50px);
  bottom: auto;
  opacity: .8;
}

@media (min-width: 992px) {
  .slick--optionset--gallery-slider nav.slick__arrow button {
    width: 100px;
    display: block;
  }
}

ul.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
}

ul.sf-menu li {
  white-space: nowrap;
  -webkit-transition: background .2s;
  transition: background .2s;
}

ul.sf-menu a {
  padding: .75rem 1rem;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.sf-menu .sf-with-ul {
  padding-right: 24px;
  position: relative;
}

ul.sf-menu span.sf-sub-indicator {
  width: 8px;
  height: 4px;
  right: 9px;
}

ul.sf-menu span.sf-sub-indicator:after {
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

ul.sf-menu > li > a {
  padding: 15px 14px;
  color: #263238;
  font-weight: bold;
  font-size: 0.889rem;
  text-transform: uppercase;
}

ul.sf-menu > li > a:hover {
  color: #263238;
}

ul.sf-menu > li.sfHover {
  background-color: rgba(236, 239, 241, 0.9);
}

ul.sf-menu > li.sfHover > a {
  color: #000;
}

ul.sf-menu ul {
  background: transparent;
  width: auto !important;
  min-width: 12em;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

ul.sf-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

ul.sf-menu ul li a {
  background-color: rgba(236, 239, 241, 0.9);
  color: #37474f;
  font-size: 0.778rem;
  font-weight: normal;
  text-transform: none;
}

ul.sf-menu ul li a:hover {
  background-color: #FFF;
  color: #000;
}

ul.sf-menu ul li.sfHover > a {
  background-color: rgba(230, 234, 237, 0.9);
  color: #000;
}

ul.sf-menu ul li.last {
  border-bottom: none;
}

ul.sf-menu ul ul li a {
  background: rgba(230, 234, 237, 0.9);
}

ul.sf-menu ul span.sf-sub-indicator {
  width: 4px;
  height: 8px;
  right: 15px;
  opacity: .3;
}

ul.sf-menu ul span.sf-sub-indicator:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  -webkit-transition: none;
  transition: none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 100% !important;
}

.sf-menu li:hover ul ul,
.sf-menu li.sfHover ul ul {
  top: 0 !important;
}

.shariff[data-css="min"] ul,
.shariff[data-css="complete"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.shariff[data-css="min"] ul li,
.shariff[data-css="complete"] ul li {
  margin: 0;
}

.shariff[data-css="min"] ul li,
.shariff[data-css="complete"] ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 .2778rem 0;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.shariff[data-css="min"] ul li:first-child,
.shariff[data-css="complete"] ul li:first-child {
  margin-left: 0;
}

.shariff[data-css="min"] ul li:last-child,
.shariff[data-css="complete"] ul li:last-child {
  margin-right: 0;
}

.shariff[data-css="min"] a,
.shariff[data-css="complete"] a {
  display: block;
  min-width: 6rem;
  padding: .4rem .5556rem;
  border-radius: .25rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1rem;
  white-space: nowrap;
}

.shariff[data-css="min"] a .share_text,
.shariff[data-css="complete"] a .share_text {
  display: none;
  font-size: .85rem;
}

@media (min-width: 768px) {
  .shariff[data-css="min"] a .share_text,
  .shariff[data-css="complete"] a .share_text {
    display: inline-block;
    margin-left: .5rem;
  }
}

.shariff[data-css="min"] ul.theme-white li.addthis a,
.shariff[data-css="complete"] ul.theme-white li.addthis a {
  color: #f8694d;
  border-color: #f8694d;
}

.shariff[data-css="min"] ul.theme-white li.addthis a:hover,
.shariff[data-css="complete"] ul.theme-white li.addthis a:hover {
  background-color: #f8694d;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.diaspora a,
.shariff[data-css="complete"] ul.theme-white li.diaspora a {
  color: #999;
  border-color: #999;
}

.shariff[data-css="min"] ul.theme-white li.diaspora a:hover,
.shariff[data-css="complete"] ul.theme-white li.diaspora a:hover {
  background-color: #999;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.facebook a,
.shariff[data-css="complete"] ul.theme-white li.facebook a {
  color: #3b5998;
  border-color: #3b5998;
}

.shariff[data-css="min"] ul.theme-white li.facebook a:hover,
.shariff[data-css="complete"] ul.theme-white li.facebook a:hover {
  background-color: #3b5998;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.flattr a,
.shariff[data-css="complete"] ul.theme-white li.flattr a {
  color: #7ea352;
  border-color: #7ea352;
}

.shariff[data-css="min"] ul.theme-white li.flattr a:hover,
.shariff[data-css="complete"] ul.theme-white li.flattr a:hover {
  background-color: #7ea352;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.flipboard a,
.shariff[data-css="complete"] ul.theme-white li.flipboard a {
  color: #e12828;
  border-color: #e12828;
}

.shariff[data-css="min"] ul.theme-white li.flipboard a:hover,
.shariff[data-css="complete"] ul.theme-white li.flipboard a:hover {
  background-color: #e12828;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.googleplus a,
.shariff[data-css="complete"] ul.theme-white li.googleplus a {
  color: #d34836;
  border-color: #d34836;
}

.shariff[data-css="min"] ul.theme-white li.googleplus a:hover,
.shariff[data-css="complete"] ul.theme-white li.googleplus a:hover {
  background-color: #d34836;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.linkedin a,
.shariff[data-css="complete"] ul.theme-white li.linkedin a {
  color: #0077b5;
  border-color: #0077b5;
}

.shariff[data-css="min"] ul.theme-white li.linkedin a:hover,
.shariff[data-css="complete"] ul.theme-white li.linkedin a:hover {
  background-color: #0077b5;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.mail a,
.shariff[data-css="complete"] ul.theme-white li.mail a {
  color: #03a9f4;
  border-color: #03a9f4;
}

.shariff[data-css="min"] ul.theme-white li.mail a:hover,
.shariff[data-css="complete"] ul.theme-white li.mail a:hover {
  background-color: #03a9f4;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.pinterest a,
.shariff[data-css="complete"] ul.theme-white li.pinterest a {
  color: #bd081c;
  border-color: #bd081c;
}

.shariff[data-css="min"] ul.theme-white li.pinterest a:hover,
.shariff[data-css="complete"] ul.theme-white li.pinterest a:hover {
  background-color: #bd081c;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.print a,
.shariff[data-css="complete"] ul.theme-white li.print a {
  color: #999;
  border-color: #999;
}

.shariff[data-css="min"] ul.theme-white li.print a:hover,
.shariff[data-css="complete"] ul.theme-white li.print a:hover {
  background-color: #999;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.qzone a,
.shariff[data-css="complete"] ul.theme-white li.qzone a {
  color: #2B82D9;
  border-color: #2B82D9;
}

.shariff[data-css="min"] ul.theme-white li.qzone a:hover,
.shariff[data-css="complete"] ul.theme-white li.qzone a:hover {
  background-color: #2B82D9;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.reddit a,
.shariff[data-css="complete"] ul.theme-white li.reddit a {
  color: #ff4500;
  border-color: #ff4500;
}

.shariff[data-css="min"] ul.theme-white li.reddit a:hover,
.shariff[data-css="complete"] ul.theme-white li.reddit a:hover {
  background-color: #ff4500;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.stumbleupon a,
.shariff[data-css="complete"] ul.theme-white li.stumbleupon a {
  color: #eb4924;
  border-color: #eb4924;
}

.shariff[data-css="min"] ul.theme-white li.stumbleupon a:hover,
.shariff[data-css="complete"] ul.theme-white li.stumbleupon a:hover {
  background-color: #eb4924;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.telegram a,
.shariff[data-css="complete"] ul.theme-white li.telegram a {
  color: #0088cc;
  border-color: #0088cc;
}

.shariff[data-css="min"] ul.theme-white li.telegram a:hover,
.shariff[data-css="complete"] ul.theme-white li.telegram a:hover {
  background-color: #0088cc;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.tencent-weibo a,
.shariff[data-css="complete"] ul.theme-white li.tencent-weibo a {
  color: #26ACE0;
  border-color: #26ACE0;
}

.shariff[data-css="min"] ul.theme-white li.tencent-weibo a:hover,
.shariff[data-css="complete"] ul.theme-white li.tencent-weibo a:hover {
  background-color: #26ACE0;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.threema a,
.shariff[data-css="complete"] ul.theme-white li.threema a {
  color: #333333;
  border-color: #333333;
}

.shariff[data-css="min"] ul.theme-white li.threema a:hover,
.shariff[data-css="complete"] ul.theme-white li.threema a:hover {
  background-color: #333333;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.tumblr a,
.shariff[data-css="complete"] ul.theme-white li.tumblr a {
  color: #36465D;
  border-color: #36465D;
}

.shariff[data-css="min"] ul.theme-white li.tumblr a:hover,
.shariff[data-css="complete"] ul.theme-white li.tumblr a:hover {
  background-color: #36465D;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.twitter a,
.shariff[data-css="complete"] ul.theme-white li.twitter a {
  color: #55acee;
  border-color: #55acee;
}

.shariff[data-css="min"] ul.theme-white li.twitter a:hover,
.shariff[data-css="complete"] ul.theme-white li.twitter a:hover {
  background-color: #55acee;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.vk a,
.shariff[data-css="complete"] ul.theme-white li.vk a {
  color: #5d7fa4;
  border-color: #5d7fa4;
}

.shariff[data-css="min"] ul.theme-white li.vk a:hover,
.shariff[data-css="complete"] ul.theme-white li.vk a:hover {
  background-color: #5d7fa4;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.weibo a,
.shariff[data-css="complete"] ul.theme-white li.weibo a {
  color: #F56770;
  border-color: #F56770;
}

.shariff[data-css="min"] ul.theme-white li.weibo a:hover,
.shariff[data-css="complete"] ul.theme-white li.weibo a:hover {
  background-color: #F56770;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.whatsapp a,
.shariff[data-css="complete"] ul.theme-white li.whatsapp a {
  color: #5cbe4a;
  border-color: #5cbe4a;
}

.shariff[data-css="min"] ul.theme-white li.whatsapp a:hover,
.shariff[data-css="complete"] ul.theme-white li.whatsapp a:hover {
  background-color: #5cbe4a;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-white li.xing a,
.shariff[data-css="complete"] ul.theme-white li.xing a {
  color: #126567;
  border-color: #126567;
}

.shariff[data-css="min"] ul.theme-white li.xing a:hover,
.shariff[data-css="complete"] ul.theme-white li.xing a:hover {
  background-color: #126567;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-grey li.addthis a,
.shariff[data-css="complete"] ul.theme-grey li.addthis a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.addthis a:hover,
.shariff[data-css="complete"] ul.theme-grey li.addthis a:hover {
  background-color: #f8694d;
  color: #FFF;
  border-color: #f8694d;
}

.shariff[data-css="min"] ul.theme-grey li.diaspora a,
.shariff[data-css="complete"] ul.theme-grey li.diaspora a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.diaspora a:hover,
.shariff[data-css="complete"] ul.theme-grey li.diaspora a:hover {
  background-color: #999;
  color: #FFF;
  border-color: #999;
}

.shariff[data-css="min"] ul.theme-grey li.facebook a,
.shariff[data-css="complete"] ul.theme-grey li.facebook a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.facebook a:hover,
.shariff[data-css="complete"] ul.theme-grey li.facebook a:hover {
  background-color: #3b5998;
  color: #FFF;
  border-color: #3b5998;
}

.shariff[data-css="min"] ul.theme-grey li.flattr a,
.shariff[data-css="complete"] ul.theme-grey li.flattr a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.flattr a:hover,
.shariff[data-css="complete"] ul.theme-grey li.flattr a:hover {
  background-color: #7ea352;
  color: #FFF;
  border-color: #7ea352;
}

.shariff[data-css="min"] ul.theme-grey li.flipboard a,
.shariff[data-css="complete"] ul.theme-grey li.flipboard a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.flipboard a:hover,
.shariff[data-css="complete"] ul.theme-grey li.flipboard a:hover {
  background-color: #e12828;
  color: #FFF;
  border-color: #e12828;
}

.shariff[data-css="min"] ul.theme-grey li.googleplus a,
.shariff[data-css="complete"] ul.theme-grey li.googleplus a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.googleplus a:hover,
.shariff[data-css="complete"] ul.theme-grey li.googleplus a:hover {
  background-color: #d34836;
  color: #FFF;
  border-color: #d34836;
}

.shariff[data-css="min"] ul.theme-grey li.linkedin a,
.shariff[data-css="complete"] ul.theme-grey li.linkedin a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.linkedin a:hover,
.shariff[data-css="complete"] ul.theme-grey li.linkedin a:hover {
  background-color: #0077b5;
  color: #FFF;
  border-color: #0077b5;
}

.shariff[data-css="min"] ul.theme-grey li.mail a,
.shariff[data-css="complete"] ul.theme-grey li.mail a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.mail a:hover,
.shariff[data-css="complete"] ul.theme-grey li.mail a:hover {
  background-color: #03a9f4;
  color: #FFF;
  border-color: #03a9f4;
}

.shariff[data-css="min"] ul.theme-grey li.pinterest a,
.shariff[data-css="complete"] ul.theme-grey li.pinterest a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.pinterest a:hover,
.shariff[data-css="complete"] ul.theme-grey li.pinterest a:hover {
  background-color: #bd081c;
  color: #FFF;
  border-color: #bd081c;
}

.shariff[data-css="min"] ul.theme-grey li.print a,
.shariff[data-css="complete"] ul.theme-grey li.print a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.print a:hover,
.shariff[data-css="complete"] ul.theme-grey li.print a:hover {
  background-color: #999;
  color: #FFF;
  border-color: #999;
}

.shariff[data-css="min"] ul.theme-grey li.qzone a,
.shariff[data-css="complete"] ul.theme-grey li.qzone a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.qzone a:hover,
.shariff[data-css="complete"] ul.theme-grey li.qzone a:hover {
  background-color: #2B82D9;
  color: #FFF;
  border-color: #2B82D9;
}

.shariff[data-css="min"] ul.theme-grey li.reddit a,
.shariff[data-css="complete"] ul.theme-grey li.reddit a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.reddit a:hover,
.shariff[data-css="complete"] ul.theme-grey li.reddit a:hover {
  background-color: #ff4500;
  color: #FFF;
  border-color: #ff4500;
}

.shariff[data-css="min"] ul.theme-grey li.stumbleupon a,
.shariff[data-css="complete"] ul.theme-grey li.stumbleupon a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.stumbleupon a:hover,
.shariff[data-css="complete"] ul.theme-grey li.stumbleupon a:hover {
  background-color: #eb4924;
  color: #FFF;
  border-color: #eb4924;
}

.shariff[data-css="min"] ul.theme-grey li.telegram a,
.shariff[data-css="complete"] ul.theme-grey li.telegram a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.telegram a:hover,
.shariff[data-css="complete"] ul.theme-grey li.telegram a:hover {
  background-color: #0088cc;
  color: #FFF;
  border-color: #0088cc;
}

.shariff[data-css="min"] ul.theme-grey li.tencent-weibo a,
.shariff[data-css="complete"] ul.theme-grey li.tencent-weibo a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.tencent-weibo a:hover,
.shariff[data-css="complete"] ul.theme-grey li.tencent-weibo a:hover {
  background-color: #26ACE0;
  color: #FFF;
  border-color: #26ACE0;
}

.shariff[data-css="min"] ul.theme-grey li.threema a,
.shariff[data-css="complete"] ul.theme-grey li.threema a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.threema a:hover,
.shariff[data-css="complete"] ul.theme-grey li.threema a:hover {
  background-color: #333333;
  color: #FFF;
  border-color: #333333;
}

.shariff[data-css="min"] ul.theme-grey li.tumblr a,
.shariff[data-css="complete"] ul.theme-grey li.tumblr a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.tumblr a:hover,
.shariff[data-css="complete"] ul.theme-grey li.tumblr a:hover {
  background-color: #36465D;
  color: #FFF;
  border-color: #36465D;
}

.shariff[data-css="min"] ul.theme-grey li.twitter a,
.shariff[data-css="complete"] ul.theme-grey li.twitter a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.twitter a:hover,
.shariff[data-css="complete"] ul.theme-grey li.twitter a:hover {
  background-color: #55acee;
  color: #FFF;
  border-color: #55acee;
}

.shariff[data-css="min"] ul.theme-grey li.vk a,
.shariff[data-css="complete"] ul.theme-grey li.vk a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.vk a:hover,
.shariff[data-css="complete"] ul.theme-grey li.vk a:hover {
  background-color: #5d7fa4;
  color: #FFF;
  border-color: #5d7fa4;
}

.shariff[data-css="min"] ul.theme-grey li.weibo a,
.shariff[data-css="complete"] ul.theme-grey li.weibo a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.weibo a:hover,
.shariff[data-css="complete"] ul.theme-grey li.weibo a:hover {
  background-color: #F56770;
  color: #FFF;
  border-color: #F56770;
}

.shariff[data-css="min"] ul.theme-grey li.whatsapp a,
.shariff[data-css="complete"] ul.theme-grey li.whatsapp a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.whatsapp a:hover,
.shariff[data-css="complete"] ul.theme-grey li.whatsapp a:hover {
  background-color: #5cbe4a;
  color: #FFF;
  border-color: #5cbe4a;
}

.shariff[data-css="min"] ul.theme-grey li.xing a,
.shariff[data-css="complete"] ul.theme-grey li.xing a {
  color: #263238;
  border-color: #263238;
}

.shariff[data-css="min"] ul.theme-grey li.xing a:hover,
.shariff[data-css="complete"] ul.theme-grey li.xing a:hover {
  background-color: #126567;
  color: #FFF;
  border-color: #126567;
}

.shariff[data-css="min"] ul.theme-colored li.addthis a,
.shariff[data-css="complete"] ul.theme-colored li.addthis a {
  background-color: #f8694d;
  border: 1px solid #f8694d;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.addthis a:hover,
.shariff[data-css="complete"] ul.theme-colored li.addthis a:hover {
  background-color: #f8694d;
  border-color: #f8694d;
}

.shariff[data-css="min"] ul.theme-colored li.diaspora a,
.shariff[data-css="complete"] ul.theme-colored li.diaspora a {
  background-color: #999;
  border: 1px solid #999;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.diaspora a:hover,
.shariff[data-css="complete"] ul.theme-colored li.diaspora a:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.shariff[data-css="min"] ul.theme-colored li.facebook a,
.shariff[data-css="complete"] ul.theme-colored li.facebook a {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.facebook a:hover,
.shariff[data-css="complete"] ul.theme-colored li.facebook a:hover {
  background-color: #4273c8;
  border-color: #4273c8;
}

.shariff[data-css="min"] ul.theme-colored li.flattr a,
.shariff[data-css="complete"] ul.theme-colored li.flattr a {
  background-color: #7ea352;
  border: 1px solid #7ea352;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.flattr a:hover,
.shariff[data-css="complete"] ul.theme-colored li.flattr a:hover {
  background-color: #F67C1A;
  border-color: #F67C1A;
}

.shariff[data-css="min"] ul.theme-colored li.flipboard a,
.shariff[data-css="complete"] ul.theme-colored li.flipboard a {
  background-color: #e12828;
  border: 1px solid #e12828;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.flipboard a:hover,
.shariff[data-css="complete"] ul.theme-colored li.flipboard a:hover {
  background-color: #ff2e2e;
  border-color: #ff2e2e;
}

.shariff[data-css="min"] ul.theme-colored li.googleplus a,
.shariff[data-css="complete"] ul.theme-colored li.googleplus a {
  background-color: #d34836;
  border: 1px solid #d34836;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.googleplus a:hover,
.shariff[data-css="complete"] ul.theme-colored li.googleplus a:hover {
  background-color: #f75b44;
  border-color: #f75b44;
}

.shariff[data-css="min"] ul.theme-colored li.linkedin a,
.shariff[data-css="complete"] ul.theme-colored li.linkedin a {
  background-color: #0077b5;
  border: 1px solid #0077b5;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.linkedin a:hover,
.shariff[data-css="complete"] ul.theme-colored li.linkedin a:hover {
  background-color: #0369a0;
  border-color: #0369a0;
}

.shariff[data-css="min"] ul.theme-colored li.mail a,
.shariff[data-css="complete"] ul.theme-colored li.mail a {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.mail a:hover,
.shariff[data-css="complete"] ul.theme-colored li.mail a:hover {
  background-color: #4fc3f7;
  border-color: #4fc3f7;
}

.shariff[data-css="min"] ul.theme-colored li.pinterest a,
.shariff[data-css="complete"] ul.theme-colored li.pinterest a {
  background-color: #bd081c;
  border: 1px solid #bd081c;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.pinterest a:hover,
.shariff[data-css="complete"] ul.theme-colored li.pinterest a:hover {
  background-color: #d50920;
  border-color: #d50920;
}

.shariff[data-css="min"] ul.theme-colored li.print a,
.shariff[data-css="complete"] ul.theme-colored li.print a {
  background-color: #999;
  border: 1px solid #999;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.print a:hover,
.shariff[data-css="complete"] ul.theme-colored li.print a:hover {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}

.shariff[data-css="min"] ul.theme-colored li.qzone a,
.shariff[data-css="complete"] ul.theme-colored li.qzone a {
  background-color: #2B82D9;
  border: 1px solid #2B82D9;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.qzone a:hover,
.shariff[data-css="complete"] ul.theme-colored li.qzone a:hover {
  background-color: #398FE6;
  border-color: #398FE6;
}

.shariff[data-css="min"] ul.theme-colored li.reddit a,
.shariff[data-css="complete"] ul.theme-colored li.reddit a {
  background-color: #ff4500;
  border: 1px solid #ff4500;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.reddit a:hover,
.shariff[data-css="complete"] ul.theme-colored li.reddit a:hover {
  background-color: #ff6a33;
  border-color: #ff6a33;
}

.shariff[data-css="min"] ul.theme-colored li.stumbleupon a,
.shariff[data-css="complete"] ul.theme-colored li.stumbleupon a {
  background-color: #eb4924;
  border: 1px solid #eb4924;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.stumbleupon a:hover,
.shariff[data-css="complete"] ul.theme-colored li.stumbleupon a:hover {
  background-color: #ef7053;
  border-color: #ef7053;
}

.shariff[data-css="min"] ul.theme-colored li.telegram a,
.shariff[data-css="complete"] ul.theme-colored li.telegram a {
  background-color: #0088cc;
  border: 1px solid #0088cc;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.telegram a:hover,
.shariff[data-css="complete"] ul.theme-colored li.telegram a:hover {
  background-color: #007dbb;
  border-color: #007dbb;
}

.shariff[data-css="min"] ul.theme-colored li.tencent-weibo a,
.shariff[data-css="complete"] ul.theme-colored li.tencent-weibo a {
  background-color: #26ACE0;
  border: 1px solid #26ACE0;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.tencent-weibo a:hover,
.shariff[data-css="complete"] ul.theme-colored li.tencent-weibo a:hover {
  background-color: #38BBEB;
  border-color: #38BBEB;
}

.shariff[data-css="min"] ul.theme-colored li.threema a,
.shariff[data-css="complete"] ul.theme-colored li.threema a {
  background-color: #333333;
  border: 1px solid #333333;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.threema a:hover,
.shariff[data-css="complete"] ul.theme-colored li.threema a:hover {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.shariff[data-css="min"] ul.theme-colored li.tumblr a,
.shariff[data-css="complete"] ul.theme-colored li.tumblr a {
  background-color: #36465D;
  border: 1px solid #36465D;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.tumblr a:hover,
.shariff[data-css="complete"] ul.theme-colored li.tumblr a:hover {
  background-color: #44546B;
  border-color: #44546B;
}

.shariff[data-css="min"] ul.theme-colored li.twitter a,
.shariff[data-css="complete"] ul.theme-colored li.twitter a {
  background-color: #55acee;
  border: 1px solid #55acee;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.twitter a:hover,
.shariff[data-css="complete"] ul.theme-colored li.twitter a:hover {
  background-color: #32bbf5;
  border-color: #32bbf5;
}

.shariff[data-css="min"] ul.theme-colored li.vk a,
.shariff[data-css="complete"] ul.theme-colored li.vk a {
  background-color: #5d7fa4;
  border: 1px solid #5d7fa4;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.vk a:hover,
.shariff[data-css="complete"] ul.theme-colored li.vk a:hover {
  background-color: #678eb4;
  border-color: #678eb4;
}

.shariff[data-css="min"] ul.theme-colored li.weibo a,
.shariff[data-css="complete"] ul.theme-colored li.weibo a {
  background-color: #F56770;
  border: 1px solid #F56770;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.weibo a:hover,
.shariff[data-css="complete"] ul.theme-colored li.weibo a:hover {
  background-color: #FA7F8A;
  border-color: #FA7F8A;
}

.shariff[data-css="min"] ul.theme-colored li.whatsapp a,
.shariff[data-css="complete"] ul.theme-colored li.whatsapp a {
  background-color: #5cbe4a;
  border: 1px solid #5cbe4a;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.whatsapp a:hover,
.shariff[data-css="complete"] ul.theme-colored li.whatsapp a:hover {
  background-color: #34af23;
  border-color: #34af23;
}

.shariff[data-css="min"] ul.theme-colored li.xing a,
.shariff[data-css="complete"] ul.theme-colored li.xing a {
  background-color: #126567;
  border: 1px solid #126567;
  color: #FFF;
}

.shariff[data-css="min"] ul.theme-colored li.xing a:hover,
.shariff[data-css="complete"] ul.theme-colored li.xing a:hover {
  background-color: #29888a;
  border-color: #29888a;
}

.quicktabs-hide {
  display: none;
}

ul.quicktabs-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cfd8dc;
  margin-bottom: 1.5rem;
}

ul.quicktabs-tabs li {
  margin: 0;
}

@media (min-width: 992px) {
  ul.quicktabs-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

ul.quicktabs-tabs > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -2px;
  text-align: center;
}

@media (min-width: 992px) {
  ul.quicktabs-tabs > li {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-size: .8898rem;
    text-align: left;
    white-space: nowrap;
  }
}

ul.quicktabs-tabs > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1rem .5rem;
  border-bottom: 4px solid transparent;
  color: #607d8b;
  -webkit-text-decoration: navajowhite;
          text-decoration: navajowhite;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

@media (min-width: 992px) {
  ul.quicktabs-tabs > li a {
    padding: 0 1rem .8rem;
  }
}

ul.quicktabs-tabs > li a:hover {
  background-color: transparent;
  color: #000;
}

ul.quicktabs-tabs > li.active a {
  border-bottom-color: #000;
  color: #000;
  font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #263238;
  border-color: #263238;
}

.block--mailchimp-signup {
  background: #11171a;
  border: 1px solid #11171a;
  color: #FFF;
  padding: 2rem;
}

.block--mailchimp-signup .block__title {
  margin-bottom: .5rem;
  text-align: left;
}

.block--mailchimp-signup .block__title .title-text {
  background: transparent;
  color: #607d8b;
  padding: 0 .1rem;
}

.block--mailchimp-signup .block__title:before, .block--mailchimp-signup .block__title:after {
  display: none;
}

.block--mailchimp-signup .form-actions {
  margin-bottom: 0;
}

.block--mailchimp-signup input[type="submit"] {
  background-color: #42a5f5;
  border-color: #42a5f5;
  width: 100%;
  margin-top: .25rem;
  color: #FFF;
}

.mailchimp-newsletter__teaser {
  margin-bottom: 1rem;
  line-height: 1.3;
}

.mailchimp-newsletter__title {
  margin-bottom: .5rem;
  line-height: 1.1;
  text-shadow: 0 1px 1px #FFF;
}

.mailchimp-newsletter__message {
  opacity: .5;
}

.block-region-top .block--mailchimp-signup,
.block-region-middle .block--mailchimp-signup,
.block-region-bottom .block--mailchimp-signup,
.block-region-article-content-top .block--mailchimp-signup,
.block-region-article-content-bottom .block--mailchimp-signup,
.themag-layout--onecol-section .block--mailchimp-signup {
  border: none;
}

@media (min-width: 992px) {
  .block-region-top .block--mailchimp-signup .mailchimp-newsletter__teaser,
  .block-region-middle .block--mailchimp-signup .mailchimp-newsletter__teaser,
  .block-region-bottom .block--mailchimp-signup .mailchimp-newsletter__teaser,
  .block-region-article-content-top .block--mailchimp-signup .mailchimp-newsletter__teaser,
  .block-region-article-content-bottom .block--mailchimp-signup .mailchimp-newsletter__teaser,
  .themag-layout--onecol-section .block--mailchimp-signup .mailchimp-newsletter__teaser {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.block-region-top .block--mailchimp-signup .mailchimp-newsletter__title,
.block-region-middle .block--mailchimp-signup .mailchimp-newsletter__title,
.block-region-bottom .block--mailchimp-signup .mailchimp-newsletter__title,
.block-region-article-content-top .block--mailchimp-signup .mailchimp-newsletter__title,
.block-region-article-content-bottom .block--mailchimp-signup .mailchimp-newsletter__title,
.themag-layout--onecol-section .block--mailchimp-signup .mailchimp-newsletter__title {
  font-size: 2.4rem;
  font-weight: bold;
}

.block-region-top .block--mailchimp-signup form,
.block-region-middle .block--mailchimp-signup form,
.block-region-bottom .block--mailchimp-signup form,
.block-region-article-content-top .block--mailchimp-signup form,
.block-region-article-content-bottom .block--mailchimp-signup form,
.themag-layout--onecol-section .block--mailchimp-signup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .block-region-top .block--mailchimp-signup form,
  .block-region-middle .block--mailchimp-signup form,
  .block-region-bottom .block--mailchimp-signup form,
  .block-region-article-content-top .block--mailchimp-signup form,
  .block-region-article-content-bottom .block--mailchimp-signup form,
  .themag-layout--onecol-section .block--mailchimp-signup form {
    width: 50%;
  }
}

.block-region-top .block--mailchimp-signup .mailchimp-newsletter-mergefields,
.block-region-middle .block--mailchimp-signup .mailchimp-newsletter-mergefields,
.block-region-bottom .block--mailchimp-signup .mailchimp-newsletter-mergefields,
.block-region-article-content-top .block--mailchimp-signup .mailchimp-newsletter-mergefields,
.block-region-article-content-bottom .block--mailchimp-signup .mailchimp-newsletter-mergefields,
.themag-layout--onecol-section .block--mailchimp-signup .mailchimp-newsletter-mergefields {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.block-region-top .block--mailchimp-signup .form-actions,
.block-region-middle .block--mailchimp-signup .form-actions,
.block-region-bottom .block--mailchimp-signup .form-actions,
.block-region-article-content-top .block--mailchimp-signup .form-actions,
.block-region-article-content-bottom .block--mailchimp-signup .form-actions,
.themag-layout--onecol-section .block--mailchimp-signup .form-actions {
  margin-bottom: .375rem;
}

.block-region-top .block--mailchimp-signup input[type="submit"],
.block-region-middle .block--mailchimp-signup input[type="submit"],
.block-region-bottom .block--mailchimp-signup input[type="submit"],
.block-region-article-content-top .block--mailchimp-signup input[type="submit"],
.block-region-article-content-bottom .block--mailchimp-signup input[type="submit"],
.themag-layout--onecol-section .block--mailchimp-signup input[type="submit"] {
  margin-top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.block-region-top .block--mailchimp-signup input[type="email"],
.block-region-middle .block--mailchimp-signup input[type="email"],
.block-region-bottom .block--mailchimp-signup input[type="email"],
.block-region-article-content-top .block--mailchimp-signup input[type="email"],
.block-region-article-content-bottom .block--mailchimp-signup input[type="email"],
.themag-layout--onecol-section .block--mailchimp-signup input[type="email"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.block--poll {
  background: transparent;
  border: 1px solid #cfd8dc;
  color: #263238;
  padding: 2rem;
}

.themag-layout--black .block--poll {
  border-color: #282d2f;
  color: rgba(255, 255, 255, 0.75);
}

.block--poll .block__title {
  margin-bottom: .5rem;
  text-align: left;
}

.block--poll .block__title .title-text {
  background: transparent;
  color: #607d8b;
  padding: 0 .1rem;
}

.block--poll .block__title:before, .block--poll .block__title:after {
  display: none;
}

.block--poll .form-actions {
  margin-top: .5rem;
  margin-bottom: 0;
}

.block--poll input[type="submit"] {
  background-color: #42a5f5;
  border-color: #42a5f5;
  width: 100%;
  margin-top: .25rem;
  color: #FFF;
}

.poll__question {
  line-height: 1.1;
}

.themag-layout--black .poll__question {
  color: #FFF;
}

.poll__choice__title {
  font-weight: bold;
}

.poll__total {
  font-size: .778rem;
  color: #90a4ae;
}

.poll--vote .poll__choice__title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.poll--vote .poll__choice .form-actions {
  margin-top: 1rem;
  margin-bottom: 0;
}

.poll--vote #edit-result {
  background: transparent;
  border-color: #cfd8dc;
  color: #263238;
  text-shadow: none;
}

.themag-layout--black .poll--vote #edit-result {
  color: #FFF;
}

.poll__result {
  line-height: 1;
  margin-bottom: 1rem;
}

.poll--results .poll__question {
  margin-bottom: 1.2rem;
}

.poll--results .poll__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.poll--results .poll__choice > * {
  margin-right: .5rem;
}

.poll__choice__percent {
  color: #42a5f5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.poll__choice__votes {
  margin-top: .2rem;
  font-size: .7rem;
  color: #90a4ae;
}

.poll .bar .foreground {
  background: #42a5f5;
}

.top-bar {
  background-color: #FFF;
  border-bottom: 1px solid #eceff1;
  padding: .5rem 0;
}

.top-bar .menu,
.top-bar .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .875rem;
}

.top-bar .menu li,
.top-bar .links li {
  display: block;
  margin: 0;
  padding: 0 .5rem;
  border-left: 1px solid #cfd8dc;
  line-height: 1;
}

.top-bar .menu li:first-child,
.top-bar .links li:first-child {
  border-left: none;
  padding-left: 0;
}

.top-bar .menu li a,
.top-bar .links li a {
  display: block;
  color: rgba(38, 50, 56, 0.54);
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.top-bar .menu li a:hover, .top-bar .menu li a.is-active,
.top-bar .links li a:hover,
.top-bar .links li a.is-active {
  color: #263238;
}

.header-container {
  background: #FFF;
  position: relative;
  z-index: 100;
}

.header {
  position: relative;
  z-index: 10;
}

.header a {
  color: #263238;
  text-decoration: none;
}

.header a:hover {
  color: #263238;
}

.header__container {
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .header__container--boxed {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .header__container--boxed {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .header__container--boxed {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .header__container--boxed {
    max-width: 1200px;
  }
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

@media (min-width: 992px) {
  .header__user-nav {
    font-size: 1rem;
  }
}

.header-sticky-wrapper {
  background: #FFF;
}

.is--stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.header__social-menu {
  font-size: .9rem;
}

.header__social-menu a {
  display: inline-block;
  margin-left: .25rem;
  color: #90a4ae;
}

.header__social-menu a:hover {
  color: #90a4ae;
}

.header__toggleable-button,
a.cart-block--link__expand {
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: .25rem .3rem;
  color: #263238;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.header__toggleable-button:hover,
a.cart-block--link__expand:hover {
  color: #455a64;
}

.header__toggleable-account-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__toggleable-account-menu > ul.menu {
  display: none;
  background: #FFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-size: .9rem;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__toggleable-account-menu > ul.menu.is--active {
  display: block;
}

.header__toggleable-account-menu > ul.menu > li > a {
  background-color: transparent;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header__toggleable-account-menu > ul.menu > li > a:hover {
  background-color: rgba(207, 216, 220, 0.5);
}

@media (min-width: 992px) {
  .header__toggleable-account-menu > ul.menu {
    font-size: .7778rem;
    right: auto;
  }
}

.header__toggleable-account-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 150px;
}

.header__toggleable-account-menu ul.menu li {
  margin: 0;
}

.header__toggleable-account-menu ul.menu li {
  display: block;
  padding: 0;
  line-height: 1.25;
  white-space: nowrap;
}

.header__toggleable-account-menu ul.menu li:last-child {
  border-bottom: none;
}

.header__toggleable-account-menu ul.menu li a {
  display: block;
  padding: .3rem 1rem;
  border-bottom: 1px solid rgba(207, 216, 220, 0.5);
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded {
  padding-bottom: 0;
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded > a {
  font-weight: bold;
  background-color: rgba(207, 216, 220, 0.5);
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded ul {
  background: rgba(207, 216, 220, 0.2);
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded ul li a {
  color: rgba(38, 50, 56, 0.75);
  padding: .25rem 1rem;
  border-bottom: 1px solid white;
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded ul li a:hover {
  color: #263238;
}

.header__toggleable-account-menu ul.menu li.menu-item--expanded ul li:first-child {
  border-top: none;
}

.toggle-offcanvas-sidebar {
  display: block;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #cfd8dc;
}

@media (min-width: 992px) {
  .toggle-offcanvas-sidebar {
    display: none;
  }
}

.header--header-a .header__container-wrapper--header__main {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.header--header-a .header__main {
  padding: .5rem 0;
}

.header--header-a .header__social-menu {
  display: none;
  margin-right: .4rem;
  padding-right: .7rem;
  border-right: 1px solid #cfd8dc;
}

@media (min-width: 992px) {
  .header--header-a .header__social-menu {
    display: block;
  }
}

.header--header-a .region-header-primary-menu {
  display: none;
}

@media (min-width: 992px) {
  .header--header-a .region-header-primary-menu {
    display: block;
    margin-left: 1rem;
  }
}

.header--header-b .header__container-wrapper--header__top {
  background: #FFF;
  border-bottom: 1px solid #eceff1;
}

.header--header-b .header__top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--header-b .header__container-wrapper--header__main {
  border-bottom: 1px solid #cfd8dc;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.header--header-b .header__main {
  padding: .5rem 0;
}

.header--header-c .header__container-wrapper--header__top {
  background: #FFF;
  border-bottom: 1px solid #eceff1;
}

.header--header-c .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--header-c .header__container-wrapper--header__main {
  border-bottom: 1px solid #cfd8dc;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.header--header-c .header__main {
  padding: .5rem 0;
}

.header--header-c .header__social-menu {
  display: none;
  margin-right: .4rem;
  padding-right: .7rem;
  border-right: 1px solid #cfd8dc;
}

@media (min-width: 992px) {
  .header--header-c .header__social-menu {
    display: block;
  }
}

.header--header-d .header__container-wrapper--header__top {
  background: #FFF;
  border-bottom: 1px solid #eceff1;
}

.header--header-d .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header--header-d .header__container-wrapper--header__main {
  border-bottom: 1px solid #cfd8dc;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.header--header-d .header__main {
  padding: .5rem 0;
}

.footer-wrapper {
  background: #eceff1;
  padding: 5rem 0;
  font-size: .889rem;
}

.footer-bottom-wrapper {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom-wrapper {
    font-size: .779rem;
  }
}

.links.inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.links.inline li {
  margin: 0;
}

.block--region-header-primary-menu > ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block--region-header-primary-menu > ul.menu li {
  margin: 0;
}

.block--region-header-primary-menu > ul.menu > li > a {
  padding: 15px;
  border-radius: .25rem;
  margin-right: 1px;
  color: #263238;
  font-weight: bold;
  font-size: 0.889rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.block--region-header-primary-menu > ul.menu > li > a:hover {
  background: #f2f4f5;
  color: #263238;
}

.block--region-header-primary-menu > ul.menu li.menu-item--active-trail > a {
  background: #f2f4f5;
  color: #263238;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.9rem;
  background: #263238;
  color: #263238;
  -webkit-box-shadow: 0 0 5px 5px #263238 inset;
          box-shadow: 0 0 5px 5px #263238 inset;
}

@media (min-width: 992px) {
  .sidr {
    width: 360px;
  }
}

.sidr.right {
  left: auto;
  right: -280px;
}

@media (min-width: 992px) {
  .sidr.right {
    right: -360px;
  }
}

.sidr.left {
  left: -280px;
  right: auto;
}

@media (min-width: 992px) {
  .sidr.left {
    left: -360px;
  }
}

.sidr .block {
  margin-bottom: 2rem;
}

.sidr .block .block__title {
  background: none;
  margin: 0;
  padding: 1rem;
  font-size: .7rem;
  text-align: left;
  text-transform: uppercase;
}

.sidr .block .block__title:before, .sidr .block .block__title:after {
  display: none;
}

.sidr .block .block__title .title-text {
  background: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
}

.sidr .block .block__content {
  padding: 1rem;
}

.sidr ul.menu {
  padding-left: 0;
  list-style: none;
  background: #263238;
  margin: 0;
  padding: 0;
}

.sidr ul.menu a,
.sidr ul.menu .nolink {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(144, 164, 174, 0.2);
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.sidr ul.menu li.menu-item--expanded > a:before,
.sidr ul.menu li.menu-item--expanded > .nolink:before {
  content: "";
  display: block;
  color: #FFF;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 20px;
  top: 50%;
}

.sidr ul.menu li.menu-item--expanded ul {
  background: #FFF;
}

.sidr ul.menu li.menu-item--expanded ul li.menu-item--expanded > a:before,
.sidr ul.menu li.menu-item--expanded ul li.menu-item--expanded > .nolink:before {
  color: #263238;
}

.sidr ul.menu li.menu-item--expanded ul a,
.sidr ul.menu li.menu-item--expanded ul .nolink {
  padding: 10px 20px 10px 40px;
  border-bottom: 1px solid #cfd8dc;
  color: #263238;
  font-weight: normal;
  text-transform: none;
}

.sidr ul.menu li.menu-item--expanded ul li.menu-item--expanded ul a {
  color: #263238;
  padding-left: 60px;
}

.sidr ul.menu li.menu-item--expanded > ul {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.sidr ul.menu li.menu-item--expanded > ul.open {
  max-height: 800px;
}

.sidr .social-menu {
  display: block;
  margin: 0;
  text-align: center;
}

.sidr .social-menu li {
  display: inline-block;
}

.sidr .social-menu a:hover {
  color: #FFF;
}

.offcanvas-sidebar-overlay {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 100;
}

.offcanvas-sidebar-overlay.active {
  right: 0;
  opacity: .5;
}

.menu--footer ul.menu {
  text-align: center;
  margin-top: 1rem;
  padding-left: 0;
}

@media (min-width: 992px) {
  .menu--footer ul.menu {
    margin-top: 0;
  }
}

.menu--footer ul.menu li {
  display: inline-block;
  margin-left: .5rem;
}

.menu--footer ul.menu li a {
  color: #607d8b;
}

.breadcrumb ol, .breadcrumb li,
.simple-breadcrumb ol,
.simple-breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #607d8b;
}

.breadcrumb ol,
.simple-breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li a,
.simple-breadcrumb li a {
  color: #37474f;
}

.breadcrumb li a:hover,
.simple-breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:after,
.simple-breadcrumb li:after {
  content: ' / ';
  margin-right: 3px;
}

.breadcrumb li:last-child:after,
.simple-breadcrumb li:last-child:after {
  display: none;
}

ul.pager__items {
  display: block;
  margin: 3rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 2px solid #eceff1;
  text-align: center;
}

ul.pager__items li {
  display: inline-block;
  margin: .5rem 0;
  padding: 0;
}

ul.pager__items li a {
  display: block;
  padding: 0 5px;
  color: #607d8b;
  text-decoration: none;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

@media (min-width: 768px) {
  ul.pager__items li a {
    padding: 5px 15px;
    border: 1px solid #cfd8dc;
  }
}

ul.pager__items li a:hover {
  background: #eceff1;
}

ul.pager__items li.is-active {
  background: #90a4ae;
  border-color: #90a4ae;
  color: #FFF;
}

ul.pager__items li.is-active a {
  color: #FFF;
}

ul.pager__items li.is-active a:hover {
  background: #90a4ae;
}

.pager--load-more {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #eceff1;
  text-align: center;
}

.pager--load-more li {
  margin: 0;
}

.scroll-to-top-button {
  background: #263238;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
          box-shadow: 0 0 10px 0 rgba(38, 50, 56, 0.5);
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out, bottom .7s ease-in-out;
  transition: all .25s ease-in-out, bottom .7s ease-in-out;
  opacity: .3;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: -200px;
  z-index: 800;
}

.scroll-to-top-button.active {
  bottom: 30px;
  text-decoration: none;
}

.scroll-to-top-button:hover {
  background: #263238;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 992px) {
  .user-logged-in .user-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .user-logged-in .user-form .horizontal-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .user-logged-in .user-form .horizontal-tabs-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list {
    margin-bottom: 2rem;
  }
  .user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a,
  .user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a,
  .user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a,
  .user-logged-in .user-form .horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button.selected a {
    border-bottom-width: 3px;
    padding-left: .5rem;
    padding-right: .5rem;
    text-transform: none;
    white-space: nowrap;
  }
}

.path-user .form-type-managed-file {
  margin-bottom: 2rem;
  padding: 1rem 1rem 2rem;
  border-bottom: 5px solid #eceff1;
}

.path-user .focal-point-preview-link {
  display: none;
}

.path-user .image-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.path-user .image-widget .image-preview {
  margin-right: 1rem;
}

.user__info-wrapper {
  background-color: #eceff1;
  padding: 4rem 2rem;
}

.user__info-wrapper .field--name-user-picture img {
  border-radius: 50%;
}

.user__info-wrapper h1 {
  margin-bottom: .8rem;
}

.user__info-wrapper .field--name-field-short-bio {
  margin-bottom: 1rem;
}

.user__info-wrapper .user__social-pages a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border: 2px solid #263238;
  border-radius: 50%;
  color: #263238;
  text-align: center;
}

@media (min-width: 768px) {
  .user__info-wrapper .user__social-pages a {
    width: 40px;
    height: 40px;
  }
}

.user__info-wrapper .user__social-pages a svg {
  margin: auto;
}

.user__info-wrapper .user__social-pages .social-menu--link-title {
  margin-left: -10px;
  margin-right: 15px;
}

.user__info-wrapper .user__social-pages a, .user__info-wrapper .user__social-pages a svg {
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  text-decoration: none;
}

.user__info-wrapper .user__social-pages a:hover {
  background-color: #263238;
  color: #fff;
  opacity: 1;
}

.user__info-wrapper .user__social-pages a:hover svg {
  color: #fff;
}

[class*="grid--"] > ul,
[class*="grid-sm--"] > ul,
[class*="grid-md--"] > ul,
[class*="grid-lg--"] > ul,
[class*="grid-xl--"] > ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.83335rem;
  margin-left: -0.83335rem;
  margin-top: 1.667rem;
}

[class*="grid--"] > ul > li,
[class*="grid-sm--"] > ul > li,
[class*="grid-md--"] > ul > li,
[class*="grid-lg--"] > ul > li,
[class*="grid-xl--"] > ul > li {
  position: relative;
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  margin-top: 1.667rem;
}

[class*="grid--"] > ul > li:nth-child(1),
[class*="grid-sm--"] > ul > li:nth-child(1),
[class*="grid-md--"] > ul > li:nth-child(1),
[class*="grid-lg--"] > ul > li:nth-child(1),
[class*="grid-xl--"] > ul > li:nth-child(1) {
  margin-top: 0;
}

[class*="grid--"].no-gutters > ul,
[class*="grid-sm--"].no-gutters > ul,
[class*="grid-md--"].no-gutters > ul,
[class*="grid-lg--"].no-gutters > ul,
[class*="grid-xl--"].no-gutters > ul {
  margin-right: 0;
  margin-left: 0;
}

[class*="grid--"].no-gutters > ul > li,
[class*="grid-sm--"].no-gutters > ul > li,
[class*="grid-md--"].no-gutters > ul > li,
[class*="grid-lg--"].no-gutters > ul > li,
[class*="grid-xl--"].no-gutters > ul > li {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  [class*="grid--"].equal-height article,
  [class*="grid--"].equal-height .teaser--card,
  [class*="grid-sm--"].equal-height article,
  [class*="grid-sm--"].equal-height .teaser--card,
  [class*="grid-md--"].equal-height article,
  [class*="grid-md--"].equal-height .teaser--card,
  [class*="grid-lg--"].equal-height article,
  [class*="grid-lg--"].equal-height .teaser--card,
  [class*="grid-xl--"].equal-height article,
  [class*="grid-xl--"].equal-height .teaser--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  [class*="grid--"].equal-height article > div,
  [class*="grid--"].equal-height .teaser--card > div,
  [class*="grid-sm--"].equal-height article > div,
  [class*="grid-sm--"].equal-height .teaser--card > div,
  [class*="grid-md--"].equal-height article > div,
  [class*="grid-md--"].equal-height .teaser--card > div,
  [class*="grid-lg--"].equal-height article > div,
  [class*="grid-lg--"].equal-height .teaser--card > div,
  [class*="grid-xl--"].equal-height article > div,
  [class*="grid-xl--"].equal-height .teaser--card > div {
    width: 100%;
  }
  [class*="grid--"].equal-height article .content-wrapper,
  [class*="grid--"].equal-height .teaser--card .content-wrapper,
  [class*="grid-sm--"].equal-height article .content-wrapper,
  [class*="grid-sm--"].equal-height .teaser--card .content-wrapper,
  [class*="grid-md--"].equal-height article .content-wrapper,
  [class*="grid-md--"].equal-height .teaser--card .content-wrapper,
  [class*="grid-lg--"].equal-height article .content-wrapper,
  [class*="grid-lg--"].equal-height .teaser--card .content-wrapper,
  [class*="grid-xl--"].equal-height article .content-wrapper,
  [class*="grid-xl--"].equal-height .teaser--card .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.grid--2-columns > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid--2-columns > ul > li:nth-child(2) {
  margin-top: 0;
}

.grid--3-columns > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.grid--3-columns > ul > li:nth-child(2), .grid--3-columns > ul > li:nth-child(3) {
  margin-top: 0;
}

.grid--4-columns > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid--4-columns > ul > li:nth-child(2), .grid--4-columns > ul > li:nth-child(3), .grid--4-columns > ul > li:nth-child(4) {
  margin-top: 0;
}

@media (min-width: 576px) {
  .grid-sm--2-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-sm--2-columns > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .grid-sm--3-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-sm--3-columns > ul > li:nth-child(2), .grid-sm--3-columns > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .grid-sm--4-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-sm--4-columns > ul > li:nth-child(2), .grid-sm--4-columns > ul > li:nth-child(3), .grid-sm--4-columns > ul > li:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .grid-md--2-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-md--2-columns > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .grid-md--3-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-md--3-columns > ul > li:nth-child(2), .grid-md--3-columns > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .grid-md--4-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md--4-columns > ul > li:nth-child(2), .grid-md--4-columns > ul > li:nth-child(3), .grid-md--4-columns > ul > li:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .grid-lg--2-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-lg--2-columns > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .grid-lg--3-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-lg--3-columns > ul > li:nth-child(2), .grid-lg--3-columns > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .grid-lg--4-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg--4-columns > ul > li:nth-child(2), .grid-lg--4-columns > ul > li:nth-child(3), .grid-lg--4-columns > ul > li:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .grid-xl--2-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-xl--2-columns > ul > li:nth-child(2) {
    margin-top: 0;
  }
  .grid-xl--3-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid-xl--3-columns > ul > li:nth-child(2), .grid-xl--3-columns > ul > li:nth-child(3) {
    margin-top: 0;
  }
  .grid-xl--4-columns > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl--4-columns > ul > li:nth-child(2), .grid-xl--4-columns > ul > li:nth-child(3), .grid-xl--4-columns > ul > li:nth-child(4) {
    margin-top: 0;
  }
}

.list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list > ul > li {
  margin-top: 0;
  padding-bottom: .85rem;
  margin-bottom: .85rem;
}

.list > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.views-infinite-scroll-content-wrapper .list:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.column--2-columns > ul, .column--3-columns > ul, .column--4-columns > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.column--2-columns > ul > li, .column--3-columns > ul > li, .column--4-columns > ul > li {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .column--2-columns > ul, .column--3-columns > ul, .column--4-columns > ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .column--2-columns > ul > li, .column--3-columns > ul > li, .column--4-columns > ul > li {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .column--2-columns > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 768px) {
  .column--3-columns > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .column--3-columns > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 768px) {
  .column--4-columns > ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .column--4-columns > ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 1200px) {
  .column--4-columns > ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.masonry--2-columns .masonry-layout,
.masonry--3-columns .masonry-layout,
.masonry--4-columns .masonry-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.83335rem;
  margin-left: -0.83335rem;
}

.masonry--2-columns .masonry-layout .masonry-item,
.masonry--3-columns .masonry-layout .masonry-item,
.masonry--4-columns .masonry-layout .masonry-item {
  position: relative;
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .masonry--2-columns .masonry-layout .masonry-item,
  .masonry--2-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .masonry--3-columns .masonry-layout .masonry-item,
  .masonry--3-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry--3-columns .masonry-layout .masonry-item,
  .masonry--3-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .masonry--4-columns .masonry-layout .masonry-item,
  .masonry--4-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .masonry--4-columns .masonry-layout .masonry-item,
  .masonry--4-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .masonry--4-columns .masonry-layout .masonry-item,
  .masonry--4-columns .masonry-layout .masonry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.view--2-columns,
.view--3-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.83335rem;
  margin-left: -0.83335rem;
}

.view--2-columns > div,
.view--3-columns > div {
  position: relative;
  width: 100%;
  padding-right: 0.83335rem;
  padding-left: 0.83335rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.view--2-columns .attachment .views-element-container:not(:last-child),
.view--3-columns .attachment .views-element-container:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.view--2-columns .contextual,
.view--3-columns .contextual {
  display: none;
}

@media (max-width: 767.98px) {
  .view--2-columns .attachment-before {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .view--2-columns .attachment-after {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 768px) {
  .view--2-columns > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .view--2-columns > div .teaser--small-item .teaser--media {
    width: 130px;
  }
}

@media (max-width: 991.98px) {
  .view--3-columns .attachment-before {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .view--3-columns .attachment-after {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .view--3-columns > div .teaser--small-item .teaser--media {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .view--3-columns > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.no-borders .teaser {
  border: none !important;
}

.items--separator--border > ul > li {
  border-bottom: 1px solid #eceff1;
}

.themag-layout--black .items--separator--border > ul > li {
  border-color: #282d2f;
}

.items--spacer--tiny > ul > li,
.views-infinite-scroll-content-wrapper .list.items--spacer--large > ul > li:not(:last-child) {
  margin-bottom: .5rem !important;
  padding-bottom: .5rem !important;
}

.items--spacer--large > ul > li,
.views-infinite-scroll-content-wrapper .list.items--spacer--large > ul > li:not(:last-child) {
  margin-bottom: 2rem !important;
  padding-bottom: 2rem !important;
}

.teaser {
  position: relative;
}

.teaser__media .teaser__channel {
  position: absolute;
  left: 1.667rem;
  bottom: 0;
}

.teaser__image {
  position: relative;
}

.teaser__image img {
  width: 100%;
  height: auto;
}

.teaser__image a:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-box-shadow: inset 0 0 4rem 0 rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 0 4rem 0 rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.teaser__image.image--circular a:before {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 2rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 2rem 0 rgba(0, 0, 0, 0.5);
}

.teaser__image a:hover:before {
  opacity: 1;
}

.teaser__media-icons {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: .5556rem;
  top: .5556rem;
  z-index: 5;
  opacity: .7;
}

.teaser__media-icons svg, .teaser__media-icons i {
  margin-right: .3rem;
}

.teaser__content {
  position: relative;
}

@media (min-width: 992px) {
  .teaser__content {
    z-index: 2;
  }
}

.teaser__channel {
  margin-top: .5rem;
  margin-bottom: .1rem;
  color: #607d8b;
}

.teaser__channel a {
  color: #607d8b;
}

.teaser__channel a:hover {
  color: #607d8b;
}

.teaser__channel--light {
  color: rgba(255, 255, 255, 0.8);
}

.teaser__channel--light a {
  color: rgba(255, 255, 255, 0.8);
}

.teaser__headline {
  margin: 0;
  line-height: 1.1;
}

.teaser__headline a {
  color: #263238;
  text-decoration: none;
  -webkit-transition: background-color .1s ease-in-out, color .2s ease-in-out;
  transition: background-color .1s ease-in-out, color .2s ease-in-out;
}

.themag-layout--black .teaser__headline a {
  color: rgba(255, 255, 255, 0.75);
}

.teaser__headline--medium {
  font-size: 2.5556rem;
}

@media (min-width: 768px) {
  .teaser__headline--medium {
    font-size: 2.8rem;
  }
}

@media (min-width: 992px) {
  .teaser__headline--medium {
    font-size: 3.1rem;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .teaser__headline--medium {
    font-size: 2.8rem;
  }
}

.teaser__headline--large {
  font-size: 2.5556rem;
}

@media (min-width: 768px) {
  .teaser__headline--large {
    font-size: 3.1111rem;
  }
}

@media (min-width: 992px) {
  .teaser__headline--large {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .teaser__headline--large {
    font-size: 3.1111rem;
  }
}

.teaser__headline--light,
.teaser__headline--light a {
  color: #fff;
}

.teaser__authored {
  margin-top: .6667rem;
  color: #90a4ae;
  font-size: .6667rem;
  line-height: 1;
  font-weight: bold;
}

.teaser__authored a {
  color: #607d8b;
  text-decoration: underline;
}

.teaser__authored a:hover {
  color: #607d8b;
  text-decoration: none;
}

.teaser__authored--light {
  color: rgba(255, 255, 255, 0.8);
}

.teaser__authored--light a {
  color: #fff !important;
}

.teaser__body {
  margin-top: .7778rem;
  color: #90a4ae;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .teaser__body {
    font-size: .7778rem;
  }
}

.teaser__body--light {
  color: rgba(255, 255, 255, 0.8);
}

.teaser__body--light a {
  color: #FFF;
  text-decoration: underline;
}

.teaser .node__links {
  border-top: 1px solid #eceff1;
  margin-top: .5rem;
  padding-top: .5rem;
  font-size: .7778rem;
}

.teaser .node__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser .node__links ul li {
  margin: 0;
}

.teaser .node__links ul li:not(:first-child) {
  margin-left: .7778rem;
}

.teaser__link a {
  display: inline-block;
  margin-top: .7778rem;
  vertical-align: middle;
  font-size: .6111rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.teaser__link-overlay {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 5;
}

.teaser__link-overlay:hover {
  -webkit-box-shadow: inset 0 0 4rem 0 rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 0 4rem 0 rgba(0, 0, 0, 0.7);
}

.teaser--bordered {
  border: 1px solid #cfd8dc;
}

.themag-layout--black .teaser--bordered {
  border-color: #282d2f;
}

[data-overlay]:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.teaser--card.teaser--bordered {
  padding-bottom: 1.5rem;
}

.teaser--card .teaser__channel {
  margin-left: .2778rem;
}

.teaser--card .teaser__headline a:hover {
  background-color: #263238;
  color: #FFF;
}

.themag-layout--black .teaser--card .teaser__headline a:hover {
  background-color: transparent;
  color: #FFF;
}

.teaser--card .teaser__content {
  padding: 1rem 1.5rem 0;
}

.teaser--small-card.teaser--bordered {
  padding-bottom: 1rem;
}

.teaser--small-card .teaser__headline {
  font-size: 1.222rem;
}

.teaser--small-card .teaser__content {
  padding: 1rem 1rem 0;
}

.teaser--medium-card .teaser__headline {
  font-size: 1.6667rem;
}

@media (min-width: 992px) {
  .teaser--medium-card .teaser__headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .teaser--medium-card-square-image .teaser__headline {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .teaser--large-card .teaser__channel {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .teaser--large-card .teaser__headline {
    font-size: 2.5556rem;
  }
}

@media (min-width: 768px) {
  .teaser--large-card .teaser__content {
    padding-top: 1.5rem;
    text-align: center;
  }
}

.teaser--large-card .teaser__body {
  display: none;
}

@media (min-width: 768px) {
  .teaser--large-card .teaser__body {
    display: block;
    margin-top: .6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: .8889rem;
    line-height: 1.2rem;
  }
}

.teaser--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser--item .teaser__media {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}

.teaser--item .teaser__channel {
  margin-left: .2778rem;
}

.teaser--item .teaser__headline a:hover {
  background-color: #263238;
  color: #FFF;
}

.themag-layout--black .teaser--item .teaser__headline a:hover {
  background-color: transparent;
  color: #FFF;
}

.teaser--item .teaser__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.teaser--tiny-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teaser--tiny-item .teaser__channel {
  font-size: .6667rem;
}

.teaser--tiny-item .teaser__headline {
  font-size: 1.1111rem;
}

@media (min-width: 768px) {
  .teaser--tiny-item .teaser__headline {
    font-size: 1rem;
  }
}

.teaser--tiny-item .teaser__authored {
  margin-top: .5rem;
}

@media (min-width: 992px) {
  .teaser--small-item .teaser__channel {
    font-size: .8889rem;
  }
}

.teaser--small-item .teaser__headline {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .teaser--small-item .teaser__headline {
    font-size: 1.222rem;
  }
}

.teaser--medium-item {
  display: block;
}

@media (min-width: 768px) {
  .teaser--medium-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.teaser--medium-item .teaser__content {
  padding: 1rem 1.5rem 0;
}

@media (min-width: 768px) {
  .teaser--medium-item .teaser__content {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .teaser--medium-item .teaser__headline {
    font-size: 1.4444rem;
  }
}

@media (min-width: 768px) {
  .teaser--medium-item .teaser__body {
    margin-top: .5rem;
    font-size: .7778rem;
  }
}

.teaser--compact .teaser__content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  padding: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.teaser--compact .teaser__channel {
  color: #fff;
}

.teaser--compact .teaser__channel a {
  color: #fff;
}

.teaser--compact .teaser__headline {
  color: #fff;
}

.teaser--compact .teaser__headline a {
  color: #fff;
}

.teaser--compact .teaser__authored {
  color: #90a4ae;
}

.teaser--compact .teaser__authored a {
  color: rgba(236, 239, 241, 0.8);
}

.teaser--medium-compact,
.teaser--large-compact {
  min-height: 350px;
}

.teaser--small-compact .teaser__headline {
  font-size: 1.222rem;
}

.teaser--small-compact .teaser__content {
  padding: 1rem;
}

@media (min-width: 992px) {
  .teaser--medium-compact .teaser__headline {
    font-size: 1.6667rem;
  }
}

@media (min-width: 768px) {
  .teaser--large-compact .teaser__content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .teaser--large-compact .teaser__headline {
    font-size: 2.444rem;
    line-height: 1;
  }
}

.teaser--large-compact .teaser__body,
.teaser--large-compact .teaser__body .field--type-text-with-summary {
  display: none;
  color: #cfd8dc;
}

@media (min-width: 768px) {
  .teaser--large-compact .teaser__body,
  .teaser--large-compact .teaser__body .field--type-text-with-summary {
    display: block;
    margin-top: .6rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: .8889rem;
    line-height: 1.2rem;
  }
}

.region--content-header {
  margin-bottom: 2rem;
}

.region--content-header .page-title {
  margin-bottom: 0;
}

.node__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #90a4ae;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .node__meta {
    font-size: .8887rem;
  }
}

.node__meta img {
  border-radius: 50%;
  width: 40px;
  height: auto;
  margin-right: .7778rem;
}

.node__meta a {
  text-decoration: underline;
}

.node__meta a:hover {
  text-decoration: none;
}

footer.node__meta {
  margin-bottom: 1.5rem;
}

.article-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -.01rem;
}

@media (min-width: 992px) {
  .article-title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .article-title--large {
    font-size: 3.556rem;
  }
}

.article-title--white {
  color: #fff;
}

.byline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #90a4ae;
  font-size: .875rem;
}

.byline__author-picture {
  margin-right: .7778rem;
}

.byline__author-picture img {
  border-radius: 50%;
  width: 40px;
  height: auto;
}

.byline a {
  text-decoration: underline;
  color: #263238;
}

.byline a:hover {
  text-decoration: none;
}

.byline--white {
  color: rgba(255, 255, 255, 0.7);
}

.byline--white a {
  color: #fff;
}

.page-node-type-article .region--content-header {
  margin-bottom: 1.5rem;
}

.page-node-type-article .block--page-title-block {
  background-color: transparent;
}

.page-node-type-article .block--page-title-block:before, .page-node-type-article .block--page-title-block:after {
  display: none;
}

.page-node-type-article .layout__region--tabs .block {
  margin-bottom: 2rem;
}

.page-node-type-article .layout__region--article-header a,
.page-node-type-article .layout__region--article-footer a {
  color: #263238;
}

.layout--article-1 .layout__region--article-header {
  margin-bottom: 1rem;
}

.layout--article-1 .layout__region--article-footer {
  margin-bottom: 1rem;
}

.layout--article-1 .layout__region--article-social-buttons {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #cfd8dc;
}

.layout--article-1 .field--name-field-comment {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .layout--article-2 h1.page-title {
    font-size: 3.5556rem;
  }
}

.layout--article-2 .tabs ul.primary {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout--article-2 .layout__article-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  color: #FFF;
  text-align: center;
}

.layout--article-2 .layout__article-intro a {
  color: #FFF;
}

.layout--article-2 .layout__article-intro,
.layout--article-2 .parallax {
  height: 60vh;
}

.layout--article-2 .parallax {
  background-color: transparent;
}

.layout--article-2 .layout__region--article-media {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.layout--article-2 .layout__region--article-media .field--name-field-teaser-media {
  position: relative;
}

.layout--article-2 .layout__region--article-media .field--name-field-teaser-media:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(38, 50, 56, 0.1);
  height: 60vh;
  z-index: 0;
}

.layout--article-2 .layout__region--article-footer {
  margin-top: .8889rem;
}

.layout--article-2 .node__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.7);
}

.layout--article-2 .node__meta a {
  color: #FFF;
}

.layout--article-2 .block-region-article-social-buttons .block {
  margin-bottom: 2rem;
}

.layout--article-2 .layout__region--article-content {
  margin-bottom: 2rem;
}

.layout--article-2 .layout__region--article-comments {
  background-color: #f2f4f5;
  margin-top: 2rem;
}

.layout--article-2 .block-region-article-comments .block {
  margin-bottom: 0;
}

.layout--article-2 .field--name-field-comment {
  padding-left: 0;
  padding-right: 0;
}

.layout--article-3 .layout__region--article-media .block,
.layout--article-3 .layout__article-intro {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .layout--article-3 h1.page-title {
    font-size: 3.5556rem;
  }
}

.layout--article-3 .layout__article-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
}

.layout--article-3 .layout__article-intro a {
  color: #FFF;
}

.layout--article-3 .layout__article-intro,
.layout--article-3 .parallax {
  height: 60vh;
}

.layout--article-3 .parallax {
  background-color: transparent;
}

.layout--article-3 .layout__region--article-media {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.layout--article-3 .layout__region--article-media .field--name-field-teaser-media {
  position: relative;
}

.layout--article-3 .layout__region--article-media .field--name-field-teaser-media:before {
  content: "";
  display: block;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(38, 50, 56, 0.1);
  height: 60vh;
  z-index: 0;
}

.layout--article-3 .layut__meta-wrapper > .container {
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cfd8dc;
}

.layout--article-3 .layout__region--article-social-buttons {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .layout--article-3 .layout__region--article-social-buttons {
    margin-top: 0;
  }
}

.article-header__content {
  position: relative;
  z-index: 5;
}

.article-header__channel {
  margin-bottom: .25rem;
}

.article-header__meta {
  margin-top: .75rem;
}

.article-header--layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
  position: relative;
}

.article-header--layout-2:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(38, 50, 56, 0.1);
}

.article-header--layout-2 .article-header__content {
  max-width: 960px;
  text-align: center;
}

.article-header--layout-2 .article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.layout--page-1,
.layout--page-2,
.layout--page-3 {
  padding: 3rem 1rem;
}

@media (min-width: 992px) {
  .layout--page-1,
  .layout--page-2,
  .layout--page-3 {
    padding: 3rem 1rem;
  }
}

.layout--page-1 .block--page-title-block,
.layout--page-2 .block--page-title-block,
.layout--page-3 .block--page-title-block {
  position: relative;
}

.layout--page-1 .block--page-title-block:after, .layout--page-1 .block--page-title-block:before,
.layout--page-2 .block--page-title-block:after,
.layout--page-2 .block--page-title-block:before,
.layout--page-3 .block--page-title-block:after,
.layout--page-3 .block--page-title-block:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #90a4ae;
  position: absolute;
  bottom: calc(41% + 1.5px);
  z-index: 0;
}

.layout--page-1 .block--page-title-block:before,
.layout--page-2 .block--page-title-block:before,
.layout--page-3 .block--page-title-block:before {
  bottom: calc(41% - 1.5px);
}

.layout--page-1 .block--page-title-block .page-title,
.layout--page-2 .block--page-title-block .page-title,
.layout--page-3 .block--page-title-block .page-title {
  display: inline-block;
  background-color: #fafafa;
  margin-bottom: 0;
  padding-right: 1.5rem;
  color: #000;
  position: relative;
  z-index: 5;
}

.layout__region--page-header {
  margin-bottom: 2rem;
}

.layout__region--page-header .block {
  margin-bottom: .5rem;
}

.layout__region--page-header .block:last-child {
  margin-bottom: 0;
}

.node-preview-container {
  background: #eceff1;
  padding: 0 1rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 50;
}

.node-preview-container .node-preview-form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node-preview-container .node-preview-form-select .node-preview-backlink {
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}

.node-preview-container .node-preview-form-select .node-preview-backlink:hover {
  text-decoration: none;
}

.node-preview-container .node-preview-form-select .form-item-view-mode {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node-preview-container .node-preview-form-select .form-item-view-mode label {
  margin: 0 .5rem 0;
  text-transform: none;
  white-space: nowrap;
}

.node-preview-container .node-preview-form-select input[type='submit'] {
  display: none;
}

.paragraph {
  margin-bottom: 1.7rem;
}

.paragraph--type--gallery-grid {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .paragraph--type--gallery-grid {
    margin-bottom: 1rem;
  }
}

.media-gallery.view-mode-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-gallery.view-mode-gallery-grid figure {
  width: 25%;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .media-gallery.view-mode-gallery-grid figure {
    margin-bottom: 1rem;
  }
}

.media-gallery.view-mode-gallery-grid figure .photoswipe__image-caption {
  display: none;
}

.paragraph--type--instagram iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}

.paragraph--type--twitter twitterwidget,
.paragraph--type--twitter twitter-widget {
  margin-left: auto;
  margin-right: auto;
}

.media-pinterest .field--name-field-url {
  display: table;
  margin: auto;
}

.paragraph--type--text, body.cke_editable {
  font-size: 1.1428rem;
  line-height: 1.57;
}

@media (min-width: 992px) {
  .paragraph--type--text, body.cke_editable {
    font-size: 1.1111rem;
  }
}

.paragraph--type--text p, body.cke_editable p {
  margin-bottom: 1.7rem;
}

.paragraph--type--text p:last-child, body.cke_editable p:last-child {
  margin-bottom: 0;
}

.paragraph--type--text p.dropcaps:first-letter, body.cke_editable p.dropcaps:first-letter {
  display: block;
  float: left;
  margin: 0 1rem 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
}

.paragraph--type--text hr, body.cke_editable hr {
  width: 45%;
  margin: 2rem auto;
  border-top: 4px dotted #cfd8dc;
}

.paragraph--type--quote .field--name-field-text {
  color: #000;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
}

.paragraph--type--quote .field--name-field-source {
  color: #90a4ae;
  font-size: 1.2rem;
  font-style: italic;
}

.paragraph--type--quote .field--name-field-source:before {
  content: '-';
  margin-right: .5rem;
}

.block--search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--search form > * {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 0;
}

.block--search form .form-item-keys {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: .5rem;
}

.block--search form input[type='submit'] {
  background: #f44336;
  border-color: #f44336;
  color: #FFF;
}

.region-search {
  background: #eceff1;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .3s ease;
  transition: max-height .3s ease;
}

.region-search.active {
  max-height: 60px;
}

.block--region-search .visually-hidden {
  display: none;
}

.block--region-search form {
  background: #eceff1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block--region-search .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.block--region-search .form-actions {
  padding-top: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.block--region-search .form-action {
  text-align: right;
}

.block--region-search input[type='text'],
.block--region-search input[type='search'] {
  background: transparent;
  width: 100%;
  height: 40px;
  margin: 0;
  padding-left: 0;
  border: none;
  color: #263238;
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .block--region-search input[type='text'],
  .block--region-search input[type='search'] {
    font-size: 1.3rem;
  }
}

.block--region-search input[type='submit'] {
  background: #f44336;
  margin-right: 0;
  padding: 5px 15px;
  border-color: #f44336;
  border-radius: .3rem;
  color: #FFF;
  font-size: .9rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .block--region-search input[type='submit'] {
    font-size: 1rem;
  }
}

body.path-search .block--system-main-block h2 {
  font-weight: 300;
}

.search-form {
  margin-bottom: 1.5rem;
}

.search-form > div {
  margin-bottom: 1.5rem;
}

.search-form .search-help-link {
  display: none;
}

.search-form #edit-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form #edit-basic .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.search-form #edit-basic label {
  display: none;
}

.search-form #edit-basic input[type="submit"],
.search-form #edit-basic button {
  margin-left: .5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.search-results {
  margin: 0;
  padding: 0;
}

.search-results > li {
  background: transparent;
  margin: 0;
  padding: 1rem;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.search-results > li:hover {
  background: #eceff1;
}

.search-results h3.search-result__title {
  font-size: 1.2rem;
}

.search-results h3.search-result__title a {
  color: #263238;
}

.search-results .search-result__snippet-info {
  margin-bottom: .2rem;
  color: rgba(38, 50, 56, 0.54);
}

.search-results .search-result__info {
  margin: 0;
  color: #90a4ae;
  font-size: .8rem;
}

.field--name-field-comment,
.field--name-field-mg-comments {
  background-color: #f2f4f5;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .field--name-field-comment,
  .field--name-field-mg-comments {
    padding: 2.5rem 3rem 3rem;
  }
}

.field--name-field-comment h2.title,
.field--name-field-mg-comments h2.title {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: .9rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .field--name-field-comment h2.title,
  .field--name-field-mg-comments h2.title {
    margin-bottom: 2rem;
  }
}

.field--name-field-comment .form-wrapper > .form-group,
.field--name-field-mg-comments .form-wrapper > .form-group {
  margin-top: 0;
}

.field--name-field-comment label,
.field--name-field-comment .grippie,
.field--name-field-mg-comments label,
.field--name-field-mg-comments .grippie {
  display: none;
}

.field--name-field-comment textarea,
.field--name-field-mg-comments textarea {
  height: 70px;
  margin-bottom: 1rem;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;
}

.field--name-field-comment textarea:focus,
.field--name-field-mg-comments textarea:focus {
  height: 120px;
}

.field--name-field-comment .form-actions,
.field--name-field-mg-comments .form-actions {
  margin-bottom: 0;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: .889rem;
  font-weight: normal;
  color: #263238;
}

@media (min-width: 992px) {
  .comment {
    font-size: .889rem;
  }
}

.user-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  overflow: hidden;
  border-radius: 3px;
}

.user-image img {
  border-radius: 3px;
}

.comment-user-info {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #90a4ae;
}

.comment-user-info > div {
  display: inline-block;
  vertical-align: middle;
}

.comment-user-name {
  color: #42a5f5;
  font-weight: bold;
}

.comment-date {
  color: #90a4ae;
  font-size: 12px;
}

.indented .comment {
  margin-left: 4px;
}

.indented .comment .user-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}

@media (min-width: 768px) {
  .indented .comment {
    margin-left: 62px;
  }
}

.indented > .indented {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .indented > .indented {
    margin-left: 51px;
  }
}

.comment__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .6667rem 0;
  font-size: .7rem;
  text-transform: uppercase;
  color: #607d8b;
}

.comment__links > *:not(:first-child) {
  margin-left: .7778rem;
}

.comment__links ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment__links ul.links li:not(:first-child) {
  margin-left: .7778rem;
}

@media (min-width: 992px) {
  .comment__links {
    font-size: 11px;
  }
}

.comment__links a {
  color: #000;
  font-weight: bold;
}

mark {
  background: #f44336;
  padding: 0 .5rem;
  height: 14px;
  display: inline-block;
  font-size: 80%;
  line-height: 14px;
  color: #FFF;
}

.cart--cart-block {
  position: relative;
}

.cart-block--contents {
  background-color: #fafafa;
  right: 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
}

.cart-block--contents__items {
  overflow: auto;
}

.cart-block--link__expand {
  position: relative;
}

.cart-block--link__expand .cart-block--summary__count {
  background: #f44336;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -9px;
}

.cart-block--contents__items {
  padding: 0 10px;
}

.cart-block--contents {
  width: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .cart-block--contents {
    width: 400px;
  }
}

.cart-block--contents table {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .cart-block--contents table {
    font-size: .778rem;
  }
}

.cart-block--contents table td {
  padding: .5rem;
  vertical-align: middle;
}

.cart-block--contents table td.views-field-field-image {
  width: 90px;
}

.cart-block--contents table td.views-field-total-price__number {
  font-weight: bold;
}

.cart-block--contents table tr:first-child td {
  border-top: none;
}

.cart-block--contents__links a {
  display: block;
  padding: .75rem 1rem;
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .877rem;
  margin-top: 5px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.cart-block--contents__links a:hover {
  background: #263238;
  color: #FFF;
}

.product-teaser .field--type-image {
  display: block;
  position: relative;
}

.product-teaser .field--type-image:before {
  content: "";
  display: block;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.product-teaser .field--type-image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-teaser .field--name-title {
  font-size: 1.333rem;
  font-weight: 300;
}

.product-teaser .field--name-price {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.2rem;
}

.product-teaser a {
  color: #546e7a;
  text-decoration: none;
}

.product-teaser a:hover .field--type-image:before {
  -webkit-box-shadow: inset 0 0 2rem 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.product-teaser-default {
  display: inline-block;
}

.product-teaser-default .product-info-wrapper {
  margin-top: 1rem;
  text-align: center;
}

.product-summary-wrapper .field--name-title {
  margin-bottom: .5rem;
  font-size: 1.333rem;
  font-weight: 300;
}

.product-summary-wrapper .field--name-price {
  margin-bottom: .5rem;
  color: #000;
  font-size: 3.5rem;
  font-weight: 300;
}

.product-summary-wrapper .field--name-field-summary {
  margin-bottom: 2rem;
}

.product-summary-wrapper .field--name-variations .form-submit {
  display: block;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form input {
  border-radius: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity label {
  display: none;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-group {
  margin: 0 .5rem;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-actions input {
  width: 100%;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .attribute-widgets {
  background: #eceff1;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .attribute-widgets:empty {
  display: none;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--widget-commerce-product-variation-attributes .attribute-widgets .form-item {
  margin: 0 .5rem 0 0;
}

.product-summary-wrapper .field--name-field-category {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cfd8dc;
}

.field--name-field-summary,
.field--name-body,
.field--name-field-additional-informations {
  color: #546e7a;
}

.form.commerce-order-item-add-to-cart-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: -1.2rem;
}

@media (min-width: 992px) {
  .checkout-progress {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.checkout-progress li {
  padding: .3rem 1.5rem;
  font-weight: 300;
  font-style: italic;
  position: relative;
  color: #78909c;
}

.checkout-progress li:before {
  display: none;
}

@media (min-width: 768px) {
  .checkout-progress li:before {
    display: inline;
  }
}

.checkout-progress li:after {
  content: '';
  display: block;
  border-right: 1px solid #90a4ae;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.checkout-progress li:last-child:after {
  display: none;
}

.checkout-progress .checkout-progress--step__previous {
  color: #000;
  font-weight: bold;
}

.checkout-progress .checkout-progress--step__current {
  color: #000;
  font-weight: bold;
}

.view-commerce-cart-form,
.commerce-checkout-flow {
  color: #455a64;
}

.view-commerce-cart-form table,
.commerce-checkout-flow table {
  border-bottom: 4px solid #eceff1;
}

.view-commerce-cart-form table th,
.commerce-checkout-flow table th {
  color: #263238;
}

.view-commerce-cart-form table td,
.commerce-checkout-flow table td {
  vertical-align: middle;
}

.view-commerce-cart-form table th.views-field-field-image,
.view-commerce-cart-form table td.views-field-field-image,
.commerce-checkout-flow table th.views-field-field-image,
.commerce-checkout-flow table td.views-field-field-image {
  display: none;
}

@media (min-width: 768px) {
  .view-commerce-cart-form table th.views-field-field-image,
  .view-commerce-cart-form table td.views-field-field-image,
  .commerce-checkout-flow table th.views-field-field-image,
  .commerce-checkout-flow table td.views-field-field-image {
    width: 130px;
    display: table-cell;
  }
}

.view-commerce-cart-form fieldset,
.commerce-checkout-flow fieldset {
  margin-bottom: 3rem;
}

.view-commerce-cart-form fieldset legend,
.commerce-checkout-flow fieldset legend {
  padding: 0 0 .75rem;
  border-bottom: 5px solid #eceff1;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

.view-commerce-cart-form fieldset fieldset legend,
.commerce-checkout-flow fieldset fieldset legend {
  border: none;
  font-size: 1.2rem;
  font-weight: 300;
}

.view-commerce-cart-form .form-group.form-type-radio,
.commerce-checkout-flow .form-group.form-type-radio {
  margin-bottom: 0;
}

.view-commerce-cart-form .field--name-product-id,
.view-commerce-cart-form .field--name-product-id a,
.commerce-checkout-flow .field--name-product-id,
.commerce-checkout-flow .field--name-product-id a {
  color: #000;
  font-weight: bold;
}

.view-commerce-cart-form .views-field-purchased-entity,
.view-commerce-cart-form .views-field-purchased-entity a,
.commerce-checkout-flow .views-field-purchased-entity,
.commerce-checkout-flow .views-field-purchased-entity a {
  color: #000;
}

.view-commerce-cart-form table .form-group,
.commerce-checkout-flow table .form-group {
  margin: 0;
}

.view-commerce-cart-form .delete-order-item.btn.btn-primary,
.commerce-checkout-flow .delete-order-item.btn.btn-primary {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #e57373;
}

.view-commerce-cart-form .order-total-line-value,
.commerce-checkout-flow .order-total-line-value {
  width: auto;
  min-width: 80px;
}

.view-commerce-cart-form .order-total-line__subtotal,
.commerce-checkout-flow .order-total-line__subtotal {
  color: #546e7a;
}

.view-commerce-cart-form .order-total-line__total,
.commerce-checkout-flow .order-total-line__total {
  width: auto;
  min-width: 80px;
  color: #263238;
  font-size: 1.8rem;
}

.view-commerce-cart-form .order-total-line__total .order-total-line-label,
.commerce-checkout-flow .order-total-line__total .order-total-line-label {
  margin-right: 1rem;
}

.view-commerce-cart-form .form-actions,
.commerce-checkout-flow .form-actions {
  margin: 1rem 0 2rem;
  padding: 1.5rem 0;
  border-top: 4px solid #eceff1;
  text-align: right;
}

.path-checkout .credit-card-form,
.path-checkout .field--name-address {
  background-color: rgba(236, 239, 241, 0.7);
  padding: 1rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
}

.path-checkout .credit-card-form__expiration {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.path-checkout #edit-sidebar-coupon-redemption-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.5rem 0;
}

.path-checkout #edit-sidebar-coupon-redemption-form .form-item-sidebar-coupon-redemption-form-code {
  margin-right: 1rem;
  margin-bottom: 0;
}

.checkout-complete__title {
  color: #000;
  font-size: 4rem;
  font-weight: 100;
}

.checkout-complete__payment-instructions {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cfd8dc;
}

.view-profiles .view-content {
  margin-top: 1.5rem;
}

.view-profiles .field--name-address {
  padding: 1rem;
  border: 1px solid #cfd8dc;
}

.view-profiles .dropbutton-widget {
  border-top: none;
}

.order-information {
  margin-top: 2rem;
}

.order-information .view-commerce-order-item-table {
  margin-top: 2rem;
}

.order-information .order-total-line-value {
  width: auto;
  min-width: 80px;
}

.order-information .order-total-line__subtotal {
  color: #546e7a;
}

.order-information .order-total-line__total {
  width: auto;
  min-width: 80px;
  color: #263238;
  font-size: 1.8rem;
}

.order-information .order-total-line__total .order-total-line-label {
  margin-right: 1rem;
}

.content-grid-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-grid-a > .view-content {
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-a > .view-content {
    width: 50%;
  }
}

.content-grid-a > .view-content .teaser {
  height: 50vh;
}

@media (min-width: 992px) {
  .content-grid-a > .view-content .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-a > .view-content .teaser {
    height: 70vh;
  }
}

.content-grid-a > .attachment-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-a > .attachment-after {
    width: 50%;
  }
}

.content-grid-a > .attachment-after .teaser {
  height: 30vh;
}

@media screen and (max-height: 700px) {
  .content-grid-a > .attachment-after .teaser {
    height: 35vh;
  }
}

.content-grid-a .views-element-container {
  width: 50%;
}

.content-grid-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-grid-b > .view-content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-grid-b > .view-content .teaser {
  height: 60vh;
}

@media (min-width: 992px) {
  .content-grid-b > .view-content .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-b > .view-content .teaser {
    height: 70vh;
  }
}

.content-grid-b > .attachment-before .teaser,
.content-grid-b > .attachment-after .teaser {
  height: 30vh;
}

@media screen and (max-height: 700px) {
  .content-grid-b > .attachment-before .teaser,
  .content-grid-b > .attachment-after .teaser {
    height: 35vh;
  }
}

.content-grid-b > .attachment-before {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content-grid-b > .attachment-after {
  width: 50%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 992px) {
  .content-grid-b > .view-content {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content-grid-b > .attachment-before {
    width: 25%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content-grid-b > .attachment-after {
    width: 25%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.content-grid-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-grid-c > .view-content {
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-c > .view-content {
    width: 50%;
  }
}

.content-grid-c > .view-content .teaser {
  height: 50vh;
}

@media (min-width: 992px) {
  .content-grid-c > .view-content .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-c > .view-content .teaser {
    height: 70vh;
  }
}

.content-grid-c > .attachment-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-c > .attachment-after {
    width: 50%;
  }
}

.content-grid-c > .attachment-after .teaser {
  height: 35vh;
}

@media (min-width: 992px) {
  .content-grid-c > .attachment-after .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-c > .attachment-after .teaser {
    height: 70vh;
  }
}

.content-grid-c .views-element-container {
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-c .views-element-container {
    width: 50%;
  }
}

.content-grid-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-grid-d > .view-content {
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-d > .view-content {
    width: 50%;
  }
}

.content-grid-d > .view-content .teaser {
  height: 50vh;
}

@media (min-width: 992px) {
  .content-grid-d > .view-content .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-d > .view-content .teaser {
    height: 70vh;
  }
}

.content-grid-d > .attachment-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-d > .attachment-after {
    width: 50%;
  }
}

.content-grid-d > .attachment-after .teaser {
  height: 35vh;
}

@media (min-width: 992px) {
  .content-grid-d > .attachment-after .teaser {
    height: 60vh;
  }
}

@media screen and (min-width: 992px) and (max-height: 700px) {
  .content-grid-d > .attachment-after .teaser {
    height: 70vh;
  }
}

.content-grid-d .views-element-container {
  width: 100%;
}

@media (min-width: 992px) {
  .content-grid-d .views-element-container {
    width: 50%;
  }
}

.content-grid-d .views-element-container:first-child .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-grid-d .views-element-container:first-child .view-content > * {
  width: 50%;
}

@media (min-width: 992px) {
  .content-grid-d .views-element-container:first-child .view-content > * {
    width: 100%;
  }
}

.content-grid-d .views-element-container:first-child .view-content .teaser {
  height: 30vh;
}

@media screen and (max-height: 700px) {
  .content-grid-d .views-element-container:first-child .view-content .teaser {
    height: 35vh;
  }
}

.view-mg-popular-content .view-content ul {
  counter-reset: popular_counter;
}

.view-mg-popular-content .view-content ul > li {
  counter-increment: popular_counter;
}

.view-mg-popular-content .view-content ul > li .field--name-field-teaser-media:before {
  content: counter(popular_counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  z-index: 10;
}

.view-mg-popular-content .field--name-field-teaser-media:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(-135deg, rgba(156, 39, 176, 0.3) 10%, rgba(66, 165, 245, 0.5));
}

.tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .tag-list ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.tag-list ul li {
  display: block;
  margin: 0 .5rem .5rem 0;
}

@media (min-width: 992px) {
  .tag-list ul li {
    margin: 0 .25rem .25rem 0;
    font-size: .7778rem;
  }
}

.tag-list a {
  display: block;
  background: rgba(38, 50, 56, 0.1);
  padding: .5rem;
  line-height: 1;
  color: #263238;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 992px) {
  .tag-list a {
    padding: .45rem .5rem;
  }
}

.tag-list a:hover {
  background-color: #fff;
  text-decoration: none;
}

.tag-list a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f292';
  font-size: .65rem;
  font-weight: 900;
  margin-right: 1px;
}

.messages {
  border: 1px solid #cfd8dc;
  border-left-width: 5px;
  padding: .5rem;
  font-size: .85rem;
  margin: 1rem;
}

.messages a {
  text-decoration: underline;
}

.messages a:hover {
  text-decoration: none;
}

.messages--status {
  background: #e8f5e9;
  border-color: #81c784;
  color: #388e3c;
}

.messages--warning {
  background: #ffecb3;
  border-color: #ffb300;
  color: #ff8f00;
}

.messages--error {
  background: #ffcdd2;
  border-color: #f44336;
  color: #c62828;
}

.layout-builder__message--overrides .messages {
  background: #e3f2fd;
  border-color: #64b5f6;
  color: #42a5f5;
}

.tabs {
  padding-top: 40px;
  border: 1px solid #eceff1;
  border-radius: 0.25rem;
  position: relative;
}

@media (min-width: 992px) {
  .tabs {
    padding-top: 0;
    border: none;
    border-radius: 0;
  }
}

ul.primary,
ul.secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-tabs-toggler {
  background-color: #eceff1;
  display: block;
  width: 20%;
  height: 40px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .btn-tabs-toggler {
    display: none;
  }
}

.tabs ul.primary {
  background-color: #eceff1;
  display: block;
  margin-top: -1px;
  border: 0;
  border-radius: 0.25rem;
  position: static;
  max-height: 0;
  overflow: hidden;
}

.tabs ul.primary.active {
  max-height: 999rem;
}

@media (min-width: 992px) {
  .tabs ul.primary {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: none;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 0;
    border: none;
    border-radius: .3rem;
    overflow: visible;
  }
}

.tabs ul.primary > li {
  display: block;
  margin: 0;
}

@media (min-width: 992px) {
  .tabs ul.primary > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
  }
}

.tabs ul.primary > li.is-active {
  width: 80%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .tabs ul.primary > li.is-active {
    width: auto;
    position: static;
  }
}

.tabs ul.primary > li a {
  display: block;
  background: transparent;
  height: 40px;
  padding: 0 1.5rem;
  border-top: 1px solid #FFF;
  color: #90a4ae;
  line-height: 40px;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 992px) {
  .tabs ul.primary > li a {
    background-color: #eceff1;
    height: auto;
    line-height: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
}

.tabs ul.primary > li a:hover {
  color: #263238;
}

.tabs ul.primary > li.is-active a {
  color: #000;
  font-weight: bold;
  border-top: none;
}

@media (min-width: 992px) {
  .tabs ul.primary > li.is-active a {
    background-color: #fafafa;
    -webkit-box-shadow: 0 -0.3rem 0.5rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 -0.3rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}

.tabs ul.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cfd8dc;
}

.tabs ul.secondary li a {
  display: block;
  padding: .5rem 1rem;
  color: #90a4ae;
}

.tabs ul.secondary li a.is-active {
  color: #263238;
  font-weight: bold;
}

.ipe-tab-content a, .ipe-tab-content div, .ipe-tab-content h1, .ipe-tab-content h2, .ipe-tab-content h3, .ipe-tab-content h4, .ipe-tab-content h5, .ipe-tab-content h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

div.ipe-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.ipe-actions a {
  color: #000 !important;
}

.ipe-tab.active a, .ipe-tab a:hover {
  color: #039be5;
  border-bottom: 3px solid #039be5;
}

.ipe-tab-content {
  padding: 10px 0 0;
  border: none;
}

.ipe-layout-image {
  width: auto;
}

.ipe-category-picker-search {
  background: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
}

.ipe-category-picker-search input[type="text"], .ipe-category-picker-search input[type="search"] {
  width: 100%;
  margin: 0;
  padding: .4rem;
  border-radius: 0;
  text-align: center;
}

.ipe-category-picker-search .ipe-icon-search {
  display: none;
}

.ipe-category, .ipe-layout {
  padding: 14px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
}

.ipe-category.ipe-create-category, .ipe-create-category.ipe-layout {
  background: #039be5;
  padding: 16px 12px 17px;
}

.ipe-category .ipe-category-count, .ipe-layout .ipe-category-count {
  background: #424242;
}

.ipe-category:hover, .ipe-layout:hover {
  background: #eeeeee;
  color: #212121;
}

.ipe-category.active, .active.ipe-layout {
  background: #FFF;
  color: #000;
}

.ipe-category.active .ipe-category-count, .active.ipe-layout .ipe-category-count {
  background: #039be5;
}

#panels-ipe-tray .ipe-category, #panels-ipe-tray .ipe-layout {
  margin-right: 0;
}

.ipe-layout {
  width: 150px;
  margin-top: 10px;
}

.ipe-layout .ipe-layout-label {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #424242;
}

.ipe-layout .ipe-current-layout-label {
  background: transparent;
  border: 1px solid #039be5;
  color: #039be5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.ipe-layout:hover {
  background-color: #f5f5f5;
}

.ipe-blockpicker-item a {
  background: transparent;
  border: 1px solid #e0e0e0;
}

.ipe-blockpicker-item a:hover {
  color: #039be5;
  border: 1px solid #039be5;
}

.ipe-blockpicker-item a:hover h5 {
  color: #039be5;
}

.ipe-category-picker-top.active {
  padding-top: 0;
}

.ipe-category-picker-bottom {
  background: #000;
  color: #FFF;
  padding: 0;
  min-height: 40px;
}

.ipe-category-picker-bottom.top-open {
  border: none;
}

.ipe-category-picker-bottom a {
  color: #FFF;
}

/*# sourceMappingURL=sourcemap/themag.css.map */
