/*! Base SCTK Website Styles */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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://use.typekit.net/enz6rod.css");
html {
  line-height: 1.15;
  /* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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; }

/**
 * 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 */ }

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

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

/* 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; }

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-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:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
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: vertical; }

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * 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;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   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 */
    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 {
    white-space: pre-wrap !important; }
  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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   Base styles
   ========================================================================== */
html {
  font-family: "museo-sans", sans-serif;
  font-weight: 500; }

.row {
  width: 100%;
  overflow: hidden; }

h3 {
  font-family: "museo-sans", sans-serif;
  font-size: 25px; }

.button__call-to-action {
  background-color: #4A90E2;
  padding: 13px 13px;
  color: #fff;
  box-shadow: #979797 0 2px 4px 0;
  text-decoration: none;
  width: fit-content;
  margin: auto;
  display: inline-block;
  cursor: pointer; }
  .button__call-to-action--dark-bg {
    box-shadow: #000 0 2px 4px 0; }
  @media print, screen and (min-width: 750px) {
    .button__call-to-action {
      font-size: 19px; } }

.current-clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .current-clients__logos {
    padding: 5px 0px;
    text-align: center; }
    .current-clients__logos img {
      width: calc(100% - 20px);
      height: auto;
      text-align: center; }
      @media print, screen and (min-width: 600px) {
        .current-clients__logos img {
          width: auto; } }
    @media print, screen and (min-width: 600px) {
      .current-clients__logos {
        padding: 5px 20px; } }
  .current-clients__container {
    background-color: #fff;
    overflow: hidden;
    padding: 15px 0;
    box-shadow: 0 -3px 12px -1px #000;
    margin: 0px 0 5px; }
  .current-clients__head {
    text-align: center;
    width: 100%;
    color: #777;
    padding-bottom: 7px; }

.customer-type {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  position: relative; }
  .customer-type:first-child {
    border-bottom: solid 1px #eee;
    padding-bottom: 60px; }
    @media print, screen and (min-width: 750px) {
      .customer-type:first-child {
        border-bottom: none;
        border-right: solid 1px #eee; } }
  @media print, screen and (min-width: 600px) {
    .customer-type {
      margin-top: 40px; } }
  @media print, screen and (min-width: 750px) {
    .customer-type {
      padding: 40px; } }
  .customer-type__container {
    padding-top: 40px; }
    @media print, screen and (min-width: 600px) {
      .customer-type__container {
        padding-top: 40px; } }
    @media print, screen and (min-width: 750px) {
      .customer-type__container {
        display: flex;
        max-width: 1550px;
        margin: auto; } }
  .customer-type__icon {
    margin-bottom: 10px; }
    .customer-type__icon img {
      height: 60px;
      width: auto; }
    @media print, screen and (min-width: 600px) {
      .customer-type__icon img {
        height: 95px;
        width: auto; } }
  .customer-type__head {
    font-size: 26px;
    font-weight: 500;
    color: black; }
    @media print, screen and (min-width: 600px) {
      .customer-type__head {
        font-size: 45px; } }
    @media print, screen and (min-width: 750px) and (max-width: 850px) {
      .customer-type__head {
        font-size: 35px; } }
  .customer-type__subtext {
    font-size: 8px;
    color: #818181;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 4px; }
    @media print, screen and (min-width: 600px) {
      .customer-type__subtext {
        font-size: 12px;
        max-width: 500px; } }
  .customer-type__description {
    font-size: 12px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto 20px; }
    @media print, screen and (min-width: 600px) {
      .customer-type__description {
        font-size: 22px;
        max-width: 500px;
        margin-bottom: 40px; } }
  @media print, screen and (min-width: 750px) {
    .customer-type__button-container {
      position: absolute;
      bottom: 0;
      width: calc(100% - 80px); } }

.header__container {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 4px 0px #3B3B3B; }
  .header__container--dark {
    background-image: url("../img/dark-tile.png");
    border-bottom: none; }
  @media print, screen and (min-width: 700px) {
    .header__container {
      padding: 0 10px;
      width: calc(100% - 20px); } }

.header__logo-container {
  float: left;
  padding: 5px 10px;
  width: auto;
  display: flex;
  justify-content: flex-end; }

.header__logo {
  color: #4A90E2;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  align-self: flex-end; }
  .header__logo span {
    font-weight: 500; }
  @media print, screen and (min-width: 700px) {
    .header__logo {
      font-size: 35px; } }

.header__mobile-toggle-container {
  width: 50px;
  align-self: flex-end;
  flex-direction: row;
  flex-grow: 1; }
  @media print, screen and (min-width: 715px) {
    .header__mobile-toggle-container {
      display: none; } }

.header__mobile-toggle {
  float: right;
  cursor: pointer; }

.header__horiz-menu {
  display: none;
  flex-grow: 1;
  justify-content: flex-end; }
  @media print, screen and (min-width: 715px) {
    .header__horiz-menu {
      display: flex; } }
  .header__horiz-menu--left {
    justify-content: flex-start;
    padding-left: 10px; }

.header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  display: none;
  flex-direction: column;
  right: 0;
  top: 52px;
  padding-top: 10px;
  border-top: solid 1px #ccc; }

.header__menu-item {
  margin: 0px 15px 0px;
  color: #555555;
  font-size: 16px;
  align-self: center;
  text-decoration: none; }
  .header__menu-item--dark {
    color: #fff; }
  .header__menu-item:hover {
    color: #4A90E2; }
  .header__menu-item--mobile {
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    color: #000;
    margin: 5px 10px 20px;
    font-weight: 500;
    border-bottom: solid 1px #dedede;
    padding-bottom: 3px; }

.header__menu-item--button {
  border: solid 1px #4A90E2;
  border-radius: 21.5px;
  color: #4A90E2;
  padding: 3px 15px;
  margin: 0 10px; }
  .header__menu-item--button:hover {
    background-color: #4A90E2;
    color: #fff; }

.header__menu-item--mobile-button {
  border: solid 1px #4A90E2;
  border-radius: 21.5px;
  color: #4A90E2;
  padding: 3px 15px;
  margin: 0 10px; }
  .header__menu-item--mobile-button:hover {
    background-color: #4A90E2;
    color: #fff; }

.header__menu-item--button-dark {
  color: #fff;
  border: solid 1px #fff; }

.header__menu-item--button-dark.active {
  color: #4A90E2;
  border: solid 1px #4A90E2; }

@media print, screen and (min-width: 1050px) {
  .sctk-network__super-container {
    background: url(../img/blue-usa.png);
    background-repeat: no-repeat;
    background-position: 0% 20%;
    height: 900px;
    background-size: 120%; } }

@media print, screen and (min-width: 1300px) {
  .sctk-network__super-container {
    background-position: 10% 20%; } }

@media print, screen and (min-width: 1420px) {
  .sctk-network__super-container {
    height: 1000px; } }

@media print, screen and (min-width: 1600px) {
  .sctk-network__super-container {
    background-position: 84% 20%;
    background-size: auto;
    height: 900px; } }

@media print, screen and (min-width: 1900px) {
  .sctk-network__super-container {
    background-position: 70% 20%; } }

.sctk-network__container {
  background: url(../img/blue-tile.png);
  color: white;
  padding: 30px 0px 40px;
  width: 90%;
  margin: 50px auto 40px;
  text-align: center;
  max-width: 1470px; }
  @media print, screen and (min-width: 600px) {
    .sctk-network__container {
      margin: 100px auto 0;
      padding: 85px 0px 40px; } }
  @media print, screen and (min-width: 750px) {
    .sctk-network__container {
      display: flex;
      flex-flow: row wrap;
      flex-direction: row; }
      .sctk-network__container > * {
        flex: 1 100%; } }
  @media print, screen and (min-width: 1050px) {
    .sctk-network__container {
      background: none; } }
  @media print, screen and (min-width: 1050px) {
    .sctk-network__container {
      width: 700px; } }

.sctk-network__container--cabose {
  height: 90px;
  padding: 0px 0px 0px;
  text-align: center;
  margin: auto;
  display: none; }
  @media print, screen and (min-width: 600px) {
    .sctk-network__container--cabose {
      display: block; } }
  @media print, screen and (min-width: 1050px) {
    .sctk-network__container--cabose {
      display: none; } }

.sctk-network__title-text {
  text-align: center;
  padding: 0 30px;
  margin-top: 0px;
  font-style: italic;
  font-size: 22px; }

.sctk-network__stat-container {
  margin-top: 30px; }
  @media print, screen and (min-width: 750px) {
    .sctk-network__stat-container {
      flex: auto;
      border-left: 1px #fff solid; }
      .sctk-network__stat-container:nth-of-type(2) {
        border: none; } }

.sctk-network__number-stat {
  font-size: 34px;
  font-weight: 900; }

.sctk-network__number-label {
  font-size: 24px;
  text-transform: uppercase; }

@-webkit-keyframes change {
  0%, 20%, 100% {
    transform: translate3d(0, 0, 0); }
  25%, 30% {
    transform: translate3d(0, -100%, 0); }
  50%, 55% {
    transform: translate3d(0, -200%, 0); }
  75%, 80% {
    transform: translate3d(0, -100%, 0); } }

@media print, screen and (min-width: 1050px) {
  .top-landing {
    max-width: 1550px;
    margin: auto; } }

.top-landing__container {
  width: 100%;
  background-image: url("../img/landing-image.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 345px;
  padding-top: 80px; }
  @media print, screen and (min-width: 600px) {
    .top-landing__container {
      height: 380px;
      padding-top: 180px;
      background-image: url("../img/landing-image.png"); } }
  @media print, screen and (min-width: 750px) {
    .top-landing__container {
      height: 440px;
      padding-top: 120px; } }
  @media print, screen and (min-width: 750px) {
    .top-landing__container {
      background-size: cover; } }
  .top-landing__container--dark {
    background-image: url("../img/dark-tile.png");
    background-repeat: repeat;
    background-size: auto;
    height: auto; }
    @media print, screen and (min-width: 600px) {
      .top-landing__container--dark {
        height: auto; } }
    @media print, screen and (min-width: 750px) {
      .top-landing__container--dark {
        height: auto; } }
  .top-landing__container__list {
    margin: 0;
    display: inline-block;
    text-align: left;
    list-style: none;
    height: 75px;
    overflow: hidden;
    padding: 0; }
    .top-landing__container__list__item {
      line-height: 100px;
      margin: 0;
      -webkit-animation-name: change;
      -webkit-animation-duration: 12s;
      -webkit-animation-iteration-count: infinite;
      animation-name: change;
      animation-duration: 12s;
      animation-iteration-count: infinite; }

.top-landing__header {
  margin: 0px auto 12px;
  text-align: center;
  color: #fff; }
  .top-landing__header.home-header {
    height: 180px;
    position: relative; }
    .top-landing__header.home-header h1 {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 10px;
      font-size: 42px;
      line-height: 42px; }
      @media print, screen and (min-width: 600px) {
        .top-landing__header.home-header h1 {
          font-size: 50px;
          text-align: center;
          line-height: 55px;
          max-width: 500px;
          text-shadow: 0px 4px 4px #333; } }
      @media print, screen and (min-width: 750px) {
        .top-landing__header.home-header h1 {
          padding: 0 0 0 0px;
          line-height: 60px;
          max-width: unset;
          font-size: 52px; } }
      @media print, screen and (min-width: 1050px) {
        .top-landing__header.home-header h1 {
          font-size: 70px;
          line-height: 75px;
          width: 90%; } }
  .top-landing__header--dark {
    color: #fff; }
    @media print, screen and (min-width: 600px) {
      .top-landing__header--dark {
        font-size: 50px;
        text-align: center;
        line-height: 55px;
        max-width: 500px;
        text-shadow: 0px 4px 4px #333; } }
    @media print, screen and (min-width: 750px) {
      .top-landing__header--dark {
        padding: 0 0 0 0px;
        line-height: 65px;
        max-width: unset;
        font-size: 67px; } }
    @media print, screen and (min-width: 1050px) {
      .top-landing__header--dark {
        font-size: 90px;
        line-height: 90px;
        max-width: 90%; } }

.top-landing__header-subtext {
  text-align: center;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 60px; }
  .top-landing__header-subtext--dark {
    color: #ccc; }
  @media print, screen and (min-width: 600px) {
    .top-landing__header-subtext {
      font-size: 16px;
      text-align: center;
      max-width: 500px;
      text-shadow: 1px 2px 4px #000; } }
  @media print, screen and (min-width: 750px) {
    .top-landing__header-subtext {
      padding: 0 0 0 0px;
      margin: 0 auto 20px;
      max-width: 630px; } }
  @media print, screen and (min-width: 1050px) {
    .top-landing__header-subtext {
      max-width: 700px;
      margin-bottom: 40px;
      font-size: 25px; } }

.top-landing__laptop-hero {
  padding: 70px 20px 0px; }
  .top-landing__laptop-hero img {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: auto;
    display: block; }
  @media print, screen and (min-width: 600px) {
    .top-landing__laptop-hero {
      padding: 100px 50px 0px; } }

.top-landing__button {
  width: 100%;
  text-align: center; }
  .top-landing__button a {
    display: inline-block;
    margin: auto; }
  @media print, screen and (min-width: 1050px) {
    .top-landing__button {
      margin: auto; } }

.horiz-slider {
  float: right;
  width: calc(100% + 6px);
  margin-top: 0;
  margin-right: -3px;
  margin-left: -3px;
  margin-bottom: 0px;
  background: #F6F6F6;
  box-shadow: inset 0 0 3px 1px #191919; }
  @media print, screen and (min-width: 1050px) {
    .horiz-slider {
      background: none;
      box-shadow: none; } }

#sctk_widget {
  margin: 30px 0; }

.sctk_header {
  padding: 5px 10px;
  background-color: #581179;
  color: white;
  font-size: 1.4em; }

.sctk_widget_event {
  padding: 10px;
  border-bottom: 1px solid #ccc; }

.sctk_widget_event_name {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold; }

.sctk_widget_event_name a {
  color: #511C74; }

.sctk_widget_event_date {
  font-size: 12px;
  color: black; }

.sctk_widget_footer {
  padding: 10px;
  color: #999; }

.sctk-w__header-wrapper {
  padding-bottom: 10px;
  margin-bottom: 17px; }

.slick-slide {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  flex-grow: 0;
  margin-bottom: 1rem;
  border-radius: 0;
  overflow: hidden;
  color: #0a0a0a;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
  margin: 0 0px 0px;
  padding-bottom: 00px;
  background-color: transparent; }

@media print, screen and (min-width: 600px) {
  .slick-slide {
    width: calc(50% - 44px); } }

@media print, screen and (min-width: 920px) {
  .slick-slide {
    width: calc(33.3333333333% - 44px); } }

@media print, screen and (max-width: 599px) {
  .event-card--mobile-list {
    flex-direction: row;
    box-shadow: none;
    margin: 15px 0px 0;
    border-bottom: solid 1px #efefef;
    padding-bottom: 5px; }
  .event-card--mobile-list:last-child {
    border: none; } }

.event-card {
  position: relative;
  width: 300px;
  padding-bottom: 5px; }

.event-card > :last-child {
  margin-bottom: 0; }

.event-card__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.event-card__internal-wrapper {
  background: #fefefe;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative; }
  @media print, screen and (min-width: 600px) {
    .event-card__internal-wrapper {
      height: 300px; } }

.event-card__container--slider {
  margin: 0 -2px;
  padding: 0 0px;
  box-sizing: border-box;
  width: calc(100% + 4px); }

.event-card__container--slider .event-card {
  width: calc(30% - 30px); }

@media print, screen and (min-width: 1500px) {
  .event-card__container--slider .event-card {
    width: calc(20% - 30px); } }

.event-card__container-header {
  margin-left: 15px; }

.event-card__container-header--slider {
  margin-left: 15px;
  margin-bottom: 20px; }

.event-card__image {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 66.66666666666%;
  background-position: center;
  background-size: cover; }

@media print, screen and (max-width: 599px) {
  .event-card__image--mobile-list {
    width: 75px;
    height: 75px;
    min-width: 75px;
    padding-bottom: 75px; } }

.event-card__section {
  flex: 1 0 auto;
  padding: 1rem;
  padding-top: 10px; }

.event-card__section > :last-child {
  margin-bottom: 0; }

.event-card__section--slider {
  height: auto; }

@media print, screen and (max-width: 599px) {
  .event-card__section--mobile-list {
    padding: 0 0 0 20px;
    flex: 1 0 0; } }

.event-card__title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  font-family: 'oswald',sans-serif; }

@media print, screen and (max-width: 599px) {
  .event-card__title--mobile-list {
    font-size: 17px; } }

.event-card__event-date {
  font-size: 12px;
  color: #999;
  display: block;
  width: 100%;
  padding-left: 24px;
  padding-top: 0px;
  position: relative; }

.event-card__event-date:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAABGdBTUEAALGPC/xhBQAAAfZJREFUKBVtk81LG1EUxfMmM6ImLoTQrZVCFoJKEURBEbQENyl0EfIhYv8Ed+Ki4NKV/4QYTbIK7oogLnTbulKERkSklcSF4AdIZqa/M0xCDHlwc98795z7zntvEol0jVwu9zmdTg92wqlUKpbNZic7Mc2NfgqFwjAp53neB2PMKvNT4o/v+yyNzzxJTLPeI9+7rrtfqVQerUwmEwcsAc6JGJJZvhsuK0s1y7Lmbds+kBuyLZEpFosromOvioMrOr+25GwwgChZKpXOheXz+Z+JRGLWRjfEzvWQaFoE1sGRhIeNJBQmd3U0cRv/r9FodIlzHwG0BRL1Ggh1B+PErs1PH6JfWN0gDPZUlOUoobO2M3WPej+xDe7oEhQPsou939QvcJIlRiFllIlvzMccx1kOj9VQH+0cYWdLORwuBT1THUGNYylfU9MTNUOO3EQCMVlW9d47iET8RIgwgytxpsAvaTLCvBqeuy0OLgpCpdlsPlI85wn/4uAWwR3YDdg/6nHEchrw3+0MvoaoRp6AcIZggXzCmRdp8J07eZK4NWyKHiRHAHmz0Wi8xWKxfpq8EGVEz8qdQnj6PnzDH+Ejk0O0P4hLrAbP1Z1pElwqjfSdb7H+Gnjnor7gYB1wQB3JPQccyuYF4U65XD7u/qI6n6xnA0CvVfgPCW39ROsn6OEAAAAASUVORK5CYII=");
  position: absolute;
  top: 4px;
  left: 0; }

@media print, screen and (max-width: 599px) {
  .event-card__event-date--mobile-list {
    font-size: 11px; } }

.event-card__event-venue {
  font-size: 12px;
  color: #999;
  display: block;
  width: 100%;
  padding-left: 24px;
  padding-top: 0px;
  position: relative; }

.event-card__event-venue:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAABGdBTUEAALGPC/xhBQAAAmhJREFUOBGNU02oElEUdq4jKlZIhpgI/QltzI1Y9FZSi5ctDATRXAQteu2qTbTpEUFvGQRRVK+2ZkyzMcqgKGnZqjDMV/aQ92igXZH0cFKn75vmDvKQ6MCZ+53vnnPuuefcUTwzpFKpzAkhcpPJJKEoigVdg9vrWq32drO7Mk0Ui8Vdfr9/iZxlWS8RuOLg/cBHgU3wi/V63SBPcROUSqWkqqrL4O49hNi7mz4nIaBOjUajs5qmsSqPl598Pu8PhUIMvo1Yndws+QBJpVI/cdD5SCTS6Pf7E5WO4XD4BJZvCH4iA6vV6l7gkmNruP8qMcpvoJD5WCw2D/OpcByOoWFu2bjOAfB3wf2gEpfL5ZTjy/5o6AkTeNRMJuODsR34o3Twer0LCLzJ08hhKgamsgB4jrZpmiuBQCACKEQ0GhXIKNCY39ykwHkLlnXb+PtZxyFbpQ1/TkPkcjkhms2miY0NNGandMDpzxFwkWOlEpOT+/CNA/9qtVoj9oAP5T0ycs62oPRHAK/wJq5TiR3O3vf5fEcA3tGwm4jsNSQ5XigU3DIxkfu4VplKbEfig5Fv42HD4fAxOfsdYLzfMd/dOO1wu91+I507nY5FlTbXbDZ7CcsnPKQXtO0KCMbj8Q1knsP8D9KeJZjGIVSaHQwGd+S+XQENnGSm0+nPgEvJZPJZt9vdkE5c8Xh2IPgWdFHX9TW55yYggfK/4ioqmnQhkUg0er3emDyfejAYfACoox9NclLcn0kSXFHqZbyFfYZhnKEdj8eX0egvmMQ12tMyMwEdUPJVlLsHfaHPKk6+Mh34XxhJTlP/5fwHz5cF6f2XEhkAAAAASUVORK5CYII=");
  position: absolute;
  top: 4px;
  left: 0;
  fill: #fff; }

.event-card__event-calendar {
  font-size: 12px;
  color: #999;
  display: block;
  width: 100%;
  padding-left: 24px;
  padding-top: 0px; }

.event-card__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.event-card__slider {
  display: block; }

.event-card__slider-wrapper {
  width: calc(100% - 75px);
  overflow: hidden;
  padding: 0 5px;
  margin: auto; }

.tns-controls {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  top: calc(50% + 0px); }

.tns-controls .prev, .tns-controls .next {
  color: #ccc;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-size: cover;
  width: 25px;
  height: 32px;
  cursor: pointer;
  z-index: 1; }

.tns-controls .prev .iconic.iconic-lg:before, .tns-controls .next .iconic.iconic-lg:before {
  font-size: 40px; }

@media (min-width: 800px) {
  .tns-controls .prev .iconic.iconic-lg:before, .tns-controls .next .iconic.iconic-lg:before {
    font-size: 50px; } }

.tns-controls .prev {
  left: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACACAYAAADnCyxOAAAABmJLR0QA/wD/AP+gvaeTAAABbUlEQVR4nO3TwU1DUQxFwQfbiP7LYQN1kRJYwCfnhhnJe1tHPoefuJ1z3s85XxfMxznn7e9OeT7ihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJk6YOGHihIkTJs6FXh+9wDdeHr3As7jyiz7PP/+i3yLSAJEGiDRApAEiDRBpgEgDRBog0gCRBog0QKQBIg0QaYBIA0QaINIAkQaINECkASINEGmASANEGiDSAJEGiDRApAEiDRBpgEgDRBog0gCRBog0QKQBIg0QaYBIA0QaINIAkQaINECkASINEGmASANEGiDSAJEGiDRApAEiDRBpgEgDRBog0gCRBog0QKQBIg24PNIdx8UtYhVffysAAAAASUVORK5CYII=); }

@media print, screen and (min-width: 1500px) {
  .tns-controls .prev {
    right: 40px; } }

.tns-controls .next {
  right: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACACAYAAADnCyxOAAAABmJLR0QA/wD/AP+gvaeTAAABZ0lEQVR4nO3UsWkEQAxFQeHUuP9ynNh13VXg6Dj8H8yA0kXw0N7dfd7d99093jC/d/d1vEykAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJECRAoQKUCkAJEC5iN9vPoAf3r89wJ177yen/PFvUScYeIME2eYOMPEGSbOMHGGiTNMnGHiDBNnmDjDxBkmzjBxhokzTJxh4gwTZ5g4w8QZJs4wcYaJM0ycYeIME2eYOMPEGSbOMHGGiTNMnGHiDBNnmDjDxBkmzjBxhokzTJxh4gwTZ5g4w8QZJs4wcYaJM0ycYeIME2eYOMPEGSbOMHGGiTNMnGHiDBNnmDjDxBkmzrAn4gcuYY2+WtEAAAAASUVORK5CYII=); }

@media print, screen and (min-width: 1500px) {
  .tns-controls .next {
    right: 0px; } }

.sctk__main-widget {
  float: right;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'raleway', sans-serif;
  position: relative; }

.sctk__main-widget .headerBar {
  margin: 14px 0 0 10px; }

.sctk__main-widget .headerBar h3 {
  font-family: 'oswald', sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-transform: uppercase;
  margin: 0; }

.sctk__main-widget .seeAll {
  position: absolute;
  right: 10px;
  top: 32px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em; }

.sctk__main-widget .seeAll a {
  padding-left: 24px;
  background: url(https://www.bendsource.com/images/icons/seeAll.png) left center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 10px;
  line-height: 1; }

.sctk__main-widget .calendarDays {
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 5px 10px 10px;
  border-top: 1px solid #fff;
  padding-top: 4px; }

.sctk__main-widget .seePicks {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 20px; }

.sctk__main-widget .seePicks a {
  background: url(https://www.bendsource.com/images/icons/pickStar.png) left center no-repeat;
  padding-left: 25px;
  background-size: contain;
  display: inline-block;
  height: 18px; }

.sctk__main-widget .submitLink a {
  display: inline-block;
  width: 219px;
  height: 41px;
  color: transparent !important;
  margin-top: 20px;
  margin-right: 10px;
  background: url(https://www.bendsource.com/images/buttons/sidecarSubmit-red.png) center no-repeat; }

.sctk__main-widget .quickLinks {
  margin: 0 10px;
  border-top: 1px solid #fff;
  padding-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between; }

.sctk__main-widget .submitEvent {
  text-align: right; }

.sctk__main-widget .submitInfo {
  margin: 10px;
  font-size: 14px;
  font-weight: 300 !important;
  color: #ddd; }

.sctk__main-widget a {
  color: #000;
  text-decoration: none; }

.product-feature {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1200px;
  padding: 25px; }
  .product-feature--slider {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    justify-content: none; }
  @media print, screen and (min-width: 900px) {
    .product-feature {
      flex-direction: row;
      margin: 0 auto 0; } }
  @media print, screen and (min-width: 900px) {
    .product-feature--left {
      flex-direction: row-reverse; } }
  .product-feature > * {
    flex: 1; }
  .product-feature__container {
    position: relative;
    width: 100%;
    padding: 60px 0; }
    .product-feature__container--bg-color {
      background-color: #F7F9FA; }
    @media print, screen and (min-width: 900px) {
      .product-feature__container {
        padding: 100px 0; } }
  .product-feature__text-container {
    text-align: center; }
    @media print, screen and (min-width: 900px) {
      .product-feature__text-container {
        width: 50%;
        text-align: left; } }
    .product-feature__text-container--center {
      text-align: center;
      margin: 0 auto 50px;
      width: auto;
      max-width: 950px; }
    .product-feature__text-container--right {
      margin: 0 auto 50px; }
      @media print, screen and (min-width: 900px) {
        .product-feature__text-container--right {
          margin-right: 0px;
          margin-left: 50px; } }
    .product-feature__text-container--left {
      margin: 0 auto 50px; }
      @media print, screen and (min-width: 900px) {
        .product-feature__text-container--left {
          margin-right: 40px;
          margin-top: 80px; } }
  .product-feature__title {
    font-size: 22px;
    color: #4A90E2;
    font-weight: 500px; }
    @media print, screen and (min-width: 900px) {
      .product-feature__title {
        font-size: 30px; } }
  .product-feature__headline {
    font-size: 35px;
    font-weight: 500; }
    @media print, screen and (min-width: 900px) {
      .product-feature__headline {
        font-size: 45px; } }
  .product-feature__description {
    font-size: 16px;
    max-width: 90%;
    margin: auto; }
    @media print, screen and (min-width: 900px) {
      .product-feature__description {
        font-size: 20px;
        margin: 0; } }
    @media print, screen and (min-width: 900px) {
      .product-feature__description--center {
        max-width: unset; } }
  .product-feature__image-container {
    text-align: center; }
    @media print, screen and (min-width: 900px) {
      .product-feature__image-container {
        width: 50%; } }
  @media print, screen and (min-width: 650px) {
    .product-feature__image {
      width: auto; } }
  .product-feature__image--right {
    display: flex;
    align-items: flex-start; }
  .product-feature__image--left {
    display: flex;
    flex-direction: row-reverse; }
  .product-feature__image--graphic img {
    width: 100%;
    margin: auto; }
    @media print, screen and (min-width: 650px) {
      .product-feature__image--graphic img {
        width: auto; } }
    @media print, screen and (min-width: 900px) {
      .product-feature__image--graphic img {
        width: 100%; } }
    @media print, screen and (min-width: 1200px) {
      .product-feature__image--graphic img {
        width: auto; } }
  .product-feature__video video {
    max-height: 600px; }
    @media print, screen and (min-width: 650px) {
      .product-feature__video video {
        max-height: 700px; } }
    @media print, screen and (min-width: 900px) {
      .product-feature__video video {
        max-height: 800px; } }
  .product-feature__image-slider {
    width: 75%;
    /* half-width */
    height: auto;
    margin-right: 30px;
    opacity: .3; }
    .product-feature__image-slider img {
      width: 100%; }
    .product-feature__image-slider.is-selected {
      opacity: 1; }
    .product-feature__image-slider video {
      width: 100%; }
    @media print, screen and (min-width: 1500px) {
      .product-feature__image-slider {
        width: 50%;
        /* half-width */ } }

.flickety-slider {
  width: 100%;
  display: block;
  text-align: unset; }

.footer {
  position: relative; }
  .footer__get-started {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center; }
    .footer__get-started h3 {
      text-align: center;
      font-size: 30px; }
      @media print, screen and (min-width: 600px) {
        .footer__get-started h3 {
          font-size: 45px; } }
    @media print, screen and (min-width: 715px) {
      .footer__get-started {
        margin-bottom: 200px; } }
  .footer__nav {
    background-repeat: repeat;
    background-size: auto;
    padding: 10px 20px;
    flex-direction: row;
    border-top: 1px solid #ccc;
    display: flex; }
  .footer__logo {
    color: #4A90E2;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    flex-grow: 0;
    display: none; }
    @media print, screen and (min-width: 715px) {
      .footer__logo {
        display: flex; } }
    .footer__logo a {
      text-decoration: none; }
    .footer__logo a:visited {
      color: #4A90E2; }
    .footer__logo span {
      font-weight: 500; }
    @media print, screen and (min-width: 700px) {
      .footer__logo {
        font-size: 31px; } }
  .footer__social {
    text-align: center;
    justify-content: flex-end;
    display: flex;
    flex-grow: 1; }
    .footer__social a {
      color: #4A90E2;
      font-size: 32px;
      padding: 0 5px; }
  .footer__horiz-menu {
    display: none;
    flex-grow: 0;
    justify-content: flex-end; }
    @media print, screen and (min-width: 715px) {
      .footer__horiz-menu {
        display: flex; } }
  .footer__menu-item {
    margin: 5px 10px;
    color: #555555;
    font-size: 19px;
    align-self: center;
    text-decoration: none; }
    .footer__menu-item--dark {
      color: #fff; }
    .footer__menu-item:hover {
      color: #4A90E2; }

.contact {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 9; }
  .contact__form-container {
    position: fixed;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 100%;
    background: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column-reverse; }
  .contact__side-info {
    width: 100%;
    color: white;
    margin: auto;
    background-color: black;
    height: 70px; }
    .contact__side-info ul {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      padding-left: 25px; }
      @media print, screen and (min-width: 760px) {
        .contact__side-info ul {
          flex-direction: row; } }
    .contact__side-info li {
      list-style: none;
      padding: 5px 0 5px 0px;
      font-size: 16px;
      text-align: left;
      width: 100%; }
      @media print, screen and (min-width: 760px) {
        .contact__side-info li {
          padding: 0 0 0 10px;
          font-size: 22px;
          width: auto; } }
      @media print, screen and (min-width: 760px) {
        .contact__side-info li:before {
          content: '|';
          padding-right: 10px; } }
      @media print, screen and (min-width: 760px) {
        .contact__side-info li:first-child:before {
          content: '';
          padding-left: 4px; } }
  .contact__form {
    min-height: 100%;
    flex-grow: 2;
    width: 100%;
    max-width: 1200px;
    margin: auto; }
  .contact__close-form {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .3;
    cursor: pointer;
    z-index: 9999; }
    .contact__close-form:hover {
      opacity: 1; }

#cf-context {
  width: 100%;
  height: 80vh; }

#form {
  height: 0px;
  overflow: hidden; }

:root {
  --anim-easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --cf-anim-time: 0.75s;
  --cf-breakpoint-1: 769px;
  --cf-color-green: #1ed97b;
  --cf-font-weight-bold: 900;
  --cf-color-black: #222222;
  --cf-color-black-alpha04: rgba(34, 34, 34, 0.4);
  --cf-color-black-alpha02: rgba(34, 34, 34, 0.2);
  --cf-color-grey: #ebebeb;
  --cf-color-white: white; }

.dark-theme .conversational-form {
  font-family: Helvetica Neue, Helvetica;
  font-style: normal; }

.dark-theme .conversational-form cf-chat scrollable::-webkit-scrollbar {
  width: 0px; }

.dark-theme .conversational-form cf-chat-response {
  padding-top: 0px;
  min-width: 200px; }

@media (min-width: var(--cf-breakpoint-1)) {
  .dark-theme .conversational-form cf-chat-response {
    max-width: 83%; } }

.dark-theme .conversational-form cf-chat-response text {
  font-weight: var(--cf-font-weight-bold);
  min-height: 42px;
  font-size: 34px; }
  @media print, screen and (min-width: 900px) {
    .dark-theme .conversational-form cf-chat-response text {
      font-size: 50px; } }

.dark-theme .conversational-form cf-chat-response thumb {
  height: 0;
  width: 0; }

.dark-theme .conversational-form cf-chat-response thumb > p {
  background-color: var(--cf-color-grey); }

.dark-theme .conversational-form cf-chat-response:not(:last-of-type) {
  margin-bottom: 10px; }

.dark-theme .conversational-form cf-chat-response.robot {
  padding-left: 0px;
  max-width: 100%; }

.dark-theme .conversational-form cf-chat-response.robot text {
  color: var(--cf-color-black); }

.dark-theme .conversational-form cf-chat-response.robot text > p {
  border-radius: 4px 20px 20px 20px;
  background: none; }

.dark-theme
.conversational-form
cf-chat-response.robot
text
> p:not(:only-child):first-child {
  border-radius: 20px 20px 20px 4px; }

.dark-theme
.conversational-form
cf-chat-response.robot
text
> p:not(:only-child):last-child {
  border-radius: 4px 20px 20px 20px; }

.dark-theme .conversational-form cf-chat-response.robot thumb {
  background-color: var(--cf-color-grey);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: none; }

.dark-theme .conversational-form cf-chat-response.user {
  padding-right: 48px; }

.dark-theme .conversational-form cf-chat-response.user text {
  color: #999; }

.dark-theme .conversational-form cf-chat-response.user text > p {
  background: #fff;
  border-radius: 20px 4px 20px 20px; }

.dark-theme .conversational-form cf-chat-response.user thumb {
  background-color: var(--cf-color-black);
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: 11px 12px; }

.dark-theme .conversational-form cf-input input,
.dark-theme .conversational-form cf-input textarea {
  border-radius: 40px;
  min-height: 57px;
  font-size: 14px;
  padding: 19px 60px 19px 30px;
  height: 56px;
  color: var(--cf-color-black-alpha04);
  font-weight: var(--cf-font-weight-bold); }

@media (min-width: var(--cf-breakpoint-1)) {
  .dark-theme .conversational-form cf-input input,
  .dark-theme .conversational-form cf-input textarea {
    font-size: 16px; } }

.dark-theme .conversational-form cf-input input:not(:focus),
.dark-theme .conversational-form cf-input textarea:not(:focus) {
  box-shadow: 0 0 1px rgba(58, 58, 58, 0.5); }

.dark-theme .conversational-form cf-input-button {
  background: var(--cf-color-black);
  height: 42px;
  width: 42px;
  border: none; }

.dark-theme .conversational-form cf-input-button.microphone-interface {
  background: var(--cf-color-white); }

.dark-theme .conversational-form cf-input-button .cf-icon-progress {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTggMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM3Mi4wMDAwMDAsIC05NDUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3NTEuMDAwMDAwLCA5MjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MjIuMDAwMDAwLCAxOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4xNDAzNTA4OCwyLjEwOTE4MTE0IEw4LjE0MDM1MDg4LDE2LjA4MDkzODUiIGlkPSJMaW5lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTkzODAzLCA4LjA2ODc0NSkgcm90YXRlKC0zMTUuMDAwMDAwKSB0cmFuc2xhdGUoLTcuOTkzODAzLCAtOC4wNjg3NDUpICIgcG9pbnRzPSIyLjYyNTkxMzI4IDEzLjQ4Njk1OCAyLjYyNTkxMzI4IDIuNjUwNTMxMjEgMi42MjU5MTMyOCAyLjY1MDUzMTIxIDEzLjM2MTY5MjEgMi42NTA1MzEyMSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: 18px 19px; }

.dark-theme .conversational-form cf-input-button.loading:after {
  cf-border: x solid var(--cf-color-green); }

.dark-theme .conversational-form cf-input-button .cf-icon-audio {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAYAAAGpAGuzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAtlJREFUeNpiUFJSYgDh////M7AwQMB/ZWVlBiYGJADiqACx/N27dxlByu7AZAACiAFqwCeQATA9vDA9KAb8BzGARv8HcRhBHJBpAAHECDIAZjGMAZJA0Y9u1mcg5kEWhJnLC5UEgf1QehFOOwACCFniKBBPBwouQXb8NiC2AuLFyJaDgCc2V+F0Lk4JkGsuYvMHCBhA6QNAQT8QgwUacCBd94DYAYRhUcKAJMkFFPyObDnM199g9gAEELLPMYIGCpYDTYnC5Y1/WHwUic/fjAwEABMDiYBkDaBg2gXErkCcCQom5BCBJQtYLCCH0h8gZgbiJ0Asi6YBFEvnoWxtFiSbQOA2lmAFgQBg0G7EFg/YFIOTKowNEEDYIi4GiKcB8WUgtgYqxvA0MliGFFFWUBsZ8QVrJLp1wNDZRmo8eJCqgZG+SWMQamBBSg64Ms9FYFzwQIu8L0zYkjIasIQmFxA4hqzBD1rEH0ASk4cWI9Oh/GxQ4tMCMq5CBQyB+AKaDY+BWAaI/wI1s4BsuAYqgqGS56F+2gd13n+oYlASZ0EOpXhQJkEy1RFU1UDZd5DzA3Ly3ggNKU6kfM2Inh+YsJR6yIXAf1jmJzviAAIMWxZFBvxAPAeIQ3DIrwHiFKCzP5JjgSe01iIGeAEt2U6qBa+BWIRIC94ALRAlNTOIkBDUIlTLbTTPzqMW0NWCrySY8xVfEXwLiFWRxDSB+AYQdwJxE5EWdEKrTQ0gdR1J/DbIBzPQFM+F0s1AbAvEH/AYDJKzBWayZjS9MDADlpPXAXEgksRbIDYB4gdIYupArAtlg5oSN6EFM8jlCkDmGSAWRlK/HigXhFxUFANxD5oLfkPbJlOhrSFkAArWbCDOAmJWNLkSoOG92MoiUAHfAcRlZCaaLiCuABr+n5jCjhVaXYYCsTMQs6HJ/wLivUC8GoiXAA39TU59gK/9B+snkV3h/CclbJArVrrmZAB+mc1ty+WBKAAAAABJRU5ErkJggg==");
  background-size: 12px 19px;
  mix-blend-mode: difference; }

.dark-theme .conversational-form cf-input-button cf-icon-audio-eq {
  border-color: var(--cf-color-black); }

.dark-theme .conversational-form .cf-button {
  color: var(--cf-color-black);
  border-color: #dddddd;
  transition: opacity var(--cf-anim-time) var(--anim-easeOut), border-color var(--cf-anim-time) var(--anim-easeOut), color var(--cf-anim-time) var(--anim-easeOut);
  background: none !important;
  font-weight: var(--cf-font-weight-bold);
  line-height: 1.2; }

.dark-theme .conversational-form .cf-button > div {
  padding: 14px 24px; }

.dark-theme .conversational-form .cf-button cf-radio {
  background: var(--cf-color-black-alpha02); }

.dark-theme .conversational-form .cf-button.highlight,
.dark-theme .conversational-form .cf-button:focus,
.dark-theme .conversational-form .cf-button:hover,
.dark-theme .conversational-form .cf-button[checked="checked"],
.dark-theme .conversational-form .cf-button.selected {
  border-color: #5e5e5e;
  color: var(--cf-color-black-alpha02); }

.dark-theme .conversational-form .cf-button.highlight cf-radio,
.dark-theme .conversational-form .cf-button.highlight cf-radio,
.dark-theme .conversational-form .cf-button.highlight cf-radio,
.dark-theme .conversational-form .cf-button:focus cf-radio,
.dark-theme .conversational-form .cf-button:focus cf-radio,
.dark-theme .conversational-form .cf-button:focus cf-radio,
.dark-theme .conversational-form .cf-button:hover cf-radio,
.dark-theme .conversational-form .cf-button:hover cf-radio,
.dark-theme .conversational-form .cf-button:hover cf-radio,
.dark-theme .conversational-form .cf-button[checked="checked"] cf-radio,
.dark-theme .conversational-form .cf-button[checked="checked"] cf-radio,
.dark-theme .conversational-form .cf-button[checked="checked"] cf-radio,
.dark-theme .conversational-form .cf-button.selected cf-radio,
.dark-theme .conversational-form .cf-button.selected cf-radio,
.dark-theme .conversational-form .cf-button.selected cf-radio {
  background: var(--cf-color-black); }

.dark-theme .conversational-form cf-list-button:after {
  background-image: none;
  background: black;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

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