.page-form {
  min-height: 200px;
  position: relative;
}

.page-form a {
  color: #2b9af3;
}

.page-form .row {
  margin: 0;
}

.page-form .row.checkbox,
.page-form .row.radio {
  padding: 0;
  margin-bottom: 1em;
}

.page-form .row.checkbox label,
.page-form .row.radio label {
  display: inline;
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.page-form .row.textarea {
  clear: both;
  display: block;
  width: 100%;
}

.page-form .row.submit {
  padding: 12px 0;
  text-align: center;
}

.page-form .row.submit input[type=submit] {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #1473e6;
  padding: 12px 15px 8px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  border: none;
}
.page-form .row.submit input[type=submit]:hover {
  background: #0064dc;
}

.page-form .row.submit input[type=submit]:focus,
.page-form .row.submit input[type=submit]:hover {
  text-decoration: none;
}

.page-form .row.submit input[type=submit]:hover {
  background: #0c80d9;
}

.page-form .row.legal {
  width: 100%;
}

.page-form label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1px;
}

.page-form label span.required {
  color: #f00;
  display: none;
}

.page-form input {
  border: 1px solid #e0e0e0;
  color: #a6a6a6;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 36px;
  line-height: 36px;
  margin: 0 0 9px;
  width: 100%;
  padding: 0 3px;
}

.page-form input:focus {
  color: #333;
  outline: 2px solid #50a3e2;
}

.page-form input[type=checkbox],
.page-form input[type=radio] {
  border: none;
  display: inline-block;
  height: auto;
  margin: 3px 3px 3px 4px;
  width: auto;
}

.page-form select {
  border: 1px solid #e0e0e0;
  color: #a6a6a6;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 36px;
  line-height: 36px;
  margin: 0 0 9px;
  width: 100%;
  padding: 0;
}

.page-form select:focus {
  color: #333;
  outline: 2px solid #50a3e2;
}

.page-form textarea {
  border: 1px solid #e0e0e0;
  color: #a6a6a6;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 36px;
  margin: 0 0 9px;
  width: 100%;
}

.page-form textarea:focus {
  color: #333;
  outline: 2px solid #50a3e2;
}

.page-form .faas-form-checkbox-group {
  clear: both;
  padding: 16px 0 0;
}

.page-form .prepop-demandbase-toggle {
  font-size: 11px;
  padding-top: 8px;
}

.page-form .submit-required {
  color: #a1a1a1;
  font-weight: 400;
  margin-bottom: 4px;
}

.page-form p.note {
  display: none;
}

.page-form .error input,
.page-form .error select {
  border: 2px solid #ff2222;
}

.page-form .error input:focus + div .errorMessage,
.page-form .error select:focus + div .errorMessage {
  display: block !important;
}

.page-form .error input + div,
.page-form .error select + div {
  position: absolute;
  top: 0;
  width: 80%;
}

.page-form .error.checkbox input:focus + label + div .errorMessage,
.page-form .error.checkbox select:focus + label + div .errorMessage,
.page-form .error.radio input:focus + label + div .errorMessage,
.page-form .error.radio select:focus + label + div .errorMessage {
  display: block !important;
}

.page-form .error.checkbox input:focus + label + div,
.page-form .error.checkbox select:focus + label + div,
.page-form .error.radio input:focus + label + div,
.page-form .error.radio select:focus + label + div {
  position: absolute;
  top: 0;
  width: 80%;
}

.page-form .error .checkboxlist {
  width: 100%;
}

.page-form .error span {
  display: block;
  margin-bottom: .5rem;
}

.page-form .error span label {
  display: inline-block;
}

.page-form .error span input[type=checkbox] {
  float: left;
  margin-right: .5rem;
}

.page-form .errorMessage {
  display: none !important;
  bottom: -18px;
  left: -12px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  color: #f00;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 12px;
}

.page-form .errorMessage:after {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.page-form .errorMessage:after {
  left: 24px;
}

.page-form .checkbox .errorMessage,
.page-form .radio .errorMessage {
  bottom: 0;
  left: -12px;
}

.page-form .checkbox .errorMessage:after,
.page-form .radio .errorMessage:after {
  left: 15px;
}

.page-form .errorSummary {
  display: none !important;
}

.page-form .errorSummary p {
  color: #f00;
  font-size: 16px;
  line-height: 16px;
}

.page-form .errorSummary ul {
  color: #f00;
  display: none;
  line-height: 14px;
  padding-left: 16px;
}

.page-form .errorSummary a {
  color: #f00;
}

@media (min-width: 768px) {
  .page-form {
    padding: 24px 15px;
    font-size: 0;
  }

  .page-form .row {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
    vertical-align: bottom;
    width: 50%;
  }

  .page-form .row.checkbox,
  .page-form .row.radio {
    padding: 0px 15px;
    width: 100%;
  }

  .page-form .prepop-demandbase-toggle {
    width: 100%;
  }

  .page-form .submit {
    width: 100%;
  }

  .page-form .errorSummary {
    padding: 0 15px;
  }
}
#divValidationMessage {
  margin-bottom: 10px;
}

.validationMessageIcon {
  float: left;
  margin: 3px;
}

.validationError {
  font-size: 13px;
}

.validationCloseIcon {
  float: right;
  margin: 6px 3px 0px 0px;
}

.validationMessageText {
  float: left;
  margin-top: 8px;
}
.validationMessageText a {
  color: #fff;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  font-size: 21px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #1c1c1c;
}
@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

body {
  font-size: 1rem;
  font-family: "Adobe Clean", "source-sans-pro", sans-serif;
  font-weight: 100;
  line-height: 1.5;
  color: #fff;
  background: #fff;
}

/*
 * Remove text-shadow in selection highlight:
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}

/*
 * Reset list styles
 */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/*
* Set all elements to border box
*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.cta-column {
  background: #F8F8F8;
  padding: 80px 0 0;
}
@media (max-width: 991px) {
  .cta-column {
    margin: 20px 0 0;
    padding: 40px 0 0;
  }
}
.cta-column .cta-title {
  font-weight: 600;
  line-height: 1.2;
  padding: 0 60px;
  margin: 0 0 20px;
}
.cta-column .cta-title {
  font-size: 25px;
}
@media screen and (min-width: 600px) {
  .cta-column .cta-title {
    font-size: calc(25px + 9 * ((100vw - 600px) / 360));
  }
}
@media screen and (min-width: 960px) {
  .cta-column .cta-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .cta-column .cta-title {
    margin: 0 30px 20px;
    padding: 30px 0 0;
  }
}
.cta-column .cta-copy {
  line-height: 1.25;
  padding: 0 60px;
  margin: 0 0 10px;
  color: #888888;
}
.cta-column .cta-copy {
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .cta-column .cta-copy {
    font-size: calc(18px + 5 * ((100vw - 600px) / 360));
  }
}
@media screen and (min-width: 960px) {
  .cta-column .cta-copy {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .cta-column .cta-copy {
    margin: 0 30px 20px;
    padding: 30px 0 0;
  }
}
.cta-column .cta-button {
  background: #1473e6;
  border-radius: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 0 60px;
  padding: 10px 20px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  letter-spacing: .5px;
}
.cta-column .cta-button:hover {
  background: #0064dc;
}
@media (max-width: 991px) {
  .cta-column .cta-button {
    padding: 8px 20px 8px;
    margin: 20px 0 0 30px;
  }
}
.cta-column .cta-bg {
  margin: -50px 0 0;
  display: block;
  max-width: 100%;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1100px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

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

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

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

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

  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.column-box {
  width: 100%;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

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

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-left-auto {
  margin-left: auto;
}

.offset-right-auto {
  margin-right: auto;
}

@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;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .offset-left-sm-auto {
    margin-left: auto;
  }

  .offset-right-sm-auto {
    margin-right: auto;
  }
}
@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;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .offset-left-md-auto {
    margin-left: auto;
  }

  .offset-right-md-auto {
    margin-right: auto;
  }
}
@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;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .offset-left-lg-auto {
    margin-left: auto;
  }

  .offset-right-lg-auto {
    margin-right: auto;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .offset-left-xl-auto {
    margin-left: auto;
  }

  .offset-right-xl-auto {
    margin-right: auto;
  }
}
/*
* Global Styles
*/
.center-xs {
  max-width: 663px;
  margin: 0 auto;
}

.center-sm {
  max-width: 805px;
  margin: 0 auto;
}

.center-md {
  max-width: 858px;
  margin: 0 auto;
}

.center-lg {
  max-width: 1024px;
  margin: 0 auto;
}

.center-xl {
  max-width: 1100px;
  margin: 0 auto;
}

.section-block {
  padding: 60px 0;
}

.inactive {
  opacity: .6;
  pointer-events: none;
  cursor: none;
}

@media (max-width: 1099px) {
  .mobile-padding {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  .mobile-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.lock-test {
  overflow-y: hidden !important;
}

/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 auto 34px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 51px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
}
h4 strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.landing-page h5 {
  color: #DEA514;
}

h6 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 20px;
}

p + p {
  margin-top: 30px;
}

/* Buttons */
.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #1473e6;
  padding: 10px 20px 8px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  letter-spacing: .5px;
}
.button:hover {
  background: #0064dc;
}
@media (max-width: 991px) {
  .button {
    padding: 8px 20px 8px;
  }
}
.button-container {
  text-align: center;
}
.button-container.-left-align {
  text-align: left;
}

.circle-button {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.references-button .circle-button {
  margin-right: 15px;
  background: #299af3;
}
.active.references-button .circle-button {
  margin-right: 8px;
}
.black-background .circle-button {
  background: #1c1c1c;
}
.circle-button span {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active .circle-button span {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.circle-button span:before, .circle-button span:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.circle-button span:before {
  width: 100%;
  height: 2px;
}
.active .circle-button span:before {
  opacity: 0;
}
.circle-button span:after {
  width: 2px;
  height: 100%;
}
.references-button .circle-button span:before, .references-button .circle-button span:after {
  background: #1c1c1c;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}
.full-image img {
  width: 100%;
}

/* Sprite */
.logo {
  width: 73px;
  height: 17px;
  background-position: 0 -0 !important;
}

.jssocials-share-twitter {
  width: 24px;
  height: 24px;
  background-position: 0 -17px !important;
}

.jssocials-share-facebook {
  width: 24px;
  height: 24px;
  background-position: 0 -41px !important;
}

.jssocials-share-linkedin {
  width: 24px;
  height: 24px;
  background-position: 0 -65px !important;
}

.phone {
  width: 31px;
  height: 27px;
  background-position: 0 -89px !important;
}

.jssocials-share,
.sprite {
  display: inline-block;
  background: url(../images/sprite.png) no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .jssocials-share,
  .sprite {
    background-image: url(../images/sprite@2x.png);
    background-size: 73px 116px;
  }
}

/* Divider */
.divider {
  position: relative;
  height: 60px;
  margin: 50px 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 575px) {
  .divider {
    margin-bottom: 40px;
  }
}
.divider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 805px;
  height: 60px;
}
.divider svg {
  fill: none;
  stroke: #DEA514;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  width: 805px;
  height: 60px;
}

/* Section Colors */
.novice .novice-solid-color,
.novice .solid-color {
  color: #199DFF;
}
.novice .level-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#17B8F9), to(#4459B1));
  background: linear-gradient(to bottom, #17B8F9, #4459B1);
}
.novice .gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#17B8F9), to(#4459B1));
  background: linear-gradient(to right, #17B8F9, #4459B1);
}

.engaged .engaged-solid-color,
.engaged .solid-color {
  color: #6FE35C;
}
.engaged .level-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#6FE35C), to(#158303));
  background: linear-gradient(to bottom, #6FE35C, #158303);
}
.engaged .gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#6FE35C), to(#158303));
  background: linear-gradient(to right, #6FE35C, #158303);
}

.interactive .interactive-solid-color,
.interactive .solid-color {
  color: #DEA514;
}
.interactive .level-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCBB17), to(#E88944));
  background: linear-gradient(to bottom, #FCBB17, #E88944);
}
.interactive .gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#FCBB17), to(#E88944));
  background: linear-gradient(to right, #FCBB17, #E88944);
}

.optimized .optimized-solid-color,
.optimized .solid-color {
  color: #F442F4;
}
.optimized .level-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#F442F4), to(#711E71));
  background: linear-gradient(to bottom, #F442F4, #711E71);
}
.optimized .gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#F442F4), to(#711E71));
  background: linear-gradient(to right, #F442F4, #711E71);
}

.strategic .strategic-solid-color,
.strategic .solid-color {
  color: #E56700;
}
.strategic .level-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8C946), to(#FF8421));
  background: linear-gradient(to bottom, #E8C946, #FF8421);
}
.strategic .gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#E8C946), to(#FF8421));
  background: linear-gradient(to right, #E8C946, #FF8421);
}

/* Background Colors */
.dark-background {
  background: #1c1c1c;
}

.gray-background {
  background: #e5e6e7;
}

.white-background {
  background: #fff;
}

.black-background {
  background: #000;
}

.black-background-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 54%, rgba(0, 0, 0, 0.8) 100%);
}

.black-background-transparent {
  background: rgba(0, 0, 0, 0.8);
}

/* Landing background */
#container {
  position: relative;
}

.landing-bg {
  background: url(../images/fixed-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.landing-overlay-gradient {
  height: 100%;
  min-height: 100vh;
  position: absolute;
  width: 100%;
}
.landing-overlay-gradient.-height-100vh {
  height: 100vh;
  min-height: inherit;
}

.landing-overlay-transparent {
  height: 100vh;
  position: absolute;
  top: 100vh;
  width: 100%;
}
.landing-overlay-transparent.-fixed-pos {
  position: fixed;
  top: 0;
}

.bg-image {
  background-image: url(../images/main-bg-overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image.bg-top {
  background-position: center top;
}
.bg-image.bg-bottom {
  background-position: center bottom;
}

/* Hero */
.hero {
  padding: 20vh 0 40px 0;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 50px;
  }
}
.results-page .hero {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .results-page .hero {
    padding: 50px 0;
  }
}

/*
* Header
*/
#header {
  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: 20px 0;
}
#header-container {
  top: -100%;
  width: 100%;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
@media (max-width: 767px) {
  #header-container {
    padding: 0 15px;
  }
}
#header-container.fixed {
  position: fixed;
  top: 0;
}

#social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#social-media span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}

.jssocials-shares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jssocials-share {
  margin-left: 15px;
}
.jssocials-share a {
  display: block;
  height: 100%;
}

/*
* Results
*/
.level-overview {
  color: #fff;
}
.level-overview > .title {
  text-transform: capitalize;
}

.results {
  background: #000;
}
.results-page {
  padding-bottom: 60px;
}
.results-chart {
  position: relative;
  float: left;
  width: 100%;
  margin-right: -100%;
}
.results-chart.differentiated-chart {
  z-index: 1;
}
.results-chart.established-chart {
  z-index: 2;
}
.results-chart.adhoc-chart {
  z-index: 3;
}
.results-chart.absent-chart {
  z-index: 4;
}
.results-chart-content {
  width: 51.8987341772%;
  padding: 10px;
  background: #e5e6e7;
  -webkit-box-shadow: 4px -5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 4px -5px 15px rgba(0, 0, 0, 0.25);
  color: #000;
}
.absent-chart .results-chart-content {
  height: 89px;
}
@media (max-width: 767px) {
  .absent-chart .results-chart-content {
    height: 67px;
  }
}
.adhoc-chart .results-chart-content {
  height: 149px;
  margin-left: 16.4556962025%;
}
@media (max-width: 767px) {
  .adhoc-chart .results-chart-content {
    height: 113px;
  }
}
@media (max-width: 767px) {
  .adhoc-chart .results-chart-content {
    margin-left: 16.1111111111%;
  }
}
.established-chart .results-chart-content {
  height: 207px;
  margin-left: 32.7004219409%;
}
@media (max-width: 767px) {
  .established-chart .results-chart-content {
    height: 157px;
  }
}
@media (max-width: 767px) {
  .established-chart .results-chart-content {
    margin-left: 32.5%;
  }
}
.differentiated-chart .results-chart-content {
  height: 267px;
  margin-left: 49.1561181435%;
}
@media (max-width: 767px) {
  .differentiated-chart .results-chart-content {
    height: 202px;
  }
}
@media (max-width: 767px) {
  .differentiated-chart .results-chart-content {
    margin-left: 48.8888888889%;
  }
}
.results-chart-content p {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.results-chart-container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  width: 474px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .results-chart-container {
    width: auto;
    max-width: 360px;
    padding: 0 15px;
  }
}
.results-slider {
  max-width: 490px;
  margin: 0 auto;
}
.results-slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .results-slider-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.results-slider-row + .results-slider-row {
  margin-top: 15px;
}
.results-slider-row label {
  font-size: 12px;
  text-transform: uppercase;
}
.results-slider-line {
  position: relative;
  width: 344px;
}
@media (max-width: 767px) {
  .results-slider-line {
    width: 100%;
    margin-top: 10px;
  }
}
.results-slider-line:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.results-slider-line span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.results-slider-line span.absent {
  left: 4.9418604651%;
}
.results-slider-line span.adhoc {
  left: 24.4186046512%;
}
.results-slider-line span.established {
  left: 49.1279069767%;
}
.results-slider-line span.differentiated {
  left: 82.5581395349%;
}
.results-slider-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 344px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .results-slider-types {
    width: 100%;
  }
}
.results-slider-container {
  width: 100%;
  padding: 30px;
  font-weight: 800;
  color: #000;
  background: transparent;
}
@media (max-width: 767px) {
  .results-slider-container {
    padding: 25px 15px;
  }
}
.results-slider-container p {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
.results-detail {
  padding: 60px 0;
  color: #000;
}
.results-quote {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
  max-width: 630px;
  margin: 0 auto;
  padding: 100px 75px;
}
@media (max-width: 767px) {
  .results-quote {
    padding: 70px 25px;
  }
}
.results-text-block {
  color: #000;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .results-text-block {
    padding: 50px 0;
  }
}

/* References */
.references-button {
  margin-top: 40px;
}
.references-button a {
  font-size: 18px;
  font-weight: 100;
  color: #299af3;
}
.references-list {
  display: none;
}
.references-list ol {
  padding-left: 18px;
}
.references-list li {
  font-size: 16px;
}
.references-list li + li {
  margin-top: 20px;
}
.references-list a {
  color: #299af3;
}
.references .divider {
  height: 92px;
  text-align: center;
}
.references .divider .divider-image {
  /*height: auto;
  width: auto;*/
}
.references .divider svg {
  height: 92px;
  stroke: #fff;
  width: 841px;
}

/*
* Landing Page
*/
.landing-page {
  position: relative;
}
.landing-page-block {
  float: left;
  width: 100%;
  margin-right: -100%;
}

/* Example Results */
.example-results .results {
  margin-top: 70px;
}
@media (max-width: 1099px) {
  .example-results .results {
    padding-top: 100px;
  }
}
.landing-page .example-results {
  padding-bottom: 40px;
}

/* Quiz */
.quiz {
  padding-bottom: 80px;
}
.quiz-container {
  display: none;
  position: relative;
  padding-bottom: 170px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .quiz-container {
    padding-bottom: 0;
  }
}
.quiz-block.locked h2,
.quiz-block.locked .quiz-list li:not(.active) {
  opacity: .6;
}
.quiz-block > .counter {
  color: #DEA514;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.quiz-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 80px 20px 17px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1099px) {
  .quiz-list li {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .quiz-list li {
    padding: 15px 10px;
  }
}
.quiz-block:not(.locked) .quiz-list li {
  cursor: pointer;
}
.quiz-block:not(.locked) .quiz-list li:hover {
  background: #FBF5E5;
}
.quiz-list li + li {
  margin-top: 20px;
}
.quiz-list li.active {
  background: -webkit-gradient(linear, left top, right top, from(#D5AC44), to(#E88944)) !important;
  background: linear-gradient(to right, #D5AC44, #E88944) !important;
}
.quiz-list p {
  font-size: 16px;
  font-weight: 200;
  color: #000;
}
.quiz-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#D5AC44), to(#E88944));
  background: linear-gradient(to right, #D5AC44, #E88944);
  z-index: 2;
}
.quiz-progress.absolute {
  position: absolute;
}
.quiz-progress p {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.quiz-progress-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.quiz-block {
  padding-bottom: 100px;
}

.quiz-block:last-child {
  padding-bottom: 0;
}

.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  background: #363535;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quiz-block:not(.locked) li:hover .option {
  background: #DEA514;
}
.quiz-list .active .option {
  background: #fff !important;
}
@media (max-width: 575px) {
  .option {
    margin-right: 10px;
  }
}
.option span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  color: #DEA514;
  padding-top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quiz-block:not(.locked) li:hover .option span {
  color: #fff;
}
.quiz-list .active .option span {
  color: #DEA514 !important;
}

/* Levels */
.levels {
  margin-top: 50px;
}
.levels-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px 15px 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .levels-button {
    padding: 15px 10px;
  }
}
.levels-button strong {
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .levels-button strong {
    font-size: 15px;
  }
}
.levels-header {
  padding-bottom: 33px;
  margin-bottom: 47px;
  border-bottom: 1px solid #d8d9da;
}
.levels-dropdown {
  display: none;
  padding: 36px 32px 36px;
}
@media (max-width: 767px) {
  .levels-dropdown {
    padding: 40px 15px;
  }
}
.levels-detail {
  border-bottom: 1px solid #95989A;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.levels-detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.levels-detail h5 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: .5px;
}
.levels-detail h4 {
  margin-bottom: 20px;
}
.levels-detail p {
  font-size: 16px;
  padding-bottom: 15px;
}
.levels-detail-container .column + .column {
  border-left: 1px solid #d8d9da;
}
@media (max-width: 991px) {
  .levels-detail-container .column + .column {
    border-left: none;
    border-top: 1px solid #d8d9da;
    padding-top: 40px;
    margin-top: 40px;
  }
}

/*
* Recommendations
*/
.recommendations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
.recommendations + .recommendations {
  margin-top: 6px;
}
.recommendations-container {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .recommendations-container {
    padding: 70px 0;
  }
}
.recommendations-header {
  margin: 0 auto 15px auto;
}
@media (min-width: 1100px) {
  .recommendations-header {
    max-width: 816px;
  }
}
.recommendations-header h3 {
  margin-bottom: 5px;
}
.recommendations-header p {
  font-size: 18px;
}
.recommendations-list {
  margin-top: 60px;
}
.recommendations-detail {
  padding: 100px 66px 100px 116px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .recommendations-detail {
    padding: 70px 0;
  }
}
.recommendations-image {
  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: 100%;
  text-align: center;
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .recommendations-image {
    padding: 70px 20px;
  }
}
.recommendations-image h5 {
  font-size: 11px;
  font-weight: 800;
  color: #000;
  margin: 36px 0 0;
}
.recommendations-image p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
}
.recommendations-button {
  text-align: center;
  margin-top: 90px;
}
.recommendations-extra {
  width: 100%;
  border-top: 1px solid #231F20;
  padding-top: 20px;
  margin-top: 30px;
}
.recommendations-extra a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

/* Form */
.form-container {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .form-container {
    max-width: 816px;
  }
}
.form-box {
  color: #888888;
  padding: 25px 7px;
  margin-bottom: 30px;
  background: #e5e6e7;
}
.form-box h3 {
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
}

.legal p {
  font-size: 12px;
}
.legal a {
  color: #299af3;
}

/*
* Contact
*/
.contact {
  text-align: center;
  padding: 76px 0 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 15px;
  }
}
.contact h3 {
  margin-bottom: 30px;
}
.contact span {
  display: block;
  font-weight: 100;
}
.contact p {
  font-size: 16px;
  margin-top: 20px;
}
.contact p i {
  vertical-align: middle;
  margin-right: 10px;
}
.contact p a {
  color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
* Show or Hide Elements
*/
.hide-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hide-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hide-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-lg-up {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .hide-lg-down {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .hide-xl-up {
    display: none !important;
  }
}

.hide-xl-down {
  display: none !important;
}

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

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
                        /* Black prints faster:
						   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */