/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,600&display=swap");
html {
  line-height: 1.5;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.block {
  display: block;
  width: 100%; }

.block-center {
  margin: auto;
  display: block; }

.hide {
  display: none; }

.show-inline {
  display: inline; }

.show-block {
  display: block; }

.show-inline-block {
  display: inline-block; }

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

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

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

@media all and (min-width: 1921px) {
  .block-xl {
    display: block;
    width: 100%; }
  .block-center-xl {
    margin: auto;
    display: block;
    width: 100%; }
  .hide-xl {
    display: none; }
  .show-inline-xl {
    display: inline; }
  .show-block-xl {
    display: block; }
  .show-inline-block-xl {
    display: inline-block; }
  .text-left-xl {
    text-align: left; }
  .text-center-xl {
    text-align: center; }
  .text-right-xl {
    text-align: right; } }

@media all and (max-width: 1920px) {
  .block-lg {
    display: block;
    width: 100%; }
  .block-center-lg {
    margin: auto;
    display: block;
    width: 100%; }
  .hide-lg {
    display: none; }
  .show-inline-lg {
    display: inline; }
  .show-block-lg {
    display: block; }
  .show-inline-block-lg {
    display: inline-block; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; } }

@media all and (max-width: 1156px) {
  .block-md {
    display: block;
    width: 100%; }
  .block-center-md {
    margin: auto;
    display: block;
    width: 100%; }
  .hide-md {
    display: none !important; }
  .show-inline-md {
    display: inline; }
  .show-block-md {
    display: block; }
  .show-inline-block-md {
    display: inline-block; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; } }

@media all and (max-width: 768px) {
  .block-sm {
    display: block;
    width: 100%; }
  .block-center-sm {
    margin: auto;
    display: block;
    width: 100%; }
  .hide-sm {
    display: none !important; }
  .show-inline-sm {
    display: inline; }
  .show-block-sm {
    display: block; }
  .show-inline-block-sm {
    display: inline-block; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; } }

@media all and (max-width: 340px) {
  .block-xs {
    display: block;
    width: 100%; }
  .block-center-xs {
    margin: auto;
    display: block;
    width: 100%; }
  .hide-xs {
    display: none; }
  .show-inline-xs {
    display: inline; }
  .show-block-xs {
    display: block; }
  .show-inline-block-xs {
    display: inline-block; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; } }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 20px 0 20px 20px;
  flex-direction: row;
  -webkit-flex-direction: row; }
  .grid > [class*="span-"] {
    -webkit-order: 12;
    order: 12;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding-right: 20px; }
  .grid.no-pad {
    padding: 0; }
    .grid.no-pad > [class*='span-'] {
      padding-right: 0; }
  .grid.inline {
    display: inline-flex;
    display: -webkit-inline-flex; }
  .grid.wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse; }
  .grid.stack {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack.reverse {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.justify-center {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline {
    align-items: baseline; }
  .grid.align-center {
    align-items: center; }
  .grid.align-start {
    align-items: flex-start; }
  .grid.align-end {
    align-items: flex-end; }
  .grid.align-stretch {
    align-items: stretch; }
  .grid > .align-auto {
    align-self: auto; }
  .grid > .align-baseline {
    align-self: baseline; }
  .grid > .align-center {
    align-self: center; }
  .grid > .align-start {
    align-self: flex-start; }
  .grid > .align-end {
    align-self: flex-end; }
  .grid > .align-stretch {
    align-self: stretch; }
  .grid > .span-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0 {
    margin-left: 0%; }
  .grid > .offset-0-right1 {
    margin-left: 0%; }
  .grid > .order-1 {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1 {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1 {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1 {
    margin-left: 8.33333%; }
  .grid > .offset-1-right2 {
    margin-left: 8.33333%; }
  .grid > .order-2 {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2 {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2 {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2 {
    margin-left: 16.66667%; }
  .grid > .offset-2-right3 {
    margin-left: 16.66667%; }
  .grid > .order-3 {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3 {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3 {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3 {
    margin-left: 25%; }
  .grid > .offset-3-right4 {
    margin-left: 25%; }
  .grid > .order-4 {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4 {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4 {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4 {
    margin-left: 33.33333%; }
  .grid > .offset-4-right5 {
    margin-left: 33.33333%; }
  .grid > .order-5 {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5 {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5 {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5 {
    margin-left: 41.66667%; }
  .grid > .offset-5-right6 {
    margin-left: 41.66667%; }
  .grid > .order-6 {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6 {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6 {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6 {
    margin-left: 50%; }
  .grid > .offset-6-right7 {
    margin-left: 50%; }
  .grid > .order-7 {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7 {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7 {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7 {
    margin-left: 58.33333%; }
  .grid > .offset-7-right8 {
    margin-left: 58.33333%; }
  .grid > .order-8 {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8 {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8 {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8 {
    margin-left: 66.66667%; }
  .grid > .offset-8-right9 {
    margin-left: 66.66667%; }
  .grid > .order-9 {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9 {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9 {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9 {
    margin-left: 75%; }
  .grid > .offset-9-right10 {
    margin-left: 75%; }
  .grid > .order-10 {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10 {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10 {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10 {
    margin-left: 83.33333%; }
  .grid > .offset-10-right11 {
    margin-left: 83.33333%; }
  .grid > .order-11 {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11 {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11 {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11 {
    margin-left: 91.66667%; }
  .grid > .offset-11-right12 {
    margin-left: 91.66667%; }
  .grid > .order-12 {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12 {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12 {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; }

@media all and (max-width: 4000px) {
  .grid.row-xl {
    flex-direction: row;
    -webkit-flex-direction: row; }
    .grid.row-xl.reverse-xl {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .grid.stack-xl {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack-xl.reverse-xl {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.wrap-xl {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse-xl {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap-xl {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.justify-center-xl {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start-xl {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end-xl {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around-xl {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between-xl {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline-xl {
    align-items: baseline; }
  .grid.align-center-xl {
    align-items: center; }
  .grid.align-start-xl {
    align-items: flex-start; }
  .grid.align-end-xl {
    align-items: flex-end; }
  .grid.align-stretch-xl {
    align-items: stretch; }
  .grid > .align-auto-xl {
    align-self: auto; }
  .grid > .align-baseline-xl {
    align-self: baseline; }
  .grid > .align-center-xl {
    align-self: center; }
  .grid > .align-start-xl {
    align-self: flex-start; }
  .grid > .align-end-xl {
    align-self: flex-end; }
  .grid > .align-stretch-xl {
    align-self: stretch; }
  .grid > .span-1-xl {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0-xl {
    margin-left: 0%; }
  .grid > .offset-0-right-xl {
    margin-right: 0%; }
  .grid > .order-1-xl {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1-xl {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1-xl {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2-xl {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1-xl {
    margin-left: 8.33333%; }
  .grid > .offset-1-right-xl {
    margin-right: 8.33333%; }
  .grid > .order-2-xl {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2-xl {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2-xl {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3-xl {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2-xl {
    margin-left: 16.66667%; }
  .grid > .offset-2-right-xl {
    margin-right: 16.66667%; }
  .grid > .order-3-xl {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3-xl {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3-xl {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4-xl {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3-xl {
    margin-left: 25%; }
  .grid > .offset-3-right-xl {
    margin-right: 25%; }
  .grid > .order-4-xl {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4-xl {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4-xl {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5-xl {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4-xl {
    margin-left: 33.33333%; }
  .grid > .offset-4-right-xl {
    margin-right: 33.33333%; }
  .grid > .order-5-xl {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5-xl {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5-xl {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6-xl {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5-xl {
    margin-left: 41.66667%; }
  .grid > .offset-5-right-xl {
    margin-right: 41.66667%; }
  .grid > .order-6-xl {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6-xl {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6-xl {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7-xl {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6-xl {
    margin-left: 50%; }
  .grid > .offset-6-right-xl {
    margin-right: 50%; }
  .grid > .order-7-xl {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7-xl {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7-xl {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8-xl {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7-xl {
    margin-left: 58.33333%; }
  .grid > .offset-7-right-xl {
    margin-right: 58.33333%; }
  .grid > .order-8-xl {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8-xl {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8-xl {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9-xl {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8-xl {
    margin-left: 66.66667%; }
  .grid > .offset-8-right-xl {
    margin-right: 66.66667%; }
  .grid > .order-9-xl {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9-xl {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9-xl {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10-xl {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9-xl {
    margin-left: 75%; }
  .grid > .offset-9-right-xl {
    margin-right: 75%; }
  .grid > .order-10-xl {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10-xl {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10-xl {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11-xl {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10-xl {
    margin-left: 83.33333%; }
  .grid > .offset-10-right-xl {
    margin-right: 83.33333%; }
  .grid > .order-11-xl {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11-xl {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11-xl {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12-xl {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11-xl {
    margin-left: 91.66667%; }
  .grid > .offset-11-right-xl {
    margin-right: 91.66667%; }
  .grid > .order-12-xl {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12-xl {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12-xl {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; } }

@media all and (max-width: 1920px) {
  .grid.row-lg {
    flex-direction: row;
    -webkit-flex-direction: row; }
    .grid.row-lg.reverse-lg {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .grid.stack-lg {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack-lg.reverse-lg {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.wrap-lg {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse-lg {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap-lg {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.justify-center-lg {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start-lg {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end-lg {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around-lg {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between-lg {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline-lg {
    align-items: baseline; }
  .grid.align-center-lg {
    align-items: center; }
  .grid.align-start-lg {
    align-items: flex-start; }
  .grid.align-end-lg {
    align-items: flex-end; }
  .grid.align-stretch-lg {
    align-items: stretch; }
  .grid > .align-auto-lg {
    align-self: auto; }
  .grid > .align-baseline-lg {
    align-self: baseline; }
  .grid > .align-center-lg {
    align-self: center; }
  .grid > .align-start-lg {
    align-self: flex-start; }
  .grid > .align-end-lg {
    align-self: flex-end; }
  .grid > .align-stretch-lg {
    align-self: stretch; }
  .grid > .span-1-lg {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0-lg {
    margin-left: 0%; }
  .grid > .offset-0-right-lg {
    margin-right: 0%; }
  .grid > .order-1-lg {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1-lg {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1-lg {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2-lg {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1-lg {
    margin-left: 8.33333%; }
  .grid > .offset-1-right-lg {
    margin-right: 8.33333%; }
  .grid > .order-2-lg {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2-lg {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2-lg {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3-lg {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2-lg {
    margin-left: 16.66667%; }
  .grid > .offset-2-right-lg {
    margin-right: 16.66667%; }
  .grid > .order-3-lg {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3-lg {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3-lg {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4-lg {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3-lg {
    margin-left: 25%; }
  .grid > .offset-3-right-lg {
    margin-right: 25%; }
  .grid > .order-4-lg {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4-lg {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4-lg {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5-lg {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4-lg {
    margin-left: 33.33333%; }
  .grid > .offset-4-right-lg {
    margin-right: 33.33333%; }
  .grid > .order-5-lg {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5-lg {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5-lg {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6-lg {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5-lg {
    margin-left: 41.66667%; }
  .grid > .offset-5-right-lg {
    margin-right: 41.66667%; }
  .grid > .order-6-lg {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6-lg {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6-lg {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7-lg {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6-lg {
    margin-left: 50%; }
  .grid > .offset-6-right-lg {
    margin-right: 50%; }
  .grid > .order-7-lg {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7-lg {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7-lg {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8-lg {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7-lg {
    margin-left: 58.33333%; }
  .grid > .offset-7-right-lg {
    margin-right: 58.33333%; }
  .grid > .order-8-lg {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8-lg {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8-lg {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9-lg {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8-lg {
    margin-left: 66.66667%; }
  .grid > .offset-8-right-lg {
    margin-right: 66.66667%; }
  .grid > .order-9-lg {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9-lg {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9-lg {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10-lg {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9-lg {
    margin-left: 75%; }
  .grid > .offset-9-right-lg {
    margin-right: 75%; }
  .grid > .order-10-lg {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10-lg {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10-lg {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11-lg {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10-lg {
    margin-left: 83.33333%; }
  .grid > .offset-10-right-lg {
    margin-right: 83.33333%; }
  .grid > .order-11-lg {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11-lg {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11-lg {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12-lg {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11-lg {
    margin-left: 91.66667%; }
  .grid > .offset-11-right-lg {
    margin-right: 91.66667%; }
  .grid > .order-12-lg {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12-lg {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12-lg {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; } }

@media all and (max-width: 1156px) {
  .grid.row-md {
    flex-direction: row;
    -webkit-flex-direction: row; }
    .grid.row-md.reverse-md {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .grid.stack-md {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack-md.reverse-md {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.wrap-md {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse-md {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap-md {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.justify-center-md {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start-md {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end-md {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around-md {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between-md {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline-md {
    align-items: baseline; }
  .grid.align-center-md {
    align-items: center; }
  .grid.align-start-md {
    align-items: flex-start; }
  .grid.align-end-md {
    align-items: flex-end; }
  .grid.align-stretch-md {
    align-items: stretch; }
  .grid > .align-auto-md {
    align-self: auto; }
  .grid > .align-baseline-md {
    align-self: baseline; }
  .grid > .align-center-md {
    align-self: center; }
  .grid > .align-start-md {
    align-self: flex-start; }
  .grid > .align-end-md {
    align-self: flex-end; }
  .grid > .align-stretch-md {
    align-self: stretch; }
  .grid > .span-1-md {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0-md {
    margin-left: 0%; }
  .grid > .offset-0-right-md {
    margin-right: 0%; }
  .grid > .order-1-md {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1-md {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1-md {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2-md {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1-md {
    margin-left: 8.33333%; }
  .grid > .offset-1-right-md {
    margin-right: 8.33333%; }
  .grid > .order-2-md {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2-md {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2-md {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3-md {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2-md {
    margin-left: 16.66667%; }
  .grid > .offset-2-right-md {
    margin-right: 16.66667%; }
  .grid > .order-3-md {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3-md {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3-md {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4-md {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3-md {
    margin-left: 25%; }
  .grid > .offset-3-right-md {
    margin-right: 25%; }
  .grid > .order-4-md {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4-md {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4-md {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5-md {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4-md {
    margin-left: 33.33333%; }
  .grid > .offset-4-right-md {
    margin-right: 33.33333%; }
  .grid > .order-5-md {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5-md {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5-md {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6-md {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5-md {
    margin-left: 41.66667%; }
  .grid > .offset-5-right-md {
    margin-right: 41.66667%; }
  .grid > .order-6-md {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6-md {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6-md {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7-md {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6-md {
    margin-left: 50%; }
  .grid > .offset-6-right-md {
    margin-right: 50%; }
  .grid > .order-7-md {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7-md {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7-md {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8-md {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7-md {
    margin-left: 58.33333%; }
  .grid > .offset-7-right-md {
    margin-right: 58.33333%; }
  .grid > .order-8-md {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8-md {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8-md {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9-md {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8-md {
    margin-left: 66.66667%; }
  .grid > .offset-8-right-md {
    margin-right: 66.66667%; }
  .grid > .order-9-md {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9-md {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9-md {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10-md {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9-md {
    margin-left: 75%; }
  .grid > .offset-9-right-md {
    margin-right: 75%; }
  .grid > .order-10-md {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10-md {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10-md {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11-md {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10-md {
    margin-left: 83.33333%; }
  .grid > .offset-10-right-md {
    margin-right: 83.33333%; }
  .grid > .order-11-md {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11-md {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11-md {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12-md {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11-md {
    margin-left: 91.66667%; }
  .grid > .offset-11-right-md {
    margin-right: 91.66667%; }
  .grid > .order-12-md {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12-md {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12-md {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; } }

@media all and (max-width: 768px) {
  .grid.row-sm {
    flex-direction: row;
    -webkit-flex-direction: row; }
    .grid.row-sm.reverse-sm {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .grid.stack-sm {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack-sm.reverse-sm {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.wrap-sm {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse-sm {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap-sm {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.justify-center-sm {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start-sm {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end-sm {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around-sm {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between-sm {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline-sm {
    align-items: baseline; }
  .grid.align-center-sm {
    align-items: center; }
  .grid.align-start-sm {
    align-items: flex-start; }
  .grid.align-end-sm {
    align-items: flex-end; }
  .grid.align-stretch-sm {
    align-items: stretch; }
  .grid > .align-auto-sm {
    align-self: auto; }
  .grid > .align-baseline-sm {
    align-self: baseline; }
  .grid > .align-center-sm {
    align-self: center; }
  .grid > .align-start-sm {
    align-self: flex-start; }
  .grid > .align-end-sm {
    align-self: flex-end; }
  .grid > .align-stretch-sm {
    align-self: stretch; }
  .grid > .span-1-sm {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0-sm {
    margin-left: 0%; }
  .grid > .offset-0-right-sm {
    margin-right: 0%; }
  .grid > .order-1-sm {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1-sm {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1-sm {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2-sm {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1-sm {
    margin-left: 8.33333%; }
  .grid > .offset-1-right-sm {
    margin-right: 8.33333%; }
  .grid > .order-2-sm {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2-sm {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2-sm {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3-sm {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2-sm {
    margin-left: 16.66667%; }
  .grid > .offset-2-right-sm {
    margin-right: 16.66667%; }
  .grid > .order-3-sm {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3-sm {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3-sm {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4-sm {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3-sm {
    margin-left: 25%; }
  .grid > .offset-3-right-sm {
    margin-right: 25%; }
  .grid > .order-4-sm {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4-sm {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4-sm {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5-sm {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4-sm {
    margin-left: 33.33333%; }
  .grid > .offset-4-right-sm {
    margin-right: 33.33333%; }
  .grid > .order-5-sm {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5-sm {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5-sm {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6-sm {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5-sm {
    margin-left: 41.66667%; }
  .grid > .offset-5-right-sm {
    margin-right: 41.66667%; }
  .grid > .order-6-sm {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6-sm {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6-sm {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7-sm {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6-sm {
    margin-left: 50%; }
  .grid > .offset-6-right-sm {
    margin-right: 50%; }
  .grid > .order-7-sm {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7-sm {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7-sm {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8-sm {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7-sm {
    margin-left: 58.33333%; }
  .grid > .offset-7-right-sm {
    margin-right: 58.33333%; }
  .grid > .order-8-sm {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8-sm {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8-sm {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9-sm {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8-sm {
    margin-left: 66.66667%; }
  .grid > .offset-8-right-sm {
    margin-right: 66.66667%; }
  .grid > .order-9-sm {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9-sm {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9-sm {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10-sm {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9-sm {
    margin-left: 75%; }
  .grid > .offset-9-right-sm {
    margin-right: 75%; }
  .grid > .order-10-sm {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10-sm {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10-sm {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11-sm {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10-sm {
    margin-left: 83.33333%; }
  .grid > .offset-10-right-sm {
    margin-right: 83.33333%; }
  .grid > .order-11-sm {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11-sm {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11-sm {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12-sm {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11-sm {
    margin-left: 91.66667%; }
  .grid > .offset-11-right-sm {
    margin-right: 91.66667%; }
  .grid > .order-12-sm {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12-sm {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12-sm {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; } }

@media all and (max-width: 340px) {
  .grid.row-xs {
    flex-direction: row;
    -webkit-flex-direction: row; }
    .grid.row-xs.reverse-xs {
      flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse; }
  .grid.stack-xs {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .grid.stack-xs.reverse-xs {
      flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse; }
  .grid.wrap-xs {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .grid.wrap-reverse-xs {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse; }
  .grid.no-wrap-xs {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; }
  .grid.justify-center-xs {
    justify-content: center;
    -webkit-justify-content: center; }
  .grid.justify-start-xs {
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
  .grid.justify-end-xs {
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .grid.justify-space-around-xs {
    justify-content: space-around;
    -webkit-justify-content: space-around; }
  .grid.justify-space-between-xs {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .grid.align-baseline-xs {
    align-items: baseline; }
  .grid.align-center-xs {
    align-items: center; }
  .grid.align-start-xs {
    align-items: flex-start; }
  .grid.align-end-xs {
    align-items: flex-end; }
  .grid.align-stretch-xs {
    align-items: stretch; }
  .grid > .align-auto-xs {
    align-self: auto; }
  .grid > .align-baseline-xs {
    align-self: baseline; }
  .grid > .align-center-xs {
    align-self: center; }
  .grid > .align-start-xs {
    align-self: flex-start; }
  .grid > .align-end-xs {
    align-self: flex-end; }
  .grid > .align-stretch-xs {
    align-self: stretch; }
  .grid > .span-1-xs {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }
  .grid > .offset-0-xs {
    margin-left: 0%; }
  .grid > .offset-0-right-xs {
    margin-right: 0%; }
  .grid > .order-1-xs {
    -webkit-order: 1;
    order: 1; }
  .grid > .grow-1-xs {
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .grid > .shrink-1-xs {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .grid > .span-2-xs {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }
  .grid > .offset-1-xs {
    margin-left: 8.33333%; }
  .grid > .offset-1-right-xs {
    margin-right: 8.33333%; }
  .grid > .order-2-xs {
    -webkit-order: 2;
    order: 2; }
  .grid > .grow-2-xs {
    -webkit-flex-grow: 2;
    flex-grow: 2; }
  .grid > .shrink-2-xs {
    -webkit-flex-shrink: 2;
    flex-shrink: 2; }
  .grid > .span-3-xs {
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }
  .grid > .offset-2-xs {
    margin-left: 16.66667%; }
  .grid > .offset-2-right-xs {
    margin-right: 16.66667%; }
  .grid > .order-3-xs {
    -webkit-order: 3;
    order: 3; }
  .grid > .grow-3-xs {
    -webkit-flex-grow: 3;
    flex-grow: 3; }
  .grid > .shrink-3-xs {
    -webkit-flex-shrink: 3;
    flex-shrink: 3; }
  .grid > .span-4-xs {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }
  .grid > .offset-3-xs {
    margin-left: 25%; }
  .grid > .offset-3-right-xs {
    margin-right: 25%; }
  .grid > .order-4-xs {
    -webkit-order: 4;
    order: 4; }
  .grid > .grow-4-xs {
    -webkit-flex-grow: 4;
    flex-grow: 4; }
  .grid > .shrink-4-xs {
    -webkit-flex-shrink: 4;
    flex-shrink: 4; }
  .grid > .span-5-xs {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }
  .grid > .offset-4-xs {
    margin-left: 33.33333%; }
  .grid > .offset-4-right-xs {
    margin-right: 33.33333%; }
  .grid > .order-5-xs {
    -webkit-order: 5;
    order: 5; }
  .grid > .grow-5-xs {
    -webkit-flex-grow: 5;
    flex-grow: 5; }
  .grid > .shrink-5-xs {
    -webkit-flex-shrink: 5;
    flex-shrink: 5; }
  .grid > .span-6-xs {
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
  .grid > .offset-5-xs {
    margin-left: 41.66667%; }
  .grid > .offset-5-right-xs {
    margin-right: 41.66667%; }
  .grid > .order-6-xs {
    -webkit-order: 6;
    order: 6; }
  .grid > .grow-6-xs {
    -webkit-flex-grow: 6;
    flex-grow: 6; }
  .grid > .shrink-6-xs {
    -webkit-flex-shrink: 6;
    flex-shrink: 6; }
  .grid > .span-7-xs {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }
  .grid > .offset-6-xs {
    margin-left: 50%; }
  .grid > .offset-6-right-xs {
    margin-right: 50%; }
  .grid > .order-7-xs {
    -webkit-order: 7;
    order: 7; }
  .grid > .grow-7-xs {
    -webkit-flex-grow: 7;
    flex-grow: 7; }
  .grid > .shrink-7-xs {
    -webkit-flex-shrink: 7;
    flex-shrink: 7; }
  .grid > .span-8-xs {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }
  .grid > .offset-7-xs {
    margin-left: 58.33333%; }
  .grid > .offset-7-right-xs {
    margin-right: 58.33333%; }
  .grid > .order-8-xs {
    -webkit-order: 8;
    order: 8; }
  .grid > .grow-8-xs {
    -webkit-flex-grow: 8;
    flex-grow: 8; }
  .grid > .shrink-8-xs {
    -webkit-flex-shrink: 8;
    flex-shrink: 8; }
  .grid > .span-9-xs {
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }
  .grid > .offset-8-xs {
    margin-left: 66.66667%; }
  .grid > .offset-8-right-xs {
    margin-right: 66.66667%; }
  .grid > .order-9-xs {
    -webkit-order: 9;
    order: 9; }
  .grid > .grow-9-xs {
    -webkit-flex-grow: 9;
    flex-grow: 9; }
  .grid > .shrink-9-xs {
    -webkit-flex-shrink: 9;
    flex-shrink: 9; }
  .grid > .span-10-xs {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }
  .grid > .offset-9-xs {
    margin-left: 75%; }
  .grid > .offset-9-right-xs {
    margin-right: 75%; }
  .grid > .order-10-xs {
    -webkit-order: 10;
    order: 10; }
  .grid > .grow-10-xs {
    -webkit-flex-grow: 10;
    flex-grow: 10; }
  .grid > .shrink-10-xs {
    -webkit-flex-shrink: 10;
    flex-shrink: 10; }
  .grid > .span-11-xs {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }
  .grid > .offset-10-xs {
    margin-left: 83.33333%; }
  .grid > .offset-10-right-xs {
    margin-right: 83.33333%; }
  .grid > .order-11-xs {
    -webkit-order: 11;
    order: 11; }
  .grid > .grow-11-xs {
    -webkit-flex-grow: 11;
    flex-grow: 11; }
  .grid > .shrink-11-xs {
    -webkit-flex-shrink: 11;
    flex-shrink: 11; }
  .grid > .span-12-xs {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
  .grid > .offset-11-xs {
    margin-left: 91.66667%; }
  .grid > .offset-11-right-xs {
    margin-right: 91.66667%; }
  .grid > .order-12-xs {
    -webkit-order: 12;
    order: 12; }
  .grid > .grow-12-xs {
    -webkit-flex-grow: 12;
    flex-grow: 12; }
  .grid > .shrink-12-xs {
    -webkit-flex-shrink: 12;
    flex-shrink: 12; } }

body {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400; }

.strong, .semibold, #block-ll-content > form.user-pass-reset label,
#block-ll-content > form.user-pass label,
#block-ll-content > form.user-login-form label,
#block-ll-content > form.user-form label,
#block-ll-content > form.passwordless-login label, .forms-wrapper .form-item label, .forms-wrapper .form-actions label, .forms-wrapper input[type=submit], #block-welcomemessage p,
#block-pagetitle p, .left-col details summary, .current-speaker-info .speaker_name, .ui-dialog .ui-dialog-title, .ui-widget .ui-dialog-title, .current-speaker-wrapper .speaker_name, .future-events-wrapper .views-field-title, footer {
  font-weight: 600; }

.normal, footer a {
  font-weight: 400; }

.black {
  background-color: #030303; }

.txt-black {
  color: #030303; }
  .txt-black a {
    color: inherit; }

a.txt-black {
  color: #030303; }

.gray {
  background-color: #222936; }

.txt-gray {
  color: #222936; }
  .txt-gray a {
    color: inherit; }

a.txt-gray {
  color: #222936; }

.gray2 {
  background-color: #212936; }

.txt-gray2 {
  color: #212936; }
  .txt-gray2 a {
    color: inherit; }

a.txt-gray2 {
  color: #212936; }

.white {
  background-color: #FFFFFF; }

.txt-white {
  color: #FFFFFF; }
  .txt-white a {
    color: inherit; }

a.txt-white {
  color: #FFFFFF; }

.red, #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .more-info-wrapper, .future-events-wrapper .views-field-view-node a {
  background-color: #CF2127; }

.txt-red {
  color: #CF2127; }
  .txt-red a {
    color: inherit; }

a.txt-red {
  color: #CF2127; }

.green {
  background-color: #2DCD20; }

.txt-green {
  color: #2DCD20; }
  .txt-green a {
    color: inherit; }

a.txt-green {
  color: #2DCD20; }

body {
  background-color: #030303;
  color: #FFFFFF; }

a, a:link, a:visited {
  color: #FFFFFF; }

a:active, a:focus {
  color: #CF2127; }

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  color: #222936; }

label, .label {
  color: #CF2127; }

h2, #block-welcomemessage p,
#block-pagetitle p {
  color: #FFFFFF;
  text-shadow: -2px 2px 0 #CF2127; }

button,
.btn {
  background-color: #CF2127;
  color: #FFFFFF; }

.region-header {
  background-color: #030303; }

.region-content {
  background-color: #212936; }
  .region-content :after {
    background-image: none; }

footer {
  background-color: #030303; }

.path-node .region-content {
  position: relative; }
  .path-node .region-content:after {
    content: "";
    background: url(../images/bg2.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  .path-node .region-content footer {
    border-top: 1px #CF2127 solid; }

.region-below, .section-below {
  border-top: 5px #FFFFFF solid;
  background-color: #222936; }

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

.center, #block-welcomemessage p,
#block-pagetitle p, .center-col .sponsors li {
  text-align: center;
  margin: 0 auto; }

.relative {
  position: relative; }

#block-sitebranding {
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  #block-sitebranding img {
    max-height: 100px;
    vertical-align: bottom; }

h2, #block-welcomemessage p,
#block-pagetitle p, h3 {
  text-transform: uppercase; }

h2, #block-welcomemessage p,
#block-pagetitle p {
  font-size: 56px;
  margin-bottom: .5em;
  line-height: 1.2em; }

h3 {
  font-size: 36px; }

.region-header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.user_badge {
  position: absolute;
  top: 1em;
  right: 0;
  font-size: 26px;
  z-index: 10; }

.hidden {
  display: none; }

.layout-container header {
  padding: 15px 0;
  border-bottom: 5px #5F656F solid; }

.toolbar-tray a {
  color: #565656; }

#block-ll-content > form.user-pass-reset,
#block-ll-content > form.user-pass,
#block-ll-content > form.user-login-form,
#block-ll-content > form.user-form,
#block-ll-content > form.passwordless-login {
  font-size: 26px;
  border: 3px #CF2127 solid;
  max-width: 523px;
  width: 100%;
  padding: 1em;
  margin: 2em auto;
  text-align: center; }
  #block-ll-content > form.user-pass-reset .form-actions input[type=submit],
  #block-ll-content > form.user-pass .form-actions input[type=submit],
  #block-ll-content > form.user-login-form .form-actions input[type=submit],
  #block-ll-content > form.user-form .form-actions input[type=submit],
  #block-ll-content > form.passwordless-login .form-actions input[type=submit] {
    background-color: #CF2127;
    border: 0;
    padding: .5em 1em; }
  #block-ll-content > form.user-pass-reset label,
  #block-ll-content > form.user-pass label,
  #block-ll-content > form.user-login-form label,
  #block-ll-content > form.user-form label,
  #block-ll-content > form.passwordless-login label {
    display: inline-block; }
  #block-ll-content > form.user-pass-reset input,
  #block-ll-content > form.user-pass input,
  #block-ll-content > form.user-login-form input,
  #block-ll-content > form.user-form input,
  #block-ll-content > form.passwordless-login input {
    font-family: 'Barlow Condensed'; }
    #block-ll-content > form.user-pass-reset input[type=email], #block-ll-content > form.user-pass-reset input[type=password], #block-ll-content > form.user-pass-reset input[type=text],
    #block-ll-content > form.user-pass input[type=email],
    #block-ll-content > form.user-pass input[type=password],
    #block-ll-content > form.user-pass input[type=text],
    #block-ll-content > form.user-login-form input[type=email],
    #block-ll-content > form.user-login-form input[type=password],
    #block-ll-content > form.user-login-form input[type=text],
    #block-ll-content > form.user-form input[type=email],
    #block-ll-content > form.user-form input[type=password],
    #block-ll-content > form.user-form input[type=text],
    #block-ll-content > form.passwordless-login input[type=email],
    #block-ll-content > form.passwordless-login input[type=password],
    #block-ll-content > form.passwordless-login input[type=text] {
      width: 100%; }
  #block-ll-content > form.user-pass-reset .form-item .description,
  #block-ll-content > form.user-pass .form-item .description,
  #block-ll-content > form.user-login-form .form-item .description,
  #block-ll-content > form.user-form .form-item .description,
  #block-ll-content > form.passwordless-login .form-item .description {
    font-size: 16px !important; }
  #block-ll-content > form.user-pass-reset span.ok,
  #block-ll-content > form.user-pass span.ok,
  #block-ll-content > form.user-login-form span.ok,
  #block-ll-content > form.user-form span.ok,
  #block-ll-content > form.passwordless-login span.ok {
    color: #2DCD20; }

#block-ll-content > form.user-form {
  text-align: left; }
  #block-ll-content > form.user-form #edit-language,
  #block-ll-content > form.user-form #edit-contact,
  #block-ll-content > form.user-form #edit-field-event-wrapper {
    display: none; }

.left .time-info .line {
  font-size: 25px; }

.left h2, .left #block-welcomemessage p, #block-welcomemessage .left p,
.left #block-pagetitle p, #block-pagetitle .left p {
  font-size: 65px; }

.left h3 {
  font-size: 30px; }

.left .description {
  font-size: 20px; }

.right {
  max-width: 440px;
  margin: 0 auto; }

.countdown-wrapper {
  padding: 0;
  position: relative;
  margin: 0 1em; }
  .countdown-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left; }

#clock, #livenow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start; }
  #clock span.val, #livenow span.val {
    display: inline-block;
    font-size: 40px;
    border: 3px #CF2127 solid;
    background-color: #222936;
    width: 50px;
    height: 70px;
    line-height: 64px;
    text-align: center;
    margin: 0 .5em 0 0; }
  #clock span.desc, #livenow span.desc {
    text-align: center;
    display: block;
    width: 50px;
    margin: 0 .5em 0 0; }

#livenow {
  position: relative; }
  #livenow span.val {
    width: 75%;
    font-size: 30px;
    text-transform: uppercase; }
  #livenow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 3px #2DCD20 solid;
    z-index: 0;
    width: 75%; }
  #livenow a {
    position: relative;
    z-index: 1;
    text-decoration: none; }

.forms-wrapper {
  border: 3px #CF2127 solid;
  max-width: 100%;
  padding: 100px 16px 16px;
  margin-top: -60px;
  margin-bottom: 2em; }
  .forms-wrapper .login-form-wrapper,
  .forms-wrapper .registration-form-wrapper {
    display: none; }
  .forms-wrapper .buttons {
    margin-bottom: -40px;
    display: flex;
    justify-content: space-evenly; }
    .forms-wrapper .buttons button, .forms-wrapper .buttons a {
      font-family: inherit;
      width: 295px;
      height: 56px;
      line-height: 56px;
      font-size: 44px;
      font-weight: 600;
      text-align: center;
      border: 0;
      text-decoration: none; }
      .forms-wrapper .buttons button.active, .forms-wrapper .buttons button:hover, .forms-wrapper .buttons a.active, .forms-wrapper .buttons a:hover {
        color: #CF2127;
        background-color: white; }
      .forms-wrapper .buttons button:focus, .forms-wrapper .buttons a:focus {
        border: 0 transparent;
        outline: 0 transparent !important; }
  .forms-wrapper .form-item, .forms-wrapper .form-actions {
    margin-top: .25em;
    margin-bottom: .25em; }
    .forms-wrapper .form-item label, .forms-wrapper .form-actions label {
      font-size: 26px;
      line-heigth: 1em; }
  .forms-wrapper input[type=text],
  .forms-wrapper input[type=password],
  .forms-wrapper input[type=email],
  .forms-wrapper input[type=tel],
  .forms-wrapper select {
    height: 40px;
    border: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    color: #222936;
    padding: 0 .5em; }
  .forms-wrapper input[type=submit] {
    border: 0;
    padding: .5em 1em;
    background-color: #CF2127;
    color: #FFFFFF;
    margin: 1em;
    font-family: inherit; }
  .forms-wrapper .registration-form-wrapper .form-item {
    text-align: left;
    margin-bottom: .75em; }
    .forms-wrapper .registration-form-wrapper .form-item label {
      font-size: 20px; }
    .forms-wrapper .registration-form-wrapper .form-item label[for=edit-subscribe] {
      font-size: 19px;
      font-weight: normal;
      color: white;
      padding-left: .5em; }

.login-link-wrapper a {
  text-decoration: none;
  font-size: 24px; }
  .login-link-wrapper a:hover {
    color: #CF2127;
    font-weight: bold; }

#timeline-content {
  margin-top: 0;
  text-align: center; }
  #timeline-content .label {
    font-size: 20px; }

/* Timeline */
.timeline {
  border-left: 2px solid #FFFFFF;
  margin: 1em auto 1em 50%;
  position: relative;
  padding: 1em;
  list-style: none;
  text-align: left;
  max-width: 50%;
  font-size: 20px; }
  .timeline .event {
    position: relative;
    min-height: 250px; }
    .timeline .event.speakers-4, .timeline .event.speakers-5, .timeline .event.speakers-6 {
      min-height: 505px; }
    .timeline .event.speakers-7, .timeline .event.speakers-8, .timeline .event.speakers-9 {
      min-height: 760px; }
    .timeline .event:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .timeline .event:before, .timeline .event:after {
      position: absolute;
      display: block;
      top: 0; }
    .timeline .event:after {
      box-shadow: 0 0 0 1px #CF2127;
      left: -31px;
      background: #FFFFFF;
      border-radius: 50%;
      height: 1em;
      width: 1em;
      content: "";
      top: 20%; }
    .timeline .event .session-speaker-photo {
      position: absolute;
      left: -250px;
      top: 0; }
      .timeline .event .session-speaker-photo[class*=photo-count-] {
        position: absolute;
        left: -590px;
        top: 0;
        display: flex;
        width: 545px;
        flex-wrap: wrap;
        justify-content: end;
        text-align: right;
        flex-direction: row-reverse; }
      .timeline .event .session-speaker-photo img {
        width: 176px;
        height: 215px;
        margin-bottom: 5px;
        margin-left: 5px; }
    .timeline .event .session-time {
      width: 50px;
      float: left; }
    .timeline .event .session-title,
    .timeline .event .session-speaker,
    .timeline .event .session-description {
      margin-left: 50px; }
      .timeline .event .session-title p,
      .timeline .event .session-speaker p,
      .timeline .event .session-description p {
        margin-top: 0; }

.about-wrapper {
  margin-top: 2em; }

.video-icon {
  position: absolute;
  top: 0;
  right: 0; }
  .video-icon a {
    width: 76px;
    height: 55px;
    display: inline-block;
    position: absolute; }
  .video-icon:after {
    width: 45px;
    content: url(../images/video.svg); }

.calendar-icon {
  background-color: #222936;
  background-image: url(../images/calendar.svg);
  background-size: 100%;
  width: 85px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0; }

.cal-buttons-wrapper a {
  padding: .5em 1em;
  text-decoration: none;
  font-size: 20px; }
  .cal-buttons-wrapper a:focus, .cal-buttons-wrapper a:active {
    color: white; }

.cal-buttons-wrapper .dropdown {
  background: #CF2127;
  margin: 3px 0 0;
  padding: 0 3px;
  width: 185px;
  position: absolute;
  display: none;
  list-style-type: none;
  list-style-image: none; }
  .cal-buttons-wrapper .dropdown li {
    border-bottom: 1px white solid;
    padding: 0;
    margin: 0; }
    .cal-buttons-wrapper .dropdown li:last-of-type {
      border-bottom-width: 0; }
    .cal-buttons-wrapper .dropdown li a {
      display: block;
      width: 100%;
      font-size: 0.9em;
      height: auto;
      line-height: 1.5em; }

.next-event-wrapper h2, .next-event-wrapper #block-welcomemessage p, #block-welcomemessage .next-event-wrapper p,
.next-event-wrapper #block-pagetitle p, #block-pagetitle .next-event-wrapper p,
.next-event-wrapper h3 {
  margin: 0; }

.next-event-wrapper h2, .next-event-wrapper #block-welcomemessage p, #block-welcomemessage .next-event-wrapper p,
.next-event-wrapper #block-pagetitle p, #block-pagetitle .next-event-wrapper p {
  font-size: 40px; }

.next-event-wrapper .line {
  font-size: 30px; }
  .next-event-wrapper .line .label {
    text-transform: uppercase; }

.next-event-wrapper .event-bg {
  padding: 80px 75px;
  background-size: cover; }
  .next-event-wrapper .event-bg #clock .val {
    font-size: 40px;
    width: 121px; }
  .next-event-wrapper .event-bg #clock .desc {
    font-size: 26px; }

.next-event-wrapper .buttons {
  justify-self: flex-end;
  flex-grow: 1;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .next-event-wrapper .buttons a {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    height: 44px; }
    .next-event-wrapper .buttons a:hover, .next-event-wrapper .buttons a:active {
      background-color: white !important;
      color: #CF2127 !important; }

#block-ll-content > .views-element-container > .view-upcoming-events {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  #block-ll-content > .views-element-container > .view-upcoming-events h2, #block-ll-content > .views-element-container > .view-upcoming-events #block-welcomemessage p, #block-welcomemessage #block-ll-content > .views-element-container > .view-upcoming-events p,
  #block-ll-content > .views-element-container > .view-upcoming-events #block-pagetitle p, #block-pagetitle #block-ll-content > .views-element-container > .view-upcoming-events p {
    font-size: 35px;
    margin-top: 0; }
    #block-ll-content > .views-element-container > .view-upcoming-events h2 a, #block-ll-content > .views-element-container > .view-upcoming-events #block-welcomemessage p a, #block-welcomemessage #block-ll-content > .views-element-container > .view-upcoming-events p a, #block-ll-content > .views-element-container > .view-upcoming-events #block-pagetitle p a, #block-pagetitle #block-ll-content > .views-element-container > .view-upcoming-events p a {
      text-decoration: none; }
  #block-ll-content > .views-element-container > .view-upcoming-events .view-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-bottom: 3em; }
    #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row:nth-child(2n + 1) article.upcoming-event {
      flex-direction: row-reverse;
      background-color: #48556E; }
    #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event {
      height: 395px;
      width: 100%;
      border: 0px white solid;
      border-width: 1px 0;
      box-sizing: content-box; }
      #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-data {
        padding: 17px 17px 0 17px;
        display: flex;
        flex-direction: column;
        font-size: 20px;
        flex-grow: 2; }
        #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-data strong.txt-red {
          text-transform: uppercase; }
        #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-data .time {
          flex-grow: 1; }
        #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-data .date > * {
          display: inline-block; }
      #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .more-info-wrapper {
        justify-self: flex-end;
        margin: 0 -17px;
        padding: 17px; }
        #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .more-info-wrapper a {
          text-decoration: none; }
    #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg {
      height: 193px;
      background-size: cover;
      border-bottom: 1px white solid; }
      #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg h2, #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg #block-welcomemessage p, #block-welcomemessage #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg p,
      #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg #block-pagetitle p, #block-pagetitle #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .event-bg p {
        font-size: 25px;
        display: inline;
        margin: 0;
        position: absolute;
        bottom: 5px;
        left: 0;
        padding: 0 .25em;
        text-shadow: 0 0 0 transparent;
        text-transform: none; }
    #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .gray {
      font-size: 25px;
      text-transform: uppercase;
      padding: .5em .25em; }
    #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .buttons {
      margin-top: 3px; }
      #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row .buttons a {
        display: inline-block;
        line-height: 55px;
        height: 55px;
        font-size: 24px;
        width: 100%;
        text-align: center;
        text-decoration: none; }

#block-welcomemessage,
#block-pagetitle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  #block-welcomemessage p,
  #block-pagetitle p {
    font-size: 78px;
    line-height: 94px;
    text-transform: uppercase; }
  #block-welcomemessage h1,
  #block-pagetitle h1 {
    display: inline-block;
    font-size: 30px;
    margin: 0; }

.field--name-field-time {
  display: inline-block; }

.calendar-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 69px;
  padding-top: .5em; }

.calendar-icon:hover .calendar-dropdown-wrapper {
  display: block; }

.calendar-dropdown-wrapper ul {
  background-color: black;
  border: 1px white solid;
  list-style-type: none;
  list-style-image: none;
  color: white;
  margin: 0;
  padding: 1em;
  width: 180px; }

.calendar-dropdown-wrapper ul a {
  color: inherit;
  text-decoration: none;
  line-height: 1.5em; }

.calendar-dropdown-wrapper ul a:hover {
  text-decoration: underline; }

.left-col {
  position: relative;
  width: 220px; }
  .left-col .h2-wrapper {
    position: relative; }
    .left-col .h2-wrapper .blue-icons {
      position: absolute;
      bottom: 0;
      right: 0; }
  .left-col h2, .left-col #block-welcomemessage p, #block-welcomemessage .left-col p,
  .left-col #block-pagetitle p, #block-pagetitle .left-col p {
    font-size: 25px;
    line-height: 1em;
    margin: 0 0 .25em; }
  .left-col .button, .left-col .future-events-wrapper .views-field-view-node a, .future-events-wrapper .views-field-view-node .left-col a {
    display: inline-block;
    width: 148px;
    height: 1.75em;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 3px;
    margin-left: 3px; }
  .left-col .white-bg {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    color: black; }
  .left-col .sponsors-chat-links-wrapper {
    margin-bottom: 1em;
    height: 228px; }
  .left-col .chat-links-amount-1 a {
    width: 220px;
    line-height: 220px;
    height: 220px;
    margin: 0; }
  .left-col .host_logo img {
    max-width: 100%; }
  .left-col details {
    border: 0;
    margin: 0; }
    .left-col details summary {
      display: inline-block;
      width: 100%;
      padding: 0;
      position: relative; }
      .left-col details summary::-webkit-details-marker {
        display: none; }
      .left-col details summary:after {
        content: "+";
        position: absolute;
        line-height: 1em;
        height: 1em;
        right: 0; }
    .left-col details .about-speaker img {
      max-width: 50px;
      height: 60px;
      margin-right: .5em; }
    .left-col details p {
      margin: 0; }

.center-col {
  margin: 0 20px;
  position: relative;
  max-width: 872px; }
  .center-col .timer {
    font-size: 26px;
    text-align: right;
    color: #CE2028; }
  .center-col .timer span {
    color: white; }
  .center-col .sponsors {
    list-style-type: none;
    list-style-image: none;
    font-size: 20px; }
    .center-col .sponsors li {
      padding: .5em; }
      .center-col .sponsors li a {
        padding: .5em 1em;
        text-decoration: none; }
      .center-col .sponsors li div {
        margin-bottom: .5em; }

.right-col {
  width: 241px; }
  .right-col h4.label {
    color: white;
    background-color: #CF2127;
    font-size: 16px;
    padding: 0 .5em;
    width: 100%;
    display: block;
    line-height: 18px;
    margin-bottom: 9px; }
  .right-col #timeline-content {
    max-height: 316px;
    overflow-y: scroll;
    margin-bottom: 9px; }
  .right-col .timeline {
    margin: 0 0 0 2.5em;
    font-size: 14px;
    max-width: 100%; }
    .right-col .timeline .event {
      min-height: 0; }
      .right-col .timeline .event:before {
        content: attr(data-time);
        left: -50px;
        position: absolute; }
      .right-col .timeline .event:after {
        left: -20px;
        background: #FFFFFF;
        border-radius: 50%;
        height: 11px;
        width: 11px;
        content: "";
        top: 4px; }
      .right-col .timeline .event.active:after {
        background: #CF2127; }
      .right-col .timeline .event .session-title,
      .right-col .timeline .event .session-description {
        margin-left: 0; }
      .right-col .timeline .event .session-description p {
        font-weight: normal;
        margin: 0; }
  .right-col .sponsors-logos img {
    max-width: 100%;
    height: auto; }

.current-event {
  margin-top: 16px;
  padding-bottom: 100px; }
  .current-event .label {
    font-size: 20px; }

#ascrail2000 {
  border: 1px white solid;
  border-radius: 8px; }

.green-dot {
  position: absolute;
  top: 0;
  right: 0; }

.blinking, #livenow:after {
  -webkit-animation: 3s blink ease infinite;
  -moz-animation: 3s blink ease infinite;
  -ms-animation: 3s blink ease infinite;
  -o-animation: 3s blink ease infinite;
  animation: 3s blink ease infinite; }

@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }

.livechat_button {
  display: block;
  position: relative;
  width: 100%;
  height: 35px;
  background-color: #CF2127;
  color: white;
  margin-bottom: 8px; }
  .livechat_button:before {
    content: attr(data-title);
    top: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    position: absolute; }
  .livechat_button a {
    display: block;
    text-indent: -9999px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    color: inherit;
    text-decoration: none; }

.current-speaker-info {
  background-color: #222936;
  padding: .5em 1em;
  font-size: 26px;
  bottom: 0;
  width: 100%;
  position: absolute; }
  .current-speaker-info .speaker_title:before {
    content: ", "; }
  .current-speaker-info .speaker_title:empty:before {
    content: ""; }
  .current-speaker-info .speaker-line {
    line-height: 1em; }

.question-wrapper label, .question-wrapper input[type=submit] {
  cursor: pointer;
  background-color: #CF2127;
  color: white;
  padding: 0 1em;
  white-space: nowrap;
  font-family: "Barlow Condensed";
  border: 0;
  line-height: 50px;
  height: 50px;
  font-size: 20px; }

.form-item-question {
  display: flex;
  flex-wrap: nowrap; }
  .form-item-question input[type=text] {
    font-family: "Barlow Condensed";
    padding: 0 .5em; }

.webform-submission-question-to-the-speaker-form {
  display: flex;
  flex-wrap: nowrap; }
  .webform-submission-question-to-the-speaker-form #edit-submit {
    height: 50px;
    line-height: 50px; }

.ui-dialog, .ui-widget {
  background-color: rgba(255, 255, 255, 0.9) !important;
  font-family: 'Barlow Condensed';
  border: 0;
  border-radius: 0 !important; }
  .ui-dialog .ui-dialog-title, .ui-widget .ui-dialog-title {
    color: #CF2127 !important; }

.zmmtg-wrapper {
  min-height: 490px; }

.speakers-wrapper {
  padding: 0;
  font-size: 18px;
  width: 220px; }
  .speakers-wrapper .label {
    color: white;
    background-color: #CF2127;
    display: block;
    padding: 0 .5em;
    margin-bottom: 3px; }
  .speakers-wrapper details {
    color: black;
    background-color: white;
    margin: 3px 0;
    padding: 0 .5em;
    font-size: 14px;
    line-height: 16px; }

.current-speaker-wrapper {
  font-size: 16px;
  position: relative;
  z-index: 1000;
  background: #212936;
  border-top: 1px #CF2127 solid;
  padding: 0 .5em; }
  .current-speaker-wrapper > div {
    display: inline-block;
    margin-right: .5em; }

.player .vp-text-alert-wrapper {
  display: none !important;
  opacity: 0 !important; }

.event-ended h2, .event-ended #block-welcomemessage p, #block-welcomemessage .event-ended p,
.event-ended #block-pagetitle p, #block-pagetitle .event-ended p {
  font-size: 90px;
  padding: .5em 0; }

.event-ended .host_logo img {
  max-width: 100%; }

.event-ended .button, .event-ended .future-events-wrapper .views-field-view-node a, .future-events-wrapper .views-field-view-node .event-ended a {
  display: inline-block;
  font-size: 26px;
  text-decoration: none;
  margin-bottom: 3px;
  padding: 0 1em; }
  .event-ended .button.white, .event-ended .future-events-wrapper .views-field-view-node a.white, .future-events-wrapper .views-field-view-node .event-ended a.white {
    color: #222936;
    line-height: 42px;
    height: 42px; }
  .event-ended .button.red, .event-ended #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .button.more-info-wrapper, #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-ended .button.more-info-wrapper, .event-ended #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .future-events-wrapper .views-field-view-node a.more-info-wrapper, #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .future-events-wrapper .views-field-view-node .event-ended a.more-info-wrapper, .event-ended .future-events-wrapper .views-field-view-node #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event a.more-info-wrapper, .future-events-wrapper .views-field-view-node #block-ll-content > .views-element-container > .view-upcoming-events .view-content .views-row article.upcoming-event .event-ended a.more-info-wrapper, .event-ended .future-events-wrapper .views-field-view-node a, .future-events-wrapper .views-field-view-node .event-ended a {
    line-height: 55px;
    height: 55px; }

.event-ended .sponsors-wrapper {
  margin-top: 4em; }
  .event-ended .sponsors-wrapper .sp-name {
    font-size: 20px;
    line-height: 64px;
    height: 64px; }

.future-events-wrapper h2, .future-events-wrapper #block-welcomemessage p, #block-welcomemessage .future-events-wrapper p,
.future-events-wrapper #block-pagetitle p, #block-pagetitle .future-events-wrapper p {
  text-transform: none;
  text-shadow: 0 0 0 transparent;
  font-size: 42px;
  padding: 0;
  margin: 1em 0; }

.future-events-wrapper .views-element-container {
  border-top: 5px white solid;
  padding-bottom: 5em;
  margin-bottom: -5em;
  background-color: #222936; }

.future-events-wrapper .views-field-title {
  color: #CF2127; }

.future-events-wrapper .views-field-field-date {
  position: absolute;
  left: -170px;
  top: 0; }

.future-events-wrapper .views-field-view-node a {
  font-size: 16px !important;
  line-height: 22px !important;
  height: 22px !important; }

.future-events-wrapper .timeline .event {
  min-height: 0;
  margin-bottom: 40px; }
  .future-events-wrapper .timeline .event:after {
    top: 6px; }
  .future-events-wrapper .timeline .event:hover:after {
    background: #CF2127; }

[id^=edit-interested] .fieldset-legend {
  color: #CF2127;
  font-size: 20px;
  text-decoration: underline; }

[id^=edit-interested] label {
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 1em; }

[id^=edit-interested] .fieldset-wrapper {
  text-align: left;
  margin-left: 25%; }

.webform-ajax-form-wrapper {
  padding-bottom: 3em; }
  .webform-ajax-form-wrapper input[type=submit] {
    background-color: #CF2127;
    border: 0;
    color: white;
    font-family: 'Barlow Condensed';
    font-size: 20px;
    height: 51px;
    line-height: 31px; }

.event-networking {
  padding: 59px 0 0; }
  .event-networking h2, .event-networking #block-welcomemessage p, #block-welcomemessage .event-networking p,
  .event-networking #block-pagetitle p, #block-pagetitle .event-networking p {
    font-size: 50px;
    text-transform: none;
    font-weight: normal; }
  .event-networking h3 {
    font-size: 40px;
    text-transform: none; }
  .event-networking .sponsors-wrapper .spsr-wrapper {
    width: 228px;
    max-width: 19%;
    padding: 0 0 81px 0; }
    .event-networking .sponsors-wrapper .spsr-wrapper img {
      max-width: 100%;
      height: auto; }
    .event-networking .sponsors-wrapper .spsr-wrapper .sp-link {
      width: 100%; }
    .event-networking .sponsors-wrapper .spsr-wrapper .button, .event-networking .sponsors-wrapper .spsr-wrapper .future-events-wrapper .views-field-view-node a, .future-events-wrapper .views-field-view-node .event-networking .sponsors-wrapper .spsr-wrapper a {
      display: block;
      width: 100%;
      height: 55px;
      line-height: 55px;
      font-size: 26px;
      text-decoration: none; }
  .event-networking #clock {
    justify-content: center;
    margin-bottom: 2em; }
    .event-networking #clock > div {
      margin: 0 19px; }

#edit-interested > div.js-form-item {
  display: none; }

footer {
  background-color: #030303;
  font-size: 20px;
  line-height: 1.5em;
  padding: .5em 0 2em;
  border-top: 5px #5F656F solid; }
  footer .social-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #CF2127;
    text-align: center;
    margin: 0 .5em; }
