@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }
/**
     * Add the correct display in IE 9-.
     */
article, aside, footer, header, nav, section {
  display: block; }
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption, figure {
  display: block; }
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
  display: block; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
  
 
.custom-body-bg-color {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#E0F0D0));
  background: linear-gradient(to right, #FFFFFF, #E0F0D0); } 
 
.change {
  background: #2A2E31;
  background-color: #ffffff;

  padding: 0.95rem 0; }  

@media screen and (max-width: 39.9375em) {
    .contact-chris-cta {
      text-align: left; } }
.contact-img1 {
  padding-left: 3rem;
  padding-right: 3rem; }
.homepage {
  background: #2A2E31; }
.homepage-section {
  color: #fff;
  padding: 7rem 0;
  z-index: 10; }
.homepage-section.hero {
    padding-top: 10rem; }
@media screen and (max-width: 39.9375em) {
      .homepage-section.hero {
        padding: 7rem 0 4.5rem; } }
.homepage-section.light {
    background-color: #fff;
    color: #2A2E31; }
.homepage-section.gray {
    background-color: #f1f2f3;
    color: #2A2E31;
    padding-bottom: 0; }
.homepage-section.negro {
    color: #000000;
    padding-bottom: 0; }
@media screen and (max-width: 39.9375em) {
    .homepage-section {
      padding: 4rem 0; } }
@media screen and (max-width: 39.9375em) {
  .homepage-section-services-content {
    padding-left: 2rem;
    padding-right: 2rem; } }
.homepage-subtitle {
  z-index: 10;
  }
.homepage-subtitle.intro {
    color: #000000;
    font-size: 1.0rem;	}
	
.homepage-subtitle.intro-2 {
    color: #7F292C;
    font-size: 2.5rem;	}
	
@media screen and (max-width: 39.9375em) {
    .homepage-subtitle {
      font-size: 1rem; } }
.homepage-section-subtitle {
  text-align: left;
  color: #7F292C;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  text-transform: uppercase; }
.homepage-section-subtitle-white {
  text-align: left;
  color: #7F292C;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  text-transform: uppercase; }  
.homepage-section-subtitle.light {
  text-align: left;
  color: #7F292C; }
@media screen and (max-width: 39.9375em) {
.homepage-section-subtitle {
      font-size: 0.8rem; } }
.homepage-section-subtitle-divider {
  border-bottom: 2px solid #2A2E31;
  display: block;
  margin-bottom: 2.5rem;
  width: 4rem; }
.homepage-section-subtitle-divider.light {
    border-bottom: 2px solid #8b959c; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-subtitle-divider {
      margin-bottom: 2rem;
      width: 3rem; } }
.homepage-section-desc {
  color: #2A2E31;
  margin-bottom: 2.5rem;
  z-index: 1; }
.homepage-section-desc-white {
  color: #7F292C;
  margin-bottom: 2.5rem;
  z-index: 1; }
.homepage-section-desc.light {
    color: #a7aeb3; }
.homepage-section-desc.light a {
      color: #fefefe; }
.homepage-section-detalle ul li {
  color: #7F292C;
  font-size: 0.25rem;
  margin-bottom: 2.5rem;
  z-index: 1; }
	  
@media screen and (max-width: 39.9375em) {
    .homepage-section-desc {
      margin-bottom: 1.5rem; } }
.homepage-section-services {
  position: relative; }

.footer-copyright {
  color: #596268;
  color: #7F292C !important; 
  font-size: 1rem;
  padding-top: 1rem; }
  
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a:hover {
  outline-width: 0; }
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {
  font-weight: inherit; }
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong {
  font-weight: bolder; }
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }
/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio, video {
  display: inline-block; }
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, select {
  /* 1 */
  text-transform: none; }
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
button, [type="button"], [type="reset"], [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          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 */ }
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }
/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }
/**
     * Add the correct display in IE.
     */
template {
  display: none; }
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Proxima Nova", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
[data-whatinput='mouse'] button {
    outline: 0; }
pre {
  overflow: auto; }
  
.letra-blanca {
	color: #888888;
}  

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }
.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }
.column-block {
  margin-bottom: 1.25rem; }
.column-block > :last-child {
    margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }
em, i {
  font-style: italic;
  line-height: inherit; }
strong, b {
  font-weight: bold;
  line-height: inherit; }
small {
  font-size: 80%;
  line-height: inherit; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca; }
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
a:hover, a:focus {
    color: #1468a0; }
a img {
    border: 0; }
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }
ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }
li {
  font-size: inherit; }
ul {
  margin-left: 1.25rem;
  list-style-type: disc; }
ol {
  margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
dl {
  margin-bottom: 1rem; }
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
cite:before {
    content: "\2014   "; }
abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }
figure {
  margin: 0; }
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }
.lead {
  font-size: 125%;
  line-height: 1.6; }
.stat {
  font-size: 2.5rem;
  line-height: 1; }
p + .stat {
    margin-top: -1rem; }
.no-bullet {
  margin-left: 0;
  list-style: none; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre, blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
[data-whatinput='mouse'] .button {
    outline: 0; }
.button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
.button.tiny {
    font-size: 0.6rem; }
.button.small {
    font-size: 0.75rem; }
.button.large {
    font-size: 1.25rem; }
.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
.button.primary {
    background-color: #1779ba;
    color: #fefefe; }
.button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
.button.secondary {
    background-color: #767676;
    color: #fefefe; }
.button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
.button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
.button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
.button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
.button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
.button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
.button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
.button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
.button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
.button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
.button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
.button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
.button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
.button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
.button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
.button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
.button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
textarea {
  max-width: 100%; }
textarea[rows] {
    height: auto; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }
input::placeholder, textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }
[type='submit'], [type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }
input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem; }
[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer; }
label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }
[type='file'] {
  width: 100%; }
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.input-group > :first-child {
    border-radius: 0 0 0 0; }
.input-group > :last-child > * {
    border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  margin: 0;
  white-space: nowrap; }
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.input-group-label:first-child {
    border-right: 0; }
.input-group-label:last-child {
    border-left: 0; }
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }
fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
@media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
select::-ms-expand {
    display: none; }
select[multiple] {
    height: auto;
    background-image: none; }
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }
.is-invalid-label {
  color: #cc4b37; }
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
.form-error.is-visible {
    display: block; }
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
.is-active > .accordion-title::before {
    content: '\2013'; }
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.breadcrumbs::after {
    clear: both; }
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
.breadcrumbs a {
    color: #1779ba; }
.breadcrumbs a:hover {
      text-decoration: underline; }
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.button-group::after {
    clear: both; }
.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
.button-group .button:last-child {
      margin-right: 0; }
.button-group.tiny .button {
    font-size: 0.6rem; }
.button-group.small .button {
    font-size: 0.75rem; }
.button-group.large .button {
    font-size: 1.25rem; }
.button-group.expanded .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
.button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
.button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
.button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
.button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
.button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
.button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
.callout > :first-child {
    margin-top: 0; }
.callout > :last-child {
    margin-bottom: 0; }
.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
.callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
.callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
.card > :last-child {
    margin-bottom: 0; }
.card-divider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
.card-divider > :last-child {
    margin-bottom: 0; }
.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
.card-section > :last-child {
    margin-bottom: 0; }
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
[data-whatinput='mouse'] .close-button {
    outline: 0; }
.close-button:hover, .close-button:focus {
    color: #0a0a0a; }
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
.menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
.menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
[data-whatinput='mouse'] .menu > li {
      outline: 0; }
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0; }
.menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.menu > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
.menu > li > a img, .menu > li > a i, .menu > li > a svg {
      margin-right: 0.25rem; }
.menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
.menu > li, .menu.horizontal > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
.menu.expanded > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
.menu.expanded > li:first-child:last-child {
    width: 100%; }
.menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.menu.vertical > li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
.menu.vertical > li > a {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.large-expanded > li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
.menu.simple a {
    padding: 0; }
.menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
.menu.align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.menu.icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
.menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
.menu.icon-top.vertical a > span {
    margin: auto; }
.menu.nested {
    margin-left: 1rem; }
.menu .active > a {
    background: #1779ba;
    color: #fefefe; }
.menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
.menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
.menu.menu-hover li:hover {
    background-color: #e6e6e6; }
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }
.menu-centered {
  text-align: center; }
.menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }
.no-js [data-responsive-menu] ul {
  display: none; }
.is-drilldown {
  position: relative;
  overflow: hidden; }
.is-drilldown li {
    display: block; }
.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
.is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
.drilldown-submenu-cover-previous {
  min-height: 100%; }
.is-drilldown-submenu-parent > a {
  position: relative; }
.is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 230px;
  padding: 1rem;
  visibility: hidden;
  border: none;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
.dropdown-pane.is-open {
    visibility: visible; }
.dropdown-pane.tiny {
  width: 100px; }
.dropdown-pane.small {
  width: 200px; }
.dropdown-pane.large {
  width: 400px; }
.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
.label.primary {
    background: #1779ba;
    color: #fefefe; }
.label.secondary {
    background: #767676;
    color: #fefefe; }
.label.success {
    background: #3adb76;
    color: #0a0a0a; }
.label.warning {
    background: #ffae00;
    color: #0a0a0a; }
.label.alert {
    background: #cc4b37;
    color: #fefefe; }
.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.media-object img {
    max-width: none; }
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
.media-object-section:first-child {
    padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
.media-object-section > :last-child {
    margin-bottom: 0; }
.media-object-section.main-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
.is-off-canvas-open {
  overflow: hidden; }
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
.js-off-canvas-overlay.is-closable {
    cursor: pointer; }
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }
.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }
.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
[data-whatinput='mouse'] .off-canvas {
    outline: 0; }
.off-canvas.is-transition-overlap {
    z-index: 10; }
.off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
.off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
.off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
.position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
.position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
.position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
.position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
.orbit {
  position: relative; }
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
.orbit-slide {
  width: 100%; }
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }
.orbit-figure {
  margin: 0; }
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: #fefefe;
  color: #0a0a0a; }
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: #0a0a0a; 
	}
.orbit-previous {
  left: 0; }
.orbit-next {
  left: auto;
  right: 0; }
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
[data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
.orbit-bullets button {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0.3rem;
    border-radius: 50%;
    background-color: #cacaca; }
.orbit-bullets button:hover {
      background-color: #8a8a8a; }
.orbit-bullets button.is-active {
      background-color: #8a8a8a; }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.pagination::after {
    clear: both; }
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
.pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
@media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
.pagination a, .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
.pagination a:hover, .pagination button:hover {
      background: #e6e6e6; }
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
.pagination .disabled:hover {
      background: transparent; }
.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }
.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB'; }
.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB'; }
body.is-reveal-open {
  overflow: hidden; }
html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
[data-whatinput='mouse'] .reveal {
    outline: 0; }
@media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
.reveal .column, .reveal .columns, .reveal .columns {
    min-width: 0; }
.reveal > :last-child {
    margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
@media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
.reveal.collapse {
    padding: 0; }
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
@media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
@media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
@media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
.reveal.without-overlay {
    position: fixed; }
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
thead {
    background: #f8f8f8;
    color: #0a0a0a; }
tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
thead tr, tfoot tr {
    background: transparent; }
thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
table.unstriped tbody {
    background-color: #fefefe; }
table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }
@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr, table.stack th, table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }
table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }
.table-scroll {
  overflow-x: auto; }
.table-scroll table {
    width: auto; }
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.tabs::after {
    clear: both; }
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }
.tabs.simple > li > a {
  padding: 0; }
.tabs.simple > li > a:hover {
    background: transparent; }
.tabs.primary {
  background: #1779ba; }
.tabs.primary > li > a {
    color: #fefefe; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }
.tabs-title {
  float: left; }
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
.tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }
.tabs-panel {
  display: none;
  padding: 1rem; }
.tabs-panel[aria-hidden="false"] {
    display: block; }
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
.tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.top-bar, .top-bar ul {
    background-color: #e6e6e6; }
.top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
.top-bar input.button {
    width: auto; }
.top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
@media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; } }
@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }
.top-bar-left, .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }
.show-for-landscape, .hide-for-portrait {
  display: block !important; }
@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
      display: block !important; } }
@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape, .show-for-portrait {
  display: none !important; }
@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
      display: none !important; } }
@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
      display: block !important; } }
.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }
.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }
.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }
.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }
.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }
.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }
.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }
.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }
.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }
.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }
.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }
.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
.shake, .spin-cw, .spin-ccw, .wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }
.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }
.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }
.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }
.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }
.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }
html, body {
  overflow-x: hidden; }
html.menu-open, body.menu-open {
    height: 100%;
    margin: 0;
    overflow: hidden; }
.body-bg-color {
  background-color: #2A2E31; }
.small-centered {
  margin-left: auto;
  margin-right: auto; }
.button {
  border-radius: 5px;
  font-family: 'Proxima Nova', Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600; }
.button.primary {
    background-color: #2A2E31;
    border-radius: 5px;
    color: #fefefe;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.button.primary.large {
      font-size: 1.25rem;
      padding-bottom: 1rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 1rem; }
@media screen and (max-width: 39.9375em) {
        .button.primary.large {
          font-size: 1rem; } }
.button.primary.light {
      background-color: #fefefe;
      border-radius: 5px;
      color: #2A2E31;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
.button.primary.light:hover {
        background-color: #a7aeb3;
        color: #2A2E31;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
.button.primary:hover {
      background-color: #1e2123;
      color: #fefefe;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
.button.secondary.hollow {
    border: 1px solid #2A2E31;
    color: #2A2E31;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.button.secondary.hollow:hover {
      background-color: #2A2E31;
      color: #fefefe;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
.button.secondary.hollow.large {
      font-size: 1.25rem; }
@media screen and (max-width: 39.9375em) {
        .button.secondary.hollow.large {
          font-size: 1rem; } }
.button.secondary.hollow.light {
      border: 1px solid #fefefe;
      color: #fefefe; }
.button.secondary.hollow.light:hover {
        background-color: #fefefe;
        color: #2A2E31;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
.button.green {
    background-color: #B8D500;
    border-radius: 5px;
    color: #fefefe;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.button.green.large {
      padding-bottom: 1rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 1rem; }
.button.green:hover {
      background-color: #a2bc00;
      color: #fefefe;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
.intro-sign-up-subscribe-button .button.primary.light {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.page-section {
  color: #fefefe;
  padding: 0 0 6rem;
  position: relative; }
@media screen and (max-width: 39.9375em) {
    .page-section {
      padding: 0 0 3rem; } }
.page-section.top-padding {
    padding: 7rem 0; }
@media screen and (max-width: 39.9375em) {
      .page-section.top-padding {
        padding: 4rem 0; } }
.page-section.hero {
    padding: 8rem 0 9rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.hero {
        padding: 5rem 0 4rem; } }
.page-section.sub-nav {
    padding-bottom: 8rem;
    z-index: 10; }
@media screen and (max-width: 39.9375em) {
      .page-section.sub-nav {
        padding-bottom: 6rem; } }
.page-section.light {
    background-color: #fff;
    color: #2A2E31; }
.page-section.gray {
    background-color: #f1f2f3;
    color: #2A2E31;
    padding: 6rem 0; }
.page-section.gray-padding {
    background-color: #f1f2f3;
    color: #2A2E31; }
.page-section.no-padding {
    padding-bottom: 0; }
.page-section.teal {
    background-color: #21AEC0;
    color: #fefefe;
    padding-bottom: 0; }
.page-section.purple {
    background-color: #5D45BC;
    color: #fefefe;
    padding-bottom: 0; }
.page-section.orange {
    background-color: #FF5B00;
    color: #fefefe;
    padding-bottom: 0; }
.page-section.contact-section {
    padding: 5rem 0 6rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.contact-section {
        padding: 3rem 0;
        text-align: center; } }
.page-section.case-study {
    padding-top: 15rem; }
@media screen and (max-width: 41.875em) {
      .page-section.case-study {
        padding-top: 7rem; } }
@media screen and (max-width: 40em) {
      .page-section.case-study {
        padding-top: 18rem; } }
@media screen and (max-width: 38.75em) {
      .page-section.case-study {
        padding-top: 15rem; } }
@media screen and (max-width: 32.5em) {
      .page-section.case-study {
        padding-top: 13rem; } }
@media screen and (max-width: 28.125em) {
      .page-section.case-study {
        padding-top: 10rem; } }
.page-section.case-studies-section {
    padding-top: 6rem; }
.page-section.blog-section {
    padding-top: 12rem; }
.page-section.blog-section .light {
      color: #2A2E31;
      font-size: 2.25rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.blog-section {
        padding-top: 8rem; } }
.page-section.event-section {
    padding-top: 14rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.event-section.soapbox-rsvp-mobile {
        padding-top: 21rem; } }
@media screen and (max-width: 39.9375em) {
      .page-section.event-section.soapbox-ended-mobile {
        padding-top: 19rem; } }
.page-section.event-speaking-section {
    padding-top: 24rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.event-speaking-section {
        padding-top: 9rem; } }
.page-section.wired-section {
    padding-top: 18rem; }
@media screen and (max-width: 40em) {
      .page-section.wired-section {
        padding-top: 15rem; } }
@media screen and (max-width: 33.75em) {
      .page-section.wired-section {
        padding-top: 13rem; } }
@media screen and (max-width: 27.5em) {
      .page-section.wired-section {
        padding-top: 10rem; } }
.page-section.patterntap-section {
    padding-top: 15rem; }
.page-section.playground-piece {
    padding-top: 8rem; }
.page-section.privacy-policy-section {
    padding-top: 4rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.privacy-policy-section {
        padding-top: 1.5rem; } }
.page-section.terms-section {
    padding-top: 4rem; }
@media screen and (max-width: 39.9375em) {
      .page-section.terms-section {
        padding-top: 1.5rem; } }
.page-section-title {
  line-height: 1.25;
  margin-bottom: 1.5rem; }
.page-section-title.title-only {
    margin-bottom: 4rem; }
@media screen and (max-width: 39.9375em) {
      .page-section-title.title-only {
        margin-bottom: 2rem; } }
.page-section-title.case-study {
    margin-top: 0; }
.page-section-subtitle {
  margin-bottom: 1.5rem; }
.page-title {
  z-index: 9999; }
@media screen and (max-width: 39.9375em) {
    .page-title {
      margin-bottom: 1.25rem; } }
.page-subtitle.hero {
  color: #99a1a8; }
.page-subheader {
  color: #fefefe;
  display: block;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  pointer-events: auto;
  position: relative;
  text-transform: uppercase;
  z-index: 10; }
.page-section-desc {
  color: #2A2E31;
  margin-bottom: 3rem; }
.page-section-divider {
  border-top: 1px dashed #cacaca;
  padding-top: 5rem; }
@media screen and (max-width: 39.9375em) {
    .page-section-divider {
      padding-top: 3rem; } }
.intro-image {
  margin: 0 auto;
  position: relative;
  width: 100%; }
.intro-image-screenshot {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 670px;
  position: absolute;
  top: -20rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 99; }
@media screen and (max-width: 42.5em) {
    .intro-image-screenshot {
      max-width: 80%; } }
@media screen and (max-width: 39.375em) {
    .intro-image-screenshot {
      max-width: 76%; } }
@media screen and (max-width: 25em) {
    .intro-image-screenshot {
      max-width: 86%; } }
.intro-image-screenshot.pattern {
    top: -220px; }
.intro-image-screenshot.no-shadow {
    -webkit-box-shadow: none;
            box-shadow: none; }
@media screen and (max-width: 39.9375em) {
    .intro-image-screenshot {
      top: -8rem; } }
.main-content-column {
  padding-left: 4rem;
  padding-right: 4rem; }
@media screen and (max-width: 39.9375em) {
    .main-content-column {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
.thumbnails-section {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .thumbnails-section {
      margin-bottom: 0; } }
.tool-callout {
  margin-bottom: 2rem; }
@media screen and (max-width: 39.9375em) {
    .tool-callout {
      text-align: center; } }
.section-hero-title {
  display: inline-block;
  font-weight: 600;
  left: 50%;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  pointer-events: auto;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10; }
.industries-list-section {
  margin-bottom: 2rem; }
.industries-list {
  margin-left: 0; }
.industries-list li {
    list-style: none;
    margin-bottom: 1rem; }
.copilot-desc {
  padding-right: 1rem;
  position: absolute;
  text-align: center; }
.copilot-desc.designer {
    left: 0%;
    padding-left: 2rem;
    padding-right: 2rem;
    top: 250px; }
@media screen and (max-width: 71.25em) {
      .copilot-desc.designer {
        top: 210px; } }
@media screen and (max-width: 63.9375em) {
      .copilot-desc.designer {
        left: 0;
        margin-bottom: 2rem;
        padding-left: 0;
        padding-right: 0;
        top: 0; } }
@media screen and (max-width: 39.9375em) {
      .copilot-desc.designer {
        margin-bottom: 1rem; } }
.copilot-desc.design-lead {
    left: 32%;
    top: 510px; }
@media screen and (max-width: 71.25em) {
      .copilot-desc.design-lead {
        top: 460px; } }
@media screen and (max-width: 63.9375em) {
      .copilot-desc.design-lead {
        left: 0;
        margin-bottom: 2rem;
        padding-left: 0;
        padding-right: 0;
        top: 0; } }
@media screen and (max-width: 39.9375em) {
      .copilot-desc.design-lead {
        margin-bottom: 1rem; } }
.copilot-desc.advocate {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    right: 5%;
    top: 160px; }
@media screen and (max-width: 63.9375em) {
      .copilot-desc.advocate {
        left: 0;
        margin-bottom: 2rem;
        padding-left: 0;
        padding-right: 0;
        top: 0; } }
@media screen and (max-width: 39.9375em) {
      .copilot-desc.advocate {
        margin-bottom: 1rem; } }
.copilot-desc .title {
    margin-bottom: 1rem; }
@media screen and (max-width: 63.9375em) {
    .copilot-desc {
      position: relative;
      text-align: left; } }
.copilot-section {
  max-width: 1400px;
  position: relative; }
.copilot-section-img {
  padding: 0 5.5rem 20rem 0; }
.design-insight-icon {
  margin-bottom: 2.5rem; }
@font-face {
  font-family: 'Proxima Nova Light';
  src: url(/packs/fonts/ProximaNova-Light-ac51ad8a36d5bab6da11d454bcd06561.otf) format("opentype"); }
@font-face {
  font-family: 'Proxima Nova Regular';
  src: url(/packs/fonts/ProximaNova-Regular-bf9f5d50c1b928ff21436517a1a95ad9.otf) format("opentype"); }
@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url(/packs/fonts/ProximaNova-Semibold-f14eee643541cf03a10f26c944cc29f5.otf) format("opentype"); }
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url(/packs/fonts/ProximaNova-Bold-72b6f2c9990bd3d37b8013a59ed78902.otf) format("opentype"); }
@font-face {
  font-family: 'Proxima Nova Extra Bold';
  src: url(/packs/fonts/ProximaNova-Extrabold-5243e362912f7119ede836ab03f23ac7.otf) format("opentype"); }
@font-face {
  font-family: 'Heroes';
  font-style: normal;
  font-weight: normal;
  src: url(/packs/fonts/heroes_legend-webfont-005e4e8e058b8b3b1a8c07bd34c54edd.woff2) format("woff2"), url(/packs/fonts/heroes_legend-webfont-0d0b2c6a34711f0c16bf09d0f62140b9.woff) format("woff"); }
h1, h2, h3, h4, h5, h6 {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
.homepage-title.intro {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
p, img, .text-link, .nav-text-link, .filter-text-link, .page-section-title {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.fast-fade {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
.main-nav-left, .main-nav-center, .main-nav-right {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
.fonts-loaded body, .fonts-loaded p, .fonts-loaded h4, .fonts-loaded h6, .fonts-loaded .filter-text-link {
  font-family: 'Proxima Nova Regular', Helvetica, san-serif;
  opacity: 1; }
.fonts-loaded img {
  opacity: 1; }
.fonts-loaded h1, .fonts-loaded h2, .fonts-loaded h3, .fonts-loaded .page-section-title {
  font-family: 'Proxima Nova Extra Bold', Helvetica, san-serif;
  opacity: 1; }
.fonts-loaded h5 {
  font-family: 'Proxima Nova Bold', Helvetica, san-serif;
  opacity: 1; }
.fonts-loaded a, .fonts-loaded .text-link, .fonts-loaded .nav-text-link, .fonts-loaded .main-nav-left, .fonts-loaded .main-nav-center, .fonts-loaded .main-nav-right {
  font-family: 'Proxima Nova Semibold', Helvetica, san-serif;
  opacity: 1; }
.fonts-loaded .text-link.list {
  font-family: 'Proxima Nova Semibold', Helvetica, san-serif;
  opacity: 1; }
.fonts-loaded .text-link.disabled {
  opacity: 0.5; }
.fonts-loaded .homepage-title.intro {
  font-family: 'Heroes', 'Proxima Nova', Helvetica, Roboto, sans-serif;
  font-size: 6rem;
  line-height: 1.35;
  opacity: 1;
  text-align: center;
  text-shadow: 0 0 40px rgba(254, 254, 254, 0.75); }
@media screen and (max-width: 39.9375em) {
    .fonts-loaded .homepage-title.intro {
      font-size: 10vw;
      line-height: 1.5;
      text-shadow: 0 0 20px rgba(254, 254, 254, 0.75); } }
html {
  font-size: 1rem; }
body {
  font-family: Helvetica, san-serif;
  font-weight: 400;
  line-height: 1.45; }
p {
  font-family: Helvetica, san-serif;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 1.3rem; }
@media screen and (max-width: 39.9375em) {
    p {
      font-size: 0.95rem;
      line-height: 1.5; } }
h1, h2, h3, h4 {
  font-weight: inherit;
  margin: 1.414em 0 0.25em; }
h1 {
  font-family: Helvetica, san-serif;
  font-size: 5.063rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin-top: 0; }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    h1 {
      font-size: 3.2rem;
      line-height: 1.2em; } }
@media screen and (max-width: 39.9375em) {
    h1 {
      font-size: 2.5rem;
      line-height: 1em; } }
h2, .page-section-title {
  font-family: Helvetica, san-serif;
  font-size: 3.375rem;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 2rem; }
@media screen and (max-width: 39.9375em) {
    h2, .page-section-title {
      font-size: 2.5rem; } }
h3 {
  font-family: Helvetica, san-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0; }
@media screen and (max-width: 39.9375em) {
    h3 {
      font-size: 1.5rem; } }
h4 {
  font-family: Helvetica, san-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0; }
@media screen and (max-width: 39.9375em) {
    h4 {
      font-size: 1.1rem;
      line-height: 1.5em; } }
h5 {
  font-family: Helvetica, san-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0; }
@media screen and (max-width: 39.9375em) {
    h5 {
      font-size: 1rem; } }
h6 {
  font-family: Helvetica, san-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0; }
@media screen and (max-width: 39.9375em) {
    h6 {
      font-size: 0.85rem; } }
.lead {
  font-weight: 600; }
.title {
  font-weight: 600; }
.subtitle {
  color: #7d7d7d; }
.text-link {
  color: #2A2E31;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
.text-link:hover, .text-link:focus {
    color: #2A2E31;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.text-link:hover::after, .text-link:focus::after {
      width: 100%; }
.text-link::after {
    border-bottom: 1px solid #2A2E31;
    content: '';
    left: 0;
    position: absolute;
    top: 101%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 0%; }
.text-link.light {
    color: #fefefe; }
.text-link.light:hover, .text-link.light:focus {
      color: #fefefe;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
.text-link.light:hover::after, .text-link.light:focus::after {
        width: 100%; }
.text-link.light::after {
      border-bottom: 1px solid #fefefe;
      content: '';
      left: 0;
      position: absolute;
      top: 1.35rem;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 0%; }
.text-link.list {
    color: #2A2E31;
    font-family: Helvetica, san-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
.text-link.xlarge {
    font-size: 1.9rem; }
.text-link.xlarge::after {
      top: 2rem; }
@media screen and (max-width: 39.9375em) {
      .text-link.xlarge {
        font-size: 1.25rem; } }
.text-link.large {
    font-size: 1.25rem; }
.text-link.large::after {
      top: 1.4rem; }
@media screen and (max-width: 39.9375em) {
      .text-link.large {
        font-size: 1rem; } }
.text-link.medium {
    font-size: 1rem; }
.text-link.small {
    font-size: 0.85rem; }
.text-link.small::after {
      top: 1rem; }
.text-link.is-active {
    color: #2A2E31; }
.text-link.is-active::after {
      width: 100%; }
.text-link.disabled {
    opacity: 0.5; }
.text-link.disabled:hover {
      cursor: not-allowed; }
.text-link.disabled::after {
      border-bottom: 0; }
ul li {
  font-size: 1.25rem;
  padding: .4rem 0; }
.nav-text-link {
  color: #8b959c;
  font-family: Helvetica, san-serif;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
.nav-text-link:hover, .nav-text-link:focus {
    color: #2A2E31;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.nav-text-link.medium {
    font-size: 1rem; }
.nav-text-link.is-active {
    color: #2A2E31; }
.nav-text-link.light {
    color: rgba(254, 254, 254, 0.75); }
.nav-text-link.light:hover, .nav-text-link.light:focus {
      color: #fefefe;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
.nav-text-link.light.is-active {
      color: #fefefe; }
.light {
  color: rgba(254, 254, 254, 0.75); }
.filter-text-link {
  color: #596268;
  font-family: Helvetica, san-serif;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease; }
.filter-text-link:hover, .filter-text-link:focus {
    color: #2A2E31;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
@-webkit-keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.863, 0, 0, 0, 0, 0.881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.89, 0, 0, 0, 0, 0.92, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.932, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.977, 0, 0, 0, 0, 1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.988, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.025, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.028, 0, 0, 0, 0, 1.066, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.042, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.042, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.039, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.03, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.027, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.013, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.01, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.996, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.994, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.992, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.993, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.998, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.001, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }
.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul {
  background: #fefefe;
  margin-left: 0; }
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 3px;
  margin: 0 auto;
  padding-top: 50px;
  background: #dee0e2;
  border-radius: 5px; }
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit; }
.timeline ul li div {
  position: relative;
  bottom: -10px;
  width: 500px;
  padding: 1.5rem;
  background: #f1f2f3;
  border-radius: 5px; }
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid; }
.timeline ul li:nth-child(odd) div {
  left: 45px; }
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f1f2f3 transparent transparent; }
.timeline ul li:nth-child(even) div {
  left: -539px; }
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f1f2f3; }
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px; }
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out; }
.timeline ul li.in-view::after {
  background: #B8D500; }
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
.timeline ul li:nth-child(odd) div {
  -webkit-transform: translate3d(200px, 0, 0);
          transform: translate3d(200px, 0, 0); }
.timeline ul li:nth-child(even) div {
  -webkit-transform: translate3d(-200px, 0, 0);
          transform: translate3d(-200px, 0, 0); }
.timeline ul li.in-view div {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  opacity: 1; }
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1150px) {
  .timeline ul li div {
    width: 450px; }
  .timeline ul li:nth-child(even) div {
    left: -489px;
    /*250+45-6*/ } }
@media screen and (max-width: 1000px) {
  .timeline ul li div {
    width: 400px; }
  .timeline ul li:nth-child(even) div {
    left: -459px;
    /*250+45-6*/ } }
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 350px; }
  .timeline ul li:nth-child(even) div {
    left: -389px;
    /*250+45-6*/ } }
@media screen and (max-width: 850px) {
  .timeline ul li {
    margin-left: 20px; }
  .timeline ul li div {
    width: calc(100vw - 65px); }
  .timeline ul li:nth-child(even) div {
    left: 25px; }
  .timeline ul li:nth-child(odd) div {
    left: 25px; }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f1f2f3 transparent transparent; } }
.timeline-header, .timeline-footer {
  color: #dee0e2; }
.timeline-footer {
  padding-top: 3rem; }
.video-embed {
  margin-top: 1rem;
  display: block; }
.wired-timeline {
  padding-top: 3rem; }
.services-accordion {
  background: none;
  margin-bottom: 3rem;
  margin-top: 0; }
.services-accordion-item .accordion-title {
  background: none;
  border: 0;
  border-bottom: 1px dashed #d0d4d7;
  color: #2A2E31;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 0 1.5rem;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease; }
.services-accordion-item .accordion-title h3 {
    color: #2A2E31;
    font-family: 'Proxima Nova Semibold', Helvetica, san-serif;
    margin: 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
.services-accordion-item .accordion-title::before {
    background-color: #fefefe;
    border: 1px solid #dee0e2;
    border-radius: 50%;
    color: #2A2E31;
    font-size: 2rem;
    height: 35px;
    line-height: 1.2;
    text-align: center;
    top: 33%;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease;
    width: 35px; }
@media screen and (max-width: 39.9375em) {
      .services-accordion-item .accordion-title::before {
        right: 0;
        top: 30%; } }
.services-accordion-item .accordion-title:focus, .services-accordion-item .accordion-title:active {
    background: none; }
@media screen and (max-width: 39.9375em) {
      .services-accordion-item .accordion-title:focus, .services-accordion-item .accordion-title:active {
        padding-left: 0; } }
@media screen and (max-width: 39.9375em) {
    .services-accordion-item .accordion-title .accordion-content {
      padding: 0; } }
.services-accordion-item .accordion-title:hover {
    color: #121416;
    padding-left: 1rem;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease; }
@media screen and (max-width: 39.9375em) {
      .services-accordion-item .accordion-title:hover {
        padding-left: 0; } }
.services-accordion-item .accordion-title:hover::before {
      background-color: #fafafa;
      border: 1px solid #c2c7cb;
      color: #121416;
      -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease;
      transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease, padding 0.3s ease; }
@media screen and (max-width: 39.9375em) {
    .services-accordion-item .accordion-title {
      font-size: 1.25rem; } }
.services-accordion-item:last-child .accordion-title {
  border-bottom: 0; }
.services-accordion-item.is-active .accordion-title {
  border: 0;
  color: #2A2E31;
  margin-bottom: 0;
  padding-left: 1rem; }
@media screen and (max-width: 39.9375em) {
    .services-accordion-item.is-active .accordion-title {
      padding-left: 0; } }
.services-accordion-item.is-active .accordion-title::before {
    font-size: 2rem;
    line-height: 1; }
.services-accordion-item.is-active .accordion-content {
  border: 0;
  border-bottom: 1px dashed #d0d4d7;
  padding-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
  .services-accordion-item .button {
    margin-bottom: 2rem; } }
.page-section-accordion :last-child > .accordion-content:last-child {
  border-bottom: 0; }
.accordion-content-item-cta img {
  margin-right: 0.5rem; }
.accordion-content {
  border: 0; }
.accordion-content .is-active {
    display: block; }
.featured-blog-post {
  margin-bottom: 5rem; }
.featured-blog-post img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.featured-blog-post:hover img {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
@media screen and (max-width: 39.9375em) {
    .featured-blog-post {
      margin-bottom: 3rem; } }
.blog-post-thumbnail img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.blog-post-thumbnail:hover img {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02); }
.featured-blog-post-meta {
  color: #8b959c; }
@media screen and (max-width: 39.9375em) {
  .case-study-thumbnail-large-image {
    margin-bottom: 1.5rem; } }
.featured-blog-post-content {
  padding-left: 2rem; }
@media screen and (max-width: 39.9375em) {
    .featured-blog-post-content {
      padding-left: 0.625rem; } }
.featured-blog-post-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }
.blog-post-thumbnail-title {
  color: #2A2E31;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1rem; }
.blog-post-thumbnail-meta {
  color: #8b959c;
  margin-top: 1.5rem; }
.blog-section-title {
  font-weight: 600;
  margin-bottom: 4rem;
  margin-top: 3rem; }
.post-thumbnail {
  display: block;
  margin-bottom: 3rem; }
.post-thumbnail:hover .post-thumbnail-image {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01); }
.post-thumbnail-image {
  margin-bottom: 1rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.post-thumbnail-image.large {
    margin-bottom: 1.5rem; }
.post-thumbnail-title {
  color: #2A2E31;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem; }
.post-thumbnail-title.large {
    line-height: 1.2; }
.post-thumbnail-title.margin-bottom {
    margin-bottom: 1rem; }
@media screen and (max-width: 39.9375em) {
    .post-thumbnail-title {
      margin-bottom: 0.2rem; } }
.post-thumbnail-meta {
  color: #8b959c;
  margin-bottom: 0; }
.post-thumbnail-meta.blog {
    margin-bottom: 1rem; }
.cow-card {
  color: #2A2E31;
  display: block;
  margin-bottom: 1rem;
  padding: 2rem;
  position: relative;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
.cow-card p {
    margin-bottom: 0; }
.cow-card.unlocked {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2); }
.cow-card:hover {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
    color: #2A2E31;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.cow-card-image {
  margin-bottom: 1rem; }
.cow-card-image svg {
    width: 100%; }
.cow-card-title {
  font-size: 1.5rem; }
.cow-card-new-label {
  background: #FF8A2E;
  border-radius: 3px;
  color: #fefefe;
  left: -20px;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 100px; }
.highlight-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  width: 100%; }
@media screen and (max-width: 39.9375em) {
    .highlight-info {
      margin-bottom: 0;
      min-height: auto; } }
.circle-side-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.circle-side-image img {
    border-radius: 50%; }
.circle-side-image .small-circle {
    height: 150px;
    position: relative;
    top: 250px;
    width: 150px; }
@media screen and (max-width: 39.9375em) {
    .circle-side-image {
      margin-bottom: 2rem; } }
.cow-dozer {
  bottom: 0;
  display: none;
  height: auto;
  position: fixed;
  right: 1rem;
  width: 100px;
  z-index: 99999; }
.cow-dozer.is-visible {
    -webkit-animation: jellyIn 1.2s;
            animation: jellyIn 1.2s;
    display: block; }
.cow-dozer svg {
    height: 100%;
    width: 100%; }
.cow-dozer:hover {
    cursor: pointer; }
.cow-holy {
  display: block;
  height: auto;
  position: fixed;
  right: 50%;
  top: -100px;
  width: 100px;
  z-index: 99999; }
.cow-holy svg {
    height: 100%;
    width: 100%; }
.cow-holy.descend {
    -webkit-animation: descend 55s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes descend {
  0% {
    top: -100px; }
  100% {
    top: 110%; } }
@keyframes descend {
  0% {
    top: -100px; }
  100% {
    top: 110%; } }
.upcoming-event-post-content {
  margin-left: 1.5rem; }
@media screen and (max-width: 39.9375em) {
    .upcoming-event-post-content {
      margin-left: 0;
      margin-top: 1rem; } }
.upcoming-event-post-speaker {
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem; }
.upcoming-event-post-speaker-subtitle {
  color: #8b959c;
  font-weight: 400; }
.upcoming-event-post-image {
  width: 100%; }
.upcoming-event-post-image.event-highlight-image-alt {
    margin-bottom: 1rem; }
@media screen and (max-width: 39.9375em) {
    .upcoming-event-post-image {
      margin-bottom: 1rem; } }
.featured-blog-post-meta {
  color: #8b959c; }
.featured-blog-post-title {
  font-family: 'Proxima Nova Semibold', Helvetica, san-serif;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }
.rsvp-button {
  margin-right: 0.5rem; }
.event-hero-section {
  color: #fefefe;
  padding: 10rem 0 15rem; }
@media screen and (max-width: 39.9375em) {
    .event-hero-section.soapbox-mobile {
      padding: 5rem 0 22rem; } }
@media screen and (max-width: 39.9375em) {
    .event-hero-section {
      padding: 5rem 0 8rem; } }
.hero-callout {
  margin: 0 auto;
  position: relative; }
.hero-callout-content {
  background-color: #fefefe;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 800px;
  padding: 2rem;
  position: absolute;
  top: -200px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  z-index: 999;
  max-width: 370px;
  width: 90%; }
@media print, screen and (min-width: 40em) {
    .hero-callout-content {
      max-width: 700px;
      width: 90%; } }
@media print, screen and (min-width: 64em) {
    .hero-callout-content {
      max-width: auto; } }
.hero-callout-content.orbit {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
@media screen and (max-width: 39.9375em) {
    .hero-callout-content.soapbox-mobile {
      top: -330px; } }
@media screen and (max-width: 39.9375em) {
    .hero-callout-content {
      padding: 0.5rem;
      top: -110px; } }
.hero-rsvp-event-details-header {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase; }
.event-callout-title {
  margin-bottom: 1.5rem; }
@media screen and (max-width: 39.9375em) {
    .event-callout-title {
      line-height: 1.4;
      margin-bottom: 1rem; } }
.event-callout-info {
  font-weight: 400;
  margin-bottom: 1.5rem;
  margin-left: 0; }
.event-callout-info li {
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 0.2rem 0 0.2rem 2rem;
    position: relative; }
@media screen and (max-width: 39.9375em) {
      .event-callout-info li {
        font-size: 1rem;
        line-height: 1.5rem; } }
.event-callout-info img {
    left: 0;
    margin-right: 1rem;
    position: absolute;
    top: 0.6rem;
    width: 1rem; }
@media screen and (max-width: 39.9375em) {
    .event-callout-info {
      margin-bottom: 1rem; } }
.rsvp-callout-header {
  font-weight: 600;
  margin-top: 3rem; }
.rsvp-callout {
  border-bottom: 1px dashed #cacaca;
  border-top: 1px dashed #cacaca;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  padding-top: 3rem; }
.event-callout-img {
  padding-left: 0; }
@media screen and (max-width: 39.9375em) {
    .event-callout-img {
      margin-bottom: 1.5rem;
      padding-right: 0; } }
.event-callout-desc {
  padding-left: 1.5rem;
  padding-right: 0; }
.event-paragraph {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .event-paragraph {
      margin-bottom: 1.5rem; } }
.event-speaking-prezo {
  margin-bottom: 2rem; }
@media screen and (max-width: 39.9375em) {
    .event-speaking-prezo {
      margin-bottom: 0; } }
.event-callout-message {
  margin-bottom: 0; }
@media screen and (max-width: 39.9375em) {
    .event-callout-message {
      margin-bottom: 1rem; } }
.upcoming-event-post {
  margin-bottom: 5rem; }
@media screen and (max-width: 39.9375em) {
    .upcoming-event-post {
      margin-bottom: 2rem; } }
.view-in-notable {
  margin-top: 1rem; }
@media screen and (max-width: 39.9375em) {
    .view-in-notable {
      margin-top: 2rem; } }
.cow-palace-menu {
  display: block;
  height: 40px;
  position: relative;
  top: 10px;
  width: 40px; }
.cow-palace-menu svg {
    width: 100%; }
.cow-palace-menu svg path {
      fill: rgba(254, 254, 254, 0.5);
      -webkit-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
.cow-palace-menu svg:hover path {
      fill: rgba(254, 254, 254, 0.9);
      -webkit-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
.footer-nav {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#E0F0D0));
  background-color: linear-gradient(to right, #FFFFFF, #E0F0D0); 
  padding: 2rem;
  width: 100%; }
.footer-nav-left, .footer-nav-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: #fefefe; }
@media print, screen and (min-width: 40em) {
    .footer-nav-left, .footer-nav-right {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.footer-nav-left a, .footer-nav-right a {
    color: #fefefe; }
.footer-nav-left a:hover, .footer-nav-left a:focus, .footer-nav-right a:hover, .footer-nav-right a:focus {
      color: #fefefe; }
@media screen and (max-width: 39.9375em) {
      .footer-nav-left a, .footer-nav-right a {
        font-size: 1rem; } }
@media screen and (max-width: 39.9375em) {
    .footer-nav-left, .footer-nav-right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      min-width: initial; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
.footer-nav-left, .footer-nav-right {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.footer-nav-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
@media print, screen and (min-width: 40em) {
    .footer-nav-center {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.footer-nav-menu {
  list-style: none;
  margin-bottom: 0;
  text-align: center; }
@media screen and (max-width: 39.9375em) {
    .footer-nav-menu {
      margin-left: 0; } }
.footer-nav-menu-item {
  display: inline-block;
  margin-right: 2.5rem; }
.footer-nav-menu-item a {
    color: #7F292C;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.footer-nav-menu-item a:hover, .footer-nav-menu-item a:focus {
      color: #fefefe;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
.footer-nav-menu-item:last-of-type {
    margin-right: 0; }
@media screen and (max-width: 39.9375em) {
    .footer-nav-menu-item {
      display: block;
      font-size: 1rem;
      margin: 0; }
      .footer-nav-menu-item.social {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 1rem; }
      .footer-nav-menu-item.cow-palace-menu {
        margin: 0 auto;
        top: -2px; } }
.footer-social-icon {
  height: 1.25rem;
  margin: 0;
  width: 1.50rem; }
.footer-contact {
  background-color: #2A2E31;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding: 5rem 0 8rem; }
@media screen and (max-width: 39.9375em) {
    .footer-contact {
      background-image: none;
      padding: 4rem 0; } }
.footer-contact-form {
  margin-top: 2rem; }
@media screen and (max-width: 39.9375em) {
    .footer-contact-form {
      margin-top: 0.5rem; } }
.footer-contact-form label {
    color: #fefefe;
    font-family: 'Proxima Nova Bold', Helvetica, san-serif;
    font-weight: 600; }
.footer-contact-form [type='text'], .footer-contact-form [type='email'] {
    background-color: #3d4347;
    border: 1px solid #4d555a;
    border-radius: 5px;
    color: #fefefe;
    height: 2.55rem;
    padding-left: 1rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.footer-contact-form [type='text']:focus, .footer-contact-form [type='text']:focus, .footer-contact-form [type='email']:focus, .footer-contact-form [type='email']:focus {
      background-color: #1e2123;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
.footer-contact-form ::-webkit-input-placeholder {
    color: #8b959c; }
.footer-contact-form ::-moz-placeholder {
    color: #8b959c; }
.footer-contact-form :-ms-input-placeholder {
    color: #8b959c; }
.footer-contact-form :-moz-placeholder {
    color: #8b959c; }
.form-contact-form-button {
  margin-top: 1rem; }
.beam, .cow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.beam {
  left: calc(50% - 30px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
.cow-section {
  overflow-y: hidden;
  position: relative; }
.cow {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  display: block;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 100000; }
.is-beaming .beam {
  -webkit-animation: beamDown 0.5s, beamWiden 1s, beamClose 0.3s;
  -webkit-animation-delay: 0s, 1.5s, 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #FFFEEE;
  -webkit-box-shadow: 0 0 28px -1px rgba(255, 254, 238, 0.74);
          box-shadow: 0 0 28px -1px rgba(255, 254, 238, 0.74);
  height: 1200px;
  left: calc(50% - 30px);
  position: absolute;
  top: -1000px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px; }
.is-beaming .cow {
  -webkit-animation: beamUpCow 2.2s;
  -webkit-animation-delay: 4.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
@-webkit-keyframes beamDown {
  0% {
    top: -1000px;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); }
  100% {
    top: 0;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); } }
@keyframes beamDown {
  0% {
    top: -1000px;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); }
  100% {
    top: 0;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); } }
@-webkit-keyframes beamWiden {
  0% {
    top: 0;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); }
  100% {
    top: -1000px;
    -webkit-transform: perspective(40px) rotateX(10deg);
            transform: perspective(40px) rotateX(10deg); } }
@keyframes beamWiden {
  0% {
    top: 0;
    -webkit-transform: rotateX(2deg);
            transform: rotateX(2deg); }
  100% {
    top: -1000px;
    -webkit-transform: perspective(40px) rotateX(10deg);
            transform: perspective(40px) rotateX(10deg); } }
@-webkit-keyframes beamUpCow {
  0% {
    -webkit-transform: perspective(40px) translate(-50%, 0) rotate(0);
            transform: perspective(40px) translate(-50%, 0) rotate(0); }
  80% {
    -webkit-transform: perspective(40px) translate(-50%, -50px) rotate(5deg);
            transform: perspective(40px) translate(-50%, -50px) rotate(5deg); }
  100% {
    -webkit-transform: perspective(40px) translate(-50%, -1030px) rotate(12deg);
            transform: perspective(40px) translate(-50%, -1030px) rotate(12deg); } }
@keyframes beamUpCow {
  0% {
    -webkit-transform: perspective(40px) translate(-50%, 0) rotate(0);
            transform: perspective(40px) translate(-50%, 0) rotate(0); }
  80% {
    -webkit-transform: perspective(40px) translate(-50%, -50px) rotate(5deg);
            transform: perspective(40px) translate(-50%, -50px) rotate(5deg); }
  100% {
    -webkit-transform: perspective(40px) translate(-50%, -1030px) rotate(12deg);
            transform: perspective(40px) translate(-50%, -1030px) rotate(12deg); } }
@-webkit-keyframes beamClose {
  0% {
    width: 60px; }
  100% {
    width: 0; } }
@keyframes beamClose {
  0% {
    width: 60px; }
  100% {
    width: 0; } }
.footer-soapbox {
  background-color: #2A2E31;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5rem 0 7rem; }
.footer-soapbox-desc {
  margin-top: 1rem; }
form {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
label {
  color: #2A2E31;
  font-family: 'Proxima Nova Bold';
  font-size: 1rem;
  font-weight: 600; }
.radio-inline li {
  display: inline; }
[type='text'], textarea {
  border-radius: 5px;
  height: 2.55rem;
  padding-left: 1rem; }
input:-moz-placeholder {
  color: #999; }
input::-webkit-input-placeholder {
  color: #999; }
.intro {
  color: #fefefe;
  color: #000000;
  position: relative; }
.intro.wired p {
    color: rgba(254, 254, 254, 0.75); }
.intro.wtsbook-hero {
    background-image: url(/packs/img/work/wtsbooks/wtsbooks-hero-bg-ac45a4b8b6af72ba3b9563e21595331a.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain; }
.intro.wired-rcs {
    background-color: #087A94; }
.intro.wired-family {
    background-color: #8B3470; }
.intro.wired-raft {
    background-color: #1A7E56; }
.intro.wired-pie-ranch {
    background-color: #B95623; }
.intro.wired-dst {
    background-color: #7F317A; }
.intro.wired-lsa {
    background-color: #F96F50; }
.intro.wired-rebuilding {
    background-color: #7BC043; }
.intro.wired-sacred-heart {
    background-color: #B32A30; }
.intro.wired-second-harvest {
    background-color: #e8ac0a; }
.intro-content {
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  position: relative;
  text-align: center;
  z-index: 10; }
.intro-signup {
  pointer-events: auto;
  position: relative;
  z-index: 10; }
.intro-sign-up-input [type='text'], .intro-sign-up-input [type='email'] {
  background-color: #3d4347;
  border: 1px solid #4d555a;
  border-radius: 5px 0 0 5px;
  color: #fefefe;
  height: 2.55rem;
  padding-left: 1rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
.intro-sign-up-input [type='text']:focus, .intro-sign-up-input [type='email']:focus {
    background-color: #1e2123;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
.intro-sign-up-input ::-webkit-input-placeholder {
  color: #8b959c; }
.intro-sign-up-input ::-moz-placeholder {
  color: #8b959c; }
.intro-sign-up-input :-ms-input-placeholder {
  color: #8b959c; }
.intro-sign-up-subscribe-button .button.primary.light {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.subscribe-callout-header {
  margin-bottom: 0.75rem;
  margin-top: 2rem; }
.modal {
  background: #fefefe;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  color: #2A2E31;
  height: auto;
  left: calc(50% - (600px/2));
  max-width: 600px;
  padding: 1.5rem;
  position: fixed;
  top: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 9999999; }
@media screen and (max-width: 39.9375em) {
    .modal {
      height: 100%;
      left: 0;
      max-height: none;
      top: 0; } }
.modal.is-visible {
    -webkit-animation: jellyIn 1000ms linear both;
            animation: jellyIn 1000ms linear both;
    display: block; }
.modal.is-hidden {
    display: none; }
.overlay {
  background: rgba(10, 10, 10, 0.3); 
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999; }
.overlay.is-visible {
    display: block; }
.modal-title {
  margin-bottom: 1rem; }
.modal-body {
  font-size: 1rem; }
.modal-cow-image {
  margin-bottom: 1rem;
  margin-top: 1rem; }
.modal-cow {
  display: none;
  max-height: 500px;
  overflow: scroll; }
@media screen and (max-width: 39.9375em) {
    .modal-cow {
      height: 100%;
      left: 0;
      max-height: none;
      top: 0; } }
.beam-button.shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
svg.cow:hover {
  cursor: pointer; }
.cow-modal-logo {
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 300px; }
.cow-modal-logo svg path {
    fill: #E5E5E5; }
.reveal.full.cow-modal {
  padding: 3rem; }
.cow-modal-title, .cow-modal-progress {
  color: #2A2E31;
  font-size: 1.5rem;
  letter-spacing: normal; }
.cow-modal-progress {
  margin-bottom: 4rem; }
.cow-palace-modal {
  color: #2A2E31; }
.h-100vh {
  height: 100vh; }
@media screen and (max-width: 39.9375em) {
    .h-100vh {
      height: auto; } }
.cow-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media screen and (max-width: 39.9375em) {
    .cow-detail {
      margin-bottom: 3rem;
      margin-top: 3rem; } }
.cow-details-left {
  padding-left: 5rem; }
@media screen and (max-width: 39.9375em) {
    .cow-details-left {
      padding-left: 1rem; } }
.cow-art {
  height: 100%;
  padding: 4rem;
  width: 100%; }
.cow-art svg {
    height: 100%;
    width: 100%; }
.moon-curve {
  background: #fff;
  padding-bottom: 2rem;
  position: relative; }
.moon-curve::after {
    background-image: url(/packs/img/curve-bg-576672200f6225a05f88cc5aabeee29f.svg);
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 40px;
    position: absolute;
    top: calc(-40px + 1px);
    width: 100%;
    z-index: 1; }
@media screen and (max-width: 39.9375em) {
      .moon-curve::after {
        height: 20px;
        top: calc(-20px + 1px); } }
.main-nav {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  padding-top: 2rem;
  z-index: 10; }
.main-nav-left, .main-nav-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  z-index: 10; }
@media print, screen and (min-width: 40em) {
    .main-nav-left, .main-nav-right {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.main-nav-left a, .main-nav-right a {
    color: #fefefe;
    position: relative;
    text-decoration: none; }
.main-nav-left a:hover, .main-nav-left a:focus, .main-nav-right a:hover, .main-nav-right a:focus {
      color: #fefefe; }
.main-nav-center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
  z-index: 10; }
@media print, screen and (min-width: 40em) {
    .main-nav-center {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.main-nav-logo, .main-nav-menu, .main-nav-cta {
  margin-bottom: 0;
  z-index: 10; }
.main-nav-logo {
  margin-left: 0.5rem;
  top: 2px; }
@media screen and (max-width: 39.9375em) {
    .main-nav-logo {
      margin-left: 0; } }
.inject {
  margin-top: -1.0rem;
}	  
.main-nav-menu {
  list-style: none;
  text-align: center;
  z-index: 10; }
.main-nav-menu-item {
  display: inline-block;
  font-size: 1rem;
  margin-right: 3rem;
  z-index: 10; }
.main-nav-menu-item:last-of-type {
    margin-right: 0; }
@media screen and (max-width: 63.9375em) {
  .main-nav-menu {
    margin-left: 0; }
  .main-nav-logo {
    left: 1rem;
    position: fixed;
    top: 1rem;
    z-index: 100000; }
  .main-nav-center-small {
    background: #2A2E31;
    display: none;
    height: 100%;
    left: 0;
    padding-top: 4rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
    .main-nav-center-small.is-active {
      display: block; }
  .main-nav-menu-item {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
    text-align: center; }
    .main-nav-menu-item a {
      color: #fff;
      font-size: 1.9rem; }
      .main-nav-menu-item a::after {
        top: 2.25rem; } }
@media screen and (max-width: 63.9375em) and (max-width: 39.9375em) {
      .main-nav-menu-item a {
        font-size: 1.5rem; } }
@media screen and (max-width: 63.9375em) {
  .burger {
    cursor: pointer;
    padding: 12px 0;
    position: fixed;
    right: 1rem;
    top: 0.7rem;
    z-index: 1000000; }
    .burger .slice {
      background: #fefefe;
      display: block;
      height: 2px;
      position: relative;
      -webkit-transition: -webkit-transform .25s ease-in-out;
      transition: -webkit-transform .25s ease-in-out;
      transition: transform .25s ease-in-out;
      transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
      width: 22px; }
      .burger .slice::before, .burger .slice::after {
        background: #fefefe;
        content: '';
        height: 2px;
        position: absolute;
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
        width: 22px; }
      .burger .slice::before {
        top: -8px; }
      .burger .slice::after {
        top: 8px; }
    .burger.is-active .slice {
      background: transparent;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .burger.is-active .slice::before {
        -webkit-transform: rotate(45deg) translate(5px, 6px);
            -ms-transform: rotate(45deg) translate(5px, 6px);
                transform: rotate(45deg) translate(5px, 6px); }
      .burger.is-active .slice::after {
        -webkit-transform: rotate(-45deg) translate(5px, -6px);
            -ms-transform: rotate(-45deg) translate(5px, -6px);
                transform: rotate(-45deg) translate(5px, -6px); } }
@media screen and (max-width: 39.9375em) {
  .sub-nav-links::after {
    background: -webkit-gradient(linear, right top, left top, from(#fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(to left, #fefefe, rgba(254, 254, 254, 0));
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    width: 35px;
    z-index: 999; }
  .sub-nav-links li {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: left; }
    .sub-nav-links li:last-of-type {
      padding-right: 3rem; } }
.scroll-menu {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  max-width: none;
  overflow: hidden;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100%;
  z-index: 99999; }
.scroll-navbar {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  max-width: none;
  overflow: hidden;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 100%;
  z-index: 99999; }
.scroll-navbar.mobile {
    padding-bottom: 50px; }
.scroll-navbar.hide-nav {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

@media screen and (max-width: 63.9375em) {
    .change {
      padding: 0; } }
.page-section-sub-nav {
  list-style: none; }
.page-section-sub-nav-link {
  display: inline-block;
  margin-right: 3rem;
  position: relative; }
.page-section-sub-nav-link:last-of-type {
    margin-right: 0; }
@media screen and (max-width: 39.9375em) {
    .page-section-sub-nav-link {
      margin-right: 2rem; } }
.sub-nav-scroll {
  background: white;
  display: block;
  height: 55px;
  left: 0;
  margin-left: 0;
  padding-top: 0.25rem;
  position: absolute;
  top: 0;
  width: 100%; }
@media screen and (max-width: 39.9375em) {
    .sub-nav-scroll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 1.5rem;
      padding-top: 0.25rem; }
      .sub-nav-scroll::before, .sub-nav-scroll::after {
        display: table;
        content: ' ';
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .sub-nav-scroll::after {
        clear: both; } }
.sub-nav-scroll.links-overflow {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto; }
.sub-nav-links {
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out; }
.sub-nav-links.fixed {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
.sub-nav-links.pushed {
    top: 56px; }
@media screen and (max-width: 63.9375em) {
      .sub-nav-links.pushed {
        top: 50px; } }
.subnav-dropdown-links {
  margin-left: 0; }
.subnav-dropdown-links li {
    font-size: 1rem;
    line-height: 1.4;
    list-style: none;
    padding: 0.65rem 1rem;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
.subnav-dropdown-links li:hover {
      background-color: whitesmoke;
      -webkit-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease; }
.dropdown-pane {
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0.5rem 0;
  text-align: left; }
.dropdown-arrow::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c2c7cb;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: -18px;
  top: 6px;
  width: 0; }
.orbit-container {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3); }
.orbit-container li {
    padding: 0; }
.pagination .current {
  background: #2A2E31;
  border-radius: 5px;
  font-weight: 600; }
.pagination li {
  font-size: 1.25rem; }
.pagination li a:hover, .pagination li a:focus {
    border-radius: 5px; }
.pagination-nav {
  margin-bottom: 2rem;
  margin-top: 2rem; }
.particles-stage {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  width: 100%; }
.particles-stage.is-loaded {
    opacity: 1; }
.about-profile {
  display: block;
  margin-bottom: 2.5rem; }
.about-profile:hover .about-avatar-img {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
.about-avatar-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding-bottom: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%; }
.about-avatar-img.bryan-profile-large {
    background-image: url(/packs/img/about/team-profiles/bryan-profile-large-63b473da872966b81059b59e6b061053.jpg); }
.about-avatar-img.bryan {
    background-image: url(/packs/img/about/team-profiles/bryan-profile-491b2b1393fb32a8d638b02a49f8074d.png); }
.about-avatar-img.chris {
    background-image: url(/packs/img/about/team-profiles/chris-profile-e50e276f5c7cfe3cc7af0f78c49aed04.png); }
.about-avatar-img.christine {
    background-image: url(/packs/img/about/team-profiles/christine-profile-ff52fc86d6cf1671fbd620e5c12bf1d1.png); }
.about-avatar-img.daniel {
    background-image: url(/packs/img/about/team-profiles/daniel-profile-3985891496d4e8abd9ebc06baed7d4f1.png); }
.about-avatar-img.jen {
    background-image: url(/packs/img/about/team-profiles/jen-profile-4100140eed3a9f286353b01ac1bfe2a5.png); }
.about-avatar-img.john {
    background-image: url(/packs/img/about/team-profiles/john-profile-5109f06c235b7885f94f143d0c91a257.png); }
.about-avatar-img.jon {
    background-image: url(/packs/img/about/team-profiles/jon-profile-7ac5912e521efebe1ee744492cb384b5.png); }
.about-avatar-img.jordan {
    background-image: url(/packs/img/about/team-profiles/jordan-profile-424950d2694dc7175d61eb092d0a6758.png); }
.about-avatar-img.kball {
    background-image: url(/packs/img/about/team-profiles/kball-profile-c61c99ff73456f193679aa6af3bb72c9.png); }
.about-avatar-img.kevin {
    background-image: url(/packs/img/about/team-profiles/kevin-profile-909232066d485840502c2de6f5b03096.png); }
.about-avatar-img.laurel {
    background-image: url(/packs/img/about/team-profiles/laurel-profile-5aa4eb04addbad196b70cd233f8dd8d8.png); }
.about-avatar-img.nathalie {
    background-image: url(/packs/img/about/team-profiles/nathalie-profile-5d9937e9c5aafb35fee3328a94784c7b.png); }
.about-avatar-img.nick {
    background-image: url(/packs/img/about/team-profiles/nick-profile-1c1416f8bf0018922a6971f2ef697b60.png); }
.about-avatar-img.rafi {
    background-image: url(/packs/img/about/team-profiles/rafi-profile-a06d66786a6f9222ec6fb22ad77ffc15.png); }
.about-avatar-img.rene {
    background-image: url(/packs/img/about/team-profiles/rene-profile-c77ad2e9a12f1b0febc5521818636e5c.png); }
.about-avatar-img.ryan {
    background-image: url(/packs/img/about/team-profiles/ryan-profile-038f9e26ce1a077298081caeaea90cf1.png); }
.about-avatar-img.shannon {
    background-image: url(/packs/img/about/team-profiles/shannon-profile-30397f4b12bb9dafe47cb21a0a768ce0.png); }
.about-avatar-img.shawna {
    background-image: url(/packs/img/about/team-profiles/shawna-profile-a0c6550bc00e2a30c8331b7a4f5a76d3.png); }
.about-avatar-img.tim {
    background-image: url(/packs/img/about/team-profiles/tim-profile-5fcfdae0b28853323d3e85080fa72c62.png); }
.about-avatar-img.zoran {
    background-image: url(/packs/img/about/team-profiles/zoran-profile-ce4c15234f71a1dfbf5999bbbfc1664b.png); }
.about-avatar-img.vader {
    background-image: url(/packs/img/about/team-profiles/vader-profile-5122087e603366cbc7d65cb5da48a8f6.png); }
.about-profile-name {
  color: #2A2E31;
  font-weight: 600; }
.bryan-social-icon {
  height: 40px;
  width: 40px; }
@media screen and (max-width: 39.9375em) {
    .bryan-social-icon {
      height: 35px;
      width: 35px; } }
.social-links {
  margin-bottom: 0;
  margin-left: 0; }
.social-link-icon {
  display: inline-block;
  margin-right: 2.5rem; }
.social-link-icon a {
    color: #a7aeb3;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
.social-link-icon a:hover, .social-link-icon a:focus {
      color: #fefefe;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
.social-link-icon:last-of-type {
    margin-right: 0; }
@media screen and (max-width: 39.9375em) {
    .social-link-icon {
      font-size: 1rem;
      margin-right: 1rem; } }
.tabs {
  background: none;
  border: 0; }
.tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  width: 100%; }
@media screen and (max-width: 39.9375em) {
    .tabs-container {
      margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
  .tabs-panel {
    padding-left: 0;
    padding-right: 0; } }
.tabs-title > a {
  color: #c2c7cb;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
.tabs-title > a:focus {
    background: none;
    color: #2A2E31; }
.tabs-title > a:hover {
    background: none;
    color: #2A2E31;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.tabs-title > a[aria-selected='true'] {
  background: none;
  color: #2A2E31; }
.tabs-content {
  background: none;
  border: 0; }
.tabs-content h3 {
    margin-bottom: 1.5rem; }
.tabs-content h5 {
    margin-bottom: 1rem; }
.tabs-content ul {
    list-style: disc; }
input[type='search'] {
  border-radius: 3px;
  width: 90%; }
.expanding-search input[type='search'] {
  background: #fff url(/packs/img/blog/search-icon-22aed94082a49623a43f360348ff2c39.svg) no-repeat 8px center;
  border: solid 1px #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: transparent;
  cursor: pointer;
  padding: 9px 10px 9px 36px;
  -webkit-transition: border 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: border 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: border 0.5s ease, box-shadow 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease;
  transition: border 0.5s ease, box-shadow 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
  width: 40px; }
.expanding-search input[type='search']:-moz-placeholder {
    color: transparent; }
.expanding-search input[type='search']::-webkit-input-placeholder {
    color: transparent; }
.expanding-search input[type='search']:hover {
    background-color: #fff; }
.expanding-search input[type='search']:focus {
    background-color: #fff;
    border-color: #c2c7cb;
    -webkit-box-shadow: 0 0 5px rgba(193, 193, 193, 0.5);
            box-shadow: 0 0 5px rgba(193, 193, 193, 0.5);
    color: #000;
    cursor: auto;
    padding-left: 36px;
    -webkit-transition: border 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: border 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
    transition: border 0.5s ease, box-shadow 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease;
    transition: border 0.5s ease, box-shadow 0.5s ease, color 0.5s ease, padding 0.5s ease, width 0.5s ease, -webkit-box-shadow 0.5s ease;
    width: 160px; }
.search-dropdown {
  padding-left: 2rem;
  padding-top: 1rem; }
.four-oh-four {
  background: #2A2E31;
  color: #fefefe;
  height: 100vh;
  overflow: hidden;
  width: 100vw; }
.four-oh-four-title, .four-oh-four-sub-title {
  color: #fefefe;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 99999; }
.tall-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 99999; }
.tall-row .container {
    max-width: 800px; }
.space-cow {
  -webkit-animation: spaceFloat 35s;
          animation: spaceFloat 35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
  display: block;
  height: auto;
  position: absolute;
  width: 200px;
  z-index: 999999; }
.space-cow svg {
    height: auto;
    width: 100%; }
@-webkit-keyframes spaceFloat {
  0% {
    left: -60%;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spaceFloat {
  0% {
    left: -60%;
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.about-profile-title {
  font-weight: 800;
  margin-bottom: 1.2rem; }
.about-profile-photos {
  margin-bottom: 5rem;
  margin-top: 4rem; }
.about-profile-bio-title {
  font-weight: 800; }
.reveal.full {
  padding: 0; }
.reveal.full.profile-modal {
    -webkit-overflow-scrolling: touch;
    z-index: 999999; }
.reveal.full .about-profile-left-column {
    background-color: #f1f2f3;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    padding: 2rem;
    position: fixed; }
@media screen and (max-width: 39.9375em) {
      .reveal.full .about-profile-left-column {
        background-color: #fff;
        height: auto;
        overflow-y: auto;
        padding: 2rem 1rem;
        position: relative; } }
.reveal.full .about-profile-middle-column {
    margin-left: 25%;
    padding: 2rem 4rem; }
.reveal.full .about-profile-middle-column p {
      font-size: 1rem;
      line-height: 1.5; }
@media screen and (max-width: 39.9375em) {
      .reveal.full .about-profile-middle-column {
        margin-left: 0;
        padding: 0 1.625rem; } }
.reveal.full .about-profile-right-column {
    padding: 5rem 3rem 2rem 0; }
.reveal.full .about-profile-right-column img {
      margin-bottom: 1.5rem; }
@media screen and (max-width: 39.9375em) {
      .reveal.full .about-profile-right-column {
        padding: 0 1.625rem; } }
.reveal.full .about-avatar-img {
    padding: 20%;
    width: 20%; }
.reveal.full .about-profile-bullet-list {
    margin-top: 3rem; }
.reveal.full .about-profile-bullet-list strong, .reveal.full .about-profile-bullet-list h6 {
      font-size: 1rem;
      font-weight: 600; }
.reveal.full .about-profile-bullet-list p {
      line-height: 1;
      margin-bottom: 0; }
.reveal.full .about-profile-bullet-list ul {
      list-style-type: none;
      margin-left: 0; }
.reveal.full .about-profile-bullet-list li {
      color: #42484c;
      font-size: 0.85rem; }
.reveal.full .about-profile-bio-title {
    font-weight: 600; }
.reveal.full .about-profile-bio-bullet {
    color: #42484c;
    font-size: 0.85rem; }
.reveal.full .about-profile-about {
    font-size: 1rem;
    line-height: 1.5; }
.reveal.full .close-button {
    position: fixed;
    right: 1rem;
    top: 1rem; }
.blog-hero-section {
  color: #fefefe;
  padding: 8rem 0 23rem; }
@media screen and (max-width: 39.9375em) {
    .blog-hero-section {
      padding: 4rem 0 9rem; } }
.blog-image {
  margin-bottom: 4rem;
  margin-top: 3rem; }
.blog-full-width-image {
  margin-bottom: 3rem;
  margin-top: 4rem; }
.blog-quote {
  border-left: 2px solid #dee0e2;
  color: #2A2E31;
  margin-bottom: 4rem;
  margin-top: 4rem;
  padding: 0;
  padding-left: 3rem; }
.blog-quote h3 {
    font-family: 'Proxima Nova Regular';
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem; }
.blog-tags {
  list-style: none;
  margin-bottom: 4rem;
  margin-left: 0;
  margin-top: 4rem; }
.blog-tags li {
    display: inline;
    margin-right: 1rem; }
.blog-tldr {
  border: 1px solid #dee0e2;
  border-radius: 5px;
  margin-bottom: 4rem;
  margin-top: 3rem;
  padding: 2rem; }
.blog-tldr-title {
  margin-bottom: 3rem;
  margin-top: 1rem; }
.blog-tldr-section-title {
  margin-bottom: 1.5rem; }
.bryan-intro {
  padding-top: 5rem; }

.custom-body-bg-color .page-subtitle {
    color: rgba(254, 254, 254, 0.75); }
.custom-body-bg-color .main-nav-center a {
    color: rgba(254, 254, 254, 0.75); }
.custom-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.case-study-hero-section {
  color: #fefefe;
  padding: 8rem 0 23rem; }
@media screen and (max-width: 39.9375em) {
    .case-study-hero-section {
      padding: 5rem 0 9.5rem; } }
.case-study-hero-section .case-study-paragraph {
    margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
      .case-study-hero-section .case-study-paragraph {
        margin-bottom: 2rem; } }
.case-study-section {
  color: #fefefe;
  padding: 2.5rem 0 3rem; }
.case-study-section .case-study-paragraph {
    margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
      .case-study-section .case-study-paragraph {
        margin-bottom: 1.5rem; } }
.paysa-body-bg-color {
  background: #313243; }
.paysa-body-bg-color .page-subtitle {
    color: #9193af; }
.paysa-body-bg-color .main-nav-center a {
    color: #afb0c4; }
.paysa-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.tcl-body-bg-color {
  background: -webkit-gradient(linear, left top, right top, from(#1D87EC), to(#28DBCD));
  background: linear-gradient(to right, #1D87EC, #28DBCD); }
.tcl-body-bg-color .page-subtitle {
    color: #d9ebfc; }
.tcl-body-bg-color .main-nav-center a {
    color: white; }
.tcl-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.wtsbooks-body-bg-color {
  background: -webkit-gradient(linear, left top, right top, from(#FFB500), to(#EE9223));
  background: linear-gradient(to right, #FFB500, #EE9223); }
.wtsbooks-body-bg-color .page-subtitle {
    color: #fdf0e0; }
.wtsbooks-body-bg-color .main-nav-center a {
    color: white; }
.wtsbooks-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.iqtell-body-bg-color {
  background: #00a3e8; }
.iqtell-body-bg-color .page-subtitle {
    color: #b5e9ff; }
.iqtell-body-bg-color .main-nav-center a {
    color: #e8f8ff; }
.iqtell-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.gutter-content {
  color: #717b83;
  font-size: 0.85rem; }
.gutter-content p {
    font-size: 0.85rem;
    line-height: 1.5; }
.gutter-content-links {
  list-style: none;
  margin-left: 0; }
.gutter-content-links li {
    padding-bottom: 0;
    padding-top: 0; }
.gutter-content-links li .text-link.disabled {
      opacity: 1; }
.gutter-content-links li .text-link:hover {
      cursor: auto; }
.case-study-image {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .case-study-image {
      margin-bottom: 1.5rem; } }
.case-study-full-width-image {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .case-study-full-width-image {
      margin-bottom: 1.5rem; } }
.case-study-sketches-image {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .case-study-sketches-image {
      margin-bottom: 1.5rem; } }
.case-study-quote {
  border-left: 2px solid #dee0e2;
  color: #2A2E31;
  margin-bottom: 4rem;
  margin-top: 1rem;
  padding: 0;
  padding-left: 3rem; }
.case-study-quote h3 {
    font-family: 'Proxima Nova Regular';
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem; }
@media screen and (max-width: 39.9375em) {
    .case-study-quote {
      padding-left: 1.5rem; } }
.case-study-design-insight {
  border-left: 0;
  color: #2A2E31;
  margin-bottom: 4rem;
  margin-top: 1rem;
  padding: 0;
  padding-left: 3rem;
  position: relative; }
.case-study-design-insight h3 {
    font-family: 'Proxima Nova Regular';
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem; }
.case-study-design-insight ::before {
    background: url(/packs/img/work/design-insight-b9345d968ae4e2e030bde6b1e4ec0fa7.svg) no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    float: left;
    height: 30px;
    left: 0;
    margin: 0 6px 0 0;
    position: absolute;
    width: 30px; }
@media screen and (max-width: 39.9375em) {
    .case-study-design-insight {
      margin-bottom: 3rem;
      margin-top: 0; }
      .case-study-design-insight ::before {
        background-size: 25px 25px;
        height: 25px;
        left: 5px;
        margin: 0 6px 0 0;
        width: 25px; } }
.case-study-tags {
  list-style: none;
  margin-bottom: 4rem;
  margin-left: 0;
  margin-top: 3rem; }
.case-study-tags li {
    display: inline;
    margin-right: 1rem; }
.case-study-tldr {
  border-bottom: 1px solid #dee0e2;
  border-top: 1px solid #dee0e2;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  padding-top: 2rem; }
.case-study-tldr-title {
  margin-bottom: 3rem;
  margin-top: 1rem; }
.case-study-tldr-section-title {
  margin-bottom: 1.5rem; }
.case-study-gif {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3); }
.case-study-mobile-image {
  position: relative; }
.case-study-mobile-gif {
  height: 75.3%;
  left: 38.5%;
  position: absolute;
  top: 8%; }
.contact-us-cta {
  margin-top: 3rem; }
.contact-direction-cta {
  margin-top: 4rem; }
.contact-address {
  font-weight: 600; }
.contact-name {
  font-weight: 800;
  margin-top: 0; }
.contact-chris-cta {
  margin-top: 3rem; }

@media screen and (max-width: 39.9375em) {
    .homepage-section-services {
      padding-top: 8rem; } }
.homepage-section-service-lists {
  margin-bottom: 2.5rem;
  margin-top: 3rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-service-lists {
      margin-bottom: 1rem;
      margin-top: 0; } }
.homepage-section-service-list {
  margin-left: 0; }
.homepage-section-service-list li {
    line-height: 1.2;
    list-style: none;
    margin-bottom: 1rem; }
@media screen and (max-width: 39.9375em) {
      .homepage-section-service-list li {
        margin-bottom: 0.5rem; } }
.homepage-section-service-imgs {
  position: relative; }
.homepage-section-service-img1 {
  position: absolute;
  right: -3.5rem;
  top: -11.5rem;
  top: 10.0rem;
  z-index: 10; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-service-img1 {
      height: 12rem;
      right: -1.5rem;
      top: -5rem;
	  top: 5.0rem;
      width: 12.37rem; } }
.homepage-section-service-img2 {
  bottom: -12rem;
  position: absolute;
  right: 12rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-service-img2 {
      bottom: -1rem;
      height: 8.5rem;
      right: 1rem;
      width: 9rem; } }
.homepage-section-work-logos {
  position: relative; }
.homepage-section-work-logo1, .homepage-section-work-logo2, .homepage-section-work-logo3, .homepage-section-work-logo4, .homepage-section-work-logo5, .homepage-section-work-logo6, .homepage-section-work-logo7 {
  position: absolute; }
.homepage-section-work-logo1 {
  left: 19rem;
  top: -5rem;
  width: 3rem;
  z-index: 999; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo1 {
      left: 5rem;
      top: -5rem;
      width: 2.5rem; } }
.homepage-section-work-logo2 {
  left: 8rem;
  top: 22rem;
  width: 2.5rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo2 {
      left: -1rem;
      top: 17rem;
      width: 1.75rem; } }
.homepage-section-work-logo3 {
  left: -3rem;
  top: 2rem;
  width: 3.5rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo3 {
      left: -1.5rem;
      top: 2rem;
      width: 3rem; } }
.homepage-section-work-logo4 {
  right: 10rem;
  top: 25rem;
  width: 3rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo4 {
      right: 0;
      top: 23rem;
      width: 3rem; } }
.homepage-section-work-logo5 {
  right: 0;
  top: 13rem;
  width: 2rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo5 {
      right: -1rem;
      top: 13rem;
      width: 1.5rem; } }
.homepage-section-work-logo6 {
  right: 5rem;
  top: -2rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo6 {
      right: 2rem;
      top: -2rem;
      width: 1.2rem; } }
.homepage-section-work-logo7 {
  left: 2rem;
  top: 28rem;
  width: 3rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-logo7 {
      bottom: 5rem;
      left: 1rem;
      top: 23rem;
      width: 1.8rem; } }
.homepage-section-insight {
  background-position: center -3.5rem;
  background-repeat: no-repeat;
  padding-top: 0; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-insight {
      background-position: center -2rem;
      background-size: 80%; } }
.homepage-section-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.homepage-section-thumbnails .column, .homepage-section-thumbnails .columns {
    -ms-flex-item-align: end;
        align-self: flex-end; }
.homepage-section-thumbnails-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.homepage-section-thumbnails-tools .column, .homepage-section-thumbnails-tools .columns {
    -ms-flex-item-align: center;
        align-self: center; }
.homepage-section-thumbnail:hover .home-work-middle-img {
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 60px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-thumbnail:hover .home-work-middle-img {
      -webkit-box-shadow: none;
              box-shadow: none; } }
.homepage-section-thumbnail-title, .responsive-email-templates-block-title {
  color: #2A2E31;
  font-weight: 600;
  margin-bottom: 2rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-thumbnail-title, .responsive-email-templates-block-title {
      margin-bottom: 1rem; } }
.home-work-middle-img {
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
@media screen and (max-width: 39.9375em) {
    .home-work-middle-img {
      -webkit-box-shadow: none;
              box-shadow: none; } }
.homepage-section-work-content {
  margin-bottom: 3rem; }
@media screen and (max-width: 39.9375em) {
    .homepage-section-work-content {
      margin-bottom: 2rem; } }
.homepage-section-insight-img {
  margin-bottom: 2rem; }
.homepage-section-process {
  overflow-y: visible;
  padding-bottom: 17rem;
  position: relative;
  z-index: 100; }
@media screen and (max-width: 68.75em) {
    .homepage-section-process {
      padding-bottom: 13rem; } }
@media screen and (max-width: 52.5em) {
    .homepage-section-process {
      padding-bottom: 10rem; } }
@media screen and (max-width: 43.75em) {
    .homepage-section-process {
      padding-bottom: 7rem; } }
@media screen and (max-width: 39.9375em) {
    .homepage-section-process {
      padding-bottom: 4rem; } }
.homepage-section-process-imgs {
  position: relative; }
.homepage-section-process-img1, .homepage-section-process-img2, .homepage-section-process-img3 {
  position: absolute; }
.homepage-section-process-img1 {
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
@media screen and (max-width: 39.9375em) {
    .homepage-section-process-img1 {
      bottom: -50px; } }
.homepage-section-process-img2 {
  left: 3rem;
  top: 10rem; }
.homepage-section-process-img3 {
  right: 8rem;
  top: -7rem; }
@media screen and (max-width: 39.9375em) {
  .homepage-section-tools {
    padding-bottom: 0; } }
.center-case-study {
  z-index: 1; }
.cow-section .is-opacity-zero {
  opacity: 0; }
.cow-section .is-visibility-hidden {
  visibility: hidden; }
.hero-image {
  position: absolute;
  top: -200px;
  z-index: 99999; }
.hero-image img {
    -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 25px rgba(0, 0, 0, 0.3); }
.playground-body-bg-color .playground-hero {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/packs/img/lab/playground/playground-hero-bg2-e413d20a7c6f5375eaa5f0c9699b613c.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/packs/img/lab/playground/playground-hero-bg2-e413d20a7c6f5375eaa5f0c9699b613c.png);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 254, 254, 0.5)), to(rgba(254, 254, 254, 0.5))), url(/packs/img/lab/playground/playground-hero-bg2-e413d20a7c6f5375eaa5f0c9699b613c.png);
  background: linear-gradient(0deg, rgba(254, 254, 254, 0.5), rgba(254, 254, 254, 0.5)), url(/packs/img/lab/playground/playground-hero-bg2-e413d20a7c6f5375eaa5f0c9699b613c.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.playground-body-bg-color .page-subtitle {
  color: #e5e5e5; }
.playground-body-bg-color .main-nav-center a {
  color: #e5e5e5; }
.playground-body-bg-color .main-nav-center a:hover {
    color: #fefefe; }
.lifeservices-body-bg-color {
  background: #1276BD; }
.lifeservices-body-bg-color .page-subtitle {
    color: #a5d4f6; }
.lifeservices-body-bg-color .main-nav-center a {
    color: #d3eafb; }
.lifeservices-body-bg-color .main-nav-center a:hover {
      color: #fefefe; }
.wired-application-deadline {
  margin-bottom: 3rem; }
/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 * Updated for foundation 6.3 by Laurel to go on the new ZURB.com
 */
.icon-intro-section {
  margin-top: 4rem;
  padding: 0 0;
  text-align: center; }
.icon-section-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 2rem;
  margin: 3rem 0;
  padding-bottom: 10px;
  text-align: left; }
.icon-section {
  text-align: left; }
.icon-instructions {
  font-size: 2rem;
  margin: 3rem 1rem;
  text-align: left; }
.icon-outro-section {
  padding: 0 0; }
.icon-reference-section {
  border-top: 1px solid #e6e6e6;
  margin-top: 2rem;
  padding-top: 4rem;
  text-align: center; }
.icon-reference-section p {
    font-size: 1rem; }
.iconstyle-style1 {
  font-size: 70px;
  color: #E33100;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #E33100, 0 0 30px #E33100, 0 0 40px #E33100, 0 0 50px #E33100, 0 0 75px #E33100; }
.iconstyle-style2 {
  font-size: 70px;
  color: rgba(245, 159, 26, 0.8);
  text-shadow: 1px 4px 6px #FFF, 0 0 0 #000, 1px 4px 6px #FFF; }
.iconstyle-style3 {
  font-size: 70px;
  color: #B8D30B; }
.iconstyle-style4 {
  font-size: 70px;
  color: #2DAEBF;
  text-shadow: 0px 1px 0px #0092b3, 0px 2px 0px #0087a6, 0px 3px 0px #008099, 0px 4px 0px #00758c, 0px 5px 0px #555, 0px 6px 0px #006a80, 0px 0px 0px #006073, 0px 8px 7px #005566; }
.iconstyle-style5 {
  font-size: 70px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #A9014B; }
@font-face {
  font-family: "foundation-icons";
  src: url(/packs/img/lab/playground/foundation-icon-fonts-3/foundation-icons-92827f088b9eda87169bdc2b9888ce52.eot);
  src: url(/packs/img/lab/playground/foundation-icon-fonts-3/foundation-icons-92827f088b9eda87169bdc2b9888ce52.eot?#iefix) format("embedded-opentype"), url(/packs/img/lab/playground/foundation-icon-fonts-3/foundation-icons-a188c2f768ce5033d3f5d47be7280e25.woff) format("woff"), url(/packs/img/lab/playground/foundation-icon-fonts-3/foundation-icons-e20945d7c929279ef7a6f1db184a4470.ttf) format("truetype"), url(/packs/img/lab/playground/foundation-icon-fonts-3/foundation-icons-17cb1ed2e8467b51bb26cf017daa9722.svg#fontcustom) format("svg");
  font-weight: normal;
  font-style: normal; }
.fi-address-book:before, .fi-alert:before, .fi-align-center:before, .fi-align-justify:before, .fi-align-left:before, .fi-align-right:before, .fi-anchor:before, .fi-annotate:before, .fi-archive:before, .fi-arrow-down:before, .fi-arrow-left:before, .fi-arrow-right:before, .fi-arrow-up:before, .fi-arrows-compress:before, .fi-arrows-expand:before, .fi-arrows-in:before, .fi-arrows-out:before, .fi-asl:before, .fi-asterisk:before, .fi-at-sign:before, .fi-background-color:before, .fi-battery-empty:before, .fi-battery-full:before, .fi-battery-half:before, .fi-bitcoin-circle:before, .fi-bitcoin:before, .fi-blind:before, .fi-bluetooth:before, .fi-bold:before, .fi-book-bookmark:before, .fi-book:before, .fi-bookmark:before, .fi-braille:before, .fi-burst-new:before, .fi-burst-sale:before, .fi-burst:before, .fi-calendar:before, .fi-camera:before, .fi-check:before, .fi-checkbox:before, .fi-clipboard-notes:before, .fi-clipboard-pencil:before, .fi-clipboard:before, .fi-clock:before, .fi-closed-caption:before, .fi-cloud:before, .fi-comment-minus:before, .fi-comment-quotes:before, .fi-comment-video:before, .fi-comment:before, .fi-comments:before, .fi-compass:before, .fi-contrast:before, .fi-credit-card:before, .fi-crop:before, .fi-crown:before, .fi-css3:before, .fi-database:before, .fi-die-five:before, .fi-die-four:before, .fi-die-one:before, .fi-die-six:before, .fi-die-three:before, .fi-die-two:before, .fi-dislike:before, .fi-dollar-bill:before, .fi-dollar:before, .fi-download:before, .fi-eject:before, .fi-elevator:before, .fi-euro:before, .fi-eye:before, .fi-fast-forward:before, .fi-female-symbol:before, .fi-female:before, .fi-filter:before, .fi-first-aid:before, .fi-flag:before, .fi-folder-add:before, .fi-folder-lock:before, .fi-folder:before, .fi-foot:before, .fi-foundation:before, .fi-graph-bar:before, .fi-graph-horizontal:before, .fi-graph-pie:before, .fi-graph-trend:before, .fi-guide-dog:before, .fi-hearing-aid:before, .fi-heart:before, .fi-home:before, .fi-html5:before, .fi-indent-less:before, .fi-indent-more:before, .fi-info:before, .fi-italic:before, .fi-key:before, .fi-laptop:before, .fi-layout:before, .fi-lightbulb:before, .fi-like:before, .fi-link:before, .fi-list-bullet:before, .fi-list-number:before, .fi-list-thumbnails:before, .fi-list:before, .fi-lock:before, .fi-loop:before, .fi-magnifying-glass:before, .fi-mail:before, .fi-male-female:before, .fi-male-symbol:before, .fi-male:before, .fi-map:before, .fi-marker:before, .fi-megaphone:before, .fi-microphone:before, .fi-minus-circle:before, .fi-minus:before, .fi-mobile-signal:before, .fi-mobile:before, .fi-monitor:before, .fi-mountains:before, .fi-music:before, .fi-next:before, .fi-no-dogs:before, .fi-no-smoking:before, .fi-page-add:before, .fi-page-copy:before, .fi-page-csv:before, .fi-page-delete:before, .fi-page-doc:before, .fi-page-edit:before, .fi-page-export-csv:before, .fi-page-export-doc:before, .fi-page-export-pdf:before, .fi-page-export:before, .fi-page-filled:before, .fi-page-multiple:before, .fi-page-pdf:before, .fi-page-remove:before, .fi-page-search:before, .fi-page:before, .fi-paint-bucket:before, .fi-paperclip:before, .fi-pause:before, .fi-paw:before, .fi-paypal:before, .fi-pencil:before, .fi-photo:before, .fi-play-circle:before, .fi-play-video:before, .fi-play:before, .fi-plus:before, .fi-pound:before, .fi-power:before, .fi-previous:before, .fi-price-tag:before, .fi-pricetag-multiple:before, .fi-print:before, .fi-prohibited:before, .fi-projection-screen:before, .fi-puzzle:before, .fi-quote:before, .fi-record:before, .fi-refresh:before, .fi-results-demographics:before, .fi-results:before, .fi-rewind-ten:before, .fi-rewind:before, .fi-rss:before, .fi-safety-cone:before, .fi-save:before, .fi-share:before, .fi-sheriff-badge:before, .fi-shield:before, .fi-shopping-bag:before, .fi-shopping-cart:before, .fi-shuffle:before, .fi-skull:before, .fi-social-500px:before, .fi-social-adobe:before, .fi-social-amazon:before, .fi-social-android:before, .fi-social-apple:before, .fi-social-behance:before, .fi-social-bing:before, .fi-social-blogger:before, .fi-social-delicious:before, .fi-social-designer-news:before, .fi-social-deviant-art:before, .fi-social-digg:before, .fi-social-dribbble:before, .fi-social-drive:before, .fi-social-dropbox:before, .fi-social-evernote:before, .fi-social-facebook:before, .fi-social-flickr:before, .fi-social-forrst:before, .fi-social-foursquare:before, .fi-social-game-center:before, .fi-social-github:before, .fi-social-google-plus:before, .fi-social-hacker-news:before, .fi-social-hi5:before, .fi-social-instagram:before, .fi-social-joomla:before, .fi-social-lastfm:before, .fi-social-linkedin:before, .fi-social-medium:before, .fi-social-myspace:before, .fi-social-orkut:before, .fi-social-path:before, .fi-social-picasa:before, .fi-social-pinterest:before, .fi-social-rdio:before, .fi-social-reddit:before, .fi-social-skillshare:before, .fi-social-skype:before, .fi-social-smashing-mag:before, .fi-social-snapchat:before, .fi-social-spotify:before, .fi-social-squidoo:before, .fi-social-stack-overflow:before, .fi-social-steam:before, .fi-social-stumbleupon:before, .fi-social-treehouse:before, .fi-social-tumblr:before, .fi-social-twitter:before, .fi-social-vimeo:before, .fi-social-windows:before, .fi-social-xbox:before, .fi-social-yahoo:before, .fi-social-yelp:before, .fi-social-youtube:before, .fi-social-zerply:before, .fi-social-zurb:before, .fi-sound:before, .fi-star:before, .fi-stop:before, .fi-strikethrough:before, .fi-subscript:before, .fi-superscript:before, .fi-tablet-landscape:before, .fi-tablet-portrait:before, .fi-target-two:before, .fi-target:before, .fi-telephone-accessible:before, .fi-telephone:before, .fi-text-color:before, .fi-thumbnails:before, .fi-ticket:before, .fi-torso-business:before, .fi-torso-female:before, .fi-torso:before, .fi-torsos-all-female:before, .fi-torsos-all:before, .fi-torsos-female-male:before, .fi-torsos-male-female:before, .fi-torsos:before, .fi-trash:before, .fi-trees:before, .fi-trophy:before, .fi-underline:before, .fi-universal-access:before, .fi-unlink:before, .fi-unlock:before, .fi-upload-cloud:before, .fi-upload:before, .fi-usb:before, .fi-video:before, .fi-volume-none:before, .fi-volume-strike:before, .fi-volume:before, .fi-web:before, .fi-wheelchair:before, .fi-widget:before, .fi-wrench:before, .fi-x-circle:before, .fi-x:before, .fi-yen:before, .fi-zoom-in:before, .fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }
.fi-address-book:before {
  content: "\F100"; }
.fi-alert:before {
  content: "\F101"; }
.fi-align-center:before {
  content: "\F102"; }
.fi-align-justify:before {
  content: "\F103"; }
.fi-align-left:before {
  content: "\F104"; }
.fi-align-right:before {
  content: "\F105"; }
.fi-anchor:before {
  content: "\F106"; }
.fi-annotate:before {
  content: "\F107"; }
.fi-archive:before {
  content: "\F108"; }
.fi-arrow-down:before {
  content: "\F109"; }
.fi-arrow-left:before {
  content: "\F10A"; }
.fi-arrow-right:before {
  content: "\F10B"; }
.fi-arrow-up:before {
  content: "\F10C"; }
.fi-arrows-compress:before {
  content: "\F10D"; }
.fi-arrows-expand:before {
  content: "\F10E"; }
.fi-arrows-in:before {
  content: "\F10F"; }
.fi-arrows-out:before {
  content: "\F110"; }
.fi-asl:before {
  content: "\F111"; }
.fi-asterisk:before {
  content: "\F112"; }
.fi-at-sign:before {
  content: "\F113"; }
.fi-background-color:before {
  content: "\F114"; }
.fi-battery-empty:before {
  content: "\F115"; }
.fi-battery-full:before {
  content: "\F116"; }
.fi-battery-half:before {
  content: "\F117"; }
.fi-bitcoin-circle:before {
  content: "\F118"; }
.fi-bitcoin:before {
  content: "\F119"; }
.fi-blind:before {
  content: "\F11A"; }
.fi-bluetooth:before {
  content: "\F11B"; }
.fi-bold:before {
  content: "\F11C"; }
.fi-book-bookmark:before {
  content: "\F11D"; }
.fi-book:before {
  content: "\F11E"; }
.fi-bookmark:before {
  content: "\F11F"; }
.fi-braille:before {
  content: "\F120"; }
.fi-burst-new:before {
  content: "\F121"; }
.fi-burst-sale:before {
  content: "\F122"; }
.fi-burst:before {
  content: "\F123"; }
.fi-calendar:before {
  content: "\F124"; }
.fi-camera:before {
  content: "\F125"; }
.fi-check:before {
  content: "\F126"; }
.fi-checkbox:before {
  content: "\F127"; }
.fi-clipboard-notes:before {
  content: "\F128"; }
.fi-clipboard-pencil:before {
  content: "\F129"; }
.fi-clipboard:before {
  content: "\F12A"; }
.fi-clock:before {
  content: "\F12B"; }
.fi-closed-caption:before {
  content: "\F12C"; }
.fi-cloud:before {
  content: "\F12D"; }
.fi-comment-minus:before {
  content: "\F12E"; }
.fi-comment-quotes:before {
  content: "\F12F"; }
.fi-comment-video:before {
  content: "\F130"; }
.fi-comment:before {
  content: "\F131"; }
.fi-comments:before {
  content: "\F132"; }
.fi-compass:before {
  content: "\F133"; }
.fi-contrast:before {
  content: "\F134"; }
.fi-credit-card:before {
  content: "\F135"; }
.fi-crop:before {
  content: "\F136"; }
.fi-crown:before {
  content: "\F137"; }
.fi-css3:before {
  content: "\F138"; }
.fi-database:before {
  content: "\F139"; }
.fi-die-five:before {
  content: "\F13A"; }
.fi-die-four:before {
  content: "\F13B"; }
.fi-die-one:before {
  content: "\F13C"; }
.fi-die-six:before {
  content: "\F13D"; }
.fi-die-three:before {
  content: "\F13E"; }
.fi-die-two:before {
  content: "\F13F"; }
.fi-dislike:before {
  content: "\F140"; }
.fi-dollar-bill:before {
  content: "\F141"; }
.fi-dollar:before {
  content: "\F142"; }
.fi-download:before {
  content: "\F143"; }
.fi-eject:before {
  content: "\F144"; }
.fi-elevator:before {
  content: "\F145"; }
.fi-euro:before {
  content: "\F146"; }
.fi-eye:before {
  content: "\F147"; }
.fi-fast-forward:before {
  content: "\F148"; }
.fi-female-symbol:before {
  content: "\F149"; }
.fi-female:before {
  content: "\F14A"; }
.fi-filter:before {
  content: "\F14B"; }
.fi-first-aid:before {
  content: "\F14C"; }
.fi-flag:before {
  content: "\F14D"; }
.fi-folder-add:before {
  content: "\F14E"; }
.fi-folder-lock:before {
  content: "\F14F"; }
.fi-folder:before {
  content: "\F150"; }
.fi-foot:before {
  content: "\F151"; }
.fi-foundation:before {
  content: "\F152"; }
.fi-graph-bar:before {
  content: "\F153"; }
.fi-graph-horizontal:before {
  content: "\F154"; }
.fi-graph-pie:before {
  content: "\F155"; }
.fi-graph-trend:before {
  content: "\F156"; }
.fi-guide-dog:before {
  content: "\F157"; }
.fi-hearing-aid:before {
  content: "\F158"; }
.fi-heart:before {
  content: "\F159"; }
.fi-home:before {
  content: "\F15A"; }
.fi-html5:before {
  content: "\F15B"; }
.fi-indent-less:before {
  content: "\F15C"; }
.fi-indent-more:before {
  content: "\F15D"; }
.fi-info:before {
  content: "\F15E"; }
.fi-italic:before {
  content: "\F15F"; }
.fi-key:before {
  content: "\F160"; }
.fi-laptop:before {
  content: "\F161"; }
.fi-layout:before {
  content: "\F162"; }
.fi-lightbulb:before {
  content: "\F163"; }
.fi-like:before {
  content: "\F164"; }
.fi-link:before {
  content: "\F165"; }
.fi-list-bullet:before {
  content: "\F166"; }
.fi-list-number:before {
  content: "\F167"; }
.fi-list-thumbnails:before {
  content: "\F168"; }
.fi-list:before {
  content: "\F169"; }
.fi-lock:before {
  content: "\F16A"; }
.fi-loop:before {
  content: "\F16B"; }
.fi-magnifying-glass:before {
  content: "\F16C"; }
.fi-mail:before {
  content: "\F16D"; }
.fi-male-female:before {
  content: "\F16E"; }
.fi-male-symbol:before {
  content: "\F16F"; }
.fi-male:before {
  content: "\F170"; }
.fi-map:before {
  content: "\F171"; }
.fi-marker:before {
  content: "\F172"; }
.fi-megaphone:before {
  content: "\F173"; }
.fi-microphone:before {
  content: "\F174"; }
.fi-minus-circle:before {
  content: "\F175"; }
.fi-minus:before {
  content: "\F176"; }
.fi-mobile-signal:before {
  content: "\F177"; }
.fi-mobile:before {
  content: "\F178"; }
.fi-monitor:before {
  content: "\F179"; }
.fi-mountains:before {
  content: "\F17A"; }
.fi-music:before {
  content: "\F17B"; }
.fi-next:before {
  content: "\F17C"; }
.fi-no-dogs:before {
  content: "\F17D"; }
.fi-no-smoking:before {
  content: "\F17E"; }
.fi-page-add:before {
  content: "\F17F"; }
.fi-page-copy:before {
  content: "\F180"; }
.fi-page-csv:before {
  content: "\F181"; }
.fi-page-delete:before {
  content: "\F182"; }
.fi-page-doc:before {
  content: "\F183"; }
.fi-page-edit:before {
  content: "\F184"; }
.fi-page-export-csv:before {
  content: "\F185"; }
.fi-page-export-doc:before {
  content: "\F186"; }
.fi-page-export-pdf:before {
  content: "\F187"; }
.fi-page-export:before {
  content: "\F188"; }
.fi-page-filled:before {
  content: "\F189"; }
.fi-page-multiple:before {
  content: "\F18A"; }
.fi-page-pdf:before {
  content: "\F18B"; }
.fi-page-remove:before {
  content: "\F18C"; }
.fi-page-search:before {
  content: "\F18D"; }
.fi-page:before {
  content: "\F18E"; }
.fi-paint-bucket:before {
  content: "\F18F"; }
.fi-paperclip:before {
  content: "\F190"; }
.fi-pause:before {
  content: "\F191"; }
.fi-paw:before {
  content: "\F192"; }
.fi-paypal:before {
  content: "\F193"; }
.fi-pencil:before {
  content: "\F194"; }
.fi-photo:before {
  content: "\F195"; }
.fi-play-circle:before {
  content: "\F196"; }
.fi-play-video:before {
  content: "\F197"; }
.fi-play:before {
  content: "\F198"; }
.fi-plus:before {
  content: "\F199"; }
.fi-pound:before {
  content: "\F19A"; }
.fi-power:before {
  content: "\F19B"; }
.fi-previous:before {
  content: "\F19C"; }
.fi-price-tag:before {
  content: "\F19D"; }
.fi-pricetag-multiple:before {
  content: "\F19E"; }
.fi-print:before {
  content: "\F19F"; }
.fi-prohibited:before {
  content: "\F1A0"; }
.fi-projection-screen:before {
  content: "\F1A1"; }
.fi-puzzle:before {
  content: "\F1A2"; }
.fi-quote:before {
  content: "\F1A3"; }
.fi-record:before {
  content: "\F1A4"; }
.fi-refresh:before {
  content: "\F1A5"; }
.fi-results-demographics:before {
  content: "\F1A6"; }
.fi-results:before {
  content: "\F1A7"; }
.fi-rewind-ten:before {
  content: "\F1A8"; }
.fi-rewind:before {
  content: "\F1A9"; }
.fi-rss:before {
  content: "\F1AA"; }
.fi-safety-cone:before {
  content: "\F1AB"; }
.fi-save:before {
  content: "\F1AC"; }
.fi-share:before {
  content: "\F1AD"; }
.fi-sheriff-badge:before {
  content: "\F1AE"; }
.fi-shield:before {
  content: "\F1AF"; }
.fi-shopping-bag:before {
  content: "\F1B0"; }
.fi-shopping-cart:before {
  content: "\F1B1"; }
.fi-shuffle:before {
  content: "\F1B2"; }
.fi-skull:before {
  content: "\F1B3"; }
.fi-social-500px:before {
  content: "\F1B4"; }
.fi-social-adobe:before {
  content: "\F1B5"; }
.fi-social-amazon:before {
  content: "\F1B6"; }
.fi-social-android:before {
  content: "\F1B7"; }
.fi-social-apple:before {
  content: "\F1B8"; }
.fi-social-behance:before {
  content: "\F1B9"; }
.fi-social-bing:before {
  content: "\F1BA"; }
.fi-social-blogger:before {
  content: "\F1BB"; }
.fi-social-delicious:before {
  content: "\F1BC"; }
.fi-social-designer-news:before {
  content: "\F1BD"; }
.fi-social-deviant-art:before {
  content: "\F1BE"; }
.fi-social-digg:before {
  content: "\F1BF"; }
.fi-social-dribbble:before {
  content: "\F1C0"; }
.fi-social-drive:before {
  content: "\F1C1"; }
.fi-social-dropbox:before {
  content: "\F1C2"; }
.fi-social-evernote:before {
  content: "\F1C3"; }
.fi-social-facebook:before {
  content: "\F1C4"; }
.fi-social-flickr:before {
  content: "\F1C5"; }
.fi-social-forrst:before {
  content: "\F1C6"; }
.fi-social-foursquare:before {
  content: "\F1C7"; }
.fi-social-game-center:before {
  content: "\F1C8"; }
.fi-social-github:before {
  content: "\F1C9"; }
.fi-social-google-plus:before {
  content: "\F1CA"; }
.fi-social-hacker-news:before {
  content: "\F1CB"; }
.fi-social-hi5:before {
  content: "\F1CC"; }
.fi-social-instagram:before {
  content: "\F1CD"; }
.fi-social-joomla:before {
  content: "\F1CE"; }
.fi-social-lastfm:before {
  content: "\F1CF"; }
.fi-social-linkedin:before {
  content: "\F1D0"; }
.fi-social-medium:before {
  content: "\F1D1"; }
.fi-social-myspace:before {
  content: "\F1D2"; }
.fi-social-orkut:before {
  content: "\F1D3"; }
.fi-social-path:before {
  content: "\F1D4"; }
.fi-social-picasa:before {
  content: "\F1D5"; }
.fi-social-pinterest:before {
  content: "\F1D6"; }
.fi-social-rdio:before {
  content: "\F1D7"; }
.fi-social-reddit:before {
  content: "\F1D8"; }
.fi-social-skillshare:before {
  content: "\F1D9"; }
.fi-social-skype:before {
  content: "\F1DA"; }
.fi-social-smashing-mag:before {
  content: "\F1DB"; }
.fi-social-snapchat:before {
  content: "\F1DC"; }
.fi-social-spotify:before {
  content: "\F1DD"; }
.fi-social-squidoo:before {
  content: "\F1DE"; }
.fi-social-stack-overflow:before {
  content: "\F1DF"; }
.fi-social-steam:before {
  content: "\F1E0"; }
.fi-social-stumbleupon:before {
  content: "\F1E1"; }
.fi-social-treehouse:before {
  content: "\F1E2"; }
.fi-social-tumblr:before {
  content: "\F1E3"; }
.fi-social-twitter:before {
  content: "\F1E4"; }
.fi-social-vimeo:before {
  content: "\F1E5"; }
.fi-social-windows:before {
  content: "\F1E6"; }
.fi-social-xbox:before {
  content: "\F1E7"; }
.fi-social-yahoo:before {
  content: "\F1E8"; }
.fi-social-yelp:before {
  content: "\F1E9"; }
.fi-social-youtube:before {
  content: "\F1EA"; }
.fi-social-zerply:before {
  content: "\F1EB"; }
.fi-social-zurb:before {
  content: "\F1EC"; }
.fi-sound:before {
  content: "\F1ED"; }
.fi-star:before {
  content: "\F1EE"; }
.fi-stop:before {
  content: "\F1EF"; }
.fi-strikethrough:before {
  content: "\F1F0"; }
.fi-subscript:before {
  content: "\F1F1"; }
.fi-superscript:before {
  content: "\F1F2"; }
.fi-tablet-landscape:before {
  content: "\F1F3"; }
.fi-tablet-portrait:before {
  content: "\F1F4"; }
.fi-target-two:before {
  content: "\F1F5"; }
.fi-target:before {
  content: "\F1F6"; }
.fi-telephone-accessible:before {
  content: "\F1F7"; }
.fi-telephone:before {
  content: "\F1F8"; }
.fi-text-color:before {
  content: "\F1F9"; }
.fi-thumbnails:before {
  content: "\F1FA"; }
.fi-ticket:before {
  content: "\F1FB"; }
.fi-torso-business:before {
  content: "\F1FC"; }
.fi-torso-female:before {
  content: "\F1FD"; }
.fi-torso:before {
  content: "\F1FE"; }
.fi-torsos-all-female:before {
  content: "\F1FF"; }
.fi-torsos-all:before {
  content: "\F200"; }
.fi-torsos-female-male:before {
  content: "\F201"; }
.fi-torsos-male-female:before {
  content: "\F202"; }
.fi-torsos:before {
  content: "\F203"; }
.fi-trash:before {
  content: "\F204"; }
.fi-trees:before {
  content: "\F205"; }
.fi-trophy:before {
  content: "\F206"; }
.fi-underline:before {
  content: "\F207"; }
.fi-universal-access:before {
  content: "\F208"; }
.fi-unlink:before {
  content: "\F209"; }
.fi-unlock:before {
  content: "\F20A"; }
.fi-upload-cloud:before {
  content: "\F20B"; }
.fi-upload:before {
  content: "\F20C"; }
.fi-usb:before {
  content: "\F20D"; }
.fi-video:before {
  content: "\F20E"; }
.fi-volume-none:before {
  content: "\F20F"; }
.fi-volume-strike:before {
  content: "\F210"; }
.fi-volume:before {
  content: "\F211"; }
.fi-web:before {
  content: "\F212"; }
.fi-wheelchair:before {
  content: "\F213"; }
.fi-widget:before {
  content: "\F214"; }
.fi-wrench:before {
  content: "\F215"; }
.fi-x-circle:before {
  content: "\F216"; }
.fi-x:before {
  content: "\F217"; }
.fi-yen:before {
  content: "\F218"; }
.fi-zoom-in:before {
  content: "\F219"; }
.fi-zoom-out:before {
  content: "\F21A"; }
@media screen and (max-width: 39.9375em) {
  .page-section.case-study.lab {
    padding-top: 50vw; } }
.responsive-email-templates-callout {
  border: 0px;
  background-color: #f2f9fb;
  border-radius: 0.5rem;
  margin-top: 3rem;
  padding: 2rem 1rem; }
.responsive-email-templates-block-grid {
  padding-top: 2rem; }
.responsive-email-templates-block {
  margin-bottom: 3rem; }
.responsive-email-templates-thumbnail {
  border: 1px solid #cacaca; }
.responsive-email-templates-block-title {
  margin-bottom: 0.5rem; }
.responsive-email-templates-instructions {
  background-color: #f2f9fb;
  padding: 5rem 0; }
.hr-white {
  border-bottom: 1px solid #0a0a0a; }
.responsive-email-templates-ul {
  list-style-type: circle; }
.responsive-email-templates-table {
  border: 1px solid #7bc3da; }
.responsive-email-templates-table th {
    background: #7bc3da;
    color: #fefefe; }
.responsive-email-templates-table tr:nth-child(even) {
    background: #f6fbfc; }
.responsive-email-templates-preview {
  padding-top: 5rem;
  /* ------------------------------------- 
    GLOBAL 
    ------------------------------------- */
  /* ------------------------------------- 
    ELEMENTS 
    ------------------------------------- */
  /* ------------------------------------- 
    HEADER 
    ------------------------------------- */
  /* ------------------------------------- 
    BODY 
    ------------------------------------- */
  /* ------------------------------------- 
    FOOTER 
    ------------------------------------- */
  /* ------------------------------------- 
    TYPOGRAPHY 
    ------------------------------------- */
  /* ------------------------------------- 
    SIDEBAR 
    ------------------------------------- */
  /* --------------------------------------------------- 
    RESPONSIVENESS
    Nuke it from orbit. It's the only way to be sure. 
    ------------------------------------------------------ */
  /* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
  /* This should also be a block element, so that it will fill 100% of the .container */
  /* Let's make sure tables in the content area are 100% wide */
  /* Odds and ends */
  /* Be sure to place a .clear element after each set of columns, just to be safe */
  /* ------------------------------------------- 
    PHONE
    For clients that support media queries.
    Nothing fancy. 
    -------------------------------------------- */ }
.responsive-email-templates-preview * {
    margin: 0;
    padding: 0; }
.responsive-email-templates-preview * {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.responsive-email-templates-preview img {
    max-width: 100%; }
.responsive-email-templates-preview .collapse {
    margin: 0;
    padding: 0; }
.responsive-email-templates-preview body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    width: 100% !important;
    height: 100%; }
.responsive-email-templates-preview a {
    color: #2BA6CB; }
.responsive-email-templates-preview .btn {
    text-decoration: none;
    color: #FFF;
    background-color: #666;
    padding: 10px 16px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block; }
.responsive-email-templates-preview p.callout {
    padding: 15px;
    background-color: #ECF8FF;
    margin-bottom: 15px; }
.responsive-email-templates-preview .callout a {
    font-weight: bold;
    color: #2BA6CB; }
.responsive-email-templates-preview table.social {
    /*  padding:15px; */
    background-color: #ebebeb; }
.responsive-email-templates-preview .social .soc-btn {
    padding: 3px 7px;
    font-size: 12px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: center; }
.responsive-email-templates-preview a.fb {
    background-color: #3B5998 !important; }
.responsive-email-templates-preview a.tw {
    background-color: #1daced !important; }
.responsive-email-templates-preview a.gp {
    background-color: #DB4A39 !important; }
.responsive-email-templates-preview a.ms {
    background-color: #000 !important; }
.responsive-email-templates-preview .sidebar .soc-btn {
    display: block;
    width: 100%; }
.responsive-email-templates-preview table.head-wrap {
    width: 100%; }
.responsive-email-templates-preview .header.container table td.logo {
    padding: 15px; }
.responsive-email-templates-preview .header.container table td.label {
    padding: 15px;
    padding-left: 0px; }
.responsive-email-templates-preview table.body-wrap {
    width: 100%; }
.responsive-email-templates-preview table.footer-wrap {
    width: 100%;
    clear: both !important; }
.responsive-email-templates-preview .footer-wrap .container td.content p {
    border-top: 1px solid #d7d7d7;
    padding-top: 15px; }
.responsive-email-templates-preview .footer-wrap .container td.content p {
    font-size: 10px;
    font-weight: bold; }
.responsive-email-templates-preview h1, .responsive-email-templates-preview h2, .responsive-email-templates-preview h3, .responsive-email-templates-preview h4, .responsive-email-templates-preview h5, .responsive-email-templates-preview h6 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #000; }
.responsive-email-templates-preview h1 small, .responsive-email-templates-preview h2 small, .responsive-email-templates-preview h3 small, .responsive-email-templates-preview h4 small, .responsive-email-templates-preview h5 small, .responsive-email-templates-preview h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
    text-transform: none; }
.responsive-email-templates-preview h1 {
    font-weight: 200;
    font-size: 44px; }
.responsive-email-templates-preview h2 {
    font-weight: 200;
    font-size: 37px; }
.responsive-email-templates-preview h3 {
    font-weight: 500;
    font-size: 27px; }
.responsive-email-templates-preview h4 {
    font-weight: 500;
    font-size: 23px; }
.responsive-email-templates-preview h5 {
    font-weight: 900;
    font-size: 17px; }
.responsive-email-templates-preview h6 {
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    color: #444; }
.responsive-email-templates-preview .collapse {
    margin: 0 !important; }
.responsive-email-templates-preview p, .responsive-email-templates-preview ul {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6; }
.responsive-email-templates-preview p.lead {
    font-size: 17px; }
.responsive-email-templates-preview p.last {
    margin-bottom: 0px; }
.responsive-email-templates-preview ul li {
    margin-left: 5px;
    list-style-position: inside; }
.responsive-email-templates-preview ul.sidebar {
    background: #ebebeb;
    display: block;
    list-style-type: none; }
.responsive-email-templates-preview ul.sidebar li {
    display: block;
    margin: 0; }
.responsive-email-templates-preview ul.sidebar li a {
    text-decoration: none;
    color: #666;
    padding: 10px 16px;
    /*  font-weight:bold; */
    margin-right: 10px;
    /*  text-align:center; */
    cursor: pointer;
    border-bottom: 1px solid #777777;
    border-top: 1px solid #FFFFFF;
    display: block;
    margin: 0; }
.responsive-email-templates-preview ul.sidebar li a.last {
    border-bottom-width: 0px; }
.responsive-email-templates-preview ul.sidebar li a h1, .responsive-email-templates-preview ul.sidebar li a h2, .responsive-email-templates-preview ul.sidebar li a h3, .responsive-email-templates-preview ul.sidebar li a h4, .responsive-email-templates-preview ul.sidebar li a h5, .responsive-email-templates-preview ul.sidebar li a h6, .responsive-email-templates-preview ul.sidebar li a p {
    margin-bottom: 0 !important; }
.responsive-email-templates-preview .container {
    display: block !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    /* makes it centered */
    clear: both !important; }
.responsive-email-templates-preview .content {
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
    display: block; }
.responsive-email-templates-preview .content table {
    width: 100%; }
.responsive-email-templates-preview .column, .responsive-email-templates-preview .columns {
    width: 300px;
    float: left; }
.responsive-email-templates-preview .column tr td, .responsive-email-templates-preview .columns tr td {
    padding: 15px; }
.responsive-email-templates-preview .column-wrap {
    padding: 0 !important;
    margin: 0 auto;
    max-width: 600px !important; }
.responsive-email-templates-preview .column table, .responsive-email-templates-preview .columns table {
    width: 100%; }
.responsive-email-templates-preview .social .column, .responsive-email-templates-preview .social .columns {
    width: 280px;
    min-width: 279px;
    float: left; }
.responsive-email-templates-preview .clear {
    display: block;
    clear: both; }
@media only screen and (max-width: 600px) {
    .responsive-email-templates-preview a[class="btn"] {
      display: block !important;
      margin-bottom: 10px !important;
      background-image: none !important;
      margin-right: 0 !important; }
    .responsive-email-templates-preview div[class="column"] {
      width: auto !important;
      float: none !important; }
    .responsive-email-templates-preview table.social div[class="column"] {
      width: auto !important; } }